img {
  max-width: 100%;
}

#policybazaar .articleWrapper {
  max-width: 1170px;
}

#forex .bluebg.pos.goldpage,
#forex .defaultBg,
#forex .greybg,
#forex .lisOfBank.half,
#forex .tagbox {
  display: block;
}

.trend-of-gold .table-section tr td .view-plan-link {
  font-size: 16px;
  font-weight: 600;
  color: #0065ff;
  text-decoration: underline;
  white-space: nowrap;
}

.trend-of-gold .table-section.view-table table tr td {
  width: 25%;
}

.trend-of-gold .table-section.view-table table tr td:nth-child(2) {
  max-width: 196px;
  min-width: 196px;
}

.trend-of-gold .table-section.view-table.active table tr:nth-child(5) td:first-child {
  border-radius: 0;
}

.trend-of-gold .table-section.view-table.active table tr:nth-child(5) td:last-child {
  border-radius: 0;
}

@media (max-width: 980px) {
  .trend-of-gold .table-section.view-table table {
    min-width: 700px;
  }
}
.trend-of-gold .table-section.view-table table tr:nth-child(5) td:first-child {
  border-radius: 0 0 0 0.4em;
}

.trend-of-gold .table-section.view-table table tr:nth-child(5) td:last-child {
  border-radius: 0 0 0.4em 0;
}

.trend-of-gold .table-section.view-table tr {
  display: none;
}

.trend-of-gold .table-section.view-table tr:nth-child(-n+5) {
  display: table-row;
}

.trend-of-gold .table-section.view-table.active table {
  border-bottom: none;
}

.trend-of-gold .table-section.view-table.active tr {
  display: table-row;
}

.trend-of-gold .table-section .morecontent-new {
  text-align: center;
  margin: 20px 0;
  display: block;
}

.trend-of-gold .table-section .morecontent-new .read-more-btn,
.trend-of-gold .table-section .morecontent-new span {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 130px;
  margin: 0 auto;
  padding: 10px 8px;
  border-radius: 4px;
}

.trend-of-gold .table-section .morecontent-new .read-more-btn .arrow,
.trend-of-gold .table-section .morecontent-new span .arrow {
  border: solid #fff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.table-section table {
  width: 100%;
  border-spacing: 0px;
  margin: 0 auto 10px;
  border-collapse: separate;
  background: #fff;
  border-radius: 0.4em;
}

@media (max-width: 568px) {
  .table-section table {
    background: rgba(0, 101, 255, 0.0509803922);
  }
}
@media (max-width: 568px) {
  .table-section table {
    margin: 0 auto 10px;
  }
}
.table-section table tr:first-child {
  border-top: none;
  background: #253858;
  color: #fff;
}

.table-section table tr:first-child td {
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.table-section table tr:first-child td:first-child {
  border-top-left-radius: 0.4em;
  border-left: none;
}

.table-section table tr:first-child td:last-child {
  border-top-right-radius: 0.4em;
  border-right: none;
}

.table-section table tr:first-child td span.red-text {
  color: #ff6161;
}

.table-section table tr:first-child td span {
  white-space: nowrap;
}

.table-section table tr:first-child td strong {
  color: #fff;
}

.table-section table tr:last-child td {
  border-bottom: 1px solid rgba(37, 56, 88, 0.2);
}

.table-section table tr:last-child td:first-child {
  border-radius: 0 0 0 0.4em;
}

.table-section table tr:last-child td:last-child {
  border-radius: 0 0 0.4em 0;
}

.table-section table tr {
  border-top: 1px solid rgba(37, 56, 88, 0.2);
}

.table-section table tr:last-child {
  border-radius: 0 0 0.4em 0.4em;
}

.table-section table td {
  padding: 12px 16px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.9);
  height: 54px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid rgba(37, 56, 88, 0.2);
  border-left: 1px solid rgba(37, 56, 88, 0.2);
  position: relative;
}

@media (max-width: 980px) {
  .table-section table td {
    padding: 10px 8px;
    font-size: 14px;
    vertical-align: baseline;
  }
}
@media (max-width: 980px) {
  .table-section table td:first-child {
    min-width: 90px;
  }
  .trend-of-gold .table-section table td:first-child {
    min-width: 130px;
  }
}
.table-section table td:last-child {
  border-right: 1px solid rgba(37, 56, 88, 0.2);
  min-width: 160px;
}

@media (max-width: 980px) {
  .table-section table td:last-child {
    min-width: inherit;
  }
}
.table-section table td strong {
  color: #253858;
  font-weight: 700;
}

.table-section table td strong.gold-icon-img {
  background: url(../../images/gold-icon-bg.svg) no-repeat 0 0/33px;
  padding: 5px 0 7px 45px;
}

@media (max-width: 980px) {
  .table-section table td strong.gold-icon-img {
    background-size: 17px;
    position: relative;
    display: flex;
    padding: 0 0 7px 23px;
  }
}
.table-section table td .red-text {
  color: #ff6161;
  font-weight: 600;
}

.table-section table td .greenText {
  color: #53ba28;
  font-weight: 600;
}

.table-section table .button {
  border-radius: 4px;
  background: #0065ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: none;
}

