.hl-emi-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

.hl-emi-left h2 {
  margin-bottom: 30px;
}

.hl-field {
  margin-bottom: 35px;
}

.hl-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.hl-input-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  
}

.hl-input-box input {
  border: none;
  outline: none;
  width: 120px;
}

.hl-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

.hl-emi-right {
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.hl-title {
  font-size: 14px;
  color: #555;
}

.hl-emi-right h3 {
  font-size: 34px;
  color: #0052a3;
  margin: 10px 0;
}

.hl-view {
  font-size: 14px;
  color: #0052a3;
  display: inline-block;
  margin-bottom: 20px;
}

.hl-summary {
  list-style: none;
  padding: 0;
}

.hl-summary li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hl-btn {
  width: 100%;
  padding: 14px;
  background: #0052a3;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 20px;
}
/* Range Slider */






