html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  background: #f9e1ce;
  background-repeat: repeat;
  background-position: center;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

section {
  max-width: 100%;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.gap-2 {
  gap: 8px;
}

.z-3 {
  z-index: 3;
}

.position-relative {
  position: relative;
}

header {
  background-image: linear-gradient(#f58220, #b02a30);
  padding: 6px 0;
}

header button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

#banner {
  padding: 0 0 24px 0;
}

#banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#banner h1 {
  font-size: 24px;
  line-height: 32px;
  color: #97281d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
}

#banner h1 span {
  font-size: 28px;
}

#banner h2 {
  font-size: 20px;
  line-height: 27px;
  color: #e3530f;
  margin-top: 0;
  font-weight: 700;
}

#banner p {
  font-size: 15px;
  line-height: 20px;
  color: #333132;
  margin: 0;
  font-weight: 500;
}

.hidden-faq-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.hidden-faq-wrapper.expanded {
  max-height: 3000px;
}

#banner form {
  padding-bottom: 24px;
  background: #fff;
  background-position: top center;
  background-size: 94%;
  z-index: 1;
  position: relative;
  margin-top: 0px;
  border-radius: 0px;
  border-radius: 30px;
  background-color: rgb(247, 230, 214);
  box-shadow: 0px 0px 24px 0px rgba(151, 40, 29, 0.6);
  background-color: rgb(247, 230, 214);
}

#banner form h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  background: #e3530f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 12px 15px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#banner form input {
  width: calc(100% - 0px);
  border-radius: 0;
  padding: 12px 10px 12px 40px;
  border: none;
  border-bottom: none;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  font-family: "Mulish", sans-serif;
  border-radius: 10px;
}

#banner .loan {
  width: calc(100% - 0px);
  background: #fff;
  padding: 12px 10px 12px 10px;
  border: none;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  font-family: "Mulish", sans-serif;
  border-radius: 10px;
}

#banner .loan label {
  padding-left: 30px;
  color: #787878;
  font-size: 16px;
  width: 85%;
}

#banner .loan p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

#banner form .custom-slider {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  margin: 15px 0;
  border-bottom: none;
  height: 5px;
}

#banner form .custom-slider::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 5px;
  position: relative;
}

#banner form .custom-slider::-moz-range-track {
  height: 3px;
  border-radius: 5px;
  position: relative;
}

#banner form .custom-slider::before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  position: absolute;
  background: #e3530f;
  left: 0;
  bottom: -6px;
}

#banner form .custom-slider::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  position: absolute;
  background: #e3530f;
  right: 0;
  bottom: -6px;
}

#banner form .custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 14px;
  background: #e3530f;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 0px;
  top: -5px;
  position: relative;
}

#banner form .custom-slider::-moz-range-thumb {
  width: 24px;
  height: 14px;
  background: #e3530f;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}

.custom-slider::-webkit-slider-thumb {
  appearance: none;
  width: 5px;
  height: 5px;
  background: #e3530f;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: 0px;
}

.custom-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 0px;
}

.range-labels:first-child {
  margin-top: 0px;
}

#banner form .loan input {
  padding: 0;
}

#banner form select {
  width: calc(100%);
  border-radius: 0;
  padding: 12px 10px 12px 40px;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  font-family: "Mulish", sans-serif;
}

#banner form select::-ms-expand {
  display: none;
}

#banner form .timer {
  background: #a0a0a0;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #333132;
  font-weight: 700;
}

.arrow {
  position: absolute;
  right: 10px;
  top: 10px;
}

.resend {
  background: #94292e;
  padding: 8px 10px;
  border-radius: 6px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /* width: auto; */
  font-size: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}

.resend span {
  font-size: 11px;
}

#banner form .proceed,
.view-more-btn {
  width: 160px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #e3530f;
  align-content: center;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
}

.faq-section {
  margin: auto;
  padding: 60px 20px;
  border-radius: 12px;
  position: relative;
}

.faq-wrap {
  background: #fff;
}

.faq-section .faq-wrapper {
  background: #f9e1ce;
  border-radius: 20px;
}

.faq-section h2 {
  color: #fff;
  background: #e3530f;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-item {
  border-top: 1px solid rgb(160, 160, 160);
}

.faq-item:first-child:not(.expanded) {
  border-top: none;
}

