@media (max-width: 1400px){
 
    .bannerArea_contact {
        height: 685px;
    }

}

@media (max-width: 1365px){
 
    .bannerArea_contact {
        height: 645px;
    }

}

@media (max-width: 1199px){

    .bannerArea_contact {
        height: 620px;
    }
    .contactUs_greatArea .ContentBox h2 {
        font-size: 30px;
        line-height: 36px;
        max-width: 520px;
    }
    .contactUs_greatArea .ContentBox .itemBox {
        padding: 120px 0 0;
    }
    .contactUs_greatArea .ContentBox .itemBox h3 {
        font-size: 38px;
    }
    .contactUs_greatArea .ContentBox .itemBox .connectText ul li {
        font-size: 20px;
    }

    .heading h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .ourOfficesArea .itemBox .subText h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .ourOfficesArea .itemBox {
        padding-bottom: 110px;
    }
    .ourOfficesArea .mapArea iframe {
        height: 380px;
    }

    .partnersArea .heading h2 {        
        margin-bottom: 60px;
    }
    .partnersArea {
        padding: 90px 0px 80px 0px;
    }
    .partnersArea .itemBox .clieentLogo img {
        max-width: 120px;
    }
    
    
    
}

@media (max-width: 1023px){

    
    .successStoriesArea .itemBox .col_item .subText {
        min-height: 56%;
    }
    .successStoriesArea .itemBox .image.left_image {
        height: 44%;
    }
    
}

@media (max-width: 991px){

    .bannerArea_contact {
        height: 470px;
    }

    .contactUs_greatArea .ContentBox h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 480px;
    }

    .contactUs_greatArea .ContentBox .subText {
        padding: 17px 0 0 20px;
    }
    .contactUs_greatArea .ContentBox .itemBox {
        padding: 90px 0 0;
    }
    .contactUs_greatArea .ContentBox {
        padding: 25px 25px 0;
        margin: -120px 0 0 0;
    }

    .contactUs_greatArea .ContentBox .itemBox .connectText {
        width: 42%;
    }
    .contactUs_greatArea .ContentBox .itemBox h3 {
        font-size: 36px;
    }
    .contactUs_greatArea .ContentBox .itemBox .request {
        width: 53%;
    }
    .ourOfficesArea .mapArea iframe {
        height: 340px;
    }

    .partnersArea {
        padding: 80px 0px 70px 0px;
    }
    .partnersArea .itemBox {
         grid-template-columns: repeat(5, 1fr);
    }
    
}


@media (min-width: 992px){
    .getInTouchArea .getinContentBox {
        background-image: none !important;
    }
}

