body{
    overflow-x: hidden;
    background: white;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    font-family: Inter;
}
.loan-calculator {
    right: 7vw;
    position: absolute;
    z-index: 999;
}

.margin-120{
    margin-bottom: 120px;
}
.main-container {
    font-family: 'Inter', sans-serif;
    background-image: url(../assets/web_background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    padding-left: 32vw;
    padding-right: 32vw;
    padding-top: 5vh;
    flex-direction: column;
    display: none;
}
#otp-resend-container{
  margin-top: 15px;
}
.nlp-main-container {
    font-family: 'Inter', sans-serif;
    padding-left: 28vw;
    padding-right: 28vw;
    display: none;
}   
.form-container {
    margin-right: 20px;
    max-width: 440px;
}

.revamp-design-container {
    display: none;
}
.revamp-design-container-2 {
    display: none;
}
.margin-top-70 {
    margin-top: 70px;
}

.banner-image {
    width: 100%;
    height: 760px;
    object-fit: cover;
}
.otp-banner-image{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.revamp-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    color: #0A3254;
}

.login-container {
    background: #FFFFFF;
    padding: 30px 0px;
    display: flex;
}

.login-btn {
    margin-left: auto;
    order: 2;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px; 
    cursor: pointer;   
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    color: #0A3254;
}
.login-btn:hover{
    background: #D9F5FF;
}

.border-bottom {
    border-bottom: 1px solid #E3E3E3 !important;
    margin-right: -10vw;
    margin-left: -5vw;
    position: relative;
    z-index: -1;
    max-width: 560px;
}

.radio-btn-border {
    border: 1px solid #5D8BB3;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 2px;
    padding: 17px 15px 15px 20px;
    height: 56px;
}
.gst-max-width{
    max-width: 160px;
}
.radio-btn-right-border {
    border-right: 1px solid #5D8BB3;
    margin-top: -17px;
    margin-bottom: -15px;
    margin-left: -6px;
}
.radio-btn-label-padding{
    margin-top: 0 !important;
}
.margin-top-0{
 margin-top: 0 !important;
}
.border-form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.radio-btn-right-border input[type='radio'] {
    top: 9px !important;
    left: 8px !important;
}

.mid-container {
    margin-right: 80px;
    margin-left: 80px;
}

.card-shadow {
    box-shadow: 0px 0px 24px 0px #00000021;
    z-index: 10;
    border-radius: 10px;
}

.margin-top-74 {
    margin-top: -25px;
}

.margin-top-40 {
    margin-top: 40px;
}

.emi-chart-container{
    padding-top: 80px;
    width: 100%;
    display: block;
}
.emi-input-container {
    border-right: 1px solid #D3D3D3;
    padding-right: 46px;
}

.emi-calcultor-heading {
    font-weight: 400;
    font-size: 28px;
    vertical-align: middle;
    color: #0A3254;
    line-height: 36px;
}

.emi-calcultor-subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;
    color: #265074;
    margin-top: 8px;
    padding-bottom: 33px;
}

.logo-header {
    font-weight: 400;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 53px;
    padding-top: 46px;
    color: #0A3254;
}
.container{
 padding-bottom: 24px;
}
.input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.input-group label {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
}

.input-group input {
    padding: 8px 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: right;
    border-radius: 5px;
    border: 1px solid #5D8BB3;
    max-width: 171px;
    color: #265074;
}

.slider-container {
    margin-top: 18px;
}

.slider-container input {
    width: 100%;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(to right, #43CEFF 0%, #EDEFF3 0%);
  }
  /* Chrome, Safari, Opera, Edge */
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
    border: none;
    box-shadow: 0px 1px 3px 1px #0000001A;
    border: 1px solid #DEDEDE

    /* margin-top: -7px; aligns the thumb properly */
  }

  /* Firefox */
  input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: green;
    cursor: pointer;
    border: none;
  }

  /* Internet Explorer / old Edge */
  input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: green;
    cursor: pointer;
    border: none;
  }
.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #265074;
    margin-top: 12px;
    font-weight: 500;
    line-height: 24px;
}

#chart {
    margin-top: 10px;
}

.out-of-range {
    border-color: red !important;
    color: red !important;
}
.business-steps{
    background: #0A3254;
}
.business-step-padding{
    padding: 80px 80px;
}

.business-heading {
    font-weight: 400;
    font-size: 45px;
    line-height: 52px;
    vertical-align: middle;
    max-width: 400px;
    width: 100%;
    margin-right: 40px;
}
.white-color{
    color: #FFFFFF;
}
.white-background{
    background: #FFFFFF;
}
.sky-blue-color{
    color: #43CEFF;
}
.padding-top-33{
    padding-top: 33px;
}
.emi-result{
    background-color: #D9F5FF;
    padding: 20px;
    margin-top: 40px;
    border-radius: 6px;
}
.emi-amount{
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    vertical-align: middle;
    padding-bottom: 16px;
    color: #0A3254;
}
.total-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #265074;
}
.amount-font-17{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;   
    color: #0A3254; 
}
.float-right{ 
    float: right;
}
.text-right{
    float: right;
}
.apexcharts-legend.apx-legend-position-right{
    flex-direction: row !important;
    position: static !important;
    padding-left: 123px !important;
    margin-top: 20px !important;
}
.apexcharts-canvas{
    height: auto !important;
}
svg.apexcharts-svg {
    padding-left: 170px !important;
}

