.fd-calculator-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 8px;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  background: #D9E8FF;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper {
    flex-direction: column;
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    border: 1px solid #DEDEDE;
  }
}
.fd-calculator-wrapper .tenure-payout-btn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  display: none;
  justify-content: center;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .tenure-payout-btn {
    display: flex;
  }
}
.fd-calculator-wrapper .back-select-row {
  margin: 24px 0 0 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  display: none;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .back-select-row {
    display: flex;
  }
}
.fd-calculator-wrapper .back-select-row.tenure-payout {
  display: none;
}
.fd-calculator-wrapper .back-select-row.tenure-payout.active {
  display: flex;
}
.fd-calculator-wrapper .back-select-row.best-rate {
  display: none;
}
.fd-calculator-wrapper .back-select-row.best-rate.active {
  display: flex;
}
.fd-calculator-wrapper .back-select-row .back-btn {
  border: 1px solid #0065FF;
  width: 100px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.fd-calculator-wrapper .back-select-row .selectbtn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  display: inline-flex;
  border: 0px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 48px;
}
.fd-calculator-wrapper .fd-calculator-left {
  padding: 24px;
  max-width: 100%;
  width: 60%;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left {
    width: 100%;
    padding: 16px;
  }
}
.fd-calculator-wrapper .fd-calculator-left .calculator-heading {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 0 0 32px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .calculator-heading {
    font-size: 20px;
    padding: 0 0 24px;
  }
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details {
  margin-bottom: 16px;
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details.first-step {
  display: none;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .mobile-details.first-step {
    display: block;
  }
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details.second-step {
  display: none;
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details.third-step {
  display: none;
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details .mobile-heading {
  color: #253858;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.fd-calculator-wrapper .fd-calculator-left .mobile-details .sml-details {
  line-height: 20px;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.fd-calculator-wrapper .fd-calculator-left .radio-wrapper {
  display: flex;
  gap: 16px;
  margin: 0 0 20px;
}
.fd-calculator-wrapper .fd-calculator-left .radio-wrapper .radio-box {
  position: relative;
  display: flex;
}
.fd-calculator-wrapper .fd-calculator-left .radio-wrapper .radio-box .radio-category {
  position: absolute;
  left: 0;
  margin: 0;
  opacity: 0;
}
.fd-calculator-wrapper .fd-calculator-left .radio-wrapper .radio-box .radio-category:checked + .rb-label {
  border-color: #0065FF;
  background: #D1E2FD;
}
.fd-calculator-wrapper .fd-calculator-left .radio-wrapper .radio-box .rb-label {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 12px 11px;
  white-space: nowrap;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .err {
  position: absolute;
  bottom: -17px;
  font-size: 11px;
  color: red;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .err {
    position: relative;
    bottom: 0;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .err.fd-interest-rate-err {
  min-width: 218px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .err.fd-interest-rate-err {
    min-width: 100%;
    display: flex;
    line-height: 16px;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col {
  position: relative;
  width: 47%;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col {
    width: 100%;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col:has(.rupee-icon) .type-text {
  padding-left: 40px;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .label-text {
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  color: #253858;
  margin: 0 0 12px;
  display: block;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .rupee-icon {
  position: absolute;
  top: 49px;
  left: 16px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
  font-size: 16px;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .type-text {
  font-size: 16px;
  padding: 12px 16px;
  display: flex;
  color: #253858;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  outline: none;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col input[type=date] {
  background: url(../../images/bu/investment/fd/date-range-fd-cal.svg) no-repeat 95% 11px/24px, #fff;
  max-width: 100%;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col input[type=date] {
    max-width: 100%;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  right: 0;
  height: 100%;
  width: 100%;
  font-size: 0px;
  border: 0;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row {
    justify-content: space-between;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row .radio-box {
  position: relative;
  display: flex;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row .radio-box .radio-category {
  position: absolute;
  left: 0;
  margin: 0;
  opacity: 0;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row .radio-box .radio-category:checked + .rb-label {
  border-color: #0065FF;
  background: #D1E2FD;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row .radio-box .rb-label {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 12px 11px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #162F6E;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  font-weight: 500;
  white-space: nowrap;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col .radio-row .fd-select {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  min-width: 77px;
  width: 33.3%;
  -webkit-appearance: none;
  outline: none;
  height: 48px;
  position: relative;
  background: url(../../images/bu/investment/fd-cal-select-arrow.svg) no-repeat 85% 21px/8px;
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .input-row {
  width: 47%;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .input-wrapper .input-row {
    width: 100%;
  }
}
.fd-calculator-wrapper .fd-calculator-left .input-wrapper .input-row .text-box-col {
  width: 100%;
}
.fd-calculator-wrapper .fd-calculator-left .select-plan {
  margin: 20px 0 0 0;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .select-plan {
    display: none;
  }
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .label-text {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin: 0 0 12px;
  display: block;
  text-align: left;
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row {
  display: flex;
  gap: 16px;
  text-align: left;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row {
    flex-wrap: wrap;
  }
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 16px;
  border-radius: 8px;
  position: relative;
  width: 31%;
  cursor: pointer;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box {
    width: 100%;
  }
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box.active {
  background: #D1E2FD;
  border-color: #0065FF;
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box .labl-tag {
  position: absolute;
  right: 4px;
  top: 4px;
  background: #B1FFCC;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 5px;
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box .interest-percent {
  font-size: 20px;
  font-weight: 500;
  color: #162F6E;
}
.fd-calculator-wrapper .fd-calculator-left .select-plan .selected-row .select-plan-box .details {
  font-size: 12px;
  font-weight: 500;
  color: #162F6E;
  padding: 8px 0 0 0;
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin: 16px 0 0 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate .label-text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate .type-text {
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 25px 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  width: 100%;
  border-radius: 4px;
  background: #fff;
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate .percent-sign {
  position: absolute;
  right: 25px;
  font-size: 12px;
  top: 60px;
  font-weight: 500;
  color: #253858;
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate:has(.type-text:focus) {
  background-color: #D1E2FD;
  border: 1px solid var(--Brand, #0065FF);
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate:has(.type-text:focus) .type-text {
  border-color: #0065FF;
}
.fd-calculator-wrapper .fd-calculator-left .custom-interest-rate .err {
  position: relative;
  bottom: -4px;
  font-size: 11px;
  color: red;
  width: 100%;
  left: 0;
  display: flex;
}
.fd-calculator-wrapper .fd-calculator-right-graph {
  width: 39%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 8px;
  padding: 32px 16px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-right-graph {
    display: none;
  }
}
.fd-calculator-wrapper .fd-calculator-right-graph #fd-graph-container {
  width: 220px;
  height: 220px;
  margin: auto;
}
.fd-calculator-wrapper .fd-calculator-right-graph .graph-container-fd {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: url(../../images/bu/investment/fd/fd-calculator-graph-desktop.png) no-repeat;
  background-size: 200px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .graph-container-fd:has(.highcharts-container) {
  background: none;
}
.fd-calculator-wrapper .fd-calculator-right-graph .graph-container-fd .img-graph-deafault {
  background: url(../../images/bu/investment/fd-calculator-graph-desktop.png) no-repeat;
  background-size: 200px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .price-container {
  margin: 32px 0 12px;
  text-align: center;
}
.fd-calculator-wrapper .fd-calculator-right-graph .price-container .prc-text {
  font-weight: 500;
  font-size: 14px;
  color: #253858;
}
.fd-calculator-wrapper .fd-calculator-right-graph .price-container .prc-value-fd {
  font-size: 48px;
  font-weight: bold;
  color: #253858;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row .breakup-col-left {
  font-size: 14px;
  font-weight: 500;
  color: #162F6E;
  display: flex;
  align-items: center;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row .breakup-col-left.inv-total::before {
  content: "";
  height: 16px;
  width: 8px;
  background: #0065FF;
  border-radius: 8px;
  display: inline-flex;
  margin-right: 4px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row .breakup-col-left.int-total::before {
  content: "";
  height: 16px;
  width: 8px;
  background: #25A608;
  border-radius: 8px;
  display: inline-flex;
  margin-right: 4px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row .breakup-col-left.effective-yield::before {
  content: "";
  height: 16px;
  width: 8px;
  background: #D9D9D9;
  border-radius: 8px;
  display: inline-flex;
  margin-right: 4px;
}
.fd-calculator-wrapper .fd-calculator-right-graph .fd-cal-breakup .breakup-row .breakup-col-right {
  font-size: 14px;
  font-weight: 500;
  color: #162F6E;
}
.fd-calculator-wrapper .fd-calculator-right-graph .selectbtn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  margin: 16px 0 0 0;
  height: 48px;
  border: 0px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.fd-calculator-wrapper .fd-calculator-right {
  background: linear-gradient(180deg, #E3ECFF 0%, #DCFEFF 100%);
  min-height: 400px;
  border-radius: 0px 6px 6px 0px;
  width: 40%;
  min-width: 425px;
  padding: 32px 24px;
}
.fd-calculator-wrapper .fd-calculator-right.summary-step {
  display: none;
  position: relative;
}
.fd-calculator-wrapper .fd-calculator-right.summary-step::after {
  content: "";
  display: flex;
  position: absolute;
  right: -16px;
  top: 16px;
  width: 81px;
  height: 89px;
  background: url(../../images/bu/investment/fd/summary-right-img.svg) no-repeat 0 0/81%;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-right {
    padding: 16px;
    min-width: 100%;
    min-height: auto;
    border-radius: 6px;
  }
}
.fd-calculator-wrapper .fd-calculator-right .sm-heading {
  font-size: 14px;
  color: #162F6E;
  font-weight: 500;
}
.fd-calculator-wrapper .fd-calculator-right .int-percent {
  color: #162F6E;
  font-size: 40px;
  font-weight: 500;
  margin: 16px 0 30px;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-right .int-percent {
    font-size: 32px;
  }
}
.fd-calculator-wrapper .fd-calculator-right .int-percent sub {
  font-size: 14px;
  color: #162F6E;
}
.fd-calculator-wrapper .fd-calculator-right .int-breakup {
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-top: 10px;
}
.fd-calculator-wrapper .fd-calculator-right .int-breakup .int-breakup-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.fd-calculator-wrapper .fd-calculator-right .int-breakup .int-breakup-row .int-breakup-col {
  font-size: 18px;
  font-weight: 500;
  color: #162F6E;
}
.fd-calculator-wrapper .fd-calculator-right .view-plan-btn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  margin: 107px 0 0 0;
}
@media (max-width: 980px) {
  .fd-calculator-wrapper .fd-calculator-right .view-plan-btn {
    margin: 24px 0 0 0;
  }
}

@media (max-width: 980px) {
  .tenure-step {
    display: none;
  }
}

.leftSection .fd-calculator-wrapper .fd-calculator-left {
  padding: 12px;
}
@media (max-width: 980px) {
  .leftSection .fd-calculator-wrapper .fd-calculator-left {
    border-radius: 8px;
  }
}
.leftSection .fd-calculator-wrapper .fd-calculator-left .calculator-heading {
  padding: 0 0 15px;
}
.leftSection .fd-calculator-wrapper .fd-calculator-left .radio-wrapper {
  margin: 0 0 10px;
}
.leftSection .fd-calculator-wrapper .fd-calculator-left .input-wrapper {
  row-gap: 12px;
}
.leftSection .fd-calculator-wrapper .fd-calculator-left .input-wrapper .input-row {
  display: flex;
  gap: 16px;
  width: 100%;
}
.leftSection .fd-calculator-wrapper .fd-calculator-left .input-wrapper .text-box-col {
  width: 100%;
}
.leftSection .fd-calculator-wrapper .fd-calculator-right-graph .price-container .prc-value-fd {
  font-size: 32px;
}

.fd-calculator-section.with-graphs {
  margin: 0;
  box-shadow: none;
  padding: 10px;
  background: #D9E8FF;
  border-radius: 0px;
  text-align: left;
}
.fd-calculator-section.with-graphs.rhs {
  z-index: 2;
  border-radius: 8px;
}
.fd-calculator-section.with-graphs .fd-calculator-button {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fd-calculator-section.with-graphs .fd-calculator-heading {
  margin: 5px 0;
}