@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-ExtraLight.ttf);
  font-weight: lighter;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Light.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Bold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito/Nunito-ExtraBold.ttf);
  font-weight: 900;
}

html, body {
  overflow-x: hidden;
}

body {
    font-family: 'Nunito', sans-serif !important;
    color: #0A0A0A;
    font-weight: 500;
    font-size: 14px;
    /* background: linear-gradient(#032727, #389EAA, #4F2F73)!important; */
}

.dispNone{
  display: none;
}

.fwBold {
  font-weight: bold!important;
}

.sec-title{
  font-weight: bold;
  font-size: 40px;
}


#s1 .left{
  margin-top: 25%;
  max-width: 90%;
}

#s1 h1{
  font-weight: bold;
  font-size: 60px;
}

.bm #s1 h1{
  font-size: 78px;
}

#s1 p{
  font-size: 22px;
}

.tnc-agree input[type="checkbox"]{
  width: 24px;
}

.tnc-agree label{
  font-size: 14px;
  margin-bottom: 0;
}

.lightling{
  position: absolute;
  top: 13px;
  right: -20px;
}

.coin1{
  position: absolute;
  margin-top: -35px;
  left: 30px;
  width:80px;
}

.coin2{
  position: absolute;
  bottom: 150px;
}

.arrow{
  position: absolute;
  left: -150px;
  top: -80px;
}

.posRel{
  position: relative;
}

.logo{
  max-width: 164px;
}

#header{
  background-color: #121A89;
  /* backdrop-filter: blur(10px); */
  display: flex;
  align-items: center;
  height: 80px;
}

#header.sticky{
  position: sticky;
}

.mw-custom{
  max-width: 1400px;
  margin:0 auto;
}

.mw-custom-header{
  max-width: 1100px!important;
  margin:0 auto;
}

.bg-settings{
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapperP {
  /* background-image: url(../img/s1-bg.png); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  margin-top: -100px;
}

#s1{
  /* background-image: url(../img/s1-bg.png); */
  padding: 13rem 0;
}

.application-form{
  padding: 2rem 3rem;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.2);
  width: 550px;
  position: relative;
  z-index: 10;
  color: white;
  border: 1px solid #707070;
}

.application-form h5{
  font-size: 30px;
  /* background: -webkit-linear-gradient(90deg,#68F5AF 0%,#ABFDFD 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.application-form p{
  font-size: 16px !important;
}

.btn-request-otp,
.btn-request-otp:hover{
  position: absolute;
  background: transparent linear-gradient(89deg,#3E93B8 0%,#053C5D 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  top: 4px;
  right: 4px;
  border-color: transparent!important;
  border-radius: 8px;
}

.form-control{
  height: 56px;
}

.form-group > label{
  margin-bottom: 10px !important;
  font-weight: 600;
}

.btn-submit{
  display: block;
  text-align: center;
  height: 60px;
  background: linear-gradient(90deg, #3E93B8 0%, #053C5D 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.btn-submit:hover{
  color: #fff;
  background-color: #0A0A0A;
}

.btn-main:hover{
  color: #FFCF47!important;
  background-color: #0A0A0A;
}

.form-control{
  color: #fff;
  font-weight: 600;
  border-color: #ced4da;
  border: 1px solid #FFFFFF61;
  background-color: #fff0;
  border-radius: 12px;
  height: calc(2em + 0.75rem + 3px);
}

.form-control::placeholder{
  color: #ADADAD;
  font-weight: 600;
}

input[type=checkbox] {
  accent-color: #89ffff;
}

label a{
  color: #89ffff;
}

.btn-submit.bg-none{
  background-color: transparent;
  border: 2px solid #0A0A0A;
  color: #0A0A0A;
}

#s1 .btn-row{
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  font-size: 18px;
}

.btn-row a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
}

.btn-row a img{
  margin-right: 10px;
  height: 27px;
}

/*sec2*/
#s2{
  /* padding: 8rem 0 3rem 0; */
  /* background-color: #0D2324; */
}

.sec-top h2{
  font-size: 48px;
  font-weight: bold;
}

.sec-top p{
  font-size: 18px;
}

.sec-middle{
  margin: 5rem 0;
}

.advantage-box{
  width: 100%;
  height: 348px;
  padding: 4rem 3rem;
  background-color: #F6F6F6;
  border-radius: 40px;
  position: relative;
}