.step-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
  }

  .step {
    width: 32%;
    position: relative;
  }

  .step .step-circle {
    width: 40px;
    height: 40px;
    background-color: #67d1ff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }

  /* Connecting lines between circles */
  .step:not(:last-child)::after {
    content: "";
  position: absolute;
  top: 19px; /* vertical center of circle */
  left: 25px; /* horizontal center of the circle (half of 50px) */
  width: calc(100% + 25px); /* extend line to center of next circle */
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #67d1ff,
    #67d1ff 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1;
  }

  .step-1-header{
    color: #fff;
font-weight: 400;
font-size: 22px;
line-height: 28px;
letter-spacing: 0%;
padding-top: 32px;
padding-bottom: 22px;
  }
  .step-1-subheader{
color: #fff;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.25px;
max-width: 260px;
  }

  .features-section {
    padding: 70px 0px 108px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  .feature-card {
    flex: 1 1 280px;
    background-color: #F6FBFF;
    position: relative;
    padding: 24px 20px 24px 28px;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05);
    text-align: left;
  }

  /* Blue line on the left, centered vertically */
  .feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40px;
    background-color: #67d1ff;
    border-radius: 2px;
  }
  .mobile-feature-icon{
    width: 50px;
    height: 40px;
  }
.backgroud-blue{
    background: #F6FBFF;
}
  .feature-icon {
    margin-bottom: 16px;
  }

  .feature-icon img {
    width: 72px;
    height: 72px;
  }

  .feature-card h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 400;
    color: #265074;
    line-height: 28px;
  }
  .mobile-feature-card h4{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #265074;
    margin-left: 10px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .mobile-feature-card img{
    margin-top : -5px
  }
  .mobile-feature-card p{
   font-weight: 500;
   font-size: 14px;
   color: #265074;
   margin-top: 20px;
   line-height: 20px;
   letter-spacing: 0.25px;
  }

  .feature-card p {
    margin: 0;
    font-size: 16px;
    color: #265074;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.15px;
  }
  .why-choose-header{
    font-weight: 400;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle; 
    color: #0A3254;  
    padding-top: 64px;  
  }
  .why-choose-subheader {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      vertical-align: middle;
      color: #265074;
      padding-top: 20px;
      max-width: 1095px;
      margin: 0 auto;
      letter-spacing: 0.15px;
  }

  .center-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .required-container{
    background: #0A3254;
    border-radius: 20px;
  }
  .required-doc-header {
      color: #FFFFFF;
      font-weight: 400;
      font-size: 45px;
      line-height: 52px;
      letter-spacing: 0%;
      vertical-align: middle;
      max-width: 700px;
      padding-top: 80px;
      padding-left: 32px;
      padding-bottom: 40px;
  }
  .required-document-list {
      padding-left: 32px;
      color: #FFFFFF;
      font-weight: 400;
      font-size: 22px;
      line-height: 28px;
      vertical-align: middle;
  }
  .margin-t-24{
    margin-top: 24px;
  }
  .required-img-container{
    margin-top: -45px;
    display: block;
  }

  .timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
  }

  /* single vertical dotted line */
  .timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    width: 2px;
    height: calc(100% - 88px); /* ends near last dot */
    border-left: 2px dashed #4CC3FF;
    z-index: 0;
  }

  .mobile-step {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .mobile-step:last-child {
    margin-bottom: 0;
  }

  .dot {
    position: absolute;
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    background-color: #4CC3FF;
    border-radius: 50%;
    z-index: 1;
  }

  .mobile-step-title {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 20px;
    letter-spacing: 0.1px;
  }

  .mobile-step-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0.25px;
  }
  .business-step-padding{
   display: none;
}
  .required-img{
    width: 66%;
    max-width: 500px;
  }
  .tick-img{
    margin-top: -2px;
    margin-right: 12px;
  }
.customer-testomy-container{
    margin-top: 64px;
    margin-bottom: 64px;
}
.customer-heading{
font-weight: 400;
font-size: 45px;
line-height: 52px;
text-align: center;
padding-top: 56px;
    padding-bottom: 40px;
    color: #0A3254;
}
.star-img{
    width: 65px !important;
    height: 50px;
}
.customer-img{
    width: 52px !important;
    height: 52px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
}
.margin-r-8{
    margin-right: 8px;
}
.footer-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: middle;    
}
.footer-border-right{
    border-right: 1px solid #547087;
    height: 30px;
    padding-right: 16px;
    font-weight: 400;
    font-size: 16px;
}
.margin-l-16{
    margin-left: 16px;
}
.company-rights-text{
font-weight: 400;
font-size: 12px;
line-height: 30px;
letter-spacing: 0%;
vertical-align: middle;
}
.customer-name{
font-weight: 600;
font-size: 18px;
line-height: 120%;
color: #0A3254;
}
.customer-business{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;    
    color: #0A3254;
}
.customer-card{
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px;;
}
.customer-review-txt{
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: #265074;
padding-bottom: 32px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 32px;
    background: #00bfff !important;
}

.faq-section {
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
  }

  #accordion{
    max-width: 720px;
  }
  #accordion .card-header {
 border-bottom: 0 !important;
  }
  #accordion .card {
    border: 1px solid #0000001A;
    box-shadow: none;
  }
 .card.shadow-open {
  box-shadow: 0px 1px 6px 0px #00000033 !important;
  transition: box-shadow 0.3s ease;
}
  #accordion .card-body {
    padding: 0rem 1.5rem 1.5rem;
  }
  .faq-title {
    font-size: 45px;
    font-weight: 400;
    color: #0A3254;
    margin-bottom: 30px;
    line-height: 52px;
  }

  .card {
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 1px 6px 0px #00000033;
    border: 1px solid #d6d6d6;
  }

  .card-header {
    background: #fff;
    border-radius: 16px !important;
    padding: 1rem 1.5rem;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .card-header h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    vertical-align: middle;
    color: #0A3254;
  }
  .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
