@charset "UTF-8";
@supports (-webkit-overflow-scrolling: touch) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes starshine1 {
  0% {
    transform: translateX(0) rotate(-45deg);
  }
  to {
    transform: translateX(600%) rotate(-45deg);
  }
}
@keyframes starshinemobile1 {
  0% {
    transform: translateX(0) rotate(-45deg);
  }
  to {
    transform: translateX(430%) rotate(-45deg);
  }
}
@keyframes starshine {
  0% {
    transform: translateX(0) rotate(-45deg);
  }
  to {
    transform: translateX(600%) rotate(-45deg);
  }
}
@keyframes starshinemobile {
  0% {
    transform: translateX(0) rotate(-45deg);
  }
  to {
    transform: translateX(430%) rotate(-45deg);
  }
}
.breadcrumbinner .breadcrumb {
  position: relative;
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.skeleton-box:before {
  display: none;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
*,
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#policybazaar.full {
  width: 100% !important;
}

.fixedh {
  position: initial !important;
}

body {
  touch-action: pan-x pan-y;
}

.termbtnredirection {
  cursor: pointer !important;
}

a {
  color: #0065ff;
}

a:hover {
  color: #0065ff;
}

input,
select,
textarea {
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

body:has(.spynav) .fixedh {
  position: initial !important;
}

.loader {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader svg {
  width: 100%;
}

svg.radial-progress {
  height: auto;
  max-width: 100%;
  transform: rotate(-90deg);
  width: 100%;
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #0881FC;
}

.grid-container {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .grid-container {
    max-width: 100%;
  }
}
.spynav {
  background: #253858;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n+2) {
    display: none;
    min-width: 200px;
  }
}
.spynav .spylink.multiLink {
  width: 320px;
}

@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    display: none;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #16a085;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.spynav .spylink li.ht {
  overflow: hidden;
  max-width: 180px;
}

.spynav .spylink li.ht a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.spynav .spylink li.ht.active::after,
.spynav .spylink li.ht:focus::after,
.spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}

.spynav .spylink li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spynav .spylink li a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}

.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}

.spynav .spylink li .allContent select:focus {
  outline: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .spynav .spylink li:nth-child(2),
  .spynav .spylink li:nth-child(3) {
    display: none;
  }
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  position: sticky;
  top: -1px;
  z-index: 99;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown__button {
  padding: 13px 25px 13px 35px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 24px;
  border: none;
  color: #0165ff;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 160px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 150px;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/allcontent.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 9px;
}

.select-dropdown__button:focus {
  outline: 0;
}

.select-dropdown__button .zmdi {
  background: url("../../images/life/arrow_forward_ios.svg") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.2s ease-out;
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__button .zmdi.active {
  transform: rotate(90deg);
  top: 13px;
}

.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}

.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: -85%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

.action-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.action-menu.leftmr {
  margin-left: 36px;
}

.action-menu li {
  display: flex;
  align-items: center;
  position: relative;
  line-height: normal;
  align-items: center;
  margin-right: 10px;
  color: rgba(37, 56, 88, 0.8);
}

.action-menu li.globe:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/bu/investment/language-lic.svg) no-repeat 0 0;
  background-size: contain;
  left: -22px;
  top: -1px;
}

.action-menu li:first-child a {
  padding-left: 5px;
}

.action-menu li.lc {
  background: rgba(0, 101, 255, 0.05);
  padding: 10px 14px 10px 29px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 20px;
  color: #0065ff;
}

@media (max-width: 980px) {
  .action-menu li.lc {
    margin-right: 0;
    margin-left: 11px;
  }
}
.action-menu li.lc:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/bu/investment/volume-up.svg") no-repeat 0 0;
  background-size: contain;
  left: 8px;
  top: 11px;
}

.action-menu li.with-menu {
  cursor: pointer;
  margin-right: 20px;
}

.action-menu li button {
  width: 22px;
  height: 22px;
  background: #ccc;
  border: none;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}

.action-menu li button:after {
  content: "";
  width: 1;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: -9px;
  top: 0;
}

.action-menu li button.play {
  background: url("../../images/bu/term/listen_grey.svg") no-repeat 1px 3px;
  border-radius: 0;
  width: 108px;
  line-height: 18px;
  margin: 0 0 0 21px;
  padding: 0 0 0 21px;
  color: rgba(37, 56, 88, 0.8);
}

@media (max-width: 980px) {
  .action-menu li button.play {
    margin: 0 0 0 10px;
  }
}
.action-menu li button.play:after {
  display: none;
}

.action-menu li button.pause {
  background: url("../../images/bu/term/pause.svg") no-repeat center center;
}

@media (max-width: 980px) {
  .action-menu li button.pause {
    margin-left: 13px;
  }
}
.action-menu li button.pause:before {
  content: "";
  width: 1;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: -10px;
  top: 0;
}

.action-menu li button.re-play {
  background: url("../../images/bu/term/speed-up.svg") no-repeat center center;
}

.action-menu li button.afnone {
  margin-right: 5px;
}

.action-menu li button.afnone:after {
  display: none;
}

.action-menu li .close {
  width: 22px;
  height: 22px;
  width: 22px;
  height: 22px;
  opacity: 1;
  transform: translate(0, 0);
  border: none;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
}

.action-menu li .close:after,
.action-menu li .close:before {
  position: absolute;
  left: 11px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #253858;
}

.action-menu li .close:before {
  transform: rotate(45deg);
}

.action-menu li .close:after {
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  .action-menu li .close {
    margin: 0 0 0 10px;
  }
}
.fullContainer {
  display: flex;
  margin: 20px 0 0 0;
}

.fullContainer.top0 {
  margin: 0;
}

.fullContainer.text-right {
  justify-content: end;
}

@media (max-width: 1024px) {
  .fullContainer.text-right {
    justify-content: center;
  }
}
.fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: rgba(0, 101, 255, 0.26);
  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;
}

.fullContainer .more.active,
.fullContainer .more:hover {
  background-color: #0065ff;
}

.fullContainer .more.opfull {
  background: #0065ff;
  width: 100%;
}

.fullContainer .more.opfull:hover {
  background-color: #0051cc;
}

@media (max-width: 1024px) {
  .fullContainer .more {
    padding: 10px 18px;
  }
}
.desktop_hide {
  display: none;
}

@media (max-width: 1024px) {
  .desktop_hide {
    display: block;
  }
  .desktop_hide.video-container {
    margin: 0;
  }
}
.mobile_hide {
  display: inline;
}

@media (max-width: 1024px) {
  .mobile_hide {
    display: none;
  }
}
.h1,
h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 5.985915493vw;
    line-height: 7.0422535211vw;
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .h1,
  h1 {
    font-size: 5.985915493vw;
    line-height: 6.8661971831vw;
    margin-top: 20px;
    font-weight: 700;
  }
}
.h2,
h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 12px 0;
  font-weight: 600;
}

.h2.underline,
h2.underline {
  text-decoration: underline;
  margin-bottom: 24px;
}

.h2.underline.mt30,
h2.underline.mt30 {
  margin-top: 40px;
}

.h2.center,
h2.center {
  text-align: center;
}

@media (max-width: 568px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .h2.underline,
  h2.underline {
    margin-bottom: 10px;
  }
}
.h3,
h3 {
  margin-top: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

p.text-center {
  text-align: center;
}

@media (max-width: 568px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
.pd2em {
  padding: 2em 0;
}

@media (max-width: 1024px) {
  .pd2em {
    padding: 2em;
  }
}
@media (max-width: 568px) {
  .pd2em {
    padding: 1em;
  }
}
.pd2Mob {
  padding: initial;
}

@media (max-width: 1024px) {
  .pd2Mob {
    padding: 0 1em !important;
  }
}
.textlight {
  color: rgba(37, 56, 88, 0.8);
}

.textlight.wd80 {
  width: 80%;
}

@media (max-width: 890px) {
  .textlight.wd80 {
    width: 100%;
  }
}
.hide {
  display: none !important;
}

.also-search-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  font-size: 14px;
}

.also-search-list li {
  line-height: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .also-search-list li {
    line-height: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: 500;
    display: flow;
    align-items: center;
    height: auto;
    padding: 10px 0 10px 24px;
  }
}
.also-search-list li:last-child {
  border: none;
  margin: 0;
}

.also-search-list li .arrow {
  position: absolute;
  width: 20px;
  font-size: 20px;
  font-weight: 300;
  left: 0;
}

.also-search-list.nomrgin {
  margin: 10px 0;
}

.also-search-list.nomrgin li {
  margin-bottom: 2px;
}

.also-search-list.border-left {
  border-left: 6px solid rgba(37, 56, 88, 0.38);
}

.also-search-list.numberbullet {
  list-style: number;
}

.also-search-list.mt10 {
  margin: 10px 0;
}

.also-search-list.mt30 {
  margin: 30px 0;
}

.list-vr {
  padding: 0 0 0 22px;
  margin: 0;
  list-style: disc;
  font-size: 16px;
  line-height: 30px;
}

.list-vr.active4 li:nth-child(n+2) {
  display: none;
}

.list-vr li {
  margin-bottom: 20px;
  line-height: 26px;
}

.list-vr.nomrgin {
  margin: 10px 0;
}

.list-vr.nomrgin li {
  margin-bottom: 2px;
}

.list-vr.border-left {
  border-left: 6px solid rgba(37, 56, 88, 0.38);
  padding: 0 0 0 32px;
}

.list-vr.border-left li p {
  font-size: 14px;
}

.list-vr.numberbullet {
  list-style: number;
}

.list-vr.mt10 {
  margin: 10px 0;
}

.list-vr.mt30 {
  margin: 30px 0;
}

.list-vr.cs-bullet {
  list-style: none;
}

.list-vr.cs-bullet li {
  position: relative;
}

.list-vr.cs-bullet li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/bu/investment/star-icon-for-content.svg) no-repeat 0 0;
  top: 7px;
  left: -26px;
  background-size: contain;
}

.list-vr.cs-bullet li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #14a085;
  left: -17px;
  top: 26px;
}

.list-vr.cs-bullet:last-child:after {
  display: none;
}

.list-hz {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 16px;
  line-height: 30px;
}

.list-hz li {
  line-height: 26px;
  width: 18%;
  margin: 20px 1% 10px;
  text-align: center;
}

.list-hz li span {
  display: flex;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 0 auto 10px;
  background: #0065ff;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.list-hz li p {
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 980px) {
  .list-hz li p {
    font-size: 16px;
  }
}
.list-hz.mt30 {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .list-hz {
    flex-direction: column;
  }
  .list-hz li {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .list-hz li p {
    text-align: left;
    padding-left: 35px;
  }
  .list-hz li span {
    position: absolute;
    top: -4px;
  }
}
@media (max-width: 1024px) and (max-width: 980px) {
  .list-hz li span {
    top: 0;
  }
}
.number-listing-box {
  margin: 30px 20px;
}

.number-listing-box .numbers {
  margin-top: 20px;
}

.number-listing-box .numbers h4 {
  margin-bottom: 6px;
}

.widget-heading {
  position: relative;
}

.widget-heading.wd50 {
  width: 50%;
}

@media (max-width: 1024px) {
  .widget-heading.wd50 {
    width: 100%;
  }
}
.widget-heading.mt30 {
  margin-bottom: 30px;
}

body {
  padding: 0;
  margin: 0;
  color: #253858;
}

.section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .section-grid {
    max-width: 100%;
  }
}
.section-grid.pd16 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .section-grid.pd16 {
    padding: 0 16px;
    margin-top: 30px;
  }
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexbox.reverse {
  flex-direction: row;
}

