@charset "UTF-8";
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes starshine1 {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
@keyframes starshine {
  0% {
    right: 200%;
  }
  to {
    right: -100%;
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list:focus {
  outline: 0;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-track:before {
  content: "";
  display: table;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  right: -25px;
}
.slick-next:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before {
  opacity: 1;
}
.slick-next:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}

.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  left: -25px;
}
.slick-prev:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:focus:before {
  opacity: 1;
}
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.p.bold {
  font-weight: 600;
}

p.bold {
  font-weight: 600;
}

.small {
  font-size: 14px;
  line-height: 26px;
}

.flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-with-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.colgrid_full {
  width: 100%;
}

.colgrid-1 {
  width: 8.3333333333%;
}

.colgrid-2 {
  width: 16.6666666667%;
}

.colgrid-3 {
  width: 25%;
}

.colgrid-4 {
  width: 33.3333333333%;
}

.colgrid-5 {
  width: 41.6666666667%;
}

.colgrid-6 {
  width: 50%;
}

.colgrid-7 {
  width: 58.3333333333%;
}

.colgrid-8 {
  width: 66.6666666667%;
}

.colgrid-9 {
  width: 75%;
}

.colgrid-10 {
  width: 83.3333333333%;
}

.colgrid-11 {
  width: 91.6666666667%;
}

.colgrid-12 {
  width: 100%;
}

.h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  margin-bottom: 14px;
}

h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 11px;
  margin-bottom: 11px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.exit-intent-popup-container.mobile .blue {
  color: #0065ff !important;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  position: relative;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 15px 0 30px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo {
  background: url("../../images/bu/nfo-exit-intent-bg.png") no-repeat right bottom, #fff;
  background-size: 587px;
  padding-bottom: 50px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo::after {
  content: "";
  background-image: url("../../images/bu/investment/nifty-nfo.png") !important;
  background-size: 369px;
  width: 369px;
  height: 233px;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  right: 18px;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-introducing-text {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-introducing-text .intro-text {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-introducing-text .intro-text {
    display: block;
    margin: 5px 0 0 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-text-intent {
  color: transparent;
  background: linear-gradient(90deg, #071957 0, #0065ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  max-width: 400px;
  font-weight: 700;
  margin: 10px 0 35px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row {
  max-width: 369px;
  display: flex;
  background: rgba(0, 101, 255, 0.0509803922);
  border-radius: 10px;
  padding: 20px 25px;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row::after {
  content: "";
  width: 1px;
  height: 71px;
  background: rgba(0, 101, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 9px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.rupee-icon-intent:before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background: url("../../images/bu/nfo-intent-rupee.svg") no-repeat 0 0;
  background-size: 18px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.date-icon-intent:before {
  content: "";
  display: flex;
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
  background: url("../../images/bu/nfo-intent-date.svg") no-repeat 0 0;
  background-size: 18px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-text {
  font-size: 20px;
  font-weight: 600;
  color: #18275b;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewbtn {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 26px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewplan-link {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-new.svg") !important;
  width: 307px;
  height: 306px;
  position: absolute;
  bottom: 53px;
  right: 36px;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
  background: #fff4e2;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
  z-index: 10;
  position: relative;
  font-size: 11px;
  text-align: right;
  margin-top: 0;
  color: rgba(37, 56, 88, 0.3);
  padding-top: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 6px;
  margin: 0;
  padding: 6px 12px 6px 32px;
  display: inline-flex;
  letter-spacing: 0;
  color: #106a32;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag span {
  font-weight: 400;
  font-size: 13px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
  border-color: #480798;
  background: #fff7f4;
  font-weight: 500;
  margin: 0 0 0 10px;
  padding-left: 38px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free::before {
  background: url("../../images/bu/tax-free-return-intent-icon.svg") no-repeat 0 0;
  content: "";
  height: 23px;
  width: 23px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span {
  font-weight: 500;
  color: #480798;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span sup {
  line-height: 12px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 32px !important;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 440px;
  position: relative;
  margin: 0 0 20px 0;
  color: rgba(37, 56, 88, 0.95);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0;
  font-size: 15px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .details-1 {
  font-size: 17px;
  margin: 15px 0 15px;
  color: rgba(37, 56, 88, 0.95);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
  position: relative;
  background: #ffe3b5;
  padding: 11px 15px 10px 30px;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 27px;
  width: 58%;
  margin: 10px 0 12px;
  left: -30px;
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
  font-size: 22px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
  font-size: 18px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan sup {
  font-size: 14px;
  line-height: 40px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
  font-size: 18px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small sup {
  font-size: 14px;
  line-height: 40px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 27px solid #ffe3b5;
  z-index: 0;
  right: -27px;
  border-left-width: 0;
  border-right-color: transparent;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 62%;
  gap: 2%;
  font-weight: 400;
  list-style: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.95);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 47%;
  margin: 0 0 3px;
  padding-left: 20px;
  display: flex;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../../images/bu/exit-intent-popup-bullet-tick.svg") !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::after {
  content: "";
  background: #6eaa50;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  border: 1px solid #fff5ef;
  top: 11px;
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li sup.arrow-disclaimer {
  position: relative;
  top: -4px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::before {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-sip.svg") !important;
  width: 374px;
  height: 252px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
  background: #a0b9f9;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left {
  max-width: 310px;
  position: relative;
  z-index: 1;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 {
  font-size: 30px;
  font-weight: 700;
  color: #142b66;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 .color-white {
  color: #fff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 {
  background: #ffeb00;
  border-radius: 12px;
  margin: 12px 0 17px;
  font-size: 22px;
  font-weight: 700;
  color: #142b66;
  display: inline-flex;
  padding: 10px 15px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
  font-size: 26px;
  font-weight: 600;
  color: #142b66;
  line-height: 36px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city {
  background: #f3f5ff;
  padding-bottom: 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city::after {
  background-size: 376px 309px;
  width: 376px;
  height: 309px;
  background-image: url(../../images/bu/investment/gift-page-exit-intent-img.png) !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .tax-free-tag .tax-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #29a71a;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  height: 32px;
  width: 155px;
  color: #fff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content h2 {
  font-size: 40px !important;
  max-width: 480px;
  margin-top: 6px;
  line-height: 50px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content h2 sup {
  font-size: 12px;
  position: relative;
  top: -10px;
  font-weight: 400;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .gift-pointer .gift-pointer-row {
  background: #fff;
  border-left: 3px solid #0065ff;
  padding: 15px;
  border-radius: 10px;
  max-width: 304px;
  min-height: 60px;
  display: flex;
  align-items: center;
  color: #253858;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0 0 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .gift-pointer .gift-pointer-row::before {
  content: "";
  background: url(../../images/bu/investment/tax-free-gift-icon.svg) no-repeat 0 0;
  width: 30px;
  height: 31px;
  display: flex;
  margin-right: 8px;
  min-width: 30px;
  background-size: 100%;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .gift-pointer .gift-pointer-row:nth-child(2)::before {
  background: url(../../images/bu/investment/gift-page-globe-icon.svg) no-repeat 0 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .viewplan-link {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1490196078);
  max-width: 240px;
  padding: 14px 0;
}

#investment-interlinking-widget.investment-interlinking-widget {
  display: block;
  width: 100%;
  max-width: 779px;
  text-align: left;
  margin: 40px 0 60px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}
#investment-interlinking-widget.investment-interlinking-widget .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
  margin: 0;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist {
  display: flex;
  height: 254px;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 10px;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  text-decoration: none;
  color: #0065ff;
  align-items: center;
  padding: 16px 12px 8px;
  width: 100%;
  min-height: 72px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -webkit-line-clamp: 2;
  line-height: 24px;
  -webkit-box-orient: vertical;
  position: relative;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist li a::after {
  content: "";
  background: #fff;
  width: 100%;
  border-radius: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#investment-interlinking-widget.investment-interlinking-widget .flexlist.dynamic-interlinking-investment {
  height: auto;
  padding-bottom: 10px;
}
#investment-interlinking-widget.investment-interlinking-widget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button .arrow {
  position: relative;
  font-size: 0px;
}
#investment-interlinking-widget.investment-interlinking-widget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 40px;
  display: inline;
  border: 0;
  cursor: pointer;
}
#investment-interlinking-widget.investment-interlinking-widget .link button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}
#investment-interlinking-widget.investment-interlinking-widget .link button .arrow {
  position: relative;
  font-size: 0px;
}
#investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button.active::after {
  transform: rotate(225deg);
  top: 3px;
}
#investment-interlinking-widget.investment-interlinking-widget .link button.active::after {
  transform: rotate(225deg);
  top: 3px;
}

#investment-interlinking-widget.investment-interlinking-widget.heightAutoDiv .flexlist {
  height: auto;
  overflow: visible;
}

.pb-navbar-wrapper .pb-nav ul.nav {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.build-in-cover {
  position: relative;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #0065ff;
  border-radius: 0 0 20px 20px;
  top: -20px;
  border-top: 0;
  width: 160px;
  display: block;
  background: rgba(0, 101, 255, 0.05);
  color: #0065ff;
  font-weight: 600;
}

.build-in-cover.nri {
  top: -20px;
}

.build-in-cover.ng-tag {
  font-size: 11px;
  top: 0;
  position: absolute;
  left: initial;
  right: 10px;
  width: 120px;
}

.loading_content {
  width: 24px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0065ff;
  --_m: conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: s3 1s infinite linear;
}

.load_text {
  display: flex;
  align-items: center;
  width: 76px;
  margin: 0 auto;
}
.load_text .loading_text {
  font-size: 12px;
  display: inline-block;
  padding-left: 10px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

:root {
  --white: #fff;
  --light-blue: #F2F7FF;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4C4C4D;
  --disable-color: ##949494;
  --shadowblue: #FAFCFF;
  --gray: #D6D6D6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994EB;
  --green: #2DBC13;
  --orange: #FF5420;
  --lightgreen: #B6F4B4;
  --lightred: #F4B4B4;
  --pink-bg: #FFD8D9;
  --yellow-bg: #FFDEA3;
  --pink: #A73740;
  --pink-light: #7F5900;
  --purple: #5D50D8;
  --purple-light: #D9D8F6;
  --brown: #7F5900;
  --brown-light: #D9D8F6;
  --page-max-width: 1170px;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  color: var(--black);
}

#policybazaar {
  width: 100%;
  margin-top: 20px;
}
#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -27px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
  transition: all 0.2s ease-in;
  line-height: 26px;
}
#policybazaar .investment-bg .nri-secure-tag:hover {
  text-decoration: underline;
  color: red;
}
#policybazaar .nre-revamp .investment-bg .nri-secure-tag {
  line-height: inherit;
  background: #ebeffc;
  font-size: 9px;
  background-size: 10px;
  font-weight: 400;
  padding: 3px;
  right: 9px;
  bottom: -18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  color: #5b50d0;
  text-transform: lowercase;
}
#policybazaar .nre-revamp .investment-bg .nri-secure-tag::before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: url("../../images/bu/investment/secure-icon.svg") no-repeat 0 0/10px;
}

:focus {
  outline: 0;
}

.tncapply {
  font-size: 12px;
  justify-content: right;
  margin-right: 7px;
}

a {
  outline: 0;
}

button {
  outline: 0;
}

input {
  outline: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:focus textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input::-ms-clear {
  display: none;
}

li {
  outline: 0;
}

ol.ul {
  outline: 0;
}

select {
  outline: 0;
}
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

textarea {
  outline: 0;
}
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.pagecontainer {
  width: 1170px;
  clear: both;
}

.pagecontainer.layoutcenter {
  margin: 0 auto;
}

.contentLeft {
  width: 65%;
}

.stickyfooter .bold {
  font-weight: 600;
}
.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -100%;
  transition: bottom 0.2s ease-in;
}
.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}
.stickyfooter .closesticky:hover {
  opacity: 1;
}
.stickyfooter .closesticky:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .sticky {
  background-color: var(--blue01);
  padding: 10px 0;
  background-color: #012157;
}
.stickyfooter .sticky .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.stickyfooter .sticky .left .text {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
}
.stickyfooter .sticky .left .text-custome {
  color: #fff;
}
.stickyfooter .sticky .left .text-custome .largetext {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
.stickyfooter .sticky .right {
  width: 50%;
  display: flex;
  align-items: center;
  width: 50%;
}
.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
}
.stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #fff !important;
  width: 100%;
}
.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
  display: none;
}
.stickyfooter .sticky .right .ctaform .forminput input {
  font-size: 16px;
  line-height: 27px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}
.stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
  line-height: 27px;
  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;
  padding-right: 27px;
  padding-right: 27px;
  margin-left: 0;
  width: 90px;
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}
.stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
  left: 40%;
}
.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;
}
.stickyfooter .sticky .right button:disabled {
  background: #005be6;
  cursor: not-allowed;
}
.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}
.stickyfooter .sticky .right .mobileSticky {
  display: none;
}
.stickyfooter .sticky .stickyinfowrapper_custome {
  width: 70%;
}
.stickyfooter .sticky .pagecontainer {
  width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 10px 0 10px;
  box-sizing: border-box;
}
.stickyfooter .sticky .pagecontainer .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 60px;
}
.stickyfooter .sticky .pagecontainer .left:before {
  content: "";
  background: url("../../images/bu/investment/sticky-footer-img-nre.svg") no-repeat center center;
  width: 150px;
  height: 70px;
  position: absolute;
  left: -100px;
  bottom: -10px;
  background-size: 88px;
}
.stickyfooter .sticky .pagecontainer .right {
  align-items: center;
  display: flex;
}
.stickyfooter .sticky .heading-sticky {
  width: 100%;
  line-height: 18px;
  font-size: 18px;
  margin: 8px 0 8px 0;
  color: #fff;
  font-weight: 500;
}
.stickyfooter .sticky .heading-sticky span {
  color: #35cb60;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 0;
}
.stickyfooter .sticky .heading-sticky span::after {
  content: "";
  background: url("../../images/bu/investment/sticky-footer-coin.svg") no-repeat center center;
  margin: 0 0 0 5px;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.stickyfooter .sticky .text {
  width: 100%;
  line-height: 18px;
  font-size: 18px;
  color: #253858;
  font-weight: 500;
}
.stickyfooter .sticky .text .premiumPlan {
  font-weight: 700;
  color: #00aeff;
}
.stickyfooter .sticky .text .premiumPlan sup {
  font-size: 10px;
}
.stickyfooter .sticky .text .inbuiltlifecovergreen {
  color: #089903;
}
.stickyfooter .sticky .ctaform {
  display: flex;
  align-items: center;
}
.stickyfooter .sticky .ctaform .forminput {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.stickyfooter .sticky .ctaform .forminput select {
  width: 90px;
  min-height: 46px;
  border: none;
  padding: 0 20px 0 10px;
  margin-right: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stickyfooter .sticky .ctaform .forminput input {
  width: calc(100% - 130px);
  min-height: 46px;
  border: none;
  padding: 0 10px;
  border-radius: 8px;
}
.stickyfooter .sticky .ctaform .forminput .cCode {
  width: 50px;
  height: 46px;
  display: flex;
  align-items: center;
}
.stickyfooter .sticky .ctaform .forminput.error .err {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #e21313;
}
.stickyfooter .sticky .ctaform.mobile {
  display: none;
}
.stickyfooter .sticky .mobileSticky {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  width: 180px;
  font-size: 12px;
  padding: 16px 8px;
  border-radius: 8px;
  margin-left: 8px;
}
.stickyfooter .sticky .mobileSticky:disabled {
  background: #005be6;
  font-size: 0px;
  height: 46px;
  cursor: not-allowed;
}
.stickyfooter .sticky .mobileSticky: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: 27%;
  transform: translate(0, -50%);
  right: 4px;
  left: 0;
  margin: 0 auto;
}
.stickyfooter .sticky .submitSticky {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  width: 180px;
  font-size: 12px;
  padding: 16px 8px;
  border-radius: 8px;
  margin-left: 8px;
}
.stickyfooter .sticky .submitSticky:disabled {
  background: #005be6;
  font-size: 0px;
  height: 46px;
  cursor: not-allowed;
}
.stickyfooter .sticky .submitSticky: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: 27%;
  transform: translate(0, -50%);
  right: 4px;
  left: 0;
  margin: 0 auto;
}

.form_icon {
  background-image: url("../../images/bu/mixedlayout-icon.svg");
  background-repeat: no-repeat;
}

.breadcrumbinner .breadcrumb li:first-child {
  margin-right: 0 !important;
}
.breadcrumbinner .breadcrumb li:first-child span {
  display: none;
}

#countryDisplayName {
  position: absolute;
  top: 48%;
  left: 50px;
  max-width: 52px;
  overflow: hidden;
  font-size: 16px;
  pointer-events: none;
  font-weight: 500;
  transform: translate(0, -50%);
  text-align: left;
}

.mixedlayout {
  position: relative;
}
.mixedlayout article {
  width: 70%;
}
.mixedlayout article .link-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.mixedlayout article .list {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  padding-left: 90px;
}
.mixedlayout article .list:last-child {
  margin-bottom: 0;
}
.mixedlayout article .list .ico {
  width: 60px;
  height: 70px;
  position: absolute;
  left: 0;
}
.mixedlayout article .list .ico.ti_icon {
  background: url("../../images/bu/benefit-term.png") no-repeat 0 0;
  background-size: 100%;
}
.mixedlayout article .list .ico.li_icon {
  background: url("../../images/bu/benefit-life.png") no-repeat 0 0;
  background-size: 100%;
}
.mixedlayout article .list .productname {
  color: var(--black);
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-size: 12px;
}
.mixedlayout article .list .h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
.mixedlayout article .list .h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
}
.mixedlayout article .list .h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 50px;
  bottom: -10px;
}
.mixedlayout article .list h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
.mixedlayout article .list h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
}
.mixedlayout article .list h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 50px;
  bottom: -10px;
}
.mixedlayout article .list .product-link {
  margin-right: 10px;
  margin-top: 10px;
}
.mixedlayout article .list .product-link:last-child {
  margin-right: 0;
}
.mixedlayout article .list .product-link span {
  color: var(--black);
  border: 1px solid var(--gray);
  background-color: var(--shadowblue);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: calc(var(--font-size) - 2px);
  display: inline-block;
}
.mixedlayout article.blue {
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  margin: 30px 0;
  width: 70%;
}

aside {
  top: 0;
  transition: top 0.2s linear;
}

aside.sticky {
  position: fixed;
  z-index: 100;
  width: 393px;
  top: 120px;
  left: calc(var(--page-max-width) - 393px);
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px 20px 15px 20px;
  width: 100%;
  max-width: 393px;
  float: right;
  top: 0;
  right: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
}
.form_mixed_layout::before {
  content: "";
  width: 92%;
  background: #40bc70;
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.form_mixed_layout .h4 {
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}
.form_mixed_layout .h4 .heading {
  font-size: 21px;
  line-height: 22px;
}
.form_mixed_layout .h4 .heading-nri {
  font-size: 21px;
  line-height: 22px;
}
.form_mixed_layout .h4 .heading-nri.blue {
  line-height: 26px;
  margin: 0;
}
.form_mixed_layout .h4 .heading.blue {
  line-height: 26px;
  margin: 0;
}
.form_mixed_layout .h4 .description {
  font-size: 14px;
  font-weight: 400;
}
.form_mixed_layout .h4 .description span.greenText {
  font-size: 18px;
  line-height: 25px;
  color: #089903;
  font-weight: 500;
}
.form_mixed_layout .h4 .description-nri {
  font-size: 14px;
  font-weight: 400;
}
.form_mixed_layout .h4 .description-nri span.greenText {
  font-size: 18px;
  line-height: 25px;
  color: #089903;
  font-weight: 500;
}
.form_mixed_layout .form_box {
  display: none;
}
.form_mixed_layout .form_box.active {
  display: block;
}
.form_mixed_layout .forminput {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.form_mixed_layout .forminput li {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin: 20px 10px;
  padding: 0 5px;
  position: relative;
}
.form_mixed_layout .forminput li .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.form_mixed_layout .forminput li .ico.usericon {
  background-position: 0 -454px;
}
.form_mixed_layout .forminput li .ico.dob {
  background-position: 0 -372px;
}
.form_mixed_layout .forminput li .ico.email {
  background-position: 0 -329px;
}
.form_mixed_layout .forminput li .ico.mobile-ico {
  background-position: 0 -413px;
}
.form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}
.form_mixed_layout .forminput li .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}
.form_mixed_layout .forminput li .genderselect .female {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}
.form_mixed_layout .forminput li .genderselect .male {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}
.form_mixed_layout .forminput li .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.form_mixed_layout .forminput li .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form_mixed_layout .forminput li .genderselect .radio.active {
  border: 1px solid var(--blue);
}
.form_mixed_layout .forminput li .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form_mixed_layout .forminput li .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}
.form_mixed_layout .forminput li .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
}
.form_mixed_layout .forminput li .error.err ~ .nri-secure-tag {
  display: none;
}
.form_mixed_layout .forminput li input {
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  min-height: 46px;
}
.form_mixed_layout .forminput li select {
  font-size: 16px;
  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 45px;
}
.form_mixed_layout .forminput li input.pd10 {
  padding: 10px;
}
.form_mixed_layout .forminput li .ageyears {
  background: #f2f7fe;
  color: #0563f6;
  width: 100px;
  height: 30px;
  margin: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}
.form_mixed_layout .forminput li .ageyears.show {
  display: flex;
}
.form_mixed_layout .forminput li .country {
  width: 100px;
  display: flex;
  align-items: center;
}
.form_mixed_layout .forminput li .country select {
  border: none;
}
.form_mixed_layout .forminput li .country .countrycode {
  width: 60px;
  box-sizing: border-box;
  padding-left: 8px;
  border-right: 1px solid #ccc;
}
.form_mixed_layout .forminput li button {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto 10px;
  border: none;
  padding: 14px 20px;
  position: relative;
}
.form_mixed_layout .forminput li button:disabled {
  background: #005be6;
  cursor: not-allowed;
}
.form_mixed_layout .forminput li button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}
.form_mixed_layout .forminput li button:hover {
  background: #005be6;
}
.form_mixed_layout .forminput li .secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}
.form_mixed_layout .forminput li .secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  margin-left: 6px;
}
.form_mixed_layout .forminput li.has_radio {
  margin: 5px 20px 20px 20px;
}
.form_mixed_layout .forminput li.noborder {
  border: none;
}
.form_mixed_layout .forminput li.mt0 {
  margin: 0 15px;
}
.form_mixed_layout .forminput li.registration_check {
  margin: 17px 10px 30px;
}
.form_mixed_layout .termCondition {
  font-size: calc(var(--font-size) - 6px);
  color: var(--black);
  text-align: center;
  margin: 8px 0;
  display: block;
}
.form_mixed_layout .termCondition a {
  color: var(--blue);
}
.form_mixed_layout .termCondition a:hover {
  text-decoration: underline;
}
.form_mixed_layout .termCondition.nritnc {
  background: #fdf1e5;
  display: block;
  line-height: 24px;
  color: #eb893a;
  width: 240px;
  margin: 0 auto 8px;
  border-radius: 4px;
  padding-left: 22px !important;
  position: relative;
}
.form_mixed_layout .termCondition.nritnc:before {
  content: "i";
  background: #eb893a;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 15px;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 8px;
  margin: 10px auto 20px;
}
.tab li {
  padding: 15px;
  text-align: center;
  color: var(--disable-color);
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.tab li:first-child {
  border-right: 1px solid var(--brdgray);
}
.tab li.active {
  color: var(--blue);
}
.tab li.active:after {
  content: "";
  width: 90%;
  background: var(--blue);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.tab li.style-1 {
  color: var(--white);
  padding: 10px;
}
.tab li.style-1.active {
  color: var(--black);
  background-color: var(--white);
}
.tab li.style-1.active:after {
  display: none;
}

.tab.wd350 {
  max-width: 350px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

.container {
  max-width: var(--page-max-width);
  margin: 0 auto;
}

.disclaimer.mr-none {
  margin: 0 auto;
  padding: 0 12px 15px;
  width: 1170px;
}
.disclaimer.mr-none p {
  font-size: 10px;
  margin: 0;
  line-height: 16px;
}

.pagecontent {
  position: relative;
}
.pagecontent .h2 {
  margin: 50px 0 30px;
}
.pagecontent .h2.mt100 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pagecontent .h2.wt {
  font-weight: 500;
}
.pagecontent .short {
  width: 64% !important;
  display: flex;
  border-radius: 8px !important;
  padding: 10px !important;
  box-sizing: border-box;
  flex-direction: column;
}
.pagecontent .leftSection {
  width: 100%;
}
.pagecontent .rightSection {
  width: 33%;
  display: none;
}
.pagecontent .blue {
  background-color: var(--light-blue);
}
.pagecontent .product_info {
  display: block;
  width: 100%;
}
.pagecontent .sapretor_with_text {
  color: var(--black);
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
  margin-bottom: 10px;
}
.pagecontent .sapretor_with_text span {
  position: relative;
  z-index: 1;
  background: #f2f7fe;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.pagecontent .sapretor_with_text hr {
  width: 100%;
  height: 1px;
  background: var(--brdgray);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-bottom: 10px;
  transform: translate(0, -50%);
  margin: 0;
}
.pagecontent .sapretor_with_text.first {
  margin: 10px 0;
  text-rendering: optimizeLegibility;
}
.pagecontent .feature_benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.pagecontent .feature_benefits li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.pagecontent .feature_benefits li:last-child {
  margin: 0;
}
.pagecontent .feature_benefits li .daimond {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--blue);
  position: absolute;
  left: 0;
  left: -5px;
  top: -2px;
}
.pagecontent .feature_benefits li .daimond:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--blue);
}
.pagecontent .feature_benefits p {
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.pagecontent .feature_benefits .small {
  font-weight: 400;
  line-height: 22px;
}
.pagecontent .feature_benefits .tag_lable {
  margin: 10px 0;
}
.pagecontent .feature_benefits .tag_lable span {
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
}
.pagecontent .feature_benefits .tag_lable span.green {
  background-color: var(--lightgreen);
}
.pagecontent .feature_benefits .tag_lable span.red {
  background-color: var(--lightred);
  text-decoration: line-through;
}

.blue {
  color: #0065ff !important;
}

.featureBox {
  background: #f1f7ff;
  border-radius: 16px;
  padding: 0 20px 50px 20px;
  margin: 30px 0 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.featureBox .left {
  width: 48%;
  max-height: 370px;
}
.featureBox .right {
  width: 48%;
}
.featureBox .akshayBanner {
  position: relative;
  position: relative;
  left: 20px;
  height: 255px;
  overflow: hidden;
  top: 17px;
}
.featureBox .akshayBanner img {
  width: 63%;
}
.featureBox .akshayBanner .content-placeholder {
  position: absolute;
  top: 0;
  width: 124px;
  font-size: 14px;
  color: #000;
  text-align: center;
  top: 131px;
  font-weight: 600;
  left: 167px;
  display: none;
  transform: rotate(3deg);
}
.featureBox .akshayBanner .content-placeholder span p {
  margin: 0;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
}
.featureBox .akshayBanner .content-placeholder span p:first-child {
  font-weight: 500;
}
.featureBox .akshayBanner .content-placeholder .highlight {
  color: #0065ff;
  line-height: 24px;
}
.featureBox .common_heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin-bottom: 20px;
}
.featureBox .common_heading_nri {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: var(--black);
  margin-bottom: 20px;
}
.featureBox .feature_pointer {
  position: relative;
  top: 0;
  display: none;
}
.featureBox .feature_pointer .listitem {
  background: #fff;
  box-shadow: 0 3px 20px #e3d5ff;
  border-radius: 8px;
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 0;
  margin: 0 0 10px 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  padding: 7px 10px 3px;
}
.featureBox .feature_pointer .listitem:first-child {
  margin: 0 0 0 60px;
}
.featureBox .feature_pointer .listitem:nth-child(2) {
  margin: 10px 0 12px;
}
.featureBox .feature_pointer .listitem:nth-child(3) {
  position: absolute;
  left: 132px;
  bottom: -10px;
}
.featureBox .feature_pointer .listitem .icon {
  width: 50%;
  max-width: 75px;
}
.featureBox .feature_pointer .listitem .icon img {
  width: 100%;
}
.featureBox .feature_pointer .listitem .text {
  width: 50%;
}
.featureBox .feature_pointer .listitem .text .bigtext {
  text-align: left;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding-left: 20px;
}
.featureBox .feature_pointer .listitem .text .bigtext sup {
  position: relative;
  top: 0;
  left: -3px;
}
.featureBox .feature_pointer .listitem .text .bigtext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #5bc456;
  position: absolute;
  left: 7px;
  top: 3px;
}
.featureBox .pointer {
  list-style: none;
  align-items: center;
}
.featureBox .pointer li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  color: var(--black);
  width: 100%;
}
.featureBox .pointer li:last-child {
  margin-bottom: 0;
}
.featureBox .pointer .icon {
  width: 46px;
  display: block;
  position: relative;
  top: 5px;
}
.featureBox .pointer .icon img {
  width: 36px;
  height: auto;
}
.featureBox .pointer .text {
  margin-left: 5px;
}
.featureBox .pointer .text .bigtext {
  line-height: 16px;
  margin-bottom: 5px;
}
.featureBox .pointer .text .bigtext sup {
  font-size: 9px;
}
.featureBox .pointer .text .bigtext sup .form_mixed_layout .h4 .heading-nri.blue sup {
  font-size: 14px;
}
.featureBox .pointer .text .bigtext sup .form_mixed_layout .h4 .heading-nri.blue sup .description-nri span.greenText sup {
  font-size: 13px;
}
.featureBox .pointer .text .bigtext sup + sup {
  font-size: 12px;
}
.featureBox .bigtext {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--black);
  line-height: 26px;
}
.featureBox .bigtext .sm {
  font-size: 10px;
  font-weight: 400;
}
.featureBox .smalltext {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--black);
  display: block;
  line-height: 20px;
  max-width: 100%;
}

