.banner__content .heading-2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50.2px;
  text-align: center;
}

.banner__heading {
  position: relative;
  margin: 0 auto;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.heading-discr {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  text-align: center;

}

.amount-earned {
  padding: 32px 16px;
  background: #fff;
  border-radius: 10px;
}

.total_interest-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  color: #B02A30;
  margin-bottom: 16px;

}

.amount-earned-txt {

  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  text-align: center;
  padding-bottom: 6px;

}

.interestTxt-val {

  font-size: 14px;
  font-weight: 500;
  line-height: 17.57px;
  text-align: center;

}

.saving_amt-output,
.totalinteresteran {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.1px;
  text-align: center;
  color: #284152;

}

.calculator_info_out {
  background: #F8F8F8;
  padding: 16px;
  margin-top: 16px;
  box-shadow: 0px 18px 26px 0px #E09E6D2B;
  border-radius: 10px;

}

.ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 74px;
}

.interestRateData .button-group {
  margin-top: 40px
}

.tenure-selector .ui-selectmenu-open .ui-menu-item:hover {
  background: transparent;
}

.tenure-selector .ui-selectmenu-open ul li div {
  padding: 0 !important;
  color: #3D3D3D;
  font-size: 16px !important;
}

@media screen and (max-width: 991px) {
  .interestRateData .button-group {
    margin-top: 24px
  }

  .banner__content .banner__heading {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-align: left;
  }

  .banner__content .heading-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
  }

  .heading-discr {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-align: center;
    padding-top: 8px;
  }

  .banner .banner__content {
    margin-top: 36px;
  }

  .tenure-selector .ui-selectmenu-open ul li div {
    padding: 0px !important;
    font-size: 12px !important;
  }

  .amount-earned {
    padding: 16px;
  }

  .amount-earned-txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    padding-bottom: 8px;

  }

  .total_interest-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 20.25px;
    text-align: center;
    margin-bottom: 16px;
  }

  .interestTxt-val {
    font-size: 12px;
  }

  .calculator__info {
    padding: 8px !important;
  }

  .saving_amt-output,
  .totalinteresteran {
    font-size: 14px !important;
    font-weight: 700;
  }

  .calculator__col.right--col {

    margin-top: 24px !important;
  }
}

.width-489 {
  width: 100%;
  max-width: 489px;
}

.line-text-left {
  position: relative;
}

.line-text-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 40px;
  background-color: #ffc684;
}

@media only screen and (max-width: 990px) {
  .line-text-left:before {
    width: 22px;
  }
}

@media only screen and (max-width: 990px) {
  .md-text-center {
    text-align: center;
  }

  .width-212 {
    width: 212px;
  }
}

.error {
  font-size: 12px;
  color: red;
}

@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

input[type="range"] {
  border-radius: 5px;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 1.2px;
}