.hidden-faq-wrapper .faq-item:first-child {
  border-top: 1px solid rgb(160, 160, 160);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 0;
}

.faq-question h3 {
  font-size: 18px;
  margin: 0;
  color: #97281d;
  width: calc(100% - 50px);
}

.toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.toggle-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 16px;
  color: #414042;
  line-height: 1.5;
  width: calc(100% - 50px);
  margin-right: 0;
  margin-left: auto;
}

.faq-answer p {
  margin-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 800px;
}

.faq-item.active .toggle-btn {
  transform: rotate(45deg);
}

.custom-datepicker {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-datepicker input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-datepicker input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1;
  position: relative;
}

::placeholder {
  color: #787878;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #787878;
}

#banner form select {
  color: #787878;
  background: #fff;
}

#banner form input {
  background: #fff;
}

#banner form input {
  color: #787878;
}

#banner form input#agreetnc {
  margin-top: 5px;
}

.agreetncwrap {
  font-size: 12px;
}

.agreetncwrap a {
  color: #496fb0;
}

.agreetncwrap a:visited {
  color: #496fb0;
}

.reset {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background: #f07a20;
  border-radius: 50px;
  padding: 0 15px;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  width: fit-content;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.reset:disabled {
  opacity: 0.7;
}

footer {
  width: 100%;
  background-color: #e3530f;
  padding: 15px 0 15px;
  border-top: 1px solid #ccc;
  text-align: center;
}

footer p {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0;
}

footer p a {
  text-decoration: none;
  color: #fff;
}

.text-right {
  text-align: right !important;
}

label[for="date"] {
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  left: 40px;
  width: 100px;
  text-align: left;
  background: #fff;
}

.swiper-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-container .slide {
  text-align: center;
  background: #fff;
  padding: 0px 0px;
  border-radius: 32px;
  box-shadow: 0px -2px 24px 0px rgba(26, 28, 30, 0.5);
  border: 10px solid #ec8d5c;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.exclusive {
  padding: 40px 0;
}

.exclusive h2 {
  font-size: 40px;
  line-height: 60px;
  color: #97281d;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.swiper-container .slide h3 {
  font-size: 23px;
  line-height: 38px;
  color: #97281d;
  font-weight: 700;
  margin: 40px 0;
}

.swiper-container .slide p {
  font-size: 24px;
  line-height: 38px;
  color: #414042;
  font-weight: 700;
  margin: 0;
}

.swiper-container .slide img {
  margin-top: 20px;
  width: auto;
  height: 110px;
  object-fit: contain;
  max-width: 120px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../img/arrow_right.webp) no-repeat center;
  background-size: contain;
  right: 10px !important;
  left: auto !important;
  width: 30px !important;
  height: 30px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../img/arrow_left.webp) no-repeat center;
  background-size: contain;
  left: 10px !important;
  right: auto !important;
  width: 30px !important;
  height: 30px !important;
}

.swiper-container .swiper-slide {
  opacity: 0.6;
}

.swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  border-radius: 100% !important;
  background: #e3530f !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #e3530f !important;
}

.swiper-container {
  padding: 50px 20px;
  overflow: hidden;
}

.free_back {
  display: flex;
  align-items: center;
  margin-left: 0px;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #e3530f;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  background: #e3530f;
}

.new {
  text-align: center;
  display: block !important;
  text-decoration: none;
  background-color: #db620a;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #ffffff;
}

.benefits {
  padding: 40px 0;
  background: #fff;
}

.benefits h2 {
  color: #97281d;
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
  margin-top: 0;
}

.ben_box {
  border-radius: 20px;
  background: url(../img/ben_bg.webp) no-repeat center;
  box-shadow: 4.881px 10.963px 18px 0px rgba(151, 40, 29, 0.7);
  padding: 20px;
  background-size: 100% 100%;
  height: 100%;
  min-height: 184px;
}

.ben_box p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}

.ben_box img {
  height: 55px;
  width: auto;
}

.goals {
  padding: 40px 0;
  background: #f9e1ce;
}

.goals h2 {
  color: #97281d;
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
  margin: 0;
}

.ben_wrap {
  background: #e3530f;
  min-width: 300px;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
}

.ben_wrap img {
  object-fit: contain;
}

#banner .ben_wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  min-width: 215px;
  text-align: left;
}

