.commercial-vehicle-calculator-wrapper {
  background: #004585;
}

.commercial-vehicle-calculator-wrapper .cv_card {
  max-width: 950px;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 55px 25px 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 63%,
    #f5f5f5 63%,
    #f5f5f5 100%
  );
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv_card {
    padding: 30px 20px;

    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 69%,
      #f5f5f5 69%,
      #f5f5f5 100%
    );
  }
}

.cv-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 767px) {
  .cv-button-wrapper {
    overflow-x: scroll;
  }
}

.commercial-vehicle-calculator-wrapper .cv-tabs-btn {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  padding: 10px 30px;
  white-space: nowrap;
  border-radius: 40px;
  margin: 0 15px;
  outline: none;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-tabs-btn {
    font-size: 16px;
    line-height: 26px;
  }
}

.commercial-vehicle-calculator-wrapper .cv-tabs-btn.active {
  color: #0084FF;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-tabs-btn.active {
    margin-left: 65px;
  }
}

.commercial-vehicle-calculator-wrapper .cv_card .cv-header {
  font-size: 24px;
  color: #212121;
  line-height: 34px;
}

.commercial-vehicle-calculator-wrapper .cv-h3-labels {
  cursor: default;
  font-size: 24px;
  line-height: 34px;
  vertical-align: text-top;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-h3-labels {
    width: 70%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.commercial-vehicle-calculator-wrapper .cv-form-control {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: calc(2.2em + 0.75rem + 2px);
  font-size: 15px;
  line-height: 24px;
  max-width: 258px;
  color: #212121;
  width: 100%;
  padding: 10px;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-form-control {
    max-width: 100%;
  }
}

.commercial-vehicle-calculator-wrapper .cv-form-control:focus {
  box-shadow: none;
  border: 1px solid #0084FF;
  outline: none;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-form-control:focus {
    box-shadow: none;
  }
}

.commercial-vehicle-calculator-wrapper .cv-form p {
  font-size: 13px;
  line-height: 20px;
  color: #6e6e6e;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-form p {
    font-size: 12px;
    line-height: 18px;
  }
}

.commercial-vehicle-calculator-wrapper .cv-row {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-row {
    margin-top: 14px;
  }
}

.commercial-vehicle-calculator-wrapper .cv-checkbox p {
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-checkbox p {
    max-width: 60%;
  }
}

.commercial-vehicle-calculator-wrapper .cv-get-loan-btn {
  font-family: "Noto Sans Bold";
font-weight:700;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 24px;
  border: none;
  color: #fff;
  border-radius: 5px;
  outline: none;
  margin-top: 30px;
}

.commercial-vehicle-calculator-wrapper .cv-get-loan-btn:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-get-loan-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: 160px;
  }
}

.commercial-vehicle-calculator-wrapper .cv-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.commercial-vehicle-calculator-wrapper .cv-result label {
  font-family: "Noto Sans Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #212121;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-result label {
    font-size: 14px;
    line-height: 22px;
  }
}

.commercial-vehicle-calculator-wrapper .cv-result label:nth-child(2) {
  font-size: 40px;
  line-height: 50px;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/

}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-result label:nth-child(2) {
    font-size: 28px;
    line-height: 38px;
  }
}

.commercial-vehicle-calculator-wrapper input[type="range"] {
  position: relative;
  /* -webkit-appearance: none; */
  width: 100%;
  height: 8px;
  background: #e6e6e6;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 8px;
}

.commercial-vehicle-calculator-wrapper .cv-desired-loan {
  font-family: "Noto Sans Regular";
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  height: calc(1em + 0.75rem + 2px);
  color: #212121;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #6e6e6e;
  padding: 0;
  max-width: 100%;
  min-width: 120px;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/

}

.commercial-vehicle-calculator-wrapper .cv-desired-loan:focus {
  outline: none;
  border: none;
  border-bottom: 1px dashed #6e6e6e;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-desired-loan {
    font-size: 24px;
    line-height: 36px;
  }
}

.commercial-vehicle-calculator-wrapper input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 8px;
  height: 8px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.15, #367fe2),
    color-stop(0.15, #e6e6e6)
  );
}

.commercial-vehicle-calculator-wrapper
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #0084FF;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.commercial-vehicle-calculator-wrapper .cv-header-text {
  font-family: "Noto Sans Regular";
font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-header-text {
    font-family: "Noto Sans Regular";
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .commercial-vehicle-calculator-wrapper .cv-column {
    margin-top: 22px;
  }
}
