@charset "UTF-8";
li,
ul {
  padding: 0;
  margin: 0;
}

li,
ul {
  padding: 0;
  margin: 0;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 779px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection .h2,
.leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection .h2:first-letter,
.leftSection h2:first-letter {
  text-transform: uppercase;
}

.leftSection .h2 a,
.leftSection h2 a {
  color: #0065ff;
}

.leftSection .h2.mt0,
.leftSection h2.mt0 {
  margin-top: 0;
}

.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.leftSection 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) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .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%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 1170px;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong,
  .grid .leftSection h1,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2,
  .grid .leftSection .h2 strong,
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3,
  .grid .leftSection .h3 strong,
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 a,
  .grid .leftSection .h3 strong a,
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection .h1,
  .leftSection .h1 strong,
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2,
  .leftSection .h2 strong,
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3,
  .leftSection .h3 strong,
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block .leftSection span.h2,
.blue-block span.title,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title .h2,
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .h2.tp0,
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.animated-banner {
  margin-bottom: 20px;
}

.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

body:has(.spynav) .fixedh {
  position: initial !important;
}

.loader {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader svg {
  width: 100%;
}

svg.radial-progress {
  height: auto;
  max-width: 100%;
  transform: rotate(-90deg);
  width: 100%;
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #0881FC;
}

.loader1 {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader1 svg {
  width: 100%;
}

.section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .section-grid {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .section-grid {
    max-width: 100%;
  }
}
.section-grid.pd16 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .section-grid.pd16 {
    padding: 0 16px;
    margin-top: 30px;
  }
}
.section-full .section-grid {
  max-width: 100%;
  background: 0 0;
  padding: 0;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left,
.flexbox-right {
  width: 50%;
}

@media (max-width: 890px) {
  .flexbox-left,
  .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.w70,
.flexbox-right.w70 {
  width: calc(100% - 338px);
}

@media (max-width: 890px) {
  .flexbox-left.w70,
  .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60,
.flexbox-right.w60 {
  width: 60%;
}

@media (max-width: 568px) {
  .flexbox-left.w60,
  .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w40,
.flexbox-right.w40 {
  width: 40%;
}

@media (max-width: 568px) {
  .flexbox-left.w40,
  .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30,
.flexbox-right.w30 {
  width: 338px;
}

@media (max-width: 890px) {
  .flexbox-left.w30,
  .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}

@media (max-width: 890px) {
  .flexbox.sb .term-illustration {
    display: none;
  }
}
.flexbox.alignOrder .flex {
  display: block;
}

@media (max-width: 890px) {
  .flexbox.alignOrder .flex {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .flexbox.alignOrder .flex .top-heading {
    order: 1;
  }
  .flexbox.alignOrder .flex .video-container {
    order: 4;
  }
  .flexbox.alignOrder .flex .content {
    order: 2;
  }
  .flexbox.alignOrder .flex .how-term-insurance-work-wrapper {
    order: 3;
  }
}
.flexbox-right.lf {
  max-width: 450px;
}

.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  width: calc(100% - 480px);
  padding-right: 20px;
}

@media (max-width: 568px) {
  .flexbox .flexbox-left.col-flex .alignleft h1 {
    font-weight: 700;
    font-size: 32px;
  }
}
@media (max-width: 980px) {
  .flexbox .flexbox-left.col-flex {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.flexbox.reviewby {
  width: 410px;
  margin: 0 auto 60px;
  padding: 0 0 0 12px;
  position: relative;
}

.flexbox.reviewby:after,
.flexbox.reviewby:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(37, 56, 88, 0.2);
}

.flexbox.reviewby:after {
  left: initial;
  right: 0;
}

@media (max-width: 890px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 340px;
    width: 96%;
    padding: 0 10px;
    margin: 30px auto 40px;
  }
}
@media (max-width: 360px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 310px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .section-full .section-grid,
  .section-grid {
    background: 0 0;
    padding: 0 16px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section-full .section-grid,
  .section-grid {
    padding: 0 8px;
  }
  .section-full .section-grid.termlifeRider,
  .section-grid.termlifeRider {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  .section-full .section-grid .how-to-buy-graphic img,
  .section-grid .how-to-buy-graphic img {
    height: auto;
    width: 100%;
  }
}
.spynav {
  background: #232323;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n+2) {
    display: none;
    min-width: 200px;
  }
}
.spynav .spylink.multiLink {
  width: 320px;
}

@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    display: none;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #16a085;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.spynav .spylink li.ht {
  overflow: hidden;
  max-width: 180px;
}

.spynav .spylink li.ht a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spynav .spylink li.ht a:hover {
  color: #16a085;
  background: #fff;
}

.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.spynav .spylink li.ht.active::after,
.spynav .spylink li.ht:focus::after,
.spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}

.spynav .spylink li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spynav .spylink li a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}

.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}

.spynav .spylink li .allContent select:focus {
  outline: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  position: sticky;
  top: -1px;
  z-index: 99;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown__button {
  padding: 13px 25px 13px 35px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 24px;
  border: none;
  color: #0165ff;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 160px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 150px;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/allcontent.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 9px;
}

.select-dropdown__button:focus {
  outline: 0;
}

.select-dropdown__button .zmdi {
  background: url("../../images/life/arrow_forward_ios.svg") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.2s ease-out;
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__button .zmdi.active {
  transform: rotate(90deg);
  top: 13px;
}

.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}

.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: -85%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

.scrollable-box {
  position: relative;
}

.scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.landingFirst {
  position: relative;
  padding-top: 20px;
}
.landingFirst.onecr {
  background: linear-gradient(180deg, #E6FFFA 0%, rgba(255, 255, 255, 0) 100%);
}

.change-loan-cover {
  text-align: center;
  margin: 10px 0 6px 0;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 568px) {
  .change-loan-cover {
    font-size: 13px;
  }
}
.change-loan-cover span {
  padding: 10px;
  display: inline-block;
  line-height: 22px;
}
.change-loan-cover span i {
  font-size: 18px;
  font-style: normal;
  color: #0165ff;
  font-weight: 700;
}
.change-loan-cover .sub_text {
  padding: 10px 14px;
  background: rgb(239, 248, 244);
  color: rgb(21, 140, 94);
  font-weight: 700;
  position: relative;
  border: none;
  line-height: 13px;
  font-size: 14px;
  display: inline-block;
  border-radius: 20px;
  margin: 7px 0;
}
@media (max-width: 568px) {
  .change-loan-cover .sub_text {
    font-size: 12px;
  }
}

.change-loan-cover + .promise-tag-pb {
  display: none;
}

@media (max-width: 890px) {
  .landingFirst .section-grid {
    padding: 0;
  }
}
/********* lead form *********/
.lead-form {
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
  border-radius: 20px;
  background: rgb(5, 52, 123);
  min-height: 300px;
  padding-bottom: 16px;
  margin-top: 20px;
  position: relative;
  border-top: 5px solid #0165ff;
}
.lead-form .ageyears {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  background: rgba(0, 102, 255, 0.1);
  color: #0066ff;
  font-size: 13px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 600;
}
.lead-form .form-heading {
  padding: 22px 0 16px 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 18px;
}
@media (max-width: 980px) {
  .lead-form .form-heading {
    padding: 30px 0 22px 105px;
  }
}
.lead-form .form-heading .sub-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.lead-form .form-heading .sub-title.sc {
  width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 980px) {
  .lead-form .form-heading .sub-title {
    font-size: 16px;
    text-align: left;
    padding-right: 10px;
  }
}
.lead-form .form-heading .sub-title span {
  display: inline;
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lead-form .form-heading .sub-title span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .lead-form .form-heading .sub-title p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
.lead-form .change-loan-cover span {
  color: #fff;
}
.lead-form .change-loan-cover span i {
  color: #fff;
  font-weight: 600;
}
.lead-form .headingtitle_housewife {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
.lead-form .headingtitle_housewife span {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 980px) {
  .lead-form .headingtitle_housewife {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 90px;
    text-align: left;
    margin: 25px 0;
  }
  .lead-form .headingtitle_housewife span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
.lead-form .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;
  display: block !important;
}
.lead-form .certificate-img {
  width: 370px;
  margin: 0 auto 8px;
}
.lead-form .certificate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 568px) {
  .lead-form .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}
.lead-form .graphic-leadform {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 16px;
  top: 8px;
  background-position: top right 10px;
  background-size: 280%;
  background-repeat: no-repeat;
}
.lead-form .form-term {
  display: flex;
  width: 92%;
  margin: 0px auto 0;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
}
.lead-form .form-term .fieldWrapper {
  margin: 10px 0 16px;
  position: relative;
}
.lead-form .form-term .fieldWrapper#person_name:before {
  content: "";
  background: url(../../images/bu/term/fi_user.png) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.lead-form .form-term .fieldWrapper#dates:before {
  content: "";
  background: url(../../images/bu/term/fi_dates.png) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.lead-form .form-term .fieldWrapper.error .err {
  color: rgb(255, 0, 0);
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  margin: 0px;
}
.lead-form .form-term input, .lead-form .form-term select {
  padding: 13px 18px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
  outline: none;
  width: 100%;
  height: 44px;
  padding-left: 50px;
  font-weight: 400;
}
.lead-form .form-term input.error, .lead-form .form-term select.error {
  border: 1px solid rgb(255, 0, 0);
}
.lead-form .form-term .feildLable {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  left: auto;
  background: #fff;
  top: auto;
  padding: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52px;
  transition: all 0.2s ease-in;
}
.lead-form #loader, .lead-form .proceed {
  box-sizing: border-box;
  width: 90%;
  background: #0065ff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 15px auto 25px;
  position: relative;
  border: none;
  cursor: pointer;
}
.lead-form #loader .loader, .lead-form .proceed .loader {
  display: none;
}
.lead-form #loader:focus:before, .lead-form .proceed:focus:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 30px;
  background: url(../../images/bu/term/giphy-loading.gif) no-repeat 0 0;
  top: 12px;
  opacity: 1;
  animation: slideIn 3s ease forwards;
  background-size: contain;
}
@keyframes slideIn {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}

.form-term .fieldWrapper .formInput input.labelshow + .feildLable,
.form-term .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  left: 16px;
}

.inputradio {
  display: flex;
  width: 240px;
  margin: 8px 0 16px;
}
.inputradio .radio-btn {
  display: flex;
  align-items: center;
  width: 68px;
  justify-content: space-between;
}
.inputradio .radio-btn:first-child {
  margin-right: 15px;
}
.inputradio .radio-btn [type=radio]:checked,
.inputradio .radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.inputradio .radio-btn [type=radio]:checked + label,
.inputradio .radio-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
}
.inputradio .radio-btn [type=radio]:checked + label:before,
.inputradio .radio-btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #0065ff;
  border-radius: 100%;
  background: #fff;
}
.inputradio .radio-btn [type=radio]:checked + label:after,
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0065ff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.inputradio .radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.updateMobileFeild input::-webkit-input-placeholder {
  color: #253858;
}
.updateMobileFeild input:-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input::-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input:-ms-input-placeholder {
  color: #253858;
}
.updateMobileFeild {
  position: relative;
  margin: 10px 0 10px;
}
@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 10px 0 6px;
  }
}
.updateMobileFeild:before {
  content: "";
  background: url("../../images/bu/term/fi_mob.png") no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}
.updateMobileFeild .err {
  bottom: -20px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
  font-weight: 400 !important;
}
.updateMobileFeild .dropdown {
  position: relative;
  width: 85px;
  cursor: pointer;
}
.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
  pointer-events: none;
}
.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  height: 46px;
  width: 85px;
  border: none;
}
.updateMobileFeild .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before, .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .updateMobileFeild .code-number {
    margin: 0px 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 54px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0px;
  height: 100%;
  font-weight: 500;
}
.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable, .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}
.updateMobileFeild.error {
  margin: 10px 0 16px;
}
.updateMobileFeild.error .code-number {
  border: 1px solid rgb(255, 0, 0);
}
.updateMobileFeild.error .err {
  color: rgb(255, 0, 0);
  font-weight: 600;
}

.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: white;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}
.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}
.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #36b37e;
}

.landingFirst .with-background .top-fold-image {
  margin: 20px 0 14px;
  text-align: left;
  width: 100%;
}
@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image {
    display: none;
  }
}

.landingFirst .with-background .top-fold-image img {
  width: auto;
  height: 417px;
}

.landingFirst .with-background .top-fold-image.mobile {
  display: none;
}