#banner .ban_tnc {
  color: #97281d;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ban_desk {
    max-width: 200px;
  }

  #banner {
    padding: 0 0 0 0;
  }

  .ban_wrap {
    margin-top: 40px;
  }

  .bannerlist {
    box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.12);
    height: fit-content;
  }

  #banner .ben_wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    min-width: 172px;
    text-align: left;
  }

  #banner form {
    margin-bottom: 30px;
  }

  .ben_wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .ben_wrap {
    background: #e3530f;
    min-width: 230px;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 480.5px) {
  .pl-3 {
    padding-left: 15px;
  }

  .container-sm {
    padding: 0px;
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .ben_box p {
    font-size: 14px;
  }

  .ben_box {
    min-height: 185px;
    padding: 15px;
  }

  footer p:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .exclusive .swiper-pagination {
    display: none;
  }

  #banner form {
    margin-top: 12%;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: repeat;
    background-position: center;
    border-radius: 0px;
    z-index: 1;
    position: relative;
    border-radius: 25px;
    background-color: rgb(247, 230, 214);
  }
}

@media screen and (min-width: 767.5px) {
  .videowrap {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .videowrap > img {
    max-width: 95%;
    height: auto;
  }
}

form.steps {
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  header .container-lg {
    max-width: 100% !important;
  }

  .ban_wrap {
    margin-top: 60px;
  }

  #banner {
    box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.12);
  }

  .benefits h2 {
    color: #97281d;
    font-size: 38px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
  }

  .goals h2 {
    color: #97281d;
    font-size: 38px;
    line-height: 36px;
    font-weight: 900;
    margin: 0;
    text-align: center;
  }

  .button {
    width: fit-content;
    padding: 0 30px;
    position: unset;
  }

  .videowrap {
    padding: 40px 0;
    display: unset;
    align-items: center;
    justify-content: center;
  }

  .videowrap > img {
    max-width: 85%;
    height: auto;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
  }

  .d_gif {
    width: 100%;
  }

  .deskgif {
    max-width: 85%;
    margin: 30px auto 0 auto;
  }

  .fs-lead {
    font-size: 20px;
  }

  form.steps {
    padding: 24px 20px;
  }

  .banner-wrapper {
    display: flex;
    justify-content: start;
  }

  #banner h1 {
    font-size: 26px;
    line-height: 42px;
    color: #a31a13;
    font-weight: 900;
    margin-right: 0px;
  }

  #banner h1 span {
    font-size: 28px;
  }

  #banner h2 {
    font-size: 22px;
    line-height: unset;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  h2.react-datepicker__current-month {
    font-size: 16px !important;
    margin: 5px 0 20px 0 !important;
  }

  .wrap {
    margin-left: 0px;
    padding-left: 10px !important;
  }

  #banner form {
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: repeat;
    background-position: center;
    border-radius: 0px;
    z-index: 1;
    position: relative;
    border-radius: 25px;
    background-color: rgb(247, 230, 214);
  }

  #banner form h3 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-section {
    max-width: 1100px;
  }

  .faq-answer p {
    max-width: 85%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #banner h1 {
    font-size: 28px;
    line-height: 44px;
    color: #a31a13;
    font-weight: 900;
  }

  #banner h1 span {
    font-size: 36px;
  }
}

@media screen and (min-width: 1300px) {
  #banner {
    min-height: auto;
  }

  #banner h1 {
    font-size: 31px;
    line-height: 44px;
    color: #9f301b;
    font-weight: 900;
    margin-right: 0px;
  }

  #banner h1 span {
    font-size: 36px;
  }

  #banner form {
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: repeat;
    background-position: center;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    border-radius: 25px;
    background-color: rgb(247, 230, 214);
  }
}

@media screen and (min-width: 1600px) {
  #banner h1 {
    font-size: 31px;
    line-height: 44px;
    color: #9f301b;
    font-weight: 900;
    margin-right: 0px;
  }

  #banner h1 span {
    font-size: 36px;
  }
}

.img-ques {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  padding: 5px;
}

@media screen and (min-width: 2000px) {
  #banner {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  #banner form input#name {
    background-position: left 4px center;
    background-size: 20px;
  }

  #banner form input#mobile {
    background-position: left 0px center;
    background-size: 27px;
  }

  #banner form input#otp {
    background-position: left 0px center;
    background-size: 22px;
    border-bottom: 0;
  }
}

