body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.mmi-hd-t .mmi_hdr_bar {
    background: transparent;
}

.log-ct {
    height: auto;
    padding-top: 20px;
}

.log-ct img {
    height: 56px;
}

.mmi_nav-br .mmi_navBar {
    box-shadow: none;
}

.mmi-Nav-mb ul li {
    padding: 0 30px;
}

body .mmi-Nav-mb ul li a {
    font-size: 16px;
}

.mmi-Nav-b li {
    list-style: none;
    display: block;
    float: right;
    padding-top: 10px;
}

.arrow_i {
    position: absolute;
    right: -25px;
    width: 100px;
    height: 60px;
    bottom: -82px;
}

.text-left {
    position: relative;
}

.mmi-Nav-b li a {
    color: #fff;
    font-size: 18px;
    border-radius: 36px;
    font-size: 14px;
    border: #fff 1px solid;
    padding: 8px 15px;
    ;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.mmi-Nav-b li a img {
    height: 18px;
}

.mmi-Nav-b li a img {
    margin-right: 10px;
}

@media (min-width: 769px) and (max-width: 1100px) {
    body .bnr-text h1.heading {
        font-size: 32px;
        line-height: 40px;
    }
    .inner_divBox {
        width: 380px;
    }
    .modal_shadow {
        right: 0;
    }
}

@media(max-width:768px) {
    .mmi-Nav-b li .inner_divBox {
        margin: 0;
    }
    .mmi-Nav-b ul {
        margin: 10px 0 0 0;
    }
    .arrow_i {
        display: none;
    }
    .col-md-4 {
        padding-left: 0;
    }
    body.fixedMobile .mmi-hd-t .mmi-t2 {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .mmi-Nav-b li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .mmi-Nav-b li a img {
        margin-right: 5px;
        height: 22px;
    }
}

.bl-block {
    background: url(../images/card1.jpg) 0px bottom no-repeat;
    background-size: cover;
}


/*  */

h1.heading {
    font-size: 48px;
    /*background: linear-gradient(to right, #D4FFF4 0%, #B7E5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
}

.ai-herobanner {
    background: url(../images/hero_banner.jpg) no-repeat bottom;
    padding-top: 120px;
    padding-bottom: 110px;
    background-size: cover;
    height: 750px;
    position: relative;
    min-height: calc(100vh - 60px);
}


/* .ai-herobanner:after {
    content: "";
    height: 1656px;
    width: 1752px;
    background: rgba(10, 75, 141, 1);
    transform: rotate( 88deg);
    left: -122px;
    bottom: 138px;
    display: block;
    position: absolute;
    border-radius: 804px;
}

.ai-herobanner:before {
    content: "";
    height: 1656px;
    width: 1752px;
    background: rgba(10, 75, 141, 1);
    transform: rotate( 88deg);
    left: -122px;
    bottom: 138px;
    display: block;
    position: absolute;
    border-radius: 804px;
} */

.homePageG {
    /* height: calc(100vh - 170px); */
    padding-top: 70px;
    padding-bottom: 70px;
    height: 500px;
}

.heading {
    font-size: 45px;
    line-height: 54px;
    font-weight: 800;
}

.sub_heading {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin: 30px 0;
}

.bnr-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.homePageG .logos {
    display: flex;
    align-items: center;
    gap: 60px;
}

.logos .arrow {
    position: relative;
    top: 50px;
    left: 20px;
}


/* form section  */

.material-form-group {
    position: relative;
    padding-top: 12px;
    padding-bottom: 6px;
    transition: all .25s ease-out
}

.material-form-group label {
    z-index: 2;
    position: absolute;
    font-size: 15px;
    top: 10px;
    left: 0;
    font-weight: 500;
    transition: all .25s ease-out;
    pointer-events: none
}

.material-form-group.focus label,
.material-form-group:not(.pristine) label {
    top: -3px;
    font-size: 12px;
    pointer-events: all;
}

.material-form-group.focus label {
    color: #21D0B2 !important;
}

.material-form-control:focus label {
    color: #21D0B2 !important;
}

.material-form-group:not(.pristine) .reveal-password-toggle {
    display: block
}

.material-form-group.focus,
.material-form-group.has-error {
    margin-bottom: 0
}

.material-form-group.has-error .material-form-control {
    border-bottom-color: #f22f46;
    box-shadow: 0 1px 0 #f22f46;
    margin-bottom: 0
}

.material-form-group.has-error {
    padding-bottom: 30px
}

.material-form-control {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 6px 0 4px;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #b6cbe2;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: all .25s ease-out;
    border-radius: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.material-form-control:focus {
    border-bottom-color: #21D0B2;
    outline: none;
}

.material-form-control:fill {
    background: #fff;
}

.material-form-control:-webkit-autofill,
.material-form-control:-webkit-autofill:active,
.material-form-control:-webkit-autofill:focus,
.material-form-control:-webkit-autofill:hover {
    /*-webkit-box-shadow:0 0 0 30px #fff inset!important*/
    background: #fff;
}

.content_mmi h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px
}

.container,
.mmi-container {
}

.modal_shadow.addC_show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal_shadow {
    display: flex;
    position: absolute;
    top: -20px;
    right: 20px;
    padding: 0px;
    z-index: 9;
    height: auto;
    width: auto;
    visibility: visible;
    transition: all 0.3s;
    opacity: 1;
    color: #000;
}

.submit-bt {
    padding-top: 35px;
}

.submit-bt .button-btn {
    cursor: pointer;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 600;
    background: #21D0B2;
    border: 0;
    border-radius: 45px;
    color: #fff;
}

.mm-ready {
    display: block;
}

.mm-ready a.outline {
    text-align: left;
    display: inline-flex;
    width: 160px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background: none;
}

.mm-ready a.fill {
    background: #000;
    color: #fff;
    border-color: #000;
    text-align: left;
    display: inline-flex;
    width: 160px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.mm-ready a.fill:hover {
    background: #21D0B2;
    border-color: #21D0B2;
}

.submit-bt a {
    width: 100%;
    cursor: pointer;
    padding: 14px 0px;
    font-size: 18px;
    font-weight: 600;
    background: #21D0B2;
    border: 0;
    border-radius: 45px;
    color: #fff;
}

.check-btn {
    font-size: 12px;
    padding-top: 20px;
    color: #000;
    width: 100%;
    display: flex;
    text-align: left;
}

.check-btn a {
    color: #f98636;
    font-size: 12px;
}

.check-btn a:hover {
    color: #4f658e;
}

.agreement {
    -webkit-appearance: checkbox;
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.inner_divBox {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
    border-radius: 10px;
    padding: 30px;
    width: 437px;
    max-width: 100%;
    background: #fff;
    max-height: 100vh;
    text-align: center;
}

.close_box {
    text-align: right;
    height: 32px;
}

.close_box img {
    height: 16px;
    cursor: pointer;
}

.overflauto_div {
    max-height: calc(100vh);
    overflow: auto;
}


/* ..................................... */

.pageHeading {
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    text-align: left;
}

.blueBgColor {
    background-color: #0A4B8D;
    color: #fff;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

section div p,
li {
    font-size: 16px;
    font-weight: 500;
}


/* ..................................... */

.count-section {
    margin: 75px 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.countheading .pageHeading {
    color: #333;
    font-size: 36px;
}

.inner_roundB {
    background: #fff;
    padding: 70px 0px;
}

.inner_roundB .round-r {
    border-radius: 12px;
    font-size: 36px;
    padding: 100px;
    background: #D1EDE8;
    height: 440px;
    display: flex;
    align-items: center;
}

.inner_roundB .round-r p {
    font-size: 50px;
    font-weight: 500;
    line-height: 52px;
}

.countContainer p {
    display: flex;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #2A2A2A;
}

.countheading h2 a,
.countheading h2 span {
    color: #21D0B2;
}


/* .countContainer hr {
    height: 169px;
    border-color: #000;
} */

.countContainer .br-box {
    border: 2px solid #000;
    border-top: 0;
    border-bottom: 0;
}

.countContainer .countbox {
    padding-inline: 10px;
}

.countbox h2 {
    font-size: 60px;
    line-height: 45px;
    font-weight: 700;
}

.countbox p {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}


/*  */

.competitive-text h2 {
    margin-bottom: 20px;
}

.competitive-text p {
    line-height: 26px;
}

.competitive-text ul {
    padding-top: 10px;
    padding-left: 20px;
}

.competitive-text li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.blueBgColor .pageHeading {
    color: #FADAC3;
    width: 70%;
}

.blueBgColor p {
    line-height: 32px;
}

.txt-container {
    padding: 100px 0px 135px;
}

.gap-analysis {
    width: 82%;
    margin: 95px 0;
}

.gap-analysis p {
    font-size: 16px;
    line-height: 30px;
}

.card-sec {
    display: flex;
    gap: 200px;
}

.cards {
    width: 50%;
}

.mb-100 {
    margin-bottom: 100px;
}


/*  */

.icn-container {
    padding: 100px 0;
}

.mmi_cms-list {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 50px 0px;
}

.mmi_cms_bnft-card {
    padding: 20px;
    background: transparent;
    /* border: #F5EFFE 1px solid; */
    border-radius: 6px;
    height: 100%;
    transition: all 0.3s;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px; */
}

.mmi_bnft-icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-bottom: 20px;
    /* background-color: #F5EFFE; */
    background-position: center center;
    background-repeat: no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.mmi_cms-list h4,
.tab-menu h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.mmi_cms-list p {
    font-size: 18px;
    line-height: 24px;
}

.clr_head2 {
    color: #FADAC3;
    font-size: 22px;
    line-height: 45px;
    font-weight: 600;
}

.dfn-cntnr {
    position: relative;
    margin: 140px 0;
}

.bl-block {
    position: absolute;
    border-right: 0;
    width: 42%;
    height: 115%;
    right: 0;
    top: -10%;
    overflow: hidden;
}

.bl-block img {
    /* height: 100%; */
    width: 100%;
}

footer p {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}


/* responsive */

@media (max-width:768px) {
    .modal_shadow {
        right: 0;
    }
    .dfn-cntnr .col-md-6 {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    section div p,
    li,
    .mmi_cms-list h4,
    .tab-menu h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h1.heading {
        font-size: 24px;
        white-space: normal;
        text-align: center;
        line-height: 32px;
    }
    /*  */
    body .ai-herobanner {
        background-size: auto;
    }
    .modal_shadow {
        position: relative;
        padding: 40px 0;
        top: 0;
        height: auto;
    }
    .inner_divBox {
        width: 100%;
        max-height: 100%;
    }
    .submit-bt {
        padding-top: 0;
    }
    .submit-bt .button-btn {}
    .check-btn {
        align-items: flex-start;
        text-align: left;
    }
    .count-section {
        margin: 0;
    }
    .countheading .pageHeading {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 28px;
    }
    .countContainer .br-box {
        border: 2px solid #000;
        border-left: 0;
        border-right: 0;
        margin: 10px 0;
        padding: 15px 0 20px !important;
    }
    .countContainer .countbox {
        padding: 10px 0;
    }
    .countContainer hr {
        width: 100%;
        height: 0;
    }
    .countContainer {
        flex-direction: column;
    }
    .countbox h2 {
        font-size: 25px;
    }
    .countbox p {
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }
    .card-sec {
        flex-direction: column;
        gap: 35px;
    }
    .card-sec .cards {
        width: 100%;
    }
    .blueBgColor .pageHeading,
    .gap-analysis {
        width: 100%;
    }
    .mmi_cms-list {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        padding: 50px 0 20px;
    }
    /*  */
    /*  */
    .homePageG {
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
    .heading {
        font-size: 22px;
        line-height: normal;
    }
    .sub_heading {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        text-align: center;
    }
    .clr_head2 {
        padding-top: 15px;
        font-size: 18px;
        line-height: normal;
    }
    .bnr-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .homePageG .logos {
        flex-direction: row;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        padding-top: 0 !important;
    }
    .logos .arrow {
        display: none;
    }
    .pageHeading {
        font-size: 22px;
        line-height: 26px;
    }
    .bl-block {
        display: block;
        position: relative;
        width: 100%;
        height: 200px;
    }
    .dfn-cntnr,
    .gap-analysis {
        margin: 50px 0;
    }
    .txt-container,
    .icn-container {
        padding: 50px 0 40px;
    }
    .txt-container .row {
        padding: 0px 15px;
    }
    .mmi_cms_bnft-card br {
        display: none;
    }
    .mmi_cms_bnft-card {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        flex-direction: column;
        padding: 10px;
    }
    footer p {
        font-size: 12px;
    }
}

.splide__track .splide__slide {
    object-fit: cover;
}

.bluelightBgColor {
    padding: 70px 0;
}

.splide__track .splide__slide {
    opacity: 0.3;
    transition: all 0.3s;
}

.splide__track .splide__slide.is-active {
    opacity: 1;
}

.splide__track .splide__slide img {
    border-radius: 12px;
    width: 100%;
}

.splide__slide h3 {
    font-size: 26px;
    padding: 30px 0px 0;
    font-weight: 500;
}

.splide__slide p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    font-weight: 400
}

.splide__list:hover {
    cursor: url('../images/Drag.svg'), auto;
}

.banner-bt {
    display: flex;
}

.banner-bt a {
    background: transparent;
    border: #fff 1px solid;
    border-radius: 36px;
    font-size: 18px;
    color: #fff;
    padding: 14px 50px
}

@media (max-width: 767px) {
    body .log-ct img {
        max-height: 38px;
        width: 87px;
    }
    .splide__slide h3 {
        font-size: 20px;
        padding: 15px 0px 0;
    }
    .inner_roundB .round-r {
        padding: 20px;
        height: 300px;
    }
    .bluelightBgColor {
        padding: 40px 0 20px;
    }
    .inner_roundB .round-r p,
    .countContainer p {
        font-size: 20px;
        line-height: 26px;
    }
    .splide__slide p {
        font-weight: 300;
    }
    .mm-ready a.fill,
    .mm-ready a.outline {
        font-size: 14px;
        padding: 10px 32px;
        width: auto;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    /*
.col-lg-7,
    .col-md-6,
    .col-md-5,
    .col-md-4 {
        max-width: 100%;
        flex: 100%;
    }
    .row {
        padding: 0 15px;
    }
    .logos .arrow {
        transform: rotate(90deg);
    }
    .modal_shadow {
        position: relative;
        padding: 40px 0;
        height: auto;
    }
    .inner_divBox {
        width: 100%;
        max-height: 100%;
    }
    .submit-bt {
        padding-top: 0;
    }
    .submit-bt .button-btn {
        font-size: 16px;
    }
    .check-btn {
        display: inline-block;
    }
    .bl-block {
        display: block;
        position: relative;
        width: 100%;
        border: 2px solid;
        height: 200px;
    }*/
}