.featureBox.bgnone {
  background: 0 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  overflow-x: scroll;
}
.featureBox.bgnone::-webkit-scrollbar {
  width: 0;
}
.featureBox.bgnone::-webkit-scrollbar-track {
  background: 0 0;
}
.featureBox.bgnone::-webkit-scrollbar-thumb {
  background: 0 0;
}
.featureBox.bgnone::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
.featureBox.bgnone .feature_pointer {
  display: flex;
}
.featureBox.bgnone .feature_pointer .listitem {
  padding: 10px;
  margin: 10px;
  width: 155px;
}
.featureBox.bgnone .feature_pointer .listitem .bigtext {
  line-height: 16px;
}
.featureBox.bgnone .feature_pointer .listitem:nth-child(2) {
  margin: 10px;
  width: 155px;
}
.featureBox.bgnone .feature_pointer .listitem:nth-child(2) .text .bigtext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #5bc456;
  position: absolute;
  left: 20px;
  top: 4px;
}
.featureBox.bgnone .feature_pointer .listitem .text .bigtext:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #5bc456;
  position: absolute;
  left: 20px;
  top: 4px;
}

.topPlanContent {
  width: 100%;
}

.planTable_title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px 0;
}

.pensionPlanTable {
  padding: 0 0;
  display: block;
  border: 1px solid #e8e6e6;
}

.planTable {
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0 0 5px;
  margin: 20px 0;
}
.planTable .saperator {
  color: #0652dd;
  font-size: 15px;
  text-align: center;
  padding: 2px 0;
  background: rgba(69, 107, 216, 0.5);
  font-weight: 600;
}
.planTable .header {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #efefef;
  padding: 13px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.planTable .header li .vs {
  background: #fff;
  padding: 0 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0;
  z-index: 1;
}
.planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}
.planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  border-radius: 10px 0 0 0;
}
.planTable .header li:first-child:after {
  display: none;
}
.planTable .header li:last-child {
  text-align: center;
}
.planTable .header li:last-child:after {
  display: none;
}
.planTable .header.col5 li {
  width: 20%;
}
.planTable .tablecontent {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: 1px;
  background-color: #efefef;
  left: 0;
  right: 0;
}
.planTable .tablecontent li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.planTable .tablecontent li .yes {
  background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
.planTable .tablecontent li .no {
  background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
.planTable .tablecontent li .infoicon {
  background: url(../../images/new-home/navigation_icon_img.png?v=12) no-repeat 0 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: -4px -231px;
  bottom: 0;
  right: -15px;
  cursor: pointer;
}
.planTable .tablecontent li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0 auto;
  height: 30px;
  background-color: #efefef;
  right: 7px;
}
.planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  justify-content: initial;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}
.planTable .tablecontent li:first-child:after {
  display: none;
}
.planTable .tablecontent li:last-child {
  text-align: center;
}
.planTable .tablecontent li:last-child:after {
  display: none;
}
.planTable .tablecontent.col5 li {
  width: 20%;
}

.kbowmoreButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #fd4705;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 20px;
  cursor: pointer;
  border: 1px solid #fd4705;
  box-shadow: 1px 1px 5px #ccc;
}

.investment-option-slider {
  display: block;
  position: relative;
}
.investment-option-slider .ghi-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}
.investment-option-slider .ghi-heading strong {
  font-weight: 600;
}
.investment-option-slider h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}
.investment-option-slider h2 strong {
  font-weight: 600;
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}
.investment-option-slider .option-slider .slick-next {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  right: 10px;
  z-index: 10;
}
.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  left: 10px;
  z-index: 10;
}
.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}
.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}
.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}
.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}
.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}
.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}
.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}
.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:hover {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert:visited {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert.active {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active {
  color: #0065ff;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}
.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}
.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}
.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}
.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}
.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}
.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}
.investment-option-slider .option-slider.full {
  width: 1140px;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 79px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner-img {
  cursor: pointer;
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}
.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}
.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}
.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}
.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}
.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}
.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}
.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}
.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section {
  padding: 20px 20px;
}
.trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBy.section p b {
  color: #1b292c;
}
.trustedBy.section .slick-list {
  padding-left: 0 !important;
}

.trustedBysection {
  padding: 20px 20px;
}
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBysection p b {
  color: #1b292c;
}
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}
.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
  margin: 20px 0 10px;
}
.leftSection .h2:first-letter {
  text-transform: uppercase;
}
.leftSection .h2 a {
  color: #0065ff;
}
.leftSection h1 {
  color: #253858;
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.leftSection h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
  margin: 20px 0 10px;
}
.leftSection h2:first-letter {
  text-transform: uppercase;
}
.leftSection h2 a {
  color: #0065ff;
}
.leftSection {
  width: 758px;
  float: left;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}
.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.leftSection .mf-h1 h1 {
  display: inline-block;
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}
.leftSection .left_fullbanner img {
  width: 100%;
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}
.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}
.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
  margin-bottom: 0;
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}
.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}
.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}
.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}
.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}
.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .hlvdata-block input {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}
.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.leftSection .single_image img {
  float: right;
  padding: 10px;
}
.leftSection .icon-div .sprite_content {
  display: none;
}
.leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .h2.mt0 {
  margin-top: 0;
}
.leftSection h2.mt0 {
  margin-top: 0;
}
.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}
.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}
.leftSection #top_plans.titleFormat {
  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 #ccc;
  padding-bottom: 5px;
}
.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--black);
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .footable {
  width: 100%;
}
.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}
.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}
.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}
.leftSection table .btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table button.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}
.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}
.leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}
.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
  width: 36%;
  margin-right: 2%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}
.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}
.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}
.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}
.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}
.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}
.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}
.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}
.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}
.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}
.leftSection .number-listing-box li b {
  display: block;
}
.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}
.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}
.leftSection .number-listing-box li ul li:after {
  content: none;
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}
.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}
.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}
.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}
.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .data_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}
.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}
.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul li li {
  background: 0 0;
}
.leftSection .faqsWrap ul li:before {
  display: none;
}
.leftSection .faqsWrap ul li .h2 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li .h2 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h2 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li .h3 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li .h4 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li h2 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h2 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h2 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h2 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li h3 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li h4 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h3 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li .h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h3 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}
.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}
.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}
.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.leftSection .h2.tp0 {
  margin-top: 0;
}
.leftSection h2.tp0 {
  margin-top: 0;
}
.leftSection #sip-calculator_graph .h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph h1 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.leftSection .plan_your_investment_wrap .h2 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.leftSection .plan_your_investment_wrap h1 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.leftSection .plan_your_investment_wrap h2 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection p.disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px 1%;
  font-size: 10px;
  background: 0 0;
  line-height: 17px !important;
  letter-spacing: 0;
  text-align: left;
}
.leftSection .key-feature-wrapper .number-listing-box li h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  display: inline;
}
.leftSection .key-feature-wrapper .number-listing-box li h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  display: inline;
}

.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}
.tcondition .left {
  float: left;
}
.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}
.rightSection > .card {
  margin-top: 0;
}
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
}
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-repeat: no-repeat;
  background-position: 0 51px;
}
.rightSection .webp .allimg {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009);
  background-size: 100px 4942px;
}
.rightSection img[alt] {
  font-size: 0;
}
.rightSection .mt-0 {
  margin-top: 0;
}
.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}
.rightSection .graphDiv img {
  max-width: 100%;
}
.rightSection .graphDiv.first {
  margin-top: 0;
}
.rightSection .calculateBtn {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  width: 50%;
  margin-right: 5%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns {
  width: 50%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}
.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}
.rightSection .fdcalculator .h3.white {
  color: #fff;
}
.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}
.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}
.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
  padding: 10px 0;
}
.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}
.rightSection .fdcalculator .calculate_compare_result table td:first-child {
  color: #f90;
}
.rightSection .fdcalculator .calculate_compare_result table td:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.rightSection .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;
}
.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}
.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.rightSection .card.calculator {
  padding: 0;
}
.rightSection .card.insurers {
  padding: 0;
}
.rightSection .card.travelguide {
  padding: 0;
}
.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}
.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}
.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}
.rightSection .card.list_typeA {
  padding-bottom: 20px;
}
.rightSection .card.list_typeA .card_heading {
  padding: 0;
}
.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}
.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}
.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}
.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}
.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}
.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}
.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}
.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}
.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}
.rightSection .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;
}
.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}
.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}
.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}
.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}
.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}
.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}
.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}
.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}
.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}
.rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection .fieldsWrapper input[type=tel] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}
.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}
.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}
.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}
.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}
.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.rightSection .calculatorsList li {
  font-size: 14px;
}
.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}
.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}
.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}
.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}
.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}
.rightSection .card.articles .insurerBlock:after {
  display: none;
}
.rightSection .card_heading {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}
.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}
.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}
.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}
.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}
.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}
.rightSection .allCalc.saving {
  background-position: 8px -45px;
}
.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}
.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}
.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}
.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}
.rightSection .allCalc.other {
  background-position: 8px -672px;
}
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}
.rightSection .allCalc.lic {
  background-position: 8px -476px;
}
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}
.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}
.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}
.rightSection .allCalc.sip {
  background-position: 8px -764px;
}
.rightSection .allCalc.fd {
  background-position: 8px -814px;
  background-position: 8px -812px;
}
.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}
.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}
.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}
.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}
.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}
.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}
.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}
.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}
.rightSection .allCalc.investment {
  background-position: 8px -621px;
}
.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}
.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}
.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}
.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}
.rightSection .bajaj-allianz-life_icon {
  background-position: -2px -97px;
}
.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}
.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}
.rightSection .edelweiss-life_icon {
  background-position: 0 -293px;
}
.rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}
.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}
.rightSection .HDFC_icon {
  background-position: 1px -1468px;
}
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}
.rightSection .icici-life_icon {
  background-position: -67px 13px;
}
.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}
.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}
.rightSection .max-life_icon {
  background-position: 3px -685px;
}
.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}
.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}
.rightSection .SBI_icon {
  background-position: 1px -1031px;
}
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}
.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}
.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}
.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}
.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}
.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}
.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}
.rightSection .digit-general_icon {
  background-position: -1px -216px;
}
.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}
.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}
.rightSection .ICICI_icon {
  background-position: -67px 13px;
}
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}
.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}
.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}
.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}
.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}
.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}
.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}
.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}
.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}
.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}
.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}
.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}
.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}
.rightSection .Reliance_icon {
  background-position: 1px -883px;
}
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}
.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}
.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}
.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}
.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}
.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}
.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}
.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}
.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}
.rightSection .kotak-general_icon {
  background-position: 1px -557px;
}
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}
.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}
.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}
.rightSection .star-general_icon {
  background-position: 2px -1091px;
}
.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}
.rightSection .max-general_icon {
  background-position: 3px -685px;
}
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}
.rightSection .Axis_icon {
  background-position: -67px -63px;
}
.rightSection .UTI_icon {
  background-position: -67px -399px;
}
.rightSection .LIC_icon {
  background-position: -67px -489px;
}
.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}
.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}
.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}
.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}
.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}
.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}
.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}
.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .no {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .no.active {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}
.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}
.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}
.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(-45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.fd_bankwise {
  margin: 20px 0 0;
}
.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-3:last-child() {
  border: 0;
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-4:last-child() {
  border: 0;
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}
.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}
.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}
.blue-block .leftSection span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.figer {
  font-size: 13px;
  display: block;
  color: #005387;
}
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}
.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}
.insurer-language .insurer-by-company-title .h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}
.insurer-language h4 span {
  vertical-align: text-top;
}
.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}
.insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
  left: -27px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}
.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in {
  background-position: 0 -90px;
}

.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.animated-banner {
  margin-bottom: 20px;
}
.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}
.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}
.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

h2.underline {
  position: relative;
}
h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}
h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

.footable {
  width: 100%;
}
.footable #bankwise_table {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  border: solid 0.8px rgba(47, 100, 213, 0.2);
}
.footable #bankwise_table tr {
  display: flex;
  justify-content: space-between;
}
.footable #bankwise_table tr:first-child {
  border: none;
}
.footable #bankwise_table tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: flex-start;
  width: 33%;
  border-collapse: collapse;
  border: none;
  color: #000;
  border-right: solid 0.8px #e1e1e1;
}
.footable #bankwise_table tr td:nth-child(2) {
  justify-content: center;
}
.footable #bankwise_table tr td:nth-child(3) {
  justify-content: center;
}
.footable #bankwise_table tr td a {
  display: flex;
  align-items: center;
}
.footable #bankwise_table tr td i {
  cursor: pointer;
  color: #0563f6;
  font-style: normal;
}
.footable #bankwise_table tr td i:hover {
  text-decoration: underline;
}
.footable #bankwise_table tr td:last-child {
  justify-content: center;
  border: none;
}
.footable #bankwise_table tr td .bank-logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../../images/bu/logos-bank.png") no-repeat;
  background-size: 50px 1373px;
}
.footable #bankwise_table tr td .bank-logo.axis-bank {
  background-position: -5px -1181px;
}
.footable #bankwise_table tr td .bank-logo.bandhan-bank {
  background-position: -5px -14px;
}
.footable #bankwise_table tr td .bank-logo.bank-of-baroda {
  background-position: -5px -83px;
}
.footable #bankwise_table tr td .bank-logo.canara-bank {
  background-position: -5px -564px;
}
.footable #bankwise_table tr td .bank-logo.central-bank-of-india {
  background-position: -5px -358px;
}
.footable #bankwise_table tr td .bank-logo.bank-of-india {
  background-position: -5px -153px;
}
.footable #bankwise_table tr td .bank-logo.dbs-bank {
  background-position: -5px -288px;
}
.footable #bankwise_table tr td .bank-logo.duetsche-bank {
  background-position: -5px -426px;
}
.footable #bankwise_table tr td .bank-logo.hdfc-bank {
  background-position: -5px -632px;
}
.footable #bankwise_table tr td .bank-logo.hsbc-bank {
  background-position: -5px -701px;
}
.footable #bankwise_table tr td .bank-logo.idfc-bank {
  background-position: -5px -1250px;
}
.footable #bankwise_table tr td .bank-logo.indian-bank {
  background-position: -5px -220px;
}
.footable #bankwise_table tr td .bank-logo.indian-overseas-bank {
  background-position: -5px -838px;
}
.footable #bankwise_table tr td .bank-logo.indusind-bank {
  background-position: -5px -907px;
}
.footable #bankwise_table tr td .bank-logo.punjab-and-sind-bank {
  background-position: -5px -975px;
}
.footable #bankwise_table tr td .bank-logo.punjab-national-bank {
  background-position: -5px -1044px;
}
.footable #bankwise_table tr td .bank-logo.sbm-bank {
  background-position: -5px -495px;
}
.footable #bankwise_table tr td .bank-logo.sbi {
  background-position: -5px -1113px;
}
.footable #bankwise_table tr td .bank-logo.state-bank-of-india {
  background-position: -5px -1113px;
}
.footable #bankwise_table tr td .bank-logo.uco-bank {
  background-position: -5px -220px;
}
.footable #bankwise_table tr td .bank-logo.yes-bank {
  background-position: -5px -1319px;
}
.footable #bankwise_table tr.type-a.view-more {
  display: none;
}
.footable #bankwise_table tr.type-b.view-more {
  display: none;
}
.footable #bankwise_table tr.type-a.view-more.show {
  display: flex;
}
.footable #bankwise_table tr.type-b.view-more.show {
  display: flex;
}
.footable #bankwise_table tr.type-a {
  background: #e7f0fd;
}
.footable #bankwise_table tr.heading {
  border-bottom: 1px solid rgba(47, 100, 213, 0.2);
  background: #e7f0fd;
}
.footable #bankwise_table tr.heading td {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: center;
  padding: 10px;
  justify-content: space-around;
}
.footable #bankwise_table tr.heading td::last-child {
  border: none;
}
.footable #bankwise_table.wd25 tr td:first-child {
  width: 33%;
  border-color: rgba(47, 100, 213, 0.2);
}
.footable #bankwise_table.wd25 tr td:nth-child(2) {
  width: 33%;
  justify-content: center;
  border-right: 1px solid rgba(47, 100, 213, 0.2);
}
.footable #bankwise_table.wd25 tr td:nth-child(3) {
  width: 33%;
  justify-content: center;
}

.block_content_wrapper_firstfold {
  width: 90%;
}
.block_content_wrapper_firstfold h1#overview {
  margin-top: 40px;
}
.block_content_wrapper_firstfold h1:has(+ .read-time) {
  margin-bottom: 0;
}
.block_content_wrapper_firstfold .read-time {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.block_content_wrapper_firstfold .p {
  display: inline !important;
}
.block_content_wrapper_firstfold p {
  display: inline !important;
}
.block_content_wrapper_firstfold .extra-text-web {
  display: none;
}
.block_content_wrapper_firstfold .extra-text-web.show-extra {
  display: inline;
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  color: #0065ff;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}

.block_content_wrapper_firstfold.in-mobile .extra-text {
  display: inline;
}
.block_content_wrapper_firstfold.in-mobile .extra-text-web {
  display: inline;
}
.block_content_wrapper_firstfold.in-mobile .text-hide-link {
  display: none;
}

.bnt {
  background: #2f64d5 0 0 no-repeat padding-box;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  margin: 3px 0;
  display: inline-block;
}

.certificate {
  background: transparent linear-gradient(270deg, #e5ffee, #effcf5 58%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat padding-box;
  border-radius: 12px;
  line-height: 16px;
  font-size: 12px;
  color: #121d2f;
  padding: 8px 12px 8px 45px;
  font-weight: 500;
  position: relative;
  margin: 10px 10px 10px auto;
  display: block;
  max-width: 320px;
}
.certificate:before {
  content: "";
  background: url(../../images/bu/pbcertifiacte-icon.png);
  width: 38px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate + .termCondition {
  background: #fdf1e5;
  display: block;
  line-height: 24px;
  color: #eb893a;
  width: 240px;
  margin: 0 auto;
  border-radius: 4px;
  padding-left: 22px !important;
  position: relative;
}
.certificate + .termCondition:before {
  content: "i";
  background: #eb893a;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 15px;
}

.registration_check {
  position: relative;
}
.registration_check #mob_feild2feild {
  width: 125px;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.registration_check #mob_feild2feild .country {
  width: 70px;
  padding: 3px 20px 2px 0;
  margin: 0 0 0 45px;
  border-right: 1px solid #bfbfbf;
  height: auto;
}
.registration_check #mob_feild2feild .country option {
  font-size: 16px;
}
.registration_check #mob_feild2feild .country.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}
.registration_check #mob_feild2feild .countryCode {
  width: 38px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-left: 5px;
}
.registration_check .countybox {
  width: 140px;
  display: flex;
  position: relative;
}
.registration_check .countybox .country-flag {
  width: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px 0 8px;
  cursor: pointer;
  position: relative;
}
.registration_check .countybox .country-flag img {
  width: 22px;
}
.registration_check .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 13px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.registration_check .countybox .country-flag.active:after {
  transform: rotate(180deg);
}
.registration_check .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}
.registration_check .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}
.registration_check .countybox .flags::-webkit-scrollbar {
  width: 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
.registration_check .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
}
.registration_check .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .countybox .flags li span:after {
  display: none;
}
.registration_check .countybox .flags li .cname {
  width: 100%;
}
.registration_check .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .countybox .flags.show {
  display: block;
  top: 48px;
  z-index: 1;
}
.registration_check .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}
.registration_check .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
}
.registration_check .countybox.boxup .show {
  display: block;
  bottom: 48px !important;
  z-index: 1;
  top: inherit !important;
}
.registration_check input {
  width: calc(100% - 100px);
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 100;
  left: 0;
  height: 100%;
  border-radius: 8px;
}
.search-flag input {
  width: 100% !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 100%;
}
.search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}
.search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.search-flag.show {
  display: block;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}