.advantage-box img{
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.advantage-box h5{
  font-size: 25px;
  font-weight: bold;
}

/*sec3*/
#s3{
  /* background: linear-gradient(to bottom, #fff 50%, #FFF9E2); */
  padding: 0 0 5rem 0;
}

#s3 h5{
  font-size: 40px;
  margin-bottom: 2rem;
}

.hiw-img{
  max-width: 536px;
  width: 100%;
  margin: 0 auto;
}

.hiw-steps{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  cursor: pointer;
}

.hiw-steps:hover .circle,
.hiw-steps.active .circle{
  background-color: #0A0A0A;
  color: #FED429;
}

.circle{
  min-width: 55px;
  height: 55px;
  background-color: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
  padding: 13px;
  text-align: center;
  font-size: 20px;
  margin-right: 1.5rem;
  transition: 0.3s;
}

.hiw-steps p{
  margin-bottom: 0;
  font-size: 16px;
}

/*s4*/
#s4{
  padding: 5rem 0;
  /* background-color: #fff; */
  position: relative;
}

.half-coin{
  position: absolute;
  left: 0;
  top: 80%;
}

.half-spring{
  position:absolute;
  right: 0;
  bottom: -130%;
}

.client-box{
  width: 100%;
  height: 378px;
  padding: 2.5rem 3rem;
  position: relative;
  margin-top: 4rem;
  background-color: #F6F6F6;
  border-radius: 30px;
}

.client-box .quote{
  position: absolute;
  top: -25px;
  left: 50px;
  width: 61px !important;
  height: 61px !important;
}

.client-box p{
  font-size: 18px;
  line-height: 1.5;
  color: #242424;
  font-style: italic;
}

.client-job{
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.client-job p{
  margin-bottom: 0;
  font-style: normal;
}

.client-image{
  width: 73px !important;
  height: 73px !important;
}

#s5{
  padding: 5rem 0;
  /* background-color: #fff; */
}

