@media(min-width:1400px){

}
/*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){
    .gallery-list .gallery-img img{
        height: 350px;
    }
}

/*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: 30px;
    }
	/*##### Header css start #####*/
    .header-wrapper .navbar .logo-wrap{
        width: 120px;
        margin-bottom: -80px;
    }
    .header-wrapper .navbar .navbar-toggler{
        background-color: #5e5e5e;
        border: 0;
        padding: 6px 10px;
        color: #fff;
    }

    .header-wrapper .navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 20px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 50%);
    }
    
	/*##### Header css end #####*/

    /*##### Footer css start ####*/
    .footer-contactinfo-wrap p{
        font-size: 15px;
    }
    /*##### Footer css end ####*/

    /* home page css */
    .testimonials-wrap p{
        font-size: 16px;
    }
    .testimonials-wrap h4{
        font-size: 25px;
    }
    /* home page css end */

    /* inner banner css */
    .inner-banner img{
        height: 300px;
    }
    .inner-banner .inner-banner-cont h1{
        font-size: 50px;
    }
    /* inner banner css end */

    .team-list .team-content h4{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .team-list .team-content h5{
        font-size: 18px;
        margin-bottom: 8px;
    }

    .gallery-list .gallery-img img{
        height: 300px;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){
    #testimonials-slider .slick-arrow.slick-prev {
    left: -10px;
}
#testimonials-slider .slick-arrow.slick-next {
    right: -10px;
}
}

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

    #testimonials-slider .slick-arrow {
    font-size: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
	.common-title h3{
        font-size: 26px;
    }
    
    /* Banner css start */
    #banner-slider .banner-sld-items img{
        height: 300px;
        object-fit: cover;
    }
    /* Banner css end */

    .about-section, .testimonials-wrapper{
        padding: 50px 0px;
    }
    .our-work-wrapper, .our-team-wrapper, .contact-us-wrapper{
        padding: 50px 0px 110px 0px;
    }
    /*####  */
    .testimonials-wrap{
        padding: 0px 25px;
    }

    /*### Footer css start ####*/
    .contactinfo-border-right::after{
        opacity: 0;
    }
    .footer-contactinfo-wrap{
        padding: 10px 10%;
    }
    .footer-social ul{
        justify-content: center;
    }
    .footer-copyright{
        text-align: center;
        margin-bottom: 15px;
    }
    /* inner banner css */

    .inner-banner img {
        height: 270px;
    }
    .inner-banner .inner-banner-cont h1 {
        font-size: 40px;
    }
    /* inner banner css end */

    .footer-logo{
        margin-top: -80px;
    }
    .footer-logo img{
        width: 160px;
    }

    .blog-sidebar{
        border-left: 0px solid #ddd;
        padding: 0px 0px;
    }

    .services-details-right-content h3, .services-details-right-content h2{
        font-size: 24px;
    }
    .services-details-right-content p{
        font-size: 14px;
    }
    .services-details-right-content ul li{
        font-size: 14px;
    }

    .faq-wrap .accordion-item .accordion-button{
        font-size: 16px;
    }
}

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

}

/*max with 575px*/
@media(max-width: 575px){
	.header-wrapper .navbar .logo-wrap{
        width: 100px;
        margin-bottom: -60px;
    }
    #testimonials-slider .slick-arrow.slick-prev{
        left: -5px;
    }
    #testimonials-slider .slick-arrow.slick-next{
        right: -5px;
    }

    /* footer css */
    .footer-logo{
        margin-top: -70px;
    }
    .footer-logo img{
        width: 150px;
    }
    /* footer css end */
}