.saving-calculator-wrapper {
  background: #F7FFFF;
  width: 100%;
  max-width: 1170px;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
.saving-calculator-wrapper.half-width {
  max-width: 750px;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper.half-width .ssy-calculator-left {
    padding: 15px;
  }
}
.saving-calculator-wrapper.half-width .ssy-calculator-left .input-wrapper .text-box-row.flex-row {
  flex-wrap: wrap;
}
.saving-calculator-wrapper.half-width .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half {
  width: 100%;
}
.saving-calculator-wrapper.half-width .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .select-parent-row .saving-select {
  width: 50%;
}
.saving-calculator-wrapper.half-width .ssy-calculator-right {
  max-width: 300px;
  min-width: 300px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper.half-width .ssy-calculator-right {
    min-width: 100%;
    max-width: 100%;
  }
}
.saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container {
  flex-direction: column;
  margin-bottom: 0px;
}
.saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container .img-graph {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container .img-graph {
    order: 3;
  }
}
.saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container .value-wrapper {
  margin: 20px 0 0 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container .value-wrapper {
    order: 1;
  }
}
.saving-calculator-wrapper.half-width .ssy-calculator-right .ssy-graph-container .value-wrapper .value-box {
  width: 50%;
}
.saving-calculator-wrapper.half-width .ssy-calculator-right .view-plan-btn {
  margin: 0;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper.half-width .ssy-calculator-right .view-plan-btn {
    margin: 0 0 20px;
  }
}
.saving-calculator-wrapper .ssy-calculator-left {
  padding: 24px;
  max-width: 100%;
  width: 60%;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left {
    width: 100%;
    padding: 5px;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .calculator-heading {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 0 0;
}
.saving-calculator-wrapper .ssy-calculator-left .calculator-heading-label {
  font-size: 12px;
  font-weight: 600;
  color: #253858;
  background: #F5F5F5;
  border-radius: 8px;
  display: inline-flex;
  padding: 4px 8px;
  margin: 8px 0 12px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row {
  margin: 20px 0 0 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row {
  display: flex;
  gap: 24px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half {
  width: 50%;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .label-text {
  font-weight: 600;
  color: #253858;
  font-size: 16px;
  margin: 0 0 8px;
  display: block;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .select-parent-row {
  display: flex;
  gap: 13px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .select-parent-row .saving-select {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 12px 16px;
  background: url(../images/bu/investment/select-arrow-sav-cal.svg) no-repeat 92% center/10px, #fff;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  min-width: 130px;
  min-height: 48px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .right-with-label {
  position: relative;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .right-with-label:has(.yrs-txt) {
  width: 100px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .right-with-label:has(.yrs-txt) .type-text {
  padding-left: 16px;
  height: 40px;
  background: transparent;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .right-with-label .rupee-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
  font-size: 16px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row.flex-row .col-half .right-with-label .type-text {
  font-size: 16px;
  padding: 12px 16px 12px 36px;
  display: flex;
  color: #253858;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  outline: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row:first-child .text-box-col .ssy-left-label {
  padding-right: 10px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row:first-child .text-box-col .right-with-label {
  min-width: 130px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col {
  position: relative;
  width: 100%;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col {
    width: 100%;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.rupee-icon) .type-text {
  padding-left: 30px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.yrs-txt) .type-text {
  padding-right: 16px;
  padding-left: 16px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) {
    gap: 8px;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) .type-text {
  height: 40px;
  font-size: 14px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) .yrs-txt {
  font-size: 12px;
  right: 12px;
  bottom: 13px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) .label-text {
  margin: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .ssy-left-label .sub-text {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
  margin: 3px 0 0 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .right-with-label {
  width: 130px;
  position: relative;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .label-text {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  margin: 0 0 12px;
  display: block;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .rupee-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
  font-size: 16px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .yrs-txt {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .type-text {
  font-size: 16px;
  padding: 12px 16px 12px 36px;
  display: flex;
  color: #253858;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  outline: none;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col input[type=date] {
  background: url(../images/bu/investment/date-range-fd-cal.svg) no-repeat 95% 11px/24px, #fff;
  max-width: 265px;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col input[type=date] {
    max-width: 100%;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .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;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row {
    justify-content: space-between;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row .radio-box {
  position: relative;
  display: flex;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row .radio-box .radio-category {
  position: absolute;
  left: 0;
  margin: 0;
  opacity: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row .radio-box .radio-category:checked + .rb-label {
  border-color: #0065FF;
  background: #D1E2FD;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row .radio-box .rb-label {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 12px 16px;
  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;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range {
    margin: 1px 0 0 0;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input {
  width: 100%;
  height: 0px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: media-sliderthumb;
  position: relative;
  z-index: 99;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input {
  -webkit-appearance: none;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  border: 2px solid #fff;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  border: 2px solid #fff;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input::-ms-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  border: 2px solid #fff;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row em {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 17px;
  z-index: 1;
  background: #0065FF;
  height: 1px;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: inherit;
  padding: 0;
  position: relative;
  list-style: none;
  margin: 10px 0 0 0;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul {
    margin: 10px 0 0 0;
  }
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul li {
  font-size: 0;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 3px 0 0;
  margin: 0 4px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul li.show {
  font-size: 12px !important;
  justify-content: center;
  width: auto;
  margin: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row input[type=range] {
  width: 100%;
  margin: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  margin: auto;
  width: 0px;
  height: 5px;
  border-left: 1px solid #0065FF;
  opacity: 0;
  display: block;
  z-index: 99;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:before {
  height: 9px;
  opacity: 0.8;
  top: -16px;
  display: block;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:not(:first-child):before {
  right: 0;
}
.saving-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:last-child::before {
  left: auto;
  right: -1px;
}
.saving-calculator-wrapper .ssy-calculator-right {
  background: linear-gradient(133.89deg, rgba(0, 101, 255, 0.05) -2.91%, rgba(37, 166, 8, 0.05) 100.24%);
  border-radius: 8px;
  box-shadow: 3px 3px 12px 0px rgba(16, 193, 218, 0.2) inset;
  width: 40%;
  min-width: 510px;
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-right {
    min-width: 100%;
    border-radius: 0px 0px 8px 8px;
    padding: 10px;
  }
}
.saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container {
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container {
    flex-direction: column;
    width: 100%;
  }
}
.saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container .img-graph {
  width: 220px;
  min-width: 220px;
  height: 220px;
  background: url(../images/bu/investment/saving-calculator-graph.png) no-repeat center top;
  background-size: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container .img-graph {
    order: 3;
  }
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper {
  margin: 20px 0 0 40px;
  display: flex;
  width: 40%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper .ssy-calculator-right .value-wrapper {
    order: 1;
    width: 100%;
  }
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 32px;
  width: 100%;
}
@media (max-width: 980px) {
  .saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box {
    width: 50%;
  }
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box::before {
  content: "";
  background: #D9D9D9;
  height: 43px;
  width: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0px;
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box.invest::before {
  background: #0065FF;
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box.interest::before {
  background: #1FAD6B;
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box .val-label {
  font-size: 12px;
  color: #253858;
  margin: 0 0 4px;
  font-weight: 400;
}
.saving-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box .val-text {
  font-size: 16px;
  color: #253858;
  font-weight: 600;
}
.saving-calculator-wrapper .ssy-calculator-right .view-plan-btn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  margin: 20px 0 0 0;
  height: 48px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .saving-calculator-wrapper .ssy-calculator-right .view-plan-btn {
    order: 2;
    margin: 0 0 20px;
  }
}

.saving-calculator-wrapper .err {
  font-size: 10px;
  color: #ce0505;
}

.rightSection .saving-calculator-wrapper {
  flex-direction: column;
  padding: 0px;
}
.rightSection .saving-calculator-wrapper .ssy-calculator-left {
  width: 100%;
  padding: 16px;
}
.rightSection .saving-calculator-wrapper .ssy-calculator-right {
  max-width: 100%;
  min-width: 100%;
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
}
.rightSection .saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container .img-graph {
  order: 3;
}
.rightSection .saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container .value-wrapper {
  order: 1;
}
.rightSection .saving-calculator-wrapper .ssy-calculator-right .ssy-graph-container .view-plan-btn {
  order: 2;
}/*# sourceMappingURL=savings-account-calculator.css.map */