:root {
  --white: #fff;
  --light-blue: #F2F7FF;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4C4C4D;
  --disable-color: ##949494;
  --shadowblue: #FAFCFF;
  --gray: #D6D6D6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994EB;
  --green: #2DBC13;
  --orange: #FF5420;
  --lightgreen: #B6F4B4;
  --lightred: #F4B4B4;
  --pink-bg: #FFD8D9;
  --yellow-bg: #FFDEA3;
  --pink: #A73740;
  --pink-light: #7F5900;
  --purple: #5D50D8;
  --purple-light: #D9D8F6;
  --brown: #7F5900;
  --brown-light: #D9D8F6;
  --page-max-width: 1170px;
  --brand-color: #0065FF;
  --input-border-color: #dddddd;
  --text-primary-89-color: rgba(37, 56, 88, 0.89);
  --text-primary-60-color: rgba(37, 56, 88, 0.89);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input::-ms-clear {
  display: none;
}

.Power_of_Compounding_wrp_form_input_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid var(--input-border-color);
  border-radius: 8px;
  opacity: 1;
  height: 56px;
  padding-left: 15px;
  width: 100%;
  background: transparent;
  color: var(--text-primary-89-color);
}

.Power_of_Compounding_wrp_form_input label,
.Power_of_Compounding_wrp_form_input_select label {
  position: absolute;
  background: var(--elevation1-background);
  top: -5px;
  text-align: left;
  font: normal 500 normal 14px/18px Poppins;
  letter-spacing: 0px;
  color: var(--text-primary-89-color);
  opacity: 1;
  left: 12px;
  /* padding: 0px 10px; */
  padding: 0px 5px;
}

.Power_of_Compounding_wrp_form_input_select:after {
  position: absolute;
  content: "";
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: var(--text-primary-89-color);
  top: 25px;
  right: 18px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.Power_of_Compounding_wrp_form_input input {
  border: 1px solid var(--input-border-color);
  border-radius: 8px;
  opacity: 1;
  height: 56px;
  padding-left: 30px;
  width: 100%;
  font-size: 16px;
  background: transparent;
  color: var(--text-primary-89-color);
  font-family: "Poppins";
}

.Power_of_Compounding_wrp_form_input input#txtRate {
  padding-left: 15px;
}

.Power_of_Compounding_wrp_form_input {
  display: flex;
  flex-direction: column;
  position: relative;
}

.Power_of_Compounding_wrp_form_input_select {
  display: flex;
  flex-direction: column;
  position: relative;
}

.Power_of_Compounding_wrp_right_bar_bottom {
  display: flex;
  align-items: center;
}

.Power_of_Compounding_wrp_right {
  width: -webkit-fill-available;
  position: relative;
}

.Power_of_Compounding_wrp_right_bar_chart {
  height: 300px;
}

.Power_of_Compounding_wrp_you_invest {
  background: #5B9BFD 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px var(--power-compunding-shadow);
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  text-align: center;
  padding: 16px;
  margin-right: 40px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Power_of_Compounding_wrp_you_invest p,
.Power_of_Compounding_wrp_you_get p {
  padding: 0px;
  margin: 0px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 20px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Power_of_Compounding_wrp_you_invest h3,
.Power_of_Compounding_wrp_you_get h3 {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font: normal normal bold 26px/18px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  white-space: nowrap;
}

.Power_of_Compounding_wrp_you_invest span,
.Power_of_Compounding_wrp_you_get span {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 23px;
  display: block;
}

.Power_of_Compounding_wrp_you_get {
  box-shadow: 0px 3px 6px var(--power-compunding-shadow);
  border-radius: 8px;
  opacity: 1;
  color: #fff;
  text-align: center;
  padding: 16px;
  /* margin-right: 40px; */
  background: #59B973 0% 0% no-repeat padding-box;
  display: flex;
  width: 147px;
  align-items: center;
  flex-direction: column;
}

.Power_of_Compounding_wrp_form_input_select {
  flex-direction: row;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.Power_of_Compounding_wrp_form_input_select .POC-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.Power_of_Compounding_wrp_form_input_select label {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  bottom: 0;
  margin: 0px auto 0px 0px;
  white-space: nowrap;
  color: var(--text-primary-89-color);
}

.Power_of_Compounding_wrp_form_input_select label small {
  font-size: 10px;
  color: var(--text-primary-60-color);
  font-family: "Poppins";
  font-weight: 500;
}

.Power_of_Compounding_wrp_form_input_select input {
  border: 0;
  outline: none !important;
}

.Power_of_Compounding_wrp_form_input_select .range-value {
  position: relative;
}

.Power_of_Compounding_wrp_form_input_select .range-value input {
  border: 1px solid #5E6C84;
  border-radius: 8px;
  display: inline-block;
  float: right;
  padding: 10px;
  width: 100px;
  font-size: 14px;
  color: var(--text-primary-89-color);
  text-align: left;
  background: var(--elevation8-background);
}

.Power_of_Compounding_wrp_form_input_select .range-value input::-webkit-input-placeholder,
.Power_of_Compounding_wrp_form_input_select .range-value span.yrs {
  font-size: 12px;
  color: var(--text-primary-60-color);
  font-weight: 400;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 13px;
  white-space: nowrap;
  width: auto;
  height: auto;
  opacity: 1;
}

.Power_of_Compounding_wrp_form_input_select:after {
  display: none;
}

.Power_of_Compounding_wrp_form_input_select .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;
}

.Power_of_Compounding_wrp_form_input_select .range input {
  width: 100%;
  height: 0px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: media-sliderthumb;
  position: relative;
  z-index: 99;
}

.range input {
  -webkit-appearance: none;
}
.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;
}
.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;
}
.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;
}

.Power_of_Compounding_wrp_form_input_select em {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 17px;
  z-index: -1;
  background: var(--brand-color);
  height: 1px;
}

.Power_of_Compounding_wrp_form_input_select ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: inherit;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .Power_of_Compounding_wrp_form_input_select ul {
    margin: -6px 0 0 0;
  }
}

@media (max-width: 568px) {
  .compound-calculator .Power_of_Compounding_wrp_form_input_select ul {
    margin: 5px 0 0 0;
  }
}
.Power_of_Compounding_wrp_form_input_select input[type=range] {
  width: 100%;
  margin: 0;
}

.Power_of_Compounding_wrp_form_input_select .range li.range__opt:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  margin: auto;
  width: 0px;
  height: 5px;
  border-left: 1px solid var(--brand-color);
  opacity: 0.6;
  display: block;
  z-index: 99;
}

