.error {
  margin: 0;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  color: #f00 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.message {
  margin: 0;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  color: #004135 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.fieldPart {
  text-align: left;
}
.fieldPart h5 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin-bottom: 1rem;
}
.fieldPart .srb-btn {
  width: 50%;
  margin: 1.25rem auto;
  display: flow-root;
}
.fieldPart .form-item {
  position: relative;
  margin-bottom: 0.9375rem;
}
.fieldPart .form-item .select2-container {
  width: 100% !important;
}
.fieldPart .form-item .select2-container--default .select2-selection--single {
  border: 1px solid #dcdcdc;
  border-radius: 0.3125rem;
  height: 2.8125rem;
}
.fieldPart .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px !important;
}
.fieldPart .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.fieldPart .form-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-size: 0.75rem;
}
.fieldPart .form-item .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 0.3125rem;
}
.fieldPart .form-item select {
  text-transform: capitalize;
}
.fieldPart .form-item input,
.fieldPart .form-item select {
  font-size: 0.7rem;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  display: block;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  width: 100%;
  background: transparent;
  border: solid 0.0625rem #ccc;
  transition: all 0.3s ease;
  padding: 0 0.9375rem;
  outline: none;
  box-shadow: none;
}
.fieldPart .form-item input:focus,
.fieldPart .form-item select:focus {
  border-color: #47ee40;
}
.fieldPart .form-item input:focus + label,
.fieldPart .form-item select:focus + label {
  color: #004135;
  top: -0.3125rem;
  font-size: 0.6875rem;
}
.fieldPart .form-item input.has-value + label,
.fieldPart .form-item select.has-value + label {
  top: -0.3125rem !important;
  font-size: 0.6875rem !important;
}
.fieldPart .form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 0.8125rem;
  left: 0.625rem;
  background: #fff;
  padding: 0 0.625rem;
  transition: all 0.3s ease;
  font-size: 0.7rem;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.btn-form {
  background-color: #004135;
  color: #fff;
  border: none;
  outline: none;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  width: 33%;
}
.btn-form:disabled, .btn-form.disabled {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 0.6;
}
.btn-form.inpos {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.srbloadr {
  display: -webkit-inline-box;
  gap: 0.625rem;
}

.srbBtnloader {
  border: 2px solid #000;
  border-top: 2px solid #b7e2ff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: srbSpin 1s linear infinite;
  display: block;
  text-align: center;
  margin: auto;
}

@keyframes srbSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swal2-toast-shown .swal2-container {
  z-index: 9999;
}

.colored-toast.swal2-icon-success {
  background-color: #004135 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #fa4616 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

.leadform-main-wrapper {
  text-align: center;
}
.leadform-main-wrapper .main-lf-part {
  display: flex;
  overflow: hidden;
  align-items: center;
  background-color: #f6f7f9;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart {
  width: 35%;
  padding: 32px 16px;
  background-color: #edffe8;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart img {
  width: 21.875rem;
  height: 21.875rem;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .cont {
  margin-top: 24px;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .cont h2 {
  font-size: 21.6px;
  font-weight: 700;
  color: #004135;
  line-height: 32px;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .cont p {
  font-size: 12.8px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 16px;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu {
  box-shadow: rgba(149, 157, 165, 0.3) 0 0.125rem 0.75rem;
  background-color: #fff;
  padding: 16px 8px;
  border-radius: 16px;
  margin-top: 24px;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul li img {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul li .fetcont {
  text-align: left;
  margin-left: 3.6px;
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul li .fetcont small {
  font-size: 8px;
  font-weight: 400;
  color: #797878;
  line-height: 1;
  font-family: var(--main-font, "Filson Pro");
}
.leadform-main-wrapper .main-lf-part .sideAdvtPart .featu ul li .fetcont p {
  margin: 0;
  padding: 0;
  font-size: 12.8px;
  font-weight: 800;
  color: #3f3f3f;
  line-height: 1;
  font-family: var(--main-font, "Filson Pro");
}
.leadform-main-wrapper .main-lf-part .formLFPart {
  width: 65%;
  background-color: #f6f7f9;
  padding: 40px 0;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.leadform-main-wrapper .main-lf-part .formLFPart::-webkit-scrollbar {
  display: none;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area {
  width: 75%;
  margin: auto;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .checkInput {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0.625rem 0 0 0.3125rem;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .checkInput label {
  padding-left: 0.9375rem;
  font-size: 0.75rem;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item {
  margin-bottom: 1rem;
  border-top: 5px solid #b5b5b5;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item.done {
  border-top: 5px solid #47ee40;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button {
  font-size: 0.75rem;
  font-weight: 700;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button::after {
  width: 10px;
  height: 10px;
  background-size: cover;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.leadform-main-wrapper .progressbar {
  padding: 1rem 0;
  box-shadow: 0 2px 7px -3px rgba(23, 64, 53, 0.3607843137);
  position: relative;
  z-index: 0;
  background: #fff;
}
.leadform-main-wrapper .progressbar ul {
  display: flex;
  /* Use flexbox for the ul element */
  padding: 0;
  margin: 0;
}
.leadform-main-wrapper .progressbar ul li {
  list-style: none;
  flex: 1;
  /* Make li elements take equal width */
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.leadform-main-wrapper .progressbar ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 3px solid #004135;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: #004135;
  position: relative;
  z-index: 9;
}
.leadform-main-wrapper .progressbar ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #b5b5b5;
  top: 10px;
  left: -50%;
  z-index: 1;
}
.leadform-main-wrapper .progressbar ul li:first-child::after {
  content: none;
}
.leadform-main-wrapper .progressbar ul li.done {
  color: green;
}
.leadform-main-wrapper .progressbar ul li.done::before {
  border-color: #004135;
  background-color: #47ee40;
}
.leadform-main-wrapper .progressbar ul li.done + li::after {
  background-color: green;
}
.leadform-main-wrapper .leadPage-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  background-color: #edffe8;
}
.leadform-main-wrapper .leadPage-title h1 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #004135;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
  padding: 0;
}
.leadform-main-wrapper .leadPage-title .lf-back-button {
  position: absolute;
  left: 1.5rem;
}
.leadform-main-wrapper .leadPage-title .lf-back-button button {
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.leadform-main-wrapper .leadPage-title .lf-back-button button svg {
  width: 35px;
  height: 35px;
}

.rangeAmountLF label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.rangeAmountLF .range .input-container {
  margin-bottom: 0.625rem;
}
.rangeAmountLF .range .form-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #ddd;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.rangeAmountLF .range .form-range:hover {
  opacity: 1;
}
.rangeAmountLF .range .form-range:focus::-webkit-slider-thumb {
  outline: none !important;
  box-shadow: none !important;
}
.rangeAmountLF .range .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #47ee40;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.rangeAmountLF .range .form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #47ee40;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.rangeAmountLF .range input[type=text] {
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.rangeAmountLF .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.success-message {
  text-align: center;
  width: 60%;
  margin: auto;
  padding: 1rem;
}
.success-message img {
  width: 200px;
  margin-bottom: 1rem;
  height: auto;
}
.success-message h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  color: #004135;
  line-height: 1.75rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
  padding: 0;
}
.success-message p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
  padding: 0;
}

.btn-form {
  background-color: #004135;
  color: #fff;
  border: none;
  outline: none;
  height: 2.8125rem;
  border-radius: 0.3125rem;
  width: 33%;
}
.btn-form:disabled, .btn-form.disabled {
  background-color: #ccc !important;
  color: #666 !important;
  opacity: 0.6;
}
.btn-form.inpos {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.leadFromsMain {
  padding: 2.5rem 0;
  background-color: #f1f1f1;
}
.leadFromsMain .leadFromcar {
  width: 80%;
  margin: auto;
  border: 1px solid #f6f7f9;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.leadFromsMain .leadFromcar .innform {
  border: 1px solid #b5b5b5;
  border-radius: 0.9375rem;
  padding: 1.25rem;
}
.leadFromsMain .leadFromcar .innform .formheading {
  margin: 0;
  margin-bottom: 1.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.leadFromsMain .leadFromcar .checkInput {
  padding: 1.25rem 0 0.3125rem 1.25rem;
  display: flex;
}
.leadFromsMain .leadFromcar .checkInput label {
  padding-left: 0.9375rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.leadFromsMain .leadFromcar .srb-btn {
  width: 40%;
  max-width: fit-content;
  margin: 1.25rem auto;
  padding: 1.125rem 0;
}

.ETWMain {
  padding: 2.5rem 0;
  background-color: #f1f1f1;
}
.ETWMain .eleloan {
  width: 80%;
  margin: auto;
  border: 1px solid #f6f7f9;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.ETWMain .eleloan .formheading {
  margin: 1.25rem 0;
}
.ETWMain .eleloan .innform {
  border: 1px solid #b5b5b5;
  border-radius: 0.9375rem;
  padding: 1.25rem;
}
.ETWMain .eleloan .checkInput {
  padding: 1.25rem 0 0.3125rem 1.25rem;
}
.ETWMain .eleloan .checkInput label {
  padding-left: 0.9375rem;
}
.ETWMain .eleloan .srb-btn {
  width: 40%;
  margin: 1.25rem auto;
  padding: 1.125rem 0;
  max-width: fit-content;
}

.formBenefits {
  padding: 2.5rem 0;
  background-color: #004135;
}
.formBenefits h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  text-align: center;
}
.formBenefits p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #dcdcdc;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin-bottom: 0;
}
.formBenefits h5 {
  font-size: 0.975rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.formBenefits .fulfill-img-box {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
.formBenefits .fulfill-img-box img {
  width: 50%;
}

.formFeature {
  padding: 2rem 0;
  background-color: #edffe8;
}
.formFeature h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  text-align: center;
}
.formFeature .intrest-rate-box {
  text-align: center;
}
.formFeature .intrest-rate-box h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  line-height: 2rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.formFeature .intrest-rate-box p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}

@media (max-width: 48rem) {
  .leadform-main-wrapper .main-lf-part {
    display: flex;
    flex-direction: column-reverse;
  }
  .leadform-main-wrapper .main-lf-part .sideAdvtPart {
    width: 100%;
    background-color: #edffe8;
    justify-content: center;
  }
  .leadform-main-wrapper .main-lf-part .sideAdvtPart img {
    width: 21.875rem;
    height: 21.875rem;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart {
    width: 100%;
    background-color: #f6f7f9;
    padding: 20px 0;
    height: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart::-webkit-scrollbar {
    display: none;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item {
    margin-bottom: 1rem;
    border-top: 5px solid #b5b5b5;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item.done {
    border-top: 5px solid #47ee40;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button {
    font-size: 0.75rem;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button::after {
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .accordion-item .accordion-header .accordion-button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .srb-btn {
    width: 100%;
    max-width: fit-content;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .ucl {
    width: 100%;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .ucl-para {
    width: 100%;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .form-item {
    margin-bottom: 0.625rem;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .form-item .btn-form {
    width: 45%;
  }
  .leadform-main-wrapper .main-lf-part .formLFPart .form-area .fieldPart .form-item .btn-form.inpos {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .leadform-main-wrapper .leadPage-title {
    padding: 1rem 0;
  }
  .leadform-main-wrapper .leadPage-title h1 {
    padding-left: 3.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .leadform-main-wrapper .leadPage-title .lf-back-button {
    position: absolute;
    left: 1rem;
  }
  .leadform-main-wrapper .leadPage-title .lf-back-button button svg {
    width: 30px;
    height: 30px;
  }
  .leadFromsMain .leadFromcar {
    width: 100%;
  }
  .leadFromsMain .leadFromcar .checkInput {
    display: flex;
    padding: 1.25rem 0 0.3125rem;
  }
  .leadFromsMain .leadFromcar .checkInput input {
    padding: 0.625rem;
  }
  .leadFromsMain .leadFromcar .checkInput label {
    font-size: 0.75rem;
    padding-left: 0.3125rem;
  }
  .leadFromsMain .leadFromcar .srb-btn {
    width: 50%;
    max-width: fit-content;
    padding: 0.9375rem;
  }
  .success-message {
    width: 100% !important;
  }
  .formBenefits {
    padding: 2.5rem 0;
    background-color: #004135;
  }
  .formBenefits h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.8rem;
    font-family: var(--main-font, "Filson Pro");
    text-align: center;
  }
  .formBenefits p {
    font-size: 0.675rem;
    font-weight: 400;
    color: #dcdcdc;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin-bottom: 0;
  }
  .formBenefits h5 {
    font-size: 0.975rem;
    font-weight: 700;
    color: #fff;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .formBenefits .fulfill-img-box {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
  }
  .formBenefits .fulfill-img-box img {
    width: 50%;
  }
}