@media (max-width: 1024px) {
  .table-section table {
    min-width: 100%;
  }
}
.gold-banner {
  min-height: 420px;
  margin: 10px 0 0;
  background: url(../../images/gold-coin-banner-bg.png) no-repeat center bottom, #fff7e5;
  background-size: cover;
  padding: 20px 20px 25px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.gold-banner .filter-box-wrapper {
  width: 75%;
}
@media (max-width: 1023px) {
  .gold-banner .filter-box-wrapper {
    width: 100%;
  }
}
.gold-banner .gold-banner-top {
  width: 25%;
  max-width: 254px;
}
@media (max-width: 1023px) {
  .gold-banner .gold-banner-top {
    width: 100%;
  }
}
.gold-banner .live-tags {
  position: absolute;
  right: 20px;
  display: flex;
  top: 30px;
  gap: 16px;
}
@media (max-width: 1023px) {
  .gold-banner .live-tags {
    right: 23%;
    top: 70px;
  }
}
.gold-banner .live-tags .tag-box {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 10px 17px;
  border-radius: 30px;
  position: relative;
  font-size: 12px;
  gap: 6px;
  font-weight: 500;
  align-items: center;
  display: flex;
}

.loader-2 {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.loader-2::after,
.loader-2::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF504F;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader2 2s linear infinite;
}

.loader-2::after {
  animation-delay: 1s;
}

@keyframes animloader2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.gold-banner .table-section table {
  background: #fff;
}

.gold-banner .heading-with-tab {
  text-align: left;
  width: 100%;
  max-width: 100px;
  position: absolute;
  top: 34px;
}

@media (max-width: 1024px) {
  .gold-banner {
    padding: 15px;
    border-radius: 0;
    width: calc(100% + 24px);
    margin-left: -15px;
  }
  .gold-banner .heading-with-tab {
    text-align: center;
    margin: 10px 0 0;
    top: 0;
    position: relative;
    left: 23%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.gold-banner .heading-with-tab .different-plans {
  background: rgba(0, 101, 255, 0.1019607843);
  border-radius: 24px;
  padding: 5px 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}

@media (max-width: 980px) {
  .gold-banner .heading-with-tab .different-plans {
    margin: 0 0 10px;
  }
}
.gold-banner .heading-with-tab .different-plans li {
  color: #253858;
  padding: 7px 5px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 5px;
  cursor: pointer;
}

.gold-banner .heading-with-tab .different-plans li.active {
  background: #0065ff;
  color: #fff;
}

.gold-banner .filter-box-wrapper .filterBlock {
  display: none;
}

.gold-banner .filter-box-wrapper .filterBlock.active {
  display: block;
}

.ff-heading {
  width: 100%;
}
@media (max-width: 1024px) {
  .ff-heading {
    width: 100%;
  }
}

.ff-heading.active .textlight span {
  display: inline;
}

.ff-heading .alignleft {
  max-width: 100%;
  margin: 0;
}

.ff-heading .alignleft h1 {
  color: #253858;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  margin: 30px 0 10px;
}

@media (max-width: 980px) {
  .ff-heading .alignleft h1 {
    font-size: 24px;
    margin: 10px 0 10px;
    text-align: left;
  }
}
.ff-heading .alignleft h1::before {
  content: "";
  background: url(../../images/gold-icon-bg.svg) no-repeat right 6px;
  display: inline-flex;
  width: 39px;
  height: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

@media (max-width: 980px) {
  .ff-heading .alignleft h1::before {
    background-size: 26px;
    width: 26px;
    height: 30px;
  }
}
.ff-heading .textlight {
  display: block;
  text-align: left;
  margin: 5px 0 15px;
  color: rgba(37, 56, 88, 0.9);
}

@media (max-width: 980px) {
  .ff-heading .textlight {
    text-align: left;
  }
}
.ff-heading .textlight span {
  display: inline;
}

@media (max-width: 980px) {
  .ff-heading .textlight span {
    display: none;
  }
}
.ff-heading .textlight .restcontent {
  display: none;
}

.ff-heading .textlight .restcontent.active {
  display: inline;
}

.ff-heading .textlight .morecontent-topfold {
  color: #0065ff;
  cursor: pointer;
  display: inline;
  text-decoration: underline;
  margin-left: 4px;
}

.heading-left-gold {
  font-size: 26px;
  margin-top: 0;
  font-weight: 700;
  color: #253858;
  margin-bottom: 15px;
}

@media (max-width: 980px) {
  .heading-left-gold {
    font-size: 24px;
  }
}
.heading-left-gold sup {
  font-size: 10px;
  top: -5px;
  position: relative;
}

.alternative-physical-gold {
  margin: 30px 0 0;
}

.alternative-physical-gold p {
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 20px;
  line-height: 24px;
}

.alternative-physical-gold .list-with-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.alternative-physical-gold .list-with-icon li {
  color: rgba(37, 56, 88, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 47px;
  margin: 0 0 24px;
  width: 100%;
  position: relative;
}

@media (max-width: 980px) {
  .alternative-physical-gold .list-with-icon li:last-child {
    margin-bottom: 0;
  }
}
.alternative-physical-gold .list-with-icon li p {
  margin-bottom: 0;
}

.alternative-physical-gold .list-with-icon li .count {
  background: rgba(0, 101, 255, 0.1);
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #0065ff;
  position: absolute;
  left: 0;
}

.alternative-physical-gold .list-with-icon li .heading {
  color: #253858;
  margin: 5px 0 10px;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.alternative-physical-gold .list-with-icon li .sub-bullet-point {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.alternative-physical-gold .list-with-icon li .sub-bullet-point li {
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0 0 2px 12px;
}

.alternative-physical-gold .list-with-icon li .sub-bullet-point li::before {
  content: "";
  top: 10px;
  display: inline-flex;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(37, 56, 88, 0.8980392157);
  position: absolute;
  left: 0;
}

.trend-of-gold {
  padding: 30px 0 0 0;
}

@media (max-width: 980px) {
  .trend-of-gold {
    margin: 30px 0 0 0;
    padding: 0;
  }
}
.show-lead-form {
  cursor: pointer;
}

.mid-banner {
  margin: 0;
}

@media (max-width: 980px) {
  .mid-banner {
    margin: 20px 0 0 0;
  }
}
.gold-rates-various-cities:has(.active) .var-city-list {
  display: flex !important;
}

.gold-rates-various-cities .var-city {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 20px;
}
.gold-rates-various-cities .var-city.gold-lang-page .var-city-list .var-city-img {
  padding: 12px 0 27px 0px;
  background-image: none !important;
}

.gold-rates-various-cities .var-city .var-city-list {
  border-bottom: 1px solid rgba(37, 56, 88, 0.3019607843);
  width: 47%;
  position: relative;
  display: none;
}

@media (max-width: 980px) {
  .gold-rates-various-cities .var-city .var-city-list {
    width: 100%;
  }
}
.gold-rates-various-cities .var-city .var-city-list:nth-child(-n+6) {
  display: flex;
}

.gold-rates-various-cities .var-city .var-city-list::after {
  content: "";
  display: flex;
  top: 30px;
  right: 0;
  width: 9px;
  height: 12px;
  position: absolute;
  background: url(../../images/var-city-arrow.svg) no-repeat 0 0/100%;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img {
  padding: 12px 0 27px 86px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img span {
  display: flex;
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 16px;
  line-height: 24px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img span.city-2 {
  font-size: 16px;
  color: #253858;
  font-weight: 700;
  line-height: inherit;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.chennai-city {
  background: url(../../images/chennai-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.delhi-city {
  background: url(../../images/delhi-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.banglore-city {
  background: url(../../images/banglore-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.kolkata-city {
  background: url(../../images/kolkata-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.hyderabad-city {
  background: url(../../images/hyderabad-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.pune-city {
  background: url(../../images/pune-var-city.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.kota-city {
  background: url(../../images/bu/health/different-cities-kota-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.gurgaon-city {
  background: url(../../images/bu/health/different-cities-gurgaon-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.indore-city {
  background: url(../../images/bu/health/different-cities-indore-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.bhopal-city {
  background: url(../../images/bu/health/different-cities-bhopal-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.chandigarh-city {
  background: url(../../images/bu/health/different-cities-chandigarh-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.vadodara-city {
  background: url(../../images/bu/health/different-cities-vadodara-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.jaipur-city {
  background: url(../../images/bu/health/different-cities-jaipur-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .var-city .var-city-list .var-city-img.lucknow-city {
  background: url(../../images/bu/health/different-cities-lucknow-img.png) no-repeat 0 0/66px;
}

.gold-rates-various-cities .morecontent-new {
  text-align: center;
  margin: 20px 0;
  display: block;
}

.gold-rates-various-cities .morecontent-new .read-more-btn,
.gold-rates-various-cities .morecontent-new span {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 130px;
  margin: 0 auto;
  padding: 10px 8px;
  border-radius: 4px;
}

.gold-rates-various-cities .morecontent-new .read-more-btn .arrow,
.gold-rates-various-cities .morecontent-new span .arrow {
  border: solid #fff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.faq-gold-wrapper {
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .faq-gold-wrapper {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.faq-gold-wrapper .faq-centr details[open].style3 > summary:before {
  transform: rotate(225deg);
  top: 10px;
}

.faq-gold-wrapper .faq-centr details.style3 {
  background: rgba(0, 101, 255, 0.0509803922);
  padding: 13px 20px;
  margin: 0 0 13px;
  border-radius: 6px;
}

.faq-gold-wrapper .faq-centr details.style3 summary {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 30px;
  color: #253858;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .faq-gold-wrapper .faq-centr details.style3 summary {
    padding: 0 18px 0 30px;
  }
}
.faq-gold-wrapper .faq-centr details.style3 summary::after {
  content: "";
  background: url(../../images/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: 0;
}

.faq-gold-wrapper .faq-centr details.style3 summary::before {
  content: "";
  border: solid #0065ff;
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  right: 0;
  top: 3px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

.faq-gold-wrapper .faq-centr details.style3 summary .hicon {
  background: url(../../images/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: 0;
}

.faq-gold-wrapper .faq-centr details.style3 .acc_content {
  border-top: 1px solid rgba(37, 56, 88, 0.3019607843);
  font-size: 16px;
  font-weight: 400;
  margin: 13px 0 0 0;
  padding: 8px 0 0 0;
}

.faq-gold-wrapper .faq-centr details.style3 .acc_content p {
  margin: 0;
  color: rgba(37, 56, 88, 0.8980392157);
  line-height: 24px;
}

.left-right-content-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .left-right-content-wrap {
    flex-direction: column;
  }
}
.left-right-content-wrap:has(.gold-rhs-parent) .col-lg-9 {
  width: 69%;
}

@media (max-width: 1024px) {
  .left-right-content-wrap .col-lg-9.col-sm-8 {
    padding: 0;
    width: 100%;
  }
}
.left-right-content-wrap .contentPart {
  padding-right: 25px;
}

@media (max-width: 980px) {
  .left-right-content-wrap .contentPart {
    padding: 0;
  }
}
.left-right-content-wrap .contentPart + p + .trend-of-gold {
  padding: 0;
}

.left-right-content-wrap .col-lg-3.col-sm-4:has(.gold-rhs-parent) {
  padding: 0;
  width: 28%;
}

@media (max-width: 980px) {
  .left-right-content-wrap .col-lg-3.col-sm-4:has(.gold-rhs-parent) {
    width: 100%;
  }
}
.left-right-content-wrap .col-lg-3.col-sm-4 .gold-rhs-parent {
  margin: 50px 0 0;
}

.exit-in-gold {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  opacity: 0;
  top: 0;
  z-index: -1;
}

.exit-in-gold.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-in-gold .exit-in-gold-centr {
  position: absolute;
  padding: 50px 20px 62px 65px;
  transform: translate(-50%, -50%);
  background: #F2FAFF;
  overflow: hidden;
  min-height: 300px;
  max-width: 860px;
  top: 50%;
  left: 50%;
  width: 94%;
  border-radius: 20px;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr {
    background-size: 87px;
  }
}
.exit-in-gold .exit-in-gold-centr::before {
  content: "";
  background: url(../../images/bu/investment/blue-eclipse-gold.png) no-repeat 0 0/226px;
  height: 242px;
  width: 226px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr::before {
    width: 171px;
    height: 183px;
    background-size: 171px;
  }
}
.exit-in-gold .exit-in-gold-centr .text-1 {
  color: rgba(37, 56, 88, 0.9490196078);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  max-width: 435px;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .text-1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.exit-in-gold .exit-in-gold-centr .text-1 .sea-grn {
  color: #00B396;
}
.exit-in-gold .exit-in-gold-centr .description {
  font-size: 24px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.9490196078);
  margin: 0px 0 10px 0;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .description {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.exit-in-gold .exit-in-gold-centr p.details-2 {
  background: #fff;
  padding: 15px;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  margin: 25px 0 0 0;
}
@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr p.details-2 {
    width: 85%;
    flex-wrap: wrap;
  }
}
.exit-in-gold .exit-in-gold-centr p.details-2 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 600;
}
.exit-in-gold .exit-in-gold-centr p.details-2 span.medium {
  font-size: 22px;
  font-weight: 600;
}
.exit-in-gold .exit-in-gold-centr p.details-2 span.small {
  font-size: 18px;
  font-weight: 600;
}
.exit-in-gold .exit-in-gold-centr .pointer {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.exit-in-gold .exit-in-gold-centr .pointer li {
  font-size: 22px;
  padding: 5px 0 0 40px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.9490196078);
  line-height: 30px;
  position: relative;
}
.exit-in-gold .exit-in-gold-centr .pointer li.long-term-gold {
  background: url(../../images/bu/investment/long-term-growth-gold-icon.png) no-repeat 0 0/30px;
}
.exit-in-gold .exit-in-gold-centr .pointer li.life-cover-gold {
  background: url(../../images/bu/investment/life-cover-gold-icon.png) no-repeat 0 0/30px;
  margin-top: 30px;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .pointer li.life-cover-gold {
    margin-top: 25px;
  }
}

@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr {
    padding: 31px 16px 25px;
  }
}
@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr {
    padding: 51px 16px 30px;
  }
}
.exit-in-gold .exit-in-gold-centr .exit-intent-popup-close {
  background: url(../../images/bu/exit-intent-popup-close.svg) no-repeat;
  border: 0;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-size: 100%;
}

.exit-in-gold .exit-in-gold-centr .sub-row-2 {
  margin: 72px auto 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26) 0, rgba(255, 255, 255, 0) 52.27%, rgba(255, 255, 255, 0.26) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 8px;
  border-radius: 4px;
}

.exit-in-gold .exit-in-gold-centr .sub-row-2::after {
  content: "";
  margin: 0 0 0 3px;
  height: 30px;
  width: 30px;
  background: url(../../images/bu/investment/gold-icon-white.png) no-repeat 0 0/30px;
}

@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .sub-row-2 {
    margin: 55px auto 10px;
    font-size: 16px;
    width: 235px;
    padding: 4px 10px;
  }
}
.exit-in-gold .exit-in-gold-centr .gold-exit-row-2 {
  background: linear-gradient(180deg, #ffe2a0 0, #ffd475 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  text-align: center;
  font-size: 40px;
  justify-content: center;
  font-weight: 600;
  color: transparent;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .gold-exit-row-2 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr .gold-exit-row-2 {
    margin: 0 auto;
    width: 80%;
    font-size: 33px;
  }
}
.exit-in-gold .exit-in-gold-centr .gold-exit-row-2 sup {
  font-size: 24px;
  margin: 0 4px 0 0;
}

.exit-in-gold .exit-in-gold-centr .view-plan-btn-gold {
  margin: 34px 0 0 0;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr .view-plan-btn-gold {
    justify-content: center;
    margin-top: 93px;
  }
}

.exit-in-gold .exit-in-gold-centr .view-plan-btn-gold span {
  background: #0065ff;
  color: #fff;
  cursor: pointer;
  width: 249px;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr .view-plan-btn-gold span {
    height: 48px;
    font-size: 16px;
  }
}
.exit-in-gold .exit-in-gold-centr .eclipse-right {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.exit-in-gold .exit-in-gold-centr .eclipse-right::after {
  content: "";
  position: absolute;
  height: 172px;
  width: 160px;
  bottom: 0;
  right: 0;
  background: url(../../images/bu/investment/gold-eclipse-gold.png) no-repeat right bottom/160px;
}
@media (max-width: 568px) {
  .exit-in-gold .exit-in-gold-centr .eclipse-right::after {
    background-size: 87px;
    height: 93px;
    width: 87px;
  }
}
.exit-in-gold .exit-in-gold-centr .eclipse-right::before {
  content: "";
  background: url(../../images/bu/investment/gold-exit-intent-bg-3.png) no-repeat right bottom/337px;
  height: 332px;
  width: 337px;
  border-radius: 0 0 0px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 980px) {
  .exit-in-gold .exit-in-gold-centr .eclipse-right::before {
    background-size: 171px;
    height: 140px;
    width: 171px;
    bottom: 70px;
    right: 0px;
  }
}

.card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.card.insurers {
  transition: all 0.3s ease-in;
  padding: 0;
}

.card.insurers .card-heading {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

.card.insurers .insurerBlock_plan {
  align-items: center;
  margin-bottom: 0;
  position: relative;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 18px 15px 5px;
}

.card.insurers .insurerBlock_plan .insurer_plan {
  font-weight: 200;
  font-size: 16px;
  color: rgba(23, 43, 77, 0.4);
  width: calc(100% - 30px);
  margin-left: 10px;
}

.card.insurers .insurerBlock_plan .insurer_plan span {
  font-weight: 400;
  color: #253858;
  display: block;
  transition: color ease-in 0.3s;
}

.card.insurers .insurerBlock_plan::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.card.insurers .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.card.insurers .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.card.insurers .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.card.insurers .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.card.insurers .insurerBlock .insurerName span.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
  line-height: 22px;
}

.card.insurers .insurerBlock .insurerName span.stateCheck i {
  font-style: normal;
}

.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 1;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
}

.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow.open:after {
  width: 0;
  height: 0;
}

.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow::after,
.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow::before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow::before {
  transform: rotate(90deg);
}

.card.insurers .insurerBlock .insurerName span.stateCheck .linkshow::after {
  transform: rotate(0);
}

.card.calculator {
  transition: all 0.3s ease-in;
  padding: 0;
  margin: 40px 0;
}

.card.calculator.no-icon-img .calculatorsList li a {
  padding: 12px 32px 12px 20px;
}

.card .card_heading {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

.card .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 5px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

.card .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.card .calculatorsList li {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.card .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.card .calculatorsList li .checkItem_list .stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.card .calculatorsList li .checkItem_list .stateCheck {
  padding-left: 0;
}

.card .calculatorsList li .checkItem_list .stateCheck i {
  font-style: normal;
}

.card .calculatorsList li .checkItem_list .stateCheck .linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
}

.card .calculatorsList li .checkItem_list .stateCheck .linkshow.open:after {
  width: 0;
  height: 0;
}

.card .calculatorsList li .checkItem_list .stateCheck .linkshow::after,
.card .calculatorsList li .checkItem_list .stateCheck .linkshow::before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.card .calculatorsList li .checkItem_list .stateCheck .linkshow::before {
  transform: rotate(90deg);
}

.card .calculatorsList li .checkItem_list .stateCheck .linkshow::after {
  transform: rotate(0);
}

.card .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 32px 12px 61px;
  display: block;
  position: relative;
}

.card .calculatorsList li a::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 19px;
}

.card .calculatorsList li a.silver-img-icon {
  background-image: url("../../images/silver-icon-rhs.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 25px center;
  width: auto;
  height: auto;
}

.card .calculatorsList .allCalc {
  background-image: url("../../images/caculator-sprite-new.png");
  background-repeat: no-repeat;
  background-size: 36px;
  width: auto;
  height: auto;
}

.card .calculatorsList .allCalc.fire {
  background-position: 12px -174px;
}

.card .calculatorsList .allCalc.emi {
  background-position: 12px 5px;
}

.card .calculatorsList .allCalc.income_tax {
  background-position: 12px -318px;
}

.card .calculatorsList .allCalc.compound_interest {
  background-position: 12px -211px;
}

.card .calculatorsList .allCalc.saving {
  background-position: 8px -45px;
}

.card .calculatorsList .allCalc.human_life_value {
  background-position: 8px -863px;
}

.card .calculatorsList .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.card .calculatorsList .allCalc.car_insurance {
  background-position: 8px -234px;
}

.card .calculatorsList .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.card .calculatorsList .allCalc.other,
.card .calculatorsList .allCalc.travel {
  background-position: 8px -672px;
}

.card .calculatorsList .allCalc.lic,
.card .calculatorsList .allCalc.premium {
  background-position: 8px -476px;
}

.card .calculatorsList .allCalc.ulip {
  background-position: 22px 12px;
  background-size: 21px;
  background-image: url("../../images/ulip-calculator-sprite.png");
}

.card .calculatorsList .allCalc.life_insurance {
  background-position: 8px -332px;
}

.card .calculatorsList .allCalc.sip {
  background-position: 12px -283px;
}

.card .calculatorsList .allCalc.fd {
  background-position: 12px -110px;
  background-size: 38px;
}

.card .calculatorsList .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.card .calculatorsList .allCalc.lumpsup {
  background-position: 12px -31px;
}

.card .calculatorsList .allCalc.annuity {
  background-position: 12px -1193px;
}

.card .calculatorsList .allCalc.ppf {
  background-position: 12px -155px;
  background-size: 40px;
}

.card .calculatorsList .allCalc.npscalc {
  background-position: 12px -247px;
}

.card .calculatorsList .allCalc.bg-13 {
  background-position: -10px -824px;
}

.card .calculatorsList .allCalc.bg-16 {
  background-position: -10px -872px;
}

.card .calculatorsList .allCalc.retirement {
  background-position: 12px -354px;
}

.card .calculatorsList .allCalc.investment {
  background-position: 12px -67px;
  float: none;
  background-image: url(../../images/caculator-sprite-new.png);
}

.card .calculatorsList .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.card .calculatorsList .allCalc.bg-21 {
  background-position: -10px -1064px;
}

@keyframes popup-mobile {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.floatingPopupDiv {
  position: relative;
}

.floatingPopupDiv .build-in-cover {
  display: none;
}

.floatingPopupDiv.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 100000;
}

.floatingPopupDiv.overlay.open,
.floatingPopupDiv.overlay.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .floatingPopupDiv.overlay.open .floatpanel,
  .floatingPopupDiv.overlay.show .floatpanel {
    animation: popup-mobile 0.4s linear forwards;
    overflow: hidden;
  }
}
.floatingPopupDiv .floatpanel {
  max-height: 450px !important;
  overflow-y: scroll !important;
  margin: 70px auto;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  width: 414px;
  position: relative;
  padding: 32px;
}

.floatingPopupDiv .floatpanel .video-play {
  min-height: 403;
}

@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel .video-play {
    min-height: auto;
  }
}
.floatingPopupDiv .floatpanel .spinnerload {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #9df) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
.floatingPopupDiv .floatpanel.video-on {
  width: 100%;
  position: relative;
  padding: 32px;
  height: auto;
  max-width: 700px;
}

.floatingPopupDiv .floatpanel.video-on .spinnerload {
  display: none;
}

.floatingPopupDiv .floatpanel.video-on iframe {
  width: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel.video-on {
    position: absolute;
  }
}
@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel {
    margin: 70px auto;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    width: 414px;
    position: relative;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    bottom: -100%;
    margin: 0 auto;
    position: absolute;
    height: 80vh;
    border-radius: 12px 12px 0 0;
    padding: 32px 16px 12px;
  }
}
@media (max-width: 360px) {
  .floatingPopupDiv .floatpanel {
    padding: 40px 12px 10px;
  }
}
.floatingPopupDiv .floatpanel .cus520 {
  width: 100%;
}

.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
}

.floatingPopupDiv .floatpanel .close:hover {
  opacity: 1;
}

.floatingPopupDiv .floatpanel .content .flexbox-right.form-content,
.floatingPopupDiv .floatpanel .content .flexbox-right.form-content.sticky {
  position: relative;
  margin: 0;
  box-shadow: none;
  width: 100%;
  padding: 0;
  border: none;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
}

.floatingPopupDiv .floatpanel .form-tab {
  position: relative;
}

.floatingPopupDiv .floatpanel .form-tab .common-navigation-tab {
  width: 100%;
}

.floatingPopupDiv .floatpanel .form-tab .h2,
.floatingPopupDiv .floatpanel .form-tab h2 {
  margin: 0;
  font-size: 24px;
  width: 360px;
}

.floatingPopupDiv .floatpanel .form-tab .skeleton-box.left {
  min-width: 350px;
  height: 48px;
}

.floatingPopupDiv .floatpanel .form-tab .term-bg {
  width: 100%;
}

.floatingPopupDiv .floatpanel .form-tab .termform_v1 {
  position: relative;
}

@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .form-tab .termform_v1 {
    border: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel .form-tab .termform_v1 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
    min-height: initial;
    display: block;
    height: 70vh;
    border-radius: 0;
  }
}
.floatingPopupDiv .floatpanel .form-tab .h3,
.floatingPopupDiv .floatpanel .form-tab h3 {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  height: 54px;
  width: 100%;
  font-size: 20px;
}

.floatingPopupDiv .floatpanel .form-tab .genderselect .male {
  width: 70px;
  height: 24px;
}

.floatingPopupDiv .floatpanel .form-tab .genderselect .female {
  width: 94px;
  height: 24px;
}

.floatingPopupDiv .floatpanel .form-tab .has_radio,
.floatingPopupDiv .floatpanel .form-tab .registration_check {
  width: 100% px;
  height: 48px;
  outline: 0;
}

.floatingPopupDiv .floatpanel .form-tab .has_radio.skeleton-box,
.floatingPopupDiv .floatpanel .form-tab .registration_check.skeleton-box {
  background-color: #f1f1f1;
  border: none;
}

.floatingPopupDiv .floatpanel .form-tab .submit_cta.skeleton-box {
  height: 287px;
  height: 55px;
  background-color: #f1f1f1;
  box-shadow: none;
}

.floatingPopupDiv .floatpanel .form-tab .termCondition {
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}

.floatingPopupDiv .floatpanel .form-tab .form-whatsapp {
  margin-bottom: 0;
  width: 100%;
  height: 20px;
  width: 100%;
}

@media (max-width: 980px) {
  .hide-mobile {
    display: none;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jerky {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.flexbox-right.form-content {
  width: 360px;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  border-top: 3px solid #0165ff;
  margin-top: 0px;
  top: 55px;
  right: 0;
  position: absolute;
  box-shadow: 0 3px 12px rgba(0, 101, 255, 0.16);
  transition: all 0.2s ease-in;
}
@media (max-width: 1024px) {
  .flexbox-right.form-content {
    position: static;
  }
}

.flexbox-right.form-content.sticky {
  position: fixed;
  left: 830px;
  right: 0;
  margin: 0 auto;
  top: 60px;
  z-index: 90;
  animation: jerky 0.3s forwards;
}

@media (max-width: 1024px) {
  .flexbox-right.form-content {
    margin: 10px auto 30px;
  }
}
@media (max-width: 767px) {
  .flexbox-right.form-content {
    max-width: 355px;
    width: 100%;
    padding: 16px 12px;
  }
}
@media (max-width: 320px) {
  .flexbox-right.form-content {
    width: 310px;
    padding: 16px;
  }
}
.form-tab {
  position: relative;
}
.form-tab:has(.nri-gold) .up-disclaimer.disclaimer-onready {
  display: none;
}
.form-tab:has(.nri-gold) .termCondition + .termCondition {
  display: none;
}

.form-tab .ff-heading-group {
  text-align: center;
}
.form-tab .ff-heading-group.nri-gold p {
  font-size: 20px;
}
.form-tab .ff-heading-group.nri-gold .ff-heading-for-returns {
  font-size: 18px;
}
.form-tab .ff-heading-group.nri-gold .ff-heading-for-returns span {
  font-size: 18px;
}

.form-tab .ff-heading-group p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(37, 56, 88, 0.8980392157);
}
.form-tab .ff-heading-group p span.blue {
  color: #0065ff;
}

.form-tab .ff-heading-group p .green {
  font-size: 16px;
  color: #089903;
  font-weight: 600;
}

.form-tab .ff-heading-group p .green sup {
  font-size: 9px;
}

.form-tab .ff-heading-group p .greenText {
  font-size: 18px;
  color: #089903;
  font-weight: 500;
}

@media (max-width: 980px) {
  .form-tab .ff-heading-group p {
    font-size: 16px;
    font-weight: 600;
  }
  .form-tab .ff-heading-group p .green {
    font-size: 16px;
  }
  .form-tab .ff-heading-group p .green sup {
    font-size: 10px;
  }
}
.form-tab .ff-heading-group .ff-heading-for-returns {
  margin: 6px 0 16px;
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 14px;
  font-weight: 600;
}
.form-tab .ff-heading-group .ff-heading-for-returns sup {
  font-size: 12px;
  position: relative;
  top: 5px;
}

.form-tab .ff-heading-group .ff-heading-for-returns span {
  font-size: 14px;
  color: #0065ff;
  font-weight: 600;
}

.form-tab .ff-heading-group .ff-heading-for-returns span sup {
  font-size: 10px;
}

@media (max-width: 980px) {
  .form-tab .ff-heading-group .ff-heading-for-returns {
    margin: 4px 0 14px;
    font-size: 14px;
  }
}
.form-tab .nri-secure-tag {
  position: absolute;
  background: 0 0;
  border: none;
  color: #0165ff;
  font-size: 12px;
  font-weight: 600;
  bottom: -19px;
  width: 100%;
  text-align: right;
}

.form-tab .h2,
.form-tab h2 {
  color: #253858;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .form-tab .h2,
  .form-tab h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
}
@media (max-width: 560px) {
  .form-tab .h2,
  .form-tab h2 {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .form-tab .h2,
  .form-tab h2 {
    letter-spacing: -0.02em;
  }
}
.form-tab .h2 span,
.form-tab h2 span {
  font-weight: 600;
}

.form-tab .h2 span.orange,
.form-tab h2 span.orange {
  color: #ff7a00;
}

.form-tab .info-secure {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.form-tab .info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 9px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  background-size: 100%;
}

.form-tab .termCondition {
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 13px;
}

.form-tab .termCondition a {
  color: #0065ff;
}

.form-tab .termCondition a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .form-tab .term-bg {
    width: 100%;
  }
}
.form-tab .forminput {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 370px;
}

@media (max-width: 1024px) {
  .form-tab .forminput {
    width: 100%;
    max-width: 100%;
  }
}
.form-tab .forminput li {
  margin-bottom: 16px;
}

.form-tab .forminput li.registration_check {
  margin-bottom: 36px;
}

.form-tab .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-tab .secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  margin-left: 6px;
}

.form-tab .dob,
.form-tab .has_radio,
.form-tab .registration_check {
  border-radius: 8px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.form-tab .dob.error,
.form-tab .has_radio.error,
.form-tab .registration_check.error {
  margin-bottom: 26px;
}

.form-tab .dob.error .err,
.form-tab .has_radio.error .err,
.form-tab .registration_check.error .err {
  position: absolute;
  bottom: -21px;
  font-size: 12px;
  color: #e21313;
}

.form-tab .dob input,
.form-tab .has_radio input,
.form-tab .registration_check input {
  width: 100%;
  border: none;
  border-radius: 8px;
  height: 44px;
  font-size: inherit;
  outline: 0;
}

.form-tab .registration_check input.cCode {
  max-width: 35px;
}

.floatingPopupDiv .form-tab .dob input input, .floatingPopupDiv .form-tab .has_radio input {
  padding: 0 15px 0 48px;
}
.floatingPopupDiv .form-tab .registration_check select {
  margin-left: 33px;
}

.form-tab .dob select,
.form-tab .has_radio select,
.form-tab .registration_check select {
  width: 35%;
  border: none;
  border-radius: 8px;
  padding: 0 0 0 16px;
  margin-right: 2%;
  outline: 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 12px;
  background: url("../../images/bu/arrow-gray.svg") no-repeat 90% 60% !important;
}

@media (max-width: 767px) {
  .form-tab .dob select,
  .form-tab .has_radio select,
  .form-tab .registration_check select {
    width: 40%;
  }
}
.cCode {
  margin: 0 8px 0 0;
}

.form-tab .dob .ageyears,
.form-tab .has_radio .ageyears,
.form-tab .registration_check .ageyears {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-tab .registration_check.error .err {
  bottom: -30px;
}

.form-tab .submit_cta {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 12px 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  height: 46px;
  margin: 0 auto;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

.form-tab .submit_cta:disabled {
  background: #005be6;
}

.form-tab .submit_cta:disabled {
  cursor: not-allowed;
}

.form-tab .submit_cta: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-tab .investment-active.show .submit_cta {
  background: #089903;
}

.form-tab .investment-active.show .submit_cta:disabled {
  background: #078003;
}

.form-tab .up-disclaimer {
  font-size: 8px;
  color: rgba(37, 56, 88, 0.4);
  margin: 6px;
  text-align: left;
}

.form-tab .up-disclaimer .discliamer-hide {
  display: none;
}

.form-tab .up-disclaimer .discliamer-hide.active {
  display: inline;
}

.form-tab .up-disclaimer .link-read-more {
  cursor: pointer;
  color: #0165ff;
}

.form-tab .form-whatsapp {
  font-size: 8px;
  text-align: center;
  color: rgba(37, 56, 88, 0.8980392157);
  width: 100%;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .form-tab .form-whatsapp {
    width: 100%;
  }
}
.form-tab .form-whatsapp i.icon {
  background: url("../../images/bu/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-tab .form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-tab .form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-tab .form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-tab .form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-tab .form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-tab .form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: 0;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-tab .form-whatsapp input:checked + .slider {
  background-color: rgba(0, 101, 255, 0.6980392157);
}

.form-tab .form-whatsapp input:checked + .slider:before {
  transform: translateX(12px);
}

.form-tab .form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 101, 255, 0.6980392157);
}

.breadcrumbinner .breadcrumb li:first-child {
  display: inline-block;
}

@media (max-width: 440px) {
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
  }
}
.fdBanner {
  text-align: center;
  display: none;
}

.fdBanner.fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

.fdBanner .stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
}

.fdBanner .stickyfooter.active {
  bottom: 0;
}

.fdBanner .stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .fdBanner .stickyfooter .closesticky {
    display: none;
  }
}
.fdBanner .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;
}

.fdBanner .stickyfooter .closesticky:hover {
  opacity: 1;
}

.fdBanner .stickyfooter .closesticky:after,
.fdBanner .stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
}

.fdBanner .stickyfooter .closesticky:before {
  transform: rotate(45deg);
}

.fdBanner .stickyfooter .closesticky:after {
  transform: rotate(-45deg);
}

.fdBanner .stickyfooter .closesticky:after,
.fdBanner .stickyfooter .closesticky:before {
  left: 9px;
  top: 4px;
}

.fdBanner .stickyfooter .sticky {
  background-color: var(--blue01);
}

.fdBanner .stickyfooter .sticky .left {
  width: 50%;
}

.fdBanner .stickyfooter .sticky .right {
  width: 50%;
}

.fdBanner .stickyfooter .sticky .left {
  display: flex;
  flex-direction: column;
}

.fdBanner .stickyfooter .sticky .left .text {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
}

@media (max-width: 1024px) {
  .fdBanner .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .fdBanner .stickyfooter .sticky {
    padding: 10px 0;
  }
  .fdBanner .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .fdBanner .stickyfooter .sticky .right {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .fdBanner .stickyfooter .sticky {
    padding: 10px 0;
  }
  .fdBanner .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .fdBanner .stickyfooter .sticky .left .text {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .fdBanner .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .fdBanner .stickyfooter .sticky .right {
    min-width: 98px;
  }
}
@media (max-width: 360px) {
  .fdBanner .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fdBanner .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .fdBanner .stickyfooter .sticky .right {
    width: 100%;
    min-width: 98px;
    margin: 0 auto;
  }
  .fdBanner .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
}
.fdBanner .stickyfooter .sticky .right {
  display: flex;
  align-items: center;
}

.fdBanner .stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #fff !important;
  width: 100%;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput input,
.fdBanner .stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 568px) {
  .fdBanner .stickyfooter .sticky .right .ctaform .forminput input,
  .fdBanner .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
}
.fdBanner .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% center;
  width: 120px;
  margin-left: 40px;
  height: 40px;
  margin: 4px 0 4px 40px;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput input {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .fdBanner .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
}
.fdBanner .stickyfooter .sticky .right .ctaform button {
  width: 150px;
}

.fdBanner .stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
}

@media (max-width: 768px) {
  .fdBanner .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .fdBanner .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
}
.fdBanner .stickyfooter .sticky .right button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  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) {
  .fdBanner .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
.fdBanner .stickyfooter .sticky .right button:disabled,
.fdBanner .stickyfooter .sticky .right button:hover {
  background: #005be6;
}

.fdBanner .stickyfooter .sticky .right button:disabled {
  cursor: not-allowed;
}

.fdBanner .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;
}

.fdBanner .stickyfooter.new .sticky {
  border-radius: 20px 20px 0 0;
  background: #242424;
  box-shadow: 0 -2px 13px 0 rgba(0, 0, 0, 0.12);
  height: 83px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky {
    height: auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky {
    padding: 20px 0 15px;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome {
  width: 100%;
  max-width: 910px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter {
  max-width: 1100px;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter::before {
  background: url(../../images/bu/investment/gold-sticky-footer-icon-2.svg) no-repeat;
  width: 198px;
  height: 81px;
  bottom: 0px;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter .left .text-custome {
  padding-left: 170px;
}
@media screen and (max-width: 980px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter .left .text-custome {
    padding-left: 0;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter .left .text-custome p.description {
  font-size: 20px;
  font-weight: 500;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome.nri-stickyfooter .right .submitSticky {
  font-size: 13px;
  justify-content: flex-start;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome {
    justify-content: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome {
    align-items: center;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
  width: 100%;
  max-width: 1140px;
  position: relative;
  background: url(../../images/bu/investment/gold-sticky-footer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 127px;
  height: 108px;
  background-position: center top;
  bottom: -4px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    bottom: -10px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    display: none;
    background: url(../../images/bu/investment/investment-sticky-footer-icon-mobile.svg) no-repeat;
    width: 67px;
    height: 81px;
    left: auto;
    right: 11px;
    bottom: 17px;
    z-index: 0;
  }
}
@media screen and (max-width: 360px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    opacity: 0.5;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    align-items: flex-start;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
  padding-left: 105px;
  width: auto;
  margin-left: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
    padding-left: 0;
    z-index: 2;
    position: relative;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p {
  margin: 0;
  color: #fff;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #4ce48e;
  display: inline-flex;
  border-radius: 4px 16px 16px 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 15px 2px 12px;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line {
    font-size: 11px;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line span {
  background: linear-gradient(to right, #c6a700, #ffeb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description sup {
  font-size: 12px;
  position: relative;
  left: 2px;
  font-weight: 400;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description span {
  font-weight: 600;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description span.light-green {
  color: #80FF4B;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
  width: 35%;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .submitSticky {
  background: #0165ff;
  border-radius: 8px;
  cursor: pointer;
  max-width: 234px;
  padding: 8px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  border: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  height: 44px;
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .submitSticky strong {
  font-weight: bold;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .submitSticky::after {
  content: "";
  display: flex;
  position: absolute;
  height: 8px;
  width: 8px;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  right: 30px;
  transform: rotate(45deg);
  top: 18px;
}

@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .submitSticky::after {
    height: 6px;
    right: 10px;
    top: 17px;
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    padding-left: 26px;
    width: 35%;
  }
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .submitSticky {
    margin: 0;
    max-width: 114px;
    font-size: 12px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    width: 114px;
    min-width: 114px;
    padding-left: 0;
    margin: 0;
  }
}
.fdBanner .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) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
    max-width: 304px;
  }
}
.fdBanner .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) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    width: calc(100% - 90px);
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput .cCode,
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput input,
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  font-size: 14px;
  line-height: 19px;
}

.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  padding: 0 22px 0 7px;
  width: 60px;
  margin: 0;
}

.fdBanner .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: #ffcb00 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) {
  .fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
    margin: 0 !important;
    padding: 6px;
    width: 86px;
  }
}
.fdBanner .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading {
  height: auto;
  font-size: 0;
}

.fdBanner .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;
}

.fdBanner .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;
}

.fdBanner .stickyfooter.new .sticky .tc {
  position: absolute;
  right: 32px;
  bottom: 3px;
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 13px;
  margin: 0;
  width: initial;
  left: auto;
}

@media screen and (max-width: 767px) {
  .fdBanner .stickyfooter.new .sticky .tc {
    right: 16px;
  }
}
.fdBanner .stickyfooter .sticky {
  padding: 10px 0;
}

.fdBanner .stickyfooter .sticky .left {
  justify-content: center;
}

.fdBanner .stickyfooter .sticky .left .text-custome {
  color: #fff;
}

.fdBanner .stickyfooter .sticky .left .text-custome .largetext {
  display: block;
  font-size: 22px;
  font-weight: 500;
}

.fdBanner .stickyfooter .sticky .left {
  width: 50%;
}

@media only screen and (max-width: 568px) {
  .fdBanner .stickyfooter .sticky .left {
    width: 100%;
  }
  .fdBanner .stickyfooter .sticky .left span {
    text-align: center;
  }
  .fdBanner .stickyfooter .sticky .left .text-custome .largetext + span {
    line-height: 36px;
    display: block;
  }
}
.fdBanner .stickyfooter .sticky .right {
  width: 50%;
}

.fdBanner .stickyfooter .sticky .right .ctaform .forminput select {
  padding-right: 27px;
}

@media only screen and (max-width: 568px) {
  .fdBanner .stickyfooter .sticky .right {
    width: 100%;
  }
  .fdBanner .stickyfooter .sticky .right .ctaform button {
    margin: 0 auto !important;
  }
}
.fdBanner .stickyfooter .sticky .stickyinfowrapper_custome {
  width: 70%;
}

@media only screen and (max-width: 568px) {
  .fdBanner .stickyfooter .sticky .stickyinfowrapper_custome {
    width: 100%;
  }
}
.container-fluid.ifseCode > div {
  position: relative;
}

.gold-banner-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 430px;
}
@media (max-width: 1024px) {
  .gold-banner-container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.gold-banner-container.nri-case .form-tab .ff-heading-group p {
  font-size: 20px;
}
.gold-banner-container.nri-case .form-tab .ff-heading-group .ff-heading-for-returns {
  font-size: 14px;
}
.gold-banner-container.nri-case .form-tab .ff-heading-group .ff-heading-for-returns span {
  font-size: 16px;
}
.gold-banner-container .form-tab .has_radio input {
  padding: 0 15px 0 48px;
}
.gold-banner-container .form-tab .registration_check select {
  margin-left: 33px;
}
.gold-banner-container:not(:has(.flexbox-right.form-content.hide)) .gold-banner {
  width: calc(100% - 380px);
}
@media (max-width: 1024px) {
  .gold-banner-container:not(:has(.flexbox-right.form-content.hide)) .gold-banner {
    padding: 15px;
    border-radius: 0;
    width: calc(100% + 24px);
    margin-left: -15px;
  }
}
.gold-banner-container:not(:has(.flexbox-right.form-content.hide)) .gold-banner .heading-with-tab {
  text-align: left;
}
@media (max-width: 1024px) {
  .gold-banner-container:not(:has(.flexbox-right.form-content.hide)) .gold-banner .heading-with-tab {
    text-align: center;
  }
}

.container-fluid.ifseCode:not(:has(.flexbox-right.form-content.hide)) .ff-heading {
  margin-bottom: 10px;
  width: calc(100% - 380px);
}
@media (max-width: 1024px) {
  .container-fluid.ifseCode:not(:has(.flexbox-right.form-content.hide)) .ff-heading {
    width: 100%;
  }
}

.form-tab .form_icon {
  background: url(../../images/bu/term/nriform-sprite.png) no-repeat 0 0/20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 12px;
}
.form-tab .form_icon.usericon {
  background-position: 0 0;
}
.form-tab .form_icon.mobile-ico {
  background-position: 0 -42px;
}
.form-tab .form_icon.email {
  background-position: 0 0;
  background: url(../../images/bu/investment/email-icon-leadform-fd.png) no-repeat 0 0/20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.top-plan-heading-gold {
  color: #253858;
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0 20px;
  display: flex;
  align-items: center;
}
.top-plan-heading-gold::before {
  content: "";
  display: flex;
  margin: 3px 12px 0 0;
  width: 33px;
  height: 33px;
  background: url(../../images/bu/investment/gold-topplan-heading-icon.svg) no-repeat 0 0/33px;
}

.new-top-plans-section {
  position: relative;
}
.new-top-plans-section .tag-box {
  position: absolute;
  z-index: 1;
  border-radius: 0px 5px 0px 5px;
  background: #007ab9;
  right: 0;
  top: 0px;
  padding: 8px 12px 8px 39px;
  overflow: hidden;
}
.new-top-plans-section .tag-box .tag {
  letter-spacing: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}
.new-top-plans-section .tag-box .tag::before {
  content: "";
  background: url(../../images/bu/investment/investment-top-plan-tag-icon.svg);
  position: absolute;
  width: 16px;
  height: 17px;
  left: -24px;
}
.new-top-plans-section .tag-box:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1.5s infinite;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section .tag-box {
    border-radius: 0;
    right: 0;
    top: 0;
  }
  .new-top-plans-section .tag-box:before {
    display: none;
  }
}
.new-top-plans-section .new-top-plans {
  height: auto;
  overflow: hidden;
  padding: 35px 35px 20px;
  margin-bottom: 20px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
  position: relative;
}
.new-top-plans-section .new-top-plans h3,
.new-top-plans-section .new-top-plans h2 {
  font-size: 19px;
  margin-top: 0px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
}
.new-top-plans-section .new-top-plans h3:before,
.new-top-plans-section .new-top-plans h2:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans h3,
  .new-top-plans-section .new-top-plans h2 {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .taxsavingbanner {
  position: absolute;
  min-width: 100px;
  font-size: 11px;
  border-radius: 6px 0 6px 0px;
  padding: 4px 6px;
  vertical-align: top;
  margin: 0;
  color: #8e44ad;
  cursor: pointer;
  top: 0;
  background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section .new-top-plans {
    background: #ededed;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans {
    margin-bottom: 0;
  }
}
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading {
    justify-content: space-between;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 16px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
    margin-right: 0px;
    width: auto;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}
.new-top-plans-section .new-top-plans .rest_plan {
  display: none;
}
.new-top-plans-section .new-top-plans .rest_plan.active {
  display: block;
}
.new-top-plans-section .new-top-plans .rest_plan.active .topplan_withnps:first-child {
  background: #fff !important;
}
.new-top-plans-section .new-top-plans .rest_plan.active .topplan_withnps:first-child .total-corpus, .new-top-plans-section .new-top-plans .rest_plan.active .topplan_withnps:first-child .cor-text, .new-top-plans-section .new-top-plans .rest_plan.active .topplan_withnps:first-child .new_calculated_values {
  background: #fff !important;
}
.new-top-plans-section .new-top-plans .new-plan-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 35px 15px 15px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    padding: 20px 15px 20px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
  width: 180px;
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
  width: 90px;
  min-height: 57px;
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap img {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
    min-height: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo + p:empty {
  display: none;
}
@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
    min-height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
  background: transparent;
  border-radius: 4px 0 0 4px;
  padding: 3px 10px 4px 6px;
  font-size: 12px;
  margin: 0;
  line-height: 16px;
  color: #253858;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    display: flex;
    align-items: flex-start;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo img {
    max-width: 79px;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin-top: 6px;
    font-size: 11px;
    max-width: 100px;
    line-height: 13px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .disclaimer {
  margin: 5px 0 0;
  letter-spacing: 0;
  color: #243262;
  line-height: 13px !important;
  padding: 4px 0 5px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
  font-size: 18px;
  line-height: 24px;
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value.green {
  color: #497633 !important;
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
    padding: 0px 0 0;
    border: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .tag.orange {
  display: none;
}
.new-top-plans-section .new-top-plans .new-plan-box .heading {
  letter-spacing: 0px;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 4px;
  font-weight: 500;
}
.new-top-plans-section .new-top-plans .new-plan-box .value {
  letter-spacing: 0px;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
.new-top-plans-section .new-top-plans .new-plan-box .value.green {
  color: #079836 !important;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box [data-category=tax_saving_top_plan] {
    top: 40px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box button {
  background: #0065ff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 6px 9px;
  font-size: 11px !important;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  min-width: 105px;
}
.new-top-plans-section .new-top-plans .new-plan-box button:after {
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 2px;
  content: "";
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box button {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box button::after {
    margin: 0 0 1px 5px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
  padding: 20px 15px 15px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
    padding: 12px 8px 20px;
    flex-direction: row;
    position: relative;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
  display: flex;
  align-items: flex-start;
  width: 83%;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
    flex-direction: column;
    width: 77%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
    width: 100%;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
  width: 50%;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
    padding: 0 2px 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
    max-width: 80%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading sup {
  font-size: 8px;
  margin-left: 2px;
  line-height: 8px;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .insurer-returns .disclaimer {
  background: #f8f4e2 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 4px 5px 5px;
  display: inline-block;
  width: auto;
  font-size: 10px;
  line-height: 13px;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
  margin: 5px 0 0;
  letter-spacing: 0px;
  color: #243262;
  line-height: 13px !important;
  padding: 4px 0px 5px;
  font-weight: 500;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
    width: 83%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
    display: block;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
  padding: 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 30px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
    padding: 10px 10px 12px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-payout .value {
  color: #253858;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
  padding-top: 6px;
  min-height: 43px;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
  margin: 0px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
    padding-top: 0;
    margin-bottom: 16px;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
  min-height: auto;
  width: 101px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
    width: 102px;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap .img-logo-wrap {
    width: 70px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo P {
  background: transparent;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .returns-payout > div {
  border-color: transparent;
}
@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo p {
    max-width: 110px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 18px !important;
    position: absolute !important;
    transform: initial;
    border: 1px solid #fff;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.tag button {
    top: 38px !important;
    position: absolute !important;
    transform: initial;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .value {
  color: #253859;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .insurer-returns .disclaimer {
  color: #253859;
  background: rgb(249, 244, 224);
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .disclaimer {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
  background: #e5f6e8;
  border-radius: 4px 16px 16px 4px;
  padding: 4px 8px;
  position: absolute;
  left: 20px;
  bottom: 6px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  color: #005b1a;
  text-transform: capitalize;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
    left: 10px;
    top: 6px;
    bottom: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
  position: absolute;
  width: 245px;
  color: rgb(254, 109, 2);
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0px;
  padding-left: 24px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag img {
  display: none;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/bu/investment/ipru-top-plan-offer-icon.png) no-repeat 0 0;
  background-size: cover;
  left: 5px;
  top: 50%;
  transform: translate(0px, -50%);
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag .typeof-fund {
  font-weight: 700;
  border-left: 1px solid #0273a1;
  margin-left: 5px;
  padding-left: 5px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
  position: relative;
  padding: 18px 15px 25px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
  width: 125px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
    width: 200px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo p {
    margin-right: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout {
  width: 100%;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
  width: 150px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
  width: calc(100% - 150px);
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
  font-size: 16px;
  line-height: 17px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
  font-size: 12px;
  display: inline;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 150px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 150px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 120px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 120px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed rgb(7, 152, 54);
  border-radius: 8px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plus-icon {
  display: none;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
  background: rgb(7, 152, 54);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
  position: relative;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -24%;
    top: 18px;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 18px;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured {
  position: relative;
  padding: 18px 15px 25px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
  width: 145px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
    width: 200px;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo p {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
  width: 410px;
  margin-right: 0px;
  justify-content: flex-start;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
  width: 100px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns .value span {
  font-size: 12px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
  width: 300px;
  position: relative;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
  font-size: 12px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 110;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 110px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 80px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 80px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed rgb(7, 152, 54);
  border-radius: 8px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plus-icon {
  display: none;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
  background: rgb(7, 152, 54);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0px;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
    padding: 20px 12px 6px;
    margin-top: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
    top: 0px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
  position: relative;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -35%;
    top: 0px;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 0px;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button {
  width: 100px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button:after {
  margin: 0 0 1px 5px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps {
  align-items: flex-start;
  background: #fff;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps.default-nfo {
  padding-bottom: 15px !important;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:has(.tag) {
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:has(.tag) {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps {
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus {
    background: none;
  }
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus .cor-text {
    background: linear-gradient(270deg, #E2C6DA 0%, #D1C3E4 100%);
    padding: 0 4px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps button {
  min-width: 90px;
  font-size: 11px !important;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps button::after {
  margin: 0 0 1px 6px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
  position: absolute;
  width: 245px;
  color: rgb(254, 109, 2);
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0px;
  padding-left: 24px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag img {
  display: none;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/bu/investment/ipru-top-plan-offer-icon.png) no-repeat 0 0;
  background-size: cover;
  left: 5px;
  top: 50%;
  transform: translate(0px, -50%);
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag .typeof-fund {
  font-weight: 700;
  border-left: 1px solid #0273a1;
  margin-left: 5px;
  padding-left: 5px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo {
  width: 140px;
  margin: 0 30px 0 0;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo {
    width: 180px;
    margin: 0px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo .img-logo-wrap {
  min-height: 45px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
  background: none;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    margin-top: 0px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .logo-payouts {
  width: 35%;
  padding: 0px;
  border: 0px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
  width: 65%;
  padding: 0px;
  margin-right: 20px;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
    width: 100%;
    margin-right: 0px;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns {
  width: 30%;
  border: 0px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .disclaimer {
  background: #F9F4E0;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 13px !important;
  font-size: 10px;
  max-width: 108px;
  margin: 8px 0px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .disclaimer {
    font-weight: 500;
    padding: 5px 8px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .value {
  font-size: 18px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .value {
    font-size: 16px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout {
  width: 54%;
  border-radius: 8px;
  background-image: repeating-linear-gradient(0deg, #D8B469, #D8B469 8px, transparent 8px, transparent 18px, #83afed 18px), repeating-linear-gradient(90deg, #D8B469, #D8B469 8px, transparent 8px, transparent 18px, #D8B469 18px), repeating-linear-gradient(180deg, #D8B469, #D8B469 8px, transparent 8px, transparent 18px, #D8B469 18px), repeating-linear-gradient(270deg, #D8B469, #D8B469 8px, transparent 8px, transparent 18px, #D8B469 18px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  padding: 2px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
  margin-top: -12px;
  border: 0px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout {
    width: 66%;
    padding: 5px;
    margin-top: 0px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus {
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  left: -30px;
  border-radius: 8px;
  background: #fff;
  color: rgba(37, 56, 88, 0.89);
  padding: 5px 5px;
  z-index: 1;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus {
    padding: 5px 0px;
    transform: translateX(-50%);
    top: -19px;
    left: 50%;
    background: none;
    text-align: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .corpus-amount {
  font-size: 16px;
  font-weight: 700;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .cor-text {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus .cor-text {
    font-size: 10px;
    background: #fff;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values {
  background: #fff;
  padding: 5px 8px 5px 90px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values {
    padding: 8px 3px 8px 11px;
    display: flex;
    margin: 35px 0 0 0;
    gap: 35px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values::after {
  top: 24px;
  left: 39px;
  content: "";
  position: absolute;
  display: flex;
  width: 47px;
  height: 81px;
  background: url(../../images/bu/investment/market-mid-separator-banner.svg);
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values::after {
    display: none;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip {
  display: inline;
  position: absolute;
  margin: 4px 0 0 5px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip {
    right: 25px;
    margin: 7px 0 0 0px;
    top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip::after {
  content: "";
  position: absolute;
  display: flex;
  cursor: pointer;
  height: 9px;
  width: 9px;
  background: url(../../images/bu/investment/nps-tooltip-icon.svg) no-repeat center/9px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip:hover .toolTip-message {
  display: flex;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message {
  position: absolute;
  font-size: 11px;
  display: none;
  line-height: 14px;
  width: 190px;
  background: rgb(37, 56, 88);
  color: #fff;
  padding: 5px 9px;
  border-radius: 4px;
  right: -77px;
  top: -58px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message {
    right: -17px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: -3px;
  right: 70px;
  width: 6px;
  height: 6px;
  background: rgb(37, 56, 88);
  transform: rotate(-45deg);
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .new_calculated_values .npsToolTip .toolTip-message::after {
    right: 11px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at {
  position: relative;
  min-height: 54px;
  z-index: 2;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at {
    min-width: 67px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .tax-free-badge, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .tax-free-badge {
  position: absolute;
  top: 0;
  left: 56px;
  color: #2B6530;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: rgb(171, 240, 186);
  padding: 2px 2px;
  border-radius: 2px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .tax-free-badge, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .tax-free-badge {
    left: 0;
    position: relative;
    padding: 0px 2px;
    display: inline-flex;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .value {
  font-size: 13px;
  font-weight: 700;
  color: rgba(37, 56, 88, 0.89);
  line-height: 20px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .value {
    font-weight: 500;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .disclaimer {
  font-size: 10px;
  color: #253858;
  line-height: 17px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-width: 108px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer, .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at .disclaimer {
    font-weight: 500;
    font-size: 8px;
    line-height: 13px !important;
    position: static;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
    margin-bottom: 0px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at::before {
  top: -16px;
  left: auto;
  content: "";
  position: absolute;
  display: flex;
  width: 104px;
  height: 15px;
  background: url(../../images/bu/investment/market-sepearator.png) no-repeat center/104px;
}
@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .return_at::before {
    background: url(../../images/bu/investment/market-sepearator-mobile.svg) no-repeat 0 0/13px;
    width: 13px;
    height: 46px;
    top: 0px;
    left: -26px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active {
  background: url("../../images/bu/investment/lic-top-plan-highlighted.svg") no-repeat;
  background-size: cover;
}
.new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
  margin-bottom: 16px;
}
.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo p {
  font-size: 15px;
  font-weight: 700;
}
.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo .img-logo-wrap img {
  width: 100% !important;
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active {
    padding: 12px !important;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
    padding-top: 10px;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box .insurer-logo {
    width: 200px;
    display: flex;
    margin-bottom: 22px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active:before {
  display: none !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .plan_name {
  position: relative;
}
.new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
  color: #b10a93;
  font-size: 14px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  top: 10px;
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    position: absolute;
    width: 220%;
    font-size: 14px;
    font-weight: 600;
    color: #253858;
    top: 50px;
  }
}
@media (max-width: 568px) and (max-width: 360px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    font-size: 12px;
    width: 200%;
  }
}
@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name p {
    padding: 0 10px 5px 10px;
    margin: 0;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange {
  background: #00a367 !important;
  color: #fff !important;
  border-radius: 8px 0px 8px 0px;
  top: -10px;
  left: -5px;
  font-weight: 600;
  position: absolute;
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:before {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../../images/bu/investment/left-corner.png);
  position: absolute;
  top: 22px;
  left: 0px;
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../../images/bu/investment/right-corner.png);
  position: absolute;
  top: 0px;
  right: -10px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt {
  width: 110px !important;
  margin: 0px;
  position: relative;
  top: -4px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt span {
  top: initial;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value {
  font-size: 20px;
  width: 102px;
  margin: 0;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value .label {
  background: none;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0px !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
  width: calc(100% - 130px) !important;
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
    width: calc(100% - 110px) !important;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  height: 110%;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .youget {
  background: none !important;
  position: initial !important;
  font-weight: 600 !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  left: -15px !important;
  right: initial !important;
  height: 110% !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap {
  border: none;
  background: none;
  padding: 5px 0 0 7px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
  font-size: 20px;
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
    width: 170px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label {
  background: none;
  font-weight: 500;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label p {
  display: inline-block;
  font-size: 11px;
  color: #253858;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
  width: 300px;
  font-weight: 600 !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0px !important;
  text-align: left;
  left: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label p {
  line-height: 12px;
}
@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 60%;
    left: 80px;
    top: -4px;
  }
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
    width: 100%;
    font-weight: 600 !important;
    display: flex;
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv p {
    margin-left: 0px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .heading {
  display: none !important;
}
.new-top-plans-section .rest-plans {
  display: none;
}
.new-top-plans-section .view-plans {
  text-align: center;
}
.new-top-plans-section .view-plans .view-plans-button {
  background: #dbf3ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #6cc1ea;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 0.48px;
  color: #2e657f;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 42px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section .view-plans .view-plans-button {
    font-size: 14px;
    padding: 11px 35px;
  }
}
.new-top-plans-section.nri h3,
.new-top-plans-section.nri h2 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
}
.new-top-plans-section.nri h3:before,
.new-top-plans-section.nri h2:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}
@media screen and (max-width: 568px) {
  .new-top-plans-section.nri h3,
  .new-top-plans-section.nri h2 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans {
    background: #f5f7fe;
    margin-bottom: 0px;
    border-top: 2px solid #e2e2e2;
    border-radius: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section.nri .new-top-plans {
    padding: 40px 10px 18px;
  }
  .new-top-plans-section.nri .new-top-plans .new-plan-box:has(.taxsavingbanner) {
    position: relative;
    padding: 36px 15px 10px !important;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading {
  display: flex;
  margin: 10px 0 10px;
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading {
    justify-content: flex-start;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    margin-left: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 14px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0px;
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0px;
    width: auto;
    font-size: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
}
.new-top-plans-section.nri .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div p {
    margin-right: 0px;
    width: auto;
    font-size: 12px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .taxsavingbanner {
  border-radius: 8px 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 40px 10px 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .nri .new-top-plans .new-plan-box.default-nfo button {
    top: 20px;
  }
}
.new-top-plans-section.child .new-top-plans {
  padding: 18px 35px 20px;
  background: #f5f7fd;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans {
    padding: 42px 8px 20px;
  }
}
.new-top-plans-section.child .new-top-plans .new-top-plans-title {
  font-size: 20px;
  color: #2a60ed;
  letter-spacing: 0;
  line-height: 26px;
  border-bottom: 4px solid #9f9f9f;
  padding-bottom: 7px;
  width: 58%;
}
.new-top-plans-section.child .new-top-plans .new-top-plans-title::before {
  background: #2a60ed;
  width: 74%;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-top-plans-title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}
.new-top-plans-section.child .new-top-plans .new-top-plans-subheading {
  margin: 22px 0 25px 10px;
}
.new-top-plans-section.child .new-top-plans .new-top-plans-subheading > div {
  width: 115px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
  color: #676767;
  font-size: 12px;
  margin-right: 60px;
}
.new-top-plans-section.child .new-top-plans .new-top-plans-subheading > div p {
  font-weight: 700;
  margin: 5px 0 0;
  letter-spacing: 0;
  line-height: 24px;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-top-plans-subheading > div p {
    margin: 2px 0 0;
  }
}
.new-top-plans-section.child .new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0;
  color: #676767;
  font-weight: 500;
  line-height: 16px;
  margin-left: 2px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 35px 15px 12px 30px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    padding: 0px 8px 11px 18px;
    width: 100%;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo {
    align-items: center;
    width: 220px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
  width: 98px;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
    margin-right: 10px;
    height: 40px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo p {
  background: transparent;
  border-radius: 0;
  padding: 3px 10px 4px 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #293756;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo p {
    font-size: 11px;
    line-height: 14px;
    color: #000;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout {
  align-items: flex-start;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout > div {
  width: 185px;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout > div {
    width: 46%;
    padding: 0px 0 0;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout {
    max-width: 65%;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-returns .disclaimer {
  background: #f8f4e2 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 4px 5px 5px;
  display: inline-block;
  width: auto;
  font-size: 10px;
  line-height: 13px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .heading {
  margin: 0 0 4px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .heading sup {
  font-size: 8px;
  margin-left: 2px;
  line-height: 8px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .value {
  font-size: 20px;
  line-height: 26px;
  color: #2a60ed;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .value {
    font-size: 18px;
    line-height: 24px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .heading {
  letter-spacing: 0px;
  color: #757575;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 4px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .heading {
    font-size: 10px;
    line-height: 13px;
    margin: 0 0 3px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value {
  letter-spacing: 0px;
  color: #253858;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value.green {
  color: #497633;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value {
    font-size: 14px;
    line-height: 19px;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value.green {
    color: #497633;
    font-size: 18px;
    line-height: 24px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer {
  padding: 4px 0 5px;
  margin: 5px 0 0;
  letter-spacing: 0px;
  color: #243262;
  line-height: 13px !important;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box {
    padding: 11px 0 0;
    flex-direction: column-reverse;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #63adb7;
  border-radius: 20px;
  letter-spacing: 0px;
  color: #63adb7;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 10px;
  max-width: 130px;
  text-align: center;
  bottom: initial;
  left: 0px;
  height: auto;
  min-width: auto !important;
  margin: 0px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag::before {
  display: none;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag-with-image {
  background: rgba(143, 23, 131, 0.6);
  border: 1px solid #ebedff;
  border-radius: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 12px 2px 5px;
  max-width: 120px;
  text-align: center;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag-with-image img {
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper {
    position: relative;
    background: #fafffd 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    left: 0;
    top: auto;
    padding: 7px 13px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .button {
    position: absolute;
    right: 10px;
    top: 33%;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .button button {
  padding: 8px 7px 10px;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box .button button {
    position: relative;
    top: auto;
    right: 0px;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 35px 15px 22px 30px !important;
}
.new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper .returns-payout .insurer-payout .value {
  color: #253858;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo {
    padding: 41px 0 0 !important;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo.nopd {
    padding: 10px 0 0 !important;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper {
    padding: 0px 8px 5px 18px !important;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper .insurer-logo {
    min-height: 43px;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper .insurer-logo img {
    margin: 0px !important;
    max-width: 50px;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
    width: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
    margin-right: 10px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .tag-wrapper {
    background: transparent;
    border-radius: 0;
    width: 100%;
    top: 12px;
    padding: 0;
    border-top: 0;
    position: absolute;
    left: 16px;
    bottom: auto;
    display: inline-flex;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .tag-wrapper .tag {
    margin: 0;
    left: 0;
  }
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .button {
    top: 35%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .new-top-plans-section.child .new-top-plans .new-plan-box.default-nfo .button {
    position: absolute;
    right: 10px;
    width: 100%;
    top: 30%;
  }
}
.new-top-plans-section.child .new-top-plans .new-plan-box .view-plans .view-plans-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 27px 9px 27px;
  display: inline-block;
  letter-spacing: 0px;
  color: #2a60ed;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(42, 96, 237, 0.2196078431);
  border-radius: 20px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .view-plans .view-plans-button .downarrow {
  border: solid #2a60ed;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 2px 13px;
}
.new-top-plans-section.child .new-top-plans .new-plan-box .view-plans .view-plans-button.active .downarrow {
  margin: 0 0 -1px 13px;
  transform: rotate(-135deg);
}

.sticky-text {
  height: 100%;
}

.banner-space {
  margin: 20px 0px 10px;
}

.form-tab .registration_check .dropdown {
  position: relative;
  width: 85px;
  margin-left: 35px;
}
.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: 46px;
  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;
}

.gold-banner-container .gold-banner:has(.gold-banner-top.hide) .filter-box-wrapper {
  width: 100%;
}

.left-right-content-wrap .table-section .footable {
  width: 100%;
}
.left-right-content-wrap .table-section .footable table {
  width: 100% !important;
}
.left-right-content-wrap .table-section .footable table tr td:first-child {
  min-width: 160px;
}
.left-right-content-wrap .table-section .footable table tr td:last-child {
  min-width: 100px;
}

.left-fullwidth-button {
  display: flex;
  justify-content: center;
}
.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;
}

.switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px 0 0 0;
  min-height: 44px;
}
@media (max-width: 980px) {
  .switcher {
    margin: 0px 0 0 0;
  }
}
.switcher .gold-silver-switcher {
  list-style: none;
  align-items: center;
  margin: 0 0 2px;
  display: inline-flex;
  justify-content: space-between;
  padding: 5px 0;
  background: #D9E8FF;
  border-radius: 22px;
}
.switcher .gold-silver-switcher li {
  margin: 0 5px;
  font-size: 12px;
  padding: 8px 29px;
  font-weight: 500;
  cursor: pointer;
}
.switcher .gold-silver-switcher li.active {
  color: #fff;
  background: #253858;
  border-radius: 20px;
}

.container-fluid.ifseCode {
  min-height: 573px;
}

.langTrans select {
  -webkit-appearance: none;
}

.silver-prc-calculator {
  background: #fff;
  border: 1px solid rgba(0, 101, 255, 0.2);
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  max-width: 750px;
  margin: 0px 0 30px;
}
@media (max-width: 980px) {
  .silver-prc-calculator {
    padding: 7px;
  }
}
.silver-prc-calculator .silver-calc-main {
  background: rgba(0, 101, 255, 0.0509803922);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
@media (max-width: 980px) {
  .silver-prc-calculator .silver-calc-main {
    flex-direction: column;
  }
}
.silver-prc-calculator .silver-calc-main .calculator-left {
  max-width: 325px;
  width: 100%;
}
.silver-prc-calculator .silver-calc-main .calculator-left .silver-select {
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0, #fff;
  border: 1px solid #CCE0FF;
  border-radius: 6px;
  outline: none;
  height: 44px;
  background-size: 12px;
  background-position: 96% center;
  width: 100%;
  font-size: 14px;
  color: #253858;
  padding: 0 12px;
  max-width: 325px;
  -webkit-appearance: none;
  position: relative;
}
.silver-prc-calculator .silver-calc-main .calculator-left .silver-select::after {
  content: "";
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver {
  margin: 30px 0;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-label-row {
  display: flex;
  justify-content: space-between;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-label-row .top-label {
  color: #000000;
  font-size: 14px;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .slider-wrapper {
  width: 100%;
  max-width: 420px;
  background: #f4f8ff;
  padding: 10px 0px 0px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-container {
  position: relative;
  margin-bottom: 12px;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-slider {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(to right, #1e5bff 0%, #1e5bff 3%, #cfe0ff 3%, #cfe0ff 100%);
  outline: none;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver {
  /* Chrome / Safari */
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #1e5bff;
  border-radius: 50%;
  cursor: pointer;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver {
  /* Firefox */
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #1e5bff;
  border-radius: 50%;
  cursor: pointer;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-value {
  position: absolute;
  top: 24px;
  transform: translateX(-44%);
  background: #e8f0ff;
  color: #1e5bff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 500;
}
.silver-prc-calculator .silver-calc-main .calculator-left .range-wrapper-silver .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #000000;
}
.silver-prc-calculator .silver-calc-main .calculator-left .cal-btn-range {
  background: #0065FF;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
.silver-prc-calculator .silver-calc-main .calculator-right {
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  min-height: 210px;
  min-width: 280px;
  text-align: center;
  position: relative;
}
@media (max-width: 980px) {
  .silver-prc-calculator .silver-calc-main .calculator-right {
    min-width: 100%;
    margin: 20px 0 0 0;
  }
}
.silver-prc-calculator .silver-calc-main .calculator-right::after {
  content: "";
  width: 255px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/bu/investment/gold/gold-calculator-img-right.png) no-repeat;
  background-size: 100%;
}
.silver-prc-calculator .silver-calc-main .calculator-right .silver-cal-text-1 {
  color: #253858;
  font-size: 14px;
}
.silver-prc-calculator .silver-calc-main .calculator-right .silver-cal-text-2 {
  font-size: 18px;
  font-weight: bold;
  color: #253858;
  margin: 6px 0;
}
.silver-prc-calculator .silver-calc-main .calculator-right .silver-cal-text-3 {
  font-size: 12px;
  color: #D44749;
}/*# sourceMappingURL=gold-rate.css.map */