.rent-to-own-sec {
}

.rto-container {
  margin: 20px auto;
  width: 80%;
  background: var(--white);
  border-radius: 14px;
  padding: 20px;
  z-index: 1;
  position: relative;
}

.activeCarInfo {
  padding: 5px 15px;
  margin: 20px 0px 34px 0px;
  background: #f5f5f5;
  border-radius: 16px;
}

.activeCarInfo .imgCont {
  margin: -5px 0px -40px 0px;
  /* width: 100%; */
  max-height: 100px;
  max-width: 100%;
}

.activeCarInfo .title {
  font-size: 22px;
  font-weight: 500;
  color: var(--black2);
  line-height: 30px;
  margin: 0;
}
.activeCarInfo .title span {
  font-weight: 700;
  color: var(--primary);
}

.activeCarInfo .amount {
  color: var(--black2);
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  margin: 0;
}
.activeCarInfo .amount span {
  color: var(--discPrice);
  font-size: 22px;
  font-weight: 500;
  margin-right: 3px;
}

.rto-form-cont {
  background: #fbfbfb;
  padding: 10px;
  border-radius: 16px;
}

.btn-select-car {
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  color: var(--black2);
  padding: 6px 30px 6px 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  border-radius: 8px;
}
.btn-select-car:after {
  font-family: "tabler-icons";
  content: "\ea5f";
  color: var(--black2);
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 22px;
}
.btn-select-car .label {
  color: var(--gray-text);
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  margin: 0px 0px 2px 0px;
  display: block;
  font-weight: 400;
}
.btn-select-car .btn-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: block;
}

.btn-check-group {
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
  text-align: center;
}

.btn-check-group .btn {
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  padding: 8px 26px;
  font-weight: 500;
  background-color: var(--white);
  font-family: var(--font-family-body);
  margin: -10px 0px;
  border-radius: 8px;
  border: 1px solid #e0e1e2;
  color: var(--black2);
}
.btn-check-group .btn:hover {
  color: var(--white);
  background: var(--primary);
}
.btn-check:active + .btn-check-select,
.btn-check:checked + .btn-check-select,
.btn-check-select.active,
.btn-check-select:active {
  background: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: 0px 4px 10px #027efb75;
  color: var(--white);
  font-weight: 600;
}

.enquiryForm {
  margin: 20px 0px 10px 0px;
  font-family: var(--font-family-title);
}
.enquiryForm .form-floating > .form-control,
.enquiryForm .form-floating > .form-select {
  font-size: 14px;
  font-family: var(--font-family-title);
  border-radius: 8px;
}

.enquiryForm .form-floating > label {
  font-size: 13px;
  padding: 10px 10px;
}
.enquiryForm .form-floating > .form-control:focus ~ label,
.enquiryForm .form-floating > .form-control:not(:placeholder-shown) ~ label,
.enquiryForm .form-floating > .form-select ~ label {
  font-family: var(--font-family-title);
}

.table-proforma {
  font-family: var(--font-family-title);
  border: 0;
}

.table-proforma tbody {
  border: 0 !important;
}

.table-proforma thead th {
  color: var(--gray-text);
  font-size: 13px;
  font-weight: 400;
  border: 0;
  line-height: 16px;
}
.table-proforma td,
.table-proforma thead th {
  padding: 5px 0.5rem;
}
.table-proforma td {
  color: var(--black2);
  font-size: 15px;
  line-height: 18px;
  border: 0;
}

.table-proforma tr.monthly {
  background: var(--primary-calselect-bg);
  font-size: 18px;
  font-weight: 700;
}

.table-proforma tr.monthly td {
  line-height: 24px;
}

.table-proforma tr.monthly td .total {
  background: var(--primary-calselect-bg);
  font-size: 24px;
  font-weight: 700;
}

/* range filter new */
.range_container {
  margin: 0px 0px 25px 0px;
}
.rangeSlider-title-cont {
  width: 100%;
  display: flex;
  margin: 0px 0px 5px 0px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.rangeSlider-title-cont .title {
  font-size: 16px;
  color: var(--black2);
  line-height: 18px;
  font-weight: 500;
  font-family: var(--font-family-title);
}
.rangeSlider-title-cont .title .mt-check {
  float: left;
  margin: -9px 0 0 0;
}
.rangeSlider-title-cont .inputCont .input-group .input-group-text {
  border: 0;
  border-bottom: 1px solid var(--light2);
  color: var(--black2);
  padding: 4px 10px;
  font-size: 14px;
  background: none;
  font-family: var(--font-family-title);
  border-radius: 0;
}
.rangeSlider-title-cont .inputCont .input-form {
  border: 0;
  border-bottom: 1px solid var(--light2);
  color: var(--black2);
  padding: 4px 10px;
  font-size: 16px;
  background: none;
  font-family: var(--font-family-title);
  width: 120px;
}

.rangeSlider-title-cont .inputCont .input-form:focus,
.rangeSlider-title-cont .inputCont .input-form:focus-visible {
  border: 0;
  border-bottom: 1px solid var(--gray-dark);
  outline: 0;
}

.range__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0.4em 0;
  width: 100%;
  background: none;
}
.range__slider:focus {
  outline: none;
}