.option-box{
  width: 100%;
  height: 378px;
  position: relative;
  background-color: #fff;
  border:2px solid #FED429;
  border-radius: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-box.option2{
  background-color: #FED429;
}

.option-box > div{
  max-width: 70%;
}

.option-box h5{
  font-size: 30px;
  font-weight: bold;
}

.option-box p{
  font-size: 18px;
}

.btn-chat,
.btn-chat:hover,
.btn-chat:focus{
  background-color: #FED429;
  width: 100%;
  max-width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 auto;
  transition: 0.3s;
}

.btn-chat:hover{
  transform: translateY(-8px);
}

.faq{
  margin-top: 8rem;
}

.faq-btn-row{
  max-width: 942px;
  margin:30px auto;
  padding: 10px;
  background-color: #FFFBE9;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  border-radius: 10px;
}

.faq-btn{
  background-color: transparent;
  border: none;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #0A0A0A;
  transition: 0.3s;
  text-align: center;
  border-radius: 10px;
}

.faq-btn.active,
.faq-btn:hover{
  background-color: #FED429;
  color: #0A0A0A;
}

/* .faq-content{
  max-width: 942px;
  margin:30px auto;
} */

/* Accordion */
.accordion {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  border:none;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  outline: none !important;
  transition: 0.4s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.accordion.active,
.accordion:hover,
.arccordion:focus {
  outline: none !important;
}

.accordion:after {
  content: url(../img/plus.svg);
  color: #777;
  font-weight: 500;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: url(../img/minus.svg);
  
}

.accordion.success:after,
.accordion.success.active:after {
  content: url(../img/icons/tick.png);
  transform: unset;
  margin-top: 5px;
}

.panel {
  max-height: 0;
  color: #747474;
  font-size: 16px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p{
  color: #B9B9B9;
}

/* accordion */

.footer-grid{
  display: grid;
  grid-template-columns: auto auto;
  gap: 5rem;
  padding: 4rem 0 !important;
  line-height: 2;
}

.footer-grid h5{
  font-size: 25px;
  color: #FED429;
  font-weight: bold;
  margin-bottom: 20px;
}

.social-icon{
  margin: 0 15px;
  width: 48px;
  height: 48px;
}

.bar1,
.bar2,
.bar3 {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 10px;
}

.bar1 {
  width: 12px;
  margin-left: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 7px);
  transform: rotate(-45deg) translate(-1px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -8px);
  transform: rotate(45deg) translate(-1px, -8px);
}

.download-btn{
  background: linear-gradient(90deg,#75E7AB 0%,#2F6071 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 15px;
  height:60px
}

.topbar-right{
  margin-left: 8rem;
}

.footer-tnc{
  color: #9f9f9f;
  padding: 24px 0;
}

.footer-tnc > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-tnc p{
  margin: 0;
}

.footer-tnc a{
  color: #E39417;
  margin-left: 10px;
  font-size: 18px;
}

.tnc-content{
  padding-top: 4rem;
}

.btn-block{
  background: #0A0A0A;
  color: #fff;
  padding: 10px 20px;
}

.btn-apply-row{
  margin-top: 3rem;
  padding-left:79px;
}

.btn-apply-today{
  max-width: 360px;
}

#btnSubmitEnquiry.disabled{
  color: #fff;
  border-color: transparent!important;
  opacity: 0.5;
}

.form-control:focus{
  border-color: #ced4da;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

@media (max-width: 1500px){
  .mw-custom{
    padding: 0 2rem;
  }
}


/* responsive */
@media (max-width: 850px){
  .brandLogo img {
    width: 50px!important;
  }

  .logo img{
    max-width: 170px;
  }

  .topbar-right{
    margin-left: 0;
  }

  #s1{
    background-image: url(../img/s1-bg-mobile.png);
  }

  #s1 .left{
    max-width: 100%;
    margin-top: 5%;
  }

  .mw-custom{
    padding: 0 1.5rem;
  }

  #s1 h1{
    font-size: 50px;
  }

  #s1 p{
    margin-bottom: 0;
    font-size: 16px;
  }

  .lightling{
    width: 40px;
    top: 8px;
    right: -4px;
  }

  #s1 .btn-row{
    display: block;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .footer-grid{
    grid-template-columns: 100%;
    padding: 3rem 2rem !important;
  }

  .btn-row{
    text-align: center;
  }

  .btn-row a{
    width: 100%;
    margin: 20px 0;
  }

  .application-form{
    padding: 2rem 1.5rem;
    width: 100%;
  }

  #s2{
    padding: 3rem 0;
  }

  .sec-top h2{
    font-size: 32px;
  }

  .sec-top p{
    font-size: 16px;
  }

  .advantage-box{
    margin-bottom: 20px;
  }

  .client-box{
    height: 100%;
  }

  .option-box{
    margin-bottom: 20px;
  }

  .option-box > div{
    max-width: 80%;
  }

  .option2 .d-flex{
    display: block !important;
  }

  .option2 .d-flex a{
    margin: 0 auto 20px auto;
    max-width: 250px;
  }

  .option-box h5{
    font-size: 24px;
  }

  .option-box p{
    font-size: 16px;
  }

  .faq-btn-row{
    margin-right: -25px;
    overflow-x: scroll;
    display: flex;
  }

  .faq-btn{
    white-space: nowrap;
    margin-right: 20px;
    padding: 20px;
  }

  .owl-dots{
    text-align: center;
    margin-top: 10px;
  }

  .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff !important;
    border:1px solid #D2D2D2 !important;
    margin: 5px;
  }

  .owl-dot.active{
    background-color: #0A0A0A !important;
    border:1px solid #0A0A0A !important;
  }

  .owl-carousel{
    padding: 0 1.5rem;
  }

  .client-box{
    margin-top: 0;
  }

  .footer-grid{
    padding: 3rem 1.5rem;
    gap: 3rem;
  }

  .footer-tnc{
    padding: 2rem 0;
  }

  .footer-tnc > div,
  .footer-tnc > div > div{
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }

  .footer-tnc a{
    margin:5px 0;
  }

  .footer-tnc p{
    margin-bottom: 30px;
  }

  .arrw{
    position: absolute;
    top: 50%;
    z-index: 20;
    cursor: pointer;
  }

  .arrw.left{
    left: 20px;
  }

  .arrw.right{
    right: 20px;
  }

  .hiw-section{
    justify-content: center;
  }

  .hiw-steps{
    justify-content: center;
  }

  .hiw-text-mobile{
    text-align: center;
  }

  #s3{
    padding: 0;
    position: relative;
    z-index: 5;
  }

  #s3 h5{
    text-align: center;
    font-size: 32px;
  }

  .sec-middle{
    margin: 3rem 0 0 0;
  }

  .circle{
    min-width: 48px;
    height: 48px;
    padding: 9px;
    margin: 0 10px
  }

  .navbar a, .navbar a:focus{
    justify-content: center;
  }

  .advantage-box h5{
    font-size: 23px;
  }

  .advantage-box img{
    max-width: 220px;
  }

  .sec-title{
    font-size: 25px;
  }

  .owl-carousel{
    margin-top: 3rem;
  }

  .option-box{
    height: auto;
    padding: 2rem 0;
  }
  
  .btn-apply-row{
    margin-top: 3rem;
    padding-left:0;
    margin-bottom: -25px;
    position:relative;
    z-index: 10;
  }
  
  .btn-apply-today{
    max-width: 100%;
  }

  .laive-custom{
    display: none;
  }
  
  #header {
    padding: 20px;
  }

  #s5 img.step {
    width: 250px!important;
    margin-right: 50px;
  }

  .img-margin-position {
    margin: 50px!important;
  }

  .footer .footer-grid {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-lg {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 370px) {
  .mw-custom{
    padding: 0 1rem;
  }

  .btn-request-otp{
    padding: 8px !important;
    font-size: 12px;
    top: 5px;
  }

  .btn-request-otp.disabled{
    background-color: #fff;
  }

  .logo img{
    max-width: 130px;
  }

  #navbar .me-2{
    margin-right: 0px !important;
  }

  .client-box{
    padding: 2.5rem 1.5rem;
  }

  .client-box p{
    font-size: 16px;
  }

  .client-box h5{
    font-size: 16px;
  }
}

