@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.p.bold,
p.bold {
  font-weight: 600;
}

.small {
  font-size: 14px;
  line-height: 26px;
}

.flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-with-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.colgrid_full {
  width: 100%;
}

.colgrid-1 {
  width: 8.33333%;
}

.colgrid-2 {
  width: 16.66667%;
}

.colgrid-3 {
  width: 25%;
}

.colgrid-4 {
  width: 33.33333%;
}

.colgrid-5 {
  width: 41.66667%;
}

.colgrid-6 {
  width: 50%;
}

.colgrid-7 {
  width: 58.33333%;
}

.colgrid-8 {
  width: 66.66667%;
}

.colgrid-9 {
  width: 75%;
}

.colgrid-10 {
  width: 83.33333%;
}

.colgrid-11 {
  width: 91.66667%;
}

.colgrid-12 {
  width: 100%;
}

.h1,
h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.h2,
h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (max-width: 1024px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.h3,
h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
.h4,
h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (max-width: 1024px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.p,
p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .p,
  p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

#investment-interlinking-widget.investment-interlinking-widget {
  display: block;
  width: 100%;
  max-width: 779px;
  text-align: left;
  margin: 40px 0 60px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

#investment-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

#investment-interlinking-widget.investment-interlinking-widget .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  height: 254px;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  text-decoration: none;
  color: #0065ff;
  align-items: center;
  padding: 16px 12px 8px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 24px;
  -webkit-box-orient: vertical;
  position: relative;
}

#investment-interlinking-widget.investment-interlinking-widget .flexlist li a::after {
  content: "";
  background: #fff;
  width: 100%;
  border-radius: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px;
    line-height: 20px;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget .link {
    border-bottom: 2px solid #d9d9d9;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button {
    top: 18px;
    margin: 0;
  }
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow {
  position: relative;
  font-size: 0px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow:before {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active .arrow::before {
  transform: rotate(225deg);
  top: 3px;
}

@media (max-width: 767px) {
  #investment-interlinking-widget.investment-interlinking-widget {
    padding: 15px 0 40px;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
}
.block_content_wrapper_firstfold h1#overview {
  margin-top: 40px;
}

.block_content_wrapper_firstfold .p,
.block_content_wrapper_firstfold p {
  display: inline !important;
}

.block_content_wrapper_firstfold .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold .extra-text-web.show-extra {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  color: #0065ff;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    width: 100%;
  }
  .block_content_wrapper_firstfold h1#overview {
    margin-top: 10px;
  }
}
.block_content_wrapper_firstfold.in-mobile .extra-text,
.block_content_wrapper_firstfold.in-mobile .extra-text-web {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold.in-mobile .extra-text,
  .block_content_wrapper_firstfold.in-mobile .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web.show-extra,
  .block_content_wrapper_firstfold.in-mobile .extra-text.show-extra {
    display: inline;
  }
}
.block_content_wrapper_firstfold.in-mobile .text-hide-link {
  display: none;
}

@media screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold.in-mobile .text-hide-link {
    display: inline-block;
  }
}
.pb-navbar-wrapper .pb-nav ul.nav {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
: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: #0C9621;
  --lightgreen: #B6F4B4;
  --lightred: #F4B4B4;
  --light-gray: #FAFAFA;
  --page-max-width: 1170px ;
}

@media (max-width: 480px) {
  :root {
    --page-max-width: 100%;
    --font-size: 14px ;
  }
  .p,
  p {
    font-size: var(--font-size);
    line-height: 21px;
  }
}
@media (min-width: 576px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (max-width: 991px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (min-width: 992px) {
  :root {
    --page-max-width: 960px ;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-max-width: 1170px ;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bank-logo {
  width: 40px;
  height: 40px;
  background: url(../../images/bu/logos-bank.png?v=1) no-repeat;
  background-size: 100%;
}

.bank-logo.sbi {
  background-position: 0 65%;
}

.bank-logo.hdfc-bank {
  background-position: 0 36.9%;
}

.bank-logo.yes-bank {
  background-position: 0 77.3%;
}

.bank-logo.icici-bank {
  background-position: 0 89.2%;
}

.bank-logo.axis-bank {
  background-position: 0 69.2%;
}

.bank-logo.pnb-bank {
  background-position: 0 61.1%;
}

.bank-logo.canara-bank {
  background-position: 0 32.8%;
}

.bank-logo.bank-of-baroda-bank {
  background-position: 0 4.5%;
}

.bank-logo.kotak-mahindra-bank {
  background-position: 0 81.1%;
}

.bank-logo.bank-of-india-bank {
  background-position: 0 8.6%;
}

.bank-logo.idbi-bank {
  background-position: 0 97.3%;
}

.bank-logo.union-bank {
  background-position: 0 93.2%;
}

.bank-logo.indusind-bank {
  background-position: 0 53%;
}

.bank-logo.indian-bank {
  background-position: 0 44.9%;
}

.bank-logo.central-bank {
  background-position: 0 20.6%;
}

.bank-logo.citi-bank {
  background-position: 0 77.2%;
}

.bank-logo.dbs-bank {
  background-position: 0 16.5%;
}

.bank-logo.bandhan-bank {
  background-position: 0 0.5%;
}

.bank-logo.idfc-bank {
  background-position: 0 73%;
}

.bank-logo.uco-bank {
  background-position: 0 12.5%;
}

.bank-logo + i {
  font-size: 14px;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  list-style: none;
}

#policybazaar {
  width: 100%;
  margin-top: 20px;
}

body {
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--black);
}

:focus {
  outline: 0;
}

.firstfold p {
  display: inline;
}

.stopscroll {
  overflow: hidden;
  height: 100%;
}

a,
button,
input,
li,
ol.ul,
select,
textarea {
  outline: 0;
}

.pagecontainer {
  width: 1170px;
}

.pagecontainer .short {
  width: 64.2% !important;
  display: flex;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pagecontainer .short {
    width: 100% !important;
  }
  .pagecontainer .short.clm {
    padding: 0 10px !important;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .pagecontainer .short.clm {
    padding: 0 !important;
  }
  .pagecontainer .short.clm.spacer {
    padding: 0 10px !important;
  }
}
.pagecontainer.layoutcenter {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .pagecontainer.layoutcenter {
    padding: 0 15px;
    order: 3;
  }
}
@media (max-width: 568px) {
  .pagecontainer.layoutcenter {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .pagecontainer {
    width: var(--page-max-width);
  }
}
@media (max-width: 991px) {
  .pagecontainer {
    width: var(--page-max-width);
  }
}
@media (max-width: 767px) {
  .pagecontainer {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .pagecontainer {
    padding: 0 10px;
  }
}
.bold {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px;
  }
  .breadcrumbinner .breadcrumb li.homeIcon {
    display: none;
  }
  .breadcrumbinner .breadcrumb li:first-child {
    display: none;
  }
}
.form_icon {
  background-image: url("../../images/bu/mixedlayout-icon.svg");
  background-repeat: no-repeat;
}

.mixedlayout {
  position: relative;
}

@media (max-width: 1024px) {
  .mixedlayout {
    display: flex;
    flex-direction: column;
  }
}
.mixedlayout article {
  width: 60%;
}

@media (max-width: 1024px) {
  .mixedlayout article {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mixedlayout article {
    width: 100%;
  }
}
.mixedlayout article.blue {
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  margin: 30px 0;
  width: 68%;
}

@media (max-width: 1024px) {
  .mixedlayout article.blue {
    width: 100%;
    order: 3;
  }
}
.mixedlayout article.blue:has(.maximum_return_offer) {
  padding: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .mixedlayout article.blue:has(.maximum_return_offer) {
    padding: 10px 10px 0;
  }
}
@media (max-width: 568px) {
  .mixedlayout article {
    padding: 0 10px;
  }
  .mixedlayout article.blue {
    border-radius: 0;
    padding: 10px;
  }
}
.mixedlayout article .link-tags {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .mixedlayout article .link-tags {
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar {
    width: 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-track {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
}
.mixedlayout article .list {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  padding-left: 90px;
}

@media (max-width: 1024px) {
  .mixedlayout article .list {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.mixedlayout article .list:last-child {
  margin-bottom: 0;
}

.mixedlayout article .list .ico {
  width: 60px;
  height: 70px;
  position: absolute;
  left: 0;
}

.mixedlayout article .list .ico.ti_icon {
  background: url("../../images/bu/benefit-term.png") no-repeat 0 0;
  background-size: 100%;
}

.mixedlayout article .list .ico.li_icon {
  background: url("../../images/bu/benefit-life.png") no-repeat 0 0;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .mixedlayout article .list .ico {
    width: 30px;
    height: 40px;
  }
}
.mixedlayout article .list .productname {
  color: var(--black);
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-size: 12px;
}

.mixedlayout article .list .h3,
.mixedlayout article .list h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 568px) {
  .mixedlayout article .list .h3,
  .mixedlayout article .list h3 {
    font-size: 16px;
  }
}
.mixedlayout article .list .h3:before,
.mixedlayout article .list h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
}

.mixedlayout article .list .h3:after,
.mixedlayout article .list h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 50px;
  bottom: -10px;
}

.mixedlayout article .list .product-link {
  margin-right: 10px;
  margin-top: 10px;
}

.mixedlayout article .list .product-link:last-child {
  margin-right: 0;
}

.mixedlayout article .list .product-link span {
  color: var(--black);
  border: 1px solid var(--gray);
  background-color: var(--shadowblue);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: calc(var(--font-size) - 2px);
  display: inline-block;
}

.forshadow {
  position: relative;
}

.forshadow::before {
  content: "";
  position: absolute;
  height: 98%;
  width: 150px;
  background: #fff;
  left: 1px;
  top: 1px;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 8px;
  display: none;
}

@media (max-width: 568px) {
  .forshadow::before {
    display: block;
    z-index: 1;
  }
}
.leftcol-sticky {
  margin: 0;
  width: 95%;
  background-color: #fff;
  border-radius: 5px;
  padding: 2px;
  border: 1px solid rgba(159, 196, 255, 0.52);
  position: relative;
}

@media (max-width: 1024px) {
  .leftcol-sticky {
    width: 100%;
  }
}
.leftcol-sticky.full {
  width: 100%;
}

.leftcol-sticky::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 150px;
  background: #fff;
  left: 0;
  top: 0;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .leftcol-sticky::before {
    display: none;
  }
}
.leftcol-sticky.noshadow::before {
  display: none;
}

.leftcol-sticky .leftcol-sticky-wrapper {
  position: relative;
  overflow: auto;
  border: 1px solid #000;
  white-space: nowrap;
}

.leftcol-sticky .leftcol-sticky-wrapper .sticky-col {
  position: sticky;
  background-color: #fff;
}

.leftcol-sticky .table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
}

.leftcol-sticky .table td,
.leftcol-sticky .table th {
  text-align: center;
  padding: 10px;
  position: relative;
  font-weight: 600;
  border-collapse: collapse;
}

.leftcol-sticky .table td.borde-yes,
.leftcol-sticky .table th.borde-yes {
  border: 1px solid rgba(159, 196, 255, 0.52);
}

.leftcol-sticky .table td.borde-no-right,
.leftcol-sticky .table th.borde-no-right {
  border: 1px solid rgba(159, 196, 255, 0.52);
  border-right: none;
}

.leftcol-sticky .table td.borde-no-tb,
.leftcol-sticky .table th.borde-no-tb {
  border: 1px solid rgba(159, 196, 255, 0.52);
  border-top: none;
  border-bottom: none;
}

.leftcol-sticky .table td.brd-left-none,
.leftcol-sticky .table th.brd-left-none {
  border-left: none !important;
}

.leftcol-sticky .table td.no-top,
.leftcol-sticky .table th.no-top {
  border-top: none !important;
}

.leftcol-sticky .table td a,
.leftcol-sticky .table th a {
  color: var(--blue);
  transition: all 0.3s ease-in;
}

.leftcol-sticky .table td a:hover,
.leftcol-sticky .table th a:hover {
  text-decoration: underline;
}

.leftcol-sticky .table td .button,
.leftcol-sticky .table th .button {
  box-sizing: border-box;
  width: 100%;
  background: var(--blue);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 20px;
  width: 100px;
  font-size: 12px;
  margin: 15px auto 10px;
  border: none;
  padding: 5px;
  position: absolute;
  top: -30px;
  background: #6da3fa;
  right: -50px;
  cursor: default;
}

@media (max-width: 568px) {
  .leftcol-sticky .table td .button,
  .leftcol-sticky .table th .button {
    right: -40px;
    top: -32px;
    font-size: 9px;
    width: 80px;
  }
}
.leftcol-sticky .table td:first-child .no-link,
.leftcol-sticky .table td:first-child a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.leftcol-sticky .table.alternate-color td:first-child,
.leftcol-sticky .table.alternate-color th:first-child {
  text-align: left;
}

.leftcol-sticky .table.alternate-color .heading td {
  font-weight: 600;
}

.leftcol-sticky .table.alternate-color td {
  padding: 15px;
}

.leftcol-sticky .table.alternate-color td:first-child {
  width: 50%;
  font-size: 14px;
  padding: 15px 10px;
}

.leftcol-sticky .table.alternate-color td:nth-child(2) {
  width: 25%;
  font-size: 14px;
  font-weight: 700;
}

.leftcol-sticky .table.alternate-color td:nth-child(3) {
  width: 25%;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 568px) {
  .leftcol-sticky .table.alternate-color td {
    padding: 5px;
    font-size: 14px;
  }
}
.leftcol-sticky .table.alternate-color .heading td:first-child,
.leftcol-sticky .table.alternate-color .heading td:nth-child(2),
.leftcol-sticky .table.alternate-color .heading td:nth-child(3) {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.leftcol-sticky .table.alternate-color .heading td:first-child .button,
.leftcol-sticky .table.alternate-color .heading td:nth-child(2) .button,
.leftcol-sticky .table.alternate-color .heading td:nth-child(3) .button {
  text-transform: capitalize;
}

.leftcol-sticky .table.alternate-color tr:nth-child(2n) {
  background: var(--light-gray);
}

.leftcol-sticky .table.alternate-color tr:nth-child(odd) {
  background: var(--white);
}

.leftcol-sticky .table td:last-child,
.leftcol-sticky .table th:last-child {
  border-right: none !important;
}

.leftcol-sticky .table span {
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
}

.leftcol-sticky .table.first-table td {
  font-size: 18px;
  font-weight: 500;
  height: 70px;
}

.leftcol-sticky .table.first-table td.sticky-col {
  font-size: 15px;
  font-weight: 400;
}

.leftcol-sticky .first-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 0;
  font-size: 16px;
  letter-spacing: 2.25px;
  text-transform: capitalize;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: left !important;
}

.leftcol-sticky .first-col div {
  letter-spacing: 2.25px;
}

@media (max-width: 568px) {
  .leftcol-sticky .first-col {
    position: sticky;
    background: #fff;
    border-radius: 0 0 0 0;
    left: -2px;
  }
}
.leftcol-sticky td:nth-child(2),
.leftcol-sticky td:nth-child(3),
.leftcol-sticky td:nth-child(4) {
  width: 150px;
}

@media (max-width: 1024px) {
  .leftcol-sticky td:nth-child(2),
  .leftcol-sticky td:nth-child(3),
  .leftcol-sticky td:nth-child(4) {
    width: 180px;
  }
}
.leftcol-sticky td:first-child {
  width: 140px;
}

.leftcol-sticky span.highReturn {
  border-radius: 8px;
  border: 1px dashed var(--green);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 15px 0 7px;
  width: 100px;
}

.leftcol-sticky span.highReturn i {
  font-size: 9px;
  position: absolute;
  background: var(--green);
  color: var(--white);
  text-transform: capitalize;
  padding: 4px;
  border-radius: 4px;
  font-style: normal;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
}

.termCondition {
  font-size: 14px;
  color: var(--black);
  margin: 15px 0 15px;
  padding: 0 5px;
  font-style: italic;
}

@media (max-width: 767px) {
  .termCondition {
    font-size: 12px;
  }
}
.grap-view {
  border: 1px solid var(--blue);
  width: 94%;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 20px;
  position: relative;
}

.grap-view p {
  line-height: 18px;
  margin-bottom: 20px;
  margin: 10px 0 50px;
  display: block;
}

.grap-view .hisdata {
  position: absolute;
  right: 32px;
  font-weight: 700;
  top: 90px;
}

@media (max-width: 1024px) {
  .grap-view {
    padding: 0;
    border: 0;
    margin: 30px 0;
  }
}
aside {
  top: 0;
  transition: top 0.2s linear;
}

aside.sticky {
  position: fixed;
  z-index: 100;
  width: 393px;
  top: 108px;
  left: calc(var(--page-max-width) - 393px);
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  aside.sticky {
    width: var(--page-max-width);
    position: initial;
  }
}
@media (max-width: 1024px) {
  aside {
    order: 2;
  }
}
.form_mixed_layout {
  background-color: var(--white);
  border-radius: 8px;
  padding: 15px 20px;
  width: 100%;
  max-width: 393px;
  float: right;
  top: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  position: relative;
}

.form_mixed_layout .form_heading {
  color: var(--black);
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.form_mixed_layout .form_heading.small {
  font-size: 14px;
}

@media (max-width: 568px) {
  .form_mixed_layout .form_heading.small {
    font-size: 12px;
  }
}
.form_mixed_layout .form_heading.medium {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 568px) {
  .form_mixed_layout .form_heading.medium {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .form_mixed_layout {
    display: block;
    float: initial;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .form_mixed_layout {
    padding: 15px 5px;
  }
}
@media (max-width: 568px) {
  .form_mixed_layout {
    width: 96%;
    top: initial;
  }
}
.form_mixed_layout::before {
  content: "";
  width: 92%;
  background: var(--green);
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout .h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  color: #0065ff;
}

.form_mixed_layout .h4 .extrasmalltext {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  color: #253858;
}

@media (max-width: 1024px) {
  .form_mixed_layout .h4 {
    margin-top: 30px;
  }
}
.form_mixed_layout .form_box {
  display: none;
}

.form_mixed_layout .form_box.active {
  display: block;
}

.form_mixed_layout .forminput {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form_mixed_layout .forminput li {
  display: flex;
  border: 1px solid var(--brdgray);
  border-radius: 8px;
  margin: 20px;
  padding: 0 5px;
  position: relative;
}

.form_mixed_layout .forminput li .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form_mixed_layout .forminput li .ico.usericon {
  background-position: 0 -454px;
}

.form_mixed_layout .forminput li .ico.dob {
  background-position: 0 -372px;
}

.form_mixed_layout .forminput li .ico.email {
  background-position: 0 -329px;
}

.form_mixed_layout .forminput li .ico.mobile-ico {
  background-position: 0 -413px;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li {
    margin: 20px;
  }
}
.form_mixed_layout .forminput li.has_radio {
  margin: 5px 20px 20px 20px;
}

@media (max-width: 992px) {
  .form_mixed_layout .forminput li.has_radio {
    margin: 5px 20px 20px 20px;
  }
}
.form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}

.form_mixed_layout .forminput li.noborder {
  border: none;
}

.form_mixed_layout .forminput li.mt0 {
  margin: 0 15px;
}

@media (max-width: 1024px) {
  .form_mixed_layout .forminput li.mt0 {
    padding: 0 15px 0 5px;
  }
}
.form_mixed_layout .forminput li .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}

.form_mixed_layout .forminput li .genderselect .female,
.form_mixed_layout .forminput li .genderselect .male {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}

.form_mixed_layout .forminput li .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.form_mixed_layout .forminput li .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form_mixed_layout .forminput li .genderselect .radio.active {
  border: 1px solid var(--blue);
}

.form_mixed_layout .forminput li .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout .forminput li .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.form_mixed_layout .forminput li .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
}

.form_mixed_layout .forminput li input,
.form_mixed_layout .forminput li select {
  font-size: 16px;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li input,
  .form_mixed_layout .forminput li select {
    font-size: 14px;
  }
}
.form_mixed_layout .forminput li select {
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% top 55%;
  width: 70px;
  margin-left: 40px;
  height: 44px;
  margin: -1px 0 0 40px;
  padding: 0 25px 0 0;
}

.form_mixed_layout .forminput li input {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 8px 10px 10px 45px;
  min-height: 46px;
}

.form_mixed_layout .forminput li input.cCode {
  max-width: 35px;
  padding: 0px;
}

.form_mixed_layout .forminput li input.pd10 {
  padding: 10px;
}

.form_mixed_layout .forminput li .ageyears {
  background: #f2f7fe;
  color: #0563f6;
  width: 100px;
  height: 30px;
  margin: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}

.form_mixed_layout .forminput li .ageyears.show {
  display: flex;
}

.form_mixed_layout .forminput li .country {
  width: 100px;
  display: flex;
  align-items: center;
}

.form_mixed_layout .forminput li .country select {
  border: none;
}

.form_mixed_layout .forminput li .country .countrycode {
  width: 60px;
  box-sizing: border-box;
  padding-left: 8px;
  border-right: 1px solid #ccc;
}

.form_mixed_layout .forminput li button {
  box-sizing: border-box;
  width: 100%;
  background: var(--blue);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 90%;
  margin: 15px auto 10px;
  border: none;
  padding: 14px 20px;
  position: relative;
}

.form_mixed_layout .forminput li button:disabled,
.form_mixed_layout .forminput li button:hover {
  background: #005be6;
}

.form_mixed_layout .forminput li button:disabled {
  cursor: not-allowed;
}

.form_mixed_layout .forminput li button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}

.form_mixed_layout .forminput li.registration_check {
  margin-bottom: 30px;
}

.form_mixed_layout .forminput li .secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}

.form_mixed_layout .forminput li .secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  margin-left: 6px;
}

.form_mixed_layout .termCondition {
  font-size: calc(var(--font-size) - 6px);
  color: var(--black);
  text-align: center;
  margin: 8px 0;
  display: block;
}

.form_mixed_layout .termCondition a {
  color: var(--blue);
}

.form_mixed_layout .termCondition a:hover {
  text-decoration: underline;
}

.tab {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 8px;
  margin: 10px auto 20px;
}

.tab.wd350 {
  max-width: 350px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

@media (max-width: 767px) {
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
}
.tab li {
  padding: 15px;
  text-align: center;
  color: var(--disable-color);
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in;
}

@media (max-width: 568px) {
  .tab li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
}
.tab li.active {
  color: var(--black);
}

.tab li.active:after {
  content: "";
  width: 90%;
  background: var(--blue);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.tab li:first-child {
  border-right: 1px solid var(--brdgray);
}

.tab li.style-1 {
  color: var(--white);
  padding: 10px;
}

.tab li.style-1.active {
  color: var(--black);
  background-color: var(--white);
}

.tab li.style-1.active:after {
  display: none;
}

@media (max-width: 767px) {
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .tab li.style-1 {
    padding: 15px 0;
  }
}
.container {
  max-width: var(--page-max-width);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
.medium {
  font-weight: 500 !important;
}

.pagecontent {
  position: relative;
}

@media (max-width: 568px) {
  .pagecontent {
    padding: 0 10px !important;
  }
}
.pagecontent .h2 {
  margin: 50px 0 30px;
}

.pagecontent .h2.mt100 {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .pagecontent .h2.mt100 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.pagecontent .h2.wt {
  font-weight: 500;
}

.pagecontent .heading-with-subtext {
  margin: 50px 0 0 !important;
}

.pagecontent .heading-with-subtext + p {
  margin: 10px 0 20px;
}

.pagecontent .short {
  width: 64.2% !important;
  display: flex;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  flex-direction: column;
}

.pagecontent .short.add_banner img {
  margin: 30px auto;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .pagecontent .short {
    width: 100% !important;
  }
  .pagecontent .short.add_banner img {
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
  }
}
.pagecontent .blue {
  background-color: var(--light-blue);
}

@media (min-width: 992px) {
  .pagecontent .blue {
    order: 2;
  }
}
.pagecontent .product_info {
  display: block;
  width: 100%;
}

.pagecontent .sapretor_with_text {
  color: var(--black);
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
  margin-bottom: 10px;
}

.pagecontent .sapretor_with_text.first {
  margin: 10px 0;
  text-rendering: optimizeLegibility;
}

.pagecontent .sapretor_with_text span {
  position: relative;
  z-index: 1;
  background: #f2f7fe;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.pagecontent .sapretor_with_text hr {
  width: 100%;
  height: 1px;
  background: var(--brdgray);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-bottom: 10px;
  transform: translate(0, -50%);
  margin: 0;
}

.pagecontent .feature_benefits {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagecontent .feature_benefits li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.pagecontent .feature_benefits li:last-child {
  margin: 0;
}

.pagecontent .feature_benefits li .daimond {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--blue);
  position: absolute;
  left: 0;
  left: -5px;
  top: -2px;
}

.pagecontent .feature_benefits li .daimond:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--blue);
}

.pagecontent .feature_benefits p {
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}

.pagecontent .feature_benefits .small {
  font-weight: 400;
  line-height: 22px;
}

.pagecontent .feature_benefits .tag_lable {
  margin: 10px 0;
}

.pagecontent .feature_benefits .tag_lable span {
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
}

.pagecontent .feature_benefits .tag_lable span.green {
  background-color: var(--lightgreen);
}

.pagecontent .feature_benefits .tag_lable span.red {
  background-color: var(--lightred);
  text-decoration: line-through;
}

.pagecontent .details {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagecontent .details li {
  background: var(--white);
  padding: 8px;
  border-radius: 8px;
  padding-left: 70px;
  padding-right: 30px;
  margin-bottom: 10px;
  position: relative;
}

.pagecontent .details li .ico {
  width: 45px;
  height: 48px;
  position: absolute;
  left: 12px;
  top: 22px;
  background-size: 100%;
}

.pagecontent .details li .ico.term {
  background-position: 0 0;
}

.pagecontent .details li .ico.trop {
  background-position: 0 -180px;
}

.pagecontent .details li .ico.marketlink {
  background-position: 0 -62px;
}

.pagecontent .details li .ico.grp {
  background-position: 0 -253px;
}

.pagecontent .details li .ico.wholelife {
  background-position: 0 -120px;
}

.pagecontent .details li .ico.retirement {
  background-position: 0 -385px;
}

.pagecontent .details li .ico.child {
  background-position: 0 -315px;
}

.pagecontent .details li a {
  color: var(--darkblack);
  text-decoration: underline;
  font-size: 16px;
  transition: all 0.2s ease-in;
}

.pagecontent .details li a:hover {
  color: var(--blue);
}

.pagecontent .details li .small {
  width: 96%;
  line-height: 22px;
}

.pagecontent .details li .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
}

.pagecontent .details li .arrow:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #253858;
  border-left: 2px solid #253858;
  transform: rotate(135deg);
  position: absolute;
  margin: 0;
  top: 4px;
  right: 6px;
}

.pagecontent .details li:last-child {
  margin-bottom: 0;
}

.registration_check {
  position: relative;
}

.registration_check .countybox {
  width: 140px;
  display: flex;
  position: relative;
}

.registration_check .countybox .country-flag {
  width: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px 0 8px;
  cursor: pointer;
  position: relative;
}

.registration_check .countybox .country-flag img {
  width: 22px;
}

.registration_check .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 13px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.registration_check .countybox .country-flag.active:after {
  transform: rotate(180deg);
}

.registration_check .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}

.registration_check .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}

.registration_check .countybox .flags.show {
  display: block;
  top: 48px;
  z-index: 1;
}

.registration_check .countybox .flags::-webkit-scrollbar {
  width: 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.registration_check .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
}

.registration_check .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.registration_check .countybox .flags li span:after {
  display: none;
}

.registration_check .countybox .flags li .cname {
  width: 100%;
}

.registration_check .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.registration_check .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}

.registration_check .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
}

