@media only screen and (max-width:1024px) {
    .mobile-header-lock{
        display: block;
    }
    .header-lock{
        display: none;
    }
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .bod-main {
        padding: 20px 50px;
    }
    .services-page{
        padding-left: 30px;
        padding-right: 30px!important;
    }
    .reveal{
        width: 100%;
    }
    .contact-container{
        width: 100%;
        height: auto;
    }
    .contact-image{
        width: 100%;
        height: auto;
    }
    .form-container{
        width: 90%!important;
    }
    #print-bill{
        display: none;
    }


}

@media only screen and (max-width:736px) {

}

@media only screen and (max-width:667px) {

}

@media only screen and (max-width:414px) {


}
@media only screen and (max-width:736px) and (max-width:414px) {

}
@media only screen and (max-width:667px) and (max-width:375px) {

}

@media only screen and (max-width:640px) {

}
@media only screen and (max-width:568px) and (max-width:320px) {
    .mobile-welcome-note{
        top: 60%;
    }
    .mservice-thumb h5{
        font-size: 6px;
    }
    .toggle-size{
        height:103px;
    }
}
@media only screen and (max-width:375px) {


}

@media only screen and (max-width:360px) {


}

@media only screen and (max-width:320px){

}
