html {
	min-height: 100%;
	position: relative;
}
html, body {
    overflow-x: auto;
}
body {
    /*font-family: Verdana, Helvetica, Arial;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}
header {
	background-color: #f3f4fb;
}
section {
	margin-top: 20px;
    margin-bottom: 100px;
}
.form-control, .btn {
    font-size: 13px;
}
.message {
    font-weight: bold;
    font-size: 12px;
    
}
.rating {
	margin-left: 15px;
}

input[type=radio], .label-radio {
	margin: 0px 20px;	
}
.fb-thankyou {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}
footer {
    font-family: Verdana, Helvetica, Arial;
    position: absolute;
    /*z-index: 10 !important;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height:50px;    */
    background-color: #dfe4f7;
}
.copy-bottom {
    text-align: center;
    margin: 15px;
    font-size: 11px;
    color:#640281;
    font-weight: bold;
}
@media (max-width: 320px) {
    .rating-container .star {
        margin: 0px 15px;
    }
@media (max-width: 359px) {
    .rating-container .star {
        margin: 0px 1px;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    .rating-container .star {
        margin: 0px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rating-container .star {
        margin: 0px 15px;
    }
}
@media (min-width: 1200px) {
    .rating-container .star {
        margin: 0px 15px;
    }
}


}