@media (max-width: 980px) {
  div.topForm {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (max-width: 980px) {
  div.topForm .sipLeadForm {
    top: 0;
    margin: 20px auto;
  }
}

.ssy-calculator-wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #DEDEDE;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper {
    flex-direction: column;
    background: #fff;
  }
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth {
    width: 96%;
    padding: 8px 0 0 0;
  }
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-left {
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:before {
  top: -16px;
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right {
  min-width: 508px;
  padding: 40px 40px 80px;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right {
    min-width: 100%;
    padding: 10px;
  }
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container {
  display: flex;
  flex-wrap: wrap;
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .ssy-chart-panel {
  width: 270px;
  height: 270px;
  margin: 0;
  background-position: left center;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .ssy-chart-panel {
    margin: 0 auto;
    width: 208px;
    height: 208px;
    background-position: center;
  }
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper {
  flex-direction: column;
  margin: 0px;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper {
    flex-direction: initial;
  }
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper .value-box {
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper .value-box {
    width: 50%;
    margin: 13px 0 20px;
  }
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper .value-box .val-label {
  font-size: 14px;
}
.ssy-calculator-wrapper.ssy-calculator-fullwidth .ssy-calculator-right .ssy-graph-container .value-wrapper .value-box .val-text {
  font-size: 20px;
}
.ssy-calculator-wrapper .ssy-calculator-left {
  padding: 20px 24px 15px;
  max-width: 100%;
  width: 60%;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-left {
    width: 100%;
    padding: 5px;
  }
}
.ssy-calculator-wrapper .ssy-calculator-left .calculator-heading {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 0 0;
}
.ssy-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 0;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row {
  margin: 20px 0 0 0;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .err.lic-err {
  color: #ce0505;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  bottom: -15px;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row:first-child .text-box-col .ssy-left-label {
  padding-right: 10px;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row:first-child .text-box-col .right-with-label {
  min-width: 130px;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col {
  position: relative;
  width: 100%;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col {
    width: 100%;
  }
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.rupee-icon) .type-text {
  padding-left: 25px;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.yrs-txt) .type-text {
  padding-right: 48px;
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) .type-text {
  height: 40px;
  font-size: 14px;
}
.ssy-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: 10px;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col:has(.right-with-label) .label-text {
  margin: 0;
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .right-with-label {
  width: 130px;
  position: relative;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .label-text {
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: #253858;
  margin: 0 0 12px;
  display: block;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .rupee-icon {
  position: absolute;
  bottom: 9px;
  left: 14px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .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;
}
.ssy-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) {
  .ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col input[type=date] {
    max-width: 100%;
  }
}
.ssy-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;
}
.ssy-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) {
  .ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row {
    justify-content: space-between;
  }
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .text-box-col .radio-row .radio-box {
  position: relative;
  display: flex;
}
.ssy-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;
}
.ssy-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;
}
.ssy-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;
}
.ssy-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) {
  .ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range {
    margin: 1px 0 0 0;
  }
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range input {
  -webkit-appearance: none;
}
.ssy-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;
}
.ssy-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;
}
.ssy-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;
}
.ssy-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;
}
.ssy-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) {
  .ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul {
    margin: 10px 0 0 0;
  }
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row ul li.show {
  font-size: 12px !important;
  justify-content: center;
  width: auto;
  margin: 0;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row input[type=range] {
  width: 100%;
  margin: 0;
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:before {
  height: 9px;
  opacity: 0.8;
  top: -21px;
  display: block;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:not(:first-child):before {
  right: 0;
}
.ssy-calculator-wrapper .ssy-calculator-left .input-wrapper .text-box-row .range li.range__opt.show:last-child::before {
  left: auto;
  right: -1px;
}
.ssy-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%);
  min-height: 400px;
  border-radius: 0px 6px 6px 0px;
  width: 40%;
  min-width: 283px;
  padding: 32px 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right {
    min-width: 100%;
    padding: 10px;
  }
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container {
    flex-direction: column;
    display: flex;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .highcharts-container {
  top: 0px;
}
@media (max-width: 767px) {
  .ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .highcharts-container {
    left: 0px;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .highcharts-container .highcharts-data-labels {
  display: block;
}
.ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .ssy-chart-panel {
  width: 208px;
  height: 208px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .ssy-chart-panel {
    order: 3;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .img-graph {
  background: url(../../images/bu/investment/ssy/ssy-graph-img.png) no-repeat center top;
  background-size: 188px;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .ssy-graph-container .img-graph {
    order: 3;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper {
  margin: 20px 0 0 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .value-wrapper {
    order: 1;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 32px;
  width: 50%;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box {
    width: 50%;
  }
}
.ssy-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;
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box.invest::before {
  background: #0065FF;
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box.interest::before {
  background: #25A608;
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box .val-label {
  font-size: 12px;
  color: #253858;
  margin: 0 0 4px;
  font-weight: 400;
}
.ssy-calculator-wrapper .ssy-calculator-right .value-wrapper .value-box .val-text {
  font-size: 16px;
  color: #253858;
  font-weight: 600;
}
.ssy-calculator-wrapper .ssy-calculator-right .view-plan-btn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  align-items: center;
  padding: 14px 0;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 980px) {
  .ssy-calculator-wrapper .ssy-calculator-right .view-plan-btn {
    order: 2;
    margin: 0 0 20px;
  }
}
.ssy-calculator-wrapper .ssy-calculator-right .disc-text {
  color: rgba(37, 56, 88, 0.6);
  margin: 0 0 0;
  font-size: 10px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
}
.ssy-calculator-wrapper .ssy-calculator-right .disc-text sup {
  position: relative;
  top: 3px;
}

.whatapp-and-tnc .termCondition {
  margin: 0;
  text-align: left;
}

@media (max-width: 980px) {
  .form-whatsapp {
    top: 30px;
  }
}

.sipLeadForm .form-in-row .form-feild-row .error {
  border: 0px;
}
.sipLeadForm .form-in-row .form-feild-row .error .formInput {
  border-color: red;
}

.floatingPopupDiv.center .floatpanel .sipLeadForm {
  padding-top: 24px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #number_f {
  margin: 0 auto 32px;
}
.floatingPopupDiv.center .floatpanel .sipLeadForm #number_f.error .err {
  bottom: -25px;
}
.floatingPopupDiv.center .floatpanel .showForm .disForm {
  padding: 0px 0 10px;
}