@media (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left,
.flexbox-right {
  width: 50%;
}

@media (max-width: 890px) {
  .flexbox-left,
  .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.full,
.flexbox-right.full {
  width: 100%;
}

@media (max-width: 890px) {
  .flexbox-left.full,
  .flexbox-right.full {
    width: 100%;
  }
}
.flexbox-left.w70,
.flexbox-right.w70 {
  width: calc(100% - 338px);
}

@media (max-width: 890px) {
  .flexbox-left.w70,
  .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60,
.flexbox-right.w60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .flexbox-left.w60,
  .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w40,
.flexbox-right.w40 {
  width: 40%;
}

@media (max-width: 1024px) {
  .flexbox-left.w40,
  .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30,
.flexbox-right.w30 {
  width: 338px;
}

@media (max-width: 1024px) {
  .flexbox-left.w30,
  .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}

@media (max-width: 890px) {
  .flexbox.sb .term-illustration {
    display: none;
  }
}
.flexbox.fstart {
  align-items: flex-start;
}

.flexbox-left.clf {
  width: calc(100% - 448px);
}

@media (max-width: 1024px) {
  .flexbox-left.clf {
    margin: 0 auto;
    width: 100%;
  }
}
.flexbox-right.clf {
  max-width: 428px;
}

@media (max-width: 1024px) {
  .flexbox-right.clf {
    margin: 0 auto;
    width: 100%;
  }
  .flexbox-right.clf.mhide {
    display: none;
  }
}
.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.flexbox.reviewby {
  width: 410px;
  margin: 0 auto 0;
  padding: 0 0 0 12px;
  position: relative;
  flex-wrap: nowrap;
}

@media (max-width: 1024px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 340px;
    width: 96%;
    padding: 0 10px;
    margin: 0 auto 0;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 300px;
    width: 100%;
  }
}
.landingFirst {
  position: relative;
  margin: 20px auto 0;
}

@media (max-width: 890px) {
  .landingFirst .section-grid {
    padding: 0;
  }
}
.landingFirst.first-block {
  margin-top: 14px;
}

.landingFirst .lead-form {
  box-shadow: 0 3px 16px 0 rgba(0, 101, 255, 0.16);
  border-radius: 8px;
  background: #fff;
  min-height: 300px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .landingFirst .lead-form {
    margin-top: 0;
  }
}
.landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center,
.landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  text-align: center;
  position: relative;
}

@media (max-width: 980px) {
  .landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center,
  .landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    position: initial;
  }
}
.landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  top: 0;
  right: 0;
}

.landingFirst .lead-form .product-achivement-at-policybazaar .listitem.center:last-child::after {
  display: none;
}

.landingFirst .lead-form .form-heading {
  padding: 18px 30px;
  border-radius: 8px 8px 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading {
    padding: 10px 2% 18px;
    text-align: center;
  }
}
.landingFirst .lead-form .form-heading .title {
  color: #fff;
  background: #8a81fc;
  padding: 10px 30px 10px 30px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 500;
}

.landingFirst .lead-form .form-heading .title:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: 0;
  border-left: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.landingFirst .lead-form .form-heading .title:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 1024px) {
  .landingFirst .lead-form .form-heading .title {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .landingFirst .lead-form .form-heading .title {
    width: 100%;
    font-size: 14px;
  }
}
.landingFirst .lead-form .form-heading .title .text-blue {
  color: #0065ff;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .title {
    font-size: 12px;
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landingFirst .lead-form .form-heading .title .text-blue {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 12px;
  }
}
.landingFirst .lead-form .form-heading .sub-title .text-strong {
  font-size: 18px;
  font-weight: 700;
}

.landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
  min-width: 110px;
  display: inline-block;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  height: 20px;
  position: relative;
  top: 4px;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title .text-strong {
    font-size: 16px;
    font-weight: 700;
  }
  .landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
    width: 98px;
  }
}
.landingFirst .lead-form .tncapply {
  color: rgba(37, 56, 88, 0.8);
  font-size: 11px;
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
}

.landingFirst .first-heading .textlight {
  display: block;
  margin: 5px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.landingFirst .first-heading .textlight .restcontent {
  display: none;
}

.landingFirst .first-heading .textlight .restcontent.show {
  display: inline;
}

@media (max-width: 1024px) {
  .landingFirst .first-heading .textlight .more_content {
    display: none;
  }
  .landingFirst .first-heading .textlight .more_content.active {
    display: inline;
  }
  .landingFirst .first-heading .textlight .more_content.mobile_hide {
    display: none;
  }
  .landingFirst .first-heading .textlight .more_content.mobile_hide.active {
    display: inline;
  }
}
.landingFirst .first-heading .textlight .readmore-content {
  color: #0065ff;
  cursor: pointer;
  display: none;
}

@media (max-width: 1024px) {
  .landingFirst .first-heading .textlight .readmore-content {
    display: inline;
  }
}
@media (max-width: 890px) {
  .landingFirst {
    padding: 0 6px;
    margin: 150px 0 0;
  }
}
.landingFirst .with-background {
  background: #fcfcfc 0 0 no-repeat padding-box;
  border-radius: 10px;
  padding: 12px 30px 15px 21px;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background {
    background: 0 0;
    border-radius: 0;
    padding: 0;
  }
}
.landingFirst .with-background .heading {
  letter-spacing: 0;
  color: #015f04;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.landingFirst .with-background .heading span {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .heading {
    display: none;
  }
}
.landingFirst .with-background .top-fold-image {
  margin: 0 auto 14px;
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .top-fold-image {
    display: none;
  }
}
.landingFirst .with-background .top-fold-pointer-section {
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .top-fold-pointer-section {
    display: none;
  }
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after,
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before {
  content: "";
  border: 1px solid #253858;
  opacity: 0.13;
  width: 49px;
  position: absolute;
  top: 50%;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before {
  left: -52px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after {
  right: -53px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list {
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer {
  width: 21%;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image {
  margin-bottom: 14px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image img {
  border-radius: 8px;
  box-shadow: 0 3px 17px rgba(255, 188, 34, 0.4235294118);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(2) .image img {
  box-shadow: 0 3px 17px rgba(255, 115, 131, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(3) .image img {
  box-shadow: 0 3px 17px rgba(97, 183, 253, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:last-child .image img {
  box-shadow: 0 3px 17px rgba(158, 155, 252, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .label {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}

.landingFirst .with-background .lead-form {
  margin-top: 0;
}

.landingFirst .with-background .lead-form .form-heading .title {
  display: none;
}

.landingFirst .with-background .lead-form .form-heading .sub-title {
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title {
    font-size: 14px;
    margin-top: 10px;
  }
}
.landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
  font-size: 20px;
  font-weight: 700;
  color: #0065ff;
}

@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
    font-size: 16px;
  }
}
.landingFirst .with-background .lead-form .form-inv-lic #email + .loadingDiv {
  margin: 20px 0 12px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .lead-form .form-inv-lic #email + .loadingDiv {
    margin: 20px 0;
    padding: 10px 0 0;
  }
}
.landingFirst .with-background .lead-form .form-inv-lic .certificate-img {
  margin: 0 auto 8px;
}

.landingFirst .with-background .lead-form .form-inv-lic .certificate-img img {
  height: auto;
}

#countryDisplayName {
  display: none;
}

.form-inv-lic {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}

.form-inv-lic .fieldWrapper {
  margin: 13px 0 13px 0;
  position: relative;
}

.form-inv-lic .fieldWrapper#person_name:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background: url(../../images/bu/investment/user-lic-icon.svg) no-repeat center center;
  top: 14px;
  left: 10px;
  z-index: 2;
}

.form-inv-lic .fieldWrapper#email:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background: url(../../images/bu/investment/user-lic-icon.svg) no-repeat center center;
  top: 14px;
  left: 10px;
  z-index: 2;
}

.form-inv-lic .fieldWrapper:first-child {
  margin: 5px 0 12px;
}

@media (max-width: 568px) {
  .form-inv-lic .fieldWrapper {
    margin: 10px 0 13x;
  }
}
.form-inv-lic .fieldWrapper.error {
  margin: 10px 0 18px;
  font-size: 11px;
}

.form-inv-lic .fieldWrapper.error .err {
  color: red;
  font-weight: 400;
  position: absolute;
  letter-spacing: -0.026em;
}

@media (max-width: 568px) {
  .form-inv-lic .fieldWrapper.error .err {
    font-size: 11px;
    margin: 0;
    color: red;
    font-weight: 400;
    position: absolute;
    letter-spacing: -0.026em;
  }
}
.form-inv-lic .fieldWrapper .formInput {
  position: relative;
}

.form-inv-lic .fieldWrapper .formInput .ageyears {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 14px;
  color: #0165ff;
  font-weight: 500;
}

.form-inv-lic input,
.form-inv-lic select {
  padding: 13px 18px 13px 38px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
  outline: 0;
  width: 100%;
  height: 56px;
}

@media (max-width: 568px) {
  .form-inv-lic input,
  .form-inv-lic select {
    padding: 10px 18px;
  }
}
.form-inv-lic .feildLable {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  left: auto;
  background: #fff;
  top: auto;
  padding: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  transition: all 0.2s ease-in;
}

.form-inv-lic .mobilefirst {
  position: relative;
  margin-bottom: 14px;
  z-index: 11;
}

.form-inv-lic .mobilefirst .formInput {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}

.form-inv-lic .mobilefirst .formInput input,
.form-inv-lic .mobilefirst .formInput select {
  border: none;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 56px;
}

.form-inv-lic .mobilefirst .formInput select {
  width: 90px;
  padding: 13px 30px 13px 46px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 86% 26px;
  background-size: 10%;
  width: 100%;
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-inv-lic .mobilefirst .formInput select option {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 568px) {
  .form-inv-lic .mobilefirst .formInput select {
    padding: 11px 28px 10px 35px;
  }
}
.form-inv-lic .mobilefirst .formInput .col4 {
  width: 110px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  z-index: 11;
}

.form-inv-lic .mobilefirst .formInput .col4:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background: url(../../images/bu/investment/mob-lic-icon.svg) no-repeat center center;
  top: 14px;
  left: 10px;
  z-index: 2;
}

.form-inv-lic .mobilefirst .formInput .code-number {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  width: 100%;
  align-items: center;
  padding-left: 110px;
  position: relative;
}

.form-inv-lic .mobilefirst .formInput .code-number .cCode {
  font-size: 16px;
  color: #253858;
}

.form-inv-lic .mobilefirst .secure-tag {
  position: absolute;
  display: flex;
  right: 5px;
  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-inv-lic .mobilefirst .secure-tag .text {
  letter-spacing: 0.15px;
  color: #0065ff;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  margin-left: 6px;
}

.form-inv-lic .mobilefirst .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;
}

.form-inv-lic .mobilefirst.error.case-nri {
  margin-bottom: 25px;
}

.form-inv-lic .mobilefirst.error.case-nri .nri-secure-tag {
  bottom: -28px !important;
}

.form-inv-lic .loadingDiv {
  padding: 10px 0 0;
  margin: 22px 0 20px;
}

.form-inv-lic .loadingDiv #loader,
.form-inv-lic .loadingDiv .proceed {
  box-sizing: border-box;
  width: 80%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .form-inv-lic .loadingDiv #loader,
  .form-inv-lic .loadingDiv .proceed {
    width: 90%;
  }
}
.form-inv-lic .loadingDiv #loader:hover,
.form-inv-lic .loadingDiv .proceed:hover {
  background: #0051cc;
}

.form-inv-lic .loadingDiv #loader .loader,
.form-inv-lic .loadingDiv .proceed .loader {
  display: none;
}

.form-inv-lic .certificate-img {
  width: 370px;
  margin: 0 auto 20px;
}

.form-inv-lic .certificate-img img {
  width: 100%;
}

@media (max-width: 568px) {
  .form-inv-lic .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .form-inv-lic {
    padding: 0;
  }
}
.border-b {
  border: 1px solid #adacac;
  padding: 26px 16px;
}

@media (max-width: 980px) {
  .border-b {
    border: none;
  }
}
#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100001;
}

.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content {
    max-width: 340px;
  }
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.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 .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}

.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}

#email + .loadingDiv {
  margin: 20px 0;
}

.form-inv-lic .fieldWrapper .formInput .code-number {
  position: relative;
}

.form-inv-lic .fieldWrapper .formInput .code-number .feildLable {
  left: 163px;
}

@media (max-width: 560px) {
  .form-inv-lic .fieldWrapper#person_name input {
    padding: 10px 18px 10px 32px;
  }
}
.form-inv-lic .fieldWrapper .formInput input.labelshow + .feildLable,
.form-inv-lic .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  left: 16px;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
  }
}
.product-achivement-at-policybazaar .listitem {
  width: 25%;
}

.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 13px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: left;
  border: none;
  padding: 0 5px;
  border: none !important;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
    text-align: center;
  }
}
.product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}

.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}

@media (max-width: 980px) {
  .product-achivement-at-policybazaar .listitem.center .blue {
    margin: 0;
    line-height: 10px;
  }
}
.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: left;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3),
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}

.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: -3px;
  width: 80px;
  overflow: hidden;
}

.product-achivement-at-policybazaar .form-rating img {
  width: 80px;
  height: auto;
}

@media (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating {
    width: 150px;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 100px;
  }
}
.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;
}

@media screen and (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating:before {
    animation-name: starshinemobile1;
    right: 50%;
  }
}
.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;
}

@media screen and (max-width: 1024px) {
  .product-achivement-at-policybazaar .form-rating:after {
    animation-name: starshinemobile;
    right: 100%;
  }
}
.section-full {
  position: relative;
}

.section-full.pd30 {
  padding: 3em 0;
}