.Power_of_Compounding_wrp_form_input_select .range li.range__opt.show:before {
  height: 9px;
  opacity: 0.8;
  top: -6px;
  display: block;
}

.Power_of_Compounding_wrp_form_input_select .range li.range__opt.show:not(:first-child):before {
  right: 0;
}

.Power_of_Compounding_wrp_form_input_select .range li.range__opt.show:last-child::before {
  left: auto;
}

.Power_of_Compounding_wrp_form_input_select li {
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 3px 0px 0;
  margin: 0px 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;
  z-index: -1;
}

.Power_of_Compounding_wrp_form_input_select li {
  font-size: 0;
}

.Power_of_Compounding_wrp_form_input_select li:first-child,
.Power_of_Compounding_wrp_form_input_select li:last-child {
  font-size: inherit;
}

.Power_of_Compounding_wrp_form_input_select li.show {
  font-size: 12px !important;
  justify-content: center;
  width: 12px;
  margin: 0;
}

.Power_of_Compounding_wrp_form_input_select li.show.active {
  color: var(--brand-color);
  font-weight: 600;
}

.Power_of_Compounding_wrp_form_input_select .error_msg {
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  bottom: -14px;
}

.Power_of_Compounding_wrp_form_input_select.percent .error_msg {
  bottom: -12px;
}

