html,
body {
  overflow-x: hidden;
}

footer.site-footer {
  max-width: 1440px !important;
}

.apply-simple {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fbba07;
  color: #14387f;
  padding: 10px 20px;

  border-radius: 0px;

  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.apply-simple i {
  transform: rotate(-45deg);
}

.header-right svg {
  width: 25px;
  height: 25px;
}

.header-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right a.custom-header-icon {
  background: #f0b91f;
  padding: 10px;
  border-radius: 5px;
}

.lc-toggle-btn {
  border-radius: 0 !important;
}

.lc-slider-group .lc-range-bounds {
  margin-bottom: 25px;
  margin-top: 25px;
}

.lc-slider-group .lc-range-bounds span {
  font-weight: 600;
}

section#lc-calculator {
  padding-top: 30px;
}

section#lc-calculator .lc-wrapper {
  padding: 0 !important;
}

.lc-loan-type {
  font-size: 16px;
  font-weight: 700 !important;
}

.lc-currency-label {
  font-size: 16px;
}

.lc-toggle-btn.lc-active::before {
  width: 10px;
  height: 10px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .lc-slider-group .lc-range-bounds {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
