
h1 {
  font-size: 40px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 38px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  h4 {
    font-size: 16px;
  }
}
h6 {
  font-size: 16px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  h6 {
    font-size: 14px;
  }
}
p {
  font-size: 14px;
}
summary {
  font-size: 12px;
}
.section-bg-body {
  background: url(/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 {
  /* background: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/mesh.svg), linear-gradient(116.64deg, #f37e20 32.94%, #ad1e23 136.53%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: 500px; */
  padding: 48px 16px 0;
}
.gradient-bg .top-text {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto 32px;
  color: white;
}
.gradient-bg .top-text .top-tag {
  width: max-content;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 auto;
}
.gradient-bg .top-text .top-tag .bar {
  display: block;
  width: 40px;
  background-color: #ad1e23;
  height: 2px;
}
.gradient-bg .top-text h2 {
  font-weight: 900;
  line-height: 1;
}
.gradient-bg .top-text p {
  margin-top: 6px;
  font-weight: 800;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .top-text {
    text-align: left;
  }
  .gradient-bg .top-text .top-tag {
    margin: 0;
  }
  .gradient-bg .top-text h2 {
    margin: 8px 0;
  }
  .gradient-bg .top-text p {
    font-weight: 600;
  }
}
.gradient-bg .calculator {
  background-color: white;
  max-width: 1215px;
  border-radius: 10px;
  border: 1px solid #ffea33;
  box-shadow: 0px 10px 40px 0px #f37e201a;
  margin: 0 auto;
  padding: 32px;
}
.gradient-bg .calculator::after {
  content: "";
  display: block;
  height: 110px;
  background: transparent;
  width: 100%;
  margin-bottom: -110px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator::after {
    height: 90px;
    margin-bottom: -90px;
  }
}
.gradient-bg .calculator .chips-flex {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  overflow-x: scroll;
}
.gradient-bg .calculator .chips-flex::-webkit-scrollbar {
  display: none;
}
.gradient-bg .calculator .chips-flex span {
  background-color: #f5f5f5;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  min-width: max-content;
}
.gradient-bg .calculator .chips-flex span.active {
  background-color: #20446c;
  color: white;
}
.gradient-bg .calculator .helper {
  font-weight: 800;
  color: #074a86;
  padding: 8px 16px;
  background-color: #edf6ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gradient-bg .calculator .helper::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator {
  display: flex;
  column-gap: 50px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.gradient-bg .calculator .actual-calculator .tabs-parent {
  width: 60%;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .tabs {
  position: relative;
  border-bottom: 2px solid #d0d6dd;
  display: flex;
  padding-bottom: 10px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .tabs a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  opacity: 40%;
  width: 50%;
  cursor: pointer;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .tabs a.active {
  outline: none;
  opacity: 1;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .tabs #tab2-tab.active ~ span.orange-bar {
  left: 50%;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .tabs .orange-bar {
  position: absolute;
  z-index: 10;
  left: 0%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: #f18121;
  display: block;
  left: 0;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form p {
  font-weight: 700;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .input-wrapper::after {
  content: attr(data-after);
  font-size: 12px;
  font-weight: 400;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .input-wrapper input {
  width: 100%;
  outline: none;
  border: none;
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .input-wrapper input:placeholder-shown {
  font-weight: 600;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .error-msg {
  color: red;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .suggestion {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  overflow-x: scroll;
  margin: 12px 0 0 0;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .suggestion::-webkit-scrollbar {
  display: none;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .suggestion span {
  background-color: #f5f5f5;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  min-width: max-content;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .suggestion span.active {
  background-color: #20446c;
  color: white;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .invest-more {
  font-weight: 800;
  color: #074a86;
  padding: 8px 16px;
  background-color: #edf6ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  display: none;
  margin-top: 12px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .invest-more::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .form .invest-more::before {
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/info.svg);
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .interval-wrapper p {
  font-weight: 700;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .interval-wrapper .interval {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  overflow-x: scroll;
  margin: 12px 0 0 0;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .interval-wrapper .interval::-webkit-scrollbar {
  display: none;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .interval-wrapper .interval span {
  background-color: #f5f5f5;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  min-width: max-content;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .interval-wrapper .interval span.active {
  background-color: #20446c;
  color: white;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest p {
  font-weight: 700;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .withdrawal {
  display: none;
  margin-top: 24px;
  column-gap: 16px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .withdrawal .radio {
  width: 100%;
  max-width: 201px;
  display: flex;
  align-items: center;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .withdrawal .radio input {
  accent-color: red;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .withdrawal .radio label {
  font-size: 12px;
  font-weight: 700;
  margin-left: 4px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options {
  display: flex;
  column-gap: 13px;
  margin-top: 24px;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card {
  background-color: #feedee;
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  width: 100%;
  position: relative;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card h4 {
  font-weight: 800;
  line-height: 1;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card summary {
  font-weight: 400;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card summary:first-of-type {
  font-weight: 600;
  margin: 8px 0;
  line-height: 1;
  color: #666666;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card.highest {
  background-color: #fff0e5;
  box-shadow: 0px 4px 39.11999893px 0px #0000001a;
  border: 1px solid transparent;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card.highest::before {
  content: "HIGHEST";
  font-size: 12px;
  font-weight: 800;
  padding: 2px 8px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  border-radius: 4px;
  background-color: #b02a30;
}
.gradient-bg .calculator .actual-calculator .tabs-parent .graph-wrapper .best-interest .interest-options .option-card.active {
  border: 1px solid #b02a30;
}
.gradient-bg .calculator .actual-calculator .booking {
  width: 35%;
  background-color: #fff0e5;
  padding: 24px;
  border: 0.79px solid #ebe7e7;
  border-radius: 20px;
}
.gradient-bg .calculator .actual-calculator .booking .card {
  background-color: white;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0px 18px 26px 0px #e09e6d2b;
  padding: 32px;
  text-align: center;
  position: relative;
}
.gradient-bg .calculator .actual-calculator .booking .card .highest {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.gradient-bg .calculator .actual-calculator .booking .card .highest summary {
  font-weight: 800;
  padding: 2px 8px;
  color: white;
  border-radius: 4px;
  background-color: #b02a30;
  width: max-content;
}
.gradient-bg .calculator .actual-calculator .booking .card .popular {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.gradient-bg .calculator .actual-calculator .booking .card .popular summary {
  font-weight: 800;
  padding: 2px 8px;
  color: white;
  border-radius: 4px;
  background-color: #c3993c;
  width: max-content;
}
.gradient-bg .calculator .actual-calculator .booking .card p {
  font-weight: 400;
}
.gradient-bg .calculator .actual-calculator .booking .card h1 {
  font-weight: 800;
  line-height: 1;
  position: relative;
}
.gradient-bg .calculator .actual-calculator .booking .card h1#card-interest::after {
  position: absolute;
  left: calc(50% + 5rem);
  bottom: 0.3rem;
  content: "(p.a.)";
  font-size: 14px;
  font-weight: 400;
}
.gradient-bg .calculator .actual-calculator .booking .card .btn-stack {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
}
.gradient-bg .calculator .actual-calculator .booking .card .btn-stack button {
  width: 100%;
  padding: 12px 32px;
  border-radius: 28px;
  border: none;
  background-color: #f18121;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.gradient-bg .calculator .actual-calculator .booking .card .btn-stack button.secondary {
  background-color: white;
  color: #f18121;
  border: 1px solid #f18121;
}
.gradient-bg .calculator .actual-calculator .booking .card .info {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 60px 0 32px 0;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .select-duration {
  display: none;
  column-gap: 16px;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down {
  width: 100%;
  position: relative;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/down.svg);
  position: absolute;
  right: 4px;
  pointer-events: none;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .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;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down option {
  font-size: 14px;
  font-weight: 700;
  color: #3d3d3d;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .remain-invested {
  font-weight: 800;
  color: #074a86;
  padding: 8px 16px;
  background-color: #edf6ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  display: none;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .remain-invested::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .remain-invested::before {
  min-width: 24px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/info.svg);
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details {
  display: flex;
  justify-content: space-between;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  color: #666666;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: 489px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background-color: #3d3d3d;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  top: var(--pointer-y);
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #3d3d3d;
  position: absolute;
  top: 100%;
  left: var(--pointer-x);
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #fff;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip p.key {
  font-weight: 500;
  white-space: nowrap;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip p.value {
  font-weight: 700;
  word-break: break-all;
}
@media only screen and (max-width: 959px) {
  .gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip {
    left: 0;
    flex-direction: column;
    transform: translateX(0%);
    width: fit-content;
    max-width: calc(100%);
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip p.value {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span .tooltip p.value {
    white-space: normal;
  }
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details summary span image {
  width: 44px;
  height: 44px;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details p {
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 4px;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details:last-of-type {
  position: relative;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details:last-of-type p {
  cursor: pointer;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details:last-of-type p::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/date.svg);
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details:last-of-type #calendar {
  position: absolute;
  top: 30;
  right: 0;
  display: none;
  z-index: 1000;
}
.gradient-bg .calculator .actual-calculator .booking .card .info #payout {
  display: none;
}
.gradient-bg .calculator .actual-calculator .booking .card .info #duration-selector {
  cursor: pointer;
}
.gradient-bg .calculator .actual-calculator .booking .card .info #duration-selector p::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/pen.svg);
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator .booking .details {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gradient-bg .calculator .actual-calculator .booking .details summary {
  color: #666666;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.gradient-bg .calculator .actual-calculator .booking .details summary:not(:last-child)::before {
  content: "";
  display: inline-block;
  min-width: 12px;
  height: 12px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/check.svg);
  background-repeat: no-repeat;
}
.gradient-bg .calculator .actual-calculator .booking .details summary:last-child {
  color: #4f4f4f;
}
.gradient-bg .calculator .suggessions-wrapper {
  position: relative;
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, #f37e20 0%, #ad1e23 100%);
  padding: 2rem 2rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .suggessions-wrapper {
    padding: 1rem 1.5rem;
  }
}
.gradient-bg .calculator .suggessions-wrapper button {
  position: absolute;
  background: transparent;
  border: none;
}
.gradient-bg .calculator .suggessions-wrapper button::after {
  display: none !important;
}
.gradient-bg .calculator .suggessions-wrapper .suggessions {
  height: 100%;
  width: 100%;
}
.gradient-bg .calculator .suggessions-wrapper .suggessions .suggession-text {
  color: #fff0e5;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.25px;
  text-align: start;
  padding-left: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.gradient-bg .calculator .suggessions-wrapper .suggessions .suggession-text::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/light-checked.svg);
  background-repeat: no-repeat;
}
.gradient-bg .calculator .graph .chart-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.gradient-bg .calculator .graph .chart-wrapper::-webkit-scrollbar {
  height: 5px;
}
.gradient-bg .calculator .graph .chart-wrapper::-webkit-scrollbar-thumb {
  background-color: #ad1e23;
  border-radius: 10px;
  height: 5px;
}
@media only screen and (max-width: 767px) {
  .gradient-bg .calculator .graph .chart-wrapper {
    overflow-x: scroll;
  }
}
.gradient-bg .calculator .graph .chart-wrapper #chart {
  width: 100%;
  min-width: 580px;
  max-height: 320px;
  cursor: pointer;
  margin-bottom: -30px;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .apexcharts-tooltip {
  transform: translate(50%, -16px);
}
.gradient-bg .calculator .graph .chart-wrapper #chart .apexcharts-xaxistooltip {
  display: none !important;
}
.gradient-bg .calculator .graph .chart-wrapper #chart #SvgjsLine1014 {
  stroke: #b02a30;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .apexcharts-xaxis-texts-g text {
  font-size: 10px;
  font-weight: 700;
  fill: black;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .apexcharts-series-markers circle {
  filter: drop-shadow(3px 4px 10px #b02a30bf);
}
.gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip {
  display: flex;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #feedee;
  align-items: center;
  gap: 8px;
  z-index: 100000;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip p {
  font-size: 12px;
  color: #b02a30;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip.highest {
  background-color: #b02a30;
  top: 100%;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip.highest p {
  color: white;
}
.gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip.highest::after {
  content: "HIGHEST";
  word-wrap: break-word;
  font-size: 10px;
  font-weight: 700;
  background-color: white;
  color: #b02a30;
  border-radius: 2px;
  padding: 2px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .graph .chart-wrapper #chart .chart-tooltip.highest::after {
    font-size: 8px;
  }
}
.gradient-bg .calculator .graph .caption {
  color: #7d8287;
}
.gradient-bg .calculator .graph .help {
  font-weight: 800;
  color: #074a86;
  padding: 8px 16px;
  background-color: #edf6ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f6f2f2;
  color: #b02a30;
  padding: 11px 16px;
}
.gradient-bg .calculator .graph .help::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
}
.gradient-bg .calculator .graph .help summary {
  font-size: 10px;
}
.gradient-bg .calculator .graph .help::before {
  width: 15px;
  height: 20px;
  min-width: 15px;
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/hand.svg);
}
.gradient-bg .calculator .interest p {
  color: #666666;
  margin: 8px 0;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest p {
    font-size: 12px;
  }
}
.gradient-bg .calculator .interest button {
  width: 100%;
  max-width: 352px;
  display: block;
  margin: 0 auto 24px;
  padding: 12px 32px;
  border-radius: 28px;
  border: none;
  background-color: #f18121;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.gradient-bg .calculator .interest .interest-rates h4 {
  font-weight: 400;
  margin-bottom: 1rem;
}
.gradient-bg .calculator .interest .interest-rates h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .filter {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  overflow-x: scroll;
  margin-bottom: 0;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .filter::-webkit-scrollbar {
  display: none;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .filter span {
  background-color: #f5f5f5;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  min-width: max-content;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .filter span.active {
  background-color: #20446c;
  color: white;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action.active {
  display: block;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action button {
  background-color: #d9d9d9;
  padding: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  height: fit-content;
  width: fit-content;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action button image {
  width: 24px;
  height: 24px;
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action.right {
  left: calc(100% - 3rem);
  padding-left: 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action.left {
  right: calc(100% - 3rem);
  padding-right: 2rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.gradient-bg .calculator .interest .interest-rates .filter-wrapper .scroll-action.left button {
  transform: rotate(180deg);
}
.gradient-bg .calculator .interest .interest-rates .filter-mobile {
  position: relative;
  margin-bottom: 16px;
  display: none;
}
.gradient-bg .calculator .interest .interest-rates .filter-mobile::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/content/dam/icicibank/india/managed-assets/revamp-pages/fd-interest-rates/images/down.svg);
  position: absolute;
  right: 16px;
  pointer-events: none;
}
.gradient-bg .calculator .interest .interest-rates .filter-mobile select {
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  border-radius: 12px;
  padding: 16px;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
}
.gradient-bg .calculator .interest .interest-rates .filter-mobile option {
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
}
.gradient-bg .calculator .interest .interest-rates .mobile-withdrawl-filter {
  display: none;
}
@media only screen and (width < 600px) {
  .gradient-bg .calculator .interest .interest-rates .mobile-withdrawl-filter {
    display: block;
  }
  .gradient-bg .calculator .interest .interest-rates .mobile-withdrawl-filter .withdrawl-selection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .gradient-bg .calculator .interest .interest-rates .mobile-withdrawl-filter .withdrawl-selection .withdrawl-option input {
    accent-color: red;
  }
  .gradient-bg .calculator .interest .interest-rates .mobile-withdrawl-filter .withdrawl-selection .withdrawl-option label {
    font-weight: 600;
    font-size: 14px;
  }
}
.gradient-bg .calculator .interest .interest-rates table {
  border-spacing: 0;
  background-color: white;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0px 10.16px 40.66px 0px #f37e201a;
}
.gradient-bg .calculator .interest .interest-rates table th {
  padding: 10px 14px;
  font-size: 18px;
  border-right: 1px solid;
  border-color: #f8f8f8;
}
.gradient-bg .calculator .interest .interest-rates table th:first-of-type {
  border-top-left-radius: 10px;
}
.gradient-bg .calculator .interest .interest-rates table th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
.gradient-bg .calculator .interest .interest-rates table th p {
  font-weight: 600;
  font-size: 18px;
  color: #f8f8f8;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table th p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table th {
    padding: 8px 14px;
  }
}
.gradient-bg .calculator .interest .interest-rates table td {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding: 2px 14px;
  position: relative;
  background-color: #f0f0f0;
  text-align: start;
  white-space: nowrap;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .gradient-bg .calculator .interest .interest-rates table td {
    white-space: normal;
  }
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td {
    font-size: 10px;
    padding: 8px 12px;
    white-space: normal;
  }
}
.gradient-bg .calculator .interest .interest-rates table td p {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  color: #222222;
  text-align: center;
}
.gradient-bg .calculator .interest .interest-rates table td.sub-heading {
  background-color: #f8f8f8 !important;
}
.gradient-bg .calculator .interest .interest-rates table td.sub-heading p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.gradient-bg .calculator .interest .interest-rates table td.highest p {
  color: #074a86;
}
.gradient-bg .calculator .interest .interest-rates table td.highest .progress {
  max-height: 38px;
  margin: 0;
  border: 2px solid #ad1e23;
}
.gradient-bg .calculator .interest .interest-rates table td.col-pw-gen,
.gradient-bg .calculator .interest .interest-rates table td.col-pw-sen {
  background-color: white;
}
@media screen and (width < 1250px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-gen.highest,
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-sen.highest {
    padding-bottom: 1.5rem;
  }
}
.gradient-bg .calculator .interest .interest-rates table td.col-pw-gen.highest p::before,
.gradient-bg .calculator .interest .interest-rates table td.col-pw-sen.highest p::before {
  content: "Highest";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: calc(50% + 28px);
  font-size: 12px;
  font-weight: 400;
  color: white;
  border-radius: 2px;
  padding: 2px 4px;
  background-color: #ad1e23;
}
@media screen and (width < 1250px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-gen.highest p::before,
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-sen.highest p::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1.25rem));
  }
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-gen,
  .gradient-bg .calculator .interest .interest-rates table td.col-pw-sen {
    padding-left: 12px;
  }
}
.gradient-bg .calculator .interest .interest-rates table td.col-pw-gen .progress,
.gradient-bg .calculator .interest .interest-rates table td.col-pw-sen .progress {
  right: 0;
  left: unset;
}
.gradient-bg .calculator .interest .interest-rates table td.tenure {
  width: 15%;
  max-width: 157px;
  background-color: #f8f8f8;
}
.gradient-bg .calculator .interest .interest-rates table td.tenure p {
  white-space: pre-wrap;
  font-size: 12px;
  font-weight: 600;
}
.gradient-bg .calculator .interest .interest-rates table td.col-wo-gen,
.gradient-bg .calculator .interest .interest-rates table td.col-wo-sen {
  background-color: white;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-gen,
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-sen {
    padding-right: 12px;
  }
}
@media screen and (width < 1250px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest,
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest {
    padding-bottom: 1.5rem;
  }
}
.gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest p::before,
.gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest p::before {
  content: "Highest";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 30px);
  font-size: 12px;
  font-weight: 400;
  color: white;
  border-radius: 2px;
  padding: 2px 4px;
  background-color: #ad1e23;
}
@media screen and (width < 1250px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest p::before,
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest p::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1.25rem));
  }
}
.gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest .progress,
.gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest .progress {
  justify-content: flex-end;
}
.gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest .progress::before,
.gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest .progress::before {
  margin-left: 0;
  margin-right: 61px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-gen.highest .progress::before,
  .gradient-bg .calculator .interest .interest-rates table td.col-wo-sen.highest .progress::before {
    margin-right: 47px;
  }
}
.gradient-bg .calculator .interest .interest-rates table td:first-of-type {
  border-left: 1px solid #e0e0e0;
}
@media only screen and (width < 600px) {
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(1) {
    width: 15%;
    background-color: #f8f8f8;
  }
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(1) p {
    white-space: pre-wrap;
    font-size: 12px;
    font-weight: 600;
  }
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2),
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3) {
    width: 22%;
    padding-left: 12px;
    background-color: white;
  }
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2).highest,
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3).highest {
    padding-bottom: 1.5rem;
  }
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2).highest p::before,
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3).highest p::before {
    content: "Highest";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 1.25rem));
    font-size: 12px;
    font-weight: 400;
    color: white;
    border-radius: 2px;
    padding: 2px 4px;
    background-color: #ad1e23;
  }
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2) .progress,
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3) .progress {
    right: 0;
    left: unset;
  }
}
@media only screen and (width < 600px) and only screen and (max-width: 767px) {
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2).highest p::before,
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3).highest p::before {
    font-size: 10px;
    padding: 1px 4px;
    top: 0px;
    right: -10px;
    left: unset;
  }
}
@media only screen and (width < 600px) and only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2).highest p::before,
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3).highest p::before {
    font-size: 10px;
    padding: 1px 4px;
    top: -1px;
    right: -10px;
    left: unset;
  }
}
@media only screen and (width < 600px) and only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .interest-rates table td:nth-child(2),
  .gradient-bg .calculator .interest .interest-rates table td:nth-of-type(3) {
    padding-left: 12px;
  }
}
.gradient-bg .calculator .interest .interest-rates table td .progress {
  position: absolute;
  height: 100%;
  max-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff1e0;
  z-index: 0;
  display: flex;
  align-items: center;
}
.gradient-bg .calculator .interest .summary {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 24px;
}
.gradient-bg .calculator .interest .summary summary:first-of-type {
  font-weight: 400;
  color: #7d8287;
}
.gradient-bg .calculator .interest .header {
  font-weight: 700;
  margin-top: 16px;
  color: #222222;
}
.gradient-bg .calculator .interest .bullet {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest .bullet {
    font-size: 12px;
  }
}
.gradient-bg .calculator .interest .bullet::before {
  content: "";
  display: block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background-color: #b2b5bb;
  border-radius: 100%;
}
.gradient-bg .calculator .interest table {
  width: 100%;
  border-radius: 10px;
  background-color: #d6d6d6;
  overflow: hidden;
}
.gradient-bg .calculator .interest table tr:first-of-type {
  background-color: #ad1e23;
  color: white;
}
.gradient-bg .calculator .interest table tr:first-of-type td {
  font-weight: 700;
  font-size: 18px;
  padding: 11px 20px;
  background-color: inherit;
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest table tr:first-of-type td {
    padding: 11px 10px;
    font-size: 12px;
    text-align: center;
  }
}
.gradient-bg .calculator .interest table tr:first-of-type td:first-of-type {
  border-top-left-radius: 10px;
}
.gradient-bg .calculator .interest table tr:first-of-type td:last-child {
  border-top-right-radius: 10px;
}
.gradient-bg .calculator .interest table tr:last-of-type td:first-child {
  border-bottom-left-radius: 10px;
}
.gradient-bg .calculator .interest table tr:last-of-type td:last-child {
  border-bottom-right-radius: 10px;
}
.gradient-bg .calculator .interest table td {
  padding: 16px 20px;
}
@media only screen and (max-width: 767px) {
  .gradient-bg .calculator .interest table td {
    padding: 16px 14px;
  }
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .interest table td {
    text-align: center;
  }
}
.gradient-bg .calculator .interest table td:first-child {
  background-color: #f5f7f6;
  font-size: 12px;
  font-weight: 600;
}
.gradient-bg .calculator .interest table td:last-child {
  background-color: #fff1e0;
}
@media only screen and (max-width: 959px) {
  .gradient-bg .calculator {
    padding: 24px;
  }
  .gradient-bg .calculator .actual-calculator {
    flex-direction: column;
    row-gap: 32px;
  }
  .gradient-bg .calculator .actual-calculator .tabs-parent {
    width: 100%;
  }
  .gradient-bg .calculator .actual-calculator .booking {
    width: 100%;
  }
}
@media only screen and (min-width: 340px) and (max-width: 575px) {
  .gradient-bg .calculator .actual-calculator .tabs-parent .withdrawal {
    flex-direction: column;
    row-gap: 12px;
  }
  .gradient-bg .calculator .actual-calculator .tabs-parent .option-card {
    padding: 24px 6px !important;
  }
  .gradient-bg .calculator .actual-calculator .booking {
    padding: 12px;
    border-radius: 12px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card {
    padding: 16px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .select-duration {
    column-gap: 8px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down {
    width: 100%;
    position: relative;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down::before {
    right: 0;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .select-duration .drop-down select {
    padding: 16px 6px;
    padding-right: 22px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .info-details p {
    font-size: 12px;
  }
  .gradient-bg .calculator .actual-calculator .booking .card .info .info-details:nth-of-type(3) p::after {
    width: 15px;
    height: 15px;
  }
  .gradient-bg .calculator .actual-calculator .booking .details {
    gap: 24px;
  }
  .gradient-bg .calculator .interest .interest-rates h4 {
    font-size: 24px;
  }
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details.effective-interest-field {
  border: 1px solid #ad1e23;
  padding: 0 3px;
}
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details.effective-interest-field summary,
.gradient-bg .calculator .actual-calculator .booking .card .info .info-details.effective-interest-field p {
  font-size: 14px;
  font-weight: 700;
  color: #3d3d3d;
}