/* banner */

.ai-herobanner {
    background: url("../images/banner.png") center top no-repeat;
    padding-top:60px;
    padding-bottom: 50px;
    background-size: cover;
}

.homePageG .heading
 {
    font-size: 48px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 5px;
}
 .left_heading{    font-size: 36px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 5px;}
.homePageG p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.banner_logo {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26;
}

.banner-bt a {
    background: #1974D2;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 22px;
    /* margin-right: 30px; */
    color: #fff;
}

.banner-bt a:hover {
    background: #1974d2c7;
}

.banner-bt {
    margin-top: 40px;
}


/* banner */

.ryt-txt h3 {
    font-size: 26px;
    line-height: 46px;
    font-weight: 600;
}

.ryt-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

#sc-a {
    padding: 70px 0px;
    background: #F6F0FF;
}

.sc-b {
    padding: 80px 0;
    background: #1974D2;
}

.sc-d {
    padding: 60px 0px;
    background: #3B0090;
}

.sc-b,
.sc-d {
    color: white;
}

.rcg {
    /* display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 45px; */
    margin-top: 70px;
}

.reg-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    background: #fff;
    color: #000;
    border-radius: 10px;
}

.sub-crd {
    padding: 40px 10px;
}

.sc-c {
    padding-top: 80px;
    background: #E8F3FF;
}

.pr-list {
    margin: 60px 0px;
}

.pr-list li {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 5px;
    /* background: white; */
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #0E0021;
    opacity: 0.7;
}


/*****************************/


/* showcase */

.showcase-section {
    background: #1974D2;
    color: #fff;
    padding: 70px 0px 120px 0px;
}

.showcase-section .mmi-txt2 {
    margin: 0px 0px 50px 0px;
}

.cardShowcase {
    width: 100%;
    padding: 10px;
}

.cardShowcase .card-image {
    width: 100%;
    position: relative;
    border-radius: 12px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 15%);
}

.cardShowcase .card-image .card-detail {
    position: absolute;
    bottom: 13px;
    left: 10px;
    padding: 0px 10px;
    width: calc(100% - 20px);
    background: rgb(35 100 167 / 70%);
}

.cardShowcase .card-image img {
    padding: 13px 10px;
    width: 100%;
}

.showcase-section .splide__slide {
    margin-right: 0px;
}

.cardShowcase .card-detail p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 19px;
    padding: 12px 15px;
    margin: 0;
    text-align: left;
}


/* .showcase-section .splide__pagination__page.is-active {
    background: #F18F4A;
} */

.showcase-section .splide__pagination {
    display: none;
}


/* showcase */


/*****************************/

.mmi_cms_bnft-card {
    padding: 20px;
    background: transparent;
    border: #F5EFFE 1px solid;
    background: #F1F7FE;
    border-radius: 6px;
    height: 100%;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    color: #000;
}

.mmi_cms_bnft-card:hover {
    background: #F1F7FE;
    /* border-color: #B7CBDD; */
    color: #000;
}

.map-apis .bigTitle {
    padding: 20px 0 50px
}

.mmi_cms_bnft-card:hover .mmi_bnft-icon {
    background-color: #D6E9FF;
}

.mmi_bnft-icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    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 {
    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;
}

.paragraph-small {
    line-height: 24px;
    font-size: 16px;
}

.mmi_cms-list h4,
.tab-menu h4 {
    font-size: 20px;
    line-height: 22px;
}

.mmi_cms-list p {
    font-size: 16px;
    line-height: 24px;
}


/* who-reg section */

.who-reg {
    margin: 80px 0;
}

.blue-box {
    padding: 60px 150px;
    background-color: #1974D2;
    color: #fff;
    border-radius: 20px;
    display: flex;
    gap: 100px;
    margin-top: 40px;
}

.blue-box ul {
    margin: 0;
}

.blue-box li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 19px;
    display: flex;
    gap: 15px;
}

.blue-box li span img {
    height: 25px;
    width: 25px;
}


/* .... */

.box-reg {
    background: #fff;
    color: #000;
    border-radius: 15px;
    gap: 100px;
    padding: 65px;
    align-items: center;
    margin-top: 60px;
}

.reg-boxes {
    display: flex;
    color: #000;
    gap: 50px;
}

.reg-boxes .boxes {
    flex: 1;
}

.reg-boxes .boxes h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.reg-boxes .boxes p {
    font-size: 16px;
    line-height: 20px;
}

.bl-color {
    background: #3B0090;
    color: #fff;
}

