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

html {
  font-size: 14px;
}

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

body.bg-loaded {
  background-color: white;
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}

*,
*::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;
}

header h2 {
  position: relative;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  margin: 15px 0 0 20px;
  color: #fff;
}

header h2::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  background-color: #fff;
  top: 15px;
  bottom: 0;
  left: -10px;
}

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

#banner.bg-banner {
  background: url(../img/banner_bg.webp) no-repeat top center #ffffff;
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 750px;
}

@media screen and (max-width: 1600.5px) {
  #banner.bg-banner {
    min-height: 650px;
  }
}

@media screen and (max-width: 1400.5px) {
  #banner.bg-banner {
    min-height: 600px;
  }
}

@media screen and (max-width: 1200.5px) {
  #banner.bg-banner {
    min-height: unset;
  }
}

@media screen and (max-width: 991.5px) {
  #banner.bg-banner {
    background-size: auto 520px;
    min-height: 680px;
    background-position: -28px 0px;
  }
}

@media screen and (max-width: 767.5px) {
  #banner.bg-banner {
    background-size: auto 520px;
    min-height: 680px;
    background-position: -170px 0px;
  }
}

@media screen and (max-width: 580.5px) {
  #banner.bg-banner {
    background-size: auto 520px;
    min-height: 680px;
    background-position: -270px 0px;
  }
}

@media screen and (max-width: 480.5px) {
  #banner.bg-banner {
    background: url(../img/banner_mob_new.webp) no-repeat top center #ffffff;
    background-size: auto 620px;
    min-height: 300px;
    background-position-y: -100px;
  }

  #banner .features {
    margin-left: 30px;
  }
}

@media screen and (max-width: 440.5px) {
  #banner.bg-banner {
    background-size: 100% auto;
    min-height: 300px;
    background-position-y: -60px;
  }

  #banner .features {
    margin-left: 15px;
  }
}

.gap-5 {
  gap: 15px;
}

#banner .features {
  width: 270px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 10px;
  margin-top: 30px;
}

#banner .features .feat {
  background-color: white;
  padding: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

#banner .features .feat img {
  padding: 5px 10px;
  border-radius: 5px;
  width: 60px;
  height: auto;
  object-fit: contain;
}

#banner .features .feat p {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0px;
}

#banner .features .feat p > br {
  display: none;
}

.tnc {
  margin-top: 50px !important;
  position: relative;
  z-index: 2;
  font-size: 14px !important;
  color: #414042 !important;
}

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

#banner h1 {
  font-size: 3rem;
  color: #a31a13;
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: 700;
}

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

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

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

#banner form {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #f9e1ce;
  z-index: 10;
}

.form_wrap {
  padding: 5px 30px 30px 30px;
}

#banner form h3 {
  font-size: 2rem;
  line-height: 30px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 15px 0px 30px;
  color: #a31a13;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

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

#banner form input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

#banner .loan {
  width: calc(100% - 0px);
  background: #fff;
  padding: 12px 10px 12px 10px;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  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;
}

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

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

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

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

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

#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: -4px;
  position: relative;
}

.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: 5px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #fdd9bc;
  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: white;
  font-weight: 700;
  display: flex;
  align-items: center;
}

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

.resend {
  background: #e3530f;
  padding: 10px 10px;
  border-radius: 5px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
  border: none;
  cursor: pointer;
  height: 33px;
}

.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;
}

.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: #333333;
  opacity: 1;
}

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

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

#banner form input {
  background: #fff;
}

#banner form input {
  color: #333333;
}

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

.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;
  margin-bottom: 60px;
}

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;
}

.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;
}

.ans_wrap {
  margin: 0;
}

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

.ans_wrap ol,
.ans_wrap ul {
  padding-left: 20px;
}

@media (min-width: 430px) and (max-width: 1023px) {
  .banner-wrapper {
    padding-top: 0;
  }
}

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

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

  header h2 {
    font-size: 16px;
    margin: 9px 0 0 18px;
  }
}

@media (max-width: 767px) {
  footer p:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #banner form input {
    font-size: 15px;
  }

  #banner #myForm {
    margin-top: 10px;
  }

  .br,
  .bt {
    border: none;
  }
}