input[type="range"]:focus {
  background-color: unset;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

input:focus {
  background-color: transparent !important;
}

.white-range-btn input[type="range"] {
  border-radius: 5px;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 1.2px;
}

.white-range-btn input[type="range"]:focus {
  background-color: unset;
}

.white-range-btn input[type="range"]::-webkit-slider-thumb {
  background-color: #fff;
  border: none;
  width: 13px;
  height: 13px;
}

.white-range-btn input[type="range"]::-moz-range-thumb {
  background-color: #fff;
  border: none;
  width: 13px;
  height: 13px;
}

.banner {
  background: linear-gradient(116.64deg, #f37e20 32.94%, #ad1e23 136.53%);
  height: 360px;
  margin-top: -41px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .banner {
    height: 585px;
  }
}

@media only screen and (max-width: 367px) {
  .banner__heading {
    margin: 0 -5px;
  }
}

.banner__heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  background-color: #ffc28e;
}

.banner__heading.maroon--line:before {
  width: 40px;
  background-color: #ad1e23;
  margin-left: -46px;
}

@media only screen and (max-width: 990px) {
  .banner__heading.maroon--line:before {
    width: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .banner__content h3 {
    line-height: 130%;
  }
}

@media only screen and (max-width: 990px) {
  .banner__content br {
    display: none;
  }
}

.banner-vector-img {
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 990px) {
  .banner-vector-img {
    top: 190px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 460px) {
  .banner-vector-img {
    top: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-vector-img img {
    height: 455px;
  }
}

.disclaimer-text--width {
  width: calc(100% - 390px);
  color: #828282;
}

@media only screen and (max-width: 990px) {
  .disclaimer-text--width {
    width: 100%;
  }
}

@media only screen and (max-width: 426px) {
  .calculator-wrapper {
    flex-direction: column;
  }
}

.calculator-wrapper .error {
  font-size: 12px;
  color: red;
}

.calculator {
  padding: 24px 40px;
  margin-top: -194px;
  position: relative;
  border: 1px solid #ffefe3;
  box-shadow: 0 10px 40px rgba(243, 126, 32, 0.1);
}

@media only screen and (max-width: 1280px) {
  .calculator {
    margin-top: -184px;
  }
}

@media only screen and (max-width: 990px) {
  .calculator {
    padding: 25px 20px;
    margin-top: -185px;
    border: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 786px) {
  .calculator {
    margin-top: -205px;
  }
}

@media only screen and (max-width: 695px) {
  .calculator {
    margin-top: -135px;
  }
}

@media only screen and (max-width: 600px) {
  .calculator {
    margin-top: -375px;
  }
}

@media only screen and (max-width: 450px) {
  .calculator {
    margin-top: -445px;
  }
}

@media only screen and (max-width: 359px) {
  .calculator {
    margin-top: -230px;
  }
}

.calculator__col.left--col {
  flex: 1;
  width: 50%;
}

@media only screen and (max-width: 990px) {
  .calculator__col.left--col {
    width: 100%;
  }
}

.calculator__col.right--col {
  background: #FFF0E5;
  padding: 16px;
  width: 50%;
  margin-top: 8px;
  border-radius: 10px;
}

@media only screen and (max-width: 1100px) {
  .calculator__col.right--col {
    padding: 16px;
  }
}

@media only screen and (max-width: 990px) {
  .calculator__col.right--col {
    min-width: initial;
    width: 100%;
  }
}

.calculator__content {
  color: #3d3d3d;
  width: 100%;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-size: 18px;
  align-items: flex-start;
}

@media only screen and (max-width: 990px) {
  .calculator__content {
    flex-direction: column;
    font-size: 16px;
  }
}

.calculator__content input {
  font-size: 18px;
}

@media only screen and (max-width: 990px) {
  .calculator__content input {
    font-size: 16px;
  }
}

.calculator .row-custom {
  -moz-column-gap: 40px;
  column-gap: 40px;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .calculator .row-custom {
    flex-direction: column;
  }
}

.calculator .row-custom:first-child {
  margin-bottom: 24px;
}

@media only screen and (max-width: 600px) {
  .calculator .row-custom:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .calculator .row-custom:last-child .col-custom:last-child {
    margin-bottom: 0;
  }
}

/* .calculator .loan-tenure-r {
  padding-right: 40px;
} */
@media only screen and (max-width: 600px) {
  .calculator .loan-tenure-r {
    padding-right: 0;
  }
}

/* .calculator .col-custom {
  width: 50%;
} */
@media only screen and (max-width: 600px) {
  .calculator .col-custom {
    width: 100%;
    margin-bottom: 20px;
  }
}

.calculator input {
  color: #3d3d3d;
}

.calculator__info {
  padding: 16px;
  position: relative;


}


@media only screen and (max-width: 990px) {
  .calculator__info {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .calculator__info {
    width: 100%;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.calculator__info .calculator__info-text {
  width: 50%;
}

.calculator__info .calculator__info-text+.calculator__info-text {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .calculator__info .calculator__info-text+.calculator__info-text:after {
    left: -15px;
  }
}

@media only screen and (max-width: 600px) {
  .calculator__info-text p:first-child {
    color: #284152;
    font-size: 12px;
    padding-bottom: 4px;
  }
}

.calculator__info-text p:last-child {
  font-size: 20px;
}

@media only screen and (max-width: 990px) {
  .calculator .button-group {
    width: 100%;
    max-width: 100%;
    margin: 25px auto 0;
  }
}

@media only screen and (max-width: 990px) {
  .calculator .button-group .ic-btn {
    padding: 14px 17px;
    width: 100%;
  }
}

@media only screen and (max-width: 359px) {
  .calculator .button-group .ic-btn {
    padding: 14px 10px;
    font-size: 12px;
  }
}

.calculator-wrapper {
  background: #fff0e5;
}

@media only screen and (max-width: 426px) {
  .calculator-wrapper {
    flex-direction: column;
  }
}

.calculator-wrapper .error {
  font-size: 12px;
  color: red;
}

.range-figures {
  margin-top: 7px;
}

.range-figures li {
  color: #3d3d3d;
  opacity: 0.7;
}

.interest-rate-info {
  padding: 15px 30px;
}

.interest-rate-info picture {
  min-width: 23px;
}

@media only screen and (max-width: 990px) {
  .interest-rate-info picture img {
    min-width: 19px;
    height: auto;
  }
}

.monthly-emi-box {
  background: #ffd178;
  border: 1px solid #ffc165;
  padding: 13px 25px;
}

@media only screen and (max-width: 990px) {
  .monthly-emi-box {
    max-width: 240px;
    margin: 0 auto;
  }
}

.monthly-emi-box p {
  font-size: 16px;
}

@media only screen and (max-width: 990px) {
  .monthly-emi-box p {
    line-height: 130%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 990px) {
  .monthly-emi-box p span {
    font-size: 16px;
  }
}

.input-box {
  margin-top: -5px;
}

.word-spacing-5 {
  word-spacing: -5px;
}

.color-info {
  background: #ae1f23;
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
}

.d-img h5 {
  color: #828282;
  line-height: 100%;
}

.loan-amt-input {
  max-width: 100%;
  padding: 12px 8px;
  background: #FFF;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
  border: 1px solid #CDCFD0;
  margin-top: 4px;
}

#loan-amt-input_pl {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
}

.loan-amt-input-c span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
}

.interest-rate-input,
.tenure-months-input {
  max-width: auto;
  padding: 6px 15px;
  background: #f2f2f2;
  border-radius: 8px;
  margin-top: 5px;
  display: inline-flex;
}

.tenure-months-input {
  max-width: 120px;
}

.tenure-months-input:after {
  content: "months";
  position: absolute;
  left: 41px;
  top: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

@media only screen and (max-width: 990px) {
  .tenure-months-input:after {
    font-size: 16px;
  }
}

.input--label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

.range-figures li {
  color: #3d3d3d;
  opacity: 0.7;
  font-size: 12px;
  line-height: 15px;
}

.justify-content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.tenure-selector .ui-selectmenu-button.ui-button,
.interest-payout .ui-selectmenu-button.ui-button {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.6) !important;
  height: 40px;
  margin: 2px 0 0;
}

.tenure-selector select,
.interest-payout select {
  background-color: #f2f2f2;
  border: none;
  padding: 14px;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  margin: 4px 0 0;
}

.tenure-selector.cal-dropdown,
.interest-payout.cal-dropdown {
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 4px;
}

.tenure-selector .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
  top: 2px;
  right: 0px;
  border: solid #f37e20;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
  .tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
    right: 0px;
    top: 15%;
  }
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-closed .ui-selectmenu-text,
  .tenure-selector .ui-selectmenu-button-open .ui-selectmenu-text,
  .interest-payout .ui-selectmenu-button-closed .ui-selectmenu-text,
  .interest-payout .ui-selectmenu-button-open .ui-selectmenu-text {
    font-size: 14px;
  }
}

.tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
  top: 20%;
  transform: rotate(225deg);
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
    top: 23%;
  }
}

.tenure-selector .ui-selectmenu-open,
.interest-payout .ui-selectmenu-open {
  border-radius: 12px;
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  box-shadow: -1px 4px 18px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  max-width: 454px;
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-open,
  .interest-payout .ui-selectmenu-open {
    max-width: calc(100% - 40px);
    padding: 15px;
  }
}

.tenure-selector .ui-selectmenu-open ul,
.interest-payout .ui-selectmenu-open ul {
  max-height: 165px;
}

.tenure-selector .ui-selectmenu-open ul li,
.interest-payout .ui-selectmenu-open ul li {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 15px;
  border-bottom: none;
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-open ul li,
  .interest-payout .ui-selectmenu-open ul li {
    font-size: 14px;
  }
}

.tenure-selector .ui-selectmenu-open ul li:last-child,
.interest-payout .ui-selectmenu-open ul li:last-child {
  padding-bottom: 0;
}

.interest-payout .ui-selectmenu-button.ui-button {
  width: 100%;
}

.tenure-selector .ui-selectmenu-open {
  max-width: 168px;
  width: 18%;
}

@media only screen and (max-width: 990px) {
  .tenure-selector .ui-selectmenu-open {
    max-width: 295px;
    width: 30%;
  }
}

@media only screen and (max-width: 567px) {
  .tenure-selector .ui-selectmenu-open {
    width: 28%;
  }
}

.tenure-selector .ui-selectmenu-open ul {
  max-width: 100%;
}

.input-style {
  background-color: transparent;
  border: none;
  padding: 14px;
  height: 48px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}



.estimated-tenure {
  padding: 14px 0px;
  max-height: 48px;
  height: 100%;
  margin-right: -10px;
  font-size: 16px;
}

@media only screen and (max-width: 990px) {
  .estimated-tenure {
    font-size: 14px;
  }
}

.tenure-wrap {
  width: 33%;
}

@media only screen and (max-width: 990px) {
  .calculator-inner {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 567px) {
  .calculator-inner {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 567px) {
  .calculator-radio-col {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media only screen and (max-width: 990px) {
  .m-color {
    color: #666666;
  }
}


@media only screen and (max-width: 990px) {
  .related-products.grey-bg-dark {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .related-products .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.fd-calculation-sec .tab-content-inner {
  max-width: 1156px;
  margin: 0 auto;
}

.fd-calculation-sec .tab-content-inner ol li {
  list-style: decimal;
  line-height: 32px;
}

.fd-calculation-sec .tab-content-inner ol li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 990px) {
  .fd-calculation-sec .tab-content-inner ol li {
    line-height: normal;
    padding-bottom: 10px;
  }
}

.fd-calculation-sec .tab-content-inner ul li {
  list-style: disc;
  padding-bottom: 12px;
}

.fd-calculation-sec .tab-content-inner ul li:last-child {
  padding-bottom: 0;
}

.fd-calculation-sec .tab-content-inner a.grey-text {
  color: #333333 !important;
}


.range-line__item {
  position: relative;
  cursor: pointer;
}

.range-line__item::after {
  display: block;
  content: "";
  width: 1px;
  height: 7px;
  background: #AFAFAF;
}

.fd-returns-calc {
  padding: 26px 40px;
}

@media only screen and (max-width: 991px) {
  .fd-returns-calc {
    padding: 26px 20px;
  }
}

.fd-returns-calc__details {
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (max-width: 991px) {
  .fd-returns-calc__details {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.fd-returns-calc .row-custom {
  width: 33.33%;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .fd-returns-calc .row-custom {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .fd-returns-calc .row-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .fd-returns-calc .row-custom {
    width: 100%;
  }
}

.fd-returns-calc .row-custom label {
  color: #3D3D3D;
}

.fd-returns-calc .start-date {
  width: 100%;
}

.fd-returns-calc .estimated-tenure-info {
  background: #f2f2f2;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 24px;
}

.fd-returns-results {
  border-radius: 8px;
  border: 1px solid #FEE8D8;
  background: #fff6f0;
  padding: 21px 0;
}

@media only screen and (max-width: 767px) {
  .fd-returns-results {
    padding: 9px 0;
  }
}

.fd-returns-results .slick-dots {
  text-align: center;
  padding: 0;
  position: initial;
  margin-top: 12px;
}

.fd-returns-results__list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .fd-returns-results__list:not(.slick-initialized) {
    justify-content: flex-start;
  }
}

.fd-returns-results__item {
  padding: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .fd-returns-results__item {
    width: 33.33%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .fd-returns-results__item {
    width: 50%;
    justify-content: flex-start;
    text-align: left;
    padding: 0 16px;
  }

  .fd-returns-results__item:nth-child(even) {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }

  .fd-returns-results__item:nth-child(even):after {
    display: block !important;
  }

  .fd-returns-results__item:nth-child(odd) {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }

  .fd-returns-results__item:nth-child(odd):after {
    display: none !important;
  }
}

.fd-returns-results__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  opacity: 0.1;
  background: #000;
  position: absolute;
  left: -1px;
  top: 0;
}

.fd-returns-results__item:first-child::after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(1) {
    width: 14%;
  }
}

@media only screen and (max-width: 1199px) {
  .fd-returns-results__item:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(2) {
    width: 18.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .fd-returns-results__item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(3) {
    width: 18.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .fd-returns-results__item:nth-child(3) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(4) {
    width: 18.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .fd-returns-results__item:nth-child(4)::after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(5) {
    width: 14.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .fd-returns-results__item:nth-child(6) {
    width: 16%;
  }
}

.fd-returns-results__item label {
  color: #284152;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.fd-returns-results__item p {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .fd-returns-results__item p {
    font-size: 18px;
  }
}

.fd-returns-calc-sticky {
  position: absolute;
  width: 100%;
  left: 0;
}

.fd-returns-calc-sticky .fd-returns-calc__details {
  max-width: 1260px;
  margin: 0 auto;
}

/**/
.active-input {
  border: 1px solid #F18121;
  background: #FFF0E5;
}

@media only screen and (max-width: 1199px) {
  .sticky-calculator .fd-returns-calc__details__main {
    display: none;
  }
}

#depsit_amt_fd {
  position: relative;
}

.range-line__item::after {
  position: relative;
  z-index: 2;
}

.tenure-selector .ui-selectmenu-button.ui-button,
.interest-payout .ui-selectmenu-button.ui-button {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.6) !important;
  height: 40px;
  margin: 2px 0 0;
}

.tenure-selector select,
.interest-payout select {
  background-color: #f2f2f2;
  border: none;
  padding: 14px;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  margin: 4px 0 0;
}

.tenure-selector.cal-dropdown,
.interest-payout.cal-dropdown {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.tenure-selector .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
  top: 2px;
  right: 0px;
  border: solid #f37e20;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
  .tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
    right: 0px;
    top: 15%;
  }
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-closed .ui-selectmenu-text,
  .tenure-selector .ui-selectmenu-button-open .ui-selectmenu-text,
  .interest-payout .ui-selectmenu-button-closed .ui-selectmenu-text,
  .interest-payout .ui-selectmenu-button-open .ui-selectmenu-text {
    font-size: 14px;
  }
}

.tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
  top: 20%;
  transform: rotate(225deg);
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-button-open .ui-icon-triangle-1-s,
  .interest-payout .ui-selectmenu-button-open .ui-icon-triangle-1-s {
    top: 24%;
  }
}

.tenure-selector .ui-selectmenu-open,
.interest-payout .ui-selectmenu-open {
  border-radius: 12px;
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  box-shadow: -1px 4px 18px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  max-width: 454px;
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-open,
  .interest-payout .ui-selectmenu-open {
    max-width: calc(100% - 40px);
    padding: 15px;
  }
}

.tenure-selector .ui-selectmenu-open ul,
.interest-payout .ui-selectmenu-open ul {
  max-height: 165px;
}

.tenure-selector .ui-selectmenu-open ul li,
.interest-payout .ui-selectmenu-open ul li {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 15px;
  border-bottom: none;
}

@media only screen and (max-width: 990px) {

  .tenure-selector .ui-selectmenu-open ul li,
  .interest-payout .ui-selectmenu-open ul li {
    font-size: 14px;
  }
}

.tenure-selector .ui-selectmenu-open ul li:last-child,
.interest-payout .ui-selectmenu-open ul li:last-child {
  padding-bottom: 0;
}

.interest-payout .ui-selectmenu-button.ui-button {
  width: 100%;
}

.tenure-selector .ui-selectmenu-open {
  max-width: 168px;
  width: 18%;
}

@media only screen and (max-width: 990px) {
  .tenure-selector .ui-selectmenu-open {
    max-width: 295px;
    width: 30%;
  }
}

@media only screen and (max-width: 567px) {
  .tenure-selector .ui-selectmenu-open {
    width: 28%;
  }
}

.tenure-selector .ui-selectmenu-open ul {
  max-width: 100%;
}


.tenure-selector .ui-selectmenu-button.ui-button,
.interest-payout .ui-selectmenu-button.ui-button {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(130, 130, 130, 0.6) !important;
  height: 40px;
  margin: 2px 0 0;
}

.tenure-selector .ui-selectmenu-button {
  max-width: 100% !important;
  width: 100% !important;
}

.ui-menu-item {
  cursor: pointer;
}

.cal-dropdown .ui-selectmenu-text {
  text-transform: inherit;
}

.p-b-8 {
  padding-bottom: 8px;
}

.disclaimer-list {
  margin-left: 24px;

}

.disclaimer-title {
  color: #222222;
  font-size: 12px;
  line-height: 16px;
}

.disclaimer-list li {
  list-style-type: disc;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  line-height: 16px;

}

.width-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.banner__heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  background-color: #ffc28e;
}

.banner__heading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  background-color: #ffc28e;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 991px) {
  .banner__content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 300px) {
  .banner__content h2 {
    font-size: 18px;
  }
}

.breadcrumb-nav {
  position: relative;
  z-index: 1;
}

.date-readtime {
  display: none;
}

.banner .banner__content {
  position: relative;
  z-index: 0;
  margin-top: 42px;
}

@media screen and (max-width: 991px) {
  .page-content {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 990px) {
  .blog-card-wrapper .section-inner {
    padding-bottom: 0px !important;
  }

  .digitalbanking.personal-invest.pt-40.pb-20.m-hide.digitalbanking--v2 {
    padding-top: 0px !important;
  }
}

input:focus {
  background-color: transparent !important;
}

.select-loan-amt::after {
  content: attr(data-after);
  font-size: 12px;
  font-weight: 400;
}

.range-figures li {
  width: 1px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
  font-size: 8px;
}

.range-figures li:before {
  width: 1px;
  content: "";
  height: 7px;
  background: #afafaf;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -9px;
}

.range-figures li span {
  display: flex;
  justify-content: center;
}

.range-figures li:first-child {
  margin-right: 9px;
}

.range-figures li:last-child {
  margin-left: 9px;
}

.range-figures li:first-child::before,
.range-figures li:last-child::before {
  display: none;
}

.range-figures li:first-child span {
  justify-content: start;
}

.range-figures li:last-child span {
  justify-content: end;
}

@media only screen and (min-width:768px) {
  .range-figures li {
    font-size: 12px;
  }
}