@media(min-width: 992px) and (max-width: 1199px){
    
}

/*max width 991px*/
@media(max-width: 991px){
    .common-title h3{
        font-size: 22px;
    }
    .common-title h4{
        font-size: 15px;
    }
    /*  */
	.header-wrapper.sticky1 .top-header-wrap{
		display:none;
	}
    .top-header-wrap .top-header-left-content p{
        text-align: center;
    }
    .top-header-wrap .top-head-right-wrap{
        justify-content: center;
    }

    /* banner css start */
    .banner-sld-items > img{
        height: 450px;
        object-fit: cover;
    }
    .banner-content-wrap h1{
        font-size: 30px;
    }
    .banner-content-wrap p{
        font-size: 14px;
    }
    /* banner css end */

    .about-info-right-img{
        margin-top: 0px;
        margin-bottom: -30px;
    }

    .video-box-wrap .video-box .play-btn{
        bottom: 15%;
    }
    .video-box-wrap .video-content h4{
        font-size: 30px;
    }

    .project-left-img{
        position: relative;
        width: 100%;
        text-align: center;
    }

    /* inner banner css start */
    .inner-banner-wrap > img{
        height: 250px;
    }
    .inner-banner-wrap .inner-banner-content-wrap h3{
        font-size: 26px;
    }
    /* inner banner css end */

    /* services details page css start */
    .services-details-left-siderbar{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    /* services details page css end */
}

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

}

/*max width 767px*/
@media(max-width: 767px){

    .banner-content-wrap h1 {
        font-size: 20px;
    }
    .banner-content-wrap p {
        font-size: 13px;
    }

	.video-box-wrap .video-box img{
        height: 300px;
        object-fit: cover;
    }
    .video-box-wrap .video-content h4 {
        font-size: 22px;
    }
    .about-bottom-info-list{
        padding: 10px 0px;
        border-bottom: 1px solid #fff;
    }
    .about-bottom-info-list::before{
        display: none;
    }

    /*  */
    .common-services-slider .slick-arrow.slick-next, .testmonials-slider .slick-arrow.slick-next{
        right: 0%;
    }
    .common-services-slider .slick-arrow.slick-prev, .testmonials-slider .slick-arrow.slick-prev{
        left: 0;
    }
    /*  */

    .request-free-cleaning-wrapper .request-cleaning-bg{
        width: calc(100% + 0px);
        left: 0;
        opacity: 0;
    }
    .request-free-cleaning-wrapper .request-cleaning-inner-wrap{
        width: 90%;
        margin: 0 auto;
        margin-bottom: -20px;
    }
    .request-free-cleaning-wrapper .request-cleaning-right-content h3{
        font-size: 20px;
    }
    .request-free-cleaning-wrapper .request-cleaning-right-content p{
        font-size: 14px;
    }

    .footer-wrapper .footer-main-wrap{
        padding-top: 80px;
    }
}

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

}

/*max with 575px*/
@media(max-width: 575px){
	.get-quote-call-wrap ul li:first-child{
        display: none;
    }
	.header-menu-wrap .navbar .logo-wrap .navbar-brand{
		margin-right:0;
	}
}