.feature-box {
  background: rgb(255 255 255 / 20%);
  border: 1px solid #707070;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 30px;
  padding-bottom: 30px;
  border-radius: 50px;
  width: 97%;
  height: 300px;
  margin-bottom: 30px;
}

#calculator-container {
  top: 0;
  z-index: 100;
  width: 100%;
}

#calculator-container .calculator-header {
  background-color: #036efc;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 10;
}

#calculator-container .calculator-header .logo {
  max-width: 140px;
}

#calculator-container .calculator-header .close-img {
  display: block !important;
  position: unset;
}

#calculator-container .mw-container {
  position: relative;
  top: -21rem;
  padding: 0;
  max-width: 2000px;
  width: calc(100% - 13rem);
}

#calculator-container .close-img {
  position: absolute;
  right: 3rem;
  width: 20px;
  top: 2.5rem;
  cursor: pointer;
}

#calculator-container .left {
  background-color: rgba(68, 68, 68, 0.6);
  width: 50%;
}

#calculator-container .calculator {
  position: relative;
  width: 65%;
  text-align: center;
}

#calculator-container .calculator h3 {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin-top: 12px;
  color: #343434;
}

#calculator-container .calculator > p {
  color: black;
  text-align: center;
}

#calculator-container .calculator .blurFlower {
  position: absolute;
  top: -1px;
  right: 0;
  border-top-right-radius: 30px;
  width: 205px;
}

#calculator-container .calculator .slideContainer {
  margin: 5rem auto auto auto;
  text-align: center;
  color: #9f9f9f;
}

#calculator-container .calculator .slideContainer > p {
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 2rem;
}

#calculator-container .calculator .asRange {
  width: 100%;
  height: 6px;
  background-color: #f1f1f1;
  margin: 16px 0;
}

#calculator-container .calculator .asRange-selected {
  width: 100%;
  height: 6px;
  background-color: #ffcf47;
}

#calculator-container .calculator .asRange-pointer {
  width: 13px;
  height: 13px;
  bottom: -4px;
  background-color: #ffcf47;
  cursor: pointer;
}

#calculator-container .calculator .asRange-pointer::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  background: #ffcf47;
  border-radius: inherit;
}

#calculator-container .calculator .asRange .asRange-pointer:after {
  background: #ffcf47;
}

#calculator-container .calculator .asRange-tip {
  /* background-color: #3EB8B8;
  color: black;
  width: 150px;
  height: 45px;
  border: none;
  font-size: 20px;
  padding: 13px;
  font-family: unset;
  font-weight: 600;
  top: -92px;
  left: -50px;
  color: white; */
  background-color: transparent;
  border: none;
}

