/********** Responsive **********/
@media only screen and (max-width:1600px){
    .banner-center img {
        display: none;
    }
}
@media only screen and (max-width:1550px){
}
@media only screen and (max-width:1440px){
    .header {
        background-color: #000;
    }
    .banner-cont h4 {
        font-size: 15px;    
    }
    .banner-cont h1 {
        font-size: 40px;    
    }
    .banner-cont {
        top: 35px;
    }
    .work-sec {
        padding: 50px 0 50px;    
    }
    .all-section, .package-sec {
        padding: 50px 0;    
    }
    .portfolio-sec .sec-head h2 {
        font-size: 50px    
    }
    .package-sec .sec-head h2 {
        font-size: 55px;
    }
    .testimonial-sec {
        padding: 50px 0px 50px 0px;    
    }
    .ftr-address.contact {
        margin-left: 12px;
    }
    .ftr-quick-link {
        margin-left: 30px;
    }
}
@media only screen and (max-width:1400px){
    .header-logo img{width:80%;}
}
@media only screen and (max-width:1200px){
    .banner-center img{width:32%;}
    .banner-form{margin-top:50px;}
    .book-box img{height:255px;}
    .banner-cont h1 {
        font-size: 35px;
    }
    .banner-cont h4 {
        font-size: 13px;
    }
    .banner-cont {
        top: 15px;
    }
    p.largtt {
        font-size: 25px !important;
        line-height: 40px;
        text-align: center;
    }
}
@media only screen and (max-width:1000px){
}
@media only screen and (max-width:900px){
    .banner-cont{position:relative;padding-top:100px;padding-bottom:20px;}
    .after-banner,.banner-center,.process-sec:after,img.tt-1,img.wrk-1{display:none;}
    .banner-back{position:absolute;height:100%;width:100%;}
    .banner-cont h4,.ftr-quick-link ul li a{font-size:12px;}
    .banner-cont h1{font-size:30px;}
    .banner-cont p{font-size:15px;}
    .banner-back img{height:100%;object-fit:contain;object-position:top;}
    .proces-head h2{width:100%;}
    ul.package-list p.largtt{font-size:18px!important;line-height:1.1;}
    .btn-1{padding:.5rem;font-size:14px;}
}
@media only screen and (max-width:700px){
}