body .calculator-section .calculator-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}
body .calculator-section .calculator-list li {
  max-width: 25%;
  width: 100%;
  padding: 10px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  body .calculator-section .calculator-list li {
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  body .calculator-section .calculator-list li {
    max-width: 100%;
  }
}
body .calculator-section .calculator-list li a {
  float: unset;
  margin: 0;
  display: block;
  color: var(--rv-primary);
  background: var(--rv-white) !important;
  border: 2px solid var(--rv-black);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
  border-radius: 5px;
}
body .calculator-section .calculator-list li a.active, body .calculator-section .calculator-list li a:hover {
  background-color: var(--rv-primary) !important;
  color: var(--rv-white) !important;
  transition: 0.5s;
  border-color: var(--rv-primary);
}
body .calculator-section .calculator-list li a.active i,
body .calculator-section .calculator-list li a.active span, body .calculator-section .calculator-list li a:hover i,
body .calculator-section .calculator-list li a:hover span {
  color: var(--rv-white);
}
body .calculator-section .form-control {
  height: 45px;
}
body .calculator-section select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
body .calculator-section .table th {
  background: var(--rv-primary);
}
body .calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link {
  display: block;
  width: 100%;
  margin: 0;
  max-width: 100%;
  background: var(--rv-white);
  border: 2px solid var(--rv-primary);
  color: var(--rv-primary);
}
body .calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link.active.show, body .calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link:hover {
  background: var(--rv-primary) !important;
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}
body .calculator-section .btn.submit {
  background: var(--rv-primary);
  border: 1px solid var(--rv-primary) !important;
  color: var(--rv-white);
  transition: 0.5s;
}
body .calculator-section .btn.submit:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
body .calculator-section .stick_option {
  display: none;
}
body .calculator-section .caclulator {
  padding: 20px 0px;
}
body .calculator-section .calname {
  float: unset;
  width: unset;
}
body .calculator-section .calname a {
  float: unset;
}
body .calculator-section .calname a[title="Click to Open PDF"] {
  padding: 0;
}
body .calculator-section .calname .fa {
  margin-right: 10px;
  font-family: "FontAwesome" !important;
}
body .calculator-section .amount-text,
body .calculator-section .fundperfonmance .green {
  color: #a4d035;
}
body .calculator-section #sipbarchart {
  overflow: unset !important;
}
body .calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}
body .calculator-section .reslultbox {
  float: unset;
}
body .calculator-section .stpperform .tab-content div#table .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
body .calculator-section .fund_performance .fundperfonmance a {
  color: var(--rv-black);
  padding: 5px 0;
}
body .calculator-section .presales-container .ins-amt {
  color: var(--rv-black);
  background: #eee;
}
body .calculator-section .presales-result .lc-text,
body .calculator-section .presales-result .lc-box,
body .calculator-section .pre-inputbox #removeButton > span,
body .calculator-section .pre-inputbox #btnAdd > span {
  color: var(--rv-black);
}
body .calculator-section .humanlife .presales-container .row .col-lg-6:last-child {
  margin-top: 94px !important;
}
body .calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
body .calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 #dsummary,
body .calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 #ssummary {
  width: 100%;
}