@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) {
  .benefits h2 {
    color: #97281d;
    font-size: 2.3rem;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .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 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;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) and (min-height: 900px) {
  .benefits h2,
  .goals h2 {
    text-align: center;
  }

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

  .b-0 {
    border: none !important;
  }

  .br,
  .bt {
    border: none;
  }

  .ben_box h3 {
    font-size: 22px;
    min-height: auto;
  }

  .ben_box h3 br,
  .ben_box p br {
    display: none;
  }

  .ben_box {
    min-height: 220px;
    width: 350px;
    margin: 0 auto;
  }

  .benefits .ben {
    padding: 0;
  }

  .ben_box .w-100 {
    margin-top: -20px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
  #banner form {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@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#mobile {
  width: calc(100% - 100px);
  border-bottom: none;
}

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

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

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-size: 25px !important;
}

#banner form select.placeholder {
  color: #787878;
}

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

.terms label {
  font-size: 1rem;
  cursor: pointer;
  color: #333333;
}

@media screen and (max-width: 768px) {
  #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;
  }

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

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

  #banner .tnc {
    font-size: 12px !important;
    line-height: 17px !important;
    color: #fff !important;
    margin-top: 70px !important;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
}

.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;
}

.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);
  }
}

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: 60px;
  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;
}

@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: 1024px) and (max-width: 1200px) {
  #banner form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

  .thank-you p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .ben .col-lg-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  #banner #myForm {
    margin-top: 10px;
  }
}

.banner-lead {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.btn_abs {
  position: absolute;
  right: 3px;
  top: 4px;
}

.btn_abs1 {
  position: absolute;
  right: 50px;
  top: 2px;
}

.banner_img {
  position: absolute;
  top: 100px;
  right: -70px;
  max-width: 60%;
  height: auto;
}

@media screen and (max-width: 1199.5px) {
  .banner_img {
    top: unset;
    bottom: -100px;
    max-width: 56%;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_img {
    top: 100px;
    right: 15px;
    max-width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 1199.5px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }
}

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

.vp-heading {
  font-size: 2.3rem;
  text-align: left;
  color: #a31a13;
  font-weight: 700;
}

article {
  padding: 3rem 0px;
}

.box-list {
  padding: 30px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border-right: 5px solid #d64d0e;
  border-bottom: 5px solid #d64d0e;
}

@media screen and (max-width: 1440.5px) {
  .box-list {
    padding: 30px 10px;
  }
}

.box-list p {
  font-size: 1rem;
  color: #333333;
  font-weight: 600;
  margin: 0px;
  min-height: 74px;
}

.box-list h4 {
  font-size: 1.5rem;
  color: #a31a13;
  font-weight: 600;
  margin: 30px 0px 10px 0px;
}

.box-list img {
  height: 100px;
  width: auto;
}

.tabs {
  margin-top: 10px;
  display: flex;
  gap: 5px 10px;
  border-bottom: 5px solid #e3530f;
  justify-content: space-around;
  font-family: "Mulish", sans-serif;
}

.tabs button {
  background: none;
  border: none;
  padding: 5px 16px;
  cursor: pointer;
  font-weight: 500;
  width: 25%;
  background-color: white;
  color: #333333;
  border-radius: 10px 10px 0px 0px;
  font-size: 1.2rem;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

.tabs button.active {
  color: white;
  background-color: #e3530f;
  font-weight: 700;
}

.tab-content {
  padding: 30px 0px;
  font-family: "Mulish", sans-serif;
  background-color: #f9e1ce;
  border-radius: 0px 0px 10px 10px;
}

.solution-list {
  max-width: 50%;
}

.double-list {
  max-width: 40%;
}

.double-list h4 {
  padding-left: 30px;
  font-size: 1.5rem;
  color: #333333;
}

.solution-list ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  align-items: center;
}

.solution-list ul li > img {
  max-width: 46px;
  height: auto;
}

.tab-content {
  min-height: 514px;
  overflow: hidden;
}

.tab-content.tab2 {
  background: url("../img/tab_img01.webp") right bottom no-repeat;
  background-size: auto 80%;
}

.tab-content.tab3 {
  background: url("../img/tab_img02.webp") right bottom no-repeat;
  background-size: auto 80%;
}

.tab-content.tab4 {
  background: url("../img/tab_img03.webp") right bottom no-repeat;
  background-size: auto 80%;
}

.tab-content.tab1 {
  background: url("../img/tab_img04.webp") right bottom no-repeat;
  background-size: auto 80%;
}

.tab-content.tab5 {
  background: url("../img/tab_img05.webp") right bottom no-repeat;
  background-size: auto 75%;
}

@media screen and (max-width: 1199.5px) {
  .tab-content.tab1 {
    background-size: 60% auto;
  }
}

.faq-item {
  border-bottom: 1px solid #e55e24;
  padding: 10px 0px;
  font-family: "Mulish", sans-serif;
}

.faq-answer-inner {
  padding: 10px 0;
  font-size: 1.2rem;
  color: #333333;
}

/* Table styling */
.faq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  border: 1px solid #ff9000;
}

.faq-table th {
  font-weight: 800;
  font-size: 1.2rem;
  background-color: #f9e1ce;
  text-align: left;
}

.faq-table th,
.faq-table td {
  border: 1px solid #ffaf47;
  padding: 8px;
}

.faq-table thead th {
  text-align: center;
}

.faq-table td:first-child {
  background-color: #f9e1ce;
}

.faq-table td:first-child {
  background-color: #f9e1ce;
}

.faq-answer,
.solution-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}

