.gradient-new-bg {
  background: url("https://www.icicibank.com/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/vector.webp"), linear-gradient(116.64deg, #F37E20 32.94%, #AD1E23 136.53%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: 540px;
  position: absolute;
  z-index: -1;
  margin-top: -40px;
}

.gradient-bg {
  padding: 48px 16px 0;
}

summary {
  font-size: 12px;
}

.justify-content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.ic-btn-v2,
a.ic-btn-v2:link,
a.ic-btn-v2:visited {
  background: #f37e20;
  color: #fff;
  border: 1px solid #f37e20;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 34px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .05em;
  transition: opacity .2s;
  cursor: pointer
}

.ic-btn-v2:hover,
a.ic-btn-v2:link:hover,
a.ic-btn-v2:visited:hover {
  background-color: #fff;
  color: #f37e20;
  transition: all ease-in .3s;
  text-decoration: none
}

a.ic-btn-v2:focus {
  outline: 0
}

.ic-btn-v2.white,
a.ic-btn-v2:link.white,
a.ic-btn-v2:visited.white {
  background: #fff;
  color: #f37e20
}

.ic-btn-v2.white--btn,
a.ic-btn-v2:link.white--btn,
a.ic-btn-v2:visited.white--btn {
  background: #fff;
  color: #f37e20
}

.ic-btn-v2.white--btn:hover,
a.ic-btn-v2:link.white--btn:hover,
a.ic-btn-v2:visited.white--btn:hover {
  background: #fff;
  color: #f37e20
}

.btn-style-2 {
  padding: 17px 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .05em
}

.ic-btn-v2:disabled,
.ic-btn-v2.disabled {
  cursor: auto;
  background: #B2B5B8;
  border-color: #B2B5B8;
  color: #fff;
}

.button-apply {
  border: 0;
  background: transparent;
  width: 100%;
}
.button-apply a{
  display: block;
}

.button-apply[disabled] a {
  cursor: default;
  pointer-events: none;
  cursor: auto;
  background: #B2B5B8;
  border-color: #B2B5B8;
  color: #fff;
}

.error-msg {
  color: red;
  display: none;
}

.top-text {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto 32px;
  color: #fff;
}

.top-text .top-tag {
  width: max-content;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 auto;
}

.top-text .top-tag .bar {
  display: block;
  width: 40px;
  background-color: #AD1E23;
  height: 2px;
}

.tag-name {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.top-text h2 {
  font-weight: 900;
  line-height: 1;
  color: #FFF;
  font-size: 38px;
}

.top-text p {
  margin-top: 6px;
  font-weight: 600;
}

.gradient-bg .calculator {
  background-color: white;
  max-width: 1215px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px #F37E201A;
  margin: 0 auto;
  padding: 32px 80px;
}

.gradient-bg .calculator::after {
  content: '';
  display: block;
  height: 110px;
  background: transparent;
  width: 100%;
  margin-bottom: -110px;
}

.gradient-bg .calculator::after {
  height: 90px;
  margin-bottom: -90px;
}

.actual-calculator {
  display: flex;
  column-gap: 50px;
}

.actual-calculator .booking {
  width: 46%;
  background-color: #FFF0E5;
  padding: 33px 24px 33px 24px;
  border: 0.79px solid #EBE7E7;
  border-radius: 20px;
}

.actual-calculator .booking .card {
  background-color: #fff;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0px 18px 26px 0px #E09E6D2B;
  padding: 32px;
  text-align: left;
}

.actual-calculator .booking .details {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.actual-calculator .booking .details summary {
  color: #666666;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}

.actual-calculator .act-col-left {
  width: 54%;
}

.actual-calculator .booking h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.actual-calculator .booking .info {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 32px 0;
}

.actual-calculator .info-details {
  display: flex;
  justify-content: space-between;
}

.actual-calculator .info-details .info-label {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}

.actual-calculator .info-details p {
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 4px;
}

.actual-calculator #duration-selector {
  cursor: pointer;
}

.actual-calculator #duration-selector p::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("https://www.icicibank.com/content/dam/icicibank/india/managed-assets/revamp-pages/corporate-fixed-deposit/images/pen.svg") !important;
  background-repeat: no-repeat !important;
}

.actual-calculator .act-col-left label {
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}

.actual-calculator .act-col-left .form {
  display: flex;
  flex-direction: column;
}

.actual-calculator .act-col-left .form input[type='text'] {
  width: 100%;
  outline: none;
  border: 1px solid #CDCFD0;
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.actual-calculator .act-col-left .tenure-months-input,
.actual-calculator .act-col-left .interest-rate-input {
  width: 100%;
  outline: none;
  border: 1px solid #CDCFD0;
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  position: relative;
  z-index: 0;
}

.actual-calculator .act-col-left .form input[type='text']:focus {
  background-color: #F8F8F8 !important;
}

.actual-calculator .act-col-left #interest-rate-input_cl {
  width: 1ch;
  background: transparent;
}

.actual-calculator .act-col-left #tenure-months-input_cl {
  background: transparent;
}

.actual-calculator .act-col-left #tenure-months-input_cl:focus,
.actual-calculator .act-col-left #interest-rate-input_cl:focus {
  background: transparent !important;
}