#calculator-container .calculator .asRange-tip::before {
  /* position: absolute;
  bottom: -3px;
  left: 44%;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: -2px;
  content: "";
  background-color: #3EB8B8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); */
  background-color: transparent;
  border: none;
}

#calculator-container .calculator .asRange-tip::after {
  /* content: "";
  width: 30px;
  position: absolute;
  top: 56px;
  left: 70px;
  height: 28px;
  display: block;
  border-left: 2px dashed #90B83E; */
}

#calculator-container .loan-card {
  border: 1px solid #f1f1f1;
  background: #ffffff;
  text-align: center;
  padding: 40px 30px;
  width: 100%;
}

/* #calculator-container .loan-card:first-child {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

#calculator-container .loan-card:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

#calculator-container .loan-card:last-child {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
} */

#calculator-container .loan-card p:first-child {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 3px;
}

#calculator-container .loan-card p:last-child {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

#calculator-container .to_repay {
  font-size: 30px;
  margin-right: 6px;
}

#calculator-container .to_repay_text {
  font-size: 30px;
  font-weight: 700;
  color: #343434;
  margin-top: 0 !important;
}

#calculator-container .note_text {
  font-size: 20px;
  color: black;
}

/* #calculator-container .btn-apply-loan {
  background: rgb(255, 214, 2);
  background: linear-gradient(180deg, rgba(255, 214, 2, 1) 0%, rgba(255, 101, 41, 1) 100%);
  padding: 16px;
  border-radius: 15px;
  width: 100%;
  font-weight: 600;
  transition: all 0.5s;
  height: 60px;
  border: none;
  width: 400px;
  border-radius: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
} */

#calculator-container .btn-apply-loan span {
  font-size: 18px;
}

#calculator-container .btn-apply-loan:hover {
  color: white;
  filter: brightness(0.9);
}

.loanSlider {
  width: 100%;
  height: 3px;
}

#calculator-container .btn-apply-loan {
  background: linear-gradient(90deg, #3E93B8 0%, #053C5D 100%);
  border-radius: 15px;
  color: #FCFCFC;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
  padding: 15px;
  width: 50%;
  font-weight: 700;
  outline: unset;
  box-shadow: unset;
  border: none;
}

