@media(min-width:1400px){
    
}
/*max width 1399px*/
@media(max-width:1399px){

    /* header */
    .menu > ul > li a{
        padding: 10px 18px;
        font-size: 16px;
    }
    /* header */

    .comon-title h4{
        font-size: 18px;
    }
    .comon-title h3{
        font-size: 40px;
    }

    .banner-wrapper .banner-content-wrap h3{
        font-size: 50px;
    }
    .banner-wrapper .banner-content-wrap p{
        font-size: 20px;
    }

    .bnr-doc-wrap h3{
        font-size: 20px;
    }
    .video-content h3{
        font-size: 40px;
    }
    .services-wrap .services-content h3{
        font-size: 30px;
    }
    .services-wrap .services-content p{
        font-size: 15px;
    }

    .map-section-wrapper .contact-info-wrap .contact-info-list .info h4{
        font-size: 18px;
    }
    .map-section-wrapper .contact-info-wrap .contact-info-list .info p{
        font-size: 15px;
    }


    

    /*@@@@@@@@@ Inner pages css @@@@@@@@@*/
    .inner-banner-wrapper .inner-banner-content h3{
        font-size: 60px;
    }
    .inner-banner-wrapper img{
        height: 400px;
    }

    /* About */
    .mivi-content-wrap h3{
        font-size: 40px;
    }
    .mivi-content-wrap p{
        font-size: 15px;
    }
    /* About end */
    /* services details */
    .comon-srv-dtls-content1 h3{
        font-size: 35px;
    }
    .comon-srv-dtls-content1 p{
        font-size: 15px;
    }
    .comon-srv-dtls-content2 h3{
        font-size: 35px;
    }
    .comon-srv-dtls-content2 p{
        font-size: 15px;
    }
    /*@@@@@@@@@ Inner pages css end @@@@@@@@@*/

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

}
/*max width 1199px*/
@media(max-width: 1199px){
    .workWith-ListWrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

}

/*max width 991px*/
@media(max-width: 991px){
    .navbar .logo-wrap img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .navbar .navbar-toggler{
        background-color: #fff;
    }
    .header-wrapper .manu-wrap{
        flex-direction: row-reverse;
    }

	.banner-wrapper img{
        height: 500px;
        object-fit: cover;
    }
    .banner-wrapper .banner-content-wrap h3{
        font-size: 35px;
    }
    .banner-wrapper .banner-content-wrap p{
        font-size: 18px;
    }

    .services-list:nth-child(4n+0) .services-wrap{
        flex-direction: unset;
    }
    .services-list:nth-child(4n-1) .services-wrap{
        flex-direction: unset;
    }
    .services-list:nth-child(2n+0) .services-wrap{
        flex-direction: row-reverse;
    }

    .work-left-img{
        position: relative;
        margin: 0;
        text-align: center;
    }

    /*##### Inner pages css start */
    .inner-banner-wrapper .inner-banner-content h3 {
        font-size: 40px;
    }
    .inner-banner-wrapper img {
        height: 300px;
    }

    /* about */
    .mivi-content-wrap h3 {
        font-size: 30px;
    }

    /* career */
    .work-with-bottom-section h5{
        font-size: 20px;
    }
    .job-listing .job-title h4{
        font-size: 18px;
    }
    /* career details css */
    .job-information-wrap .title h3{
        font-size: 20px;
    }
    .job-information-wrap .job-information-inner .job-info-list .info h4{
        font-size: 16px;
    }
    .job-information-wrap .job-information-inner .job-info-list .info h5{
        font-size: 16px;
    }

    .job-description-wrap h4{
        font-size: 20px;
    }
    .job-description-wrap p{
        font-size: 14px;
    }
    .job-description-wrap ul li{
        font-size: 14px;
    }

    /* services details css */
    .shadow-img{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .comon-srv-dtls-content1 h3 {
        font-size: 30px;
    }
    /*##### Inner pages css end */
 
}

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

}

/*max width 767px*/
@media(max-width: 767px){
    .comon-title h4 {
        font-size: 16px;
    }
    .comon-title h3 {
        font-size: 25px;
    }
    .inner-banner-wrapper .inner-banner-content h3 {
        font-size: 30px;
    }


    .cf-form-box {
        padding: 30px 20px;
    }

    .shadow-img::before{
        left: -20px;
        bottom: -20px;
    }

    .careers-bottom-info-wrapper {
        background-image: none;
    }
    .cfar-file {
        font-size: 13px;
    }
    .cfar-file {
        padding: 6px 15px;
    }
    .cf-title, .cf-title-box h2 {
        font-size: 20px;
    }
    .cfar-file #ar-file-upload {
        position: absolute;
        height: 0;
        width: 0;
    }
}

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

}

/*max with 575px*/
@media(max-width: 575px){
    .navbar .logo-wrap img{
        width: 300px;
    }
    .header-wrapper .manu-wrap .logo-wrap img{
        width: 215px;
    }

    .map-section-wrapper .map-wrap img{
        height: auto;
    }
    .map-section-wrapper .contact-info-wrap{
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
    }
    .map-section-wrapper .contact-info-wrap .contact-info-list{
        border-right: 0px;
    }

    .blog-wrap .blog-img{
        width: 100%;
    }
    .blog-wrap .blog-content{
        width: 100%;
        padding: 15px 15px;
    }

    /* inner pages css start */
    .work-with-inner-wrap .work-with-list .content{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    /* inner pages css end */

    .footer-copright {
        padding-bottom: 70px;
    }

}

/*max with 575px*/
@media(max-width: 380px){
    .header-wrapper .manu-wrap .logo-wrap img {
        width: 170px;
    }
}