.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}
.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}
.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.form-whatsapp .slider.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.stickyinfowrapper {
  width: 1000px;
}

.stickyfooter.active {
  bottom: 0;
  bottom: 0;
}

.stickyfooter.new .sticky {
  background: #253858 0 0 no-repeat padding-box;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.1607843137);
  height: 75px;
  padding: 0;
  position: relative;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome {
  width: 100%;
  max-width: 1140px;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  height: 100%;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome::before {
  width: 100%;
  max-width: 1140px;
  position: relative;
  background: url(../../images/bu/investment/investment-sticky-footer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 217px;
  height: 96px;
  background-position: center top;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left {
  width: 60%;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
  padding-left: 233px;
  width: auto;
  margin-left: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p {
  margin: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.tag-line {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.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;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
  font-size: 14px;
  line-height: 19px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description span {
  font-weight: 700;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right {
  width: 35%;
}
.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;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
  height: 43px;
  align-items: center;
  width: calc(100% - 100px);
  margin-right: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput .cCode {
  font-size: 14px;
  line-height: 19px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput input {
  font-size: 14px;
  line-height: 19px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  font-size: 14px;
  line-height: 19px;
  padding: 0 22px 0 7px;
  width: 60px;
  margin: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
  padding: 6px 16px;
  width: 110px;
  flex-shrink: 0;
  color: #fff;
  padding: 0;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #ffcb00 0 0 no-repeat padding-box;
  border-radius: 16px;
  border: 0;
  padding: 6px 16px;
  margin-right: 16px !important;
  font-size: 14px;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading {
  height: auto;
  font-size: 0;
}
.stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button.loading::after {
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  top: 8px;
  content: "";
  display: inline-block;
  right: 0;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.stickyfooter.new .sticky .strip_close {
  background: url(../../images/bu/investment/investment-footer-close-icon.svg) top right no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}
.stickyfooter.new .sticky .tc {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 13px;
  margin: 0;
}

.table_box {
  display: none;
}

.table_box.active {
  display: block;
  margin-top: 40px;
}

.table_box.active.mt0 {
  margin-top: 0;
}

.table_box.investment-table {
  margin-top: 40px !important;
}

.table_box.investment {
  position: relative;
  margin-top: 0;
}
.table_box.investment .small {
  position: absolute;
  right: 30px;
  top: -26px;
  font-style: italic;
}

.dircoloum {
  width: 20%;
  flex-direction: column;
  background-color: var(--light-blue);
  border-radius: 8px 0 0 8px;
  height: 100%;
  position: relative;
  top: 10px;
  left: 10px;
}
.dircoloum .leftHeadingfixed {
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  min-height: 80px;
  flex-direction: column;
}
.dircoloum .leftHeadingfixed span {
  display: block;
  font-weight: 500;
}
.dircoloum .leftHeadingfixed:first-child {
  min-height: 70px;
  font-size: 18px;
  line-height: 20px;
}

.table_content {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin: 0 10px;
  width: 78%;
  z-index: 1;
  overflow: hidden;
}
.table_content::-webkit-scrollbar {
  width: 1px;
}
.table_content::-webkit-scrollbar-track {
  background: 0 0;
}
.table_content::-webkit-scrollbar-thumb {
  background: 0 0;
}
.table_content::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
.table_content .colgrid-2 {
  border-right: 1px solid #d0defd;
}
.table_content .colgrid-2:last-child {
  border-right: none;
}
.table_content .colgrid-2 .button {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  width: 105px;
  height: 38px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-2 .button.full {
  width: 100%;
}
.table_content .colgrid-3 {
  border-right: 1px solid #d0defd;
}
.table_content .colgrid-3:last-child {
  border-right: none;
}
.table_content .colgrid-3 .button {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  width: 105px;
  height: 38px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-3 .button.full {
  width: 100%;
}
.table_content .colgrid-4 {
  border-right: 1px solid #d0defd;
}
.table_content .colgrid-4:last-child {
  border-right: none;
}
.table_content .colgrid-4 .button {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  width: 105px;
  height: 38px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-4 .button.full {
  width: 100%;
}
.table_content .colgrid-2.brdnone {
  border-right: none;
}
.table_content .colgrid-3.brdnone {
  border-right: none;
}
.table_content .colgrid-4.brdnone {
  border-right: none;
}
.table_content .colgrid-2.headingRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: underline;
  background-color: var(--light-blue);
  min-height: 80px;
  display: flex;
  flex-direction: column;
}
.table_content .colgrid-2.headingRow a {
  color: var(--blue);
}
.table_content .colgrid-2.headingRow a .block {
  font-size: 12px;
  display: block;
}
.table_content .colgrid-2.headingRow:first-child {
  border-radius: 8px 0 0 0;
}
.table_content .colgrid-2.headingRow:last-child {
  border-radius: 0 8px 0 0;
}
.table_content .colgrid-2.headingRow .table_row_heading {
  font-size: 14px;
  color: var(--black);
  line-height: 22px;
  display: block;
}
.table_content .colgrid-2.headingRow .table_row_subheading {
  font-size: 10px;
  color: var(--black);
  display: block;
}
.table_content .colgrid-3.headingRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: underline;
  background-color: var(--light-blue);
  min-height: 80px;
  display: flex;
  flex-direction: column;
}
.table_content .colgrid-3.headingRow a {
  color: var(--blue);
}
.table_content .colgrid-3.headingRow a .block {
  font-size: 12px;
  display: block;
}
.table_content .colgrid-3.headingRow:first-child {
  border-radius: 8px 0 0 0;
}
.table_content .colgrid-3.headingRow:last-child {
  border-radius: 0 8px 0 0;
}
.table_content .colgrid-3.headingRow .table_row_heading {
  font-size: 14px;
  color: var(--black);
  line-height: 22px;
  display: block;
}
.table_content .colgrid-3.headingRow .table_row_subheading {
  font-size: 10px;
  color: var(--black);
  display: block;
}
.table_content .colgrid-4.headingRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  text-decoration: underline;
  background-color: var(--light-blue);
  min-height: 80px;
  display: flex;
  flex-direction: column;
}
.table_content .colgrid-4.headingRow a {
  color: var(--blue);
}
.table_content .colgrid-4.headingRow a .block {
  font-size: 12px;
  display: block;
}
.table_content .colgrid-4.headingRow:first-child {
  border-radius: 8px 0 0 0;
}
.table_content .colgrid-4.headingRow:last-child {
  border-radius: 0 8px 0 0;
}
.table_content .colgrid-4.headingRow .table_row_heading {
  font-size: 14px;
  color: var(--black);
  line-height: 22px;
  display: block;
}
.table_content .colgrid-4.headingRow .table_row_subheading {
  font-size: 10px;
  color: var(--black);
  display: block;
}
.table_content .colgrid-2.headingRow.deocrationNone {
  text-decoration: none;
}
.table_content .colgrid-3.headingRow.deocrationNone {
  text-decoration: none;
}
.table_content .colgrid-4.headingRow.deocrationNone {
  text-decoration: none;
}
.table_content .colgrid-2.childRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}
.table_content .colgrid-2.childRow .ctabutton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-2.childRow .ctabutton button {
  width: 105px;
  cursor: pointer;
}
.table_content .colgrid-3.childRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}
.table_content .colgrid-3.childRow .ctabutton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-3.childRow .ctabutton button {
  width: 105px;
  cursor: pointer;
}
.table_content .colgrid-4.childRow {
  padding: 20px 20px 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}
.table_content .colgrid-4.childRow .ctabutton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_content .colgrid-4.childRow .ctabutton button {
  width: 105px;
  cursor: pointer;
}

.table_content.spacechange .childRow {
  padding: 20px 5px 20px 10px;
}
.table_content.spacechange .childRow:last-child {
  padding: 20px;
}
.table_content.spacechange .headingRow {
  padding: 20px 5px 20px 10px;
}

.tableContent {
  margin: 30px auto !important;
}
.tableContent .mincolheight-1 {
  min-height: 60px !important;
}
.tableContent .mincolheight-2 {
  min-height: 100px !important;
}
.tableContent .mincolheight-3 {
  min-height: 70px !important;
}
.tableContent .mincolheight-4 {
  min-height: 100px !important;
}
.tableContent .mincolheight-5 {
  min-height: 70px !important;
}
.tableContent .mincolheight-6 {
  min-height: 100px !important;
}
.tableContent .viewmore {
  text-align: center;
  margin: 20px 0;
}
.tableContent .viewmore_link {
  box-sizing: border-box;
  width: 100%;
  background: var(--white);
  color: var(--blue);
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 170px;
  border-radius: 30px;
  display: flex;
  height: auto;
  padding: 15px 25px;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  justify-content: space-around;
  margin: 0 auto;
}
.tableContent .viewmore_link i {
  display: block;
  margin: 30px auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  transform: rotate(225deg);
  margin: 0;
  position: relative;
  top: 2px;
  font-weight: 500;
}
.tableContent .viewmore_link.active i {
  transform: rotate(45deg);
  top: 8px;
}

.faq_accordian_wrapper {
  position: relative;
  background-color: var(--light-blue);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.faq_accordian_wrapper details .tablink {
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
  background-color: var(--white);
  position: relative;
  top: -1px;
}
.faq_accordian_wrapper details .tablink p:first-child {
  margin-top: 0;
}
.faq_accordian_wrapper details .tablink > * + * {
  margin-top: 20px;
  list-style: none;
}
.faq_accordian_wrapper details + details {
  margin-top: 0.5rem;
}
.faq_accordian_wrapper summary {
  list-style: none;
  padding: 18px;
  font-weight: 600;
  background: var(--white);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.faq_accordian_wrapper summary::-webkit-details-marker {
  display: none;
}
.faq_accordian_wrapper summary .arrow {
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(225deg);
  position: absolute;
  top: -8px;
  right: 20px;
}
.faq_accordian_wrapper details[open] summary .arrow {
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 20px;
}
.faq_accordian_wrapper .medium {
  font-weight: 500;
}

.popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.popup-container .investmenttimer {
  display: none;
}
.popup-container .popup {
  background: 0 0;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
  max-width: 423px;
}
.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 0;
  top: -26px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}
.popup-container .popup .popup-close:hover {
  opacity: 1;
}
.popup-container .popup .popup-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
  left: 14px;
  top: 4px;
  background-color: var(--white);
}
.popup-container .popup .popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
  left: 14px;
  top: 4px;
  background-color: var(--white);
}
.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
.popup-container .popup .popup-content .form_mixed_layout {
  top: 0;
  max-height: 450px !important;
  max-width: 423px;
  overflow-y: scroll !important;
}
.popup-container .popup .popup-content .investment-bg .form-whatsapp {
  margin-top: 10px;
}
.popup-container .popup .popup-content .product-achivement-at-policybazaar {
  margin: 20px 0 5px;
}

.popup-container.visible {
  opacity: 1;
  z-index: 99999;
}

#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
}
#sip-calculator_graph .leftSection .h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .leftSection h1 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .leftSection h2 {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .title {
  text-align: left;
  color: #263858;
  font-size: 18px;
  margin-bottom: 10px;
}
#sip-calculator_graph .sipc {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}
#sip-calculator_graph .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
}
#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
  width: 50%;
  padding: 0 25px 0 0;
}
#sip-calculator_graph .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}
#sip-calculator_graph .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
}
#sip-calculator_graph .tenure li {
  margin-right: 8px;
}
#sip-calculator_graph .tenure li:last-child {
  margin-right: 0;
}
#sip-calculator_graph .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}
#sip-calculator_graph .tenure li .tenure-tab:hover {
  background: #3197f3;
  color: #fff;
}
#sip-calculator_graph .tenure li .tenure-tab.active {
  background: #3197f3;
  color: #fff;
}
#sip-calculator_graph .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sip-calculator_graph .sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
#sip-calculator_graph .sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}
#sip-calculator_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}
#sip-calculator_graph .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  font-weight: 400;
  top: -6px;
}
#sip-calculator_graph .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
#sip-calculator_graph .sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}
#sip-calculator_graph .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}
#sip-calculator_graph .sip-form .infotext.stayyear {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}
#sip-calculator_graph .sip-form .infotext.stayyear:before {
  display: none;
}
#sip-calculator_graph .sip-form .infotext.yearon {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}
#sip-calculator_graph .sip-form .infotext.yearon:before {
  display: none;
}
#sip-calculator_graph .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  top: 18px;
}
#sip-calculator_graph .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/bu/down-arrow.svg) no-repeat 93% center;
}
#sip-calculator_graph .sip-form input[type=text]::-ms-clear {
  display: none;
}
#sip-calculator_graph .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
}
#sip-calculator_graph .sip-form input:focus {
  outline: 0;
}
#sip-calculator_graph .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
#sip-calculator_graph .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}
#sip-calculator_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}
#sip-calculator_graph .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  top: -6px;
}
#sip-calculator_graph .sip-form .rupeeicon {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #253858;
}
#sip-calculator_graph .sip-form .err {
  font-size: 10px;
  color: red;
  display: block;
  margin: 5px;
}
#sip-calculator_graph .totalWrap {
  width: 50%;
  padding: 0 0 0 15px;
  height: 100%;
  margin: 0;
}
#sip-calculator_graph .totalWrap .widgetAmtGet_result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#sip-calculator_graph .totalWrap .widgetAmtGet_result.box {
  width: 50%;
}
#sip-calculator_graph .totalWrap .amount_you_get.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
}
#sip-calculator_graph .totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
}
#sip-calculator_graph .totalWrap .amount_you_get {
  font-weight: 400;
}
#sip-calculator_graph .totalWrap .amount_you_get span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
#sip-calculator_graph .totalWrap .amount_you_get .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph .totalWrap .amount_you_get .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph .totalWrap .amount_you_get .overyear {
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_get .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_receive {
  font-weight: 400;
}
#sip-calculator_graph .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
#sip-calculator_graph .totalWrap .amount_you_receive .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
#sip-calculator_graph .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 20px auto 10px;
}
#sip-calculator_graph .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
}

#sip-calculator_graph.sip-rhs-sticky {
  position: sticky;
  top: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  background: 0 0;
  background: 0 0;
  margin: 0 auto;
  width: 342px;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .title {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#sip-calculator_graph.sip-rhs-sticky .title .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .tenure {
  margin: 0 auto 20px;
  justify-content: flex-start;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  color: #253858;
  border-color: #b3bac5;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li a {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  color: #253858;
  border-color: #b3bac5;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li a:hover {
  color: #fff !important;
  border-color: #3197f3 !important;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab.active {
  color: #fff;
  border-color: #3197f3;
}
#sip-calculator_graph.sip-rhs-sticky .tenure li a.active {
  color: #fff;
  border-color: #3197f3;
}
#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv {
  margin: 5px auto 10px;
}
#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv .sipcalculate {
  border-radius: 8px;
  padding: 9px;
}
#sip-calculator_graph.sip-rhs-sticky .sipc {
  padding: 10px 0;
  padding-top: 0;
  box-shadow: none;
}
#sip-calculator_graph.sip-rhs-sticky .sipc .calculator_with_graph {
  flex-direction: column;
}
#sip-calculator_graph.sip-rhs-sticky .sipc .sipc_all_input {
  width: 100%;
  padding: 0;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
  margin-bottom: 15px;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form label {
  top: -10px;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form input {
  height: 46px;
  border-radius: 8px;
  color: #253858;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .rupeeicon {
  top: 12px;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext {
  background-color: #eaf1ff;
  font-size: 12px;
  color: #253858;
  padding: 6px 8px;
  border-radius: 4px;
  top: 4px;
  display: none;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext::before {
  display: none;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.stayyear {
  display: block;
}
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.yearon {
  display: block;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap {
  width: 100%;
  padding: 0;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
  flex-direction: row;
  width: 100%;
  padding: 0;
  border: 1px solid #36b37e;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #e3fcef;
  border-radius: 8px;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box:last-child {
  margin-bottom: 0;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box span {
  color: #505f79;
  opacity: 1;
  padding: 2px 10px;
  line-height: 20px;
  border-right: 1.2px solid #d3e8eb;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box .amt {
  color: #253858;
  font-size: 20px;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box .amt {
  font-size: 20px;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box span {
  color: #00875a;
  padding: 2px 10px;
  line-height: 20px;
  opacity: 1;
}
#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .sip-loadingDiv {
  margin: 10px 0;
}
#sip-calculator_graph.sip-rhs-sticky .widgetAmtGet_wrapper .graph {
  display: none;
}

.term-widget-new {
  display: flex;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  background-color: var(--white);
  margin: 15px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  color: var(--gray-dark);
  letter-spacing: 0.56px;
  width: 90%;
  margin: 0 auto;
}
.term-widget-new .left-block {
  width: 275px;
  background: url(../../images/bu/background-right.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0 20px 20px 0;
}
.term-widget-new .left-block:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 125px;
  background: url(../../images/bu/term-insurance-umrella.png) no-repeat 0 0;
  top: 50px;
}
.term-widget-new .left-block .amount-row {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 150px;
}
.term-widget-new .left-block .amount-row #premiumVal {
  display: block;
  font-size: 40px;
  color: #fbe81a;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin: 25px 0;
  height: 60px;
}
.term-widget-new .left-block .amount-row button {
  background: var(--white);
  border: none;
  color: var(--blue);
  font-size: 14px;
  padding: 9px 40px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}
.term-widget-new .right-block {
  width: calc(var(--page-max-width) - 275px);
  background-color: var(--light-blue);
  border-radius: 20px 0 0 20px;
}

.term-widget-new.disclaimer {
  box-shadow: none;
  background: 0 0;
  flex-direction: column;
}
.term-widget-new.disclaimer a {
  color: var(--blue);
}
.term-widget-new.disclaimer a:hover {
  color: var(--blue);
}
.term-widget-new.disclaimer p {
  font-size: 12px;
  margin: 0;
}

.term-premium-calculator {
  position: relative;
  margin: 0 auto;
}
.term-premium-calculator .form-elements {
  position: relative;
}
.term-premium-calculator .form-elements .row:first-child .blocks .feild-wrapper {
  padding: 20px 0 15px;
}
.term-premium-calculator .form-elements .blocks {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  padding: 0 30px;
  margin-bottom: 20px;
}
.term-premium-calculator .form-elements .blocks .slide-wrapper {
  position: relative;
}
.term-premium-calculator .form-elements .blocks .slide-wrapper:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e3e8ef;
  right: -1px;
  top: -5px;
}
.term-premium-calculator .form-elements .blocks .slide-wrapper:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e3e8ef;
  background: var(--blue01);
  background: var(--blue01);
  left: -11px;
  top: -5px;
}
.term-premium-calculator .form-elements .blocks .feild-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 15px;
}
.term-premium-calculator .form-elements .blocks .feild-wrapper .label {
  text-transform: uppercase;
  font-weight: 600;
}
.term-premium-calculator .form-elements .blocks .feild-wrapper .select-box select {
  background: 0 0;
  -webkit-appearance: none;
  width: 100px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  background: #fff url("../../images/bu/arrow-blue.svg") no-repeat right 10px center;
}
.term-premium-calculator .form-elements .blocks .range-def {
  display: flex;
  flex-direction: revert;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.term-premium-calculator .form-elements .blocks.dir-row {
  flex-direction: row;
}
.term-premium-calculator .form-elements .blocks.last {
  margin-bottom: 25px;
}
.term-premium-calculator .form-elements .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 43px;
  align-items: center;
  margin: 20px 50px 10px 0;
}
.term-premium-calculator .form-elements .gender-tab span {
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.term-premium-calculator .form-elements .gender-tab .inputwrap {
  width: 170px;
  min-width: 170px;
}
.term-premium-calculator .form-elements .gender-tab .inputwrap input[type=radio] + label {
  width: 65px;
  min-width: 65px;
  display: inline-block;
}
.term-premium-calculator .form-elements .gender-tab .inputwrap input[type=radio]:checked + label {
  width: 65px;
  min-width: 65px;
  display: inline-block;
}
.term-premium-calculator .form-elements .gender-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.term-premium-calculator .form-elements .gender-tab input[type=radio] {
  display: none;
}
.term-premium-calculator .form-elements .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  z-index: 11;
  min-width: 80px;
  border-radius: 20px;
  margin-right: 5px;
}
.term-premium-calculator .form-elements .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: var(--black);
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  margin-right: 5px;
  padding: 7px 0;
  font-size: 16px;
}
.term-premium-calculator .form-elements .tabcoo-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 43px;
  align-items: center;
  margin: 20px 50px 10px 0;
}
.term-premium-calculator .form-elements .tabcoo-tab span {
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap {
  width: 170px;
  min-width: 170px;
}
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap input[type=radio] + label {
  width: 65px;
  min-width: 65px;
  display: inline-block;
}
.term-premium-calculator .form-elements .tabcoo-tab .inputwrap input[type=radio]:checked + label {
  width: 65px;
  min-width: 65px;
  display: inline-block;
}
.term-premium-calculator .form-elements .tabcoo-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio] {
  display: none;
}
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  z-index: 11;
  min-width: 80px;
  border-radius: 20px;
  margin-right: 5px;
}
.term-premium-calculator .form-elements .tabcoo-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: var(--black);
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  margin-right: 5px;
  padding: 7px 0;
  font-size: 16px;
}
.term-premium-calculator .ui-widget {
  font-family: inherit;
}
.term-premium-calculator .ui-slider-horizontal {
  height: 4px !important;
}
.term-premium-calculator .ui-widget-content {
  border: none !important;
  background: rgba(100, 100, 100, 0.1) !important;
}
.term-premium-calculator .ui-widget-content .ui-state-default {
  border: 1px solid #4994eb !important;
  background: #4994eb !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-content .ui-state-active {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-content .ui-state-focus {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-content .ui-state-hover {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-header {
  background: #4994eb !important;
}
.term-premium-calculator .ui-widget-header .ui-state-default {
  border: 1px solid #4994eb !important;
  background: #4994eb !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-header .ui-state-active {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-header .ui-state-focus {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-widget-header .ui-state-hover {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-slider .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}
.term-premium-calculator .ui-state-default {
  border: 1px solid #4994eb !important;
  background: #4994eb !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-state-active {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-state-focus {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}
.term-premium-calculator .ui-state-hover {
  border: 1px solid #0563f6 !important;
  background: #0563f6 !important;
  font-weight: 400;
  color: #212121 !important;
  cursor: pointer;
}

#reviewslide {
  padding-top: 30px;
  position: relative;
  top: -30px;
}

.popular_article .reviewbox .slick-next {
  top: -52px;
}
.popular_article .reviewbox .slick-prev {
  top: -52px;
}
.popular_article .popular_article_container {
  text-align: center;
}
.popular_article h3 {
  text-align: center;
}

.ul-block-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  list-style: none;
  margin-bottom: 10px;
}
.ul-block-list li {
  display: block;
  font-size: var(--font-size);
  margin-bottom: 10px;
  position: relative;
}
.ul-block-list li.heading {
  font-weight: 500;
  margin: 20px 0;
  display: block;
}
.ul-block-list li.heading:before {
  display: none;
}
.ul-block-list li.list-style-hypen:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -20px;
}