.bg-color {
    background-color: #E8F3FF;
}

.bl-color .tab-menu ul li {
    background: #fff;
    opacity: 0.7;
}

.bl-color .tab-menu li:hover,
.bl-color .tab-menu li.active-a {
    opacity: 1;
}


/* sdk feature */

.common-card {
    padding: 70px 0px 50px;
}

.common-card .tab-container {
    width: 100%;
    display: flex;
    border-radius: 16px;
    margin-top: 50px;
}

.common-card .mmi_tab_container {
    width: 50%;
}

.common-card .tab-menu {
    width: 100%;
    display: flex;
    align-items: center;
}

.common-card .tab-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: inherit;
    padding-left: 80px;
}

.common-card .tab-menu ul h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 40px;
}

.tab {
    margin: 80px;
}

.tab-menu p {
    font-size: 16px;
    line-height: 20px;
}

.common-card .tab-menu ul li {
    list-style: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px;
    border-radius: 5px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #0E0021;
    opacity: 0.7;
    flex-direction: column;
    max-width: 100%;
    min-width: 550px;
}

.tab-menu li:hover,
.tab-menu li.active-a {
    background: #fff;
    cursor: pointer;
    opacity: inherit;
    transition: 0.5s;
    color: #0E0021;
}

.tab-menu ul li a:hover {
    color: #0E0021;
}


/*  */

.scrl-div {
    padding: 80px 0px 54px;
    background-color: #E8F3FF;
}

.scrl-cont {
    position: relative;
}

.srcl-box {
    height: 580px;
    overflow: auto;
    margin-top: 40px;
}

.srcl-box::-webkit-scrollbar {
    width: 15px;
}

.srcl-box::-webkit-scrollbar-track {
    background: #A9CEF6;
}

.srcl-box::-webkit-scrollbar-thumb {
    background: #1974D2;
    height: 10%;
}