.actual-calculator .act-col-left .tenure-months-input:after {
  content: "Months";
  position: absolute;
  left: 35px;
  top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.actual-calculator .act-col-left .form .suggestion {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin: 16px 0;
  overflow-x: auto;
  margin: 5px 0 0 0;
}

.actual-calculator .act-col-left .form .suggestion span {
  background-color: #F5F5F5;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  min-width: max-content;
  color: #7D8287;
}

.actual-calculator .act-col-left .form .suggestion span.active {
  background-color: #20446C;
  color: white;
}

.actual-calculator input[type=range] {
  border-radius: 5px;
  width: 100%
}

.actual-calculator input[type=range]:focus {
  background-color: unset !important
}


.actual-calculator input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 13.5px;
  border: 0;
  background: transparent url("/content/dam/icicibank/india/managed-assets/revamp-pages/debit-card-emi-calculator/images/thumb-scroll.png") no-repeat center center
}

.actual-calculator input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 13.5px;
  border: 0;
  background: transparent url("/content/dam/icicibank/india/managed-assets/revamp-pages/debit-card-emi-calculator/images/thumb-scroll.png") no-repeat center center
}

.range-figures {
  font-size: 12px;
  margin-top: 4px;
}

.range-figures li {
  color: #3d3d3d;
  opacity: 0.7;
  line-height: 1;
}


.amortization-schedule {
  margin-top: 40px;
}

.gradient-bg .form .input-wrapper::after {
  content: attr(data-after);
  font-size: 12px;
  font-weight: 400;
}

.amortization-schedule h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.select-duration .drop-down {
  width: 100%;
  position: relative;
}

.select-duration .drop-down::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://www.icicibank.com/content/dam/icicibank/india/managed-assets/revamp-pages/corporate-fixed-deposit/images/down.svg");
  position: absolute;
  right: 4px;
  pointer-events: none;
}

.select-duration .drop-down select {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  border-radius: 8px;
  padding: 8px 11px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.select-duration.main .drop-down select {
  padding: 14px 14px;
}

.select-duration .drop-down option {
  font-size: 14px;
  font-weight: 700;
  color: #3D3D3D;
}

@media only screen and (max-width: 959px) {
  .gradient-bg .calculator {
    padding: 24px;
  }

  .actual-calculator {
    flex-wrap: wrap;
  }

  .actual-calculator .act-col-left,
  .actual-calculator .booking {
    width: 100%;
  }

}

@media only screen and (max-width: 567px) {
  .top-text {
    text-align: left;
  }

  .top-text .top-tag {
    margin: 0;
  }

  .top-text h2 {
    margin: 8px 0;
    font-size: 28px;
  }

  .actual-calculator .booking {
    padding: 12px;
    border-radius: 12px;
  }

  .actual-calculator .booking .card {
    padding: 16px;
  }

  .actual-calculator .booking h2 {
    font-size: 24px;
  }
}

.schedule-table table {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  overflow: hidden;
}

.schedule-table th,
.schedule-table td {
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 12px 16px;
  white-space: nowrap;
}

.schedule-table th {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.52px;
  text-align: left;
  color: #fff;
  background: #ad1e23;
  border-top: none;
  text-align: center;
  height: 41px;
}

.schedule-table th:first-child {
  border-left: none;
  text-align: left;
  width: 140px;
}

.schedule-table thead tr:first-child th:first-child,
.schedule-table tbody tr:first-child th:first-child {
  border-radius: 16px 0 0 0;

}

.schedule-table tr td:first-child:first-child,
.schedule-table tr th:first-child {
  border-left: 0;
}

.schedule-table th:last-child {
  border-radius: 0 16px 0 0;
}

.schedule-table tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  background: #f5f7f6;
  text-align: center;

}

.schedule-table tr td:first-child {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .schedule-table th:first-child {
    width: 110px;
  }

  .schedule-table {
    overflow-y: auto;
    border-radius: 16px;
    border: 1px solid #d6d6d6;
  }

  .schedule-table table {
    table-layout: auto;
    border: 0;
  }
}

@media only screen and (max-width: 567px) {

  .schedule-table th,
  .schedule-table td {
    font-size: 12px;
    padding: 9px 9px;
  }

  .schedule-table th:first-child {
    width: 95px;
  }
}