.contain {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.item {
  /* align-items: center; */
  color: white;
  /* display: flex; */
  height: auto;
  /* justify-content: center; */
}

.owl-dots button{
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50px;
  background: black!important;
}

.step_btn {
  cursor: pointer;
}

.step_btn.active {
  background: #75E7AB!important;
}

.dl-section {
  background-image: url(../img/s1-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -100px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

.btn-main {
  /* background: linear-gradient(90deg, #3E93B8 0%, #053C5D 100%); */
  /* border: none!important; */
  background: #FFCF47;
  color: #121A89!important;
  font-weight: bold!important;
}

.img-margin-position {
  margin: 50px 150px 50px 100px;
}

.cap-text {
  text-transform: uppercase;
  letter-spacing: 2.5px;
}


.sp-title h5{
  font-size: 20px;
  background: -webkit-linear-gradient(180deg,#3EB88B 0%,#cdf9f6 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-title p{
  font-size: 16px !important;
}

.faq-grid {
  grid-template-columns: 30% 70%;
}

.s1-title {
  font-size: 60px;
  color: #ffffff;
}

.header-cont {
  /* background: rgba(255,255,255,0.2); */
  padding: 14px 14px 14px 28px;
  /* border-radius: 20px; */
  /* border: 1px solid #707070; */
  /* backdrop-filter: blur(10px); */
  /* -webkit-backdrop-filter: blur(10px); */
}

.s1-desc {
  color: #D9D9D9;
  font-size: 20px;
}

.s2-title {
  font-size: 35px;
  font-weight: 800;
  color: #89ffff;
}

.s2-desc {
  color: #D9D9D9;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}

#s5 img.step {
  width: 300px;
  border: 5px solid #FFF3;
  border-radius: 40px;
  transform: rotate(-10deg);
}

.item-text {
  font-size: 30px;
  max-width: 820px;
  margin: 0 auto;
}

#counter {
  font-size: 16px;
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px){
  body {
    overflow-x: hidden;
  }

  #counter {
    bottom: 290px;
    right: -123px;
  }

  #counter2 {
    top: 350px;
  }
}

@media (max-width: 1200px) {
  #counter {
    bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* .wrapperP {
    background-image: url(../img/mobile-menu.png);
  } */

  .header-cont {
    padding: 0;
  }

  .logo img{
    max-width: 120px;
  }

  #s1 {
    padding: 8rem 0 1rem 0 !important;
  }

  .s1-title {
    font-size: 34px!important;
    font-weight: 900!important;
  }

  .s1-desc {
    font-size: 16px;
  }

  .application-form {
    width: 100%;
    border-radius: 0;
  }

  .application-form h5 {
    font-size: 24px;
  }

  .application-form p {
    font-size: 14px!important;
  }

  #s2 {
    padding: 1rem 0 !important;
  }

  .s2-title {
    font-size: 30px;
  }

  .s2-desc {
    font-size: 24px;
  }

  .feature-box {
    min-width: 330px;
    height: 250px;
    margin-right: 20px;
    border-radius: 35px;
  }

  .s3-title {
    font-size: 32px!important;
  }

  #calculator-container .calculator {
    width: 85%;
  }

  /* #calculator-container .loan-card:first-child {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 0;
  }

  #calculator-container .loan-card:nth-child(2) {
    border-top: none;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  #calculator-container .loan-card:last-child {
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  } */

  #calculator-container .btn-apply-loan {
    width: 100%;
  }

  #s4 {
    padding-top: 1rem;
    padding-bottom: 2rem!important;
  }

  #s5 {
    padding-top: 2rem!important;
  }

  #s5 #owl-carousel {
    margin-top: 30px!important;
  }
  
  #s5 img.step {
    width: 100%;
    transform: rotate(-5deg);
    border-radius: 30px;
  }

  .img-margin-position {
    margin: 50px;
  }

  #s5 #owl-carousel .text-center .fs20 {
    font-size: 16px;
  }

  #s6 {
    margin-top: 20px!important;
  }

  .item-text {
    font-size: 20px;
  }

  #s6 .owl-carousel {
    margin-top: 2rem;
  }

  .faq-content {
    margin-top: 30px!important;
  }
  
  .faq-grid {
    grid-template-columns: 100%;
  }
  
  .faq-content .fs30 {
    font-size: 24px;
  }

  .accordion {
    padding: 14px 0;
  }

  .accordion:after {
    margin-top: 4px;
  }
  
  #s7 {
    margin-top: 50px!important;
  }

  #s8 {
    margin-top: 50px!important;
  }

  #s8 .fs35 {
    font-size: 25px;
  }

  .footer .fs24 {
    font-size: 20px!important;
  }

  .footer .text {
    font-size: 16px!important;
  }

  #navbar ul {
    height: calc(90vh - 100px);
  }

  .last_img {
    width: 100%;
  }

  #counter {
    bottom: 370px!important;
  }
}

.owl-nav{
  margin-top: 20px;
  text-align: center;
}

#counter2 {
  font-size: 20px;
  color: #D9D9D9;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.form-control option{
  color: black;
}

.titleSection {
  color: #343434;
  font-size: 20px;
  font-weight: 900;
  margin-top: 100px;
}

.contentSection {
  color: #343434;
  font-size: 16px;
}

#agree {
  -webkit-appearance: none; /* Remove default appearance */
  -moz-appearance: none;
  appearance: none;
  width: 22px; /* Adjust size as needed */
  height: 20px;
  background-color: transparent; /* Set background color */
  border: 1px solid #AAAAAA; /* Add border for visibility */
  border-radius: 4px; /* Optional: Add border radius */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add cursor style */
}

#agree:checked {
  background-color: #89ffff; /* Keep background white when checked */
}

/* Optional: Add custom styling for when checkbox is checked */
#agree:checked::after {
  content: '\2714'; /* Unicode checkmark character */
  display: block;
  text-align: center;
  color: white; /* Change color of checkmark */
  font-size: 14px; /* Adjust size of checkmark */
}

#generalModal .modal-content {
  background: radial-gradient(#0B6775 0%, #042C39 100%);
  color: white;
}

#generalModal .modal-content .btn,
#generalModal .modal-content .btn:hover {
  background: linear-gradient(90deg, #3E93B8 0%, #053C5D 100%);
  min-width: 150px;
  border: none;
}