.scrl-div ul {
    margin: 0; padding-left: 0;
    width: 98%;
}
.Font_style_1{font-size: 14px; font-style: italic; color: #666; text-align: left;}
.scrl-div ul li {
    list-style: none;
    background: #fff;
    margin-bottom: 15px;
    padding: 18px 34px;
}

.scrl-div ul li p {
    margin: 0;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}


/* advance widgets mobile */

.accordion-container {
    width: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px;
    padding: 50px 20px;
    border-radius: 16px;
    margin-top: 50px;
    display: none
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 15px;
}

.set>span {
    width: 100%; 
    display: block;
    border-left: 4px solid #fff;
    line-height: 24px;
    color: #000; font-size: 16px;
    padding: 12px 12px;
    background: #fff;
    border-radius: 4px;
    border-bottom: 0px !important;
    transition: .2s ease-in-out;
}

.set>span.active {
    border-left: 4px solid #F18F4A;
    font-weight: 600;
}

.content {
    margin-top: 15px;
    padding: 15px;
    display: none;
    text-align: center;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}


/*  */

.form-section {
    padding: 80px 0;
    background-color: #1974D2;
    color: #fff;
}


/********************************************/

@media (max-width: 767px) {
    .homePageG p {
        margin: 0px 0px 24px 0px;
        font-size: 14px; line-height: 20px;
    }
    .scrl-div ul {
        margin: 0; padding-left: 0;
        width: 96%;
    }
    
    .widgets-desktop {
        display: none;
    }
    .accordion-container {
        margin-top: 20px;
        display: block; padding: 0; margin: 0; box-shadow: none; background: none;
    }
    .blue-box ul{padding-left: 18px;}
    .set{box-shadow: none;}
    .accordion-container  .content{background: #fff;}
      .accordion-container .showcase-section .splide__pagination__page.is-active {
        background: #F18F4A;
    }
    .showcase-section .splide__pagination {
        display: block;
        margin-bottom: -50px;
    }
    .accordion-container .image-section img {
        width: 70%;
    }
    .scrl-div ul li p {
        margin: 0;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
    .scrl-div ul li{padding: 18px 20px;}
    .mmi_cms-list p{font-size: 16px;}
    .mmi_cms-list{    grid-row-gap: 24px;}
  .form-section  form .button input{font-size: 14px; font-weight: 600;}
  .form-section .extra-team{font-size: 16px;}
  .form-section .container .title{font-size: 18px; font-weight: 600; text-align: left;}
  .homePageG {
    height: 385px;
    justify-content: center;
}
}


/* advance widgets mobile */

@media screen and (max-width: 900px) {
    .box-reg{padding: 50px 20px;}
    .mb-center {
        text-align: center !important;
    }
    body.fixedMobile .mmi-hd-t .mmi-t2 {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .banner_logo {
        font-size: 12px;
        margin-bottom: 20px;
    }
    body section,
    .pr-list ul,
    .pr-list {
        text-align: center !important;
        margin: 0;
        padding: 0;
    }
    .rcg {
        display: block;
        text-align: center;
    }
    .homePageG .heading,
    .left_heading {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 15px;
    }
    body .ai-herobanner {
        height: 463px;
    }
    .ryt-txt h3 {
        font-size: 20px;
    }
    .ryt-txt p {
 
    }
    section,
    .mmi_cms-list {
        padding: 50px 0px !important;
    }
    .reg-card {
        margin-bottom: 20px;
    }
    .text-right {
        display: none;
    }
    .left_heading,
    .ryt-txt {
        padding: 0 10px!important;
    }
    .showcase-section {
        margin: 0px 0px 40px 0px;
    }
    .reg-boxes {
        flex-direction: column;
        gap: 30px;
    }
    .showcase-section,
    .who-reg {
        margin: 0;
    }
    .blue-box {
        flex-direction: column;
        padding: 35px 0;
        gap: 10px;
        margin-top: 20px;
    }
    /* .blue-box ul {
        padding: 0;
    } */
    .blue-box li {
        /* list-style: none; */
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: left;
    }
    .box-reg {
        margin-top: 20px;
    }
    .mmi_cms-list {
        display: flex;
    }
    .mmi_bnft-icon {
        margin: 0 auto;
    }
    .min-wid {
        width: 40% !important;
    }
}

.container {
    width: 100%;
    background-color: #fff;
    color: #000;
    margin-top: 50px;
    padding: 50px 70px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.container .title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    line-height: normal;
}

.content-form form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

form .user-details .input-box {
 
    width: calc(100% / 3 - 40px);
}

form .input-box span.details {
    display: block;
    font-weight: 500;
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px; 
    padding-left: 0px;
    border: none;
    border-bottom: 1px solid #B6CBE2;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

/* .user-details .input-box input:focus,
.user-details .input-box input:valid {
    border-color: #F18F4A;
    color: #F18F4A;
} */


/* 
form .gender-details .gender-title,
form .check-box .gender-title {
    font-size: 20px;
    font-weight: 500;
}

form .category {
    display: flex;
    width: 80%;
    margin: 60px 0;
    justify-content: space-between;
}

form .category label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

form .category label .dot {
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    border-radius: 5%;
    margin-right: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

#dot-1:checked~.category label .one,
#dot-2:checked~.category label .two,
#dot-3:checked~.category label .three {
    background: transparent;
    border-color: #F18F4A;
} */

form .check-box .gender-title {
    font-size: 20px;
    font-weight: 500;
}

form .check-box {
    display: flex;
    margin: 60px 0;
    align-items: center;
}

form .check-box label {
    font-size: 14px;
    line-height: 10px;
    font-weight: 500;
}

form input[type="checkbox"] {
    display: block;
    -webkit-appearance: checkbox;
}

form .button {
    height: 45px;
    margin: 35px 0
}

form .button input {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #1974D2;
}

form .button input:hover {
    /* transform: scale(0.99); */
    background: #1974D2;
}

.extra-team {
    font-size: 18px;
    text-decoration: none;
    color: #1974D2;
    font-weight: 500;
    padding: 10px 0;
}

@media(max-width: 584px) {
    .homePageG {
    height: 345px;
    justify-content: center;
}
    .container {
        max-width: 100%;
        padding: 30px 15px;
    }
    .content-form {
        text-align: left;
    }
    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }
    form .category {
        width: 100%;
    }
    .content-form form .user-details {
        /* max-height: 300px;
        overflow-y: scroll; */
        margin: 20px 0;
    }
    .user-details::-webkit-scrollbar {
        width: 5px;
    }
    form .input-box span.details {
        display: none;
    }
    form .check-box {
        /* flex-direction: column; */
        margin: 30px 0;
        flex-wrap: wrap;
    }
    .check-box input {
        margin: 10px !important;
    }
}

@media(max-width: 459px) {
    .container .content .category {
        flex-direction: column;
    }
}



/*****************/

.user-details .input-box input.material-form-control:focus {
    border-bottom-color:#F18F4A;
   outline:none; 
   }

.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: 22px;
    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: #F18F4A !important;
}

.material-form-control:focus label {
    color: #F18F4A !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: #F18F4A;
    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;
}
/********************/