body,
ul {
  padding: 0;
  margin: 0;
}
.decimal-prop li,
.decimal-prop-section ul li,
.faq-listing {
  list-style: decimal;
}
.show-more-table p a,
a {
  text-decoration: none !important;
}
@font-face {
  font-family: SegoeUIRegular;
  src: url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: SegoeUIMedium;
  src: url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: SegoeUIBold;
  src: url("../fonts/Inter-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
ul {
  list-style-type: none;
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 10px;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.capitalize {
  text-transform: capitalize;
}
.bold {
  font-family: SegoeUIBold;
}
.semibold {
  font-family: SegoeUIMedium;
}
.left-align {
  text-align: left;
}
.center,
.grey-theme-table .center-table td,
.grey-theme-table .center-table th {
  text-align: center;
}
.right-align {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold,
.faq-theme-table .tfooter td,
.grey-theme-table .tfooter td {
  font-weight: 600;
}
.visible-large {
  display: block !important;
}
.visible-small {
  display: none !important;
}
.primary {
  background: #fff;
}
.bg-apricot,
.misc-navigation .misc-content {
  background: #f9f8f3;
}
.bg-alice-blue,
.bg-light-blue,
.calculation-result .about-chart .amt-principal:before {
  background: #f4f7ff;
}
.sec-highlights .main-highlights h2,
.sec-highlights .main-highlights p,
.white {
  color: #fff !important;
}
.light-green {
  color: #03d000 !important;
}
.dark-green,
.dark-green:hover,
.fund-table tr td:nth-child(2) a:hover {
  color: #19b38d !important;
}
.showdow-top {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}
.section-title-lg {
  font-size: 32px;
  line-height: 36px;
  font-family: SegoeUIBold;
  color: #222;
}
.section-title-md {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #222;
  margin: 10px 0 15px;
  font-family: SegoeUIBold;
}
.cta,
.section-title-sm {
  font-family: SegoeUIMedium;
}
.section-title-sm {
  font-size: 22px;
  line-height: 26px;
  margin: 10px 0 15px;
  color: #222;
}
.section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-weight: 400;
  margin: 10px 0 25px;
}
@media (max-width: 768px) {
  .section-title-lg {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .section-title-md,
  .section-title-sm {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .section-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.cta,
.cta-large {
  line-height: 24px;
}
.section-devider .border-solid {
  max-width: 1100px;
  border-top: 1px solid #ddd;
  margin: 0 auto;
}
.row-inner {
  max-width: 1132px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.cta {
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  width: 100%;
  min-width: 100px;
}
.cta-hollow,
.cta-primary {
  border-color: #19b38d;
}
.cta-hollow {
  background: 0 0;
  color: #19b38d;
}
.cta-hollow:hover,
.cta-primary {
  background: #19b38d;
  color: #fff !important;
}
.cta-hollow:hover {
  text-decoration: none;
}
.cta-primary:focus,
.cta-primary:hover {
  color: #fff !important;
  text-decoration: none;
}
.cta-large {
  padding: 12px;
  min-width: auto;
  width: auto;
  font-weight: 600;
  font-size: 16px;
}
.cta-small {
  max-width: 142px;
}
.img-loader {
  position: relative;
  overflow: hidden;
}
.img-loader:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background: 0 0/800px 100% no-repeat #f6f7f8;
  background-image: -o-linear-gradient(
    left,
    #f6f7f8 0,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #f6f7f8),
    color-stop(20%, #edeef1),
    color-stop(40%, #f6f7f8),
    to(#f6f7f8)
  );
  background-image: linear-gradient(
    to right,
    #f6f7f8 0,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  z-index: 1;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.form-ctrl {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #222;
  background: 0 0 !important;
  width: 100%;
}
.calci-button-ctrl,
.calci-input-ctrl,
.calci-num-ctrl,
.calci-select-ctrl {
  position: relative;
  margin-bottom: 8px;
}
.calci-input-ctrl:before {
  content: "\20B9";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #666;
  font-family: SegoeUIRegular;
  line-height: 36px;
}
.calci-select-ctrl:after {
  content: "";
  border: solid #19b38d;
  border-width: 0 1px 1px 0;
  padding: 1px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0;
  display: block;
  position: absolute;
  top: 34%;
  right: 1px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.calci-select-ctrl .form-ctrl {
  padding-right: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 9;
  position: relative;
  background: 0 0;
}
.calci-input-ctrl .form-ctrl {
  padding-left: 14px;
}
.calci-input-ctrl.no-rupee .form-ctrl,
.calculation-result .no-bordered-table tr td:first-child,
.calculation-result .no-bordered-table tr th:first-child,
.circle-prop,
.grey-listing.dashed-prop,
.icon-prop,
.sec-calculator .table-listing li:first-child .property,
.sec-calculator .table-listing li:first-child .value {
  padding-left: 0;
}
.calci-input-ctrl.no-rupee:before,
.counter-prop li:last-child:after,
.features-card-row .last-card-spacing,
.green-ribbon.xs-left-rib:before {
  display: none;
}
.calci-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  position: relative;
}
.calci-label.tooltip-label {
  padding-right: 25px;
}
.calci-label.tooltip-label:after,
.sec-calculator .table-listing .property .property-child .label-tooltip:after {
  font-family: SegoeUIRegular;
  position: absolute;
  width: 16px;
  height: 16px;
  content: "?";
  background: #ddd;
  display: inline-block;
  border-radius: 100%;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  right: 0;
  top: 1px;
}
.calci-label.shake:after,
.property .label-tooltip.shake:after,
.shake-prop {
  -webkit-animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both shake;
  animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both shake;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
}
.calci-num-ctrl .lumpsum-num-ctrl,
.calci-num-ctrl .num-ctrl,
.calci-num-ctrl .sip-num-ctrl {
  height: 34px;
  width: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  top: 0;
}
.calci-num-ctrl .lumpsum-num-ctrl span,
.calci-num-ctrl .num-ctrl span,
.calci-num-ctrl .sip-num-ctrl span {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 17px;
  display: inline-block;
}
.calci-num-ctrl .lumpsum-num-ctrl span:after,
.calci-num-ctrl .num-ctrl span:after,
.calci-num-ctrl .sip-num-ctrl span:after {
  right: 4px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.calci-num-ctrl .lumpsum-num-ctrl .increase:after,
.calci-num-ctrl .num-ctrl .increase:after,
.calci-num-ctrl .sip-num-ctrl .increase:after {
  border-bottom: 12px solid #9a9a9a;
  margin-top: 2px;
}
.calci-num-ctrl .lumpsum-num-ctrl .decrease:after,
.calci-num-ctrl .num-ctrl .decrease:after,
.calci-num-ctrl .sip-num-ctrl .decrease:after {
  border-top: 12px solid #9a9a9a;
  margin-bottom: 2px;
}
.interest-tenure {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interest-tenure li {
  cursor: pointer;
  margin-right: 9px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px 6px;
  text-align: center;
}
.features-card-row .features-card:last-child,
.interest-tenure li:last-child,
.sec-blog-widget .blog-artical:nth-child(2n + 2) {
  margin-right: 0;
}
.interest-tenure li.active,
.interest-tenure li:hover {
  border-color: #19b38d;
}
.calculator-form .input-prop {
  position: absolute;
  top: 0;
  font-size: 22px;
  line-height: 34px;
  color: #222;
}
.calculator-form .input-prop.percentage {
  left: 35px;
}
.calculator-form .input-prop #extraInterestProp {
  font-size: 16px;
  position: relative;
  left: 8px;
  font-family: SegoeUIRegular;
}
.calculator-form .input-prop.year {
  left: 20px;
}
.alerts-msg {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  padding-bottom: 5px;
}
.info-msg {
  padding-left: 20px;
}
.info-msg:before {
  content: "";
  background: url(../../images/calculator/info-grey.svg) 0 0/100%;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 12px;
  width: 12px;
}
.dropdown-wrap {
  position: relative;
  font-weight: 400;
}
.dropdown-wrap .dropdown-select {
  z-index: 9;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 36px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  overflow-y: scroll;
  display: none;
}
.dropdown-wrap.selected .dropdown-select {
  display: block;
}
.dropdown-wrap .dropdown-select li {
  margin: 0;
  color: #222;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}
.dropdown-wrap .dropdown-select li:hover {
  background-color: #f9f8f1;
}
.dropdown-wrap .dropdown-arrow {
  position: absolute;
  right: 5px;
  top: 12px;
  width: 16px;
  height: 12px;
  display: inline-block;
}
.dropdown-wrap .dropdown-arrow:after {
  border: 1px solid #19b38d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  content: "";
  position: absolute;
  right: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.calculator_accordian .acc-title[aria-expanded="true"] .arrow-down:after,
.com-faq-contents .faq-title[aria-expanded="true"] .arrow-down:after,
.dropdown-wrap.selected .dropdown-arrow:after,
.misc-navigation .misc-title[aria-expanded="true"]:after {
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
}
.clickable-row td,
.dropdown-wrap .form-ctrl {
  cursor: pointer;
}
.grey-listing,
.grey-listing-section ul {
  padding-left: 20px;
  position: relative;
}
.dashed-prop li,
.onpage-offer-card .card-titles {
  padding-left: 15px;
}
.grey-listing .list-title,
.grey-listing-section ul .list-title {
  font-size: 20px;
  line-height: 24px;
  font-family: SegoeUIMedium;
  color: #222;
  margin: 0 0 10px;
}
.faq-listing li,
.grey-listing li,
.grey-listing-section ul li {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #666;
  margin-bottom: 10px;
}
.dashed-prop li {
  list-style: none;
}
.dashed-prop li:before {
  content: "\2014";
  position: absolute;
  left: 0;
  font-size: 9px;
  color: #666;
  line-height: 16px;
}
.decimal-large-prop-section ul li,
.decimal-prop.large-prop li {
  color: #222;
  padding-left: 10px;
}
.counter-prop {
  counter-reset: list-number;
  padding-left: 0;
}
.counter-prop li {
  padding-left: 60px;
  margin-bottom: 28px;
}
.counter-prop li:before {
  height: 28px;
  width: 28px;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: #6880c8;
  position: absolute;
  counter-increment: list-number;
  content: counter(list-number);
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.counter-prop li:after {
  content: "";
  border-left: 1px dashed #6880c8;
  width: 2px;
  height: 100%;
  left: 14px;
  top: 28px;
  position: absolute;
}
.counter-prop li:last-child {
  margin-bottom: 5px;
}
.counter-prop-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.helping-info .main,
.onpage-offer-card,
.onpage-offer-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
}
.counter-prop-horizontal .list-title {
  font-size: 14px !important;
  line-height: 18px;
  color: #222;
}
.counter-prop-horizontal li {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calculation-result .no-bordered-table tr td:last-child,
.calculation-result .no-bordered-table tr th:last-child,
.counter-prop-horizontal li:last-child,
.sec-calculator .table-listing li:nth-child(3) .property,
.sec-calculator .table-listing li:nth-child(3) .value,
.white-theme-table tr td:last-child,
.white-theme-table tr th:last-child {
  padding-right: 0;
}
.counter-prop-horizontal li:before {
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  background: #fff;
  line-height: 17px;
  font-size: 12px;
  color: #6880c8;
  border: 1px solid #6880c8;
}
.counter-prop-horizontal li:after {
  content: "";
  border-top: 1px dashed #6880c8;
  width: 100%;
  height: 2px;
  left: 20px;
  top: 10px;
  position: absolute;
}
.counter-prop-horizontal li p,
.sec-blog-widget .blog-caption p {
  font-size: 14px;
  line-height: 18px;
}
.icon-prop li {
  padding-left: 64px;
  margin-bottom: 25px;
}
.icon-prop li .list-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  min-width: 42px;
  left: 0;
  top: 0;
}
.circle-prop li {
  list-style: none;
  padding-left: 18px;
}
.circle-prop li:before {
  width: 6px;
  height: 6px;
  content: "";
  background: #c4c4c4;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 7px;
  display: inline-block;
}
.icon-and-subtext li {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.icon-and-subtext li .list-icon {
  position: relative;
  margin-right: 20px;
}
.icon-and-subtext li p {
  margin-bottom: 0;
  color: #222;
  font-family: SegoeUIMedium;
}
@media (min-width: 767px) {
  .calculator-form .form-group {
    max-width: 264px;
    margin-right: 15px;
  }
  .calculator-form .form-group:last-child {
    margin-right: 0;
  }
  .calci-num-ctrl .form-ctrl {
    padding-right: 32px;
  }
  .decimal-large-prop-section ul li,
  .decimal-prop.large-prop li {
    font-size: 20px;
  }
}
.custom-table {
  width: 100%;
}
.white-theme-table {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 20px 18px 10px;
  max-width: 650px;
  position: relative;
  border-collapse: collapse;
}
.white-theme-table th {
  vertical-align: top;
  font-family: SegoeUIMedium;
  background: #f9f8f3;
  color: #222;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 8px;
  font-weight: 400;
}
.white-theme-table th:first-child {
  border-radius: 4px 0 0 4px;
}
.white-theme-table th:last-child {
  border-radius: 0 4px 4px 0;
}
.white-theme-table td {
  color: #222;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 8px;
  vertical-align: middle;
}
.white-theme-table .caption {
  font-size: 14px;
  line-height: 18px;
  padding-top: 12px;
  color: #666;
}
.icon-theme-table .col-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.icon-theme-table td {
  border-bottom: 1px solid #eaeaea;
}
.faq-theme-table tr:last-child td,
.grey-theme-table tr:last-child td,
.icon-theme-table tr:last-child td {
  border-bottom: 0;
}
.grey-theme-table td,
.grey-theme-table th {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 22px;
}
.faq-theme-table table,
.grey-theme-table .custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.grey-theme-table {
  width: 100%;
  border-radius: 8px;
  margin: 20px auto;
  border: 1px solid #ddd;
}
.faq-theme-table .table-head,
.faq-theme-table thead,
.grey-theme-table thead {
  background: #ddd;
}
.grey-theme-table th {
  font-family: SegoeUIMedium;
  color: #222;
  vertical-align: middle;
}
.grey-theme-table td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.grey-theme-table tr td:last-child {
  border-right: 0px;
}
.section {
  padding-top: 55px;
  padding-bottom: 55px;
}
.pro-calculator .section:first-of-type {
  padding-top: 80px;
}
.main-highlights {
  max-width: 355px;
  margin-bottom: 20px;
}
.center-highlights {
  max-width: 640px;
  text-align: center;
  margin: 0 auto 40px;
}
.onpage-offer-card {
  display: flex;
  max-width: 562px;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.onpage-offer-card .card-icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 4px;
}
.onpage-offer-card .card-body {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.onpage-offer-card .card-body h3 {
  color: #222;
  font-family: SegoeUIBold;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}
.onpage-offer-card .card-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.helping-info {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  margin-top: 15px;
}
.helping-info .main {
  display: flex;
}
.helping-info .helping-icon {
  background: url(../../images/calculator/idea-light.svg) 0 0/100% no-repeat;
  height: 18px;
  min-width: 18px;
  margin-right: 11px;
}
.helping-info .helping-body {
  font-size: 14px;
  line-height: 18px;
  color: #03d000;
}
.green-ribbon {
  position: relative;
  background: #03d000;
  color: #fff;
  font-family: SegoeUIMedium;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 3px 5px 3px 4px;
  display: inline-block;
}
.green-ribbon.right-rib:after {
  content: "";
  position: absolute;
  display: block;
  border: 10px solid #04d002;
  right: -11px;
  top: 0;
  border-left-width: 4px;
  border-right-color: transparent;
  border-radius: 3px;
}
.green-ribbon.left-rib:before,
.green-ribbon.xs-left-rib:before {
  content: "";
  position: absolute;
  display: block;
  border: 10px solid #04d002;
  left: -11px;
  top: 0;
  border-right-width: 4px;
  border-left-color: transparent;
  border-radius: 3px;
}
.calculator-form .form-group {
  margin-bottom: 25px;
  width: 100%;
}
.calci-amount {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  display: block;
  height: 22px;
}
.calculator-form .row-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-calculator .main-content {
  padding-bottom: 16px;
}
.cal-tax-exemption {
  padding: 25px 26px 15px;
  position: relative;
  z-index: 9;
}
.misc-navigation .misc-content ul li,
.sec-ques-ans .ans-card p,
.tax-form-heading {
  margin-bottom: 10px;
}
.tax-form-heading .switch-time {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  margin: 0;
  width: 535px;
}
.tax-form-heading .switch-time li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  font-size: 15px;
  line-height: 19px;
  color: #666;
  text-align: center;
  font-weight: 300;
  height: 40px;
  cursor: pointer;
  padding: 10px;
}
.custom-switch li.active,
.tax-form-heading .switch-time li.active {
  background: #19b38d;
  color: #fff;
}
.error-msg {
  color: #ff2828;
  position: relative;
  padding-left: 20px;
}
.error-msg:before {
  content: "";
  background: url(https://static.smartspends.com/static/images/Optimumweb/tools/error.svg)
    0 0/100%;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 12px;
  width: 12px;
}
.calculation-content {
  position: relative;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  border-radius: 8px;
}
.calculation-result {
  padding: 25px 28px;
}
.calculation-result .graphic-content .graph-title {
  font-size: 18px;
  line-height: 17px;
  font-weight: 400;
  margin: 0 0 15px;
}
.calculation-result .graphic-content .graphic-body {
  position: relative;
  margin-top: 22px;
}
.calculation-result .main-heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.calculation-content .light-label {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  margin-right: 8px;
}
.calculation-result .main-body {
  margin-right: 0;
  margin-left: auto;
}
.calculation-result .percent-values {
  width: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.calculation-result .percent-values li {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-right-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.calculation-result .percent-values li:first-child {
  border-radius: 15px 0 0 15px;
}
.calculation-result .percent-values li:last-child {
  border-radius: 0 15px 15px 0;
  border-right-width: 1px;
}
.calculation-result .percent-values li.active,
.calculation-result .percent-values li:hover {
  background: #19b38d;
  color: #fff;
  border-color: #19b38d;
}
.no-bordered-table {
  width: 100%;
  table-layout: fixed;
}
.no-bordered-table th {
  color: #666;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  padding: 8px;
}
.no-bordered-table td {
  color: #222;
  font-size: 22px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px;
}
.calculation-content.overlay,
.sec-highlights {
  position: relative;
}
.calculation-content.overlay:before {
  z-index: 999;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
}
.calculation-result .graphic-body span {
  font-size: 14px;
  line-height: 13px;
}
.calculation-result .about-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
}
.calculation-result .about-chart .color-dot {
  position: relative;
  padding: 0 20px;
  max-width: 145px;
}
.calculation-result .about-chart .color-dot:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 2px;
}
.calculation-result .about-chart .extempted:before {
  background: #d4dff7;
}
.calculation-result .about-chart .amt-interest:before,
.calculation-result .about-chart .amt-invested:before,
.calculation-result .about-chart .taxable:before {
  background: #6880c8;
}
.calculation-result .about-chart .color-rect {
  position: relative;
  padding: 0 20px 0 37px;
}
.calculation-result .about-chart .color-rect:before {
  width: 23px;
  height: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 20px;
  left: 0;
  bottom: 4px;
}
.calculation-result .about-chart .amt-maturity:before {
  background: #fc8400;
}
.calculation-result .about-chart .amt-maturity {
  padding-right: 5px;
}
.calculation-result .graphic-body .left-up-arrow {
  position: absolute;
  left: 20px;
  display: inline-block;
}
.calculation-result .graphic-body .left-up-arrow:before {
  background: url(../../images/calculator/left-up-line.svg) 0 0/100%;
  width: 40px;
  height: 23px;
  content: "";
  display: inline-block;
  top: 30px;
  left: 50px;
  position: absolute;
}
.calculation-result .chart-box {
  height: 222px;
  width: 100%;
}
.calculation-result .graphic-body .right-up-arrow {
  position: absolute;
  right: 30px;
  display: inline-block;
}
.calculation-result .graphic-body .right-up-arrow:before {
  background: url(../../images/calculator/right-arrow-v2.svg) 0 0/100%;
  content: "";
  display: inline-block;
  top: 30px;
  right: 39px;
  position: absolute;
  width: 40px;
  height: 23px;
}
.calculation-result .graphic-body .grey-dot:after {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  background: #666;
  border-radius: 100%;
  position: absolute;
  top: 24px;
}
.calculation-result .graphic-body .left-up-arrow:after {
  left: 49px;
}
.calculation-result .graphic-body .right-up-arrow:after {
  left: 54px;
}
.label-tooltip {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  z-index: 99;
  cursor: pointer;
}
.tooltip-inner {
  max-width: 300px !important;
  min-width: 200px !important;
}
@media (min-width: 768px) {
  .column-left {
    width: 40%;
    padding-right: 10px;
  }
  .column-right {
    width: 60%;
    margin-left: auto;
    padding-left: 10px;
  }
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-1,
  .col-10,
  .col-11,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto {
    -webkit-box-flex: 0;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .white-theme-table tr td:first-child,
  .white-theme-table tr th:first-child {
    padding-left: 16px;
  }
  .icon-theme-table.white-theme-table tr td:first-child,
  .icon-theme-table.white-theme-table tr th:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .icon-theme-table.white-theme-table tr th:first-child {
    padding-left: 14px;
  }
  .mf-offer-card {
    bottom: 32px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mf-offer-card .card-body {
    padding-bottom: 38px;
  }
  .mf-offer-card .cta {
    width: 132px;
    top: 3px;
    position: relative;
  }
  .onpage-offer-card .seperator-grey {
    width: 97%;
    position: absolute;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }
  .calculator-form .calci-button-ctrl {
    margin-top: 20px;
  }
  .calculation-content .onpage-offer-card {
    position: absolute;
    right: 0;
    bottom: 40px;
    border-radius: 8px 0 0 8px;
  }
  .sec-calculator .main-content {
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .calculator-form .row-flex:last-child .form-group {
    margin-bottom: 0;
  }
  .calculator-form .cta {
    max-width: 180px;
  }
  .sec-other-calculator .calculator-form .calci-button-ctrl {
    text-align: right;
  }
  .sec-other-calculator .calculation-result .about-chart {
    margin-left: 9%;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .main-ques-ans {
    padding-top: 35px;
  }
  .sec-ques-ans .answer-contents .collapse,
  .sec-ques-ans .answer-contents .collapse.in {
    display: block !important;
    height: inherit !important;
  }
  .sec-ques-ans .answer-contents .ans-title {
    pointer-events: none;
  }
  .sec-ques-ans .ans-card {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .calculation-result .graphic-body .left-up-arrow {
    left: 5px;
  }
  .calculation-result .graphic-body .right-up-arrow {
    right: 20px;
  }
}
@media (max-width: 968px) {
  .white-theme-table th {
    font-size: 14px;
    line-height: 18px;
  }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .onpage-offer-card .cta {
    font-size: 12px;
    line-height: 24px;
    padding: 4px 6px;
  }
  .helping-info {
    padding: 10px 0;
    width: 100%;
    margin-top: 6px;
  }
  .helping-info .helping-body {
    font-size: 12px;
    line-height: 16px;
  }
  .sec-calculator .main-content {
    margin: 0 10px;
  }
  .cal-tax-exemption {
    padding: 0;
  }
  .calculation-content .light-label {
    font-size: 14px;
  }
  .calculation-result .main-heading {
    margin-bottom: 20px;
  }
  .calculation-content .onpage-offer-card {
    padding-bottom: 18px;
    max-width: 400px;
    bottom: 0;
  }
  .calculation-content .onpage-offer-card .card-icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .calculation-content .onpage-offer-card .card-body h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .calculation-content .onpage-offer-card .card-body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .calculation-result .main-body {
    max-width: 350px;
  }
  .calculation-result .no-bordered-table td,
  .calculation-result .no-bordered-table th {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .calculation-result .chart-box {
    height: 140px;
    width: 280px;
    margin: 0 auto;
  }
  .calculation-result .graphic-content .graphic-body {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .calculation-result .graphic-body span {
    font-size: 12px;
  }
  .calculation-result .graphic-body .left-up-arrow,
  .calculation-result .graphic-body .right-up-arrow {
    top: 0;
  }
  .calculation-result .graphic-body .left-up-arrow:before {
    left: 30px;
    width: 30px;
    height: 18px;
    top: 22px;
  }
  .calculation-result .graphic-body .left-up-arrow:after {
    left: 28px;
  }
  .calculation-result .graphic-body .right-up-arrow:before {
    top: 22px;
    right: 30px;
    width: 30px;
    height: 18px;
  }
  .calculation-result .graphic-body .right-up-arrow:after {
    left: 49px;
  }
  .calculation-result .graphic-body .grey-dot:after {
    top: 18px;
  }
  .sec-calculator {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .grey-theme-table td,
  .grey-theme-table th,
  p {
    font-size: 12px;
    line-height: 16px;
  }
  .visible-large {
    display: none !important;
  }
  .visible-small {
    display: block !important;
  }
  .col-xs,
  .column-left,
  .column-right {
    width: 100%;
  }
  .flex-wrap-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calculation-result .row-flex,
  .flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cta-large {
    max-width: 414px;
    margin: 0 auto;
  }
  .calculation-result .graphic-content h3,
  .calculator-form .input-prop,
  .form-ctrl {
    font-size: 18px;
  }
  .calculator-form .input-prop.percentage {
    left: 30px;
  }
  .calculator-form .input-prop.year {
    left: 16px;
  }
  .calci-num-ctrl .form-ctrl {
    padding-right: 68px;
  }
  .calci-num-ctrl .lumpsum-num-ctrl,
  .calci-num-ctrl .num-ctrl,
  .calci-num-ctrl .sip-num-ctrl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: -5px;
  }
  .calci-num-ctrl .lumpsum-num-ctrl span,
  .calci-num-ctrl .num-ctrl span,
  .calci-num-ctrl .sip-num-ctrl span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 34px;
  }
  .calci-num-ctrl .lumpsum-num-ctrl span:after,
  .calci-num-ctrl .num-ctrl span:after,
  .calci-num-ctrl .sip-num-ctrl span:after {
    bottom: 0;
    right: 0;
    left: 8px;
  }
  .calci-num-ctrl .lumpsum-num-ctrl .increase:after,
  .calci-num-ctrl .num-ctrl .increase:after,
  .calci-num-ctrl .sip-num-ctrl .increase:after {
    top: 8px;
  }
  .calci-num-ctrl .lumpsum-num-ctrl .decrease:after,
  .calci-num-ctrl .num-ctrl .decrease:after,
  .calci-num-ctrl .sip-num-ctrl .decrease:after {
    bottom: 8px;
  }
  .grey-listing .list-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px;
  }
  .counter-prop li,
  .icon-prop li {
    padding-left: 52px;
    margin-bottom: 24px !important;
  }
  .icon-prop li .list-icon {
    height: 32px;
    width: 32px;
    min-width: 32px;
  }
  .counter-prop-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0 0;
  }
  .counter-prop-horizontal li {
    padding-left: 34px;
    margin-bottom: 15px !important;
    padding-top: 0;
    padding-right: 0;
  }
  .calculator-form .city-group .calci-amount,
  .counter-prop-horizontal li:after,
  .green-ribbon.xs-left-rib:after {
    display: none;
  }
  .icon-and-subtext li,
  .onpage-offer-card .card-titles {
    padding-left: 0;
  }
  .whitespace-sm {
    white-space: nowrap;
  }
  .white-theme-table {
    padding: 14px 15px 12px;
  }
  .white-theme-table tr th {
    padding: 8px 7px;
  }
  .white-theme-table tr td {
    padding: 15px 7px;
  }
  .white-theme-table tr td,
  .white-theme-table tr th {
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
  }
  .white-theme-table tr td .cta {
    background: 0 0;
    padding: 5px;
    line-height: 5px;
    border: 0;
    overflow: hidden;
    text-indent: -99999px;
    min-width: 14px;
    position: relative;
  }
  .white-theme-table tr td .cta:hover {
    background: 0 0;
  }
  .white-theme-table tr td .cta:after {
    border: 1px solid #19b38d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    position: absolute;
    right: 7px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 40%;
  }
  .white-theme-table .caption {
    margin: 0 8px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  .pro-calculator .section:first-of-type {
    padding-top: 56px;
  }
  .section {
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .calculation-content .onpage-offer-card,
  .main-highlights {
    max-width: 100%;
  }
  .center-highlights {
    margin-bottom: 20px;
  }
  .main-highlights p:last-child {
    margin-bottom: 0;
  }
  .onpage-offer-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 12px 18px;
  }
  .onpage-offer-card .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 12px;
  }
  .onpage-offer-card .card-body h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .onpage-offer-card .card-body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px !important;
  }
  .onpage-offer-card .card-body .cta {
    max-width: 150px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 40px 8px 10px;
    text-align: left;
  }
  .onpage-offer-card .card-body .cta:after {
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    position: absolute;
    right: 16px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 40%;
  }
  .onpage-offer-card .card-body .cta-xs {
    max-width: 125px;
  }
  .mf-offer-card .green-ribbon {
    position: absolute;
    right: -12px;
    top: 1px;
  }
  .green-ribbon {
    font-size: 12px;
    line-height: 12px;
  }
  .green-ribbon.right-rib:after {
    border: 9px solid #04d002;
    border-right-color: transparent;
    right: -15px;
  }
  .green-ribbon.left-rib:before,
  .green-ribbon.xs-left-rib:before {
    display: block;
    border: 9px solid #04d002;
    border-left-color: transparent;
    left: -15px;
  }
  .sec-calculator .main-content {
    margin: 0;
  }
  .calculation-result .main-heading,
  .sec-calculator .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calculation-result {
    padding: 15px 12px 28px;
  }
  .calculation-result .light-label {
    font-size: 14px;
    line-height: 17px;
    margin-right: 0;
    color: #222;
    margin-bottom: 12px;
  }
  .calculation-result .no-bordered-table th,
  .no-bordered-table th {
    font-size: 12px;
    padding: 6px 3px;
  }
  .no-bordered-table td {
    font-size: 13px;
    padding: 6px 3px;
  }
  .tax-form-heading .switch-time {
    width: 100%;
    margin: 0;
  }
  .tax-form-heading .switch-time li {
    font-size: 11px;
    line-height: 18px;
  }
  .calculator-form .form-group,
  .tax-form-heading {
    margin-bottom: 16px;
  }
  .calculation-result .chart-box {
    height: 140px;
  }
  .calculation-result .graphic-content .graphic-body {
    max-width: 300px;
  }
  .calculation-result .graphic-body span {
    font-size: 12px;
  }
  .calculation-result .graphic-body .left-up-arrow:before {
    left: 30px;
    width: 30px;
    height: 18px;
    top: 22px;
  }
  .calculation-result .graphic-body .left-up-arrow:after {
    left: 28px;
  }
  .calculation-result .graphic-body .right-up-arrow:before {
    top: 22px;
    right: 30px;
  }
  .calculation-result .graphic-body .right-up-arrow:after {
    left: 49px;
  }
  .calculation-result .graphic-body .grey-dot:after {
    top: 18px;
  }
  .calculation-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }
  .calculator-form .calci-button-ctrl .cta {
    max-width: 414px;
    display: block;
    margin: 0 auto;
  }
  .calculation-result .main-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #exemptedHra {
    font-size: 14px;
  }
  .calculation-result .no-bordered-table td {
    padding: 0 3px 8px;
    font-size: 13px;
  }
  .calculation-result .about-chart .color-rect:before {
    width: 14px;
  }
  .calculation-result .about-chart .color-rect {
    padding-left: 23px;
  }
  .calculation-result .percent-values {
    margin: 0 auto;
  }
  .tooltip-inner {
    max-width: 200px !important;
    min-width: 160px !important;
  }
  .sec-highlights {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sec-highlights:before {
    height: 100%;
  }
  .sec-highlights .row-inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sec-highlights .main-highlights {
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-highlights .section-title-sm {
    margin-bottom: 12px;
  }
  .sec-highlights .white-theme-table tr td:nth-child(2),
  .sec-highlights .white-theme-table tr td:nth-child(3) {
    text-align: left;
  }
}
.floating-navigation {
  border: 0 !important;
  min-height: inherit !important;
  border-radius: 0 !important;
  display: block;
  position: relative !important;
  background: #f9f8f3;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 0 !important;
}
.floating-navigation.show-nav-header {
  z-index: 999;
  background: #fff;
  position: fixed !important;
  -webkit-animation: 0.6s forwards smoothScrollF;
  animation: 0.6s forwards smoothScrollF;
}
@-webkit-keyframes smoothScrollF {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes smoothScrollF {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.floating-navigation .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  float: none !important;
}
.floating-navigation li a {
  outline: 0 !important;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  padding: 20px 14px !important;
  border-top: 0;
  border-bottom: 3px solid transparent;
}
.floating-navigation .navbar-nav > li:hover a {
  color: #00b98f;
  background: #f9f8f3;
  border-bottom-color: #f9f8f3;
}
.floating-navigation.show-nav-header .navbar-nav a.active,
.floating-navigation.show-nav-header .navbar-nav a:hover {
  color: #00b98f;
  background: #fff;
  border-bottom-color: #00b98f;
}
.floating-navigation .nav > li > a:focus {
  background: inherit;
}
@media (max-width: 1300px) {
  .floating-navigation li a {
    font-size: 13px;
    line-height: 17px !important;
    padding: 20px 8px !important;
  }
}
.sec-highlights:before {
  min-height: 250px;
  max-height: 300px;
  background: #6880c8;
  content: "";
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.sec-highlights .white-theme-table .caption {
  margin-left: 15px;
}
.sec-benefits .benefits-content ul,
.sec-blog-widget .blog-highlights p,
.sec-ques-ans .questions-menu {
  margin-bottom: 20px;
}
.sec-benefits .calculator-graphic {
  height: 400px;
}
.sec-benefits .calculator-graphic img {
  max-width: 375px;
}
.sec-ques-ans .sidebar-navigation {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}
.sec-ques-ans .questions-menu li {
  max-width: 340px;
  border-right: 1px solid #ddd;
  position: relative;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.sec-ques-ans .questions-menu li a {
  font-size: 18px;
  line-height: 22px;
  color: #222;
  padding: 15px 10px 15px 0;
  max-width: 320px;
  display: block;
  font-family: SegoeUIMedium;
}
.sec-ques-ans .questions-menu li.active:after {
  width: 4px;
  height: 100%;
  content: "";
  background: #19b38d;
  right: -2px;
  position: absolute;
  top: 0;
}
.sec-ques-ans .ans-card .acc-title {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin: 0 0 10px;
}
.sec-ques-ans .ans-card li,
.sec-ques-ans .ans-card p {
  font-size: 15px;
  line-height: 19px;
}
.sec-ques-ans .ans-card h2 {
  margin: 0;
}
.misc-navigation {
  max-width: 320px;
}
.misc-navigation .misc-tab-panel {
  margin-bottom: 2px;
}
.misc-navigation .misc-title {
  color: #222 !important;
  display: block;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 32px 12px 18px;
  margin: 0;
  position: relative;
}
.misc-navigation .misc-title:after {
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 38%;
}
.misc-navigation .misc-content ul {
  margin: 10px 18px 0;
  padding: 0;
  list-style: none;
}
.misc-navigation .misc-content ul a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #19b38d;
}
.calculator_accordian .acc-title {
  padding-right: 35px;
  display: block;
  position: relative;
}
.calculator_accordian .arrow-down {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 16px;
  height: 12px;
  display: inline-block;
}
.calculator_accordian .arrow-down:after {
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.sec-content-plus-listing b {
  color: #222;
}
.sec-content-plus-listing .listing-content h3 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sec-content-plus-listing .listing-content h3 a {
  color: #222 !important;
}
.sec-content-plus-listing .listing-content li {
  margin-bottom: 25px;
}
.sec-blog-widget .blog-content {
  max-width: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-blog-widget .blog-artical {
  width: 47%;
  margin: 0 15px 15px 0;
}
.sec-blog-widget .blog-artical .blog-figure {
  background: #f6f7f8;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 134px;
}
.sec-blog-widget .blog-artical .blog-figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-blog-widget .blog-highlights {
  max-width: 420px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-blog-widget .blog-highlights .cta {
  max-width: 220px;
}
.sec-blog-widget .blog-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 40px;
}
.sec-sidebar-navigation {
  padding-top: 32px;
}
.calci-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
  font-weight: 400;
}
.calci-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.calci-switch .rounder {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.calci-switch .rounder:before {
  position: absolute;
  color: #9a9a9a;
  content: "N";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-family: SegoeUIMedium;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.160784);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.160784);
}
.calci-switch input:checked + .rounder {
  background-color: #19b38d;
}
.calci-switch input:checked + .rounder:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  content: "Y";
  color: #19b38d;
}
.senior-citizen .light-label {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-right: 10px;
}
.sec-calculator .table-listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec-calculator .table-listing li .property {
  color: #666;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  padding: 7px;
}
.sec-calculator .table-listing li .value {
  color: #222;
  font-size: 22px;
  line-height: 18px;
  font-weight: 500;
  padding: 7px;
}
.sec-calculator .tax-slab-box .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}
.sec-calculator .table-listing li:nth-child(2) .property .property-child,
.sec-calculator .table-listing li:nth-child(3) .property .property-child {
  position: relative;
  padding-right: 20px;
}
.sec-calculator .table-listing li:nth-child(3) .property .property-child {
  position: relative;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .desktop-disabled-acc .collapse,
  .desktop-disabled-acc .collapse.in {
    display: block !important;
    height: inherit !important;
  }
  .desktop-disabled-acc .acc-title {
    pointer-events: none;
  }
  .desktop-disabled-acc .arrow-down {
    display: none !important;
  }
  #hra_documents li {
    font-size: 16px;
  }
  .sec-calculator .tax-form-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec-calculator .table-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-calculator .table-listing li:last-child {
    padding-left: 0;
  }
  .sec-other-calculator .calculator-form .form-group {
    max-width: 210px;
  }
  .sec-other-calculator .calculation-result .chart-box {
    margin-left: -2px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .post-tax-title,
  .sec-interest-rates .green-ribbon,
  .show-xs {
    display: none;
  }
  .sec-calculator .tax-slab-box {
    height: 27px;
  }
  .sec-calculator .table-listing li:first-child {
    width: 28%;
  }
  .sec-calculator .table-listing li:nth-child(2) {
    text-align: center;
    width: 40%;
  }
  .sec-calculator .table-listing li:nth-child(3) {
    text-align: right;
    width: 30%;
  }
  .sec-interest-rates .column-right {
    padding-bottom: 46px;
  }
  .sec-interest-rates .white-theme-table tr td:nth-child(2),
  .sec-interest-rates .white-theme-table tr th:nth-child(2) {
    padding-left: 14px;
    width: 20%;
  }
}
@media (max-width: 968px) {
  .sec-benefits .calculator-graphic img {
    max-width: 280px;
  }
  .sec-calculator .table-listing li .property,
  .sec-calculator .table-listing li .value {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 767px) and (max-width: 967px) {
  .sec-other-calculator .tax-slab-box {
    height: auto;
  }
  .sec-other-calculator .tax-slab-box .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sec-other-calculator .calculation-result .chart-box {
    height: 160px;
  }
  .sec-other-calculator .mf-offer-card {
    bottom: 0 !important;
  }
  .sec-other-calculator .calculation-result .percent-values li {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
  }
  .calculation-result .percent-values {
    margin-top: 5px;
  }
  .sec-other-calculator .calculation-result .main-heading {
    margin-bottom: 15px;
  }
  .sec-other-calculator .table-listing li .property {
    padding: 3px;
  }
  .sec-calculator .table-listing li:first-child {
    width: 22%;
  }
  .sec-calculator .table-listing li:nth-child(2),
  .sec-calculator .table-listing li:nth-child(3) {
    width: 38%;
  }
  .sec-interest-rates .white-theme-table {
    overflow: auto;
  }
  .sec-interest-rates .white-theme-table th {
    white-space: nowrap;
  }
  .sec-interest-rates .cta {
    padding: 4px 8px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sec-benefits .section-title-md {
    text-align: center;
  }
  .sec-benefits .benefits-content li {
    font-size: 12px;
    line-height: 16px;
  }
  .sec-benefits .cta {
    margin: 0 auto;
    display: block;
    max-width: 414px;
  }
  .sec-benefits .calculator-graphic {
    height: 260px;
    text-align: center;
    padding: 10px 0 30px;
  }
  .sec-benefits .calculator-graphic img {
    max-width: 258px;
  }
  .sec-ques-ans .answer-contents {
    padding-top: 10px;
  }
  .sec-ques-ans .ans-card {
    border: 1px solid #ddd;
    border-top: 0;
  }
  .sec-ques-ans .ans-card:first-child {
    border-top: 1px solid #ddd;
  }
  .sec-ques-ans .ans-card .acc-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 16px 40px 14px 16px;
  }
  .sec-ques-ans .ans-card .acc-title .arrow-down:after {
    border-color: #000;
  }
  .sec-ques-ans .ans-card .main-panel {
    margin: 0 16px 16px;
  }
  .sec-ques-ans .ans-card .main-panel:after,
  .sec-ques-ans .ans-card .main-panel:before {
    display: table;
    content: " ";
  }
  .sec-ques-ans .ans-card p,
  .sec-ques-ans .grey-listing li,
  .senior-citizen .light-label {
    font-size: 14px;
    line-height: 18px;
  }
  .sec-content-plus-listing .grey-listing,
  .sec-content-plus-listing .listing-content li,
  .sec-ques-ans .ans-card p:last-child {
    margin-bottom: 0;
  }
  .misc-navigation {
    max-width: 100%;
    padding-bottom: 0;
  }
  .sec-content-plus-listing .listing-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .sec-content-plus-listing .acc-title {
    padding: 16px 40px 8px 0;
  }
  .sec-content-plus-listing .acc-title .arrow-down {
    top: 20px;
  }
  .sec-content-plus-listing {
    padding-bottom: 16px;
  }
  .sec-blog-widget .blog-highlights {
    text-align: center;
    padding-bottom: 20px;
  }
  .sec-blog-widget .blog-highlights .cta {
    max-width: 414px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .sec-blog-widget .blog-artical .blog-figure {
    height: 100px;
  }
  .sec-blog-widget .blog-content {
    max-width: 355px;
    margin: 0 auto;
  }
  .senior-citizen {
    margin: 6px 0 8px;
  }
  .sec-calculator .table-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .sec-calculator .table-listing li {
    width: 49.8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    text-align: left !important;
  }
  .sec-calculator .table-listing li:nth-child(3) {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center !important;
    border-top: 1px solid #ddd;
    padding: 10px 0 4px;
  }
  .sec-calculator .table-listing li .property {
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px 4px;
    position: relative;
  }
  .sec-calculator .table-listing li .value {
    font-size: 14px;
    line-height: 18px;
    padding: 2px 1px 4px;
  }
  .sec-calculator .table-listing li:nth-child(3) .bold {
    font-size: 20px;
    line-height: 24px;
  }
  .sec-calculator .table-listing .light-green {
    font-size: 10px;
    position: absolute;
    bottom: -11px;
    left: 3px;
    width: 77px;
  }
  .post-tax-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-tax-title {
    font-size: 14px;
    line-height: 17px;
    color: #222;
    margin: 0;
  }
  .sec-calculator .tax-slab-box .main-box {
    padding-top: 25px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 60px;
  }
  .sec-calculator .tax-slab-box .main-box.hide {
    display: block !important;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    padding-top: 3px;
  }
  .post-tax-block .calci-switch {
    width: 32px;
    height: 16px;
  }
  .post-tax-block .calci-switch .rounder:before {
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    font-size: 12px;
    line-height: 14px;
  }
  .post-tax-block .calci-switch input:checked + .rounder:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  .post-tax-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-tax-switch .light-label {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .sec-calculator .table-listing li .property i {
    font-style: normal;
  }
  .sec-calculator .table-listing li:last-child .property {
    max-width: 145px;
    margin: 0 auto;
  }
  .sec-calculator
    .table-listing
    .property
    .property-child
    .label-tooltip:after {
    width: 12px;
    height: 12px;
    font-size: 8px;
    right: 0;
    top: 3px;
    line-height: 12px;
  }
  .sec-calculator .table-listing li:nth-child(2) i {
    position: relative;
    right: -14px;
  }
  .sec-calculator .table-listing li:nth-child(2) .property .property-child,
  .sec-calculator .table-listing li:nth-child(3) .property .property-child {
    padding-right: 14px;
  }
  .sec-calculator
    .table-listing
    li:nth-child(2)
    .property
    .property-child
    .label-tooltip:after {
    top: 3px;
    right: 5px;
  }
  .sec-other-calculator .calculation-result .chart-box {
    height: auto;
  }
  #fd_result .main-heading {
    margin-bottom: 13px;
  }
  .sec-interest-rates .white-theme-table tr td {
    padding: 0 8px 14px;
    font-size: 14px;
  }
  .sec-interest-rates .white-theme-table .hightlighed-row {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.121569);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.121569);
  }
  .sec-interest-rates .white-theme-table .hightlighed-row td {
    padding-top: 14px;
    position: relative;
    border-top: 1px solid #03d000;
    border-bottom: 1px solid #03d000;
  }
  .sec-interest-rates .white-theme-table .hightlighed-row td:nth-child(2) {
    width: 40%;
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #03d000;
  }
  .sec-interest-rates .white-theme-table .hightlighed-row td:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #03d000;
  }
  .sec-interest-rates .icon-theme-table .col-icon,
  .sec-interest-rates .white-theme-table td:nth-child(4),
  .sec-interest-rates .white-theme-table th:first-child,
  .sec-interest-rates .white-theme-table th:nth-child(4) {
    display: none;
  }
  .sec-interest-rates .white-theme-table td:nth-child(2) {
    font-family: SegoeUIMedium;
  }
  .sec-interest-rates .green-ribbon {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    top: -7px;
    left: -6px;
    width: 116px;
  }
  .sec-interest-rates .green-ribbon:before {
    content: "";
    bottom: -5px;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #1ac817 transparent transparent;
    left: 0;
    border-width: 5px 0 0 5px;
  }
  .sec-interest-rates .white-theme-table {
    padding: 5px 8px 0;
  }
  .sec-interest-rates .custom-table {
    width: 100%;
    border-spacing: 0px 14px;
    border-collapse: initial;
  }
  .sec-interest-rates .hightlighed-row .dark-green {
    color: #222 !important;
  }
  .sec-interest-rates .main-highlights {
    max-width: 100%;
    text-align: center;
  }
}
.sec-interest-rates .light-text {
  font-style: normal;
  color: #666;
  font-size: 13px;
}
@media (max-width: 359px) {
  .calculation-result .chart-box {
    height: 130px;
    width: 249px;
  }
  .sec-calculator .table-listing li .value {
    font-size: 12px;
  }
  .sec-calculator .table-listing li:nth-child(3) .bold {
    font-size: 16px;
    line-height: 18px;
  }
  .sec-calculator .table-listing li:nth-child(3) {
    padding: 6px 0 2px;
  }
  .calculation-content .onpage-offer-card .card-body h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .sec-calculator .table-listing li .property {
    font-size: 12px;
    line-height: 16px;
  }
  .sec-calculator
    .table-listing
    li:nth-child(2)
    .property
    .label-tooltip:after {
    top: 1px;
  }
  .sec-interest-rates .white-theme-table tr td {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
  }
}
.sec-pro-cons .white-theme-table {
  padding: 10px;
}
.sec-pro-cons .white-theme-table tr td {
  color: #666;
  vertical-align: top !important;
}
@media (min-width: 968px) {
  .sec-pro-cons .white-theme-table tr td {
    color: #666;
    font-size: 18px;
    line-height: 22px;
  }
}
.features-card {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 4px 4px 14px rgba(152, 152, 152, 0.1);
  box-shadow: 4px 4px 14px rgba(152, 152, 152, 0.1);
  border-radius: 8px;
  padding: 22px 20px 16px 28px;
  max-width: 330px;
  margin-right: 20px;
}
.features-card ul li {
  margin-bottom: 8px;
}
.features-card .card-title {
  font-size: 22px;
  line-height: 26px;
  font-family: SegoeUIBold;
  margin: 0 0 15px;
  color: #222;
}
.features-card .card-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 9;
}
.features-card .card-main,
.increase-num-ctrl {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.features-card .card-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.features-card:after {
  content: "";
  background-image: url(../../images/calculator/card-icon-bg.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 110px;
  width: 195px;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec-allabout-invest {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .sec-allabout-invest .row-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec-allabout-invest .main-highlights p {
    margin-bottom: 20px;
  }
  .sec-allabout-invest .counter-prop {
    max-width: 470px;
  }
  .sec-allabout-invest .cta-large {
    max-width: 220px;
  }
  .features-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .features-card .card-icon img {
    width: 85px;
  }
  .features-card .card-icon {
    max-width: 124px;
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .features-card .card-foot .card-cta {
    padding: 0 10px 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sec-rd-nterest-rates.sec-highlights:before {
    height: 280px;
  }
}
.custom-switch,
.increase-num-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
}
.faq-table-title {
  font-family: proxima-novasemi, SegoeUIMedium;
  color: #222;
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
}
.faq-theme-table {
  width: 100%;
  margin: 10px auto 15px;
  border: 1px solid #ddd;
}
.faq-theme-table .table-head td,
.faq-theme-table th {
  font-family: proxima-novasemi, SegoeUIMedium;
  font-weight: 600;
  color: #222;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 22px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
.com-faq-contents .main-panel b,
.com-faq-contents .main-panel strong,
.faq-section-title {
  font-family: proxima-novabold, SegoeUIBold;
}
.faq-theme-table .table-head td:last-child,
.faq-theme-table th:last-child,
.faq-theme-table tr td:last-child {
  border-right: 0;
}
.faq-theme-table td {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 22px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.section-common-faq {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #f9f8f3;
  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 14%);
  box-shadow: 0 0 4px rgb(0 0 0 / 14%);
}
.section-common-faq .row-inner {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.faq-section-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #222;
  margin: 10px 0 15px;
  text-align: center;
}
.com-faq-contents {
  max-width: 810px;
  margin: 30px auto 0;
}
.com-faq-contents .faq-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 40px 14px 7px;
  color: #222 !important;
  display: block;
  position: relative;
}
.com-faq-contents .main-panel {
  padding: 15px 10px 10px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.com-faq-contents .arrow-down {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 12px;
  display: inline-block;
}
.com-faq-contents .arrow-down:after {
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  content: "";
  position: absolute;
  right: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.faq-listing {
  padding-left: 20px;
  margin-bottom: 10px;
}
.com-faq-contents .main-panel p {
  color: #666;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 968px) {
  .features-card-row {
    position: relative;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
    overflow: -moz-scrollbars-none;
    margin: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .features-card-row::-webkit-scrollbar-thumb {
    background: #f9f8f3 !important;
    width: 0 !important;
    height: 0 !important;
  }
  .features-card {
    padding: 15px 18px;
    min-width: 230px;
    max-width: 230px;
    display: inline-block;
    margin-right: 12px;
    white-space: initial;
    -webkit-transform: translateZ(0);
  }
  .features-card:first-child {
    margin-left: 20px;
  }
  .features-card .card-title {
    font-size: 16px;
    line-height: 20px;
  }
  .features-card ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .features-card .card-icon img {
    width: 65px;
  }
  .features-card .cta-small {
    width: 90px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    min-width: 90px;
  }
  .features-card-row .last-card-spacing {
    display: inline-block;
    min-width: 5px;
  }
  .section-common-faq {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.show-more-table {
  padding-top: 12px;
}
.show-more-table p a {
  font-size: 16px;
  color: #00bd92;
}
.summary ul {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  font-weight: 400;
}
.main-highlights a {
  color: #19b38d;
}
.dummyLink:hover {
  color: var(--black90) !important;
}
.earn_more_see_how {
  margin-left: auto;
  font-size: 18px;
  color: #19b38d;
  cursor: pointer;
}
.earn_more_see_how img {
  margin: -5px 0 0 5px;
}
.earn_more_label {
  font-size: 18px;
}
.earn-icon {
  margin-right: 15px;
  width: 30px;
  height: 25px;
}
.cal-table tr td .cta {
  padding: 0;
  font-size: 12px;
}
.green-bold {
  font-weight: 700;
  color: #03d000;
}
.calculation-result .pie-about .extempted:before {
  background: #ddd !important;
}
.calculation-result .about-chart .amt-interest:before,
.calculation-result .about-chart .amt-principal:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 20px;
  left: 0;
  bottom: 0;
}
.calculation-result .about-chart .amt-interest,
.calculation-result .about-chart .amt-principal {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .com-faq-contents .com-faq-panel {
    margin-bottom: 15px;
  }
  .com-faq-contents .faq-title:hover:after,
  .com-faq-contents .faq-title:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(177, 177, 0, 0.25);
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 2px 10px;
    clip: rect(20px, auto, 50px, 0);
    height: 14px;
  }
  .com-faq-contents .faq-title:hover:after {
    top: 28px;
    height: 14px;
  }
  .com-faq-contents .faq-title:hover:before {
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sec-other-calculator .calculation-result .bar-about,
  .sec-other-calculator .calculation-result .pie-about {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .green-prop .chart-section-box:after,
  .green-prop .white-theme-table:after {
    z-index: -1;
    background: url(../../images/calculator/green-prop.svg) 0 0/100% auto
      no-repeat;
    width: 98px;
    height: 98px;
    bottom: -50px;
    right: -50px;
    position: absolute;
    content: "";
  }
  .whitespace {
    white-space: nowrap;
  }
}
.chart-section:before {
  max-height: 350px !important;
}
.custom-switch {
  height: 29px;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  margin: 0;
  width: 133px;
}
.custom-switch li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
  font-size: 15px;
  line-height: 19px;
  color: #666;
  text-align: center;
  font-weight: 300;
  height: 23px;
  cursor: pointer;
  padding: 2px 0;
}
.dec-span,
.inc-span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 34px;
}
.dec-span::after,
.inc-span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 34px;
  border-left: 8px solid red;
  border-right: 8px solid red;
}
.cmp-year-num-ctrl .form-ctrl {
  padding-left: 32px;
  padding-right: 32px;
}
.compound-cal .period-form-group {
  max-width: 264px !important;
}
.compound-interval-control li,
.investment-type-control li {
  color: #666 !important;
  font-weight: 400;
}
.compound-interval-control li.active,
.investment-type-control li.active {
  font-weight: 600;
  color: #222 !important;
}
.compound-cal .graph-bottom-section {
  margin-top: 20px;
}
.compound-cal .note-div {
  font-size: 14px;
  color: #222;
  font-family: proxima-nova;
  text-align: right;
}
.increase-num-ctrl {
  height: 34px;
  width: 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 2px;
}
.decrease-num-ctrl {
  height: 34px;
  width: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
}
.decrease-num-ctrl span {
  cursor: pointer;
  transform: rotate(90deg);
  width: 30px;
  height: 34px;
}
.increase-num-ctrl span {
  cursor: pointer;
  transform: rotate(270deg);
  width: 30px;
  height: 34px;
}
.decrease-num-ctrl span::after,
.increase-num-ctrl span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #9a9a9a;
  right: 0;
  left: 8px;
  bottom: 8px;
}
.compound-cal .input-prop.year {
  left: 134.88px;
}
@media (max-width: 767px) {
  .sec-allabout-invest .counter-prop {
    padding-left: 20px;
    margin: 10px 0 20px;
  }
  .sec-pro-cons .main-highlights {
    margin-bottom: 20px;
  }
  .sec-pro-cons .white-theme-table tr th {
    font-family: SegoeUIMedium;
  }
  .compound-cal .period-form-group .period-label,
  .sec-pro-cons .white-theme-table tr td,
  .sec-pro-cons .white-theme-table tr th {
    text-align: center;
  }
  .sec-pro-cons .white-theme-table tr td {
    padding: 10px 8px;
  }
  .sec-features-cards .row-inner {
    padding: 0;
  }
  .sec-features-cards .center-highlights {
    padding-right: 16px;
    padding-left: 16px;
  }
  .features-card .card-icon img {
    width: 45px;
  }
  .features-card:after {
    height: 115px;
    width: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .main-wrapper {
    padding: 0 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .faq-theme-table {
    overflow: auto;
  }
  .faq-theme-table .table-head td,
  .faq-theme-table th {
    white-space: nowrap;
  }
  .faq-theme-table .table-head td,
  .faq-theme-table td,
  .faq-theme-table th {
    font-size: 12px;
    line-height: 16px;
  }
  .com-faq-contents .arrow-down:after {
    padding: 3px;
  }
  .faq-section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .com-faq-contents {
    margin-top: 15px;
  }
  .section-common-faq {
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .com-faq-contents .faq-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222 !important;
    padding: 12px 30px 12px 7px;
  }
  .com-faq-contents .main-panel {
    padding: 0 7px 5px;
  }
  .com-faq-contents .main-panel,
  .com-faq-contents .main-panel p,
  .faq-listing li,
  .faq-table-title {
    font-size: 14px;
    line-height: 20px;
  }
  .com-faq-contents .faq-title .arrow-down {
    right: 14px;
    top: 15px;
  }
  .show-more-table {
    padding-bottom: 8px;
    padding-top: 0;
    margin: -5px 0;
  }
  .earn_more_label {
    font-size: 13px;
    width: 57%;
  }
  .earn_more_see_how {
    font-size: 13px;
    align-self: flex-start;
  }
  .earn-icon {
    margin-right: 10px;
    width: 25px;
    height: 20px;
  }
  .earn_more_see_how img {
    margin: -2px 0 0 2px;
  }
  .kirby-table-listing {
    justify-content: space-between;
    border: none !important;
  }
  .kirby-table-listing li {
    width: auto !important;
    flex-direction: column !important;
    border: none !important;
  }
  .tenure-label {
    margin-left: 8px;
  }
  .inflation-box .main-box {
    padding-top: 10px;
  }
  .inflation-box .main-box .light-label {
    margin: 0 10px 0 0;
  }
  .cal-table tr td .cta:after {
    border: 1px solid #19b38d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    position: absolute;
    right: 7px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 40%;
  }
  .cal-table tr td .cta {
    background: 0 0;
    padding: 5px;
    line-height: 5px;
    border: 0;
    overflow: hidden;
    text-indent: -99999px;
    min-width: 14px;
    position: relative;
  }
  .fund-table tr td:nth-child(4),
  .fund-table tr th:nth-child(4) {
    display: table-cell !important;
  }
  .calculation-result .post-tax-switch .inf-label {
    font-size: 12px !important;
  }
  .calculation-result .inflation-values {
    margin: 0 !important;
  }
  .sec-calculator .inflation-box .main-box {
    justify-content: center !important;
  }
  .see-how-switch .calci-switch .rounder:before {
    line-height: 15px !important;
  }
  .sec-calculator .kirby-table-listing li:nth-child(3) {
    text-align: right !important;
  }
  .sec-calculator .kirby-table-listing li:last-child .property {
    margin: 0;
  }
  .period-form-group .calci-amount {
    height: auto !important;
  }
  .sec-calculator .kirby-table-listing li:first-child .value .bold,
  .sec-calculator .kirby-table-listing li:nth-child(2) .value .bold {
    font-family: proxima-nova !important;
    font-weight: 400 !important;
  }
  .sec-other-calculator .calculation-result .bar-graphic-body {
    max-width: unset;
    margin-right: 0;
    margin-top: -10px;
  }
  .sec-other-calculator .calculation-result .bar-graphic-body .chart-box {
    height: 170px;
    width: 275px;
  }
  .chart-section:before {
    height: 100%;
  }
  .compound-cal .input-prop.year {
    left: 147px;
  }
  .calculation-result .flex-dir-col {
    flex-direction: column !important;
  }
  .compound-num-ctrl {
    max-width: 100%;
  }
  .compound-cal .period-form-group .calci-label {
    margin-bottom: 10px;
  }
  .compound-cal .resp-table {
    overflow-x: auto;
  }
  .compound-cal .graph-bottom-section {
    flex-direction: column !important;
    margin-top: 0;
  }
  .compound-cal .note-div {
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 12px;
  }
  .compound-cal .calculator-form .form-group {
    margin-bottom: 24px;
  }
  .compound-cal .cal-btn-group .calci-button-ctrl,
  .compound-cal .interest-form-group .calci-num-ctrl {
    margin-bottom: 0;
  }
  .compound-cal .cal-btn-group {
    margin-bottom: 14px !important;
  }
  .compound-cal .period-form-group,
  .compound-cal .period-form-group .compound-num-ctrl {
    margin-bottom: 0 !important;
  }
  .compound-cal .about-chart {
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .compound-cal .period-form-group {
    max-width: unset !important;
  }
  .compound-cal .table-listing li:nth-child(3) .value {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24px;
  }
  .compound-cal .table-listing li:nth-child(3) .value .bold {
    font-size: 18px;
  }
  .compound-cal .calculation-result .about-chart .amt-interest {
    padding-right: 5px !important;
  }
  .compound-cal .white-theme-table tr th {
    padding: 8px 0 8px 7px;
  }
  .compound-cal .white-theme-table tr td {
    padding: 15px 0 15px 7px;
  }
}
@media (max-width: 320px) {
  .compound-cal .input-prop.year {
    left: 129.6px;
  }
}
.simple-cal .post-tax-block {
  padding: 4px 0;
}
.simple-cal .inflation-values {
  width: 136px;
}
.sec-calculator .simple-cal .table-listing li:nth-child(3) .value {
  font-weight: 700;
  font-size: 26px;
}
.sec-calculator .simple-cal .table-listing li:first-child .value,
.sec-calculator .simple-cal .table-listing li:nth-child(2) .value {
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 767px) {
  .sec-other-calculator
    .simple-cal
    .calculation-result
    .graphic-content
    .graphic-body {
    max-width: 100%;
  }
  .sec-other-calculator .simple-cal .calculation-result .chart-box {
    height: auto;
    width: auto;
    margin-left: -4px;
  }
  .simple-cal .sc-hr1 {
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .simple-cal .calculation-content .light-label {
    color: #666 !important;
  }
  .sec-calculator .simple-cal .table-listing li:nth-child(3) .value {
    font-weight: 700;
    font-size: 18px;
  }
  .sec-calculator .simple-cal .table-listing li:first-child .value,
  .sec-calculator .simple-cal .table-listing li:nth-child(2) .value {
    font-weight: 400;
    font-size: 14px;
  }
}
.ppf-cal .interest-form-group .form-ctrl,
.ppf-cal .interest-form-group .input-prop.percentage {
  color: #666;
}