#generalModalSuccess .modal-content {
  background: radial-gradient(#0B6775 0%, #042C39 100%);
  color: white;
}

#generalModalSuccess .modal-content .btn,
#generalModalSuccess .modal-content .btn:hover {
  background: linear-gradient(90deg, #3E93B8 0%, #053C5D 100%);
  min-width: 150px;
  border: none;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  -webkit-font-smoothing: unset;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: white;
}


/* Your iOS-specific styles here */
body.iphone .wrapperP {
    position: relative;
    overflow: hidden; /* Ensure the background doesn't overflow */
    background-size: unset;
    background-attachment: unset;
    background-image: unset;
}

body.iphone .wrapperP::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mobile-menu.png);
    /* background-size: cover; */
    z-index: -1; /* Send the fixed background behind other content */
}

/* Adjustments for content placement */
/* For example, if your content should be vertically centered */
body.iphone .wrapperP > * {
    position: relative;
    z-index: 1; /* Ensure content appears above background */
}

body.iphone .navbar-mobile {
  top: 80px;
  width: 100vw;
  background-attachment: unset;
  left: 0;
  background-size: unset;
}


.bg-main {
  background: #222A9B;
}

.fs14 {
  font-size: 14px!important;
}

.fs16 {
  font-size: 16px!important;
}

.fs18 {
  font-size: 18px!important;
}

.fs20 {
  font-size: 20px!important;
}

.fs22 {
  font-size: 22px!important;
}

.fs25 {
  font-size: 25px!important;
}

.fs30 {
  font-size: 30px!important;
}

.fs40 {
  font-size: 40px!important;
}

.fs60 {
  font-size: 60px!important;
}

.fw500 {
  font-weight: 500!important;
}

.fw600 {
  font-weight: 600!important;
}

.fw700 {
  font-weight: 700!important;
}

.fw800 {
  font-weight: 800!important;
}

.mobileTestBox {
  background: white;
  padding: 30px;
  border-radius: 10px;
  margin-right: 20px;
  min-width: 330px;
}

.pcTestBox {
  background: white;
  padding: 30px;
  border-radius: 10px;
}

.faqAnswerBox {
  font-size: 17px;
  color: #242424;
  line-height: 1.5;
  margin-top: 20px;
}

.faqBorder {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #C6C6C6;
}

.titlePointBox {
  background: #ffffff;
  box-shadow: 0px 20px 20px #0000000D;
  padding: 30px;
  border-radius: 20px;
}

.steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
  margin:0 auto;
  margin-left:10%;
}
.step-active, .step-complete {
cursor: pointer;
pointer-events: all;
}
.step {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  width: auto;
  position: relative;
  text-overflow: ellipsis;
  display: block;
}
.step:not(:last-child):before, .step:not(:last-child):after {
display: block;
position: absolute;
top:45%;
left: 5%;
height: 2px;
content: '';
will-change: width;
z-index: -1;
}
.step:before {
  width: 100%;
  height: 0!important;
  border: 1px dashed #99B1F6;
}
.step:after {
  width: 0;
  background-color: #ffcf47;
}

.step-complete:after {
width: 100% !important;
opacity: 1;
transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}


.step-icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #ffedb9;
  border-radius: 50%;
  float:left;
}

.step-complete.step-active .step-icon {
  color: #fff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.step-incomplete.step-active .step-icon {
  transition-delay: 0.5s;
}
.step-complete .step-icon {
  animation: bounce 0.5s ease-in-out;
}

.step.step-complete .step-icon,
.step.step-complete .step-icon:after,
.step.step-complete .step-icon:before {
  background-color: #ffcf47;
}

.step.step-active .step-icon,
.step.step-active .step-icon:after,
.step.step-active .step-icon:before {
  transition: all 0.2s ease-in-out, opacity 0.6s ease-in-out;
}

.span-label {
  position:absolute;
  top:60px;
}

.step .title {
  position: absolute;
  font-size: 70px;
  top: -110px;
  font-weight: 900;
  left: -30px;
}

.step.step-incomplete .title {
  color: #f1f1f1!important;
}

.step.step-complete .title {
  color: #e39417!important;
}


.circleImg .insideCircleImg {
  display: inline-block;
  width: 420px;
  height: 420px;
  border-radius: 50%;
}