.registration_check .countybox.boxup .show {
  display: block;
  bottom: 48px !important;
  z-index: 1;
  top: inherit !important;
}

.registration_check input {
  width: calc(100% - 100px);
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 100;
  left: 0;
  height: 100%;
  border-radius: 8px;
}

.search-flag.show {
  display: block;
}

.search-flag input {
  width: 100% !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 100%;
}

.search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}

.search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}
.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.stickyinfowrapper {
  padding: 20px 0;
  position: relative;
}

.stickyinfowrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../../images/fd-sticky-graphic.png) no-repeat;
  background-size: cover;
  top: -15px;
  left: -120px;
}

.stickyinfowrapper {
  width: 960px;
}

@media (max-width: 1024px) {
  .stickyinfowrapper {
    width: 100%;
    max-width: 510px;
    align-items: center;
  }
  .stickyinfowrapper::before {
    width: 60px;
    height: 60px;
    left: -60px;
  }
}
@media (max-width: 568px) {
  .stickyinfowrapper {
    width: 94%;
    margin: 0 auto !important;
  }
  .stickyinfowrapper:before {
    display: none;
  }
}
.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
}

.stickyfooter.active {
  bottom: 0;
}

.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .stickyfooter .closesticky {
    display: none;
  }
}
.stickyfooter .closesticky {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}

.stickyfooter .closesticky:hover {
  opacity: 1;
}

.stickyfooter .closesticky:after,
.stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
}

.stickyfooter .closesticky:before {
  transform: rotate(45deg);
}

.stickyfooter .closesticky:after {
  transform: rotate(-45deg);
}

.stickyfooter .closesticky:after,
.stickyfooter .closesticky:before {
  left: 9px;
  top: 4px;
}

.stickyfooter .sticky {
  background-color: var(--blue01);
  position: relative;
}

.stickyfooter .sticky:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.stickyfooter .sticky .left {
  width: 50%;
}

.stickyfooter .sticky .right {
  width: 50%;
}

.stickyfooter .sticky .left {
  display: flex;
  flex-direction: column;
}

.stickyfooter .sticky .left .text {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
}

.stickyfooter .sticky .left .text.small {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
  .stickyfooter .sticky .left .text.small {
    display: none;
  }
}
.stickyfooter .sticky.textonly {
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .stickyfooter .sticky .left .text {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
}
@media (max-width: 360px) {
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .left .text {
    text-align: center;
    font-size: 18px;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
}
.stickyfooter .sticky .right {
  display: flex;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
}

.stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
}

.stickyfooter .sticky .right .ctaform .forminput input,
.stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .right .ctaform .forminput input,
  .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
}
.stickyfooter .sticky .right .ctaform .forminput select {
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% top 55%;
  width: 120px;
  margin-left: 40px;
  height: 44px;
  margin: 0 0 0 40px;
  cursor: pointer;
}

.stickyfooter .sticky .right .ctaform .forminput input {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  margin-top: -2px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}

.stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
}

@media (max-width: 768px) {
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
}
.stickyfooter .sticky .right button {
  box-sizing: border-box;
  width: 100%;
  background: var(--blue);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 auto;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 992px) {
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
.stickyfooter .sticky .right button:disabled,
.stickyfooter .sticky .right button:hover {
  background: #005be6;
}

.stickyfooter .sticky .right button:disabled {
  cursor: not-allowed;
}

.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}

.stickyfooter.new .sticky {
  background: #006272 0 0 no-repeat padding-box;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.1607843137);
  height: 75px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky {
    height: auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky {
    padding: 17px 10px 14px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome {
  width: 100%;
  max-width: 1140px;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    align-items: flex-start;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome::before {
  background: url(../../images/bu/investment/fd-sticky-footer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 209px;
  height: 93px;
  background-position: center top;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    background: url(../../images/bu/investment/fd-sticky-footer-icon-mobile.svg) no-repeat top;
    right: -43px;
    bottom: -33px;
    z-index: 1;
    left: auto;
    width: 87px;
    height: 109px;
  }
}
@media screen and (max-width: 320px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    display: none;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    padding-left: 0;
    align-items: CENTER;
  }
}
@media screen and (max-width: 768px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    padding-left: 112px;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
  padding-left: 233px;
  width: auto;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
    padding-left: 0;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome .tag-line {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome .tag-line {
    padding-left: 0;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 4px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome .tag-line {
    font-size: 14px;
    line-height: 19px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome .description {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome .description {
    font-size: 12px;
    line-height: 16px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    padding-left: 26px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    width: 95%;
    padding-left: 0;
    margin: 0;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 360px;
  align-items: center;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid rgba(0, 20, 255, 0.1215686275);
  border-radius: 8px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
    max-width: 304px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
  height: 43px;
  align-items: center;
  width: calc(100% - 100px);
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    width: calc(100% - 90px);
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput .cCode,
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput input,
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  font-size: 14px;
  line-height: 19px;
}

.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  padding: 0 22px 0 7px;
  width: 60px;
  margin: 0;
}

.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
  padding: 6px 16px;
  width: 110px;
  flex-shrink: 0;
  color: #fff;
  padding: 0;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #ef7b00 0 0 no-repeat padding-box;
  border-radius: 16px;
  border: 0;
  padding: 6px 16px;
  margin-right: 16px !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
    margin: 0 !important;
    padding: 6px;
    width: 86px;
  }
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading {
  height: auto;
  font-size: 0;
}

.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading::after {
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  top: 8px;
  content: "";
  display: inline-block;
  right: 0;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
}

.stickyfooter.new .sticky .strip_close {
  background: url(../../images/bu/investment/investment-footer-close-icon.svg) top right no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}

.stickyfooter.new .sticky .tc {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 13px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .stickyfooter.new .sticky .tc {
    right: 55px;
  }
}
.table_box {
  display: none;
}

.table_box.active {
  display: block;
  margin-top: 40px;
}

.table_box.active.mt0 {
  margin-top: 0;
}

.table_box.investment-table {
  margin-top: 40px !important;
}

@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .table_box.investment-table {
    margin-top: 10px !important;
  }
}
.table_box.investment {
  position: relative;
  margin-top: 0;
}

.table_box.investment .small {
  position: absolute;
  right: 30px;
  top: -26px;
  font-style: italic;
}

@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .table_box .small {
    position: initial !important;
    right: initial !important;
    top: initial !important;
    padding: 10px;
    text-align: center;
    font-size: 10px;
  }
}
.dircoloum {
  width: 20%;
  flex-direction: column;
  background-color: var(--light-blue);
  border-radius: 8px 0 0 8px;
  height: 100%;
  position: relative;
  top: 10px;
  left: 10px;
}

@media (max-width: 767px) {
  .dircoloum {
    width: 200px;
  }
}
@media (max-width: 375px) {
  .dircoloum {
    width: 140px;
  }
}
.dircoloum .leftHeadingfixed {
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  min-height: 80px;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .dircoloum .leftHeadingfixed {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .dircoloum .leftHeadingfixed {
    min-height: 105px;
  }
}
.dircoloum .leftHeadingfixed span {
  display: block;
  font-weight: 500;
}

.dircoloum .leftHeadingfixed:first-child {
  min-height: 70px;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 375px) {
  .dircoloum .leftHeadingfixed {
    font-size: 10px;
  }
  .dircoloum .leftHeadingfixed:first-child {
    font-size: 12px;
    font-weight: 500;
  }
}
.table_content {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin: 0 10px;
  width: 78%;
  z-index: 1;
  overflow: hidden;
}

.table_content::-webkit-scrollbar {
  width: 1px;
}

.table_content::-webkit-scrollbar-track {
  background: 0 0;
}

.table_content::-webkit-scrollbar-thumb {
  background: 0 0;
}

.table_content::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.table_content .colgrid-2,
.table_content .colgrid-3,
.table_content .colgrid-4 {
  border-right: 1px solid #d0defd;
}

.table_content .colgrid-2.brdnone,
.table_content .colgrid-3.brdnone,
.table_content .colgrid-4.brdnone {
  border-right: none;
}

.table_content .colgrid-2:last-child,
.table_content .colgrid-3:last-child,
.table_content .colgrid-4:last-child {
  border-right: none;
}

.table_content .colgrid-2.headingRow,
.table_content .colgrid-3.headingRow,
.table_content .colgrid-4.headingRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: underline;
  background-color: var(--light-blue);
  min-height: 80px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .table_content .colgrid-2.headingRow,
  .table_content .colgrid-3.headingRow,
  .table_content .colgrid-4.headingRow {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .table_content .colgrid-2.headingRow,
  .table_content .colgrid-3.headingRow,
  .table_content .colgrid-4.headingRow {
    min-height: 105px;
  }
}
.table_content .colgrid-2.headingRow a,
.table_content .colgrid-3.headingRow a,
.table_content .colgrid-4.headingRow a {
  color: var(--blue);
}

.table_content .colgrid-2.headingRow a .block,
.table_content .colgrid-3.headingRow a .block,
.table_content .colgrid-4.headingRow a .block {
  font-size: 12px;
  display: block;
}

.table_content .colgrid-2.headingRow:first-child,
.table_content .colgrid-3.headingRow:first-child,
.table_content .colgrid-4.headingRow:first-child {
  border-radius: 8px 0 0 0;
}

.table_content .colgrid-2.headingRow:last-child,
.table_content .colgrid-3.headingRow:last-child,
.table_content .colgrid-4.headingRow:last-child {
  border-radius: 0 8px 0 0;
}

.table_content .colgrid-2.headingRow.deocrationNone,
.table_content .colgrid-3.headingRow.deocrationNone,
.table_content .colgrid-4.headingRow.deocrationNone {
  text-decoration: none;
}

.table_content .colgrid-2.headingRow .table_row_heading,
.table_content .colgrid-3.headingRow .table_row_heading,
.table_content .colgrid-4.headingRow .table_row_heading {
  font-size: 14px;
  color: var(--black);
  line-height: 22px;
  display: block;
}

.table_content .colgrid-2.headingRow .table_row_subheading,
.table_content .colgrid-3.headingRow .table_row_subheading,
.table_content .colgrid-4.headingRow .table_row_subheading {
  font-size: 10px;
  color: var(--black);
  display: block;
}

.table_content .colgrid-2.childRow,
.table_content .colgrid-3.childRow,
.table_content .colgrid-4.childRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .table_content .colgrid-2.childRow,
  .table_content .colgrid-3.childRow,
  .table_content .colgrid-4.childRow {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .table_content .colgrid-2.childRow,
  .table_content .colgrid-3.childRow,
  .table_content .colgrid-4.childRow {
    min-height: 105px;
  }
}
.table_content .colgrid-2.childRow .ctabutton,
.table_content .colgrid-3.childRow .ctabutton,
.table_content .colgrid-4.childRow .ctabutton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_content .colgrid-2.childRow .ctabutton button,
.table_content .colgrid-3.childRow .ctabutton button,
.table_content .colgrid-4.childRow .ctabutton button {
  width: 105px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .table_content .colgrid-2,
  .table_content .colgrid-3,
  .table_content .colgrid-4 {
    width: 150px;
  }
}
.table_content .colgrid-2 .button,
.table_content .colgrid-3 .button,
.table_content .colgrid-4 .button {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  width: 105px;
  height: 38px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_content .colgrid-2 .button.full,
.table_content .colgrid-3 .button.full,
.table_content .colgrid-4 .button.full {
  width: 100%;
}

@media (max-width: 991px) {
  .table_content {
    width: calc(100% - 150px);
    overflow-y: auto;
    overflow-x: scroll;
  }
  .table_content .flexbox-with-nowrap {
    display: inline-flex;
  }
}
.table_content.spacechange .childRow,
.table_content.spacechange .headingRow {
  padding: 20px 5px 20px 10px;
}

@media (max-width: 991px) {
  .table_content.spacechange .childRow,
  .table_content.spacechange .headingRow {
    width: 150px !important;
  }
}
.table_content.spacechange .childRow:last-child {
  padding: 20px;
}

@media (max-width: 991px) {
  .childRow,
  .headingRow {
    width: 150px !important;
  }
}
.tableContent {
  margin: 30px auto !important;
}

.tableContent .mincolheight-1 {
  min-height: 60px !important;
}

.tableContent .mincolheight-2 {
  min-height: 100px !important;
}

.tableContent .mincolheight-3 {
  min-height: 70px !important;
}

.tableContent .mincolheight-4 {
  min-height: 100px !important;
}

.tableContent .mincolheight-5 {
  min-height: 70px !important;
}

.tableContent .mincolheight-6 {
  min-height: 100px !important;
}

.tableContent .viewmore {
  text-align: center;
  margin: 20px 0;
}

.tableContent .viewmore_link {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 170px;
  border-radius: 30px;
  display: flex;
  height: auto;
  padding: 15px 25px;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  justify-content: space-around;
  margin: 0 auto;
}

.tableContent .viewmore_link i {
  display: block;
  margin: 30px auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  transform: rotate(225deg);
  margin: 0;
  position: relative;
  top: 2px;
  font-weight: 500;
}

.tableContent .viewmore_link.active i {
  transform: rotate(45deg);
  top: 8px;
}

.faq_accordian_wrapper {
  position: relative;
  background-color: var(--light-blue);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.faq_accordian_wrapper details .tablink {
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
  background-color: var(--white);
  position: relative;
  top: -1px;
  display: table;
  width: 100%;
}

.faq_accordian_wrapper details .tablink p:first-child {
  margin-top: 0;
}

.faq_accordian_wrapper details .tablink > * + * {
  margin-top: 20px;
  list-style: none;
}

.faq_accordian_wrapper details + details {
  margin-top: 0.5rem;
}

.faq_accordian_wrapper summary {
  list-style: none;
}

.faq_accordian_wrapper summary::-webkit-details-marker {
  display: none;
}

.faq_accordian_wrapper summary {
  padding: 18px;
  font-weight: 600;
  background: var(--white);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.faq_accordian_wrapper summary .arrow {
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(225deg);
  position: absolute;
  top: -8px;
  right: 20px;
}

.faq_accordian_wrapper details[open] summary .arrow {
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 20px;
}

.faq_accordian_wrapper .medium {
  font-weight: 500;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.popup-container.visible {
  opacity: 1;
  z-index: 99999;
}

@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container {
    align-items: flex-end;
  }
}
.popup-container .popup {
  background: 0 0;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
}

.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 0;
  top: -26px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

.popup-container .popup .popup-close:hover {
  opacity: 1;
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
}

.popup-container .popup .popup-close:before {
  transform: rotate(45deg);
}

.popup-container .popup .popup-close:after {
  transform: rotate(-45deg);
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  left: 14px;
  top: 4px;
  background-color: var(--white);
}

.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
    top: 15px;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (max-width: 767px), (min-width: 640px) and (max-width: 767px) and (max-width: 767px), (max-width: 568px) and (max-width: 767px) {
  .popup-container .popup .popup-content:before {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (max-width: 767px), (min-width: 640px) and (max-width: 767px) and (max-width: 767px), (max-width: 568px) and (max-width: 767px) {
  .popup-container .popup .form_mixed_layout .getExtrabenefit {
    border-radius: 20px;
    width: 400px;
    margin: 10px auto;
    position: initial;
  }
  .popup-container .popup .form_mixed_layout .h4 {
    margin-top: 10px;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (max-width: 568px), (min-width: 640px) and (max-width: 767px) and (max-width: 568px), (max-width: 568px) and (max-width: 568px) {
  .popup-container .popup .form_mixed_layout .getExtrabenefit {
    width: 330px;
    margin: 30px auto 0;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (max-width: 320px), (min-width: 640px) and (max-width: 767px) and (max-width: 320px), (max-width: 568px) and (max-width: 320px) {
  .popup-container .popup .form_mixed_layout .getExtrabenefit {
    width: 270px;
    margin: 30px auto 0;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 32px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
  }
  .popup-container .popup .popup-close:before {
    transform: rotate(45deg);
  }
  .popup-container .popup .popup-close:after {
    transform: rotate(-45deg);
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media screen and (min-device-width: 480px) and (max-device-width: 568px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 260px;
  }
}
@media screen and (max-width: 479px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 500px;
  }
}
@media screen and (max-width: 360px) {
  .popup-container .popup::after {
    opacity: 0.3;
  }
}
#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph {
    margin: 0 0 20px 0;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
}
#sip-calculator_graph .title {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}

#sip-calculator_graph .sipc {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}

@media only screen and (max-width: 440px) {
  #sip-calculator_graph .sipc {
    padding: 20px 15px;
  }
}
#sip-calculator_graph .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
}

#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
  width: 50%;
  padding: 0 25px 0 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sipc .calculator_with_graph {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

#sip-calculator_graph .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
}

#sip-calculator_graph .tenure li {
  margin-right: 8px;
}

#sip-calculator_graph .tenure li:last-child {
  margin-right: 0;
}

#sip-calculator_graph .tenure li a {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .tenure li a.active,
#sip-calculator_graph .tenure li a:hover {
  background: #3197f3;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
#sip-calculator_graph .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#sip-calculator_graph .sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#sip-calculator_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}

#sip-calculator_graph .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
#sip-calculator_graph .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  font-weight: 400;
}

#sip-calculator_graph .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

#sip-calculator_graph .sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}

#sip-calculator_graph .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

#sip-calculator_graph .sip-form .infotext.stayyear,
#sip-calculator_graph .sip-form .infotext.yearon {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}

#sip-calculator_graph .sip-form .infotext.stayyear:before,
#sip-calculator_graph .sip-form .infotext.yearon:before {
  display: none;
}

#sip-calculator_graph .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

#sip-calculator_graph .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}

#sip-calculator_graph .sip-form input[type=text]::-ms-clear {
  display: none;
}

#sip-calculator_graph .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
}

#sip-calculator_graph .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

#sip-calculator_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

#sip-calculator_graph .sip-form input:focus {
  outline: 0;
}

#sip-calculator_graph .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

#sip-calculator_graph .sip-form .rupeeicon {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #253858;
}

#sip-calculator_graph .sip-form .err {
  font-size: 10px;
  color: red;
  display: block;
  margin: 5px;
}

#sip-calculator_graph .totalWrap {
  width: 50%;
  padding: 0 0 0 15px;
  height: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap {
    width: 100%;
    padding: 0;
  }
}
#sip-calculator_graph .totalWrap .widgetAmtGet_result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#sip-calculator_graph .totalWrap .widgetAmtGet_result.box {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get.box,
#sip-calculator_graph .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

#sip-calculator_graph .totalWrap .amount_you_receive.box {
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}

