.tltcol {
    color:#21D0B2;
}
br{
  display: block;
}
.pb-20{
  padding-bottom: 20px;
} 
.text-white{
  color:#fff;
}
.imgbox img {
    width: 100%;
    padding-top: 50px;
    display: block;
}
.pb-0{
  padding-bottom: 0px;
}
.p-0{
  padding: 0px;
}
 .bgnone{
  background-image: none;
 }
 .carsdsec h4 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 500;
}
.carsdsec p.fpara {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}


.carsdsec ul{
font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 600;
    padding: 20px 0px;
    margin-left: 23px;
}
.focus-division.carsdsec {
display: flex;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    overflow: hidden;
    border-radius:20px;
        justify-content: center;
    align-items: center;
}
.w-60{
  width: 50%;
}
.w-40{
width: 50%;
}
p.mainsd {
    font-size: 16px;
    color: #21D0B2;
    line-height: 1.4;
    font-weight: 500;
}
.empowers .cards {
    background: #fff;
}
.carsdsec .textbox {
    padding: 30px;
}
.focus-border-two, .focus-border-four {
    border-radius: 0px;
}
.carsdsec img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.empul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
        flex-wrap: wrap;
}
ul.empul li {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid rgba(197, 197, 197, 1);
    border-radius: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.ctabox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 50px;
    border: 1px solid rgba(33, 208, 178, 1);
    border-radius: 20px;
}
a.ctabtn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}
.ctabtn img {
    width: 100%;
    max-width: 24px;
    /* padding: 20px; */
}
a.ctabtn {
    display: flex;
justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border: 1px solid rgba(33, 208, 178, 1);
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
}
a.ctabtn:before{
 content: ""; 
}
img.geobanimge {
    width: 100%;
    max-width: 150px;
    display: block;
    margin-bottom: 20px;
}

span.gred {

    background: linear-gradient(90deg, #21D0B2 0%, #F18F4A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ctatext h2.head {
    text-align: start;
}
.ctatext {
    width: 60%;
}

.banner-part {

    background-size: cover;
    background-image: url(../images/banweb.png);
    background-position: 85% center;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
}
.banner-part .heading {
    font-size: 40px;
    font-weight:800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-part .para {
    margin-bottom: 35px;}



.text-blk{
  color: #000 !important;
}
.mmi-txt2 p {

    line-height: 1.5;
}

/*verify*/
.verify_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 18px;
}
.verify_ones{
    background: #E9F7FF;
    border-radius: 10px;
    padding: 36px 0px 47px 25px;
}

.verify .namess{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}
/*verify*/
 .namess {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 15px;
}
.accordion-container {
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .accordion-item {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      transition: border-color 0.2s ease;
    }

    .accordion-item:hover {
      border-color: #cbd5e1;
    }

    .accordion-header {
      width: 100%;
      background: none;
      border: none;
      outline: none;
      padding: 18px 24px;
      text-align: left;
      font-size: 18px;
      font-weight: 700;
      color: #000;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease-out;
    }

    .accordion-content {
    padding: 0 28px 70px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    width: 80%;
    }
.faqicon img {
    filter: brightness(0.1);
    transform: rotate(180deg);
    width: 20px;
    transition: all ease 0.3s;
}
.active img {
    transform: rotate(0deg);
    filter: invert(66%) sepia(87%) saturate(452%) hue-rotate(122deg) brightness(94%) contrast(89%);
        width: 20px;
}



span.faqicon {
    min-width: 20px;
}






.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;
    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;
}

.content_mmi h2 {
    padding-bottom: 30px
}

.modal_shadow.addC_show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
body:has(.modal_shadow.addC_show) {
    overflow: hidden;
}
.modal_shadow {
    position: fixed;
    top: 0px;
    padding: 50px 20px 30px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    opacity: 0;
        display: flex;
    justify-content: center;
    align-items: center;
}

.submit-bt {
    padding-top: 40px;
}

input.button-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border: 1px solid rgba(33, 208, 178, 1);
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    background: transparent;
    margin: 0px auto;
}

.inner_divBox {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
    border-radius: 10px;
    padding: 30px;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    max-height: calc(100vh - 86px);
    position: relative;
}


/* .content_mmi {} */

.close_box {
    text-align: right;
    /* height: 32px; */
    position: absolute;
    top: 0px;
    right: 0px;
    background: #21D0B2;
    padding: 10px;
}

.close_box img {
    height: 16px;
    cursor: pointer;
    display: block;
}
.start-btns{
  justify-content: center;
}





@media (max-width: 900px) {
    .verify_wrap {
        grid-template-columns: 1fr 1fr;
    }
}




@media(max-width:767px){


img.geobanimge {

    max-width: 100px;
    margin: 0px auto;
    margin-bottom: 15px;
}


.accordion-content {
    width: 95%;
}

.faqicon img {

    width: 16px;
}


.accordion-content {
    padding: 0 20px 120px;
    font-size: 14px;
}

.accordion-header {
    padding: 18px 15px;
        align-items: baseline;
    font-size: 16px;
    color: #000;}

    .banner-part .para {
        line-height: 26px;
        font-size: 14px;
    }
.banner-part {

    background-size: cover;
    background-image: url(../images/banmob.png) !important;}
.banner-part .container{
  background: none !important;
}
    .allcont-banner {
        padding: 0px 0px 40px 0px;
                text-align: center;
    }
.ctabtn img {
    width: 100%;
    max-width: 18px;}

    .banner-part .para {
        margin-bottom: 20px;
    }
a.ctabtn {

    margin: 0px auto;
}
    .homepage .banner-part {
        background-position: center 20px !important;}
    .banner-part .heading {
        font-size: 22px;
        line-height: 1.4;
        font-weight: 800;
                margin-bottom: 15px;
    }
        .left_title {
        flex: 0 0 32.4% !important;
    }
    .focus-division.carsdsec {

    border-radius: 15px;}
    .ctatext h2.head {
    text-align: center;
}
  .w-40 {
    width: 100%;
}
ul.empul {
    gap: 15px;}

.w-60 {
    width: 100%;
}
.carsdsec .textbox {
    padding: 20px 15px;
}
.carsdsec h4 {
    font-size: 18px;}

.carsdsec .w-60 {
    order: 1;
}

br{
  display: none;
}

.mmi-txt2 h2 {
        line-height:1.4;}
    .empowers .head {
        font-size: 24px;
        line-height: 1.4;
    }

ul.empul li {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid rgba(197, 197, 197, 1);
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 100%;
}
.ctabox {

    gap: 20px;
    padding: 30px 15px;
    border-radius:15px;
    flex-direction: column-reverse;
}
.ctatext {
    width: 100%;}

.ctaimg {
    width: 40%;
    margin: 0px auto;
}

}