.circleImg .insideCircleImg1 {
  background: url(../img/s4-bg1.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.circleImg .insideCircleImg2 {
  background: url(../img/s4-bg2.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.circleImg .insideCircleImg3 {
  background: url(../img/s4-bg3.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.circleImg .insideCircleImg4 {
  background: url(../img/s4-bg4.jpg);
  background-size: cover;
}

.circleImg .insideCircleImg5 {
  background: url(../img/s4-bg5.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

u {
  text-decoration: none;
  border-bottom: 3px solid #ffcf47;
  border-radius: 3px;
}

.changeAboutIcon div.active {
  width: 80px!important;
  height: 80px!important;
  background: #ffedb9!important;
  transition: 0.3s;
}

.text-bold {
  font-weight: bold;
}

.text-main-color {
  color: #222a9b!important;
}

.text-second-color {
  color: #343434!important;
}

.faqText {
  color: #242424!important;
  font-size: 24px!important;
}

.faqText:hover {
  color: #222a9b!important;
}

.faqText.active {
  color: #222a9b!important;
}

.faqText img {
  rotate: 0;
  transition: 0.3s;
}

.faqText.active img {
  rotate: 45deg;
  transition: 0.3s;
}

#s2 .outsideBox {
  margin-top: -100px;
}

.grid-how-to-work {
  grid-template-columns: 30% 13% 57%;
}

.yellowBall {
  background: #FFCF47;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 100%;
  left: -5px;
}

#s4 #iconA {
  background: #EDF2FF;
  width: 70px;
  height: 70px;
  box-shadow: 0px 20px 20px #0000000D;
  border-radius: 20px;
  position: absolute;
  top: 90px;
  right: 0;
}

#s4 #iconB {
  background: #EDF2FF;
  width: 70px;
  height: 70px;
  box-shadow: 0px 20px 20px #0000000D;
  border-radius: 20px;
  position: absolute;
  bottom: 120px;
  right: 0;
}

#s4 #iconC {
  background: #EDF2FF;
  width: 70px;
  height: 70px;
  box-shadow: 0px 20px 20px #0000000D;
  border-radius: 20px;
  position: absolute;
  bottom: -30px;
  left: 35%;
}

#s4 #iconD {
  background: #EDF2FF;
  width: 70px;
  height: 70px;
  box-shadow: 0px 20px 20px #0000000D;
  border-radius: 20px;
  position: absolute;
  bottom: 120px;
  left: 0;
}

#s4 #iconE {
  background: #EDF2FF;
  width: 70px;
  height: 70px;
  box-shadow: 0px 20px 20px #0000000D;
  border-radius: 20px;
  position: absolute;
  top: 60px;
  left: 30px;
}

@media (max-width: 768px) {
  #s1 .mainTitle {
    font-size: 25px!important;
  }

  #s1 {
    padding-bottom: 160px!important;
  }

  #s2 .outsideBox {
    overflow-x: auto;
  }

  #s2 .insideBox {
    width: 1400px;
    padding-bottom: 40px;
  }

  #s3 .container {
    margin-top: 60px!important;
  }

  .howtoworkSection .title {
    font-size: 50px!important;
    font-weight: 900;
    color: #e39417;
    margin-bottom: 50px;
  }

  #s4 .container {
    margin-top: 60px;
  }

  #s4 .dashBorderLine {
    margin-left: -250px;
  }

  #s4 .circleImg {
    left: -175px!important;
  }

  #s4 #iconA {
    top: 0!important;
    left: 150px!important;
  }

  #s4 #iconB {
    bottom: unset!important;
    right: unset!important;
    top: 100px!important;
    left: 230px!important;
  }

  #s4 #iconC {
    bottom: unset!important;
    top: 240px!important;
    left: 275px!important;
  }

  #s4 #iconD {
    left: 250px!important;
  }

  #s4 #iconE {
    left: 160px!important;
    bottom: 15px!important;
    top: unset!important;
  }

  #s5 .title {
    font-size: 40px!important;
  }

  #s5 .fs20 {
    font-size: 16px!important;
  }

  #s7 .title {
    font-size: 30px!important;
  }

  #s8 .title {
    font-size: 25px!important;
  }

  .footer .footerText {
    text-align: left!important;
  }

  .footer .footerText .title {
    font-size: 25px!important;
  }
}