.partner-img{
    width: 195px;
    height: 56px;
}  
.logo-list-padding{
    padding: 16px 56px; 
}
  .faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }

  .faq-icon.rotate {
    transform: rotate(180deg);
  }

  .card-body {
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 500;
    color: #265074;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
  .revamp-footer{
    background: #0A3254;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .color-white{
    color: #ffffff;
  }
  .footer-border{
    border-bottom: 1px solid;
    padding-top: 24px;
    margin-bottom: 24px;
    opacity: 10%;
  }
  .nlp-7-otp-page{
    display: block;
}
.nlp-7-tc{
   font-weight: 400;
   font-size: 12px;
   line-height: 16px;
   margin-left: 8px;
   margin-top: 20px;
   letter-spacing: 0.4px;
   color: #265074;
}
.width-100{
    width: 100% !important;
}
.nlp-7-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    margin-left: 60px;
    width: 162px;
}
.nlp-7-footer-logo{
    margin-left: 10px;
    width: 162px;
    padding-bottom: 20px;
}
.whatsapp-logo{
    margin-left: 4px;
    margin-right: 4px;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #23B44C;
}

.btn-group.btn-group-toggle {
    min-width: 100px;
}

.heading-1 {
    color: #35547E;
}

.heading-2 {
    color: #2B5582;
}

.child-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #DEE4E966;
    border-radius: 5px;
    min-width: 12vw;
    max-width: 65vw;
    padding: 40px;
    opacity: 1;
    margin-top: 60px;
    border: 0.5px solid #DEE4E9;
    display: flex;
    justify-content: center;
    min-height: 90%;
}

.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14vh;
    width: 50%;
}

.person-icon{
    margin-top: -5px;
}
.header-container{
    margin-top: 10px;
}

.note{
    background: #F2FFEB;
    min-width: 12vw;
    max-width: 65vw;
    padding: 16px;
    opacity: 1;
    float: right;
    margin-top: 20px;
    border-radius: 12px;
}
.subtext{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #314351;
    margin-top: 10px;
}

.note-header{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #296C00;
}

.note-icon{
    width: 16px;
    margin-top: -2px;
}
   
.loan-text{
    margin-top: 6px;
    display: flex;
    margin-left: -26px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.25px;
    justify-content: center;
}

.hide-mobile-logo{
    display: none;
}

.nlp-child-padding {
    padding: 32px;
}

.parent-container.row {
    position: relative;
}

.flex-banner {
    max-width: 100% !important;
}

.description {
    /* font: normal normal 600 18px/28px Proxima Nova; */
    letter-spacing: 0.25px;
    color: #314351;
    font-size: 18px;
    font-weight: 600;
}

.label {
    letter-spacing: 0.25px;
    color: #314351;
    font-size: 14px;
}