.ul-block-list.margin-left-bottom {
  margin-left: 30px;
  margin-bottom: 30px;
}

.ul-block-list.box-view li {
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.28);
  border-radius: 8px;
  margin: 20px 0;
}
.ul-block-list.box-view li:last-child {
  margin-bottom: 0;
}
.ul-block-list.box-view li .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: initial;
  padding: initial;
  margin-top: initial;
}
.ul-block-list.box-view li .summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.ul-block-list.box-view li .summary:last-child {
  margin: 0;
}
.ul-block-list.box-view li .link {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.ul-block-list.box-view li .link span {
  display: inline-block;
  color: var(--blue);
  font-size: 14px;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}
.ul-block-list.box-view li .link span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--blue);
  top: 8px;
  right: -2px;
}

.ul-block-list.non-border-box li {
  padding: 0;
  border: none;
  border-radius: 8px;
  margin: 10px 0 10px 45px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.ul-block-list.non-border-box li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -15px;
}

.policybuystep {
  margin-top: 30px;
  padding: 0 15px;
}
.policybuystep #steps-to-buy {
  margin-bottom: 20px;
}
.policybuystep .step-to-buy {
  margin-top: 20px;
  position: relative;
}
.policybuystep .step-to-buy:before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px dashed var(--blue01);
  opacity: 0.5;
  height: 100%;
  left: 10px;
  top: 10px;
}
.policybuystep .step-to-buy p.step {
  margin: 15px 30px;
  position: relative;
}
.policybuystep .step-to-buy p.step:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 0;
  background-color: var(--blue);
  left: -30px;
}
.policybuystep .step-to-buy .ul-block-list {
  margin-left: 30px;
}
.policybuystep .step-to-buy .ul-block-list .list-style-hypen {
  margin-left: 25px;
}

.ui-slider-handle.ui-state-default .tooltip {
  width: 35px;
  height: 24px;
  background: #25447c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -28px;
  left: -16px;
  font-weight: 500;
  display: none;
  width: 52px;
}
.ui-slider-handle.ui-state-default .tooltip-0 {
  width: 35px;
  height: 24px;
  background: #25447c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -28px;
  left: -16px;
  font-weight: 500;
  display: none;
}
.ui-slider-handle.ui-state-default .tooltip-1 {
  width: 35px;
  height: 24px;
  background: #25447c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -28px;
  left: -16px;
  font-weight: 500;
  display: none;
}

.ui-slider-handle.ui-state-default.ui-state-active .tooltip {
  display: flex;
}
.ui-slider-handle.ui-state-default.ui-state-active .tooltip-0 {
  display: flex;
}
.ui-slider-handle.ui-state-default.ui-state-active .tooltip-1 {
  display: flex;
}

#premiumVal .small {
  position: relative;
  top: -12px;
}

.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0;
  left: 0;
}
.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}
.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.gifloader.hide {
  display: none;
}

.pb-advantage-widget {
  background-color: #fff;
  width: 100%;
}

.pb-advantage-widget-section {
  background: transparent radial-gradient(closest-side at 50% 50%, #f4eed8 0, #fff1d3 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 9px 10px;
  margin: 20px 0;
  position: relative;
}
.pb-advantage-widget-section::after {
  position: absolute;
  background: url(../../images/bu/pb-advantage-widget-graphics.svg) no-repeat center/contain;
  content: "";
  width: 200px;
  height: 166px;
  right: 9px;
  top: 10px;
}
.pb-advantage-widget-section .pb-advantage-widget-title {
  color: #033d80;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 3px;
  width: 200px;
  padding: 0 0 0 20px;
}
.pb-advantage-widget-section .pb-advantage-widget-title span {
  font-weight: 500;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  background: #707070;
  opacity: 0.2;
  height: 91%;
  width: 1px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 47%;
  background: #707070;
  opacity: 0.2;
  height: 1px;
  width: 96%;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 45%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 11px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  margin-left: 10px;
  width: 80%;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  position: relative;
  background-image: url("../../images/bu/investment/pb_advantage_widget_icons.png");
  display: block;
  background-repeat: no-repeat;
  width: 15% !important;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  width: 110px;
  height: 38px;
  background-position: -8px -137px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  width: 83px;
  height: 29px;
  background-position: -8px -4px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  width: 120px;
  height: 38px;
  background-position: -8px -43px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 120px;
  height: 38px;
  background-position: -8px -83px;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-title {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-description {
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
.pb-advantage-widget-section .proceed {
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2784313725);
  display: block;
  padding: 7px 15px;
  width: 100%;
  margin: 16px auto 6px;
  max-width: 170px;
}

.pb-advantage-widget-section.term {
  padding: 12px 9px 11px;
  margin: 45px 0 20px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-title {
  margin-bottom: 15px;
  width: 215px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-title span {
  font-weight: 700;
  display: block;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section {
  padding: 0 15px 14px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
  top: 48%;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
  background-image: url("../../images/bu/pb_advantage_widget_icons_term.png");
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  background-position: -4px -5px;
  width: 44px;
  height: 41px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  background-position: 0 -51px;
  width: 48px;
  height: 43px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  background-position: -13px -99px;
  width: 35px;
  height: 31px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  background-position: -4px -135px;
  width: 44px;
  height: 41px;
}
.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}
.pb-advantage-widget-section.term:after {
  top: -50px;
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section::after {
  top: 52%;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
  flex-basis: 47%;
  padding: 15px 0;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
  width: 50px;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
  width: 50px;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
  width: 50px;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
  width: 50px;
}
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content > div {
  width: 90%;
}

.investmore {
  background: #fffff5;
  padding: 0;
  border-radius: 0;
  display: flex;
  width: 100%;
  margin: 30px 0 10px;
  max-width: 100%;
}
.investmore .invamt.pp {
  background-color: var(--purple-light);
  color: var(--purple);
}
.investmore .invamt.pink-bg {
  background-color: #ffe2e3;
  color: var(--pink);
}
.investmore .invamt.yellow-bg {
  background-color: #ffedcc;
  color: var(--brown);
}
.investmore .rightsection_heading {
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
  min-height: 234px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  width: 20%;
  border-radius: 8px 0 0 8px;
}
.investmore .rightsection_heading .invmore {
  line-height: 24px;
  position: relative;
  width: 140px;
  margin: 0 auto;
  font-size: 20px;
}
.investmore .rightsection_heading .invmore span:first-child {
  position: relative;
}
.investmore .rightsection_heading .invmore span:first-child:before {
  content: "";
  position: absolute;
  top: 91px;
  left: 0;
  background: url(../../images/bu/investment/investment-more.svg) no-repeat 0 0;
  width: 120px;
  height: 100px;
  right: initial;
  background-size: contain;
  left: -7px;
}
.investmore .rightsection_heading .getmore {
  color: #0065ff;
  display: block;
}
.investmore .swipebox {
  overflow: hidden;
  overflow-x: auto;
}
.investmore .swipebox::-webkit-scrollbar {
  width: 0;
}
.investmore .swipebox::-webkit-scrollbar-track {
  background: 0 0;
}
.investmore .swipebox::-webkit-scrollbar-thumb {
  background: 0 0;
}
.investmore .swipebox::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
.investmore .investment_wise {
  width: 80%;
  padding: 10px 15px 0 15px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.investmore .investment_wise .swipebox {
  padding: 0;
}
.investmore .investment_wise .investment_wise_items {
  display: inline-flex;
}
.investmore .investment_wise .investment_wise_items .invamt {
  width: 180px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 30px;
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  padding-left: 18px;
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child:before {
  content: "₹";
  width: 15px;
  height: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  left: -2px;
  top: 3px;
  opacity: 0.5;
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child.pink-bg:before {
  background: var(--pink);
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child.pp:before {
  background: var(--purple);
}
.investmore .investment_wise .investment_wise_items .invamt span:first-child.yellow-bg:before {
  background: var(--brown);
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 4px;
  min-height: 65px;
  display: inline-table;
  text-transform: uppercase;
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) sup {
  font-size: 18px;
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4) {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 0 8px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).pink-bg {
  background: var(--pink);
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).pp {
  background: var(--purple);
}
.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4).brown {
  background: var(--brown);
}
.investmore .investment_wise .investment_wise_items .slick-prev.slick-arrow {
  display: none;
}
.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow {
  transform: translate(-40px, -50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow:before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  top: 53%;
  margin-top: -6px;
}
.investmore .tncapply {
  position: absolute;
  bottom: 0;
  font-size: 9px;
  right: 10px;
}

.plan_your_investment_wrap {
  margin: 20px 0 0;
}
.plan_your_investment_wrap .leftSection .h2 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.plan_your_investment_wrap .leftSection h1 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.plan_your_investment_wrap .leftSection h2 {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}
.plan_your_investment_wrap .title {
  background: #0662f6;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
}

.banner-in-text {
  background: #f5f7ff url("../../images/bu/banner-html-graphic.png") no-repeat right 44% top 40px;
  padding: 25px 40px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-in-text .button {
  width: 150px;
  box-sizing: border-box;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  margin: 15px auto 10px;
  border: none;
  padding: 7px 20px;
  position: relative;
  height: 40px;
}
.banner-in-text .text-all {
  display: flex;
  width: calc(100% - 150px);
  flex-direction: column;
}
.banner-in-text .text-all .small {
  font-size: 16px;
  display: block;
  position: relative;
}
.banner-in-text .text-all .small.sm {
  font-size: 14px;
}
.banner-in-text .text-all .small.up {
  text-transform: uppercase;
}
.banner-in-text .text-all .small.icon {
  padding-left: 23px;
}
.banner-in-text .text-all .small.icon:before {
  content: "₹";
  width: 16px;
  height: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #253858;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  left: 0;
  top: 4px;
  opacity: 1;
}
.banner-in-text .text-all .big {
  font-size: 32px;
  display: inline-block;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.banner-in-text .text-all .big:before {
  content: "";
  position: absolute;
  background: url("../../images/bu/rupee-icon.png") no-repeat;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  background-size: 100%;
  right: -50%;
  top: 0;
}
.banner-in-text .text-all .big.up {
  text-transform: uppercase;
}

.planyourinvestment_disclaimer {
  background: #efefef;
  font-size: 12px;
  width: 96%;
  margin: 0 auto 20px;
  text-align: left;
  padding: 3px 10px;
  border-radius: 0 1px 5px 5px;
  font-weight: 500;
}
.planyourinvestment_disclaimer a {
  color: #0662f6;
  display: inline-block;
  padding: 0 3px;
}

.invPlanWidget .block_content_wrapper {
  border: none;
  padding: 0;
  background: 0 0;
}

.plan_your_investment {
  width: 100%;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 5px;
  padding: 18px;
  min-height: 130px;
  max-width: 750px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.plan_your_investment .plan-feild {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.plan_your_investment .result-box {
  width: 32%;
  border-left: 1px solid #f1f3f5;
  margin-left: 3%;
}
.plan_your_investment .result-box .totalWrap {
  width: 190px;
  display: block;
  margin: 0 0 0 20px;
}
.plan_your_investment .result-box .amount_you_get {
  position: relative;
  top: -7px;
}
.plan_your_investment .result-box .amount_you_receive {
  display: none;
}
.plan_your_investment .result-box .amt {
  font-size: 20px;
  font-weight: 600;
  color: #0662f6;
  display: block;
}
.plan_your_investment .result-box .intrest {
  display: none;
  font-size: 13px;
  display: inline;
  font-weight: 600;
}
.plan_your_investment .result-box span {
  font-size: 13px;
  font-weight: 600;
}
.plan_your_investment .result-box .viewplan {
  position: relative;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #fd4705;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
  display: block;
  padding: 5px 10px;
  width: 80%;
  margin: 0 0 10px;
}
.plan_your_investment .feildwrapper {
  width: 46%;
  margin-right: 4%;
  position: relative;
}
.plan_your_investment .feildwrapper label {
  color: #0662f6;
  font-weight: 500;
  font-size: 16px;
  margin: 5px 0 9px 0;
}
.plan_your_investment .feildwrapper input {
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-weight: 600;
  padding-left: 15px;
}
.plan_your_investment .feildwrapper select {
  width: 100%;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #f1f3f5;
  font-weight: 600;
  background-position: 100% center !important;
}
.plan_your_investment .feildwrapper select:focus::-ms-value {
  background-color: transparent;
  color: #887f7f;
}
.plan_your_investment .feildwrapper .err {
  display: block;
  font-size: 11px;
  color: #d00505;
  position: absolute;
  bottom: 0;
}
.plan_your_investment .feildwrapper #widgetInvTerm {
  padding: 6px 7px 7px 7px;
}
.plan_your_investment .feildwrapper:first-child:before {
  content: "₹";
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 19px;
}
.plan_your_investment .feildwrapper .yearon {
  background: #f0f3f9;
  padding: 5px;
  font-size: 12px;
  color: #253858;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  width: 70px;
  text-align: center;
  right: 20px;
  top: 34px;
}
.plan_your_investment .feildwrapper.multifeild input {
  display: inline;
  width: 65%;
  float: left;
}
.plan_your_investment .feildwrapper.multifeild select {
  display: inline;
  width: 35%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  color: #887f7f;
  padding: 9px 0 8px;
}

.floatingPopupDiv .product-achivement-at-policybazaar {
  display: none;
}
.floatingPopupDiv .build-in-cover {
  display: none !important;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
}
.product-achivement-at-policybazaar .listitem {
  width: 25%;
}
.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 12px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
}
.product-achivement-at-policybazaar .listitem.center .blue {
  text-transform: lowercase;
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}
.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}
.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}
.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}
.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: -3px;
  width: 80px;
  overflow: hidden;
}
.product-achivement-at-policybazaar .form-rating img {
  width: 80px;
  height: auto;
}
.product-achivement-at-policybazaar .form-rating:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.product-achivement-at-policybazaar .form-rating:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}
.information-section .information-slider .information-slide {
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.information-section .information-slider .information-slide .text {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 16px 41px 15px 15px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-right: 16px;
  position: relative;
}
.information-section .information-slider .information-slide .text::after {
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  right: 11px;
  top: 47%;
}
.information-section .information-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
  left: auto;
  right: 15px;
}
.information-section .information-slider .slick-next:before {
  border: solid #0065ff;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 -1px;
  content: "";
}
.information-section .information-slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
  left: auto;
  right: 48px;
}
.information-section .information-slider .slick-prev:before {
  border: solid #0065ff;
  border-width: 0 0 1.5px 1.5px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 2px;
  content: "";
}

.faq-icon h2 {
  position: relative;
  padding-left: 40px;
}
.faq-icon h2::before {
  content: "";
  position: absolute;
  background: url(../../images/bu/faqicon.svg) no-repeat 0 0;
  background-size: 30px;
  width: 32px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.more-content-investment {
  display: none;
}

.more-content-investment.show {
  display: block;
}

.read-more-faq-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}
.read-more-faq-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
  width: 175px;
}
.read-more-faq-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}
.read-more-faq-btn button.show {
  width: 123px;
  width: 169px;
}
.read-more-faq-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}
.read-more-investment-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
}
.read-more-investment-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}
.read-more-investment-btn button.show {
  width: 123px;
}
.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

.colored table:first-child td {
  border-top: solid 0.8px #deebff;
  border-bottom: solid 0.8px #deebff;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #deebff;
}
.colored table tr:nth-child(2n) {
  background: #fff;
}
.colored table tr:nth-child(odd) {
  background: rgba(222, 235, 255, 0.4);
}

.left-fullwidth-button {
  padding: 0 20px 20px;
  display: block;
  margin: 0 auto;
  text-align: CENTER;
}
.left-fullwidth-button .button {
  box-sizing: border-box;
  max-width: 328px;
  width: 100%;
  background: #3965fb;
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  display: inline-block;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
  cursor: pointer;
}

table.non-colored tr:first-child {
  background: #f1f3f5;
}
table.non-colored tr:first-child td {
  text-align: center;
}
table.non-colored td {
  padding: 20px 15px;
}

.btnViewQuotesNavBar {
  cursor: pointer;
  color: #0065ff;
}

.fd-rp-mf-comparison-section {
  background: transparent conic-gradient(from -82deg at 104% 97%, #fff 0, #deebff 100%) 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 16px 18px 17px;
  margin: 0 0 30px;
  position: relative;
}
.fd-rp-mf-comparison-section > .heading {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}
.fd-rp-mf-comparison-section .description {
  letter-spacing: 0.14px;
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
  width: 32%;
  border: 1px solid rgba(134, 134, 134, 0.1215686275);
  border-radius: 12px;
  background: #fff;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .heading {
  letter-spacing: 0.14px;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  margin: 16px auto;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value {
  border-bottom: 1px solid rgba(198, 198, 198, 0.1215686275);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 12px;
  margin: 0 15px 12px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:last-of-type {
  border-bottom: 0;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:nth-child(7) {
  border-bottom: 0;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .label {
  letter-spacing: 0.12px;
  color: #253858;
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
  letter-spacing: 0.12px;
  color: #253858;
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
  color: #a01b1b;
  font-weight: 700;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value sup {
  font-size: 7px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value.green {
  color: #2c864e;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award {
  background: rgba(13, 123, 25, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  padding: 8.5px 12px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award img {
  margin-right: 12px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award .text {
  letter-spacing: 0.1px;
  color: #2c864e;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:first-child {
  order: 2;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:nth-child(2) {
  order: 1;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:last-of-type {
  order: 3;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green {
  box-shadow: 0 3px 12px rgba(0, 101, 255, 0.1607843137);
  border: 1px solid #2c864e;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .heading {
  color: #0d7b19;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .label-value .label {
  font-weight: 400;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li {
  height: 18px;
  width: 23px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li button:before {
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 101, 255, 0.5019607843);
  opacity: 1;
  top: -2px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:first-child.slick-active button:before {
  content: "1/3";
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:nth-child(2).slick-active button:before {
  content: "2/3";
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:last-child.slick-active button:before {
  content: "3/3";
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active {
  background: #0065ff;
  border-radius: 8px;
}
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active button:before {
  letter-spacing: 0;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  top: 3px;
  left: 2px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.fd-rp-mf-comparison-section .button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  max-width: 227px;
  margin: 14px auto 0;
  text-align: CENTER;
  padding: 12px 0;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  cursor: pointer;
}
.fd-rp-mf-comparison-section .tnc {
  font-size: 10px;
  color: rgba(128, 128, 128, 0.6);
  position: absolute;
  right: 6px;
  bottom: 3px;
}

.disclaimer-section-investment {
  background: #fff 0 0 no-repeat padding-box;
  padding: 10px 20px 12px;
  margin: 30px 0 20px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
.disclaimer-section-investment .diclaimer-content .disclaimer {
  letter-spacing: 0;
  color: #263858;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}
.disclaimer-section-investment .diclaimer-content .disclaimer::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 4px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}
.disclaimer-section-investment .diclaimer-content .disclaimer sup {
  font-size: 10px;
}
.disclaimer-section-investment .diclaimer-content .disclaimer.active::after {
  transform: rotate(-135deg);
  top: 6px;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: rgba(42, 63, 79, 0.6) !important;
  font-size: 10px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 0;
}
.disclaimer-section-investment .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
  padding-top: 0;
}

.certified {
  position: relative;
  padding: 6px 0 6px 25px;
  text-align: CENTER;
  background: transparent linear-gradient(270deg, #eef4ff 0, #f3f7ff 58%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat padding-box;
  border-radius: 12px;
  letter-spacing: 0;
  color: rgba(18, 29, 47, 0.7019607843);
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto;
}
.certified::before {
  content: "";
  background: url(../../images/bu/investment/investment-certified-icon.svg) no-repeat center/contain;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 57%;
  transform: translate(0, -50%);
}

.left-section-image img {
  max-width: 100%;
  height: auto;
}

.info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}
.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}
.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.formula-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 32px 16px 0;
  position: relative;
  overflow: hidden;
}
.formula-widget:after {
  content: "";
  background: url(../../images/bu/investment/sip-calculator-formula-img.svg) no-repeat center/contain;
  width: 183px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 6px;
}
.formula-widget .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 75%;
  margin: 0 0 23px;
}
.formula-widget .formula {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 24px;
  text-align: CENTER;
  color: var(--0065-ff, #0065ff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.formula-widget .label {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0 8px;
}
.formula-widget .terms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.formula-widget .terms-list .term {
  width: 40%;
  display: flex;
  align-items: center;
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.formula-widget .terms-list .term .name {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
}

.author-review-section {
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}
.author-review-section .details {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}
.author-review-section .details::after {
  content: "";
  background: #ccc;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.author-review-section .details::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #098b2c;
  z-index: 2;
}
.author-review-section .details .name {
  margin-left: 8px;
}
.author-review-section .details .name span {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
}
.author-review-section .details .name .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
}
.author-review-section .details .name .value {
  color: #253858;
  font-size: 16px;
  text-decoration-line: underline;
}
.author-review-section .details .bio {
  background: #fff;
  border: 1px solid #776ef5;
  position: absolute;
  width: 400px;
  padding: 16px 16px 30px;
  border-radius: 8px;
  top: 25px;
  display: none;
  z-index: 10;
  position: absolute;
  left: 7px;
  margin-top: 26px;
  z-index: 100;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}
.author-review-section .details .bio::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url(../../images/bu/term/tool-tip.svg) no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}
.author-review-section .details .bio .image {
  flex-shrink: 0;
}
.author-review-section .details .bio .name .label {
  padding-left: 0;
  color: var(--text-60, rgba(37, 56, 88, 0.6));
}
.author-review-section .details .bio .name .label::before {
  display: none;
}
.author-review-section .details .bio .name .value {
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}
.author-review-section .details .bio .name .value .namelink {
  display: block;
  width: 100%;
  color: #253858;
}
.author-review-section .details .bio .name .value .namelink:hover {
  color: #253858;
}
.author-review-section .details .bio .name .value .namelink:visited {
  color: #253858;
}
.author-review-section .details .bio .name .value .link {
  background: url(../../images/bu/investment/icon-linkedin.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}
.author-review-section .details .bio .name .description {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  position: relative;
}
.author-review-section .details .bio .name .description::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -43px;
  background: url(../../images/bu/investment/icon-quotes.svg) no-repeat;
}
.author-review-section .details:hover .bio {
  display: flex;
}
.author-review-section .author {
  border-left: 1px solid rgba(37, 56, 88, 0.2);
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}
.author-review-section .author::after {
  left: -100px;
}
.author-review-section .author::before {
  left: -110px;
}
.author-review-section .author .name .label {
  padding-left: 12px;
}
.author-review-section .author .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-written-by.svg);
  position: absolute;
  height: 12px;
  width: 8px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}
.author-review-section .reviewer {
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}
.author-review-section .reviewer::after {
  right: -100px;
}
.author-review-section .reviewer::before {
  right: -110px;
}
.author-review-section .reviewer .name .label {
  padding-left: 18px;
}
.author-review-section .reviewer .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-reviewd-by.svg);
  position: absolute;
  height: 14px;
  width: 14px;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}
#popup-container .investment-bg .nri-secure-tag:hover {
  text-decoration: none;
  color: #005be6;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

.need-help-button.gb {
  position: fixed;
  bottom: 85px;
  color: #0065ff;
  cursor: pointer;
  right: 10px;
  z-index: 10000;
  padding: 12px 14px;
  border-radius: 50%;
  border-radius: 24px;
  background: rgba(253, 124, 51, 0.9019607843);
  display: none;
  box-shadow: 0 3px 12px 0 rgba(146, 146, 146, 0.8);
}
.need-help-button.gb button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: CENTER;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.need-help-button.gb button img {
  margin-right: 8px;
}

.need-help-button.gb.active {
  display: block;
}

.section-full {
  position: relative;
}
.section-full .reviewAction {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.section-full .reviewAction .review-btn {
  background: #266ff7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-size: 14px;
  position: relative;
  min-width: 125px;
  font-weight: 500;
  border: 2px solid #0065ff;
  cursor: pointer;
}
.section-full .reviewAction .read-all-review-btn {
  border: 2px solid #0065ff;
  background: 0 0;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  min-width: 125px;
  cursor: pointer;
}

.section-full.content {
  padding: 3em 0;
}

.section-full.lgyl {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 100px;
}
.section-full.lgyl .pcard {
  min-width: 352px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
.section-full.lgyl .pcard.r1 {
  background: #fdfdf4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  position: relative;
  padding: 15px 40px;
}
.section-full.lgyl .pcard.r1 .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 90px;
  height: 90px;
}
.section-full.lgyl .pcard.r1 .icon img {
  width: 100%;
}
.section-full.lgyl .pcard.r1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #fdfdf4;
  border-right: 0 solid #fdfdf4;
  border-top: 125px solid #fdf4dd;
}
.section-full.lgyl .pcard.r3 {
  background: #fdfdf4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  position: relative;
  padding: 15px 40px;
}
.section-full.lgyl .pcard.r3 .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 90px;
  height: 90px;
}
.section-full.lgyl .pcard.r3 .icon img {
  width: 100%;
}
.section-full.lgyl .pcard.r3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #fdfdf4;
  border-right: 0 solid #fdfdf4;
  border-top: 125px solid #fdf4dd;
}
.section-full.lgyl .pcard.r2 {
  background: #f0f0fa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 15px 40px;
}
.section-full.lgyl .pcard.r2 .icon {
  right: -4px;
  bottom: 22px;
  position: absolute;
  width: 110px;
  height: 110px;
}
.section-full.lgyl .pcard.r2 .icon img {
  width: 100%;
}
.section-full.lgyl .pcard.r2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #f0f0fa;
  border-right: 0 solid #f0f0fa;
  border-bottom: 125px solid #dedef5;
}
.section-full.lgyl .pcard.r4 {
  background: #f0f0fa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 15px 40px;
}
.section-full.lgyl .pcard.r4 .icon {
  right: -4px;
  bottom: 22px;
  position: absolute;
  width: 110px;
  height: 110px;
  right: 16px;
  bottom: 12px;
  position: absolute;
  width: 90px;
  height: 90px;
}
.section-full.lgyl .pcard.r4 .icon img {
  width: 100%;
}
.section-full.lgyl .pcard.r4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #f0f0fa;
  border-right: 0 solid #f0f0fa;
  border-bottom: 125px solid #dedef5;
}

.section-full.lgyl.cs-rating {
  padding: 160px 50px 10px;
  background: #fffaed url("../images/bu/term/start-img-bg.png") no-repeat right bottom;
  background-size: 40%;
  margin-top: 40px;
}

.totalRating-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}
.totalRating-heading .totalRating {
  margin-top: 16px;
}
.totalRating-heading .subtext {
  color: rgba(37, 56, 88, 0.8);
  font-size: 16px;
  display: block;
  margin-top: 3px;
}

.totalRating {
  display: flex;
  flex-direction: row;
  color: #253858;
  width: 210px;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}
.totalRating .text {
  font-weight: 600;
  letter-spacing: -0.016em;
  font-size: 24px;
}
.totalRating .starts_block {
  width: 110px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 8px 10px 1px;
  left: 0;
  right: 0;
  top: -90px;
}
.totalRating .starts_block a {
  height: 20px;
  margin-right: 2px;
  display: inline-block;
}
.totalRating .starts_block a:last-child {
  margin-right: 0;
}
.totalRating .starts_block span {
  height: 20px;
  margin-right: 2px;
  display: inline-block;
}
.totalRating .starts_block span:last-child {
  margin-right: 0;
}
.totalRating .starts_block a.blank {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 1px;
  background-size: 100%;
}
.totalRating .starts_block span.blank {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 1px;
  background-size: 100%;
}
.totalRating .starts_block a.sel {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}
.totalRating .starts_block span.sel {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}
.totalRating .starts_block a.full {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}
.totalRating .starts_block span.full {
  background: url("../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}
.totalRating .starts_block .fraction {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 0;
  width: 180px;
  background-size: 100%;
  height: 18px;
}
.totalRating .starts_block .fraction.r1 {
  background-position: 0 0;
}
.totalRating .starts_block .fraction.r2 {
  background-position: 0 20%;
}
.totalRating .starts_block .fraction.r3 {
  background-position: 0 40%;
}
.totalRating .starts_block .fraction.r4 {
  background-position: 0 60%;
}
.totalRating .starts_block .fraction.r5 {
  background-position: 0 80%;
}
.totalRating .starts_block .fraction.r45 {
  background-position: 0 100%;
}

#cs-rating {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cs-rating {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 60px;
}
.cs-rating .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 14px 16px 15px;
  position: absolute;
  top: -160px;
  text-align: center;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  right: 0;
  width: 345px;
  margin: 0 auto;
}
.cs-rating .ribbon:before {
  content: "";
  height: 0;
  width: 0;
  left: -29px;
  height: 100%;
  width: 30px;
  background: url("../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
  transform: rotate(180deg);
}
.cs-rating .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -29px;
  height: 100%;
  width: 30px;
  background: url("../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
}
.cs-rating .content-wrapper {
  padding: 20px 20px 13px;
  margin-top: 10px;
}
.cs-rating .content-wrapper h3 {
  margin: 0;
}
.cs-rating .content-wrapper h3 span {
  line-height: 24px;
  display: block;
}
.cs-rating .content-wrapper .scrollable-box.y {
  padding: 0 16px 0 0;
}
.cs-rating .sliderContent {
  margin: 0 auto;
  padding: 40px 0;
  width: 1170px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cs-rating .subtext.big {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
.cs-rating .subtext.sm {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  margin: 10px 0;
  opacity: 0.6;
}
.cs-rating .pcard {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  padding-top: 70px;
  min-width: 352px;
  margin: 0 30px 0 0;
  overflow: initial !important;
}
.cs-rating .pcard .icon {
  content: "";
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  left: 0;
  margin: 0 auto;
  border: 8px solid #fffaed;
  display: flex;
}
.cs-rating .customerRating {
  padding-top: 0;
  margin-top: 70px;
  position: relative;
}
.cs-rating .customerRating .ribbon {
  top: -200px;
  text-align: center;
}
.cs-rating .customerRating .arrows {
  width: 80px;
  margin-top: -50px;
  right: initial;
  left: 0;
}
.cs-rating .customerRating .arrows .arrow-left {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: -25px;
}
.cs-rating .customerRating .arrows .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}
.cs-rating .customerRating .arrows .arrow-right {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: -1110px;
}
.cs-rating .customerRating .arrows .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

.investmenttimer {
  display: flex;
  font-size: 11px;
  font-weight: 600;
  background: #fef1b3;
  padding: 6px 10px 6px 40px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -11px;
  left: 14px;
  min-width: 288px;
  min-height: 27px;
}
.investmenttimer::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/timer-term.png") no-repeat center center;
  top: 2px;
  left: 12px;
  background-size: contain;
}
.investmenttimer .timerWrapper {
  margin: 0 2px;
  color: red;
}

.new-top-plans-section {
  position: relative;
}
.new-top-plans-section .tag-box {
  position: absolute;
  z-index: 1;
  border-radius: 0 5px 0 5px;
  background: #007ab9;
  right: 0;
  top: 0;
  padding: 8px 12px 8px 38px;
  overflow: hidden;
}
.new-top-plans-section .tag-box .tag {
  letter-spacing: 0;
  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%);
}
.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 h2 {
  font-size: 19px;
  margin-top: 0;
  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: 0;
}
.new-top-plans-section .new-top-plans h2:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 0;
  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: 0;
  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: -4px;
  width: 68%;
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}
.new-top-plans-section .new-top-plans .taxsavingbanner {
  position: absolute;
  min-width: 100px;
  font-size: 11px;
  border-radius: 6px 0 6px 0;
  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;
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
}
.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;
}
.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 .cor-text {
  background: #fff !important;
}
.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 .rest_plan.active .topplan_withnps:first-child .total-corpus {
  background: #fff !important;
}
.new-top-plans-section .new-top-plans .new-plan-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 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;
}
.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 p {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2) 0, #fff 100%) 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 4px;
  padding: 3px 10px 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #253858;
  font-weight: 600;
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo + p:empty {
  display: none;
}
.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 .insurer-payout .value {
  font-size: 18px;
  line-height: 24px;
  color: #0065ff;
}
.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;
  border-left: 0px solid #f2f2f2;
}
.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: 0;
  color: #757575;
  font-size: 12px;
  line-height: 13px;
  margin: 0 0 4px;
  font-weight: 600;
}
.new-top-plans-section .new-top-plans .new-plan-box .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}
.new-top-plans-section .new-top-plans .new-plan-box .value.green {
  color: #497633 !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: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}
.new-top-plans-section .new-top-plans .new-plan-box button:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 14px;
  content: "";
}
.new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
  padding: 20px 15px 15px;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
  display: flex;
  align-items: flex-start;
  width: 83%;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
  width: 35%;
}
.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%;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
  width: 50%;
  padding: 13px;
}
.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;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
  margin: 5px 0 0;
  letter-spacing: 0;
  color: #243262;
  line-height: 13px !important;
  padding: 4px 0 5px;
  font-size: 10px;
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
  font-weight: 700;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
  padding: 30px 15px 25px;
}
.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: 0 !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.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;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo P {
  background: 0 0;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .returns-payout > div {
  border-color: transparent;
}
.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: #f9f4e0;
  font-size: 10px;
}
.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;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
  position: absolute;
  width: 245px;
  color: #fe6d02;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0;
  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;
}
.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(0, -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.default-nfo .taxsavingbanner {
  border-radius: 8px 0 0 0;
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
  padding: 15px 15px 15px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
  position: relative;
  padding: 18px 15px 25px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
  width: 125px;
}
.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;
}
.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 #079836;
  border-radius: 8px;
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
  position: absolute;
  background: #079836;
  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: 0;
}
.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 .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;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured {
  position: relative;
  padding: 18px 15px 25px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
  width: 145px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
  width: 410px;
  margin-right: 0;
  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;
}
.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 #079836;
  border-radius: 8px;
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
  position: absolute;
  background: #079836;
  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: 0;
}
.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 .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;
}
.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:has(.tag) {
  padding-bottom: 40px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child {
  background: linear-gradient(105.89deg, rgba(232, 195, 62, 0.3) 0, rgba(245, 78, 27, 0.3) 97.66%);
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .new_calculated_values {
  background: linear-gradient(90.45deg, rgba(255, 255, 255, 0) 2.79%, rgba(255, 200, 100, 0.2) 61.48%, rgba(255, 219, 154, 0.2) 99.84%);
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus {
  background: linear-gradient(270deg, #f2d6bf 0, #f1d7c0 100%);
}
.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: #fe6d02;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0;
  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;
}
.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(0, -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;
}
.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: 0 0;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .logo-payouts {
  width: 35%;
  padding: 0;
  border: 0;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
  width: 65%;
  padding: 0;
  margin-right: 20px;
  align-items: flex-start;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns {
  width: 30%;
  border: 0;
}
.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 0;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-returns .value {
  font-size: 18px;
}
.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: 0;
}
.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;
}
.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;
}
.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;
}
.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);
}
.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;
}
.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: #253858;
  color: #fff;
  padding: 5px 9px;
  border-radius: 4px;
  right: -77px;
  top: -58px;
  font-weight: 400;
}
.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: #253858;
  transform: rotate(-45deg);
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at {
  position: relative;
  min-height: 54px;
  z-index: 2;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_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: #abf0ba;
  padding: 2px 2px;
  border-radius: 2px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value {
  font-size: 13px;
  font-weight: 700;
  color: rgba(37, 56, 88, 0.89);
  line-height: 20px;
}
.new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
  font-size: 10px;
  color: #253858;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 108px;
  margin-bottom: 20px;
}
.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;
}
.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: #abf0ba;
  padding: 2px 2px;
  border-radius: 2px;
}
.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;
}
.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: 0;
  padding: 0;
  position: relative;
  max-width: 108px;
}
.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;
}
.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;
}
.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: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  top: 10px;
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange {
  background: #00a367 !important;
  color: #fff !important;
  border-radius: 8px 0 8px 0;
  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: 0;
}
.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: 0;
  right: -10px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt {
  width: 110px !important;
  margin: 0;
  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: 0 0;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap {
  border: none;
  background: 0 0;
  padding: 5px 0 0 7px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
  font-size: 20px;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label {
  background: 0 0;
  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: 0 !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;
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .heading {
  display: none !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
  width: calc(100% - 130px) !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  height: 110%;
  left: -15px !important;
  right: initial !important;
  height: 110% !important;
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .youget {
  background: 0 0 !important;
  position: initial !important;
  font-weight: 600 !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: 0 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: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 42px;
  display: inline-block;
}
.new-top-plans-section .disclaimerFor_insurer {
  background: 0 0;
  padding: 0;
  border-radius: 5px;
  font-size: 9px;
  line-height: 16px;
  margin-bottom: 14px;
  font-weight: 400 !important;
  color: #adadad;
}
.new-top-plans-section .disclaimerFor_insurer strong {
  font-weight: 400 !important;
}

.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: 0;
}
.new-top-plans-section.nri h2:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}
.new-top-plans-section.nri h3 {
  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: 0;
}
.new-top-plans-section.nri h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}
.new-top-plans-section.nri .new-top-plans-subheading {
  display: flex;
  margin: 10px 0 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;
}
.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;
}
.new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