/*--------------Updated-POC-Calulator-CSS-28-Dec-2022-end-------------*/
@media screen and (max-width: 1024px) {
  .Power_of_Compounding_wrp_form_input_select em,
  .Power_of_Compounding_wrp_form_input_select li {
    z-index: initial;
  }
  .Power_of_Compounding_wrp_form_input_select li.show {
    width: 1.5%;
  }
  .Power_of_Compounding_wrp_you_invest p,
  .Power_of_Compounding_wrp_you_get p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding-bottom: 10px;
  }
  .Power_of_Compounding_wrp_form_input_msg {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .Power_of_Compounding_wrp_form_top {
    margin: 10px 0px 20px;
  }
  .Power_of_Compounding_wrp_you_get {
    margin: inherit;
  }
  .Power_of_Compounding_wrp_right_bar_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .desktop_show {
    display: none;
  }
  .Power_of_Compounding_wrp_right {
    display: none;
  }
  .mobile_show {
    display: flex;
    margin-bottom: 5px;
  }
  .Power_of_Compounding_wrp_close {
    position: absolute;
    background: url(../../../assets/Images/know_more_close@2x.png) no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    right: 0;
    top: 0;
    background-size: 150%;
  }
  .Power_of_Compounding_wrp_left_btn {
    display: block;
  }
  .Power_of_Compounding_wrp_left_btn {
    display: block;
  }
  .Power_of_Compounding_wrp_left_btn button {
    width: 92%;
    border: 1px solid #FD4704;
    color: #FD4704;
    font: normal normal 600 16px/26px Poppins;
    letter-spacing: 0px;
    color: #FD4704;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 10px;
    padding: 10px;
    background: transparent;
    border-radius: 8px;
    margin: 0px;
    margin: 0px auto;
    display: block;
  }
  .Power_of_Compounding_wrp_form_top {
    justify-content: center;
  }
  .Power_of_Compounding_wrp_left {
    display: block;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .Power_of_Compounding_wrp {
    top: inherit;
    height: auto;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
  .Power_of_Compounding_wrp_top h1 {
    padding-top: 0px;
    position: relative;
  }
  .Power_of_Compounding_wrp_form_input_select option {
    margin: 0px 3px;
  }
  .Power_of_Compounding_wrp_form_input_select option.show {
    width: 14px;
  }
  .Power_of_Compounding_wrp_form_input_select .range option.range__opt:before {
    top: -9px;
  }
  .Power_of_Compounding_wrp_form_input_select .range option.range__opt.show:before {
    top: -11px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .Power_of_Compounding_wrp_form_input_select .range input {
    top: 0;
  }
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs .tab-panels {
    padding: 48px 10px 60px 10px;
    margin-top: -55px;
    border-radius: 20px;
  }
}
.sipCalculatorTab.compound-radioTabs .tab-panels .invest-input .feild-item {
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs .tab-panels .invest-input .feild-item {
    margin: 30px 0;
  }
}
.sipCalculatorTab.compound-radioTabs .invest-time {
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs .invest-time {
    padding-left: 15px;
  }
}
.sipCalculatorTab.compound-radioTabs .invest-time .checkmark {
  display: none;
}
.sipCalculatorTab.compound-radioTabs .invest-time .container {
  background: #EDF4FF;
  border-radius: 20px 20px 0 0;
  padding: 12px 32px;
  border-bottom: 2px solid #EDF4FF;
  color: rgba(37, 56, 88, 0.6);
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs .invest-time .container {
    text-align: center;
    font-size: 14px;
    color: #162F6E;
    border-radius: 30px;
    padding: 6px 15px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.0588235294);
  }
}
.sipCalculatorTab.compound-radioTabs .invest-time .container.active {
  color: #162F6E;
  border-radius: 20px 20px 0 0;
  background: #D1E2FD;
  position: relative;
  border-color: #0065FF;
}
@media (max-width: 980px) {
  .sipCalculatorTab.compound-radioTabs .invest-time .container.active {
    border: 1px solid #0065FF;
    border-radius: 30px;
  }
}

.sipCalculatorTab .invest-time {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sipCalculatorTab .invest-time .container {
  display: block;
  position: relative;
  padding: 15px 25px 15px 50px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sipCalculatorTab .invest-time .container.active {
  border-radius: 30px;
  background: rgba(1, 101, 255, 0.1);
}
.sipCalculatorTab .invest-time .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sipCalculatorTab .invest-time .checkmark {
  position: absolute;
  top: 8px;
  left: 11px;
  height: 25px;
  width: 25px;
  border: 2px solid #0165FF;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .sipCalculatorTab .invest-time .checkmark {
    width: 16px;
    height: 16px;
  }
}

.sipCalculatorTab .invest-time .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sipCalculatorTab .invest-time .container input:checked ~ .checkmark:after {
  display: block;
}
.sipCalculatorTab .invest-time .container .checkmark:after {
  top: 0px;
  left: 0px;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #0165FF;
  top: 50%;
  transform: translate(2px, -50%);
}
@media (max-width: 1024px) {
  .sipCalculatorTab .invest-time .container .checkmark:after {
    width: 83%;
    transform: translate(1px, -50%);
  }
}

.sipCalculatorTab {
  position: relative;
}
.sipCalculatorTab .tabset .tab-panel {
  display: none;
}
.sipCalculatorTab .tabset .tab-panel.show {
  display: block;
}
.sipCalculatorTab .tab-set {
  position: relative;
}
.sipCalculatorTab .tab-set .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #0065FF;
}
@media (max-width: 1024px) {
  .sipCalculatorTab .tab-set .active::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .sipCalculatorTab .tab-set {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0px auto;
  }
  .sipCalculatorTab .tab-set label {
    font-size: 12px;
    width: 48%;
    text-align: center;
    border-radius: 16px !important;
    line-height: 18px;
    background: #fff !important;
    color: #162F6E !important;
    padding: 10px !important;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .sipCalculatorTab .tab-set label.active {
    border: 1px solid #0065FF;
    background: #D1E2FD !important;
    box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.16);
    color: #0065FF !important;
  }
}
.sipCalculatorTab .tabset label {
  position: relative;
  display: inline-block;
  padding: 15px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
  background: #EDF4FF;
  color: rgba(22, 47, 110, 0.6);
  margin-bottom: 0px;
}
.sipCalculatorTab .tabset label.active {
  background: #D1E2FD;
  color: #0065FF;
}
.sipCalculatorTab .tabset label:hover {
  color: #162F6E;
}
.sipCalculatorTab .tabset > label:hover::after {
  background: #06c;
}
.sipCalculatorTab .tab-panels {
  padding: 20px 20px 60px 20px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(101deg, rgba(1, 118, 255, 0.1) 0.37%, rgba(143, 11, 98, 0.1) 100%);
}
.sipCalculatorTab .tab-panels.light {
  background: linear-gradient(101deg, rgba(174, 1, 255, 0.1) 0.37%, rgba(143, 98, 11, 0.1) 100%);
}
@media (max-width: 767px) {
  .sipCalculatorTab .tab-panels {
    border-radius: 20px 20px 20px 20px;
    padding: 90px 10px 60px 10px;
    margin-top: -55px;
  }
}
.sipCalculatorTab .tab-panels.col-half {
  padding: 20px 20px 0px 20px;
}
@media (max-width: 568px) {
  .sipCalculatorTab .tab-panels.col-half {
    padding: 90px 20px 0px 20px;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
  }
  .sipCalculatorTab .tab-panels.col-half.light {
    padding: 60px 20px 0px 20px;
  }
}
.sipCalculatorTab .tab-panels.col-half .calculate-invested-amount, .sipCalculatorTab .tab-panels.col-half .calculate-invested-goal {
  width: 100%;
}
.sipCalculatorTab .tab-panels.col-half .wealth-amout {
  border-radius: 0px 0px 18px 18px;
  background: #F7FFF8;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-direction: row;
  padding: 20px 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 158px;
}
@media (max-width: 568px) {
  .sipCalculatorTab .tab-panels.col-half .wealth-amout {
    padding: 20px;
    border-radius: 0px;
  }
}
.sipCalculatorTab .tab-panels.col-half .wrapper-wealth-amout {
  display: flex;
  flex-direction: column;
}
.sipCalculatorTab .tab-panels.col-half .heading {
  color: #253858;
  font-weight: 600;
  font-size: 14px;
}
.sipCalculatorTab .tab-panels.col-half .futurvalue {
  color: #0A811D;
  font-size: 26px;
  font-weight: 700;
}
.sipCalculatorTab .tab-panels.col-half .viewplans {
  border-radius: 8px;
  background: #0065FF;
  color: #fff;
  padding: 10px 50px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 568px) {
  .sipCalculatorTab .tab-panels.col-half .viewplans {
    padding: 10px 30px;
  }
}
.sipCalculatorTab .tab-panels .top-funds {
  position: relative;
  top: -122px;
}
@media (max-width: 568px) {
  .sipCalculatorTab .tab-panels .top-funds {
    padding: 0px;
    height: 143px;
    overflow: hidden;
  }
}
.sipCalculatorTab .tabset {
  max-width: 100%;
}

.invest-input {
  position: relative;
}
.invest-input .feild-item {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.invest-input .feild-item .err {
  display: block;
  font-size: 11px;
  color: #ce0505;
  font-weight: 500;
  padding: 5px;
  position: absolute;
  bottom: -22px;
}
.invest-input .feild-item .sip-roi-err,
.invest-input .feild-item .sip-term-err {
  display: block;
  width: 100%;
  text-align: left;
}
.invest-input .feild-item .heading-text {
  color: #253859;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  width: 100%;
  align-items: center;
}
.invest-input .feild-item .heading-text.justified {
  justify-content: space-between;
}
.invest-input .feild-item .heading-text .flexbox {
  align-items: center;
}
.invest-input .feild-item .heading-text > span,
.invest-input .feild-item .heading-text .flexbox > span {
  margin-right: 20px;
}
.invest-input .feild-item .heading-text .protip {
  color: #684575;
  background-color: #F9EAFF;
  text-decoration: underline;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 11px 6px 22px;
  border-radius: 250px;
  cursor: pointer;
}
.invest-input .feild-item .heading-text .protip:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxNCcgdmlld0JveD0nMCAwIDE0IDE0JyBmaWxsPSdub25lJz48cGF0aCBkPSdNNy4wMDc0NCAyLjg2MjE1QzcuMDAzMDcgMi44NjIxNSA2Ljk5ODI1IDIuODYyMTUgNi45OTQzMiAyLjg2MjE1QzUuOTM1MTMgMi44NjIxNSA0LjkzODA3IDMuMjc1MTUgNC4xODY0NCA0LjAyNTQ2QzMuNDMxNzUgNC43Nzg4NCAzLjAxNjEzIDUuNzgwNzEgMy4wMTYxMyA2Ljg0NjAzQzMuMDE2MTMgNy44NzA2NSAzLjQwNTUgOC44NDIzNCA0LjExMjUgOS41ODIxNUM0LjQ2Njg4IDkuOTUzMTUgNC42NjIgMTAuNDExNyA0LjY2MiAxMC44NzMyVjExLjIwOTJDNC42NjIgMTEuNjY3NyA1LjAzNTE5IDEyLjA0MDUgNS40OTMyNSAxMi4wNDA1SDguNTA3MTlDOC45NjU2OSAxMi4wNDA1IDkuMzM4NDQgMTEuNjY3NyA5LjMzODQ0IDExLjIwOTJWMTAuODczMkM5LjMzODQ0IDEwLjQxMTIgOS41MzM1NyA5Ljk1MjcxIDkuODg3OTQgOS41ODE3MUMxMC41OTQ5IDguODQxOSAxMC45ODQzIDcuODcwMjEgMTAuOTg0MyA2Ljg0NjAzQzEwLjk4NDMgNS43ODA3MSAxMC41Njg3IDQuNzc4ODQgOS44MTQgNC4wMjU0NkM5LjA2MjM4IDMuMjc1MTUgOC4wNjU3NSAyLjg2MjE1IDcuMDA3NDQgMi44NjIxNVpNOS4zMTg3NSA5LjAzNzQ2QzguODIzNSA5LjU1NTkgOC41NTA1IDEwLjIwNzMgOC41NTA1IDEwLjg3MjhWMTEuMjA4OEM4LjU1MDUgMTEuMjMyOCA4LjUzMDgyIDExLjI1MjUgOC41MDY3NSAxMS4yNTI1SDUuNDkyODJDNS40Njg3NSAxMS4yNTI1IDUuNDQ5MDcgMTEuMjMyOCA1LjQ0OTA3IDExLjIwODhWMTAuODcyOEM1LjQ0OTA3IDEwLjIwNzMgNS4xNzYwNyA5LjU1NTQ2IDQuNjgwODIgOS4wMzc0NkM0LjExNDY5IDguNDQ1MDkgMy44MDMxOSA3LjY2NjM0IDMuODAzMTkgNi44NDU1OUMzLjgwMzE5IDUuOTkwNzEgNC4xMzY1NyA1LjE4NzAzIDQuNzQyMDcgNC41ODI0QzUuMzQ0OTQgMy45ODA4NCA2LjE0NDI1IDMuNjQ5MjEgNi45OTQ3NSAzLjY0OTIxQzYuOTk5MTMgMy42NDk2NSA3LjAwMzA3IDMuNjQ5MjEgNy4wMDUyNSAzLjY0OTIxQzcuODU0NDQgMy42NDkyMSA4LjY1NDE5IDMuOTgwNCA5LjI1NjYzIDQuNTgyNEM5Ljg2MjEzIDUuMTg3MDMgMTAuMTk1NSA1Ljk5MDcxIDEwLjE5NTUgNi44NDU1OUMxMC4xOTY0IDcuNjY2NzggOS44ODQ4OCA4LjQ0NTA5IDkuMzE4NzUgOS4wMzc0NlonIGZpbGw9JyM2ODQ1NzUnLz48cGF0aCBkPSdNNi40NTc1IDQuNjc3MzJDNS42NTE2MiA0Ljg3NzcgNS4wMjgxOSA1LjUwNDYzIDQuODMwNDQgNi4zMTI3QzQuNzc4ODEgNi41MjM1NyA0LjkwNzg3IDYuNzM3MDcgNS4xMTkxOSA2Ljc4ODdDNS4xNTAyNSA2Ljc5NjU3IDUuMTgyMTkgNi44MDAwNyA1LjIxMzI1IDYuODAwMDdDNS4zOSA2LjgwMDA3IDUuNTUxIDYuNjc5NzYgNS41OTUxOSA2LjQ5OTUxQzUuNzIxMTkgNS45ODQ1NyA2LjEzNDE5IDUuNTY4OTUgNi42NDc4MSA1LjQ0MTYzQzYuODU4MjUgNS4zODkxMyA2Ljk4Njg3IDUuMTc1NjMgNi45MzQzNyA0Ljk2NDMyQzYuODgyMzEgNC43NTM0NSA2LjY2ODM3IDQuNjI2MTMgNi40NTc1IDQuNjc3MzJaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTguMDc0MDYgMTIuNzMxM0g1LjkyNTk0QzUuNzA4NSAxMi43MzEzIDUuNTMyMTkgMTIuOTA3NiA1LjUzMjE5IDEzLjEyNUM1LjUzMjE5IDEzLjM0MjQgNS43MDg1IDEzLjUxODggNS45MjU5NCAxMy41MTg4SDguMDc0MDZDOC4yOTE1IDEzLjUxODggOC40Njc4MSAxMy4zNDI0IDguNDY3ODEgMTMuMTI1QzguNDY3ODEgMTIuOTA3NiA4LjI5MTUgMTIuNzMxMyA4LjA3NDA2IDEyLjczMTNaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTcgMi4wMzk2NEM3LjIxNzQzIDIuMDM5NjQgNy4zOTM3NSAxLjg2MzMyIDcuMzkzNzUgMS42NDU4OVYwLjg3NTAxMkM3LjM5Mzc1IDAuNjU3NTc1IDcuMjE3NDMgMC40ODEyNjIgNyAwLjQ4MTI2MkM2Ljc4MjU2IDAuNDgxMjYyIDYuNjA2MjUgMC42NTc1NzUgNi42MDYyNSAwLjg3NTAxMlYxLjY0NTg5QzYuNjA2MjUgMS44NjMzMiA2Ljc4MjU2IDIuMDM5NjQgNyAyLjAzOTY0WicgZmlsbD0nIzY4NDU3NScvPjxwYXRoIGQ9J00xMi42MDY2IDUuNjQ3NzFIMTEuODM1N0MxMS42MTgzIDUuNjQ3NzEgMTEuNDQxOSA1LjgyNDAyIDExLjQ0MTkgNi4wNDE0NUMxMS40NDE5IDYuMjU4ODkgMTEuNjE4MyA2LjQzNTIgMTEuODM1NyA2LjQzNTJIMTIuNjA2NkMxMi44MjQgNi40MzUyIDEzLjAwMDMgNi4yNTg4OSAxMy4wMDAzIDYuMDQxNDVDMTMuMDAwMyA1LjgyNDAyIDEyLjgyNDQgNS42NDc3MSAxMi42MDY2IDUuNjQ3NzFaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTIuMTYzODcgNS42NDc3MUgxLjM5MzQ0QzEuMTc2IDUuNjQ3NzEgMC45OTk2ODcgNS44MjQwMiAwLjk5OTY4NyA2LjA0MTQ1QzAuOTk5Njg3IDYuMjU4ODkgMS4xNzYgNi40MzUyIDEuMzkzNDQgNi40MzUySDIuMTY0MzFDMi4zODE3NSA2LjQzNTIgMi41NTgwNiA2LjI1ODg5IDIuNTU4MDYgNi4wNDE0NUMyLjU1ODA2IDUuODI0MDIgMi4zODEzMSA1LjY0NzcxIDIuMTYzODcgNS42NDc3MVonIGZpbGw9JyM2ODQ1NzUnLz48cGF0aCBkPSdNMy42MTMzMSAzLjIxMTdDMy42OTAzMiAzLjI4ODcgMy43OTA5NCAzLjMyNzIgMy44OTIgMy4zMjcyQzMuOTkzMDYgMy4zMjcyIDQuMDkzNjkgMy4yODg3IDQuMTcwNjkgMy4yMTE3QzQuMzI0NjkgMy4wNTgxNCA0LjMyNDY5IDIuODA4NzcgNC4xNzA2OSAyLjY1NTJMMy42MjUxMyAyLjEwOTY0QzMuNDcxMTMgMS45NTU2NCAzLjIyMTc1IDEuOTU1NjQgMy4wNjgxOSAyLjEwOTY0QzIuOTE0MTkgMi4yNjMyIDIuOTE0MTkgMi41MTI1OCAzLjA2ODE5IDIuNjY2MTRMMy42MTMzMSAzLjIxMTdaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTEwLjM3NDkgMi4xMDk2NUw5LjgyOTc1IDIuNjU0NzdDOS42NzU3NSAyLjgwODM0IDkuNjc1NzUgMy4wNTc3MSA5LjgyOTc1IDMuMjExMjdDOS45MDY3NSAzLjI4ODI3IDEwLjAwNzQgMy4zMjY3NyAxMC4xMDg0IDMuMzI2NzdDMTAuMjA5NSAzLjMyNjc3IDEwLjMxMDEgMy4yODgyNyAxMC4zODcxIDMuMjExMjdMMTAuOTMyMiAyLjY2NjE1QzExLjA4NjIgMi41MTI1OSAxMS4wODYyIDIuMjYzMjEgMTAuOTMyMiAyLjEwOTY1QzEwLjc3ODIgMS45NTYwOSAxMC41Mjg0IDEuOTU2MDkgMTAuMzc0OSAyLjEwOTY1WicgZmlsbD0nIzY4NDU3NScvPjwvc3ZnPg==");
  width: 12px;
  height: 15px;
  top: 4px;
  left: 4px;
}
.invest-input .feild-item .heading-text .protip .text {
  position: absolute;
  width: 200px;
  height: auto;
  color: #F2F2F2;
  background: #253858;
  padding: 8px;
  border-radius: 8px;
  z-index: 111;
  left: 0px;
  top: -70px;
  display: none;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.invest-input .feild-item .heading-text .protip .text.max {
  top: -110px;
}
.invest-input .feild-item .heading-text .protip .text.min {
  top: -50px;
}
.invest-input .feild-item .heading-text .protip .text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #253858 transparent transparent transparent;
}
.invest-input .feild-item .heading-text .protip:hover .text {
  display: block;
}
@media (max-width: 1024px) {
  .invest-input .feild-item .heading-text .input-feild {
    width: 35%;
  }
  .invest-input .feild-item .heading-text .flexbox > span {
    margin-right: 5px;
  }
}
.invest-input .feild-item .input-feild {
  position: relative;
}
.invest-input .feild-item .input-feild input {
  border-radius: 12px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  padding: 16px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .invest-input .feild-item .input-feild input {
    background: #fff;
    font-size: 14px;
    padding: 16px 8px;
  }
}
.invest-input .feild-item .input-feild.full {
  width: 100%;
}
.invest-input .feild-item .input-feild .info-text {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .invest-input .feild-item .input-feild .info-text {
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  .invest-input .feild-item .input-feild .info-text {
    top: 22px;
    font-size: 9px;
    right: 7px;
  }
}

.sipCalculatorTab .invest-time .container {
  min-width: inherit;
  margin: 0;
  width: auto;
  background: none;
  padding: 10px 15px 10px 45px;
  color: #253858;
}
@media (max-width: 1024px) {
  .sipCalculatorTab .invest-time .container {
    font-size: 11px;
    padding: 8px 12px 7px 35px;
    min-width: 110px;
  }
}
@media (max-width: 390px) {
  .sipCalculatorTab .invest-time .container {
    padding: 8px 12px 7px 31px;
    min-width: inherit;
  }
}

.morningstar-rating {
  display: inline-flex;
  background: #F8F8F8;
  border-radius: 4px;
  align-items: center;
  max-width: 110px;
}
.morningstar-rating .rating-text-left {
  font-size: 10px;
  font-weight: 500;
  background: #DBE9FF;
  border-radius: 4px 0 0 4px;
  display: flex;
  width: 40px;
  height: 19px;
  align-items: center;
  justify-content: center;
  color: #426498;
}
.morningstar-rating .starts_block {
  display: flex;
}
.morningstar-rating .starts_block .fraction {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 0;
  width: 55px;
  background-size: 100%;
  height: 10px;
  display: flex;
  margin: 0 5px 0 7px;
}
.morningstar-rating .starts_block .fraction.r2 {
  background-position: 0 20%;
}
.morningstar-rating .starts_block .fraction.r3 {
  background-position: 0 40%;
}
.morningstar-rating .starts_block .fraction.r4 {
  background-position: 0 60%;
}
.morningstar-rating .starts_block .fraction.r45 {
  background-position: 0 100%;
}
.morningstar-rating .starts_block .fraction.r5 {
  background-position: 0 80%;
}
.morningstar-rating .unavailable-text {
  font-size: 9px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.3803921569);
  padding: 0 5px 0 7px;
}

.morningstar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}
.morningstar-bottom .left-poweredby {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .morningstar-bottom .left-poweredby {
    flex-direction: column;
  }
}
.morningstar-bottom .left-poweredby .fund-powered {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  color: rgba(37, 56, 88, 0.6);
}
.morningstar-bottom .left-poweredby .fund-powered:first-child {
  margin: 0 16px 0 0;
  padding: 0 16px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
}
@media (max-width: 980px) {
  .morningstar-bottom .left-poweredby .fund-powered:first-child {
    padding: 0;
    border: none;
  }
}
.morningstar-bottom .left-poweredby .fund-powered:first-child::after {
  content: "";
  background: url(../../images/bu/investment/morning-star.svg) no-repeat;
  display: flex;
  width: 56px;
  height: 12px;
  margin: 4px 0 0 0;
}
.morningstar-bottom .compare-more-funds-btn {
  width: 197px;
  font-size: 14px;
  font-weight: 500;
  background: #0065FF;
  border-radius: 8px;
  height: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 980px) {
  .morningstar-bottom .compare-more-funds-btn {
    width: 155px;
    margin-left: 10px;
  }
}

.tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered td, .tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered th {
  border: 0px;
  font-size: 14px;
  font-weight: 500;
}
.tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered td strong, .tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered th strong {
  font-size: 14px;
  font-weight: 500;
}
.tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered td .td-row .tb-col .td-btn, .tab-sip-tables:has(.morningstar-bottom) .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered th .td-row .tb-col .td-btn {
  height: 40px;
  border-radius: 8px;
}

.sipCalculatorTab .tab-panels.col-half:has(.heading-and-sub-heading) .cal-box {
  display: flex;
}
@media (max-width: 980px) {
  .sipCalculatorTab .tab-panels.col-half:has(.heading-and-sub-heading) .cal-box {
    flex-direction: column;
  }
}
.sipCalculatorTab .tab-panels.col-half .heading-and-sub-heading {
  text-align: center;
}
.sipCalculatorTab .tab-panels.col-half .heading-and-sub-heading .cost-heading {
  font-size: 24px;
  font-weight: 700;
}
.sipCalculatorTab .tab-panels.col-half .heading-and-sub-heading .cost-subheading {
  font-size: 16px;
}
.sipCalculatorTab .tab-panels.col-half .invest-input .feild-item .input-feild {
  max-width: 150px;
}
.sipCalculatorTab .tab-panels.col-half .invest-input .feild-item .input-feild.full {
  width: 100%;
  max-width: 100%;
}

.leftSection .sipCalculatorTab.cod-calculator .tab-panels {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .leftSection .sipCalculatorTab.cod-calculator .tab-panels {
    margin-top: 0px;
    padding: 0px 10px;
  }
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .invest-input .feild-item {
  margin: 15px 0;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .invest-input .feild-item .heading-text {
  margin-bottom: 0px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .invest-input .feild-item .heading-text span {
  margin-bottom: 8px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .invest-input .feild-item .input-feild input {
  padding: 10px 16px;
  border-radius: 8px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .invest-input .feild-item .input-feild .info-text {
  top: 12px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel {
  min-width: 305px;
  margin: 30px 0 0 30px;
}
@media (max-width: 980px) {
  .leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel {
    margin: 0px 0 0 0;
    height: auto;
  }
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv {
  height: auto !important;
}
@media (max-width: 980px) {
  .leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv {
    width: auto;
    height: auto !important;
  }
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .highcharts-container {
  top: 0px;
}
@media (max-width: 767px) {
  .leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .highcharts-container {
    height: auto !important;
  }
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .cod-bar-dummy-graph {
  background: url(../../images/bu/investment/dummy-cod-graph.png) no-repeat -49px -60px;
  min-height: 172px;
  background-size: 420px;
  border-left: 1px solid #ccc;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right {
  margin: 0 0 45px;
}
@media (max-width: 980px) {
  .leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right {
    margin: 22px 0 20px 0;
  }
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right p {
  margin: 0 0 2px;
  padding: 0 0 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right p:first-child {
  margin-bottom: 5px;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right p .red-delay-text {
  color: #BF1010;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .delay-delatils-right .graph {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv div#cod-bar-graph {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: visible !important;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .today-delay-label {
  display: flex;
  justify-content: space-around;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .today-delay-label .bottom-label {
  font-size: 11px;
  font-weight: 500;
  margin: 2px 0 0;
  font-style: italic;
}
.leftSection .sipCalculatorTab.cod-calculator .cal-box .chart-panel .chartDiv .invest-now-cta {
  font-size: 14px;
  background: #3962ED;
  display: flex;
  margin: 20px auto 0;
  width: 205px;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 53px;
  border-radius: 4px;
  cursor: pointer;
}

.swp-calculator {
  background: linear-gradient(95.23deg, rgba(174, 1, 255, 0.08) -26.4%, rgba(143, 98, 11, 0.08) 126.76%);
  border-radius: 8px;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 980px) {
  .swp-calculator {
    flex-direction: column;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.swp-calculator .swp-calculator-left {
  padding: 32px 32px 10px 32px;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-left {
    padding: 15px;
  }
}
.swp-calculator .swp-calculator-left .swp-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
}
.swp-calculator .swp-calculator-left .invest-input {
  position: relative;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .err {
  display: block;
  font-size: 11px;
  color: #ce0505;
  font-weight: 500;
  padding: 5px;
  position: absolute;
  bottom: -22px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .sip-roi-err,
.swp-calculator .swp-calculator-left .invest-input .feild-item .sip-term-err {
  display: block;
  width: 100%;
  text-align: left;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text {
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  width: 100%;
  align-items: center;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text {
    font-size: 14px;
    font-weight: 600;
  }
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text.justified {
  justify-content: space-between;
  margin-bottom: 0px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text.justified .input-feild input {
  width: 100px;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  background: transparent;
  font-weight: 600;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text.justified .input-feild .info-text {
  right: 10px;
  left: auto;
  font-size: 11px;
  font-weight: 600;
  top: 12px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .flexbox {
  align-items: center;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text > span,
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .flexbox > span {
  margin-right: 20px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip {
  color: #684575;
  background-color: #F9EAFF;
  text-decoration: underline;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 11px 6px 22px;
  border-radius: 250px;
  cursor: pointer;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxNCcgdmlld0JveD0nMCAwIDE0IDE0JyBmaWxsPSdub25lJz48cGF0aCBkPSdNNy4wMDc0NCAyLjg2MjE1QzcuMDAzMDcgMi44NjIxNSA2Ljk5ODI1IDIuODYyMTUgNi45OTQzMiAyLjg2MjE1QzUuOTM1MTMgMi44NjIxNSA0LjkzODA3IDMuMjc1MTUgNC4xODY0NCA0LjAyNTQ2QzMuNDMxNzUgNC43Nzg4NCAzLjAxNjEzIDUuNzgwNzEgMy4wMTYxMyA2Ljg0NjAzQzMuMDE2MTMgNy44NzA2NSAzLjQwNTUgOC44NDIzNCA0LjExMjUgOS41ODIxNUM0LjQ2Njg4IDkuOTUzMTUgNC42NjIgMTAuNDExNyA0LjY2MiAxMC44NzMyVjExLjIwOTJDNC42NjIgMTEuNjY3NyA1LjAzNTE5IDEyLjA0MDUgNS40OTMyNSAxMi4wNDA1SDguNTA3MTlDOC45NjU2OSAxMi4wNDA1IDkuMzM4NDQgMTEuNjY3NyA5LjMzODQ0IDExLjIwOTJWMTAuODczMkM5LjMzODQ0IDEwLjQxMTIgOS41MzM1NyA5Ljk1MjcxIDkuODg3OTQgOS41ODE3MUMxMC41OTQ5IDguODQxOSAxMC45ODQzIDcuODcwMjEgMTAuOTg0MyA2Ljg0NjAzQzEwLjk4NDMgNS43ODA3MSAxMC41Njg3IDQuNzc4ODQgOS44MTQgNC4wMjU0NkM5LjA2MjM4IDMuMjc1MTUgOC4wNjU3NSAyLjg2MjE1IDcuMDA3NDQgMi44NjIxNVpNOS4zMTg3NSA5LjAzNzQ2QzguODIzNSA5LjU1NTkgOC41NTA1IDEwLjIwNzMgOC41NTA1IDEwLjg3MjhWMTEuMjA4OEM4LjU1MDUgMTEuMjMyOCA4LjUzMDgyIDExLjI1MjUgOC41MDY3NSAxMS4yNTI1SDUuNDkyODJDNS40Njg3NSAxMS4yNTI1IDUuNDQ5MDcgMTEuMjMyOCA1LjQ0OTA3IDExLjIwODhWMTAuODcyOEM1LjQ0OTA3IDEwLjIwNzMgNS4xNzYwNyA5LjU1NTQ2IDQuNjgwODIgOS4wMzc0NkM0LjExNDY5IDguNDQ1MDkgMy44MDMxOSA3LjY2NjM0IDMuODAzMTkgNi44NDU1OUMzLjgwMzE5IDUuOTkwNzEgNC4xMzY1NyA1LjE4NzAzIDQuNzQyMDcgNC41ODI0QzUuMzQ0OTQgMy45ODA4NCA2LjE0NDI1IDMuNjQ5MjEgNi45OTQ3NSAzLjY0OTIxQzYuOTk5MTMgMy42NDk2NSA3LjAwMzA3IDMuNjQ5MjEgNy4wMDUyNSAzLjY0OTIxQzcuODU0NDQgMy42NDkyMSA4LjY1NDE5IDMuOTgwNCA5LjI1NjYzIDQuNTgyNEM5Ljg2MjEzIDUuMTg3MDMgMTAuMTk1NSA1Ljk5MDcxIDEwLjE5NTUgNi44NDU1OUMxMC4xOTY0IDcuNjY2NzggOS44ODQ4OCA4LjQ0NTA5IDkuMzE4NzUgOS4wMzc0NlonIGZpbGw9JyM2ODQ1NzUnLz48cGF0aCBkPSdNNi40NTc1IDQuNjc3MzJDNS42NTE2MiA0Ljg3NzcgNS4wMjgxOSA1LjUwNDYzIDQuODMwNDQgNi4zMTI3QzQuNzc4ODEgNi41MjM1NyA0LjkwNzg3IDYuNzM3MDcgNS4xMTkxOSA2Ljc4ODdDNS4xNTAyNSA2Ljc5NjU3IDUuMTgyMTkgNi44MDAwNyA1LjIxMzI1IDYuODAwMDdDNS4zOSA2LjgwMDA3IDUuNTUxIDYuNjc5NzYgNS41OTUxOSA2LjQ5OTUxQzUuNzIxMTkgNS45ODQ1NyA2LjEzNDE5IDUuNTY4OTUgNi42NDc4MSA1LjQ0MTYzQzYuODU4MjUgNS4zODkxMyA2Ljk4Njg3IDUuMTc1NjMgNi45MzQzNyA0Ljk2NDMyQzYuODgyMzEgNC43NTM0NSA2LjY2ODM3IDQuNjI2MTMgNi40NTc1IDQuNjc3MzJaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTguMDc0MDYgMTIuNzMxM0g1LjkyNTk0QzUuNzA4NSAxMi43MzEzIDUuNTMyMTkgMTIuOTA3NiA1LjUzMjE5IDEzLjEyNUM1LjUzMjE5IDEzLjM0MjQgNS43MDg1IDEzLjUxODggNS45MjU5NCAxMy41MTg4SDguMDc0MDZDOC4yOTE1IDEzLjUxODggOC40Njc4MSAxMy4zNDI0IDguNDY3ODEgMTMuMTI1QzguNDY3ODEgMTIuOTA3NiA4LjI5MTUgMTIuNzMxMyA4LjA3NDA2IDEyLjczMTNaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTcgMi4wMzk2NEM3LjIxNzQzIDIuMDM5NjQgNy4zOTM3NSAxLjg2MzMyIDcuMzkzNzUgMS42NDU4OVYwLjg3NTAxMkM3LjM5Mzc1IDAuNjU3NTc1IDcuMjE3NDMgMC40ODEyNjIgNyAwLjQ4MTI2MkM2Ljc4MjU2IDAuNDgxMjYyIDYuNjA2MjUgMC42NTc1NzUgNi42MDYyNSAwLjg3NTAxMlYxLjY0NTg5QzYuNjA2MjUgMS44NjMzMiA2Ljc4MjU2IDIuMDM5NjQgNyAyLjAzOTY0WicgZmlsbD0nIzY4NDU3NScvPjxwYXRoIGQ9J00xMi42MDY2IDUuNjQ3NzFIMTEuODM1N0MxMS42MTgzIDUuNjQ3NzEgMTEuNDQxOSA1LjgyNDAyIDExLjQ0MTkgNi4wNDE0NUMxMS40NDE5IDYuMjU4ODkgMTEuNjE4MyA2LjQzNTIgMTEuODM1NyA2LjQzNTJIMTIuNjA2NkMxMi44MjQgNi40MzUyIDEzLjAwMDMgNi4yNTg4OSAxMy4wMDAzIDYuMDQxNDVDMTMuMDAwMyA1LjgyNDAyIDEyLjgyNDQgNS42NDc3MSAxMi42MDY2IDUuNjQ3NzFaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTIuMTYzODcgNS42NDc3MUgxLjM5MzQ0QzEuMTc2IDUuNjQ3NzEgMC45OTk2ODcgNS44MjQwMiAwLjk5OTY4NyA2LjA0MTQ1QzAuOTk5Njg3IDYuMjU4ODkgMS4xNzYgNi40MzUyIDEuMzkzNDQgNi40MzUySDIuMTY0MzFDMi4zODE3NSA2LjQzNTIgMi41NTgwNiA2LjI1ODg5IDIuNTU4MDYgNi4wNDE0NUMyLjU1ODA2IDUuODI0MDIgMi4zODEzMSA1LjY0NzcxIDIuMTYzODcgNS42NDc3MVonIGZpbGw9JyM2ODQ1NzUnLz48cGF0aCBkPSdNMy42MTMzMSAzLjIxMTdDMy42OTAzMiAzLjI4ODcgMy43OTA5NCAzLjMyNzIgMy44OTIgMy4zMjcyQzMuOTkzMDYgMy4zMjcyIDQuMDkzNjkgMy4yODg3IDQuMTcwNjkgMy4yMTE3QzQuMzI0NjkgMy4wNTgxNCA0LjMyNDY5IDIuODA4NzcgNC4xNzA2OSAyLjY1NTJMMy42MjUxMyAyLjEwOTY0QzMuNDcxMTMgMS45NTU2NCAzLjIyMTc1IDEuOTU1NjQgMy4wNjgxOSAyLjEwOTY0QzIuOTE0MTkgMi4yNjMyIDIuOTE0MTkgMi41MTI1OCAzLjA2ODE5IDIuNjY2MTRMMy42MTMzMSAzLjIxMTdaJyBmaWxsPScjNjg0NTc1Jy8+PHBhdGggZD0nTTEwLjM3NDkgMi4xMDk2NUw5LjgyOTc1IDIuNjU0NzdDOS42NzU3NSAyLjgwODM0IDkuNjc1NzUgMy4wNTc3MSA5LjgyOTc1IDMuMjExMjdDOS45MDY3NSAzLjI4ODI3IDEwLjAwNzQgMy4zMjY3NyAxMC4xMDg0IDMuMzI2NzdDMTAuMjA5NSAzLjMyNjc3IDEwLjMxMDEgMy4yODgyNyAxMC4zODcxIDMuMjExMjdMMTAuOTMyMiAyLjY2NjE1QzExLjA4NjIgMi41MTI1OSAxMS4wODYyIDIuMjYzMjEgMTAuOTMyMiAyLjEwOTY1QzEwLjc3ODIgMS45NTYwOSAxMC41Mjg0IDEuOTU2MDkgMTAuMzc0OSAyLjEwOTY1WicgZmlsbD0nIzY4NDU3NScvPjwvc3ZnPg==");
  width: 12px;
  height: 15px;
  top: 4px;
  left: 4px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip .text {
  position: absolute;
  width: 200px;
  height: auto;
  color: #F2F2F2;
  background: #253858;
  padding: 8px;
  border-radius: 8px;
  z-index: 111;
  left: 0px;
  top: -70px;
  display: none;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip .text.max {
  top: -110px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip .text.min {
  top: -50px;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip .text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #253858 transparent transparent transparent;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .protip:hover .text {
  display: block;
}
@media (max-width: 1024px) {
  .swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .input-feild {
    width: auto;
  }
  .swp-calculator .swp-calculator-left .invest-input .feild-item .heading-text .flexbox > span {
    margin-right: 5px;
  }
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild {
  position: relative;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild input {
  border-radius: 12px;
  border: 1px solid #DDDDDD;
  background: #FFF;
  padding: 15px 15px 16px 41px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 768px) {
  .swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild input {
    background: #fff;
    font-size: 16px;
    padding: 16px 8px 16px 41px;
  }
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild.full {
  width: 100%;
}
.swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild .info-text {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(37, 56, 88, 0.6);
  font-size: 16px;
  font-weight: 500;
  right: auto;
}
@media (max-width: 1024px) {
  .swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild .info-text {
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  .swp-calculator .swp-calculator-left .invest-input .feild-item .input-feild .info-text {
    top: 18px;
    font-size: 16px;
    right: auto;
  }
}
.swp-calculator .swp-calculator-left .Power_of_Compounding_wrp_form_input_select .range li.range__opt:before {
  display: none;
}
.swp-calculator .swp-calculator-left .Power_of_Compounding_wrp_form_input_select .range li.range__opt.show::before {
  top: -10px;
  height: 8px;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-left .Power_of_Compounding_wrp_form_input_select .range li.range__opt.show::before {
    top: -5px;
  }
}
.swp-calculator .swp-calculator-left .Power_of_Compounding_wrp_form_input_select .range li.range__opt:first-child::before, .swp-calculator .swp-calculator-left .Power_of_Compounding_wrp_form_input_select .range li.range__opt:last-child::before {
  display: block;
}
.swp-calculator .swp-calculator-right {
  position: relative;
  background: linear-gradient(95.23deg, rgba(174, 1, 255, 0.08) -26.4%, rgba(143, 98, 11, 0.08) 126.76%);
  width: 306px;
  box-shadow: 3px 3px 12px 0px rgba(87, 43, 130, 0.1607843137) inset;
  border-radius: 0 10px 10px 0px;
}
.swp-calculator .swp-calculator-right::before {
  content: "";
  position: absolute;
  background: url(../../images/bu/investment/swp-bg-top-right.png) right top/159px;
  width: 159px;
  height: 163px;
  display: flex;
  right: 0;
  top: 0;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right::before {
    background: url(../../images/bu/investment/swp-bg-top-right-mob.png) right top/132px;
    width: 132px;
    height: 95px;
  }
}
.swp-calculator .swp-calculator-right::after {
  content: "";
  position: absolute;
  background: url(../../images/bu/investment/swp-bg-bottom-left.png) left bottom/139px;
  width: 139px;
  height: 138px;
  display: flex;
  left: 0;
  bottom: 0;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right::after {
    background: url(../../images/bu/investment/swp-bg-bottom-left-mob.png) left bottom/132px;
    width: 132px;
    height: 95px;
  }
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right {
    width: 100%;
    box-shadow: 3px 3px 12px 0px rgba(87, 43, 130, 0.1607843137) inset;
    border-radius: 0 0 10px 10px;
  }
}
.swp-calculator .swp-calculator-right .all-value-swp {
  background: url(../../images/bu/investment/swp-bg-top-right-mob-1.png) no-repeat right top/140px;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .all-value-swp {
    background: url(../../images/bu/investment/swp-bg-top-right-mob-2.png) no-repeat right 63px/96px;
  }
}
.swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap {
  padding: 102px 10px 90px 20px;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap {
    padding: 22px 16px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    column-gap: 50px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
}
.swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box:nth-child(2) {
  margin: 33px 0;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box:nth-child(2) {
    margin: 0;
  }
}
.swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box .val-label {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box .val-label {
    font-size: 12px;
  }
}
.swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box .val-text {
  font-size: 32px;
  color: #253858;
  font-weight: 600;
}
.swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box .val-text.final-clr {
  color: transparent;
  background: linear-gradient(95.23deg, #AE01FF -26.4%, #8F620B 126.76%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .all-value-swp .value-box-wrap .value-box .val-text {
    font-size: 24px;
  }
}
.swp-calculator .swp-calculator-right .view-plan-btn {
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 0 32px 32px;
  width: calc(100% - 47px);
  font-size: 14px;
  background: #3962ED;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 980px) {
  .swp-calculator .swp-calculator-right .view-plan-btn {
    width: calc(100% - 30px);
    margin: 0 0 28px 15px;
  }
}