body{
    overflow-y: auto !important;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

.text-gray{
    color: gray;
}

header{
    background-color: #080808;
}


/* ========== scroll bar ============ */
/* width */
::-webkit-scrollbar {
    width: 5px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
    background: #212121;
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #fbbc12;
    }
    

/* contact page */

.contact > .container:first-child{
    padding-top: 150px;
}

/* white line before text */
.contact .hr-white-line{
    height: 1px;
    width: 25px;    
    display: inline-block;
    background: #9e9e9e !important;
    vertical-align: super;
    margin-right: 10px;
}

.contact .main-heading{
    font-weight: bold;
    font-size: 55px;    
    text-transform: uppercase;
}

.m-p{
    margin-top: 6px;
    color: white;
    margin-bottom: 25px;    
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
}

/* services and budget section*/
.services-sec h5,
.budget-sec h5{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.services-sec .d-flex span, .budget-sec .d-flex span {
    color: white;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 25px;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.services-sec .d-flex span:hover,
.budget-sec .d-flex span:hover{
    background-color: #fff;
    color: #080808;
}

.services-sec .icon-tick,
.services-sec .active .icon-plus{
    display: none;
}

.services-sec .active .icon-tick{
    display: inline-block;
}

.services-sec .active img{
    max-width: 15px;
}

.services-sec .d-flex span.active,
.budget-sec .d-flex span.active{
    background-color: white;
    border-color: white;
    color: #080808;
}

/* form */
.contact form .input-field{
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.contact form label{
    color: white;
    font-size: 16px;
}

.contact form input{
    background: none;
    border: none;
    outline: none;
    margin-left: 10%;
    font-size: 16px;
    color: gray;
    width: 60%;
}

.contact form textarea{
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: gray;
}

.contact .vs-btn{
    border: 1px solid gray;
    background: none;
    padding: 10px 15px 10px 15px;
    width: fit-content;
}

.err-msg{
    color: red;
    font-size: 14px;
}

.policy-msg span{
    font-size: 14px;
}

.contact .vs-hvr-btn .button-text {
    color: #fff !important;
    padding: 1px 10px;
}

.contact .vs-hvr-btn .circle {
    border: 1px solid #fff !important;
    margin: 0;
    width: 27px;
    height: 27px;
}

.contact .vs-btn:hover .button-text {
    color: #080808 !important;
}

.contact .vs-btn:hover .circle {
    width: 100%;
}

.contact .vs-hvr-btn .circle .icon.arrow::before {
    border-top: 0.125rem solid #fff !important;
    border-right: 0.125rem solid #fff !important;
}

/* button with hover effect */
.vs-hvr-btn .circle .icon.arrow{
    left: 0px !important;
}

.vs-btn:hover .circle .icon.arrow {
    background-color: #080808 !important;
}

.contact .vs-btn:hover .circle .icon.arrow::before {
    border-top: 0.125rem solid #080808 !important;
    border-right: 0.125rem solid #080808 !important;
}

.contact .vs-btn:hover .circle {
    background-color: #fff !important;
}

/* booking appointment */
.booking{
    background-color: #0b0b0b;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.booking span{
    color: white;
    font-weight: bolder;
    font-size: 50px;
    line-height: 1;
}

.booking .white-out{
    color: transparent;
    font-size: 60px;
    -webkit-text-stroke: 0.7px #fff;
}

.vs-btn{
    display: block;
    color: white;
    margin-top: 10px;
    padding: 10px 15px;
    cursor: pointer;
}

.vs-btn a{
    text-decoration: none;
    color: white;
}

.vs-btn:hover{
    background-color: white;
    color: #080808;
}

.vs-btn:hover a{
    color: #080808;
}

/* 
/* contact info section */
.contact-info span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 35px;
    color: #535353;
}

.contact-info h2{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-info{
    max-width: 1200px;
    margin-bottom: 0px !important;
}

.contact-info img{
    max-width: 300px;
} */

/* contact info section */
.contact-info span{
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 20px;
}

.contact-info h2{
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-info{
    max-width: 1200px;
    margin-bottom: 0px !important;
}

.contact-info img{
    max-width: 300px;
}

/* footer */
footer .qr-row{
    margin-bottom: 0;
}


/* working hours */
.working-hours .time{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.working-hours .row{
    max-width: 1030px;
    margin: auto;
}

.working-hours svg{
    max-width: 15px;
    margin-right: 5px;
}

.working-hours .night1,
.working-hours .afternoon1,
.day1{
    fill: gray;
}

#afternoon{
    max-width: 20px;
}

#day{
    max-width: 22px;
}

.working-hours .name-symb{
    font-size: 120px;
    /* white-space: normal; */
    font-weight: bolder;
    line-height: 1;
    margin-bottom: 10px;
}

.working-hours .name{
    font-size: 17px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.working-hours .d-flex{
    margin-top: 60px;
    margin-bottom: 30px;
    color: gray;
}

.working-hours .d-flex span{
    font-weight: 500;
}

.working-hours .active .d-flex,
.working-time-bar .active span{
    color: #ffba00;
}

.working-hours .active .night1,
.working-hours .active .day1,
.active .afternoon1{
    fill: #ffba00;
}

.working-time-bar{
    text-align: center;
    color: gray;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 25px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.working-time-bar .row{    
    max-width: 1030px;
    margin: auto;
}

/* contact info */
.contact-side-box .d-flex span{
    color: white;
    margin-left: 20px;
    padding-bottom: 3px;
    position: relative;
    font-size: 18px;
}

.contact-side-box img{
    max-width: 25px;
}

.contact-side-box .col-md-12:nth-child(3) img{
    max-width: 30px;
}

.contact-side-box .col-md-12:not(:nth-child(5)) .d-flex span:after{
    content: "";
    position: absolute;
    width: 70%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: white;
}

.contact-side-box .col-md-12:nth-child(5) .d-flex span {
    font-size: 17px;
}

.contact-side-box .col-md-12>span{
    font-size: 18px
}

.contact-side-box .col-md-12:not(:nth-child(5)) .d-flex span{
    font-size: 19px;
}

@media screen and (max-width: 1300px) {
    
    .contact form input{
        width: auto;
    }

}


@media screen and (max-width: 1200px) {
    .contact .main-heading{
        font-size: 50px;
        max-width: none;
    }

    .m-p{
        font-size: 18px;
        max-width: none;
    }

    .services-sec .d-flex span, 
    .budget-sec .d-flex span{
        font-size: 17px;
    }

    .booking .white-out {
        font-size: 50px;
    }

    .working-hours .name-symb {
        font-size: 100px;
    }

    .working-hours .name {
        font-size: 16px;
        letter-spacing: 5px;
    }

    
    .contact-info span {
        font-size: 18px;
        margin-top: 15px;
    }

    .contact-info img {
        max-width: 100%;
    }

    .contact-info {
        margin-bottom: 30px !important;
    }

}


@media screen and (max-width: 1000px) {
    .contact .main-heading{
        font-size: 36px;
    }

    .contact-side-box .col-md-12:nth-child(5) .d-flex span {
        font-size: 14px;
    }

    .contact-side-box .d-flex span {
        font-size: 16px;
    }
    
    .working-time-bar span{
        font-size: 13px;
    }

    
    .contact form input{
        margin-left: 5px;
        width: auto;
    }

}


@media screen and (max-width: 905px) {
    .booking span,
    .booking .white-out{
        font-size: 40px;
    }

    .contact-side-box .col-md-12:nth-child(1) span{
        font-size: 15px;
    }
    
    .contact-info img {
        max-width: 100%;
    }

    .contact-info h2 {
        margin-top: 12px;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 24px;
    }

    .contact-info span {
        font-size: 16px;
    }
    
    /* .contact-info {
        margin-bottom: 50px !important;
    } */

}

@media screen and (max-width: 881px) {
    .contact .main-heading {
        font-size: 33px;
    }

    .m-p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .services-sec.mt-3{
        margin-top: 0 !important;
    }

    .button-text.mt-4{
        margin-top: 10px;
    }
    
    .services-sec h5, 
    .budget-sec h5 {
        font-size: 15px;
    }

    .services-sec .d-flex span, .budget-sec .d-flex span {
        font-size: 15px;
        padding: 8px 10px;
        margin: 10px 10px 10px 0px;
    }    

    .contact-side-box .col-md-12:nth-child(1) span {
        font-size: 14px;
    }

    .contact-side-box img {
        max-width: 18px;
    }

    .contact-side-box .col-md-12:nth-child(3) span{
        margin-left: 15px;
    }
    
    .contact-side-box .col-md-12:nth-child(3) img {
        max-width: 27px;
    }
    
    .contact-side-box .col-md-12:not(:nth-child(5)) .d-flex span {
        font-size: 14px;
    }
    
    .contact-side-box .col-md-12:nth-child(5) .d-flex span {
        font-size: 13px;
    }  

    .services-sec .active img {
        max-width: 13px;
    }

    .contact form input{
        margin-left: 10px;
    }

    .contact form input,
    .contact form label{
        /* margin-top: 10px; */
        margin-bottom: 10px;
    }

    .contact form input,
    .contact form label,
    .contact form textarea{
        font-size: 14px
    }

    .input-field.mb-4{
        margin-bottom: 10px !important;
    }

    .vs-hvr-btn .circle .icon.arrow {
        left: -3px !important;
    }
    
    .policy-msg span,
    .err-msg {
        font-size: 13px;
    }

    .contact-side-box .mb-4{
        margin-bottom: 10px !important;
    }

    .contact .vs-btn {
        padding: 7px 10px 7px 10px;
        margin: 20px auto ;
    }

    .contact .vs-hvr-btn .button-text{
        font-size: 13px;
    }

    .contact .vs-hvr-btn .circle {
        width: 22px;
        height: 22px;
    }

    .vs-hvr-btn .button-text {
        margin-left: 22px;
    }

    .vs-hvr-btn .circle .icon.arrow {
        width: 13px;
        height: 2px;
    }

    .contact-info span{
        margin-top: 3px;
    }

    .working-hours .name-symb {
        font-size: 85px;
    }

    .working-hours .name {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .working-time-bar span{
        font-size: 12px;
    }

    
}
@media screen and (max-width: 767px) {

    .working-hours .d-flex {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .row{
        margin-right: 0;
    }

    .row.contact-info{
        align-items: center;
        flex-direction: column-reverse;
        padding-bottom: 100px;
        text-align: center;
        margin: 25px auto 30px auto;
    }

    .contact-info img {
        max-width: 206px;
    }

    .m-p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .col-md-12 form{
        margin-top: 20px;
    }

    .services-sec .d-flex span, .budget-sec .d-flex span {
        font-size: 14px;
        padding: 9px 10px;
        margin-bottom: 8px;
    }
    
    .services-sec h5, .budget-sec h5 {
        margin-bottom: 14px;
    }

    .f-rev-sm{
        flex-direction: column-reverse;
        margin-bottom: 40px;
        text-align: center;
    }

    .f-rev-sm img{
        max-width: 180px;
    }

}

@media screen and (max-width: 753px) {
    .booking span, .booking .white-out {
        font-size: 35px;
    }

    .booking .vs-btn{
        font-size: 14px;
    }

    .working-hours .d-flex {
    margin-top: 30px;
    margin-bottom: 30px;
    color: gray;
}
}

@media screen and (max-width: 653px) {
    .booking span, .booking .white-out {
        font-size: 30px;
    }

    .booking .vs-btn{
        font-size: 12px;
    }

}

@media screen and (max-width: 575px) {

    .booking .col-sm-6.col-10{
        margin-top: 20px;
        text-align: center;
    }

    .booking .vs-btn{
        margin: auto;
        margin-top: 10px;
    }

    footer .qr-row {
        bottom: 0;
        text-align: left;
    }
}

@media screen and (max-width: 553px) {
    .contact .main-heading {
        font-size: 27px;
    }

    .m-p {
        font-size: 13px;
        line-height: 1.7;
    }

    .services-sec h5, 
    .budget-sec h5 {
        font-size: 13px;
    }

    .services-sec .d-flex span, .budget-sec .d-flex span {
        font-size: 13px;
        padding: 8px 7px;
    }

    .contact-side-box .col-md-12:not(:nth-child(5)) .d-flex span {
        font-size: 12px;
    }

    
    .booking span, .booking .white-out {
        font-size: 26px;
    }

}

@media screen and (max-width: 460px) {
    .contact .main-heading {
        font-size: 25px;
    }

    .contact > .container:first-child {
        padding-top: 115px;
    }

    .ab-heading{
        font-size: 14px;
    }

    .vs-btn.mt-5{
        margin-top: 15px !important;
    }

    
    .working-hours .name-symb {
        font-size: 70px;
    }

    .working-hours .name {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .working-time-bar span,
    .working-hours span{
        font-size: 12px;
    }

    
    .contact-info span {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    footer .qr-row {
        bottom: 0 !important;
        text-align: left;
    }
}

@media screen and (max-width: 405px) {

    .contact form input, .contact form label, .contact form textarea{
        margin-left: 2px;
        margin-bottom: 10px;
    }

    .contact-info h2 {
        font-size: 20px;
    }

    .contact-info span {
        font-size: 12px;
    }

    .f-rev-sm img {
        max-width: 120px;
    }

    .vs-hvr-btn .circle{
        display: inline-block !important; 
    }

    .vs-hvr-btn .button-text{
        vertical-align: super;
    }
}

@media screen and (max-width: 360px) {

    .contact .main-heading {
        font-size: 22px;
    }

    .contact .hr-white-line {
        width: 19px;
        margin-right: 6px;
    }

    .ab-heading {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .m-p {
        margin-top: 0;
        line-height: 1.7;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .services-sec .d-flex span, .budget-sec .d-flex span {
        font-size: 12px;
        /* padding: 1px 6px; */
        margin: 5px;
        padding: 10px 8px;
    }

    .col-md-12 form{
        margin-top: 20px;
    }

    .services-sec h5, .budget-sec h5 {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .contact form input, .contact form label, .contact form textarea {
        margin-bottom: 2px;
    }

    .contact form input{
        margin: 11px 0;
    }

    .contact form .input-field{
        margin-bottom: 20px !important;
    }

    .contact-side-box{
        margin-top: 20px;
    }

    .contact form textarea{
        margin-top: 10px;
    }

    .input-field.mb-4 {
        margin-bottom: 17px !important;
    }

    .vs-hvr-btn .circle{
        display: none;
    }

    .vs-hvr-btn{
        width: unset;
    }

    .vs-hvr-btn .circle + a{
        position: static;
        margin-left: 0;
    }

    .booking span, .booking .white-out {
        font-size: 22px;
    }

    .booking .vs-btn{
        margin: 10px auto !important;
        font-size: 10px;
    }
    

    .contact-info h2 {
        font-size: 18px;
    }

    
    .contact-info span {
        font-size: 12.5px;
        margin-top: 8px;
        margin-right: 3px;
    }


}