#sip-calculator_graph .totalWrap .amount_you_get.box {
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  #sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
#sip-calculator_graph .totalWrap .amount_you_get,
#sip-calculator_graph .totalWrap .amount_you_receive {
  font-weight: 400;
}

#sip-calculator_graph .totalWrap .amount_you_get span,
#sip-calculator_graph .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

#sip-calculator_graph .totalWrap .amount_you_get .amt,
#sip-calculator_graph .totalWrap .amount_you_get .investedamt,
#sip-calculator_graph .totalWrap .amount_you_receive .amt,
#sip-calculator_graph .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

#sip-calculator_graph .totalWrap .amount_you_get .overyear,
#sip-calculator_graph .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

#sip-calculator_graph .totalWrap .amount_you_get .intrest,
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  #sip-calculator_graph .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt,
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
#sip-calculator_graph .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 20px auto 10px;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}

@media only screen and (max-width: 480px) {
  #sip-calculator_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
#sip-calculator_graph.sip-rhs-sticky {
  position: sticky;
  top: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  background: 0 0;
  background: 0 0;
  margin: 0 auto;
  width: 342px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 55%;
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 99%;
  }
}
#sip-calculator_graph.sip-rhs-sticky .title {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .title {
    margin-bottom: 10px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .title .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

#sip-calculator_graph.sip-rhs-sticky .tenure {
  margin: 0 auto 20px;
  justify-content: flex-start;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 30px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .tenure li a {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  color: #253858;
  border-color: #b3bac5;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li a:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}

#sip-calculator_graph.sip-rhs-sticky .tenure li a.active {
  color: #fff;
  border-color: #3197f3;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv {
  margin: 5px auto 10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv .sipcalculate {
  border-radius: 8px;
  padding: 9px;
}

#sip-calculator_graph.sip-rhs-sticky .sipc {
  padding: 10px 0;
  padding-top: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sipc .calculator_with_graph {
  flex-direction: column;
}

#sip-calculator_graph.sip-rhs-sticky .sipc .sipc_all_input {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 13px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .sip-form label {
  top: -10px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form input {
  height: 46px;
  border-radius: 8px;
  color: #253858;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .rupeeicon {
  top: 12px;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext {
  background-color: #eaf1ff;
  font-size: 12px;
  color: #253858;
  padding: 6px 8px;
  border-radius: 4px;
  top: 4px;
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext::before {
  display: none;
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.stayyear,
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.yearon {
  display: block;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap {
  width: 100%;
  padding: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
  flex-direction: row;
  width: 100%;
  padding: 0;
  border: 1px solid #36b37e;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #e3fcef;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    padding: 4px;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    width: 50% !important;
  }
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box:last-child {
  margin-bottom: 0;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box span {
  color: #505f79;
  opacity: 1;
  padding: 2px 10px;
  line-height: 20px;
  border-right: 1.2px solid #d3e8eb;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box .amt {
  color: #253858;
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box .amt {
  font-size: 20px;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box span {
  color: #00875a;
  padding: 2px 10px;
  line-height: 20px;
  opacity: 1;
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .sip-loadingDiv {
  margin: 10px 0;
}

#sip-calculator_graph.sip-rhs-sticky .widgetAmtGet_wrapper .graph {
  display: none;
}

.term-widget-new {
  display: flex;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  background-color: var(--white);
  margin: 15px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  color: var(--gray-dark);
  letter-spacing: 0.56px;
  width: 90%;
  margin: 0 auto;
}

.term-widget-new.disclaimer {
  box-shadow: none;
  background: 0 0;
  flex-direction: column;
}

.term-widget-new.disclaimer a {
  color: var(--blue);
}

.term-widget-new.disclaimer a:hover {
  color: var(--blue);
}

.term-widget-new.disclaimer p {
  font-size: 12px;
  margin: 0;
}

.term-widget-new .left-block {
  width: 275px;
  background: url(../../images/bu/background-right.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0 20px 20px 0;
}

.term-widget-new .left-block:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 125px;
  background: url(../../images/bu/term-insurance-umrella.png) no-repeat 0 0;
  top: 50px;
}

.term-widget-new .left-block .amount-row {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 150px;
}

.term-widget-new .left-block .amount-row #premiumVal {
  display: block;
  font-size: 40px;
  color: #fbe81a;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin: 25px 0;
  height: 60px;
}

.term-widget-new .left-block .amount-row button {
  background: var(--white);
  border: none;
  color: var(--blue);
  font-size: 14px;
  padding: 9px 40px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

.term-widget-new .right-block {
  width: calc(var(--page-max-width) - 275px);
  background-color: var(--light-blue);
  border-radius: 20px 0 0 20px;
}

@media (max-width: 991px) {
  .term-widget-new {
    flex-direction: column-reverse;
    background-color: var(--light-blue);
  }
  .term-widget-new .right-block {
    width: 100%;
  }
  .term-widget-new .left-block {
    width: 96%;
    max-width: 400px;
    margin: 0 auto 80px;
    border-radius: 20px;
    min-height: 180px;
  }
}
@media (max-width: 991px) and (max-width: 440px) {
  .term-widget-new .left-block {
    width: 350px;
    max-width: 96%;
  }
}
@media (max-width: 991px) {
  .term-widget-new .left-block::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 105px;
    background: url(../../images/bu/term-insurance-umrella.png) no-repeat 0 0;
    top: 40px;
    background-size: 100%;
    left: 40px;
  }
}
@media (max-width: 991px) and (max-width: 320px) {
  .term-widget-new .left-block::before {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .term-widget-new .left-block .amount-row {
    width: 220px;
    text-align: center;
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 991px) and (max-width: 440px) {
  .term-widget-new .left-block .amount-row {
    width: 150px;
  }
  .term-widget-new .left-block .amount-row #premiumVal {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .term-widget-new .left-block .amount-row button {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    bottom: -62px;
    background-color: var(--blue);
    color: var(--white);
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 568px) {
  .term-widget-new {
    width: 100%;
  }
}
.term-premium-calculator {
  position: relative;
  margin: 0 auto;
}

.term-premium-calculator .form-elements {
  position: relative;
}

.term-premium-calculator .form-elements .row:first-child .blocks .feild-wrapper {
  padding: 20px 0 15px;
}

.term-premium-calculator .form-elements .blocks {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  padding: 0 30px;
  margin-bottom: 20px;
}

.term-premium-calculator .form-elements .blocks .slide-wrapper {
  position: relative;
}

.term-premium-calculator .form-elements .blocks .slide-wrapper:after,
.term-premium-calculator .form-elements .blocks .slide-wrapper:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e3e8ef;
}

.term-premium-calculator .form-elements .blocks .slide-wrapper:before {
  background: var(--blue01);
  background: var(--blue01);
  left: -11px;
  top: -5px;
}

.term-premium-calculator .form-elements .blocks .slide-wrapper:after {
  right: -1px;
  top: -5px;
}

.term-premium-calculator .form-elements .blocks.dir-row {
  flex-direction: row;
}

@media (max-width: 768px) {
  .term-premium-calculator .form-elements .blocks.dir-row {
    flex-direction: column;
  }
}
.term-premium-calculator .form-elements .blocks.last {
  margin-bottom: 25px;
}

.term-premium-calculator .form-elements .blocks .feild-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 15px;
}

.term-premium-calculator .form-elements .blocks .feild-wrapper .label {
  text-transform: uppercase;
  font-weight: 600;
}

.term-premium-calculator .form-elements .blocks .feild-wrapper .select-box select {
  background: 0 0;
  -webkit-appearance: none;
  width: 100px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  background: #fff url("../../images/bu/arrow-blue.svg") no-repeat right 10px center;
}

.term-premium-calculator .form-elements .blocks .range-def {
  display: flex;
  flex-direction: revert;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.term-premium-calculator .form-elements .gender-tab,
.term-premium-calculator .form-elements .tabcoo-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 43px;
  align-items: center;
  margin: 20px 50px 10px 0;
}

.term-premium-calculator .form-elements .gender-tab span,
.term-premium-calculator .form-elements .tabcoo-tab span {
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}

.term-premium-calculator .form-elements .gender-tab .inputwrap,
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap {
  width: 170px;
  min-width: 170px;
}

.term-premium-calculator .form-elements .gender-tab .inputwrap input[type=radio] + label,
.term-premium-calculator .form-elements .gender-tab .inputwrap input[type=radio]:checked + label,
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap input[type=radio] + label,
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap input[type=radio]:checked + label {
  width: 65px;
  min-width: 65px;
  display: inline-block;
}

@media (max-width: 640px) {
  .term-premium-calculator .form-elements .gender-tab,
  .term-premium-calculator .form-elements .tabcoo-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
@media (max-width: 768px) {
  .term-premium-calculator .form-elements .gender-tab,
  .term-premium-calculator .form-elements .tabcoo-tab {
    margin: 20px 10px 0 0;
    width: 100%;
    left: 0;
  }
}
.term-premium-calculator .form-elements .gender-tab label,
.term-premium-calculator .form-elements .tabcoo-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.term-premium-calculator .form-elements .gender-tab input[type=radio],
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio] {
  display: none;
}

.term-premium-calculator .form-elements .gender-tab input[type=radio] + label,
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: var(--black);
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  margin-right: 5px;
  padding: 7px 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .term-premium-calculator .form-elements .gender-tab input[type=radio] + label,
  .term-premium-calculator .form-elements .tabcoo-tab input[type=radio] + label {
    padding: 8px;
    max-width: 65px;
    margin-right: 5px;
  }
}
.term-premium-calculator .form-elements .gender-tab input[type=radio]:checked + label,
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  z-index: 11;
  min-width: 80px;
  border-radius: 20px;
  margin-right: 5px;
}

@media (max-width: 640px) {
  .term-premium-calculator .form-elements .tabcoo-tab {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
  }
  .term-premium-calculator .form-elements .tabcoo-tab .inputwrap,
  .term-premium-calculator .form-elements .tabcoo-tab span {
    width: 50%;
    min-width: 50%;
    margin: 0;
  }
  .term-premium-calculator .form-elements .tabcoo-tab .inputwrap {
    display: flex;
    flex-direction: row;
  }
  .term-premium-calculator .form-elements .tabcoo-tab span {
    width: 100px;
    min-width: 140px;
  }
}
@media (max-width: 375px) {
  .term-premium-calculator .form-elements .tabcoo-tab > span {
    min-width: 100px;
    font-size: 12px;
  }
}
.term-premium-calculator .ui-widget {
  font-family: inherit;
}

.term-premium-calculator .ui-slider-horizontal {
  height: 4px !important;
}

.term-premium-calculator .ui-widget-content {
  border: none !important;
  background: rgba(100, 100, 100, 0.1) !important;
}

.term-premium-calculator .ui-widget-header {
  background: #4994eb !important;
}

.term-premium-calculator .ui-slider .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}

.term-premium-calculator .ui-state-default,
.term-premium-calculator .ui-widget-content .ui-state-default,
.term-premium-calculator .ui-widget-header .ui-state-default {
  border: 1px solid #4994eb !important;
  background: #4994eb !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.term-premium-calculator .ui-state-active,
.term-premium-calculator .ui-state-focus,
.term-premium-calculator .ui-state-hover,
.term-premium-calculator .ui-widget-content .ui-state-active,
.term-premium-calculator .ui-widget-content .ui-state-focus,
.term-premium-calculator .ui-widget-content .ui-state-hover,
.term-premium-calculator .ui-widget-header .ui-state-active,
.term-premium-calculator .ui-widget-header .ui-state-focus,
.term-premium-calculator .ui-widget-header .ui-state-hover {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}

#reviewslide {
  padding-top: 30px;
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 1024px) {
  #reviewslide {
    overflow: hidden !important;
  }
}
.popular_article .reviewbox .slick-next,
.popular_article .reviewbox .slick-prev {
  top: -52px;
}

@media only screen and (max-width: 1024px) {
  .popular_article .reviewbox .slick-next,
  .popular_article .reviewbox .slick-prev {
    top: -42px;
  }
}
.ul-block-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin-bottom: 10px;
}

.ul-block-list.margin-left-bottom {
  margin-left: 30px;
  margin-bottom: 30px;
}

.ul-block-list li {
  display: block;
  font-size: var(--font-size);
  margin-bottom: 10px;
  position: relative;
}

.ul-block-list li.heading {
  font-weight: 500;
  margin: 20px 0;
  display: block;
}

.ul-block-list li.heading:before {
  display: none;
}

.ul-block-list li.list-style-hypen:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -20px;
}

.ul-block-list.box-view li {
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.28);
  border-radius: 8px;
  margin: 20px 0;
}

.ul-block-list.box-view li:last-child {
  margin-bottom: 0;
}

.ul-block-list.box-view li .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ul-block-list.box-view li .summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.ul-block-list.box-view li .summary:last-child {
  margin: 0;
}

.ul-block-list.box-view li .link {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.ul-block-list.box-view li .link span {
  display: inline-block;
  color: var(--blue);
  font-size: 14px;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}

.ul-block-list.box-view li .link span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--blue);
  top: 10px;
  right: -2px;
}

.ul-block-list.non-border-box li {
  padding: 0;
  border: none;
  border-radius: 8px;
  margin: 10px 0 10px 45px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.ul-block-list.non-border-box li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -15px;
}

.policybuystep {
  margin-top: 30px;
  padding: 0 15px;
}

.policybuystep #steps-to-buy {
  margin-bottom: 20px;
}

.policybuystep .step-to-buy {
  margin-top: 20px;
  position: relative;
}

.policybuystep .step-to-buy:before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px dashed var(--blue01);
  opacity: 0.5;
  height: 100%;
  left: 10px;
  top: 10px;
}

.policybuystep .step-to-buy p.step {
  margin: 15px 30px;
  position: relative;
}

.policybuystep .step-to-buy p.step:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 0;
  background-color: var(--blue);
  left: -30px;
}

.policybuystep .step-to-buy .ul-block-list {
  margin-left: 30px;
}

.policybuystep .step-to-buy .ul-block-list .list-style-hypen {
  margin-left: 25px;
}

.ui-slider-handle.ui-state-default .tooltip,
.ui-slider-handle.ui-state-default .tooltip-0,
.ui-slider-handle.ui-state-default .tooltip-1 {
  width: 35px;
  height: 24px;
  background: #25447c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -28px;
  left: -16px;
  font-weight: 500;
  display: none;
}

.ui-slider-handle.ui-state-default .tooltip {
  width: 52px;
}

.ui-slider-handle.ui-state-default.ui-state-active .tooltip,
.ui-slider-handle.ui-state-default.ui-state-active .tooltip-0,
.ui-slider-handle.ui-state-default.ui-state-active .tooltip-1 {
  display: flex;
}

#sip-calculator_graph .sip-form .input-wrapper.sl label,
#sip-calculator_graph .sip-form input.valid + label {
  top: -6px;
}

#sip-calculator_graph .sip-form .peryear {
  top: 18px;
}

#premiumVal .small {
  position: relative;
  top: -12px;
}

@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #premiumVal .small {
    position: relative !important;
    top: -12px !important;
    font-size: 16px;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #sip-calculator_graph {
    margin: 0;
    border: none;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
  }
  .sip-calculator_graph .widgetAmtGet_wrapper {
    display: none;
  }
  .compundingcalculator {
    max-width: 96%;
    width: 600px;
    margin: 0 auto;
  }
  .compundingcalculator .widgetAmtGet_result {
    width: 400px;
    max-width: 98%;
    margin: 0 auto;
  }
  .popular_article .popular_article_container .slick-dots {
    bottom: -47px;
  }
}
@media only screen and (max-width: 320px) {
  #sip-calculator_graph .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 70px;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .popular_article .popular_article_container .boxclick {
    margin-right: 10px;
  }
}
.fd-calculator-section {
  background: #f5f5f5 0 0 no-repeat padding-box;
  margin-bottom: 0;
  border-radius: 4px;
  padding: 25px 18px 23px;
  position: relative;
  text-align: center;
}

.fd-calculator-section.rhs_widget {
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
  .fd-calculator-section {
    padding: 0 8px 0;
  }
}
.fd-calculator-section::after {
  position: absolute;
  content: "";
  background: url(../../images/bu/fd-calc-graphics.svg) no-repeat;
  right: 97px;
  top: 43px;
  height: 75px;
  width: 94px;
}

