/* .sliding-banner .mp-submit-row p {
    display: none !important;
} */
.row {
  margin-left: 0;
  margin-right: 0;
}
.sliding-banner .review-banner-con {
  padding: 40px 0;
  background-position: bottom center;
}

.sliding-banner .mp-submit-row button {
  font-size: 14px;
}

.sliding-banner #homeSlidingFormError {
  font-size: 13px;
  margin-top: 19px;
  margin-bottom: 0px;
}

.sliding-banner .mp-sliding-section {
  padding: 18px 25px;
  margin-right: 20px;
  padding-bottom: 0 !important;
}

.sliding-banner .mp-submit-row {
  margin: 0 -25px;
  padding: 12px 25px;
}

.sliding-banner .mp-slider-row label {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.sliding-banner .monthly-payment-row h3 {
  font-size: 14px;
  font-weight: 700;
}

.sliding-banner .mp-slider-row p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.sliding-banner .custom-mp-slider .noUi-horizontal .noUi-tooltip {
  font-size: 12px;
  line-height: 19px;
  padding: 3px 10px;
  top: 37px;
  font-weight: 600;
}

.sliding-banner .mp-sliding-section .mp-slider-row {
  margin-bottom: 12px;
}

.sliding-banner .monthly-payment-row p.monthly-payment {
  font-size: 24px;
  font-weight: 700;
}

.sliding-banner .custom-mp-slider .noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  top: -11px;
}

.sliding-banner .custom-mp-slider .noUi-horizontal .noUi-tooltip::before {
  height: 16px;
  width: 16px;
  top: -13px;
}

.monthly-payment-row #personal-total-cashback {
  color: #1AC577;
  line-height: normal;
  font-weight: "700";
}

