@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.sjb-top-plan,
.top-plan {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.sjb-top-plan .covidLabel,
.top-plan .covidLabel {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #f7e7ef 0 0 no-repeat padding-box;
  border-radius: 0 8px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px 5px 40px;
}

@media (max-width: 767px) {
  .sjb-top-plan .covidLabel,
  .top-plan .covidLabel {
    right: -15px;
  }
}
.sjb-top-plan .covidLabel:before,
.top-plan .covidLabel:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 6px;
  left: 10px;
  background: url("../../images/bu/term/covid-19-new.svg") no-repeat 0 0;
  background-size: contain;
}

.sjb-top-plan .pricehike,
.top-plan .pricehike {
  background: #ffeded 0 0 no-repeat padding-box;
  border: 1px solid #c73830;
  border-radius: 0 8px;
  padding: 5px;
  color: #c73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.sjb-top-plan .pricehike:after,
.top-plan .pricehike:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1s infinite;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@media (max-width: 767px) {
  .sjb-top-plan .pricehike,
  .top-plan .pricehike {
    right: 6px;
  }
}
.sjb-top-plan .priceup,
.top-plan .priceup {
  position: absolute;
  background: #edc0cc 0 0 no-repeat padding-box;
  border-radius: 8px 4px 4px 4px;
  font-size: 12px;
  color: #9b2d2d;
  font-weight: 500;
  width: 160px !important;
  padding: 3px 2px 4px 29px;
  top: 0;
  left: 0;
}

.sjb-top-plan .priceup .block,
.top-plan .priceup .block {
  width: 18px;
  height: 18px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.sjb-top-plan .priceup .block .arrow,
.top-plan .priceup .block .arrow {
  background: url(../../images/bu/term/arrowprice.svg) no-repeat;
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  width: 7px;
  height: 14px;
  display: block;
  background-position: 0 3px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  background-size: 100%;
}

.sjb-top-plan .top-plan-content-wrapper,
.top-plan .top-plan-content-wrapper {
  background: #f1f3f5;
  padding: 20px 10px;
}

.sjb-top-plan .plan,
.top-plan .plan {
  font-size: 16px;
  color: #0065ff;
  display: inline-block;
  border-bottom: 3px solid #0065ff;
  margin-bottom: 10px;
  margin-top: 0;
}

.sjb-top-plan .block-inner,
.top-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner.pricemsg,
.top-plan .block-inner.pricemsg {
  padding-top: 38px;
}

.sjb-top-plan .block-inner .see-more,
.top-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px 8px 16px;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.sjb-top-plan .block-inner .see-more::after,
.top-plan .block-inner .see-more::after {
  content: "";
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more::after,
  .top-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}
.sjb-top-plan .block-inner .see-more#less-plan::after,
.top-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more#less-plan::after,
  .top-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}
.sjb-top-plan .block-inner .see-more.hide,
.top-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .see-more,
  .top-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}
.sjb-top-plan .block-inner .logo-block,
.top-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block,
  .top-plan .block-inner .logo-block {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .sjb-top-plan .block-inner .logo-block div,
  .top-plan .block-inner .logo-block div {
    width: 50%;
  }
  .sjb-top-plan .block-inner .logo-block > span,
  .top-plan .block-inner .logo-block > span {
    width: 120px;
  }
}
.sjb-top-plan .block-inner .logo-block img,
.top-plan .block-inner .logo-block img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block img,
  .top-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}
.sjb-top-plan .block-inner .logo-block span.plan-name,
.top-plan .block-inner .logo-block span.plan-name {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .logo-block span.plan-name,
  .top-plan .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
.sjb-top-plan .block-inner .life-cover,
.top-plan .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover,
  .top-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .life-cover p,
.top-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .life-cover p:first-child,
.top-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .life-cover p:nth-child(2n),
.top-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .life-cover p:nth-child(2n),
  .top-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0;
    font-size: 16px;
  }
}
.sjb-top-plan .block-inner .life-cover p:nth-child(3n),
.top-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.sjb-top-plan .block-inner .claim-settlement,
.top-plan .block-inner .claim-settlement {
  width: 22%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement,
  .top-plan .block-inner .claim-settlement {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .claim-settlement p,
.top-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .claim-settlement p:first-child,
.top-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:first-child,
  .top-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}
.sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
  .top-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}
.sjb-top-plan .block-inner .view-plan,
.top-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan,
  .top-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}
.sjb-top-plan .block-inner .view-plan p,
.top-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.sjb-top-plan .block-inner .view-plan p:first-child,
.top-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.sjb-top-plan .block-inner .view-plan p:first-child span,
.top-plan .block-inner .view-plan p:first-child span {
  color: #15b5a5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child span,
  .top-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan p:first-child,
  .top-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}
.sjb-top-plan .block-inner .view-plan .btn,
.top-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #f35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .block-inner .view-plan .btn,
  .top-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}
.sjb-top-plan .top-plan-disclaimer,
.top-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0 0;
}

.sjb-top-plan .top-plan-disclaimer span,
.top-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .sjb-top-plan .top-plan-disclaimer,
  .top-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}
.sjb-top-plan {
  float: none !important;
}

