h3,
h2,
p {
    font-family: 'Montserrat', sans-serif !important;
}


/* banner */

#headerSec .ML_sub_menu {
    z-index: 999;
}

 

.heading {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.ML_sub_menu .right_menu {
    margin-right: auto;
    display: flex;
}

.ML_sub_menu {
    position: absolute;
    top: 60px;
    color: #fff;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.28);
    border-top: rgba(255, 255, 255, 0.12) 1px solid;
}

.ML_sub_menu .right_menu ul {
    margin: 0px; overflow: auto; height: 54px;
    padding: 0px; width: 100%;
    display: flex;
    align-items: center;
}

.ML_sub_menu .right_menu ul li {
    list-style: none;
}

.ML_sub_menu .right_menu ul li a {
    font-size: 14px;
    border-bottom: rgba(0, 0, 0, 0.00) 2px solid;
    padding: 15px 30px;
    display: block;
    color: #fff;
}

body .ML_sub_menu .right_menu ul li a.active,
.ML_sub_menu .right_menu ul li a:hover {
    color: #F18F4A;
}

.left_title {
    font-size: 24px;
    font-weight: 600;
    padding: 8px 0px;
    flex: 0 0 21%;
}

.intouch-logo {
    width: 100%;
    display: flex;
    align-items: center;
}

.intouch-logo img {
    margin-right: 10px;
}

.intouch-logo span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.sticky .ML_sub_menu .right_menu ul li a {
    color: #000;
}

.sticky .intouch-logo span {
    color: #000;
}

#headerSec .ML_sub_menu {
    z-index: 999;
}

#headerSec.sticky .ML_sub_menu .left_title {
    color: #000;
    z-index: 999;
}

#headerSec.sticky .ML_sub_menu {
    position: fixed;
    color: #000;
    top: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 6px;
}


/* header */

.ai-herobanner {
    background: url("../images/banner.png") right top no-repeat;
    position: relative;
    height: 700px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
}

.mmi-hd-t.sticky {
    position: fixed;
    z-index: 999;
    background: #fff;
}

.homePageG {
    height: 600px;
}

.homePageG .heading span {
    color: #F18F4A;
}

.homePageG .text-long p {
 
    text-align: left;
}

.banner-bt {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-bt a {
    background: #F18F4A;
    color: #fff;
    border: 1px solid #F18F4A;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px;
    margin-right: 30px;
}

.banner-bt a:last-child {
    background: inherit;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 0px;
}

.homePageG .row {
    width: 100%;
    align-items: center;
}

.homePageG .left-section {
    width: 70%;
    display: flex;
}

.homePageG .right-image {
    width: 30%;
    text-align: right;
}


/* banner */

.heading-section {
    padding-top: 70px;
    /* background: rgba(231, 238, 246, 0.4); */
}


/* api use cases */

.card-row .card_white {
    width: 24%;
    background: #fff;
    padding: 16px;
    border: 1px solid #E7EEF5;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-right: 20px;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.card-row .card_white:last-child {
    margin-right: 0px;
}

.card-row .card_white:hover {
    border: 1px solid #F18F4A;
}

.card-row .card_white:hover .card-icon {
    background-color: #FCE6D7;
}

.card-row .card_white .card-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #F1F7FE;
    transition: .3s ease-in-out;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-row .card_white h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0px 0px 14px 0px;
    color: #000;
}

.card-row .card_white p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    color: #2E2E2E;
}

.card-row.center {
    justify-content: center;
}


/* api use cases */


/* solution */

.solutionCard-wrap .content-section {
    width: 40%;
    padding-right: 20px;
}

.solutionCard-wrap .image-section {
    width: 60%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 16%);
}

.solutionCard-wrap .image-section img {
    width: 100%;
    border-radius: 10px;
}

.card-content h4 {
    font-size: 30px;
    line-height: 38px;
    color: #2E2E2E;
    margin-bottom: 20px;
    font-weight: 600;
}

.card-content ul {
    margin: 0;
    padding: 0;
}

.card-content p {
    font-size: 14px;
    line-height: 20px;
    color: #2E2E2E;
    margin-bottom: 16px;
}

