@media(min-width:1400px){

}
/*max width 1399px*/
@media(max-width:1399px){
    /*#### header banner css start ####*/
    .banner-wrapper .banner-content-wrap .banner-content h1{
        font-size: 40px;
    }
    /*#### header banner css end ####*/

    .about-right-wrap h3{
        font-size: 40px;
    }

    .common-title h3{
        font-size: 40px;
    }
    .common-title p{
        font-size: 15px;
    }
    .common-title h4{
        font-size: 16px;
    }
}
/*max width 1200px to 1399px*/
@media(min-width: 1200px) and (max-width: 1399px){

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

    /* header banner css start */
    .header-wrapper .navbar .logo-wrap img{
        position: relative;
        width: 200px;
    }
    .header-wrapper .navbar .main-menu li > a{
        font-size: 14px;
    }
    .header-wrapper .navbar .head-right-btn ul li .common-btn1{
        position: relative;
        padding: 8px 10px;
        font-size: 14px;
    }

    .banner-wrapper .banner-content-wrap{
        top: 60%;
    }
    .banner-wrapper .banner-sld-items img{
        height: 500px;
        object-fit: cover;
    }
    /* header banner css end */
    .business-content-wrap h3{
        font-size: 40px;
    }

    .testimonials-wrap p{
        font-size: 16px;
    }

    .footer-social-icon ul li{
        padding: 0px 4px;
    }
    .footer-social-icon ul li a{
        font-size: 16px;
        width: 32px;
        height: 32px;
    }
}

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

}

/*max width 991px*/
@media(max-width: 991px){
	/*#### Header css start ####*/
    .header-wrapper .navbar .main-menu{
        position: absolute;
    }
    .main-menu.active{
        background-color: #ffffff;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }
    .header-wrapper .navbar .main-menu > li.sub-dropdown:after{
        display: none;
    }
    .header-wrapper .navbar .main-menu > li {
        padding: 3px 5px;
    }
    .header-wrapper .navbar .main-menu > li .sub-menu{
        background-color: rgb(255 156 3 / 97%);
    }
    .toggle-menu{
        background-color: #ff9c03;
        padding: 7px 12px;
        border-radius: 3px;
    }
    .toggle-menu span{
        padding-left: 0px;
        line-height: 0;
    }
	/*#### Header css end ####*/
}

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

}

/*max width 767px*/
@media(max-width: 767px){
    .common-title h3 {
        font-size: 26px;
    }
	.about-right-wrap h3 {
        font-size: 26px;
    }

    .process-wrap .process-list{
        border-right: 0px;
        border-bottom: 1px solid #E9E6E6;
    }
    .process-wrap .col-12:nth-last-child(2) .process-list{
        border-bottom: 1px solid #E9E6E6;
    }
    .business-content-wrap h3 {
        font-size: 20px;
    }

    .footer-copyright p{
        text-align: center;
    }

    .services-list .services-content h4{
        font-size: 18px;
    }
    /*##### inner banner section css start #####*/
    .inner-banner-wrapper img{
        height: 300px;
    }
    .inner-banner-wrapper .inner-banner-content h1{
        font-size: 30px;
    }
    /*##### inner banner section css end #####*/
    .contact-pg-info-list .content p{
        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 img{
        width: 140px;
    }
    .header-wrapper .navbar .head-right-btn ul li .common-btn1 {
        padding: 8px 7px;
        font-size: 12px;
    }
    .toggle-menu{
        padding: 7px 8px;
    }
    /* Header css end */
    .banner-wrapper .banner-content-wrap .banner-content h4{
        font-size: 18px;
    }
    .banner-wrapper .banner-content-wrap .banner-content h1 {
        font-size: 30px;
    }

}