body {
    font-family: "Inter", sans-serif;
}
.Logoimg{
    height:45px;
}
.shadow-bottom {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.textsmall {
    font-size: 10px;
}
.header-nav li:hover a {
    color: #673695 !important;
}
.login-box button a{
    color:#fff;
}
/* Toggle 2 switch - start */
.btnVerify{
    width:90px;
}
.newIndex .input-group-text {
    font-size: 14px;
    border: 1px solid #ccc !important;
    border-top-right-radius: 4px;
    background: #fff;
    border-bottom-right-radius: 4px;
}
.newIndex .input-group-text:focus {
    box-shadow: none;
    border-color: #0d6efd!important;
}
.toggle-two-switch .switches-container {
    display: flex;
    padding: 0;
    position: relative;
    background: #fff;
    line-height: 30px !important;
    border-radius: 0.625rem;
    border: 1px solid #dbdbdb;
}

.toggle-two-switch .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.toggle-two-switch .switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    font-size: 13px;
    color: rgba(33, 37, 41, 0.75);
}

.toggle-two-switch .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.2rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.toggle-two-switch .toggle-switch-wrapper {
    border-radius: 0.5rem;
    background: #ff8a4c;
    height: 100%;
}

.toggle-two-switch .toggle-switch-wrapper div {
    font-size: 13px;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* Toggle Position Adjustments */
.toggle-two-switch
.switches-container
input:nth-of-type(1):checked
~ .switch-wrapper {
    transform: translateX(0%);
}

.toggle-two-switch
.switches-container
input:nth-of-type(2):checked
~ .switch-wrapper {
    transform: translateX(100%);
}

.toggle-two-switch
.switches-container
input:nth-of-type(3):checked
~ .switch-wrapper {
    transform: translateX(200%);
}

/* Toggle Label Visibility */
.toggle-two-switch
.switches-container
input:nth-of-type(1):checked
~ .switch-wrapper
.toggle-switch-wrapper
div:nth-of-type(1) {
    opacity: 1;
}

.toggle-two-switch
.switches-container
input:nth-of-type(2):checked
~ .switch-wrapper
.toggle-switch-wrapper
div:nth-of-type(2) {
    opacity: 1;
}

.toggle-two-switch
.switches-container
input:nth-of-type(3):checked
~ .switch-wrapper
.toggle-switch-wrapper
div:nth-of-type(3) {
    opacity: 1;
}

/* Toggle 2 switch - end */

/* Toggle 3 switch - start */

.toggle-three-switch .switches-container {
    display: flex;
    padding: 0;
    position: relative;
    background: #fff;
    line-height: 30px !important;
    border-radius: 0.625rem;
    border: 1px solid #dbdbdb;
}

.toggle-three-switch .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.toggle-three-switch .switches-container label {
    width: 33.33%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    font-size: 13px;
    color: rgba(33, 37, 41, 0.75);
}

.toggle-three-switch .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33%;
    padding: 0.2rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.toggle-three-switch .toggle-switch-wrapper {
    border-radius: 0.5rem;
    background: #ff8a4c;
    height: 100%;
}

.toggle-three-switch .toggle-switch-wrapper div {
    font-size: 13px;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* Toggle Position Adjustments */
.toggle-three-switch
.switches-container
input:nth-of-type(1):checked
~ .switch-wrapper {
    transform: translateX(0%);
}

.toggle-three-switch
.switches-container
input:nth-of-type(2):checked
~ .switch-wrapper {
    transform: translateX(100%);
}

.toggle-three-switch
  .switches-container
  input:nth-of-type(3):checked
  ~ .switch-wrapper {
  transform: translateX(200%);
}

/* Toggle Label Visibility */
.toggle-three-switch
  .switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .toggle-switch-wrapper
  div:nth-of-type(1) {
  opacity: 1;
}

.toggle-three-switch
  .switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .toggle-switch-wrapper
  div:nth-of-type(2) {
  opacity: 1;
}

.toggle-three-switch
  .switches-container
  input:nth-of-type(3):checked
  ~ .switch-wrapper
  .toggle-switch-wrapper
  div:nth-of-type(3) {
  opacity: 1;
}

/* Toggle 3 switch - end */
.toggle-three-switch.dgft-mode .switches-container {
  display: flex;
}

.toggle-three-switch.dgft-mode .switches-container label {
  width: 50% !important; /* adjust width to 50% for 2 options */
}

.toggle-three-switch.dgft-mode .switch-wrapper {
  width: 50% !important;
}

.toggle-three-switch.dgft-mode .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.toggle-three-switch.dgft-mode .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

/* Hide the 3rd option's toggle wrapper text */
.toggle-three-switch.dgft-mode .toggle-switch-wrapper div:nth-of-type(3) {
  display: none !important;
}

.mt-5rem {
  margin-top: 5rem;
}

.p-3rem {
  padding: 3rem;
}

.bg-orange {
  background: linear-gradient(180deg, #FFF8F1 0%, #FFFFFF 100%);
}

.z-999 {
  z-index: 999;
}
.priceBox h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.container h1 {
    font-size: 34px;
}
.text-orange{color: #ff8a4c;}
.tokenList ul li{
    font-size: 14px;
}
.tokenList ul{
    padding-left: 10px;
}
.tokenList h5 {
    font-size: 18px;
}
.bg-primary-light {
  background: #ebf5ff;
}
.bg-orange-light {
  color: #ff8a4c;
  font-weight:700;
  font-size: 18px;
}
.border-orange {
  border-color: #FEECDC !important;
}
.activeCertificate:hover {
    border-color: #FEECDC !important;
    box-shadow: 0px 4px 30px 0px #FE9D661F;
    background-color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #0d6efd;
    color: #fff !important;
}
.border-medium-orange {
  border-color: #FCD9BD !important;
}
.bg-light-orange {
  background: #FEECDC;
}
.text-purple {
  color: #6875f5;
}
.bg-purple-light {
  background: #f6f5ff;
}
.bg-purple {
  background: #edebfe;
}
.bg-footer {
  background: linear-gradient(180deg, rgba(225, 239, 254, 0) 0%, #e1effe 100%);
}
.rounded-15-percent {
  border-radius: 15%;
}
.smaller {
  font-size: 0.75rem;
}
.mt-swiper-btncontainer {
  display: flex;
  gap: 15px;
  width: auto !important;
  height: 100%;
  gap: 30px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-nexts.swiper-button-disabled,
.swiper-button-prevs.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.ems-custom-btn {
  height: 56px;
  width: 56px;
}
.toggle-three-switch.dgft-mode .switch-wrapper.dgft-enabled {
    width: 100% !important;
}

.dgft-enabled-wrap {
    width: 30%;
}

.toggle-three-switch.dgft-mode .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.mt-body {
    margin-top: 75px;
}

.mt-12px {
    margin-top: 0.75rem;
}

.my-12px {
    margin-block: 0.75rem;
}

.mx-12px {
    margin-inline: 0.75rem;
}

.p-12px {
    padding: 0.75rem;
}

.p-3rem {
    padding: 3rem;
}

.dsc-heading {
    font-size: 1.25rem;
    /*max-width: 300px;*/
}

.bg-orange {
    background: linear-gradient(180deg, #FFF8F1 0%, #FFFFFF 100%);
}
.ems-custom-btn {
    position: relative !important;
    height: 40px!important;
    width: 40px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: 1px solid #9CA3AF;
    border-radius: 50%;
    background: #fff;
}
.ems-arrowicon {
    height: 14px !important;
    width: 14px !important;
}
.ems-custom-btn--next {
    transform: rotate(180deg);
    right: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.greyscale {
    filter: grayscale(100%);
}
.ems-sliderfluid-wrapper {
    margin-right: -20px;
}
.ems-sliderfluid-swiper {
    position: relative;
}
.ems-recbox {
    border: 1px solid #CDDBFE;
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    display: grid;
    gap: 15px;
    color: #111928;
    min-height: 345px;
}
.ems-recbox--purple {
    background: #EDEBFE;
    min-height: 350px;
}
.ems-recbox--purple .bg-white {
    min-height: 175px;
}
.drop-shadow {
    box-shadow: 0px 4px 30px 0px #FE9D661F;
}
.small, small {
    font-size: 0.875rem !important;
}
.login-box label {
    cursor: default;
}
.login-box .form-control:focus {
    box-shadow: none;
    border-color: #0b5ed7;
}
.d-flex-item {
    display:flex;
}
.error-msg {
    color: #E02424;
}
.form-error-control {
    border-color: #E02424;
    color: #E02424;
}
.text-red {
    color: #D03801;
}
.text-blue {
    color: #1C64F2;
}
.border-grey {
    border: 1px solid #D0D5DD;
}
.login-box .iti--allow-dropdown {
    width: 100%;
}
.cursor-pointer {
    cursor:pointer;
}
.extra-small {
    font-size: 9px;
}
.min-height-dsc {
    min-height: 175px;
}
.step1-step2-arrow {
    position: absolute;
    left: -6%;
    top: 45%;
    transform: translateY(-50%);
}
.step2-step3-arrow {
    position: absolute;
    right: -6%;
    top: 45%;
    transform: translateY(-50%);
}
.step1-step2-arrow img, .step2-step3-arrow img {
    width: 1rem;
}
.form-control::placeholder {
    color: #9CA3AF;
    font-size: 14px;
}
#indian-user-login-box .fl-label{
    display:none;
}
/*.newIndex h5 {color: #0d6efd;}*/
/*main h2 {
    font-size: 30px;
}*/
.mobileBox .otp-input {
    width: 10%!important;
}
.emailOtpBox{
    width:10%;
}

.imgSec img{
    height: 68px;
}
ul.list-unstyled li img {
    height: 22px;
}
.amezonSec {
    padding: 40px 50px;
    margin-top: 14%;
    font-size: 20px;
}
.line {
    border: 1px solid #feecdc;
}
/***********Testmonial***********/
.testimonial-img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ms-n2 {
    margin-left: -23px;

}
/*  .testimonials-swiper .swiper-wrapper .swiper-slide{
        width:100%!important;
    }*/
/*.miniSlider{
    background-image: url(../images/assets/images/index/Rectangle.svg);
}*/
/*.box-shadow-lr {
  box-shadow:
  -12px 0 20px -10px rgba(0, 0, 0, 0.1),  left shadow 
     12px 0 20px -10px rgba(0, 0, 0, 0.1);   right shadow 
}*/
.box-shadow{
    --bs-box-shadow-sm: 0 0.125rem 0.25rem #CDDBFE;
}
.digitalSignatureContent {
    padding-bottom: 180px;
}
.mainsection {
    padding: 50px 0 0px;
}
.trustedContent {
    padding: 0;
    position: relative;
    top: -115px;
}
.steps.bg-orange {
    padding-top: 320px;
}
.trustedContent .innerSec{
    position: absolute;
}
.subFooter{font-size: 12px;}
.hyundaiImg{height:26px;}
.airtelImg{height:24px;}
/***********Testmonial***********/


/*********About CSS START************/
.trustBox {
    border: 1px solid #CDDBFE;
    background: #fff;
    border-radius: 20px;
    padding: 1.8rem;
}
.paraTxt{
    min-height: 135px;
}
.px-3rem {
    padding: 40px 130px;
}
.certificateBox p{
    font-size: 14px;
}
.px-7 {
    padding: 0px 100px;
}
/*********About CSS END************/

/*********Timeline CSS Start************/
.timeline {
    position: relative;
    margin: 4rem 0;
    padding: 2rem 0;
}
.timeline p{
    font-weight: bolder;
    font-size: 14px;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background: #f58220;
}

.timeline-step {
    position: relative;
    margin-bottom: 4rem;
}

.timeline-content {
    position: relative;
    width: 41%;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); */
    display: flex;
    gap: 1rem;
}

.timeline-step.left .timeline-content {
    margin-right: auto;
}

.timeline-step.right .timeline-content {
    margin-left: auto;
}

.timeline-img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffaf5;
    color: #6236ff;
    font-weight: bold;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    z-index: 1;
    /*box-shadow: 0 0 0 4px #fff;*/
}
.timeline-year {
    position: absolute;
    top: 52px;
    left: 58%;
    transform: translate(-50%, -50%);
    color: #6236ff;
    font-weight: bold;
    font-size: 1.1rem;
}

.timeline-icon {
    width: 40px;
    height: 40px;
}
.yearLeft {
    position: absolute;
    top: 60px;
    right: 7%;
    transform: translate(-57%, -50%);
    color: #6236ff;
    font-weight: bold;
    font-size: 1.1rem;
}
/*********Timeline CSS END************/












@media (min-width: 768px) {
    .ems-recbox {
        gap: 25px;
        padding: 1.8rem;
    }

}

@media (max-width: 1200px) {

    .step1-step2-arrow, .step2-step3-arrow {
        display: none;
    }
    .fs-7 {
        font-size: 0.875rem;
    }

    .fs-8 {
        font-size: 0.75rem;
    }

    .disabled-label {
        pointer-events: none;
        background: #f3f2f2;
        border-radius: 17px;
        border-radius: 0.5rem;
    }
}
@media (max-width: 767px) {
    .mt-body {
    margin-top: 40px;
}
    .trustedContent .innerSec{
    position: initial;
}
.steps.bg-orange {
    padding-top: 20px;
}
    .trustedContent {
    top: 0px;
}
    .digitalSignatureContent {
    padding-bottom: 0px;
}
.p-3rem {
    padding: 16px;
}
    .timeline {
    position: relative;
     margin: 40px 0px 0px;
    padding: 0px;
}
    .px-7 {
    padding: 0px;
}
 .body p {
    font-size: 14px;
}
.container h1 {
    font-size: 26px;
}
.mainsection {
    padding: 35px 0 0px;
}

    h2 {
    font-size: 28px;
    }
    .paraTxt {
    font-size: 14px;
}
    .px-3rem {
        padding: 10px;
    }
    .timeline::before {
        left: 1%;
        top: -10px;
    }
    .timeline-content {
        width: 90% !important;
        margin: 0px 30px !important;
        display: block;
    }
    .timeline-img {
        top: -9px;
        left: 1%;
    }
    .timeline-year, .yearLeft {
        left: 23%;
        top: -10px;
        right: auto;
    }
    .timeline p {
        font-weight: 600;
        font-size: 13px;
    }
    .mt-5rem {
        margin-top: 0rem;
    }
    .amezonSec {
        padding: 10px 10px 10px 30px;
        margin-top: 10%;
        font-size: 10px;
    }
    .mobileBox  .form-control {
        padding: 2px 4px;
    }
    main h2 {
        font-size: 20px;
    }
    .navbar-brand img {
        height: 36px;
    }
    .bg-primary-light .d-flex-item {
        display:block;
    }
    .dgft-enabled-wrap {
        width: 100%;
    }
    .ems-recbox {
        min-height: 320px;
    }
    .ems-sliderfluid-wrapper {
        margin-right: 0px;
    }
}



@media (max-width: 400px) {
    .bg-white .small {
    font-size: 0.625rem !important;
}
     h2 {
    font-size: 20px;
    }
    .searchImg{
        font-size: 12px!important;
    }
    .searchImg img{
        height:16px;
    }
    .amezonSec {
        padding: 10px 10px 10px 30px;
        margin-top: 10%;
        font-size: 6px;
    }
}