@media(min-width:1400px){

}
/*max width 1399px*/
@media(max-width:1399px){
    .banner-wrapper .banner-content-wrap h1{
        font-size: 60px;
    }
}
/*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: 30px;
    }
    /* Header css */
    .header-wrapper .navbar .navbar-nav li{
        padding: 0px 5px;
    }
    .header-wrapper .navbar .navbar-nav li a{
        font-size: 14px;
    }
    .header-wrapper .navbar .head-right-wrap ul li .common-outline-btn1{
        padding: 6px 10px;
    }
    /* banner css */
    .banner-wrapper .banner-content-wrap h1 {
        font-size: 50px;
    }
    .banner-wrapper .banner-content-wrap h1 i::before{
        bottom: 2px;
    }

    .about-left-content-wrap h3{
        font-size: 25px;
    }
}

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

}

/*max width 991px*/
@media(max-width: 991px){
	.header-wrapper .navbar .navbar-toggler{
        background-color: #f3e270;
        color: #000;
        padding: 6px 12px;
    }
    .header-wrapper .navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(3 49 47 / 94%);
        padding: 20px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 50%);
        backdrop-filter: blur(10px);
    }
    .header-wrapper .navbar .navbar-nav li {
        padding: 5px 5px;
    }

    /* Banner css start */
    .banner-wrapper .banner-content-wrap h1 {
        font-size: 40px;
    }

    /* about */
    .about-left-content-wrap h3 {
        font-size: 22px;
    }
    .about-left-content-wrap h3 i::before{
        height: 8px;
    }
    .about-right-list h3{
        font-size: 30px;
    }
    .about-right-list h4{
        font-size: 20px;
    }
    .about-right-list p{
        font-size: 14px;
    }

    /* blog */
    .blog-list .blog-content{
        top: auto;
        bottom: 10px;
    }
    .blog-list .blog-content .blog-btn{
        display: block;
    }

    /* footer css */
    .footer-logo{
        text-align: center;
    }
    .footer-inner-wrap{
        border-right: 0px;
    }

    .footer-inner-wrap{
        padding: 10px 10px;
    }
    /*  */
    .sectors-list .sectors-content{
        padding: 0px 0px;
    }
    /*  */
    .inner-banner-wrapper img{
        height: 350px;
    }

}

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

}

/*max width 767px*/
@media(max-width: 767px){
    .common-title h3 {
        font-size: 25px;
    }
	/* header banner css start */
    .banner-wrapper .banner-content-wrap h1 {
        font-size: 30px;
    }
    .banner-wrapper .banner-content-wrap h1 i::before {
        bottom: 0px;
        height: 8px;
    }
	/* header banner css end */
    .inner-banner-wrapper img {
        height: 300px;
    }
    .inner-banner-wrapper .inner-banner-content h1{
        font-size: 26px;
    }
    .banner-breadcrumb .breadcrumb li{
        font-size: 14px;
    }
    .banner-breadcrumb .breadcrumb li a{
        font-size: 14px;
    }
    .banner-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
        margin-top: 7px;
    }


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

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

}

/*max with 575px*/
@media(max-width: 575px){
    .common-title h3 {
        font-size: 20px;
    }
    /*  */
    .header-wrapper .navbar .logo-wrap{
        margin-bottom: -46px;
    }
    .header-wrapper .navbar .logo-wrap img{
        height: 90px;
    }

    /* deals css */
    .deals-pipeline-list .deals-pipeline-img img{
        min-height: 230px;
        object-fit: cover;
    }
    .deals-pipeline-list .deals-pipeline-content .deals-pipeline-left h3{
        font-size: 20px;
    }
    .deals-pipeline-list .deals-pipeline-content .deals-pipeline-left h6{
        font-size: 14px;
    }
    .deals-pipeline-list .deals-pipeline-content .deals-pipeline-right .deals-pipeline-right-btn ul{
        gap: 6px;
    }
    .deals-pipeline-list .deals-pipeline-content .deals-pipeline-right .deals-pipeline-right-btn ul li .common-btn1{
        padding: 6px 6px;
        font-size: 13px;
    }
    /*  */
    #testimonials-slider .slick-arrow.slick-prev{
        left: 0;
        top: 100%;
    }
    #testimonials-slider .slick-arrow.slick-next{
        right: -0%;
        top: 100%;
    }
    /*  */

    .tracking-mandates-content h3{
        font-size: 22px;
    }

    /*  */
    .blog-list .blog-img img{
        min-height: 300px;
        object-fit: cover;
    }
    .blog-list .blog-content{
        width: 90%;
    }
    .blog-list .blog-content h3{
        font-size: 17px;
    }
    .blog-list .blog-content p{
        font-size: 14px;
    }

    /*  */
    .inner-banner-wrapper img {
        height: 250px;
    }
    
}