body {
  background: #fff;
}
@media (max-width: 1024px) {
  body #policybazaar {
    background: #fff;
  }
}

.topform-wrapper {
  width: 100%;
  background: linear-gradient(177.97deg, rgba(0, 101, 255, 0.1) -5.91%, rgb(255, 255, 255) 71.49%);
  margin: -20px 0 0 0;
}
@media (max-width: 1024px) {
  .topform-wrapper {
    background: #fff;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .topform-wrapper .block_content_wrapper_firstfold h1 {
    margin-top: 0;
    padding-top: 0px;
  }
}

@media (max-width: 1024px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) {
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox {
    padding: 0 15px;
    display: flex;
    flex-direction: column-reverse;
    border: 0px;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper {
    margin: 15px 0 0 0;
    position: relative;
    bottom: auto;
    width: 100%;
    display: block;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor {
    left: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor li:first-child {
    position: relative;
    top: 0px;
    display: block;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor li:first-child::before {
    content: "";
    height: 70%;
    display: block;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 1px;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor li:first-child .totalRating {
    width: 84px !important;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor li .hi-pp {
    font-size: 12px;
  }
  .disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor li .hi-pp sup {
    line-height: 15px;
    font-size: 11px;
  }
}
.disForm.formBlock:has(.leftContentBox.ulippage) .leftContentBox .key-factor-wrapper .key-factor {
  left: 0;
}

.mid-banner.show-lead-form {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mid-banner.show-lead-form {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .disForm.formBlock.bannerWithPointer.ulip .product-achivement-at-policybazaar {
    display: none !important;
  }
}
.disForm.formBlock.bannerWithPointer.ulip .leftContentBox {
  padding-right: 20px;
}

.ulip-calculator-wrapper {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .ulip-calculator-wrapper {
    margin: 0;
  }
}
.ulip-calculator-wrapper .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px 0 20px;
  text-align: center;
  padding: 0 0 10px;
}
.ulip-calculator-wrapper .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.ulip-calculator-wrapper .wig-heading span {
  color: #E50019;
}

.flexbox-ulip {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.flexbox-ulip .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 20px 0 30px;
  padding: 0 0 10px;
}
.flexbox-ulip .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.flexbox-ulip p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.flexbox-ulip .align-left {
  width: 63%;
}

@media (max-width: 768px) {
  .flexbox-ulip .align-left {
    width: 100%;
  }
}
.flexbox-ulip .align-right {
  width: 37%;
}

@media (max-width: 768px) {
  .flexbox-ulip .align-right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.flexbox-ulip .align-right .video-container {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.56);
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin: 40px 0 0 auto;
  position: relative;
}

.flexbox-ulip .align-right .video-container h2 {
  margin: 0;
}

@media (max-width: 890px) {
  .flexbox-ulip .align-right .video-container {
    margin: 30px auto 0;
  }
}
.flexbox-ulip .align-right .video-container .video {
  width: 100%;
  background: url("../../images/bu/investment/ulip/most-important-reason-video-thumbnail.png") no-repeat 0 -10px;
  min-height: 228px;
  border-radius: 8px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .flexbox-ulip .align-right .video-container .video {
    background-size: 100%;
    min-height: 178px;
  }
}

.flexbox-ulip .align-right .video-container .video.active {
  background: 0 0 !important;
}

.flexbox-ulip .align-right .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: 90px;
  left: 42%;
  cursor: pointer;
}

.flexbox-ulip .align-right .video-container .playbtn.icon-remove {
  display: none;
}

.flexbox-ulip .align-right .video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

.flexbox-ulip .align-right .video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

.flexbox-ulip .align-right .video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

@media (max-width: 568px) {
  .flexbox-ulip .align-right .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.toptableulip .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 20px 0 30px;
  text-align: center;
  padding: 0 0 10px;
}
.toptableulip .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.toptableulip .disclaimer {
  display: block;
  text-align: left;
}
.toptableulip .disclaimer span {
  display: inline;
}
.toptableulip .disclaimer a {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}

.tableContent {
  box-shadow: none;
  padding: 0;
  background: #fff;
  border-radius: 8px;
}

.tableContent .seemore-plans {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
  border: 1px solid #0065ff;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 7px 15px;
  margin: 20px auto 10px;
  display: block;
  width: 146px;
  position: relative;
}

.tableContent .seemore-plans .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}

.tableContent .seemore-plans.active .arrow {
  transform: rotate(-135deg);
  top: 15px;
  right: 18px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .tableContent {
    margin: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
  }
}
.tableContent .grow-your-wealth-section {
  background: rgba(1, 101, 254, 0.1019607843) 0 0 no-repeat padding-box;
  border: 1px dashed #0065ff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  margin: 16px 30px 0;
  padding: 15px 30px 22px 21px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section {
    margin: 18px 9px;
    padding: 10px 10px 10px 13px;
    align-items: center;
  }
}
.tableContent .grow-your-wealth-section img {
  margin-right: 41px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section img {
    margin-right: 23px;
  }
}
.tableContent .grow-your-wealth-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tableContent .grow-your-wealth-section .content > div {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content > div {
    width: 100%;
  }
}
.tableContent .grow-your-wealth-section .content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  max-width: 178px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.tableContent .grow-your-wealth-section .content h4 {
  letter-spacing: 0.54px;
  font-weight: 700;
  color: #0165ff;
  font-size: 18px;
  margin: 0 0 6px;
}

.tableContent .grow-your-wealth-section .content p {
  letter-spacing: 0.42px;
  font-weight: 400;
  margin: 0;
  color: #757575;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .tableContent .grow-your-wealth-section .content p {
    display: none;
  }
}
.tableContent .grow-your-wealth-section ~ .term_cond {
  width: 95%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .tableContent .grow-your-wealth-section ~ .term_cond {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tableContent .tab-content {
    overflow-x: scroll;
    padding: 0 10px;
  }
}
.tableContent .type_of_fund {
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .tableContent .type_of_fund {
    font-size: 12px;
  }
}
.tableContent .type_of_fund .fund_type {
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 20px 0 15px;
  transition: 0.3s;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 568px) {
  .tableContent .type_of_fund .fund_type {
    padding: 10px;
    font-size: 10px;
    letter-spacing: -0.016em;
    font-weight: 600;
    line-height: 15px;
  }
}
.tableContent .type_of_fund .fund_type.active {
  color: #0165ff;
  font-weight: 500;
  background-color: transparent;
  position: relative;
}

.tableContent .type_of_fund .fund_type.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0165ff;
  bottom: -2px;
}

.tableContent table {
  width: 100%;
  padding-top: 1px;
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  border: 1px solid #DFE1E6;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .tableContent table {
    overflow-x: auto;
    min-width: 100%;
  }
}

.tableContent table tr {
  position: relative;
}
.tableContent table tr:nth-of-type(odd) {
  background: #F2F7FF;
}

.tableContent table tr.heading {
  position: sticky;
  width: 100%;
  top: 96px;
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .tableContent table tr.heading {
    top: 0;
    background: rgba(0, 101, 255, 0.0509803922);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .tableContent table tr.heading {
    top: 0;
  }
}
.tableContent table tr th.dsk-hide {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .tableContent table tr th.dsk-hide {
    display: block;
  }
}
.tableContent table tr.list:after {
  content: "";
  width: 90%;
  margin: 0 auto;
  height: 1px;
  border-bottom: 0px dashed #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.tableContent table tr.list.hide {
  display: none;
}

@media screen and (max-width: 568px) {
  .tableContent table tr td {
    font-size: 12px;
    padding: 10px;
  }
}
.tableContent table th:first-child div {
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tableContent table th:first-child div {
    width: 200px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table th:first-child div {
    width: 100%;
    padding: 10px 10px 10px 18px;
    min-height: 52px;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table th:first-child div {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table th:first-child div {
    padding: 0;
  }
}
.tableContent table th div {
  width: 100px;
}

@media screen and (max-width: 568px) {
  .tableContent table th div {
    width: inherit;
    padding: 5px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table td.mob-hide,
  .tableContent table th.mob-hide {
    display: none !important;
  }
}
.tableContent table .formInput {
  position: relative;
  width: 96px;
}

@media screen and (max-width: 568px) {
  .tableContent table .formInput {
    position: absolute;
    width: 68px;
    top: 8px;
  }
}
.tableContent table .formInput select {
  width: 100% !important;
  border: 0;
  height: 37px;
  background: url(../../images/bu/down-arrow-blue.svg) no-repeat 90% center !important;
  font-size: 12px;
  padding: 3px 3px 5px 0;
  background: 0 0;
  color: #0065ff;
}

.tableContent table .formInput .feildLabel {
  position: absolute;
  padding: 0;
  background: #fafafa;
  display: inline-block;
  left: 15px;
  width: auto;
  line-height: 10px;
  top: 9px;
  font-size: 11px;
  color: #333;
}

@media screen and (max-width: 568px) {
  .tableContent table .formInput .feildLabel {
    left: 0;
    top: 0;
  }
}
.tableContent table td {
  position: relative;
  vertical-align: top;
  padding: 20px 10px 20px;
  height: 80px;
  border-right: 1px solid #DFE1E6;
}
.tableContent table td:last-child {
  border: 0px;
}

@media only screen and (max-width: 1024px) {
  .tableContent table td {
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td {
    font-size: 12px;
  }
  .tableContent table td:last-child {
    vertical-align: middle;
  }
}
.tableContent table td .green {
  color: #179812;
}

.tableContent table td .green.lg {
  position: absolute;
  top: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tableContent table td .green.lg {
    top: 34px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td .green.lg {
    font-size: 10px;
  }
}
.tableContent table td .red {
  color: #d11111;
}

.tableContent table td .red.lg {
  position: absolute;
  top: 44px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tableContent table td .red.lg {
    top: 34px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td .red.lg {
    font-size: 10px;
  }
}
.tableContent table td.dsk-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tableContent table td.dsk-hide {
    display: block;
  }
}
.tableContent table td span {
  display: block;
}

.tableContent table td span.tag {
  display: flex;
  letter-spacing: 0.36px;
  font-size: 8px;
  background: rgba(23, 152, 18, 0.1) 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 6px;
  margin-right: 0;
  position: absolute;
  font-weight: 600;
  max-width: 100px;
  color: #179812;
  top: 44px;
}

@media screen and (max-width: 768px) {
  .tableContent table td span.tag {
    width: 85px;
    top: 36px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td span.tag {
    width: 45px;
    top: 33px;
    height: auto;
    padding: 2px 4px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table td {
    padding: 15px 0 15px;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table td td div,
  .tableContent table td th div {
    padding: 5px 10px 0 10px;
  }
}
.tableContent table td:first-child {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .tableContent table td:first-child {
    width: 25%;
    padding-left: 2px;
  }
}
.tableContent table td:nth-child(2),
.tableContent table td:nth-child(3),
.tableContent table td:nth-child(4),
.tableContent table td:nth-child(5),
.tableContent table td:nth-child(6) {
  width: 131px;
}

@media screen and (max-width: 768px) {
  .tableContent table td:nth-child(2),
  .tableContent table td:nth-child(3),
  .tableContent table td:nth-child(4),
  .tableContent table td:nth-child(5),
  .tableContent table td:nth-child(6) {
    width: 25%;
  }
}
.tableContent table td:nth-child(7) {
  width: 6%;
}

@media screen and (max-width: 768px) {
  .tableContent table td:nth-child(7) {
    width: 25%;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table td:nth-child(7) {
    width: 10%;
  }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .tableContent table td td span.tag {
    width: 86px;
  }
}
.tableContent table th {
  border-right: 1px solid #DFE1E6;
  padding: 0 10px;
}
.tableContent table th:last-child {
  border: 0px;
}

.tableContent table th:first-child {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .tableContent table th:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table th:first-child {
    width: 25%;
  }
}
.tableContent table th:nth-child(2),
.tableContent table th:nth-child(3),
.tableContent table th:nth-child(4),
.tableContent table th:nth-child(5),
.tableContent table th:nth-child(6) {
  width: 131px;
}

@media screen and (max-width: 768px) {
  .tableContent table th:nth-child(2),
  .tableContent table th:nth-child(3),
  .tableContent table th:nth-child(4),
  .tableContent table th:nth-child(5),
  .tableContent table th:nth-child(6) {
    width: 25%;
  }
}
.tableContent table th:nth-child(7) {
  width: 6%;
}

@media screen and (max-width: 768px) {
  .tableContent table th:nth-child(7) {
    width: 25%;
  }
}
.tableContent table th .formInput {
  display: none;
}

@media (max-width: 767px) {
  .tableContent table th .formInput {
    display: block;
  }
}
.tableContent table th div {
  text-align: center;
  padding: 14px 0;
  display: flex;
  letter-spacing: 0.48px;
  font-weight: 500;
  color: #253858;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .tableContent table th div {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .tableContent table th div {
    padding: 4px 0;
  }
}
.tableContent table .plan_name_with_insurer {
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
}

.tableContent table .plan_name_with_insurer .logo {
  max-width: 90px;
}

.tableContent table .plan_name_with_insurer .plan {
  padding: 0 20px;
  width: 230px;
}

.tableContent table .plan_name_with_insurer .plan a {
  color: #253858;
}

@media screen and (max-width: 568px) {
  .tableContent table .plan_name_with_insurer .plan {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table .plan_name_with_insurer .plan {
    width: 100%;
  }
}
.tableContent table .plan_name_with_insurer .mob-fund-size {
  letter-spacing: 0;
  color: #000;
  opacity: 0.4;
  font-size: 11px;
  line-height: 15px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .tableContent table .plan_name_with_insurer .mob-fund-size {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .tableContent table .plan_name_with_insurer .mob-fund-size {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tableContent table .plan_name_with_insurer {
    display: block;
    font-size: 10px;
    padding: 0 10px 0 18px;
  }
  .tableContent table .plan_name_with_insurer .logo {
    max-width: 90px;
  }
  .tableContent table .plan_name_with_insurer .plan {
    padding: 3px 0 0 0;
  }
}
@media screen and (max-width: 360px) {
  .tableContent table .plan_name_with_insurer {
    padding: 0 5px;
    max-width: 70px;
  }
}
.tableContent table .view_details {
  background: #fff;
  border: 1px solid #0663f6;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 12px;
  width: 121px;
  text-align: center;
  background: #0065FF;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 10px 0 20px;
}
.tableContent table .view_details::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 2px;
  width: 2px;
  height: 2px;
  transform: rotate(-48deg);
  transition: all 0.2s ease-out;
  margin: 4px 0 0px 10px;
}

@media screen and (max-width: 768px) {
  .tableContent table .view_details {
    width: 75px;
    padding: 8px 0;
    margin: 0;
  }
  .tableContent table .view_details::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .tableContent table .view_details {
    margin: 0;
  }
}
.ulip-plan-overview {
  max-width: 580px;
  padding: 20px 0;
}
.ulip-plan-overview .upo-heading {
  color: #253858;
  font-size: 20px;
  font-weight: 600;
}
.ulip-plan-overview .upo-pointer-main {
  margin: 26px 0 0 0;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 46px;
}
@media (max-width: 1024px) {
  .ulip-plan-overview .upo-pointer-main .upo-pointer {
    gap: 16px;
  }
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list {
  position: relative;
  font-size: 16px;
  min-height: 48px;
  font-weight: 600;
  color: #253858;
  padding: 0px 0 0 60px;
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 1024px) {
  .ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list {
    width: 100%;
  }
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 48px;
  background-color: #E7F1FF;
  border-radius: 8px;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list span {
  position: absolute;
  left: 9px;
  top: 9px;
  height: 30px;
  width: 30px;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list span.sprite-return {
  background: url(../../images/bu/investment/ulip/return-upo.svg) no-repeat 0 0/30px;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list span.sprite-tax {
  background: url(../../images/bu/investment/ulip/tax-upo.svg) no-repeat 0 0/30px;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list span.sprite-life {
  background: url(../../images/bu/investment/ulip/life-cover-upo.svg) no-repeat 0 0/30px;
}
.ulip-plan-overview .upo-pointer-main .upo-pointer .pointer-list span.sprite-gst {
  background: url(../../images/bu/investment/ulip/gst-upo.svg) no-repeat 0 0/30px;
}

.key-feature-ulip {
  background: rgba(255, 128, 142, 0.0509803922);
  padding: 30px 0;
  margin: 30px 0;
}
.key-feature-ulip .block_content_wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.key-feature-ulip .block_content_wrapper .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  text-align: center;
  padding: 0 0 10px;
}
.key-feature-ulip .block_content_wrapper .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.key-feature-ulip .block_content_wrapper .wig-heading span {
  color: #E50019;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper:has(button.show) .key-point-list {
  display: block;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point {
  background: #fff;
  border-radius: 16px;
  padding: 10px 30px;
  box-shadow: 0px 0px 16px 0px rgba(0, 101, 255, 0.1019607843);
  margin: 40px 0 0 0;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list {
  padding: 20px 0 20px 90px;
  min-height: 100px;
  border-bottom: 1px solid #DFE1E6;
  position: relative;
  display: none;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list:nth-child(-n+3) {
  display: block;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .common-icon-ulip {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .flexible-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/flexible-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .market-link-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/market-linked-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .premium-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/premium-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .partial-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/partial-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .top-up-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/top-up-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .switching-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/switching-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .tax-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/tax-benefit-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .death-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/death-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .maturity-icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 60px;
  background: url(../../images/bu/investment/ulip/maturity-benefit-ulip.svg) no-repeat 0 0/60px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .key-feature-heading {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .key-point .key-point-list .key-feature-para {
  font-size: 14px;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 5px 0 0 0;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .read-more-investment-btn {
  margin: 45px auto 20px;
  width: 100%;
  max-width: 476px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .read-more-investment-btn button {
  display: flex;
  width: 160px;
  border-radius: 42px;
  border: 15px solid rgb(255, 249, 249);
  background: #fff;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  height: 66px;
  line-height: inherit;
  transform: none;
  left: auto;
  top: -34px;
  box-shadow: inset 0px 0px 0px 1px #0065FF;
  align-items: center;
  justify-content: center;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .read-more-investment-btn button::after {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 3px 0 3px 10px;
}
.key-feature-ulip .block_content_wrapper .key-point-wrapper .read-more-investment-btn button.show::after {
  margin: 2px 0 3px 10px;
}

.historical-return {
  max-width: 1140px;
  margin: 50px auto 20px;
}
@media (max-width: 1024px) {
  .historical-return {
    padding: 0 15px;
  }
}
.historical-return .heading-left-ulip {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.historical-return .heading-left-ulip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.historical-return .sub-heading-ulip {
  margin: 25px 0;
  font-size: 20px;
  color: #253858;
  font-weight: 600;
}
.historical-return .scenario-row {
  display: flex;
  gap: 22px;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row {
    flex-wrap: wrap;
  }
}
.historical-return .scenario-row .scenario-box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  width: 25%;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row .scenario-box {
    width: 100%;
    padding: 20px 20px 20px 110px;
  }
}
.historical-return .scenario-row .scenario-box .scenario-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/investment-amount-hs.svg) no-repeat 0 0/100%;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row .scenario-box .scenario-img {
    position: absolute;
    left: 40px;
    background-position: center top;
  }
}
.historical-return .scenario-row .scenario-box .invest-for-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/invest-for-hs.svg) no-repeat 0 0/50px;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row .scenario-box .invest-for-img {
    position: absolute;
    left: 40px;
    background-position: center top;
  }
}
.historical-return .scenario-row .scenario-box .withdraw-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/withdraw-hs.svg) no-repeat 0 0/50px;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row .scenario-box .withdraw-img {
    position: absolute;
    left: 40px;
    background-position: center top;
  }
}
.historical-return .scenario-row .scenario-box .plan-type-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/plan-type-hs.svg) no-repeat 0 0/50px;
}
@media (max-width: 1024px) {
  .historical-return .scenario-row .scenario-box .plan-type-img {
    position: absolute;
    left: 40px;
    background-position: center top;
  }
}
.historical-return .scenario-row .scenario-box .scenario-text {
  font-size: 16px;
  color: #253858;
  font-weight: 600;
  margin: 0 0 6px;
}
.historical-return .scenario-row .scenario-box .scenario-val {
  color: #253858;
  font-size: 14px;
  line-height: 22px;
}

.scenario-cat-main .scenario-category {
  background: url(../../images/bu/investment/ulip/scenario-bg.png) no-repeat right 0px/433px, rgba(80, 176, 105, 0.0509803922);
  border-radius: 16px;
  padding: 30px;
  margin: 30px auto;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .scenario-cat-main .scenario-category {
    padding: 20px;
  }
}
.scenario-cat-main .scenario-category .category-row {
  display: flex;
  gap: 28px;
}
@media (max-width: 1024px) {
  .scenario-cat-main .scenario-category .category-row {
    flex-wrap: wrap;
  }
}
.scenario-cat-main .scenario-category .category-row .category-col {
  width: 50%;
}
@media (max-width: 1024px) {
  .scenario-cat-main .scenario-category .category-row .category-col {
    width: 100%;
  }
}
.scenario-cat-main .scenario-category .category-row .category-col .heading-row {
  display: flex;
  align-items: center;
}
.scenario-cat-main .scenario-category .category-row .category-col .heading-row .h-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #253858;
}
.scenario-cat-main .scenario-category .category-row .category-col .heading-row .return-val {
  background: #fff;
  border: 1px solid #50B069;
  border-radius: 20px;
  padding: 9px 17px 9px 53px;
  color: #50B069;
  margin: 0 0 0 10px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}
.scenario-cat-main .scenario-category .category-row .category-col .heading-row .return-val::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 15px;
  top: 4px;
  display: flex;
  background: url(../../images/bu/investment/ulip/scenario-return-icon.svg) no-repeat 0 0/30px;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box {
  background: #fff;
  border-radius: 16px;
  margin: 24px 0 0 0;
  display: table;
  width: 100%;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row {
  display: table-row;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row:nth-child(1) {
  background-color: rgba(80, 176, 105, 0.1607843137);
  border-radius: 16px 16px 0 0;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row:nth-child(1) .scenario-tab-col {
  font-weight: bold;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row:nth-child(1) .scenario-tab-col:first-child {
  border-radius: 16px 0 0 0;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row:nth-child(1) .scenario-tab-col:last-child {
  border-radius: 0 16px 0 0;
}
.scenario-cat-main .scenario-category .category-row .category-col .scenario-tab-box .scenario-tab-row .scenario-tab-col {
  display: table-cell;
  padding: 15px 18px;
  color: #253858;
}
.scenario-cat-main .scenario-note {
  margin: 0 auto;
  padding: 0 0 0 40px;
  max-width: 1140px;
  background: url(../../images/bu/investment/ulip/note-hand-icon.svg) no-repeat 0 0/30px;
}
@media (max-width: 1024px) {
  .scenario-cat-main .scenario-note {
    padding: 0 15px 0 50px;
    background-position: 15px 0px;
  }
}
.scenario-cat-main .scenario-note p {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 0;
  padding: 0px 0 0 0;
}
.scenario-cat-main .scenario-note button {
  border-radius: 6px;
  background: #0065FF;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: 184px;
  height: 46px;
  margin: 8px 0 0 0;
  border: 0px;
  margin: 20px auto;
}

.benefit-ulip-plan-wrapper {
  margin: 50px 0 0 0;
  background: url(../../images/bu/investment/ulip/benefit-ulip-bg-1.png) no-repeat 0 0/620px, url(../../images/bu/investment/ulip/benefit-ulip-bg-2.png) no-repeat right bottom/620px, rgba(0, 101, 255, 0.0509803922);
}
.benefit-ulip-plan-wrapper .benefit-center {
  margin: 0 auto 50px;
  max-width: 1140px;
  padding: 50px 0 40px;
}
.benefit-ulip-plan-wrapper .benefit-center .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px 0 40px;
  padding: 0 0 10px;
}
@media (max-width: 1024px) {
  .benefit-ulip-plan-wrapper .benefit-center .wig-heading {
    margin: 0px 0 40px 15px;
  }
}
.benefit-ulip-plan-wrapper .benefit-center .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: 0;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.benefit-ulip-plan-wrapper .benefit-center .wig-heading span {
  color: #E50019;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row {
    overflow-x: auto;
    padding-left: 15px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  width: 30%;
  position: relative;
}
@media (max-width: 1024px) {
  .benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box {
    min-width: 320px;
    width: 320px;
  }
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .financial-security-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/financial-security-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .maturity-benefits-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/maturity-benefit-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .loyalty-additions-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/loyalty-additions-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .guaranteed-additions-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/maturity-benefit-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .tax-benefits-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/tax-benefit-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .rider-benefits-img {
  width: 70px;
  height: 70px;
  position: relative;
  background: url(../../images/bu/investment/ulip/rider-benefit-ulip.svg) no-repeat 0 0/100%;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .scenario-text {
  font-size: 16px;
  color: #253858;
  font-weight: 600;
  margin: 14px 0 6px;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans .scenario-row .scenario-box .scenario-val {
  color: #253858;
  font-size: 14px;
  line-height: 22px;
}
.benefit-ulip-plan-wrapper .benefit-center .ulip-plans button {
  border-radius: 6px;
  background: #0065FF;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: 184px;
  height: 46px;
  border: 0px;
  margin: 30px auto 0;
}

.invest-get-more {
  margin: 50px auto;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 30px 20px;
  border-radius: 16px;
  max-width: 1140px;
}
@media (max-width: 767px) {
  .invest-get-more {
    width: calc(100% - 30px);
  }
}
.invest-get-more .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  text-align: center;
  padding: 0 0 10px;
}
.invest-get-more .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.invest-get-more .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0 10px;
}
@media (max-width: 767px) {
  .invest-get-more .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.invest-get-more .card-list .card-item {
  background: #fff;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  justify-content: flex-start;
  gap: 16px;
}
.invest-get-more .card-list .card-item h4 {
  font-size: 28px !important;
  line-height: 32px;
  font-weight: 700;
  color: rgb(37, 56, 88) !important;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .invest-get-more .card-list .card-item h4 {
    font-size: 22px !important;
    line-height: 25px;
  }
}
.invest-get-more .card-list .card-item h4 sup {
  line-height: 19px;
  position: absolute;
}
.invest-get-more .card-list .card-item.yellow {
  border-left: 4px solid rgb(141, 97, 9);
  background: rgb(255, 245, 219);
}
.invest-get-more .card-list .card-item.yellow .cover-start h4 {
  color: rgb(141, 97, 9) !important;
}
.invest-get-more .card-list .card-item.yellow .cover-end h4 {
  position: relative;
  top: 0;
}
.invest-get-more .card-list .card-item.green {
  border-left: 4px solid rgb(34, 166, 74);
  background: rgb(239, 255, 229);
}
.invest-get-more .card-list .card-item.green .cover-start h4 {
  color: rgb(34, 166, 74) !important;
}
.invest-get-more .card-list .card-item.green .cover-end h4 {
  position: relative;
  top: 0px;
}
.invest-get-more .card-list .card-item.blue {
  border-left: 4px solid rgb(109, 95, 222);
  background: rgb(233, 231, 255);
}
.invest-get-more .card-list .card-item.blue .cover-start h4 {
  color: rgb(109, 95, 222) !important;
}
.invest-get-more .card-list .card-item.blue .cover-end h4 {
  position: relative;
  top: 0;
}
.invest-get-more .card-list .card-item .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (max-width: 568px) {
  .invest-get-more .card-list .card-item .wrapper {
    font-size: 12px;
  }
}
.invest-get-more .card-list .card-item .wrapper .cover-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.invest-get-more .card-list .card-item .wrapper .cover-end {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.invest-get-more .card-list .card-item .wrapper .cover-end sub {
  font-size: 14px;
  position: relative;
  top: -5px;
}
.invest-get-more .card-list .card-item .cta-button {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin: 10px 0;
}
.invest-get-more .card-list .card-item .cta-button .cta-button-text button {
  background: #0065ff;
  color: #fff;
  min-width: 226px;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: 69%;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
}

.details-of-ulip-plan {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .details-of-ulip-plan {
    padding: 0 15px;
  }
}
.details-of-ulip-plan .multiple-tabs-section-2 {
  text-align: left;
}
.details-of-ulip-plan .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.details-of-ulip-plan .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.details-of-ulip-plan .wig-heading span {
  color: #E50019;
}
.details-of-ulip-plan .subtxt {
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  margin: 25px 0;
}
.details-of-ulip-plan .multiple-tabs-body-2 {
  text-align: left;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 30px;
  border-radius: 16px;
  position: relative;
  justify-content: flex-start;
  overflow-x: auto;
  display: flex;
}
@media (max-width: 1024px) {
  .details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 {
    padding: 20px 15px;
  }
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 .multiple-tab-2 {
  padding: 18px 15px;
  text-align: left;
  background: transparent;
  border: 0px;
  color: rgb(37, 56, 88);
  display: inline-flex;
  align-items: center;
  position: relative;
  min-width: 220px;
  cursor: pointer;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 .multiple-tab-2.active {
  background: rgba(0, 101, 255, 0.0509803922);
  font-weight: 600;
  border-radius: 10px;
  color: #0065FF;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 .multiple-tab-2.active::after {
  border-color: #0065FF;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2 .multiple-tab-2::after {
  content: "";
  margin: 0 0 0 24px;
  display: flex;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #fff;
  border-top: 1px solid #253858;
  border-right: 1px solid #253858;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2::-webkit-scrollbar {
  width: 100%;
  height: 6px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tabs-2::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 101, 255, 0.6901960784);
  border-radius: 10px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 {
  background: rgba(0, 101, 255, 0.0509803922);
  border-radius: 16px;
  padding: 70px 30px 30px;
  margin: -35px 0 0 0;
}
@media (max-width: 1024px) {
  .details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 {
    padding: 54px 15px 30px;
  }
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 {
  display: none;
  text-align: left;
  background: transparent;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2.active {
  display: block;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row {
    flex-direction: column;
  }
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row .top-details-left .ins-heading {
  font-size: 20px;
  line-height: 30px;
  color: #253858;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row .top-details-left .short-text {
  font-size: 18px;
  color: #253858;
  line-height: 30px;
  margin: 10px 0 0 0;
}
@media (max-width: 1024px) {
  .details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row .top-details-left .short-text {
    margin: 10px 0 15px 0;
  }
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .top-details-row .top-details-right .cta-button-text button {
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  width: 184px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details {
  border-top: 1px solid rgba(0, 101, 255, 0.1019607843);
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details:has(button.show) .key-feature-point .point-list {
  display: block;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .kf-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #253858;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .key-feature-point .point-list {
  margin: 15px 0 0 0;
  display: none;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .key-feature-point .point-list:nth-child(-n+2) {
  display: block;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .key-feature-point .point-list .star-text {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  position: relative;
  padding: 0 0 0 24px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .key-feature-point .point-list .star-text::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  display: flex;
  background: url(../../images/bu/investment/ulip/star-ke-feature.svg) no-repeat 0 0/18px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .key-feature-point .point-list .no-star-text {
  margin: 0;
  padding: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 22px;
  margin: 4px 0 0 0;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .read-more-investment-btn {
  margin: 45px auto 20px;
  width: 100%;
  max-width: 476px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .read-more-investment-btn button {
  display: flex;
  width: 160px;
  border-radius: 42px;
  border: 15px solid #f2f7ff;
  background: #fff;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  height: 66px;
  line-height: inherit;
  transform: none;
  left: auto;
  top: -34px;
  box-shadow: inset 0px 0px 0px 1px #0065FF;
  align-items: center;
  justify-content: center;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .read-more-investment-btn button::after {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 3px 0 3px 10px;
}
.details-of-ulip-plan .multiple-tabs-body-2 .multiple-tab-content-body-2 .multiple-tab-content-2 .key-feature-details .read-more-investment-btn button.show::after {
  margin: 2px 0 3px 10px;
}

.our-customer-wrapper {
  width: 100%;
  padding: 0px 0;
  margin: 50px 0 0;
  background: url(../../images/bu/investment/ulip/our-customer-bg.png) no-repeat 0 0/483px, rgba(0, 101, 255, 0.0509803922);
}
@media (max-width: 1024px) {
  .our-customer-wrapper {
    padding: 20px 0 0 0;
  }
}
.our-customer-wrapper .our-customer-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center {
    padding: 15px;
  }
}
.our-customer-wrapper .our-customer-center .customer-row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row {
    flex-wrap: wrap;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-left {
  max-width: 170px;
  padding: 50px 0;
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row .customer-left {
    max-width: 100%;
    padding: 0;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-left .customer-text {
  font-size: 26px;
  font-weight: 600;
  padding: 105px 0 0;
  color: #253858;
  background: url(../../images/bu/investment/ulip/quote-customer.png) no-repeat 0 0/83px;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row .customer-left .customer-text {
    padding: 0 0 30px 100px;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 50px 200px;
  position: relative;
  background: transparent;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container {
    padding: 100px 0 50px 0px;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .arrows {
  left: 0;
  width: 45px;
  top: 275px;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .arrows {
    top: auto;
    bottom: 10px;
    right: 0;
    margin: 0 auto;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide {
  border: none;
  margin-right: 20px;
  max-width: 300px;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  min-height: auto;
  box-shadow: none;
  border-radius: 0px;
  height: auto;
}
@media (max-width: 1024px) {
  .our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide {
    max-width: 100%;
  }
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .custom-slide-box {
  border-radius: 16px;
  padding: 20px;
  min-height: inherit;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 101, 255, 0.1019607843);
  position: relative;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .custom-slide-box::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 24px;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  border-bottom-left-radius: 0;
  box-shadow: 1px 2px 5px rgba(0, 101, 255, 0.1019607843);
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-text-1 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(37, 56, 88, 0.8);
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-star-rating {
  margin: 20px 0 10px;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-star-rating.four-half {
  width: 87px;
  display: flex;
  height: 14px;
  background: url(../../images/bu/investment/ulip/four-half-rating.svg) no-repeat 0 0/87px;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-info {
  display: flex;
  align-items: center;
  margin: 9px 0 0;
  padding: 0px 0 0 0;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-info .first-letter {
  background: #FAEFFF;
  height: 28px;
  width: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8F07FF;
  margin: 0 20px 0 0;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-info .customer-name-place .name-customer {
  font-size: 12px;
  font-weight: 500;
  color: #253858;
}
.our-customer-wrapper .our-customer-center .customer-row .customer-right.custom-slider-container .custom-slider .custom-slide .customer-info .customer-name-place .place-customer {
  color: rgba(37, 56, 88, 0.8);
  font-size: 10px;
  line-height: 20px;
}

.why-buy-ulip-plan-wrapper {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  width: 100%;
  max-width: 1140px;
  border-radius: 16px;
  margin: 40px auto;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper {
    padding: 10px;
    width: calc(100% - 30px);
  }
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan {
  background: rgba(255, 128, 142, 0.0784313725);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper .buy-ulip-plan {
    position: relative;
  }
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper .buy-ulip-plan .wig-heading {
    width: calc(100% - 86px);
  }
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .wig-heading .clr-red {
  color: #E50019;
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-point .buy-ulip-list {
  padding: 20px 15px 20px 52px;
  background: #fff;
  border-radius: 8px;
  margin: 20px 0 0 0;
  position: relative;
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-point .buy-ulip-list::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  top: 14px;
  left: 15px;
  background: url(../../images/bu/investment/ulip/buy-tick-ulip.svg) no-repeat 0 0/32px;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-point .buy-ulip-list::before {
    top: 24px;
  }
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-right {
  position: relative;
  min-width: 315px;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-right {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 0;
  }
}
.why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-right::before {
  content: "";
  position: absolute;
  bottom: 61px;
  right: 20px;
  display: flex;
  width: 315px;
  height: 356px;
  background: url(../../images/bu/investment/ulip/buy-plan-banner-right.png) no-repeat 0 0/315px;
}
@media (max-width: 1024px) {
  .why-buy-ulip-plan-wrapper .buy-ulip-plan .buy-ulip-right::before {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 8px;
    width: 84px;
    height: 95px;
    background-size: 84px;
  }
}

.other-insurer {
  width: 100%;
  padding: 30px;
  background: rgba(0, 101, 255, 0.0509803922);
  border-radius: 16px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .other-insurer {
    width: calc(100% - 30px);
    padding: 20px 10px 45px 10px;
    margin: 0 auto;
  }
}
.other-insurer .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.other-insurer .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.other-insurer .other-insurer-row {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 0 0;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row {
    margin: 0px;
  }
}
.other-insurer .other-insurer-row p:empty {
  display: none;
}
.other-insurer .other-insurer-row .other-insurer-col-left {
  max-width: 70%;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left {
    max-width: 100%;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget {
  margin: 0;
  padding: 0;
  border: 0px;
}
@media (max-width: 767px) {
  .other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget {
    background: transparent;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .link {
  border: 0px;
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .link .explore-interlinking-button {
  border: 1px solid #0065ff;
  box-shadow: none;
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  border: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment 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;
  justify-content: flex-start;
  padding: 0;
  width: 31.33%;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment li {
    min-width: 137px;
    width: calc(50% - 12px);
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment li .text {
  margin: 0;
  text-align: left;
  color: #253858;
  box-shadow: none;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 8px 30px 8px 10px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment li .text {
    max-height: 125px;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .dynamic-interlinking-investment li .text::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 30px;
  left: auto;
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.other-insurer .other-insurer-row .other-insurer-col-left #investment-interlinking-widget.investment-interlinking-widget .heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment 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: 214px;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li {
    min-width: 137px;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .linktext, .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .text, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .linktext, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .text {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 8px 30px 8px 10px;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .linktext, .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .text, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .linktext, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .text {
    max-height: 125px;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .linktext::after, .other-insurer .other-insurer-row .other-insurer-col-left .popular-search-tag li .text::after, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .linktext::after, .other-insurer .other-insurer-row .other-insurer-col-left .dynamic-interlinking-investment li .text::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}
.other-insurer .other-insurer-row .other-insurer-col-right {
  position: relative;
  width: 264px;
  min-height: 285px;
}
@media (max-width: 1024px) {
  .other-insurer .other-insurer-row .other-insurer-col-right {
    display: none;
  }
}
.other-insurer .other-insurer-row .other-insurer-col-right::before {
  content: "";
  position: absolute;
  bottom: 39px;
  right: 13px;
  width: 264px;
  height: 285px;
  display: flex;
  background: url(../../images/bu/investment/ulip/other-insurer-banner.png) no-repeat 0 0/264px;
}

.faq-wrapper {
  margin: 50px auto;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1024px) {
  .faq-wrapper {
    padding: 0 15px;
  }
}
.faq-wrapper .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.faq-wrapper .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}

.reviews-and-ratings-wrapper {
  background: url(../../images/bu/investment/ulip/benefit-ulip-bg-1.png) no-repeat 0 0/620px, rgba(0, 101, 255, 0.0509803922);
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper {
    background-image: none;
  }
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main {
  margin: 0 auto;
  max-width: 1140px;
  padding: 50px 0 40px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .wig-heading {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px 0 27px;
  padding: 0 0 10px;
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .wig-heading {
    text-align: center;
  }
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .wig-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: 0;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .wig-heading::after {
    margin: 0 auto;
    right: 0;
  }
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .wig-heading .clr-red {
  color: #E50019;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .rating-row {
  display: flex;
  align-items: center;
  margin: 0 0 43px;
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .rating-row {
    flex-direction: column;
    gap: 8px;
    margin: 0 0 20px;
  }
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .rating-row .rating-star.four-half {
  width: 167px;
  display: flex;
  height: 27px;
  background: url(../../images/bu/investment/ulip/four-half-rating.svg) no-repeat 0 0/167px;
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .rating-row .rating-star.four-half {
    margin: 0 0 10px;
  }
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .rating-row .rating-count {
  font-weight: 500;
  font-size: 16px;
  color: #253858;
  margin: 0 6px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box {
  background: #fff;
  border-radius: 10px;
  padding: 12px 13px 8px;
  max-width: 100%;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .rating-quote-row {
  position: relative;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .star-rating {
  width: 87px;
  display: flex;
  height: 14px;
  background: url(../../images/bu/investment/ulip/four-half-rating.svg) no-repeat 0 0/87px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .quaote-icon {
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../../images/bu/investment/ulip/rating-quote.svg) no-repeat 0 0/40px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .feed-heading {
  margin: 12px 0 6px;
  color: #253858;
  font-size: 13px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .feed-text {
  font-size: 13px;
  font-weight: 500;
  color: #253858;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .customer-info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(37, 56, 88, 0.1019607843);
  margin: 9px 0 0;
  padding: 6px 0 0 0;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .customer-info .first-letter {
  background: #FAEFFF;
  height: 28px;
  width: 28px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8F07FF;
  margin: 0 9px 0 0;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .customer-info .customer-name-place .name-customer {
  font-size: 12px;
  font-weight: 500;
  color: #253858;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .review-box .customer-info .customer-name-place .place-customer {
  color: rgba(37, 56, 88, 0.8);
  font-size: 10px;
  line-height: 20px;
}
.reviews-and-ratings-wrapper .reviews-and-ratings-main .write-review-btn {
  border-radius: 6px;
  background: #0065FF;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: 184px;
  height: 46px;
  border: 0px;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .write-review-btn {
    margin: 0px auto 0;
  }
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .sliderRoot {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .sliderRoot .sliderWrapper .items {
    margin: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .reviews-and-ratings-wrapper .reviews-and-ratings-main .sliderRoot .sliderWrapper .items .item {
    min-height: 162px;
  }
}

.block_content_wrapper.ulip-list-plan-table {
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .block_content_wrapper.ulip-list-plan-table {
    margin: 40px 0;
  }
}
.block_content_wrapper.ulip-list-plan-table h2 {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px 0 15px;
  text-align: center;
  text-align: center;
  padding: 0 0 10px;
}
.block_content_wrapper.ulip-list-plan-table h2 span {
  color: #E50019;
}
.block_content_wrapper.ulip-list-plan-table h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.block_content_wrapper.ulip-list-plan-table p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.89);
  text-align: center;
  margin: 0 0 26px;
}
.block_content_wrapper.ulip-list-plan-table table {
  border-collapse: inherit;
  border-spacing: 0px;
}
@media (max-width: 1024px) {
  .block_content_wrapper.ulip-list-plan-table table {
    min-width: 1000px;
  }
}
.block_content_wrapper.ulip-list-plan-table table tr:nth-of-type(odd) {
  background: rgb(242, 247, 255);
}
.block_content_wrapper.ulip-list-plan-table table tr:first-child {
  background: rgb(222, 235, 255);
}
.block_content_wrapper.ulip-list-plan-table table tr td {
  color: rgb(37, 56, 88);
  border-top: 0px;
  border-bottom: 0px;
}
.block_content_wrapper.ulip-list-plan-table table tr td:first-child {
  border-radius: 8px 0 0 0;
}
.block_content_wrapper.ulip-list-plan-table table tr td:last-child {
  border: 0px;
  border-radius: 0 8px 0 0;
}
.block_content_wrapper.ulip-list-plan-table table tr td .view_details {
  background: #0165ff;
  color: #fff;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.faqsWrap.faq-icon {
  font-size: 24px !important;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px 0 20px;
  padding: 0 0 10px;
}
.faqsWrap.faq-icon h2 {
  margin: 0 0 40px;
  padding-left: 0;
  padding-bottom: 12px;
}
.faqsWrap.faq-icon h2::before {
  display: none;
}
.faqsWrap.faq-icon h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}
.faqsWrap ul .data_ul li {
  border: none;
}
.faqsWrap .read-more-faq-btn button {
  font-size: 16px;
}

.rightContent .termCondition {
  margin: 5px auto 5px;
  font-size: 10px;
  width: 100%;
}

.product-article-wrapper {
  margin: 60px 0 20px;
}
.product-article-wrapper .acc-tab {
  justify-content: center;
  margin: 20px 0 40px;
}
.product-article-wrapper .acc-tab .pointers-item {
  font-size: 16px;
}
.product-article-wrapper h3.ribbon {
  text-align: center;
  font-size: 24px !important;
  font-weight: 600;
  color: #253858;
  position: relative;
  margin: 0px;
  padding: 0 0 10px;
}
.product-article-wrapper h3.ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0px;
  width: 106px;
  height: 3px;
  display: flex;
  background: #F2963B;
}

.customerRatin .starts_block .star_rig {
  width: auto;
}
.customerRatin .starts_block .star_rig::before {
  display: none;
}

.table-parent {
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .table-parent {
    max-width: 1000px;
  }
}

#sip-calculator_graph.new {
  max-width: 1140px;
  background: #fff;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #sip-calculator_graph.new .widgetAmtGet_wrapper {
    display: block;
  }
}
#sip-calculator_graph.new .title {
  margin-bottom: 30px;
  text-align: center;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
  width: 47%;
}
@media only screen and (max-width: 1024px) {
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
    width: 100%;
  }
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box, #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box {
  width: 50%;
}

@media (max-width: 1024px) {
  .ulip-nav-table {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
.ulip-nav-table:has(.fundmoreplans) table tr {
  display: none;
}
.ulip-nav-table:has(.fundmoreplans) table tr:nth-child(-n+7) {
  display: table-row;
}
.ulip-nav-table:has(.fundmoreplans) .full table tr {
  display: table-row;
}
.ulip-nav-table:has(.fundmoreplans) .fundmoreplans {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 173px;
  margin: 0 auto;
  padding: 10px 8px;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td {
    font-size: 14px;
    min-width: 85px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td button.btn {
  height: auto;
}

.grid-calculator {
  border: 1px solid #ccc;
  padding: 20px 4px;
  border-radius: 8px;
  margin: 10px;
}

.grid-calculator .card_heading {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 20px;
}

.grid-calculator .card_heading a {
  color: #000;
}

@media only screen and (max-width: 640px) {
  .grid-calculator .card_heading {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 20px;
  }
}
.grid-calculator .calculatorsList {
  display: flex;
  flex-wrap: wrap;
}

.grid-calculator .calculatorsList li {
  width: 102px;
  text-align: center;
  height: 130px;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grid-calculator .calculatorsList li a {
  color: #253858;
  text-align: center;
  border: none !important;
  padding: 0 !important;
}

.grid-calculator .calculatorsList li a:after {
  display: none !important;
}

@media only screen and (max-width: 667px) {
  .grid-calculator .calculatorsList li {
    margin: 3.3%;
  }
}
.grid-calculator .calculatorsList li:after {
  content: "";
  flex: auto;
}

.grid-calculator .calculatorsList li .allCalc {
  width: 80px;
  height: 80px;
  border: 1px solid #d9dadb;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  background: 0 0;
}

.grid-calculator .calculatorsList li .allCalc::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../images/bu/ulip-cal-icon.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}

.grid-calculator .calculatorsList li .allCalc.saving:before {
  background-position: 0 0;
}

.grid-calculator .calculatorsList li .allCalc.income_tax:before {
  background-position: 0 -100px;
}

.grid-calculator .calculatorsList li .allCalc.human_life_value:before {
  background-position: 0 -200px;
}

.grid-calculator .calculatorsList li .allCalc.retirement:before {
  background-position: 0 -300px;
}

.grid-calculator .calculatorsList li .allCalc.health_insurance_premium:before {
  background-position: 0 -400px;
}

.grid-calculator .calculatorsList li .allCalc.car_insurance:before {
  background-position: 0 -500px;
}

.grid-calculator .calculatorsList li .allCalc.bike_insurance:before {
  background-position: 0 -600px;
}

.grid-calculator .calculatorsList li .allCalc.sip:before {
  background-position: 0 -700px;
}

.grid-calculator .calculatorsList li .allCalc.life_insurance:before {
  background-position: 0 -800px;
}

.grid-calculator .calculatorsList li .allCalc.term_insurance:before {
  background-position: -5px -900px;
}

.grid-calculator .calculatorsList li .allCalc.ulip:before {
  background-position: -5px -1100px;
}

.grid-calculator .calculatorsList li .allCalc.premium:before {
  background-position: -5px -1100px;
}

.grid-calculator .calculatorsList li .allCalc.fd:before {
  background-position: 0 -1000px;
}

.grid-calculator .calculatorsList li .allCalc.investment:before {
  background-position: 0 -1200px;
}

.grid-calculator .calculatorsList li .allCalc.other:before {
  background-position: -5px -1300px;
}

.grid-calculator .calculatorsList li .allCalc.annuity:before {
  background-position: 0 -1400px;
}

.grid-calculator .calculatorsList li .allCalc.npscalc:before {
  background-position: 0 -1500px;
}

.grid-calculator .calculatorsList li a {
  font-size: 12px;
  display: block;
  margin: 0;
  color: #253858;
  text-align: center;
  border: none;
  padding: 0;
}

.grid-calculator .calculatorsList li a:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .grid-calculator .calculatorsList li {
    width: 22%;
    margin: 3%;
  }
}
@media only screen and (max-width: 440px) {
  .grid-calculator .calculatorsList li {
    width: 30%;
    margin: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .grid-calculator .calculatorsList li a {
    font-size: 10px;
    line-height: 16px;
  }
}
.floatingPopupDiv .floatpanel.video-on iframe {
  height: 330px;
}

.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block .logo-place {
  margin: 0 auto;
}
.insurer-by-company .insurer-by-company-content.ulipplansinsurers .insurer-by-company-block p {
  display: block;
}

.grid-calculator .calculatorsList li {
  display: flex;
  width: 175px;
  height: 100px;
  align-items: center;
  margin: 0;
  justify-content: center;
  flex-direction: inherit;
}
@media only screen and (max-width: 1024px) {
  .grid-calculator .calculatorsList li {
    width: 50%;
  }
}
.grid-calculator .calculatorsList li a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.grid-calculator .calculatorsList li .allCalc {
  margin: 0 15px 0px;
  width: 80px;
  height: 70px;
}