.sjb-top-plan .block-inner {
  padding: 20px 15px 25px;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner {
  padding: 44px 20px 20px 20px;
  position: relative;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
  position: absolute;
  background: #fdeee4;
  border-radius: 8px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  color: #e09b62;
  font-weight: 500;
  height: 31px;
  top: 0;
  left: 0;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong {
  font-weight: 600;
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong.zero {
  font-size: 20px;
}

@media (max-width: 640px) {
  [page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
    top: 5px;
    left: 5px;
    border-radius: 4px;
  }
}
.insurer-slider {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  display: block;
  clear: both;
  background: #f7f7f7;
  padding: 24px 36px 0;
  box-sizing: border-box;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider {
    background: #f7f7f7;
    margin: 10px 0;
    border-radius: 0;
    width: 100%;
  }
}
.insurer-slider .option-insurer-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 0 10px;
  text-transform: initial;
}

.insurer-slider .option-insurer-heading strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-insurer-heading {
    width: 100%;
    padding: 0 0 0 10px;
    padding-left: 0;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-insurer-heading {
    padding: 10px;
    font-size: 24px !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insurer-slider .option-insurer-heading {
    padding-left: 0;
    margin-left: 0;
  }
}
.insurer-slider .option-slider-insurer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer {
    padding: 0 0 0 10px;
  }
}
.insurer-slider .option-slider-insurer .banner-img {
  width: 120px;
  height: 100px;
  margin: 0 auto;
}

.insurer-slider .option-slider-insurer .banner-img img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .slick-prev.slick-arrow {
  left: -10px;
}

.insurer-slider .option-slider-insurer .slick-next,
.insurer-slider .option-slider-insurer .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer .slick-next,
  .insurer-slider .option-slider-insurer .slick-prev {
    display: none !important;
  }
}
.insurer-slider .option-slider-insurer .slick-prev {
  left: 10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .slick-next {
  right: -10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .product-list-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  width: 200px;
  margin: 20px 10px;
  padding: 30px 10px 10px;
  height: 230px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    padding: 20px 2px 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.insurer-slider .option-slider-insurer .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
  width: 120px;
  margin: 0 auto;
  display: block;
  height: 60px;
  overflow: hidden;
  max-width: 89px;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img[alt~=Pramerica] {
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
    width: 90px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info {
    padding: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
  width: 90%;
  display: flex;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px auto;
  text-align: center;
  justify-content: center;
  border: none;
  height: 40px;
  width: 100%;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 375px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
    font-size: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 7.5px 15px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  width: 125px;
  height: 33px;
  text-align: center;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect.active,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:hover,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:visited {
  color: #0065ff;
}

.insurer-slider .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1024px) {
  .insurer-slider .view-all-plans {
    padding: 0 10px 0 0;
  }
}
.insurer-slider .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .sliderRoot .sliderWrapper.insurer-slider {
    margin: 30px 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
    padding: 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer .product-list-box {
  flex-shrink: 0;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows {
  width: 40px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5 {
  left: 9px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5.right {
  right: 9px;
  left: auto;
}

:root {
  --white: #fff;
  --light-blue: #f2f7ff;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4c4c4d;
  --disable-color: ##949494;
  --shadowblue: #fafcff;
  --gray: #d6d6d6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994eb;
  --green: #2dbc13;
  --lightgreen: #b6f4b4;
  --lightred: #f4b4b4;
  --page-max-width: 1170px ;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 48px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .grid {
    width: 100%;
    padding: 0 12px;
  }
}
@media (max-width: 1024px) {
  .pbcategoryPages .contentSection,
  .pbcategoryPages > .grid {
    padding: 0 10px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  :root {
    --page-max-width: 100%;
    --font-size: 14px ;
  }
  .p,
  p {
    font-size: var(--font-size);
    line-height: 21px;
  }
}
@media (min-width: 576px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (max-width: 991px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (min-width: 992px) {
  :root {
    --page-max-width: 960px ;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-max-width: 1170px ;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#policybazaar {
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--black);
}

:focus {
  outline: 0;
}

a,
button,
input,
li,
ol.ul,
select,
textarea {
  outline: 0;
}

.bold {
  font-weight: 600;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.hide-mobile {
  display: block;
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}
.contentSection .insurer-slider h3,
.grid .insurer-slider h3 {
  margin-top: 0 !important;
}

.contentSection .insurer-slider h3,
.contentSection .investment-option-slider h3,
.grid .insurer-slider h3,
.grid .investment-option-slider h3 {
  color: #253858;
  font-size: 22px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .contentSection .insurer-slider h3,
  .contentSection .investment-option-slider h3,
  .grid .insurer-slider h3,
  .grid .investment-option-slider h3 {
    font-size: 18px;
  }
}
.article-content > h1 {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #253858;
  margin-bottom: 9px;
  font-weight: 500;
}

.article-content h2 {
  letter-spacing: 0.56px;
  color: #253858;
  font-size: 28px;
  line-height: 25px;
  margin-bottom: 8px;
}

.block_content_wrapper_firstfold {
  margin-top: 0;
}

.block_content_wrapper_firstfold .h1,
.block_content_wrapper_firstfold .heading,
.block_content_wrapper_firstfold h1 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .block_content_wrapper_firstfold .h1,
  .block_content_wrapper_firstfold .heading,
  .block_content_wrapper_firstfold h1 {
    font-size: 22px;
  }
}
.block_content_wrapper_firstfold .paragraphBu,
.block_content_wrapper_firstfold p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: #253858;
  line-height: 26px;
}

.block_content_wrapper_firstfold.show_all .extra-text,
.block_content_wrapper_firstfold.show_all .extra-text-web {
  display: inline;
}

.block_content_wrapper_firstfold.show_all .text-hide-link {
  display: none;
}

.block_content_wrapper_firstfold.show_all_desktop .extra-text,
.block_content_wrapper_firstfold.show_all_desktop .extra-text-web {
  display: inline;
}

@media (max-width: 1024px) {
  .block_content_wrapper_firstfold.show_all_desktop .extra-text {
    display: inline;
  }
  .block_content_wrapper_firstfold.show_all_desktop .extra-text-web {
    display: none;
  }
  .block_content_wrapper_firstfold.show_all_desktop .text-hide-link {
    display: inline;
    cursor: pointer;
    color: var(--blue);
    text-decoration: none;
  }
}
.block_content_wrapper_firstfold .text-hide-link {
  display: none;
}

.block_content_wrapper p {
  line-height: 24px;
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
}
.block_content_wrapper p a {
  color: #0065ff;
}

.floatingpopup img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.banner-img {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .banner-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
.term-ins-cal {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .term-ins-cal {
    display: block;
  }
}
.term-ins-cal .left {
  padding-right: 19px;
  width: 65%;
}
.term-ins-cal .left .show-insuer-icon {
  width: 140px;
  height: 40px;
  margin-bottom: 12px;
}
.term-ins-cal .left .show-insuer-icon img {
  height: 100%;
  width: auto;
}

@media (max-width: 1024px) {
  .term-ins-cal .left {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.term-ins-cal .accordian-container {
  margin-bottom: 25px;
}

.term-ins-cal .accordian-container .accordian {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 718px;
  height: 50px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border: 1px solid #0065ff;
  border-radius: 8px;
  letter-spacing: 0.64px;
  color: #0065ff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .term-ins-cal .accordian-container .accordian {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian {
    font-size: 12.5px;
    margin-top: 40px;
  }
}
.term-ins-cal .accordian-container .accordian .accordian-more {
  display: flex;
  align-items: center;
}

.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transform-origin: center;
  border-color: #0065ff;
  width: 5px;
  height: 4px;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
    padding: 3px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
    margin-left: 5px;
  }
}
.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.more {
  transform: rotate(45deg);
}

.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
  transform: rotate(-135deg);
  margin-top: 10px;
}

@media (max-width: 768px) and (max-width: 1024px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
    margin-top: 5px;
  }
}
.term-ins-cal .accordian-container .content {
  display: block;
}

.term-ins-cal .number-stages {
  width: 85%;
}

@media (max-width: 768px) and (max-width: 1024px) {
  .term-ins-cal .number-stages {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .number-stages {
    width: 100%;
  }
}
.term-ins-cal .number-stages ul.number-steps {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  counter-reset: number-steps;
  position: relative;
}

.term-ins-cal .number-stages ul.number-steps::after {
  content: "";
  background: #f4f5f7;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 85%;
}

.term-ins-cal .number-stages ul.number-steps li {
  width: 220px;
  list-style-type: none;
  position: relative;
}

.term-ins-cal .number-stages ul.number-steps li::after {
  content: "";
  background: #f4f5f7;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 85%;
}

.term-ins-cal .number-stages ul.number-steps li::before {
  counter-increment: number-steps;
  content: counter(number-steps);
  background: #0164ff;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 700;
}

.term-ins-cal .number-stages .number-stages-box {
  margin: 20px auto;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body {
  display: inline-flex;
  flex-wrap: nowrap;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content {
  background: rgba(1, 100, 255, 0.0588235294);
  border-radius: 8px;
  width: 190px;
  padding: 10px;
  margin-right: 30px;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content:last-child {
  margin-right: 0;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content .number-stages-text {
  color: #253858;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content ul li {
  list-style-type: none;
  color: #253858;
  font-size: 12px;
  line-height: 16px;
  margin-top: 7px;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content ul li::before {
  content: "";
  background: #f0f6ff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-inline-end: 5px;
  border: 1px solid rgba(43, 96, 237, 0.7019607843);
}

.term-ins-cal ul.number-stages-count {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number-stages-count;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count {
    flex-direction: column;
  }
}
.term-ins-cal ul.number-stages-count li {
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 19px;
  width: 50%;
  list-style-type: none;
  position: relative;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li {
    width: 100%;
  }
}
.term-ins-cal ul.number-stages-count li::before {
  counter-increment: number-stages-count;
  content: counter(number-stages-count);
  color: #0164ff;
  background: #dbe9ff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-inline-end: 10px;
  line-height: 20px;
}

.term-ins-cal ul.number-stages-count li::after {
  border: 1px solid #f4f5f7;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 100%;
  bottom: 100%;
  z-index: -1;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li::after {
    content: "";
  }
}
@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li:last-child::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .scroll-nowrap {
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .scroll-nowrap .number-stages {
    overflow-x: scroll;
  }
}
.term-ins-cal .description-list {
  max-width: 659px;
}

@media (max-width: 1024px) {
  .term-ins-cal .description-list {
    max-width: 100%;
  }
}
.term-ins-cal .description-list dl dt {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.term-ins-cal .description-list dl dt::before {
  content: "";
  background: #f0f6ff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-inline-end: 15px;
  border: 1px solid rgba(43, 96, 237, 0.7019607843);
}

.term-ins-cal .description-list dl dd {
  color: #253858;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-left: 25px;
}

.term-ins-cal .investment-option-slider .option-slider {
  width: 100%;
}

.term-ins-cal .investment-option-slider .option-slider .product-info .viewmore .bannertermredirect {
  padding: 4px 7px;
}

.form_icon {
  background-image: url("../../images/bu/mixedlayout-icon.svg");
  background-repeat: no-repeat;
}

.form_mixed_layout {
  border-radius: 8px;
  padding: 15px 20px;
  width: 100%;
  max-width: 424px;
  top: 0;
  position: sticky;
  top: 110px;
  height: 100%;
  background: rgb(5, 52, 123);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  z-index: 2;
  border-top: 5px solid #0066ff;
}

@media (max-width: 1024px) {
  .form_mixed_layout {
    padding: 15px 5px;
    margin-top: 25px;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 375px) {
  .form_mixed_layout {
    max-width: 100%;
  }
}
.form_mixed_layout::before {
  content: "";
  width: 100%;
  background: rgb(0, 101, 255);
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.form_mixed_layout .h4 {
  text-align: center;
  font-weight: 500;
}

.form_mixed_layout .form_box {
  display: none;
}

.form_mixed_layout .form_box.active {
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
}

.form_mixed_layout .forminput li {
  display: flex;
  border: 1px solid var(--brdgray);
  border-radius: 8px;
  margin: 20px;
  padding: 0 5px;
  position: relative;
  align-items: center;
}

.form_mixed_layout .forminput li .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -19px;
  left: 0;
}

.form_mixed_layout .forminput li .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form_mixed_layout .forminput li .ico.usericon {
  background: url(../../images/bu/term/fi_user.png) no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: 79%;
  top: 58%;
}

.form_mixed_layout .forminput li .ico.dob {
  background: url(../../images/bu/term/fi_dates.png) no-repeat 5px 0;
  background-repeat: no-repeat;
  background-size: 79%;
  top: 58%;
}

.form_mixed_layout .forminput li .ico.email {
  background-position: 0 -329px;
}

.form_mixed_layout .forminput li .ico.mobile-ico {
  background: url(../../images/bu/term/fi_mob.png) no-repeat 5px 0;
  background-repeat: no-repeat;
  background-size: 79%;
  top: 58%;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li {
    margin: 20px;
  }
}
.form_mixed_layout .forminput li.has_radio {
  margin: 5px 20px 20px 20px;
}

@media (max-width: 992px) {
  .form_mixed_layout .forminput li.has_radio {
    margin: 5px 20px 20px 20px;
  }
}
.form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}

.form_mixed_layout .forminput li.noborder {
  border: none;
}

.form_mixed_layout .forminput li.mt0 {
  margin: 0 15px;
}

@media (max-width: 1024px) {
  .form_mixed_layout .forminput li.mt0 {
    padding: 0 15px 0 5px;
  }
}
.form_mixed_layout .forminput li .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}

.form_mixed_layout .forminput li .genderselect .female,
.form_mixed_layout .forminput li .genderselect .male {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}

.form_mixed_layout .forminput li .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.form_mixed_layout .forminput li .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form_mixed_layout .forminput li .genderselect .radio.active {
  border: 1px solid var(--blue);
}

.form_mixed_layout .forminput li .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout .forminput li .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.form_mixed_layout .forminput li .error {
  position: absolute;
  bottom: -19px;
  left: 0;
}

.form_mixed_layout .forminput li input,
.form_mixed_layout .forminput li select {
  font-size: 16px;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li input,
  .form_mixed_layout .forminput li select {
    font-size: 14px;
  }
}
.form_mixed_layout .forminput li select {
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 120px;
  margin-left: 40px;
  height: 46px;
  cursor: pointer;
  background-position-y: 58%;
}

.form_mixed_layout .forminput li input {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  min-height: 46px;
}

.form_mixed_layout .forminput li input.pd10 {
  padding: 10px;
}

.form_mixed_layout .forminput li .ageyears {
  background: #f2f7fe;
  color: #0563f6;
  width: 100px;
  height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}

.form_mixed_layout .forminput li .ageyears.show {
  display: flex;
}

.form_mixed_layout .forminput li .country {
  width: 100px;
  display: flex;
  align-items: center;
}

.form_mixed_layout .forminput li .country select {
  border: none;
}

.form_mixed_layout .forminput li .country .countrycode {
  width: 60px;
  box-sizing: border-box;
  padding-left: 8px;
  border-right: 1px solid #ccc;
}

.form_mixed_layout .forminput li button {
  box-sizing: border-box;
  background: #0065ff 0 0 no-repeat padding-box;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 0px auto 5px;
  border: none;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
}

.form_mixed_layout .forminput li button:disabled,
.form_mixed_layout .forminput li button:hover {
  background: #005be6;
}

.form_mixed_layout .forminput li button:disabled {
  cursor: not-allowed;
}

.form_mixed_layout .forminput li button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}

.form_mixed_layout .termCondition {
  font-size: calc(var(--font-size) - 6px);
  color: var(--black);
  text-align: center;
  margin: 8px 0;
  display: block;
}

.form_mixed_layout .termCondition a {
  color: var(--blue);
}

.form_mixed_layout .termCondition a:hover {
  text-decoration: underline;
}

.form_mixed_layout .standard-apply {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 9px;
  line-height: 13px;
}

.tab {
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 8px;
  margin: 10px auto 20px;
}

.tab.wd350 {
  max-width: 350px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

@media (max-width: 767px) {
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
}
.tab li {
  padding: 15px;
  text-align: center;
  color: var(--disable-color);
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
}

@media (max-width: 568px) {
  .tab li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
}
.tab li.active {
  color: var(--blue);
}

.tab li.active:after {
  content: "";
  width: 90%;
  background: var(--blue);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.tab li:first-child {
  border-right: 1px solid var(--brdgray);
}

.tab li.style-1 {
  color: var(--white);
  padding: 10px;
}

.tab li.style-1.active {
  color: var(--black);
  background-color: var(--white);
}

.tab li.style-1.active:after {
  display: none;
}

@media (max-width: 767px) {
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .tab li.style-1 {
    padding: 15px 0;
  }
}
.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #333;
  margin-top: 15px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.term-premium-cal {
  position: relative;
  margin-top: 25px;
  margin-bottom: 36px;
}

.term-premium-cal .tab-cal {
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .term-premium-cal .tab-cal::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .term-premium-cal .tab-cal {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.term-premium-cal .tab-cal .tablinks {
  border: none;
  box-shadow: 0 -1px 0 #eee inset;
  cursor: pointer;
  text-decoration: none;
  color: #253858;
  opacity: 0.5;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tab-cal .tablinks {
    width: auto;
  }
}
.term-premium-cal .tab-cal .tablinks::after {
  content: "";
  position: absolute;
  display: block;
  border-right: 2px solid #eee;
  top: 5px;
  left: 0;
  bottom: 0;
  opacity: 1;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.term-premium-cal .tab-cal .tablinks:last-of-type::after {
  border-right: none;
}

.term-premium-cal .tab-cal .tablinks:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.term-premium-cal .tab-cal .tablinks.active {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #076bfb;
  opacity: 1;
  font-weight: 700;
}

.term-premium-cal .tab-cal .tablinks.active::before {
  content: "";
  border-bottom: 2px solid #076bfb;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
}

.term-premium-cal .tab-cal .tablinks.active:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}

.term-premium-cal .tabcontent-cal {
  padding: 5px;
  position: relative;
  width: 100%;
  background: #fff 0 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper {
    display: block;
    padding-bottom: 15px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill {
  padding: 14px 17px;
}

@media (max-width: 1024px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill {
    padding: 14px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:first-child {
  width: 100%;
  background: #f3f9fe;
  border-radius: 8px;
  margin-right: 5px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
  width: 50%;
  background: rgba(89, 185, 115, 0.2);
  border-radius: 8px;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
    background: 0 0;
    padding: 0;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content {
  display: flex;
  justify-content: space-between;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-text {
  color: rgba(37, 56, 88, 0.7019607843);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box {
  display: flex;
  align-items: center;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term {
    padding-right: 15px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term label {
  color: #253858;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term label {
    font-size: 13px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term input {
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan {
  display: flex;
  justify-content: space-between;
  margin: 39px auto;
  position: relative;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan::after {
  content: "";
  border-color: #5e6c84;
  border-bottom: 1px;
  border-top: 0;
  border-style: dashed;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -20px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan:last-child {
  margin-bottom: 0;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan:last-child::after {
  display: none;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-text {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select {
  position: relative;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select {
  position: relative;
  color: #253858;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 20px;
  width: 130px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select {
    width: 110px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  border-color: #253858;
  padding: 3px;
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 7px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation img {
    max-width: 79px;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj {
    background: rgba(89, 185, 115, 0.2);
    border-radius: 8px;
    padding: 5px 27px;
    margin: 16px;
  }
}
@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj {
    padding: 5px 16px;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj .term-adj-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj .term-adj-item .term-item {
    display: block;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
  text-align: center;
  letter-spacing: 0.6px;
  color: #253858;
  font-size: 15px;
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
    margin-top: 0;
    font-size: 13px;
    text-align: left;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price {
  color: #253858;
  font-size: 36px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price {
    font-size: 24px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price small {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price small {
    font-size: 18px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-btn {
  background: #fff;
  border: 1px solid #0164ff;
  color: #0164ff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  height: 38px;
  width: 184px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-btn {
    width: 208px;
    height: 48px;
    font-size: 16px;
    background: #0164ff;
    color: #fff;
  }
}
.term-premium-cal .close {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.price-wise-insurance-container {
  padding-top: 20px;
}

.price-wise-insurance-container.lightblue {
  margin-top: 16px;
  margin-bottom: 0px;
}

.new-term-plan-with-multitab {
  height: auto !important;
}

@media (max-width: 767px) {
  .price-wise-insurance-container.lightblue {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .price-wise-insurance-container {
    padding-top: 10px;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .heading {
  color: #253858;
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 28px;
  font-weight: 600;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card {
  background: #f4f6fd;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card {
    padding: 15px 10px 0;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body {
  width: 32%;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body.full {
  width: 19%;
}

@media (max-width: 1024px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body.full {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body.full {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body.full {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body {
    width: 48%;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body:hover .price-wise-insurance-card-funds .price-wise-insurance-arrow {
  width: 12%;
  background: #eff6ff;
  border-radius: 0 8px 8px 0;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds {
  background: #fff;
  box-shadow: 0 3px 12px rgba(49, 112, 217, 0.1607843137);
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding: 21px 0 17px;
  margin-bottom: 5%;
  margin-right: 1%;
}

@media (max-width: 767px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds {
    margin-bottom: 10%;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds:last-child {
  margin-right: 0;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .link {
  display: block;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  flex-direction: column;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values.colum {
  flex-direction: column;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units {
  font-size: 30px;
  font-weight: 700;
  color: #172b4d;
  line-height: 30px;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c1 {
  color: #5860ca;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c2 {
  color: #63b7da;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c3 {
  color: #98d9b2;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c4 {
  color: #98d9b2;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c5 {
  color: #5860ca;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units.c6 {
  color: #63b7da;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units img {
  width: 80%;
  height: auto;
  font-size: 0px;
}

@media (max-width: 667px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units {
    font-size: 20px;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  color: #172b4d;
  line-height: 20px;
  margin-bottom: 2px;
}

@media (max-width: 667px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units span {
    font-size: 14px;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-badge {
  text-align: center;
  margin: 0;
  width: 90%;
}

@media (max-width: 767px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-badge {
    width: 95%;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-badge span {
  color: #172b4d;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  margin-top: 6px;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-badge span.insuername {
  padding: 0 25px;
}

@media (max-width: 320px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-badge span {
    font-size: 10px;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-arrow {
  width: 10%;
  position: absolute;
  background: #fafafa;
  border-radius: 0 8px 8px 0;
  transition: width 0.1s;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-arrow {
    width: 12%;
  }
}
.price-wise-insurance-container .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-arrow .price-wise-insurance-arrow-icon {
  border: solid #0075ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: -4px;
}

.price-wise-insurance-container .price-wise-insurance-wrapper .view-plan {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
  transition: all 0.7s ease;
  justify-content: center;
  width: 100%;
  margin: 10px auto 5px;
  border: none;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
  max-width: 260px;
}

.price-wise-insurance-container.insurer-logo .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values .price-wise-insurance-units {
  height: 45px;
  font-size: 0px !important;
  width: 90px !important;
}

.price-wise-insurance-container.insurer-logo .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-badge {
  min-height: 40px;
}

.price-wise-insurance-container.with-logos .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds {
  height: 115px;
}

.price-wise-insurance-container.with-logos .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values > div.price-wise-insurance-units img {
  height: auto;
  font-size: 0px;
  max-width: 100%;
  max-height: 45px;
}

.price-wise-insurance-container.with-logos .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values div.price-wise-insurance-badge span.insuername {
  font-size: 14px;
  padding: 0 10px;
}

@media screen and (max-width: 360px) {
  .price-wise-insurance-container.with-logos .price-wise-insurance-wrapper .price-wise-insurance-card .price-wise-insurance-card-body .price-wise-insurance-card-funds .price-wise-insurance-values div.price-wise-insurance-badge span.insuername {
    font-size: 12px;
    padding: 0;
  }
}
.information-section .information-wrapper {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 14px;
  background: #f4f6fd;
  border-radius: 12px;
  padding: 32px 17px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .information-section .information-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    padding-bottom: 10px;
    background: 0 0;
    grid-row-gap: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .information-section .information-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .information-section .information-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    padding-bottom: 10px;
    background: 0 0;
    grid-row-gap: 15px;
  }
}
.information-section .information-wrapper a {
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  background: #fff;
  max-width: 210px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  padding: 14px;
  position: relative;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
}

.information-section .information-wrapper a::after {
  content: "";
  border: solid #0075ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  top: 43%;
  right: 9px;
}

@media screen and (max-width: 768px) {
  .information-section .information-wrapper a {
    font-size: 13px;
    max-width: 100%;
  }
}
.dedicated-assistance {
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.dedicated-assistance.mt50 {
  margin-top: 50px;
}

.dedicated-assistance.diabeties {
  margin-top: -35px;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  margin-left: 1px;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  display: none;
}

.dedicated-assistance.diabeties .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 10px 13px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance {
    padding-top: 20px;
    height: auto;
  }
}
@media screen and (max-width: 667px) {
  .dedicated-assistance {
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .dedicated-assistance {
    max-width: 100%;
    max-width: 280px;
  }
}
.dedicated-assistance .claim-assitance2023 + .dedicated-assistance-body {
  padding: 34px 0 25px 15px;
}

@media (max-width: 667px) {
  .dedicated-assistance .claim-assitance2023 + .dedicated-assistance-body {
    padding: 54px 0 50px 15px;
  }
}
.dedicated-assistance .claim-assitance2023 {
  position: relative;
  display: block;
  width: 290px;
  position: absolute;
  display: block;
  width: 290px;
  height: 30px;
}

.dedicated-assistance .claim-assitance2023:before {
  content: "";
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid #609abf;
  position: absolute;
  right: 1px;
  top: -16px;
}

.dedicated-assistance .claim-assitance2023 .banner_text {
  background: transparent linear-gradient(90deg, #70a3f7 0, #5ab1d8 100%) 0 0 no-repeat padding-box;
  border-radius: 12px 0 6px 0;
  padding: 8px;
  position: absolute;
  z-index: 1;
  top: -16px;
  cursor: pointer;
  width: 280px;
}

@media (max-width: 1024px) {
  .dedicated-assistance .claim-assitance2023 .banner_text {
    top: 0;
  }
}
.dedicated-assistance .claim-assitance2023 .banner_text .heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.dedicated-assistance .claim-assitance2023 .banner_text .heading span {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
}

.dedicated-assistance .dedicated-assistance-body {
  background: #fff;
  border: 1px dashed #c0c9e8;
  border-radius: 8px;
  padding: 10px 0 10px 15px;
  position: relative;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  color: #253858;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  color: #253858;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-top: 2px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
  padding-top: 18px;
  position: relative;
  min-height: 105px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
  position: relative;
  width: 182px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
    min-height: auto !important;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 8px;
  display: flex;
  margin-right: 10px;
  justify-content: space-between;
  margin-left: 1px;
  height: 100%;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col {
  width: 100%;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  width: 158px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
  padding: 9px 5px 9px 9px;
  display: flex;
  align-items: center;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper img {
  width: 94px;
  height: 73px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 56, 88, 0.0705882353);
  border-radius: 0 8px;
  width: 98px;
  margin-left: auto;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon {
  width: 7px;
  height: auto;
  display: flex;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-name {
  color: #253858;
  font-size: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list {
  display: flex;
  justify-content: space-around;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 10px 13px 10px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
    padding: 10px 5px 0;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li {
  list-style: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li {
  color: #253858;
  font-size: 10px;
  line-height: 14px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li strong {
  font-size: 11px;
  line-height: normal;
  padding-bottom: 5px;
  display: block;
}

.dedicated-assistance .dedicated-assistance-body .knowmore_btn {
  text-decoration: none;
  background: #fff;
  border: 1px solid #017fff;
  border-radius: 4px;
  color: #017fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  padding: 5px 10px 7px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 100px;
  right: 12px;
  position: absolute;
}

@media screen and (max-width: 667px) {
  .dedicated-assistance .dedicated-assistance-body .knowmore_btn {
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  display: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box {
  display: none;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call .dedicated-assistance-anchor {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #017fff;
  border-radius: 4px;
  color: #017fff;
  letter-spacing: 0.21px;
  font-size: 13px;
  padding: 2px 10px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call .dedicated-assistance-anchor {
    width: auto;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back {
  display: none;
  align-items: center;
  justify-content: center;
  background: #f2f2ff;
  border-radius: 8px;
  padding: 8px 10px;
  width: 187px;
}

@media screen and (max-width: 1024px) {
  .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back {
    width: auto;
  }
}
.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-icon {
  width: 10px;
  height: auto;
  display: flex;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-helpline {
  letter-spacing: 0.14px;
  color: #000;
  font-size: 9px;
  line-height: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-contact .dedicated-assistance-contact-box .dedicated-assistance-call-back .call-helpline a {
  font-weight: 700;
  color: #000;
}

.moment-of-truth .mom-popup-container .mom-intent-popup {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup {
    padding-bottom: 0;
  }
}
@media (max-width: 667px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup {
    padding-bottom: 0;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content p {
    margin-bottom: 0;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f1f1f1;
  box-shadow: none;
  display: block;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar {
  border-radius: 8px;
  width: 10px;
  background-color: #f1f1f1;
  display: block;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
  outline: 0;
  display: block;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-popup-content {
    height: 82%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .backbox {
  display: none;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body {
  min-height: 550px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body {
    padding-bottom: 50px;
    margin-top: 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev {
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 91%;
  left: 42%;
  background: #fff;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev:before {
  content: "← Previous";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 14px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev {
    position: absolute;
    left: 16%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next {
  right: 30%;
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 91%;
  background: #fff;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next::before {
  content: "Next →";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 24px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .slick-next {
    position: absolute;
    right: 19%;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details {
  display: flex;
  padding: 0 36px 36px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details {
    flex-wrap: wrap;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
  margin-right: 34px;
  max-width: 163px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
    max-width: 100%;
    margin: 0;
  }
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left img {
    margin: 0 auto 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3px 0 0;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div {
  width: 48%;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 1px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .label {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.7;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .location {
  background: rgba(37, 56, 88, 0.0588235294) 0 0 no-repeat padding-box;
  border-radius: 10px;
  margin-top: 13px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #253858;
  padding: 2px 0 3px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
  border-left: 1px dashed rgba(37, 56, 88, 0.26);
  padding-left: 34px;
  max-width: 595px;
  width: 100%;
  max-height: 480px;
  overflow-y: scroll;
  height: 100%;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar {
  width: 2px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb {
  background: #888;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
    border-left: 0;
    padding-left: 0;
    max-width: 595px;
    width: 100%;
    max-height: 235px;
    overflow-y: scroll;
    height: 100%;
    margin-top: 20px;
  }
}
.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0;
  color: #253858;
  margin-bottom: 18px;
}

.moment-of-truth .mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p:last-of-type {
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance {
  padding: 20px 0;
}

.moment-of-truth .dedicated-assistance .slick-track {
  padding: 0;
}

.moment-of-truth .dedicated-assistance .slick-dots {
  position: static;
  margin-top: 20px;
}

.moment-of-truth .dedicated-assistance .slick-dots li {
  height: auto;
  width: auto;
}

.moment-of-truth .dedicated-assistance .slick-dots li.slick-active button {
  background: #29497b;
}

.moment-of-truth .dedicated-assistance .slick-dots li button {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #0563f6;
}

.moment-of-truth .dedicated-assistance .slick-dots li button:after,
.moment-of-truth .dedicated-assistance .slick-dots li button:before {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-arrow {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: #0281ff;
  top: -2%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-arrow {
    top: inherit;
    bottom: -50px;
  }
}
.moment-of-truth .dedicated-assistance button.slick-arrow:before {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-arrow.slick-disabled {
  background: rgba(37, 56, 88, 0.2);
}

.moment-of-truth .dedicated-assistance button.slick-prev {
  left: 90%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-prev {
    left: 78%;
  }
}
@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance button.slick-prev {
    left: 74%;
  }
}
.moment-of-truth .dedicated-assistance button.slick-prev:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(140deg);
  top: 9px;
  left: 10px;
}

.moment-of-truth .dedicated-assistance button.slick-next {
  right: 2%;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance button.slick-next {
    right: 3%;
  }
}
.moment-of-truth .dedicated-assistance button.slick-next.slick-disabled {
  display: none;
}

.moment-of-truth .dedicated-assistance button.slick-next:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  top: 9px;
  left: 7px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body {
  padding-bottom: 15px;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body {
    border: none;
    padding: 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  font-size: 24px;
  color: #253858;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-top: 0;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
    font-size: 20px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
  min-height: auto;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
    margin-right: -10px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card {
  animation: none;
  position: static;
  width: auto;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card:not(:last-child) {
    margin-right: 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
  padding: 10px 0;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
    min-height: 250px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col {
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  width: 150px;
  border-right: 1px dashed rgba(37, 56, 88, 0.2);
}

@media (max-width: 667px) and (orientation: landscape) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
    width: 30%;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
  padding: 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items {
  padding: 0;
  margin-top: 10px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items:not(:last-child) {
  margin-right: 5px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li > strong {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-list .dedicated-assistance-list-items ul li > strong {
    -webkit-line-clamp: unset;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 2px;
  margin-top: 20px;
  display: none;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon {
  width: auto;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-icon img {
  max-width: 100%;
  width: 9px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col .dedicated-assistance-location .location-name {
  font-size: 13px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
  width: 190px;
}

@media (max-width: 667px) and (orientation: landscape) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
    width: 70%;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
  font-size: 11px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  line-height: 22px;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 667px) and (orientation: landscape) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
    -webkit-line-clamp: 8;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 667px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox {
    margin-top: 25px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn {
  color: #0f72f4;
  position: relative;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 320px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn {
    font-size: 11px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .readmore-btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 32px;
  background: #0f72f4;
  left: -50%;
  top: 50%;
  transform: translate(-20%, 50%);
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .btn-flexbox .read-more {
  display: none;
}

@media screen and (min-width: 1025px) {
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
    font-size: 20px;
    width: 70%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
    font-size: 12px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
    padding-top: 43px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details button.slick-arrow {
    top: 4%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details button.slick-prev {
    left: 78%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row {
    flex-direction: column;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
    width: 190px;
    border-right: 0;
    max-width: 100%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items {
    width: 50%;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .moment-of-truth.rhs .dedicated-assistance {
    padding: 20px 16px 60px;
  }
  .moment-of-truth.rhs .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details .dedicated-row-card.slick-slide {
    max-width: 100%;
  }
}
.mom-popup-container {
  background: rgba(23, 43, 77, 0.9);
  display: none;
  z-index: 100002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mom-popup-container.visible {
  display: block;
}

.mom-popup-container .mom-intent-popup {
  background: #fff;
  z-index: 100003;
  position: fixed;
  width: 880px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mom-popup-container .mom-intent-popup .heading-top {
  padding: 20px;
}

.mom-popup-container .mom-intent-popup .mom-popup-close {
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  background: 0 0;
  border: 0;
}

.mom-popup-container .mom-intent-popup .mom-popup-close:after,
.mom-popup-container .mom-intent-popup .mom-popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
}

.mom-popup-container .mom-intent-popup .mom-popup-close:before {
  transform: rotate(45deg);
}

.mom-popup-container .mom-intent-popup .mom-popup-close:after {
  transform: rotate(-45deg);
}

.mom-popup-container .mom-intent-popup .mom-popup-content {
  padding: 0 35px;
}

.mom-popup-container .mom-intent-popup .mom-popup-content p {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 13px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body {
  min-height: 550px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev {
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 96%;
  left: 42%;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .slick-prev:before {
  content: "← Previous";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 24px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .slick-next {
  right: 30%;
  border: 1px solid #0065ff;
  width: 107px;
  height: 40px;
  border-radius: 8px;
  top: 96%;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .slick-next::before {
  content: "Next →";
  color: #0065ff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: flex;
  top: 11px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-indent: -32px;
  right: 24px;
  font-family: Roboto;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details {
  display: flex;
  padding: 0 36px 36px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
  margin-right: 34px;
  max-width: 163px;
  width: 100%;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3px 0 0;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div {
  width: 48%;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 1px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details .label {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.7;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .left .location {
  background: rgba(37, 56, 88, 0.0588235294) 0 0 no-repeat padding-box;
  border-radius: 10px;
  margin-top: 13px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #253858;
  padding: 2px 0 3px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
  border-left: 1px dashed rgba(37, 56, 88, 0.26);
  padding-left: 34px;
  max-width: 595px;
  width: 100%;
  max-height: 480px;
  overflow-y: scroll;
  height: 100%;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar {
  width: 2px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb {
  background: #888;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0;
  color: #253858;
  margin-bottom: 18px;
}

.mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p:last-of-type {
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  font-size: 20px;
  line-height: 21px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  font-size: 13px;
  line-height: 22px;
}

.dedicated-assistance .dedicated-assistance-body {
  padding: 20px 15px;
}

.dedicated-assistance .dedicated-assistance-body .dedicated-assistance-details {
  padding-top: 20px;
}

.moment-of-truth .dedicated-assistance button.slick-prev {
  left: 94%;
}

.type-of-term-insurance {
  margin: 10px 0 30px;
  position: relative;
  display: flex;
}

@media screen and (max-width: 767px) {
  .type-of-term-insurance {
    margin: 30px 0;
  }
}
.type-of-term-insurance .slick-list.draggable {
  padding: 20px 10px;
}

.type-of-term-insurance .slick-arrow {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  top: -30px;
  background: #0281ff;
}

@media screen and (max-width: 1024px) {
  .type-of-term-insurance .slick-arrow {
    top: -13px;
  }
}
.type-of-term-insurance .slick-arrow.slick-disabled {
  background: #ede9e9;
}

.type-of-term-insurance .slick-arrow.slick-disabled::before {
  border-color: #253858 !important;
}

.type-of-term-insurance .slick-arrow.slick-next:focus,
.type-of-term-insurance .slick-arrow.slick-next:hover,
.type-of-term-insurance .slick-arrow.slick-prev:focus,
.type-of-term-insurance .slick-arrow.slick-prev:hover {
  background: #0281ff;
}

.type-of-term-insurance .slick-arrow.slick-next {
  left: calc(100% - 22px);
}

.type-of-term-insurance .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  top: 9px;
  left: 7px;
}

.type-of-term-insurance .slick-arrow.slick-prev {
  left: calc(100% - 54px);
}

.type-of-term-insurance .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(140deg);
  top: 9px;
  left: 10px;
}

.type-of-term-insurance .article-new-layout {
  background: #f4f6fd;
  padding: 15px 15px 13px;
  border-radius: 12px;
  margin: 0 20px 0 0;
  width: 278px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .type-of-term-insurance .article-new-layout {
    width: 190px;
    min-width: 190px !important;
  }
}
.type-of-term-insurance .article-new-layout span {
  display: block;
  width: 100%;
  height: auto;
  max-height: 248px;
  border-radius: 8px;
  overflow: hidden;
}

.type-of-term-insurance .article-new-layout span img {
  transition: 0.5s all ease-in-out;
  width: 100%;
  transform: scale(1);
}

.type-of-term-insurance .article-new-layout span:hover img {
  transform: scale(1.1);
}

.type-of-term-insurance .article-new-layout .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.type-of-term-insurance .article-new-layout .content .small-text {
  font-size: 17px;
  line-height: 28px;
  text-decoration: underline;
  font-weight: 500;
  margin: 24px 0 0;
  color: #253858;
}

.type-of-term-insurance .article-new-layout .content .large-text {
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  font-weight: 700;
  margin: 0;
  color: #253858;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
  border-radius: 8px;
  background: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .tab {
    max-width: 320px;
    width: 100%;
    background: transparent;
  }
}
.tab.wd350 {
  max-width: 350px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

@media (max-width: 767px) {
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
}
.tab li {
  padding: 15px;
  text-align: center;
  color: #253858;
  opacity: 0.5;
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in;
}

@media (max-width: 568px) {
  .tab li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
}
.tab li.active {
  color: var(--blue);
  opacity: 1;
}

.tab li.active:after {
  content: "";
  width: 90%;
  background: var(--blue);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.tab li:first-child {
  border-right: 1px solid var(--brdgray);
}

.tab li.style-1 {
  color: var(--white);
  padding: 10px;
}

.tab li.style-1.active {
  color: var(--black);
  background-color: var(--white);
}

.tab li.style-1.active:after {
  display: none;
}

@media (max-width: 767px) {
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .tab li.style-1 {
    padding: 15px 0;
  }
}
.slide-list-articles {
  background-color: #f4f6fd;
  margin: 10px 0 30px;
  position: relative;
  padding: 20px 20px 0;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .slide-list-articles {
    padding: 40px 10px 0;
  }
}
.slide-list-articles .article-item-wrap {
  display: flex;
}

.slide-list-articles .article-item-wrap .slick-arrow {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  top: -30px;
  background: #0281ff;
}

@media screen and (max-width: 767px) {
  .slide-list-articles .article-item-wrap .slick-arrow {
    top: -67px;
  }
}
.slide-list-articles .article-item-wrap .slick-arrow.slick-disabled {
  background: #ede9e9;
}

.slide-list-articles .article-item-wrap .slick-arrow.slick-disabled::before {
  border-color: #253858 !important;
}

.slide-list-articles .article-item-wrap .slick-arrow.slick-next {
  left: calc(100% - 22px);
}

.slide-list-articles .article-item-wrap .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  top: 9px;
  left: 7px;
}

.slide-list-articles .article-item-wrap .slick-arrow.slick-prev {
  left: calc(100% - 54px);
}

.slide-list-articles .article-item-wrap .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  transform: rotate(140deg);
  top: 9px;
  left: 10px;
}

.slide-list-articles .article-item-wrap.popular,
.slide-list-articles .article-item-wrap.recent {
  display: none;
}

.slide-list-articles .article-item-wrap.popular.active,
.slide-list-articles .article-item-wrap.recent.active {
  display: flex;
}

.slide-list-articles .article-item-wrap .slick-list.draggable {
  padding: 20px 10px;
}

.slide-list-articles .article-item-wrap .article-item {
  background: #fff;
  padding: 14px 8px 15px 8px;
  border-radius: 8px;
  margin: 0 20px 0 0;
  width: 390px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  display: flex !important;
  min-height: 200px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slide-list-articles .article-item-wrap .article-item {
    flex-direction: row !important;
    max-width: 270px;
  }
}
.slide-list-articles .article-item-wrap .article-item .article-info {
  width: 38%;
}

.slide-list-articles .article-item-wrap .article-item .article-info span {
  display: block;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.slide-list-articles .article-item-wrap .article-item .article-info span img {
  transition: 0.5s all ease-in-out;
  width: 100%;
  transform: scale(1);
}

.slide-list-articles .article-item-wrap .article-item .article-info span:hover img {
  transform: scale(1.1);
}

.slide-list-articles .article-item-wrap .article-item .article-info .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-list-articles .article-item-wrap .article-item .article-info .content .small-text {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  background: #ececec;
  border-radius: 4px;
  color: #253858;
  margin-top: 7px;
  position: relative;
}

.slide-list-articles .article-item-wrap .article-item .article-info .content .small-text:before {
  content: "";
  background: #253858 0 0 no-repeat padding-box;
  opacity: 0.5;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .slide-list-articles .article-item-wrap .article-item .article-info .content .small-text:before {
    left: 35%;
  }
}
.slide-list-articles .article-item-wrap .article-item .article-text {
  display: flex;
  flex-direction: column;
  padding: 0 4px 0 19px;
  width: 62%;
}

.slide-list-articles .article-item-wrap .article-item .article-text .heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 17px;
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .slide-list-articles .article-item-wrap .article-item .article-text .heading {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.slide-list-articles .article-item-wrap .article-item .article-text .description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 19px;
  display: block;
  text-align: left;
}

.slide-list-articles .article-item-wrap .article-item .article-text a {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  color: #0065ff;
  text-align: right;
  width: 100%;
  position: relative;
}

.slide-list-articles .article-item-wrap .article-item .article-text a::before {
  content: "";
  background: #0065ff;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 68px;
  top: 10px;
}

.lightblue {
  background: #f4f6fd;
  padding: 16px 22px;
  border-radius: 12px;
  margin: 10px 0 48px;
}

.lightblue.twice {
  margin: 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .lightblue {
    padding: 16px 12px;
  }
}
.heading_wrap {
  position: relative;
}

.heading_wrap .heading {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 600;
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .heading_wrap .heading {
    margin: 46px 0 10px 0;
  }
}

.heading_wrap .heading + p {
  margin: 0px 0 8px 0;
  color: rgba(37, 56, 88, 0.8);
}

@media screen and (max-width: 767px) {
  .heading_wrap .heading {
    line-height: 30px;
    font-size: 18px;
  }
}
.heading_wrap p {
  font-size: 14px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
  line-height: 24px;
}

.insurer_rider .table_data,
.what_insurer_covered .table_data {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  margin: 20px 0 0;
  text-align: center;
  border: 1px solid rgba(37, 56, 88, 0.3);
}

.insurer_rider .table_data table,
.what_insurer_covered .table_data table {
  width: 100%;
  border-collapse: collapse;
}

.insurer_rider .table_data td,
.what_insurer_covered .table_data td {
  width: 33%;
  padding: 15px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid rgba(37, 56, 88, 0.3);
}

.insurer_rider .table_data td:nth-child(2),
.what_insurer_covered .table_data td:nth-child(2) {
  border-left: 1px solid rgba(37, 56, 88, 0.1019607843);
  border-right: 1px solid rgba(37, 56, 88, 0.1019607843);
}

.insurer_rider .table_data.two-column td,
.what_insurer_covered .table_data.two-column td {
  border-right: 1px solid rgba(37, 56, 88, 0.3);
}

.insurer_rider .table_data.two-column td:nth-child(2),
.what_insurer_covered .table_data.two-column td:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.insurer_rider .table_data .more-plans,
.what_insurer_covered .table_data .more-plans {
  border: 1px solid #0164ff;
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: 0;
  color: #0164ff;
  padding: 7px;
  font-size: 14px;
  width: 140px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 18px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .insurer_rider .table_data,
  .what_insurer_covered .table_data {
    overflow-x: scroll;
  }
}
.platinum-partner {
  border-radius: 8px;
  padding: 15px;
  margin: 26px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #E7ECFF 0%, #D7EFFF 100%);
  min-height: 110px;
}

@media screen and (max-width: 767px) {
  .platinum-partner {
    flex-direction: column;
    margin: 26px 0 46px 0;
  }
}
.platinum-partner .platinum-partner-heading {
  color: #0b4aac;
  line-height: 24px;
  font-weight: 500;
  font-size: 19px;
  padding-left: 80px;
  position: relative;
  max-width: 77%;
}
@media (max-width: 568px) {
  .platinum-partner .platinum-partner-heading {
    font-size: 16px;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 0px;
    text-align: center;
  }
}

.platinum-partner .platinum-partner-heading:before {
  content: "";
  position: absolute;
  background: url(../../images/bu/term/certificate_image.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
  left: 10px;
}
@media (max-width: 568px) {
  .platinum-partner .platinum-partner-heading:before {
    top: 6px;
    margin: 0px auto;
    left: 0;
    right: 0;
  }
}

.platinum-partner .platinum-partner-heading p {
  font-size: 8px;
  line-height: 12px;
  margin: 7px 0 0 0;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .platinum-partner .platinum-partner-heading:before {
    top: 6px;
  }
}
.platinum-partner .certificat-button {
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  font-size: 13px;
  color: #0065ff;
  padding: 12px 12px 12px 32px;
  transition: all 0.3s linear;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1607843137);
}
.platinum-partner .certificat-button:before {
  content: "";
  position: absolute;
  background: url(../../images/bu/term/eye.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .platinum-partner .certificat-button {
    margin-top: 20px;
    width: 50%;
  }
}
.whybuy-content-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .whybuy-content-box {
    flex-direction: column;
  }
}
.whybuy-content {
  background-color: #fff;
  padding: 12px 10px 12px 10px;
  width: 48%;
  border-radius: 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.whybuy-content img {
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .whybuy-content {
    width: 100%;
  }
}
.whybuy-content .description {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 17px;
}

.whybuy-more-content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.whybuy-more-content.show {
  display: flex;
}

.why-buy-view-more-link {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  width: 120px;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #0164ff;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  color: var(--blue);
  transition: all 0.3s linear;
  font-weight: 600;
}

.why-buy-view-more-link:hover {
  background: #0164ff;
  color: #fff;
}

.whybuy_from .viewmore {
  background: 0 0;
}

.whybuy_from .heading_wrap .heading, .insurer_rider .heading_wrap .heading {
  margin: 20px 0 20px 0;
}

.popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container {
    align-items: flex-end;
  }
}
.popup-container .popup {
  background: 0 0;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
}

.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 0;
  top: -40px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

.popup-container .popup .popup-close:hover {
  opacity: 1;
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #fff;
}

.popup-container .popup .popup-close:before {
  transform: rotate(45deg);
}

.popup-container .popup .popup-close:after {
  transform: rotate(-45deg);
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  left: 14px;
  top: 4px;
  background-color: #fff !important;
}

.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}

.popup-container .popup .popup-content select {
  background-position-y: 55%;
}

@media (max-width: 600px) {
  .popup-container .popup .popup-content .headingtitle {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .popup-container .popup .popup-content .headingtitle span:nth-child(2n) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (orientation: landscape), (min-width: 640px) and (max-width: 767px) and (orientation: landscape), (max-width: 568px) and (orientation: landscape) {
  .popup-container .popup .form_mixed_layout .form_box {
    width: 90%;
    margin: 0 auto;
  }
  .popup-container .popup .form_mixed_layout .headingtitle {
    padding-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
    display: none;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
    margin-top: 0;
  }
  .popup-container .popup .form_mixed_layout .h4 {
    text-align: center;
    font-weight: 500;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .form_mixed_layout .forminput li .ageyears {
    margin: 0;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #fff;
  }
  .popup-container .popup .popup-close:before {
    transform: rotate(45deg);
  }
  .popup-container .popup .popup-close:after {
    transform: rotate(-45deg);
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media (max-width: 568px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 550px;
    margin-top: 0;
    padding-top: 10px;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .popup-container .popup .form_mixed_layout {
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout .headingtitle {
    padding-top: 0;
  }
  .popup-container .popup .form_mixed_layout .headingtitle span:nth-child(2n) {
    display: inline;
  }
}
@media screen and (max-width: 360px) {
  .popup-container .popup::after {
    opacity: 0.8;
  }
}
aside.form_mixed_layout .headingtitle {
  font-size: 19px;
  color: #253858;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
  line-height: 24px;
}
aside.form_mixed_layout .headingtitle span {
  display: inline-block;
}
aside.form_mixed_layout .headingtitle.insurer {
  color: #fff;
}
aside.form_mixed_layout .headingtitle.insurer span {
  display: block;
  color: #fff;
}
@media (max-width: 568px) {
  aside.form_mixed_layout .headingtitle {
    font-size: 16px;
  }
}

aside.form_mixed_layout .headingtitle .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  aside.form_mixed_layout .headingtitle {
    padding-top: 0;
  }
  aside.form_mixed_layout .headingtitle .desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }
  .popup-container aside.form_mixed_layout .headingtitle .desc {
    margin-bottom: 16px;
  }
}
aside.form_mixed_layout .headingtitle span {
  color: #0065ff;
}

.block_content_wrapper_firstfold p.char-count {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text {
  display: inline;
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}

.block_content_wrapper_firstfold p.char-count .extra-text.show-extra,
.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}

@media (max-width: 1025px) {
  .block_content_wrapper_firstfold p.char-count .extra-text,
  .block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none;
  }
}
.show-more-less-content .health-read-more, .show-more-less-content .read-more {
  display: inline;
  margin: initial !important;
}

.show-more-less-content p {
  display: inline !important;
  margin: initial !important;
}

.show-more-text.show-content {
  display: inline !important;
}

.block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  font-size: 14px;
  color: #0065ff;
  line-height: 25px;
  margin-bottom: 16px;
  white-space: normal;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .moretext .text-hide-link {
    display: none;
  }
}
.footerData .one-cr {
  font-size: 23px;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .footerData .one-cr {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .popular_article .popular_article_container .boxclick {
    margin-right: 15px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 14px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
  font-weight: 500;
}

@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 13px;
  }
}
@media only screen and (max-width: 440px) {
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
  }
}
#chartdiv {
  width: 350px;
  height: 200px;
  position: absolute;
  bottom: -55px;
}

#chartdiv .highcharts-pane-group path {
  stroke: none;
  fill: none;
}

.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text,
.highcharts-axis.highcharts-yaxis.highcharts-radial-axis {
  display: none;
}

rect.highcharts-label-box.highcharts-data-label-box {
  display: none;
}

rect.highcharts-label-box.highcharts-data-label-box + text {
  display: none;
}

.partician {
  position: absolute;
  z-index: 100;
}

.partician > div {
  position: absolute;
  font-size: 9px;
}

.partician > div.first {
  top: -58px;
  left: -60px;
}

.partician > div.second {
  top: -108px;
  left: -4px;
}

.partician > div.third {
  left: 44px;
  top: -64px;
  transform: rotate(90deg);
}

.loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 12px;
}

@media only screen and (max-width: 1024px) {
  .loading::after {
    top: 8px;
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.hide {
  display: none !important;
}

.loadingDiv.tab2 {
  position: relative;
}

.loadingDiv.tab2 .proceed {
  margin: 25px 0 0;
}

.loadingDiv.tab2 .proceed.invert {
  margin: 15px 0 15px;
}

.loadingDiv.tab2 .mb-25 {
  margin: 35px 0 25px;
}

.loadingDiv.tab2 .note-text {
  text-align: center;
  padding: 0;
  color: rgba(37, 56, 88, 0.7);
}

.hlv-calculator-content > div.authentication-check .loadingDiv.tab2 .mb-25 {
  margin: 15px 0 25px;
}

.hlv-calculator-content .loaderProcess,
.hlv-calculator-content .proceed {
  box-sizing: border-box;
  width: 100%;
  background: #f45023;
  border: 1px solid #ee4f34;
  color: #fff;
  padding: 9px;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.hlv-calculator-content .loaderProcess.invert,
.hlv-calculator-content .proceed.invert {
  background: #fff;
  border: 1px solid #ee4f34;
  color: #ee4f34;
  margin: 25px 0 0;
}

.auth-tab {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 40px;
}

.auth-tab .gethelpback {
  color: #0663f6;
  text-decoration: none;
}

.auth-tab .gethelpback:hover {
  text-decoration: underline;
}

.auth-tab .custom-btn {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #253858;
  border-radius: 20px;
  color: #253858;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.auth-tab .custom-btn.active,
.auth-tab .custom-btn:hover {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.auth-tab .custom-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .auth-tab .custom-btn {
    font-size: 10px;
  }
}
.err {
  font-size: 12px;
  color: red;
  margin: 5px 0;
  font-weight: 500;
  position: absolute;
}

.hlv-calculator-content .iti__flag-container ul {
  width: 300px;
  margin-top: 3px;
}

.hlv-calculator-content .iti__flag-container ul li {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.benefit-of-term {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.benefit-of-term .label-banner {
  position: absolute;
  background: #ebe8e8;
  padding: 5px 10px;
  width: 112%;
  font-size: 12px;
  text-align: center;
  left: -20px;
  top: 184px;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}

.benefit-of-term .label-banner:before {
  content: "";
  background: url("../../images/bu/label-path.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: 2px;
}

.benefit-of-term .label-banner:after {
  content: "";
  background: url("../../images/bu/label-path.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  right: -4px;
  transform: rotate(270deg);
}

@media screen and (max-width: 320px) {
  .benefit-of-term .label-banner {
    width: 115%;
    font-size: 11px;
  }
}
.benefit-of-term .tab {
  width: 46%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.29);
}

.benefit-of-term .tab .box-heading {
  text-align: center;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 48px;
  position: relative;
}

.benefit-of-term .tab .box-heading.orange {
  background: #e44a00;
  font-weight: 600;
}

.benefit-of-term .tab .box-heading.orange:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e44a00;
  transform: rotate(180deg);
  position: absolute;
  top: 48px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}

.benefit-of-term .tab .box-heading.green {
  background: #588d57;
  font-weight: 600;
}

.benefit-of-term .tab .box-heading.green:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #588d57;
  transform: rotate(180deg);
  position: absolute;
  top: 48px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}

.benefit-of-term .tab .fmimg {
  width: 84px;
  height: 84px;
  background: #efefef;
  margin: 30px auto 48px;
  border-radius: 50%;
}

.benefit-of-term .tab .fmimg.family-type {
  background: url("../../images/bu/family-without-term.svg") no-repeat 0 0;
}

.benefit-of-term .tab .fmimg.family-type1 {
  background: url("../../images/bu/family-with-term.svg") no-repeat 0 0;
}

.benefit-of-term .tab .cover-year {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0 5px;
  border-bottom: 1px dashed #ccc;
}

.benefit-of-term .tab .cover-year span {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 320px) {
  .benefit-of-term .tab .cover-year {
    font-size: 12px;
  }
  .benefit-of-term .tab .cover-year span {
    font-size: 10px;
    font-weight: 400;
  }
}
.benefit-of-term .tab .cover-year .box {
  width: 15px;
  height: 15px;
  background: url("../../images/bu/hlv-icon.svg") no-repeat 0 0;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}

.benefit-of-term .tab .cover-year .box.error-item {
  background-position: 0 -29px;
}

.benefit-of-term .tab .cover-year .box.confirm-item {
  background-position: 0 0;
}

.benefit-of-term .tab .cover-year.orange {
  color: #e44a00;
}

.benefit-of-term .tab .cover-year.green {
  color: #588d57;
}

.benefit-of-term .tab .content {
  padding: 10px;
  line-height: 20px;
  color: rgba(37, 56, 88, 0.8);
}

.radio-selection {
  width: 100%;
  margin: 10px 0;
}

.radio-selection .form-label {
  color: #5e6c84;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #5e6c84;
  font-size: 14px;
  text-align: left;
  display: block;
  padding: 20px 0;
  margin-top: 5px;
}

.radio-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.radio-input .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 47%;
}

.radio-input .custom-checkbox > input {
  position: absolute;
  outline: 0;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio-input .custom-checkbox > .box {
  border: 1px solid #5e6c84;
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.radio-input .custom-checkbox > .box > .tick {
  display: none;
}

.radio-input .custom-checkbox.checked > .box,
.radio-input .custom-checkbox > input:checked ~ .box {
  background: #f4f8ff;
  border: 1px solid #0663f6;
  color: #fff;
  color: #0663f6;
}

.radio-input .custom-checkbox.checked > .box > .tick,
.radio-input .custom-checkbox > input:checked ~ .box > .tick {
  display: block;
}

.radio-input .custom-checkbox > input:active ~ .box {
  border-color: #aaa;
  background-color: #ddd;
}

.cover-difference {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px;
}

.cover-difference .cover {
  width: 46%;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
  color: #253858;
  line-height: 16px;
}

.cover-difference .cover .highlight {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}

.cover-difference .cover .highlight.green {
  color: #588d57;
}

.cover-difference .cover .highlight.orange {
  color: #f45023;
}

.authentication-check .proceed {
  margin-bottom: 0 !important;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  border: 1px solid #ccc;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  font-weight: 700;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styledSelect.active,
.styledSelect:active {
  background-color: #eee;
}

.styledSelect .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.styledSelect .options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.styledSelect .options li:hover {
  background-color: #39f;
  color: #fff;
}

.accordian-container {
  position: relative;
}

.accordian-container .accordian-more {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  margin: 50px auto;
  color: #0962f4;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .accordian-container .accordian-more {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .accordian-container .accordian-more {
    width: 100%;
    font-size: 14px;
  }
}
.accordian-container .accordian-more .accordian-arrow {
  border: solid #0075ff;
  border-width: 0 2.5px 2.5px 0;
  padding: 3.5px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  margin-left: 7px;
  margin-top: -1px;
}

.accordian-container .accordian-more .accordian-arrow.less {
  transform: rotate(225deg);
  margin-top: 8px;
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.artcle_left_panel h2 {
  font-size: 22px;
  margin: 60px 0 10px;
  letter-spacing: 0.03em;
  clear: both;
  text-transform: initial;
  font-weight: 600;
}

.artcle_left_panel h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 0px;
}

.artcle_left_panel p.paragraphbu {
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8);
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.artcle_left_panel .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
}

.artcle_left_panel .left_fullbanner img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.artcle_left_panel .data_ul {
  margin-top: 30px;
  margin-bottom: 20px;
  list-style: none;
}

.artcle_left_panel .data_ul li {
  padding-left: 20px;
  font-size: 14px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.artcle_left_panel .data_ul li strong {
  color: #253858;
}
.artcle_left_panel .data_ul li p {
  color: rgba(37, 56, 88, 0.8);
}

.contentBannerImg {
  margin: 40px 0 0;
}
.contentBannerImg img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 640px) {
  .contentBannerImg img {
    max-width: 100%;
  }
}

.artcle_left_panel .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.artcle_left_panel .data_ul .indentUl {
  margin: 0 0 0 40px;
  padding: 0;
}
.artcle_left_panel .data_ul .indentUl li {
  list-style: none;
  margin: 0;
}
.artcle_left_panel .data_ul .indentUl li:before {
  display: none;
}

.artcle_left_panel .footable {
  width: 100%;
}

.artcle_left_panel .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.artcle_left_panel .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.artcle_left_panel table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  border-radius: 8px;
  max-width: -moz-fit-content;
  margin: 30px auto;
}

.artcle_left_panel table .btn-primary,
.artcle_left_panel table a.btn-primary,
.artcle_left_panel table button.btn-primary,
.artcle_left_panel table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.artcle_left_panel table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .artcle_left_panel table tr:first-child {
    color: #253858;
  }
}
.artcle_left_panel table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  text-wrap: wrap;
}

.artcle_left_panel table td a,
.artcle_left_panel table td strong {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.artcle_left_panel table td ol,
.artcle_left_panel table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.artcle_left_panel table td ol li,
.artcle_left_panel table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.artcle_left_panel table td ol li:before,
.artcle_left_panel table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.whyterm_Insurance {
  background: #31a3f7;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 0 12px 20px;
  border-radius: 8px;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance {
    margin-top: 0;
  }
}
.whyterm_Insurance .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
  padding: 20px 0 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .title {
    margin-top: 0;
  }
}
.whyterm_Insurance .buy_breif {
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
}

.whyterm_Insurance .buy_breif .col_box4 {
  width: 50%;
  padding: 10px;
  padding-left: 70px;
  position: relative;
}

.whyterm_Insurance .buy_breif .col_box4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 55px;
  background: url("../../images/bu/investment/whypb_icon.png") no-repeat 0 0;
  left: 8px;
  background-size: 100%;
}

.whyterm_Insurance .buy_breif .col_box4.f1:before {
  background-position: 4px 7px;
}

.whyterm_Insurance .buy_breif .col_box4.f2:before {
  background-position: 10px -110px;
}

.whyterm_Insurance .buy_breif .col_box4.f3:before {
  background-position: 0 -162px;
}

.whyterm_Insurance .buy_breif .col_box4.f4:before {
  background-position: 7px -45px;
}

.whyterm_Insurance .buy_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.whyterm_Insurance .buy_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.whyterm_Insurance .buy_breif .col_box4:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
}

@media only screen and (max-width: 1024px) {
  .whyterm_Insurance .buy_breif .col_box4 {
    width: 100%;
    min-height: 90px;
  }
  .whyterm_Insurance .buy_breif .col_box4:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
    border-right: none;
  }
  .whyterm_Insurance .buy_breif .col_box4:nth-child(4) {
    border-bottom: none;
  }
}
.faqsWrap ul {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  outline: 0;
}

.faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul li li {
  background: 0 0;
}

.faqsWrap ul li:before {
  display: none;
}

.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap ul li .h2 > a,
.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h3 > a,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h4 > a,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li h2 > a,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h2 > span,
.faqsWrap ul li h3 > a,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h4 > a,
.faqsWrap ul li h4 > label,
.faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.faqsWrap ul li .h2 > a:hover,
.faqsWrap ul li .h2 > label:hover,
.faqsWrap ul li .h2 > span:hover,
.faqsWrap ul li .h3 > a:hover,
.faqsWrap ul li .h3 > label:hover,
.faqsWrap ul li .h3 > span:hover,
.faqsWrap ul li .h4 > a:hover,
.faqsWrap ul li .h4 > label:hover,
.faqsWrap ul li .h4 > span:hover,
.faqsWrap ul li h2 > a:hover,
.faqsWrap ul li h2 > label:hover,
.faqsWrap ul li h2 > span:hover,
.faqsWrap ul li h3 > a:hover,
.faqsWrap ul li h3 > label:hover,
.faqsWrap ul li h3 > span:hover,
.faqsWrap ul li h4 > a:hover,
.faqsWrap ul li h4 > label:hover,
.faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.faqsWrap ul li .h2 > a:after,
.faqsWrap ul li .h2 > label:after,
.faqsWrap ul li .h2 > span:after,
.faqsWrap ul li .h3 > a:after,
.faqsWrap ul li .h3 > label:after,
.faqsWrap ul li .h3 > span:after,
.faqsWrap ul li .h4 > a:after,
.faqsWrap ul li .h4 > label:after,
.faqsWrap ul li .h4 > span:after,
.faqsWrap ul li h2 > a:after,
.faqsWrap ul li h2 > label:after,
.faqsWrap ul li h2 > span:after,
.faqsWrap ul li h3 > a:after,
.faqsWrap ul li h3 > label:after,
.faqsWrap ul li h3 > span:after,
.faqsWrap ul li h4 > a:after,
.faqsWrap ul li h4 > label:after,
.faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.faqsWrap ul li .h2 > a[flag=up],
.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h3 > a[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h4 > a[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li h2 > a[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h3 > a[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h4 > a[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul li .h2 > a[flag=up]::after,
.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h3 > a[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h4 > a[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li h2 > a[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h3 > a[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h4 > a[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.faqsWrap ul .data_ul li:before {
  content: none;
}

.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.certified-overlay {
  background: #000;
  display: none;
  z-index: 100002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.platinumPartnerMob {
  margin: 0 auto;
  display: inherit;
}

.platinumPartnerPopup .certified-block,
.platinumPartnerPopup .video-block {
  background: #fff;
  display: none;
  z-index: 100003;
  position: fixed;
  width: 650px;
  height: 510px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.platinumPartnerPopup .certified-block .speakvido,
.platinumPartnerPopup .video-block .speakvido {
  padding: 8% 7%;
}

@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block,
  .platinumPartnerPopup .video-block {
    width: 600px;
    height: 360px;
  }
}
@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block,
  .platinumPartnerPopup .video-block {
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    height: auto;
    max-height: 90vh;
    overflow: auto;
  }
}
.platinumPartnerPopup .certified-block .close,
.platinumPartnerPopup .video-block .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  opacity: 1;
}

@media only screen and (max-width: 825px) {
  .platinumPartnerPopup .certified-block .close,
  .platinumPartnerPopup .video-block .close {
    top: 20px;
    right: 28px;
  }
}
.platinumPartnerPopup .certified-block .close:hover,
.platinumPartnerPopup .video-block .close:hover {
  opacity: 1;
}

.platinumPartnerPopup .certified-block .close:after,
.platinumPartnerPopup .certified-block .close:before,
.platinumPartnerPopup .video-block .close:after,
.platinumPartnerPopup .video-block .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #000;
}

.platinumPartnerPopup .certified-block .close:before,
.platinumPartnerPopup .video-block .close:before {
  transform: rotate(45deg);
}

.platinumPartnerPopup .certified-block .close:after,
.platinumPartnerPopup .video-block .close:after {
  transform: rotate(-45deg);
}

.platinumPartnerPopup .certified-block .certificate-platinum-partner-caption,
.platinumPartnerPopup .video-block .certificate-platinum-partner-caption {
  width: 90%;
  display: flex;
  background: #fff9f2;
  border: 1px dashed #eaa14e;
  font-size: 14px;
  padding: 6px 12px;
  margin: 50px 5% 0;
  border-radius: 4px;
}

.platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text,
.platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text {
  display: block;
  text-align: center;
  position: relative;
}

.platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text i,
.platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text i {
  background: url(../../images/bu/platinum-certificate.png) no-repeat;
  min-width: 23px;
  height: 32px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}

.platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text span,
.platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text span {
  display: inline-block;
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text span,
  .platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text span {
    width: 92%;
  }
}
@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text,
  .platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text {
    display: inline-block;
    width: 100%;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block .certificate-platinum-partner-caption span.text,
  .platinumPartnerPopup .video-block .certificate-platinum-partner-caption span.text {
    display: flex;
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block .certificate-platinum-partner-caption,
  .platinumPartnerPopup .video-block .certificate-platinum-partner-caption {
    margin: 60px 5% 0;
  }
}
.platinumPartnerPopup .certified-block .img-block,
.platinumPartnerPopup .video-block .img-block {
  width: 360px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  margin: 10px auto 20px;
  border: 5px solid #fff;
}

.platinumPartnerPopup .certified-block .img-block img,
.platinumPartnerPopup .video-block .img-block img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .platinumPartnerPopup .certified-block .img-block,
  .platinumPartnerPopup .video-block .img-block {
    width: 300px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .platinumPartnerPopup .certified-block .img-block,
  .platinumPartnerPopup .video-block .img-block {
    width: calc(100% - 40px);
    height: auto;
    max-width: 340px;
  }
}
@media only screen and (min-height: 320px) and (max-width: 480px) {
  .platinumPartnerPopup .certified-block .img-block,
  .platinumPartnerPopup .video-block .img-block {
    width: calc(100% - 40px);
    height: auto;
    max-width: 210px;
  }
}
.platinumPartnerPopup .certified-block p.heading,
.platinumPartnerPopup .video-block p.heading {
  font-size: 16px;
  text-align: center;
  padding: 5px 0 0;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .platinumPartnerPopup .certified-block p.heading,
  .platinumPartnerPopup .video-block p.heading {
    text-align: left;
    padding-left: 16px;
  }
}
.platinumPartnerPopup .certified-block .text-block,
.platinumPartnerPopup .video-block .text-block {
  display: flex;
  width: 90%;
  margin: 20px auto 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: 500px;
}

@media only screen and (max-width: 640px) {
  .platinumPartnerPopup .certified-block .text-block,
  .platinumPartnerPopup .video-block .text-block {
    width: 90%;
    margin-bottom: 30px;
  }
}
.platinumPartnerPopup .certified-block .text-block .block,
.platinumPartnerPopup .video-block .text-block .block {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.platinumPartnerPopup .certified-block .text-block .block .icon-block,
.platinumPartnerPopup .video-block .text-block .block .icon-block {
  min-width: 60px;
}

.platinumPartnerPopup .certified-block .text-block .block .icon-block span.icon,
.platinumPartnerPopup .video-block .text-block .block .icon-block span.icon {
  width: 47px;
  height: 47px;
  background: url(../../images/bu/platinum-partner-icon.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.platinumPartnerPopup .certified-block .text-block .block .icon-block span.icon.hassel-free,
.platinumPartnerPopup .video-block .text-block .block .icon-block span.icon.hassel-free {
  background-position: 0 -48px;
}

@media only screen and (max-width: 640px) {
  .platinumPartnerPopup .certified-block .text-block .block .icon-block,
  .platinumPartnerPopup .video-block .text-block .block .icon-block {
    width: 100%;
  }
}
.platinumPartnerPopup .certified-block .text-block .block .text-part,
.platinumPartnerPopup .video-block .text-block .block .text-part {
  width: calc(100% - 60px);
}

@media only screen and (max-width: 640px) {
  .platinumPartnerPopup .certified-block .text-block .block .text-part,
  .platinumPartnerPopup .video-block .text-block .block .text-part {
    width: 100%;
  }
}
.platinumPartnerPopup .certified-block .text-block .block .text-part p.head,
.platinumPartnerPopup .video-block .text-block .block .text-part p.head {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.platinumPartnerPopup .certified-block .text-block .block .text-part p.sub-head,
.platinumPartnerPopup .video-block .text-block .block .text-part p.sub-head {
  font-size: 12px;
  color: #757575;
  line-height: 15px;
  margin-left: 8px;
  position: relative;
}

.platinumPartnerPopup .certified-block .text-block .block .text-part p.sub-head::before,
.platinumPartnerPopup .video-block .text-block .block .text-part p.sub-head::before {
  content: "*";
  position: absolute;
  top: 0;
  left: -8px;
  color: #757575;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .contentSection {
    padding: 0 12px;
  }
}
.top-insurer-plans-section {
  background: #F8F5F0;
  border-radius: 12px;
  padding: 17px 20px;
  margin: 16px 0 48px 0;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-section {
    padding: 17px 10px;
  }
}
.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans {
  background: #F2F6FF;
  border-radius: 12px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  border: 8px solid #fff;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans {
    flex-wrap: wrap;
    padding: 21px 10px 14px;
  }
}
.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans:last-of-type {
  margin-bottom: 0;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .logo-name {
  border-radius: 8px;
  text-align: left;
  padding: 7px 0 9px;
  max-width: 117px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .logo-name {
    border: 0;
    padding: 0;
    max-width: 95px;
  }
}
.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .logo-name img {
  max-width: 90px;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .logo-name .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 54%;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list {
    width: 100%;
    border-top: 1px solid rgba(37, 56, 88, 0.1019607843);
    order: 3;
    padding: 16px 0 0;
    margin: 15px 0 0;
  }
}
.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list .feature {
  width: 33%;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list .feature .label {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list .feature .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list .feature .value {
    font-size: 13px;
  }
}
.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .features-list .feature .tag {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.6;
  font-size: 10px;
  line-height: 18px;
  margin-top: 3px;
}

.top-insurer-plans-section .top-insurer-plans-list .top-insurer-plans .button-wrapper button {
  border: none;
  border-radius: 8px;
  background: #0065FF;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 9px 18px;
  cursor: pointer;
}

@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;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.term-pillers-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  margin: 48px auto 25px;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget {
    flex-direction: column;
    padding: 8px;
    max-width: 100%;
  }
}
.term-pillers-hub-widget .heading-tab-list {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding-left: 8px;
  height: 280px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: initial;
  }
}
.term-pillers-hub-widget .heading-tab-list .heading {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .heading {
    margin: 20px auto 0;
    text-align: center;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  width: 81%;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }
  .term-pillers-hub-widget .heading-tab-list .tab::-webkit-scrollbar {
    display: none;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links {
  border-radius: 8px;
  border: 0;
  background: 0 0;
  width: 100%;
  height: 51px;
  text-align: left;
  padding: 0 24px;
  margin: 8px 0 0;
  color: #0065ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .heading-tab-list .tab .tab-links {
    flex-shrink: 0;
    padding: 16px;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0 4px 0 0;
  }
}
.term-pillers-hub-widget .heading-tab-list .tab .tab-links.active {
  background: #0065ff;
  color: #fff;
}

.term-pillers-hub-widget .tab-content-section {
  width: 69%;
  border-radius: 6px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px 16px 4px;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section {
    width: 100%;
    padding: 16px 8px 4px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content {
  display: none;
  height: auto;
  overflow-y: scroll;
  max-height: 400px;
}

.term-pillers-hub-widget .tab-content-section .tab-content.active {
  display: block;
}

.term-pillers-hub-widget .tab-content-section .tab-content::-webkit-scrollbar {
  display: none;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
  border-radius: 8px;
  background: #fff;
  padding: 16px 17px;
  margin: 0 8px 12px 0;
  width: 32%;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    height: 64px;
  }
}
.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link a {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link {
    width: 48.5%;
    padding: 16px 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(3n) {
    margin-right: 8px;
  }
  .term-pillers-hub-widget .tab-content-section .tab-content .link-list .link:nth-of-type(2n) {
    margin-right: 0;
  }
}
.promise-tag-pb {
  font-size: 0px;
  background: url("../../images/bu/term/lowet-price.png") no-repeat;
  width: 200px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
}

@media (max-width: 1024px) {
  .popup-container .form_mixed_layout .promise-tag-pb {
    top: 110px;
    left: 6px;
  }
}
.promise-tag-pb::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-flex;
  margin: 0 8px 0 0;
  background: url("../../images/bu/term/promise-icon-pb.png") no-repeat;
  background-size: 100%;
  display: none;
}

.promise-tag-pb strong {
  margin: 0 0 0 4px;
  font-weight: 700;
}

.promise-tag-pb sup {
  line-height: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .form_mixed_layout {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .form_mixed_layout .promise-tag-pb {
    top: -20px;
    left: 6px;
  }
}
.term-footer-sticky {
  background: #242424;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px 12px 0 0;
  transition: all 0.5s ease-in;
}

.term-footer-sticky .msg-we-offer {
  display: none;
}

@media (max-width: 980px) {
  .term-footer-sticky .msg-we-offer {
    position: absolute;
    bottom: 48px;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px 50px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}

.term-footer-sticky .premiumPlan sup {
  position: relative !important;
  top: initial !important;
}

.term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: -50px;
  font-size: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term-footer-sticky .close-btn {
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 890px) {
  .term-footer-sticky .close-btn {
    background: 0 0;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #ccc;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .term-footer-sticky .offer-we-share {
    max-width: 600px;
    justify-content: space-between;
    width: 96%;
  }
}
.term-footer-sticky .offer-we-share .offer-img {
  width: 60px !important;
  height: 80px !important;
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat -8px 0 !important;
  background-size: cover !important;
}

.term-footer-sticky .offer-we-share .vp.av {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 235px;
  color: #fff;
  text-align: left;
  padding: 16px;
  font-weight: 500;
  padding: 14px 13px 14px 12px;
  font-weight: 500;
  margin: 9px 0;
  position: relative;
}

.term-footer-sticky .offer-we-share .vp.av i {
  content: "";
  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;
  right: 18px;
  top: 40%;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .vp.av {
    max-width: 122px !important;
  }
  .term-footer-sticky .offer-we-share .vp.av span {
    display: none !important;
  }
}
.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

.term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 30px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitext {
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  top: 0;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    margin-bottom: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -3px;
  padding-left: 5px;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    padding: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab {
  margin-bottom: 10px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  color: #4ce48e;
  margin-right: 20px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 .highlight-green {
  color: #4ce48e;
  font-size: 14px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 sup {
  color: #4ce48e;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 550%;
  background-position: -86px -5px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
    display: none;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2 {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: #e79eff;
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 680%;
  background-position: -107px -40px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab {
    display: none;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    margin: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}

.term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 568px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span {
    color: #0065ff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span:before {
    content: "";
    background: url("../../images/bu/term/chat-term-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    border: 1px solid #fff;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    z-index: 1;
    left: 10px;
    top: -9px;
    position: absolute;
  }
  .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 640px) {
  .term-footer-sticky .offer-we-share {
    padding: 10px 15px 0;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
.term-footer-sticky .f-discalimer {
  color: #fff !important;
  position: absolute !important;
  bottom: 5px !important;
  right: -40px !important;
  font-size: 10px !important;
  width: 460px !important;
}

.term-footer-sticky .section-grid {
  background: 0 0 !important;
}

.insurer-highlights {
  padding: 0;
  border-radius: 12px;
  margin: 15px 0 30px 0;
}
.insurer-highlights .heading {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 26px;
  color: #222;
  padding-left: 0px;
  position: relative;
}
.insurer-highlights .heading:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #253858;
  position: absolute;
  bottom: 6px;
  right: -24px;
  border-radius: 2px;
}
.insurer-highlights .heading .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 4px;
  background: url(../../images/bu/term/all-max-icon.png) no-repeat center;
  background-size: 254px 47px;
  background-position: -116px -11px;
  position: relative;
  top: 5px;
}
.insurer-highlights .highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 2rem;
}
.insurer-highlights .highlights-list li {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}
.insurer-highlights .highlights-list li .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-top: 4px;
  background: url("../../images/bu/term/all-max-icon.png") no-repeat center;
  background-size: 308px 54px;
}
.insurer-highlights .highlights-list li .icon.icon1 {
  background-position: -263px -10px;
}
.insurer-highlights .highlights-list li .icon.icon2 {
  background-position: -52px -10px;
}
.insurer-highlights .highlights-list li .icon.icon3 {
  background-position: -10px -10px;
}
.insurer-highlights .highlights-list li .icon.icon4 {
  background-position: -174px -10px;
}
.insurer-highlights .highlights-list li .icon.icon5 {
  background-position: -220px -10px;
}
.insurer-highlights .highlights-list li .icon.icon6 {
  background-position: -97px -10px;
}
.insurer-highlights .highlights-list li .icon.icon7 {
  background-position: 0px 0px;
}
.insurer-highlights .highlights-list li .highligh-container p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #253858;
  line-height: 30px;
}
.insurer-highlights .highlights-list li .highligh-container p small {
  font-size: 10px;
  color: #253858;
}
.insurer-highlights .highlights-list li .highligh-container span {
  display: block;
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 24px;
}
@media (max-width: 768px) {
  .insurer-highlights .highlights-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .insurer-highlights .highlights-list li .icon {
    min-width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-top: 4px;
    background: url("../../images/bu/term/all-max-icon.png") no-repeat center;
    background-size: 228px 37px;
  }
  .insurer-highlights .highlights-list li .icon.icon1 {
    background-position: -197px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon2 {
    background-position: -36px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon3 {
    background-position: 0px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon4 {
    background-position: -127px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon5 {
    background-position: -159px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon6 {
    background-position: -97px -10px;
  }
  .insurer-highlights .highlights-list li .icon.icon7 {
    background-position: -72px -6px;
  }
  .insurer-highlights .highlights-list li .highligh-container p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #253858;
    line-height: 16px;
    margin-top: 8px;
  }
  .insurer-highlights .highlights-list li .highligh-container p small {
    font-size: 10px;
    color: #253858;
  }
  .insurer-highlights .highlights-list li .highligh-container span {
    display: block;
    font-size: 11px;
    color: rgba(37, 56, 88, 0.8);
    line-height: 16px;
  }
}
@media (max-width: 640px) {
  .insurer-highlights .highlights-list {
    gap: 10px;
  }
  .insurer-highlights .highlights-list li .icon {
    min-width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-top: 4px;
    background: url("../../images/bu/term/all-max-icon.png") no-repeat center;
    background-size: 228px 37px;
  }
  .insurer-highlights .highlights-list li .icon.icon1 {
    background-position: -197px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon2 {
    background-position: -36px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon3 {
    background-position: 0px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon4 {
    background-position: -127px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon5 {
    background-position: -159px -6px;
  }
  .insurer-highlights .highlights-list li .icon.icon6 {
    background-position: -97px -10px;
  }
  .insurer-highlights .highlights-list li .icon.icon7 {
    background-position: -72px -6px;
  }
  .insurer-highlights .highlights-list li .highligh-container p {
    margin: 6px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #253858;
    line-height: 20px;
  }
  .insurer-highlights .highlights-list li .highligh-container p small {
    font-size: 10px;
    color: #253858;
  }
  .insurer-highlights .highlights-list li .highligh-container span {
    display: block;
    font-size: 12px;
    color: rgba(37, 56, 88, 0.8);
    line-height: 16px;
  }
}

.one-crore-term-plan-box {
  margin-top: 48px;
}
@media (max-width: 640px) {
  .one-crore-term-plan-box {
    margin-top: 18px;
  }
}

.table-responsive {
  overflow: hidden;
  overflow-x: scroll;
}
.table-responsive::-webkit-scrollbar {
  display: none;
}

@media (max-width: 640px) {
  .section-end-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .insurer-slider .option-insurer-heading {
    padding: 0px !important;
  }
}
.hlvcalculator-insurer {
  border: 1px solid rgba(0, 101, 255, 0.2);
  width: 100%;
  padding: 16px 16px 16px 16px;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  margin-top: 30px;
}
.hlvcalculator-insurer .note-text {
  position: absolute;
  font-size: 12px;
  bottom: 10px;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .note-text {
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
  }
}
.hlvcalculator-insurer .graph-value-wise .plane-heading {
  font-size: 12px;
}
.hlvcalculator-insurer .graph-value-wise .plane-heading .cover-amt {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
}
.hlvcalculator-insurer .graph-value-wise .graphbox {
  position: relative;
  padding-top: 10px;
}
.hlvcalculator-insurer .graph-value-wise .graphbox .partician {
  position: absolute;
  top: 10px;
  width: 220px;
  height: 110px;
  left: 0;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .graph-value-wise .graphbox .partician {
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}
.hlvcalculator-insurer .graph-value-wise .graphbox .partician > div.second {
  top: 4px;
  left: 103px;
}
.hlvcalculator-insurer .graph-value-wise .graphbox .partician > div.third {
  left: 146px;
  top: 38px;
  transform: rotate(90deg);
}
.hlvcalculator-insurer .graph-value-wise .graphbox .partician > div.first {
  top: 43px;
  left: 65px;
}
.hlvcalculator-insurer .graph-value-wise .graphbox #chartdiv {
  position: relative !important;
  width: 220px !important;
  height: 110px !important;
  bottom: initial !important;
  overflow: hidden !important;
  margin-bottom: 10px;
  margin: 0px auto 10px;
}
.hlvcalculator-insurer .graph-value-wise .graphbox #chartdiv .highcharts-container {
  height: 90px !important;
}
.hlvcalculator-insurer .graph-value-wise .graphbox .you-are-coverd {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.hlvcalculator-insurer .graph-value-wise .termbtnredirection {
  cursor: pointer;
  color: #f45023;
  margin: 0;
  font-weight: 600;
  border: 1px solid #f45023;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  max-width: 80%;
  margin: 20px auto;
}
.hlvcalculator-insurer .graph-value-wise .calculatorName {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.9);
}
.hlvcalculator-insurer .graph-value-wise .coveredAmt {
  font-size: 24px;
  font-weight: 700;
  color: #0F6E03;
  margin: 10px 0;
}
.hlvcalculator-insurer .wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .wrapper {
    flex-direction: column;
  }
}
.hlvcalculator-insurer .wrapper .left {
  background: rgba(0, 101, 255, 0.05);
  box-sizing: border-box;
  margin-right: 10px;
  padding: 68px 16px 16px 16px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .wrapper .left {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.hlvcalculator-insurer .wrapper .left .top-heading {
  position: absolute;
  top: 0;
  background: #DEEBFF;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: #083F93;
  padding: 12px 24px;
  border-radius: 12px 0 12px 0;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .wrapper .left .top-heading {
    font-size: 16px;
    font-weight: 600;
    color: #083F93;
    padding: 12px 9px;
    border-radius: 12px 12px 0 0px;
    letter-spacing: -0.016em;
  }
}
.hlvcalculator-insurer .wrapper .right {
  background: #FAF9F3;
  flex: 0 0 35%;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}
.hlvcalculator-insurer .wrapper .right .bannertermredirect {
  cursor: pointer;
  color: #f45023;
  margin: 0;
  font-weight: 600;
  border: 1px solid #f45023;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  max-width: 80%;
  margin: 20px auto;
}
@media (max-width: 640px) {
  .hlvcalculator-insurer .wrapper .right {
    width: 100%;
  }
}
.hlvcalculator-insurer .agecount, .hlvcalculator-insurer .annualIncome, .hlvcalculator-insurer .radio-selection {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  position: relative;
}
.hlvcalculator-insurer .agecount span, .hlvcalculator-insurer .annualIncome span, .hlvcalculator-insurer .radio-selection span {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  font-weight: 600;
}
.hlvcalculator-insurer .agecount .err, .hlvcalculator-insurer .annualIncome .err, .hlvcalculator-insurer .radio-selection .err {
  font-size: 12px;
  color: red;
  margin: 5px 0;
  font-weight: 500;
  position: absolute;
  right: 0px;
  bottom: -12px;
  background: #f3f7ff;
}
.hlvcalculator-insurer .annualIncome {
  margin: 14px 0px;
  padding: 16px 0px;
  border: 1px dashed #ccc;
  border-left: 0;
  border-right: 0;
}
.hlvcalculator-insurer .radio-selection {
  align-items: flex-start;
  padding-top: 8px;
}
.hlvcalculator-insurer .radio-selection .form-label {
  padding: 0;
  margin: 0;
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  font-weight: 600;
}
.hlvcalculator-insurer .formInput.rupee {
  position: relative;
}
.hlvcalculator-insurer .formInput.rupee:before {
  content: "₹";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 52%;
  font-size: 16px;
  font-weight: 500;
  transform: translate(16px, -50%);
  text-align: center;
  display: flex;
  color: #253858;
  align-items: center;
}
.hlvcalculator-insurer .hlvage, .hlvcalculator-insurer #hlvAnnualIncome {
  width: 125px;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard property */
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(37, 56, 88, 0.3);
  font-size: 15px;
  font-weight: 600;
}
.hlvcalculator-insurer #hlvAnnualIncome {
  padding-left: 30px;
}
.hlvcalculator-insurer .hlvage {
  background-image: url(../../images/bu/term/arrrow-img.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  background-size: 10%;
}
.hlvcalculator-insurer .hlvLifeCover {
  margin-top: 20px;
  position: relative;
}
.hlvcalculator-insurer .hlvLifeCover input {
  width: 100%;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard property */
  border-radius: 8px;
  padding: 10px 10px 10px 30px;
  border: 1px solid rgba(37, 56, 88, 0.3);
  font-size: 15px;
  font-weight: 600;
}
.hlvcalculator-insurer .hlvLifeCover:before {
  content: "₹";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 52%;
  font-size: 16px;
  font-weight: 500;
  transform: translate(16px, -50%);
  text-align: center;
  display: flex;
  color: #253858;
  align-items: center;
}
.hlvcalculator-insurer .radio-input {
  width: 125px;
  margin: 0;
}
.hlvcalculator-insurer .radio-input .custom-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.hlvcalculator-insurer .radio-input .custom-checkbox input {
  position: relative;
  opacity: 1;
  width: 22px;
}
.hlvcalculator-insurer .radio-input .custom-checkbox input[type=radio] {
  accent-color: #0065ff; /* 👈 your blue */
}
.hlvcalculator-insurer .radio-input .custom-checkbox .box {
  line-height: normal;
  border: none;
  background: none;
  height: auto;
  text-align: left;
  padding-left: 5px;
}
.hlvcalculator-insurer .radio-input .custom-checkbox input:checked ~ .box {
  color: #0065ff;
  line-height: normal;
  border: none;
  background: none;
  height: auto;
  text-align: left;
  padding-left: 5px;
}

.benefits_of_life_insurance h2 {
  margin-top: 20px;
}

.buy_life_insurance_from_policybazaar, .renew_life_insurance, .online_premium_payment, .document_required_to_claim, .branch_location {
  padding-right: 30%;
  position: relative;
}
@media (max-width: 640px) {
  .buy_life_insurance_from_policybazaar, .renew_life_insurance, .online_premium_payment, .document_required_to_claim, .branch_location {
    width: 100%;
    padding: 0;
  }
  .buy_life_insurance_from_policybazaar h2 + p, .renew_life_insurance h2 + p, .online_premium_payment h2 + p, .document_required_to_claim h2 + p, .branch_location h2 + p {
    width: 220px;
  }
}

.buy_life_insurance_from_policybazaar:before {
  content: "";
  background: url("../../images/bu/term/how_to_buy.png") no-repeat 0 0;
  width: 340px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
@media (max-width: 640px) {
  .buy_life_insurance_from_policybazaar:before {
    width: 110px;
    height: 112px;
    position: absolute;
    right: 0;
    top: 46px;
  }
}

.renew_life_insurance:before {
  content: "";
  background: url("../../images/bu/term/renew_section.jpg") no-repeat 0 0;
  width: 280px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
@media (max-width: 640px) {
  .renew_life_insurance:before {
    width: 110px;
    height: 112px;
    position: absolute;
    right: 0;
    top: 46px;
  }
}

.online_premium_payment:before {
  content: "";
  background: url("../../images/bu/term/online_premium_payment.png") no-repeat 0 0;
  width: 250px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
@media (max-width: 640px) {
  .online_premium_payment:before {
    width: 90px;
    height: 92px;
    position: absolute;
    right: -9px;
    top: 63px;
  }
}

.document_required_to_claim:before {
  content: "";
  background: url("../../images/bu/term/document_required.png") no-repeat 0 0;
  width: 280px;
  height: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
@media (max-width: 640px) {
  .document_required_to_claim:before {
    width: 90px;
    height: 102px;
    position: absolute;
    right: 0;
    top: 46px;
  }
}

.branch_location:before {
  content: "";
  background: url("../../images/bu/term/branch.png") no-repeat 0 0;
  width: 240px;
  height: 210px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background-size: contain;
}
@media (max-width: 640px) {
  .branch_location:before {
    width: 110px;
    height: 112px;
    position: absolute;
    right: 0;
    top: 46px;
  }
}

.sliderRoot .sliderWrapper .arrows.style-2, .sliderRootWrapper .sliderWrapper .arrows.style-2 {
  top: -40px !important;
}

.ulip-nav-table {
  background: #F3F7FF;
  border-radius: 10px;
  padding: 20px;
  margin: 40px auto 0;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .ulip-nav-table {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.ulip-nav-table .ulip-nav-list .title-ulip {
  font-size: 26px;
  font-weight: 700;
  color: #253858;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links {
    overflow-y: auto;
    display: flex;
    max-height: inherit;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists {
  margin: 18px 0 0 0;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
  font-size: 18px;
  color: #253858;
  text-decoration: none;
  padding: 14px 15px;
  display: flex;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
    white-space: nowrap;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a.active {
  color: #fff;
  background: #0065FF;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs {
  border-radius: 8px;
  padding: 12px 4px 12px 12px;
  background: #FFFFFF;
  width: 74%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs {
    width: 100%;
    padding-right: 0px;
    margin-top: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer {
  height: auto;
  padding: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer::after {
  background: transparent;
  height: 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable {
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable {
    overflow-y: auto;
    max-height: inherit;
    padding-right: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  width: 100%;
  border: 0px;
  margin: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr {
  background: rgba(51, 98, 255, 0.03);
  border-top: 10px solid #fff;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr.th-row {
  background: #eaefff !important;
  position: sticky;
  top: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th {
  text-align: left;
  font-size: 16px;
  color: rgb(37, 56, 88);
  font-weight: 500;
  padding: 15px 10px;
  white-space: nowrap;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:first-child {
  border-radius: 8px 0px 0px 8px;
  max-width: 140px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th.sort-asc img {
  transform: rotate(180deg);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th img {
  filter: brightness(0);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th b {
  font-weight: 500;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons {
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  margin-left: 5px;
  gap: 2px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-up-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-down-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  border: 0px;
  min-width: 95px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
    min-width: 140px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  max-width: 138px;
  line-height: 24px;
  color: rgb(0, 101, 255);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .green {
  background: rgb(215, 255, 205);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .red {
  background: rgb(255, 204, 200);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td button.btn {
  background: rgb(0, 101, 255);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  width: 83px;
  height: 32px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel .term-form-template {
    padding: initial !important;
    margin-top: initial !important;
  }
}
.modalpopup {
  position: relative;
}

.modalpopup.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 1000;
}

.modalpopup.overlay.show {
  visibility: visible;
  opacity: 1;
}

.modalpopup .popup {
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 12px;
  width: 440px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.modalpopup .popup.thankyou {
  width: 440px;
}

.modalpopup .popup .icon-user,
.modalpopup .popup .icon-phone,
.modalpopup .popup .icon-calendar {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 22px;
  height: 21px;
}
.modalpopup .popup .icon-user img,
.modalpopup .popup .icon-phone img,
.modalpopup .popup .icon-calendar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
  .modalpopup .popup {
    overflow-y: scroll;
  }
}
.modalpopup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.modalpopup .popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}

.modalpopup .popup .close:hover {
  opacity: 1;
}

.modalpopup .popup .certificate {
  text-align: center;
}

.modalpopup .popup .certificate img {
  width: auto;
}

.modalpopup .popup .heading_call_icon {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.modalpopup .popup .heading_call_icon .headingtext {
  font-size: 20px;
  margin: 7px;
  font-weight: 700;
}

.modalpopup .popup .heading_call_icon .phone {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../images/bu/term/new-rc-img.png") no-repeat 0 0;
  background-size: 120%;
}

.modalpopup .popup .content h3 {
  padding: 0;
  margin: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.modalpopup .popup .content .back-to-site,
.modalpopup .popup .content .reqBtn,
.modalpopup .popup .content .scheduleBtn {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  margin: 20px auto 26px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .back-to-site,
  .modalpopup .popup .content .reqBtn,
  .modalpopup .popup .content .scheduleBtn {
    font-size: 14px;
    width: 60%;
    padding: 10px;
  }
}
.modalpopup .popup .content .back-to-site {
  width: 140px;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .scheduleBtn {
  margin: 20px auto 10px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .scheduleBtn {
    margin: 7px auto 10px;
    border-radius: 10px;
  }
}
.modalpopup .popup .content .link {
  font-size: 12px;
  color: #0165ff;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.modalpopup .popup .content .link:before {
  content: "";
  border: solid #0165ff;
  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(135deg);
  position: absolute;
  top: 4px;
  left: -19px;
}

.modalpopup .popup .content .highlight-text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}

.modalpopup .popup .content .highlight-text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #ccc;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.modalpopup .popup .content .highlight-text.xl {
  font-size: 26px;
  margin: 0;
}

.modalpopup .popup .content .highlight-text.xl:before {
  display: none;
}

.modalpopup .popup .content .contact-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.modalpopup .popup .content .contact-info li {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modalpopup .popup .content .contact-info li .des {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.modalpopup .popup .content .contact-info li .number {
  font-size: 14px;
  color: #253858;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.modalpopup .popup .content .contact-info li .number .phone-icon {
  background: url("../../images/bu/term/call-icon.svg") no-repeat 0 0;
  width: 14px;
  height: 15px;
  display: block;
  margin: 0 5px 0 0;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .contact-info {
    width: 100%;
    margin: 16px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modalpopup .popup .content .contact-info li {
    width: 50%;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-weight: 600;
  }
}
.modalpopup .popup .content .extra-info {
  width: 250px;
  margin: 0 auto 30px;
  text-align: center;
}

.modalpopup .popup .content .extra-info span {
  display: block;
  font-size: 10px;
  margin: 20px;
  line-height: 16px;
}

.modalpopup .popup .content .extra-info .infotext {
  font-size: 12px;
  line-height: 22px;
}

.modalpopup .popup .content .extra-info.xl {
  width: 280px;
}

.modalpopup .popup .content .reqCallback {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.modalpopup .popup .content .reqCallback .call-back-form-heading {
  font-size: 14px;
  font-weight: 500;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput {
  width: 98%;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    padding: 0 !important;
  }
}
.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading {
  background: rgba(24, 194, 0, 0.05);
  color: #253858;
  padding: 10px;
  top: 0;
  font-size: 12px;
  padding-left: 22px;
  width: 290px;
  position: absolute;
  border-radius: 0 0 8px 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 11px;
  background: url("../../images/bu/term/phone_callback.png") no-repeat 0 0;
  background-size: contain;
}

.modalpopup .popup .content .phone-icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
}

.modalpopup .popup .content .thanks-icon {
  width: 120px;
  height: 110px;
  margin: 0 auto;
}

.modalpopup .popup .step-2 {
  margin: 45px 0;
}

@media screen and (max-width: 767px) {
  .modalpopup .popup .step-2 {
    margin: 33px 0;
  }
}
.modalpopup .popup .step-3 {
  margin: 75px 0;
}

@media (max-width: 568px) {
  .modalpopup .popup {
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .modalpopup .popup.thankyou {
    max-width: 360px;
    width: 96%;
  }
  .modalpopup .popup.thankyou .step-3 {
    margin: 75px 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .modalpopup .popup .content .step-1 .reqCallback {
    margin: 27px 0 20px auto;
  }
  .modalpopup .popup .content .reqCallback .call-back-form-heading {
    top: -34px !important;
  }
  .modalpopup .popup .content .reqCallback:before {
    display: none;
  }
  .modalpopup .popup .content .highlight-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .modalpopup .popup .content .contact-info li .des {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-size: 14px;
    justify-content: center;
  }
  .modalpopup .popup .content .phone-icon {
    width: 40px;
    height: 40px;
  }
  .modalpopup .popup .content .extra-info span {
    display: block;
    font-size: 10px;
    margin: 15px;
    line-height: 16px;
  }
  .modalpopup .popup .content .extra-info span.infotext {
    margin-bottom: 10px;
  }
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    box-shadow: none;
  }
}
.modalpopup .custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.modalpopup .custom-field .err {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  font-size: 10px;
  text-align: right;
  color: red;
}

.modalpopup .custom-field.movingLabel.mob input {
  padding: 14px 14px 14px 42px;
  height: 44px;
}

.modalpopup .custom-field.movingLabel.mob select {
  position: absolute;
  width: 78px;
  height: calc(100% - 6px);
  padding: 0 10px;
  border: none;
  top: 3px;
  left: 0;
  background: 0 0;
  z-index: 1;
}

.modalpopup .custom-field.movingLabel.mob select:focus {
  outline: 0;
}

.modalpopup .custom-field.movingLabel input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  padding: 14px 12px 14px 42px;
  border-radius: 8px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #cbc9c9;
  transition: border-color 0.3s ease;
}

.modalpopup .custom-field.movingLabel input + .placeholder {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: -6px;
  line-height: 100%;
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  left: 7px;
  padding: 0 5px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}

.modalpopup .form-whatsapp {
  margin-top: 10px !important;
}

.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 2px #36b37e;
}/*# sourceMappingURL=term_insurer_v11.css.map */