@media screen and (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }

}
@media screen and (max-width:1199px) {
    .classy-nav-container .classy-menu a{
        margin: 0 10px;
    }

}

@media screen and (max-width:991px) {
    .heading {
        font-size: 60px;
        font-weight: bold;
        line-height: 74px;
    }
    .banner-text h1 {
        font-size: 60px;
        line-height: 28px;
    }
    .nav-brand img {
        width: 130px;
    }
    .facilitis-box {
        width: 50%;
    }
    .border-lg-0 {
        border-right: 0;
    }
    .facilitis-box:nth-last-child(1){
         width: 100%;
    }
    .copyright, .foot-social, .foot-trav-icon {
        text-align: center !important;
    }
    .foot-trav-icon {
    margin-top: 0;
}
    .about-sctn .left-cl {
        padding-right: 14px;
    }
    .breakpoint-on .classynav>ul>li>a {
        border-bottom: 0 solid #454545;
    }
    .classy-nav-container .classy-menu a{
        margin: 0 !important;
    }
    .mob-conact {
        padding: 15px;
    }
    .mob-conact a{
        font-size: 18px  !important;
        font-weight: 600  !important;
        padding: 5px 0 !important;
    }
    .about-sctn .left-cl {
        margin-bottom: 30px;
    }
    body.menu-on {
        position: fixed;
        width: 100%;    
    }


}

@media screen and (max-width:767px) {
    .heading {
        font-size: 48px;
        font-weight: bold;
        line-height: 58px;
    }
    .heading {
        font-size: 56px;
        font-weight: bold;
        line-height: 54px;
    }
    .service-sub-head {
        font-size: 24px;
    }
    .main-pd-bottom {
        padding-bottom: 80px;
    }
    .main-pd-top {
        padding-top: 80px;
    }
    .facilitis-stn {
        padding: 80px 0;
    }
    .facilitis-box {
        width: 100%;
    }
    .scroll-down, .scroll-btn{
        display: none !important;
    }
    .footer-stn {
        padding: 60px 0 60px;   
    }

}
@media screen and (max-width: 630px) {
    .banner-text h1 {
        font-size: 42px;
        line-height: 16px;
    }
    .heading {
        font-size: 46px;
        font-weight: bold;
        line-height: 49px;
    }
    .sub-heading {
        font-size: 16px;
    }
    .categories label{
        margin-top: 0;
    }
    .foot-trav-icon li {
        display: block;
    }
    .foot-trav-icon li a img {
        height: 28px;
        width: auto;
        margin-left:0;
        margin-top: 20px;
    }


} 