.card-content ul li span {
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.card-content ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #2E2E2E;
    margin-bottom: 16px;
    margin-left: 20px;
    font-size: 14px; font-weight: 500;
}
.documention-section a{color: #F18F4A; text-decoration: underline; font-weight: 500;}


/* .card-content ul li::before{position: absolute;  width: 24px; height: 24px; content: ''; left: -30px; top: 0; background: url(../images/check_circle.svg) no-repeat;} */


/* solution */


/*  */

.common-card {
    margin: 50px 0px 20px 0px;
}

.common-card .card-wraper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* margin-top: 50px; */
}

.common-card .card-wraper .image-wrap {
    width: 45%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
}

.common-card .card-wraper .image-section {
    width: 100%;
    text-align: center;
}

.common-card .card-wraper .image-section img {
    border-radius: 5px;
}

.common-card .card-wraper .content-section {
    width: 55%;
    padding: 50px 30px 50px 60px;
    /* background-color: #FFEAD9; */
    min-height: 396px;
    height: 100%;
    border-radius: 10px;
}

.to-right {
    justify-content: flex-start !important;
}

.to-right .content-section {
    /* background-color: #F1F7FE !important; */
    padding: 50px 85px 50px 20px !important;
}

.to-right .image-wrap {
    left: inherit !important;
    right: 0px;
}

.half-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.common-card .mmi-txt2 h2 {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 3px solid #F18F4A;
    display: inline-block;
}

.half-list li {
    width: 44%;
}

.bgNone {
    position: inherit !important;
    width: 40%;
}

.bgNone .image-section {
    background: inherit !important;
    box-shadow: inherit !important;
}


/* .mobile-screen .content-section {
    padding: 50px 145px 50px 60px !important;
} */


/*  */


/* api documentation */

.documentation-card {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 70px;
}

.documentation-card .documnetation-heading h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    margin: 0px 0px 22px 0px;
    text-align: center;
    color: #000;
}

.documentation-card .documnetation-heading p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 38px 0px;
    text-align: center;
    color: #000;
}

.documentation-card .documnetation-heading p a {
    color: #0861BB;
}