.faq-question {
  font-size: 1.4rem;
  color: #97281d;
  padding: 15px 0px 15px 40px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.faq-question::after,
.solution-question::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/plus.svg) no-repeat center center #e3530f;
  padding: 5px;
  background-size: cover;
  transition: transform 0.5s ease;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 15px;
}

.faq-question.active::after,
.solution-question.active::after {
  transform: rotate(45deg);
}

.arrow {
  position: absolute;
  right: 10px;
  -webkit-user-select: none;
  user-select: none;
  top: 67%;
  transform: translateY(-50%);
  pointer-events: none;
}

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

.popup-icon {
  font-size: 40px;
  color: #e9580b;
}

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

.thank-you h2 {
  color: #a31a13;
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
}

.thank-you h3 {
  text-align: center;
  color: #a31a13;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.thank-you h3 span {
  font-size: 30px;
  font-weight: 700;
}

.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: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  background: #e3530f;
  margin: 0 auto;
}

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

#banner .features > div:first-child {
  border-radius: 10px 10px 0px 0px;
}

#banner .features > div:last-child {
  border-radius: 0px 0px 10px 10px;
}

#banner .features > div:nth-child(2) {
  border-radius: 0px 0px 0px 0px;
}

#banner .features > div:nth-child(3) {
  border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width: 991.5px) {
  .box-list p {
    font-size: 1.1rem;
  }

  .box-list p.subtext {
    font-size: 0.9rem;
  }

  .box-list {
    font-size: 1.1rem;
    min-height: 280px;
    padding: 15px 10px;
  }

  .tab-content.tab1 {
    background-size: auto 70%;
  }

  .solution-list {
    max-width: 50%;
  }

  .solution-list ul {
    padding-left: 15px;
  }

  .double-list {
    flex-direction: column;
  }

  .double-list h4 {
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .solution-list ul li {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991.5px) {
  #banner .features {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767.5px) {
  #banner h1 {
    font-size: 2rem;
    line-height: 2.1rem;
    margin-top: 20px;
  }

  .banner_img {
    right: 0px;
    max-width: 300px;
    top: 130px;
    display: none;
  }

  .banner-lead > br {
    display: none;
  }

  .banner-lead {
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    max-width: 60%;
  }

  #banner .features {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    width: 170px;
    gap: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 230px;
  }

  #banner .features > div:first-child {
    border-radius: 10px 10px 0px 0px;
  }

  #banner .features > div:last-child {
    border-radius: 0px 0px 10px 10px;
  }

  #banner .features > div:nth-child(2) {
    border-radius: 0px 0px 0px 0px;
  }

  #banner .features > div:nth-child(3) {
    border-radius: 0px 0px 0px 0px;
  }

  #banner .features .feat {
    border: none;
  }

  #banner .features .feat p {
    margin: 0px;
    font-size: 1rem;
  }

  #banner .features .feat img {
    padding: 0px 10px;
    width: 60px;
    height: 50px;
  }

  .features .col {
    width: 100%;
    flex: unset;
  }

  .vp-heading {
    font-size: 2rem;
  }

  .box-list {
    min-height: 300px;
    padding: 20px 20px;
    gap: 0px 15px;
    justify-content: flex-start;
  }

  .box-list img {
    max-height: 70px;
    width: auto;
    height: auto;
  }

  .box-list p {
    font-size: 1.2rem;
    margin: 0px;
  }

  .box-list p.subtext {
    font-size: 1rem;
  }
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.solution-item {
  margin-bottom: 10px;
  background-color: white;
  border-radius: 10px;
}

.solution-question {
  background-color: white;
  padding: 15px 20px 15px 20px;
  font-size: 1.5rem;
  border-radius: 10px;
  position: relative;
}

.solution-question.active {
  border-radius: 10px 10px 0px 0px;
  color: white;
  background-color: #e3530f;
}

.solution-question::after {
  left: unset;
  right: 20px;
}

.solution-img {
  width: 70%;
  height: auto;
  margin: 0px auto;
  display: block;
}