.range__slider::-webkit-slider-runnable-track {
  background-color: #d1deee;
  height: 0.3em;
  margin: 0.4em 0;
  border-radius: 2px;
}
.range__slider::-moz-range-track {
  background-color: #d1deee;
  height: 0.3em;
  border-radius: 2px;
}
.range__slider::-moz-focus-outer {
  border: 0;
}
.range__slider::-ms-track {
  background-color: #d1deee;
  height: 0.3em;
  margin: 0.1em 0;
  border-radius: 2px;
}
.range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white);
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border: 5px solid var(--primary);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.5em;
  box-shadow: 0px 2px 4px #027efb82;
}
.range__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white);
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  border: 3px solid var(--primary);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: -0.5em;
  box-shadow: 0px 2px 4px #027efb82;
}
.range__slider::-ms-thumb {
  margin: 0;
}

/* range filter new ends*/

/* modal */
.modal-title-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title-div .amt-text {
  float: right;
  color: var(--secondary);
  font-size: 0.8rem;
  font-weight: 400;
}
.accordionCarList .accordion-item {
  background-color: #fff;
  border: 0;
  margin: 0px 0px 8px 0px;
}

.accordionCarList .accordion-button {
  padding: 5px 10px;
  border-radius: 8px !important;
  border: none;
  background: var(--light1);
}
.accordionCarList .accordion-button img {
  max-width: 36px;
}
.accordionCarList .accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: var(--primary-calselect-bg);
  box-shadow: none;
  font-weight: 600;
}
.accordionCarList .accordion-button:not(.collapsed) img {
  filter: invert(52%) sepia(91%) saturate(2598%) hue-rotate(187deg)
    brightness(92%) contrast(101%);
}
.accordionCarList .accordion-button:focus {
  border-color: var(--primary);
}

.selctListCont {
  max-height: 350px;
  overflow-y: auto;
  padding: 5px;
}

.selectCarList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.selectCarList li {
  margin: 5px 0px;
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.4rem;
  color: var(--gray-text);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-lighter);
  font-family: var(--font-family-title);
}
.selectCarList li:last-child {
  border-bottom: 0;
}

.selectCarList li.active {
  color: var(--primary);
  font-weight: 600;
}

.selectCarList li .car-name {
  /* float: left; */
}
.selectCarList li .car-price {
  /* float: right; */
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .rangeSlider-title-cont .inputCont .input-group .input-group-text {
    padding: 4px 2px;
  }
  .rangeSlider-title-cont .title {
    font-size: 15px;
  }
  .activeCarInfo .title {
    font-size: 20px;
  }
  .activeCarInfo .amount {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .rto-container {
    margin: 0px auto 40px auto;
    width: 100%;
    padding: 20px;
  }
  .rangeSlider-title-cont .inputCont .input-group .input-group-text {
    padding: 4px 0px;
  }
  .rangeSlider-title-cont .inputCont .input-form {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .rto-container {
    margin: 0px auto 40px auto;
    width: 100%;
    padding: 20px;
  }
  .rto-form-cont {
    margin-top: 20px;
  }
  .activeCarInfo {
    text-align: center;
  }
  .activeCarInfo .imgCont {
    margin: -5px 0px 0px 0px;
  }
  .activeCarInfo .amount {
    text-align: center;
  }
  .rangeSlider-title-cont .title {
    font-size: 15px;
  }
  .selectCarList li .car-price {
    width: 30%;
  }
}

@media screen and (max-width: 420px) {
  .rto-container {
    padding: 15px;
  }
  .rangeSlider-title-cont .title {
    font-size: 14px;
  }
  .rangeSlider-title-cont .inputCont .input-group .input-group-text {
    padding: 4px 2px;
  }
  .rangeSlider-title-cont .inputCont .input-form {
    width: 110px;
  }
  .rto-form-cont {
    padding: 5px 0px;
    background: var(--white);
    border-bottom: 1px solid var(--border-lighter);
    border-radius: 0;
  }
  .btn-check-group .btn {
    padding: 8px 12px;
  }
  .activeCarInfo .title {
    font-size: 20px;
  }
  .activeCarInfo .amount {
    margin: 5px 0px 0px 0px;
  }
  .selectCarList li .car-price {
    margin-left: 10px;
  }
}

@media screen and (max-width: 360px) {
  .rangeSlider-title-cont .title {
    font-size: 13px;
  }
}