@media (max-width: 1024px) and (orientation: landscape) {
  .fd-calculator-section::after {
    right: 138px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .fd-calculator-section::after {
    right: 136px;
  }
}
@media (max-width: 768px) {
  .fd-calculator-section::after {
    right: 97px;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section::after {
    display: none;
  }
}
.fd-calculator-section .fd-calculator-heading {
  letter-spacing: 0;
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-heading {
    margin-bottom: 12px;
  }
}
.fd-calculator-section .fd-calculator-body {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 18px 25px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body {
    flex-direction: column;
    padding: 18px 25px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
  width: 64%;
  text-align: center;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
    width: 100%;
    text-align: left;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider:nth-child(3) {
    margin-bottom: 50px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  letter-spacing: 0;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 0.400000006px solid #707070;
  border-radius: 2px;
  width: 100px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 5px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 11px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox {
  margin-top: 12px;
  text-align: center;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #00c134 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-investment,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-roi,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-time {
  background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
  top: -10px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  margin-left: -18px;
  height: 24px;
  border: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  letter-spacing: 0;
  line-height: 21px;
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .error_box {
  display: none;
  font-size: 12px;
  color: red;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
  background: #eaf1ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px #c6c6c6;
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 16px 13px 25px;
  text-align: center;
  width: 30%;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:first-child {
  border-right: 1px solid #ccc;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output.list {
  border: none;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 12px 30px;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
  margin-bottom: 37px;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    width: 33%;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
    border-right: none;
  }
}
@media (max-width: 440px) {
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    width: 100%;
    border-right: none;
    margin: 10px 0;
  }
}
.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #757575;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.blue {
  border-bottom: 2px solid #0065ff;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.d-green {
  border-bottom: 2px solid #309f4e;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.green {
  border-bottom: 2px solid #0e9b86;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.orange {
  border-bottom: 2px solid #f78631;
}

.fd-calculator-section .fd-calculator-button {
  background: #0a63f6 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  border: 1px solid #0a63f6;
  margin-top: 17px;
  border-radius: 4px;
  width: 270px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.fd-calculator-section .fd-calculator-button.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-button.hide-desktop {
    display: block;
    margin: 24px auto 0;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-button.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section.sip {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section.sip::after {
    display: none;
  }
}
.fd-calculator-section.sip .fd-calculator-body {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip .fd-calculator-body {
    padding: 18px 20px;
  }
}
.fd-calculator-section.sip .fd-calculator-body > ul {
  width: 100%;
  display: flex;
}

.fd-calculator-section.sip .fd-calculator-body > ul li {
  padding: 6px 0;
  border: 1px solid #0652dd;
  border-radius: 20px;
  background: #fff;
  color: #0652dd;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 700;
  width: 78px;
}

.fd-calculator-section.sip .fd-calculator-body > ul li.active {
  background: #0652dd;
  color: #fff;
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs {
  margin-top: 30px;
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  margin-right: 10px;
}

.fd-calculator-section.sip .fd-calculator-body > div {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip .fd-calculator-body > div {
    flex-direction: column;
  }
}
.fd-calculator-section.sip-calculator {
  background: #f5f4f5 0 0 no-repeat padding-box;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip-calculator {
    padding: 0 8px 15px;
  }
}
.fd-calculator-section.sip-calculator::after {
  display: none;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-heading {
    padding: 10px 10px 0;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body {
  flex-direction: column;
  align-items: flex-start;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body {
    padding: 16px 8px;
    background: #f4f6fd 0 0 no-repeat padding-box;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > ul {
  width: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > ul {
    align-items: CENTER;
    justify-content: CENTER;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > ul li {
  padding: 6px 0;
  border: 1px solid #0652dd;
  border-radius: 20px;
  background: #fff;
  color: #0652dd;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 700;
  width: 78px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > ul li.active {
  background: #0652dd;
  color: #fff;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs {
  margin-top: 10px;
  width: 42%;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs {
    width: 100%;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields {
  margin-bottom: 22px;
  position: relative;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields {
  position: relative;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields.select .input-box {
  cursor: pointer;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields.select::after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields label {
  letter-spacing: 0;
  color: #5e6c84;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: 4px;
  margin-bottom: 0;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .input-box {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 17px 14px 0;
  letter-spacing: 0;
  color: #4f5e79;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .input-box.with-rs {
  padding: 17px 32px 0;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .rupees {
  position: absolute;
  top: 25px;
  left: 14px;
  letter-spacing: 0;
  color: #253858;
  line-height: 24px;
  font-size: 18px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .tenure {
  position: absolute;
  top: 25px;
  right: 11px;
  letter-spacing: 0;
  color: #000;
  line-height: 22px;
  font-size: 16px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .error_box {
  font-size: 12px;
  color: red;
  text-align: left;
  display: none;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .disclaimer {
  letter-spacing: 0;
  color: #904312;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 500;
  padding: 0 0 0 14px;
  margin: -19px 0 0;
  position: relative;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .disclaimer:before {
  content: "";
  background: #904312;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
  background: 0 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
    margin-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 360px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
    flex-direction: column;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output {
  margin-bottom: 17px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
  background: #5b9bfd 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(91, 155, 253, 0.6039215686);
  border-radius: 8px;
  padding: 11px 0 14px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
    width: 37%;
  }
}
@media screen and (max-width: 360px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
    width: 100%;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
  background: #59b973 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px #59b973;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 8px 6px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
    width: 100%;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 6.5px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green > div:last-child {
  border-bottom: 0;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total .value {
  line-height: 15px;
  font-size: 18px;
  color: #fff;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total span {
  letter-spacing: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total span {
    display: block;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity {
  margin-bottom: 13.5px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity .value {
  letter-spacing: 0;
  color: #fff;
  font-size: 22px;
  line-height: 18px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity span {
  letter-spacing: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity span sup {
  font-size: 8px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-interest .value {
  letter-spacing: 0;
  color: #fff;
  font-size: 22px;
  line-height: 18px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-interest span {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0;
  color: #59b973;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 4px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output:first-child {
  border: 0;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > div {
    flex-direction: column;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds {
  margin-top: 15px;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds {
    margin-top: 0;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .heading {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list {
  width: 91%;
  padding: 0 10px 0;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list {
    margin: 0;
    width: 102%;
    padding: 0;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .slick-track {
  padding: 13px 0 18px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .slick-track {
    padding: 13px 0;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  padding: 8px 6px 8px 13px;
  max-width: 140px;
  width: 100% !important;
  margin-right: 12px;
  height: 94px;
  opacity: 0.5;
  cursor: pointer;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund.visible {
  opacity: 1;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund.active {
  opacity: 1;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund .interest {
  letter-spacing: 0;
  color: #132139;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  margin-top: 5px;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .top-funds-list .top-fund .name {
  letter-spacing: 0;
  color: #4f5e79;
  margin-top: 6px;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  font-weight: 500;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-next,
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-prev {
  font-size: 0px;
  text-indent: 0;
  background: #2a63f6;
  z-index: 1;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: block;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-next,
  .fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-prev {
    display: none !important;
  }
}
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-next.slick-disabled,
.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-prev.slick-disabled {
  display: none !important;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-prev:before {
  content: "";
  border: solid #fff;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 8px;
  z-index: 10;
  opacity: 1;
}

.fd-calculator-section.sip-calculator .fd-calculator-body > div.top-funds .slick-next:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 10;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.sip-calculator .fd-calculator-button {
    margin-top: 0;
  }
}
.fd-calculator-section.rhs_widget {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 0 0 23px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 1024px) {
  .fd-calculator-section.rhs_widget {
    border-top: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
  }
}
.fd-calculator-section.rhs_widget:after {
  display: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-heading {
  margin-bottom: 0;
  padding: 15px 20px 10px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body {
  box-shadow: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  position: relative;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
  font-size: 9px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div {
  flex-direction: column;
  align-items: center;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-inputs,
.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
  width: 100%;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
    max-width: 360px;
    margin: 0 auto;
  }
}
.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output:first-child {
  border: none;
  margin: 0;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output:nth-child(2) {
  display: none;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
  display: flex;
  flex-wrap: wrap;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output {
  width: 50%;
}

.fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output .value {
  font-size: 16px;
}

@media (max-width: 440px) {
  .fd-calculator-section.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .output {
    margin: 0;
  }
}
.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  font-size: 12px;
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
  width: 80px;
}

.fd-calculator-section.rhs {
  border: 1px solid #d2d4dc;
  border-radius: 8px;
  font-style: normal;
  background: #fff;
  padding: 10px 20px;
}

.fd-calculator-section.rhs .output.list {
  display: none;
}

.fd-calculator-section.rhs.sticky {
  position: fixed;
  top: 100px;
  min-width: 342px;
}

@media only screen and (max-width: 1024px) {
  .fd-calculator-section.rhs .fd-calculator-outputs {
    max-width: 342px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .fd-calculator-section.rhs {
    border-radius: 0;
  }
}
.fd-calculator-section.rhs:after {
  display: none !important;
}

.fd-calculator-section.rhs .fd-calculator-heading {
  font-size: 16px;
}

.fd-calculator-section.rhs .fd-calculator-body {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  display: block;
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs {
  width: 100%;
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 35px;
}

.fd-calculator-section.rhs .fd-calculator-button {
  margin-top: 34px;
}

.fd-calculator-section.rhs .fd-calculator-outputs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fd-calculator-section.rhs .fd-calculator-outputs .output {
  margin-bottom: 0;
  width: 50%;
}

.fd-calculator-section.rhs .fd-calculator-button {
  width: 240px;
}

.fd-calculator-section.rhs .fd-button-with-label {
  position: relative;
  margin-top: 20px;
  margin-bottom: 6px;
}

.fd-calculator-section.rhs .fd-button-with-label .highter-return-text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #12a512;
  font-weight: 500;
  background: #e6fff0 0 0 no-repeat padding-box;
  border: 1px solid #12a512;
  border-radius: 4px 4px 0 0;
  padding: 6px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 160px;
  top: 0;
  border-bottom: none;
}

.fd-calculator-section.fixed {
  position: fixed;
  top: 100px;
  overflow: hidden;
  width: 342px;
}

@media only screen and (max-width: 1024px) {
  .fd-calculator-section.fixed {
    position: inherit;
    top: initial;
    overflow: auto;
    position: static;
    width: 100%;
  }
}
.fd-calculator-section.with-graphs {
  border-radius: 8px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 176, 155, 0.2392156863);
  padding: 25px 19px 24px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs {
    margin: 0 16px;
  }
}
.fd-calculator-section.with-graphs::after {
  display: none;
}

.fd-calculator-section.with-graphs .fd-calculator-heading {
  background: #96c93d;
  background: linear-gradient(to right, #96c93d 45%, #00b09b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs .fd-calculator-heading {
    margin-bottom: 17px;
  }
}
.fd-calculator-section.with-graphs .fd-calculator-body {
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 5px;
  align-items: center;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs {
    width: 100%;
  }
}
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 45px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading {
  position: relative;
  align-items: center;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  letter-spacing: 0;
  margin-right: 0;
  color: #14233b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt {
  position: relative;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox {
  font-size: 14px;
  font-weight: 600;
  padding: 11px 30px 10px 12px;
  line-height: 22px;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox.err {
  border: 1px solid #c10000;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0;
  color: #000;
  opacity: 0.4;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse .inputBox {
  padding: 12px 0 12px 20px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse label {
  right: auto;
  left: 17px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .error {
  border: 0;
  background: 0 0;
  position: absolute;
  bottom: -14px;
  font-size: 10px;
  right: 0;
  letter-spacing: 0;
  color: #c10000;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox {
  margin-top: 16.5px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-investment,
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-roi,
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-time {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  font-size: 10px;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  color: #14233b;
  opacity: 0.6;
  line-height: 18px;
  font-weight: 700;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs {
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  padding: 7px 8px 20px 9px;
  text-align: center;
  width: 44%;
  background: #f9f9f9 0 0 no-repeat padding-box;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
  }
}
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph {
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding-top: 10px;
  margin-bottom: 26px;
  border-radius: 8px;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph .highcharts-background {
  fill: transparent;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph .highcharts-plot-background {
  fill: rgba(0, 0, 0, 0);
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output {
  margin-bottom: 0;
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output {
    margin-top: 10px;
    width: 100%;
  }
}
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .heading {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .heading img {
  margin-right: 4px;
  transform: rotate(180deg);
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .value {
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.fd-calculator-section.with-graphs .fd-calculator-button {
  box-shadow: none;
  cursor: pointer;
  border: 0;
  margin-top: 22px;
  width: 100%;
  max-width: 280px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs .fd-calculator-button {
    margin-top: 16px;
  }
}
.fd-calculator-section.with-graphs.rhs {
  padding: 12px 19px 12px;
}

@media screen and (max-width: 767px) {
  .fd-calculator-section.with-graphs.rhs {
    margin: 20px 16px;
  }
}
.fd-calculator-section.with-graphs.rhs .fd-calculator-heading {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: left;
  background: linear-gradient(to right, #96c93d 0, #00b09b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body {
  padding: 0;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs {
  width: 100%;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 30px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  font-size: 14px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox {
  padding: 11px 40px 10px 5px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse .inputBox {
  padding: 8px 0 8px 20px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider:nth-of-type(2) .slider-heading .scrollAmt .inputBox {
  padding: 11px 20px 10px 5px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 7px 7px 16px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left {
  width: 50%;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output {
  width: 100%;
  flex-direction: column;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output:first-child {
  border: 0;
  margin-top: 9px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output .heading {
  font-size: 12px;
  font-weight: 400;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output .value {
  font-weight: 700;
  padding-left: 10px;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .right {
  width: 50%;
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .right #fd-bar-graph {
  margin-bottom: 0;
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label {
  margin-top: 12px;
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label .fd-calculator-button {
  margin-top: 0;
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label .highter-return-text {
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  background: linear-gradient(90deg, rgba(150, 201, 61, 0.5) 0, rgba(0, 176, 155, 0.5) 100%);
  border: 1px solid #00b09b;
  border-radius: 4px 4px 0 0;
  padding: 3px;
  width: 100%;
  max-width: 226px;
  border-bottom: none;
}

#cal-redesign .fd-calculator-body {
  padding: 0 15px 10px 15px;
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle {
  margin-left: -5px;
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-weight: 700;
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox,
#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
  opacity: 1;
  font-weight: 700;
}

#cal-redesign .fd-calculator-body > div .fd-calculator-outputs .output .value {
  font-size: 18px;
}

#cal-redesign .fd-calculator-body .fd-calculator-outputs {
  border: 1px solid #0065ff;
  padding: 10px;
}

#cal-redesign .fd-calculator-body .sip-cal-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item {
  position: relative;
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item input[type=radio] {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item label {
  font-size: 12px;
  font-weight: 700;
  padding-left: 27px;
  margin-bottom: 0;
}

.fd-calculator-section.sip.rhs_widget {
  position: sticky;
  top: 96px;
}

.fd-calculator-section.sip.rhs_widget.fixed {
  position: fixed !important;
}

@media only screen and (max-width: 1024px) {
  .fd-calculator-section.sip.rhs_widget.fixed {
    width: 100%;
    position: relative !important;
  }
}
.fd-calculator-section.sip.rhs_widget .fd-calculator-body {
  padding: 0 20px 10px 20px !important;
}

.fd-calculator-section.sip.rhs_widget #fd-custom-handle {
  margin-left: -20px !important;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-heading {
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs {
  margin-top: 15px !important;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 45px !important;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-button {
  height: 50px;
  margin-top: 5px !important;
  width: 100%;
  max-width: 260px;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider {
  margin-bottom: 38px;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body > div .fd-calculator-outputs {
  margin-top: 15px;
}

@media only screen and (max-width: 360px) {
  .fd-calculator-section.sip.rhs_widget .fd-calculator-body > div .fd-calculator-outputs .value {
    font-size: 16px !important;
  }
}
.fd-calculator-section.sip.rhs_widget .fd-calculator-body > ul li {
  padding: 0 0 0 30px;
  border-radius: 20px;
  background: #fff;
  color: #253858;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  width: auto;
  border: none;
  position: relative;
  font-weight: 600;
  margin: 0 30px 0 0;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body > ul li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #253858;
  border-radius: 50%;
  top: 50%;
  transform: translate(-30px, -50%);
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body > ul li.active {
  background: 0 0;
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body > ul li.active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  left: 3px;
  top: 2px;
  background: #000;
}

.new-top-plans.short {
  height: auto;
  overflow: hidden;
  padding: 30px 10px 0 !important;
  margin-bottom: 0;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
}

.new-top-plans.short .new-plan-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box {
    flex-direction: column;
    position: relative;
  }
}
.new-top-plans.short .new-plan-box .dataWrap {
  width: 82%;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
}

.new-top-plans.short .new-plan-box .dataWrap .label {
  font-size: 10px;
  background: #f4f4f4;
  padding: 3px 6px;
  font-weight: 500;
  border-radius: 4px;
}

.new-top-plans.short .new-plan-box .dataWrap .boxwrap {
  border: 1px dashed #d5d5d5;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

.new-top-plans.short .new-plan-box .dataWrap .boxwrap .heading {
  position: absolute;
  background: #fff;
  top: -7px;
}

.new-top-plans.short .new-plan-box .dataWrap .boxwrap .age_of_return {
  position: absolute;
  background: #d5e4f8;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
  padding: 0 8px;
  top: -20px;
  left: 70px;
  color: #2f6680;
  line-height: 22px;
}

.new-top-plans.short .new-plan-box .dataWrap .boxwrap .permonth {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.new-top-plans.short .new-plan-box .dataWrap .boxwrap .permonth .amt {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .dataWrap {
    width: 100%;
    flex-direction: column;
    margin-right: 0;
  }
}
.new-top-plans.short .new-plan-box .insurer-logo {
  width: 180px;
  width: 180px;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .insurer-logo {
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.new-top-plans.short .new-plan-box .insurer-logo .img-logo-wrap {
  width: 100px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .insurer-logo .img-logo-wrap {
    width: 70px;
  }
}

.new-top-plans.short .new-plan-box .insurer-logo .img-logo-wrap img {
  width: 100%;
  max-width: 67px;
  height: auto !important;
}

.new-top-plans.short .new-plan-box .insurer-logo p {
  border-radius: 4px 0 0 4px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .new-top-plans.short .new-plan-box .insurer-logo p {
    width: 110px;
    font-size: 11px;
  }
}

.new-top-plans.short .new-plan-box .returns-payout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .returns-payout {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.new-top-plans.short .new-plan-box .returns-payout .insurer-payout,
.new-top-plans.short .new-plan-box .returns-payout .insurer-returns {
  width: 170px;
  padding: 17px;
  position: relative;
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-payout .heading,
.new-top-plans.short .new-plan-box .returns-payout .insurer-returns .heading {
  letter-spacing: 0;
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  margin: 0 0 4px;
  font-weight: 600;
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-payout .value,
.new-top-plans.short .new-plan-box .returns-payout .insurer-returns .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-payout .value.green,
.new-top-plans.short .new-plan-box .returns-payout .insurer-returns .value.green {
  color: #497633;
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-payout .value.bluetext,
.new-top-plans.short .new-plan-box .returns-payout .insurer-returns .value.bluetext {
  color: var(--blue);
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-returns {
  width: 120px;
  padding-left: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-payout {
  width: 250px;
}

.new-top-plans.short .new-plan-box .returns-payout .insurer-returns .heading {
  position: absolute;
  background: #fff;
  top: 0;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .returns-payout .insurer-returns {
    border: none;
  }
  .new-top-plans.short .new-plan-box .returns-payout .insurer-returns .heading {
    top: -18px;
  }
}
@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .returns-payout .insurer-returns {
    width: 30%;
  }
  .new-top-plans.short .new-plan-box .returns-payout .insurer-payout {
    width: 65%;
  }
  .new-top-plans.short .new-plan-box .returns-payout .insurer-payout,
  .new-top-plans.short .new-plan-box .returns-payout .insurer-returns {
    padding: 0;
    border: none;
  }
}
.new-top-plans.short .new-plan-box .button {
  width: 20%;
  text-align: right;
}

.new-top-plans.short .new-plan-box .button button {
  background: #0663f6;
  color: #fff;
  padding: 10px 27px 10px 10px;
  display: inline-block;
  text-align: left;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  max-width: 300px;
  border: none;
  position: relative;
  cursor: pointer;
}

.new-top-plans.short .new-plan-box .button button:after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-225deg);
  right: 17px;
  top: 17px;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .button button:after {
    right: 20px;
    width: 8px;
    height: 8px;
    top: 17px;
  }
}
.new-top-plans.short .new-plan-box .button button:focus,
.new-top-plans.short .new-plan-box .button button:visited {
  outline: 0;
}

@media screen and (max-width: 640px) {
  .new-top-plans.short .new-plan-box .button {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .new-top-plans.short .new-plan-box .button button {
    font-size: 12px;
    padding: 7px 18px 7px 7px;
    margin: 15px 0 0 auto;
    display: block;
  }
}
.fd-calculator-section {
  background-color: var(--light-blue);
}

.fd-calculator-section .sliderBox {
  position: relative;
}

.fd-calculator-section #fd-custom-handle-investment,
.fd-calculator-section #fd-custom-handle-roi,
.fd-calculator-section #fd-custom-handle-time {
  position: absolute;
}

.fd-calculator-section .step {
  padding-top: 10px;
}

.fd-calculator-section .fd-calculator-body {
  align-items: baseline;
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
  width: calc(100% - 260px);
}

@media (max-width: 767px) {
  .fd-calculator-section {
    flex-direction: column;
  }
  .fd-calculator-section .fd-calculator-body {
    align-items: baseline;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-inputs,
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
    max-width: 100%;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
    padding: 15px;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    top: initial;
    width: 50%;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value {
    font-size: 18px;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:nth-child(2) {
    display: none;
  }
  .fd-calculator-section .fd-calculator-body .fd-calculator-button {
    margin-bottom: 20px;
  }
  .fd-calculator-section .fd-calculator-heading {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .fd-calculator-section .fd-calculator-button {
    margin-bottom: 20px;
  }
}
.tagbox {
  background: var(--light-blue);
  padding: 0 10px;
  border-radius: 4px;
  margin: 10px 0;
}

.tagbox a {
  display: inline-block;
  padding: 20px 10px;
  font-size: var(--font-size);
  color: var(--black);
}

.tagbox a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .tagbox {
    border-radius: 0;
    padding: 15px 10px;
  }
  .tagbox .clr {
    display: block;
  }
  .tagbox a {
    padding: 20px 10px 0;
  }
}
@media (max-width: 767px) {
  .tagbox {
    padding: 10px;
    border-radius: 4px;
  }
  .tagbox .clr {
    padding: 10px 0;
  }
  .tagbox a {
    padding: 7px 0;
  }
}
.footer {
  padding-top: 0 !important;
}

.headTable {
  display: table;
  margin: 5px 5px 25px;
  border-radius: 8px;
  border: 1px solid rgba(159, 196, 255, 0.52);
  position: relative;
  width: 93.5%;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .headTable {
    margin: 0 auto 23px;
  }
}
@media (max-width: 767px) {
  .headTable {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .headTable {
    display: block;
  }
}
.headTable_cell {
  display: table-cell;
  border-left: 1px solid rgba(159, 196, 255, 0.52);
  border-bottom: 1px solid rgba(159, 196, 255, 0.52);
  position: relative;
  text-align: center;
  padding: 10px;
  width: 25%;
  font-weight: 500;
  height: 75px;
}

.headTable_cell.aspect-ratio-box > div {
  max-width: 100px;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
  padding: 4px;
}

.headTable_cell.row {
  border-left: 0;
}

.headTable_cell.row-span {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 0;
  background: #fff;
  height: 150px;
}

.headTable_cell img {
  max-width: 75px;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .headTable_cell img {
    max-width: 70px;
  }
}
@media (max-width: 375px) {
  .headTable_cell img {
    max-width: 55px;
  }
}
.headTable_cell.borderNone {
  border: none;
  background: #fafafa;
  border-radius: 4px;
  padding-left: 30px;
}

.headTable_cell.borderNone.top {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 568px) {
  .headTable_cell.borderNone.top {
    border-radius: 8px 8px 0 0 !important;
  }
}
.headTable_cell.borderNone.bottom {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 568px) {
  .headTable_cell.borderNone.bottom {
    border-radius: 0 0 8px 8px !important;
  }
}
@media (max-width: 440px) {
  .headTable_cell.borderNone {
    border-bottom: 1px solid rgba(159, 196, 255, 0.52);
    padding-left: 0;
  }
}
.headTable_cell.text-left {
  text-align: left !important;
}

.headTable_cell.mob {
  text-align: left;
}

@media (max-width: 767px) {
  .headTable_cell {
    padding: 15px 10px;
  }
}
.headTable_cell .yearly {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}

.headTable_cell .button,
.headTable_cell button {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  width: 100px;
  font-size: 12px;
  margin: 15px auto 10px;
  border: none;
  padding: 5px;
  position: absolute;
  bottom: -10px;
  background: var(--blue);
  left: 0;
  cursor: pointer;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .headTable_cell .button,
  .headTable_cell button {
    width: 70px;
    border-radius: 4px;
    font-size: 10px;
  }
}
.headTable_cell .highReturn {
  border-radius: 8px;
  border: 1px dashed var(--green);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0 7px;
  width: 100px;
}

.headTable_cell .highReturn i {
  font-size: 9px;
  position: absolute;
  background: var(--green);
  color: var(--white);
  text-transform: capitalize;
  padding: 3px 4px 4px;
  border-radius: 4px;
  font-style: normal;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
}

@media (max-width: 568px) {
  .headTable_cell .highReturn i {
    font-size: 8px;
    width: 70px;
  }
}
@media (max-width: 375px) {
  .headTable_cell .highReturn i {
    top: -13px;
    width: 63px;
  }
}
.headTable_cell.strong {
  font-weight: 700 !important;
  font-size: 18px !important;
}

.headTable_cell.padding0 .headTable_cell {
  border-bottom: none;
}

.headTable_cell.padding0 {
  padding: 0;
  display: flex;
  width: 75%;
}

.headTable_cell.padding0 .headTable_cell {
  width: 25%;
  border-top: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
}

.headTable_cell.padding0 .headTable_cell:first-child {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.headTable_cell.padding0 .headTable_cell.clm {
  display: table;
}

.headTable_cell.padding0.strong {
  font-weight: 700;
  font-size: 18px;
}

.text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}

.extra-text {
  display: inline;
}

@media (max-width: 1024px) {
  .extra-text {
    display: none;
  }
  .extra-text.show,
  .extra-text.showcontent {
    display: inline;
  }
}
.extra-text-web {
  display: none;
}

.extra-text-web.show,
.extra-text-web.showcontent {
  display: inline;
}

@media (max-width: 767px) {
  .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
  }
}
.headTable_row {
  display: flex;
}

@media screen and (max-width: 767px) {
  .headTable_row:nth-child(2) .headTable_cell.row {
    width: 74.3%;
  }
}
.headTable_row:last-child .headTable_cell {
  border-bottom: none;
}

.headTable_row .headTable_cell:first-child {
  border-left: none;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.headTable_row .headTable_cell:first-child div {
  letter-spacing: 2.25px;
}

@media (max-width: 568px) {
  .headTable_row .headTable_cell:first-child {
    line-height: 16px;
  }
  .headTable_row .headTable_cell:first-child div {
    letter-spacing: 0;
  }
  .headTable_row .headTable_cell:first-child div span {
    font-size: 9px;
    line-height: 9px;
  }
}
@media screen and (max-width: 320px) {
  .headTable_row .headTable_cell:first-child {
    line-height: 12px;
    font-size: 11px !important;
  }
  .headTable_row .headTable_cell:first-child div span {
    font-size: 7px;
    line-height: 7px;
  }
}
.headTable_row .headTable_cell:first-child span {
  font-size: 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
}

@media (max-width: 440px) {
  .headTable_row .headTable_cell:first-child span {
    display: inline;
  }
}
@media (max-width: 568px) {
  .headTable_row .headTable_cell {
    padding: 0 5px;
  }
  .headTable_row .headTable_cell:first-child {
    width: 25%;
    letter-spacing: 0 !important;
    padding: 0 8px;
    font-size: 12px;
    border-bottom: none;
    border-radius: 5px 0 0 0;
    border-radius: 0;
  }
  .headTable_row .headTable_cell:nth-child(2) {
    width: 75%;
    font-size: 12px;
  }
  .headTable_row .headTable_cell.padding0 .headTable_cell:nth-child(2) {
    display: none;
    border-left: none;
  }
  .headTable_row .headTable_cell.padding0 .headTable_cell {
    width: 33.33%;
    font-size: 14px !important;
  }
  .headTable_row .headTable_cell.padding0 .headTable_cell.clm {
    padding-top: 18px;
  }
  .headTable_row .highReturn {
    font-size: 14px;
    font-weight: 600;
  }
}
.disclaimer_text {
  color: #000;
  font-style: italic;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .disclaimer_text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.fd-table-bankwise {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .fd-table-bankwise {
    padding: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .fd-table-bankwise {
    margin: 10px;
    padding: 0;
    box-shadow: 1px 0 9px #ccc;
    border-radius: 10px;
    width: 100%;
    margin: 30px auto !important;
    padding: 0 !important;
  }
}
.fd-table-bankwise .bankwise-heading {
  color: #253859;
  font-size: 26px;
  font-weight: 500;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 1024px) {
  .fd-table-bankwise .bankwise-heading {
    margin: 10px 0 11px;
  }
}
@media only screen and (max-width: 667px) {
  .fd-table-bankwise .bankwise-heading {
    padding: 5px 10px;
    font-size: 16px;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 667px) {
  .pagecontent .short.footable {
    padding: 0 !important;
  }
}
.footable {
  width: 100%;
  margin: 0;
}

.footable #bankwise_table {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  width: 100%;
  border-collapse: collapse;
  border: solid 0.8px rgba(47, 100, 213, 0.2);
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table {
    border: none;
  }
}
.footable #bankwise_table.wd25 tr td:first-child {
  width: 33%;
  border-color: rgba(47, 100, 213, 0.2);
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table.wd25 tr td:first-child {
    width: 33%;
    text-align: center;
    font-size: 12px;
  }
}
.footable #bankwise_table.wd25 tr td:nth-child(2) {
  width: 33%;
  justify-content: center;
  border-right: 1px solid rgba(47, 100, 213, 0.2);
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table.wd25 tr td:nth-child(2) {
    width: 33%;
    text-align: center;
    font-size: 12px;
  }
}
.footable #bankwise_table.wd25 tr td:nth-child(3) {
  width: 33%;
  justify-content: center;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table.wd25 tr td:nth-child(3) {
    width: 33%;
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 667px) {
  .footable #bankwise_table {
    background: #fff;
    border-radius: 0 0 8px 8px;
  }
}
.footable #bankwise_table tr {
  display: flex;
  justify-content: space-between;
}

.footable #bankwise_table tr:first-child {
  border: none;
}

.footable #bankwise_table tr.type-a.view-more,
.footable #bankwise_table tr.type-b.view-more {
  display: none;
}

.footable #bankwise_table tr.type-a.view-more.show,
.footable #bankwise_table tr.type-b.view-more.show {
  display: flex;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr {
    border-bottom: 1px solid rgba(47, 100, 213, 0.2);
  }
}
.footable #bankwise_table tr.type-a {
  background: #e7f0fd;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr.type-a {
    background: 0 0;
    border-radius: 0;
  }
}
.footable #bankwise_table tr.heading {
  border-bottom: 1px solid rgba(47, 100, 213, 0.2);
  background: #e7f0fd;
}

.footable #bankwise_table tr.heading td {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: center;
  padding: 10px;
  justify-content: space-around;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr.heading td {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: 600;
  }
}
.footable #bankwise_table tr.heading td::last-child {
  border: none;
}

.footable #bankwise_table tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: flex-start;
  width: 33%;
  border-collapse: collapse;
  border: none;
  color: #000;
  border-right: solid 0.8px #e1e1e1;
}

.footable #bankwise_table tr td:nth-child(2),
.footable #bankwise_table tr td:nth-child(3) {
  justify-content: center;
}

.footable #bankwise_table tr td a {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr td a {
    flex-direction: column;
  }
}
.footable #bankwise_table tr td i {
  cursor: pointer;
  color: #0563f6;
  font-style: normal;
}

.footable #bankwise_table tr td i:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr td i {
    font-size: 12px;
  }
}
.footable #bankwise_table tr td:last-child {
  justify-content: center;
  border: none;
}

@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr td:first-child {
    flex-direction: column;
  }
}
@media only screen and (max-width: 667px) {
  .footable #bankwise_table tr td {
    font-size: 12px;
    padding: 5px;
    line-height: 16px;
  }
  .footable #bankwise_table tr td i {
    margin: 5px 0;
    text-align: center;
  }
}
.footable #bankwise_table tr td .bank-logo {
  width: 40px;
  height: 40px;
  background-image: url(../../images/bu/logos-bank.png?v=1);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.footable #bankwise_table tr td .bank-logo.axis-bank {
  background-position: 0 69.2%;
  background-size: 100%;
}

.footable #bankwise_table tr td .bank-logo.bandhan-bank {
  background-position: 0 0.5%;
}

.footable #bankwise_table tr td .bank-logo.dbs-bank {
  background-position: 0 16.5%;
}

.footable #bankwise_table tr td .bank-logo.idfc-bank {
  background-position: 0 73%;
}

.footable #bankwise_table tr td .bank-logo.indian-overseas-bank {
  background-position: 0 49%;
}

.footable #bankwise_table tr td .bank-logo.punjab-and-sind-bank {
  background-position: 0 57%;
}

.footable #bankwise_table tr td .bank-logo.punjab-national-bank {
  background-position: 0 61.1%;
}

.footable #bankwise_table tr td .bank-logo.uco-bank {
  background-position: 0 12.5%;
}

.footable #bankwise_table tr td .bank-logo.sbi {
  background-position: 0 65%;
}

.footable #bankwise_table tr td .bank-logo.hdfc-bank {
  background-position: 0 36.9%;
}

.footable #bankwise_table tr td .bank-logo.yes-bank {
  background-position: 0 77.3%;
}

.footable #bankwise_table tr td .bank-logo.icici-bank {
  background-position: 0 89.2%;
}

.footable #bankwise_table tr td .bank-logo.axis-bank {
  background-position: 0 69.2%;
}

.footable #bankwise_table tr td .bank-logo.pnb-bank {
  background-position: 0 61.1%;
}

.footable #bankwise_table tr td .bank-logo.canara-bank {
  background-position: 0 32.8%;
}

.footable #bankwise_table tr td .bank-logo.bank-of-baroda {
  background-position: 0 4.5%;
}

.footable #bankwise_table tr td .bank-logo.kotak-mahindra-bank {
  background-position: 0 81.1%;
}

.footable #bankwise_table tr td .bank-logo.bank-of-india {
  background-position: 0 8.6%;
}

.footable #bankwise_table tr td .bank-logo.idbi-bank {
  background-position: 0 97.3%;
}

.footable #bankwise_table tr td .bank-logo.union-bank {
  background-position: 0 93.2%;
}

.footable #bankwise_table tr td .bank-logo.indusind-bank {
  background-position: 0 53%;
}

.footable #bankwise_table tr td .bank-logo.indian-bank {
  background-position: 0 44.9%;
}

.footable #bankwise_table tr td .bank-logo.central-bank-of-india {
  background-position: 0 20.6%;
}

.footable #bankwise_table tr td .bank-logo.citi-bank {
  background-position: 0 77.2%;
}

.loadmore {
  position: relative;
  text-align: center;
  display: block;
}

.loadmore .loadmore-bnt {
  background: #2f64d5 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 140px;
  margin: 0 auto;
}

@media only screen and (max-width: 667px) {
  .loadmore .loadmore-bnt {
    margin: 0 auto;
  }
}
.getExtrabenefit {
  background: #06a857;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 9px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  position: absolute;
  width: 92%;
  left: 16px;
  top: 0;
}

.getExtrabenefit .text {
  text-align: center;
  display: flex;
  margin: 0 auto;
}

.getExtrabenefit .text:before {
  content: "";
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background: url(../../images/bu/investment/green_discount_icon_white.svg) no-repeat;
  display: inline-block;
}

@media (max-width: 1024px) {
  .getExtrabenefit {
    display: flex !important;
    left: 14px !important;
  }
}
table.table-fd-rates {
  min-height: 0.01%;
  overflow-x: auto;
  background-color: #fff;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  margin-bottom: 15px;
}

table.table-fd-rates > tbody > tr:hover {
  background-color: #f5f5f5;
}

table.table-fd-rates > tbody > tr > td,
table.table-fd-rates > tbody > tr > th,
table.table-fd-rates > tfoot > tr > td,
table.table-fd-rates > tfoot > tr > th,
table.table-fd-rates > thead > tr > td,
table.table-fd-rates > thead > tr > th {
  padding: 10px;
  line-height: 15px;
  vertical-align: top;
  border-top: 1px solid #eee;
}

table.table-fd-rates > tbody > tr > td,
table.table-fd-rates > tbody > tr > th,
table.table-fd-rates > tfoot > tr > td,
table.table-fd-rates > tfoot > tr > th,
table.table-fd-rates > thead > tr > td,
table.table-fd-rates > thead > tr > th {
  border: 1px solid #eee;
  border-bottom: 0;
  border-right: 0;
}

table.table-fd-rates > thead > tr > td,
table.table-fd-rates > thead > tr > th {
  border-bottom-width: 2px;
}

table.table-fd-rates > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}

table.table-fd-rates > caption + thead > tr:first-child > td,
table.table-fd-rates > caption + thead > tr:first-child > th,
table.table-fd-rates > colgroup + thead > tr:first-child > td,
table.table-fd-rates > colgroup + thead > tr:first-child > th,
table.table-fd-rates > thead:first-child > tr:first-child > td,
table.table-fd-rates > thead:first-child > tr:first-child > th {
  border-top: 0;
}

table.table-fd-rates > tbody + tbody {
  border-top: 2px solid #eee;
}

table.table-fd-rates col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table.table-fd-rates td[class*=col-],
table.table-fd-rates th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

@media screen and (max-width: 557px) {
  .table.table-fd-rates {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 0;
  }
  .table.table-fd-rates > tbody > tr > td,
  .table.table-fd-rates > tbody > tr > th,
  .table.table-fd-rates > tfoot > tr > td,
  .table.table-fd-rates > tfoot > tr > th,
  .table.table-fd-rates > thead > tr > td,
  .table.table-fd-rates > thead > tr > th {
    white-space: nowrap;
  }
  .table.table-fd-rates > tbody > tr > td:first-child,
  .table.table-fd-rates > tbody > tr > th:first-child,
  .table.table-fd-rates > tfoot > tr > td:first-child,
  .table.table-fd-rates > tfoot > tr > th:first-child,
  .table.table-fd-rates > thead > tr > td:first-child,
  .table.table-fd-rates > thead > tr > th:first-child {
    border-left: 0;
  }
  .table.table-fd-rates > tbody > tr > td:last-child,
  .table.table-fd-rates > tbody > tr > th:last-child,
  .table.table-fd-rates > tfoot > tr > td:last-child,
  .table.table-fd-rates > tfoot > tr > th:last-child,
  .table.table-fd-rates > thead > tr > td:last-child,
  .table.table-fd-rates > thead > tr > th:last-child {
    border-right: 0;
  }
  .table.table-fd-rates > tbody > tr:last-child > td,
  .table.table-fd-rates > tbody > tr:last-child > th,
  .table.table-fd-rates > tfoot > tr:last-child > td,
  .table.table-fd-rates > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.productSlider .slick-arrow,
.reviewbox .slick-arrow {
  position: absolute;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(23, 43, 77, 0.2);
  top: -31px;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  z-index: 2;
}

.productSlider .slick-arrow.slick-prev {
  top: -30px;
  right: 40px;
  left: auto;
}

.productSlider .slick-arrow.slick-next {
  top: -30px;
  right: 5px;
}

.reviewbox .slick-prev:before {
  left: 12px;
  top: 10px;
}

.productSlider .slick-arrow.slick-prev:before,
.reviewbox .slick-prev:before {
  content: "";
  content: "";
  width: 10px;
  height: 10px;
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  transform: rotate(134deg);
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 10px;
  opacity: 1;
}

.reviewbox .slick-next:before {
  right: 12px;
  top: 10px;
}

.reviewbox .slick-next,
.reviewbox .slick-prev {
  text-indent: -3000px;
}

.productSlider .slick-arrow.slick-next:before,
.reviewbox .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  transform: rotate(-44deg);
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 10px;
  opacity: 1;
}

.reviewbox .slick-next {
  right: 7px;
  top: -35px;
}

.reviewbox .slick-prev {
  left: auto;
  right: 45px;
  top: -35px;
}

.fd_return_video {
  background: #f3f7fe;
  width: 64.5%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 1024px) {
  .fd_return_video {
    width: 100%;
    margin: 20px auto;
  }
}
.fd_return_video .term_cond {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.fd_return_video .heading_text {
  font-size: 20px;
  font-weight: 700;
  color: #253858;
  margin-bottom: 20px;
  text-align: left;
}

.fd_return_video .heading_text sup {
  position: relative;
  top: 4px;
}

.fd_return_video .heading_text span {
  background: #ddfce8;
  padding: 5px 15px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .fd_return_video .heading_text {
    font-size: 16px;
  }
  .fd_return_video .heading_text span {
    padding: 5px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .fd_return_video .heading_text {
    font-size: 12px;
  }
  .fd_return_video .heading_text span {
    padding: 5px;
    font-size: 9px;
  }
}
.fd_return_video .fd_video {
  background: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.fd_return_video .fd_video .close {
  position: fixed;
  right: 14px;
  bottom: 190px;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  z-index: 9999999;
  display: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .fd_return_video .fd_video .close {
    bottom: initial;
    right: 3px;
    top: 51px;
  }
}
.fd_return_video .fd_video .close:hover {
  opacity: 1;
}

.fd_return_video .fd_video .close:after,
.fd_return_video .fd_video .close:before {
  position: absolute;
  left: 9px;
  content: " ";
  height: 13px;
  width: 2px;
  background-color: #333;
  top: 4px;
}

.fd_return_video .fd_video .close:before {
  transform: rotate(45deg);
}

.fd_return_video .fd_video .close:after {
  transform: rotate(-45deg);
}

.fd_return_video .fd_video.active .close {
  display: block;
}

.fd_return_video .fd_video video {
  height: auto;
}

.fd_return_video .fd_video video.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 320px;
  height: 180px;
  animation: fade-in-up 0.25s ease forwards;
  z-index: 99999;
  box-shadow: 1px 1px 6px #ccc;
}

@media (max-width: 1024px) {
  .fd_return_video .fd_video video.stuck {
    width: 260px;
    height: 145px;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 10px 0 auto;
  }
}
@media (max-width: 768px) {
  .fd_return_video .fd_video video {
    width: 100%;
    height: auto;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-wrap {
  text-align: center;
}

.video iframe {
  max-width: 100%;
  max-height: 100%;
}

.video.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 260px;
  height: 145px;
  animation: fade-in-up 0.25s ease forwards;
}

.insurer-by-company .insurer-by-company-title {
  align-items: CENTER;
  justify-content: space-between;
}

.insurer-by-company .insurer-by-company-title h2 {
  margin-bottom: -1px !important;
}

@media screen and (max-width: 375px) {
  .insurer-by-company .insurer-by-company-title h2 {
    font-size: 12px !important;
    padding-bottom: 5px;
  }
}
.insurer-by-company .insurer-by-company-title div {
  padding-bottom: 14px;
}

@media screen and (max-width: 375px) {
  .insurer-by-company .insurer-by-company-title div {
    padding-bottom: 5px;
  }
}
.insurer-by-company .insurer-by-company-title div a {
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 375px) {
  .insurer-by-company .insurer-by-company-title div a {
    font-size: 12px;
  }
}
.insurer-by-company.with-tabs .insurer-by-company-title {
  justify-content: flex-start;
}

.insurer-by-company.with-tabs .insurer-by-company-title h2 {
  border-bottom-color: #172b4d;
  margin-right: 16px !important;
  border-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .insurer-by-company.with-tabs .insurer-by-company-title h2 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.insurer-by-company.with-tabs .insurer-by-company-title h2.active {
  border-bottom: 3px solid #0065ff;
  color: #0065ff;
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content {
  display: none;
  position: relative;
  padding-bottom: 15px;
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content.active {
  display: flex !important;
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:not(:nth-child(6n+0)) {
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:not(:nth-child(6n+0)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 11px;
  }
}
@media screen and (max-width: 768px) {
  .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
}
.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .viewallLinkInsurer {
  position: absolute;
  bottom: 0;
  right: 55px;
}

@media screen and (max-width: 767px) {
  .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .viewallLinkInsurer {
    right: 0;
  }
}
.floatingPopupDiv .product-achivement-at-policybazaar {
  display: none;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
  }
}
.product-achivement-at-policybazaar .listitem {
  width: 25%;
}

.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 13px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
  }
}
.product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}

.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3),
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}

.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: -3px;
  width: 80px;
  overflow: hidden;
}

.product-achivement-at-policybazaar .form-rating img {
  width: 80px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating {
    width: 150px;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 150px;
  }
}
.product-achivement-at-policybazaar .form-rating:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.product-achivement-at-policybazaar .form-rating:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes starshine1 {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
@keyframes starshine {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}

@media screen and (max-width: 767px) {
  .information-section {
    padding: 14px 0 7px 10px;
  }
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .information-section .heading {
    font-size: 16px;
  }
}
.information-section .information-slider .information-slide {
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.information-section .information-slider .information-slide .text {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 16px 41px 15px 15px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-right: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
}
.information-section .information-slider .information-slide .text::after {
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  right: 11px;
  top: 47%;
}

.information-section .information-slider .slick-next,
.information-section .information-slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
}

.information-section .information-slider .slick-prev {
  left: auto;
  right: 48px;
}

.information-section .information-slider .slick-prev:before {
  border: solid #0065ff;
  border-width: 0 0 1.5px 1.5px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 2px;
  content: "";
}

.information-section .information-slider .slick-next {
  left: auto;
  right: 15px;
}

.information-section .information-slider .slick-next:before {
  border: solid #0065ff;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 -1px;
  content: "";
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

.fd-rp-mf-comparison-section {
  background: transparent conic-gradient(from -82deg at 104% 97%, #fff 0, #deebff 100%) 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 16px 18px 17px;
  margin: 0 0 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section {
    background: transparent conic-gradient(from -70deg at 104% 97%, #fff 0, #deebff 100%) 0 0 no-repeat padding-box;
    margin: 22px 16px 30px;
    padding: 24px 12px;
  }
}
.fd-rp-mf-comparison-section > .heading {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section > .heading {
    color: #1e1e1e;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
  }
  .fd-rp-mf-comparison-section > .heading::before {
    content: "";
    background: #0d7b19;
    height: 32px;
    width: 6px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: -12px;
    top: 0;
  }
}
.fd-rp-mf-comparison-section .description {
  letter-spacing: 0.14px;
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section .description {
    color: #1e1e1e;
    text-align: left;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section .description.hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fd-rp-mf-comparison-section .description.hide-desktop {
    display: none;
  }
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content::after {
    content: "";
    background: transparent linear-gradient(90deg, rgba(249, 251, 255, 0.2392156863) 0, #f8fbff 100%) 0 0 no-repeat padding-box;
    position: absolute;
    width: 41px;
    right: 0;
    height: 100%;
  }
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
  width: 32%;
  border: 1px solid rgba(134, 134, 134, 0.1215686275);
  border-radius: 12px;
  background: #fff;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green {
  box-shadow: 0 3px 12px rgba(0, 101, 255, 0.1607843137);
  border: 1px solid #2c864e;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .heading {
  color: #0d7b19;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .label-value .label {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
    margin: 0 10px;
    height: 310px;
    max-width: 225px;
  }
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .heading {
  letter-spacing: 0.14px;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  margin: 16px auto;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value {
  border-bottom: 1px solid rgba(198, 198, 198, 0.1215686275);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 12px;
  margin: 0 15px 12px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:last-of-type,
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:nth-child(7) {
  border-bottom: 0;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .label,
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
  letter-spacing: 0.12px;
  color: #253858;
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
  color: #a01b1b;
  font-weight: 700;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value sup {
  font-size: 7px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value.green {
  color: #2c864e;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award {
  background: rgba(13, 123, 25, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  padding: 8.5px 12px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award img {
  margin-right: 12px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award .text {
  letter-spacing: 0.1px;
  color: #2c864e;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:first-child {
  order: 2;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:nth-child(2) {
  order: 1;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:last-of-type {
  order: 3;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li {
  height: 18px;
  width: 23px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li button:before {
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 101, 255, 0.5019607843);
  opacity: 1;
  top: -2px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active {
  background: #0065ff;
  border-radius: 8px;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active button:before {
  letter-spacing: 0;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  top: 3px;
  left: 2px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:first-child.slick-active button:before {
  content: "1/3";
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:nth-child(2).slick-active button:before {
  content: "2/3";
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:last-child.slick-active button:before {
  content: "3/3";
}

.fd-rp-mf-comparison-section .button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  max-width: 227px;
  margin: 14px auto 0;
  text-align: CENTER;
  padding: 12px 0;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .fd-rp-mf-comparison-section .button {
    margin: 35px auto 0;
  }
}
.fd-rp-mf-comparison-section .tnc {
  font-size: 10px;
  color: rgba(128, 128, 128, 0.6);
  position: absolute;
  right: 6px;
  bottom: 3px;
}

.updated-timestamp {
  color: rgba(102, 109, 112, 0.7019607843);
  font-size: 10px;
  margin-top: 6px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .updated-timestamp {
    padding-left: 10px;
  }
}
.faq-icon h2 {
  position: relative;
  padding-left: 40px;
}

.faq-icon h2::before {
  content: "";
  position: absolute;
  background: url(../../images/bu/faqicon.svg) no-repeat 0 0;
  background-size: 30px;
  width: 32px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.more-content-investment {
  display: none;
}

.more-content-investment.show {
  display: block;
}

.read-more-faq-btn,
.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn,
  .read-more-investment-btn {
    margin: 40px 0;
  }
}
.read-more-faq-btn button,
.read-more-investment-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
}

.read-more-faq-btn button:after,
.read-more-investment-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}

.read-more-faq-btn button.show,
.read-more-investment-btn button.show {
  width: 123px;
}

.read-more-faq-btn button.show:after,
.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .read-more-faq-btn {
    margin: 40px 0 26px;
  }
}
.read-more-faq-btn button {
  width: 175px;
}

.read-more-faq-btn button.show {
  width: 169px;
}

.colored table:first-child td {
  border-top: solid 0.8px #deebff;
  border-bottom: solid 0.8px #deebff;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #deebff;
}

.colored table tr:nth-child(2n) {
  background: #fff;
}

.colored table tr:nth-child(odd) {
  background: rgba(222, 235, 255, 0.4);
}

.left-fullwidth-button {
  padding: 0 20px 20px;
  display: block;
  margin: 0 auto;
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .left-fullwidth-button {
    padding: 20px;
  }
}
.left-fullwidth-button .button {
  box-sizing: border-box;
  max-width: 328px;
  width: 100%;
  background: #3965fb;
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  display: inline-block;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
  cursor: pointer;
}

table.non-colored tr:first-child {
  background: #f1f3f5;
}

table.non-colored tr:first-child td {
  text-align: center;
}

table.non-colored td {
  padding: 20px 15px;
}

.disclaimer-section-investment {
  background: #fff 0 0 no-repeat padding-box;
  padding: 10px 20px 12px;
  margin: 30px 0 20px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer {
  letter-spacing: 0;
  color: #263858;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}

.disclaimer-section-investment .diclaimer-content .disclaimer::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 4px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer sup {
  font-size: 10px;
}

.disclaimer-section-investment .diclaimer-content .disclaimer.active::after {
  transform: rotate(-135deg);
  top: 6px;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 17px;
    padding-right: 25px;
  }
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: #263858;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
}

.disclaimer-section-investment .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .disclaimer-section-investment .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
}
.left-section-image img {
  max-width: 100%;
  height: auto;
}

.info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}

.formula-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 32px 16px 0;
  position: relative;
  overflow: hidden;
}

.formula-widget:after {
  content: "";
  background: url(../../images/bu/investment/sip-calculator-formula-img.svg) no-repeat center/contain;
  width: 183px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .formula-widget:after {
    width: 130px;
    height: 130px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .formula-widget {
    padding: 24px 16px 16px;
  }
}
.formula-widget .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 75%;
  margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
  .formula-widget .heading {
    font-size: 18px;
    width: 65%;
  }
}
.formula-widget .formula {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 24px;
  text-align: CENTER;
  color: var(--0065-ff, #0065ff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .formula-widget .formula {
    font-size: 18px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 375px) {
  .formula-widget .formula {
    font-size: 16px;
    padding: 18px 0;
  }
}
.formula-widget .label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0 8px;
}

.formula-widget .terms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .formula-widget .terms-list {
    flex-direction: column;
  }
}
.formula-widget .terms-list .term {
  width: 40%;
  display: flex;
  align-items: center;
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .formula-widget .terms-list .term {
    width: 100%;
    margin-bottom: 8px;
  }
}
.formula-widget .terms-list .term .name {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
}

#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.maximum_return_offer {
  position: relative;
}

.maximum_return_offer .banner_withtext {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .maximum_return_offer .banner_withtext {
    align-items: flex-end;
  }
}
.maximum_return_offer .banner_withtext .bannerImg {
  width: 200px;
  position: relative;
  top: 10px;
}

.maximum_return_offer .banner_withtext .bannerImg img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .maximum_return_offer .banner_withtext .bannerImg img.hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .maximum_return_offer .banner_withtext .bannerImg img.hide-mobile {
    display: none;
  }
}
@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .bannerImg {
    width: 40%;
    position: relative;
    top: 10px;
  }
}
.maximum_return_offer .banner_withtext .promotext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .promotext {
    width: 180px;
    justify-content: center;
  }
}
.maximum_return_offer .banner_withtext .promotext .tag {
  background: #fffaf8 0 0 no-repeat padding-box;
  border: 1px dashed #c7432a;
  padding: 4px 5px 7px 10px;
  border-radius: 8px;
  letter-spacing: 0;
  color: #d8341a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .maximum_return_offer .banner_withtext .promotext .tag {
    padding: 2px 5px 5px;
    font-size: 12px;
    margin-bottom: 13px;
  }
}
.maximum_return_offer .banner_withtext .promotext .tag sup {
  font-size: 8px;
}

.maximum_return_offer .banner_withtext .promotext .tag sup:last-of-type {
  font-size: 9px;
}

.maximum_return_offer .banner_withtext .promotext .bigtxt {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .promotext .bigtxt {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 6px;
  }
}
.maximum_return_offer .banner_withtext .promotext .bigtxt::after {
  content: "";
  width: 100px;
  height: 32px;
  background: url(../../images/bu/racgreen.svg) no-repeat 0 0;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .promotext .bigtxt::after {
    right: 0;
    bottom: 10px;
  }
}
.maximum_return_offer .banner_withtext .promotext .bigtxt .green {
  font-size: 36px;
  color: #206f13;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .promotext .bigtxt .green {
    font-size: 24px;
    line-height: 33px;
  }
}
.maximum_return_offer .banner_withtext .promotext .bigtxt .green sup {
  font-size: 18px;
  color: #ccc;
  line-height: 36px;
}

.maximum_return_offer .banner_withtext .addon {
  width: 100%;
  display: flex;
  position: relative;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .addon {
    width: 100%;
  }
}
.maximum_return_offer .banner_withtext .addon::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../images/bu/total-addon.svg) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-8px, -50%);
  left: 0;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .addon::after {
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 100%;
    transform: translate(0, -50%);
  }
}
.maximum_return_offer .banner_withtext .addon .addonplus {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.maximum_return_offer .banner_withtext .addon .addonplus img {
  width: 24px;
  margin: 5px auto 10px;
}

.maximum_return_offer .banner_withtext .addon .addonplus span {
  text-align: center;
  width: 65px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.maximum_return_offer .banner_withtext .addon .addonplus span sup {
  position: absolute;
  top: 17px;
  font-size: 8px;
}

@media (max-width: 568px) {
  .maximum_return_offer .banner_withtext .addon .addonplus {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 10px;
  }
  .maximum_return_offer .banner_withtext .addon .addonplus span {
    width: 45px;
  }
  .maximum_return_offer .banner_withtext .addon .addonplus span sup {
    position: absolute;
    top: 12px;
    font-size: 8px;
  }
}
.maximum_return_offer .return_offer {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px dashed #aaa;
  border-radius: 12px;
  padding: 16px;
  margin: 24px auto 30px;
  width: 94%;
}

@media screen and (max-width: 1024px) {
  .maximum_return_offer .return_offer {
    margin: 50px auto 30px;
  }
}
@media (max-width: 568px) {
  .maximum_return_offer .return_offer {
    overflow: hidden;
    width: 100%;
    margin: 20px 0 30px auto;
    padding: 16px 16px 0;
  }
  .maximum_return_offer .return_offer .returnwisewrapper {
    overflow-x: scroll;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 0 16px 16px;
  }
  .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar {
    width: 0;
  }
  .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
  }
  .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar-thumb {
    background: 0 0;
  }
}
.maximum_return_offer .return_offer .headingwrap {
  position: relative;
}

.maximum_return_offer .return_offer .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

@media (max-width: 568px) {
  .maximum_return_offer .return_offer .heading {
    font-size: 14px;
  }
}
.maximum_return_offer .return_offer .label {
  background: rgba(255, 209, 102, 0.3);
  position: absolute;
  padding: 10px;
  border-radius: 0 12px 0 12px;
  right: 0;
  padding-left: 30px;
  color: #bf8500;
  font-weight: 600;
  font-size: 10px;
  top: -16px;
  right: -16px;
}

.maximum_return_offer .return_offer .label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../images/bu/guaranteed.svg) no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 7px;
}

.maximum_return_offer .return_offer .returnwise {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0;
  justify-content: space-between;
}

@media (max-width: 568px) {
  .maximum_return_offer .return_offer .returnwise {
    margin: 5px 0 0;
  }
  .maximum_return_offer .return_offer .returnwise .slick-track {
    padding-top: 10px;
  }
}
.maximum_return_offer .return_offer .return {
  display: flex;
  flex-direction: row;
  width: 32%;
  max-width: 200px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 12px;
}

@media (max-width: 568px) {
  .maximum_return_offer .return_offer .return {
    width: 200px !important;
    min-height: 104px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.maximum_return_offer .return_offer .return.promoted {
  position: relative;
}

.maximum_return_offer .return_offer .return.promoted:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../images/bu/guaranteed.svg) no-repeat 0 0;
  position: absolute;
  right: -13px;
  top: -5px;
}

.maximum_return_offer .return_offer .return .returnamt {
  width: 50%;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #777da7;
  border-radius: 8px;
  flex-shrink: 0;
}

.maximum_return_offer .return_offer .return .returnamt.high {
  background: #206f13;
  justify-content: flex-start;
}

.maximum_return_offer .return_offer .return .returnamt.high p {
  font-size: 20px;
}

.maximum_return_offer .return_offer .return .returnamt .lable {
  background: #fff;
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  margin: 5px 0 15px 0;
  padding: 5px 8px;
  width: 60px;
}

.maximum_return_offer .return_offer .return .returnamt p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.maximum_return_offer .return_offer .return .returnamt p sup {
  font-size: 10px;
  position: relative;
  top: -4px;
}

.maximum_return_offer .return_offer .return .desc {
  position: relative;
  color: #777da7;
  width: 50%;
  flex-shrink: 0;
}

.maximum_return_offer .return_offer .return .desc p:first-child {
  font-size: 12px;
  font-weight: 700;
  color: #777da7;
  margin-bottom: 3px;
  line-height: 16px;
  padding-right: 10px;
}

.maximum_return_offer .return_offer .return .desc p:first-child.green {
  color: #1f6e13;
}

.maximum_return_offer .return_offer .return .desc p:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  color: #777da7;
  margin-bottom: 23px;
  font-style: italic;
  opacity: 0.8;
}

.maximum_return_offer .return_offer .return .desc p:nth-child(2).green {
  color: #1f6e13;
}

.maximum_return_offer .return_offer .return .desc .years {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: -2px;
  padding-right: 6px;
}

.maximum_return_offer .return_offer .return .desc .years .text {
  font-size: 10px;
  color: #253858;
  opacity: 0.6;
  line-height: 20px;
}

.maximum_return_offer .return_offer .return .desc .years .flag {
  height: 15px;
  width: 15px;
}

.maximum_return_offer .return_offer .return .desc .years .flag.india {
  background: url(../../images/bu/investment/fd-india-flag-icon.svg);
}

.maximum_return_offer .return_offer .return .desc .years .flag.usa {
  background: url(../../images/bu/investment/fd-usa-flag-icon.svg);
}

.maximum_return_offer .return_offer .return .desc .years .flag.uae {
  background: url(../../images/bu/investment/fd-uae-flag-icon.svg);
}

.maximum_return_offer .return_offer .return .desc .years .flag.uk {
  background: url(../../images/bu/investment/fd-uk-flag-icon.svg);
}

.maximum_return_offer .return_offer .return .desc .years .flag.singapore {
  background: url(../../images/bu/investment/fd-singapore-flag-icon.svg);
}

.maximum_return_offer .return_offer .return .desc .years .flag.australia {
  background: url(../../images/bu/investment/fd-australia-flag-icon.svg);
}

.pagecontainer.layoutcenter.mixedlayout .fd-rp-mf-comparison-section {
  padding: 16px 18px 30px;
}

.pagecontainer.layoutcenter.mixedlayout .fd-rp-mf-comparison-section .button {
  display: none;
}

.pagecontainer.layoutcenter {
  max-width: 1140px;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.popular-search {
  position: relative;
  padding: 0;
}

.popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
  margin: 40px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
section.pagecontainer.layoutcenter.pagecontent .squareBanner {
  margin: 40px auto 0;
}

section.pagecontainer.layoutcenter.pagecontent h2 {
  margin-top: 0;
  font-size: 26px;
}

@media screen and (max-width: 980px) {
  section.pagecontainer.layoutcenter.pagecontent h2 {
    font-size: 24px;
  }
}
.mixedlayout article {
  width: 62%;
}

@media screen and (max-width: 980px) {
  .mixedlayout article {
    width: 100%;
  }
}
.mixedlayout article.blue {
  padding: 17px 20px;
  margin: 30px 0;
  width: 62%;
}

@media screen and (max-width: 980px) {
  .mixedlayout article.blue {
    width: 100%;
    padding: 15px 10px;
    overflow-y: auto;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 980px) {
  .mixedlayout article.blue .headTable {
    min-width: 100%;
  }
}
.chk-paln-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0;
}

.chk-paln-row .chk-plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  line-height: 24px;
  color: #0065ff;
  font-size: 16px;
  width: 143px;
  border-radius: 8px;
  border: 1px solid #0065ff;
  cursor: pointer;
  background: #fff;
  height: 40px;
}

.chk-paln-row .chk-plan-btn::after {
  content: "";
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
  background: #fff;
  border-top: 1.4px solid #0065ff;
  border-right: 1.4px solid #0065ff;
  margin: 4px 0 0 5px;
}

.headTable {
  border: 0;
  width: 99%;
  border-radius: 10px;
  border-left: 3px solid #6d92f0;
}

.headTable_row .headTable_cell {
  border-color: rgba(37, 56, 88, 0.3);
  height: 60px;
  width: 33%;
}

.headTable_row .headTable_cell:first-child div span {
  display: inline-flex;
}

.headTable_row .headTable_cell:first-child div span sup {
  vertical-align: top;
}

.headTable_row .headTable_cell.headTable_cell {
  height: 45px;
}

.headTable_row .headTable_cell.padding0 {
  width: 67%;
}

.headTable_row .headTable_cell.padding0 .headTable_cell {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 568px) {
  .headTable_row .headTable_cell.padding0 .headTable_cell {
    width: 67%;
  }
}
.headTable_row .headTable_cell.padding0 .headTable_cell:first-child {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 568px) {
  .headTable_row .headTable_cell.padding0 .headTable_cell:first-child {
    width: 32%;
  }
}
.headTable_row .headTable_cell.padding0 .headTable_cell.clm {
  display: flex;
}

@media (max-width: 568px) {
  .headTable_row .headTable_cell.padding0 .headTable_cell.clm {
    padding-top: 0;
  }
}
@media (max-width: 568px) {
  .headTable_row .headTable_cell.padding0 .headTable_cell:nth-child(2) {
    display: flex;
    border-left: 1px solid rgba(37, 56, 88, 0.3);
  }
}
.headTable_row .headTable_cell:first-child {
  letter-spacing: 0;
}

.headTable_row .headTable_cell:first-child div {
  letter-spacing: 0;
}

@media screen and (max-width: 980px) {
  .headTable_row .headTable_cell:first-child div {
    font-size: 14px;
  }
}
.headTable_row .headTable_cell .highReturn {
  border-radius: 6px;
  border: 1px dashed #29a71a;
  background: rgba(41, 167, 26, 0.1);
  width: 90%;
  height: 55px;
  margin-top: 65px;
}

.headTable_row .headTable_cell .highReturn i {
  width: 90px;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 0 4px;
}

.headTable_row:first-child .headTable_cell {
  border-color: rgba(37, 56, 88, 0.3);
}

.headTable_row:first-child .headTable_cell.padding0 .headTable_cell {
  border-left: 0;
}

.headTable_row:first-child .headTable_cell.aspect-ratio-box > div {
  border: none;
  padding: 0;
  max-width: 100%;
}

@media screen and (max-width: 568px) {
  .headTable_row .headTable_cell.borderNone.top {
    border-radius: 8px 0 0 0 !important;
  }
}
@media screen and (max-width: 568px) {
  .headTable_row .headTable_cell.borderNone.bottom {
    border-radius: 0 0 0 8px !important;
  }
}
.headTable_row .headTable_cell.borderNone.text-left.top::before {
  content: "";
  background: url(../../images/faq-hand-icon.png) no-repeat 0 0/24px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.headTable_row .headTable_cell.borderNone:first-child {
  background: rgba(0, 101, 255, 0.1) 0;
  border-radius: 0 0 0 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .headTable_row .headTable_cell.borderNone:first-child {
    font-size: 15px;
    min-width: 137px;
  }
}
@media screen and (max-width: 980px) {
  .headTable_row .headTable_cell.borderNone:last-child {
    font-size: 14px;
  }
}
aside.sticky {
  width: 424px;
  float: right;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
}

@media screen and (max-width: 980px) {
  aside.sticky {
    width: 100%;
  }
}
.form_mixed_layout {
  max-width: 424px;
  padding: 15px 10px;
  border-top: 3px solid #0065ff;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout {
    border-radius: 20px;
    border: 2px solid #0065ff;
    border-top: 6px solid #0065ff;
  }
}
.form_mixed_layout::before {
  display: none;
}

@media (max-width: 1023px) {
  .form_mixed_layout .forminput li input.mobNumber.pd10 + .error {
    bottom: -28px;
  }
}
.form_mixed_layout .forminput li.noborder {
  padding: 0;
}

.form_mixed_layout .forminput li .form_icon {
  background: url(../../images/bu/term/nriform-sprite.png) no-repeat 0 0/20px;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.form_mixed_layout .forminput li .form_icon.ico.usericon {
  background-position: 0 0;
}

.form_mixed_layout .forminput li .form_icon.ico.mobile-ico {
  background-position: 0 -42px;
}

.form_mixed_layout .forminput li .form_icon.ico.email {
  background-position: 0 0;
  background: url(../../images/bu/investment/email-icon-leadform-fd.png) no-repeat 0 0/20px;
}

.form_mixed_layout .forminput li button {
  width: 100%;
}

.form_mixed_layout .forminput li .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 48px;
  background: #fff;
  top: 10px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.form_mixed_layout .forminput li input.labelshow + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.form_mixed_layout .h4 {
  font-size: 23px;
  color: #1c8110;
  margin: 10px 0 0 0;
}

.form_mixed_layout .h4 .bluetext.mediumtext.bold {
  font-weight: 600;
  border-radius: 22px;
  background: rgba(28, 129, 16, 0.05);
  padding: 10px 12px;
}

.form_mixed_layout .h4 .bluetext.mediumtext.bold.nri {
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout .h4 .bluetext.mediumtext.bold {
    font-size: 17px;
  }
  .form_mixed_layout .h4 .bluetext.mediumtext.bold.nri {
    font-size: 14px;
  }
}
.form_mixed_layout .h4 .extrasmalltext {
  font-size: 18px;
  margin: 12px 0;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout .h4 .extrasmalltext {
    font-size: 14px;
  }
}
.form_mixed_layout .getExtrabenefit.desktop {
  display: none !important;
}

.topFdDynamicPlans {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .topFdDynamicPlans {
    margin: 0 -10px 30px;
  }
}
.pagecontainer .short {
  width: 100% !important;
}

.pagecontainer .new-top-plans.short {
  border-radius: 10px;
  background: linear-gradient(270deg, #EFF0FF 0%, #EDF9FC 100%);
  padding: 23px 10px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short {
    border-radius: 0 !important;
  }
}
.pagecontainer .new-top-plans.short .rest_plan {
  display: none;
}

.pagecontainer .new-top-plans.short .rest_plan.active {
  display: block;
}

.pagecontainer .new-top-plans.short .default_plan,
.pagecontainer .new-top-plans.short .rest_plan {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan,
  .pagecontainer .new-top-plans.short .rest_plan {
    margin: 0;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box {
  position: relative;
  flex-wrap: wrap;
  padding: 25px 0px 0;
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .plan-row-fd,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .plan-row-fd {
  display: flex;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .plan-row-fd,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .plan-row-fd {
    padding: 0 10px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .bottom-tags-row,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .bottom-tags-row {
  width: 100%;
  padding: 10px 16px;
  margin: 20px 0 0 0;
  background: #FAFBFC;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .bottom-tags-row,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .bottom-tags-row {
    padding: 8px 12px;
    margin: 15px 0 0 0;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .bottom-tags-row .plan-tags,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .bottom-tags-row .plan-tags {
  border: 1px solid var(--input-border, rgba(0, 0, 0, 0.1215686275));
  padding: 4px 8px;
  display: inline-flex;
  font-size: 11px;
  border-radius: 16px;
  color: rgba(37, 56, 88, 0.8901960784);
  font-weight: 500;
  line-height: 14px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box {
    padding: 12px 0px 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box::before,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box::before {
    top: 10px;
    left: 8px;
    height: calc(100% - 78px);
    width: calc(100% - 16px);
    border-radius: 10px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .button,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .button {
  width: 15%;
  max-width: 130px;
  margin: 10px 0 0 20px;
}
@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .button,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .button {
    margin: 0;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 114px;
  }
}

.pagecontainer .new-top-plans.short .default_plan .new-plan-box .button button,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .button button {
  width: 114px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .button button,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .button button {
    height: 40px;
    margin: auto;
    width: 114px;
    max-width: 114px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .button button:after,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .button button:after {
  display: flex;
}

.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap {
  position: relative;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap {
    padding: 0px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .label,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .label {
  background: rgba(0, 101, 255, 0.1);
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
  margin-top: 5px;
}

.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap {
  border: 1px dashed #079836;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
  padding: 8px 8px 12px 10px;
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .return-box,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .return-box {
  position: absolute;
  right: 10px;
  background: rgba(0, 0, 0, 0.0784313725);
  width: 60px;
  height: 52px;
  border-radius: 6px;
  padding: 6px;
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .return-box .taxfree-val,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .return-box .taxfree-val {
  font-size: 10px;
  background: #079836;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin: 3px 0 0 0;
  padding: 0 0 2px;
}

.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .heading,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .heading {
  color: rgba(37, 56, 88, 0.9);
  font-size: 11px;
  font-weight: 500;
  background: #fff;
  padding: 0 3px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .heading,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .heading {
    font-size: 11px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .age_of_return,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .age_of_return {
  background: transparent;
  color: rgba(37, 56, 88, 0.8901960784);
  font-weight: 600;
  left: 0;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .dataWrap .boxwrap .age_of_return,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .dataWrap .boxwrap .age_of_return {
    font-weight: 400;
  }
}
@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout {
    gap: 5px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns {
  margin: 0 5px;
  min-height: 83px;
  width: 125px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns {
    margin: 15px 0 0 0;
    min-height: inherit;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns .heading,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns .heading {
  font-weight: 500;
  font-size: 11px;
  color: rgba(37, 56, 88, 0.9);
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns .heading,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns .heading {
    font-size: 11px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns .value,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns .value {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-returns .value,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-returns .value {
    font-size: 16px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-payout,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-payout {
  width: 210px;
  padding: 0 17px;
  margin-top: 6px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-payout,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-payout {
    max-width: 165px;
    min-width: 165px;
    padding: 0 0 0 0px;
    margin-top: 4px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-payout .value,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-payout .value {
  color: #079836;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .pagecontainer .new-top-plans.short .default_plan .new-plan-box .returns-payout .insurer-payout .value,
  .pagecontainer .new-top-plans.short .rest_plan .new-plan-box .returns-payout .insurer-payout .value {
    font-size: 16px;
  }
}
.pagecontainer .new-top-plans.short .default_plan .new-plan-box .insurer-logo .img-logo-wrap,
.pagecontainer .new-top-plans.short .rest_plan .new-plan-box .insurer-logo .img-logo-wrap {
  border: none;
  background: #fff;
}

.pagecontainer .new-top-plans.short .default_plan .new-plan-box .insurer-logo .name-interest {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8901960784);
  font-weight: 600;
}

.pagecontainer .new-top-plans.short .view-plans-button {
  width: 199px;
  margin: 0 auto 10px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  color: #0662f6;
  cursor: pointer;
  border: 1px solid #0662f6;
}

.pagecontent .short {
  width: 100% !important;
}

.pagecontent .fd-rp-mf-comparison-section {
  border-radius: 20px;
  padding: 15px 20px;
  background: rgba(0, 101, 255, 0.05);
  margin: 50px 0 50px;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section {
    border-radius: 0;
    margin: 40px 0 130px -10px;
    width: calc(100% + 20px);
    padding: 15px 0 15px 15px;
  }
}
.pagecontent .fd-rp-mf-comparison-section .tnc {
  right: 10px;
  bottom: 0;
  margin: 17px 0 13px 0;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .tnc {
    text-align: center;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: 0;
  }
}
.pagecontent .fd-rp-mf-comparison-section > .heading {
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section > .heading {
    font-size: 24px;
    text-align: center;
    color: #253858;
  }
}
@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section > .heading::before {
    display: none;
  }
}
.pagecontent .fd-rp-mf-comparison-section .description {
  color: rgba(37, 56, 88, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .description {
    font-size: 14px;
    text-align: center;
  }
}
.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content {
  margin-top: 22px;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content {
    overflow-y: hidden;
  }
}
.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
  border-color: #ac2219;
  border-top: 4px solid #ac2219;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
    margin: 0 5px;
    height: auto;
    max-width: 303px;
  }
}
.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:first-child {
  border-color: #1c8110;
  border-top: 4px solid #1c8110;
}

.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .heading {
  font-size: 20px;
  margin: 20px auto 24px;
}

.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .label {
  font-size: 18px;
  font-weight: 400;
  line-height: inherit;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .label {
    font-size: 14px;
  }
}
.pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
}

@media screen and (max-width: 980px) {
  .pagecontent .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pagecontent .fd-rp-mf-comparison-section .button {
    margin: 0 auto 0;
    position: relative;
    bottom: -85px;
  }
}
table.table-fd-rates {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

table.table-fd-rates tbody tr:nth-of-type(odd) {
  background: rgba(0, 101, 255, 0.05);
}

table.table-fd-rates tbody tr:first-child td {
  background: #253858;
  color: #fff;
  font-weight: 600;
  border: 0;
}

table.table-fd-rates tbody tr:first-child td.borde-yes.no-top .button {
  display: none;
}

table.table-fd-rates tbody tr:first-child td p {
  display: inline;
  margin: 0;
}

table.table-fd-rates tbody tr:first-child td strong {
  color: #fff;
  font-weight: 600;
}

table.table-fd-rates tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

table.table-fd-rates tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

table.table-fd-rates tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.table-fd-rates tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

table.table-fd-rates tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 17px 10px;
}

@media screen and (max-width: 980px) {
  table.table-fd-rates tbody tr td {
    font-size: 14px;
    font-weight: 500;
  }
}
table.table-fd-rates tbody tr td:first-child {
  font-size: 16px;
  font-weight: 600;
  padding: 17px 10px;
}

@media screen and (max-width: 767px) {
  table.table-fd-rates tbody tr td:first-child {
    font-size: 14px;
  }
  table.table-fd-rates tbody tr td:first-child strong {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  table.table-fd-rates tbody tr td strong {
    font-size: 14px;
    font-weight: 500;
  }
}
.child-finance-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  margin: 50px 0 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget {
    flex-direction: column;
    padding: 8px 14px 14px 14px;
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 0;
  }
}
.child-finance-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget .heading-tab-list {
    width: 100%;
    padding: 0;
  }
}
.child-finance-hub-widget .heading-tab-list .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget .heading-tab-list .heading {
    margin: 20px auto 0;
    text-align: center;
  }
}
.child-finance-hub-widget .heading-tab-list .tab {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 81%;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget .heading-tab-list .tab {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
    width: calc(100% + 14px);
  }
  .child-finance-hub-widget .heading-tab-list .tab::-webkit-scrollbar {
    display: none;
  }
}
.child-finance-hub-widget .heading-tab-list .tab .tab-links {
  border-radius: 8px;
  border: 0;
  background: 0 0;
  width: 100%;
  min-height: 51px;
  text-align: left;
  padding: 10px 8px;
  margin: 8px 0 0;
  color: rgba(37, 56, 88, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget .heading-tab-list .tab .tab-links {
    flex-shrink: 0;
    padding: 16px;
    width: auto;
    height: auto;
    background: 0 0;
    margin: 0 4px 0 0;
  }
}
.child-finance-hub-widget .heading-tab-list .tab .tab-links.active {
  background: #0065ff;
  color: #fff;
  font-weight: 500;
}

.child-finance-hub-widget .tab-content-section {
  width: 69%;
  border-radius: 6px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px 16px 4px;
}

@media screen and (max-width: 767px) {
  .child-finance-hub-widget .tab-content-section {
    width: 100%;
    padding: 16px 8px 4px;
  }
}
.child-finance-hub-widget .tab-content-section .tab-content {
  display: none;
  height: auto;
  min-height: 325px;
  overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
  .child-finance-hub-widget .tab-content-section .tab-content {
    min-height: inherit;
  }
}
.child-finance-hub-widget .tab-content-section .tab-content.active {
  display: block;
  background: url(../../images/bu/investment/multi-option-deposits-bg.png) no-repeat right bottom/242px;
}

@media screen and (max-width: 1024px) {
  .child-finance-hub-widget .tab-content-section .tab-content.active {
    background: 0 0;
  }
}
.child-finance-hub-widget .tab-content-section .tab-content::-webkit-scrollbar {
  display: none;
}

.child-finance-hub-widget .tab-content-section .tab-content .fd-tab-data .tab-title {
  font-size: 22px;
  font-weight: 600;
}

.child-finance-hub-widget .tab-content-section .tab-content .fd-tab-data p {
  margin: 12px 0 20px;
}

.child-finance-hub-widget .tab-content-section .tab-content .fd-tab-data .ul-star {
  margin: 12px 0 0;
  width: calc(100% - 235px);
}

@media screen and (max-width: 1024px) {
  .child-finance-hub-widget .tab-content-section .tab-content .fd-tab-data .ul-star {
    width: 100%;
  }
}
.child-finance-hub-widget .tab-content-section .tab-content .fd-tab-data .ul-star li {
  background: url(../../images/bu/investment/fd-sparkle-icon.svg) no-repeat 0 0;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}

.child-finance-hub-widget + h2 {
  margin-top: 40px;
}

.fd-count-list {
  margin: 40px 0;
}

.fd-count-list.full .list-with-icon li {
  display: block;
}

.fd-count-list.full .list-with-icon li:nth-child(-n+4) {
  display: block;
}

.fd-count-list.full .moreplans::after {
  content: "Read Less";
}

.fd-count-list .moreplans {
  display: flex;
  text-align: center;
  color: #0065ff;
  width: 199px;
  height: 52px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .fd-count-list .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
  }
}
.fd-count-list .moreplans::after {
  font-size: 16px;
  color: #fff;
  content: "Read More";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fd-count-list .list-with-icon {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fd-count-list .list-with-icon .list-with-icon {
  flex-direction: row;
}

.fd-count-list .list-with-icon li {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 48%;
  display: none;
  margin: 16px 0;
}

.fd-count-list .list-with-icon li:nth-child(-n+4) {
  display: block;
}

@media (max-width: 980px) {
  .fd-count-list .list-with-icon li:nth-child(-n+4) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .fd-count-list .list-with-icon li {
    margin: 16px 0;
    width: 100%;
    display: none;
  }
  .fd-count-list .list-with-icon li:nth-child(-n+2) {
    display: block;
  }
}
.fd-count-list .list-with-icon li p {
  margin: 0;
}

.fd-count-list .list-with-icon li .heading {
  color: #253858;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fd-count-list .list-with-icon li .count {
  background: #0065ff;
  display: inline-flex;
  width: 33px;
  height: 30px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 1024px) {
  .fd-count-list .list-with-icon li .block_content_wrapper_firstfold .text-hide-link {
    display: none;
  }
  .fd-count-list .list-with-icon li .block_content_wrapper_firstfold .extra-text-web {
    display: inline;
  }
}
.fd-count-list .list-with-icon.colum {
  flex-wrap: wrap;
}

.fd-count-list .list-with-icon.colum.nuber-bullet li {
  padding-left: 40px;
  margin: 0 0 24px;
}

.fd-count-list .list-with-icon.colum.nuber-bullet li:last-child {
  margin: 0;
}

.fd-count-list .list-with-icon.colum.wd60 {
  width: 100%;
}

@media (max-width: 1024px) {
  .fd-count-list .list-with-icon.colum.wd60 {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
.fd-count-list .list-with-icon.colum.wd60 li {
  width: 48%;
  position: relative;
}

@media (max-width: 1024px) {
  .fd-count-list .list-with-icon.colum.wd60 li {
    width: 100%;
  }
}
.fd-count-list .morecontent-new {
  text-align: center;
  margin: 20px 0;
  width: 100%;
  display: none;
}

@media (max-width: 1024px) {
  .fd-count-list .morecontent-new {
    display: block;
  }
}
.fd-count-list .morecontent-new .read-more-btn {
  display: inline-flex;
  width: 146px;
  height: 46px;
  border-radius: 6px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.eligible-to-open-fd-account {
  padding: 30px 0;
  width: 100%;
  margin-left: 0;
  background: #fff7f4;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .eligible-to-open-fd-account {
    padding: 25px 16px;
  }
}
.eligible-to-open-fd-account .eligible-container {
  position: relative;
}

.eligible-to-open-fd-account .eligible-container::after {
  content: "";
  display: flex;
  width: 309px;
  height: 314px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../images/bu/investment/eligible-fd-account.png) no-repeat right center/309px;
}

@media (max-width: 980px) {
  .eligible-to-open-fd-account .eligible-container::after {
    width: 97px;
    height: 99px;
    position: absolute;
    right: 0;
    top: auto;
    background-size: 100%;
    bottom: -15px;
  }
}
.eligible-to-open-fd-account .eligible-container .heading-eligible {
  font-size: 26px;
  font-weight: 700;
  color: #253858;
}

@media (max-width: 980px) {
  .eligible-to-open-fd-account .eligible-container .heading-eligible {
    font-size: 24px;
  }
}
.eligible-to-open-fd-account .eligible-container p {
  margin: 13px 0;
  max-width: 765px;
}

.eligible-to-open-fd-account .eligible-container .ul-star {
  margin: 22px 0 0;
  list-style: none;
}

@media (max-width: 980px) {
  .eligible-to-open-fd-account .eligible-container .ul-star {
    width: calc(100% - 110px);
  }
}
.eligible-to-open-fd-account .eligible-container .ul-star li {
  background: url(../../images/bu/investment/fd-sparkle-icon.svg) no-repeat 0 0;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}

@media (max-width: 980px) {
  .eligible-to-open-fd-account .eligible-container .ul-star li {
    font-size: 14px;
    padding-bottom: 4px;
  }
}
.how-to-open-fd-account {
  margin: 50px 0 0;
}

@media (max-width: 980px) {
  .how-to-open-fd-account {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.how-to-open-fd-account .title-how-to-open {
  font-size: 26px;
  font-weight: 700;
  color: #253858;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .title-how-to-open {
    font-size: 24px;
    padding-left: 10px;
  }
}
.how-to-open-fd-account p {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
}

@media (max-width: 980px) {
  .how-to-open-fd-account p {
    padding: 10px;
  }
}
.how-to-open-fd-account .boxes-wrapper {
  margin: 12px 0;
  display: flex;
  gap: 50px;
  padding: 30px 25px;
  border-radius: 10px;
  background: rgba(0, 101, 255, 0.05);
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper {
    padding: 15px;
    gap: 20px;
    flex-direction: column;
    border-radius: 0;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list {
  width: 44%;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list {
    width: 100%;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab {
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab {
    display: flex;
    align-items: inherit;
    justify-content: flex-start;
    overflow-x: auto;
    width: calc(100% + 15px);
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links {
  padding: 18px 58px 18px 15px;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
  background: #fff;
  position: relative;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links {
    min-width: 292px;
    padding: 10px 30px 10px 10px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links.active::after {
    transform: rotate(-45deg);
    top: 23px;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links::after {
  content: "";
  position: absolute;
  top: 48%;
  background: #fff;
  border-top: solid 0.1rem #0065ff;
  border-right: solid 0.1rem #0065ff;
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  display: flex;
  right: 20px;
  margin: auto;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links::after {
    transform: rotate(135deg);
    top: 19px;
    right: 12px;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links.active {
  border: 3px solid #0065ff;
  box-shadow: 0 4px 11px 0 rgba(0, 101, 255, 0.16);
}

.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links .btn-card-row .card-rgt {
  padding-left: 92px;
  flex-wrap: wrap;
  min-height: 95px;
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links .btn-card-row .card-rgt {
    padding-left: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links .btn-card-row .card-rgt span {
  color: #253858;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links .btn-card-row .card-rgt span {
    font-size: 17px;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links .btn-card-row .card-rgt p {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links:first-child .card-rgt {
  background-size: 81px;
  background: url(../../images/bu/investment/online-account-opening.svg) no-repeat 0 0;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links:first-child .card-rgt {
    background-size: 52px;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links:nth-child(2) .card-rgt {
  background-size: 73px;
  background: url(../../images/bu/investment/offline-account-opening.svg) no-repeat 0 0;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links:nth-child(2) .card-rgt {
    background-size: 48px;
  }
}
.how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links + .tab-links {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .heading-tab-list .tab .tab-links + .tab-links {
    margin-top: 0;
  }
}
.how-to-open-fd-account .boxes-wrapper .tab-content-section {
  width: calc(56% - 50px);
}

@media (max-width: 980px) {
  .how-to-open-fd-account .boxes-wrapper .tab-content-section {
    width: 100%;
  }
}
.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content {
  display: none;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content.active {
  display: block;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content .steps-to-open-account {
  list-style: none;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content .steps-to-open-account .step-list {
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content .steps-to-open-account .step-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../../images/bu/investment/open-step-icon.svg) no-repeat 0 0/100%;
  height: 20px;
  width: 20px;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content .steps-to-open-account .step-list .stp-1 {
  color: #253858;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 3px;
}

.how-to-open-fd-account .boxes-wrapper .tab-content-section .tab-content .steps-to-open-account .step-list .sub-step {
  display: flex;
  line-height: 24px;
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
}

.fd-latest-update {
  padding: 15px 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 101, 255, 0.5);
  background: #fff;
  margin: 50px 0 0;
}

.fd-latest-update .r-icon {
  position: relative;
  padding-left: 50px;
  margin-bottom: 17px;
}

.fd-latest-update .r-icon::before {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background: url(../../images/bu/investment/rocket-heading-icon.svg) no-repeat;
}

.fd-latest-update + h2 {
  margin-top: 50px !important;
}

.fixed-return-plans {
  margin: 50px 0 0;
}

.fd-key-highlights {
  margin: 50px 0 0;
  position: relative;
}

.fd-key-highlights.full .key-highlight li {
  display: flex;
}

.fd-key-highlights .key-highlight {
  margin-top: 20px;
  border-radius: 10px;
  background: rgba(0, 101, 255, 0.05);
  padding: 40px 45px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .fd-key-highlights .key-highlight {
    padding: 15px 15px 120px;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.fd-key-highlights .key-highlight li {
  width: calc(33.33% - 45px);
  position: relative;
  padding-left: 79px;
  display: flex;
  flex-direction: column;
  min-height: 60px;
}

@media (max-width: 980px) {
  .fd-key-highlights .key-highlight li {
    width: 100%;
    display: none;
  }
}
@media (max-width: 980px) {
  .fd-key-highlights .key-highlight li:nth-child(-n+4) {
    display: flex;
  }
}
.fd-key-highlights .key-highlight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  background: var(--blue, linear-gradient(0deg, #3967ff 50%, #7268ff 100%));
}

.fd-key-highlights .key-highlight li .key-title {
  font-size: 18px;
  font-weight: 600;
}

.fd-key-highlights .key-highlight li p {
  font-size: 20px;
  color: rgba(37, 56, 88, 0.8);
  padding: 0;
  margin: 4px 0 0 0;
}

.fd-key-highlights .key-highlight li p sup {
  font-size: 12px;
}

.fd-key-highlights .key-highlight li span {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../images/bu/investment/key-highlight-sprite-img.png) no-repeat center 5px/50px;
  height: 60px;
  width: 60px;
}

.fd-key-highlights .key-highlight li span.deposit-tenure {
  background-position: center -294px;
}

.fd-key-highlights .key-highlight li span.minimum-deposit {
  background-position: center -245px;
}

.fd-key-highlights .key-highlight li span.maximum-deposit {
  background-position: center -396px;
}

.fd-key-highlights .key-highlight li span.age-limit {
  background-position: center -345px;
}

.fd-key-highlights .key-highlight li span.interest-payout-options {
  background-position: center -145px;
}

.fd-key-highlights .key-highlight li span.premature-withdrawal {
  background-position: center -195px;
}

.fd-key-highlights .key-highlight li span.loan-against-fd {
  background-position: center -95px;
}

.fd-key-highlights .key-highlight li span.auto-sweep {
  background-position: center -46px;
}

.fd-key-highlights .key-highlight li span.tds {
  background-position: center 6px;
}

.fd-key-highlights .key-highlight li span.popular-sbi-fd-schemes {
  background: url(../../images/bu/investment/key-highlight-sprite-img-schemes.png) no-repeat center 11px/37px;
  height: 60px;
  width: 60px;
}

.fd-key-highlights.full .moreplans::after {
  content: "View Less";
}

.fd-key-highlights .moreplans {
  display: none;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  color: #0065ff;
  width: 132px;
  height: 42px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #0065ff;
  background: #fff;
}

@media (max-width: 980px) {
  .fd-key-highlights .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
    bottom: 140px;
  }
}
.fd-key-highlights .moreplans::after {
  font-size: 16px;
  color: #0065ff;
  content: "View More";
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fd-key-highlights .key-disclaimer {
  font-size: 12px;
  margin: 12px 0;
}

.interest-rates-by-year {
  margin: 50px 0 0;
}

.interest-rates-by-year table.table-fd-rates tr td {
  width: 33.3%;
}

.interest-rates-by-year .heading-tab-list .tab {
  margin: 15px 0 20px;
  padding: 5px;
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  box-shadow: none;
  display: inline-flex;
  justify-content: flex-start;
  width: auto;
  align-items: center;
  border: 1px solid #e7e7e7;
}

.interest-rates-by-year .heading-tab-list .tab .tab-links {
  font-size: 12px;
  font-weight: 500;
  color: #253858;
  background: 0 0;
  border: 0;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.interest-rates-by-year .heading-tab-list .tab .tab-links.active {
  border-radius: 6px;
  background: #0065ff;
  color: #fff;
}

.interest-rates-by-year .tab-content-section .tab-content {
  display: none;
}

.interest-rates-by-year .tab-content-section .tab-content tr td strong {
  font-weight: 600;
}

.interest-rates-by-year .tab-content-section .tab-content.active {
  display: block;
}

.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 62px 15px 0 55px;
  position: relative;
  z-index: 1002;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new {
  background: #d1e7ff;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 371px;
  height: 221px;
  background-size: 371px;
  background: url(../../images/bu/investment/cloud-fd-top-exit-intent.png) no-repeat 0 0/371px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new::before {
    width: 203px;
    height: 121px;
    background-size: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 422px;
  height: 287px;
  background-size: 422px;
  background: url(../../images/bu/investment/cloud-fd-bottom-exit-intent.png) no-repeat 0 0/422px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new::after {
    width: 203px;
    height: 121px;
    background-size: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new .exit-intent-popup-content {
  position: relative;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new .exit-intent-popup-content {
    padding-top: 105px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new .exit-intent-popup-content::after {
  content: "";
  background: url(../../images/bu/investment/fd-page-exit-intent-banner.png) no-repeat 0 0/360px;
  width: 360px;
  height: 284px;
  display: flex;
  z-index: 1;
  position: absolute;
  right: -15px;
  bottom: 65px;
}

@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new .exit-intent-popup-content::after {
    background-size: contain;
    bottom: 40px;
    width: 238px;
    height: 193px;
    right: -12px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.fd-new .exit-intent-popup-content::after {
    width: 145px;
    height: 106px;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup {
    padding: 15px 12px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 375px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup {
    width: calc(100% - 12px);
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.fund {
  background: #d1e7ff;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-close {
  background: url(../../images/bu/exit-intent-popup-close.svg) no-repeat;
  border: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  background: -webkit-linear-gradient(0deg, #3967ff 50%, #7268ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 24px;
    margin: 12px 0 20px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 {
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 span {
  display: block;
  background: var(--blue, linear-gradient(0deg, #3967ff 50%, #7268ff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 47px;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: -2px;
}

@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 span {
    font-size: 38px;
    letter-spacing: normal;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content h2 span {
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .mid-detail-box {
  border-radius: 20px;
  border: 1px dashed #0065ff;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  text-align: left;
  max-width: 398px;
  color: #0a8a8c;
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .mid-detail-box {
    font-size: 21px;
    padding: 12px 11px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .mid-detail-box span:nth-child(2) {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin: 5px 0;
}

@media (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .mid-detail-box span:nth-child(2) {
    font-size: 32px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .viewplan-link {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 30px auto 10px;
    position: relative;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .disclaimer.right {
  text-align: right;
}

@media screen and (max-width: 860px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .disclaimer.right {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    text-align: right;
    z-index: 1;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-content .disclaimer.right {
    position: relative;
    text-align: center;
  }
}
.faq_accordian_wrapper {
  background: 0 0;
  padding: 0;
}

.faq_accordian_wrapper details {
  border-radius: 10px;
  padding: 0 18px 0 18px;
  border: 1px solid rgba(0, 101, 255, 0.5);
}

.faq_accordian_wrapper details[open] summary .arrow {
  right: 0;
}

.faq_accordian_wrapper details summary {
  border-radius: 10px;
  padding: 18px 0 18px 37px;
}

@media screen and (max-width: 980px) {
  .faq_accordian_wrapper details summary {
    padding: 18px 18px 18px 37px;
  }
}
.faq_accordian_wrapper details summary::before {
  content: "";
  background: url(../../images/bu/investment/faq-hand-icon.png) no-repeat 0 0/24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 18px;
}

.faq_accordian_wrapper details summary .arrow {
  right: 0;
}

.faq_accordian_wrapper details .tablink,
.faq_accordian_wrapper details div {
  padding: 15px 0 15px;
  border-top: 1px solid #d9d9d9;
}

.pagecontainer.layoutcenter.pagecontent.full-width {
  width: 100%;
  margin: 0;
  background-color: #f4f7fe;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget {
  margin: 0 auto;
  width: var(--page-max-width);
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company {
  padding: 30px 0 30px 0 !important;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .viewallLinkInsurer.single {
  justify-content: center;
  left: 0;
  position: relative;
  width: 100%;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .viewallLinkInsurer.single .showAllInsurer {
  position: relative;
  left: 0;
  font-size: 0px;
  display: flex;
  padding: 0;
  text-align: center;
  color: #0065ff;
  width: 199px;
  height: 52px;
  margin: 20px auto 0;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .viewallLinkInsurer.single .showAllInsurer::before {
  display: none;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .viewallLinkInsurer.single .showAllInsurer::after {
  font-size: 16px;
  color: #fff;
  content: "View More +";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .viewallLinkInsurer.single .showAllInsurer.lessInsurer::after {
  content: "View Less -";
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .insurer-by-company-title {
  justify-content: center;
  border-bottom: none;
}

@media screen and (max-width: 980px) {
  .pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company.with-tabs-new .insurer-by-company-title {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% + 10px) !important;
  }
}
.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content {
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content:has(.lessInsurer) .insurer-by-company-block {
  display: flex;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block {
  width: 31.5%;
  max-width: 100%;
  margin-right: 0;
  box-shadow: none;
  height: 50px;
  padding: 0 12px;
  align-items: flex-start;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 980px) {
  .pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block {
    width: 100%;
  }
}
.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:nth-child(-n+9) {
  display: flex;
}

@media screen and (max-width: 980px) {
  .pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:nth-child(-n+9) {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block:nth-child(-n+4) {
    display: flex;
  }
}
.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block .logo-place {
  display: none;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  margin: 0;
}

.pagecontainer.layoutcenter.pagecontent.full-width .full-linking-widget .blockContentCompany .insurer-by-company .insurer-by-company-content-tab-body .insurer-by-company-content .insurer-by-company-block::after {
  content: "";
  transform: rotate(45deg);
  display: flex;
  position: absolute;
  right: 15px;
  top: 20px;
  height: 10px;
  width: 10px;
  border-top: 0.15em solid #253858;
  border-right: 0.15em solid #253858;
}

.growth-strip:before {
  left: 5%;
}

.investment_footer_strip .ulip_v6 .guaranteedInvestList li {
  width: 51%;
}

.block_content_wrapper {
  margin: 0 auto;
  max-width: 1170px;
}

.block_content_wrapper img {
  max-width: 100%;
}

.block_content_wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

.block_content_wrapper h2 {
  font-size: 22px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
  color: #253858;
  font-weight: 600;
}

.block_content_wrapper p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.block_content_wrapper .data_ul {
  margin-left: 30px;
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}

.block_content_wrapper .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
  line-height: 26px;
}

.block_content_wrapper .data_ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.block_content_wrapper h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.block_content_wrapper table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.block_content_wrapper table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

.block_content_wrapper table tr td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}

.block_content_wrapper .textbanner {
  background: #ebf0ff;
  border: 2px dashed #0065ff;
  border-radius: 20px;
  opacity: 1;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 40px;
  color: #0662f6;
  font-size: 22px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper .textbanner {
    height: auto;
    display: block;
    font-size: 24px;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .block_content_wrapper .textbanner {
    font-size: 20px;
  }
}
.block_content_wrapper .textbanner strong {
  display: block;
}

.block_content_wrapper .textbanner .fdbanner_text {
  line-height: 28px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper .textbanner .fdbanner_text {
    margin-bottom: 10px;
    text-align: center;
  }
}
.block_content_wrapper .textbanner .knowmore {
  background: #fd4705;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.fd-interest-rates-conclusion {
  background: #f2f7ff;
  margin: 50px 0 0;
}

.fd-interest-rates-conclusion .container {
  background: 0 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 36px;
  padding: 32px 0 36px;
}

@media screen and (max-width: 1024px) {
  .fd-interest-rates-conclusion .container {
    padding: 32px 16px;
  }
}
.fd-interest-rates-conclusion .container.full .popular-search-list .popular-search {
  display: flex;
}

.fd-interest-rates-conclusion .container.full .moreplans::after {
  content: "View Less";
}

.fd-interest-rates-conclusion .container .moreplans {
  display: flex;
  text-align: center;
  color: #0065ff;
  width: 199px;
  height: 52px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .fd-interest-rates-conclusion .container .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
  }
}
.fd-interest-rates-conclusion .container .moreplans::after {
  font-size: 16px;
  color: #fff;
  content: "View More";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fd-interest-rates-conclusion .container .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .fd-interest-rates-conclusion .container .heading {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
  }
}
.fd-interest-rates-conclusion .container p {
  text-align: center;
  margin: 0 0 20px;
}

.fd-interest-rates-conclusion .container .popular-search-list {
  display: flex;
  flex-wrap: wrap;
}

.fd-interest-rates-conclusion .container .popular-search-list .popular-search {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  width: 31%;
  margin: 0 32px 28px 0;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.fd-interest-rates-conclusion .container .popular-search-list .popular-search:nth-child(3n) {
  margin-right: 0;
}

.fd-interest-rates-conclusion .container .popular-search-list .popular-search:nth-child(-n+9) {
  display: flex;
}

.fd-interest-rates-conclusion .container .popular-search-list .popular-search::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 820px) {
  .fd-interest-rates-conclusion .container .popular-search-list .popular-search {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fd-interest-rates-conclusion .container .popular-search-list .popular-search {
    width: 100%;
    margin: 0 0 16px;
  }
}
.leftcol-sticky.full {
  border: 0;
  padding: 0;
}

.pagecontent article.short.clm.fd-rates-main {
  padding: 0 !important;
}

.fd-table-bankwise {
  margin: 0 0 0 !important;
}

@media only screen and (max-width: 667px) {
  .fd-table-bankwise {
    margin: 0 0 !important;
  }
}
.fd-table-bankwise p {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 667px) {
  .fd-table-bankwise {
    box-shadow: none;
  }
}
.footable .tab-content-section .short {
  padding: 0 !important;
}

.footable .tab-content-section .leftcol-sticky {
  border: 0;
  padding: 0;
}

.footable .tab-content-section #bankwise_table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  border-collapse: separate;
  margin-bottom: 15px;
}

.footable .tab-content-section #bankwise_table tr {
  background: #fff;
}

@media only screen and (max-width: 667px) {
  .footable .tab-content-section #bankwise_table tr {
    border-bottom: none;
  }
}
.footable .tab-content-section #bankwise_table tr:nth-of-type(odd) {
  background: rgba(0, 101, 255, 0.05);
}

.footable .tab-content-section #bankwise_table tr:first-child td {
  color: #fff;
  border: 0;
  line-height: inherit;
  font-size: 14px;
  font-weight: 600;
}

.footable .tab-content-section #bankwise_table tr:first-child td.borde-yes.no-top .button {
  display: none;
}

.footable .tab-content-section #bankwise_table tr td {
  width: 33.33%;
  border-right: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  color: #253858;
}

@media only screen and (max-width: 667px) {
  .footable .tab-content-section #bankwise_table tr td {
    font-size: 14px;
  }
}
.footable .tab-content-section #bankwise_table tr td:first-child {
  font-size: 14px;
  font-weight: 500;
  padding: 17px 10px;
}

@media only screen and (max-width: 667px) {
  .footable .tab-content-section #bankwise_table tr td:first-child {
    font-size: 14px;
  }
}
.footable .tab-content-section #bankwise_table tr td:nth-child(2),
.footable .tab-content-section #bankwise_table tr td:nth-child(3) {
  justify-content: flex-start;
}

h2 + p + h2 {
  margin-top: 30px;
}

.fd-rate-table.full .moreplans::after {
  content: "View Less";
}

.fd-rate-table .moreplans {
  display: flex;
  text-align: center;
  color: #0065ff;
  width: 199px;
  height: 52px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .fd-rate-table .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
  }
}
.fd-rate-table .moreplans::after {
  font-size: 16px;
  color: #fff;
  content: "View More +";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fd-rate-comparison-table-wrapper.full .table-fd-rates tr {
  display: table-row;
}

.fd-rate-comparison-table-wrapper.full .table-fd-rates tr:nth-child(10) td:first-child {
  border-radius: 0 0 0 0;
}

.fd-rate-comparison-table-wrapper.full .table-fd-rates tr:nth-child(10) td:last-child {
  border-radius: 0 0 0 0;
}

.fd-rate-comparison-table-wrapper.full .moreplans::after {
  content: "View Less";
}

.fd-rate-comparison-table-wrapper .table-fd-rates tr {
  display: none;
}

.fd-rate-comparison-table-wrapper .table-fd-rates tr:nth-child(-n+10) {
  display: table-row;
}

.fd-rate-comparison-table-wrapper .table-fd-rates tr:nth-child(10) td:first-child {
  border-radius: 0 0 0 10px;
}

.fd-rate-comparison-table-wrapper .table-fd-rates tr:nth-child(10) td:last-child {
  border-radius: 0 0 10px 0;
}

.fd-rate-comparison-table-wrapper .moreplans {
  display: flex;
  text-align: center;
  color: #0065ff;
  width: 199px;
  height: 52px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .fd-rate-comparison-table-wrapper .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
  }
}
.fd-rate-comparison-table-wrapper .moreplans::after {
  font-size: 16px;
  color: #fff;
  content: "View More";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.faqsWrap ul li {
  font-size: 16px;
  color: #253858;
  margin: 0 0 16px 0;
  border-radius: 10px;
  padding: 0 20px;
  border: 1px solid rgba(0, 101, 255, 0.5);
}

.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul li li {
  background: 0 0;
}

.faqsWrap ul li:before {
  display: none;
}

.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4,
.faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 0 0 0;
}

.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h2 > span,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h4 > label,
.faqsWrap ul li h4 > span,
.faqsWrap ul li p > label,
.faqsWrap ul li p > span {
  color: #253858;
  padding: 14px 50px 14px 37px;
  display: block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
  background: 0 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  text-align: left !important;
}

.faqsWrap ul li .h2 > label:hover,
.faqsWrap ul li .h2 > span:hover,
.faqsWrap ul li .h3 > label:hover,
.faqsWrap ul li .h3 > span:hover,
.faqsWrap ul li .h4 > label:hover,
.faqsWrap ul li .h4 > span:hover,
.faqsWrap ul li h2 > label:hover,
.faqsWrap ul li h2 > span:hover,
.faqsWrap ul li h3 > label:hover,
.faqsWrap ul li h3 > span:hover,
.faqsWrap ul li h4 > label:hover,
.faqsWrap ul li h4 > span:hover,
.faqsWrap ul li p > label:hover,
.faqsWrap ul li p > span:hover {
  color: #253858;
}

.faqsWrap ul li .h2 > label::before,
.faqsWrap ul li .h2 > span::before,
.faqsWrap ul li .h3 > label::before,
.faqsWrap ul li .h3 > span::before,
.faqsWrap ul li .h4 > label::before,
.faqsWrap ul li .h4 > span::before,
.faqsWrap ul li h2 > label::before,
.faqsWrap ul li h2 > span::before,
.faqsWrap ul li h3 > label::before,
.faqsWrap ul li h3 > span::before,
.faqsWrap ul li h4 > label::before,
.faqsWrap ul li h4 > span::before,
.faqsWrap ul li p > label::before,
.faqsWrap ul li p > span::before {
  content: "";
  background: url(../../images/bu/investment/faq-hand-icon.png) no-repeat 0 0/24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 18px;
}

.faqsWrap ul li .h2 > label::after,
.faqsWrap ul li .h2 > span::after,
.faqsWrap ul li .h3 > label::after,
.faqsWrap ul li .h3 > span::after,
.faqsWrap ul li .h4 > label::after,
.faqsWrap ul li .h4 > span::after,
.faqsWrap ul li h2 > label::after,
.faqsWrap ul li h2 > span::after,
.faqsWrap ul li h3 > label::after,
.faqsWrap ul li h3 > span::after,
.faqsWrap ul li h4 > label::after,
.faqsWrap ul li h4 > span::after,
.faqsWrap ul li p > label::after,
.faqsWrap ul li p > span::after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 22px;
}

.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li h4 > span[flag=up],
.faqsWrap ul li p > label[flag=up],
.faqsWrap ul li p > span[flag=up] {
  background: 0 0;
  padding-bottom: 14px;
  border-radius: 8px;
}

.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after,
.faqsWrap ul li p > label[flag=up]::after,
.faqsWrap ul li p > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div,
.faqsWrap ul li p + div {
  padding: 0;
  margin-top: 8px;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 0;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: rgba(37, 56, 88, 0.8);
  background: 0 0;
  text-align: left !important;
}

.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8);
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
  color: rgba(37, 56, 88, 0.8);
}

.faqsWrap ul .data_ul li:before {
  content: none;
}

.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: rgba(37, 56, 88, 0.8);
  border-radius: 100%;
}

.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8);
  margin: 5px 0 15px 13px;
  position: relative;
}

.faqsWrap ul .data_ol li p {
  color: rgba(37, 56, 88, 0.8);
}

.faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.stickyfooter.new .sticky .stickyinfowrapper_custome .left p.line-content-fd-sticky {
  color: #fff;
  margin: 0 0 0 230px;
  font-size: 20px;
  max-width: 280px;
}

@media (max-width: 980px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left p.line-content-fd-sticky {
    margin: 0 0 10px;
    font-size: 16px;
    max-width: 75%;
  }
}
.topFdDynamicPlans .heading-wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-title {
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: none;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #253858;
  font-size: 26px;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-title strong {
  color: #0065ff;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading {
  display: flex;
  margin: 10px 0 10px;
  background: #fff;
  min-height: 45px;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 20px;
  width: 75%;
  max-width: 528px;
}
@media (max-width: 767px) {
  .topFdDynamicPlans .heading-wrap .new-top-plans-subheading {
    width: calc(100% - 20px);
    padding: 12px;
    height: auto;
  }
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div {
  font-size: 14px;
  align-items: center;
  display: flex;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 0px;
  color: #757575;
}
@media (max-width: 767px) {
  .topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div {
    font-size: 11px;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
  }
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div:last-child::before {
  display: none;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #bebdbd;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div:first-child {
  width: 200px;
  margin-right: 20px;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div:nth-child(2) {
  width: 144px;
  margin-right: 20px;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div:nth-child(3) {
  width: 100px;
  margin-right: 20px;
}
.topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div p {
  color: #0065ff;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 0 3px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .topFdDynamicPlans .heading-wrap .new-top-plans-subheading > div p {
    font-size: 14px;
    margin: 0px;
  }
}

.breadcrumbinner .breadcrumb {
  max-width: 1140px;
}

.form-tab .registration_check .dropdown {
  position: relative;
  width: 85px;
  margin-left: 24px;
}
.form-tab .registration_check .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
}
.form-tab .registration_check .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 18px;
  height: 36px;
  margin-top: 0px;
  width: 85px;
  border: none;
}
.form-tab .registration_check .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.form-tab .registration_check .dropdown .dropdown-list.show {
  display: block !important;
}
.form-tab .registration_check .dropdown .dropdown-list .closeCountry {
  display: none;
}
.form-tab .registration_check .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.form-tab .registration_check .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .form-tab .registration_check .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.form-tab .registration_check .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border: 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  border-radius: 0px;
}
.form-tab .registration_check .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .form-tab .registration_check .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:before, .form-tab .registration_check .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .form-tab .registration_check .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.form-tab .registration_check .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .form-tab .registration_check .code-number {
    margin: 10px 0 0;
  }
}
.form-tab .registration_check .code-number #countryCode {
  max-width: 65px;
  padding: 0px 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .form-tab .registration_check .code-number #countryCode {
    max-width: 54px;
  }
}
.form-tab .registration_check .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .form-tab .registration_check .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.form-tab .registration_check .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 10px;
  height: 100%;
}
.form-tab .registration_check .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.form-tab .registration_check .code-number .mobileNumber input:focus + .feildLable,
.form-tab .registration_check .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}