@media (max-width: 1024px) {
  .section-full.pd30 .section-grid {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .section-full.pd30 {
    padding: 1.5em 0 0;
  }
}
@media (max-width: 767px) {
  .section-full.articleAll {
    padding: 0 0 0 16px;
  }
}
.section-full.content {
  padding: 3em 0;
}

@media (max-width: 1024px) {
  .section-full.content {
    padding: 3em 0 0;
  }
}
.section-full.content.pd0 {
  padding: 0;
}

.section-full.content.p10 {
  padding: 1em 0;
}

@media (max-width: 1024px) {
  .section-full.content.p10 .section-grid {
    padding: 110px 0 0 16px;
  }
  .section-full.content.p10 .ribbon {
    left: 16px;
    padding-top: 6px;
  }
}
@media (max-width: 568px) {
  .section-full.content {
    padding: 40px 16px;
  }
  .section-full.content.allSlider {
    padding: 10px 0 0;
  }
}
.section-full.content.pb {
  padding-bottom: 0;
}

.section-full.content .plan-disclaimer {
  font-size: 10px;
  display: block;
  margin: 20px 0;
  text-align: center;
}

.section-full.content .actionButton {
  text-align: center;
}

.section-full.content .actionButton.mt30 {
  margin-top: 30px;
}

@media (max-width: 568px) {
  .section-full.content .actionButton.mt30 {
    margin-top: 10px;
  }
}
.section-full.content .actionButton.extramargin {
  margin: 30px 20px 30px 0;
}

@media (max-width: 568px) {
  .section-full.content .actionButton.extramargin {
    margin-top: 10px;
  }
}
.section-full.content .actionButton .more-content {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #0065ff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.section-full.content .actionButton .more-content.talk-toan-expert {
  border-radius: 4px;
  padding: 12px 16px !important;
}

@media (max-width: 568px) {
  .section-full.content .actionButton .more-content.talk-toan-expert {
    font-size: 12px;
    position: relative;
    min-width: 124px;
    cursor: pointer;
    font-weight: 500;
  }
}
.section-full.content .actionButton .more-content .arrow {
  border: solid #266ff7;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transition: all 0.2s ease-in;
  right: 15px;
  position: absolute;
  top: 19PX;
}

.section-full.content .actionButton .more-content.active .arrow {
  border: solid #266ff7;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(225deg);
  top: 23px;
  position: absolute;
  right: 15px;
}

.section-full.content .actionButton .more-content-active {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #fff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.section-full.content .actionButton .more-content-active.schedule-callback {
  border-radius: 4px;
  padding: 12px 16px !important;
}

@media (max-width: 568px) {
  .section-full.content .actionButton .more-content-active.schedule-callback {
    font-size: 12px;
    position: relative;
    min-width: 124px;
    cursor: pointer;
    font-weight: 500;
  }
}
.section-full.content .actionButton .more-content-active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transition: all 0.2s ease-in;
  right: 15px;
  position: absolute;
  top: 19PX;
}

.section-full.content .actionButton .more-content-active.active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(225deg);
  top: 23px;
  position: absolute;
}

.section-full.lgblue {
  background: #f7faff;
  padding: 50px 50px 50px;
}

.section-full.lgblue.accordian {
  padding: 50px;
}

@media (max-width: 890px) {
  .section-full.lgblue.accordian .flexbox-left.w70 {
    width: 100%;
  }
  .section-full.lgblue.accordian .flexbox-left.w70 details {
    max-width: 100%;
  }
  .section-full.lgblue.accordian .flexbox-right.w30 {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgblue {
    padding: 10px 16px;
  }
  .section-full.lgblue.accordian {
    padding: 30px 10px;
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .section-full.lgblue {
    padding: 30px 16px 20px;
  }
}
.section-full.lgyl {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 100px;
}

.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;
}

@media (max-width: 1024px) {
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
  }
  .section-full.lgyl.cs-rating .section-grid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 568px) {
  .section-full.lgyl {
    padding: 30px 16px 10px;
    margin-top: 0;
  }
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
    background-size: 100%;
  }
}
.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgbgray {
  background: #f5f5f5;
  padding: 50px;
}

.section-full.lgbgray.top-pd0 {
  padding-top: 0;
}

@media (max-width: 980px) {
  .section-full.lgbgray {
    padding: 30px 16px 10px;
  }
  .section-full.lgbgray.topplan-block {
    padding: 0 2px 10px;
  }
}
.section-full.lgbgray.howtoBuybg {
  padding: 50px 50px 0;
  margin-bottom: 50px;
  background: #fcfcfc;
}

@media (max-width: 890px) {
  .section-full.lgbgray.howtoBuybg {
    padding: 20px 16px 0;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}
.reviewby {
  position: relative;
  justify-content: space-between;
}

.reviewby .flexbox-left,
.reviewby .flexbox-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

.reviewby .flexbox-left .bio,
.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-left .bio:before,
.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-left .bio .img-by,
.reviewby .flexbox-right .bio .img-by {
  left: 14px;
  position: absolute;
}

.reviewby .flexbox-left .bio .name-by .bigtext,
.reviewby .flexbox-right .bio .name-by .bigtext {
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
}

.reviewby .flexbox-left .bio .name-by .bigtext .link,
.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;
}

@media (max-width: 1024px) {
  .reviewby .flexbox-left .bio .name-by .bigtext,
  .reviewby .flexbox-right .bio .name-by .bigtext {
    font-size: 12px;
    margin-left: 0;
    top: 0;
  }
}
.reviewby .flexbox-left .bio .name-by .smtext,
.reviewby .flexbox-right .bio .name-by .smtext {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
}

.reviewby .flexbox-left .bio .name-by .smtext::before,
.reviewby .flexbox-right .bio .name-by .smtext::before {
  display: none;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .bio .name-by .smtext,
  .reviewby .flexbox-right .bio .name-by .smtext {
    top: 43px;
  }
}
.reviewby .flexbox-left .bio .description,
.reviewby .flexbox-right .bio .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
}

.reviewby .flexbox-left .bio .description:before,
.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-left .bio .description-close,
.reviewby .flexbox-right .bio .description-close {
  background: url("../../images/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;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
  }
  .reviewby .flexbox-left .bio.active,
  .reviewby .flexbox-right .bio.active {
    display: block !important;
  }
}
.reviewby .flexbox-left .img-by,
.reviewby .flexbox-right .img-by {
  width: 45px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .img-by,
  .reviewby .flexbox-right .img-by {
    margin-right: 10px;
  }
}
.reviewby .flexbox-left .name-by,
.reviewby .flexbox-right .name-by {
  display: flex;
  flex-direction: column;
}

.reviewby .flexbox-left .name-by .smtext,
.reviewby .flexbox-right .name-by .smtext {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 360px) {
  .reviewby .flexbox-left .name-by .smtext,
  .reviewby .flexbox-right .name-by .smtext {
    font-size: 10px;
  }
}
.reviewby .flexbox-left .name-by .bigtext,
.reviewby .flexbox-right .name-by .bigtext {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 11px;
  }
}
.reviewby .flexbox-left.hv,
.reviewby .flexbox-right.hv {
  padding-bottom: 10px;
}

.reviewby .flexbox-left.hv:hover .bio,
.reviewby .flexbox-right.hv:hover .bio {
  display: block;
}

.reviewby .flexbox-right.hv {
  margin-left: 10px;
}

.reviewby .flexbox-left {
  position: relative;
}

.reviewby .flexbox-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 12px;
  top: 0;
  background: rgba(37, 56, 88, 0.2);
}

@media (max-width: 980px) {
  .reviewby .flexbox-left:after {
    right: 0;
  }
}
.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-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;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
    min-width: 50%;
  }
  .reviewby .flexbox-left .bio .description-close {
    display: none;
  }
  .reviewby .flexbox-right .bio .description-close {
    display: none;
  }
  .reviewby .flexbox-left .s1 {
    left: 0;
    width: 300px;
  }
  .reviewby .flexbox-left .s1:before {
    left: 6px;
  }
  .reviewby .flexbox-right .s2 {
    left: -92%;
    width: 300px;
  }
  .reviewby .flexbox-right .s2:before {
    left: initial;
    right: 120px;
    width: 26px;
  }
}
@media (max-width: 360px) {
  .reviewby .flexbox-right .s2 {
    left: -112%;
  }
}
.data_ul {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
  margin: 20px 0 40px 18px;
}

.video-container {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.1215686275);
  border-radius: 8px;
  opacity: 1;
  width: 338px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  position: relative;
}

.video-container.extra {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.6);
  margin: 23px 0 20px;
}

@media (max-width: 890px) {
  .video-container {
    margin: 30px auto 0;
  }
}
.video-container .video {
  width: 100%;
  min-height: 172px;
  border-radius: 8px;
}

.video-container .video.active {
  background: 0 0;
}

.video-container .playbtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url("../../images/bu/term/play-icon1.svg") no-repeat -8px -4px;
  background-size: 130%;
  top: 83px;
  left: 42%;
  cursor: pointer;
  display: none;
}

.video-container .playbtn.icon-remove {
  display: none;
}

.video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

.video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

.video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

.video-container .vd-info + h2 {
  font-size: 16px !important;
}

.video-container .ribbon:after {
  border-top: 27px solid #0065ff;
  border-right: 20px solid rgba(244, 117, 48, 0);
  border-bottom: 26px solid #0065ff;
}

@media (max-width: 568px) {
  .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.claim-settlement-step {
  background: #f5f5f5;
  padding: 17px 6px;
  border-radius: 30px;
  margin: 30px 0;
}

@media (max-width: 560px) {
  .claim-settlement-step {
    padding: 7px 6px;
    display: flex;
    align-items: center;
  }
}
.claim-settlement-step span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  padding: 12px 16px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .claim-settlement-step span {
    font-size: 13px;
    width: 50%;
    text-align: center;
    margin: 0;
  }
}
.claim-settlement-step span.active {
  background: #fff;
  padding: 12px 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 560px) {
  .claim-settlement-step span.active {
    font-size: 13px;
  }
}
.cs-process {
  display: none;
}

.cs-process.active {
  display: block;
}

.also-search {
  background: #fff;
  width: 700px;
  border-radius: 24px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 12px 0 rgba(1, 101, 255, 0.16);
}

@media (max-width: 768px) {
  .also-search {
    max-width: 700px;
    width: 96%;
  }
}
.dtd {
  background: rgba(0, 101, 255, 0.15);
  width: 80%;
  padding: 1em 1em 1em 3.5em;
  border-radius: 8px;
  color: #0165ff;
  position: relative;
  margin: 24px 0;
}

.dtd p {
  line-height: 18px;
}

@media (max-width: 568px) {
  .dtd {
    width: 100%;
  }
}
.dtd .dtd-icon {
  background: url("../../images/bu/investment/faq-icon.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  left: 17px;
  top: 11px;
}

.lic-rider-points {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  width: 80%;
  margin-top: 40px;
}

.lic-rider-points .lic-rider-left {
  width: 30%;
  margin-right: 2%;
}

.lic-rider-points .lic-rider-right {
  width: 73%;
}

.lic-rider-points .rider-list {
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(1, 101, 255, 0.16);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 101, 255, 0.2);
  text-align: center;
  font-size: 12px;
}

.lic-rider-points .lic-rider-left .rider-list {
  height: calc(100% - 16px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .lic-rider-points .lic-rider-left .rider-list {
    height: 100px;
    margin-bottom: 20px;
  }
}
.lic-rider-points .lic-rider-left .rider-list .arrow {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 26px;
  font-size: 20px;
}

.lic-rider-points .lic-rider-right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .lic-rider-points .lic-rider-right {
    justify-content: space-between;
  }
}
.lic-rider-points .lic-rider-right .rider-list {
  width: 46%;
  margin-bottom: 16px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 101, 255, 0.2);
  font-size: 12px;
}

.lic-rider-points .lic-rider-right .rider-list .arrow {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 26px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .lic-rider-points {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .lic-rider-points .lic-rider-left,
  .lic-rider-points .lic-rider-right {
    width: 100%;
  }
}
.licrider-bg {
  background: url("../../images/bu/investment/lic-rider.svg") no-repeat top right;
}

@media (max-width: 1024px) {
  .licrider-bg {
    background: 0 0;
  }
}
@media (max-width: 980px) {
  #choose-best-lic-policy {
    margin-bottom: 230px;
    margin-top: 0;
  }
}
.suitable-lic-policy {
  background: rgba(0, 101, 255, 0.05);
  padding: 3em 0;
  position: relative;
}

@media (max-width: 560px) {
  .suitable-lic-policy {
    padding: 1.5em 0;
  }
}
.suitable-lic-policy::before {
  content: "";
  background: url("../../images/bu/investment/suitable-lic-policy.png") no-repeat top right;
  background-size: cover;
  position: absolute;
  width: 380px;
  height: 300px;
  top: 50px;
  right: -50%;
  background-size: contain;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 560px) {
  .suitable-lic-policy::before {
    width: 94%;
    height: 190px;
    background-size: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px;
    background-color: rgba(0, 101, 255, 0.05);
    background-position: center center;
    border-radius: 8px;
    opacity: 0.2;
  }
}
.buy-lic-plan {
  background: url("../../images/bu/investment/buy-lic-plan.svg") no-repeat center right;
  background-size: 40%;
}