input,
select {
  position: relative;
}

.input_wrapper {
  position: relative;
  margin-top: 10px;
}

#banner form .input_wrapper:has(> #name)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 22px;
  height: 32px;
  background: url(../img/icons/user.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form input#mobile {
  width: calc(100% - 100px);
  border-bottom: none;
}

#banner form input#otp {
  width: calc(100% - 160px);
  border-bottom: none;
}

#sendOtpBtn,
#verifyOtpBtn {
  width: 85px;
}

#banner form .input_wrapper div:has(> #mobile)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: url(../img/icons/mobile.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper div:has(> #otp)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 23px;
  height: 30px;
  background: url(../img/icons/OTP.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #pan)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: url(../img/icons/PAN.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #lastYearIncome)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: url(../img/icons/PAN.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #occupation)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/icons/salary.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #itr)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/icons/salary.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #companyname)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 28px;
  height: 35px;
  background: url(../img/icons/company.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #annualincome)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 28px;
  height: 35px;
  background: url(../img/icons/income.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #pincode)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 27px;
  height: 35px;
  background: url(../img/icons/pincode.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper:has(> #email)::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/icons/email.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper.loan::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/icons/loan.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

#banner form .input_wrapper.dob-field::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background: url(../img/icons/DOB.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
  background: #fff url(../img/icons/email.svg) no-repeat left 20px center !important;
  background-size: 25px !important;
}

#banner form select.placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#banner form select.filled {
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
  .swiper-container .slide {
    min-height: 285px;
  }

  .ben_wrap {
    background: #e3530f;
    min-width: 150px;
    padding: 10px 5px 10px 10px;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: -1rem;
  }

  .ben_wrap img {
    width: 25px;
    height: 25px;
  }

  #banner .ben_wrap p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
  }

  #banner .ban_tnc {
    color: #97281d;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 700;
  }

  #banner form input#mobile {
    width: calc(100% - 90px);
    border-bottom: none;
  }

  #banner form input#otp {
    width: calc(100% - 140px);
    border-bottom: none;
  }

  #sendOtpBtn,
  #verifyOtpBtn {
    width: 82px;
  }

  .swiper-container .slide h3 {
    font-size: 22px;
    line-height: 30px;
    color: #97281d;
    font-weight: 700;
    margin: 30px 0;
  }

  .swiper-container .slide p {
    font-size: 18px;
    line-height: 28px;
    color: #414042;
    font-weight: 700;
    margin: 0;
  }

  .swiper-container .slide img {
    margin-top: 20px;
    max-width: 120px;
    width: auto;
    height: auto;
  }

  .exclusive h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .card {
    width: 70%;
    margin: 0 auto;
  }
}

.d-mobile {
  display: block;
}

.d-desktop {
  display: none;
}

@media screen and (min-width: 767.5px) {
  .d-mobile {
    display: none;
  }

  .d-desktop {
    display: block;
  }
}

.dnone {
  display: none;
}

.thank-you {
  min-height: calc(100vh - 112px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px 30px 30px;
}

.thank-you .popup-icon {
  text-align: center;
  margin-bottom: 20px;
}

.thank-you h2 {
  color: #e3530f;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 38px;
}

.thank-you h3 {
  text-align: center;
  color: #414042;
  font-weight: 600;
}

.thank-you p {
  text-align: center;
  color: #414042;
  font-size: 14px;
}

.thank_you_back {
  background-color: #e3530f;
  color: #ffffff;
  cursor: pointer;
}

.icon-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}

.icon-heading > span {
  font-size: 22px;
  color: #414042;
}

.margin-top {
  margin-top: 10vh;
}

.orderlist {
  padding: 0px 0px 0px 15px;
  margin: 50px 0px;
}

.orderlist > li {
  font-size: 16px;
  color: #414042;
  margin-bottom: 15px;
}

.borderL::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: white;
  left: 49%;
}