.landingFirst .with-background .top-fold-image .pointerListHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg {
  background: url("../../images/bu/term/term_benefits.png") no-repeat top left;
  width: 100%;
  height: 235px;
  background-size: contain;
}
.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.stylehindi {
  background: url(../../images/bu/term/term_benefits_hindi_banner.png) no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.stylegst {
  background: url("../../images/bu/term/term_benefits_gst.png") no-repeat top left;
  width: 100%;
  height: 235px;
  background-size: contain;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style0 {
  background: url("../../images/bu/term/second_default.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.stylehome-loan {
  background: url(../../images/bu/term/home-loan.png) no-repeat top left;
  background-size: contain;
  height: 250px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style1 {
  background: url("../../images/bu/term/important_term_riders.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style2 {
  background: url("../../images/bu/term/best_term_insurance.png") no-repeat top left;
  background-size: 100%;
  height: 250px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style3 {
  background: url("../../images/bu/term/term_insurance_lacs.png") no-repeat top left;
  background-size: 100%;
  height: 250px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style4 {
  background: url("../../images/bu/term/salary_individuals.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style5 {
  background: url("../../images/bu/term/term_insurnace_for_dabetics.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style6 {
  background: url("../../images/bu/term/saral_jeevan_bima_plan.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style7 {
  background: url("../../images/bu/term/100_refund.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style9 {
  background: url("../../images/bu/term/term_housewife.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style11 {
  background: url("../../images/bu/term/term_housewife.png") no-repeat top left;
  background-size: 100%;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style10 {
  background: url("../../images/bu/term/term_nri_dirctory_pages.png") no-repeat top left;
  background-size: 100%;
  height: 250px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg.style12 {
  background: url("../../images/bu/term/parenting_tip.png") no-repeat top left;
  background-size: 100%;
  height: 210px;
}

.landingFirst .lead-form .graphic-leadform {
  display: none;
}

@media (max-width: 980px) {
  .landingFirst .lead-form .graphic-leadform {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    right: 3px;
    top: 34px;
    position: absolute;
    z-index: 1;
  }
  .landingFirst .lead-form .graphic-leadform.style0 {
    background: url(../../images/bu/term/second_default.png) no-repeat top left;
    background-size: 280%;
    background-position: -140px 0;
    top: 20px;
  }
  .landingFirst .lead-form .graphic-leadform.stylegst {
    background: url(../../images/bu/term/term_benefits_gst.png) no-repeat top left;
    background-size: 280%;
    background-position: -126px 0;
    top: 16px;
    width: 70px;
    height: 70px;
  }
  .landingFirst .lead-form .graphic-leadform.style1 {
    background: url("../../images/bu/term/important_term_riders.png") no-repeat top left;
    background-size: 280%;
    background-position: -196px 0;
    top: 56px;
  }
  .landingFirst .lead-form .graphic-leadform.style2 {
    background: url(../../images/bu/term/best_term_insurance.png) no-repeat top left;
    background-size: 280%;
    background-position: -125px 0;
    top: 20px;
    width: 70px;
    height: 70px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style3 {
    background: url("../../images/bu/term/term_insurance_lacs.png") no-repeat top left;
    background-size: 255%;
    background-position: -109px 0;
    top: 22px;
    right: 10px;
    width: 70px;
    height: 70px;
  }
  .landingFirst .lead-form .graphic-leadform.style4 {
    background: url(../../images/bu/term/salary_individuals.png) no-repeat top left;
    background-size: 335%;
    background-position: -7px -13px;
    top: 66px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style5 {
    background: url(../../images/bu/term/term_insurnace_for_dabetics.png) no-repeat top left;
    background-size: 276%;
    background-position: -156px 0;
    top: 100px;
    width: 90px;
    height: 90px;
    right: 20px;
  }
  .landingFirst .lead-form .graphic-leadform.style6 {
    background: url(../../images/bu/term/saral_jeevan_bima_plan.png) no-repeat top left;
    background-size: 276%;
    background-position: -157px 0;
    top: 56px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style7 {
    background: url(../../images/bu/term/100_refund.png) no-repeat top left;
    background-size: 276%;
    background-position: -165px 0;
    top: 56px;
    width: 90px;
    height: 90px;
  }
  .landingFirst .lead-form .graphic-leadform.style8 {
    background: url(../../images/bu/term/second_default.png) no-repeat top left;
    background-size: 280%;
    background-position: -196px 0;
    top: 56px;
  }
  .landingFirst .lead-form .graphic-leadform.style9 {
    background: url(../../images/bu/term/term_housewife.png) no-repeat top left;
    background-size: 286%;
    background-position: -128px 0;
    top: 90px;
    width: 70px;
    height: 70px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style10 {
    background: url(../../images/bu/term/term_nri_dirctory_pages.png) no-repeat top left;
    background-size: 316%;
    background-position: -202px -4px;
    top: 60px;
    width: 90px;
    height: 90px;
    right: 16px;
  }
  .landingFirst .lead-form .graphic-leadform.style11 {
    background: url(../../images/bu/term/term_housewife.png) no-repeat top left;
    background-size: 316%;
    background-position: -144px -8px;
    top: 15px;
    height: 70px;
    width: 70px;
    right: 20px;
  }
  .landingFirst .lead-form .graphic-leadform.style12 {
    background: url(../../images/bu/term/parenting_tip.png) no-repeat top left;
    background-size: 600%;
    background-position: -342px -28px;
    top: 28px;
    height: 70px;
    width: 70px;
    right: 20px;
  }
}
.parent_term.multilan .lead-form .form-heading .sub-title {
  font-size: 18px;
}

/********* lead form end *********/
@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 51%;
    margin-top: 5px;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
  }
}
.rating_new_view {
  background: rgb(251, 244, 224);
  border-radius: 12px;
  margin: 20px 0;
  display: none;
}
.rating_new_view.desktop_view {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: 0px;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1215686275);
  left: 0;
  right: 0;
  margin: 30px auto 0;
}
.rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
  width: 33%;
  padding: 9px 10px 10px 70px;
  order: 3;
  font-size: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media (max-width: 390px) {
  .rating_new_view.desktop_view .secured_families span, .rating_new_view.desktop_view .life_cover_assured span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
  left: 24px;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    width: 50%;
    display: block;
    font-size: 9px;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: -0.016em;
    padding: 9px 10px 10px 48px;
  }
  .rating_new_view.desktop_view .secured_families:before, .rating_new_view.desktop_view .life_cover_assured:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .rating_new_view.desktop_view .secured_families, .rating_new_view.desktop_view .life_cover_assured {
    padding: 9px 10px 10px 48px;
  }
}
.rating_new_view.desktop_view .content_rating_new {
  background: rgb(255, 243, 233);
  width: 33%;
  font-size: 14px;
  padding: 8px 24px;
  order: 1;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 10px;
  flex-direction: column;
}
.rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
  width: 120px;
  margin: 5px 0 5px 0;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme {
    position: relative;
    width: 300px;
    margin: 0px auto 0;
    align-items: center;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rated {
    font-size: 14px;
    font-weight: 600;
    padding-left: 90px;
    margin-top: 6px;
  }
  .rating_new_view.desktop_view .content_rating_new .rating_itme .rating_img {
    width: 80px;
    position: absolute;
    top: 18px;
    left: 8px;
  }
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .content_rating_new {
    width: 100%;
    margin: 0px auto;
    border-radius: 8px 8px 0 0;
  }
}
.rating_new_view.desktop_view .life_cover_assured {
  width: 35%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 47%;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families {
  border: none;
  order: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  position: relative;
  width: 31%;
}
@media (max-width: 640px) {
  .rating_new_view.desktop_view .secured_families {
    font-size: 10px;
    position: relative;
    width: 45%;
    margin: 0;
    font-weight: 400;
  }
}
.rating_new_view.desktop_view .secured_families:after {
  content: "";
  height: 45%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
}
.rating_new_view.desktop_view.col4 {
  width: 100%;
}
.rating_new_view.desktop_view.col4 .content_rating_new {
  background: rgb(255, 243, 233);
  width: 23%;
  font-size: 14px;
  padding: 8px 15px;
  order: 1;
  margin: 0px 1% 0 0;
}
.rating_new_view.desktop_view.col4 .content_rating_new .rating_itme {
  font-size: 14px;
  flex-direction: column;
  margin: 5px 0;
}
.rating_new_view.desktop_view.col4 .content_rating_new .rating_itme .rating_img {
  margin: 10px 0 0px 0;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .content_rating_new {
    width: 100%;
    margin: 0px auto;
  }
  .rating_new_view.desktop_view.col4 .content_rating_new .rating_itme {
    width: 200px;
    display: flex;
    flex-direction: row;
    margin: 5px auto;
  }
  .rating_new_view.desktop_view.col4 .content_rating_new .rating_itme .rating_img {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.rating_new_view.desktop_view.col4 .life_cover_assured:nth-child(2):after {
  content: "";
  height: 45%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
}
.rating_new_view.desktop_view.col4 .life_cover_assured {
  width: 23%;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 1%;
  align-items: flex-start;
}
.rating_new_view.desktop_view.col4 .life_cover_assured span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.rating_new_view.desktop_view.col4 .life_cover_assured:before {
  display: none;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .life_cover_assured {
    width: 31%;
    font-size: 10px;
    margin: 16px 0%;
  }
  .rating_new_view.desktop_view.col4 .life_cover_assured span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .rating_new_view.desktop_view.col4 .life_cover_assured {
    font-size: 8px;
    align-items: center;
  }
  .rating_new_view.desktop_view.col4 .life_cover_assured span {
    display: block;
    font-size: 14px;
  }
}
.rating_new_view.desktop_view.col4 .rating_img {
  margin: 8px 0 0px 0;
}
.rating_new_view.desktop_view.col4 .secured_families {
  width: 23%;
  padding: 0;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 1%;
  align-items: flex-start;
}
.rating_new_view.desktop_view.col4 .secured_families span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.rating_new_view.desktop_view.col4 .secured_families:before {
  display: none;
}
@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .secured_families {
    width: 31%;
    font-size: 10px;
    margin: 16px 0%;
  }
  .rating_new_view.desktop_view.col4 .secured_families span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .rating_new_view.desktop_view.col4 .secured_families {
    font-size: 8px;
    align-items: center;
  }
  .rating_new_view.desktop_view.col4 .secured_families span {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .rating_new_view {
    display: block;
    max-width: 440px;
    margin: 20px auto;
  }
}
.rating_new_view .secured_families, .rating_new_view .life_cover_assured {
  font-size: 15px;
  font-weight: 400;
  width: 90%;
  margin: 0px auto;
  padding: 20px 0px 20px 58px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.rating_new_view .secured_families span, .rating_new_view .life_cover_assured span {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 320px) {
  .rating_new_view .secured_families, .rating_new_view .life_cover_assured {
    font-size: 13px;
    padding: 20px 0px 20px 54px;
  }
}
.rating_new_view .life_cover_assured {
  border-bottom: none;
}
.rating_new_view .secured_families:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_15265433.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .secured_families:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .life_cover_assured:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../../images/bu/term/fi_10812171.png") no-repeat 0 0;
  top: 18px;
  left: 15px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .rating_new_view .life_cover_assured:before {
    width: 25px;
    height: 25px;
    left: 12px !important;
  }
}
.rating_new_view .content_rating_new {
  background: rgb(255, 231, 161);
  border-radius: 12px 0 0px 12px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.rating_new_view .content_rating_new i {
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 980px) {
  .rating_new_view .content_rating_new {
    font-size: 11px;
  }
}
.rating_new_view .rating_itme {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating_new_view .rating_itme .rating_img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin: 0px 7px;
}
.rating_new_view .rating_itme .rating_img img {
  width: 100%;
  height: auto;
}
.rating_new_view .rating_itme .rated {
  font-size: 14px;
  font-weight: 600;
}
.rating_new_view .rating_itme .rated .reviewtext {
  padding-left: 10px;
  border-left: 1px solid #5b5a5a;
  margin-left: 5px;
}

.landingFirst .block_content_wrapper_firstfold h1 {
  font-size: 32px !important;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 44px;
  color: #253858;
}

@media (max-width: 980px) {
  .landingFirst .block_content_wrapper_firstfold h1 {
    font-size: 20px !important;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.landingFirst .block_content_wrapper_firstfold .char-count {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  display: inline;
}

.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web {
  display: none;
}

.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web.show-extra,
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text.show-extra {
  display: inline;
}

@media (max-width: 980px) {
  .landingFirst .block_content_wrapper_firstfold .char-count .extra-text,
  .landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web {
    display: none;
  }
  .landingFirst .block_content_wrapper_firstfold .char-count {
    margin-bottom: 20px;
    margin: 5px 0 10px;
  }
}
.landingFirst .block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  font-weight: 500;
  color: #0165ff;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 890px) {
  .landingFirst {
    padding: 0 16px;
    margin: 0 0 0;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}

.popup-container .popup-header {
  padding: 26px 26px 0 26px;
  position: relative;
}

.popup-container .popup-header .popup-title {
  color: #263c90;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
.popup-container .popup-header .popup-title .popup-subtitle {
  color: #263c90;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  text-transform: lowercase;
  font-weight: 500;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title .popup-subtitle {
    font-size: 17px;
    line-height: 28px;
  }
}
.popup-container .popup-header .popup-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 114px;
  background: url(../../images/bu/term/advantage-img.png) no-repeat 0 0;
  right: -10px;
  top: -20px;
  background-size: contain;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title::after {
    width: 80px;
    height: 100px;
    right: -10px;
    top: -20px;
    background-size: contain;
  }
}
.popup-container .popup-content {
  padding: 35px 20px 10px;
  background: rgba(0, 101, 255, 0.05);
  width: 96%;
  margin: 0 auto;
  border-radius: 14px;
  box-sizing: border-box;
}

@media (max-width: 568px) {
  .popup-container .popup-content {
    padding: 25px 20px 10px;
  }
}
.popup-container .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.popup-container .advantages-title {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.popup-container .actionBtn {
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.popup-container .actionBtn#continueWithValid {
  background: #f35024;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  padding: 15px;
  width: 75%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 568px) {
  .popup-container .actionBtn#continueWithValid {
    width: 80%;
    padding: 14px;
  }
}
.popup-container .actionBtn#continueWithInvalid {
  background: 0 0;
  color: #f35024;
  width: 54%;
  margin: 0 auto;
  border: none;
  padding: 10px 16px 10px 10px;
  position: relative;
}

.popup-container .actionBtn#continueWithInvalid:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 53%;
  width: 10px;
  height: 10px;
  background: url(../../images/bu/term/orange_arrow_path.png) no-repeat 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

@media (max-width: 390px) {
  .popup-container .actionBtn#continueWithInvalid {
    width: 255px;
    padding-right: 25px;
    font-size: 15px;
  }
  .popup-container .actionBtn#continueWithInvalid:after {
    right: 17px;
    top: 54%;
  }
}
.popup-container .advantages-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup-container .advantages-list li {
  font-size: 16px;
  color: #253858;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .popup-container .advantages-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.popup-container .advantages-list li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/advantage_start.png) no-repeat 0 0;
  background-size: contain;
}

.popup-container .popup-footer {
  padding: 20px 0 16px;
}

.popup-container .popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 568px) {
  .popup-container .popup-actions {
    gap: 4px;
  }
}
.popup-overlay.active .popup-container {
  transform: scale(1);
  opacity: 1;
}

.floatingPopupDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingPopupDiv.open {
  opacity: 1;
  visibility: visible;
}

.floatingPopupDiv.open .floatpanel {
  transform: scale(1);
}

.floatingPopupDiv .floatpanel {
  position: relative;
  width: 450px;
  height: auto;
  border-radius: 30px;
  transform: scale(0.9);
  padding-top: 25px;
  overflow-y: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.3s;
}

.floatingPopupDiv .floatpanel .lead-form .form-heading {
  padding-top: 30px;
}

.floatingPopupDiv .floatpanel .graphic-leadform {
  display: none;
}

.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  line-height: 1;
}

@media (max-width: 980px) {
  .floatingPopupDiv {
    align-items: flex-end;
  }
  .floatingPopupDiv .floatpanel {
    width: 450px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    height: 100vh;
    display: flex;
    align-items: end;
    padding: 0px;
  }
  .floatingPopupDiv.open .floatpanel {
    transform: scale(1) translateY(0);
  }
}
.floatingPopupDiv .floatpanel .showForm .lead-form {
  box-shadow: none;
  background: 0 0;
  padding: 0;
  min-height: auto;
}

.floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
  text-align: center;
}

@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
    padding: 10px 2% 18px;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
  max-height: 177px;
  overflow: hidden;
}

@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list {
    overflow: initial;
    max-height: 300px;
  }
}
.floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
  height: 120px;
}

@media (max-width: 568px) {
  .floatingPopupDiv .floatpanel .updateMobileFeild .dropdown .dropdown-list ul {
    overflow: scroll;
    height: 243px;
  }
}
.floatingPopupDiv .floatpanel .showFormterm_top {
  position: relative;
}

@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .lead-form .graphic-leadform {
    display: none;
  }
  .floatingPopupDiv .floatpanel .lead-form .form-heading .sub-title {
    text-align: left;
    width: 100%;
    top: 0px;
    position: relative;
  }
  .floatingPopupDiv .floatpanel .promise-tag-pb {
    left: 0;
    right: 0;
  }
  .floatingPopupDiv .floatpanel .term-form-template {
    padding: 0 !important;
    margin-top: initial !important;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 80vh;
  }
}
@media screen and (orientation: landscape) and (max-width: 812px) and (max-height: 500px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
  }
  .floatingPopupDiv .floatpanel .showForm {
    overflow-y: scroll;
    height: 75vh;
  }
  .floatingPopupDiv .floatpanel .lead-form .graphic-kapli {
    top: 23px;
    right: 50px;
  }
}
.discliamer-block {
  width: 100%;
  margin: 50px auto 0;
  padding: 15px 35px 15px 15px;
  border: 1px solid #eaeaea;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .discliamer-block {
    width: 90%;
    margin: 30px auto 0;
  }
}
.discliamer-block h3 {
  margin: 0;
}

.discliamer-block:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 27px;
  right: 20px;
}

.discliamer-block .list-disclaimer {
  margin-top: 20px;
}

.discliamer-block a {
  color: #0065ff;
}

.discliamer-block a:hover {
  text-decoration: underline;
}

.discliamer-block.active:before {
  transform: rotate(-180deg);
  top: 24px;
}

.certified-expert {
  margin: 15px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certified-expert .certified-expert-image {
  background: url(../../images/bu/term/term_first_fold_sprite.png);
  background-repeat: no-repeat;
  width: 368px;
  height: 37px;
  background-size: 100%;
  background-position: 0 0;
}

@media only screen and (max-width: 667px) {
  .certified-expert .certified-expert-image {
    width: 241px;
    height: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .certified-expert .certified-expert-image {
    width: 210px;
    height: 27px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 99999;
}

.modal.open {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal.open > .modal-dialog {
  transform: scale(1);
}

.modal .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 768px;
  border-radius: 0;
}

@media screen and (max-width: 1366px) {
  .modal .modal-dialog {
    max-width: 100%;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal-dialog {
    max-width: 100%;
    width: 500px;
  }
}
@media screen and (max-width: 667px) {
  .modal .modal-dialog {
    max-width: 100%;
    width: 308px;
  }
}
.modal .modal-dialog .close,
.modal .modal-dialog .closeicon {
  position: absolute;
  top: -60px;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.5rem;
  z-index: 1;
}

.modal .modal-dialog .close:after,
.modal .modal-dialog .close:before,
.modal .modal-dialog .closeicon:after,
.modal .modal-dialog .closeicon:before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 667px) {
  .modal .modal-dialog .close:after,
  .modal .modal-dialog .close:before,
  .modal .modal-dialog .closeicon:after,
  .modal .modal-dialog .closeicon:before {
    opacity: 0.7;
  }
}
.modal .modal-dialog .close:before,
.modal .modal-dialog .closeicon:before {
  transform: rotate(-45deg);
}

.modal .modal-dialog .close:after,
.modal .modal-dialog .closeicon:after {
  transform: rotate(45deg);
}

.modal .modal-dialog .modal-content {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .slideContainer .Slide {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body .certified-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.modal .modal-dialog .modal-content .modal-body .certified-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body .slick-loading .slick-track {
  visibility: hidden;
}

.modal .modal-dialog .modal-content .modal-body .slick-loading {
  height: 20px;
  width: 20px !important;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.modal .modal-dialog .modal-content .modal-body .slick-arrow.slick-hidden,
.modal .modal-dialog .modal-content .modal-body .slick-slide.slick-loading img {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body .slick-slide.dragging img {
  pointer-events: none;
}

.modal .modal-dialog .modal-content .modal-body .slick-loading .slick-slide {
  visibility: hidden;
}

.modal .modal-dialog .modal-content .modal-body .slick-next:after,
.modal .modal-dialog .modal-content .modal-body .slick-prev:before {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body .slick-prev {
  left: -70px;
}

@media screen and (max-width: 667px) {
  .modal .modal-dialog .modal-content .modal-body .slick-prev {
    left: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .slick-next {
  right: -70px;
}

@media screen and (max-width: 667px) {
  .modal .modal-dialog .modal-content .modal-body .slick-next {
    right: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .slick-disabled {
  display: none !important;
}

.modal .modal-dialog .modal-content .modal-body button {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 667px) {
  .modal .modal-dialog .modal-content .modal-body button {
    top: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 667px) and (orientation: landscape) {
  .modal .modal-dialog .modal-content .modal-body button {
    top: 50%;
    margin-top: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body button:after,
.modal .modal-dialog .modal-content .modal-body button:before {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body button .next-arrow,
.modal .modal-dialog .modal-content .modal-body button .prev-arrow {
  border: solid #293756;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.modal .modal-dialog .modal-content .modal-body button .prev-arrow {
  transform: rotate(135deg);
  left: 2.5px;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body button .next-arrow {
  transform: rotate(-45deg);
  right: 1.5px;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body .certified-items {
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body .certified-items img {
  width: 768px;
  padding: 5px;
}

@media screen and (max-width: 1366px) {
  .modal .modal-dialog .modal-content .modal-body .certified-items img {
    min-width: 600px;
    max-width: 600px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body .certified-items img {
    min-width: 500px;
    max-width: 500px;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .modal .modal-dialog .modal-content .modal-body .certified-items img {
    min-width: 310px;
    max-width: 310px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .modal .modal-dialog .modal-content .modal-body .certified-items img {
    min-width: 310px;
    max-width: 310px;
    text-align: center;
  }
}
.top-plan-content-wrapper.boxlayout {
  padding: 20px 0 !important;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper.boxlayout {
    padding: 20px 8px !important;
    border-radius: 0;
  }
  .tab-slide-top-plan-main-wrapper #top_plans {
    font-size: 22px !important;
    margin: 0 auto !important;
    text-align: left !important;
    padding-left: 8px;
    letter-spacing: -0.016em;
    line-height: initial !important;
  }
}
.bannerList {
  position: relative;
}

.bannerList > div {
  display: block;
}

.bannerList > div img {
  width: 100% !important;
}

.bannerList.fullImg .full {
  display: block !important;
}

.bannerList.fullImg .half {
  display: none !important;
}

.bannerList.halfImg .full {
  display: none !important;
}

.bannerList.halfImg .half {
  display: block !important;
}

.rightSection .allimg,
.rightSection .supplier_icon,
.rightSection.webp .allimg,
.rightSection.webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing@2x.png?v=1009) !important;
  background-size: 100px 4942px;
}

.rightSection .allCalc.lazy-bg {
  background: 0 0 !important;
}

.bannertermredirect {
  cursor: pointer;
}

.bannertermredirect:hover {
  opacity: 0.8;
}

.bannertermredirect:focus {
  height: 35px;
  position: relative;
  font-size: 0px !important;
  opacity: 0.8;
}

.bannertermredirect:focus:before {
  content: "Loading";
  font-size: 14px;
}

mark {
  background: #ff0;
}

a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

@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 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;
}

.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;
}

#how-trop-works {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .pbcategoryPages {
    background: #fff;
  }
}
.rupee {
  font-weight: 500;
  font-style: normal;
}

#policybazaar {
  width: 100%;
}

.seven-steps-term-insurance {
  margin: 30px 0;
}

.seven-steps-term-insurance .heading {
  font-size: 18px;
  font-weight: 600;
}

.seven-steps-term-insurance .sub-heading {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 740px) {
  .seven-steps-term-insurance {
    padding: 16px;
    background: #fff;
    margin: 10px 0;
  }
}
.seven-steps-term-insurance .know-more {
  margin: 50px 0 0;
  display: block;
  text-align: center;
}

.seven-steps-term-insurance .know-more span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #0962f6;
  border-radius: 8px;
  color: #0962f6;
  letter-spacing: -0.016em;
  font-weight: 500;
  cursor: pointers;
}

.seven-steps-term-insurance-pointer {
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .seven-steps-term-insurance-pointer {
    display: flex;
    margin: 10px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .seven-steps-term-insurance-pointer .divider {
    display: none;
  }
  .seven-steps-term-insurance-pointer .step {
    height: 120px;
    flex-direction: row;
    justify-content: space-around;
    width: 50%;
  }
  .seven-steps-term-insurance-pointer .step.reverse {
    flex-direction: row;
    justify-content: space-around;
    width: 50%;
  }
  .seven-steps-term-insurance-pointer .step .icon {
    width: 70px;
    height: 70px;
  }
  .seven-steps-term-insurance-pointer .step .icon span {
    width: 50px;
    height: 50px;
  }
  .seven-steps-term-insurance-pointer .step .text {
    text-align: left;
  }
}
.step {
  display: flex;
  flex-direction: column;
  height: 45px;
  width: 16.6666666667%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.step.reverse {
  flex-direction: column-reverse;
}

.step .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  justify-content: center;
  align-items: center;
}

.step .icon span {
  background: #ccc;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step .icon span img {
  width: 50%;
}

.step .text {
  width: 90px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.step .text .lt {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 2px;
}

.step .text .st {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.step.red .text {
  color: #ec686e;
}

.step.red .divider {
  background: #ec686e;
}

.step.red .icon span {
  background: #ec686e;
}

.step.red .divider {
  position: absolute;
  width: 1px;
  background: #ec686e;
  height: 68px;
  top: 50%;
  transform: translate(0, -90%);
}

.step.or .text {
  color: #fc842c;
}

.step.or .divider {
  background: #fc842c;
}

.step.or .icon span {
  background: #fc842c;
}

.step.or .divider {
  position: absolute;
  width: 1px;
  background: #fc842c;
  height: 58px;
  top: 50%;
  transform: translate(0, -12%);
}

.step.gr .text {
  color: #7fb25e;
}

.step.gr .divider {
  background: #7fb25e;
}

.step.gr .icon span {
  background: #7fb25e;
}

.step.gr .divider {
  position: absolute;
  width: 1px;
  background: #7fb25e;
  height: 58px;
  top: 50%;
  transform: translate(0, -86%);
}

.step.db .text {
  color: #4d5ba0;
}

.step.db .divider {
  background: #4d5ba0;
}

.step.db .icon span {
  background: #4d5ba0;
}

.step.db .divider {
  position: absolute;
  width: 1px;
  background: #4d5ba0;
  height: 58px;
  top: 50%;
  transform: translate(0, -12%);
}

.step.pp .text {
  color: #7d3d91;
}

.step.pp .divider {
  background: #7d3d91;
}

.step.pp .icon span {
  background: #7d3d91;
}

.step.pp .divider {
  position: absolute;
  width: 1px;
  background: #7d3d91;
  height: 58px;
  top: 50%;
  transform: translate(0, -75%);
}

.step.lb .text {
  color: #306dbc;
}

.step.lb .divider {
  background: #306dbc;
}

.step.lb .icon span {
  background: #306dbc;
}

.step.lb .divider {
  position: absolute;
  width: 1px;
  background: #306dbc;
  height: 58px;
  top: 50%;
  transform: translate(0, -6%);
}

.sqbanner {
  text-align: right;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

.breadcrumbinner {
  background: #fff;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

.breadcrumbinner ul.breadcrumb li:first-child {
  display: none;
}

.leftSection iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection iframe {
    height: auto;
  }
}
#listquotes {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
}

#listquotes .boxCenter .tableHeader {
  font-size: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  background: #05175f;
  font-weight: 600;
  color: #fff !important;
}

.tableListing {
  font-size: 34px;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  color: #253858;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

.rightSection {
  width: 351px;
  float: right;
  padding: 0;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}
.rightSection .livesProtectedDiv {
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.rightSection .livesProtectedDiv .protectedTitle {
  width: 100%;
  padding: 10px 0 0 75px;
  line-height: 16px;
  margin: 0;
  position: relative;
}

.rightSection .livesProtectedDiv .protectedTitle .userLeft {
  width: 30px;
  font-size: 33px;
  float: left;
  vertical-align: top;
  line-height: 0;
  left: 35px;
  position: absolute;
  top: 16px;
  color: #226fe6;
}

.rightSection .livesProtectedDiv .protectedTitle h5 {
  color: #505f79;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 35px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .livesProtectedDiv .subTitle {
  font-size: 12px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .subTitle {
  font-size: 14px;
  letter-spacing: 1px;
}

.rightSection .livesProtectedDiv .blueBg {
  background: url(../../images/bu/waves.svg) no-repeat;
  height: 100%;
  margin: 0;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon {
  position: absolute;
  left: -20px;
  top: 40%;
  background: #14d25b;
  border-radius: 50%;
  padding: 14px;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 0;
  padding: 4px 0;
  border: 3px solid #d7e6ff;
  box-shadow: inset 0 0 2px 3px #1cb758;
  z-index: 90;
  animation: shadow-pulse 1s infinite;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon i {
  top: 4px;
  position: relative;
  color: #07963d;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv {
  padding: 78px 0 20px 75px;
  color: #fff;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv .child-banner-on-term {
  height: auto;
}
@media (max-width: 767px) {
  .rightSection .livesProtectedDiv .blueBg .graphDiv .child-banner-on-term {
    width: 100%;
    max-width: 350px;
  }
}

.rightSection .livesProtectedDiv .blueBg .graphDiv .totalNumber {
  font-size: 40px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 #fff;
  color: #fff;
  letter-spacing: 0;
  background-image: -webkit-linear-gradient(#d7f2ff, #a1c4fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}

.rightSection .livesProtectedDiv .blueBg .coverageTxt {
  color: #fff;
  font-size: 10px;
  margin: 7px 0 0 0;
  padding: 3px 0;
  text-align: center;
  background: rgba(49, 101, 191, 0.3333333333);
  width: 100%;
  box-sizing: border-box;
}

.rightSection .currentDate {
  color: #505f79;
  font-weight: 500;
  font-size: 11px;
  padding: 0 10px;
  text-align: left;
  padding-top: 8px;
}

.rightSection .currentDate span {
  float: right;
}

.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :first-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 12px 12px 20px;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .Bajaj_icon,
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .Aditya_icon,
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .Kotak_icon,
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .Tata_icon,
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.rightSection > .graphDiv {
  margin-top: 0;
}

.rightSection > .graphDiv .floatingpopup {
  min-height: 350px;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .block_content_wrapper.term {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #listquotes {
    padding: 20px 16px;
  }
  .tableListing {
    padding: 0 16px;
  }
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
    background: #fff !important;
  }
  .breadcrumbinner {
    background: 0 0;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
  }
  #policybazaar .rightSection .graphDiv {
    text-align: center;
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin: 20px auto;
    background: #fff;
    padding: 10px 0;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .livesProtectedDiv {
    max-width: 350px;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .term-plan-listing {
    overflow: auto;
  }
}
@media only screen and (max-width: 440px) {
  .leftSection .squareBanner {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #policybazaar .rightSection .graphDiv img {
    width: 100%;
  }
}
.dynamicLink {
  width: 100%;
  max-width: 100%;
  background: #f4f5f7;
}

.dynamicLink .parent {
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.dynamicLink .parent .link_row strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.dynamicLink .parent .link_element {
  display: inline-block;
}

.dynamicLink .parent .link_element a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .dynamicLink {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    text-align: left;
    clear: both;
  }
  .dynamicLink .parent {
    text-align: left;
  }
  .dynamicLink .parent .link_element {
    display: inline-block;
  }
  .dynamicLink .parent .link_element a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
}
.video-content-box {
  clear: both;
  width: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 568px) {
  .video-content-box {
    width: 96%;
    margin: 20px auto;
    display: block;
  }
}
.types-of-plan-slider {
  position: relative;
}

.placeholder-show {
  position: relative;
  background-image: none !important;
  background-color: #efefef !important;
  overflow: hidden;
  border-radius: 4px;
  z-index: 20;
  left: 0;
}

.placeholder-show.plan-slider-wrap {
  position: absolute !important;
  left: 0;
  width: 100%;
  height: 230px;
}

.placeholder-show.hide {
  display: none;
}

.placeholder-show::after {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 0.7s infinite;
}

.vshidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.vshidden.show {
  opacity: 1;
  visibility: visible;
  border: 1px solid #f0f0f0;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.rightSection .insurerBlock .insurerName.showhide {
  position: relative;
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
  font-style: normal;
}

.rightSection .insurerBlock.showHideListing {
  cursor: pointer;
  position: relative;
}

.rightSection .calculatorsList li a.showHideListing:after,
.rightSection .insurerBlock.showHideListing:after {
  display: none;
}

.linkshow {
  position: absolute;
  left: -25px;
  width: 18px;
  height: 18px;
  opacity: 1;
  top: 2px;
  background: 0 0;
  transition: all 0.5s ease-in;
  border: 2px solid #0663f6 !important;
  border-radius: 50%;
}

.linkshow:hover {
  opacity: 1;
}

.linkshow:after,
.linkshow:before {
  position: absolute;
  left: 6px;
  content: " ";
  height: 8px;
  width: 2px;
  top: 3px;
  background-color: #0663f6;
}

.linkshow:before {
  transform: rotate(90deg);
}

.linkshow:after {
  transform: rotate(0);
}

.linkshow.open:after {
  width: 0;
  height: 0;
}

.rightSection .calculatorsList li a.showHideListing {
  padding: 12px 0 12px 45px !important;
}

.stateCheck {
  font-size: 16px;
  font-weight: 500;
  color: #0663f6 !important;
  position: relative;
  letter-spacing: 0;
  padding-left: 30px;
  font-weight: 600 !important;
}

.rightSection .insurerBlock .insurerName span.stateCheck {
  line-height: 22px;
}

.card.calculator .stateCheck {
  padding-left: 0;
}

.card.calculator,
.card.insurers {
  transition: all 0.3s ease-in;
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
  left: 5px;
  top: 2px;
}

.rightSection .calculatorsList li .checkItem_list {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 15px 0 15px 47px;
  display: block;
  position: relative;
  cursor: pointer;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
  padding-left: 380px;
  align-items: flex-start;
  background-position: right 2% bottom 38%;
  background-size: 205px 174px;
  position: absolute;
  top: 100px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text span {
  font-size: 18px;
  display: block;
}

.showForm .termnewoffer {
  display: none;
}

.showForm.term_newoffer .termnewoffer {
  max-width: 370px;
  width: 100%;
  margin: 0;
  position: absolute;
  clear: both;
  top: 35px;
  left: 0;
  display: block;
}

.termoffertable_icon {
  background-image: url("../../images/bu/termoffertable_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.termoffertable_icon.icicpru {
  background-position: 0 -35px;
}

.termoffertable_icon.hdfc {
  background-position: 0 -66px;
}

.termoffertable_icon.max {
  background-position: 0 -3px;
}

.termoffertable_icon.bajaj {
  background-position: 0 -100px;
}

.logo {
  text-align: left;
  width: 75px;
  height: 30px;
}

.pblogo_tablehead {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.fright {
  float: right;
}

.term_offer_tableVieplan {
  display: none;
  padding: 15px;
  cursor: pointer;
  background: #ff4f18;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  max-width: 250px;
  margin: 0 auto;
}

.pblogo_tablehead:before {
  content: "";
  background-position: 0 -181px;
  width: 20px;
  top: -13px;
  left: -5px;
  height: 18px;
  position: absolute;
  background-image: url("../../images/bu/termoffertable_icon.png");
}

.bannerGreen {
  width: 240px;
  background: #00942d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  left: 0;
  box-sizing: border-box;
}

.bannerGreen:after,
.bannerGreen:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #c4e6ce;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 1px solid #00942d;
  border-bottom: 0;
}

.bannerGreen:before {
  left: -5px;
  top: 30px;
  transform: rotate(90deg);
}

.bannerGreen:after {
  right: -5px;
  top: 30px;
  transform: rotate(-90deg);
}

.bannerGreen .upto {
  font-size: 16px;
  line-height: 16px;
}

.bannerGreen .discountFlash {
  font-size: 24px;
  font-weight: 600;
}

.bannerGreen_shadow {
  background: rgba(0, 148, 45, 0.231372549);
  height: 65px;
  display: inline-block;
  width: 240px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  transform: rotate(-8deg);
  top: 6px;
}

.bannerGreen .discountFlash span {
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
  line-height: 16px;
  font-weight: 400;
}

.disclaimerApply {
  font-size: 10px;
  color: #757575;
  letter-spacing: 0;
  padding: 8px 0;
}

#term_offer {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 1px 1px 3px #ccc;
}

#term_offer td,
#term_offer th {
  text-align: center;
  padding: 8px 5px;
  vertical-align: middle;
  font-size: 12px;
}

#term_offer td:nth-child(2),
#term_offer td:nth-child(3),
#term_offer th:nth-child(2),
#term_offer th:nth-child(3) {
  border-right: 1px solid #f0f0f0;
}

#term_offer th {
  padding: 8px 5px;
  background-color: #f0f0f0;
  color: #333;
}

#term_offer th:first-childm {
  border-top-left-radius: 4px;
}

#term_offer td:first-child {
  padding: 8px 5px 8px 12px;
}

#term_offer th:last-child {
  border-top-right-radius: 4px;
  background-color: #00942d;
  color: #fff;
}

#term_offer td {
  color: #757575;
  font-size: 14px;
}

#term_offer td:last-child {
  color: #00942d;
}

#term_offer tr:nth-child(odd) {
  background-color: #ecf3ff;
}

#term_offer tr:nth-child(2n) {
  background-color: #fff;
}

#term_offer th {
  width: 25%;
}

.term_offer_tableVieplan,
.termoffer_discliamer {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .termnewoffer {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .showForm .disForm .leftContentBox {
    height: auto;
  }
  .showForm .disForm .leftContentBox .content_box {
    position: relative;
  }
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 370px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 430px 0 20px;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg {
    padding: 0;
  }
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
  }
  .termoffer_discliamer {
    font-size: 10px;
    color: #757575;
    letter-spacing: 0;
    padding: 15px 0;
    display: block;
  }
  .term_offer_tableVieplan {
    display: block;
    margin: 20px auto 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg {
    padding-left: 0;
    position: static;
    top: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0;
  }
  .showForm.term_newoffer .termnewoffer {
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .showForm .disForm .leftContentBox .termBanner .termImg .text {
    text-align: left;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner .termImg .text {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .showForm .disForm .leftContentBox .termBanner {
    margin: 0;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termnewoffer.row-list-3 + .leftbox .termBanner {
    margin: 410px 0 20px;
  }
  .showForm.term_newoffer .disForm .leftContentBox .termBanner {
    margin: 450px 0 20px;
  }
}
.webp .pblogo_tablehead:before,
.webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_1:before,
.webp .showForm .disForm .rightContent .term-bg .headingText .allbenefit .benefits_2:before,
.webp .termoffertable_icon {
  background-image: url("../../images/webp/termoffertable_icon.webp");
}

.leftSection [data-category=RHS-Banner] img {
  width: 342px;
}

.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;
  }
}
.leftSection .whyterm_Insurance .h2,
.leftSection .whyterm_Insurance h1,
.leftSection .whyterm_Insurance h2,
.whyterm_Insurance .leftSection .h2,
.whyterm_Insurance .leftSection h1,
.whyterm_Insurance .leftSection h2,
.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) {
  .leftSection .whyterm_Insurance .h2,
  .leftSection .whyterm_Insurance h1,
  .leftSection .whyterm_Insurance h2,
  .whyterm_Insurance .leftSection .h2,
  .whyterm_Insurance .leftSection h1,
  .whyterm_Insurance .leftSection h2,
  .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;
  }
}
.ageEffect {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  display: block;
  width: 340px;
  float: right;
  box-sizing: border-box;
}

.ageEffect .title_text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.ageEffect .premium {
  background: #0663f6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: block;
  padding: 0 30px 5px 15px;
  position: relative;
  left: 0;
  top: 15px;
  width: 143px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.ageEffect .premium .pm {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
}

.ageEffect .premium .pm .sm {
  font-size: 11px;
}

.ageEffect .ideabox {
  background: #fdefb9;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.ageEffect .ideabox .text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.ageEffect .ideabox .text:before {
  content: "";
  background-image: url("../../images/bu/investment/idea_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.ageEffect .graphBox {
  margin: 10px 0 5px;
}

@media only screen and (max-width: 640px) {
  .ageEffect .graphBox {
    margin: 10px 10px 5px;
  }
}
.ageEffect .graphBox img {
  width: 100%;
}

.ageEffect .viewplan_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  width: 130px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

.block_content_wrapper.graybox {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper.graybox {
    background: #f7f7f7;
  }
}
.rightBox_whypb {
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.rightBox_whypb .title_text {
  display: block;
}

.rightBox_whypb .title_text_mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .rightBox_whypb {
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 362px;
    border: none;
    padding: 10px 0;
  }
  .rightBox_whypb .title_text {
    display: none;
  }
  .rightBox_whypb .title_text_mob {
    text-align: center;
    margin: 30px 1px 10px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .rightBox_whypb .ageEffect {
    display: block;
    width: 341px;
    margin: 20px auto 0;
    float: inherit;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 375px) {
  .rightBox_whypb .ageEffect {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb .terminsurance {
    width: 100%;
    background: 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .rightBox_whypb .ageEffect {
    width: 240px;
  }
  .rightBox_whypb .ageEffect .graphBox {
    margin: 10px 0 0;
  }
  .rightBox_whypb .title_text_mob {
    letter-spacing: -0.5px;
  }
  .rightBox_whypb #sliderHandle {
    width: 100%;
  }
}
.rightBox_whypb .headTitle {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.terminsurance {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.leftSection .terminsurance .h2,
.leftSection .terminsurance h1,
.leftSection .terminsurance h2,
.terminsurance .leftSection .h2,
.terminsurance .leftSection h1,
.terminsurance .leftSection h2,
.terminsurance .title {
  background: #0663f6;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .leftSection .terminsurance .h2,
  .leftSection .terminsurance h1,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .terminsurance .leftSection h1,
  .terminsurance .leftSection h2,
  .terminsurance .title {
    max-width: 341px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .leftSection .terminsurance .h2,
  .leftSection .terminsurance h1,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .terminsurance .leftSection h1,
  .terminsurance .leftSection h2,
  .terminsurance .title {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .leftSection .terminsurance .h2,
  .leftSection .terminsurance h1,
  .leftSection .terminsurance h2,
  .terminsurance .leftSection .h2,
  .terminsurance .leftSection h1,
  .terminsurance .leftSection h2,
  .terminsurance .title {
    width: 240px;
  }
}
.terminsurance .list {
  padding: 10px 15px;
  display: inline-block;
  width: calc(100% - 360px);
  border-right: 1px solid #ccc;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .terminsurance .list {
    width: 100%;
    background: #fff;
    float: initial;
    border: none;
    float: initial;
    margin-top: 0;
    border-radius: 5px;
    max-width: 341px;
    margin: 0 auto;
    display: block;
  }
}
.terminsurance .list .item {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .terminsurance .list .item {
    font-size: 14px;
    line-height: 18px;
  }
}
.terminsurance .list .item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #0663f6;
  border-radius: 50px;
}

.terminsurance .list .item:first-child {
  padding-top: 0;
  margin-bottom: 0;
}

.terminsurance .list .item:first-child:before {
  top: 5px;
}

.terminsurance .list .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 375px) {
  .terminsurance,
  .terminsurance .list {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance,
  .terminsurance .list {
    width: 240px;
  }
}
.dedicate_claim_assistance {
  margin-top: 30px;
  background: #fdeebb;
  border: 1px solid #ffbd00;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
  border-radius: 8px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance {
    margin-top: 0;
  }
}
.dedicate_claim_assistance .freetext {
  position: absolute;
  background: #f7bd45;
  padding: 0 10px 0 30px;
  right: 0;
  color: #fff;
  font-weight: 500;
  border-bottom-left-radius: 32px;
}

@media only screen and (max-width: 1024px) {
  .dedicate_claim_assistance .freetext {
    display: none;
  }
}
.dedicate_claim_assistance .leftSection .h2,
.dedicate_claim_assistance .leftSection h1,
.dedicate_claim_assistance .leftSection h2,
.dedicate_claim_assistance .title,
.leftSection .dedicate_claim_assistance .h2,
.leftSection .dedicate_claim_assistance h1,
.leftSection .dedicate_claim_assistance h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 25px 0 25px 50px;
  margin-top: 0;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .dedicate_claim_assistance .leftSection .h2,
  .dedicate_claim_assistance .leftSection h1,
  .dedicate_claim_assistance .leftSection h2,
  .dedicate_claim_assistance .title,
  .leftSection .dedicate_claim_assistance .h2,
  .leftSection .dedicate_claim_assistance h1,
  .leftSection .dedicate_claim_assistance h2 {
    padding: 7px 40px 25px 50px;
    line-height: 24px;
  }
}
.dedicate_claim_assistance .leftSection .h2:before,
.dedicate_claim_assistance .leftSection h1:before,
.dedicate_claim_assistance .leftSection h2:before,
.dedicate_claim_assistance .title:before,
.leftSection .dedicate_claim_assistance .h2:before,
.leftSection .dedicate_claim_assistance h1:before,
.leftSection .dedicate_claim_assistance h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  background: url("../../images/bu/investment/dedicate_claim_icon.png") no-repeat 0 0;
}

.dedicate_claim_assistance .leftSection .f1.h2:before,
.dedicate_claim_assistance .leftSection h1.f1:before,
.dedicate_claim_assistance .leftSection h2.f1:before,
.dedicate_claim_assistance .title.f1:before,
.leftSection .dedicate_claim_assistance .f1.h2:before,
.leftSection .dedicate_claim_assistance h1.f1:before,
.leftSection .dedicate_claim_assistance h2.f1:before {
  background-position: 0 0;
  left: -10px;
  top: 5px;
}

.dedicate_claim_assistance .footer_disclaimer {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 14px;
  padding: 15px 20px 15px;
  margin-top: 0;
}

.dedicate_claim_assistance .claim_breif {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #fff;
  padding: 8px 30px;
  display: flex;
  flex-wrap: wrap;
}

.dedicate_claim_assistance .claim_breif .col_box4 {
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  min-height: 90px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.dedicate_claim_assistance .claim_breif .col_box4:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffbd00;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .dedicate_claim_assistance .claim_breif .col_box4:before {
    left: 5px;
  }
}
.dedicate_claim_assistance .claim_breif .col_box4 .heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}

.dedicate_claim_assistance .claim_breif .col_box4 .text {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
}

.dedicate_claim_assistance .claim_breif .col_box4:last-child {
  border-bottom: none;
}

.slider-container {
  width: 80%;
  height: 104px;
  position: relative;
  margin: 10px auto 0;
  background: url(../../images/bu/slideline.svg) no-repeat 0 36px;
  background-size: 100%;
  top: -40px;
}

@media only screen and (max-width: 640px) {
  .slider-container {
    background: url(../../images/bu/slideline.svg) no-repeat center center;
    background-size: 100%;
    padding: 0;
    width: 92%;
    background-position: 0 36px;
    margin: 0 auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .slider-container {
    background-position: 0 17px;
  }
  .slider-container,
  ::-ms-backdrop {
    background-position: 0 17px;
  }
}
_:-ms-fullscreen,
:root .slider-container {
  background-position: 0 17px;
}

#sliderHandle {
  display: inline-block;
  width: calc(100% - 5px);
  height: 2px;
  top: 103px;
  background: #eaeaea;
  margin: 0 auto;
  border: none !important;
}

#sliderHandle .step {
  position: relative;
  top: -38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#sliderHandle .step .range {
  position: absolute;
}

#sliderHandle .step .range.last span {
  font-size: 11px;
  width: 60px;
  position: absolute;
  top: 18px;
  right: 0;
  text-align: right;
}

#sliderHandle .step .range.first span {
  font-size: 11px;
  width: 45px;
  position: absolute;
  top: 18px;
  left: 0;
  text-align: left;
}

#sliderHandle .step .range.high {
  height: 15px;
}

#sliderHandle .step .range.low {
  height: 10px;
}

#sliderHandle .step .range.step0 {
  left: 0;
}

#sliderHandle .step .range.step100 {
  right: 0;
}

#custom-handle.rightpos {
  margin-left: -48px;
}

#custom-handle.leftpos {
  margin-left: 3px;
}

#sliderHandle .ui-slider-handle {
  top: -17px;
  width: 49px;
  height: 35px;
  background: url(../../images/bu/sliderval.svg) no-repeat 0 0;
  border: none;
  line-height: 18px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-size: 100%;
  cursor: pointer;
}

#sliderHandle .ui-slider-handle:focus {
  outline: 0;
}

ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #aaa7a0;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.ui-widget-content {
  border: 1px solid #fff !important;
  background: #aaa7a0;
  color: #222;
}

#sliderHandle .ui-widget-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background: #0663f6;
  color: #222;
  font-weight: 700;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.8em;
}

.content-calculator {
  text-align: right;
  margin-bottom: 0;
  margin-top: -35px;
}

@media screen and (max-width: 440px) {
  .content-calculator {
    margin-top: 0;
    text-align: left;
  }
}
.content-calculator span {
  padding: 6px 15px;
  cursor: pointer;
  background: #0065ff;
  color: #fff;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3);
}

.lic-companies-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.lic-companies-list > div.tablewrapper {
  width: 52%;
}

.lic-companies-list > div.tablewrapper p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}

.lic-companies-list > p {
  text-align: right;
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .lic-companies-list {
    flex-direction: column;
  }
  .lic-companies-list > div.tablewrapper {
    width: 100%;
  }
  .lic-companies-list > p {
    text-align: center;
    width: 100%;
  }
}
.dca {
  background: #edfdff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  clear: both;
  position: relative;
}

.dca .accTab {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0 0 0 auto;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .dca .accTab.open {
    display: block;
  }
}
.dca .accTab:after {
  content: "";
  position: absolute;
  right: 0;
  top: 39%;
  display: inline-block;
  transform: rotate(-135deg);
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
  left: 0;
  margin: 0 auto;
}

.dca .dca_title {
  color: #333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.dca .dca_title .freetxt {
  background: #0763f6 !important;
  color: #fff;
  padding: 2px 8px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
  top: -3px;
}

.dca .dca_title .freetxt:after {
  content: "";
  background: url(../../images/bu/bluetri-lines.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: -7px;
  background-size: contain;
}

.dca .newlylaunch {
  background: #f1863b;
  color: #fff;
  padding: 2px 8px 2px 20px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.dca .newlylaunch:after {
  content: "";
  background: url(../../images/bu/whitetri-lines.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .dca .newlylaunch {
    padding: 5px 12px 5px 20px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  .dca .newlylaunch:after {
    top: 5px;
  }
}
.dca .knowmore {
  text-align: right;
  display: none;
}

@media only screen and (max-width: 768px) {
  .dca .knowmore {
    display: block;
    margin: 10px 0 0;
  }
}
.dca .knowmore .knowmorebtn {
  color: #fff;
  background: #ee4f34;
  padding: 5px 23px 5px 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}

.dca .knowmore .knowmorebtn:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 39%;
  display: inline-block;
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.dca .dca_subtxt {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.dca .boxBoxwrapper {
  background: #fff;
  padding: 10px 30px 0;
  border-radius: 10px;
  margin: 20px 0 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 15px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .dca .boxBoxwrapper {
    display: none;
    padding: 30px 5px 20px;
  }
  .dca .boxBoxwrapper.open {
    display: block;
  }
}
.dca .call-back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .dca .call-back-button {
    display: none;
  }
}
.dca .call-back-button.flexend {
  justify-content: flex-end;
}

@media screen and (max-width: 440px) {
  .dca .call-back-button.flexend {
    justify-content: end;
    margin: 20px 0;
  }
}
.dca .call-back-button img {
  background: #fff;
  margin-right: -15px;
  z-index: 1;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #0065ff;
  box-shadow: -2px 2px 5px #ccc5c5;
  width: 55px;
}

.dca .call-back-button > a {
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 1px 15px 4px 18px;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  letter-spacing: 0.16px;
  font-weight: 500;
}

.dca .call-back-button > a strong {
  display: block;
  line-height: 14px;
}

.dca .content {
  position: relative;
  padding-left: 100px;
  padding-right: 20px;
  margin: 25px 5px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    min-height: 110px;
    margin: 5px;
    padding-right: 0;
  }
}
.dca .content .imgBx {
  width: 80px;
  height: 80px;
  background: url(../../images/bu/dedicate_assistance.png) no-repeat;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 50%;
  position: absolute;
  background-size: 220px 220px;
  left: 0;
  top: -10px;
}

.dca .content .imgBx.bg-csupport {
  background-position: -17px -17px;
}

.dca .content .imgBx.bg-ccounseling {
  background-position: -125px -10px;
}

.dca .content .imgBx.bg-cassistance {
  background-position: -8px -132px;
}

.dca .content .sub_txt {
  color: #6e6e6e;
  font-size: 10px;
  line-height: 14px;
}

.dca .content .heading {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .dca .content {
    height: auto;
    min-height: auto;
  }
  .dca .content:first-child {
    margin-top: 0;
  }
}
.dca a.proceed {
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #0065ff;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3019607843);
  display: block;
  padding: 9px 15px;
  position: relative;
  width: 100%;
  max-width: 210px;
}

.dca a.proceed.hide-desktop {
  display: none;
}

@media screen and (max-width: 1023px) {
  .dca a.proceed {
    max-width: 108px;
    margin: 20px 15px 0 auto;
  }
  .dca a.proceed.hide-mobile {
    display: none;
  }
  .dca a.proceed.hide-desktop {
    display: block;
  }
}
.grid2box {
  display: flex;
  flex-wrap: wrap;
}

.grid2box .grid2boxColumn {
  width: 50%;
}

.grid2box .grid2boxColumn.wd60 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .grid2box .grid2boxColumn.wd60 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn.wd60 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .grid2box .grid2boxColumn {
    width: 100%;
    margin-top: 30px;
  }
  .grid2box .grid2boxColumn:first-child {
    margin-top: 0;
  }
}
.news {
  display: block;
}

.news h2 {
  font-size: 30px !important;
  margin-bottom: 30px !important;
}

.news h3 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
  color: #172b4d;
  letter-spacing: 0.26px;
  line-height: 24px;
  font-weight: 700;
}

.news .newstitle {
  margin: 0;
}

.news .datedon {
  font-size: 12px;
  margin: 0;
  position: relative;
}

.news .boxcontent {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.news .boxcontent p.paragraphBu {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent .hidecontent {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent .closecontent,
.news .boxcontent .morecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.news .boxcontent:last-child {
  border: none;
}

.quickheal {
  padding: 7px;
  border-radius: 5px;
  margin: 20px ​0;
  position: relative;
}

.quickheal .quickheal_wrapper {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  background: #fff;
  margin: 10px 0;
  position: relative;
  padding: 75px 20px 10px;
}

@media only screen and (max-width: 320px) {
  .quickheal .quickheal_wrapper {
    padding: 75px 5px 10px;
  }
}
.quickheal .quickheal_wrapper:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../../images/qh-wrapper-icon.png") no-repeat 0 0;
  top: 10px;
  right: 10px;
  background-size: 75%;
}

@media only screen and (max-width: 440px) {
  .quickheal .quickheal_wrapper:before {
    background-size: 65%;
    right: -20px;
  }
}
.quickheal .quickheal_wrapper .widget_title {
  background: #6690f0;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  right: 0;
  width: 230px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .quickheal .quickheal_wrapper .widget_title {
    border-radius: 8px 0 8px 0;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .quickheal .quickheal_wrapper .widget_title {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.quickheal .quickheal_wrapper h3 {
  margin: 10px 0;
}

.quickheal .quickheal_wrapper .qh {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
}

.quickheal .quickheal_wrapper .qh li {
  font-size: 14px;
  font-weight: 500;
  color: #58606c;
  line-height: 36px;
  display: block;
  position: relative;
  padding-left: 30px;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .quickheal .quickheal_wrapper .qh li {
    width: 100%;
  }
}
.quickheal .quickheal_wrapper .qh li a {
  color: #6690f0;
}

.quickheal .quickheal_wrapper .qh li a:hover,
.quickheal .quickheal_wrapper .qh li a:visited {
  color: #6690f0;
}

.quickheal .quickheal_wrapper .qh li span {
  display: inline-block;
  position: relative;
  line-height: 18px;
  margin-bottom: 25px;
  color: #253858;
}

.quickheal .quickheal_wrapper .qh li span::before {
  position: absolute;
  bottom: -8px;
  left: -5px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, #5089e0 50%);
  background-size: 12px 1px;
  content: "";
}

.quickheal .quickheal_wrapper .qh li span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5089e0;
  top: 8px;
  left: -20px;
  position: absolute;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    padding: 0 !important;
    overflow: hidden;
    border: 0;
  }
}
.block_content_wrapper.term {
  border: 0;
  padding: 0 0;
  margin-bottom: 25px;
}

.contentNewFormat .didyouknow h3,
.contentNewFormat .investment-option-slider h3 {
  margin: 10px 0 15px;
  font-size: 18px;
}

.contentNewFormat .leftSection h2 {
  margin: 20px 0 10px;
}

.contentNewFormat .leftSection .mid-form {
  margin: 20px 0 30px;
}

.contentNewFormat em {
  font-size: 12px;
}

.contentNewFormat #term-insurance-riders h2,
.contentNewFormat #why-buy-term-plan h2,
.contentNewFormat .rightBox_whypb_new {
  margin: 20px 0 10px;
}

.contentNewFormat .accordian-tab h2 {
  margin: 0 5px;
}

.contentNewFormat .str {
  margin: 20px ​0px 0;
  display: block;
}

.contentNewFormat .str_bottom {
  margin: 0 0 20px;
  display: block;
}

.contentNewFormat .str_bt {
  margin: 10px 0 10px;
  display: block;
}

.contentNewFormat .investment-option-slider,
.contentNewFormat .types-of-plan-slider,
.contentNewFormat .types-of-plan-slider_option_one {
  border: none;
}

@media only screen and (max-width: 1024px) {
  .contentNewFormat .block_content_wrapper.graybox {
    margin: 20px 0;
  }
}
.rightBox_whypb_new {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.rightBox_whypb_new .title_text_mob {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.rightBox_whypb_new .title_text_mob.desktop_hide {
  display: none;
}

.rightBox_whypb_new .title_text_mob.mobile_hide {
  display: block;
}

@media only screen and (max-width: 440px) {
  .rightBox_whypb_new .title_text_mob.desktop_hide {
    display: block;
    text-align: center;
  }
  .rightBox_whypb_new .title_text_mob.mobile_hide {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .rightBox_whypb_new {
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  .rightBox_whypb_new {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 362px;
    border: none;
    padding: 10px;
  }
  .rightBox_whypb_new .title_text {
    display: none;
  }
  .rightBox_whypb_new .title_text_mob {
    text-align: center;
    margin: 30px 1px 10px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .rightBox_whypb_new .terminsurance_new {
    width: 100%;
    background: 0 0;
  }
}
.rightBox_whypb_new .ageEffect_new {
  display: block;
  width: 50%;
  margin: 20px auto 0;
  float: inherit;
  padding: 10px 20px;
  background: #fff;
}

@media only screen and (max-width: 440px) {
  .rightBox_whypb_new .ageEffect_new {
    padding: 10px 0;
    border-radius: 5px;
  }
}
.rightBox_whypb_new .ageEffect_new .title_text {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.rightBox_whypb_new .ageEffect_new .premium {
  background: #0663f6;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: block;
  padding: 0 30px 5px 15px;
  position: relative;
  left: 0;
  top: 15px;
  width: 143px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.rightBox_whypb_new .ageEffect_new .premium .pm {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
}

.rightBox_whypb_new .ageEffect_new .premium .pm .sm {
  font-size: 11px;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new {
  background: #fdefb9;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new .text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.rightBox_whypb_new .ageEffect_new .ideabox_new .text:before {
  content: "";
  background-image: url("../../images/bu/investment/idea_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.rightBox_whypb_new .ageEffect_new .viewplan_button {
  color: #fff;
  padding: 5px 18px;
  background: #f45023;
  display: block;
  width: 130px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

@media only screen and (max-width: 740px) {
  .rightBox_whypb_new .ageEffect_new {
    width: 100%;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .rightBox_whypb_new .ageEffect_new {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .rightBox_whypb_new .ageEffect_new .graphBox {
    margin: 10px 0 0;
  }
  .rightBox_whypb_new .title_text_mob {
    letter-spacing: -0.5px;
  }
  .rightBox_whypb_new #sliderHandle {
    width: 100%;
  }
}
.rightBox_whypb_new .headTitle {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.terminsurance_new {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.leftSection .terminsurance_new .h2,
.leftSection .terminsurance_new h1,
.leftSection .terminsurance_new h2,
.terminsurance_new .leftSection .h2,
.terminsurance_new .leftSection h1,
.terminsurance_new .leftSection h2,
.terminsurance_new .title {
  background: #0663f6;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 640px) {
  .leftSection .terminsurance_new .h2,
  .leftSection .terminsurance_new h1,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .terminsurance_new .leftSection h1,
  .terminsurance_new .leftSection h2,
  .terminsurance_new .title {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .leftSection .terminsurance_new .h2,
  .leftSection .terminsurance_new h1,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .terminsurance_new .leftSection h1,
  .terminsurance_new .leftSection h2,
  .terminsurance_new .title {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .leftSection .terminsurance_new .h2,
  .leftSection .terminsurance_new h1,
  .leftSection .terminsurance_new h2,
  .terminsurance_new .leftSection .h2,
  .terminsurance_new .leftSection h1,
  .terminsurance_new .leftSection h2,
  .terminsurance_new .title {
    font-size: 14px;
  }
}
.terminsurance_new .whybuy {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 740px) {
  .terminsurance_new .whybuy {
    flex-wrap: wrap;
  }
}
.terminsurance_new .list_new {
  padding: 10px 15px;
  width: 50%;
  border-right: 1px solid #ccc;
  float: left;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 740px) {
  .terminsurance_new .list_new {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .terminsurance_new .list_new {
    width: 100%;
    background: #fff;
    float: initial;
    border: none;
    float: initial;
    margin-top: 0;
    border-radius: 5px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.terminsurance_new .list_new .item {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 667px) {
  .terminsurance_new .list_new .item {
    font-size: 14px;
    line-height: 18px;
  }
}
.terminsurance_new .list_new .item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #0663f6;
  border-radius: 50px;
}

.terminsurance_new .list_new .item:first-child {
  padding-top: 0;
  margin-bottom: 0;
}

.terminsurance_new .list_new .item:first-child:before {
  top: 5px;
}

.terminsurance_new .list_new .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 375px) {
  .terminsurance_new,
  .terminsurance_new .list {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .terminsurance_new,
  .terminsurance_new .list {
    width: 240px;
  }
}
.range-limit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  bottom: -60px;
}

.wrapper_whybuy_terminsurance {
  width: 100%;
  height: 130px;
  bottom: 0;
  display: block;
  max-width: 280px;
  position: relative;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 320px) {
  .wrapper_whybuy_terminsurance {
    max-width: 200px;
  }
}
#graph {
  background: url(../../images/bu/slideline.svg) no-repeat 0 -3px;
  height: 115px;
  width: 100%;
  top: 29px;
  position: absolute;
}

@media only screen and (max-width: 320px) {
  #graph {
    background: url(../../images/bu/slideline.svg) no-repeat 0 18px;
  }
}
.wrapper_whybuy_terminsurance input[type=range] {
  -webkit-appearance: none;
  outline: 0;
  width: 100%;
  margin-top: 50px;
  height: 3px !important;
  z-index: 1 !important;
  cursor: pointer;
  background-color: #0663f6 !important;
  position: absolute;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background: #4099ff;
  cursor: pointer;
  margin-top: -2px;
  outline: 0;
  border: none;
  z-index: 100 !important;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb:hover {
  opacity: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-webkit-slider-thumb:active {
  transform: scale(1);
  background: #4099ff;
  opacity: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #4099ff;
  outline: 0;
  border: none;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-thumb:hover {
  background: #4099ff;
  outline: 0;
  border: none;
}

.rang {
  z-index: 1;
}

.wrapper_whybuy_terminsurance input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  z-index: 1;
  background-color: #0663f6;
  position: absolute;
}

.wrapper_whybuy_terminsurance input[type=range]::-ms-range-track {
  width: 100%;
  height: 3px;
  z-index: 1;
  background-color: #0663f6;
  position: absolute;
}

#percent {
  width: 140px;
  position: relative;
  left: 0;
  top: 30px;
  opacity: 1;
  margin-bottom: 20px;
  color: #253858;
  font-size: 14px;
  padding: 0;
  text-align: left;
  height: 30px;
}

#percent span,
#percent strong {
  display: inline;
}

#percent.active {
  opacity: 1;
}

.pricewise-plan {
  border-radius: 8px;
  margin: 30px 0;
  background: #f0f0f0;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
}

.pricewise-plan .pricewise-plan-box {
  border: 1px solid #6690f0;
  border-radius: 8px;
  background: #fff;
}

.pricewise-plan .pricewise-plan-box .heading-text {
  background: #eff4fe;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #6690f0;
}

.pricewise-plan .flexgrid {
  display: flex;
}

.pricewise-plan li,
.pricewise-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.pricewise-plan .pricebox {
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #6690f0;
}

.pricewise-plan .pricebox:last-child {
  border-bottom: none;
}

.pricewise-plan .price {
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 30px 15px 30px;
  position: relative;
  width: 33%;
  color: #253858;
  text-align: center;
  margin: 30px 0;
}

@media only screen and (max-width: 480px) {
  .pricewise-plan .price {
    width: 50%;
    margin: 15px 0;
    font-size: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .pricewise-plan .price {
    width: 50%;
    margin: 5px 0;
    font-size: 35px;
  }
}
.pricewise-plan .price .linktext {
  color: #253858;
}

.pricewise-plan .price .linktext:hover {
  color: #253858;
}

.pricewise-plan .price .linktext sup {
  font-size: 30px;
  position: relative;
  top: -10px;
}

.pricewise-plan .price .linktext .unit {
  font-size: 24px;
}

.pricewise-plan .price .linktext .product {
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .pricewise-plan .price .linktext .unit,
  .pricewise-plan .price .linktext sup {
    font-size: 20px;
  }
  .pricewise-plan .price .linktext .product {
    font-size: 14px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 320px) {
  .pricewise-plan .price .linktext .unit,
  .pricewise-plan .price .linktext sup {
    font-size: 16px;
  }
  .pricewise-plan .price .linktext .product {
    font-size: 12px;
    bottom: -5px;
  }
}
.pricewise-plan .viewplan-pricewise {
  color: #fff;
  padding: 8px 18px;
  background: #0065ff;
  display: block;
  width: 150px;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

.pricewise-plan:after {
  content: "";
  display: block;
  clear: both;
}

.leftSection h2 {
  text-transform: initial !important;
}

.car-stiky-view-plan {
  display: none;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 0;
    box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
    bottom: 0;
  }
  .car-stiky-view-plan .linkclick {
    background: #0065ff;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: inline-block;
    margin: 8px auto;
    font-size: 14px;
    border-radius: 5px;
    min-width: 290px;
  }
}
.faqsWrap ul li h3 label:before,
.faqsWrap ul li h3 span:before {
  content: "👉";
  margin: 0 5px 0 0;
}

.skeletonStyle {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #fafafa;
}

.skeleton::after {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 0.7s infinite;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.logo-block.skeleton.skeletonStyle {
  height: 67px;
  margin-right: 30px;
}

.view-plan.skeleton.skeletonStyle {
  height: 67px;
}

.claim-settlement.skeleton.skeletonStyle {
  height: 67px;
  margin-right: 30px;
}

.top-plan-disclaimer.skeleton.skeletonStyle {
  height: 40px;
}

@media (max-width: 1024px) {
  .logo-block.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .view-plan.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .claim-settlement.skeleton.skeletonStyle {
    height: 55px;
    margin-right: 0;
    margin-top: 10px;
  }
  .top-plan-disclaimer.skeleton.skeletonStyle {
    height: 100px;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid .pointer-with-banner.ins-comp-view .bannerimg-pointer-logo {
    margin-bottom: 20px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.you-may-like {
  clear: both;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .you-may-like {
    padding: 0 8px;
  }
}
.you-may-like ul.article_like li .image-box {
  display: table-cell;
  height: 50px;
  width: 90px;
}

.you-may-like .icnSprite {
  font-size: 20px !important;
  padding-bottom: 10px;
  background: 0 0;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: capitalize;
  color: #014667 !important;
  clear: both;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.you-may-like .icnSprite::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #014667;
  bottom: 0;
}

.you-may-like .article_like {
  list-style: none;
  font-weight: 400;
}

.you-may-like .article_like li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  clear: none;
}

.you-may-like .article_like .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.you-may-like .article_like a {
  display: block;
  padding: 0 0;
  color: #337ab7;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.you-may-like p {
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
}

.item-contentpage #car_article_leftpanel .you-maylike p {
  margin: 2px 0 0 0;
}

.youmaylike_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.article-info dl.article-info {
  margin: 0;
}

.you-may-like dd,
.you-may-like dt {
  color: #91919a;
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.you-may-like ul.article_like li .image-box img {
  border: 1px solid #ddd;
  height: auto;
  padding: 1px;
  width: 100%;
}

.you-may-like ul.article_like li {
  border-bottom: 1px solid #ddd;
  clear: both;
  list-style: none;
  padding: 10px 0 10px 0;
}

.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: 35%;
  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;
}

@media screen and (max-width: 1024px) {
  .floatingpopup {
    max-width: 300px;
    text-align: CENTER;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .floatingpopup {
    max-width: 440px;
  }
}
.floatingpopup img {
  cursor: pointer;
  height: auto;
  max-width: 340px !important;
}

@media screen and (max-width: 440px) {
  [alt="life insurance"] {
    float: initial;
  }
}
@keyframes slideMenu {
  100% {
    top: 80px;
  }
}
@keyframes slideMenu-button {
  100% {
    top: 0;
  }
}
.bank-term-insurance {
  background-color: #f7f7f7;
  padding: 25px;
  padding-top: 20px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance {
    padding: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bank-term-insurance {
    padding: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-title {
  color: #293756;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-title {
    font-size: 16px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body {
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 25px 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex {
  display: flex;
  align-items: center;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-shrink-0 {
  flex-shrink: 0;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 {
  flex-grow: 1;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 .bank-term-insurance-title {
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .d-flex .flex-grow-1 .bank-term-insurance-title {
    display: none;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-img-warpper {
  width: 120px;
  height: 45px;
  border-radius: 8px;
  margin-right: 16px;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-img-warpper .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}

.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li {
  flex: 0 0 25%;
  max-width: 50%;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li {
    flex-basis: 50%;
    margin-top: 12px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
  color: #2a63f6;
  font-size: 15px;
  text-decoration: underline;
  display: block;
  font-weight: 500;
  position: relative;
  min-height: 1px;
  background: #ebf2fe;
  border: 1px solid #ccd7ea;
  border-radius: 8px;
  padding: 14px 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 320px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link {
    font-size: 13px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow {
  border: solid #2a63f6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 15px;
  top: 45%;
}

@media screen and (max-width: 767px) {
  .bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow {
    right: 5px;
  }
}
.bank-term-insurance .bank-term-insurance-card .bank-term-insurance-card-body .bank-term-insurance-list ul li .link .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.cs_select_open {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.cs_select_open:before {
  content: "";
  background: #333;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10001;
  opacity: 0.8;
}

.cs_select {
  font-size: 14px;
  text-align: left;
  padding: 0 20px 0 10px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.29);
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.29);
  letter-spacing: 0.2px;
  cursor: pointer;
  position: relative;
  width: 120px;
}

.cs_select:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: rotate(-135deg);
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
}

.customSelectbox {
  text-align: left;
  width: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .customSelectbox.active:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.custom-radio-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.29);
  width: 250px;
  padding: 0;
  border-radius: 8px;
  height: 185px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 20px 0 0 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .custom-radio-wrapper {
    position: fixed;
    max-width: 350px;
    width: 96%;
    margin: 0 auto;
    height: 70%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
}
.custom-radio-wrapper.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  margin: 0 auto 0;
}

.custom-radio-wrapper::-webkit-scrollbar {
  width: 0;
}

.custom-radio-wrapper::-webkit-scrollbar-track {
  background: 0 0;
}

.custom-radio-wrapper::-webkit-scrollbar-thumb {
  background: 0 0;
}

.custom-radio-wrapper::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.custom-radio-content {
  display: inline-block;
  margin: 10px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.custom-radio-content:focus label {
  background: #379ff4;
  color: #fff;
}

.custom-radio-content:focus label span {
  border: 1px solid #fff !important;
}

.custom-radio-content input[type=radio] {
  display: none;
}

.custom-radio-content input[type=radio] + label {
  display: flex;
  margin: 10px;
  text-align: left;
  padding: 10px;
  margin: 0;
  margin: 0;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.29);
}

.custom-radio-content input[type=radio] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  border: 1px solid #cecece;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  position: absolute;
  right: 10px;
}

.custom-radio-content input[type=radio] + label span:hover,
.custom-radio-content input[type=radio] + label:hover span {
  transform: scale(1.2);
}

.custom-radio-content input[type=radio]:checked + label span {
  background: #2196f3;
  background: linear-gradient(to right, #03a9f4, #2196f3);
  box-shadow: 0 0 0 2px #fff inset;
  border: 1px solid #fff !important;
}

.custom-radio-content input[type=radio]:checked + label {
  color: #fff;
  background: #2196f3;
}

.parent_term {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper::after,
  .graphDiv::after,
  .investment-option-slider::after {
    content: "";
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    border: none;
  }
  .block_content_wrapper .term-widget-new {
    width: 100%;
  }
  .block_content_wrapper > .block_content_wrapper {
    padding: 0 !important;
  }
  .block_content_wrapper > .block_content_wrapper.graybox {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block_content_wrapper > .block_content_wrapper > .block_content_wrapper {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper,
  .block_content_wrapper.section,
  .section {
    border: none;
    margin: 0;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #reviewslide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .pbRelatedLinks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
hr.section-end-line {
  border: none;
}

@media only screen and (max-width: 1024px) {
  hr.section-end-line {
    border: none;
    background: #f4f5f7;
    border-top: solid 0.8px rgba(23, 43, 77, 0.1);
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.1);
    padding: 10px;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .disContnet.contentStyles {
    padding: 16px;
    overflow: hidden;
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    border: none !important;
    margin: 0 auto !important;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection > .graphDiv .floatingpopup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .types-of-plan-slider_option_one {
    background: #fff;
    margin-bottom: 20px;
    border: none;
    border-width: 1px 0 1px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
  }
}
.investment-option-slider.term-vector {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .table-of-content-section {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_tabs_container {
    padding: 0;
  }
}
.go-to-top {
  z-index: 10000;
}

.show-more-less-content .health-read-more,
.show-more-less-content .read-more {
  text-align: left;
  margin-top: 20px;
}

.table-of-content-section.nobg {
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.tableBranchesData_filter {
  margin-bottom: 20px !important;
}

.table-of-content-without-box .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.table-of-content-without-box .ul .li {
  flex-basis: 50%;
  width: 50%;
  margin: 0 0 16px;
  position: relative;
  display: table;
  padding-left: 0;
}

.table-of-content-without-box .ul .li a {
  border-bottom: 1px dashed #6690f0;
  margin-left: 0;
  color: #253858;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.information-section .information-wrapper {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 15px;
  background: #f4f6fd;
  border-radius: 12px;
  padding: 32px 17px;
}

@media (max-width: 667px) {
  .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);
  }
}
.information-section .information-wrapper .information-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  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;
  color: #253858;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

@media (max-width: 667px) {
  .information-section .information-wrapper .information-content {
    padding: 10px;
    font-size: 14px;
    line-height: normal;
  }
}
.information-section .information-wrapper .information-content::after {
  content: "";
  border: solid #0075ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(-45deg);
  margin-left: 10px;
  margin-top: 1px;
}

@media (max-width: 667px) {
  .information-section .information-wrapper .information-content::after {
    border-width: 0 2px 2px 0;
    padding: 3px;
  }
}
.information-section .information-wrapper .information-content .arrow {
  display: none;
}

.information-section {
  background: #f4f6fd 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 4px 17px;
}

@media screen and (max-width: 767px) {
  .information-section {
    padding: 14px 0 7px 10px;
  }
}
.information-section .heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .information-section .heading {
    font-size: 16px;
  }
}
.information-section .information-slider .information-slide {
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.information-section .information-slider .information-slide .text {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #d1dff5;
  border: 1px solid rgba(42, 99, 246, 0.4);
  border-radius: 8px;
  padding: 16px 41px 15px 15px;
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-right: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .information-section .information-slider .information-slide .text {
    font-size: 12px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 11px 40px 13px 12px;
  }
}
.information-section .information-slider .information-slide .text::after {
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  content: "";
  position: absolute;
  right: 11px;
  top: 47%;
}

.information-section .information-slider .slick-next,
.information-section .information-slider .slick-prev {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #0065ff;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: -25px;
  transform: none;
}

.information-section .information-slider .slick-prev {
  left: auto;
  right: 48px;
}

.information-section .information-slider .slick-prev:before {
  border: solid #0065ff;
  border-width: 0 0 1.5px 1.5px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 2px;
  content: "";
}

.information-section .information-slider .slick-next {
  left: auto;
  right: 15px;
}

.information-section .information-slider .slick-next:before {
  border: solid #0065ff;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 -1px;
  content: "";
}

.author-review-section {
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.author-review-section .details {
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .author-review-section .details {
    padding: 0 8px;
  }
}
.author-review-section .details::after {
  content: "";
  background: #ccc;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .author-review-section .details::after {
    width: 35px;
  }
}
.author-review-section .details::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #098b2c;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .image {
    max-width: 35px;
    width: 100%;
  }
}
.author-review-section .details .name {
  margin-left: 8px;
}

.author-review-section .details .name span {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
}

.author-review-section .details .name .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .label {
    font-size: 10px;
  }
}
.author-review-section .details .name .value {
  color: #253858;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .name .value {
    font-size: 12px;
  }
}
.author-review-section .details .bio {
  background: #fff;
  border: 1px solid #776ef5;
  position: absolute;
  width: 400px;
  padding: 16px 16px 30px;
  border-radius: 8px;
  top: 25px;
  display: none;
  z-index: 10;
  position: absolute;
  left: 7px;
  margin-top: 26px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio {
    top: 20px;
    left: -27%;
    width: 340px;
    padding-bottom: 16px;
  }
}
.author-review-section .details .bio::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url(../../images/bu/term/tool-tip.svg) no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio::before {
    left: 55px;
  }
}
.author-review-section .details .bio .image {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .image {
    max-width: 39px;
  }
}
.author-review-section .details .bio .name .label {
  padding-left: 0;
  color: var(--text-60, rgba(37, 56, 88, 0.6));
}

.author-review-section .details .bio .name .label::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .label {
    font-size: 11px;
  }
}
.author-review-section .details .bio .name .value {
  text-decoration: none;
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .value {
    font-size: 16px;
  }
}
.author-review-section .details .bio .name .value a {
  background: url(../../images/bu/investment/icon-linkedin.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.author-review-section .details .bio .name .description {
  color: var(--text-89, rgba(37, 56, 88, 0.89));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  position: relative;
}

.author-review-section .details .bio .name .description::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: -43px;
  background: url(../../images/bu/investment/icon-quotes.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .author-review-section .details .bio .name .description::before {
    left: -37px;
  }
}
@media screen and (max-width: 767px) {
  .author-review-section .details .bio.s2 {
    left: -127%;
  }
  .author-review-section .details .bio.s2::before {
    left: initial;
    right: 36%;
  }
}
.author-review-section .details:hover .bio {
  display: flex;
}

.author-review-section .author {
  border-left: 1px solid rgba(37, 56, 88, 0.2);
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

@media screen and (max-width: 767px) {
  .author-review-section .author {
    border-right: 0;
  }
}
.author-review-section .author::after {
  left: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::after {
    left: -35px;
  }
}
.author-review-section .author::before {
  left: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .author::before {
    left: -35px;
  }
}
.author-review-section .author .name .label {
  padding-left: 12px;
}

.author-review-section .author .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-written-by.svg);
  position: absolute;
  height: 12px;
  width: 8px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}

.author-review-section .reviewer {
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

.author-review-section .reviewer::after {
  right: -100px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::after {
    right: -35px;
  }
}
.author-review-section .reviewer::before {
  right: -110px;
}

@media screen and (max-width: 767px) {
  .author-review-section .reviewer::before {
    right: -35px;
  }
}
.author-review-section .reviewer .name .label {
  padding-left: 18px;
}

.author-review-section .reviewer .name .label::before {
  content: "";
  background: url(../../images/bu/investment/icon-reviewd-by.svg);
  position: absolute;
  height: 14px;
  width: 14px;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
}

.author-review-section.term .details > .image {
  max-width: 45px;
}

@media screen and (max-width: 767px) {
  .author-review-section.term .details > .image {
    max-width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .author-review-section.term .details .bio.s2 {
    left: -117%;
  }
}
@media screen and (max-width: 767px) {
  .author-review-section.term .details .bio.s2::before {
    left: initial;
    right: 38%;
  }
}
.author-review-section.term .details .bio .image {
  max-width: 45px;
}

@media screen and (max-width: 767px) {
  .author-review-section.term .details .bio .image {
    max-width: 39px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .viewplan-link {
  text-transform: capitalize;
}

.term-premium-cal {
  position: relative;
  margin-top: 25px;
  margin-bottom: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 5s ease-in;
}

.term-premium-cal.cal-show {
  visibility: visible;
  opacity: 1;
}

.term-premium-cal .tab-cal {
  background: #fff;
  box-shadow: none;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-wrap: 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: 100%;
  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: 767px) {
  .term-premium-cal .tab-cal .tablinks {
    height: auto;
  }
}
@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 {
  padding: 0;
  cursor: default;
  box-shadow: none;
  color: #253858;
  font-size: 24px;
  opacity: 1;
  justify-content: flex-start;
  text-align: left;
}

.term-premium-cal .tab-cal .tablinks.active::before {
  content: "";
  display: none;
  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: 568px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation {
    height: auto;
  }
}
@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;
    font-size: 14px;
  }
}
@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 {
    margin-top: 15px;
  }
}
.term-premium-cal .close {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.section-full .section-grid {
  width: 100% !important;
}

.sliderRoot .sliderWrapper .arrows,
.sliderRootWrapper .sliderWrapper .arrows {
  width: 100% !important;
}

.sliderRoot .sliderWrapper .arrows.style-1 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right {
  position: absolute;
  right: -42px;
}

@media (max-width: 568px) {
  .section-full.content {
    padding: 0;
  }
}
.add-banner-3 {
  background: #edf3ff;
  padding: 26px 30px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  box-sizing: border-box;
}

.add-banner-3 .flexbox {
  display: flex;
}

.add-banner-3 .flexbox .flexbox-left,
.add-banner-3 .flexbox .flexbox-right {
  width: 50%;
}

.add-banner-3 .flexbox .flexbox-left {
  display: flex;
  align-items: center;
}

.add-banner-3 .flexbox .flexbox-left .advisor-abstract {
  width: 358px;
  height: 200px;
}

@media (max-width: 767px) {
  .add-banner-3 .flexbox {
    flex-direction: column;
  }
  .add-banner-3 .flexbox .flexbox-left,
  .add-banner-3 .flexbox .flexbox-right {
    width: 100%;
  }
}
.add-banner-3 .advisor-abstract {
  text-align: center;
  position: relative;
}

.add-banner-3 .advisor-abstract img {
  width: 75%;
  position: absolute;
  top: -50px;
  left: 0;
}

@media (max-width: 568px) {
  .add-banner-3 .advisor-abstract img {
    position: initial;
  }
}
@media (max-width: 890px) {
  .add-banner-3 .advisor-abstract {
    top: -270px;
  }
}
@media (max-width: 568px) {
  .add-banner-3 .advisor-abstract {
    top: 0;
  }
}
.add-banner-3 .ribbon {
  background-color: #fff;
  color: #930d08;
  padding: 16px 26px 16px 16px;
  top: 32px;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 0;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 20px;
  color: #253858;
  left: 0;
  padding-left: 13px;
  font-size: 17px !important;
}

.add-banner-3 .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge-white.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
}

.add-banner-3 .bigtxt {
  font-size: 40px;
  font-weight: 600;
  max-width: 470px;
  margin-top: 60px;
  line-height: 42px;
}

@media (max-width: 568px) {
  .add-banner-3 .bigtxt {
    font-size: 30px;
    font-weight: 600;
    width: auto;
    margin-top: 60px;
  }
}
.add-banner-3 p {
  opacity: 0.8;
}

.add-banner-3 .action-group {
  display: flex;
  width: 420px;
  justify-content: space-between;
  align-items: center;
}

.add-banner-3 .action-group .more-content,
.add-banner-3 .action-group .more-content-active {
  padding: 12px 30px 12px 16px !important;
}

@media (max-width: 568px) {
  .add-banner-3 .action-group .more-content,
  .add-banner-3 .action-group .more-content-active {
    padding: 12px 10px !important;
  }
}
.add-banner-3 .action-group .sparator {
  font-size: 12px;
}

@media (max-width: 890px) {
  .add-banner-3 {
    padding: 16px;
    border-radius: 10px;
    margin: 30px auto 40px;
    width: 500px;
  }
  .add-banner-3 .flexbox-left {
    margin-top: 300px;
  }
  .add-banner-3 .ribbon {
    left: -16px;
    display: block;
    padding: 8px 26px 8px 16px;
    width: 100%;
    font-size: 16px;
    height: 62px;
  }
  .add-banner-3 .action-group {
    width: 350px;
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .add-banner-3 {
    width: 100%;
    margin: 0 auto;
  }
  .add-banner-3 .flexbox-left {
    margin-top: 0;
  }
  .add-banner-3 .ribbon {
    height: auto;
  }
}
.add-banner-3 .more-content-active {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #fff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.find-state-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  margin-top: 32px;
  padding: 24px 24px 8px 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .find-state-container {
    padding: 20px 16px 8px 16px;
  }
}
.find-state-container .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin-bottom: 12px;
  margin-top: 0;
}

.find-state-container .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.014em;
  color: #505f79;
  margin-bottom: 12px;
  position: relative;
}

.find-state-container .label::after {
  content: "";
  background: #505f79;
  width: 24px;
  position: absolute;
  height: 1px;
  top: 12px;
  left: 120px;
}

.find-state-container .label.all::after {
  left: 115px;
}

.find-state-container .all-cities-list,
.find-state-container .all-states-list,
.find-state-container .top-cities-list,
.find-state-container .top-states-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.find-state-container .all-cities-list .city,
.find-state-container .all-cities-list .state,
.find-state-container .all-states-list .city,
.find-state-container .all-states-list .state,
.find-state-container .top-cities-list .city,
.find-state-container .top-cities-list .state,
.find-state-container .top-states-list .city,
.find-state-container .top-states-list .state {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  display: block;
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0065ff;
  margin-bottom: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .find-state-container .all-cities-list .city,
  .find-state-container .all-cities-list .state,
  .find-state-container .all-states-list .city,
  .find-state-container .all-states-list .state,
  .find-state-container .top-cities-list .city,
  .find-state-container .top-cities-list .state,
  .find-state-container .top-states-list .city,
  .find-state-container .top-states-list .state {
    margin-right: 8px;
  }
}
.find-state-container .all-cities-list .more-cities,
.find-state-container .all-cities-list .more-states,
.find-state-container .all-states-list .more-cities,
.find-state-container .all-states-list .more-states,
.find-state-container .top-cities-list .more-cities,
.find-state-container .top-cities-list .more-states,
.find-state-container .top-states-list .more-cities,
.find-state-container .top-states-list .more-states {
  display: none;
}

.find-state-container .all-cities-list .more-cities.show,
.find-state-container .all-cities-list .more-states.show,
.find-state-container .all-states-list .more-cities.show,
.find-state-container .all-states-list .more-states.show,
.find-state-container .top-cities-list .more-cities.show,
.find-state-container .top-cities-list .more-states.show,
.find-state-container .top-states-list .more-cities.show,
.find-state-container .top-states-list .more-states.show {
  display: inline-block;
}

.find-state-container .all-cities-list .more-cities.show > div,
.find-state-container .all-cities-list .more-states.show > div,
.find-state-container .all-states-list .more-cities.show > div,
.find-state-container .all-states-list .more-states.show > div,
.find-state-container .top-cities-list .more-cities.show > div,
.find-state-container .top-cities-list .more-states.show > div,
.find-state-container .top-states-list .more-cities.show > div,
.find-state-container .top-states-list .more-states.show > div {
  display: flex;
  flex-wrap: wrap;
}

.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 1px #36b37e;
}

.action-req-callback {
  font-weight: 500;
  line-height: 18px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  padding: 16px 15px 15px 62px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  background: #f78631 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(247, 134, 49, 0.168627451);
  border: 0.8000000119px solid #fa6000;
  border-radius: 25px;
  z-index: 99;
}

.action-req-callback.active {
  display: block;
}

.action-req-callback::before {
  content: "";
  background: url(../../images/bu/term/term-request-call-back-icon.gif) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .action-req-callback::before {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 3px;
  }
}
@media (max-width: 768px) {
  .action-req-callback {
    padding: 12px 9px 12px 40px;
    font-size: 12px;
    line-height: 16px;
    right: 9px;
    bottom: 90px;
  }
  .action-req-callback span {
    display: none;
  }
}
.seemore_news_wrapper {
  text-align: center;
}

.seemore_news {
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  padding: 9px 3px;
  margin: 0 0 30px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #0065ff;
  width: 130px;
  text-align: center;
  border: 1px solid #2b60ed;
}

.seemore_news span {
  position: relative;
}

.seemore_news span:after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.seemore_news span.active:after {
  transform: rotate(-135deg);
  position: relative;
  top: 2px;
}

#diffTypeOfPlans .item a {
  display: block;
  height: 170px;
}

#diffTypeOfPlans .content-wrapper {
  background: #fff;
  padding: 16px;
  border-radius: 0 0 8px 8px;
  border-top: none;
}

#diffTypeOfPlans .content-wrapper .action-btn {
  color: #0768fa;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  text-transform: capitalize;
  border: 1px solid #0161f3;
  padding: 5px;
  width: 86px;
  margin: 0 auto;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .sliderRoot.diffTypeOfPlans {
    padding-left: 16px;
  }
  .new-term-plan-with-multitab {
    height: auto !important;
  }
  .new-term-plan-with-multitab + .block-content-wrapper {
    padding: 0 16px;
  }
  .people-search {
    padding: 0 16px;
  }
}
.city-wise-wrapper {
  background: #fff;
}

.city-wise-wrapper {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 40px 25px;
}

@media (max-width: 568px) {
  .city-wise-wrapper {
    padding: 20px 16px;
    margin: 0 8px;
  }
}
.city-wise-wrapper-content {
  display: flex;
}

@media (max-width: 568px) {
  .city-wise-wrapper-content {
    flex-direction: column;
  }
}
.city-wise-wrapper-content .mdbox {
  width: 38%;
  margin-right: 2%;
  position: relative;
}

.city-wise-wrapper-content .mdbox:last-child {
  width: 20%;
  margin-right: 0;
}

@media (max-width: 568px) {
  .city-wise-wrapper-content .mdbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .city-wise-wrapper-content .mdbox:last-child {
    width: 100%;
  }
}
.city-wise-wrapper-content .mdbox select {
  width: 100% !important;
  padding: 0 10px !important;
  height: 48px !important;
  line-height: 40px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  background: url("../../images/bu/down-arrow-black.png") no-repeat 95% 20px;
}

.city-wise-wrapper-content .mdbox label {
  color: #253858 !important;
  font-size: 12px !important;
  padding: 0 !important;
  display: block !important;
  position: absolute !important;
  top: -11px !important;
  background: #fff !important;
  display: inline-block !important;
  left: 9px !important;
}

.city-wise-wrapper-content .mdbox #btnNetworkHospitals {
  background: #0065ff !important;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 700;
  width: 100% !important;
  height: 46px !important;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.lisOfBank {
  position: relative;
}

.lisOfBank .newheading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin: 40px 0 30px;
}

@media (max-width: 568px) {
  .lisOfBank .newheading {
    margin: 25px 0 15px;
  }
}
.lisOfBank .listOfBankifsc {
  position: relative;
}

.lisOfBank .listOfBankifsc ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lisOfBank .listOfBankifsc ul li {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  display: block;
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
  cursor: pointer;
  width: auto;
  float: initial;
  border: none;
  max-width: 200px;
  text-transform: capitalize;
}

.lisOfBank .listOfBankifsc ul li a {
  color: #0065ff;
}

.lisOfBank .listOfBankifsc ul li a:hover {
  color: #0065ff;
}

@media (max-width: 568px) {
  .lisOfBank .listOfBankifsc ul li {
    max-width: 100%;
  }
}
.current-version-widget {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid rgba(0, 101, 255, 0.2);
  border-radius: 10px;
  padding: 21px 23px 25px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .current-version-widget {
    padding: 24px 12px 12px;
    margin: 20px auto 0;
  }
}
.current-version-widget .heading-section {
  position: relative;
}

.current-version-widget .heading-section::before {
  content: "";
  height: 75%;
  width: 1px;
  position: absolute;
  background: #0065ff;
  top: 12px;
  left: 3px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .heading-section::before {
    height: 70%;
  }
}
.current-version-widget .heading-section .heading {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .current-version-widget .heading-section .heading {
    font-size: 16px;
    line-height: 21px;
  }
}
.current-version-widget .heading-section .heading.first {
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .heading-section .heading.first {
    margin-bottom: 30px;
  }
}
.current-version-widget .heading-section .heading.first::before {
  background: #0065ff;
}

.current-version-widget .heading-section .heading::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #0065ff;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 3px;
  background: #fff;
}

.current-version-widget .content {
  margin-top: 18px;
  display: flex;
  align-items: CENTER;
}

@media screen and (max-width: 767px) {
  .current-version-widget .content {
    margin-top: 12px;
    flex-wrap: wrap;
  }
}
.current-version-widget .content .details {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .content .details {
    margin: 0;
    width: 50%;
  }
}
.current-version-widget .content .details .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .content .details .label {
    font-size: 15px;
    line-height: 20px;
  }
}
.current-version-widget .content .details .value {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.6);
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .content .details .value {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
  }
}
.termtimer {
  display: flex;
  font-size: 11px;
  font-weight: 600;
  background: #fef1b3;
  padding: 6px 10px 6px 40px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -11px;
  left: 14px;
  min-width: 288px;
  min-height: 27px;
}

@media (max-width: 980px) {
  .termtimer {
    left: 0;
    top: 0;
  }
}
.termtimer::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/timer-term.png") no-repeat center center;
  top: 2px;
  left: 12px;
  background-size: contain;
}

.termtimer .timerWrapper {
  margin: 0 2px;
  color: red;
}

@media (max-width: 767px) {
  .section-full .product-article-wrapper,
  .section-full .review {
    padding: 0 0 0 16px;
  }
}
.term-based-on-statics {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.term-based-on-statics .statics {
  width: 31%;
  margin: 20px 1%;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  border-bottom: 8px solid #0065ff;
  box-shadow: 0 3px 12px rgba(0, 101, 255, 0.15);
}

.term-based-on-statics .statics .count {
  background: rgba(0, 101, 255, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #0065ff;
  font-weight: 700;
  margin-bottom: 10px;
}

.term-based-on-statics .statics .h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
  margin-top: 0;
}

.term-based-on-statics .statics p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.term-based-on-statics .statics p span {
  font-weight: 500;
  color: #0065ff;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

.term-based-on-statics .statics p span:hover {
  color: #0051cc;
}

@media (max-width: 767px) {
  .term-based-on-statics .statics {
    margin: 10px 1%;
    min-width: 220px;
  }
  .term-based-on-statics .statics .h2 {
    font-size: 16px;
  }
  .term-based-on-statics .statics p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .term-based-on-statics {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
}
.contact-us-by-term-plan {
  background: rgba(0, 101, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: #253858;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 16px 30px 40%;
  border: 1px solid #0165ff;
  position: relative;
}

.contact-us-by-term-plan:before {
  content: "";
  width: 260px;
  height: 200px;
  position: absolute;
  background: url("../../images/bu/term/buy-term-plan.svg") no-repeat center center;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-us-by-term-plan .h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
  color: #0165ff;
  margin: 0 0 10px 0;
}

.contact-us-by-term-plan p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.contact-us-by-term-plan .contact-now {
  background: #0165ff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  margin-top: 16px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .contact-us-by-term-plan {
    width: 96%;
    padding: 12px 10px 30px 10px;
    margin: 20px auto;
    text-align: left;
  }
  .contact-us-by-term-plan:before {
    content: "";
    width: 150px;
    height: 100px;
    position: absolute;
    background-size: contain;
    left: initial;
    top: 20px;
    transform: initial;
    right: 10px;
    margin: 0;
  }
  .contact-us-by-term-plan .h2 {
    font-size: 24px;
    width: 50%;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-us-by-term-plan p {
    font-size: 14px;
  }
  .contact-us-by-term-plan .contact-now {
    width: 50%;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0, 101, 255, 0.15);
  }
}
.returing-user-data {
  width: 100%;
  position: relative;
  padding: 16px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .returing-user-data {
    padding: 16px 16px 0 !important;
  }
}
.leftSection .returing-user-data .h2,
.leftSection .returing-user-data h1,
.leftSection .returing-user-data h2,
.returing-user-data .leftSection .h2,
.returing-user-data .leftSection h1,
.returing-user-data .leftSection h2,
.returing-user-data .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.returing-user-data .subtitle {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 22px;
}

@media (max-width: 568px) {
  .returing-user-data .subtitle {
    font-size: 14px;
  }
}
.returing-user-data .profile-data {
  background: #effaff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0;
  margin: 30px 0 15px;
  padding: 16px;
}

.returing-user-data .profile-heading {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.returing-user-data .profile-heading:before {
  content: "";
  position: absolute;
  background: #e2e2e2;
  left: initial;
  transform: initial;
  left: 52px;
  margin: 0;
  height: 1px;
  top: 10px;
  width: 60%;
}

.returing-user-data .profile-data-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .returing-user-data .profile-data-list {
    flex-direction: column;
  }
}
.returing-user-data .profile-data-list li {
  width: 48%;
  margin: 16px 0;
  position: relative;
}

@media (max-width: 768px) {
  .returing-user-data .profile-data-list li {
    width: 100%;
  }
}
.returing-user-data .profile-data-list li span {
  color: rgba(37, 56, 88, 0.89);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}

.returing-user-data .profile-data-list li .user-info {
  color: rgba(37, 56, 88, 0.89);
  font-size: 16px;
  font-weight: 500;
}

.returing-user-data .profile-data-list li i {
  background: rgba(0, 103, 255, 0.1);
  color: rgba(37, 56, 88, 0.89);
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  padding: 5px 7px;
  border-radius: 4px;
  top: 30px;
  position: absolute;
  left: 98px;
}

.returing-user-data .viewplan-btn,
.returing-user-data .viewplan-link-btn {
  background: #0165ff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  width: 80%;
  margin: 30px auto 15px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.returing-user-data .viewplan-btn:hover,
.returing-user-data .viewplan-link-btn:hover {
  background: #0051cd;
}

.returing-user-data .viewplan-link-btn {
  background: 0 0;
  color: #0165ff;
  text-decoration: underline;
  margin: 0 auto 5px;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
}

.returing-user-data .viewplan-link-btn.active,
.returing-user-data .viewplan-link-btn:hover {
  background: 0 0;
}

.scrollable-box {
  position: relative;
}

.scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.term-pillers-hub-widget {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 16px;
  display: flex;
  margin-bottom: 30px;
  width: 760px;
  margin: 0 auto;
}

@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%;
  }
  .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 8px;
  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: rgba(0, 101, 255, 0.05);
    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;
  }
}
.exper-opinion-wrapper {
  width: 100%;
  margin: 40px 0 40px 0;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper {
    width: 96%;
    margin: 40px auto;
  }
}
.exper-opinion-wrapper .exper-opinion {
  width: 100%;
  background: #f3f2ff;
  background: linear-gradient(90deg, #f3f2ff 0, #fdf7e7 100%);
  border: 1px solid #bab5ff;
  border-radius: 8px;
  padding: 24px 46px;
  position: relative;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion {
    padding: 16px;
  }
}
.exper-opinion-wrapper .exper-opinion:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/term/tool-tip-expert-option.svg) no-repeat 0 -12px;
  bottom: -22px;
  left: 70px;
}

.exper-opinion-wrapper .exper-opinion h3 {
  position: relative;
  color: #0065ff;
  font-size: 28px;
  line-height: 28px;
  padding-left: 40px;
  margin: 0 0 20px 0;
}

.exper-opinion-wrapper .exper-opinion h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/term/expert-icon.svg) no-repeat 0 0;
  left: 0;
  top: -4px;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion h3 {
    font-size: 24px;
  }
}
.exper-opinion-wrapper .exper-opinion .more-content-wrapper {
  display: flex;
  flex-direction: row;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus,
.exper-opinion-wrapper .exper-opinion .readmore {
  text-align: left;
  display: block;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
.exper-opinion-wrapper .exper-opinion .readmore span {
  position: relative;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 10px 0 10px;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 568px) {
  .exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
  .exper-opinion-wrapper .exper-opinion .readmore span {
    padding: 5px 7px;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
  .exper-opinion-wrapper .exper-opinion .readmore span {
    font-size: 10px;
  }
}
.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span .arrow,
.exper-opinion-wrapper .exper-opinion .readmore span .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 2px 5px;
  position: relative;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span.show .arrow,
.exper-opinion-wrapper .exper-opinion .readmore span.show .arrow {
  transform: rotate(225deg);
  top: 4px;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span {
  margin-left: 25px;
  position: relative;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span .arrow {
  margin: 0 0 0 5px;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 100%;
  left: -14px;
  top: 0;
}

.exper-opinion-wrapper .exper-opinion p {
  margin: 6px 0;
  color: #253858;
  font-weight: 500;
}

.exper-opinion-wrapper .exper-opinion p.sub-heading {
  margin: 20px 0 10px;
  font-weight: 500;
}

.exper-opinion-wrapper .exper-opinion p.hide {
  display: none;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion p {
    font-size: 14px;
  }
}
.exper-opinion-wrapper .user-profile {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding-left: 75px;
  position: relative;
}

.exper-opinion-wrapper .user-profile .userpic {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exper-opinion-wrapper .user-profile .userpic img {
  width: 100%;
}

.exper-opinion-wrapper .user-profile h3 {
  margin: 0;
}

.exper-opinion-wrapper .user-profile p {
  margin: 0;
}

.leftSection .number-listing-box .numbers .date_ul {
  list-style: none;
}

.term-form-template .loadingDiv #loader .wait-text .loader {
  display: none;
}

.lets_talk_about_family_future {
  background: radial-gradient(67.47% 150.37% at 50.1% 50%, #fff 0, #67ccd1 100%);
  border: 1px solid #74c8cc;
  color: #062b75;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lets_talk_about_family_future {
    width: calc(100% + 20px);
    margin: 20px auto 0;
    left: -10px;
  }
}
.lets_talk_about_family_future .content {
  width: 45%;
  margin: 0 auto;
  line-height: 26px;
  padding: 14px 0;
  position: relative;
  min-width: 490px;
}

.lets_talk_about_family_future .content span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .lets_talk_about_family_future .content {
    width: 65%;
    margin: 0 auto;
    line-height: 22px;
    padding: 6px 0;
    font-size: 15px;
    min-width: auto;
  }
}
.lets_talk_about_family_future .content:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../../images/bu/term/topplan_banner_icon.png) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
}

.lets_talk_about_family_future .go_next {
  border: 1px solid #0065ff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  padding: 0 !important;
  background-color: #fff;
}

.lets_talk_about_family_future .go_next::before {
  display: none !important;
}

.lets_talk_about_family_future .go_next .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  left: 8px;
  top: 9px;
}

.lets_talk_about_family_future .go_next .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.certificate-platinum-partner-web {
  background: #fff;
  border: 1px dashed #c0c9e8;
  border-radius: 8px;
  margin-bottom: 10px;
  display: none;
  max-width: 600px;
  width: 98%;
  margin: 0 auto;
}

.certificate-platinum-partner-web.active {
  display: block;
  z-index: 1;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .certificate-platinum-partner-web {
    display: none;
  }
  .certificate-platinum-partner-web.active {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .certificate-platinum-partner-web {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0;
  align-items: flex-start;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header > div {
  padding: 0 0 0 10px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-icons {
  width: auto;
  padding-top: 5px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-icons .certficate-icons-image {
  background: url(../../images/bu/term/term_first_fold_sprite.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 40px;
  background-position: 0 100%;
}

@media only screen and (max-width: 1024px) {
  .certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-icons {
    padding-top: 0;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-heading {
  color: #293756;
  font-size: 16px;
  margin-right: auto;
  padding-top: 0;
  line-height: 26px;
}

@media only screen and (max-width: 375px) {
  .certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-heading {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .certificate-platinum-partner-web .certificate-platinum-partner-box .certificate-platinum-header .certficate-heading {
    font-size: 12px;
    line-height: 20px;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box.first-column .certficate-text {
  display: block;
}

@media only screen and (max-width: 667px) {
  .certificate-platinum-partner-web .certificate-platinum-partner-box.first-column .certficate-text {
    display: none;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  padding-top: 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certficate-diff-text-wrapper .certficate-claimsettled,
.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certficate-diff-text-wrapper .certficate-insurer {
  letter-spacing: 0.16px;
  color: #253858;
  font-size: 10px;
  line-height: 43px;
  font-weight: 500;
  text-align: left;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certficate-diff-text-wrapper .certficate-insurer {
  height: 50px;
  position: relative;
  top: 10px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:first-child {
  width: 105px;
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2) {
  width: auto;
  padding-top: 30px;
  overflow: hidden;
  overflow-x: scroll;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2)::-webkit-scrollbar {
  width: 0;
  padding: 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2)::-webkit-scrollbar-track {
  background: 0 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2)::-webkit-scrollbar-thumb {
  background: 0 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2)::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-top: 30px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item {
  padding: 10px;
  padding-left: 5px;
}

@media only screen and (max-width: 568px) {
  .certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item {
    min-width: 120px;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 104px;
  margin: 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0588235294);
  border-radius: 4px;
  margin: 0 auto;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper {
  width: 100%;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo {
  background-image: url("../../images/bu/term/certificate_sprite_logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.hdfclife {
  background-position: 0 32%;
  background-size: 154px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.maxlife {
  background-position: 0 85%;
  background-size: cover;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.tataaialife {
  background-position: 0 100%;
  background-size: 230px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.bajajlife {
  background-position: 0 7%;
  background-size: 125px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.pnblife {
  background-position: 0 95%;
  background-size: 140px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.canaralife {
  background-position: 0 43%;
  background-size: 110px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.kotaklife {
  background-position: 0 69%;
  background-size: 232px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.indiafirstlife {
  background-position: 15px 59%;
  background-size: 85px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.abhilife {
  background-position: 0 19%;
  background-size: 145px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure .img-wrapper .image .certificate_sprite_wrapper.certificate_sprite_logo.aegonlife {
  background-position: -50% 0;
  background-size: 110px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .item figure figcaption {
  background: rgba(41, 55, 86, 0.0588235294);
  border-radius: 0 0 8px 8px;
  padding: 4px 10px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.19px;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide .certficate-column {
  display: none;
}

.certificate-platinum-partner-web .certficate-text {
  width: auto;
  padding-top: 0;
}

.certificate-platinum-partner-web .certficate-text.certi-in-mobile {
  display: none;
}

@media only screen and (max-width: 667px) {
  .certificate-platinum-partner-web .certficate-text.certi-in-mobile {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
  }
}
.certificate-platinum-partner-web .certficate-text.certi-in-mobile .certficate-text-link {
  background: rgba(255, 255, 255, 0.0588235294);
  border: 1px solid #2a62f5;
  border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 auto;
}

.certificate-platinum-partner-web .certficate-text .certficate-text-link {
  color: #2a62f5;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  text-decoration: underline;
  display: block;
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  margin: 0 auto;
}

.certificate-platinum-partner-web.rhs {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .certificate-platinum-partner-web.rhs {
    margin-bottom: 0;
  }
}

.certificate-platinum-partner-web.rhs .certificate-platinum-header .certficate-text {
  display: none;
}

.certificate-platinum-partner-web.rhs .certificate-platinum-partner-box + .certficate-text {
  border: 1px solid #2a62f5;
  padding: 5px;
  border-radius: 8px;
  text-decoration: none;
  margin: -16px auto 15px;
  display: block;
  width: 120px;
}

.certificate-platinum-partner-web.rhs .certificate-platinum-partner-box + .certficate-text button {
  text-decoration: none;
}

.certificate-platinum-partner-web {
  display: none;
}

.certificate-platinum-partner-web.rhs {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .certificate-platinum-partner-web {
    display: block;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .certificate-platinum-partner-web {
    display: block;
    margin: 0 auto;
    width: 98%;
  }
}
.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column {
  padding: 0 10px;
}

.sliderWrapper .arrows.style-2 {
  top: 3px !important;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:first-child {
  padding-top: 32px;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column:nth-child(2) {
  padding-top: 0;
}

.certificate-platinum-partner-web .certificate-platinum-partner-box.second-column .certficate-column .certificate_slide_wrap .certificate_slide {
  padding-bottom: 0;
}

.term-form-wrappers .form-wrapper.nrinew .left .heading-main {
  height: auto;
}

@media (max-width: 1024px) {
  .term-form-wrappers .form-wrapper.nrinew .right .discount_claim,
  .term-form-wrappers .form-wrapper.nrinew .right .instantBox.clm {
    display: none;
  }
}
.term-form-wrappers .form-wrapper.nrinew .right .product-achivement-at-policybazaar {
  display: none;
}

.term-form-wrappers .form-wrapper .left .heading-main .pointer-with-banner {
  margin-bottom: 0;
}

.term-form-template.with-pb-advantage .form-grid .left .heading-main .block_content_wrapper_firstfold {
  margin: 2px 0 30px;
}

.term-form-template.with-pb-advantage .form-grid .left .heading-main .block_content_wrapper_firstfold h1 {
  padding-top: 0;
}

.term-form-template.with-pb-advantage .form-grid .left .heading-main .pointer-with-banner .bannerimg-pointer {
  top: -20px;
}

.term-form-template.with-pb-advantage .form-grid .left .heading-main .pointer-with-banner .bannerimg-pointer .banner-image {
  margin-bottom: 0;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 {
  background: #f3f5ff !important;
  padding: 0 0 21px 40px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 {
    padding: 0 14px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3::after {
  content: "";
  background: url("../../images/bu/term/exit-intent-imgtype3.png") no-repeat;
  width: 383px;
  height: 383px;
  position: absolute;
  bottom: auto;
  top: 0;
  right: 12px;
  z-index: 0;
  opacity: 1 !important;
  background-size: contain;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3::after {
    width: 125px;
    display: block;
    top: 40px;
    bottom: auto;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3::after {
    width: 105px;
    height: 105px;
    right: 0;
    top: 23px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-close {
  width: 22px !important;
  height: 22px !important;
  border: none !important;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .details-block {
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 45px 0 10px;
  width: 56%;
  color: #253858;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content h2 {
    margin: 25px 0 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content h2 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    margin: 25px 0 10px;
    width: 74%;
    max-width: 260px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  width: 480px;
  color: rgba(37, 56, 88, 0.9490196078);
  margin: 20px 0 20px 0;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .description.sapretor {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .description {
    margin: 10px 0;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .description {
    width: 100%;
    margin: 12px 0;
    line-height: 28px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-para-small {
  font-size: 16px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.9490196078);
  margin: 20px 0 0 0;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 {
  position: relative;
  background: rgba(0, 101, 255, 0.05);
  padding: 14px 12px 14px;
  letter-spacing: 0;
  color: #253858;
  font-size: 25px;
  max-width: 350px;
  line-height: 27px;
  width: 50%;
  margin: 10px 0 22px;
  left: 0;
  border-radius: 10px 0 0 10px;
  font-weight: 400;
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1::after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 .large {
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 .large {
    font-size: 24px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 .premiumPlan {
  font-size: 25px;
  font-weight: 700;
  color: rgba(37, 56, 88, 0.9490196078);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 .premiumPlan sup {
  position: relative;
  top: auto;
  line-height: 12px;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 .premiumPlan {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1 {
    width: 100%;
    font-size: 22px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .details-1::after {
    border-width: 44px;
    right: -88px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .label-new {
  font-size: 20px !important;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.8980392157);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .label-new strong {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .label-new strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .label-new {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .label-new {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .viewplan-link {
  margin-bottom: 12px !important;
  margin-left: 0;
  max-width: 230px;
  font-size: 18px;
  padding: 16px 0 !important;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type3 .exit-intent-popup-content .viewplan-link {
    margin: 0 auto;
    max-width: 268px;
    font-size: 16px;
  }
}
.nri-text-subheading {
  font-size: 20px;
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 0 0 10px;
}

@media (max-width: 1023px) {
  .nri-text-subheading {
    display: none;
  }
}
.nri-right-list {
  margin: 10px 0 0 0;
}

.nri-right-list ul li {
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8980392157);
  border-radius: 20px;
  position: relative;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.08) 0, rgba(242, 247, 255, 0.08) 100%);
}

.nri-right-list ul li::before {
  content: "";
  background: url(../../images/bu/term/blue-tick-nri-list.svg) no-repeat 0 0/24px;
  margin: 0 6px 0 0;
  display: flex;
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px) {
  .nri-right-list ul li::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.nri-right-list ul li .highlight-text {
  font-size: 18px;
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, #ff6b57 0, #6c25d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
  .nri-right-list ul li .highlight-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .nri-right-list ul li:nth-child(3),
  .nri-right-list ul li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nri-right-list ul li {
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 5px 5px 5px 35px;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .left {
    padding: 5px 5px 0 5px;
    display: block;
  }
}
.term-form-template .form-grid.nrinew .left .heading-main .pointer-with-banner.clm {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .left .disclaimer {
    display: none;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 5px;
  justify-content: flex-start;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar.none {
  display: none;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 0;
    padding: 20px 10px;
    position: relative;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .rating-details {
  font-size: 18px;
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 0 0 15px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .rating-details {
    font-size: 14px;
    text-align: center;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .rating-details span {
  font-weight: 600;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem {
  width: 100%;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 24px;
  font-weight: 700;
  color: #0065ff;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem .heading-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem .heading-title span {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem .heading-title span {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
  }
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
  width: 25%;
  border-left: 1px solid #e4e4e4;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center.wid-first {
  max-width: 115px;
  border: 0;
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center.wid-first {
    margin: 0;
    max-width: inherit;
  }
}
@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    width: 33%;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  color: rgba(37, 56, 88, 0.8980392157);
  line-height: 12px;
  margin: 0;
  padding: 0;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 8px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
}
.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: -3px;
  width: auto;
  margin: 0 0 12px;
  overflow: hidden;
}

.term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .form-rating img {
  width: 164px;
  height: auto;
}

@media (max-width: 1024px) {
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .form-rating {
    width: 100%;
    text-align: center;
  }
  .term-form-template .form-grid.nrinew .product-achivement-at-policybazaar .form-rating img {
    width: 158px;
  }
}
.top-nri-details .h1-heading {
  color: rgba(37, 56, 88, 0.8901960784);
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.top-nri-details .h1-heading::after {
  content: "";
  display: inline-flex;
  background: url(../../images/bu/term/indian-flag.png) no-repeat 0 0/30px;
  width: 30px;
  height: 27px;
  margin: 0 0 0 10px;
}

@media (max-width: 980px) {
  .top-nri-details .h1-heading::after {
    background: url(../../images/bu/term/indian-flag.png) no-repeat 0 4px/20px;
    width: 24px;
    height: 25px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1024px) {
  .top-nri-details .h1-heading {
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .term-form-wrappers .form-wrapper.nrinew .right .discount_claim {
    display: flex;
  }
}
.floatingPopupDiv .floatpanel .term-form-template .form-wrapper.nrinew .right .instantBox.clm {
  display: none;
}

.floatingPopupDiv .floatpanel .term-form-template .form-wrapper.nrinew .right .headingtitle {
  display: block;
}

@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .term-form-template .form-wrapper.nrinew .right .discount_claim {
    display: block;
  }
}
@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .term-form-template .form-wrapper.nrinew .product-achivement-at-policybazaar {
    display: none;
  }
}
.no-display {
  opacity: 0 !important;
  z-index: -1 !important;
}

.term-video-popup {
  width: 100%;
  height: 200px;
  background: url(../../images/bu/term/baby-girl-names-page-banner-new.jpg) no-repeat 0 0;
  background-size: contain;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .term-video-popup {
    height: 300px;
    background: url(../../images/bu/term/baby-girl-names-page-banner-mobile.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 360px) {
  .term-video-popup {
    height: 260px;
    background-size: cover;
  }
}
.term-video-popup .bannerContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 400px;
  margin: 0 0 0 auto;
  padding-top: 26px;
}

@media (max-width: 568px) {
  .term-video-popup .bannerContent {
    margin: 0 0 0 20px;
    padding-top: 26px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 360px) {
  .term-video-popup .bannerContent {
    margin: 0 0 0 30px;
    padding-top: 26px;
    width: calc(100% - 30px);
  }
}
.term-video-popup .bannerContent .videoConent {
  color: #a23b63;
  font-size: 30px;
  font-weight: 700;
  width: 340px;
  line-height: 34px;
  text-align: left;
}

@media (max-width: 568px) {
  .term-video-popup .bannerContent .videoConent {
    padding-top: 16px;
    width: 320px;
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .term-video-popup .bannerContent .videoConent {
    width: 280px;
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .term-video-popup .bannerContent .videoConent {
    width: 260px;
    font-size: 22px;
  }
}
.term-video-popup .bannerContent .videolabel {
  display: inline-flex;
  background: #fff;
  max-width: 200px;
  font-size: 14px;
  color: #21534d;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 5px;
  border-left: 3px solid #21534d;
}

.term-video-popup .bannerContent .videolink {
  background: #0065ff;
  width: 130px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0 5px 40px;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.term-video-popup .bannerContent .videolink:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/playbtn.png) no-repeat 0 0;
  background-size: contain;
  left: 9px;
}

.term-video-popup.half {
  background: url(../../images/bu/term/baby-girl-names-page-banner-new-half.jpg) no-repeat 0 0;
  height: 267px;
  background-size: 100%;
}

.term-video-popup.half .bannerContent {
  padding-top: 56px;
}

@media (max-width: 568px) {
  .term-video-popup.half .bannerContent {
    padding-top: 26px;
  }
}
.term-video-popup.half .videolink {
  margin-top: 20px;
}

@media (max-width: 568px) {
  .term-video-popup.half {
    height: 300px;
    background: url(../../images/bu/term/baby-girl-names-page-banner-mobile.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
@media (max-width: 360px) {
  .term-video-popup.half {
    height: 260px;
    background-size: cover;
  }
}
.term-video-popup-div {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
  z-index: 999999;
  transition: all 0.4s;
}

.term-video-popup-div.active {
  visibility: visible;
  opacity: 1;
}

.term-video-popup-div .term-video-popup-div_content {
  border-radius: 4px;
  position: relative;
  width: 560px;
  max-width: 90%;
  background: #fff;
  padding: 2em;
}

.term-video-popup-div .modal__close {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  color: #585858;
  text-decoration: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .block_content_wrapper_firstfold {
    margin: 8px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .heading {
    padding: 18px 18px 0;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb {
    top: -56px;
    border-radius: 16px 0 0 16px;
    right: 0;
    width: 50%;
    left: auto;
    border: none;
    font-size: 11px;
    font-weight: 600;
    flex-wrap: wrap;
    padding: 10px 10px 10px 37px;
    background: #faf7f4;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb::before {
    left: 7px;
    position: absolute;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb strong {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    display: block;
  }
  .term-form-template.with-pb-advantage .form-grid .right:has(.innerInstant) .promise-tag-pb sup {
    top: 27px;
    right: auto;
    left: 170px;
  }
}
.term-form-template.with-pb-advantage .form-grid .right .instantBox {
  top: -66px;
  justify-content: flex-start;
  z-index: 2;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant6 {
  display: none;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant2 {
  padding: 10px 5px;
  justify-content: flex-start;
  border-radius: 0 16px 16px 0;
  width: 49%;
  background: #f3f9f3;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant.iconInstant2 .iconInstant {
  background: url(../../images/bu/term/discount-icon-tag-trm.png) no-repeat;
  background-size: 19px !important;
  background-position: center;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant {
  text-align: left;
  color: #32902f;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant strong {
  display: block;
  font-size: 12px;
}

.term-form-template.with-pb-advantage .form-grid .right .instantBox .innerInstant .textInstant strong sup {
  line-height: 0;
  font-size: 8px;
}

.term-form-template .form-grid:has(.newlaunch) .promise-tag-pb {
  left: 15px;
}

@media (max-width: 767px) {
  .term-form-template .form-grid:has(.newlaunch) .promise-tag-pb {
    left: 0;
  }
}
.grid .section-full.lgpp:has(.popular-search) {
  width: 108%;
  margin: 40px -4% 0;
}

@media (max-width: 890px) {
  .grid .section-full.lgpp:has(.popular-search) {
    width: 100%;
    margin: 0;
    padding: 20px 8px 10px;
  }
}
.sticky-new {
  background: #15181a;
  position: relative;
  padding: 0 0;
}

.sticky-new .strip_close {
  background: 0 0;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  right: 5px;
  top: 0;
}

.sticky-new .strip_close::after,
.sticky-new .strip_close::before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.7;
  height: 2px;
  margin-top: -2px;
  width: 60%;
  top: 50%;
  left: 5px;
  border-radius: 5px;
}

.sticky-new .strip_close::before {
  transform: rotate(45deg);
}

.sticky-new .strip_close::after {
  transform: rotate(-45deg);
}

.sticky-new .sticky-new-center {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center {
    align-items: center;
    padding: 0 15px;
  }
}
.sticky-new .sticky-new-center .left {
  display: flex;
  align-items: center;
}

.sticky-new .sticky-new-center .left.col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 100%;
  left: 220px;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.col {
    left: 0;
  }
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
    align-items: flex-start;
    width: 70%;
  }
}
.sticky-new .sticky-new-center .left .img-left-child {
  background: url(../../../images/bu/investment/secure-child-sticky.png) no-repeat center center/81px;
  width: 81px;
  height: 95px;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left .img-left-child {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.boy .img-left {
  background: url("../../images/bu/term/baby-boy-img.png") no-repeat center center/86px;
  width: 126px;
  height: 94px;
  position: absolute;
  top: -18px;
  left: -130px;
  background-size: 90%;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.boy .img-left {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.boy .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #77faf5 0, #77b4fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.boy .heading-text {
    font-size: 20px;
    border: 0;
    padding: 0 0 4px;
    margin: 0;
  }
}
.sticky-new .sticky-new-center .left.boy .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: 0 0;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left.boy .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left.boy .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .left.girl .img-left {
  background: url("../../images/bu/term/baby-girl-img.png") no-repeat center center/86px;
  width: 86px;
  height: 94px;
  position: absolute;
  top: -18px;
  left: -100px;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.girl .img-left {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.girl .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #ff76b4 0, #f7a9a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.girl .heading-text {
    font-size: 20px;
    border: 0;
    padding: 0 0 4px;
    margin: 0;
  }
}
.sticky-new .sticky-new-center .left.girl .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: 0 0;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left.girl .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left.girl .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .left .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #ff76b4 0, #f7a9a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left .heading-text {
    font-size: 20px;
    border: 0;
    padding: 0 0 4px;
    margin: 0;
  }
}
.sticky-new .sticky-new-center .left .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: 0 0;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .right {
  display: flex;
  align-items: flex-end;
}

.sticky-new .sticky-new-center .right .btn-view-plan {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  margin: 0 195px 0 0;
}

@media (max-width: 980px) {
  .sticky-new .sticky-new-center .right .btn-view-plan {
    margin: 0;
    padding: 10px 0;
    width: 92px;
    font-size: 12px;
  }
}
@media (max-width: 568) {
  .sticky-new .sticky-new-center .right .btn-view-plan {
    margin: 0;
  }
}
.sticky-new .sticky-disclaimer-light {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  max-width: 172px;
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-align: left;
}

@media (max-width: 980px) {
  .sticky-new .sticky-disclaimer-light {
    display: none;
  }
}
.closesticky {
  z-index: 1;
}

.closesticky::after,
.closesticky::before {
  background: #fff;
  opacity: 0.7;
}

.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;
}

.allSlider .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 14px 26px 15px 16px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 8px 0 0 0;
  font-size: 20px;
  line-height: 24px;
}
.allSlider .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
}
@media (max-width: 568px) {
  .allSlider .ribbon {
    padding: 8px 26px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    left: 12px;
  }
}
.allSlider .sliderContent {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.allSlider .sliderContent .pbdate {
  height: 180px;
  display: block;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.allSlider .sliderContent .pbdate .publish-data {
  font-size: 11px;
  position: relative;
  top: -13px;
  left: 12px;
  color: rgba(37, 56, 88, 0.8);
}
.allSlider .sliderContent .pbdate .publish-data:before {
  content: "";
  position: absolute;
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 5px;
  left: -10px;
}
.allSlider .sliderContent .pbdate .readmore {
  position: absolute;
  bottom: 16px;
  color: #0065ff;
  font-size: 14px;
}
.allSlider .sliderContent .pbdate .readmore .arrow {
  border: solid #0065ff;
  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;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
}
@media (max-width: 568px) {
  .allSlider .sliderContent {
    margin: 0 0 0 auto;
  }
}
.allSlider .pcard {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  margin: 0 10px;
}
.allSlider .pcard .related-img {
  height: 230px;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  overflow: hidden;
}
.allSlider .pcard .related-img span img {
  width: 100%;
  height: 100%;
}
.allSlider .content-wrapper {
  padding: 20px 20px 0;
}
.allSlider .content-wrapper h3 {
  margin: 0;
}
.allSlider .content-wrapper h3 a {
  color: #253858;
}
.allSlider .content-wrapper h3 a:hover {
  text-decoration: underline;
}
.allSlider .key-takeaways {
  padding-top: 0;
  justify-content: center;
  margin-bottom: 30px;
}
.allSlider .key-takeaways h2 {
  margin-bottom: 26px;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways {
    padding: 20px 0;
  }
}
.allSlider .key-takeaways .ribbon {
  top: 0;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways .ribbon {
    width: 300px;
  }
}
@media (max-width: 375px) {
  .allSlider .key-takeaways .ribbon {
    width: 260px;
  }
}
.allSlider .key-takeaways .pcard {
  height: 250px;
  min-width: 352px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
.allSlider .key-takeaways .pcard.r1, .allSlider .key-takeaways .pcard.r3 {
  background: #fdfdf4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  position: relative;
  padding: 15px 40px;
}
.allSlider .key-takeaways .pcard.r1 .icon, .allSlider .key-takeaways .pcard.r3 .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 90px;
  height: 90px;
}
.allSlider .key-takeaways .pcard.r1 .icon img, .allSlider .key-takeaways .pcard.r3 .icon img {
  width: 100%;
}
.allSlider .key-takeaways .pcard.r1:before, .allSlider .key-takeaways .pcard.r3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #fdfdf4;
  border-right: 0 solid #fdfdf4;
  border-top: 125px solid #fdf4dd;
}
.allSlider .key-takeaways .pcard.r2, .allSlider .key-takeaways .pcard.r4 {
  background: #f0f0fa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 15px 40px;
}
.allSlider .key-takeaways .pcard.r2 .icon, .allSlider .key-takeaways .pcard.r4 .icon {
  right: -4px;
  bottom: 22px;
  position: absolute;
  width: 110px;
  height: 110px;
}
.allSlider .key-takeaways .pcard.r2 .icon img, .allSlider .key-takeaways .pcard.r4 .icon img {
  width: 100%;
}
.allSlider .key-takeaways .pcard.r2:before, .allSlider .key-takeaways .pcard.r4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 125px solid #f0f0fa;
  border-right: 0 solid #f0f0fa;
  border-bottom: 125px solid #dedef5;
}
.allSlider .key-takeaways .pcard.r4 .icon {
  right: 16px;
  bottom: 12px;
  position: absolute;
  width: 90px;
  height: 90px;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways .pcard {
    height: 250px;
    min-width: 300px;
    margin: 0 18px 0 0;
    padding: 16px;
  }
}
.allSlider .key-takeaways .content-key-takeaways .sicon-green {
  background: url("../../images/bu/term/sicon-green.svg") no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways .content-key-takeaways .sicon-green {
    position: relative;
    top: 6px;
  }
}
.allSlider .key-takeaways .content-key-takeaways p {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways .content-key-takeaways p {
    display: block;
  }
}
.allSlider .key-takeaways .content-key-takeaways .morecontent-read {
  display: inline-block;
  margin: 30px 30px 0;
  color: #0065ff;
  cursor: pointer;
}
.allSlider .key-takeaways .content-key-takeaways .morecontent-read:hover {
  text-decoration: underline;
}
.allSlider .key-takeaways .listFeatures-more {
  margin-top: 25px;
}
.allSlider .key-takeaways .listFeatures-more h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.allSlider .key-takeaways .listFeatures-more h3 + ul {
  padding: 0;
  margin: 20px 0 0;
  position: relative;
  list-style: none;
}
.allSlider .key-takeaways .listFeatures-more h3 + ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  border: none;
  background: none;
}
.allSlider .key-takeaways .listFeatures-more h3 + ul li:before {
  content: "";
  position: absolute;
  background: #253858;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 6px;
  left: 3px;
  display: block;
}
@media (max-width: 568px) {
  .allSlider .key-takeaways .listFeatures-more h3 {
    position: relative;
    font-size: 16px;
  }
  .allSlider .key-takeaways .listFeatures-more ul li {
    font-size: 14px;
  }
}

.grid.contentSection.sticky_widget .leftSection.full {
  width: 100%;
}
.grid.contentSection.sticky_widget .leftSection.full .data_ul.grid {
  display: flex;
  justify-content: space-between;
}
.grid.contentSection.sticky_widget .leftSection.full .data_ul.grid li {
  width: 24%;
  box-shadow: 0px 0px 16px #ccc;
  padding: 16px 16px 16px 65px;
  border-radius: 14px;
  font-weight: 600;
}

.home-loan-insurance-calculator {
  position: relative;
}
@media screen and (max-width: 980px) {
  .home-loan-insurance-calculator {
    padding: 0 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator {
  width: 1170px;
  margin: 20px auto;
  min-height: 400px;
  background: #fff;
  border: 1px solid rgba(0, 101, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator {
    width: 100%;
    flex-direction: column;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_left {
  width: 45%;
  background: rgba(0, 101, 255, 0.05);
  border-radius: 10px 0px 0px 10px;
  padding: 35px 35px 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator .hw_left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right {
  width: 55%;
  border-radius: 0px 10px 10px 0px;
  background: rgba(0, 101, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title {
    gap: 12px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
    width: 100px;
    height: 100px;
    padding: 16px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
  font-size: 24px;
  font-weight: 700;
  color: #253858;
  line-height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
  font-size: 16px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.8);
  line-height: 26px;
  display: block;
  max-width: 80%;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .info-item .info-item-title-content {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .results-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header {
  padding: 12px 4px 32px;
  text-align: left;
  position: relative;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header {
    padding: 12px 4px 32px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-title {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin: 0 0 8px 0;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
  font-size: 38px;
  font-weight: 700;
  color: #253858;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-amount {
    font-size: 36px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium {
  font-size: 16px;
  font-weight: 500;
  color: #36B37E;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium {
    font-size: 14px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-premium .price {
  font-weight: 700;
  color: #36B37E;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon {
    width: 50px;
    height: 50px;
    top: 16px;
    right: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-header .result-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details {
  padding: 18px;
  flex: 1;
  background: rgb(255, 245, 228);
  border-radius: 12px;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details {
    padding: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .details-title {
  font-size: 18px;
  font-weight: 600;
  color: #253858;
  margin: 0 0 20px 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .details-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step {
  margin-bottom: 12px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step {
    margin-bottom: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header {
  margin-bottom: 8px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header .step-label {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
  display: block;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-header .step-label {
    font-size: 13px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.8);
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span {
    font-size: 13px;
    line-height: 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content span strong {
  font-weight: 600;
  color: #253858;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content .emi-amount,
.home-loan-insurance-calculator .hw_calculator .hw_right .calculation-details .calculation-step .step-content .balance-amount {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  margin-bottom: 2px;
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-actions {
  padding: 0;
  background: #fff;
  justify-content: center;
  text-align: center;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-actions {
    padding: 16px 20px 20px;
  }
}
.home-loan-insurance-calculator .hw_calculator .hw_right .result-actions .view-plans-btn {
  width: 60%;
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .hw_calculator .hw_right .result-actions .view-plans-btn {
    padding: 14px;
    font-size: 16px;
  }
}
.home-loan-insurance-calculator .feildWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.home-loan-insurance-calculator .flexblock {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-loan-insurance-calculator .flexblock.gap-30 {
  margin-bottom: 30px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 980px) {
  .home-loan-insurance-calculator .flexblock.gap-30 {
    flex-direction: column;
  }
  .home-loan-insurance-calculator .flexblock.gap-30 .wrapper {
    width: 100%;
  }
  .home-loan-insurance-calculator .flexblock.gap-30 .wrapper input {
    width: 100%;
  }
}
.home-loan-insurance-calculator .flexblock.with-range {
  flex-direction: column;
  gap: 12px;
}
.home-loan-insurance-calculator .flexblock .flexblock-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home-loan-insurance-calculator .flexblock .label {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
}
.home-loan-insurance-calculator .flexblock .label.large {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .home-loan-insurance-calculator .flexblock .label.large {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
  }
}
.home-loan-insurance-calculator .flexblock .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-loan-insurance-calculator .flexblock .label-value {
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 11px;
  font-weight: 500;
  color: #0065ff;
  background: rgba(0, 101, 255, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
}
.home-loan-insurance-calculator .flexblock .error {
  font-size: 10px;
  position: absolute;
  bottom: -16px;
  color: #f00;
}
.home-loan-insurance-calculator .flexblock .feildInput {
  border: 1px solid rgba(37, 56, 88, 0.3);
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: #253858;
  font-weight: 500;
  width: 150px;
}
.home-loan-insurance-calculator .flexblock .feildInput.large {
  width: 250px;
}
.home-loan-insurance-calculator .flexblock .calculate-button {
  width: 100%;
  background: #0065ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
.home-loan-insurance-calculator .slider-wrapper {
  margin-bottom: 24px;
  width: 100%;
}
.home-loan-insurance-calculator .slider-wrapper .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, #0065ff 0%, #0065ff var(--slider-percent, 100%), #E0E0E0 var(--slider-percent, 100%), #E0E0E0 100%);
  outline: none;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 101, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 101, 255, 0.6);
}
.home-loan-insurance-calculator .slider-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 101, 255, 0.4);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-loan-insurance-calculator .slider-wrapper .slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 101, 255, 0.6);
}
.home-loan-insurance-calculator .slider-wrapper .slider:active::-webkit-slider-thumb {
  transform: scale(1.3);
}
.home-loan-insurance-calculator .slider-wrapper .slider:active::-moz-range-thumb {
  transform: scale(1.3);
}
.home-loan-insurance-calculator .slider-wrapper .slider-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
}

.content-block {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .content-block {
    padding: 0 16px;
  }
}
.content-block .heading_h1, .content-block h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  padding: 20px 0 8px;
}
@media (max-width: 568px) {
  .content-block .heading_h1, .content-block h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0 8px;
  }
}
.content-block .char-count {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  display: inline;
}
.content-block .char-count .extra-text {
  display: none;
}
.content-block .char-count .extra-text.show-extra {
  display: inline;
}
.content-block .text-hide-link {
  display: inline-block;
  font-weight: 500;
  color: #0165ff;
  cursor: pointer;
  font-size: 14px;
  margin-left: 0px;
  font-weight: 600;
}

.pointer-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.pointer-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: url(../../images/bu/term/term-banner-image.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 568px) {
  .pointer-wrapper:before {
    top: 10px;
    left: 0px;
    width: 90px;
    height: 90px;
  }
}
.pointer-wrapper {
  flex-direction: column;
}
.pointer-wrapper .pointerHeading {
  color: rgb(37, 56, 88);
  font-size: 24px;
  font-weight: 600;
}
.pointer-wrapper .pointerHeading span {
  font-weight: 700;
  text-transform: uppercase;
}
.pointer-wrapper .pointerLink {
  padding: 0;
  margin: 16px 0 24px 0;
  list-style: none;
}
.pointer-wrapper .pointerLink li {
  font-size: 14px;
  padding: 0 0 0 50px;
  margin: 16px 0;
  position: relative;
}
.pointer-wrapper .pointerLink li .ico {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  background: #ccc;
}
.pointer-wrapper .pointerLink li .ico.icon1 {
  background: url(../../images/bu/term/icon1-tm.png) no-repeat center center;
  background-size: contain;
}
.pointer-wrapper .pointerLink li .ico.icon2 {
  background: url(../../images/bu/term/icon2-tm.png) no-repeat center center;
  background-size: contain;
}
.pointer-wrapper .pointerLink li .ico.icon3 {
  background: url(../../images/bu/term/icon3-tm.png) no-repeat center center;
  background-size: contain;
}
.pointer-wrapper .pointerLink li p {
  margin: 0;
  line-height: 28px;
}
.pointer-wrapper .pointerLink li span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

/********* investment lead form in popup *********/
.term-form-template .topForm {
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
  border-radius: 20px;
  background: rgb(5, 52, 123);
  min-height: 300px;
  padding-bottom: 16px;
  margin-top: 20px;
  position: relative;
  border-top: 5px solid #0165ff;
}
@media (max-width: 568px) {
  .term-form-template .topForm {
    margin-top: 0px;
    border-radius: 20px 20px 0 0;
  }
}
.term-form-template .topForm .heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  display: block;
  line-height: inherit;
  width: 70%;
  margin: 30px auto;
}
.term-form-template .topForm .heading span {
  display: inline;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .term-form-template .topForm .heading {
    margin: 20px auto 15px;
  }
}
.term-form-template .topForm #frmInv {
  display: flex;
  width: 94%;
  margin: 8px auto 0;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}
.term-form-template .topForm .termCondition {
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}
.term-form-template .topForm .termCondition a {
  color: rgb(0, 101, 255);
  text-decoration: none;
}
.term-form-template .topForm .termCondition a:hover {
  text-decoration: underline;
}
.term-form-template .topForm .investment-bg .fieldWrapper {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  position: relative;
  width: 100%;
  display: table;
  margin: 20px auto 30px;
}
.term-form-template .topForm .investment-bg .fieldWrapper#email {
  margin-bottom: 10px;
}
.term-form-template .topForm .investment-bg .fieldWrapper #name_feild {
  position: relative;
}
.term-form-template .topForm .investment-bg .fieldWrapper #name_feild:before {
  content: "";
  background: url(../../images/bu/investment/sip-cal-user-icon.svg);
  width: 14px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
.term-form-template .topForm .investment-bg .fieldWrapper .fullWidht {
  font-size: 16px;
  font-style: normal;
  line-height: 20.8px;
  width: 100%;
  padding: 0px 10px 0px 40px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  height: 48px;
  position: relative;
  color: #253858;
}
.term-form-template .topForm .investment-bg .fieldWrapper .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 40px;
  background: #fff;
  top: 13px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
@media (max-width: 767px) {
  .term-form-template .topForm .investment-bg .fieldWrapper .feildLable {
    font-size: 13px;
  }
}
.term-form-template .topForm .investment-bg .fieldWrapper .labelshow + .feildLable, .term-form-template .topForm .investment-bg .fieldWrapper input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

#number_f {
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  position: relative;
  width: 100%;
  display: flex;
  margin: 0px auto 10px;
}
#number_f:before {
  background: url(../../images/bu/investment/sip-cal-mobile-icon.svg) !important;
  background-repeat: no-repeat;
  width: 15px;
  height: 25px;
}
#number_f .formInput {
  display: flex;
  align-items: center;
  padding-left: 40px;
  justify-content: space-between;
  width: 100%;
}
#number_f #txtCountryCode {
  max-width: 60px;
  padding: 0;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
#number_f .mobileNumber {
  position: relative;
  align-items: center;
}
#number_f .mobileNumber input {
  padding: 0px;
}
#number_f .mobileNumber .feildLable {
  left: 0;
}
@media screen and (max-width: 767px) {
  #number_f .mobileNumber .feildLable {
    font-size: 13px;
  }
}
#number_f .mobileNumber .labelshow + .feildLable, #number_f input:focus + .feildLable {
  left: 0 !important;
  top: -13px !important;
  font-size: 12px !important;
}

.loadingDiv .proceed, .loaderProcess {
  box-sizing: border-box;
  width: 90%;
  background: #0065ff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 20px auto 10px;
  position: relative;
  border: none;
  cursor: pointer;
}

/********* end of investment lead form in popup *********/
.term-guide {
  margin-top: 24px;
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
}
.term-guide .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.term-guide .wrap {
  background: #fff;
  border-radius: 20px;
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(120deg, #7c3aed, #3b82f6, #ec4899, #f59e0b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 54px 24px 24px 24px;
}
.term-guide .head {
  margin: 0 0 18px;
  font-size: clamp(1.2rem, 1vw + 1rem, 1.8rem);
  color: #0f172a;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.term-guide .gemini-icon {
  width: 28px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 40px;
  position: relative;
  top: 4px;
}
.term-guide .gemini-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.term-guide .block + .block {
  margin-top: 18px;
  border-top: 1px solid #e2e8f0;
  padding-top: 18px;
}
.term-guide .q {
  margin: 0 0 10px;
  font-size: clamp(0.975rem, 0.8vw + 0.95rem, 1.1rem);
  color: #253858;
  font-weight: 500;
}
.term-guide .p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}
.term-guide .sub {
  margin: 16px 0 8px;
  color: #1e293b;
  font-size: 16px;
  font-weight: 500;
}
.term-guide .ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.6;
}
.term-guide .btn {
  margin: 14px auto;
  border: 1px solid #2b77ff;
  background: #fff;
  color: #2b77ff;
  border-radius: 999px;
  padding: 8px 13px 7px 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
  width: 120px;
}
.term-guide .btn .btn-text {
  font-size: 13px;
  position: relative;
  top: -1px;
}
.term-guide .arrow {
  display: inline-block;
  line-height: 1;
  transition: transform 0.2s ease;
}
.term-guide .arrow svg {
  width: 100%;
  height: 20px;
  display: block;
}
.term-guide .arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.term-guide .btn.expanded .arrow {
  transform: rotate(180deg);
}
@media (max-width: 568px) {
  .term-guide .wrap {
    padding: 56px 16px 16px 16px;
    border-radius: 14px;
    width: 96%;
    margin: 30px auto;
  }
  .term-guide .head {
    margin-bottom: 14px;
  }
}
.term-guide .accordion-tab {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(37, 56, 88, 0.14);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.term-guide .accordion-tab > summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0.9rem 2.75rem 0.9rem 1rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #253858;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.term-guide .accordion-tab > summary::-webkit-details-marker {
  display: none;
}
.term-guide .accordion-tab > summary::marker {
  content: "";
}
.term-guide .accordion-tab > summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: linear-gradient(currentColor, currentColor) center/12px 2px no-repeat, linear-gradient(currentColor, currentColor) center/2px 12px no-repeat;
  color: #253858;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.term-guide .accordion-tab[open] > summary::after {
  background: linear-gradient(currentColor, currentColor) center/12px 2px no-repeat;
  opacity: 1;
}
.term-guide .accordion-tab > summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(0, 101, 255, 0.45);
}
.term-guide .accordion-tab .accordion-tab__panel {
  padding: 0 1rem 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(37, 56, 88, 0.92);
}
.term-guide .accordion-tab .accordion-tab__panel > *:first-child {
  margin-top: 0.75rem;
}
.term-guide .accordion-tab .accordion-tab__panel > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .term-guide .accordion-tab > summary {
    padding: 0.85rem 2.5rem 0.85rem 0.85rem;
  }
  .term-guide .accordion-tab .accordion-tab__panel {
    padding: 0 0.85rem 0.85rem;
  }
}

.health-searches {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  padding: 20px 0px 20px;
}
.health-searches .wrap {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0px 10px rgba(15, 23, 42, 0.06);
  padding: 28px 20px 20px;
}
.health-searches .title {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 500;
  color: #0f172a;
  font-size: 28px;
}
.health-searches .title .accent {
  color: #d90368;
}
.health-searches .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  padding: 10px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .health-searches .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  .health-searches .grid {
    grid-template-columns: 1fr;
  }
}
.health-searches .grid {
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.health-searches .grid .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  color: #0b2440;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
  margin: 0;
  line-height: 20px;
}
.health-searches .grid .card:nth-child(n+5) {
  display: none;
}
.health-searches .grid.is-active .card:nth-child(n+5) {
  display: flex;
}
.health-searches .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0b2440;
}
@media (max-width: 568px) {
  .health-searches .text {
    font-size: 16px;
  }
}
.health-searches .chev {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
}
.health-searches .chev svg {
  width: 18px;
  height: 18px;
}
.health-searches .chev path {
  fill: none;
  stroke: #1d4ed8;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.health-searches .more-wrap {
  display: grid;
  place-items: center;
  margin: 18px 0 4px;
}
.health-searches .more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #d90368;
  color: #fff;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-size: 14px;
  letter-spacing: 0;
  border: none;
}
.health-searches .more-btn:hover {
  background: rgba(217, 3, 104, 0.9);
}
.health-searches .more-btn .arr {
  display: inline-block;
  transition: transform 0.2s ease;
  height: 20px;
}
.health-searches .more-btn .arr svg {
  width: 20px;
  height: 20px;
}
.health-searches .more-btn .arr path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.health-searches .more-btn.is-open .arr {
  transform: rotate(180deg);
}/*# sourceMappingURL=term_v12.css.map */