@media (max-width: 1024px) {
  .buy-lic-plan {
    background: 0 0;
  }
}
.people-also-search {
  background: #f5f5f5 url(../../images/bu/investment/people-search.svg) no-repeat bottom left;
  background-size: initial;
}

@media (max-width: 1024px) {
  .people-also-search {
    background: 0 0;
  }
  .people-also-search .img-for-bg {
    background: #f5f5f5 url(../../images/bu/investment/people-search.svg) no-repeat bottom left;
    width: 96%;
    height: 180px;
    margin: 0 auto 20px;
    background-size: 70%;
    background-position: center center;
  }
}
.mb-banner {
  width: 100%;
  height: 160px;
  margin: 20px 0;
  border-radius: 8px;
}

.mb-banner.licrider {
  background: #fdf1e8;
}

.mb-banner.licrider .img {
  width: 140px;
  height: 160px;
  margin: 0 auto;
}

.mb-banner.licrider .img img {
  width: 100%;
  position: relative;
  top: 10px;
}

.mb-banner.suitablepolicy {
  background: #f3f7ff;
}

.mb-banner.suitablepolicy .img {
  width: 220px;
  height: 160px;
  margin: 0 auto;
}

.mb-banner.suitablepolicy .img img {
  width: 100%;
  position: relative;
  top: 10px;
}

.mb-banner.howtobuy {
  background: #f3f7ff;
}

.mb-banner.howtobuy .img {
  width: 220px;
  height: 114px;
  margin: 0 auto;
}

.mb-banner.howtobuy .img img {
  width: 100%;
  position: relative;
  top: 55px;
}

.mb-banner.claimsettlement {
  position: absolute;
  right: -80%;
  width: 230px;
  height: 230px;
  background: 0 0;
  top: -20px;
  margin: 0;
}

.mb-banner.claimsettlement .img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mb-banner.claimsettlement {
    background: #f3f7ff;
    width: 100%;
    height: 190px;
    margin: 0 0 20px 0;
    top: 10px;
    right: 0;
    position: relative;
  }
}
.banner-img {
  width: 100%;
  height: 275px;
  display: block;
}

@media (max-width: 568px) {
  .banner-img {
    height: auto;
  }
}
.banner-img.b1 {
  background: url("../../images/bu/investment/banner-lic-top-1.svg") no-repeat;
  background-size: contain;
}

.banner-img.b2 {
  background: url("../../images/bu/investment/banner-lic-top-2.svg") no-repeat;
}

.banner-img.b3 {
  background: url("../../images/bu/investment/banner-lic-top-3.svg") no-repeat;
}

.comment-section {
  background: #fff;
  display: flex;
}

.comment-section .comment-section-left {
  display: flex;
  width: 75%;
  overflow-x: scroll;
  padding: 10px 0 10px 7px;
  margin-left: -16px;
}

.comment-section .comment-section-right {
  display: flex;
  width: 25%;
  padding: 10px 0 10px 0;
}

.comment-section .media-review {
  padding: 16px;
  width: 31%;
  box-shadow: 0 3px 12px rgba(0, 101, 255, 0.15);
  border-radius: 18px;
  margin: 0 1%;
  min-width: 272px;
}

.comment-section .media-review.blue {
  margin-left: 25px;
  width: 98%;
  margin: 0 0 0 5%;
  background: rgba(0, 101, 255, 0.05) 0 0 no-repeat padding-box;
  box-shadow: none;
  padding-left: 30px;
}

.comment-section .media {
  position: relative;
}

.comment-section .media .media-user {
  width: 24px;
  height: 24px;
  background: url("../../images/bu/investment/user-icon-review.svg") no-repeat 0 0;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
}

.comment-section .media .media-user img {
  width: 100%;
}

.comment-section .media .M-flex {
  display: flex;
  justify-content: space-between;
}

.comment-section .media .M-flex .title {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  width: 150px;
  line-height: initial;
  margin-bottom: 10px;
}

.comment-section .media .M-flex .title span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  line-height: 22px;
  padding-left: 35px;
  color: #253858;
  height: 30px;
  position: relative;
  top: -10px;
}

@media (max-width: 980px) {
  .comment-section .media .M-flex {
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
}
.comment-section .media .description_title {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.comment-section .media .description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.8);
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

@media (max-width: 767px) {
  .comment-section {
    width: 100%;
    flex-direction: row-reverse;
  }
  .comment-section .comment-section-left {
    width: 65%;
    overflow-x: scroll;
    padding: 10px 0 10px 0;
    margin-left: 0;
  }
  .comment-section .comment-section-right {
    display: flex;
    width: 35%;
    padding: 10px 0 10px 0;
  }
  .comment-section .comment-section-right .media-review.blue {
    width: 98%;
    margin: 0;
    background: rgba(0, 101, 255, 0.05) 0 0 no-repeat padding-box;
    box-shadow: none;
    padding-left: 12px;
    min-width: auto;
  }
}
@media (max-width: 568px) {
  .comment-section {
    width: 100%;
    flex-direction: row-reverse;
  }
  .comment-section .comment-section-left {
    width: 60%;
  }
  .comment-section .comment-section-left .media-review {
    min-width: 200px;
    margin: 0 2.5%;
  }
  .comment-section .comment-section-right {
    width: 40%;
  }
}
.rating-row ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.rating-row ul li {
  color: #ffc107;
  margin: 0;
}

.startFull:before {
  content: "★";
  font-size: 16px;
}

.starBlank:before {
  content: "✩";
  font-size: 16px;
  font-weight: 700;
}

.product-achivement-at-policybazaar.lic-review {
  flex-direction: column;
  margin: 0;
}

@media (max-width: 980px) {
  .product-achivement-at-policybazaar.lic-review {
    margin: 80px 0 0 0;
  }
}
.product-achivement-at-policybazaar.lic-review .listitem .form-rating {
  width: 100%;
  margin: 12px 0;
}

.product-achivement-at-policybazaar.lic-review .listitem:first-child {
  width: 100%;
  padding: 0;
}

.product-achivement-at-policybazaar.lic-review .listitem:first-child .heading-title {
  font-size: 18px;
}

@media (max-width: 568px) {
  .product-achivement-at-policybazaar.lic-review .listitem:first-child .heading-title {
    font-size: 14px;
  }
}
.product-achivement-at-policybazaar.lic-review .listitem:nth-child(3) {
  padding: 0 !important;
}

.product-achivement-at-policybazaar.lic-review .listitem.center {
  width: 100%;
  margin: 10px 0 10px 0;
}

.product-achivement-at-policybazaar.lic-review .listitem.center .blue {
  font-size: 20px;
  line-height: 30px;
}

.product-achivement-at-policybazaar.lic-review .listitem.center .blue span {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 568px) {
  .product-achivement-at-policybazaar.lic-review .listitem.center .blue {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .product-achivement-at-policybazaar.lic-review .listitem.center .blue span {
    font-size: 16px;
  }
}
.product-achivement-at-policybazaar.lic-review .listitem.center .heading-sub-title {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

.reviewAction-buttonGroup {
  max-width: 360px;
  width: 100%;
  margin: 40px auto 30px;
  display: flex;
  justify-content: space-between;
}

.reviewAction-buttonGroup .review-btn {
  background: #266ff7 0 0 no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  color: #fff;
  font-size: 14px;
  padding: 0;
  position: relative;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0 auto;
}

.reviewAction-buttonGroup .review-btn a {
  color: #fff;
}

.reviewAction-buttonGroup .read-all-review-btn {
  background: #f3f7ff 0 0 no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  color: #0065ff;
  padding: 0;
  font-size: 14px;
  position: relative;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  margin: 0 10px;
}

#news-articles {
  display: flex;
}

#news-articles .news-article-left {
  width: 40%;
  padding-right: 20px;
}

@media (max-width: 980px) {
  #news-articles .news-article-left {
    width: calc(100% + 32px);
    margin-left: -16px;
    background: #ccc;
    margin-bottom: 20px;
    padding: 16px;
  }
}
#news-articles .news-article-right {
  width: 55%;
  margin-left: 5%;
}

@media (max-width: 980px) {
  #news-articles {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  #news-articles .news-article-left,
  #news-articles .news-article-right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.news-artilce-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.news-artilce-block article {
  display: flex;
  align-items: flex-start;
}

.news-artilce-block #heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}

.news-artilce-block #heading h2 {
  font-size: 22px;
  margin: 0;
}

.news-artilce-block .more {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  margin-top: 16px;
}

@media (max-width: 980px) {
  #news-articles .news-article-left {
    width: calc(100% + 32px);
    margin-left: -16px;
    background: #ccc;
    margin-bottom: 20px;
    padding: 16px;
  }
  #news-articles .news-article-left.news .news-artilce-block {
    flex-direction: row;
    overflow-x: auto;
    width: calc(100% + 16px);
  }
  #news-articles .news-article-left.news .news-artilce-block article {
    min-width: 250px;
    margin: 40px 16px 10px 0;
    padding: 16px;
    border: none;
    background: #fff;
    border-radius: 16px;
  }
  #news-articles .news-article-left.news .news-artilce-block #heading {
    position: absolute;
  }
  #news-articles .news-article-left.news .news-artilce-block .text p {
    display: none;
  }
}
.popular-article {
  position: relative;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}

.popular-article input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.popular-article label {
  cursor: pointer;
  text-indent: -9999px;
  width: 38px;
  height: 20px;
  background: #d5d5d5;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-left: 5px;
}

.popular-article label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100px;
  transition: 0.3s;
}

.popular-article input:checked + label {
  background: #bada55;
}

.popular-article input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

article .imgBlock {
  min-width: 200px;
  height: 150px;
  background: #ccc;
  margin-right: 20px;
  border-radius: 8px;
}

article img {
  margin-right: 15px;
}

article .text h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px 0;
}

article:last-child {
  border-bottom: none;
}

