@media(min-width:1400px){
    .common-btn1{
        font-size: 22px;
    }
    .common-title h3{
        font-size: 55px;
    }
    /* font size Enlarge */
    .call-now-wrap .call-info h6{
        font-size: 18px;
    }
    .call-now-wrap .call-info h4{
        font-size: 20px;
    }
    .header-wrapper .navbar .navbar-nav li{
        padding: 0px 25px;
    }
    .header-wrapper .navbar .navbar-nav li a{
        font-size: 21px;
    }

    .banner-content-wrap .banner-content p{
        font-size: 30px;
    }
    .banner-content-wrap .banner-content .common-btn1{
        font-size: 22px;
    }
    /*  */
    .about-right-content p{
        font-size: 22px;
    }
    .about-right-content ul li{
        font-size: 22px;
    }
    .about-right-content ul li::before{
        top: 12px;
    }

    /*  */

    .services-list p{
        font-size: 22px;
    }

    /* gallery css  */
    .gallery-inner-wrap .twentytwenty-wrapper .twentytwenty-overlay .twentytwenty-after-label::before{
        font-size: 22px;
    }
    .gallery-inner-wrap .twentytwenty-wrapper .twentytwenty-overlay .twentytwenty-before-label::before{
        font-size: 22px;
    }

    /* ### */
    .faq-accordion .accordion-item .accordion-header .accordion-button{
        font-size: 24px;
    }
    .faq-accordion .accordion-item .accordion-body p{
        font-size: 20px;
    }
    .contact-left-img-wrap .contact-info-wrap .contact-info-list .info h5{
        font-size: 18px;
    }
    
    /* font size Enlarge end */

    .footer-wrapper .foot-copyright p{
        font-size: 15px;
    }
}
/*max width 1399px*/
@media(max-width:1399px){

}
/*max width 1200px to 1399px*/
@media(min-width: 1200px) and (max-width: 1399px){

}
/*max width 1199px*/
@media(max-width: 1199px){
    .common-title h3{
        font-size: 35px;
    }
    /* Header Banner css start */
    .header-wrapper .navbar .navbar-nav li a{
        font-size: 16px;
        padding: 5px 4px;
    }

    .banner-content-wrap .banner-content h3{
        font-size: 45px;
    }
    /* Header Banner css end */

    .company-status h3{
        font-size: 40px;
    }
    .contact-left-img-wrap .contact-info-wrap .contact-info-list .info h4{
        font-size: 18px;
    }

    .services-list h4{
        font-size: 22px;
    }
}

/*max width 992px to 1199px*/
@media(min-width: 992px) and (max-width: 1199px){

}

/*max width 991px*/
@media(max-width: 991px){
    .common-title h3 {
        font-size: 25px;
    }
	/*#### Header banner css start ####*/
    .header-wrapper{
        padding-top: 0px;
    }
    .header-wrapper .navbar .navbar-toggler{
        background-color: #44d0f1;
        padding: 10px 12px;
        border: 0;
        color: #fff;
    }
    .header-wrapper .navbar .navbar-collapse{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #2c52a7;
        z-index: 9;
        padding: 10px 10px;
        border-radius: 5px;
    }
    .header-wrapper .navbar .navbar-nav li{
        padding: 5px 0px;
    }
    /* ### */
    .header-wrapper .logo-wrap{
        position: relative;
        left: auto;
        transform: translateX(0%);
        order: 1;
    }
    .call-now-wrap{
        order: 2;
    }
    .get-quote-wrap{
        order: 3;
    }
    .header-wrapper .navbar .navbar-toggler{
        order: 4;
    }
    /* ### */
    .banner-content-wrap{
        top: 60%;
    }
    .banner-content-wrap .banner-content h3 {
        font-size: 30px;
    }
    .banner-wrapper video{
        height: 500px;
    }
	/*#### Header banner css end ####*/
    /*#### Contact us css */
    .contact-left-img-wrap .contact-info-wrap{
        bottom: 0px;
        width: 92%;
    }
    .contact-left-img-wrap .contact-info-wrap .contact-info-list .info h4{
        font-size: 15px;
    }
    /*#### Contact us css */

    .contact-left-img-wrap .contact-info-wrap{
        padding: 15px 5px;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
	
    /* #### */
    .faq-inner-wrap{
        padding: 30px 30px;
    }
    /* #### */
    .contact-left-img-wrap .contact-img img{
        height: 450px;
        object-fit: cover;
    }

    /* extra space css */
    .about-section-wrapper, .services-wrapper, .gallery-wrapper, .faq-wrapper{
        padding-bottom: 0px;
    }
    /* extra space css end */
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
	/* Header banner css start */
    .header-wrapper.sticky{
        padding-top: 0px;
    }
    .header-wrapper .logo-wrap{
        width: 50%;
        margin-bottom: 10px;
    }
    .header-wrapper .logo-wrap img{
        width: 50px;
    }
    .get-quote-wrap{
        width: 50%;
        order: 2;
    }
    .get-quote-wrap .common-btn1{
        padding: 5px 14px;
        font-size: 16px;
    }
    .call-now-wrap{
        width: 50%;
        order: 3;
    }
    /*  */
    .banner-content-wrap{
        top: auto;
        bottom: 5%;
        transform: translateY(0);
    }
    .banner-content-wrap .banner-content h3 {
        font-size: 25px;
    }
	/* Header banner css end */

    .faq-inner-wrap{
        padding: 15px 15px;
    }
    .faq-accordion .accordion-item .accordion-header .accordion-button{
        font-size: 18px;
    }
}