.up-disclaimer {
  font-size: 8px;
  color: rgba(37, 56, 88, 0.4);
  margin: 6px;
  text-align: left;
}

#financial-news {
  position: relative;
  margin-top: 20px;
}
#financial-news .lin-container {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 101, 255, 0.0509803922);
  padding: 20px 15px;
}
#financial-news .lin-container .lin-heading {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}
#financial-news .lin-container .lin-heading span {
  font-size: 24px;
  font-weight: 500;
  color: #0065ff;
}
#financial-news .lin-container .lin-left {
  width: 63%;
  padding-right: 15px;
  height: 400px;
  overflow-y: auto;
}
#financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 25px;
  line-height: 28px;
  -webkit-line-clamp: none;
}
#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}
#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p {
  color: rgba(37, 56, 88, 0.9);
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
}
#financial-news .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p:first-child {
  -webkit-line-clamp: inherit;
  display: block;
  -webkit-box-orient: initial;
  text-overflow: initial;
  overflow: initial;
}
#financial-news .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}
#financial-news .lin-container .lin-right {
  width: 37%;
  position: relative;
  max-width: 274px;
}
#financial-news .lin-container .lin-right button {
  position: absolute;
  top: 0;
  border: 1px solid #0067ff;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
#financial-news .lin-container .lin-right .prev {
  right: 36px;
}
#financial-news .lin-container .lin-right .next {
  right: 0;
}
#financial-news .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}
#financial-news .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}
#financial-news .lin-container .latest-news-heading img {
  margin: 0 10px 0 0;
}
#financial-news .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}
#financial-news .lin-container .slide-news {
  margin: 13px 0 0 0;
  display: block;
}
#financial-news .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 10px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}
#financial-news .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
#financial-news .lin-container .read-txt .parent-paragraph {
  height: 20px;
  overflow: hidden;
}
#financial-news .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 0;
  line-height: 16px;
}
#financial-news .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
#financial-news .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}
#financial-news .lin-container .slide-news-box.current .read-more-news {
  opacity: 0.3;
}
#financial-news .lin-container .tab-content {
  display: none;
}
#financial-news .lin-container .tab-content.current {
  display: inherit;
}
#financial-news .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: hidden;
  height: 365px;
  position: relative;
}
#financial-news .lin-container .slider::after {
  content: "";
  position: absolute;
  backdrop-filter: blur(2px);
  height: 110px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
}
#financial-news .lin-container .slider .view-more-btn {
  width: 105px;
  height: 36px;
  background: #0065ff;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 4px;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
}
#financial-news .lin-container .slider::-webkit-scrollbar-track {
  background: 0 0;
}
#financial-news .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
#financial-news .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.nre-revamp .allinsurer .moreplans-nri {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
  box-shadow: 1px 1px 5px #ccc;
}
.nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 20px;
}
.nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .value {
  font-size: 20px;
  font-weight: 700;
}
.nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .heading {
  font-size: 14px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8980392157);
  margin: 0 0 7px;
}
.nre-revamp .pagecontent h2 .blue {
  background: 0 0;
}
.nre-revamp .up-disclaimer {
  color: rgba(37, 56, 88, 0.4);
}
.nre-revamp .popular_article h3 {
  text-align: center;
}
.nre-revamp .popular_article .popular_article_container {
  text-align: center;
}
.nre-revamp .popular_article .popular_article_container .boxclick {
  color: rgba(37, 56, 88, 0.8980392157);
}
.nre-revamp .popular_article .popular_article_container .boxclick.active {
  color: #0065ff;
}
.nre-revamp .popular_article .popular_article_container .boxclick.active::after {
  border: 2px solid #0065ff;
}
.nre-revamp .default_plan {
  margin: 0 auto;
  max-width: 900px;
}
.nre-revamp .rest_plan {
  margin: 0 auto;
  max-width: 900px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans {
  border: 1px solid rgba(0, 101, 255, 0.2);
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box {
  padding: 20px 15px 20px;
  border: 1px solid rgba(37, 56, 88, 0.2);
  box-shadow: none;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .returns-payout > div {
  width: 195px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .insurer-logo {
  width: 230px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .insurer-logo p {
  background: linear-gradient(90deg, #ffd8d8 0, #fff 88.62%);
  color: #253858;
  font-size: 13px;
  border-radius: 14px 0 0 14px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box button {
  background: url(../../images/bu/term/view-plan-arrow-btn.png) 93px center/14px no-repeat, #0065ff;
  text-align: left;
  padding: 11px 25px;
  min-width: 135px;
  padding: 11px 15px;
  padding: 11px 15px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box button::after {
  border: none;
  transform: none;
  margin: 0;
}
.nre-revamp .new-top-plans-section.nri .view-plans .view-plans-button {
  background: #0065ff;
  border-radius: 6px;
  height: 40px;
  width: 138px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #fff;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans-subheading {
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  margin: 10px auto;
  max-width: 491px;
  padding: 15px;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
}
.nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div:first-child {
  border-right: 1px solid #253858;
  padding-right: 10px;
  width: calc(50% + 10px);
}
.nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div p {
  margin: 0;
  font-size: 16px;
  color: #0065ff;
  font-weight: 600;
}
.nre-revamp .new-top-plans-section.nri .tag-box {
  border-radius: 0 5px 0 0;
  background: #253858;
  overflow: visible;
}
.nre-revamp .new-top-plans-section.nri .tag-box::before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -30px;
  position: absolute;
  border-top: 35px solid #253858;
  border-left: 31px solid transparent;
}
.nre-revamp .new-top-plans-section.nri .tag-box::after {
  display: none;
}
.nre-revamp .new-top-plans-section.nri .tag-box .tag {
  font-size: 16px;
  font-weight: 500;
}
.nre-revamp .new-top-plans-section.nri .tag-box .tag::before {
  width: 20px;
  height: 20px;
  left: -28px;
  background: url(../../images/bu/investment/investment-top-plan-tag-icon-new.svg) no-repeat;
}
.nre-revamp .new-top-plans-section.nri h2 {
  text-align: center;
  width: 100%;
  border: 0;
  font-size: 26px;
  font-weight: 600;
  color: #253858;
}
.nre-revamp .new-top-plans-section.nri h2 strong {
  color: #0065ff;
  font-size: inherit;
}
.nre-revamp .new-top-plans-section.nri h2::before {
  display: none;
}
.nre-revamp .block_content_wrapper_firstfold h1 {
  font-size: 24px;
  font-weight: 24px;
  line-height: initial;
}
.nre-revamp .block_content_wrapper_firstfold p {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 24px;
}
.nre-revamp .contentLeft {
  width: 100%;
}
.nre-revamp aside {
  transition: inherit;
  left: calc(var(--page-max-width) - 424px);
  top: 102px;
}
.nre-revamp aside.sticky {
  position: absolute;
  width: 424px;
  transition: inherit;
}
.nre-revamp .mixedlayout article {
  width: 100%;
}
.nre-revamp .form_mixed_layout {
  z-index: 1;
  padding: 15px 20px 15px 20px;
  border-top: 3px solid #0165ff;
  max-width: 424px;
  min-width: 424px;
  top: -20px;
  position: relative;
}
.nre-revamp .form_mixed_layout .termCondition br {
  display: none;
}
.nre-revamp .form_mixed_layout .form-whatsapp {
  margin-top: 0;
}
.nre-revamp .form_mixed_layout .form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat center/14px;
}
.nre-revamp .form_mixed_layout .h4 .heading-nri.blue {
  font-size: 20px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8980392157) !important;
}
.nre-revamp .form_mixed_layout .h4 .heading-nri.blue span.blue {
  font-weight: 700;
}
.nre-revamp .form_mixed_layout .h4 .heading.blue {
  font-size: 20px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8980392157) !important;
}
.nre-revamp .form_mixed_layout .h4 .heading.blue span.blue {
  font-weight: 700;
}
.nre-revamp .form_mixed_layout .h4 .description span.greenText {
  font-size: 16px;
  border: 1px dashed #1c6f08;
  border-radius: 20px;
  padding: 5px 15px;
  margin-top: 3px;
  display: inline-flex;
  background: #eafef0;
}
.nre-revamp .form_mixed_layout .h4 .description span.greenText strong {
  font-weight: 500;
  margin-left: 3px;
}
.nre-revamp .form_mixed_layout .h4 .description span.greenText sup {
  line-height: 14px;
  font-size: 12px;
}
.nre-revamp .form_mixed_layout .h4 .description-nri span.greenText {
  font-size: 16px;
  border: 1px dashed #1c6f08;
  border-radius: 20px;
  padding: 5px 15px;
  margin-top: 3px;
  display: inline-flex;
  background: #eafef0;
}
.nre-revamp .form_mixed_layout .h4 .description-nri span.greenText strong {
  font-weight: 500;
  margin-left: 3px;
}
.nre-revamp .form_mixed_layout .h4 .description-nri span.greenText sup {
  line-height: 14px;
  font-size: 12px;
}
.nre-revamp .form_mixed_layout .info-secure {
  font-size: 10px;
  font-weight: 500;
}
.nre-revamp .form_mixed_layout .forminput li {
  margin: 20px 10px;
}
.nre-revamp .form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}
.nre-revamp .form_mixed_layout .forminput li input {
  height: 44px;
}
.nre-revamp .form_mixed_layout .forminput li input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 40px !important;
}
.nre-revamp .form_mixed_layout .forminput li .ico.usericon {
  background: url("../../images/bu/investment/mixedlayout-icon-user.svg") no-repeat center;
}
.nre-revamp .form_mixed_layout .forminput li .ico.mobile-ico {
  background: url("../../images/bu/investment/mixedlayout-icon-phone.svg") no-repeat center;
}
.nre-revamp .form_mixed_layout .forminput li .ico.email {
  background: url("../../images/bu/investment/mixedlayout-icon-email.svg") no-repeat center;
}
.nre-revamp .form_mixed_layout .forminput li .secure-tag {
  padding: 3px 10px 2px 7px;
  bottom: -22px;
}
.nre-revamp .form_mixed_layout .forminput li .secure-tag .text {
  color: #5b50d0;
  font-weight: 400;
  font-size: 9px;
}
.nre-revamp .form_mixed_layout .forminput li input.labelshow + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 40px !important;
}
.nre-revamp .form_mixed_layout .forminput li .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 40px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
.nre-revamp .form_mixed_layout .forminput li.registration_check {
  margin: 12px 10px 30px;
}
.nre-revamp .form_mixed_layout .product-achivement-at-policybazaar {
  margin: 15px 0 5px;
}
.nre-revamp .form_mixed_layout .product-achivement-at-policybazaar .listitem.center .blue {
  color: #253858 !important;
  font-size: 14px;
  font-weight: 500;
}
.nre-revamp .leftSection .paragraphBu {
  font-size: 14px;
  line-height: 24px;
  color: rgba(37, 56, 88, 0.8);
}
.nre-revamp .leftSection p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(37, 56, 88, 0.8);
}
.nre-revamp .leftSection .number-listing-box li.numbers::after {
  width: 33px;
  height: 30px;
  background-color: #0065ff;
  border-radius: 4px;
  left: 0;
}
.nre-revamp .leftSection .number-listing-box li.numbers::before {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  width: 33px;
  height: 30px;
  left: 0;
}
.nre-revamp .leftSection .number-listing-box li::before {
  height: 4px;
  width: 4px;
}
.nre-revamp .leftSection .number-listing-box li ul li {
  padding-left: 15px;
  margin: 5px 0 10px 0;
}
.nre-revamp .leftSection .number-listing-box li ul li::before {
  height: 4px;
  width: 4px;
}
.nre-revamp .leftSection .number-listing-box li p {
  font-size: 14px;
}
.nre-revamp .leftSection .number-listing-box li .data_ul li {
  display: block;
}
.nre-revamp .leftSection .number-listing-box li .data_ul li h5 {
  display: inline;
}
.nre-revamp .leftSection .number-listing-box li .data_ul li p {
  display: inline;
}
.nre-revamp .leftSection .number-listing-box h3 {
  font-size: 16px;
}
.nre-revamp .leftSection .number-listing-box h4 {
  font-size: 16px;
}
.nre-revamp .leftSection .data_ul div h3 {
  font-size: 14px;
}
.nre-revamp .leftSection .data_ul li {
  margin: 0 0 12px 0;
  font-size: 14px;
  padding: 0 0 0 15px;
}
.nre-revamp .leftSection .data_ul li::before {
  height: 4px;
  width: 4px;
}
.nre-revamp .leftSection .data_ul li:has(.data_ul) {
  padding: 0;
}
.nre-revamp .leftSection .data_ul li:has(.data_ul)::before {
  display: none;
}
.nre-revamp .leftSection .data_ul li .paragraphBu strong {
  color: #253858;
}
.nre-revamp .leftSection .data_ul li .paragraphBu h3 {
  font-size: 14px;
  margin: 0;
  display: inline-flex;
  color: #253858;
  font-weight: 700;
  line-height: 24px;
}
.nre-revamp .leftSection .data_ul li .paragraphBu h4 {
  font-size: 14px;
  margin: 0;
  display: inline-flex;
  color: #253858;
  font-weight: 700;
  line-height: 24px;
}
.nre-revamp .leftSection .allinsurer.full .footable table tr:last-child {
  border-radius: 0 0 6px 6px;
}
.nre-revamp .leftSection .allinsurer.full .footable table tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.nre-revamp .leftSection .allinsurer.full .footable table tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.nre-revamp .leftSection .footable table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.nre-revamp .leftSection .footable table td:first-child {
  border-left: solid 0.8px #e1e1e1;
}
.nre-revamp .leftSection .footable table tr:first-child td {
  color: #fff !important;
  height: 58px;
  border-color: rgba(255, 255, 255, 0.2);
}
.nre-revamp .leftSection .footable table tr:first-child td:first-child {
  border-top-left-radius: 0.4em;
}
.nre-revamp .leftSection .footable table tr:first-child td:last-child {
  border-top-right-radius: 0.4em;
}
.nre-revamp .leftSection .footable table tr:first-child td .for-h3-h4 {
  color: #fff;
}
.nre-revamp .leftSection .footable table tr:first-child {
  background: #253858 !important;
  border-radius: 10px 10px 0 0 !important;
}
.nre-revamp .leftSection .footable table tr:last-child {
  border-radius: 0 0 6px 6px;
}
.nre-revamp .leftSection .footable table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.nre-revamp .leftSection .footable table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.nre-revamp .leftSection .footable table tr:nth-child(25) {
  border-radius: 0 0 6px 6px;
}
.nre-revamp .leftSection .footable table tr:nth-child(25) td:first-child {
  border-bottom-left-radius: 6px;
}
.nre-revamp .leftSection .footable table tr:nth-child(25) td:last-child {
  border-bottom-right-radius: 6px;
}
.nre-revamp .leftSection .footable table tr:nth-child(2n) {
  background: 0 0;
}
.nre-revamp .leftSection .footable table tr td h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.nre-revamp .leftSection .left_fullbanner {
  max-width: 100%;
  padding: 10px 0 20px;
}
.nre-revamp .leftSection .overview-nre-account-section.full .number-listing-box li {
  display: block;
}
.nre-revamp .leftSection .top-nre-account-section.full .number-listing-box li {
  display: block;
}
.nre-revamp .leftSection .overview-nre-account-section .number-listing-box li {
  display: none;
}
.nre-revamp .leftSection .overview-nre-account-section .number-listing-box li:nth-child(-n+1) {
  display: block;
}
.nre-revamp .leftSection .top-nre-account-section .number-listing-box li {
  display: none;
}
.nre-revamp .leftSection .top-nre-account-section .number-listing-box li:nth-child(-n+2) {
  display: block;
}
.nre-revamp .key-feature-wrapper {
  position: relative;
}
.nre-revamp .key-feature-wrapper::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  background: url("../../images/bu/investment/key-feature-nre.svg") no-repeat right bottom;
  width: 231px;
  height: 296px;
}
.nre-revamp .steps-nre-account {
  position: relative;
  background: #fff2e7;
  padding: 15px 4%;
  width: 108%;
  margin: 30px -4%;
}
.nre-revamp .steps-nre-account::after {
  content: "";
  bottom: 27px;
  right: 4%;
  position: absolute;
  background: url("../../images/bu/investment/step-to-open.svg") no-repeat right bottom;
  width: 406px;
  height: 277px;
}
.nre-revamp .steps-nre-account h2 + p {
  display: none;
}
.nre-revamp .steps-nre-account .data_ul {
  max-width: 610px;
}
.nre-revamp .featureBox {
  margin: 20px 0 20px;
  min-height: 400px;
  align-items: flex-start;
  padding-top: 65px;
}
.nre-revamp .featureBox .left {
  width: 32%;
  position: relative;
}
.nre-revamp .featureBox .right {
  width: 30%;
}
.nre-revamp .featureBox .akshayBanner {
  height: 370px;
  top: 17px;
}
.nre-revamp .featureBox .akshayBanner img {
  width: 100%;
}
.nre-revamp .featureBox .pointer li .icon {
  display: none;
}
.nre-revamp .featureBox .pointer li .text {
  margin-left: 10px;
}
.nre-revamp .featureBox .pointer li:nth-child(3)::before {
  content: "";
  background: url("../../images/bu/investment/investment-top-fold-icon-3-new.svg") no-repeat center;
  width: 30px;
  height: 30px;
}
.nre-revamp .featureBox .pointer li span img {
  display: none;
}
.nre-revamp .featureBox .pointer li.inv_1stpointer::before {
  content: "";
  background: url("../../images/bu/investment/investment-top-fold-icon-1-new.svg") no-repeat center;
  width: 30px;
  height: 30px;
}
.nre-revamp .featureBox .pointer li.inv_2ndpointer::before {
  content: "";
  background: url("../../images/bu/investment/investment-nri-top-fold-icon-new.svg") no-repeat center;
  width: 30px;
  height: 30px;
}
.nre-revamp .moreplans {
  background: #0662f6;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  width: 138px;
  justify-content: center;
  height: 38px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto;
}
.nre-revamp .moreplans::after {
  display: none;
}
.nre-revamp .moreplans-nri {
  background: #0662f6;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  width: 138px;
  justify-content: center;
  height: 38px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto;
}
.nre-revamp .moreplans-nri::after {
  display: none;
}
.nre-revamp .key-factor-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.nre-revamp .key-factor-wrapper .key-factor {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 16px rgba(51, 51, 124, 0.1607843137);
  width: 630px;
  position: absolute;
}
.nre-revamp .key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}
.nre-revamp .key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}
.nre-revamp .key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}
.nre-revamp .key-factor-wrapper .key-factor li .starts_block {
  width: 80px;
  margin: 0;
}
.nre-revamp .key-factor-wrapper .key-factor li .hi-pp {
  font-size: 14px;
  color: #253858;
  font-weight: 500;
  line-height: 22px;
}
.nre-revamp .key-factor-wrapper .key-factor li .totalRating {
  width: 130px;
}
.nre-revamp .key-factor-wrapper .key-factor li .light-text {
  font-size: 10px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
}
.nre-revamp .key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexbox.reviewby {
  width: 410px;
  margin: 40px auto 40px auto;
  padding: 0;
  position: relative;
}

