/* Add here all your CSS customizations */
#header .header-logo img {
    max-width: 110px;
    max-height: 50px;
}
@media screen and (min-width: 1200px) {
    #header .header-logo img {
        width: 120px;
    }
}
@media screen and (max-width: 600px) {

    #header .header-logo img {
        width: 94px;
    }

}
.term_condition p{
    display: contents;
    color: #777;
}