@media (max-width: 767px){

    /* header */
    /*.menu {
        display: none;
    }
    .closeMenuMobile {
        width: 40px;
        height: 40px;
        float: left;
        border: none;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: #e3151e;
        cursor: pointer;
        position: absolute;
        top: 21px;
        right: -40px;
        display: block;
        border-radius: 0 3px 3px 0;
    }
    .menuToggle {
        display: block;
        outline: none !important;
        float: left;
        width: 40px;
        background: none;
        border: none;
        margin: 0;
    }
    .menuToggle span {
        width: 100%;
        height: 4px;
        margin-bottom: 5px;
        float: left;
        background: #202945;
        border-radius: 2px;
    }
    .menuToggle span:last-child {
        margin-bottom: 0px;
    }


    .openMobileMenu::after {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        content: "";
        background: rgba(0,0,0,0.7);
        z-index: 9999;
    }

    .mobileMenuArea {
        display: block;
        width: 80%;
        position: fixed;
        top: 0px;
        left: -100%;
        background: #000;
        z-index: 99999;
        height: 100%;
        width: 400px;
        transition: 0.3s all;
        padding: 0;
    }
    .openMobileMenu .mobileMenuArea {
        left: 0px;
    }
    .mobileMenuArea .scrollMenu {
        width: 100%;
        height: 100%;
        float: left;
        overflow: auto;
    }
    .mobileMenuArea ul {
        list-style: none;
    }
    .mobileMenuArea li a {
        display: block;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding: 10px 15px;
        position: relative;
        text-decoration: none;
    }
    .mobileMenuArea li.submenu > a::after {
        content: "\f107";
        font-family: 'FontAwesomeBold';
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 43px;
        font-size: 20px;
        text-align: center;
        line-height: 43px;
        border-left: 1px solid rgba(255,255,255,0.4);
    }
    .mobileMenuArea li.submenu > a.active::after {
        content: "\f106";
    }

    .mobileMenuArea li.submenu ul {
        display: none;
        background: rgba(255,255,255,0.1);
    }
    .mobileMenuArea li.submenu li a {
        font-size: 14px;
        font-weight: 300;
    }
*/
     /* END header */

    .btn {        
        font-size: 16px !important;
    }

    .bannerArea_contact {
        height: 370px;
    }

    .contactUs_greatArea .ContentBox .subText {
        padding: 15px 0 0 0px;
    }
    .contactUs_greatArea .ContentBox {
        padding: 25px 20px 0;
        margin: -100px 0 0 0;
    }
    .contactUs_greatArea .ContentBox .itemBox {
        padding: 70px 0 0;
    }
    .contactUs_greatArea .ContentBox .itemBox .connectText {
        width: 100%;
        margin: 0 0 15px;
    }
    .contactUs_greatArea .ContentBox .itemBox .request {
        width: 100%;
    }
    .ourOfficesArea .itemBox {
        padding-bottom: 80px;
    }
    .ourOfficesArea .itemBox .subText.rightText {
        padding: 0;
    }
    .ourOfficesArea .itemBox .subText p {
        font-weight: 300;
        font-size: 18px;
    }
    .contactUs_greatArea .ContentBox .itemBox {
        padding: 60px 0 0;
    }
    .contactUs_greatArea .ContentBox .itemBox h3 {
        font-size: 34px;
        line-height: 42px;
    }
    .contactUs_greatArea .ContentBox .itemBox .connectText ul li {
        font-size: 18px;
        margin: 15px 0 25px;
    }
    .ourOfficesArea .itemBox .subText {
        text-align: center;
        margin-bottom: 40px;
    }
    .ourOfficesArea .mapArea iframe {
        height: 320px;
    }
    .ourOfficesArea .itemBox .col-sm-6:last-child .subText {
        margin-bottom: 0;
    }
    .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .ourOfficesArea h2 {
        margin: 0 0 40px;
    }

    .partnersArea {
        padding: 45px 0 50px;
    }
    .partnersArea .itemBox {
        grid-template-columns: repeat(3, 1fr);
    }

    .ourOfficesArea .mapArea .subBox span {
       font-size: 20px;
    }

    .footerContentBox .Ftr_item .text h4 {
        /*margin: 0 0 20px;
        font-size: 24px;*/
    }
    .footerContentBox .Ftr_item h3 {
        margin: 0 0 15px;
    }
    .footerContentBox .Ftr_item .address {
        margin: 0 0 20px;
    }
    .footer_menu_link {
        margin: 0px 0 5px;
    }

}

@media (max-width: 575px){

    .footerContentBox .Ftr_item:last-child .text {
        margin-bottom: 0;
    }
    .bannerArea_contact .banner_content h1 {
        font-size: 30px;
    }
    .contactUs_greatArea .ContentBox h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
    }
}

@media (max-width: 479px){

   
    .mobileMenuArea {
        width: 260px;
    }

    .bannerArea_contact {
        height: 281px;
    }
    .contactUs_greatArea .ContentBox {
        margin: -60px 0 0 0;
        padding: 20px 15px 0;

    }
    .contactUs_greatArea .ContentBox .itemBox h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .contactUs_greatArea .ContentBox h2 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .partnersArea .heading h2 {
        margin-bottom: 30px;
    }
    .partnersArea .itemBox {
        grid-template-columns: repeat(2, 1fr);
    }
    .ourOfficesArea .mapArea iframe {
        height: 280px;
    }

    .footer_cpyright p {
         font-size: 14px;
    }

    

}