@media (max-width: 980px) {
  article {
    flex-direction: column;
  }
  article img {
    width: 10px;
  }
  article .imgBlock {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lic-top-plan {
  position: relative;
}

.lic-top-plan .new-top-plans-section {
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan,
.lic-top-plan .new-top-plans-section .rest_plan {
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .lic-top-plan .new-top-plans-section .default_plan,
  .lic-top-plan .new-top-plans-section .rest_plan {
    width: 100%;
    padding: 0 4px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
.lic-top-plan .new-top-plans-section .rest_plan .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: 16px 24px;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.top-tag,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.top-tag {
  padding: 30px 15px 10px 15px;
}

@media screen and (max-width: 440px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
    padding: 35px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag {
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px 5px;
  border-radius: 0 4px 0 4px;
  font-weight: 500;
  top: 0;
  position: absolute;
  right: 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.blue,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.blue {
  background: #cce0ff;
  color: #0065ff;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.orange {
  background: #fddac0;
  color: #d96f1f;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .top_plan_box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .top_plan_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo {
  width: calc(100% - 126px);
  display: flex;
  align-items: center;
  font-size: 16px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo p {
  font-weight: 600;
  line-height: 22px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap {
  width: 50px;
  height: 40px;
  margin-right: 10px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap img,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap img {
  width: 100%;
  height: 100%;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plan_name p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plan_name p {
  background: 0 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
  border: none;
  padding: 0;
  max-width: 400px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .youget,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .youget {
  position: absolute;
  top: -7px;
  font-size: 10px;
  left: 15px;
  padding: 0 5px;
  color: #253858;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator {
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 80%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator.add:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator.add:before {
  content: "";
  position: absolute;
  width: 16px;
  background: url("../../images/bu/plus-icon.png");
  height: 16px;
  top: 50%;
  transform: translate(-7px, -50%);
  border-radius: 50%;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
    width: calc(100% - 85px);
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
  border: 1px dashed #96c0ff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 8px 16px 8px 16px;
  width: 380px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
  background: #ececec;
  font-size: 8px;
  font-weight: 500;
  padding: 5px;
  margin-left: 5px;
  border-radius: 3px;
  text-align: center;
  color: #253858;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
    right: initial;
    top: initial;
    bottom: -22px;
    left: 0;
    margin-left: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns {
  position: relative;
  width: 160px;
  margin-right: 20px;
}

@media (max-width: 980px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
    padding-left: 30px;
  }
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .label {
    left: 25px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
  width: 100px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
    margin-top: 4px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .heading,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .heading {
  top: 10px;
  font-size: 11px;
  position: relative;
  color: #253858;
  line-height: normal;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable + .insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable + .insurer-payout .value {
  margin-top: 6px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable {
  padding: 3px 4px 3px 7px;
  font-size: 10px;
  top: 0;
  color: #fff;
  border-radius: 4px 0 0 4px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  line-height: 10px;
}

@media (max-width: 560px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable {
    font-size: 8px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: 0;
  right: -16px;
  z-index: 0;
  border: 8px solid #1d53c0;
  border-right-color: transparent !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green {
  background: #16a085;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green:before {
  border-color: #16a085;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange {
  background: #ef9450;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange:before {
  border-color: #ef9450;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
    width: 100%;
    padding: 5px 10px 8px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
  border: none;
  padding: 0;
  width: 175px;
  margin-right: 20px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt span {
  font-weight: 600;
  line-height: 34px;
  font-size: 12px;
  color: #9b9ea3;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt > span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt > span {
  position: relative;
  top: 10px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value {
  font-size: 18px;
  margin: 0 !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value span {
  font-size: 10px;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
    width: 100px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout {
  display: flex;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout > div,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout > div {
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value.green {
  color: #16a085;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
    font-size: 12px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value span {
  font-size: 10px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
  background: #ececec;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  bottom: 0;
  color: #253858;
  display: inline-block;
  line-height: 14px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
    font-size: 10px;
    font-weight: 500;
    width: 75px;
    padding: 5px 6px;
    border-radius: 5px;
    right: initial;
    top: inherit;
    line-height: 10px;
    bottom: -18px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button {
  position: relative;
  top: 54px;
}

@media (max-width: 980px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button {
    top: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
    top: 0;
  }
}
@media (max-width: 360px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
    padding: 10px 12px;
    font-weight: 700;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
  right: 10px;
  position: relative;
  padding: 3px;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
    right: 2px;
    position: relative;
    padding: 3px;
    top: 1px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active {
  background: url("../../images/bu/investment/lic-top-plan-highlighted.svg") no-repeat;
  background-size: cover;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active.no-bg,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active.no-bg {
  background: #fff;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .top_plan_box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .top_plan_box {
  margin-bottom: 16px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .insurer-logo p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .insurer-logo p {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .insurer-logo .img-logo-wrap img,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .insurer-logo .img-logo-wrap img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active {
    padding: 12px !important;
  }
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .top_plan_box,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .top_plan_box {
    padding-top: 10px;
  }
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .top_plan_box .insurer-logo,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .top_plan_box .insurer-logo {
    width: 200px;
    display: flex;
    margin-bottom: 22px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active:before {
  display: none !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plan_name,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .plan_name {
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plan_name .pink-highlight,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.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;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plan_name .pink-highlight,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .plan_name .pink-highlight {
    position: absolute;
    width: 220%;
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    color: #253858;
    top: 50px;
    line-height: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) and (max-width: 360px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plan_name .pink-highlight,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .plan_name .pink-highlight {
    font-size: 12px;
    width: 200%;
  }
}
@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plan_name p,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .plan_name p {
    padding: 0 10px 5px 10px;
    margin: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plantype-tag.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.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;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plantype-tag.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.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;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .plantype-tag.orange:after,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.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;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .investment_amt,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .investment_amt {
  width: 110px !important;
  margin: 0;
  position: relative;
  top: -4px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .investment_amt span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .investment_amt span {
  top: initial;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .investment_amt .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .investment_amt .value {
  font-size: 20px;
  width: 102px;
  margin: 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .investment_amt .value .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .investment_amt .value .label {
  background: 0 0;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .resultbox-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .resultbox-wrap {
  width: calc(100% - 130px) !important;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .resultbox-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .resultbox-wrap {
    width: calc(100% - 110px) !important;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .resultbox-wrap .separator,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .resultbox-wrap .separator {
  height: 110%;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .resultbox-wrap .youget,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .resultbox-wrap .youget {
  background: 0 0 !important;
  position: initial !important;
  font-weight: 600 !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .resultbox-wrap .separator,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .resultbox-wrap .separator {
  left: -15px !important;
  right: initial !important;
  height: 110% !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap {
  border: none;
  background: 0 0;
  padding: 5px 0 0 7px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .value {
  font-size: 20px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .value {
    width: 170px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .label {
  background: 0 0;
  font-weight: 500;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .label p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .label p {
  display: inline-block;
  font-size: 10px;
  color: #253858;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv {
  width: 300px;
  font-weight: 600 !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.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: 130%;
  line-height: 20px;
  position: absolute;
  top: 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label p {
  line-height: 12px;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 100%;
    left: 80px;
    top: -4px;
  }
}
@media (max-width: 375px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 130px;
    left: 80px;
    top: -4px;
    font-size: 10px;
  }
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv {
    width: 100%;
    font-weight: 600 !important;
    display: flex;
    flex-direction: row;
  }
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv p,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .return-of-inv p {
    margin-left: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .heading,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.highlighted-active .returns-payout .result-wrap .heading {
  display: none !important;
}

.new-top-plans {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 790px;
  border-radius: 5px;
  transition: all 1s ease-in-out;
  position: relative;
}

.new-top-plans h2,
.new-top-plans h3 {
  font-size: 28px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 42px;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans h2,
  .new-top-plans h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .new-top-plans {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans {
    margin-bottom: 0;
  }
}
.new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .new-top-plans .new-top-plans-subheading {
    margin: 20px 0 10px;
    justify-content: space-around;
  }
}
.new-top-plans .new-top-plans-subheading > div {
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 16px;
  margin-right: 40px;
}

@media screen and (max-width: 980px) {
  .new-top-plans .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.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;
}

@media screen and (max-width: 980px) {
  .new-top-plans .new-top-plans-subheading > div p {
    letter-spacing: 0;
    line-height: 18px;
    font-size: 14px;
    display: block;
  }
}
.new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.new-top-plans .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

.new-top-plans .rest_plan {
  display: none;
}

.new-top-plans .rest_plan.active {
  display: block;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update {
  position: relative;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .insurer-logo .img-logo-wrap img,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .insurer-logo .img-logo-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .totalCorpus,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .totalCorpus {
  color: #16a085;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 10px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .totalCorpus .sticky-label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .totalCorpus .sticky-label {
  background: #ececec;
  font-size: 10px;
  color: #253858;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .investment-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .investment-wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .investment-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .investment-wrap {
    flex-direction: column;
    gap: 0px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .returns-payout .investment_amt,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .returns-payout .investment_amt {
  width: 100px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .returns-payout .investment_amt.act,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .returns-payout .investment_amt.act {
  width: 60px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .returns-payout .investment_amt .value.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .returns-payout .investment_amt .value.green {
  line-height: 1.5;
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .returns-payout .investment_amt,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .returns-payout .investment_amt {
    margin-right: 0px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .totalCorpus-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .totalCorpus-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap {
  display: flex;
  flex-direction: column;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .resultbox-wrap .youget,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .resultbox-wrap .youget {
  left: 0;
  right: 0;
  text-align: center;
  max-width: 100px;
  margin: 0px auto;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv {
  margin: 0;
  padding: 0px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv i,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #0066ff;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
  cursor: pointer;
  padding: 0 6px;
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv i,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv i {
    font-size: 8px;
    padding: 3px 6px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv i:hover .hover-message,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv i:hover .hover-message {
  display: block;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv i .hover-message,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv i .hover-message {
  position: absolute;
  background: #ffffff;
  font-size: 12px;
  width: 160px;
  height: 100px;
  padding: 10px;
  border-radius: 8px;
  top: -70px;
  right: -70px;
  color: #253838;
  text-align: left;
  box-shadow: 0 0 5px #ccc;
  display: none;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .return-of-inv .label-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .return-of-inv .label-wrap {
  display: flex;
  gap: 6px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns, .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout {
  width: 50%;
  background: rgba(0, 102, 255, 0.05);
  padding: 12px;
  margin: 0;
  position: relative;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .value.green, .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout .value.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .value.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout .value.green {
  line-height: 1.5;
  color: #253858;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .label, .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout .label {
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .return-of-inv, .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout .return-of-inv {
  display: flex;
  flex-direction: column;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .return-of-inv .label, .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout .return-of-inv .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .return-of-inv .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout .return-of-inv .label {
  background: transparent;
  padding: 0;
  margin: 0;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns {
  border-radius: 8px 0 0px 8px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .sticky-label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .sticky-label {
  background: rgba(71, 152, 83, 0.2);
  font-size: 11px;
  color: rgb(71, 152, 83);
  padding: 3px 5px;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  left: 5px;
  top: -2px;
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-returns .sticky-label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-returns .sticky-label {
    font-size: 8px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout {
  border-radius: 0px 8px 8px 0px;
  padding-left: 20px;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 20px;
  height: 20px;
  transform: translate(0px, -50%);
  background: rgb(151, 185, 238);
  border-radius: 50%;
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.d-update .result-wrap .insurer-payout:after,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.d-update .result-wrap .insurer-payout:after {
  content: "+";
  position: absolute;
  top: 45%;
  width: 20px;
  height: 20px;
  transform: translate(0px, -50%);
  color: #505050;
  border-radius: 50%;
  left: -7px;
  font-size: 19px;
  font-weight: 500;
}

.dedicatated-radio-tabs {
  display: flex;
  flex-flow: row;
  height: auto;
  width: 100%;
  padding: 30px;
  background: #fff;
}

@media (max-width: 1024px) {
  .dedicatated-radio-tabs {
    flex-direction: column;
    padding: 12px;
  }
}
.dedicatated-radio-tabs .state {
  position: absolute;
  left: -10000px;
}

.tableScroll {
  overflow-x: scroll;
}

.tableScroll:-webkit-scrollbar {
  display: none;
}

.tabs {
  display: flex;
  flex-flow: column;
  width: 250px;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .tabs {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }
}
.tabs .tab-label {
  font-size: 14px;
  min-height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: rgba(37, 56, 88, 0.6);
  padding-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

@media (max-width: 1024px) {
  .tabs .tab-label {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 20px;
  }
}
.tabs .tab-label .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: translate(0, -50%) rotate(135deg);
  top: 50%;
  position: absolute;
  right: 10px;
}

.tabs .tab-label.active,
.tabs .tab-label:hover {
  background: #f3f7ff;
  color: #0065ff;
  font-weight: 500;
}

.tabs .tab-label.active .arrow-right,
.tabs .tab-label:hover .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0065ff;
  border-left: 1px solid #0065ff;
  transform: translate(0, -50%) rotate(135deg);
}

.panelwrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 250px);
  position: relative;
}

@media (max-width: 1024px) {
  .panelwrapper {
    width: 100%;
  }
}
.dedicatated-radio-tabs .panels {
  flex: 100%;
  color: #1e262d;
  margin-left: 20px;
  padding: 0 16px 16px 16px;
  border-radius: 8px;
  overflow: auto;
  display: none;
  position: relative;
}

@media (max-width: 1024px) {
  .dedicatated-radio-tabs .panels {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
}
.dedicatated-radio-tabs .panels.active {
  display: block;
}

.dedicatated-radio-tabs .panels .panel {
  display: none;
}

.dedicatated-radio-tabs .panels .panel.active {
  display: block;
}

.dedicatated-radio-tabs .panels .text-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.dedicatated-radio-tabs .panels .listing {
  padding: 0 0 0 50px;
  margin: 0;
}

.dedicatated-radio-tabs .panels .listing li {
  padding: 3px 0;
}

.dedicatated-radio-tabs .panels .first-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.dedicatated-radio-tabs .panels .first-heading .redirection {
  font-size: 0;
  margin-left: 10px;
}

.dedicatated-radio-tabs .panels .common-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 16px 0 8px;
  display: flex;
  align-items: flex-start;
}

.dedicatated-radio-tabs .panels .common-heading i {
  margin-right: 10px;
}

.dedicatated-radio-tabs .panels .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
}

.dedicatated-radio-tabs .panels .text.mt20 {
  margin-top: 20px;
}

.description-with-viewplan {
  display: flex;
  align-items: center;
}

.description-with-viewplan .description {
  width: 75%;
  margin-right: 5%;
}

.description-with-viewplan .fullContainer {
  width: 20%;
}

@media (max-width: 1024px) {
  .description-with-viewplan {
    flex-direction: column;
  }
  .description-with-viewplan .description {
    width: 100%;
    margin-right: 0;
  }
  .description-with-viewplan .fullContainer {
    width: 100%;
    margin-top: 30px;
  }
}
.tablewrap.multilang table {
  width: 100% !important;
}

table {
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
  border-collapse: collapse;
}

table.do-donts {
  border-collapse: collapse;
  margin-bottom: 40px;
}

table.do-donts td {
  width: 50%;
}

table::-webkit-scrollbar {
  display: none;
}

@media (max-width: 568px) {
  table {
    margin-top: 16px;
  }
}
table tr:first-child {
  border: none;
  background: #f1f3f5 !important;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

table tr:first-child td {
  padding: 16px;
}

table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

table tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 5px 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  table td {
    font-size: 12px;
    min-width: 120px;
  }
}
table td a {
  color: #266ff7;
  text-decoration: none;
}

table td button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  border: none;
  font-size: 12px;
  color: #fff;
  padding: 10px 14px;
}

@media (max-width: 1024px) {
  table td button {
    width: 90px;
    font-size: 10px;
    font-weight: 600;
  }
}
table.alternate tr:nth-child(odd) {
  background: #f7f7f7;
}

table.alternate tr:nth-child(2n) {
  background: #fff;
}

table tr td:last-child {
  width: 130px !important;
  text-align: center;
}

.faq-for {
  margin: 50px 0 20px;
}

@media (max-width: 980px) {
  .faq-for {
    margin: 0 0 20px;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details.style3 summary::before {
  content: "+";
  right: 12px;
  top: 12px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  font-size: 25px;
}

details[open].style3 > summary:before {
  content: "−";
}

details[open] {
  margin-bottom: 0;
}

@supports (-webkit-touch-callout: none) {
  details.style3 summary::before {
    top: 1.6rem;
  }
  details[open].style3 > summary:before {
    top: 1.3rem;
    transition: all 0.8s;
  }
}
details {
  max-width: 100%;
  box-sizing: border-box;
}

details .box-highlight {
  background: rgba(0, 101, 255, 0.02);
  padding: 16px;
}

details .box-highlight p {
  margin: 0;
}

@media (max-width: 568px) {
  details {
    max-width: 100%;
  }
}
summary {
  margin-bottom: 3px;
  margin-top: 3px;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 12px;
  background: rgba(0, 101, 255, 0.05) 0 0 no-repeat padding-box;
  border-radius: 8px;
  color: #253858;
  font-weight: 500;
  position: relative;
  line-height: 22px;
  cursor: pointer;
}

summary .hicon {
  background: url("../../images/bu/term/hicon.svg") no-repeat 0 6px;
  width: 27px;
  height: 27px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 18px;
  top: 14px;
}

details[open] summary,
summary:hover {
  box-shadow: 0 3px 6px rgba(247, 250, 255, 0.1215686275);
}

details[open] summary strong,
details[open] summary::before,
summary:hover strong,
summary:hover::before {
  color: #253858;
}

.acc_content {
  border-top: none;
}

@media (max-width: 568px) {
  .acc_content {
    padding: 0 2px;
  }
}
.left_fullbanner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 560px) {
  .left_fullbanner {
    flex-direction: column-reverse;
  }
}
.left_fullbanner picture {
  margin-left: 30px;
}
@media (max-width: 560px) {
  .left_fullbanner picture {
    margin-left: 0px;
  }
}
.left_fullbanner picture img {
  width: 450px;
}
@media (max-width: 560px) {
  .left_fullbanner picture img {
    max-width: 400px;
    width: 100%;
    margin-left: 0px;
  }
}

.bannerinvestmentredirect {
  cursor: pointer;
}

#sip-calculator_graph {
  border-radius: 8px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 3px 16px 0 rgba(0, 101, 255, 0.16);
  padding: 16px;
}

@media (max-width: 1024px) {
  #sip-calculator_graph {
    padding: 15px 15px 12px;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #sip-calculator_graph {
    padding: 15px 15px 12px;
    background: #fff;
    width: 100%;
  }
}
#sip-calculator_graph .title {
  color: #253858;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #sip-calculator_graph .title {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
#sip-calculator_graph .title .subtext {
  color: #505f79;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

#sip-calculator_graph .title .heading {
  width: calc(100% - 170px);
}

@media (max-width: 1024px) {
  #sip-calculator_graph .title .heading {
    width: 100%;
    margin-bottom: 18px;
  }
}
#sip-calculator_graph .title .tenure {
  width: 170px;
  display: flex;
  margin-bottom: 18px;
  list-style: none;
  justify-content: space-between;
}

#sip-calculator_graph .title .tenure span {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
}

#sip-calculator_graph .title .tenure span.active {
  color: #0065ff;
  background: rgba(197, 218, 253, 0.6);
  border: none;
}

@media (max-width: 1024px) {
  #sip-calculator_graph .title .tenure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  #sip-calculator_graph .title .tenure li {
    width: 48%;
  }
  #sip-calculator_graph .title .tenure li span {
    display: block;
    text-align: center;
  }
}
#sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .sipc_all_input {
  width: 65%;
  margin-right: 3%;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
}
#sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .totalWrap {
  width: 32%;
}

@media (max-width: 1024px) {
  #sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .totalWrap {
    width: 100%;
  }
  #sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .totalWrap .widgetAmtGet_wrapper {
    width: 100%;
  }
  #sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .totalWrap .widgetAmtGet_result {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
  }
  #sip-calculator_graph.sip-calculator_graph_licNew .calculator_with_graph .totalWrap .widgetAmtGet_result .box {
    width: 49%;
  }
}
#sip-calculator_graph .sip-form {
  display: flex;
  flex-direction: column;
}

#sip-calculator_graph .sip-form .input-wrapper {
  position: relative;
}

#sip-calculator_graph .sip-form .input-wrapper input {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 4px 24px;
  border-radius: 8px;
  font-size: 14px;
  outline: 0;
  width: 100%;
  background: #fff;
  position: relative;
  margin: 7px 0 10px;
  height: 46px;
}

#sip-calculator_graph .sip-form .input-wrapper label {
  position: absolute;
  top: 22px;
  font-size: 14px;
  left: 26px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

#sip-calculator_graph .sip-form .input-wrapper .rupeeicon {
  position: absolute;
  left: 11px;
  top: 21px;
}

#sip-calculator_graph .sip-form .infotext {
  display: none;
}

#sip-calculator_graph .sip-form .infotext.stayyear,
#sip-calculator_graph .sip-form .infotext.yearon,
#sip-calculator_graph .sip-form .peryear {
  background: #f6faff;
  position: absolute;
  font-size: 12px;
  padding: 10px;
  top: 50%;
  color: #0065ff;
  transform: translateY(-50%);
  right: 6px;
  display: block;
  border-radius: 8px;
}

#sip-calculator_graph .sip-form .err {
  font-size: 10px;
  letter-spacing: -0.016em;
  color: #c90303;
  position: relative;
  top: -8px;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate {
  color: #fff;
  padding: 15px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 16px auto 2px;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  width: 90%;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate span {
  position: relative;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate span:after {
  content: "";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 10px;
  width: 10px;
  position: absolute;
  transform: rotate(135deg);
  top: 4px;
  right: -13px;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate:hover {
  background: #0051cc;
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate.active:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ccc;
}

.widgetAmtGet_result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  margin-top: 7px;
}

.widgetAmtGet_result .box {
  background: #ccc;
  height: 110px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  text-align: center;
}

.widgetAmtGet_result .box .amt {
  font-size: 24px;
  margin: 14px;
  font-weight: 600;
  height: 30px;
}

.widgetAmtGet_result .box.amount_you_get {
  background: rgba(0, 101, 255, 0.05);
}

.widgetAmtGet_result .box.amount_you_get .amt {
  color: #0065ff;
}

.widgetAmtGet_result .box.amount_you_receive {
  background: rgba(71, 217, 144, 0.05);
}

.widgetAmtGet_result .box.amount_you_receive .amt {
  color: #47d990;
}

#sip-calculator_graph .sip-form .input-wrapper input.labelshow + label,
#sip-calculator_graph .sip-form .input-wrapper input:focus + label {
  top: -1px;
  font-size: 11px;
  background: #fff;
  left: 11px;
}

.body-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;
  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;
}

@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;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
}
@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;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic:after {
  content: "";
  background-image: url("../../images/bu/investment/exit-intent-lic-desktop-img.png") !important;
  width: 300px;
  background-position: center center !important;
  background-repeat: no-repeat;
  height: 300px;
  position: absolute;
  bottom: 70px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: contain;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic:after {
    width: 250px;
    height: 250px;
    background-position: center center !important;
    background-repeat: no-repeat;
    opacity: 1;
    right: 0;
    background-size: contain !important;
  }
}
@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.lic:after {
    width: 200px;
    height: 210px;
    right: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic:after {
    width: 260px;
    height: 250px;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-position: bottom right !important;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic {
  background: #fff6e9;
  padding: 20px 20px 12px 40px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic {
    height: 340px;
    width: 90%;
    padding: 12px 15px 0 16px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic {
    width: 98%;
    margin: 0 auto;
  }
}
@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.lic {
    height: 300px;
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic {
    height: auto;
    padding: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content {
  position: relative;
  color: #253858;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .lic-logo {
  margin: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content h2 {
  color: rgba(37, 56, 88, 0.89);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  margin: 10px 0 0 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content h2 span {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
  display: block;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content h2 span {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    display: inline;
    padding-left: 10px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content h2 span {
    font-size: 28px;
    line-height: 33px;
    display: block;
    padding-left: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .description {
  margin: 16px 0 4px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  padding: 0;
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .description:after {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .description {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .description {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .description {
    margin: 10px 0;
    line-height: 20px;
    font-size: 13px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p {
  margin: 16px 0 14px 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  padding: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1 {
  background: #ffa139;
  padding: 8px 17px 8px 42px;
  width: 60%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  margin: 0 0 0 -40px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1 .lic-high-returns {
  margin-bottom: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1 sup {
  position: absolute;
  font-size: 12px;
  top: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 21px solid #ffa139;
  z-index: 0;
  right: -21px;
  border-left-width: 0;
  border-right-color: transparent;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1 {
    font-size: 18px;
    line-height: 20px;
    margin: 16px 0 0 0;
    line-height: 26px;
  }
}
@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.lic .exit-intent-popup-content p.details-1 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p.details-1 {
    font-size: 14px;
    line-height: 26px;
    max-width: 90%;
    margin: 10px 0 0 0;
    width: 90%;
    padding: 8px 8px 8px 18px;
    margin-left: -16px;
  }
}
@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.lic .exit-intent-popup-content p {
    margin: 5px 0 5px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content p {
    max-width: calc(100% - 160px);
    margin: 8px 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer-list {
  width: 100%;
  text-align: right;
  color: rgba(37, 56, 88, 0.69);
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer-list {
    position: relative;
    top: -40px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer-list {
    position: relative;
    top: 0;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer {
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
  margin: 16px;
  width: 60%;
  flex-direction: column;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer.row {
  flex-direction: row;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer.row {
    flex-direction: column;
    margin: 16px 0;
    list-style-position: inside;
  }
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer {
    margin: 8px 16px;
    width: 80%;
  }
}
@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.lic .exit-intent-popup-content .pointer {
    width: 88%;
    padding-left: 14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer {
    margin: 8px 16px;
    width: 90%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer li {
  padding: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.9px;
  color: rgba(37, 56, 88, 0.89);
  width: 50%;
  line-height: 34px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer li:before {
  display: none !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer li {
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 12px;
    width: 50%;
  }
}
@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.lic .exit-intent-popup-content .pointer li {
    margin-bottom: -1px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .pointer li {
    width: 90%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
  text-transform: initial;
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  padding: 16px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .viewplan-link::after {
  content: "";
  border: solid #fff;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 5px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .viewplan-link {
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .viewplan-link {
    margin-top: 16px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
  }
}
@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.lic .exit-intent-popup-content .viewplan-link {
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer-list {
  font-size: 10px;
  line-height: 16px;
  color: rgba(37, 56, 88, 0.69);
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  padding: 0;
  margin: 1px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer.right {
  text-align: right;
  bottom: 6px;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic .exit-intent-popup-content .disclaimer.right {
    text-align: left;
    bottom: -6px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-jeevan-shanti {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content h2 {
    font-size: 20px !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 22px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span strong {
  display: inline;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span strong {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span strong {
    display: inline;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p span {
    font-size: 14px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-jeevan-shanti .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 60%;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
    position: relative;
    z-index: 1;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti::after {
  content: "";
  background: url(../../images/bu/lic-jivan-shanti.png) no-repeat right bottom;
  width: 254px;
  height: 304px;
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@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.lic-jeevan-shanti::after {
    width: 170px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 42px;
    right: 18px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti::after {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 42px;
    right: 8px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(0, -50%);
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers::before {
    left: 0;
    top: 7px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 49%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-shanti .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-jeevan-labh {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 22px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span strong {
  display: inline;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p span strong {
    font-size: 22px;
    display: block;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-jeevan-labh .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 140px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh::after {
  content: "";
  background: url(../../images/bu/jivan-labh.png) no-repeat right bottom;
  width: 254px;
  height: 304px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 10px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 20px;
    opacity: 1;
  }
}
@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.lic-jeevan-labh::after {
    width: 170px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers {
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(0, -50%);
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers::before {
    left: 0;
    top: 7px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 49%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-labh .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-jeevan-umang {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 22px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span strong {
  display: inline;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p span strong {
    font-size: 22px;
    display: block;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-jeevan-umang .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 140px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang::after {
  content: "";
  background: url(../../images/bu/lic-jivan-umang.png) no-repeat right bottom;
  width: 254px;
  height: 304px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 10px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 20px;
    opacity: 1;
  }
}
@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.lic-jeevan-umang::after {
    width: 170px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang::after {
    width: 130px;
    height: 140px;
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers {
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(0, -50%);
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers::before {
    left: 0;
    top: 7px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 49%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-umang .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-jeevan-utsav {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p span {
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-jeevan-utsav .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 140px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@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.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
    margin: 14px 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav::after {
  content: "";
  background: url(../../images/bu/lic-jivan-utsav.png) no-repeat right bottom;
  width: 304px;
  height: 274px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 10px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 20px;
    opacity: 1;
  }
}
@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.lic-jeevan-utsav::after {
    width: 210px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@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.lic-jeevan-utsav .tag-highlight {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    width: 60% !important;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-jeevan-utsav .tag-highlight {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-claim-settlement-ratio {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p {
  text-align: left;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 28px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span strong {
  display: inline;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span {
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span strong {
    font-size: 22px;
  }
}
@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.lic-claim-settlement-ratio .exit-intent-popup-content p span {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p span strong {
    font-size: 22px;
    display: block;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-claim-settlement-ratio .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 140px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@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.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
    margin: 10px 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio::after {
  content: "";
  background: url(../../images/bu/lic-claim-settlement-ratio.png) no-repeat right bottom;
  width: 324px;
  height: 304px;
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio::after {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 30px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@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.lic-claim-settlement-ratio::after {
    width: 210px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 60% !important;
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
@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.lic-claim-settlement-ratio .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    width: 60% !important;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-claim-settlement-ratio .tag-highlight {
    width: 100% !important;
    text-align: center;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.best-investment-plans {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans {
    height: 96%;
    min-height: 96%;
    max-width: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  width: 230px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 28px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span strong {
  display: inline;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span {
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span {
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
    text-align: center;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p span strong {
    font-size: 22px;
    display: block;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.best-investment-plans .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 160px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@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.best-investment-plans .exit-intent-popup-content .viewplan-link {
    margin: 10px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans::after {
  content: "";
  background: url(../../images/bu/best-investment-plans.png) no-repeat right bottom;
  width: 354px;
  height: 324px;
  position: absolute;
  top: initial;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
  bottom: 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: initial;
    opacity: 1;
  }
}
@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.best-investment-plans::after {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 50% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    width: 80% !important;
    text-align: left;
    margin-top: 0;
  }
}
@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.best-investment-plans .tag-highlight {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    width: 60% !important;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.best-investment-plans .tag-highlight {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin-top: 136px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal {
  background: transparent linear-gradient(90deg, #e5efff 0, #fff 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 56px 40px;
  width: 800px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-renewal {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal {
    padding: 26px 16px !important;
    height: auto;
    width: 96%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content h2 {
  letter-spacing: 0;
  color: #253858;
  font-size: 40px !important;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content h2 {
    font-size: 34px !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p {
  background: 0 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin: 12px 0 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.9490196078);
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-renewal .exit-intent-popup-content p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 20px;
    width: 70% !important;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-1 {
  width: 50%;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-1 span {
  font-weight: 500;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-1 {
    width: 100% !important;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.9490196078);
  line-height: 30px;
  margin-top: 40px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-2 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content p.details-2 {
    margin-top: 16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content .description {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.9490196078);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 12px 0 0;
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content .description:after {
  display: none;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content .description {
    margin: 10px 0;
    text-align: left;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal .exit-intent-popup-content .viewplan-link {
    margin: 20px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal::after {
  content: "";
  background: url(../../images/bu/investment/exit-intent-lic-renewal-img.png) no-repeat right bottom;
  width: 400px;
  height: 384px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block !important;
  background-size: contain;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal::after {
    width: 230px;
    height: 220px;
    position: absolute;
    bottom: initial;
    right: 0;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 0;
    opacity: 1;
  }
}
@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.lic-renewal::after {
    width: 210px;
    height: 200px;
    position: absolute;
    bottom: initial;
    right: 0;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-renewal::after {
    width: 190px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: inherit;
    margin: 0 auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment {
  background: transparent linear-gradient(90deg, #e5efff 0, #fff 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 56px 40px;
  width: 800px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment {
    height: 340px;
    max-width: 630px;
    width: 100%;
    padding: 26px;
  }
}
@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.lic-payment {
    height: 300px;
    padding: 10px;
    padding: 16px;
    width: 560px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment {
    padding: 26px 16px !important;
    height: auto;
    width: 96%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content h2 {
  letter-spacing: 0;
  color: #253858;
  font-size: 40px !important;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content h2 {
    font-size: 34px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p {
  background: 0 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin: 12px 0 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.9490196078);
}

@media (max-width: 890px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p {
    margin: 15px 0 10px;
  }
}
@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.lic-payment .exit-intent-popup-content p {
    margin: 10px 0 -14px;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 160px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p.details-2 {
  margin-top: 9px;
  letter-spacing: 0;
  color: #0165ff;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  width: 50%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p.details-2 {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    width: 70% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content p.details-2 {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin: 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content .description {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.9490196078);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 28px 0 0;
  position: relative;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content .description:after {
  display: none;
}

@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content .description {
    margin: 10px 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .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: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment::after {
  content: "";
  background: url(../../images/bu/investment/exit-intent-lic-payment-img.png) no-repeat right bottom;
  width: 254px;
  height: 304px;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 10px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 20px;
    opacity: 1;
  }
}
@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.lic-payment::after {
    width: 170px;
    height: 210px;
    position: absolute;
    bottom: initial;
    right: 20px;
    z-index: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.lic-payment::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    opacity: 1;
    background-size: contain;
    left: 0;
    margin: 0 auto;
  }
}
.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.floatingPopupDiv .investmenttimer {
  display: none !important;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  z-index: 10002;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    right: 15px;
  }
}
.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.floatingPopupDiv .close:before {
  transform: rotate(45deg);
}

.floatingPopupDiv .close:after {
  transform: rotate(-45deg);
}

.floatingPopupDiv .floatpanel {
  position: relative;
  width: 432px;
  margin: 0 auto;
}

.floatingPopupDiv .floatpanel .showForm {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-ms-clear {
  display: none;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.form-whatsapp i.icon {
  background: url("../../images/bu/term/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  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.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #36b37e;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  margin: 0;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 10001;
}

.overlay.landingFirst .lead-form {
  margin-top: 0;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .overlay.landingFirst .lead-form {
    padding-bottom: 0;
    box-shadow: none;
    margin: 0;
  }
}
.overlay.landingFirst .lead-form .form-heading .title {
  width: 100%;
}

.popup {
  margin: 30px auto;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
}

@media (max-width: 980px) {
  .popup {
    width: 100%;
    max-width: 420px;
    margin: 0;
    padding: 36px 10px 20px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50px 50px 0 0;
  }
}
.popup .flexbox-right.clf {
  width: 100%;
}

.popup .flexbox-right.clf .form-inv-lic {
  margin: 0;
  width: 100%;
}

.popup .product-achivement-at-policybazaar {
  display: none;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 0.2s;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  width: 28px;
  text-align: center;
  line-height: 28px;
}

.popup .close:hover {
  color: #333;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
}
.rhs-carousel-section {
  margin: 24px 0 24px;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1024px) {
  .rhs-carousel-section {
    margin: 0 auto 10px;
    max-width: 472px;
    position: relative;
    top: 0;
    width: 94%;
    min-height: 142px;
  }
}
.rhs-carousel-section .carousel-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  border-radius: 8px;
  background: #fff;
  height: 274px;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    background: 0 0;
    overflow: scroll;
    display: flex;
  }
  .rhs-carousel-section .carousel-container::-webkit-scrollbar {
    display: none;
  }
}
.rhs-carousel-section .carousel-container img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.rhs-carousel-section .carousel-container .carousel {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container .carousel {
    flex-shrink: 0;
    width: 100%;
  }
}
.rhs-carousel-section .arrow-next,
.rhs-carousel-section .arrow-previous {
  cursor: pointer;
  position: absolute;
  bottom: -7px;
  left: 110px;
  padding: 0;
  color: #505f79;
  font-weight: 700;
  font-size: 10px;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  border: 1px solid #dfe1e6;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .rhs-carousel-section .arrow-next,
  .rhs-carousel-section .arrow-previous {
    left: 92px;
  }
}
.rhs-carousel-section .arrow-next {
  right: 92px;
  left: auto;
}

.rhs-carousel-section .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: absolute;
  top: 14px;
  right: 60px;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .dots-list {
    margin-top: 11px;
    top: 4px;
    right: 10px;
  }
}
.rhs-carousel-section .dots-list .dot {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: #dfe1e6;
  cursor: pointer;
}

.rhs-carousel-section .dots-list .dot.active {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}

.rhs-carousel-section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#lifeInsuranceNews {
  position: relative;
}

#lifeInsuranceNews .lin-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-heading {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-heading span {
  padding: 10px 49px 10px 18px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #253858;
  height: 46px;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-heading span:before {
  content: "";
  width: 0;
  height: 0;
  right: -46px;
  position: absolute;
  border-bottom: 46px solid #253858;
  border-right: 46px solid transparent;
  top: 0;
}

#lifeInsuranceNews .lin-container .lin-left {
  width: 65%;
  height: 566px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 28px;
  font-weight: 700;
  padding: 43px 0 25px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 22px;
    padding: 24px 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}

#lifeInsuranceNews .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;
}

#lifeInsuranceNews .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;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}

#lifeInsuranceNews .lin-container .lin-right {
  width: 30%;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}

#lifeInsuranceNews .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}

#lifeInsuranceNews .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #lifeInsuranceNews .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
}
#lifeInsuranceNews .lin-container .slide-news {
  background: rgba(0, 0, 0, 0.05);
  padding: 13px 14px;
  margin: 13px 0 0 0;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news {
    padding: 20px 0 20px 14px;
    border-radius: 0;
  }
}
#lifeInsuranceNews .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 15px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}

#lifeInsuranceNews .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

#lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
  height: 39px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
    height: 55px;
  }
}
#lifeInsuranceNews .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 7px 0 0;
  line-height: 16px;
}

#lifeInsuranceNews .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 3;
  }
}
#lifeInsuranceNews .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
  }
  #lifeInsuranceNews .lin-container .slide-news-box:last-child {
    margin-right: 15px;
  }
}
#lifeInsuranceNews .lin-container .tab-content {
  display: none;
}

#lifeInsuranceNews .lin-container .tab-content.current {
  display: inherit;
}

#lifeInsuranceNews .lin-container .read-more-news.current {
  opacity: 0.3;
}

#lifeInsuranceNews .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: scroll;
  height: 375px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider .slide-news-row {
    overflow-x: auto;
    display: flex;
    gap: 15px;
  }
}
#lifeInsuranceNews .lin-container .slider ::-webkit-scrollbar-track {
  background: 0 0;
}

#lifeInsuranceNews .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#lifeInsuranceNews .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

#lifeInsuranceNews .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;
}

#lifeInsuranceNews .lin-container .lin-right .prev {
  right: 36px;
}

#lifeInsuranceNews .lin-container .lin-right .next {
  right: 0;
}

@media (max-width: 919px) {
  #lifeInsuranceNews .lin-container .tioc-container {
    padding: 0 15px;
  }
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #lifeInsuranceNews .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-left {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-right {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-row {
    flex-direction: column-reverse;
  }
}
#lifeInsuranceNews {
  padding: 60px 0 0;
}

@media (max-width: 980px) {
  #lifeInsuranceNews {
    padding: 0 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-left {
  height: auto;
}

#lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
  height: 44px;
}

@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
    height: 65px;
  }
}
.loadmore {
  position: relative;
  text-align: center;
  display: block;
}

.loadmore .loadmore-bnt {
  background: #2f64d5 0 0 no-repeat padding-box;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .loadmore .loadmore-bnt {
    margin: 20px 0 20px;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.product-article-wrapper .content-wrapper .article-views {
  width: 80%;
}

.discliamer-block {
  width: 100%;
  margin: 50px auto 0;
  padding: 15px 35px 15px 15px;
  border: 1px solid #eaeaea;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

.discliamer-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 568px) {
  .discliamer-block {
    width: 90%;
    margin: 30px auto 0;
  }
}
.discliamer-block h3 {
  margin: 0;
  font-size: 16px;
}

.discliamer-block:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 27px;
  right: 20px;
}

.discliamer-block .list-disclaimer {
  margin-top: 20px;
}

.discliamer-block a {
  color: #0065ff;
}

.discliamer-block a:hover {
  text-decoration: underline;
}

.discliamer-block.active:before {
  transform: rotate(-180deg);
  top: 24px;
}

.lic-widget {
  position: relative;
}

.lic-widget .best-on-coverage {
  background: #f1f4f7;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .lic-widget .best-on-coverage {
    margin: 40px 0 0;
  }
}
.lic-widget .best-on-coverage .widget-heading {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  margin: 12px 0 70px;
  font-weight: 600;
  text-align: center;
}

.lic-widget .best-on-coverage .best-on-coverage-list {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lic-widget .best-on-coverage .best-on-coverage-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 10px;
  width: 24%;
  text-align: center;
  border-radius: 8px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .heading {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 30px auto 10px;
  width: 150px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .icon {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 249px 174px;
  width: 60px;
  height: 60px;
  position: absolute !important;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon1 {
  background-position: -182px -9px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon2 {
  background-position: -151px -108px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon3 {
  background-position: -4px -108px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon4 {
  background-position: -76px -108px;
}

.lic-widget .best-on-coverage .best-on-coverage-list li .text {
  display: block;
  justify-content: center;
  position: relative;
  align-items: center;
  line-height: 22px;
  max-width: 200px;
  margin: 0 auto;
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-blue {
  background: rgba(0, 146, 255, 0.1);
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-blue .heading {
  color: #084c7e;
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-gray-green {
  background: rgba(84, 139, 170, 0.1);
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-gray-green .heading {
  color: #133e57;
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-pp {
  background: rgba(176, 134, 220, 0.1);
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-pp .heading {
  color: #4936a5;
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-green {
  background: rgba(84, 170, 116, 0.1);
}

.lic-widget .best-on-coverage .best-on-coverage-list li.bg-green .heading {
  color: #0d622c;
}

.lic-widget .best-on-coverage.lhs .best-on-coverage-list {
  flex-wrap: wrap;
}

.lic-widget .best-on-coverage.lhs .best-on-coverage-list li {
  width: 49%;
  margin-bottom: 50px;
}

.lic-widget .best-on-coverage.lhs .best-on-coverage-list li .text {
  max-width: 100%;
}

.lic-widget .best-on-coverage.lhs .best-on-coverage-list li:nth-child(3),
.lic-widget .best-on-coverage.lhs .best-on-coverage-list li:nth-child(4) {
  margin-bottom: 0;
}

.lic-widget .best-on-coverage.lhs .best-on-coverage-list .widget-heading {
  font-size: 20px;
}

@media (max-width: 767px) {
  .lic-widget .best-on-coverage .best-on-coverage-list {
    flex-wrap: wrap;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li {
    width: 49%;
    margin-bottom: 50px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .text {
    max-width: 100%;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li:nth-child(3),
  .lic-widget .best-on-coverage .best-on-coverage-list li:nth-child(4) {
    margin-bottom: 0;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list .widget-heading {
    font-size: 20px;
  }
}
@media (max-width: 568px) {
  .lic-widget .best-on-coverage .best-on-coverage-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li {
    width: 100%;
    margin: 10px 0;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .text {
    width: 100%;
    text-align: left;
    margin-top: 12px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .icon {
    background-size: 119px 82px;
    width: 30px;
    height: 30px;
    position: absolute !important;
    top: 10px;
    left: 8px;
    right: 0;
    margin: 0;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon1 {
    background-position: -86px -3px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon2 {
    background-position: -69px -50px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .icon.icon3 {
    background-position: 0 -50px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .icon.iocn4 {
    background-position: -35px -50px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li .heading {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0;
    width: 100%;
    padding-left: 38px;
    padding-top: 5px;
  }
  .lic-widget .best-on-coverage .best-on-coverage-list li:nth-child(3),
  .lic-widget .best-on-coverage .best-on-coverage-list li:nth-child(4) {
    margin-bottom: 10px;
  }
  .lic-widget .best-on-coverage .widget-heading {
    position: relative;
    font-size: 20px;
    line-height: 29px;
    margin: 12px 0 12px;
    font-weight: 600;
    text-align: left;
  }
}
.lic-widget .contentWrapper-lic {
  padding: 0;
}

@media (max-width: 767px) {
  .lic-widget .contentWrapper-lic {
    padding: 0 10px;
  }
}
.lic-widget .consider-facts {
  position: relative;
}

.lic-widget .consider-facts table td {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.lic-widget .consider-facts table tr:first-child td {
  color: #253859;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.lic-widget .consider-facts table tr td:first-child {
  max-width: 250px;
  width: 25%;
}

.lic-widget .consider-facts table tr td:first-child .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 53px;
  width: 200px;
  margin: 12px 8px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .icon {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 209px 154px;
  background-position: -215px -156px;
  width: 48px;
  height: 48px;
  position: absolute !important;
  top: -5px;
  left: -2px;
  right: 0;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .icon.icon1 {
  background-position: -154px -9px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .icon.icon2 {
  background-position: -6px -99px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .icon.icon3 {
  background-position: -67px -99px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon {
  background: url("../../images/bu/investment/life_stage.png") no-repeat top left;
  width: 40px;
  height: 40px;
  position: absolute !important;
  top: -3px;
  left: 0;
  right: 0;
  margin: 0;
  background-size: 100%;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.children {
  background-position: 0 0;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.Loan {
  background-position: 0 -49px;
  width: 40px;
  height: 40px;
  background-size: 116%;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.family {
  background-position: 0 -79px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.parents {
  background-position: 0 -123px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.retirement {
  background-position: 0 -166px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.tax {
  background-position: 0 -208px;
}

.lic-widget .consider-facts table tr td:first-child .wrapper .newicon.young {
  background-position: 0 -249px;
}

@media (max-width: 767px) {
  .lic-widget .consider-facts {
    overflow: hidden;
    overflow-x: scroll;
  }
  .lic-widget .consider-facts table {
    width: 980px;
  }
}
.lic-widget .types-of-licplans {
  position: relative;
  background: #f9f0e1;
  border-radius: 8px;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .lic-widget .types-of-licplans {
    width: 96%;
    margin: 0 auto 30px;
  }
  .lic-widget .types-of-licplans .table-responsive {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lic-widget .types-of-licplans .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .lic-widget .types-of-licplans .table-responsive::-webkit-scrollbar-track {
    display: none;
  }
}
.lic-widget .types-of-licplans table {
  border-collapse: collapse;
  text-align: left;
  border: none;
}

.lic-widget .types-of-licplans table td {
  border: none !important;
  box-shadow: inset 0 0 0 1px #f0f0f0;
}

.lic-widget .types-of-licplans table th {
  padding: 8px 16px;
}

.lic-widget .types-of-licplans table thead > tr {
  background: #ffd9a1 !important;
  border: none !important;
  color: #253859;
  text-align: left;
}

.lic-widget .types-of-licplans table thead > tr th:first-child {
  max-width: 250px;
  width: 25%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  text-align: left;
}

@media (max-width: 568px) {
  .lic-widget .types-of-licplans table thead > tr th:first-child {
    width: 90px;
  }
}
.lic-widget .types-of-licplans table thead > tr th:last-child {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.lic-widget .types-of-licplans table thead > tr th:first-child {
  border-top-left-radius: 8px;
}

.lic-widget .types-of-licplans table thead > tr th:last-child {
  border-top-right-radius: 8px;
}

.lic-widget .types-of-licplans table td:last-child,
.lic-widget .types-of-licplans table th:last-child {
  border-right: none;
}

.lic-widget .types-of-licplans table tbody tr {
  background: #fff !important;
  color: #253858 !important;
  border: none !important;
}

.lic-widget .types-of-licplans table tbody tr td:first-child {
  border-top-left-radius: 0;
  padding: 16px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}

.lic-widget .types-of-licplans table tbody tr td {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

/* .lic-widget .types-of-licplans table tbody tr td:last-child {
    border-top-right-radius: 0;
    padding: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 18px
} */
.lic-widget.bg-gray-color {
  background: #f1f4f7;
  display: block;
  padding: 20px 0 40px;
  margin: 20px 0 40px;
}

.lic-widget.bg-gray-color .widget-heading {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  margin: 12px 0 16px;
  font-weight: 600;
  text-align: left;
}

.lic-widget.bg-gray-color .do-and-dont-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lic-widget.bg-gray-color .do-and-dont-block .do-dont-left,
.lic-widget.bg-gray-color .do-and-dont-block .do-dont-right {
  width: 49%;
}

.lic-widget.bg-gray-color .do-dont-left {
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.16);
  border: 1px solid rgba(0, 101, 255, 0.3);
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}

.lic-widget.bg-gray-color .do-dont-left::before {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 339px 244px;
  background-position: -150px -12px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 18px;
  right: 28px;
}

.lic-widget.bg-gray-color .do-dont-right {
  box-shadow: 0 3px 12px 0 rgba(255, 65, 65, 0.16);
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(236, 0, 0, 0.3);
  position: relative;
}

.lic-widget.bg-gray-color .do-dont-right::before {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 339px 244px;
  background-position: -31px -32px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 18px;
  right: 28px;
}

.lic-widget.bg-gray-color .do-dont-list-heading {
  font-size: 20px;
  font-weight: 700;
  padding: 4px 8px 20px;
}

.lic-widget.bg-gray-color .do-dont-list-heading .blue {
  color: #0065ff;
}

.lic-widget.bg-gray-color .do-dont-list-heading .red {
  color: #ec0000;
}

.lic-widget.bg-gray-color .do-dont-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lic-widget.bg-gray-color .do-dont-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 4px 10px 4px 30px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  background: 0 0;
}

.lic-widget.bg-gray-color .do-dont-list li .text {
  line-height: 22px;
  display: block;
}

.lic-widget.bg-gray-color .do-dont-list.correct .icon:before {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 239px 184px;
  background-position: -215px -156px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.lic-widget.bg-gray-color .do-dont-list.wrong .icon:before {
  content: "";
  background: url("../../images/bu/investment/lic-widget-sprite.png") no-repeat 0 0;
  background-size: 239px 184px;
  background-position: -215px -118px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
}

@media (max-width: 640px) {
  .lic-widget.bg-gray-color .widget-heading {
    padding: 0 16px;
    font-size: 20px;
    margin-bottom: 7px;
  }
  .lic-widget.bg-gray-color .do-and-dont-block {
    flex-direction: column;
  }
  .lic-widget.bg-gray-color .do-and-dont-block .do-dont-left,
  .lic-widget.bg-gray-color .do-and-dont-block .do-dont-right {
    width: 94%;
    margin: 10px auto;
  }
}
.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgpp .scrollable-box {
  position: relative;
}

.section-full.lgpp .scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.section-full.lgpp .scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}

.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.section-full.lgpp .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;
}

.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.section-full.lgpp .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;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
  display: flex;
  z-index: 11;
}
.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild::after {
  display: none;
}

.form-inv-lic .updateMobileFeild .dropdown {
  position: relative;
  width: 110px;
  padding-left: 35px;
  cursor: pointer;
}
.form-inv-lic .updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 26px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}
.form-inv-lic .updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 18px;
  height: 56px;
  margin-top: 0px;
  width: 85px;
  border: none;
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: #fff;
  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-inv-lic .updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: 0;
  box-sizing: border-box;
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list ul {
    height: 310px;
  }
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.form-inv-lic .updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    display: block;
  }
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry:after,
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .form-inv-lic .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .form-inv-lic .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.form-inv-lic .updateMobileFeild .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-inv-lic .updateMobileFeild .code-number {
    margin: 0 0 0;
  }
}
.form-inv-lic .updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .form-inv-lic .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.form-inv-lic .updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .form-inv-lic .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.form-inv-lic .updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0;
  height: 100%;
  font-weight: 500;
}
.form-inv-lic .updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.form-inv-lic .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable,
.form-inv-lic .updateMobileFeild .code-number .mobileNumber input:focus + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}
.form-inv-lic .updateMobileFeild.error .code-number {
  border: 1px solid red;
}
.form-inv-lic .updateMobileFeild.error .err {
  color: red;
  font-weight: 600;
}
.form-inv-lic .sipLeadForm .form-in-row .form-feild-row .formInput #mob_feild2feild {
  z-index: 11;
}
.form-inv-lic .sipLeadForm .form-in-row .form-feild-row .formInput .dropdown .dropdown-list input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 12px;
}
.form-inv-lic .sipLeadForm .form-in-row .form-feild-row .formInput .dropdown input {
  height: 40px;
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild input.cCode {
  border: 0px;
  height: 46px;
  max-width: 30px;
}

@media (max-width: 980px) {
  .form-inv-lic input#invemail {
    padding-left: 40px;
  }
}/*# sourceMappingURL=investment__lic_v8.css.map */