@media only screen and (max-width: 992px) {
  .review-banner2.sliding-banner .mp-sliding-section {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sliding-banner .review-banner-con {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .review-banner2.sliding-banner {
    display: block !important;
  }

  .sliding-banner .review-banner-con {
    padding-top: 20px;
  }
}

.mp-sliding-section {
  padding: 30px 35px;
  padding-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.54px 16px 0 #0000001a;
  border-radius: 8px;
}

.mp-slider-row label {
  font-size: 18px;
  color: #4f2b72;
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.mp-slider-row p {
  font-size: 16px;
  line-height: 22px;
  color: #a0a0a0;

  margin: 0;
  margin-top: 12px;
}

.custom-mp-slider .noUi-connect {
  background-color: #4f2b72;
}

#homeSlidingFormError {
  display: none;
  color: #eb5757;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: -30px;
}

.mp-slider-row input.hidden {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  right: -10000000000000px;
}

.custom-mp-slider .noUi-horizontal {
  height: 10px;
}

.custom-mp-slider .noUi-horizontal .noUi-handle {
  width: 36px;
  height: 36px;
  background: #ffffff;
  color: transparent !important;
  left: -7px;
  border: 4px solid #4f2b72;
  box-shadow: 0px 2px 10px rgba(159, 128, 186, 0.3);
  border-radius: 50%;
  top: -15px;
  transform: translateX(40%);
  transition: transform 0.3s;
}

.custom-mp-slider .noUi-horizontal .noUi-handle::before,
.custom-mp-slider .noUi-horizontal .noUi-handle::after {
  content: none;
}

.custom-mp-slider .noUi-horizontal .noUi-tooltip {
  bottom: unset;
  top: 45px;
  font-size: 16px;
  line-height: 22px;
  color: #4f2b72;

  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  padding: 6px 16px;
  /* display: flex; */
}

.custom-mp-slider .noUi-target {
  background: #d9d9d9;
  border: none;
  box-shadow: none;
}

.custom-mp-slider .noUi-tooltip {
  display: none;
}

.custom-mp-slider .noUi-active .noUi-tooltip,
.custom-mp-slider .changed .noUi-tooltip {
  display: block !important;
}

.custom-mp-slider .noUi-horizontal .noUi-tooltip::before {
  height: 19px;
  width: 19px;
  background-image: url("<?= get_template_directory_uri() ?>/images/triangle.svg");
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.mp-sliding-section .mp-slider-row {
  margin-bottom: 50px;
}

.monthly-payment-row h3 {
  font-size: 18px;
  color: #4f2b72;

  margin-bottom: 0;
}

.monthly-payment-row p.monthly-payment::before {
  content: "$";
  position: relative;
}

.monthly-payment-row p.monthly-payment {
    font-size: 28px;
    color: #4F2B72;
    line-height: normal;
    font-weight: 700;
  }



.monthly-payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.mp-submit-row {
  margin: 0 -35px;
  padding: 17px 35px;
  box-shadow: 0 -4.44px 7px 0px #4f2b7214;
}

.mp-submit-row button {
  width: 100%;
  text-transform: capitalize;
  font-size: 17px;

  font-weight: 700;
}

.mp-submit-row p {
  font-size: 13px;
  line-height: 19px;
  color: #52575c;

  margin-top: 17px;
  margin-bottom: 0;
}

.skip-btn {
  background-color: transparent !important;
  color: #2f80ed !important;
  border: none;

  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  padding: 5px 0;
  text-transform: unset;
}

@media (max-width: 992px) {
  .mp-sliding-section {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  .mp-sliding-section {
    margin-top: 35px;
    padding: 20px 15px;
    padding-bottom: 0;
  }

  .mp-slider-row label {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .mp-sliding-section .mp-slider-row {
    margin-bottom: 30px;
  }

  .mp-submit-row {
    margin: 0 -15px;
    padding: 12px 15px;
  }

  .monthly-payment-row p.monthly-payment {
    font-size: 46px;
  }

}

.review-banner-con {
  position: relative;
  width: 100%;
  background: url("../../images/backgrounds/review-banner-bg-jpg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.r-banner-title2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #4f2b72;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

.r-banner-caption2 {
  font-size: 14px;
  line-height: 18px;
  color: #4f2b72;
  margin-bottom: 11px;
  text-align: center;
  width: 100%;
}

.bid_btn a.r-button2 {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.r-txt2 {
  font-size: 13.689px;
  line-height: 140%;
  text-align: center;
  color: #4f2b72;
  padding-bottom: 21px;
}

.r-banner-left img {
  width: 315px;
  max-width: 100%;
  margin-bottom: 7px;
}

.r-banner-right {
  margin-right: auto;
}

.r-banner-left {
  margin-left: auto;
  width: fit-content;
}

.r-banner-title2 sup {
  text-align: center;
}

.r-banner-title2 span {
  color: #1ac577;
}

.review-banner2 {
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .review-banner2 {
    display: none;
  }

  button.read-mr {
    padding-top: 40px;
  }

  .r-banner-title2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.h5-bold {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #25282b;
}

.acc-head {
  font-size: 15px;
  font-weight: 600;
  color: #25282b;
  line-height: 20px;
  margin-bottom: 5px;
}

.deposit_amount_white {
  background-color: #ffffff !important;
}

.new-calc-link {
  text-transform: capitalize !important;

  font-size: 16px;
}

.py-1 {
  padding: 0 5px !important;
}

.mp-submit-row button {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #1ac577;
  transition: 0.3s all ease-in-out 0;
  -webkit-transition: 0.3s all ease-in-out 0;
  -moz-transition: 0.3s all ease-in-out 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 9px 24px;
  border-radius: 4px;
  display: inline-block;
  background: #1ac577;
  background-size: 10px;
}

.mp-submit-row button:hover {
  background: #4f2b72;
  border: 2px solid #4f2b72;
}

.review-banner-con .chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 10px 0;
}

.review-banner-con .chip-group .chip {
  border-radius: 4.263px;
  background: #fff;
  box-shadow: 0px 6.82px 13.641px 0px rgba(79, 43, 114, 0.1);
  border: none;
  padding: 4.263px 8.525px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  color: #4f2b72;
  pointer-events: none;
}

.review-banner-con .chip-group .chip strong {
  font-weight: 700;
}

#accordion-show, #accordion-hide {
  font-size: 12px;
  font-weight: 500;
  color: gray;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