/* Switch at mobile */
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .solution-list {
    width: 100%;
    max-width: 100%;
  }

  .solution-list ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .solution-list ul li {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }

  .solution-list ul li > img {
    max-width: 36px;
  }

  .double-list {
    flex-direction: column;
  }

  .double-list h4 {
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .faq-question {
    font-size: 1.2rem;
  }

  .faq-answer-inner {
    font-size: 1rem;
  }

  .faq-answer-inner > p {
    margin: 0px;
  }

  .features .row.g-1 {
    --bs-gutter-y: 0.1rem !important;
  }

  header h2 {
    font-size: 1rem;
    display: none;
  }
}

@media screen and (max-width: 480.5px) {
  .banner_img {
    max-width: 226px;
    right: -15px;
    top: 172px;
  }

  .banner-lead {
    max-width: 100%;
  }

  #banner h1 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
}

.digital-section h4 {
  font-size: 20px;
  font-weight: 700;
  color: #a22b1f;
  margin-bottom: 0px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
}

.digital-section h4::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.digital-section ul {
  margin-bottom: 25px;
}

.digital-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.digital-inner.open {
  max-height: 600px;
}

.digital-section h4::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  background: url(../img/plus.svg) no-repeat center #a22b1f;
  background-size: contain;
  border-radius: 50%;
  border: 2px solid #a22b1f;
}

.digital-section h4.active::before {
  transform: rotate(45deg);
}

.desktop-digital .digital-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.desktop-digital .digital-inner.open {
  max-height: 500px;
}

.swiper-container {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.faq-main-title {
  cursor: pointer;
}

.faq-icon img {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}

.faq-icon.open img {
  transform: rotate(0deg);
}

.faq-section .container-lg {
  background: #f3f0e9;
  padding: 1px 20px;
  border-radius: 20px;
}

.align-middle {
  vertical-align: middle;
}

.swiper-pagination-bullet {
  background-color: #e35314 !important;
  width: 15px !important;
  height: 15px !important;
}

.doc_div {
  border-top: 1px solid #e35314;
  border-bottom: 1px solid #e35314;
  padding-bottom: 30px;
}

.doc-main-title {
  text-align: left;
  margin-bottom: 10px;
}

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

.lead-doc-text {
  font-size: 16px;
  margin: 0px;
  display: flex;
  align-items: baseline;
  gap: 0px 20px;
}

@media screen and (max-width: 767.5px) {
  .lead-doc-text {
    flex-direction: column;
    gap: 30px 0px;
    text-align: center;
    padding: 0px 20px;
  }

  .doc-main-title {
    text-align: center;
    margin-bottom: 20px;
  }
}

.benefits-box {
  background: #e7e1d3;
  padding: 1px 20px 0px 20px;
  border-radius: 20px;
}

.banner-bottom-line {
  position: absolute;
  bottom: 0px;
  background-color: #e3530f;
  color: white;
  font-size: 24px;
  left: -11px;
  width: calc(55%);
  text-align: left;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  -webkit-mask-image:
    radial-gradient(
      circle at top left,
      transparent 0,
      transparent 5px,
      black 6px
    ),
    radial-gradient(
      circle at top right,
      transparent 0,
      transparent 5px,
      black 6px
    ),
    radial-gradient(
      circle at bottom right,
      transparent 0,
      transparent 5px,
      black 6px
    ),
    radial-gradient(
      circle at bottom left,
      transparent 0,
      transparent 5px,
      black 6px
    );
  -webkit-mask-composite: destination-in;
  height: 56px;
}

.bottom-line {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  color: white;
  font-size: 24px;
  margin: 0px;
  padding: 16px 0px;
  max-width: 43%;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 1600.5px) {
  .bottom-line {
    font-size: 22px;
  }
}

@media screen and (max-width: 1400.5px) {
  .bottom-line {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200.5px) {
  .bottom-line {
    font-size: 16px;
    max-width: 50%;
  }
}

.banner-bottom-line-mobile {
  display: none;
}

@media screen and (max-width: 991.5px) {
  .bottom-line,
  .banner-bottom-line {
    display: none;
  }

  .banner-bottom-line-mobile {
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #e3530f;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    left: -11px;
    width: calc(100% + 22px);
    text-align: center;
  }
}

@media screen and (max-width: 767.5px) {
  .banner-bottom-line-mobile {
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #e3530f;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    left: -11px;
    width: calc(100% + 22px);
    text-align: center;
  }

  .vp-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solution-question {
    font-size: 1.2rem;
  }

  .digital-section h4 {
    font-size: 1.2rem;
  }
}

.solution-list ul {
  padding-left: 20px;
}

.form-label {
  color: #333333;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