@media screen and (max-width: 991.5px) {
  .mobilebx p {
    text-align: left;
  }

  .thank-you {
    padding: 10px;
  }

  .orderlist {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobilebx {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
  }

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

  .icon-heading > span {
    font-size: 18px;
  }

  .icon-heading > span > br {
    display: none;
  }

  .icon-heading {
    margin-top: 0px;
  }

  .borderL::after {
    display: none;
  }

  .thank-you {
    min-height: calc(100vh - 124px);
  }
}

@media screen and (max-width: 480.5px) {
  header button {
    width: 50%;
  }

  .thank-you {
    min-height: calc(100vh - 172px);
  }

  .thank-you p {
    font-size: 13px;
  }
}

span.error {
  color: red;
  font-size: 12px;
}

p.error {
  text-align: left;
  line-height: 0px;
  color: red;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__input-container input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
}

.react-datepicker {
  font-family: "Arial", sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.react-datepicker__header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
  background-color: #007bff;
  color: white;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  min-width: 280px;
  padding: 14px 18px;
  border-radius: 8px;
  color: white;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.4s ease, fadeOut 0.5s ease 2.5s forwards;
}

.toast.success {
  background: url(../img/sucess.svg) no-repeat left 10px center #22c55e;
  padding-left: 40px;
  background-size: 20px;
}

.toast.error {
  background: url(../img/error.svg) no-repeat left 10px center #ef4444;
  padding-left: 40px;
  background-size: 20px;
}

.toast.info {
  background-color: #3b82f6;
}

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
  #banner {
    padding: 0 0 40px 0;
    box-shadow: none;
  }

  .swiper-container .slide {
    min-height: 350px;
  }

  #banner {
    min-height: auto;
  }

  #banner form {
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: repeat;
    background-position: center;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    margin-left: 0;
    background-color: rgb(247, 230, 214);
  }

  #banner h1 {
    font-size: 27px;
    line-height: unset;
    color: #a31a13;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 900;
  }

  #banner h1 span {
    font-size: 32px;
  }

  #banner form h3 {
    font-size: 16px;
  }

  .benefits h2,
  .goals h2 {
    text-align: center;
  }

  #banner h2 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .ben_box {
    min-height: 170px;
  }

  .ben_wrap img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(120%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  #banner form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .ben_wrap {
    background: #e3530f;
    min-width: 250px;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
  }

  #banner .ben_wrap p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    min-width: 180px;
    text-align: left;
  }

  #banner {
    padding: 0 0 24px 0;
  }

  .ban_desk {
    max-width: 250px;
  }

  #banner {
    padding: 0 0 0 0;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .ban_desk {
    max-width: 260px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #banner {
    padding: 0 0 0 0;
  }
}

.loanAmountValue {
  font-size: 18px !important;
  font-weight: 700;
  color: rgb(0, 0, 0) !important;
  width: 50% !important;
  text-align: right !important;
}

#loanAmountValue {
  color: #414042 !important;
}

.thank-you {
  min-height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px 30px 30px;
}

.thank-you .popup-icon {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 100px;
}

.thank-you p {
  text-align: center;
  color: #414042;
  font-size: 18px;
  margin: 10px 0;
  line-height: 32px;
}

.thank-you h3 {
  text-align: center;
  color: #414042;
}

.thank-you p {
  text-align: center;
  color: #414042;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}

.ban_mob {
  width: 45%;
  margin-left: 10px;
  object-fit: contain;
  object-position: bottom;
}

.thank-you p.subtext {
  text-align: center;
  color: #414042;
  font-size: 14px;
  margin: 50px 0 10px 0;
  line-height: 22px;
}

.thank_you_back {
  border: none;
  display: flex;
  background: #e3530f;
  gap: 5px;
  cursor: pointer;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}

.thank_you_back > img {
  width: 10px;
}

@media screen and (min-width: 1300px) {
  #banner {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-container .swiper-slide {
    opacity: 1;
  }

  .ban_wrap.gap-2 {
    gap: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
  .ban_desk {
    margin-top: 40px;
  }

  .bannerlist {
    box-shadow: inset 0px -20px 20px -10px rgba(0, 0, 0, 0.12);
    height: fit-content;
  }

  #banner form {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 12%;
  }

  .ben_wrap {
    background: #e3530f;
    min-width: 230px;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
  }

  .ban_desk {
    width: 175px;
    height: auto;
  }

  #banner .ben_wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
  }

  .banner-wrapper {
    display: unset;
    justify-content: start;
  }

  #banner {
    padding: 0 0 24px 0;
  }
}

@media screen and (min-width: 1200px) {
  header .container-lg {
    padding-left: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .ben_box {
    border-radius: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .ban_desk {
    margin-left: 50px;
  }
}