.reviewby {
  position: relative;
  justify-content: space-between;
}
.reviewby .flexbox-right:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ccc;
  left: -40px;
}
.reviewby .flexbox-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  position: relative;
}
.reviewby .flexbox-right .bio {
  background: transparent linear-gradient(113deg, #fffdf8 0, #f1f0ff 100%) 0 0 no-repeat padding-box;
  border: 1px solid #776ef5;
  position: absolute;
  width: 450px;
  padding: 20px 20px 20px 65px;
  border-radius: 8px;
  top: 18px;
  display: none;
  z-index: 10;
  position: absolute;
  left: -17px;
  margin-top: 30px;
}
.reviewby .flexbox-right .bio:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url("../../images/bu/term/tool-tip.svg") no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}
.reviewby .flexbox-right .bio .img-by {
  left: 14px;
  position: absolute;
}
.reviewby .flexbox-right .bio .name-by .bigtext {
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
.reviewby .flexbox-right .bio .name-by .bigtext .link {
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/linkedin.svg") no-repeat 0 0;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  top: 2px;
  position: absolute;
}
.reviewby .flexbox-right .bio .name-by .smtext {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
}
.reviewby .flexbox-right .bio .name-by .smtext::before {
  display: none;
}
.reviewby .flexbox-right .bio .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
}
.reviewby .flexbox-right .bio .description:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -43px;
  background: url("../../images/bu/term/comma.png") no-repeat 0 0;
  background-size: cover;
}
.reviewby .flexbox-right .bio .description-close {
  background: url("../../../images/life/bu/term/close-gray-icon.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.reviewby .flexbox-right .img-by {
  width: 45px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.reviewby .flexbox-right .img-by img {
  width: 100%;
  position: relative;
}
.reviewby .flexbox-right .name-by {
  display: flex;
  flex-direction: column;
}
.reviewby .flexbox-right .name-by .smtext {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.reviewby .flexbox-right .name-by .bigtext {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  text-decoration: underline;
}
.reviewby .flexbox-right .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background: url("../../images/bu/term/tick-label.svg") no-repeat 0 0;
}
.reviewby .flexbox-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  position: relative;
}
.reviewby .flexbox-left .bio {
  background: transparent linear-gradient(113deg, #fffdf8 0, #f1f0ff 100%) 0 0 no-repeat padding-box;
  border: 1px solid #776ef5;
  position: absolute;
  width: 450px;
  padding: 20px 20px 20px 65px;
  border-radius: 8px;
  top: 18px;
  display: none;
  z-index: 10;
  position: absolute;
  left: -17px;
  margin-top: 30px;
}
.reviewby .flexbox-left .bio:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url("../../images/bu/term/tool-tip.svg") no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}
.reviewby .flexbox-left .bio .img-by {
  left: 14px;
  position: absolute;
}
.reviewby .flexbox-left .bio .name-by .bigtext {
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
.reviewby .flexbox-left .bio .name-by .bigtext .link {
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/linkedin.svg") no-repeat 0 0;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  top: 2px;
  position: absolute;
}
.reviewby .flexbox-left .bio .name-by .smtext {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
}
.reviewby .flexbox-left .bio .name-by .smtext::before {
  display: none;
}
.reviewby .flexbox-left .bio .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
}
.reviewby .flexbox-left .bio .description:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -43px;
  background: url("../../images/bu/term/comma.png") no-repeat 0 0;
  background-size: cover;
}
.reviewby .flexbox-left .bio .description-close {
  background: url("../../../images/life/bu/term/close-gray-icon.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.reviewby .flexbox-left .img-by {
  width: 45px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.reviewby .flexbox-left .img-by img {
  width: 100%;
  position: relative;
}
.reviewby .flexbox-left .name-by {
  display: flex;
  flex-direction: column;
}
.reviewby .flexbox-left .name-by .smtext {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.reviewby .flexbox-left .name-by .bigtext {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  text-decoration: underline;
}
.reviewby .flexbox-left .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  left: -2px;
  top: 2px;
  background: url("../../images/bu/term/written-label.svg") no-repeat 0 0;
}
.reviewby .flexbox-left.hv {
  padding-bottom: 10px;
}
.reviewby .flexbox-left.hv:hover .bio {
  display: block;
}
.reviewby .flexbox-right.hv {
  padding-bottom: 10px;
}
.reviewby .flexbox-right.hv:hover .bio {
  display: block;
}

.popular-search {
  position: relative;
  padding: 0;
}
.popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.popular-search h2.underline {
  display: flex;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}
.popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}
.popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}
.popular-search .popular-search-tag li:hover {
  color: #0065ff;
}
.popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}
.popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
.popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}
.popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}
.popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}
.popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}
.popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