.api-code {
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.api-code .documention-section {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFEAD9;
    padding: 60px 0px;
}

.api-code .documention-section p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.api-code .code-section {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.api-code .code-section p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.img_bg_usercard{background: url(../images/1_workmate.gif) 0px top no-repeat;
    }
    .img_bg_ReportsCard{background: url(../images/f11.gif) 0px top no-repeat;
    }
    .img_bg_TaskCard{background: url(../images/f12.gif) 0px top no-repeat;

    } .img_bg_companyCard{background: url(../images/f12.gif) 0px top no-repeat;
    }
    .img_bg_ClientCard{ 
    } 
 
    .mobile_res-b{position: relative;}
    .mobile_res-b:after{background: url(../images/mobile-for-video.png) 0px 0px no-repeat;
        background-size: 100% auto;
        content: ""; 
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px ;
        top: 0px;
    }
    .mobile_res_head {width: 235px; margin: 0 auto;padding: 12px 16px;}
    .mobile_res_head{position: relative;}
    .mobile_res_head:after{background: url(../images/mobile-for-video.png) 0px 0px no-repeat;
        background-size: 100% auto;
        content: ""; 
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px ;
        top: 0px;
    }
  body  .img_bg_ClientCard{    display: flex;
    padding: 16px 18px;
    height: auto;
    align-items: center;
    justify-content: center;}

    .mobile_res-b img{    max-height: 412px;
        border-radius: 10px;
        overflow: hidden;}
.imges_res-b{ 
background-size:auto 450px;
height: 400px;
flex: 0 0 100%; 


}
.image-section{box-shadow: rgba(0, 0, 0, 16%) 0px 10px 15px; 
    overflow: hidden; padding: 0px 0; 
    background-color: #fff;
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center;}
 
/* api documentation */


/* client logo */


/* RESSPOSIVE CSS    */

@media (max-width:767px) {
    body .ML_sub_menu .right_menu ul li{  }
    .ML_sub_menu .right_menu ul li a{padding: 14px 20px; white-space: nowrap; display: block;}
    .ML_sub_menu>div{padding: 0;}
    .ML_sub_menu .right_menu ul li{display: flex;}
    .ML_sub_menu .right_menu ul{ height: 67px; justify-content: space-between;}
   body  .imges_res-b {
        background-size: auto 305px;
    }
    .common-card .card-wraper .image-wrap .image-section{border-radius: 10px 10px 0 0 ;}
    .imges_res-b{height: 293px;}
    body .img_bg_ClientCard{padding: 11px 14px; margin-top: 20px;}
    .heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 50px;
    } 
    .homePageG .text-long p {
        
        text-align: center;
    }
    .banner-bt a {
        font-size: 12px;
        padding: 10px 30px;
    }
    .solutionCard-wrap .image-section {
        width: 100%;
        padding: 0;
        background: inherit;
        margin-bottom: 10px;
        box-shadow: inherit;
    }
    .solutionCard-wrap .image-section img {
        box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    }
    .common-card .card-wraper {
        flex-wrap: wrap;
        background: #FFEAD9;
        border-radius: 10px;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
        margin-top: 20px;
        overflow: hidden;
    }
    .common-card .card-wraper .image-wrap {
        width: 100%;
        position: inherit;
    }
    .common-card .card-wraper .image-wrap .image-section {
        width: 100%;
        padding: 0;
        background: inherit;
        box-shadow: inherit;
    }
    .common-card .card-wraper .content-section {
        width: 100%;
        padding: 20px !important;
        min-height: auto !important;
    }
    .to-right {
        flex-direction: column-reverse;
        background-color: #F1F7FE !important;
    }
    .common-card .card-wraper .image-section img {
        border-radius: 0px;
    }
    .solutionCard-wrap .image-section img {
        border-radius: 0px;
    }
    .half-list li {
        width: 100%;
    }
    .ai-herobanner::after {
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        background: rgb(0 0 0 / 40%);
        left: 0;
        top: 0;
    }
    .mmi-txt2 h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .mmi-logo-section {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .mmi-logo-section .logo-box {
        margin-right: 0;
        width: 50%;
        margin-bottom: 15px;
    }
    .card-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .card-row .card_white {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .Features {
        background: #fff;
        padding: 40px 0px;
    }
    .common-card {
        margin: 40px 0px;
    }
    .tech_section {
        padding: 40px 0px;
    }
    .homePageG .left-section {
        width: 100%;
    }
    .homePageG .right-image {
        display: none;
    }
    .Features .useCase-wrap {
        flex-wrap: wrap;
    }
    .Features .useCase-wrap .card-image {
        width: 100%;
        padding-top: 0px;
    }
    .Features .useCase-wrap .right-content {
        width: 100%;
    }
    .left_title {
        display: none;
    }
    .right_menu {
        padding: 0px;
        overflow: hidden;
        width: 100%;
        height: 50px;
 
    }
    .ML_sub_menu .right_menu ul {
        align-items: inherit !important;
    }
    .homePageG {
        text-align: center;
        height: 370px;
    }
    .banner-bt {
        justify-content: center;
    }
    .card-content h4 {
        font-size: 18px;
    }
    .heading-section {
        padding-top: 40px;
    }
    .bgNone {
        padding-top: 20px;
    }
    .api-code {
        flex-wrap: wrap;
    }
    .api-code .documention-section {
        width: 100%;
        background: #000;
        padding: 15px 0px;
    }
    .api-code .code-section {
        width: 100%;
        padding: 0px 15px 15px 15px;
    }
    .api-code .code-section p {
        font-size: 14px;
        word-break: break-word;
    }
    .documentation-card .documnetation-heading h2 {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
    }
    .documentation-card .documnetation-heading p {
        font-size: 14px;
        line-height: 21px;
        margin: 0px 0px 20px 0px;
    }
    .api-code .documention-section p {
        color: #fff;
        font-size: 14px;
    }
    .ML_sub_menu .right_menu ul li {
      
    }
}