.input {
    border: 1px solid #DEE4E9;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 12px 12px;
    margin-top: 8px;
    font-size: 14px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.sales-container {
    display: none;
}

.gst-container {
    display: none;
}

.form-control {
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.sales-label {
    margin-top: 8px;
    display: none;
}

.sales-drpdwn {
    height: calc(1.5em + .75rem + 8px);
    margin-top: 8px;
}

.icon {
    height: 25px;
    width: 25px;
    align-self: center;
}

.boolean-btn-y,
.boolean-btn-n {
    border: 1px solid #DEE4E9;
    border-radius: 10px;
    padding: 6px 0px;
    margin-top: 8px;
    font-size: 14px;
    width: 70px;
    display: inline-block;
    text-align: center;
}

.boolean-btn-active-y,
.boolean-btn-active-n {
    background-color: #DFF4E3;
    border: 1px solid #DFF4E3;
    border-radius: 10px;
    padding: 6px 0px;
    margin-top: 8px;
    font-size: 14px;
    width: 70px;
    display: inline-block;
    text-align: center;
    color: #188037;

}

.boolean-btn-y:hover,
.boolean-btn-active-y:hover {
    cursor: pointer;
}

.boolean-btn-n:hover,
.boolean-btn-active-n:hover {
    cursor: pointer;
}

input:focus {
    outline: none;
}

.button {
    background: #0A3254;
    border-radius: 100px;
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 14px;
    min-height: 45px;
    max-height: 45px;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.button:hover{
  background: #265074;
}

.nlp-btn-margin {
    margin-top: 20px;
}
.error-msg {
    color: #EB002B;
    display: none;
    font-size: 12px;
    padding-top: 10px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-900 {
    font-weight: 900;
}

.green-color {
    color: #13B440;
}

.heading {
    letter-spacing: 0px;
    color: #333333;
    font: normal normal bold 56px Inter, sans-serif; /* Added 'sans-serif' as a fallback */
    padding: 48px 0px 32px 0px;
}

.fs-16-12 {
    font-size: 16px;
    margin-top: 5px;
    color: #556575;
}

.fs-14 {
    font-size: 14px;
}


.subheading {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.msg {
    font-size: 1.2rem;
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
    margin-top: 12px;
    align-items: center;
}

.align-vertical {
    display: flex;
    flex-direction: column;

}

.wrapper {
    display: flex;
    flex-direction: row;
}

.separator {
    width: 1px;
    margin: 6px 10px;
    background: #D5DCE1;
    height: 32px;
    align-self: center;
}

.text-green {
    color: #188037;
}

hr {
    border-top: 1px dashed #DEE4E9;
}

.footer-desc {
    color: #296C00;
    font-size: 14px;
    font-weight: 500;
}

.dynamic-div {
    flex-grow: 1;
}

.checkbox_default {
    opacity: inherit;
    height: 18px !important;
    width: 22px !important;
    cursor: pointer;
}

.checkbox_desc {
    color: #4D4D4D;
    font-size: 12px;
}

.checkbox_default:after {
    content: " ";
    background-color: #198046;
    display: inline-block;
    visibility: visible;
}

.checkbox_default:checked:after {
    content: "\2713";
    box-shadow: 0px 2px 4px rgba(155, 155, 155, 0.15);
    border-radius: 2px;
    height: 18px;
    display: block;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
}

.nlp-checkbox_default {
    opacity: inherit;
    height: 18px !important;
    width: 22px !important;
    cursor: pointer;
}

.nlp-checkbox_default:checked:after {
    content: "\2713";
    border-radius: 2px;
    height: 18px;
    display: block;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
}

.nlp-checkbox_default:after {
    content: " ";
    background-color: #35547E;
    display: inline-block;
    visibility: visible;
}

.terms-policy-disabled {
    opacity: inherit;
    height: 18px !important;
    width: 22px !important;
    cursor: pointer;
}

.terms-policy-disabled:after {
    content: " ";
    background-color: #748494;
    display: inline-block;
    visibility: visible;
}

.terms-policy-disabled:checked:after {
    content: "\2713";
    box-shadow: 0px 2px 4px rgba(155, 155, 155, 0.15);
    border-radius: 2px;
    height: 18px;
    display: block;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
}

.a-container a.footer-desc:link {
    color: #707070;
}

.a-container a.footer-desc:hover {
    color: #707070;
}

.logo-fix {
    height: 52px;
}

.partner-logo-fix {
    height: 44px;
}

.logo-bg {
    width: auto;
    margin-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2); 
    max-height: 105.03px; 
    background-color: white;
    padding: 5px 5px 5px 5px;
}

.partner-logo {
    visibility: hidden;
}

.loading {
    display: none;
    width: 20px;
    height: 20px;
    margin: auto;
}

.tnc-block {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #555555;
    margin-top: 20px;
    margin-left: 40px;
}

.href-style {
    /* color: #0A7B62; */
    color: #4D4D4D;
    text-decoration: underline;
}

.tnc-block a.href-style:hover {
    color: #0A7B62;
}

.after-btn-footer {
    color: #0069E6;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    margin-top: 1.2rem;
}

.cursor-pointer {
    cursor: pointer;
}

.emoji {
    margin-top: -7px;
    width: 24px;
}

.carousel {
    width: 100%;
    top: 8vh;
    height: 50vh;
}

.nlp-footer-image {
    width: 480px;
}

.nlp-subheader {
    margin-left: 1px;
    font-size: 14px;
}

.answer {
    margin-left: auto;
}

.header {
    margin-left: -4px;
    font-size: 24px;
    padding-bottom: 16px;
}

.responsive {
    width: 130%;
    height: auto;
    display: none;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: -21px;
}

.oldUser {
    display: none;
}

.btn-color {
    background: #0A3254 !important;
    margin-top: 24px !important;
}

.oldUser button {
    padding: 0;
    border: none;
    background: none;
}

button:disabled {
    background: #d6d6d6 !important;
    color: #898989 !important;
    cursor: no-drop;
}

label,
input {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.oldUser label::after {
    content: '' attr(data-domain);
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 14px;
    display: block;

}

.input-box {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    font-family: sans-serif;
    border: 0.5px solid #DEE4E9;
    width: 100%;
    padding: 6px 8px;
    margin-top: 20px;
    font-size: 14px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
}

.input-box .prefix {
    font-weight: 500;
    font-size: 14px;
    color: #314351;
    margin-right: 2px;
}

.input-box input {
    flex-grow: 1;
    font-size: 14px;
    background: #F7F7F7;
    border: none;
    outline: none;
    padding: 0.5rem 0.5rem 0.5rem 0.5px;
    box-shadow: none !important;
}

:-webkit-autofill {
    color: #fff !important;
}

.input-box:focus-within {
    border-color: #DEE4E9;
}

.facebookPartner .align-vertical {
    width: 185px;
}

option {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.m-l-0 {
    margin-left: 0 !important;
}
.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6% 45% 50px 15%
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 63% !important;
}

.flex-direction-column{
    flex-direction: column;
}
.right-border{
    border-right: 1px solid #d3d3d3;
    padding-right: 16px;
}
.radio-text{
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    opacity: 60%;
}
.flexi-header {
    width: 94%;
    margin: 0 auto;
    padding-top: 20px;
}
.swiper-pagination {
    margin-bottom: 70px;
}

.language-selector{
    float: right;
    margin-top: -40px;
}
.mobile-language-selector{
    margin-left: auto;
    order: 2;
}
.language-container{
    border: none;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.show-modal { 
	color: #fff; 
	border: none; 
	padding: 10px 20px; 
	font-size: 14px; 
    font-weight: 500;
	border-radius: 5px; 
	cursor: pointer; 
	transition: background-color 0.3s ease; 
} 

.bottom-sheet { 
	display: none; 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	background-color: #fff; 
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2); 
	overflow: hidden; 
    z-index: 11111;
} 

.sheet-header { 
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
    padding: 30px 20px 28px 20px;
    border-bottom: 1px solid #D3D3D3;
} 


.close-btn { 
	background: none; 
	border: none; 
	cursor: pointer; 
} 
.close-btn img{
    margin-top: -3px;
}

.sheet-content { 
    max-height: 80vh;
    overflow: auto;
} 
.language-type{
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 27px;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
}
.language-type:hover{
    background: #EEF3F9;
}
.padding-27{
    padding-bottom: 27px;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
}
.bottom-sheet-title{
    font-size: 18px;
    font-weight: 600;
}
.bottom-sheet-backgroud{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000052;
    z-index: 9999;
    margin: 0;
    display: none;
}
.selected{
    color: #2B5683;
    background-color: rgb(230 244 255);
}
.botton-sheet-language{
    font-size: 16px;
    font-weight: 400;
    color: #314351;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 6px 0px 0px 40px;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: none;
    color: white !important;
    margin-top: -13px;
    border: none !important;
    font-size: 14px !important;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 18px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #2B5683;
    padding: 12px 50px 12px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    font-size: 12px;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #D3D3D3 !important;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgb(230 244 255);
  }

  .border-bottom-none{
    border-bottom: none !important;
  }
  .padding-right-0{
    padding-right: 0;
  }
  .mobile-flex{
    display: none;
}
.ofc-address{
    display: flex;
    flex-direction: row;
    align-items: self-start;
    width: 100%;
    max-width: 800px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    }
.terms-and-condition {
    max-width: 340px;
}

.language-icon {
    margin-right: 10px;
    margin-top: -2px;
}

.radio-space {
    justify-content: space-between;
}

.otp-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #265074;
}

.mobile-number-value {
    font-weight: 500;
}

.enter-otp-label {
    color: #0A3254;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.otp-input-box {
    border: black solid 0.5px;
}

.otp-error-label {
    font-size: 14px;
    font-weight: 400;
    color: #EB002B;
    width: 20rem;
}

.disabled-div {
    pointer-events: none;
    /* prevents click, input, hover, etc */
    cursor: not-allowed;
    color: #898989 !important;
}

#otp-resend-link .disabled-div {
    color: #898989;
}

.otp-resend-label {
    font-size: 14px;
    color: #265074;
    font-weight: 400;
    margin-left: auto;
    order: 2;
    letter-spacing: 0.1px;
    line-height: 20px;
}

.otp-resend-link {
    color: #0A3254;
    cursor: pointer;
}

.otp-input-sub-box {
    width: 72px;
    height: 56px;
    border-radius: 6px;
    text-align: center;
    color: #0A3254
}

.otp-input-container {
    display: flex;
    justify-content: space-between;
}

.otp-input-sub-box-has-value {
    border: 1px solid #5D8BB3 !important;
}

.otp-input-sub-box-no-value {
    border: 1px solid #5D8BB3 !important;
}

.input-box-error {
    border: 1px solid #EB002B !important;
}
.nlp-7-partner-logo{
    position: absolute;
    top: 20px;
    left: 255px;
    z-index: 10;
    margin-left: 10px;
    width: 120px;
    height: 34px;
}
.otp-error-msg {
    color: #EB002B !important;
}

.otp-label-heading {
    color: #0A3254;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.verify-otp-desc {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}

.pos-abs {
    position: absolute;
}

.no-refresh-text {
    span {
        font-weight: 600;
    }
    color: #F56600;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.no-refresh-container {
    border: #F56600 solid 1px;
    background: #FFF6F0;
    width: 20rem;
    border-radius: 8px;
    padding: 6px 12px;
    margin: auto;
    margin-top: 20px;
}

#mobile-otp-error,
#mobile-otp-error-1,
#mobile-otp-error-2 {
    margin-top: 0.5rem;
}
#otpContainer-nlp-7{
    margin-top: 10px;
}
#nlp-10{
    display: none;
}


.otp-text{
    font-weight: 500;
    font-size: 12px;        
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #265074;
    padding-top: 10px;
    display: block;
}
.otp-subheader{
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #265074;
    letter-spacing: 0.15px;
}

.otp-tnc-container{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #265074; 
    margin-top: 10px;
}

/* Media Queries */

@media only screen and (min-width: 769px) and (max-width: 1117px){
    .mobile-margin{
        margin-left: 22px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .main-container {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .nlp-main-container {
        padding-left: 0vw;
        padding-right: 0vw;
    }

    .child-container {
        min-width: 34vw;
        max-width: 65vw;
    }
    .note {
        min-width: 34vw;
        max-width: 65vw;
    }
    svg.apexcharts-svg {
    padding-left: 100px !important;
}
   .ofc-address{
    max-width: 469px;
   }
 .apexcharts-legend.apx-legend-position-right{
    padding-left: 42px !important;
 }
 .banner-image{
    height: 740px;
 }
 .margin-top-74 {
    margin-top: -52px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .ofc-address{
    max-width: 586px;
   }
    svg.apexcharts-svg {
    padding-left: 130px !important;
}
.apexcharts-legend.apx-legend-position-right {
    padding-left: 80px !important;
}
.margin-top-74 {
    margin-top: -52px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1700px) {
    .main-container {
        padding-left: 14vw;
        padding-right: 14vw;
    }

    .nlp-main-container {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .child-container {
        min-width: 26vw;
        max-width: 65vw;
    }
    .note {
        min-width: 26vw;
        max-width: 65vw;
    }
}

@media only screen and (min-width: 1701px) and (max-width: 2160px) {
    .main-container {
        padding-left: 18vw;
        padding-right: 18vw;
    }

    .nlp-main-container {
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .child-container {
        min-width: 20vw;
        max-width: 65vw;
    }
    .note {
        min-width: 20vw;
        max-width: 65vw;
    }
}

@media only screen and (min-width: 2161px) and (max-width: 2600px) {
    .main-container {
        padding-left: 22vw;
        padding-right: 22vw;
    }

    .nlp-main-container {
        padding-left: 12vw;
        padding-right: 12vw;
    }

    .child-container {
        min-width: 20vw;
        max-width: 65vw;
    }

    .note {
        min-width: 20vw;
        max-width: 65vw;
    }
}

@media only screen and (min-width: 2601px) and (max-width: 3000px) {
    .main-container {
        padding-left: 28vw;
        padding-right: 28vw;
    }

    .nlp-main-container {
        padding-left: 22vw;
        padding-right: 22vw;
    }

    .child-container {
        min-width: 14vw;
        max-width: 65vw;
    }

    .note {
        min-width: 14vw;
        max-width: 65vw;
    }

}

@media only screen and (max-width: 900px) {
    .facebookPartner .align-vertical {
        width: 145px;
    }
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
    .radio-btn-border {
      padding: 15px 15px 15px 20px;
    }
    .radio-btn-right-border{
     margin-top: -15px;
    }
    .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 24px !important;
}
    .center-img{
        margin-top: 8vh;
    }
    .loan-text{
        margin-bottom: 80px;
        margin-left: 8px;
    }
    .hide-desktop-logo{
        display: none !important;
    }
    .hide-mobile-logo{
        display: flex;
    }
    .note{
        margin-bottom: 20px;
    }
    
    .float-right{
        float: none !important;
    }
    .child-container {
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        box-shadow: 0px 0px 10px #DEE4E966;
        border: 0.5px solid #DEE4E9;
        padding: 24px;
        margin-top: 0px;
    }

    .nlp-1 {
        height: auto;
    }

    .nlp-2 {
        height: auto;
    }
    
    .nlp-4 {
        height: auto;
    }

    .note {
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px); 
    }

    .main-container {
        height: 100vh;
        background: #FFFFFF;
        background-image: url(../assets/mweb_background.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 24px 16px 16px;
    }

    .nlp-main-container {
        height: 100% !important;
        background-size: 100%;
        padding: 4px 0px 0px;
    }

    .description {
        font-size: 16px;
    }

    .heading {
        font-size: 24px;
        padding-top: 34px;
        padding-bottom: 12px;
        text-align: center;
    }

    .msg {
        font-size: 14px;
        margin-top: 8px;
    }

    .description-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 6px 16px;
    }

    .footer {
        padding: 24px 0px;
        text-align: center;
    }

    .submit-section .button {
        margin-top: 0px;
    }

    .mobile-footer {
        margin-top: 48px;
    }

    .a-container {
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .icon {
        height: 20px;
        width: 20px;
        align-self: center;
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .logo-fix {
        height: 30px;
    }

    .partner-logo-fix {
        height: 26px;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    .dynamic-div {
        flex-grow: 0;
    }

    .fs-16-12 {
        font-size: 12px;
        margin-top: 5px;
        color: #556575;
    }

    .tnc-block {
        margin-left: 0px;
    }

    .carousel {
        top: 32px;
        height: 15vh;
        margin-bottom: 34px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .facebookPartner .align-vertical {
        width: 115px;
    }

    .btn-color {
        margin-top: 12px !important;
    }

    .otp-text {
        padding-top: 12px !important;
    }

    .after-btn-footer {
        margin-top: 12px !important;
    }

    .subheading {
        margin-bottom: 36px;
    }

    .responsive {
       margin-top: 40px;
       margin-bottom: 15px;
       margin-left: 10px;
       width: 100%;
    }

    .nlp-footer-image {
        margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        padding-bottom: 3rem;
    }

    .first-page .form {
        width: 100% !important;
    }

    .loan-calculator {
        right: 0;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .swiper-slide {
        padding: 6% 5% 50px 15%;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100% !important;
    }
    .right-border{
        padding-right: 14px;
    }
    .swiper-pagination {
        margin-bottom: 50px;
    }
    .flexi-header{
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .language-selector{
    margin: 0;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .margin-120{
        margin-bottom: 0px;
    }
    .parent-container.row {
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-wrapper{
        margin-top: -10px;
    }
    .padding-0{
        padding: 0;
    }
    .swiper-wrapper{
        margin-left: -34px;
    }
    .verify-otp-desc {
        font-size: 18px !important;
    }
    .otp-error-label {
        font-weight: 400 !important;
    }
    .otp-label-heading {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.15px;
    }
    .otp-btn-margin-top {
        margin-top: 10px;
    }
    /* Revamp mobile css */
    .emi-chart-container{
        display: none;
    }
    .login-container{
        display: none;
    }
    .revamp-header{
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.15px;
        font-weight: 600;
    }
    .form-container{
        padding-left: 1px;
        padding-right: 1px;
        margin: 0;
        padding-bottom: 36px;
    }
    .margin-top-74 {
        margin-top: 30px;
    }
    .mobile-container{
        margin: 0;
    }
    .business-mobile-container{
     padding: 24px 16px 24px 16px !important;
    }
    .logo-list-padding {
       padding: 0px 24px;
    }
    .partner-img{
        width: 160px;
        height: 56px;
    }
    .emi-input-container {
        border-right: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .emi-calcultor-subheading{
       padding-bottom: 0;
       font-weight: 400;
       font-size: 14px;
       line-height: 20px;
       letter-spacing: 0.25px;
       text-align: center;
    }
    .mid-container {
        margin-right: 16px;
        margin-left: 16px;
    }
    .radio-btn-label-padding input[type='radio']{
        top: -8px !important;
        left: 32px !important;
    }
    .border-form-check-label {
        margin-top: 25px;
        margin-left: -24px;
    }
    .margin-left-16{
        margin-left: -16px;
    }
    .required-img-container{
        display: none;
    }
    .img-padding{
        padding: 0px 0px;
    }
    .banner-image{
        width: 103%;
        height: auto;
    }
    .business-heading {
        font-weight: 400;
        font-size: 22px;
        text-align: center;  
        line-height: 28px;  
    }
    .mobile-container {
        max-width: 500px;
        margin: auto;
        padding: 16px;
    }

    .why-choose-header {
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        padding-top: 30px;
    }
      .over-flow-x {
        overflow-x: hidden;
    }
    .footer-text{
        flex-direction: column;
    }
    .footer-border-right{
        border-right: none;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
    }
    .faq-section{
        flex-direction: column;
    }
    .faq-title{
        text-align: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .customer-testomy-container{
        margin-top: 0;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }
    .card-header h5 {
        font-size: 14px;
        line-height: 20px;
        max-width: 264px;
        font-weight: 500;
        letter-spacing: 0.1px;
    }
    .faq-section{
        padding-bottom: 32px;
    }
    .card-body{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1px;
        font-weight: 400;
    }
    .customer-card{
        margin-left: 2px;
    }
    .mobile-feature-card{
        background: #fff;
        border-radius: 16px;
        padding: 32px 20px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .margin-0{
        margin: 0;
    }
    .why-choose-subheader{
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        padding: 20px 16px;
    }
    .required-doc-header{
       font-weight: 400;
       font-size: 22px;
       line-height: 28px;
       padding: 24px 16px;
    }
    .required-document-list {
        padding-left: 16px;
        font-size: 14px;
        padding-bottom: 30px;
        font-weight: 500;
        letter-spacing: 0.1px;
        line-height: 20px;
    }
    .required-container {
        border-radius: 0;
    }
    .required-mobile-margin{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-pb-30{
        padding-bottom: 30px;
    }
    .customer-heading {
        padding-top: 56px;
        font-size: 22px;
        font-weight: 400;
        padding-bottom: 4px;
        line-height: 28px;
    }
    .star-img {
        width: 123px !important;
        height: 50px;
    }
    .customer-card{
        padding: 20px;
    }
    .input-group input{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.15px;
        max-width: 150px;
        font-weight: 500;
    }
    
    .mobile-mt-15{
    margin-top: 15px; 
    }
    .mobile-contact-us{
        font-weight: 400;
        font-size: 22px;
        margin-bottom: 17px;
        margin-left: 14px;
        line-height: 24px;
    }
    .company-rights-text{
        text-align: center;
        line-height: 16px;
        padding-bottom: 67px;
        font-size: 12px;
        letter-spacing: 0.4px;
        font-weight: 500;
    }
    .nlp-7-logo {
        width: 82px;
        height: 56px;
        margin-left: 0;
    }
    .mobile-flex{
        display: flex;
    }
    .position-relative {
        position: relative;
    }
    .overlay-header {
        position: absolute;
        top: 20px;
        left: 16px;
        right: 16px;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .login-btn{
        color: #ffff;
    }
    .radio-btn-border{
        height: auto;
    }
    .ofc-address{
        margin-top: 15px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
    }
    .emi-amount{
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.15px;
     font-weight: 600;
    }
    .features-section {
      gap: 20px;
      padding: 40px 10px;
    }
    .otp-input-sub-box{
        width: 64px;
    }
    .otp-label{
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .margin-top-70{
        margin-top: 24px;
    }
    .enter-otp-label {
        line-height: 20px;
    }
    .submit-section {
    bottom: 0;
    width: 100%;
    background: var(--core-white);
    max-width: 415px;
  }
   .btn-position-fixed{
      position: fixed;
      bottom: 0;
      left: 0;
      max-width: 415px;
      padding: 16px;
      width: 100vw;
      background-color: #fff;
      z-index: 100;
      border-top: 1px solid #0000001A;
    }
    .timeline::before {
      border-left: 1px dashed #4CC3FF;
      top: 4px;
      height: calc(100% - 96px);
    }
    .timeline{
        margin-top: 24px;
    }
    .emi-calcultor-heading{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    }
    .total-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.25px;
    }
.logo-header{
    padding-top: 24px;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
}
.owl-carousel{
    padding-top: 16px;
}
.amount-font-17{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}
.input-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.emi-result{
    margin-top: 20px;
}
.nlp-7-partner-logo{
    top: 5px;
    left: 60px;
    width: 80px;
    height: 30px;
}
.otp-tnc-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
}

/* Mobile media queries End */

/* For small viewport mobile phones: */
@media only screen and (max-width: 380px) {
    .fs-16-12 {
        font-size: 11px;
        margin-top: 5px;
        color: #556575;
    }

    .description {
        font-size: 12px;
    }

    .label {
        font-size: 12px;
    }

    .boolean-btn-y,
    .boolean-btn-n {
        font-size: 12px;
    }

    .boolean-btn-active-y,
    .boolean-btn-active-n {
        font-size: 12px;
    }

    .sales-drpdwn {
        font-size: 0.75rem;
    }

    .tnc-block {
        margin-left: 0px;
    }

    .facebookPartner .align-vertical {
        width: 95px;
    }

    .swiper-slide {
        padding: 6% 5% 50px 15%;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100%;
    }
    .nlp-main-container {
    height: 100% !important;
    }
}

@media only screen and (max-width: 435px) {
    .mobile-margin{
        margin-left: 22px;
    }
}

  @media only screen and (max-width: 340px){
    .third-radio{
        margin-left: 21px !important;
    }
  }
.mr-b-0 {
    margin-bottom: 0px !important;
}

.page-stepper {
    margin-top: 10px;
    margin-bottom: 35px;
}

.page-stepper .active {
    background-color: #35547E !important;
}

.page-stepper .completed {
    background-color: #13B440 !important;
}

.page-stepper div {
    float: left;
    /* position: relative; */
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #D3D3D3;
    list-style: none;
}

.second-page hr {
    border-top: 1px solid #D3D3D3;
}


.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin-top: -60px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}

.slick-slide {
    margin: 0px 40px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide img{
    width: 116px;
}

.first-page .form {
    position: relative;
    width: 100%;
    height: 56px;
}

.first-page .form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #5D8BB3;
    border-radius: 4px;
    font-family: inherit;
    color: #265074;
    outline: none;
    padding: 16px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.first-page .form__input:disabled{
    border: 1px solid #9E9E9E;
    background: #F1F1F1;
    color: #6B6B6B;
}

/* Remove hover effect on disabled inputs */
.first-page .form:hover .form__input:disabled {
    background: #F1F1F1 !important;
}

/* Prevent background color change on hover out for disabled inputs */
.first-page .form__input:disabled {
    background: #F1F1F1 !important;
}

.first-page .form__input:disabled:hover {
    background: #F1F1F1 !important;
}

.first-page .form__input:disabled:focus {
    background: #F1F1F1 !important;
}

/* Set color for mobile label */
.first-page .form__label.disabled-mobile-label {
    color: #9E9E9E !important;
    background: linear-gradient(0deg, #F1F1F1 50%, #fff 50%) !important;
}

.otp-input-sub-box:hover {
    background: #F4FAFE;
}
.first-page .form__label {
    position: absolute;
    left: 16px;
    top: 1.1rem;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #5D8BB3;
    opacity: 100%;
    font-family: Inter;
    line-height: 20px;
    letter-spacing: 0.1px;
    vertical-align: middle;
}

#gst-label{
    color: #0A3254;
    line-height: 20px;
    letter-spacing: 0.1px;
}
#sales-label{
    color: #0A3254;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.first-page .form .cross_button {
    top: 1rem;
    padding: 0 1rem;
    cursor: pointer;
    font-size: 14px;
    float: right;
}
.form:hover .form__input{
  background : #F4FAFE
}
/* Override hover background if input has an error */
.form:hover .form__input.error {
  background: #fff !important; /* or any background you want for error state */
}
.form:hover .form__input.error + .form__label {
  background: #fff !important;
}
/* Set background for autofilled inputs on hover */
.form:hover .form__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F4FAFE inset !important;
  background-color: #F4FAFE !important; /* fallback for other browsers */
}

 /* Label style when input has no value (and not focused) */
.form:hover .form__input:placeholder-shown + .form__label {
  background-color: #F4FAFE;
}

/* Label style when input has value OR is focused */
.form:hover .form__input:not(:placeholder-shown) + .form__label,
.form:hover .form__input:focus + .form__label {
  background: linear-gradient(0deg, #F4FAFE 50%, #fff 50%);
}



.first-page .form__input:focus~.form__label,
.first-page .form__input:not(:placeholder-shown).form__input:not(:focus)~.form__label {
    top: -0.5rem;
    padding-left: 4px;
    padding-right: 4px;
    left: 0.8rem;
    opacity: 100%;
    font-size: 12px; 
    color: #5D8BB3;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.first-page .button:hover:enabled {
    background: #9D3D55 !important;
}

.second-page .btn-link:hover {
    color: #9D3D55 !important;
}
.second-page .btn-link{
    color: #2B5582 !important;
}
.second-page .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

.nlp-footer.row.m-0 {
    padding-top: 20px;
    width: 71%;
    margin: 0 auto !important;
}

.form-check input[type='radio'] {
    accent-color: #0A3254 !important;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    left: 14px;
}

  .btn-label-padding{
    padding: 9px 0px;
  }

  .nlp-main-container .child-container-glow {
    box-shadow: 0px 6px 10px rgb(0,0,0,0.2);
    border-radius: 10px;
  }

  .checkbox-container {
    display: flex;
    cursor: pointer;
    user-select: none;
  }
  
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
  }
  
  .checkbox-container input:checked ~ .checkmark {
    background-color: #0A3254;
    border: 1px solid #0A3254;
    border-radius: 4px;
  }
  .checkbox-container input:disabled ~ .checkmark {
    background-color: #CFCFCF !important;
    border: 1px solid #CFCFCF !important;
    cursor: no-drop;
  }
  .checkmark i {
    display: none;
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
  }
  
  .checkbox-container input:checked ~ .checkmark i {
    display: block;
  }
  
  .label-text {
    margin-left: 46px;
    font-size: 14px;
    color: #314351;
    display: flex;
    font-weight: 500;
    margin-top: -8px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .label-text-margin{
   margin-left: 32px !important;
  }
  .checkbox-link{
    color: #0071EB;
    text-decoration: underline;
  }
  .blue-color{
    color: #35547E;
  }
 .margin-top-40{
    margin-top: 40px !important;
 }
 .margin-top-22{
    margin-top: 22px;
 }
  
 .form-check{
  margin-top: 18px;
 }
 .mr-18{
    margin-right: 18px;
 }
 .ml-10{
   margin-left: 10px;
 }
 .mt-30{
    margin-top: 32px;
 }
 .mt-20{
    margin-top: 20px;
 }
 .pb-30{
    padding-bottom: 30px;
 }
 .form-check-input{
    cursor: pointer;
 }
 .margin-l-6{
    margin-left: 6px;
 }
 .margin-l-12{
    margin-left: 12px;
 }
 .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #265074;
    cursor: pointer;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.border-form-check-label{
    font-size: 14px;
    font-weight: 500;
    color: #265074;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.margin-l-0{
    margin-left: 0 !important;
}
.margin-l-2{
    margin-left: 2px;
}

.margin-t-20{
 margin-top: 20px;
}
.mb-30{
 margin-bottom: 30px;
}
.ml-22{
    margin-left: 22px;
}
#nextBtnBr{
    display: none;
}
#checkBtnBr{
    display: none;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
   background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important; /* override autofill background */
}

input:-webkit-autofill{
    -webkit-text-fill-color:  #265074 !important;
}
@keyframes onAutoFillStart {}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  animation-duration: 0.01s;
}