.gift-city .featureBox, .mixedlayout .featureBox {
  padding-top: 30px;
}
.gift-city .featureBox .akshayBanner img, .mixedlayout .featureBox .akshayBanner img {
  max-width: 231px;
  width: 100%;
}
.gift-city .featureBox .common_heading_nri, .mixedlayout .featureBox .common_heading_nri {
  font-size: 26px;
}
.gift-city .featureBox .common_heading_nri sup, .mixedlayout .featureBox .common_heading_nri sup {
  font-size: 20px;
}
.gift-city .featureBox .bigtext, .mixedlayout .featureBox .bigtext {
  font-size: 16px;
  font-weight: 500;
}
.gift-city .featureBox .pointer li, .mixedlayout .featureBox .pointer li {
  border-left: 3px solid #3967ff;
  min-height: 60px;
  max-width: 304px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px 8px 12px;
  margin-bottom: 22px;
}
.gift-city .featureBox .pointer li .icon, .mixedlayout .featureBox .pointer li .icon {
  height: 30px;
  width: 30px;
}
.gift-city .featureBox .pointer li .icon img, .mixedlayout .featureBox .pointer li .icon img {
  width: 30px;
}
.gift-city .featureBox .pointer li .text, .mixedlayout .featureBox .pointer li .text {
  margin-left: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gift-city .form_mixed_layout, .mixedlayout .form_mixed_layout {
  padding: 20px 12px 15px 12px;
  border-top: 3px solid #0065ff;
}
.gift-city .form_mixed_layout .h4 .heading-nri span.blue sup, .mixedlayout .form_mixed_layout .h4 .heading-nri span.blue sup {
  font-size: 10px;
  top: -4px;
  font-weight: 400;
  position: relative;
}
.gift-city .form_mixed_layout .h4 .description-nri span.greenText, .mixedlayout .form_mixed_layout .h4 .description-nri span.greenText {
  background: rgba(28, 129, 16, 0.05);
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 17px;
}
.gift-city .form_mixed_layout .h4 .description-nri span.greenText sup, .mixedlayout .form_mixed_layout .h4 .description-nri span.greenText sup {
  font-size: 10px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .build-in-cover {
    top: 0;
  }
  .build-in-cover.nri {
    top: 0;
    margin-bottom: 10px;
  }
  .load_text {
    margin: 9px auto 8px;
  }
  #policybazaar {
    margin-top: 0;
  }
  .pagecontainer.layoutcenter {
    padding: 0 15px;
  }
  .contentLeft {
    width: 100%;
  }
  .breadcrumbinner .breadcrumb {
    padding: 10px 15px;
  }
  .breadcrumbinner {
    order: 3;
  }
  .mixedlayout {
    display: flex;
    flex-direction: column;
  }
  .mixedlayout article {
    order: 1;
    width: 100%;
  }
  .mixedlayout article .list {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .mixedlayout article .list .ico {
    width: 30px;
    height: 40px;
  }
  .mixedlayout article.blue {
    width: 100%;
  }
  .mixedlayout.mobreverse {
    padding: 0;
    width: 100%;
  }
  .mixedlayout.mobreverse article {
    padding: 0 15px;
    margin-bottom: 8px;
  }
  aside {
    order: 2;
  }
  .form_mixed_layout {
    display: block;
    float: initial;
    margin: 0 auto;
    position: relative;
    width: 96%;
    top: 0;
  }
  .form_mixed_layout .forminput li.mt0 {
    padding: 0 15px 0 5px;
  }
  .form_mixed_layout .forminput li input#mobNumber.pd10 + .error {
    bottom: -26px;
  }
  .form_mixed_layout .h4 .heading-nri.blue {
    padding-top: 20px;
  }
  .form_mixed_layout .h4 .heading.blue {
    padding-top: 20px;
  }
  .container {
    max-width: 100%;
  }
  .disclaimer.mr-none {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .pagecontent .h2.mt100 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .pagecontent .short {
    width: 100% !important;
  }
  .featureBox {
    display: flex;
    order: 3;
    border-radius: 0;
    margin: 20px 0 0;
    padding: 25px 15px;
  }
  .featureBox .left {
    display: none;
  }
  .featureBox .right {
    width: 100%;
    width: 100%;
  }
  .featureBox .feature_pointer {
    top: 0;
  }
  .featureBox .feature_pointer .listitem:first-child {
    margin: 10px;
  }
  .featureBox .feature_pointer .listitem:nth-child(2) {
    margin: 10px;
  }
  .featureBox .feature_pointer .listitem:nth-child(3) {
    position: initial;
    margin: 10px;
  }
  .featureBox.bgnone .feature_pointer .listitem .bigtext {
    font-size: 20px;
  }
  .featureBox.bgnone .feature_pointer .listitem .text .bigtext:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #5bc456;
    left: 6px;
    top: 3px;
  }
  .featureBox.bgnone .feature_pointer .listitem:nth-child(2) .text .bigtext:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #5bc456;
    left: 6px;
    top: 3px;
  }
  .featureBox.bgnone .feature_pointer .listitem:nth-child(2) {
    max-width: 160px !important;
    min-height: 46px;
    flex-shrink: 0;
    width: auto;
  }
  .featureBox.bgnone .feature_pointer .listitem {
    max-width: 160px !important;
    min-height: 46px;
    flex-shrink: 0;
    width: auto;
  }
  .featureBox.bgnone .feature_pointer {
    flex-wrap: nowrap;
    width: 99%;
    max-width: 340px;
    margin: 20px auto;
  }
  .featureBox.bgnone .feature_pointer .slick-list.draggable {
    padding-left: 10px;
  }
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
    margin-bottom: 10px;
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky h1 {
    margin-bottom: 10px;
  }
  .leftSection #sip-calculator_graph.sip-rhs-sticky h2 {
    margin-bottom: 10px;
  }
  .leftSection .left_fullbanner {
    padding: 10px 0 0;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .stickyinfowrapper {
    align-items: baseline;
  }
  .stickyfooter .closesticky {
    display: flex;
  }
  .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
    padding: 10px 0 0 0;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
    display: flex;
    width: calc(100% - 60px);
  }
  .stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
    display: none;
  }
  .stickyfooter .sticky .right .ctaform .forminput select {
    margin: 4px 0 4px 0;
    width: 90px;
  }
  .stickyfooter .sticky .right .ctaform .forminput input {
    min-width: 90px;
    padding: 0 3px;
  }
  .stickyfooter .sticky .right .ctaform button:disabled:after {
    left: 35%;
  }
  .stickyfooter .sticky .right .ctaform button.mobileSticky.mixlayoutpopup {
    display: none;
  }
  .stickyfooter .sticky .right button:disabled {
    font-size: 0px;
    height: 46px;
  }
  .stickyfooter .sticky .right .ctaform.mobile {
    display: none !important;
  }
  .stickyfooter .sticky .right .ctaform.desktop {
    display: flex !important;
    flex-wrap: initial;
  }
  .stickyfooter .sticky .pagecontainer .left {
    width: 100%;
  }
  .stickyfooter .sticky .pagecontainer .right {
    width: 100%;
  }
  .dircoloum .leftHeadingfixed {
    min-height: 120px;
  }
  .table_content .colgrid-2.headingRow {
    min-height: 80px;
  }
  .table_content .colgrid-3.headingRow {
    min-height: 80px;
  }
  .table_content .colgrid-4.headingRow {
    min-height: 80px;
  }
  .table_content .colgrid-2.childRow {
    min-height: 120px;
  }
  .table_content .colgrid-3.childRow {
    min-height: 120px;
  }
  .table_content .colgrid-4.childRow {
    min-height: 120px;
  }
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 55%;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection .h2 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection h1 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .leftSection h2 {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .title {
    margin-bottom: 10px;
  }
  #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 13px;
  }
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    padding: 4px;
  }
  #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    width: 50% !important;
  }
  .investmore {
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 20px;
    background: #f5f7ff;
    width: 75%;
    max-width: 760px;
    margin: 20px auto;
    border-radius: 8px;
  }
  .investmore .rightsection_heading {
    width: 100%;
    min-height: auto;
    box-shadow: none;
    box-shadow: none;
  }
  .investmore .rightsection_heading .invmore span:first-child:before {
    margin: 0;
    left: -40px;
    width: 30px;
    height: 30px;
    top: 85%;
    transform: translate(0, -50%);
  }
  .investmore .rightsection_heading .invmore {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
    width: 100%;
    padding-bottom: 10px;
  }
  .investmore .rightsection_heading .getmore {
    display: inline;
  }
  .investmore .investment_wise {
    width: 100%;
    padding: 0 0 10px 20px;
    flex-direction: column;
  }
  .investmore .investment_wise .investment_wise_items .invamt {
    margin-right: 15px;
    margin-left: 0;
  }
  .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
    width: calc(100% - 230px);
    padding: 10px 0 10px 25px;
    width: calc(100% - 150px);
    padding: 10px 0 10px 25px;
  }
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
  }
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
  .product-achivement-at-policybazaar .form-rating {
    width: 150px;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 150px;
  }
  .need-help-button.gb {
    padding: 7px 10px;
  }
  .section-full .section-grid {
    padding: 0;
    background: 0 0;
  }
  .section-full.content {
    padding: 3em 0 0;
  }
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
  }
  .section-full.lgyl.cs-rating .section-grid {
    padding: 0 0 0 16px;
  }
  .nre-revamp .form_mixed_layout .h4 .heading-nri.blue {
    padding-top: 0;
  }
  .nre-revamp .form_mixed_layout .h4 .heading.blue {
    padding-top: 0;
  }
  .nre-revamp .form_mixed_layout .product-achivement-at-policybazaar {
    margin: 100px 0 5px 0;
  }
  .nre-revamp .form_mixed_layout .product-achivement-at-policybazaar .listitem.center .blue {
    color: #0563f6 !important;
  }
  .nre-revamp .key-factor-wrapper {
    position: absolute;
    bottom: -70px;
    width: 100%;
  }
  .flexbox.reviewby {
    flex-direction: row;
    margin: 0 auto 20px;
  }
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 90%;
    padding: 16px 15px 0 30px;
    margin: 0 auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .nfo-text-intent {
    font-size: 31px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-icon.date-icon-intent:before {
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row .adr-col .labl-text {
    font-size: 19px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 120px;
    height: 115px;
    right: 9px;
    bottom: initial;
    top: 37px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
    margin: 10px 0 0 0;
    width: auto !important;
    display: inline-block;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    bottom: 83px;
    top: auto;
    right: 10px;
  }
  .investmenttimer {
    left: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:has(.tag) {
    padding-bottom: 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps {
    align-items: flex-start;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps:first-child .returns-payout .insurer-payout .total-corpus {
    background: 0 0;
  }
  .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, #f2cebd 0, #f1d4bf 100%);
    padding: 0 4px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo {
    width: 180px;
    margin: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    padding: 0 0 0 5px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout {
    width: 100%;
    margin-right: 0;
    align-items: center;
  }
  .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: 16px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout {
    width: 66%;
    padding: 5px;
    margin-top: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .total-corpus {
    padding: 5px 0;
    transform: translateX(-50%);
    top: -19px;
    left: 50%;
    background: 0 0;
    text-align: center;
  }
  .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 {
    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 {
    display: none;
  }
  .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 0;
    top: 0;
  }
  .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 {
    right: 11px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_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 {
    left: 0;
    position: relative;
    padding: 0 2px;
    display: inline-flex;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .value {
    font-weight: 500;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .returns-payout .insurer-payout .paid_at .disclaimer {
    font-weight: 500;
    font-size: 8px;
    line-height: 13px !important;
    position: static;
    margin-bottom: 0;
  }
  .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 .return_at .tax-free-badge {
    left: 0;
    position: relative;
    padding: 0 2px;
    display: inline-flex;
  }
  .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 .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 .return_at::before {
    background: url(../../images/bu/investment/market-sepearator-mobile.svg) no-repeat 0 0/13px;
    width: 13px;
    height: 46px;
    top: 0;
    left: -26px;
  }
  #financial-news .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
  .nre-revamp .form_mixed_layout {
    top: 0;
    min-width: inherit;
    max-width: inherit;
  }
  .nre-revamp .key-feature-wrapper h2 + p {
    max-width: 230px;
  }
  .nre-revamp .key-feature-wrapper::after {
    width: 75px;
    height: 96px;
    top: 55px;
    bottom: auto;
    background-size: 75px;
  }
  .nre-revamp .steps-nre-account {
    width: calc(100% + 30px);
    padding: 15px;
    margin: 30px 0 30px -15px;
  }
  .nre-revamp .steps-nre-account::after {
    width: 105px;
    height: 82px;
    right: 10px;
    top: 84px;
    bottom: auto;
    background-size: 105px;
  }
  .nre-revamp .steps-nre-account h2 + p {
    display: block;
    max-width: 207px;
  }
  .nre-revamp .steps-nre-account .data_ul li:first-child {
    max-width: 214px;
  }
  .nre-revamp .key-factor-wrapper .key-factor {
    max-width: 100%;
    width: 500px;
    bottom: initial;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .nre-revamp .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .nre-revamp .key-factor-wrapper .key-factor li:first-child {
    position: absolute;
    top: -56px;
    display: none;
  }
  .nre-revamp .key-factor-wrapper .key-factor li:first-child:before {
    display: none;
  }
  .nre-revamp .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0;
  }
  .stickyfooter .sticky .pagecontainer {
    max-width: 450px;
    width: 100%;
    padding: 16px 20px 14px;
    flex-direction: column;
    margin: 0 auto;
  }
  .stickyfooter .sticky .pagecontainer .left {
    padding-left: 0;
  }
  .stickyfooter .sticky .pagecontainer .left::before {
    display: flex;
    right: -25px;
    left: auto;
    top: -23px;
    background-size: 49px;
  }
  .stickyfooter .sticky .text {
    line-height: 24px;
    display: block;
  }
  .stickyfooter .sticky .ctaform {
    flex-direction: row;
    align-items: center;
  }
  .stickyfooter .sticky .ctaform .forminput {
    width: calc(100% - 60px);
  }
  .stickyfooter .sticky .ctaform .forminput.error {
    margin-bottom: 0;
  }
  .stickyfooter .sticky .ctaform .forminput.error .err {
    bottom: -1px;
  }
  .stickyfooter .sticky .mobileSticky {
    width: 110px;
    position: relative;
    top: 0;
    font-size: 14px;
    padding: 15px 4px;
    display: block;
    margin-top: 0;
  }
  .stickyfooter .sticky .submitSticky {
    width: 110px;
    position: relative;
    top: 0;
    font-size: 14px;
    padding: 15px 4px;
    display: block;
    margin-top: 0;
  }
  .stickyfooter .sticky .mobileSticky.mixlayoutpopup {
    display: none;
  }
  .stickyfooter .sticky .submitSticky.mixlayoutpopup {
    display: none;
  }
  .gift-city .featureBox {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .gift-city .form_mixed_layout .h4 .heading-nri {
    font-size: 16px;
  }
  .gift-city .form_mixed_layout .h4 .heading-nri span.blue {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city::after {
    background-repeat: no-repeat;
    right: 10px;
    bottom: 20px;
    background-size: 270px;
    width: 270px;
    height: 250px;
    top: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .gift-pointer .gift-pointer-row {
    min-height: 50px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content .viewplan-link {
    max-width: 166px;
    padding: 12px 0;
    margin: 20px 0 0 0;
  }
  #investment-interlinking-widget.investment-interlinking-widget .heading {
    font-size: 20px;
    padding: 0 12px;
  }
  #investment-interlinking-widget.investment-interlinking-widget .flexlist {
    padding: 0 5px;
  }
  #investment-interlinking-widget.investment-interlinking-widget .link {
    border-bottom: 2px solid #d9d9d9;
  }
  #investment-interlinking-widget.investment-interlinking-widget {
    padding: 15px 0 40px;
    background: #fff;
    border-radius: 0;
    border: 0;
  }
  .pagecontainer {
    padding: 0 15px;
  }
  .mixedlayout article .link-tags {
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar {
    width: 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-track {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
  .form_mixed_layout {
    padding: 0 5px 15px;
  }
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
  .dircoloum {
    width: 200px;
  }
  .dircoloum .leftHeadingfixed {
    min-height: 105px;
  }
  .table_content .colgrid-2.headingRow {
    min-height: 105px;
  }
  .table_content .colgrid-3.headingRow {
    min-height: 105px;
  }
  .table_content .colgrid-4.headingRow {
    min-height: 105px;
  }
  .table_content .colgrid-2.childRow {
    min-height: 105px;
  }
  .table_content .colgrid-3.childRow {
    min-height: 105px;
  }
  .table_content .colgrid-4.childRow {
    min-height: 105px;
  }
  .table_content .colgrid-2 {
    width: 150px;
  }
  .table_content .colgrid-3 {
    width: 150px;
  }
  .table_content .colgrid-4 {
    width: 150px;
  }
  .investmore .rightsection_heading {
    min-width: 230px;
  }
  .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.highlighted-active .plan_name p {
    padding: 0 10px 5px 10px;
    margin: 0;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 60%;
    left: 80px;
    top: -4px;
  }
  #financial-news .lin-container .lin-heading {
    padding: 20px 0 0 0;
  }
  #financial-news .lin-container {
    padding: 0 0;
  }
  #financial-news .lin-container .read-more-news {
    display: none;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #financial-news .lin-container .lin-left {
    width: 100%;
  }
  #financial-news .lin-container .lin-right {
    width: 100%;
  }
  #financial-news .lin-container .lin-row {
    flex-direction: column;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 300px;
    padding: 10px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    width: 200px;
    height: 210px;
    right: 9px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 270px;
    background-repeat: no-repeat;
    height: 180px;
    bottom: 95px;
    top: auto;
    right: 10px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
  .flexbox.reviewby {
    margin: 16px auto 0;
  }
  .reviewby .flexbox-left .name-by .smtext {
    margin-left: 10px;
  }
  .reviewby .flexbox-right .name-by .smtext {
    margin-left: 10px;
  }
  .stickyfooter .sticky .heading-sticky span {
    font-size: 24px;
    font-weight: 600;
  }
  .stickyfooter .sticky .text {
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo {
    padding: 25px 15px;
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo::after {
    display: none;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .available-date-row {
    margin: 5px 0;
    background: rgba(242, 247, 255, 0.8);
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
    font-weight: 400;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    padding: 8px 22px 14px;
    font-size: 20px;
    line-height: 30px;
    width: 69%;
    max-width: 492px;
    margin: 10px 0 12px;
    left: -29px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    font-size: 23px;
    max-width: 250px;
  }
  .nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
    font-size: 18px;
  }
  .nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .value {
    font-size: 18px;
  }
  .nre-revamp .new-top-plans-section .new-top-plans .new-plan-box .heading {
    font-size: 12px;
  }
  .nre-revamp .allinsurer {
    width: calc(100% + 15px);
  }
  .nre-revamp .footable {
    overflow: auto;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
    width: 210px;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box .insurer-logo p {
    font-size: 10px;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans .new-plan-box button {
    padding: 7px 12px;
    background-position: 78px center;
    min-width: 105px;
    font-size: 12px;
    padding: 7px 7px;
  }
  .nre-revamp .new-top-plans-section.nri .tag-box::before {
    display: flex;
  }
  .nre-revamp .new-top-plans-section.nri .tag-box .tag {
    font-size: 10px;
  }
  .nre-revamp .new-top-plans-section.nri .tag-box .tag::before {
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewbtn {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    font-size: 16px;
    z-index: 1;
    margin: 30px auto 7px;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.nfo .exit-intent-popup-content button {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content h2 {
    font-size: 24px !important;
    line-height: 32px;
    margin-top: 15px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 10px 0;
    width: calc(100% - 115px);
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .details-1 {
    font-size: 13px;
    margin: 5px 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
    font-size: 15px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
    font-size: 15px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 13px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
    font-size: 13px;
    font-weight: 500;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content button {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 15px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 15px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 15px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 15px auto 0;
    position: relative;
  }
  .form_mixed_layout .forminput li.registration_check {
    margin: 17px 17px 30px;
  }
  .stickyfooter.new .sticky {
    height: auto;
    padding: 7px 0 9px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    flex-direction: column;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    bottom: -10px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 38%;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome {
    padding-left: 0;
    z-index: 2;
    position: relative;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left .text-custome p.description {
    margin-bottom: 6px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    padding-left: 26px;
    width: 47%;
  }
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
  .totalRating .starts_block {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 102px;
    background-repeat: no-repeat;
    height: 102px;
    bottom: initial;
    top: 37px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 151px;
    background-repeat: no-repeat;
    height: 102px;
    bottom: 95px;
    top: auto;
    right: 10px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city::after {
    right: 5px;
    bottom: 4px;
    top: auto;
    background-size: 100%;
    width: 144px;
    height: 119px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city {
    padding-bottom: 50px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content div.disclaimer.right {
    text-align: left;
    bottom: -10px;
  }
  .mixedlayout article .list .h3 {
    font-size: 16px;
  }
  .mixedlayout article .list h3 {
    font-size: 16px;
  }
  .form_mixed_layout .forminput li {
    margin: 17px;
  }
  .form_mixed_layout .forminput li input {
    font-size: 14px;
  }
  .form_mixed_layout .forminput li select {
    font-size: 14px;
  }
  .tab li {
    font-size: 14px;
  }
  .tab li.style-1 {
    padding: 15px 0;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
  .registration_check #mob_feild2feild .countryCode {
    font-size: 14px;
    font-weight: 400;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .stickyfooter .sticky .left .text {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
  .stickyfooter .sticky .right .ctaform .forminput input {
    font-size: 14px;
  }
  .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
  .stickyfooter .sticky .right .mobileSticky {
    display: block;
  }
  .stickyfooter .sticky .pagecontainer {
    max-width: 500px;
    width: 96%;
    margin: 0 auto;
    padding: 6px 0 17px;
    flex-direction: column;
  }
  .stickyfooter .sticky .pagecontainer .left {
    width: 100%;
    padding: 0;
  }
  .stickyfooter .sticky .heading-sticky {
    padding: 0;
    margin: 0 0;
  }
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
    max-height: 580px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .term-widget-new {
    width: 100%;
  }
  .investmore {
    width: 100%;
    max-width: 760px;
    border-radius: 0;
    margin: 0 auto 0;
  }
  .investmore .invamt.pink-bg {
    padding: 10px 44px;
  }
  .investmore .invamt.yellow-bg {
    padding: 10px 44px;
  }
  .investmore .rightsection_heading {
    min-width: 150px;
  }
  .section-full.lgyl {
    padding: 30px 16px 10px;
    margin-top: 0;
  }
  .section-full.lgyl .pcard {
    min-width: 300px;
    margin: 0 18px 0 0;
    padding: 16px;
  }
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
    background-size: 100%;
  }
  .totalRating-heading {
    top: -75px;
  }
  .cs-rating .pcard {
    margin: 0 18px 0 0;
    min-width: 300px;
    width: 290px;
  }
  .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 .plan_name .pink-highlight {
    position: absolute;
    width: 220%;
    font-size: 14px;
    font-weight: 600;
    color: #253858;
    top: 50px;
  }
  .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 .returns-payout .result-wrap .value {
    width: 170px;
  }
  .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: 0;
  }
  .nre-revamp .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .nre-revamp .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
    top: 8px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    min-height: 48px;
    left: -17px;
    padding: 7px 0 8px 13px;
    letter-spacing: 0;
    color: #253858;
    font-size: 12px;
    line-height: 30px;
    width: 91%;
    margin: 10px 0;
    left: -17px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 29px solid #ffe3b5;
    right: -29px;
    border-left-width: 0;
    border-right-color: transparent;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    max-width: 185px;
  }
  .certificate {
    margin: 10px auto 10px auto;
    padding: 8px 12px 8px 44px;
    width: 294px;
    font-size: 11px;
  }
  .popup-container .popup .certificate {
    margin: 10px auto 10px auto;
    padding: 8px 12px 8px 44px;
    width: 294px;
    font-size: 11px;
  }
  .new-top-plans-section .new-top-plans h2 {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans h3 {
    width: 100%;
  }
  .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.default-nfo .insurer-logo .img-logo-wrap .img-logo-wrap {
    width: 70px;
  }
  .new-top-plans-section.nri h2 {
    width: 100%;
  }
  .new-top-plans-section.nri h3 {
    width: 100%;
  }
  .new-top-plans-section.nri .new-top-plans {
    padding: 40px 10px 18px;
  }
  .new-top-plans-section.nri .new-top-plans .new-plan-box {
    position: relative;
    padding: 36px 15px 20px;
  }
}
@media screen and (max-width: 567px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    border-radius: 12px;
    margin: 0;
    padding: 7px 7px 7px 35px;
    width: 100% !important;
    display: block;
    max-width: 214px;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    padding: 8px 0 7px 17px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 71%;
    left: -15px;
    max-width: 382px;
    margin: 5px 0;
    left: -15px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2:after {
    border: 23px solid #ffe3b5;
    z-index: 0;
    right: -23px;
    border-left-width: 0;
    border-right-color: transparent;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li {
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:before {
    top: 2px;
    transform: initial;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:after {
    top: 5px;
    transform: initial;
  }
  .form_mixed_layout .forminput li button {
    width: 98%;
    font-size: 17px;
  }
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
  .trustedBy .slick-next {
    right: 0;
  }
  .trustedBy .slick-prev {
    left: 0;
  }
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 20px;
  }
  .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBy.section p {
    font-size: 14px;
  }
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBysection p {
    font-size: 14px;
  }
  .leftSection table .btn-primary {
    font-size: 12px;
    width: 95px;
  }
  .leftSection table a.btn-primary {
    font-size: 12px;
    width: 95px;
  }
  .leftSection table button.btn-primary {
    font-size: 12px;
    width: 95px;
  }
  .leftSection table p a.btn-primary {
    font-size: 12px;
    width: 95px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    align-items: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    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;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    align-items: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right {
    width: 95%;
    padding-left: 0;
    margin: 0;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform {
    max-width: 304px;
    margin-bottom: 10px;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    width: calc(100% - 90px);
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform button {
    margin: 0 !important;
    padding: 6px;
    width: 86px;
  }
  .stickyfooter.new .sticky .tc {
    right: 16px;
    display: none;
  }
  .information-section {
    padding: 14px 0 7px 10px;
  }
  .information-section .heading {
    font-size: 16px;
  }
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
  .fd-rp-mf-comparison-section {
    background: transparent conic-gradient(from -70deg at 104% 97%, #fff 0, #deebff 100%) 0 0 no-repeat padding-box;
    margin: 22px 16px 30px;
    padding: 24px 12px;
    position: relative;
  }
  .fd-rp-mf-comparison-section > .heading {
    color: #1e1e1e;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
  }
  .fd-rp-mf-comparison-section > .heading::before {
    content: "";
    background: #0d7b19;
    height: 32px;
    width: 6px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: -12px;
    top: 0;
  }
  .fd-rp-mf-comparison-section .description {
    color: #1e1e1e;
    text-align: left;
    opacity: 0.6;
  }
  .fd-rp-mf-comparison-section .description.hide-mobile {
    display: none;
  }
  .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content::after {
    content: "";
    background: transparent linear-gradient(90deg, rgba(249, 251, 255, 0.2392156863) 0, #f8fbff 100%) 0 0 no-repeat padding-box;
    position: absolute;
    width: 41px;
    right: 0;
    height: 100%;
  }
  .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
    margin: 0 10px;
    height: 310px;
    max-width: 225px;
  }
  .fd-rp-mf-comparison-section .button {
    margin: 35px auto 0;
  }
  .disclaimer-section-investment {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
  .disclaimer-section-investment .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 17px;
    padding-right: 25px;
  }
  .disclaimer-section-investment .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
  .formula-widget:after {
    width: 130px;
    height: 130px;
    right: -11px;
  }
  .formula-widget {
    padding: 24px 16px 16px;
  }
  .formula-widget .heading {
    font-size: 18px;
    width: 65%;
  }
  .formula-widget .formula {
    font-size: 18px;
    padding: 24px 0;
  }
  .formula-widget .terms-list {
    flex-direction: column;
  }
  .formula-widget .terms-list .term {
    width: 100%;
    margin-bottom: 8px;
  }
  .author-review-section .details {
    padding: 0 8px;
  }
  .author-review-section .details::after {
    width: 35px;
  }
  .author-review-section .details .image {
    max-width: 35px;
    width: 100%;
  }
  .author-review-section .details .name .label {
    font-size: 10px;
  }
  .author-review-section .details .name .value {
    font-size: 12px;
  }
  .author-review-section .details .bio {
    top: 20px;
    left: -27%;
    width: 340px;
    padding-bottom: 16px;
  }
  .author-review-section .details .bio::before {
    left: 55px;
  }
  .author-review-section .details .bio .image {
    max-width: 39px;
  }
  .author-review-section .details .bio .name .label {
    font-size: 11px;
  }
  .author-review-section .details .bio .name .value {
    font-size: 16px;
  }
  .author-review-section .details .bio .name .description::before {
    left: -37px;
  }
  .author-review-section .details .bio.s2 {
    left: -127%;
  }
  .author-review-section .details .bio.s2::before {
    left: initial;
    right: 36%;
  }
  .author-review-section .author {
    border-right: 0;
  }
  .author-review-section .author::after {
    left: -35px;
  }
  .author-review-section .author::before {
    left: -35px;
  }
  .author-review-section .reviewer::after {
    right: -35px;
  }
  .author-review-section .reviewer::before {
    right: -35px;
  }
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
  .need-help-button.gb {
    bottom: 132px;
    right: 5px;
  }
  .new-top-plans-section .new-top-plans {
    margin-bottom: 0;
  }
  .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 {
    margin-right: 0;
    width: auto;
  }
  .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 {
    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: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin: 0;
  }
  .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 .returns-payout {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
    padding: 0 0 0;
    border: 0;
  }
  .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 {
    position: absolute;
    top: 35px;
    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 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 {
    flex-direction: column;
    width: 77%;
  }
  .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 {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
    padding: 0 2px 0 0;
    width: 47%;
  }
  .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 .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 10px 32px !important;
    padding: 40px 10px 35px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
    max-width: 70px;
  }
  .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 {
    width: 102px;
    height: auto;
    margin: 0;
  }
  .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 {
    left: 10px;
    top: 6px;
    bottom: auto;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 35px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
    padding: 30px 10px 12px !important;
  }
  .new-top-plans-section .nri .new-top-plans .new-plan-box.default-nfo button {
    top: 20px;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
    margin-left: 10px;
  }
  #financial-news .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
  #financial-news .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 18px;
    padding: 10px 0;
  }
  #financial-news .lin-container .lin-right {
    max-width: 100%;
  }
  #financial-news .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #financial-news .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
  #financial-news .lin-container .slide-news {
    margin: 10px 0 0 0;
    padding: 0 15px 20px;
  }
  #financial-news .lin-container .read-txt .parent-paragraph {
    height: auto;
  }
  #financial-news .lin-container .read-txt p {
    display: none;
  }
  #financial-news .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 1;
  }
  #financial-news .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
    min-height: 88px;
  }
  #financial-news .lin-container .slide-news-box.current {
    border: 1px solid #0065ff;
  }
  #financial-news .lin-container .slider .view-more-btn {
    bottom: 25px;
  }
  #financial-news .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
  #financial-news .lin-container .slider .slide-news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 568px) and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 24px solid #ffe3b5;
    right: -24px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box {
    padding: 35px 15px 20px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
    min-height: 51px;
  }
}
@media (max-width: 640px) {
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li {
    width: 50%;
  }
  #investment-interlinking-widget.investment-interlinking-widget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px;
    line-height: 20px;
  }
  #investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button {
    top: 18px;
    margin: 0;
  }
  #investment-interlinking-widget.investment-interlinking-widget .link button {
    top: 18px;
    margin: 0;
  }
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
  .leftSection .mid-form .form-block:before {
    display: none;
  }
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
  .term-premium-calculator .form-elements .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
  .term-premium-calculator .form-elements .tabcoo-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
  }
  .term-premium-calculator .form-elements .tabcoo-tab .inputwrap {
    width: 50%;
    min-width: 50%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .term-premium-calculator .form-elements .tabcoo-tab span {
    width: 50%;
    min-width: 50%;
    margin: 0;
    width: 100px;
    min-width: 140px;
  }
  .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;
  }
  .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 .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;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -24%;
    top: 18px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1 {
    width: 45%;
    position: relative;
  }
  .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;
  }
  .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: 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;
  }
  .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: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -35%;
    top: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1 {
    width: 45%;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city {
    padding-bottom: 30px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .tax-free-tag .tax-tag {
    width: 140px;
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.gift-city .exit-intent-popup-content h2 {
    font-size: 30px !important;
    max-width: 100%;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  :root {
    --page-max-width: 100%;
    --font-size: 14px;
  }
  .p {
    font-size: var(--font-size);
    line-height: 21px;
  }
  p {
    font-size: var(--font-size);
    line-height: 21px;
  }
  .pagecontainer {
    padding: 0 10px;
  }
}
@media (min-width: 576px) {
  :root {
    --page-max-width: 100%;
  }
}
@media (max-width: 991px) {
  :root {
    --page-max-width: 100%;
  }
  .pagecontainer {
    width: var(--page-max-width);
  }
  aside.sticky {
    width: var(--page-max-width);
    position: initial;
  }
  .table_content {
    width: calc(100% - 150px);
    overflow-y: auto;
    overflow-x: scroll;
  }
  .table_content .flexbox-with-nowrap {
    display: inline-flex;
  }
  .table_content.spacechange .childRow {
    width: 150px !important;
  }
  .table_content.spacechange .headingRow {
    width: 150px !important;
  }
  .childRow {
    width: 150px !important;
  }
  .headingRow {
    width: 150px !important;
  }
  .term-widget-new {
    flex-direction: column-reverse;
    background-color: var(--light-blue);
  }
  .term-widget-new .right-block {
    width: 100%;
  }
  .term-widget-new .left-block {
    width: 96%;
    max-width: 400px;
    margin: 0 auto 80px;
    border-radius: 20px;
    min-height: 180px;
  }
  .term-widget-new .left-block::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 105px;
    background: url(../../images/bu/term-insurance-umrella.png) no-repeat 0 0;
    top: 40px;
    background-size: 100%;
    left: 40px;
  }
  .term-widget-new .left-block .amount-row {
    width: 220px;
    text-align: center;
    margin: 0 20px 0 auto;
  }
  .term-widget-new .left-block .amount-row button {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    bottom: -62px;
    background-color: var(--blue);
    color: var(--white);
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 992px) {
  :root {
    --page-max-width: 960px;
  }
  .pagecontainer {
    width: var(--page-max-width);
  }
  .pagecontent .blue {
    order: 2;
  }
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-max-width: 1170px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbinner .breadcrumb li:first-child {
    margin-right: -4px !important;
  }
  .pbRelatedLinks .tagbox {
    display: block;
  }
  .block_content_wrapper_firstfold .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold .extra-text.show-extra {
    display: inline;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text-web.show-extra {
    display: inline;
  }
  .block_content_wrapper_firstfold.in-mobile .extra-text.show-extra {
    display: inline;
  }
  .block_content_wrapper_firstfold.in-mobile .text-hide-link {
    display: inline-block;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome {
    justify-content: flex-start;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .left {
    width: 55%;
  }
  .stickyfooter.new .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    display: flex;
  }
  .popup-container .popup .popup-content .product-achivement-at-policybazaar {
    margin-top: 100px;
  }
  .pb-advantage-widget {
    padding: 20px 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .pb-advantage-widget-section {
    margin: 0 16px;
  }
  .read-more-faq-btn {
    margin: 40px 0;
    margin: 40px 0 26px;
  }
  .read-more-investment-btn {
    margin: 40px 0;
  }
  .left-fullwidth-button {
    padding: 20px;
  }
  .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 {
    background: #ededed;
    margin-bottom: 0;
  }
  .new-top-plans-section .view-plans .view-plans-button {
    font-size: 14px;
    padding: 11px 35px;
  }
  .new-top-plans-section.nri .new-top-plans {
    background: #f5f7fe;
    margin-bottom: 0;
    border-top: 2px solid #e2e2e2;
    border-radius: 0;
  }
  .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 {
    margin-right: 0;
    width: auto;
    font-size: 14px;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div:first-child {
    width: 50%;
    margin-right: 12px;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div {
    font-size: 10px;
  }
  .nre-revamp .new-top-plans-section.nri .new-top-plans-subheading div p {
    font-size: 12px;
  }
  .nre-revamp .block_content_wrapper_firstfold .extra-text-web {
    display: none;
  }
  .nre-revamp .block_content_wrapper_firstfold .text-hide-link {
    display: inline-block;
  }
  .stickyfooter .closesticky {
    display: flex;
  }
}
@media (max-width: 768px) {
  .mixedlayout article {
    width: 100%;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
  .term-premium-calculator .form-elements .blocks.dir-row {
    flex-direction: column;
  }
  .term-premium-calculator .form-elements .gender-tab {
    margin: 20px 10px 0 0;
    width: 100%;
    left: 0;
  }
  .term-premium-calculator .form-elements .gender-tab input[type=radio] + label {
    padding: 8px;
    max-width: 65px;
    margin-right: 5px;
  }
  .term-premium-calculator .form-elements .tabcoo-tab {
    margin: 20px 10px 0 0;
    width: 100%;
    left: 0;
  }
  .term-premium-calculator .form-elements .tabcoo-tab input[type=radio] + label {
    padding: 8px;
    max-width: 65px;
    margin-right: 5px;
  }
}
@media (max-width: 992px) {
  .form_mixed_layout .forminput li.has_radio {
    margin: 5px 20px 20px 20px;
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
  .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.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
  .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.topplan_withnps .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
  .stickyfooter .sticky .mobileSticky {
    width: 80px;
    font-size: 10px;
    padding: 17px 0;
  }
  .stickyfooter .sticky .submitSticky {
    width: 80px;
    font-size: 10px;
    padding: 17px 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .featureBox.bgnone {
    display: none;
  }
  .contentLeft {
    width: 1170px;
    margin: 0 auto;
  }
  .featureBox {
    width: 100%;
  }
  .leftcontent.featureBox {
    width: 70%;
  }
  .pagecontent .leftSection {
    width: 65%;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .featureBox.bgnone .feature_pointer {
    margin: 20px auto 0;
  }
}
@media (max-width: 360px) {
  .featureBox.bgnone .feature_pointer .slick-list.draggable {
    width: 99%;
    max-width: 99%;
    padding-left: 10px;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
  .registration_check #mob_feild2feild {
    width: 120px;
  }
  .registration_check #mob_feild2feild .country {
    width: 60px;
  }
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
  .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;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 18px;
  }
  .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.taxcomparison .break-out .plan-1 {
    width: 38%;
  }
  .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;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 0;
  }
  .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 .break-out .plan-1 {
    width: 38%;
  }
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 330px;
    width: 100%;
  }
  .reviewby .flexbox-left .name-by .smtext {
    font-size: 10px;
  }
  .reviewby .flexbox-right .name-by .smtext {
    font-size: 10px;
  }
  .reviewby .flexbox-right .s2 {
    left: -112%;
  }
  .popular-search .popular-search-tag li {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .featureBox .feature_pointer .listitem .text .bigtext {
    font-size: 14px;
    line-height: 16px;
  }
  .featureBox .feature_pointer .listitem .text .bigtext:before {
    top: 3px;
  }
  .topPlanContent {
    width: 100%;
  }
  .contentLeft {
    width: 100%;
    order: 4;
  }
  .leftcontent.featureBox {
    width: 100%;
    order: 4;
  }
  .pagecontent .leftSection {
    width: 100%;
    order: 4;
  }
  .contentLeft + .grid {
    order: 6;
  }
  .pensionPlanTableWrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .pensionPlanTable {
    overflow: scroll;
    padding: 0 0;
    display: block;
    width: 980px;
    border: 1px solid #e8e6e6;
  }
  .planTable {
    width: 100%;
    max-width: 980px;
  }
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
  .investment-option-slider .ghi-heading {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider .slick-next {
    display: none !important;
  }
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
  .leftSection .mobilehide {
    display: none;
  }
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
  }
  .leftSection .left_fullbanner img {
    width: auto;
  }
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
  .leftSection {
    width: 100%;
  }
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
  .leftSection .h2.tp0 {
    padding: 10px 0 10px;
  }
  .leftSection h2.tp0 {
    padding: 10px 0 10px;
  }
  .leftSection .h2 {
    margin: 10px 0 10px;
  }
  .leftSection h2 {
    margin: 10px 0 10px;
  }
  .leftSection .plan_your_investment_wrap .h2 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .leftSection .plan_your_investment_wrap h1 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .leftSection .plan_your_investment_wrap h2 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
    margin: 0;
    border: none;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection .h3 a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
  .rightSection > .card {
    padding: 10px 0 10px;
  }
  .rightSection .graphDiv.first {
    margin: 20px;
  }
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
  .rightSection .card_heading {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
    display: none;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
  .animated-banner .am-banner.desktop {
    display: none;
  }
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
  #newformat {
    width: 100% !important;
  }
  .footable {
    width: 100%;
  }
  .block_content_wrapper_firstfold {
    width: 100%;
  }
  .block_content_wrapper_firstfold h1#overview {
    margin-top: 10px;
  }
  .table_box.investment-table {
    margin-top: 10px !important;
  }
  .table_box .small {
    position: initial !important;
    right: initial !important;
    top: initial !important;
    padding: 10px;
    text-align: center;
    font-size: 10px;
  }
  #sip-calculator_graph {
    margin: 0 0 20px 0;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    border-radius: 0;
    margin: 0;
    border: none;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
  }
  #sip-calculator_graph .totalWrap .amount_you_get .amt {
    font-size: 20px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
  #reviewslide {
    overflow: hidden !important;
  }
  .popular_article .reviewbox .slick-next {
    top: -42px;
  }
  .popular_article .reviewbox .slick-prev {
    top: -42px;
  }
  .popular_article .popular_article_container .slick-dots {
    bottom: -47px;
  }
  #premiumVal .small {
    position: relative !important;
    top: -12px !important;
    font-size: 16px;
    padding: 0 !important;
  }
  .sip-calculator_graph .widgetAmtGet_wrapper {
    display: none;
  }
  .compundingcalculator {
    max-width: 96%;
    width: 600px;
    margin: 0 auto;
  }
  .compundingcalculator .widgetAmtGet_result {
    width: 400px;
    max-width: 98%;
    margin: 0 auto;
  }
  .plan_your_investment_wrap {
    margin: 0;
  }
  .plan_your_investment_wrap .leftSection .h2 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .plan_your_investment_wrap .leftSection h1 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .plan_your_investment_wrap .leftSection h2 {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .plan_your_investment_wrap .title {
    background: 0 0;
    color: #333;
    display: block;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .banner-in-text {
    margin: 0 auto;
    max-width: 760px;
  }
  .planyourinvestment_disclaimer {
    margin: 10px auto 0;
    background: 0 0;
    text-align: center;
  }
  .invPlanWidget {
    background-color: #f4f5f7;
  }
  .plan_your_investment {
    box-shadow: none;
    max-width: 400px;
    padding-top: 0;
  }
  .plan_your_investment .result-box {
    width: 30%;
    margin-left: 0;
    width: 100%;
    border: none;
    margin-top: 15px;
  }
  .plan_your_investment .result-box .totalWrap {
    width: 180px;
    margin: 0 0 0 25px;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .plan_your_investment .result-box .intrest {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .plan_your_investment .result-box span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .plan_your_investment .result-box .amt {
    font-size: 20px;
  }
  .plan_your_investment .result-box .viewplan {
    width: 100%;
  }
  .plan_your_investment .plan-feild {
    width: 100%;
  }
  .plan_your_investment .feildwrapper input {
    font-size: 13px;
    line-height: 28px;
  }
  .plan_your_investment .feildwrapper select {
    font-size: 13px;
    line-height: 28px;
  }
  .plan_your_investment .feildwrapper:first-child:before {
    font-size: 14px;
    top: 36px;
    top: 56px;
  }
  .plan_your_investment .feildwrapper {
    width: 100%;
    margin-right: 0;
  }
  .plan_your_investment .feildwrapper label {
    display: block;
    margin: 20px 0 0 0;
  }
  .plan_your_investment .feildwrapper .yearon {
    top: 50px;
  }
  hr.section-end-line {
    margin: auto 0;
  }
  .pagecontainer .popular_article.investment ~ hr.section-end-line {
    margin: 0 -15px !important;
  }
  .popup-container .feature_pointer {
    display: none !important;
  }
  .nre-revamp #newformat {
    min-width: 890px;
  }
  .nre-revamp .leftSection .left_fullbanner {
    padding: 10px 0 0;
  }
  .nre-revamp .featureBox {
    min-height: auto;
    margin: 30px 0 10px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .featureBox .bigtext .sm {
    font-size: 12px;
  }
  .banner-in-text .text-all {
    max-width: 235px;
  }
  .stickyfooter .sticky .left {
    width: 100%;
  }
  .stickyfooter .sticky .left span {
    text-align: center;
  }
  .stickyfooter .sticky .left .text-custome .largetext + span {
    line-height: 36px;
    display: block;
  }
  .stickyfooter .sticky .right {
    width: 100%;
  }
  .stickyfooter .sticky .right .ctaform button {
    margin: 0 auto !important;
  }
  .stickyfooter .sticky .stickyinfowrapper_custome {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .planTable_title {
    font-size: 18px;
  }
  .pensionPlanTable {
    width: 600px;
  }
  .kbowmoreButton {
    margin: 30px auto 20px;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  #sip-calculator_graph .sipc .calculator_with_graph {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
    padding: 0;
  }
  #sip-calculator_graph .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
  #sip-calculator_graph .totalWrap {
    width: 100%;
    padding: 0;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
  .plan_your_investment .feildwrapper .err {
    bottom: -20px;
  }
  .plan_your_investment .feildwrapper.multifeild input {
    width: 75%;
  }
  .plan_your_investment .feildwrapper.multifeild select {
    width: 25%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading {
    padding: 10px;
    font-size: 18px !important;
  }
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
  .banner-in-text {
    width: 96%;
    margin: 10px auto;
    border-radius: 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    background: #f5f7ff url("../../images/bu/banner-html-graphic.png") no-repeat center 30px;
  }
  .banner-in-text .text-all .big:before {
    right: 102%;
    top: -26px;
    width: 30px;
    height: 30px;
  }
  .banner-in-text .text-all {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
    padding-top: 63px;
  }
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
  .leftSection table tr:first-child {
    color: #253858;
    color: #253858;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .leftSection .h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection .plan_your_investment_wrap .h2 {
    margin-bottom: 0;
  }
  .leftSection .plan_your_investment_wrap h1 {
    margin-bottom: 0;
  }
  .leftSection .plan_your_investment_wrap h2 {
    margin-bottom: 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
  .plan_your_investment_wrap .leftSection .h2 {
    margin-bottom: 0;
  }
  .plan_your_investment_wrap .leftSection h1 {
    margin-bottom: 0;
  }
  .plan_your_investment_wrap .leftSection h2 {
    margin-bottom: 0;
  }
  .plan_your_investment_wrap .title {
    margin-bottom: 0;
  }
  .plan_your_investment .result-box .intrest {
    font-size: 13px;
  }
  .plan_your_investment .result-box span {
    font-size: 13px;
  }
  .plan_your_investment .result-box .amt {
    font-size: 26px;
  }
  .plan_your_investment .result-box .viewplan {
    max-width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
  .popular_article .popular_article_container .boxclick {
    margin-right: 10px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title {
    font-size: 18px;
    width: 115px;
  }
  .pb-advantage-widget-section.term:after {
    width: 145px;
    right: 0;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 10px;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div p {
    margin-right: 0;
    width: auto;
    font-size: 12px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin: 0 auto;
    padding: 10px 0 20px;
    margin: 0;
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  #sip-calculator_graph .sipc {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
  #sip-calculator_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
    padding: 7px 4px;
    text-align: center;
    width: 70px;
    font-size: 11px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .footable #bankwise_table {
    border: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
  }
  .footable #bankwise_table tr {
    border-bottom: 1px solid rgba(47, 100, 213, 0.2);
  }
  .footable #bankwise_table tr td a {
    flex-direction: column;
  }
  .footable #bankwise_table tr td i {
    font-size: 12px;
    margin: 5px 0;
    text-align: center;
  }
  .footable #bankwise_table tr td:first-child {
    flex-direction: column;
  }
  .footable #bankwise_table tr td {
    font-size: 12px;
    padding: 5px;
    line-height: 16px;
  }
  .footable #bankwise_table tr td .bank-logo {
    display: block;
    margin: 10px auto 1px;
  }
  .footable #bankwise_table tr.type-a {
    background: 0 0;
    border-radius: 0;
  }
  .footable #bankwise_table tr.heading td {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: 600;
  }
  .footable #bankwise_table.wd25 tr td:first-child {
    width: 33%;
    text-align: center;
    font-size: 12px;
  }
  .footable #bankwise_table.wd25 tr td:nth-child(2) {
    width: 33%;
    text-align: center;
    font-size: 12px;
  }
  .footable #bankwise_table.wd25 tr td:nth-child(3) {
    width: 33%;
    font-size: 12px;
    text-align: center;
  }
  .bnt {
    font-size: 0px;
    position: relative;
    background: #e7f0fd;
    padding: 18px;
    cursor: pointer;
  }
  .bnt:before {
    content: "";
    background: url(../../images/svg/go-to-top-arrow.svg) no-repeat;
    position: absolute;
    width: 15px;
    height: 13px;
    transform: rotate(85deg);
    left: 0;
    background-size: 100%;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .stickyinfowrapper {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
  .dircoloum {
    width: 140px;
  }
  .dircoloum .leftHeadingfixed {
    font-size: 10px;
  }
  .dircoloum .leftHeadingfixed:first-child {
    font-size: 12px;
    font-weight: 500;
  }
  .term-premium-calculator .form-elements .tabcoo-tab > span {
    min-width: 100px;
    font-size: 12px;
  }
  .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 .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;
  }
  .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 .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;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.topplan_withnps .insurer-logo p {
    margin-top: 0;
  }
  .reviewby .flexbox-left .name-by .bigtext {
    font-size: 12px;
  }
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .stickyfooter.new .sticky .stickyinfowrapper_custome::before {
    opacity: 0.5;
  }
  .popup-container .popup::after {
    opacity: 0.8;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    width: 18% !important;
  }
}
@media (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .table_box.investment-table {
    margin-top: 10px !important;
  }
  .table_box .small {
    position: initial !important;
    right: initial !important;
    top: initial !important;
    padding: 10px;
    text-align: center;
    font-size: 10px;
  }
  #premiumVal .small {
    position: relative !important;
    top: -12px !important;
    font-size: 16px;
    padding: 0 !important;
  }
  #sip-calculator_graph {
    margin: 0;
    border: none;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
  }
  .sip-calculator_graph .widgetAmtGet_wrapper {
    display: none;
  }
  .compundingcalculator {
    max-width: 96%;
    width: 600px;
    margin: 0 auto;
  }
  .compundingcalculator .widgetAmtGet_result {
    width: 400px;
    max-width: 98%;
    margin: 0 auto;
  }
  .popular_article .popular_article_container .slick-dots {
    bottom: -47px;
  }
  .investmore {
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 20px;
  }
  .investmore .rightsection_heading {
    width: 100%;
    min-height: auto;
    box-shadow: none;
  }
  .investmore .rightsection_heading .invmore {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
    width: 100%;
    padding-bottom: 10px;
  }
  .investmore .rightsection_heading .invmore span:first-child:before {
    top: 85%;
    transform: translate(0, -50%);
  }
  .investmore .rightsection_heading .getmore {
    display: inline;
  }
  .investmore .investment_wise {
    width: 100%;
    padding: 0 0 10px 20px;
    flex-direction: column;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph.sip-rhs-sticky {
    padding: 15px 15px 12px;
    background: #fff;
    width: 99%;
  }
  #sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
  }
}
@media (max-width: 991px) and (max-width: 440px) {
  .term-widget-new .left-block {
    width: 350px;
    max-width: 96%;
  }
  .term-widget-new .left-block .amount-row {
    width: 150px;
  }
  .term-widget-new .left-block .amount-row #premiumVal {
    font-size: 32px;
  }
}
@media (max-width: 991px) and (max-width: 320px) {
  .term-widget-new .left-block::before {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .pb-advantage-widget-section {
    max-width: 560px;
    margin: 0 auto;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title {
    width: 126px;
    padding: 0;
    margin-bottom: 18px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span {
    font-weight: 700;
  }
  .pb-advantage-widget-section .pb-advantage-widget-title span:last-child {
    font-size: 18px;
    font-weight: 500;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section {
    flex-direction: column;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section:after {
    display: none;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section:before {
    display: none;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    justify-content: space-between;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    border-bottom: none;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    background-position: -4px -137px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    background-position: 3px -3px;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    background-position: -2px -83px;
  }
  .pb-advantage-widget-section.term .pb-advantage-widget-title {
    width: 150px;
  }
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
  .pb-advantage-widget-section.term:after {
    top: -35px;
  }
  .pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 375px) {
  .pb-advantage-widget-section {
    padding: 14px 9px 10px;
  }
  .pb-advantage-widget-section::after {
    width: 160px;
  }
  .formula-widget .formula {
    font-size: 16px;
    padding: 18px 0;
  }
  .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;
  }
}
@media screen and (min-width: 601px) {
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:first-child {
    margin-right: auto;
  }
  .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
    top: 44%;
  }
}
@media screen and (min-width: 768px) {
  .fd-rp-mf-comparison-section .description.hide-desktop {
    display: none;
  }
}
@media (max-width: 890px) {
  .cs-rating .ribbon {
    padding: 8px 26px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    width: 235px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs-rating .sliderContent {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 20px 16px !important;
  }
  .cs-rating .subtext.big {
    margin-bottom: 12px;
  }
  .cs-rating .customerRating {
    margin-top: 94px;
  }
  .cs-rating .customerRating .ribbon {
    top: -160px;
  }
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 380px;
    width: 96%;
    padding: 0 10px;
    margin: 30px auto 40px;
  }
  .reviewby .flexbox-right:before {
    left: -13px;
  }
  .reviewby .flexbox-right .bio .name-by .bigtext {
    font-size: 13px;
    margin-left: 0;
    top: 0;
  }
  .reviewby .flexbox-right .bio .name-by .smtext {
    top: 43px;
  }
  .reviewby .flexbox-right .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-right {
    width: 50%;
    width: 50%;
    min-width: 50%;
  }
  .reviewby .flexbox-right .bio.active {
    display: block !important;
  }
  .reviewby .flexbox-right .img-by {
    margin-right: 0;
  }
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 14px;
  }
  .reviewby .flexbox-right .s2 {
    left: -92%;
    width: 360px;
  }
  .reviewby .flexbox-right .s2:before {
    left: initial;
    right: 120px;
    width: 26px;
  }
  .reviewby .flexbox-left .bio .name-by .bigtext {
    font-size: 13px;
    margin-left: 0;
    top: 0;
  }
  .reviewby .flexbox-left .bio .name-by .smtext {
    top: 43px;
  }
  .reviewby .flexbox-left .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-left {
    width: 50%;
    width: 50%;
    min-width: 50%;
  }
  .reviewby .flexbox-left .bio.active {
    display: block !important;
  }
  .reviewby .flexbox-left .img-by {
    margin-right: 0;
  }
  .reviewby .flexbox-left .name-by .bigtext {
    font-size: 14px;
  }
  .reviewby .flexbox-left .s1 {
    left: 0;
    width: 360px;
  }
  .reviewby .flexbox-left .s1:before {
    left: 6px;
  }
  .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
    margin-bottom: 15px;
  }
  .popular-search h2.underline::before {
    display: none;
  }
  .popular-search h2.underline {
    font-size: 22px !important;
    text-align: center;
  }
  .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
  .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
  .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
  .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
  .section-full.lgpp:has(.popular-search) .section-grid {
    padding: 0;
  }
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
  .gift-city .featureBox .common_heading_nri {
    font-size: 24px;
  }
}
@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: 919px) {
  #financial-news .lin-container .tioc-container {
    padding: 0 15px;
  }
  #financial-news .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #financial-news .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 980px) {
  .nre-revamp .featureBox .right {
    width: 100%;
  }
}
@media (max-width: 890px) and (max-width: 390px) {
  .reviewby .flexbox-left .s1 {
    width: 300px;
  }
  .reviewby .flexbox-right .s2 {
    width: 300px;
  }
}
@media (max-width: 890px) and (max-width: 320px) {
  .reviewby .flexbox-left .s1 {
    width: 280px;
  }
  .reviewby .flexbox-right .s2 {
    width: 280px;
  }
}
@media (max-width: 440px) {
  .stickyfooter .sticky .ctaform .forminput {
    font-size: 12px;
  }
  .stickyfooter .sticky .ctaform .forminput .code {
    font-size: 14px;
  }
  .stickyfooter .sticky .ctaform .forminput .select {
    width: 80px;
  }
  .stickyfooter .sticky .ctaform .forminput input {
    width: calc(100% - 90px);
    font-size: 13px;
    padding: 0;
  }
  .stickyfooter .sticky .mobileSticky {
    font-size: 12px;
  }
  .stickyfooter .sticky .submitSticky {
    font-size: 12px;
  }
  .stickyfooter .sticky .mobileSticky.mixlayoutpopup {
    display: none;
  }
  .stickyfooter .sticky .submitSticky.mixlayoutpopup {
    display: none;
  }
}
.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) no-repeat 0 0/33px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new {
  border-radius: 20px;
  padding: 50px 55px 50px;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF 0%, #FFF 40%, #FFF 49.49%, #FEFEFE 64.07%, #F9FAFC 74.61%, #FBFBFB 78.85%, #FDFCFA 85.32%, #FFF 100%);
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new {
    padding: 30px 20px 20px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
  background-image: url(../../images/bu/investment/exit-intent-popup-image-investment-ulip.png) !important;
  width: 490px;
  height: 327px;
  background-size: 100%;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
    background-size: 100%;
    width: 206px;
    height: 137px;
    left: auto;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new::after {
    background-size: 100%;
    width: 206px;
    height: 137px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 128px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
  font-size: 44px !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content h2 {
    font-size: 30px !important;
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content p.description {
  font-size: 24px;
  margin: 15px 0 30px 0;
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content p.description {
    font-size: 20px;
    text-align: center;
    margin-bottom: 170px;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
  max-width: 283px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .viewplan-link {
    margin: 7px auto;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer {
    justify-content: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
  width: 100%;
  margin: 0 0 12px;
  padding-left: 35px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
    line-height: 24px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li {
    width: auto;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li::before {
  background-repeat: no-repeat;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.cut-down::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/cut-down-ulip-exit.svg) !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.market-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/enjoy-market-ulip-exit.svg) !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg.ulip-new .exit-intent-popup-content .pointer li.stay-protected::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../images/bu/investment/stay-protected-ulip-exit.svg) !important;
}

.new-top-plans-section .new-top-plans .new-plan-box .pi-tag {
  position: absolute;
  top: 5px;
  font-size: 12px;
  background: #e3eeff;
  padding: 2px 10px;
  right: 10px;
  border-radius: 20px;
}

.form-tab .registration_check .dropdown {
  position: relative;
  width: 85px;
  margin-left: 24px;
}
.form-tab .registration_check .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
}
.form-tab .registration_check .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 18px;
  height: 36px;
  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;
}

.leftSection .new-top-plans-section .disclaimer {
  margin-top: 0px;
  padding-top: 6px;
}