@charset "UTF-8";
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;
}

#lifeInsuranceNews {
  position: relative;
}

#lifeInsuranceNews .lin-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-heading {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-heading span {
  padding: 10px 49px 10px 18px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #253858;
  height: 46px;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-heading span:before {
  content: "";
  width: 0;
  height: 0;
  right: -46px;
  position: absolute;
  border-bottom: 46px solid #253858;
  border-right: 46px solid transparent;
  top: 0;
}

#lifeInsuranceNews .lin-container .lin-left {
  width: 65%;
  height: 566px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 28px;
  font-weight: 700;
  padding: 43px 0 25px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 22px;
    padding: 24px 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p {
  color: rgba(37, 56, 88, 0.9);
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p:first-child {
  -webkit-line-clamp: inherit;
  display: block;
  -webkit-box-orient: initial;
  text-overflow: initial;
  overflow: initial;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}

#lifeInsuranceNews .lin-container .lin-right {
  width: 30%;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}

#lifeInsuranceNews .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}

#lifeInsuranceNews .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #lifeInsuranceNews .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
}
#lifeInsuranceNews .lin-container .slide-news {
  background: rgba(0, 0, 0, 0.05);
  padding: 13px 14px;
  margin: 13px 0 0 0;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news {
    padding: 20px 0 20px 14px;
    border-radius: 0;
  }
}
#lifeInsuranceNews .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 15px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}

#lifeInsuranceNews .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

#lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
  height: 39px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
    height: 55px;
  }
}
#lifeInsuranceNews .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 5px 0 0;
  line-height: 16px;
}

#lifeInsuranceNews .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 3;
  }
}
#lifeInsuranceNews .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
  }
  #lifeInsuranceNews .lin-container .slide-news-box:last-child {
    margin-right: 15px;
  }
}
#lifeInsuranceNews .lin-container .tab-content {
  display: none;
}

#lifeInsuranceNews .lin-container .tab-content.current {
  display: inherit;
}

#lifeInsuranceNews .lin-container .read-more-news.current {
  opacity: 0.3;
}

#lifeInsuranceNews .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: scroll;
  height: 375px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider .slide-news-row {
    overflow-x: auto;
    display: flex;
    gap: 15px;
  }
}
#lifeInsuranceNews .lin-container .slider ::-webkit-scrollbar-track {
  background: 0 0;
}

#lifeInsuranceNews .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#lifeInsuranceNews .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

#lifeInsuranceNews .lin-container .lin-right button {
  position: absolute;
  top: 0;
  border: 1px solid #0067ff;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

#lifeInsuranceNews .lin-container .lin-right .prev {
  right: 36px;
}

#lifeInsuranceNews .lin-container .lin-right .next {
  right: 0;
}

@media (max-width: 919px) {
  #lifeInsuranceNews .lin-container .tioc-container {
    padding: 0 15px;
  }
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #lifeInsuranceNews .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-left {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-right {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-row {
    flex-direction: column-reverse;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 48px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.term-cal-top-plan {
  margin-top: 20px;
  margin-bottom: 25px;
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .term-cal-top-plan {
    margin-left: 0;
    margin-right: 0;
  }
}
.term-cal-top-plan .plan {
  display: none;
}

.top-plan {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

.top-plan .see-more {
  bottom: 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 8px 16px 8px 16px;
  color: #2b60ed;
  display: block;
  width: 152px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.top-plan .see-more ~ .see-more#see-more {
  display: none;
}

.top-plan .see-more ~ .see-more#less-plan::after {
  transform: rotate(-135deg);
  position: relative;
  top: 4px;
}

.top-plan .see-more::after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.tab-slide-top-plan-main-wrapper {
  background: #f8f5f0;
  border-radius: 8px;
  padding: 22px;
  position: relative;
}

@media screen and (max-device-width: 767px) {
  .tab-slide-top-plan-main-wrapper {
    padding: 20px 0;
  }
}
.tab-slide-top-plan-main-wrapper #top_plans {
  color: #253858;
  font-size: 30px;
  line-height: 18px;
  max-width: 900px;
  width: 100%;
  margin: 10px auto 30px;
  text-align: center;
}

@media screen and (max-device-width: 767px) {
  .tab-slide-top-plan-main-wrapper #top_plans {
    font-size: 24px;
    margin: 0 auto;
  }
}
.top-plan-content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .top-plan-content-wrapper {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    position: static;
  }
}
.top-plan-content-wrapper .top-plan-card {
  margin-bottom: 31px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
}
.top-plan-content-wrapper .top-plan-card:has(.new-plan-launch-tag) .addon-block {
  padding-top: 20px;
}

.top-plan-content-wrapper .top-plan-card.hide {
  display: none;
}

.top-plan-content-wrapper .top-plan-card.hide ~ .see-more#less-plan {
  display: none;
}

.top-plan-content-wrapper .top-plan-card.hide ~ .see-more#see-more {
  display: block;
}

.top-plan-content-wrapper .top-plan-card .addon-block {
  background: #f2f6ff;
  box-shadow: none;
  border-radius: 8px;
  padding-bottom: 14px;
  margin-bottom: 8px;
}

.top-plan-content-wrapper .top-plan-card .addon_features {
  background: #fff;
  margin: 0 20px 0 20px !important;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 8px;
  padding: 10px 10px;
  gap: 8px;
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .addon_features {
    width: 96% !important;
    margin: 12px auto 0 !important;
  }
}
.top-plan-content-wrapper .top-plan-card .addon_features .features-items {
  border: none;
  padding: 0 0 0 18px;
  margin: 0;
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  align-items: flex-start;
  display: flex;
  height: auto;
  position: relative;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .addon_features .features-items {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
}
.top-plan-content-wrapper .top-plan-card .addon_features .features-items:before {
  content: "";
  background: url(../../images/bu/term/top-plan-right-green-tick.png) no-repeat 0 0;
  height: 12px;
  width: 12px;
  border: none;
  background-size: contain;
  transform: initial;
  top: 4px;
  left: 2px;
  position: absolute;
}

.top-plan-content-wrapper .top-plan-card .block-inner {
  background: #f2f6ff;
  box-shadow: none;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 16px 20px 16px;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner {
    padding: 18px 12px 16px;
    flex-wrap: wrap;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
  width: 20%;
}

.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block .plan-name {
  font-size: 11px;
  font-weight: 500;
}

.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block span img {
  width: 80%;
  height: auto;
  max-width: 90px;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
    width: 48%;
    order: 1;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block > div {
    width: 100%;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
  color: #253858;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
    font-size: 10px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
  color: #253858;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
    font-size: 14px;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(3) {
  font-size: 10px;
  line-height: 18px;
  color: #253858;
  opacity: 0.8;
  margin: 0;
}

.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
  width: 17%;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
    width: 33%;
    order: 3;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 4;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 5;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
  width: 20%;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  margin-left: 2%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
    width: 48%;
    order: 2;
    justify-content: flex-end;
    padding: 0;
  }
}
.top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 10px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0;
  display: block;
  text-align: center;
}

.top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:first-child span {
  color: #158c5e;
  font-size: 10px;
  font-weight: 700;
}

.top-plan-content-wrapper .top-plan-card .block-inner .view-plan button {
  background: #0065ff;
  border-radius: 4px;
  width: auto;
  height: 35px;
  padding: 0;
  font-weight: 500;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  transition: none !important;
}

.top-plan-content-wrapper .top-plan-card .block-inner .special-discount {
  order: 5;
  width: 100%;
  display: block;
  position: relative;
  bottom: -10px;
  font-size: 10px;
  font-weight: 500;
}

.top-plan-content-wrapper .top-plan-card .block-inner .special-discount .labels {
  background: #eaf2ff;
  color: #0962f6;
  padding: 6px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 375px) {
  .top-plan-content-wrapper .top-plan-card .block-inner .special-discount {
    font-size: 8px;
  }
  .top-plan-content-wrapper .top-plan-card .block-inner .special-discount .labels {
    font-size: 8px;
  }
}
.top-plan-content-wrapper.boxlayout {
  background: 0 0 !important;
}

.top-plan-content-wrapper.boxlayout .top-plan-card {
  margin-bottom: 31px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag {
  position: absolute;
  top: -6px;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #5020E8;
  padding: 5px 7px;
  border-radius: 10px 0px 10px 0px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::before {
  content: "";
  margin: 0 6px 0 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/bu/term/star-new-plan-tag.svg) no-repeat 0 0/18px;
}
.top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::after {
  content: "";
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent;
  border-bottom-color: #29095A;
  position: absolute;
  right: -6px;
  top: 0px;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
  padding: 50px 20px 10px 20px;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
    padding: 45px 20px 10px 20px;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features {
  display: flex;
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  justify-content: flex-start;
  gap: 16px;
  margin: 12px 0 4px 0;
}

@media (max-width: 767px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .top-plan-content-wrapper.boxlayout .top-plan-card .features.addon_features {
    width: 96%;
    margin: 0 auto !important;
  }
}
@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    gap: 10px;
    margin: 14px 0 4px 0;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items {
  border-radius: 4px;
  padding: 0 10px 0 20px;
  width: auto;
  opacity: 1;
  display: flex;
  align-items: center;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
  padding: 4px 8px 4px 33px;
  background: #fff8e5;
  border: none;
  color: #c85929;
  font-weight: 600;
  position: relative;
  border: none;
  order: 1;
  font-size: 12px;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  left: 21px;
  top: 4px;
  background: url(../../images/bu/term/top-plan-coin-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  margin-left: -11px;
  top: 6px;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
    padding: 7px 8px 7px 33px;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
  border: 1px solid #0963f6;
  padding: 2px 18px 2px 10px;
  order: 4;
  cursor: pointer;
  position: relative;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: #0065ff;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 568px) {
  .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
    order: 2;
  }
}
.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 9px;
  height: 8px;
  right: 6px;
  top: 56%;
  background: url(../../images/bu/term/down-arrow-blue.png) no-repeat 0 0;
  background-size: contain;
  transform: translate(0, -50%);
  border: none;
  opacity: 1;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: #0065ff;
  font-weight: 500;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen {
  padding: 6px 8px 7px 24px;
  background: #eff8f4;
  color: #158c5e;
  font-weight: 600;
  position: relative;
  border: none;
  order: 2;
  line-height: 14px;
  font-size: 12px;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/new-sticky-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0);
  margin-left: -11px;
  top: 6px;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical {
  background: #ededff;
  color: #6c25d8;
  font-weight: 600;
  font-size: 12px;
  padding: 0 10px 0 28px;
  order: 3;
  position: relative;
}

.top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/vi_icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0);
  margin-left: -11px;
  top: 6px;
}

.top-plan-content-wrapper .top-plan-disclaimer {
  color: #253858;
  font-size: 12px;
  line-height: 19px;
  padding-top: 25px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .top-plan-feature-and-filter {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin: 0 0;
    overflow: hidden;
  }
}
.featurelabel {
  position: absolute;
  background: #f4f5f7;
  font-size: 10px;
  font-weight: 600;
  bottom: 0;
  left: 0;
  width: 35%;
  text-align: left;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 20px;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .featurelabel {
    width: 50%;
  }
}
.featurelabel .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.featurelabel .wrapper .icon {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.featurelabel .wrapper .icon img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}

.featurelabel .wrapper .text {
  font-size: 10px;
  color: #253858;
  font-weight: 400;
}

.top-plan .priceup.ttimer {
  display: flex;
  width: 216px !important;
  background: #4b7ecb;
  color: #fff;
  border-radius: 8px 0 8px 0;
  height: 25px;
  align-items: center;
  padding-left: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-plan .priceup.ttimer .block {
  background: 0 0;
}

.top-plan .priceup.ttimer .block .arrow {
  display: none;
}

.top-plan .priceup.ttimer .block:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../../images/bu/term/icon-limited.svg") no-repeat 0 0;
  animation: mirrorflip 5s 0s linear infinite;
  left: 5px;
  top: 7px;
  background-size: 100%;
}

.top-plan .priceup.ttimer label {
  width: 188px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.026em;
  font-size: 11px;
  justify-content: space-between;
}

.top-plan .priceup.ttimer label > div {
  width: 92px;
  display: block;
  letter-spacing: -0.026em;
}

.top-plan .priceup.ttimer label span {
  background: #fff;
  padding: 0 2px 0 6px;
  border-radius: 4px;
  color: #4b7ecb;
  display: flex;
  width: calc(100% - 92px);
  border-radius: 8px 0 8px 8px;
  height: 20px;
  align-items: center;
}

.top-plan .priceup.ttimer.days {
  width: 240px !important;
  padding: 4px 8px 3px 25px;
  display: inline-block;
  background: #4b7ecb;
  color: #fff;
  border-radius: 8px 0 8px 0;
  box-sizing: border-box;
  height: 28px;
}

.top-plan .priceup.ttimer.days label {
  width: 210px !important;
  margin-left: 0;
  letter-spacing: -0.026em;
  font-size: 11px;
  font-weight: 700;
}

.top-plan .priceup.ttimer.days label span {
  width: 110px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  line-height: 18px;
}

.top-plan .priceup.ttimer.texttype {
  width: 180px !important;
  padding: 6px 8px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 34px;
  position: absolute;
  top: 2px;
  position: absolute;
  left: 0;
}

.top-plan .priceup.ttimer.texttype span:nth-child(2) {
  display: block;
  line-height: 10px;
  font-size: 11px;
  font-weight: 700;
}

.top-plan .priceup.ttimer.texttype span:nth-child(3) {
  display: block;
  line-height: 10px;
  padding-top: 3px;
  font-weight: 400;
  font-size: 10px;
}

@keyframes mirrorflip {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  50% {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
.pricehike {
  background: #ffeded 0 0 no-repeat padding-box;
  border: 1px solid #c73830;
  border-radius: 0 8px;
  padding: 5px;
  color: #c73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.pricehike:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1s infinite;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@media (max-width: 767px) {
  .pricehike {
    right: 11px;
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .top-plan-content-wrapper.boxlayout {
    margin-top: 20px;
    padding: 20px 10px;
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
#policybazaar.full {
  width: 100% !important;
}

.fixedh {
  position: initial !important;
}

*,
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  touch-action: pan-x pan-y;
}

.h1,
h1 {
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  margin: 10px 0 0;
}

@media (max-width: 568px) {
  .h1,
  h1 {
    font-size: 6.161971831vw;
    margin: 0;
  }
}
.h2,
h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.h2.pd50,
h2.pd50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .h2.pd50,
  h2.pd50 {
    padding-top: 20px;
  }
}
.h2.center,
h2.center {
  text-align: center;
}

@media (max-width: 568px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

p.mt0 {
  margin: 0;
}

p.text-center {
  text-align: center;
}

@media (max-width: 568px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
.mt265 {
  margin: 26px 0 5px 0;
}

.mt505 {
  margin: 50px 0 5px 0;
}

.mt05 {
  margin: 0 0 5px 0;
}

.mt10 {
  margin: 0 0 10px 0;
}

.mt5025 {
  margin: 50px 0 25px 0;
}

.termbtnredirection {
  cursor: pointer !important;
}

a {
  color: #0065ff;
}

a:hover {
  color: #0065ff;
}

input,
select,
textarea {
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.textlight {
  color: rgba(37, 56, 88, 0.8);
}

.textlight.wd80 {
  width: 80%;
}

@media (max-width: 890px) {
  .textlight.wd80 {
    width: 100%;
  }
}
.hide {
  display: none !important;
}

.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;
}

@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%;
  }
}
.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;
  }
}
@media (max-width: 767px) {
  #why-need-term-insurance {
    margin-top: 30px;
  }
}
.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;
}

.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;
    border-radius: 0;
  }
}
.lets_talk_about_family_future .content {
  width: 45%;
  margin: 0 auto;
  line-height: 26px;
  padding: 24px 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: 80px;
  height: 80px;
  background: url(../../images/bu/term/animation-frame.png) no-repeat 0 0;
  background-size: contain;
  top: 54%;
  transform: translateY(-50%);
  left: -72px;
}

.lets_talk_about_family_future .content:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/term/frame-animation.gif) no-repeat 0 0;
  background-size: contain;
  top: 44%;
  transform: translateY(-50%);
  left: -48px;
}

.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);
}

.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;
  border-top: 5px solid #0165ff;
  border-radius: 24px;
}

@media (max-width: 890px) {
  .flexbox-right.lf {
    margin: 0 auto 0;
  }
}
.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%;
  }
}
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  padding: 0;
  margin: 0;
  color: #253858;
}

.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;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbinner .breadcrumb {
  text-align: left;
  margin: 10px auto 0;
}

.breadcrumbinner .breadcrumb li:first-child {
  display: none;
}

@media (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .breadcrumbinner .breadcrumb {
    margin: 30px 0 0;
    padding: 0 16px;
  }
}
.icici {
  background: transparent linear-gradient(114deg, rgba(0, 79, 132, 0.15) 0, rgba(233, 96, 55, 0.15) 100%) 0 0 no-repeat padding-box !important;
}

.hdfc_life {
  background: transparent linear-gradient(114deg, rgba(229, 1, 25, 0.15) 0, rgba(0, 77, 141, 0.15) 100%) 0 0 no-repeat padding-box !important;
}

.max {
  background: transparent linear-gradient(114deg, rgba(1, 57, 116, 0.15) 0, rgba(1, 57, 116, 0.15) 41%, rgba(237, 121, 31, 0.15) 100%) 0 0 no-repeat padding-box !important;
}

.bajaj {
  background: transparent url("../../images/bu/term/bajaj-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.tata_aia {
  background: transparent url("../../images/bu/term/tata-aia-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.pnb_metlife {
  background: transparent url("../../images/bu/term/pnb-metlife-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.hsbc {
  background: transparent url("../../images/bu/term/canara-hsbc-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.birla_sun_life {
  background: transparent url("../../images/bu/term/ab-capital-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.kotak {
  background: transparent linear-gradient(114deg, rgba(229, 1, 25, 0.26) 0, rgba(162, 213, 255, 0.26) 41%, rgba(0, 44, 98, 0.26) 100%) 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.edelweiss_tokio {
  background: transparent url("../../images/bu/term/edelwise-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.sbi {
  background: transparent url("../../images/bu/term/sbi-life-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.aegon_life {
  background: transparent url("../../images/bu/term/agon-g.svg") 0 0 no-repeat padding-box !important;
  background-size: cover !important;
}

.spynav {
  background: #253858;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 16px;
  }
}
@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: #0065ff;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.spynav .spylink li.ht {
  overflow: hidden;
  max-width: 270px;
}

.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: #0065ff;
  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:nth-child(2),
  .spynav .spylink li:nth-child(3) {
    display: none;
  }
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    display: none;
  }
}
.spynav.sticky {
  position: sticky;
  top: -1px;
  z-index: 99;
}

.landingFirst {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 890px) {
  .landingFirst .section-grid {
    padding: 0;
  }
}
.landingFirst.first-block {
  margin-top: 14px;
}

.landingFirst .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: 20px;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 568px) {
  .landingFirst .lead-form {
    margin-top: 0;
  }
}
.landingFirst .lead-form .graphic-kapli {
  display: none;
}

@media (max-width: 980px) {
  .landingFirst .lead-form .graphic-kapli {
    display: block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    right: 3px;
    top: 34px;
    position: absolute;
    z-index: 1;
  }
  .landingFirst .lead-form .graphic-kapli img {
    width: 240%;
    position: relative;
    left: -158px;
    height: auto;
    top: 15px;
  }
}
@media (max-width: 568px) {
  .landingFirst .lead-form .graphic-kapli {
    display: block;
    width: 90px;
    height: 90px;
    left: 13px;
    top: 14px;
  }
  .landingFirst .lead-form .graphic-kapli img {
    width: 240%;
    position: relative;
    left: -124px;
    height: auto;
    top: 0px;
  }
}
.landingFirst .lead-form .form-heading {
  padding: 10px 0 12px 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading {
    padding: 20px 7% 18px;
    text-align: left;
  }
}
.landingFirst .lead-form .form-heading .title {
  margin-bottom: 5px;
}

.landingFirst .lead-form .form-heading .title .text-blue {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .title {
    font-size: 11px;
    display: none;
  }
  .landingFirst .lead-form .form-heading .title .text-blue {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .landingFirst .lead-form .form-heading .sub-title {
    font-size: 12px;
  }
}
.landingFirst .lead-form .form-heading .sub-title .text-strong {
  font-size: 18px;
  font-weight: 700;
}

.landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
  min-width: 110px;
  display: inline-block;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image: linear-gradient(135deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  height: 20px;
  position: relative;
  top: 4px;
}

@media (max-width: 568px) {
  .landingFirst .lead-form .form-heading .sub-title .text-strong {
    font-size: 16px;
    font-weight: 700;
  }
  .landingFirst .lead-form .form-heading .sub-title .text-strong.premiumPlan:empty {
    width: 98px;
  }
}
.landingFirst .first-heading .textlight {
  display: block;
  margin: 15px 0 15px;
  line-height: 22px;
}

@media (max-width: 980px) {
  .landingFirst .first-heading .textlight {
    margin: 5px 0 15px;
  }
}
@media (max-width: 640px) {
  .landingFirst .first-heading .textlight {
    margin: 5px 0 0px;
  }
}
.landingFirst .first-heading .textlight .restcontent {
  display: inline;
  line-height: 22px;
}

.landingFirst .first-heading .textlight .restcontent.show {
  display: inline;
}

@media (max-width: 980px) {
  .landingFirst .first-heading .textlight .restcontent {
    display: none;
  }
}
.landingFirst .first-heading .textlight .readmore-content {
  color: #0065ff;
  cursor: pointer;
  display: inline;
  text-decoration: underline;
  margin-left: 4px;
  display: none;
}

@media (max-width: 980px) {
  .landingFirst .first-heading .textlight .readmore-content {
    display: inline;
    text-decoration: none;
    font-weight: 500;
  }
}
.landingFirst .first-heading > div {
  display: flex;
}

@media (max-width: 890px) {
  .landingFirst {
    padding: 0 16px;
    margin: 0 0 0;
  }
}
@media (max-width: 568px) {
  .landingFirst {
    padding: 0 6px;
    margin: 0 0 0;
  }
}
.landingFirst .with-background {
  border-radius: 10px;
  padding: 0 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background {
    background: 0 0;
    border-radius: 0;
    padding: 0;
  }
}
.landingFirst .with-background .heading {
  letter-spacing: 0;
  color: #015f04;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.landingFirst .with-background .heading span {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .heading {
    display: none;
  }
}
.landingFirst .with-background .top-fold-image {
  margin: 20px 0 14px;
  text-align: left;
  width: 100%;
}

.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;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg {
  background: url("../../images/bu/term/term_benefits.jpeg") no-repeat top left;
  width: 100%;
  height: 275px;
  background-size: contain;
  margin-top: -17px;
  margin-bottom: 20px;
}

.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.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%;
}

.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%;
}

.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%;
}

@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .pointerBannerImg {
    display: none;
  }
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  padding-left: 34px;
  position: relative;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .headerList li {
    max-width: 300px;
  }
}
.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li sup {
  background: #caefb1;
  padding: 0 10px;
  line-height: 16px;
  font-size: 10px;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  right: 8px;
  font-weight: 500;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li sup.hash {
  line-height: 16px;
  font-size: 10px;
  position: relative;
  left: 4px;
  background: 0 0;
  padding: 0;
  right: 0;
  top: 0;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat center center;
  background-size: contain;
  left: 7px;
  top: 2px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li.heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 22px;
  padding-left: 0;
  padding-top: 0;
  color: #253858;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .headerList li.heading:before {
  display: none;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg {
  width: 310px;
  height: 230px;
}

.landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg img {
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image .pointerListHeader .headerList {
    width: 100%;
    margin-top: 15px;
    margin-left: 12px;
  }
  .landingFirst .with-background .top-fold-image .pointerListHeader .informativeImg {
    display: none;
  }
}
@media (max-width: 980px) {
  .landingFirst .with-background .top-fold-image {
    display: none;
  }
  .landingFirst .with-background .top-fold-image.mobile {
    display: block;
  }
}
.landingFirst .with-background .top-fold-pointer-section {
  text-align: CENTER;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .top-fold-pointer-section {
    display: none;
  }
}
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after,
.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before {
  content: "";
  border: 1px solid #253858;
  opacity: 0.13;
  width: 49px;
  position: absolute;
  top: 50%;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::before {
  left: -52px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-heading::after {
  right: -53px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list {
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer {
  width: 21%;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image {
  margin-bottom: 14px;
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .image img {
  border-radius: 8px;
  box-shadow: 0 3px 17px rgba(255, 188, 34, 0.4235294118);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(2) .image img {
  box-shadow: 0 3px 17px rgba(255, 115, 131, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:nth-child(3) .image img {
  box-shadow: 0 3px 17px rgba(97, 183, 253, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer:last-child .image img {
  box-shadow: 0 3px 17px rgba(158, 155, 252, 0.4196078431);
}

.landingFirst .with-background .top-fold-pointer-section .top-fold-pointer-list .top-fold-pointer .label {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}

.landingFirst .with-background .lead-form {
  margin-top: 0;
}

.landingFirst .with-background .lead-form .form-heading .title {
  display: none;
}

.landingFirst .with-background .lead-form .form-heading .sub-title {
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title {
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding-left: 100px;
  }
}
.landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title .text-strong.premiumPlan {
    display: inline;
  }
}
@media (max-width: 568px) {
  .landingFirst .with-background .lead-form .form-heading .sub-title .text-strong {
    font-size: 16px;
  }
}
.landingFirst .with-background .lead-form .form-term #email + .loadingDiv {
  margin: 10px 0 12px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .landingFirst .with-background .lead-form .form-term #email + .loadingDiv {
    margin: 20px 0;
    padding: 10px 0 0;
  }
}
.landingFirst .with-background .lead-form .form-term .certificate-img {
  margin: 0 auto 8px;
}

.landingFirst .with-background .lead-form .form-term .certificate-img img {
  height: auto;
}

.widget-heading {
  display: flex;
  position: relative;
  height: 52px;
  padding-left: 320px;
}

.widget-heading.noribbon {
  height: auto;
  padding-left: 0;
}

.widget-heading .ribbon {
  background-color: #0065ff;
  color: #fff;
  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;
}

.widget-heading .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) {
  .widget-heading .ribbon {
    font-size: 20px;
  }
}
.video-box-container {
  position: relative;
}

.video-box-container h2 {
  font-size: 20px;
  font-weight: 600;
}

.video-box-container h3 {
  margin: 0;
  font-weight: 600;
  line-height: 14px;
}

@media (max-width: 890px) {
  .video-box-container .how-term-insurance-work-wrapper {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    display: block;
  }
  .video-box-container h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .video-box-container .sb {
    margin-bottom: 50px;
  }
}
@media (max-width: 890px) and (max-width: 767px) {
  .video-box-container .sb {
    margin-bottom: 0;
  }
}
.video-box-container .how-term-insurance-work {
  padding: 0;
  margin: 90px 0 30px;
  list-style: none;
  display: flex;
}

.video-box-container .how-term-insurance-work li {
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  padding: 16px;
  margin-right: 50px;
  text-align: center;
  position: relative;
  width: 20%;
  max-width: 200px;
}

.video-box-container .how-term-insurance-work li:last-child {
  margin-right: 0;
}

.video-box-container .how-term-insurance-work li:last-child:after {
  display: none;
}

.video-box-container .how-term-insurance-work li:after {
  content: "";
  height: 50px;
  width: 50px;
  background: url("../../images/bu/term/connector.svg") no-repeat center center;
  top: 0;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
}

.video-box-container .how-term-insurance-work li:before {
  content: "";
  height: 60px;
  width: 74px;
  background: #ccc;
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  left: 0;
  margin: 0 auto;
  top: -36px;
}

.video-box-container .how-term-insurance-work li span {
  font-size: 14px;
  color: #5b50d0;
  font-weight: 600;
  margin: 6px 0;
  display: block;
}

.video-box-container .how-term-insurance-work li p {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}

.video-box-container .how-term-insurance-work li.icon1:before {
  background: url("../../images/bu/term/icon-1.png") no-repeat 0 0;
  background-size: 80%;
}

.video-box-container .how-term-insurance-work li.icon2:before {
  background: url("../../images/bu/term/icon-2.png") no-repeat 0 -9px;
  background-size: cover;
}

.video-box-container .how-term-insurance-work li.icon3:before {
  background: url("../../images/bu/term/icon-3.png") no-repeat 7px 2px;
  background-size: 78%;
}

.video-box-container .how-term-insurance-work li.icon4:before {
  background: url("../../images/bu/term/icon-4.png") no-repeat 8px 0;
  background-size: 80%;
}

.video-box-container .how-term-insurance-work li.icon5:before {
  background: url("../../images/bu/term/icon-5.png") no-repeat 11px 4px;
  background-size: 72%;
}

@media (max-width: 890px) {
  .video-box-container .how-term-insurance-work {
    width: 1150px;
    margin: 90px 0 0;
  }
  .video-box-container .how-term-insurance-work li {
    width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 568px) {
  .popular,
  .recent {
    padding-left: 16px;
  }
}
.reviewby {
  position: relative;
  justify-content: space-between;
}

.reviewby .flexbox-left,
.reviewby .flexbox-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

.reviewby .flexbox-left .bio,
.reviewby .flexbox-right .bio {
  background: transparent linear-gradient(113deg, #fffdf8 0, #f1f0ff 100%) 0 0 no-repeat padding-box;
  border: 1px solid #776ef5;
  position: absolute;
  width: 450px;
  padding: 20px 20px 20px 65px;
  border-radius: 8px;
  top: 18px;
  display: none;
  z-index: 10;
  position: absolute;
  left: -17px;
  margin-top: 30px;
}

.reviewby .flexbox-left .bio:before,
.reviewby .flexbox-right .bio:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url("../../images/bu/term/tool-tip.svg") no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}

.reviewby .flexbox-left .bio .img-by,
.reviewby .flexbox-right .bio .img-by {
  left: 14px;
  position: absolute;
}

.reviewby .flexbox-left .bio .name-by .bigtext,
.reviewby .flexbox-right .bio .name-by .bigtext {
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
}

.reviewby .flexbox-left .bio .name-by .bigtext .link,
.reviewby .flexbox-right .bio .name-by .bigtext .link {
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/linkedin.svg") no-repeat 0 0;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  top: 2px;
  position: absolute;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .bio .name-by .bigtext,
  .reviewby .flexbox-right .bio .name-by .bigtext {
    font-size: 13px;
    margin-left: 0;
    top: 0;
  }
}
.reviewby .flexbox-left .bio .name-by .smtext,
.reviewby .flexbox-right .bio .name-by .smtext {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
}

.reviewby .flexbox-left .bio .name-by .smtext::before,
.reviewby .flexbox-right .bio .name-by .smtext::before {
  display: none;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .bio .name-by .smtext,
  .reviewby .flexbox-right .bio .name-by .smtext {
    top: 43px;
  }
}
.reviewby .flexbox-left .bio .description,
.reviewby .flexbox-right .bio .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
}

.reviewby .flexbox-left .bio .description:before,
.reviewby .flexbox-right .bio .description:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -43px;
  background: url("../../images/bu/term/comma.png") no-repeat 0 0;
  background-size: cover;
}

.reviewby .flexbox-left .bio .description-close,
.reviewby .flexbox-right .bio .description-close {
  background: url("../../images/bu/term/close-gray-icon.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
  }
  .reviewby .flexbox-left .bio.active,
  .reviewby .flexbox-right .bio.active {
    display: block !important;
  }
}
.reviewby .flexbox-left .img-by,
.reviewby .flexbox-right .img-by {
  width: 45px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .img-by,
  .reviewby .flexbox-right .img-by {
    margin-right: 10;
  }
}
.reviewby .flexbox-left .name-by,
.reviewby .flexbox-right .name-by {
  display: flex;
  flex-direction: column;
}

.reviewby .flexbox-left .name-by .smtext,
.reviewby .flexbox-right .name-by .smtext {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 360px) {
  .reviewby .flexbox-left .name-by .smtext,
  .reviewby .flexbox-right .name-by .smtext {
    font-size: 10px;
  }
}
.reviewby .flexbox-left .name-by .bigtext,
.reviewby .flexbox-right .name-by .bigtext {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 11px;
  }
}
.reviewby .flexbox-left.hv,
.reviewby .flexbox-right.hv {
  padding-bottom: 10px;
}

.reviewby .flexbox-left.hv:hover .bio,
.reviewby .flexbox-right.hv:hover .bio {
  display: block;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left.hv:hover .bio,
  .reviewby .flexbox-right.hv:hover .bio {
    display: none;
  }
}
.reviewby .flexbox-left {
  position: relative;
}

.reviewby .flexbox-left .dot-arrow {
  width: 100px;
  position: absolute;
  height: 1px;
  background: #ccc;
  left: -112px;
  top: 50%;
  transform: translate(0, -50%);
}

.reviewby .flexbox-left .dot-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: -5px;
  border-radius: 50%;
  background: #098b2c;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .dot-arrow {
    width: 22px;
    left: -30px;
  }
}
.reviewby .flexbox-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 12px;
  top: 0;
  background: rgba(37, 56, 88, 0.2);
}

@media (max-width: 568px) {
  .reviewby .flexbox-left:after {
    display: none;
  }
}
.reviewby .flexbox-left .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  left: -2px;
  top: 2px;
  background: url("../../images/bu/term/written-label.svg") no-repeat 0 0;
}

.reviewby .flexbox-right {
  position: relative;
}

.reviewby .flexbox-right .dot-arrow {
  width: 100px;
  position: absolute;
  height: 1px;
  background: #ccc;
  right: -100px;
  top: 50%;
  transform: translate(0, -50%);
}

.reviewby .flexbox-right .dot-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: -5px;
  border-radius: 50%;
  background: #098b2c;
}

@media (max-width: 890px) {
  .reviewby .flexbox-right .dot-arrow {
    width: 22px;
    right: -30px;
  }
}
.reviewby .flexbox-right .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background: url("../../images/bu/term/tick-label.svg") no-repeat 0 0;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
    min-width: 50%;
  }
  .reviewby .flexbox-left .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-right .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-left .s1 {
    left: 0;
    width: 300px;
  }
  .reviewby .flexbox-left .s1:before {
    left: 6px;
  }
  .reviewby .flexbox-right .s2 {
    left: -92%;
    width: 300px;
  }
  .reviewby .flexbox-right .s2:before {
    left: initial;
    right: 120px;
    width: 26px;
  }
}
@media (max-width: 360px) {
  .reviewby .flexbox-right .s2 {
    left: -112%;
  }
}
.reviewAction {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.reviewAction .review-btn {
  background: #266ff7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-size: 14px;
  position: relative;
  min-width: 125px;
  font-weight: 500;
  border: 2px solid #0065ff;
  cursor: pointer;
}

.reviewAction .read-all-review-btn {
  border: 2px solid #0065ff;
  background: 0 0;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  min-width: 125px;
  cursor: pointer;
}

.tablealign {
  padding-right: 30px !important;
  margin-bottom: 30px !important;
}

.video-container {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.1215686275);
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  width: 338px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin-left: 30px;
  position: relative;
  float: right;
}

.video-container.extra {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.6);
  margin: 23px 0 20px;
}

@media (max-width: 890px) {
  .video-container {
    margin: 30px auto 0;
  }
}
.video-container .video {
  width: 100%;
  background: url("../../images/bu/term/term-poster-img.jpeg") no-repeat 0 0;
  min-height: 172px;
  border-radius: 8px;
  background-size: cover;
}
.video-container .video.p5 {
  background: url(../../images/bu/term/term-key-factors.png) no-repeat 0 0;
  background-size: cover;
}

.video-container .video.p1 {
  background: url("../../images/bu/term/why-should-buy-term-insurance.jpeg") no-repeat 0 -28px;
  background-size: cover;
}

.video-container .video.p2 {
  background: url("../../images/bu/term/payout-option.jpeg") no-repeat 0 -28px;
  background-size: cover;
}

.video-container .video.p3 {
  background: url("../../images/bu/term/how-much-term-insurance.jpeg") no-repeat 0 -28px;
  background-size: cover;
}

.video-container .video.p4 {
  background: url("../../images/bu/term/right-age-to-buy-term-insurance.jpeg") no-repeat 0 -28px;
  background-size: cover;
}

.video-container .video.active {
  background: 0 0;
}

.video-container .playbtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url("../../images/bu/term/play-icon1.svg") no-repeat -8px -4px;
  background-size: 130%;
  top: 83px;
  left: 42%;
  cursor: pointer;
}

.video-container .playbtn.icon-remove {
  display: none;
}

.video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

.video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

.video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

.video-container .vd-info + h2 {
  font-size: 16px !important;
}

.video-container .ribbon:after {
  border-top: 27px solid #0065ff;
  border-right: 20px solid rgba(244, 117, 48, 0);
  border-bottom: 26px solid #0065ff;
}

@media (max-width: 568px) {
  .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.heading-wrap {
  width: 80%;
  margin: 0 auto;
}

.alignleft {
  display: flex;
  align-items: center;
}

.action-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .action-menu {
    font-size: 11px;
    margin-left: 8px;
  }
}
.action-menu.leftmr {
  margin-left: 36px;
}

.action-menu li {
  display: flex;
  align-items: center;
  position: relative;
  line-height: normal;
  top: 4px;
}

.action-menu li.with-menu {
  cursor: pointer;
  margin-right: 20px;
}

.action-menu li.with-menu a {
  color: #253858;
}

.action-menu li.with-menu .globe {
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/hindi-text.svg") no-repeat center center;
  border: none;
  border-radius: 50%;
  margin-right: 2px;
  cursor: pointer;
}

.action-menu li.with-menu.active .globe {
  background: url("../../images/bu/term/blue-read-in-hindi.svg") no-repeat center center;
}

.action-menu li.with-menu.active a {
  color: #0065ff;
}

.action-menu li .arrow {
  border: solid #253858;
  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;
}

.action-menu li .bluetext {
  color: #0065ff;
}

.action-menu li button {
  width: 22px;
  height: 22px;
  background: #ccc;
  border: none;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}

.action-menu li button:after {
  content: "";
  width: 1;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: -9px;
  top: 0;
}

.action-menu li button.play {
  background: url("../../images/bu/term/listen_grey.svg") no-repeat 1px 3px;
  border-radius: 0;
  width: 108px;
  margin: 0;
  padding: 0 0 0 21px;
  color: rgba(37, 56, 88, 0.8);
}

.action-menu li button.play:after {
  display: none;
}

@media (max-width: 767px) {
  .action-menu li button.play {
    padding: 0 0 0 16px;
    width: 95px;
  }
}
.action-menu li button.pause {
  background: url("../../images/bu/term/pause.svg") no-repeat center center;
}

.action-menu li button.pause:before {
  content: "";
  width: 1;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: -10px;
  top: 0;
}

.action-menu li button.re-play {
  background: url("../../images/bu/term/speed-up.svg") no-repeat center center;
}

.action-menu li button.afnone {
  margin-right: 5px;
}

.action-menu li button.afnone:after {
  display: none;
}

.action-menu li .close {
  width: 22px;
  height: 22px;
  width: 22px;
  height: 22px;
  opacity: 1;
  transform: translate(0, 0);
  border: none;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
}

.action-menu li .close:after,
.action-menu li .close:before {
  position: absolute;
  left: 11px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #253858;
}

.action-menu li .close:before {
  transform: rotate(45deg);
}

.action-menu li .close:after {
  transform: rotate(-45deg);
}

@media (max-width: 568px) {
  .action-menu li .close {
    margin-right: 8px;
    width: 12px;
    margin-left: 0;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .action-menu li .close::after,
  .action-menu li .close::before {
    height: 12px;
  }
}
.inputradio {
  display: flex;
  width: 240px;
  margin: 10px 0 7px;
}

.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);
}

.form-term {
  display: flex;
  width: 90%;
  margin: 0px auto 0;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 568px) {
  .form-term {
    width: 96%;
  }
}

.form-term .fieldWrapper {
  margin: 10px 0 16px;
  position: relative;
}

.form-term .fieldWrapper:first-child {
  margin: 5px 0 22px;
}

@media (max-width: 568px) {
  .form-term .fieldWrapper {
    margin: 10px 0 6px;
  }
}
.form-term .fieldWrapper#person_name input {
  padding-left: 50px;
}

.form-term .fieldWrapper#person_name:before {
  content: "";
  background: url("../../images/bu/term/fi_user.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}

.form-term .fieldWrapper#dates input {
  padding-left: 50px;
}

.form-term .fieldWrapper#dates:before {
  content: "";
  background: url("../../images/bu/term/fi_dates.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}

.form-term .fieldWrapper#dates.dob-field-prominent {
  margin: 16px 0 22px;
}

.form-term .fieldWrapper#dates.dob-field-prominent:before {
  width: 24px;
  height: 24px;
  z-index: 2;
}

.form-term .fieldWrapper#dates.dob-field-prominent .formInput input {
  min-height: 50px;
  height: 50px;
  border: 2px solid rgba(1, 101, 255, 0.55);
  background: #f8faff;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(1, 101, 255, 0.12);
}

.form-term .fieldWrapper#dates.dob-field-prominent .formInput input:focus {
  border-color: #0165ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(1, 101, 255, 0.22), 0 2px 8px rgba(1, 101, 255, 0.15);
}

.form-term .fieldWrapper#dates.dob-field-prominent .formInput input.labelshow + .feildLable,
.form-term .fieldWrapper#dates.dob-field-prominent .formInput input:focus + .feildLable {
  font-weight: 600;
  color: #0165ff;
}

.form-term .fieldWrapper#dates.dob-field-prominent .formInput input.error {
  border-color: red;
  background: #fff;
  box-shadow: none;
}

.form-term .fieldWrapper#dates.dob-field-prominent .formInput input.error:focus {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

@keyframes termDobErrIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-term .fieldWrapper#dates.error .err:not(:empty) {
  animation: termDobErrIn 0.24s ease forwards;
}

@media (max-width: 568px) {
  .form-term .fieldWrapper#dates.dob-field-prominent {
    margin: 14px 0 16px;
  }

  .form-term .fieldWrapper#dates.dob-field-prominent .formInput input {
    min-height: 48px;
    height: 48px;
  }
}

.form-term .fieldWrapper.error {
  margin: 12px 0 18px;
  font-size: 11px;
}

.form-term .fieldWrapper.error .err {
  color: red;
  font-weight: 600;
  position: absolute;
}

@media (max-width: 568px) {
  .form-term .fieldWrapper.error .err {
    font-size: 11px;
    margin: 0;
    color: red;
    font-weight: 600;
    position: absolute;
  }
}
.form-term .fieldWrapper .formInput {
  position: relative;
}

.form-term .fieldWrapper .formInput .ageyears {
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 14px;
  color: #0165ff;
  font-weight: 500;
  background: rgba(1, 101, 255, 0.1);
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: capitalize;
}

.form-term input,
.form-term select {
  padding: 13px 18px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
  outline: 0;
  width: 100%;
  height: 44px;
  padding-left: 50px;
  font-weight: 400;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.form-term input.error,
.form-term select.error {
  border: 1px solid red;
}

@media (max-width: 568px) {
  .form-term input,
  .form-term select {
    padding: 10px 22px 10px 18px;
  }
}
.form-term select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}

.form-term #countryDisplayName {
  position: absolute;
  top: 47%;
  left: 16px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -50%);
  text-align: left;
}

.form-term select.active option {
  font-size: 16px;
}

.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;
}

.form-term .mobilefirst {
  position: relative;
}

.form-term .mobilefirst .formInput {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}

.form-term .mobilefirst .formInput input,
.form-term .mobilefirst .formInput select {
  border: none;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
}

.form-term .mobilefirst .formInput select {
  width: 90px;
  padding: 10px 30px 13px 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 86% 22px;
  background-size: 10%;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-term .mobilefirst .formInput select option {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 568px) {
  .form-term .mobilefirst .formInput select {
    padding: 11px 28px 10px 18px;
  }
}
.form-term .mobilefirst .formInput .col4 {
  width: 110px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin-right: 16px;
}

.form-term .mobilefirst .formInput .code-number {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  width: calc(100% - 110px);
  align-items: center;
  padding-left: 12px;
}

.form-term .mobilefirst .formInput .code-number.error {
  border: 1px solid red;
}

.form-term .mobilefirst .formInput .code-number .cCode {
  font-size: 16px;
}

.form-term .mobilefirst .formInput .code-number.otherCountry {
  position: relative;
}

.form-term .mobilefirst .formInput .code-number.otherCountry:before {
  content: "+";
  padding: 0;
  width: 55px;
  position: relative;
  left: -18px;
  padding-left: 14px;
}

.form-term .mobilefirst .formInput .code-number.otherCountry .cCode {
  font-size: 16px;
  position: absolute;
  border-right: 1px solid #ccc;
  width: 52px;
  padding-left: 6px;
  height: 36px;
  display: flex;
  align-items: center;
}

.form-term .mobilefirst .formInput .code-number.otherCountry .cCode input {
  padding: 0;
  width: 39px;
  position: relative;
  left: 0;
}

.form-term .mobilefirst .formInput .code-number.otherCountry .feildLable {
  left: 70px;
}

.form-term .mobilefirst .secure-tag {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}

.form-term .mobilefirst .secure-tag .text {
  letter-spacing: 0.15px;
  color: #0047b3;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  margin-left: 6px;
}

.form-term .loadingDiv {
  padding: 0 0 0;
  margin: 8px 0 20px;
}

@media (max-width: 568px) {
  .form-term .loadingDiv {
    margin: 6px 0 20px;
  }
}
.form-term .loadingDiv #loader,
.form-term .loadingDiv .proceed {
  box-sizing: border-box;
  width: 100%;
  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-top: 0;
  position: relative;
  border: none;
  cursor: pointer;
}

.form-term .loadingDiv #loader .loader,
.form-term .loadingDiv .proceed .loader {
  display: none;
}

.form-term .loadingDiv #loader:focus:before,
.form-term .loadingDiv .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 .certificate-img {
  width: 370px;
  margin: 0 auto 20px;
}

.form-term .certificate-img img {
  width: 100%;
}

@media (max-width: 568px) {
  .form-term .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .form-term {
    padding: 10px 16px 16px;
  }
}
#email + .loadingDiv {
  margin: 20px 0;
}

.form-term .fieldWrapper .formInput .code-number {
  position: relative;
}

.form-term .fieldWrapper .formInput .code-number .feildLable {
  left: 56px;
}

.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;
}

.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;
}

.section-full .section-grid .add-banner {
  background: #d9d8f4;
  background: linear-gradient(225deg, #d9d8f4 10%, #fdf5df 100%);
  padding: 50px;
  border-radius: 8px;
  margin: 0 auto;
  height: 330px;
  width: 1170px;
  position: relative;
  box-sizing: border-box;
}

.section-full .section-grid .add-banner.mt60 {
  margin: 60px 0 20px;
}

@media (max-width: 767px) {
  .section-full .section-grid .add-banner.mt60 {
    margin: 20px 0 0;
  }
}
.section-full .section-grid .add-banner .ribbon {
  background-color: #5b50d0;
  color: #fff;
  padding: 16px 26px 16px 16px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 8px 0 0 0;
  line-height: 28px;
}

.section-full .section-grid .add-banner .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -30px;
  border-top: 27px solid #5b50d0;
  border-right: 30px solid rgba(244, 117, 48, 0);
  border-bottom: 33px solid #5b50d0;
  top: 0;
  position: absolute;
}

.section-full .section-grid .add-banner .pointers {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.section-full .section-grid .add-banner .pointers li {
  line-height: 48px;
  color: rgba(37, 56, 88, 0.8);
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}

.section-full .section-grid .add-banner .pointers li:before {
  content: "";
  height: 30px;
  width: 30px;
  background: url("../../images/bu/term/advantage-banner-icon.svg") no-repeat 0 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  left: -10px;
}

.section-full .section-grid .add-banner .pointers li .highlight-green {
  color: #098b2c;
  font-weight: 600;
}

.section-full .section-grid .add-banner .flexbox-right {
  background: url("../../images/bu/term/advantages-abstract.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-size: 320px 340px;
  background-position: 80% -30px;
  height: 280px;
  position: relative;
  top: -30px;
}

.section-full .section-grid .add-banner .flexbox-right.nobanner {
  background: 0 0;
}

@media (max-width: 890px) {
  .section-full .section-grid .add-banner .flexbox-right {
    height: auto;
    top: 0;
  }
}
@media (max-width: 890px) {
  .section-full .section-grid .add-banner {
    max-width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .section-full .section-grid .add-banner .flexbox {
    flex-direction: column;
  }
  .section-full .section-grid .add-banner .flexbox .flexbox-left {
    margin: 20px 0 20px 20px;
    box-sizing: border-box;
    width: calc(100% - 40px);
    position: relative;
  }
  .section-full .section-grid .add-banner .flexbox .flexbox-left .pointers li {
    font-size: 14px;
    line-height: 21px;
    color: rgba(37, 56, 88, 0.8);
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
  }
  .section-full .section-grid .add-banner .flexbox .flexbox-left .pointers li:before {
    height: 20px;
    width: 20px;
    left: 5px;
    background-size: contain;
    top: 11px;
  }
}
@media (max-width: 890px) {
  .section-full .section-grid .add-banner {
    max-width: 100%;
  }
  .section-full .section-grid .add-banner .ribbon {
    color: #253858;
    background: 0 0;
    font-size: 20px;
    text-decoration: underline;
    padding-left: 10px 0;
  }
  .section-full .section-grid .add-banner .ribbon:after,
  .section-full .section-grid .add-banner .ribbon:before {
    display: none;
  }
}
@media (max-width: 360px) {
  .section-full .section-grid .add-banner {
    max-width: 100%;
  }
}
.add-banner .flexbox-right .key-factor li .starts_block {
  width: 80px;
  margin: 0;
}

@media (max-width: 568px) {
  .add-banner .flexbox-right .key-factor li .starts_block {
    width: 90px;
  }
}
.dedicated-claim-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  max-width: 440px;
  margin: 16px 0 0 auto;
  position: relative;
}

@media (max-width: 980px) {
  .dedicated-claim-wrapper {
    margin: 0 auto 0 10px;
  }
}
@media (max-width: 568px) {
  .dedicated-claim-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.dedicated-claim-wrapper .label-claim {
  background: #6359ed 0 0 no-repeat padding-box;
  border-radius: 10px 0;
  display: block;
  color: #fff;
  padding: 8px 8px 8px 16px;
  position: absolute;
  top: -15px;
  left: 0;
}

.dedicated-claim-wrapper .label-claim strong {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .label-claim strong {
    font-size: 14px;
  }
}
.dedicated-claim-wrapper .label-claim span {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .label-claim span {
    font-size: 11px;
    line-height: 14px;
  }
}
.dedicated-claim-wrapper .label-claim .arrow {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  right: -20px;
  top: -17px;
}

.dedicated-claim-wrapper .label-claim .arrow:before {
  content: "";
  border-style: solid;
  border-width: 0 14px 16px 0;
  height: 0;
  width: 0;
  border-color: transparent;
  border-bottom-color: #49439b;
}

.dedicated-claim-wrapper .heading {
  display: flex;
  flex-direction: column;
}

.dedicated-claim-wrapper .heading h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 600;
  color: #253858;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .heading h2 {
    font-size: 16px;
  }
}
.dedicated-claim-wrapper .heading p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #253858;
  margin: 0;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .heading p {
    margin: 8px 0;
    line-height: 16px;
    font-size: 11px;
  }
}
.dedicated-claim-wrapper .cus-card {
  background: #f7f7ff;
  border: 1px solid #bab5ff;
  border-radius: 10px;
  margin: 10px 0;
}

.dedicated-claim-wrapper .cus-card .cus-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}

.dedicated-claim-wrapper .cus-card .cus-card-container .location-tab {
  position: absolute;
  top: 0;
  right: 0;
  background: #098b2d;
  padding: 3px 10px 4px 28px;
  width: 68px;
  border-radius: 0 8px 0 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.dedicated-claim-wrapper .cus-card .cus-card-container .location-tab i {
  position: absolute;
  left: 10px;
}

.dedicated-claim-wrapper .cus-card .img {
  width: 95px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
}

.dedicated-claim-wrapper .cus-card .img img {
  width: 100%;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .cus-card .img {
    height: 70px;
  }
}
.dedicated-claim-wrapper .cus-card .customer-agent-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(90% - 95px);
  margin: 0 20px;
  align-items: center;
}

.dedicated-claim-wrapper .cus-card .customer-agent-info .agent h3,
.dedicated-claim-wrapper .cus-card .customer-agent-info .customer h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #253858;
  margin: 0;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .cus-card .customer-agent-info .agent h3,
  .dedicated-claim-wrapper .cus-card .customer-agent-info .customer h3 {
    font-size: 12px;
  }
}
.dedicated-claim-wrapper .cus-card .customer-agent-info .agent p,
.dedicated-claim-wrapper .cus-card .customer-agent-info .customer p {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(37, 56, 88, 0.86);
  margin: 0;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .cus-card .customer-agent-info .agent p,
  .dedicated-claim-wrapper .cus-card .customer-agent-info .customer p {
    font-size: 11px;
  }
}
@media (max-width: 568px) {
  .dedicated-claim-wrapper .cus-card .customer-agent-info {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 95px);
  }
}
.dedicated-claim-wrapper .tollfree-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.dedicated-claim-wrapper .tollfree-number .number {
  background: #f7f7ff;
  display: block;
  padding: 7px 10px 7px 35px;
  margin: 0;
  border-radius: 8px;
  margin-top: 7px;
  position: relative;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .tollfree-number .number {
    font-size: 11px;
  }
}
.dedicated-claim-wrapper .tollfree-number .number i {
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/dedicated-phone-icon-term.svg") no-repeat 0 4px;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 10px;
}

.dedicated-claim-wrapper .tollfree-number .kmowmore-aboutus {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  color: #0065ff;
}

@media (max-width: 568px) {
  .dedicated-claim-wrapper .tollfree-number .kmowmore-aboutus {
    font-size: 11px;
  }
}
.dedicated-claim-wrapper .tollfree-number .kmowmore-aboutus:hover {
  text-decoration: none;
}

.key-factor-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .key-factor-wrapper {
    position: absolute;
    bottom: -70px;
    width: 100%;
  }
}
.key-factor-wrapper .key-factor {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 20px 10px;
  left: 0;
  right: 0;
  box-shadow: 0 3px 16px rgba(51, 51, 124, 0.1607843137);
}

.key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}

.key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}

.key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}

.key-factor-wrapper .key-factor li .starts_block {
  width: 70px;
}

.key-factor-wrapper .key-factor li .hi-pp {
  font-size: 14px;
  color: #6359ef;
  font-weight: 500;
  line-height: 22px;
}

.key-factor-wrapper .key-factor li .light-text {
  font-size: 10px;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 400;
}

.key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}

@media (max-width: 568px) {
  .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor {
    max-width: 100%;
    width: 500px;
    bottom: initial;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .key-factor-wrapper .key-factor li:first-child {
    position: absolute;
    top: -56px;
    display: none;
  }
  .key-factor-wrapper .key-factor li:first-child:before {
    display: none;
  }
  .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0;
  }
}
.content-infographic {
  display: block;
  margin: 30px auto;
}

@media (max-width: 568px) {
  .content-infographic {
    width: 90%;
  }
}
.content-infographic.full img {
  width: 100% !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .content-infographic.full img {
    width: 60% !important;
  }
}
@media (max-width: 568px) {
  .content-infographic.full img {
    width: 100% !important;
  }
}
.content-infographic.half img {
  width: 50% !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .content-infographic.half img {
    width: 60% !important;
  }
}
@media (max-width: 568px) {
  .content-infographic.half img {
    width: 90% !important;
  }
}
.pointers {
  padding: 0 0 0 12px;
  margin: 0 0 20px 0;
  list-style-position: outside;
}

.pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.pointers.lineHeight li {
  line-height: 24px;
  margin-top: 16px;
}

.add-banner-1 {
  background: #fdf5df;
  padding: 26px 50px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1098039216);
  border-radius: 10px;
  margin: 50px 0;
  height: 265px;
  position: relative;
  box-sizing: border-box;
}

.add-banner-1 h2 {
  color: #5774cd;
  font-size: 30px;
  font-weight: 500;
  max-width: 320px;
  line-height: 36px;
  margin: 30px 0 0;
}

.add-banner-1 .light-text {
  font-size: 18px;
  color: rgba(37, 56, 88, 0.8);
  margin-bottom: 0;
}

.add-banner-1 .rate {
  position: relative;
  margin-top: 10px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

.add-banner-1 .rate label:hover {
  position: relative;
  overflow: initial;
  margin-right: 5px;
}

.add-banner-1 .rate label:hover i {
  font-size: 11px;
  position: absolute;
  bottom: -11px;
  left: -3px;
  font-style: normal;
  width: 40px;
  text-align: center;
  display: none;
}

.add-banner-1 .rate label:hover:hover i {
  display: block;
}

.add-banner-1 .rate label.open {
  position: relative;
  overflow: initial;
  margin-right: 5px;
}

.add-banner-1 .rate label.open i {
  font-size: 11px;
  position: absolute;
  bottom: -11px;
  left: -3px;
  font-style: normal;
  width: 40px;
  text-align: center;
  display: block;
}

@media (max-width: 890px) {
  .add-banner-1 {
    background: #fdf5df;
    padding: 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1098039216);
    border-radius: 10px;
    margin: 40px auto 20px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    width: 96%;
  }
  .add-banner-1 .flexbox-left.w40 {
    width: 100%;
  }
  .add-banner-1 .flexbox-right.w60 {
    width: 100%;
  }
  .add-banner-1 h2 {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
  }
  .add-banner-1 .light-text {
    text-align: center;
    margin-top: 5px;
  }
  .add-banner-1 .content-usefull {
    margin-top: 46px;
  }
  .add-banner-1 .content-usefull img {
    width: 100%;
    height: auto;
  }
  .add-banner-1 .rate {
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 227px;
    float: inherit;
  }
}
@media (max-width: 890px) {
  #what-are-term-insurance-policy-features {
    margin-top: 40px;
  }
}
.add-banner-2 {
  background: url("../../images/bu/term/nri_background-image.svg") no-repeat 0 0;
  padding: 46px 50px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}

.add-banner-2:after {
  content: "";
  width: 300px;
  height: 350px;
  background: url("../../images/bu/term/can-nri.png") no-repeat 0 0;
  position: absolute;
  background-size: cover;
  bottom: 0;
  right: 60px;
}

@media (max-width: 890px) {
  .add-banner-2:after {
    content: "";
    width: 140px;
    height: 110px;
    background: url("../../images/bu/term/can-nri.png") no-repeat 0 0;
    position: absolute;
    background-size: cover;
    bottom: initial;
    right: 0;
    top: 14%;
  }
}
.add-banner-2.needDoc {
  position: relative;
  padding: 26px 50px;
  margin-bottom: 0;
}

.add-banner-2.needDoc:after {
  background: url("../../images/bu/term/need-for-term-plan.png") no-repeat 0 0;
  background-size: cover;
  width: 380px;
  height: 370px;
  right: 50px;
}

@media (max-width: 890px) {
  .add-banner-2.needDoc {
    padding: 24px 16px;
  }
  .add-banner-2.needDoc:after {
    width: 100px;
    height: 90px;
    right: 10px;
    top: 82px;
  }
}
.add-banner-2 .banner-content-wrapper {
  width: 65%;
}

.add-banner-2 .banner-content-wrapper .h2,
.add-banner-2 .banner-content-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 890px) {
  .add-banner-2 .banner-content-wrapper .h2,
  .add-banner-2 .banner-content-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 568px) {
  .add-banner-2 .banner-content-wrapper .h2,
  .add-banner-2 .banner-content-wrapper h2 {
    font-size: 18px;
  }
}
.add-banner-2 .banner-content-wrapper p {
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-2 .banner-content-wrapper p {
    width: 60%;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 568px) {
  .add-banner-2 .banner-content-wrapper p {
    width: 60%;
    font-size: 14px;
    line-height: 22px;
  }
}
.add-banner-2 .banner-content-wrapper .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style-position: outside;
}

.add-banner-2 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

@media (max-width: 890px) {
  .add-banner-2 .banner-content-wrapper .pointers li {
    font-size: 18px;
    line-height: 38px !important;
  }
}
@media (max-width: 568px) {
  .add-banner-2 .banner-content-wrapper .pointers li {
    font-size: 14px;
    line-height: 26px !important;
  }
}
@media (max-width: 890px) {
  .add-banner-2 {
    padding: 16px;
    margin: 40px 0;
  }
  .add-banner-2 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-2 .banner-content-wrapper h2 {
    font-size: 5.2vw;
  }
  .add-banner-2 .banner-content-wrapper p {
    list-style: 27px;
  }
  .add-banner-2 .banner-content-wrapper .pointers li {
    line-height: 26px;
  }
}
.add-banner-2.update1:after {
  background: url(../../images/bu/term/document-required-update1.png) no-repeat 0 0;
  background-size: contain;
  width: 380px;
  height: 230px;
  right: 50px;
  top: 50%;
  transform: translate(0px, -50%);
}
@media (max-width: 568px) {
  .add-banner-2.update1:after {
    width: 130px;
    height: 80px;
    right: 0px;
    top: 120px;
    transform: translate(0px, -50%);
  }
}
@media (max-width: 390px) {
  .add-banner-2.update1:after {
    top: 150px;
    transform: translate(0px, -50%);
  }
}
.add-banner-2.update1 .highlight-blue {
  color: #0065ff;
}
.add-banner-2.update1 .pointers li {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
}
.add-banner-2.update1 .banner-content-wrapper h2, .add-banner-2.update1 .banner-content-wrapper .h2 {
  margin-bottom: 40px;
  position: relative;
}
.add-banner-2.update1 .banner-content-wrapper h2:before, .add-banner-2.update1 .banner-content-wrapper .h2:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  background: rgb(242, 150, 59);
  left: 0;
  bottom: -18px;
}

.add-banner-3 {
  background: #edf3ff;
  padding: 26px 50px;
  border-radius: 10px;
  margin: 0 0 50px;
  position: relative;
  box-sizing: border-box;
}

.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: 980px) {
  .add-banner-3 .advisor-abstract img {
    height: auto;
  }
}
@media (max-width: 568px) {
  .add-banner-3 .advisor-abstract img {
    position: initial;
    height: auto;
  }
}
@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;
}

.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: 50px;
  font-weight: 600;
  max-width: 470px;
  margin-top: 60px;
}

@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%;
  }
  .add-banner-3 .flexbox-left {
    margin-top: 0;
  }
  .add-banner-3 .ribbon {
    height: auto;
  }
}
.add-banner-4 {
  background: url("../../images/bu/term/nri_background-image.svg") no-repeat 0 0;
  padding: 46px 50px;
  border-radius: 10px;
  margin: 50px 0 10px;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .add-banner-4 {
    flex-direction: column;
  }
}
.add-banner-4 .banner-content-wrapper {
  width: calc(100% - 550px);
}

.add-banner-4 .banner-content-wrapper .h2,
.add-banner-4 .banner-content-wrapper h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-4 .banner-content-wrapper .h2,
  .add-banner-4 .banner-content-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-4 .banner-content-wrapper .h3,
.add-banner-4 .banner-content-wrapper h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 30px;
}

@media (max-width: 890px) {
  .add-banner-4 .banner-content-wrapper .h3,
  .add-banner-4 .banner-content-wrapper h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .add-banner-4 .banner-content-wrapper {
    width: 100%;
  }
}
.add-banner-4 .banner-content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-4 .banner-content-wrapper p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-4 .banner-content-wrapper p {
    width: 100%;
  }
}
.add-banner-4 .banner-content-wrapper .withtable table {
  border-collapse: collapse;
  text-align: left;
  border: none;
}

.add-banner-4 .banner-content-wrapper .withtable table th {
  padding: 8px 16px;
}

.add-banner-4 .banner-content-wrapper .withtable table thead > tr {
  background: rgba(255, 206, 59, 0.2) !important;
  color: #896a0e;
}

.add-banner-4 .banner-content-wrapper .withtable table thead > tr th:first-child {
  border-top-left-radius: 8px;
}

.add-banner-4 .banner-content-wrapper .withtable table thead > tr th:last-child {
  border-top-right-radius: 8px;
}

.add-banner-4 .banner-content-wrapper .withtable table td,
.add-banner-4 .banner-content-wrapper .withtable table th {
  border-right: 1px solid #ccc;
}

.add-banner-4 .banner-content-wrapper .withtable table td:last-child,
.add-banner-4 .banner-content-wrapper .withtable table th:last-child {
  border-right: none;
}

.add-banner-4 .banner-content-wrapper .withtable table tbody tr {
  background: #fff !important;
  color: #253858 !important;
}

.add-banner-4 .banner-content-wrapper .withtable table tbody tr td:first-child {
  font-size: 16px;
  font-weight: 400;
}

.add-banner-4 .banner-content-wrapper .withtable table tbody tr td {
  font-size: 16px;
  font-weight: 600;
}

.add-banner-4 #outerImg {
  display: block;
  width: 500px;
}

.add-banner-4 #outerImg img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .add-banner-4 #outerImg {
    width: 100%;
  }
}
.add-banner-4 .columnlayout #innerImg {
  display: none;
}

.add-banner-4.lhs {
  position: relative;
}

.add-banner-4.lhs .banner-content-wrapper {
  width: 100%;
}

.add-banner-4.lhs .columnlayout {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .add-banner-4.lhs .columnlayout {
    flex-direction: column;
  }
}
.add-banner-4.lhs .columnlayout #innerImg {
  width: 300px;
  display: block !important;
}

.add-banner-4.lhs .columnlayout #innerImg img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .add-banner-4.lhs .columnlayout #innerImg {
    width: 100%;
  }
}
.add-banner-4.lhs .columnlayout .columnlayout2 {
  width: calc(100% - 320px);
}

@media (max-width: 767px) {
  .add-banner-4.lhs .columnlayout .columnlayout2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .add-banner-4.lhs .columnlayout #outerImg {
    display: none;
  }
}
.add-banner-4.lhs #outerImg {
  display: none;
}

@media (max-width: 890px) {
  .add-banner-4 {
    padding: 16px;
    margin: 40px 0 10px;
  }
  .add-banner-4 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-4 .banner-content-wrapper h2 {
    font-size: 5.2vw;
  }
  .add-banner-4 .banner-content-wrapper p {
    list-style: 27px;
  }
  .add-banner-4 .banner-content-wrapper .pointers li {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .add-banner-4.lhs .columnlayout #innerImg {
    display: none !important;
  }
  .add-banner-4.lhs .columnlayout #innerImg.active {
    display: block !important;
  }
  .add-banner-4 #outerImg {
    display: none !important;
  }
  .add-banner-4 #outerImg.active {
    display: block !important;
  }
  .add-banner-4 .columnlayout2 {
    display: none !important;
  }
  .add-banner-4 .columnlayout2.active {
    display: block !important;
  }
  .add-banner-4 .rctxt {
    display: none;
  }
  .add-banner-4 .rctxt.active {
    display: block;
  }
}
.moredata_action {
  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: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 0 auto;
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .moredata_action {
    display: block;
  }
}
.moredata_action span {
  position: relative;
}

.moredata_action span::after {
  content: "+";
  padding-left: 5px;
}

.moredata_action.expandable span:after {
  content: "−";
  padding-left: 5px;
}

.moredata_tab {
  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: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 0 auto;
  display: none;
}

@media (max-width: 767px) {
  .moredata_tab {
    display: block;
  }
}
.moredata_tab span {
  position: relative;
}

.moredata_tab span::after {
  content: "+";
  padding-left: 5px;
}

.moredata_tab.expandable span:after {
  content: "−";
  padding-left: 5px;
}

.add-banner-5 {
  background: rgba(95, 59, 179, 0.1);
  padding: 26px 50px 26px 30px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}

.add-banner-5:after {
  content: "";
  width: 300px;
  height: 350px;
  background: url(../../images/bu/term/claims_processed.png) no-repeat 0 0;
  position: absolute;
  background-size: cover;
  right: 30px;
  background-size: contain;
  top: -26px;
}

@media (max-width: 767px) {
  .add-banner-5:after {
    display: none;
  }
}
.add-banner-5 .banner-content-wrapper .h2,
.add-banner-5 .banner-content-wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper .h2,
  .add-banner-5 .banner-content-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-5 .banner-content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-5 .banner-content-wrapper p {
    width: 100%;
  }
}
.add-banner-5 .banner-content-wrapper .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style: none;
}

.add-banner-5 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.add-banner-5 .banner-content-wrapper .pointers li:last-child {
  margin-bottom: 0;
}

.add-banner-5 .banner-content-wrapper .pointers li span {
  color: #1d898e;
  font-weight: 600;
}

.add-banner-5 .banner-content-wrapper .pointers li:before {
  content: "";
  background: url(../../images/bu/term/widget-icon-start.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -12px;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper .pointers li {
    font-size: 18px;
    line-height: 38px !important;
  }
}
@media (max-width: 568px) {
  .add-banner-5 .banner-content-wrapper .pointers li {
    font-size: 14px;
    line-height: 26px !important;
  }
}
.add-banner-5 .banner-content-wrapper .quikinfo {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 16px 16px 3px 16px;
  margin: 20px 0;
  padding-right: 300px;
}

.add-banner-5 .banner-content-wrapper .quikinfo .h3 {
  color: #5f3bb3;
  font-size: 19px;
  font-weight: 600;
}

.add-banner-5 .banner-content-wrapper .quikinfo p {
  color: #253858;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .add-banner-5 .banner-content-wrapper .quikinfo {
    padding-right: 0;
  }
}
.add-banner-5 .banner-content-wrapper.lhs:after {
  display: none;
}

.add-banner-5 .banner-content-wrapper.lhs .quikinfo {
  padding-right: 16px;
}

@media (max-width: 890px) {
  .add-banner-5 {
    padding: 16px;
    margin: 20px 0 10px;
  }
  .add-banner-5 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-5 .banner-content-wrapper h2 {
    font-size: 5.2vw;
  }
  .add-banner-5 .banner-content-wrapper p {
    list-style: 27px;
  }
  .add-banner-5 .banner-content-wrapper .pointers li {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .add-banner-5 .rctxt {
    display: none;
  }
  .add-banner-5 .rctxt.active {
    display: block;
  }
}
.add-banner-6 {
  background: rgba(29, 137, 142, 0.05);
  padding: 26px 50px 26px 30px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.add-banner-6 .pointerWrapper {
  width: calc(100% - 370px);
}

@media (max-width: 767px) {
  .add-banner-6 {
    flex-direction: column;
  }
}
.add-banner-6 #outerImg {
  width: 280px;
  display: flex;
  align-items: center;
}

.add-banner-6 #outerImg img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .add-banner-6 #outerImg {
    width: 90px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 6px;
  }
}
.add-banner-6 .banner-content-wrapper .h2,
.add-banner-6 .banner-content-wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-6 .banner-content-wrapper .h2,
  .add-banner-6 .banner-content-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-6 .banner-content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-6 .banner-content-wrapper p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-6 .banner-content-wrapper p {
    width: 100%;
  }
}
.add-banner-6 .banner-content-wrapper .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style: none;
}

.add-banner-6 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.add-banner-6 .banner-content-wrapper .pointers li:last-child {
  margin-bottom: 0;
}

.add-banner-6 .banner-content-wrapper .pointers li span {
  color: #1d898e;
  font-weight: 600;
}

.add-banner-6 .banner-content-wrapper .pointers li:before {
  content: "";
  background: url(../../images/bu/term/widget-icon-checklist.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -12px;
}

@media (max-width: 890px) {
  .add-banner-6 .banner-content-wrapper .pointers li {
    font-size: 18px;
    line-height: 38px !important;
  }
}
@media (max-width: 568px) {
  .add-banner-6 .banner-content-wrapper .pointers li {
    font-size: 14px;
    line-height: 26px !important;
  }
}
.add-banner-6 .banner-content-wrapper .quikinfo {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 16px 16px 3px 16px;
  margin: 20px 0;
  padding-right: 300px;
}

.add-banner-6 .banner-content-wrapper .quikinfo .h3 {
  color: #5f3bb3;
  font-size: 19px;
  font-weight: 600;
}

.add-banner-6 .banner-content-wrapper .quikinfo p {
  color: #253858;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .add-banner-6 .banner-content-wrapper .quikinfo {
    padding-right: 0;
  }
}
@media (max-width: 890px) {
  .add-banner-6 {
    padding: 16px;
    margin: 40px 0;
  }
  .add-banner-6 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-6 .banner-content-wrapper h2 {
    font-size: 5.2vw;
  }
  .add-banner-6 .banner-content-wrapper p {
    list-style: 27px;
  }
  .add-banner-6 .banner-content-wrapper .pointers li {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .add-banner-6 .pointerWrapper {
    width: 100%;
  }
  .add-banner-6 .h2,
  .add-banner-6 h2 {
    width: 50%;
    margin-bottom: 34px;
  }
  .add-banner-6 .leftoffset {
    padding-right: 0;
  }
}
.add-banner-6.lhs {
  position: relative;
  max-width: 767px;
}

.add-banner-6.lhs:before {
  content: "";
  background: url(../../images/bu/term/buyingchecklist.png) no-repeat;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-size: 100%;
}

@media (max-width: 767px) {
  .add-banner-6.lhs:before {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-size: 100%;
    top: 20px !important;
  }
}
.add-banner-6.lhs .pointerWrapper {
  width: 100%;
}

.add-banner-6.lhs .leftoffset {
  padding-right: 180px;
}

.add-banner-6.lhs #outerImg {
  display: none;
}

@media (max-width: 568px) {
  .add-banner-6.lhs {
    max-width: 568px;
  }
  .add-banner-6.lhs .h2,
  .add-banner-6.lhs h2 {
    width: 50%;
    margin-bottom: 34px;
  }
  .add-banner-6.lhs .leftoffset {
    padding-right: 0;
  }
}
.add-banner-7 {
  background: rgba(255, 206, 59, 0.05);
  border: 1px solid rgba(255, 206, 59, 0.5);
  padding: 26px 20px 26px 20px;
  border-radius: 10px;
  margin: 50px 0 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px) {
  .add-banner-7 {
    margin: 0 0;
  }
}
.add-banner-7 .h2,
.add-banner-7 h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-7 .h2,
  .add-banner-7 h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-7 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-7 p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-7 p {
    width: 100%;
  }
}
.add-banner-7 .difficult_times_support {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.add-banner-7 .difficult_times_support li {
  width: 31%;
  margin: 12px 0;
  text-align: left;
  border-radius: 8px;
  padding: 74px 14px 14px 14px;
  position: relative;
}

.add-banner-7 .difficult_times_support li span {
  font-size: 14px;
}

.add-banner-7 .difficult_times_support li span,
.add-banner-7 .difficult_times_support li strong {
  display: block;
}

.add-banner-7 .difficult_times_support li:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.add-banner-7 .difficult_times_support li.voilet {
  border: 1px solid #8460b0;
  background: #f6f1ff;
}

.add-banner-7 .difficult_times_support li.lb {
  border: 1px solid #3d97bb;
  background: #eaf9ff;
}

.add-banner-7 .difficult_times_support li.or {
  border: 1px solid #ffbc80;
  background: #fff5ec;
}

.add-banner-7 .difficult_times_support li.bl {
  border: 1px solid #7aa4ff;
  background: #ecf2ff;
}

.add-banner-7 .difficult_times_support li.gr {
  background: #ecfef2;
  border: 1px solid #4ca369;
}

.add-banner-7 .difficult_times_support li.sk {
  border: 1px solid #3ea2a9;
  background: #defafc;
}

.add-banner-7 .difficult_times_support li.sprite:before {
  background: url("../../images/bu/term/widget-list-icon.png") no-repeat 0 0;
  background-size: 157px 106px;
}

.add-banner-7 .difficult_times_support li.sprite.icon1:before {
  background-position: -59px -57px;
}

.add-banner-7 .difficult_times_support li.sprite.icon2:before {
  background-position: -7px -57px;
}

.add-banner-7 .difficult_times_support li.sprite.icon3:before {
  background-position: -5px -4px;
}

.add-banner-7 .difficult_times_support li.sprite.icon4:before {
  background-position: -111px -4px;
}

.add-banner-7 .difficult_times_support li.sprite.icon5:before {
  background-position: -111px -53px;
}

.add-banner-7 .difficult_times_support li.sprite.icon6:before {
  background-position: -59px -4px;
}

.add-banner-7.lhs {
  max-width: 767px;
}

@media (max-width: 568px) {
  .add-banner-7 {
    margin: 40px 0;
  }
  .add-banner-7 .difficult_times_support {
    flex-direction: column;
  }
  .add-banner-7 .difficult_times_support li {
    width: 100%;
    padding: 20px 14px 20px 64px;
    margin: 5px 0;
  }
  .add-banner-7 .difficult_times_support li span,
  .add-banner-7 .difficult_times_support li strong {
    display: inline-block;
    margin-right: 3px;
  }
}
@media (max-width: 360px) {
  .add-banner-7 {
    padding: 26px 10px 26px 10px;
  }
}
.add-banner-8 {
  background: #fff1ea;
  padding: 26px 20px 26px 20px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px) {
  .add-banner-8 .section-grid {
    padding: 0;
  }
}
.add-banner-8 .h2,
.add-banner-8 h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-8 .h2,
  .add-banner-8 h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-8 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-8 p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-8 p {
    width: 100%;
  }
}
.add-banner-8 .sliderWrapper {
  margin: 30px auto 60px;
  width: 96%;
}

.add-banner-8 .sliderWrapper .arrow-left {
  left: -22px !important;
}

.add-banner-8 .sliderWrapper.lhs {
  width: 100%;
}

@media (max-width: 767px) {
  .add-banner-8 .sliderWrapper {
    width: 100%;
    margin: 30px auto 20px;
  }
  .add-banner-8 .sliderWrapper .arrows {
    display: none !important;
  }
}
.add-banner-8 .sliderWrapper .arrows {
  width: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: initial;
  z-index: 96;
  top: -40px !important;
  margin: 0 auto;
  left: 0;
  right: -95%;
}

.add-banner-8 .sliderWrapper .arrows .arrow-right {
  right: 0 !important;
}

.add-banner-8.lhs {
  max-width: 767px;
}

.add-banner-8.lhs .sliderWrapper {
  width: 100%;
  margin: 30px auto 50px;
}

.add-banner-8.lhs .sliderWrapper .arrows {
  width: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: initial !important;
  z-index: 96;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px !important;
}

.add-banner-8.lhs .sliderWrapper .arrows .arrow-right {
  right: 20px !important;
}

.add-banner-8 .pcard {
  background: #fff;
  box-sizing: border-box;
  padding: 80px 10px 20px 10px;
  border: 1px solid rgba(245, 122, 68, 0.3);
  box-shadow: 0 3px 12px 0 rgba(37, 56, 88, 0.15);
  text-align: left;
  border-radius: 8px;
  position: relative;
}

.add-banner-8 .pcard .h3 {
  font-size: 18px;
  font-weight: 600;
  color: #253858;
  line-height: 24px;
}

.add-banner-8 .pcard p {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  line-height: 20px;
}

.add-banner-8 .pcard:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  background: #fb5507;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.add-banner-8 .pcard:after {
  content: "";
  position: absolute;
  background: url("../../images/bu/term/widget-white-list-icon.png") no-repeat 0 0;
  background-size: 68px 68px;
  top: 23px;
  left: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.add-banner-8 .pcard.icon1:after {
  background-position: -35px -37px;
}

.add-banner-8 .pcard.icon2:after {
  background-position: -2px -37px;
}

.add-banner-8 .pcard.icon3:after {
  background-position: -4px -1px;
}

.add-banner-8 .pcard.icon4:after {
  background-position: -35px -1px;
}

.add-banner-8 .pcard.icon5:after {
  background-position: -35px -37px;
}

.add-banner-9 {
  padding: 0;
  margin: 0 0 50px;
  position: relative;
  box-sizing: border-box;
}

.add-banner-9 .table-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .add-banner-9 .table-section {
    flex-direction: column;
  }
}
.add-banner-9 .table-section .sideBannerImg {
  max-width: 100%;
  width: calc(100% - 700px);
  margin-left: 30px;
  margin-top: 30px;
}

.add-banner-9 .table-section .sideBannerImg img {
  width: 100% !important;
}

.add-banner-9 .h2,
.add-banner-9 h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 890px) {
  .add-banner-9 .h2,
  .add-banner-9 h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-9 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-9 p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-9 p {
    width: 100%;
  }
}
.add-banner-9 #newformat {
  width: 700px;
  margin: 30px 10px 10px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 0.4em;
}

.add-banner-9 #newformat td {
  padding: 12px 10px;
}

.add-banner-9 #newformat tr:first-child {
  border-top: none;
  background: #253858 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.add-banner-9 #newformat tr:first-child td {
  width: 50%;
}

.add-banner-9 #newformat tr:nth-child(2n) {
  background: #f7fbfd !important;
}

.add-banner-9 #newformat tr td:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .add-banner-9 #newformat {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .add-banner-9 {
    margin: 0 0 0;
    padding: 0;
  }
  .add-banner-9 .h2,
  .add-banner-9 h2 {
    margin-bottom: 20px;
  }
}
.comparision .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style-position: outside;
}

.comparision .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.comparision .pointers.tree li {
  position: relative;
  list-style: none;
}

.comparision .pointers.tree li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #253859;
  left: -11px;
  top: 12px;
}

.comparision .pointers.tree li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #253859;
  left: -13px;
  top: 11px;
  border-radius: 50%;
}

.comparision .pointers.tree li:last-child:after {
  display: none;
}

.comparision .pointers.tree.textleft {
  text-align: left;
  margin: 40px 0;
}

.comparision .pointers.more {
  padding: 0 0 0 42px;
}

.comparision .pointers.more li {
  padding: 5px 0;
}

.comparision .pointers.more li strong {
  display: block;
}

@media (max-width: 568px) {
  .comparision .h3 {
    margin: 10px 0;
  }
  .comparision .note-section + h3 + p {
    margin: 0 0 20px;
  }
}
.note-section {
  background: #f9d9db;
  margin: 10px 0;
  padding: 12px;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
}

.note-section strong {
  position: relative;
  padding-left: 19px;
}

.note-section strong:before {
  content: "";
  background: url("../../images/bu/term/note_icon.svg") no-repeat 0 0;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  background-size: 100%;
}

@media (max-width: 568px) {
  .note-section {
    padding: 12px 32px;
  }
  .note-section strong {
    left: -20px;
    display: block;
    margin-bottom: 5PX;
  }
}
.value-wise-plan {
  position: relative;
  margin-top: 30px;
}

.value-wise-plan .value {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.value-wise-plan .value li {
  width: 240px;
  background: #ccc;
  border-radius: 12px;
  padding: 24px 10px 25px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1098039216);
  margin: 16px;
}

.value-wise-plan .value li:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: -10px;
  left: -10px;
}

.value-wise-plan .value li .bigtext {
  font-size: 70px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  line-height: 66px;
}

.value-wise-plan .value li .bigtext p {
  margin: 0 0 0 4px;
  font-size: 36px;
  line-height: 16px;
  font-weight: 600;
}

@media (max-width: 568px) {
  .value-wise-plan .value li .bigtext {
    line-height: 36px;
  }
}
.value-wise-plan .value li P {
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.value-wise-plan .value li.brown {
  color: #9a3f42;
  background: #fcf3da;
}

.value-wise-plan .value li.brown a {
  color: #9a3f42;
}

.value-wise-plan .value li.brown a:hover {
  color: #9a3f42;
}

.value-wise-plan .value li.brown:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 1px;
  background: url("../../images/bu/term/shield_red.svg") no-repeat 0 0;
  background-size: 65%;
}

.value-wise-plan .value li.blue {
  color: #5b50d0;
  background: #d9d8f4;
}

.value-wise-plan .value li.blue a {
  color: #5b50d0;
}

.value-wise-plan .value li.blue a:hover {
  color: #5b50d0;
}

.value-wise-plan .value li.blue:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 1px;
  background: url("../../images/bu/term/sheild_purple.svg") no-repeat 0 0;
  background-size: 65%;
}

.value-wise-plan .value li.red {
  color: #9a3f42;
  background: #f9d9db;
}

.value-wise-plan .value li.red a {
  color: #9a3f42;
}

.value-wise-plan .value li.red a:hover {
  color: #9a3f42;
}

.value-wise-plan .value li.red:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 1px;
  background: url("../../images/bu/term/shield_red.svg") no-repeat 0 0;
  background-size: 65%;
}

@media (max-width: 568px) {
  .value-wise-plan .value li {
    margin: 8px;
    width: 44%;
  }
  .value-wise-plan .value li .bigtext {
    font-size: 34px;
  }
  .value-wise-plan .value li .bigtext p {
    font-size: 18px;
    line-height: 16px;
  }
}
.docneededtoclaim-graphic {
  margin: 40px 0 0;
}

.docneededtoclaim-graphic img {
  height: auto;
  width: 100%;
}

@media (max-width: 890px) {
  .docneededtoclaim-graphic {
    width: 70%;
    display: block;
    margin: 40px auto;
  }
}
@media (max-width: 568px) {
  .docneededtoclaim-graphic {
    width: 100%;
    margin: 0 auto;
  }
}
.top-plan-container {
  background: #f7faff;
  padding: 0;
  border-radius: 8px;
  margin: 20px auto;
  height: auto;
  width: 1170px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .top-plan-container {
    width: 100%;
  }
}
.top-plan-container .top-plan {
  width: 80%;
  margin: 0 auto 20px;
  position: relative;
  padding: 20px;
}

@media (max-width: 1024px) {
  .top-plan-container .top-plan {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-plan-container .top-plan {
    padding: 0 10px 20px;
  }
}
.top-plan-container .top-plan .priceup {
  position: absolute;
  background: #edc0cc 0 0 no-repeat padding-box;
  border-radius: 8px 4px 4px 4px;
  font-size: 12px;
  color: #9b2d2d;
  font-weight: 500;
  width: 171px !important;
  padding: 7px 2px 7px 29px;
  top: 0;
  left: 0;
}

.top-plan-container .top-plan .priceup .block {
  width: 18px;
  height: 18px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.top-plan-container .top-plan .priceup .block .arrow {
  background: url("../../images/bu/term/arrowprice.svg") no-repeat;
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  width: 7px;
  height: 14px;
  display: block;
  background-position: 0 3px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  background-size: 100%;
}

.top-plan-container .top-plan .top-plan-content-wrapper {
  background: 0 0 !important;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
  margin-top: 20px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card {
  margin-bottom: 16px;
  position: relative;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner {
  background: #fff;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 20px 0 20px !important;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p {
  margin: 0;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p:first-child {
  color: #253858;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p:nth-child(2n) {
  color: #253858;
  font-size: 18px;
  line-height: 18px;
  padding-top: 3px;
  font-weight: 500;
  padding: 5px 0 0;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p:nth-child(2n) {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p:nth-child(2n) {
    font-size: 14px;
  }
}
.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner p:nth-child(3n) {
  font-size: 10px;
  line-height: 18px;
  color: #253858;
  opacity: 0.6;
  font-weight: 400;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner.pricemsg {
  padding-top: 38px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .logo-block {
  width: 20%;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .logo-block img {
  width: 80%;
  height: auto;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .logo-block img {
    width: 92px;
  }
}
.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .logo-block .plan-name {
  color: #253858;
  font-size: 11px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .claim-settlement {
  width: 20%;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
  width: 140px;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan p {
  font-size: 10px;
  line-height: 16px;
  color: #253858;
  opacity: 0.8;
  text-align: center;
  margin-top: 10px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan p > span {
  color: #3cc630;
  font-size: 10px;
  font-weight: 700;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan button {
  background: #0065ff;
  border-radius: 4px;
  width: 150px;
  height: 35px;
  padding: 0;
  border: none;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan button {
    margin-bottom: 16px;
    padding: 0 24px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:first-child {
    order: 1;
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:first-child .plan-name {
    width: 125px;
    display: block;
  }
}
@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(2) {
    order: 3;
    width: 33%;
  }
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(3) {
    order: 4;
    width: 33%;
  }
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(4) {
    order: 5;
    width: 33%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(4) div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(5) {
    order: 2;
    width: 140px;
    text-align: right;
  }
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .block-inner div:nth-child(5) p {
    text-align: right;
    padding-right: 3px;
  }
}
.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .features {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #f5f8fd;
  box-shadow: 0 2px 4px rgba(95, 94, 94, 0.1607843137);
  border: 1px solid #d1e4f8;
  border-radius: 0 0 8px 8px;
  padding: 7px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 1px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items {
  color: #253858;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
  margin-right: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items {
    margin-bottom: 5px;
  }
}
.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items.bggreen {
  background: rgba(108, 200, 190, 0.2);
  display: inline-block;
  border-radius: 20px;
  padding: 6px 10px 6px 26px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items:before {
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 9px;
  border-bottom: 2px solid #253858;
  border-right: 2px solid #253858;
  margin-left: -15px;
  opacity: 1;
  position: absolute;
}

.top-plan-container .top-plan .top-plan-content-wrapper .top-plan-disclaimer {
  color: #253858;
  font-size: 12px;
  line-height: 19px;
  padding-top: 25px;
  opacity: 0.7;
}

.top-plan-container .top-plan .top-plan-content-wrapper .see-more {
  bottom: 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 8px 16px;
  color: #2b60ed;
  display: block;
  width: 152px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  min-height: 45px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .see-more::after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.top-plan-container .top-plan .top-plan-content-wrapper .see-more#less-plan:after {
  transform: rotate(225deg);
  top: 3px;
}

.top-plan-container .term-cal-top-plan {
  margin-top: 0;
  margin-bottom: 0;
}

.top-plan-container .term-cal-top-plan .top-plan {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding: 80px 80px 0;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper {
  background: 0 0 !important;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
  margin-top: 20px;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card {
  margin-bottom: 16px;
  position: relative;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .block-inner {
  background: #fff;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 20px;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .logo-block {
  width: 20%;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .claim-settlement {
  width: 20%;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
  width: 140px;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .features {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(0, 101, 255, 0.05);
  box-shadow: 0 2px 4px rgba(95, 94, 94, 0.1607843137);
  border: 1px solid #d1e4f8;
  border-radius: 0 0 8px 8px;
  padding: 7px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 1px;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items {
  width: 50%;
  color: #253858;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card .features .features-items .bggreen {
  background: rgba(108, 200, 190, 0.2);
  display: inline-block;
  border-radius: 20px;
  padding: 0 10px;
}

.top-plan-container .term-cal-top-plan .top-plan .top-plan-content-wrapper .top-plan-card.hide {
  display: none;
}

.top-plan-container .top-plan-card.hide + .see-more#less-plan {
  display: none;
}

.top-plan-container .pricehike {
  background: #ffeded 0 0 no-repeat padding-box;
  border: 1px solid #c73830;
  border-radius: 0 8px;
  padding: 5px;
  color: #c73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 568px) {
  .top-plan-container .pricehike {
    font-size: 8px;
    border-radius: 0 0 0 8px;
  }
}
.top-plan-container .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 16px 26px 16px 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;
}

.top-plan-container .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) {
  .top-plan-container .ribbon {
    display: block;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    line-height: 22px;
    width: auto;
    min-height: 50px;
    border-radius: 0;
    width: 65%;
  }
}
.top-plan-container .covid-cover {
  background-color: #f9d9db;
  color: #ce5f67;
  padding: 16px 16px 16px 40px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.016em;
  border-radius: 0 10px 0 10px;
  font-weight: 400;
  font-size: 13px;
}

.top-plan-container .covid-cover:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/virus.svg") no-repeat center center;
  position: absolute;
  left: 10px;
  top: 13px;
}

@media (max-width: 568px) {
  .top-plan-container .covid-cover {
    padding: 6px 16px 6px 6px;
    font-weight: 500;
    font-size: 10px;
  }
  .top-plan-container .covid-cover:before {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section {
  width: 76%;
  margin: 89px auto 0;
  box-shadow: 0 2px 12px rgba(207, 215, 235, 0.5);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 10px 24px 11px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section {
    width: 73%;
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .top-plan-container .top-plan-filters-section {
    width: 97%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section {
    margin: 30px 0 0 auto;
    overflow-x: scroll;
    padding: 12px 0 12px 12px;
    border-radius: 8px 0 0 8px;
  }
  .top-plan-container .top-plan-filters-section::-webkit-scrollbar {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-right: 1px solid #dce3ee;
  padding-right: 22px;
  margin-right: 22px;
  width: 11%;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown {
    margin-right: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown {
    width: 25%;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown label {
  color: #253858;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown label {
    font-size: 10px;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown select {
  border: 0;
  -webkit-appearance: none;
  background: url(../../images/bu/term/term-filters-dropdown-arrow-icon.svg) no-repeat right;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown:has(.top-plan-custom-dropdown-content.active)::after {
    content: "";
    background: rgba(0, 0, 0, 0.6509803922);
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    z-index: 99;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-label {
  color: #253858;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-label::after {
  content: "";
  background: url(../../images/bu/term/term-filters-dropdown-arrow-icon.svg);
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 7px;
  transition: 0.2s all ease-in;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-label.active::after {
  transform: translate(0, -50%) rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-label {
    font-size: 11px;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content {
  position: absolute;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  width: 137px;
  height: 173px;
  bottom: -190px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 3px 2px 6px;
  display: none;
  overflow-y: scroll;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content::-webkit-scrollbar {
  display: none;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content.active {
  display: block;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value {
  color: #253858;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 11px 10px 7px;
  cursor: pointer;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value:last-of-type {
  border: 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value:hover {
  color: #0065ff;
}

@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value:hover {
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value {
    border-bottom: 0;
    padding: 8px 8px 8px 32px;
    cursor: pointer;
    color: var(--text, #253858);
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.8px;
    position: relative;
  }
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value::before {
    content: "";
    border: 1px solid #253858;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 49%;
    left: 8px;
    transform: translate(0, -50%);
    border-radius: 50%;
  }
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value.active {
    color: #0065ff;
  }
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value.active::before {
    border-color: #0065ff;
  }
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .value.active::after {
    content: "";
    background: #0065ff;
    width: 8px;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 12px;
    border-radius: 50%;
    top: 49%;
    transform: translate(0, -50%);
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
  padding-top: 32px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section .title {
  color: #253858;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section .close {
  position: absolute;
  top: 14px;
  right: -4px;
  width: 11px;
  height: 14px;
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50vh;
    z-index: 99999;
    border-radius: 32px 32px 0 0;
    padding: 0 24px 0;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .label {
  color: #16a085;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content .label sup {
  font-size: 10px;
}

@media screen and (max-width: 820px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown.life-cover-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content {
    left: 86%;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown.life-cover-dropdown .top-plan-custom-dropdown .top-plan-custom-dropdown-content {
    left: 50%;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown.payment-dropdown {
  margin-right: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown.payment-dropdown {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .label {
  color: #253858;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 33px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .label::before {
  background: url(../../images/bu/term/term-filters-icon.svg);
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content {
  height: 82vh;
  padding: 32px 0 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section {
  justify-content: flex-start;
  padding: 0 16px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .title-close-section .close {
  top: -10px;
  right: 16px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content {
  display: flex;
  height: calc(100% - 60px);
  justify-content: space-between;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab .tab-links {
  width: 133px;
  background: #fff;
  border: 0;
  padding: 16px;
  text-align: left;
  color: #253858;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab .tab-links.active {
  background: rgba(0, 101, 255, 0.05);
  color: #0065ff;
  font-weight: 600;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section {
  width: calc(100% - 153px);
  height: 100%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content {
  display: none;
  padding: 24px 16px 0;
  height: 100%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 16px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .label::before {
  display: none;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list {
  margin-bottom: 24px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list .filter {
  border-bottom: 0;
  padding: 8px 8px 8px 32px;
  cursor: pointer;
  color: var(--text, #253858);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  position: relative;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list .filter::before {
  content: "";
  border: 1px solid #253858;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 49%;
  left: 8px;
  transform: translate(0, -50%);
  border-radius: 50%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list .filter.active {
  color: #0065ff;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list .filter.active::before {
  border-color: #0065ff;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .filters-list .filter.active::after {
  content: "";
  background: #0065ff;
  width: 8px;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 12px;
  border-radius: 50%;
  top: 49%;
  transform: translate(0, -50%);
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container {
  display: flex;
  position: relative;
  padding-left: 32px;
  margin-bottom: 22px;
  cursor: pointer;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #253858;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container:last-of-type {
  margin-bottom: 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container input:checked ~ .checkmark {
  background-color: #4570f8;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container input:checked ~ .checkmark:after {
  display: block;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 4px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 47%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images {
  border: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 47%;
  height: 65px;
  align-items: center;
  padding: 0 4px;
  text-align: center;
  justify-content: center;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images img {
  height: auto;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #4570f8;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images .checkmark {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 65px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  background: 0 0;
  padding: 0 7px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images .checkmark img {
  max-width: 100%;
  width: 100%;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images .checkmark::after {
  display: none !important;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images:nth-child(2n) {
  margin-right: 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content .container.with-images:hover input ~ .checkmark {
  background-color: transparent;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .tab-content.active {
  display: block;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-content .tab-content-section .insurer-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  overflow-y: scroll;
  position: relative;
  height: 70%;
  padding-bottom: 20px;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-buttons {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-buttons .no-border-button {
  color: var(--brand, #0065ff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: 0 0;
  border: 0;
}

.top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters .top-plan-custom-dropdown .top-plan-custom-dropdown-content .filter-buttons .button {
  border-radius: 8px;
  background: var(--brand, #0065ff);
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.16);
  border: 0;
  width: 65%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.8px;
  padding: 13px 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .top-plan-container .top-plan-filters-section .top-plan-dropdown.mobile-filters {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab {
  display: flex;
  align-items: CENTER;
  width: 32%;
  justify-content: space-between;
  border-right: 1px solid #dce3ee;
  padding-right: 22px;
  margin-right: 22px;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .monthly-yearly-label-tab {
    margin-right: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .monthly-yearly-label-tab {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .monthly-yearly-tab {
  background: #f7f9fb;
  padding: 4px;
  border: 1px solid rgba(37, 56, 88, 0.12);
  border-radius: 8px;
}

.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .monthly-yearly-tab .tab {
  border: 0;
  border-radius: 8px;
  color: #253858;
  padding: 8px 17px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: 0 0;
  cursor: pointer;
  transition: 0.2s all ease-in;
}

.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .monthly-yearly-tab .tab.active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .monthly-yearly-tab .tab {
    font-size: 10px;
    padding: 8px 14px;
  }
}
.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .label {
  color: #16a085;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  width: 21%;
  position: relative;
  margin-left: 30px;
}

.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .label::before {
  content: "";
  background: url(../../images/bu/term/term-filters-tabs-arrow.svg);
  width: 44px;
  height: 31px;
  position: absolute;
  left: -47px;
}

.top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .label::after {
  content: "**";
  position: absolute;
  top: 0;
  right: -3px;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .monthly-yearly-label-tab .label {
    width: 23%;
  }
}
.top-plan-container .top-plan-filters-section .custom-dropdown {
  position: relative;
  width: 11%;
  margin-right: 22px;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .custom-dropdown {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .custom-dropdown {
    display: none;
  }
}
.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown {
  width: 14%;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container {
  display: flex;
  position: relative;
  padding-left: 32px;
  margin-bottom: 22px;
  cursor: pointer;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #253858;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  height: 26px;
  width: 100%;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container > img {
  max-width: 100%;
  height: auto;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container input:checked ~ .checkmark {
  background-color: #4570f8;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container input:checked ~ .checkmark:after {
  display: block;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 4px;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 47%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-plan-container .top-plan-filters-section .custom-dropdown.all-insurer-dropdown .custom-dropdown-content .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-label {
  color: #253858;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-label {
    font-size: 10px;
  }
}
.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-label::before {
  background: url(../../images/bu/term/term-filters-icon.svg);
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-label::after {
  content: "";
  background: url(../../images/bu/term/term-filters-dropdown-arrow-icon.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 7px;
  transition: 0.2s all ease-in;
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-label.active::after {
  transform: translate(0, -50%) rotate(180deg);
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-content {
  bottom: -210px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  width: 253px;
  height: 181px;
  z-index: 1;
  padding: 14px 14px 16px;
  display: none;
  transition: 0.2s all ease-in;
  overflow-y: scroll;
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-content::-webkit-scrollbar {
  display: none;
}

.top-plan-container .top-plan-filters-section .custom-dropdown .custom-dropdown-content.active {
  display: block;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .label {
  color: #253858;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .filters-list {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-left: 1px;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .filters-list .filter {
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  background: #fff;
  padding: 8px 10px 7px;
  margin-right: 11px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .filters-list .filter:last-child {
  margin: 0;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .filters-list .filter.active {
  border-color: #0065ff;
  background: #0065ff;
  color: #fff;
}

.top-plan-container .top-plan-filters-section .custom-dropdown.sorting-dropdown .custom-dropdown-content .filters-list.by-price-filters {
  margin-bottom: 26px;
}

.top-plan-container .top-plan-filters-section .clear-filters {
  color: #0065ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top-plan-container .top-plan-filters-section .clear-filters {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan-container .top-plan-filters-section .clear-filters {
    display: none;
  }
}
.top-plan-container .top-plan-c {
  text-align: center;
  display: block;
  width: 100%;
}

.top-plan-container .top-plan-c .topplan-c-tab {
  position: relative;
  padding: 0;
  margin: 100px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .top-plan-container .top-plan-c .topplan-c-tab {
    margin: 30px 0 0;
  }
}
.top-plan-container .top-plan-c .topplan-c-tab li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.0784313725);
  border-radius: 8px;
  opacity: 1;
  box-sizing: border-box;
  padding: 7px;
  min-width: 100px;
  font-weight: 500;
  margin-right: 12px;
  transition: all 0.3s ease-in;
  border: 1px solid #fff;
  cursor: pointer;
}

.top-plan-container .top-plan-c .topplan-c-tab li:last-child {
  margin-right: 0;
}

.top-plan-container .top-plan-c .topplan-c-tab li.active,
.top-plan-container .top-plan-c .topplan-c-tab li:hover {
  border: 1px solid #266ff7;
  color: #266ff7;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-c .topplan-c-tab {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    padding-left: 290px;
    padding-bottom: 10px;
  }
  .top-plan-container .top-plan-c .topplan-c-tab::-webkit-scrollbar {
    width: 2px;
  }
  .top-plan-container .top-plan-c .topplan-c-tab::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .top-plan-container .top-plan-c .topplan-c-tab::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .top-plan-container .top-plan-c .topplan-c-tab li {
    padding: 9px;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 375px) {
  .top-plan-container .top-plan-c .topplan-c-tab {
    padding-left: 340px;
  }
}
.top-plan-container .topplan-disclaimer p {
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 890px) {
  .top-plan-container {
    max-width: 100%;
    padding: 50px 0 10px;
  }
}
@media (max-width: 568px) {
  .top-plan-container {
    max-width: 98%;
  }
  .top-plan-container .topplan-disclaimer p {
    font-size: 12px;
    line-height: 17px;
    padding: 0 16px;
  }
}
#whybuy {
  margin: 40px auto 0;
  padding: 40px 0 14px;
  width: 96%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#whybuy .arrow-btn {
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #0963f6;
}

#whybuy .arrow-btn:before {
  content: "";
  border: solid #0963f6;
  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: 11px;
  left: 8px;
}

#whybuy .arrow-btn.right {
  left: initial;
  right: -30px;
}

#whybuy .arrow-btn.right:before {
  content: "";
  border: solid #0963f6;
  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(-45deg);
  position: absolute;
  top: 11px;
  left: 5px;
}

#whybuy {
  width: 100%;
}

@keyframes uparrow {
  100% {
    transform: translateY(-0.4em);
    opacity: 0.9;
  }
}
.plans-card {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  margin: 0 10px;
}

.plans-card .plan-brand-logo {
  background: transparent linear-gradient(114deg, rgba(246, 232, 112, 0.26) 0, rgba(255, 249, 67, 0.26) 41%, rgba(237, 121, 31, 0.26) 100%) 0 0 no-repeat padding-box;
  height: 150px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  justify-content: center;
}

@media (max-width: 568px) {
  .plans-card .plan-brand-logo {
    height: 140px;
  }
}
.plans-card .plan-brand-logo .plan-name {
  font-size: 12px;
  display: block;
  margin: 6px 0 0;
}

.plans-card.feature:before {
  content: "Limited Period Offer";
  background-color: #ff9765;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  letter-spacing: 0.016em;
  border-radius: 8px 0 8px 0;
  height: 26px;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.plans-card .plan-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.plans-card .plan-info .pblock {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.plans-card .plan-info .pblock p {
  margin: 0;
  line-height: normal;
}

.plans-card .plan-info .pblock p.light {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
}

@media (max-width: 568px) {
  .plans-card .plan-info .pblock p.light {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .plans-card .plan-info .pblock p.light {
    font-size: 10px;
  }
}
.plans-card .plan-info .pblock p.big {
  color: #253858;
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: 500;
}

.plans-card .plan-price .plan-price-btn,
.plans-card .plan-price a {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 8px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 auto 6px;
  cursor: pointer;
  text-decoration: none;
  width: 60%;
}

@media (max-width: 568px) {
  .plans-card .plan-price .plan-price-btn,
  .plans-card .plan-price a {
    padding: 12px;
    font-size: 14px;
    width: 84%;
  }
}
.plans-card .plan-price-text {
  font-size: 12px;
  font-weight: 400;
}

.plans-card .plan-price-text .hightlight-green {
  font-weight: 500;
  color: #098b2c;
}

.plans-card .features-item-list {
  padding: 0 10px 0 40px;
  margin: 20px 0;
  font-size: 12px;
  list-style: none;
}

.plans-card .features-item-list li {
  justify-content: flex-start;
  text-align: left;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
  position: relative;
}

.plans-card .features-item-list li:before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 8px;
  width: 5px;
  border-bottom: 1px solid rgba(37, 56, 88, 0.8);
  border-right: 1px solid rgba(37, 56, 88, 0.8);
  top: 4px;
  left: -14px;
}

.plans-card.forbuyinsurance {
  margin: 0 30px 0 0;
  max-width: initial;
  background: #f3fcef;
  padding: 20px;
  height: 270px;
}

.plans-card.forbuyinsurance .icon {
  content: "";
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  left: 0;
  margin: 0 auto;
  border: 8px solid #f7faff;
}

.plans-card.forbuyinsurance .icon img {
  width: 100%;
}

.plans-card.forbuyinsurance h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 0;
}

@media (max-width: 568px) {
  .plans-card.forbuyinsurance {
    height: 270px;
    min-width: 330px;
    margin: 0 10px;
  }
  .plans-card.forbuyinsurance #whybuy .slick-list {
    padding: 30px 20% 40px 0 !important;
  }
}
@media (max-width: 375px) {
  .plans-card.forbuyinsurance {
    height: 320px;
    min-width: 280px;
    margin: 0 10px;
  }
  .plans-card.forbuyinsurance #whybuy .slick-list {
    padding: 30px 20% 40px 0 !important;
  }
}
#topplan-c .plans-card {
  height: 440px;
}

@media (max-width: 568px) {
  #topplan-c .plans-card {
    min-width: 300px;
  }
}
@media (max-width: 375px) {
  #topplan-c .plans-card {
    min-width: 264px;
  }
}
@media (max-width: 1024px) {
  #topplan-c,
  #whybuy {
    margin: 0 auto;
  }
  #whybuy {
    padding: 40px 0 10px 16px;
  }
  #topplan-c {
    padding: 10px 0;
  }
}
.how-does-term-insurance-work {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .how-does-term-insurance-work img {
    height: auto;
    width: 100%;
  }
}
.terminsurance-buy {
  background: #fafcfa;
  padding: 50px;
  border-radius: 8px;
  margin: 50px 0 0;
  height: auto;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .terminsurance-buy {
    padding: 50px 0;
  }
  .terminsurance-buy .section-grid {
    padding: 0;
  }
}
.terminsurance-buy.lgpink {
  background: #fbfaff;
  padding: 50px;
}

@media (max-width: 890px) {
  .terminsurance-buy.lgpink {
    padding: 20px 16px;
    margin-top: 30px;
  }
  .terminsurance-buy.lgpink .section-grid {
    padding: 0;
  }
}
.terminsurance-buy .why-buy-insurance {
  text-align: center;
  display: block;
  width: 100%;
}

@media (max-width: 890px) {
  .terminsurance-buy {
    padding: 20px 0 10px;
  }
  .terminsurance-buy .heading-wrap {
    padding: 0 16px;
    width: 100%;
  }
}
.section-full {
  position: relative;
}

.section-full.content {
  padding: 3em 0;
}

.section-full.content.pd0 {
  padding: 0;
}

@media (max-width: 767px) {
  .section-full.content.pd0 {
    padding: 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .section-full.content {
    padding: 3em 0 0;
  }
}
.section-full.content.pd0 {
  padding: 0;
}

.section-full.content.p10 {
  padding: 1em 0;
}

@media (max-width: 1024px) {
  .section-full.content.p10 .section-grid {
    padding: 110px 0 0 16px;
  }
  .section-full.content.p10 .ribbon {
    left: 16px;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .section-full.content {
    padding: 20px 8px;
  }
}
@media (max-width: 568px) {
  .section-full.content {
    padding: 20px 8px;
  }
  .section-full.content.nopd {
    padding: 40px 0;
  }
  .section-full.content.allSlider {
    padding: 10px 0 0;
  }
}
.section-full.content.pb {
  padding-bottom: 0;
}

.section-full.content .plan-disclaimer {
  font-size: 10px;
  display: block;
  margin: 20px 0;
  text-align: center;
}

.section-full.content .actionButton {
  text-align: center;
}

.section-full.content .actionButton.mt30 {
  margin-top: 30px;
}

@media (max-width: 568px) {
  .section-full.content .actionButton.mt30 {
    margin-top: 10px;
  }
}
.section-full.content .actionButton.extramargin {
  margin: 30px 20px 30px 0;
}

@media (max-width: 568px) {
  .section-full.content .actionButton.extramargin {
    margin-top: 10px;
  }
}
.section-full.content .actionButton .more-content {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #0065ff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.section-full.content .actionButton .more-content.talk-toan-expert {
  border-radius: 4px;
  padding: 12px 16px !important;
}

@media (max-width: 568px) {
  .section-full.content .actionButton .more-content.talk-toan-expert {
    font-size: 12px;
    position: relative;
    min-width: 124px;
    cursor: pointer;
    font-weight: 500;
  }
}
.section-full.content .actionButton .more-content .arrow {
  border: solid #266ff7;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transition: all 0.2s ease-in;
  right: 15px;
  position: absolute;
  top: 19PX;
}

.section-full.content .actionButton .more-content.active .arrow {
  border: solid #266ff7;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(225deg);
  top: 23px;
  position: absolute;
  right: 15px;
}

.section-full.content .actionButton .more-content-active {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #fff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.section-full.content .actionButton .more-content-active.schedule-callback {
  border-radius: 4px;
  padding: 12px 16px !important;
}

@media (max-width: 568px) {
  .section-full.content .actionButton .more-content-active.schedule-callback {
    font-size: 12px;
    position: relative;
    min-width: 124px;
    cursor: pointer;
    font-weight: 500;
  }
}
.section-full.content .actionButton .more-content-active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transition: all 0.2s ease-in;
  right: 15px;
  position: absolute;
  top: 19PX;
}

.section-full.content .actionButton .more-content-active.active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(225deg);
  top: 23px;
  position: absolute;
}

@media (max-width: 568px) {
  .section-full.content.tableOfcontent {
    padding-top: 0;
  }
}
.section-full.lgblue {
  background: #f7faff;
  padding: 50px 50px 10px;
}

.section-full.lgblue.accordian {
  padding: 50px;
}

.section-full.lgblue.accordian.mt50 {
  margin-top: 50px;
}

@media (max-width: 890px) {
  .section-full.lgblue.accordian .flexbox-left.w70 {
    width: 100%;
  }
  .section-full.lgblue.accordian .flexbox-left.w70 details {
    max-width: 100%;
  }
  .section-full.lgblue.accordian .flexbox-right.w30 {
    display: block;
  }
  .section-full.lgblue.accordian.faq-container .flexbox-right.w30 {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgblue.accordian.banners.flexbox-right.w30 {
    display: block !important;
  }
}
@media (max-width: 890px) {
  .section-full.lgblue {
    padding: 20px 16px 10px;
  }
  .section-full.lgblue.accordian {
    padding: 30px 10px;
    margin-top: 40px;
  }
}
@media (max-width: 890px) and (max-width: 767px) {
  .section-full.lgblue.accordian {
    margin-top: 0;
  }
}
.section-full.lgyl {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 100px;
}

.section-full.lgyl.cs-rating {
  padding: 160px 50px 10px;
  background: #fffaed url("../../images/bu/term/start-img-bg.png") no-repeat right bottom;
  background-size: 40%;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
  }
  .section-full.lgyl.cs-rating .section-grid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 568px) {
  .section-full.lgyl {
    padding: 30px 16px 10px;
    margin-top: 0;
  }
  .section-full.lgyl.cs-rating {
    padding: 160px 0 10px;
    background-size: 100%;
  }
}
.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgbgray {
  background: rgba(1, 95, 4, 0.0196078431);
  padding: 50px;
}

@media (max-width: 568px) {
  .section-full.lgbgray {
    padding: 30px 6px 10px;
  }
  .section-full.lgbgray .section-grid {
    padding: 0 6px;
  }
}
.section-full.lgbgray.howtoBuybg {
  padding: 50px 50px 0;
  margin-bottom: 50px;
  background: #fcfcfc;
}

@media (max-width: 890px) {
  .section-full.lgbgray.howtoBuybg {
    padding: 20px 16px 0;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}
table {
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

@media (max-width: 568px) {
  table {
    margin-top: 16px;
  }
}
table tr:first-child {
  border: none;
  background: #f1f3f5 !important;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

table tr:first-child td {
  padding: 16px;
}

table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

table tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 5px 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  vertical-align: middle;
}

table td a {
  color: #266ff7;
  text-decoration: none;
}

table td button {
  background: #0065ff;
  border-radius: 4px;
  opacity: 1;
  border: none;
  font-size: 12px;
  color: #fff;
  padding: 10px 14px;
}

@media (max-width: 568px) {
  table td button {
    width: 90px;
  }
}
table.alternate tr:nth-child(odd) {
  background: #f7f7f7;
}

table.alternate tr:nth-child(2n) {
  background: #fff;
}

.benfits-table,
.document-required-to-buy-term-insurance-plan {
  margin-bottom: 50px;
}

.who-should-buy-term-insurance-plans > table tr td {
  vertical-align: initial;
}

.who-should-buy-term-insurance-plans > table tr td:first-child {
  width: 250px;
}

@media (max-width: 568px) {
  .who-should-buy-term-insurance-plans > table tr td:first-child {
    width: 140px;
  }
}
.plantable > table tr td:last-child {
  width: 100px;
  text-align: center;
}

.plantable > table tr td:last-child button {
  width: 100px;
  cursor: pointer;
}

.tableOfcontent td {
  padding: 16px;
}

.accordian .qmark {
  max-width: 352px;
}

.accordian .qmark img {
  width: 80%;
}

.accordian h3 {
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  display: flex;
  margin-top: 0;
}

@media (max-width: 568px) {
  .accordian h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.accordian .sicon {
  background: url("../../images/bu/term/sicon.svg") no-repeat 0 0;
  min-width: 27px;
  height: 27px;
  margin-right: 10px;
  display: block;
}

@media (max-width: 568px) {
  .accordian .sicon {
    background: url("../../images/bu/term/sicon.svg") no-repeat -3px 0;
  }
}
.accordian .acc-tab {
  position: relative;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  justify-content: left;
}

@media (max-width: 568px) {
  .accordian .acc-tab {
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
}
.accordian .acc-tab li {
  background-color: transparent;
  border-radius: 8px;
  opacity: 1;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 18px;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.accordian .acc-tab li:last-child {
  margin-right: 0;
}

.accordian .acc-tab li.active,
.accordian .acc-tab li:hover {
  color: #266ff7;
}

.accordian .acc-tab li.active:after,
.accordian .acc-tab li:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #0065ff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.accordian .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 14px 26px 15px 16px;
  position: absolute;
  top: -72px;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 8px 0 0 0;
  font-size: 20px;
  line-height: 24px;
}

.accordian .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) {
  .accordian .ribbon {
    padding: 8px 26px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    top: -30px;
  }
}
@media (max-width: 890px) {
  .accordian .flexbox-right {
    display: none;
  }
}
@media (max-width: 890px) {
  .scrollable-box.hid {
    height: auto;
    margin-bottom: 10px;
  }
  .scrollable-box.hid .acc-tab {
    width: 500px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details.style3 summary::before {
  content: "";
  border: solid #253858;
  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: 17px;
  top: 21px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

details.style3:hover > summary:before {
  color: #fff;
}

details[open].style3 > summary:before {
  transform: rotate(225deg);
  top: 25px;
}

details[open].style3:hover > summary:before {
  transform: rotate(225deg);
  top: 25px;
}

details[open] {
  margin-bottom: 0;
}

@supports (-webkit-touch-callout: none) {
  details.style3 summary::before {
    top: 1.6rem;
  }
  details[open].style3 > summary:before {
    top: 1.3rem;
    transition: all 0.8s;
  }
}
details {
  max-width: 90%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

details .box-highlight {
  background: #eff3ff;
  padding: 20px;
  border-left: 4px solid #b5ccff;
}

details .box-highlight p {
  margin: 0;
}

details .box-highlight p a {
  color: #0049ba;
}

@media (max-width: 568px) {
  details {
    max-width: 100%;
  }
}
summary {
  border: 4px solid transparent;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 50px;
  background: #fff 0 0 no-repeat padding-box;
  border: 0.8000000119px solid rgba(112, 112, 112, 0.1019607843);
  border-radius: 5px;
  color: #253858;
  font-weight: 500;
  position: relative;
  line-height: 22px;
  cursor: pointer;
}

summary .hicon {
  background: url("../../images/bu/term/hicon.svg") no-repeat 0 6px;
  width: 27px;
  height: 27px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 18px;
  top: 14px;
}

details[open] summary,
summary:hover {
  box-shadow: 0 3px 6px rgba(247, 250, 255, 0.1215686275);
}

details[open] summary strong,
details[open] summary::before,
summary:hover strong,
summary:hover::before {
  color: #253858;
}

.acc_content {
  padding: 0 20px;
  border-top: none;
}

@media (max-width: 568px) {
  .acc_content {
    padding: 0 2px;
  }
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate label {
  float: left;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 40px;
  color: #d3d3d3;
  margin-right: 5px;
}

.rate label:before {
  content: "★ ";
}

.rate label:hover {
  color: #ffc849;
}

.rate label:hover ~ label {
  color: #ffc849;
}

.rate label:has(.non-active) label {
  color: #ffc849;
}

.rate label.active {
  color: #ffc849;
}

.pointer-abstract {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.pointer-abstract li {
  padding: 0 20px 0 90px;
  background: #ccc;
  border-radius: 50px 8px 8px 50px;
  margin-bottom: 26px;
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 14px;
}

.pointer-abstract li span b {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6px;
  font-size: 24px;
  left: 7px;
}

.pointer-abstract li.clr-step-1,
.pointer-abstract li.clr-step-5 {
  background-color: #fbebee;
}

.pointer-abstract li.clr-step-1:before,
.pointer-abstract li.clr-step-5:before {
  content: "";
  height: 0;
  width: 0;
  left: 60px;
  border-top: 18px solid transparent;
  border-left: 20px solid #f9d9db;
  border-bottom: 18px solid transparent;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.pointer-abstract li.clr-step-1 span,
.pointer-abstract li.clr-step-5 span {
  background: #f9d9db;
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50% 0 0 50%;
}

.pointer-abstract li.clr-step-2,
.pointer-abstract li.clr-step-4 {
  background-color: #f0f0fe;
}

.pointer-abstract li.clr-step-2 span,
.pointer-abstract li.clr-step-4 span {
  background: #d9d8f4;
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50% 0 0 50%;
}

.pointer-abstract li.clr-step-2:before,
.pointer-abstract li.clr-step-4:before {
  content: "";
  height: 0;
  width: 0;
  left: 60px;
  border-top: 18px solid transparent;
  border-left: 20px solid #d9d8f4;
  border-bottom: 18px solid transparent;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.pointer-abstract li.clr-step-3,
.pointer-abstract li.clr-step-6 {
  background-color: #fdf8eb;
}

.pointer-abstract li.clr-step-3 span,
.pointer-abstract li.clr-step-6 span {
  background: #fcf3db;
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50% 0 0 50%;
}

.pointer-abstract li.clr-step-3:before,
.pointer-abstract li.clr-step-6:before {
  content: "";
  height: 0;
  width: 0;
  left: 60px;
  border-top: 18px solid transparent;
  border-left: 20px solid #fcf3db;
  border-bottom: 18px solid transparent;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

@media (max-width: 568px) {
  .pointer-abstract li {
    padding: 8px 20px 8px 90px;
    background: #ccc;
    border-radius: 50px 8px 8px 50px;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
    line-height: 23px;
    display: block;
    height: auto;
  }
  .pointer-abstract li span b {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
  }
}
.howitwok {
  position: relative;
}

@media (max-width: 568px) {
  .howitwok {
    padding: 0 16px;
  }
}
.diff-policy-benefits .sicon-green {
  background: url("../../images/bu/term/sicon-green.svg") no-repeat;
  min-width: 23px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
}

@media (max-width: 568px) {
  .diff-policy-benefits .sicon-green {
    position: relative;
    top: 6px;
  }
}
.diff-policy-benefits p {
  display: flex;
  align-items: center;
}

@media (max-width: 568px) {
  .diff-policy-benefits p {
    display: block;
  }
  .diff-policy-benefits p.staricon {
    position: relative;
    padding-left: 40px;
  }
  .diff-policy-benefits p.staricon .sicon-green {
    position: absolute;
    left: 10px;
  }
}
.diff-policy-benefits .benefits {
  padding: 0 20px 0 60px;
  position: relative;
}

@media (max-width: 767px) {
  .diff-policy-benefits .benefits {
    padding: 0 0 0 60px;
  }
}
.diff-policy-benefits .benefits b {
  background: #edf3ff;
  border: 4px solid #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  font-weight: 600;
  font-size: 18px;
  left: 7px;
}

.diff-policy-benefits .benefits h4 {
  margin-bottom: 0;
}

.allSlider {
  padding: 1em 0;
}

.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: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  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;
}

.allSlider .key-takeaways h2 {
  margin-bottom: 26px;
}

@media (max-width: 568px) {
  .allSlider .key-takeaways {
    padding: 20px 20px 0 16px;
  }
}
.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 ul {
  padding: 0;
  margin: 20px 0 0;
  position: relative;
  list-style: none;
}

.allSlider .key-takeaways .listFeatures-more ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.allSlider .key-takeaways .listFeatures-more ul li:before {
  content: "";
  position: absolute;
  background: #253858;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 6px;
  left: 3px;
}

@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;
  }
}
.allSlider .diffTypeOfPlans {
  margin: 140px auto 0;
}

@media (max-width: 1024px) {
  .allSlider .diffTypeOfPlans {
    margin: 100px auto 0;
  }
  .allSlider .diffTypeOfPlans.section-grid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 768px) {
  .allSlider .diffTypeOfPlans {
    margin: 94px auto 0;
    padding-left: 16px;
  }
}
.allSlider .diffTypeOfPlans .ribbon {
  top: -70px;
}

@media (max-width: 1024px) {
  .allSlider .diffTypeOfPlans .ribbon {
    left: 16px;
  }
}
.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard > a {
  position: relative;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .content-wrapper {
  padding: 0;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .related-img {
  height: 170px;
  display: block;
  pointer-events: none !important;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .h3,
.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard h3 {
  display: none;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .action-btn {
  text-align: center;
  margin: 18px 0 10px;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .action-btn .termbtnredirection,
.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .action-btn a {
  display: inline-block;
  border: 1px solid #0065ff;
  color: #0065ff;
  transition: all 0.2s ease-in;
  border-radius: 4px;
  font-size: 12px;
  width: 86px;
  padding: 1px 6px;
  line-height: 26px;
}

.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .action-btn .termbtnredirection:hover,
.allSlider .diffTypeOfPlans #diffTypeOfPlans .pcard .action-btn a:hover {
  background: #0065ff;
  color: #fff;
}

.allSlider .product-article-wrapper {
  padding-top: 100px;
  margin-top: 0;
}

@media (max-width: 568px) {
  .allSlider .product-article-wrapper {
    padding-top: 90px;
    margin-top: 0;
  }
}
.allSlider .product-article-wrapper .ribbon {
  top: 0;
}

.allSlider .product-article-wrapper .related-img img {
  width: 100%;
}

.allSlider .product-article-wrapper .pbdate {
  height: 180px;
  display: block;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.allSlider .product-article-wrapper .pbdate .publish-data {
  font-size: 11px;
  position: relative;
  top: -13px;
  left: 12px;
  color: rgba(37, 56, 88, 0.8);
}

.allSlider .product-article-wrapper .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 .product-article-wrapper .pbdate .readmore {
  position: absolute;
  bottom: 16px;
  color: #0065ff;
  font-size: 14px;
}

.allSlider .product-article-wrapper .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);
}

.allSlider .termInsuranceNews {
  padding-top: 100px;
  margin-top: 70px;
}

@media (max-width: 568px) {
  .allSlider .termInsuranceNews {
    padding-top: 80px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.allSlider .termInsuranceNews .ribbon {
  top: 0;
}

.allSlider .termInsuranceNews .arrows {
  width: 80px;
  margin-top: -50px;
  right: initial;
  left: 0;
}

.allSlider .termInsuranceNews .arrows .arrow-left,
.allSlider .termInsuranceNews .arrows .arrow-right {
  width: 40px;
  height: 40px;
}

.allSlider .termInsuranceNews .arrows .arrow-left {
  position: absolute;
  left: -50px;
}

.allSlider .termInsuranceNews .arrows .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}

.allSlider .termInsuranceNews .arrows .arrow-right {
  position: absolute;
  right: -1134px;
}

.allSlider .termInsuranceNews .arrows .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

.allSlider .termInsuranceNews .pcard {
  min-width: 352px;
  margin: 0 30px 0 0;
}

.allSlider .termInsuranceNews .pcard .related-img {
  height: 230px;
}

@media (max-width: 568px) {
  .allSlider .termInsuranceNews .pcard {
    min-width: 322px;
    margin: 0 18px 0 0;
  }
}
.cs-rating {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 60px;
}

.cs-rating .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 14px 16px 15px;
  position: absolute;
  top: -160px;
  text-align: center;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  right: 0;
  width: 345px;
  margin: 0 auto;
}

.cs-rating .ribbon:before {
  content: "";
  height: 0;
  width: 0;
  left: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
  transform: rotate(180deg);
}

.cs-rating .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
}

@media (max-width: 890px) {
  .cs-rating .ribbon {
    padding: 8px 26px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    width: 235px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cs-rating .content-wrapper {
  padding: 20px 20px 13px;
  margin-top: 10px;
}

.cs-rating .content-wrapper h3 {
  margin: 0;
}

.cs-rating .content-wrapper h3 span {
  line-height: 24px;
  display: block;
}

.cs-rating .content-wrapper .scrollable-box.y {
  padding: 0 16px 0 0;
}

.cs-rating .sliderContent {
  margin: 0 auto;
  padding: 40px 0;
  width: 1170px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 890px) {
  .cs-rating .sliderContent {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 20px 16px !important;
  }
}
.cs-rating .subtext.big {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media (max-width: 890px) {
  .cs-rating .subtext.big {
    margin-bottom: 12px;
  }
}
.cs-rating .subtext.sm {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  margin: 10px 0;
  opacity: 0.6;
}

.cs-rating .pcard {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  padding-top: 70px;
  min-width: 352px;
  margin: 0 30px 0 0;
}

.cs-rating .pcard .icon {
  content: "";
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  left: 0;
  margin: 0 auto;
  border: 8px solid #fffaed;
  display: flex;
}

@media (max-width: 568px) {
  .cs-rating .pcard {
    margin: 0 18px 0 0;
    min-width: 300px;
    width: 290px;
  }
}
.cs-rating .customerRating {
  padding-top: 0;
  margin-top: 70px;
  position: relative;
}

.cs-rating .customerRating .ribbon {
  top: -200px;
  text-align: center;
}

@media (max-width: 890px) {
  .cs-rating .customerRating {
    margin-top: 94px;
  }
  .cs-rating .customerRating .ribbon {
    top: -160px;
  }
}
.cs-rating .customerRating .arrows {
  width: 80px;
  margin-top: -50px;
  right: initial;
  left: 0;
}

.cs-rating .customerRating .arrows .arrow-left,
.cs-rating .customerRating .arrows .arrow-right {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.cs-rating .customerRating .arrows .arrow-left {
  position: absolute;
  left: -25px;
}

.cs-rating .customerRating .arrows .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}

.cs-rating .customerRating .arrows .arrow-right {
  position: absolute;
  right: -1110px;
}

.cs-rating .customerRating .arrows .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

.cs-rating .customerRating .slick-list {
  padding: 40px 0;
}

.popular-search {
  position: relative;
  padding: 0;
}

.popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.popular-search h2.underline::before {
  content: "";
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

.comment-stars {
  display: flex;
  flex-direction: row-reverse;
  width: 240px;
  margin-top: 46px;
}

.comment-stars-input {
  display: none;
}

.comment-stars-input:checked ~ .comment-stars-view svg {
  fill: #ffc41f;
}

.comment-stars-input:checked ~ .comment-stars-view:hover svg,
.comment-stars-input:checked ~ .comment-stars-view:hover ~ .comment-stars-view svg {
  fill: #ffd560;
}

.comment-stars-view {
  cursor: pointer;
}

.comment-stars-view svg {
  fill: #ededef;
  width: 3em;
  height: 3em;
}

.comment-stars-view.is-half {
  transform: translateX(100%);
  margin-left: -0.6958007813em;
}

.comment-stars-view.is-half svg {
  width: 1.5em;
}

.comment-stars-view:hover svg,
.comment-stars-view:hover ~ .comment-stars-view svg {
  fill: #ffd560;
}

.totalRating-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}

.totalRating-heading .totalRating {
  margin-top: 16px;
}

.totalRating-heading .subtext {
  color: rgba(37, 56, 88, 0.8);
  font-size: 16px;
  display: block;
  margin-top: 3px;
}

@media (max-width: 568px) {
  .totalRating-heading {
    top: -75px;
  }
}
.totalRating {
  display: flex;
  flex-direction: row;
  color: #253858;
  width: 210px;
  align-items: center;
  margin: 0 auto;
}

.totalRating.top {
  position: relative;
  left: -38px;
}

.totalRating .text {
  font-weight: 600;
  letter-spacing: -0.016em;
  font-size: 24px;
}

.totalRating .starts_block {
  width: 110px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 8px 1px 1px;
  left: 0;
  right: 0;
  top: -90px;
}

.totalRating .starts_block a,
.totalRating .starts_block span {
  height: 20px;
  margin-right: 2px;
  display: inline-block;
}

.totalRating .starts_block a.blank,
.totalRating .starts_block span.blank {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 1px;
  background-size: 100%;
}

.totalRating .starts_block a.sel,
.totalRating .starts_block span.sel {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}

.totalRating .starts_block a.full,
.totalRating .starts_block span.full {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 0;
}

.totalRating .starts_block a:last-child,
.totalRating .starts_block span:last-child {
  margin-right: 0;
}

.totalRating .starts_block .fraction {
  background: url("../../images/bu/term/rating-sprite.svg") no-repeat 0 0;
  width: 180px;
  background-size: 100%;
  height: 18px;
}

.totalRating .starts_block .fraction.r1 {
  background-position: 0 0;
}

.totalRating .starts_block .fraction.r2 {
  background-position: 0 20%;
}

.totalRating .starts_block .fraction.r3 {
  background-position: 0 40%;
}

.totalRating .starts_block .fraction.r4 {
  background-position: 0 60%;
}

.totalRating .starts_block .fraction.r5 {
  background-position: 0 80%;
}

.totalRating .starts_block .fraction.r45 {
  background-position: 0 102%;
}

@media (max-width: 980px) {
  .totalRating .starts_block .fraction.r45 {
    background-position: 0 102%;
  }
}
.totalRating.top .starts_block .fraction.r45 {
  background-position: 0 103%;
}

@media screen and (max-width: 768px) {
  .totalRating .starts_block {
    margin-top: 0;
  }
}
.pcard .totalRating {
  width: 110px;
}

.plan-starting-from {
  width: 730px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 568px) {
  .plan-starting-from {
    margin-bottom: 0;
  }
}
.plan-starting-from .plan-type1 {
  padding: 20px;
  width: 225px;
  background: #ccc;
  border-radius: 12px;
  box-sizing: border-box;
}

.plan-starting-from .plan-type1.pink {
  background: transparent linear-gradient(138deg, #fff4f5 0, #ffcdd0 68%, #ffadb2 100%) 0 0 no-repeat padding-box;
  color: #9a3f42;
}

.plan-starting-from .plan-type1.pink .typeOf {
  color: #9a3f42;
  font-size: 14px;
  font-weight: 600;
}

.plan-starting-from .plan-type1.pink .btn-plan {
  background: #9a3f42;
}

.plan-starting-from .plan-type1.pink .at {
  background: #9a3f42;
}

.plan-starting-from .plan-type1.pp {
  background: transparent linear-gradient(139deg, rgba(217, 216, 244, 0.5529411765) 0, rgba(165, 163, 241, 0.768627451) 75%, rgba(127, 124, 239, 0.8196078431) 100%) 0 0 no-repeat padding-box;
  color: #5b50d0;
}

.plan-starting-from .plan-type1.pp .btn-plan {
  background: #5b50d0;
}

.plan-starting-from .plan-type1.pp .typeOf {
  color: #5b50d0;
  font-size: 14px;
  font-weight: 600;
}

.plan-starting-from .plan-type1.pp .at {
  background: #5b50d0;
}

.plan-starting-from .plan-type1.yl {
  background: transparent linear-gradient(138deg, #f7ebd4 0, #ffd179 68%, #fdb937 100%) 0 0 no-repeat padding-box;
  color: #795b1c;
}

.plan-starting-from .plan-type1.yl .typeOf {
  color: #795b1c;
  font-size: 14px;
  font-weight: 600;
}

.plan-starting-from .plan-type1.yl .at {
  background: #795b1c;
}

.plan-starting-from .plan-type1.yl .btn-plan {
  background: #795b1c;
}

.plan-starting-from .plan-type1 .value {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 12px;
}

.plan-starting-from .plan-type1 .value span {
  display: block;
}

.plan-starting-from .plan-type1 .per-day {
  font-size: 14px;
  margin: 16px 0;
}

.plan-starting-from .plan-type1 .per-day .at {
  font-style: normal;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  line-height: 0;
  font-size: 12px;
  font-weight: 500;
}

.plan-starting-from .btn-plan {
  background: #9a3f42;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  color: #fff;
  cursor: pointer;
}

.mid-form {
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .mid-form {
    padding: 6px;
    box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  }
}
.mid-form h3 {
  background: #5b50d0;
  padding: 7px;
  border-radius: 8px 0 0 0;
  color: #fff;
  display: flex;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  min-height: 36px;
  align-items: center;
}

@media (max-width: 568px) {
  .mid-form h3 {
    font-size: 13px;
    padding: 8px 7px;
    min-height: 34px;
  }
}
.mid-form h3:before {
  content: "";
  height: 0;
  width: 0;
  right: -20px;
  border-top: 18px solid transparent;
  border-left: 20px solid #5b50d0;
  border-bottom: 18px solid transparent;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

@media (max-width: 568px) {
  .mid-form h3:before {
    border-top: 18px solid transparent;
    border-left: 20px solid #5b50d0;
    border-bottom: 16px solid transparent;
  }
}
.mid-form h4 {
  padding: 0;
  margin: 10px 0 0;
  font-size: 24px;
}

.mid-form h4 .ph {
  color: #7a71d8;
}

@media (max-width: 890px) {
  .mid-form h4 {
    padding: 0;
    margin: 10px 0;
    font-size: 18px;
  }
}
.mid-form .form-block .wrapper {
  display: flex;
  flex-direction: row;
}

.mid-form .form-block .wrapper .left-div {
  width: 70%;
  background: url("../../images/bu/term/ff-bg.svg") no-repeat 0 0;
  position: relative;
  background-size: cover;
  padding: 50px 20px 20px;
  border-radius: 8px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left {
  display: flex;
  flex-direction: column;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .gender-tab {
  padding: 20px 0;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .gender-tab label.first {
  display: block;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 20px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .gender-tab label {
  font-weight: 500;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .gender-tab #for_female {
  margin-left: 20px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper {
  display: flex;
  flex-direction: row;
  padding: 16px 0 0;
  border: 1px dashed #ccc;
  border-left: 0;
  border-right: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper.brdnone {
  width: 100%;
  border: none;
  border-top: 1px dashed #ccc;
  padding: 16px 0;
  margin-top: 16px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container {
  display: flex;
  flex-direction: row;
  width: 46%;
  align-items: center;
  justify-content: space-between;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container label {
  width: 50%;
  display: block;
  font-size: 15px;
  line-height: 20px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box {
  background: #fff;
  border-radius: 8px;
  display: flex;
  width: 120px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box:before {
  display: none;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box select {
  border: none;
  padding: 10px 26px 10px 6px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/bu/term/arrrow-img.svg");
  background-repeat: no-repeat;
  background-position: 91% 22px;
  background-position: 91% 18px;
  background-size: 11%;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box select.wd2 {
  width: 125px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box.rpicon {
  position: relative;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box.rpicon .rupee {
  position: absolute;
  top: 0;
  font-size: 16px;
  top: 11px;
  left: 10px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container .select-box.rpicon select {
  border: none;
  padding: 10px 26px 10px 20px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

@media (max-width: 890px) {
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper.mob-col {
    flex-direction: column;
    border: none;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper.mob-col .midbox-container {
    width: 100%;
    margin-top: 16px;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper.brdnone {
    border: none;
    margin: 0;
    order: 2;
    margin: 0;
    padding: 0;
    border-top: none;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper.brdnone .midbox-container {
    padding: 10px 0;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container {
    width: 100%;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container select {
    width: 120px !important;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container:first-child {
    order: 1;
    margin: 0;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
  }
  .mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .midbox-container:nth-child(2) {
    order: 3;
    margin: 0;
    border-top: 1px dashed #ccc;
    padding: 10px 0;
  }
}
.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  font-size: 10px;
  background: 0 0;
  line-height: 16px !important;
  letter-spacing: 0;
  text-align: left;
  position: relative;
  top: 5px;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .disclaimer a {
  color: #0065ff !important;
  font-weight: 500;
}

.mid-form .form-block .wrapper .left-div .inner-block-left .midbox-container-wrapper .disclaimer a:hover {
  color: #0065ff;
  text-decoration: underline;
}

.mid-form .form-block .wrapper .right-div {
  width: calc(30% - 20px);
  background: url("../../images/bu/term/hl-bg.svg") no-repeat 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  background-size: cover;
  border-radius: 8px;
}

.mid-form .form-block .wrapper .right-div .graphic {
  margin-top: 20px;
  width: 100%;
  height: 140px;
  margin-bottom: 0;
  background: url("../../images/bu/term/cal-ill.svg") no-repeat bottom center;
  background-size: contain;
}

.mid-form .form-block .wrapper .right-div .blocks p {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.mid-form .form-block .wrapper .right-div .premium {
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  display: block;
}

.mid-form .form-block .wrapper .right-div .premium strong {
  font-size: 42px;
  font-weight: 500;
}

.mid-form .form-block .wrapper .right-div .blocks {
  text-align: center;
}

.mid-form .form-block .wrapper .right-div .blocks .viewCustomizePlan {
  background: #0165ff;
  text-align: center;
  border-radius: 4px;
  padding: 12px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  margin-bottom: 20px;
  min-width: 180px;
  cursor: pointer;
}

@media (max-width: 890px) {
  .mid-form .form-block .wrapper {
    flex-direction: column;
  }
  .mid-form .form-block .wrapper .left-div,
  .mid-form .form-block .wrapper .right-div {
    width: 100%;
  }
  .mid-form .form-block .wrapper .right-div {
    margin: 6px 0 0;
    background: #fff;
  }
  .mid-form .form-block .wrapper .right-div .graphic {
    display: none;
  }
  .mid-form .form-block .wrapper .right-div .blocks.brd {
    background: url("../../images/bu/term/hl-bg.svg") no-repeat 0 0;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .mid-form .form-block .wrapper .right-div .blocks.brd:before {
    content: "";
    height: 86px;
    width: 80px;
    background: url("../../images/bu/term/cal-ill.svg") no-repeat 0 0;
    position: absolute;
    background-size: cover;
    right: 30px;
    top: 3px;
  }
  .mid-form .form-block .wrapper .right-div .blocks.brd p {
    font-size: 12px;
    text-align: left;
  }
  .mid-form .form-block .wrapper .right-div .blocks.brd .premium {
    font-size: 18px;
    text-align: left;
  }
  .mid-form .form-block .wrapper .right-div .blocks.brd .premium #premiumVal {
    font-size: 36px;
    font-weight: 500;
  }
  .mid-form .form-block .wrapper .right-div .blocks .viewCustomizePlan {
    background: #0065ff;
    text-align: center;
    border-radius: 8px;
    padding: 17px 70px;
  }
}
@media (max-width: 890px) {
  .mid-form .disclaimer {
    width: 100%;
    margin: 10px auto;
    padding: 0 1%;
    font-size: 10px;
    background: 0 0;
    line-height: 17px !important;
    letter-spacing: 0;
    text-align: left;
    display: block;
  }
}
.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: 8px;
  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;
}

.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;
  }
}
.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 .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;
  height: 80px;
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat -8px 0;
  background-size: cover;
}

.term-footer-sticky .offer-we-share .vp.av {
  background: #0065ff;
  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;
}

.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;
  }
}
.live_chat.updateChatWindow {
  position: fixed;
  top: 0;
  z-index: 99;
}

.live_chat.updateChatWindow .chatNewBox iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  border: none;
}

#termInsuranceNews {
  position: relative;
  right: 0;
  margin: 0 auto;
  width: 1170px;
  padding: 8px 0;
}

@media (max-width: 1024px) {
  #termInsuranceNews {
    width: 100%;
    padding-left: 10px;
    padding-top: 70px 0 0 16px;
  }
}
#termInsuranceNews .ribbon {
  padding-top: 16px;
}

.customerRatin .sliderWrapper {
  margin-bottom: 20px;
}

#cs-rating {
  padding-top: 40px;
}

#cs-rating .sliderWrapper {
  margin-bottom: 20px;
}

.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;
  background-color: rgb(5, 52, 123);
  border-radius: 30px;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  padding: 25px 0;
  overflow-y: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.3s;
}

.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 12px;
  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;
  font-weight: 300;
}

@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: auto;
    border-top: 4px solid #0065ff;
  }
  .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.plandetails .promise-tag-pb {
  display: none;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .insurerLogo {
  width: 140px;
  height: auto;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px 5px 0px 5px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .insurerLogo img {
  width: 100%;
  height: auto;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .sub-title {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.floatingPopupDiv .floatpanel .showForm .lead-form.plandetails .form-term {
  margin: 2px auto 0;
}

.floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
  text-align: center;
}

@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .showForm .lead-form .form-heading {
    padding: 10px 7% 18px;
    text-align: left;
  }
}
.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;
  }
}
@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel .lead-form .graphic-kapli {
    top: 24px;
    right: 13px;
  }
  .floatingPopupDiv .floatpanel .lead-form .form-heading .sub-title {
    text-align: left;
    width: 100%;
  }
  .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;
}

.table-show tr:nth-child(n+7) {
  display: none;
}

.table-show tr.active:nth-child(n+7) {
  display: table-row !important;
}

.table-show td {
  padding: 10px;
}

.table-show.fullTable tr:nth-child(n+5) {
  display: table-row;
}

.table-show a {
  color: #0065ff;
  line-height: 20px;
}

.table-show a:hover {
  text-decoration: underline;
}

.table-show ul {
  padding: 0;
  margin: 0;
}

.table-show ul li {
  line-height: 22px;
  padding-left: 20px;
  list-style: none;
  position: relative;
  margin-bottom: 8px;
}

.table-show ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #253858;
  left: 6px;
  top: 8px;
}

@media (max-width: 640px) {
  .table-show {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
}
.section-full.during-covid {
  background: rgba(255, 225, 224, 0.2);
  padding: 3em 0 1em;
  margin-bottom: 30px;
}

.section-full.during-covid img {
  width: 100%;
}

@media (max-width: 768px) {
  .section-full.during-covid {
    padding: 2em 16px;
  }
}
.section-full.during-covid .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style-position: outside;
}

.section-full.during-covid .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section-full.during-covid .pointers.tree li {
  position: relative;
  list-style: none;
}

.section-full.during-covid .pointers.tree li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #253859;
  left: -11px;
  top: 12px;
}

.section-full.during-covid .pointers.tree li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #253859;
  left: -13px;
  top: 11px;
  border-radius: 50%;
}

.section-full.during-covid .pointers.tree li:last-child:after {
  display: none;
}

.section-full.during-covid .pointers.tree.textleft {
  text-align: left;
  margin: 40px 0;
}

.section-full.during-covid .pointers.more {
  padding: 0 0 0 12px;
  margin: 40px 0;
  text-align: left;
}

.section-full.during-covid .pointers.more li {
  padding: 5px 0;
}

.section-full.during-covid .pointers.more li strong {
  display: block;
}

.section-full .hide_desktop {
  display: none;
}

@media (max-width: 568px) {
  .section-full .hide_desktop {
    display: block;
  }
}
.section-full .actionButton {
  text-align: center;
}

.section-full .actionButton.mt30 {
  margin-top: 30px;
}

.section-full .actionButton .more-content-active {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  padding: 0 30px 0 16px;
  color: #fff;
  font-size: 16px;
  position: relative;
  min-width: 180px;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  justify-content: center;
  align-items: center;
}

.section-full .actionButton .more-content-active.pdnone {
  padding: 12px 16px;
  top: 20px;
}

.section-full .actionButton .more-content-active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transition: all 0.2s ease-in;
  right: 15px;
  position: absolute;
  top: 19PX;
}

.section-full .actionButton .more-content-active.active .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(225deg);
  top: 23px;
  position: absolute;
}

.section-full .infographics {
  text-align: center;
  margin: 30px 0;
}

.section-full .infographics img {
  width: 70%;
}

@media (max-width: 568px) {
  .section-full .infographics img {
    width: 100%;
  }
}
.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown__button {
  padding: 10px 25px 10px 35px;
  cursor: pointer;
  text-align: left;
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  color: #fff;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 200px;
  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: 7px;
}

.select-dropdown__button:focus {
  outline: 0;
}

.select-dropdown__button .zmdi {
  background: url("../../images/bu/term/dropdown-arrow.png") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 14px;
  right: 6px;
  transition: all 0.2s ease-out;
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__button .zmdi.active {
  transform: rotate(180deg);
  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;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container .exit-intent-popup {
  background: transparent linear-gradient(90deg, #fff1eb 0, #fff 100%) 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 14px 0 21px 45px;
  position: relative;
  z-index: 1002;
}

.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image-new.svg") no-repeat;
  width: 344px;
  height: 317px;
  position: absolute;
  bottom: 60px;
  right: 12px;
  z-index: 0;
  opacity: 1 !important;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup {
    padding: 20px 15px 20px 15px;
    margin: 0 15px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 120px;
    height: 115px;
    bottom: initial;
    top: 37px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 5px;
    padding: 12px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 120px;
    height: 115px;
    bottom: initial;
    top: 37px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    opacity: 0.3;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content > div {
  z-index: 10;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 30px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  width: 440px;
  position: relative;
  margin: 0 0 20px 0;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
    width: calc(100% - 115px);
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 {
  position: relative;
  background: #e9ecef;
  padding: 8px 39px 14px;
  letter-spacing: 0;
  color: #253858;
  font-size: 20px;
  line-height: 27px;
  width: 58%;
  margin: 10px 0 12px;
  left: -45px;
  font-weight: 500;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 700;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
  font-size: 22px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
  font-size: 22px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan sup {
  font-size: 14px;
  line-height: 40px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 31px solid #e9ecef;
  z-index: 0;
  right: -31px;
  border-left-width: 0;
  border-right-color: transparent;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 8px 22px 14px;
    font-size: 20px;
    line-height: 30px;
    width: 66%;
    margin: 10px 0 12px;
    left: -15px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 0 0 7px 17px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 71%;
    margin: 5px 0;
    left: -15px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1:after {
    border: 25px solid #e9ecef;
    z-index: 0;
    right: -23px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 0 0 5px 25px;
    letter-spacing: 0;
    color: #253858;
    font-size: 13px;
    line-height: 30px;
    width: 91%;
    margin: 10px 0;
    left: -12px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1::after {
    border: 29px solid #eaecef;
    right: -29px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1::after {
    border: 23px solid #eaecef;
    right: -23px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .details-1 {
    width: 96%;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section {
    margin: 0 0 8px 14px;
    width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 58%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #0065ff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  border: 1px solid #fff5ef;
  top: 11px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers:after {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: initial;
  max-width: 220px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 12px;
  margin: 0;
  padding: 8px 12px 8px 32px;
  display: inline-block;
  letter-spacing: 0;
  color: #106a32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.exit-intent-popup-container .exit-intent-popup .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup .tag:before {
    top: 10px;
  }
}
.exit-intent-popup-container .exit-intent-popup .tag span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .tag {
    font-size: 16px;
  }
}
@media screen and (max-width: 567px) {
  .exit-intent-popup-container .exit-intent-popup .tag {
    border-radius: 12px;
    margin: 0;
    padding: 7px 21px 7px 35px;
    width: 100% !important;
    display: block;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 {
  background: url("../../images/bu/term/age-exitintent-bg.png") no-repeat 0 0;
  background-size: cover;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 24px 10px 0 10px;
  max-width: 810px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 {
    background-position: -30px 0;
    background-size: cover;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1::after {
  display: none;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-close {
  width: 22px !important;
  height: 22px !important;
  border: none !important;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .details-block {
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .viewplan-link {
  margin: 20px auto 10px !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .viewplan-link {
    margin: 20px auto 0;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper {
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
  margin: 0 auto 10px;
  width: 395px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
    padding: 0 auto 5px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise {
    width: 240px;
    margin-bottom: 10px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit {
  text-align: center;
  margin: 0 0 10px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit {
    margin: 0 0 5px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit {
  width: 160px;
  height: 50px;
  display: inline-block;
  font-size: 0;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit.axismax {
  background: #fff url(../../images/insurer-logo/maxlife.png) no-repeat center center;
  background-size: contain;
  padding: 0 10px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .logo-top-exit .logo-max-exit {
    width: 130px;
    height: 30px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag {
  display: inline-block;
  font-size: 14px;
  padding: 4px 13px 4px 33px;
  width: auto;
  background: #fff;
  border: 1px dashed #0e6a32;
  border-radius: 8px;
  margin: 0;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/fi_discount.png) no-repeat 0 0;
  background-size: contain;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag {
  border-color: #b31054;
  color: #b31054;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag:before {
  background: url(../../images/bu/term/fi_rupee.png) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row {
    flex-direction: column;
    align-items: center;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag {
    width: 140px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .providerwise .tag-row .tag.purple-tag {
    width: 235px;
    margin-top: 5px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
  font-weight: 600;
  background: linear-gradient(90deg, #bfdbff 0, rgba(191, 219, 255, 0) 50.64%, #bfdbff 100%);
  font-size: 16px !important;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  color: #062489;
  margin: 10px 0 0;
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
    padding: 5px 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper .label-new {
    padding: 11px 10px;
    font-size: 14px !important;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .label-new-wrapper {
    margin-top: 0;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .disclaimer {
  color: #062489;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .disclaimer {
    padding: 0 1%;
    text-align: center;
    margin: 6px auto;
    line-height: 12px !important;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection {
  margin: 25px auto 20px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper h2 br {
    display: none;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection {
    margin: 10px auto 10px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items {
    margin: 0 7px 0;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic1,
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic2,
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .pic3 {
    width: 80px;
    height: 80px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items .premium {
    bottom: -15px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .age_selection .items {
    margin: 0 7px 20px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content.providerwisewrapper .viewplan-link {
    margin: 10px auto 0 !important;
    padding: 8px 0;
    max-width: 220px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 15px 0 10px;
  width: 94%;
  color: #062489;
  text-align: center;
  margin: 0 auto;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
    display: block;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
  z-index: 10;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 20px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
    justify-content: center;
    width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
  width: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
    width: 140px;
    text-align: center;
    position: relative;
    margin: 0 7px 16px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .age {
  color: #5e23bb;
  font-size: 15px;
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
  background: linear-gradient(90deg, #ff6b57 0, #6c25d8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 130px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
    font-size: 13px;
    width: 110px;
    bottom: -5px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
  background: url("../../images/bu/term/young-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
  background: url("../../images/bu/term/middle-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
  background: url("../../images/bu/term/old-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  background-size: contain;
}

@media (max-width: 640px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
    width: 120px;
    height: 120px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
  font-weight: 700;
  background: #d6ffd8;
  width: 60%;
  font-size: 16px !important;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  color: #124f34;
  margin: 30px auto 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 0 auto 0;
    width: 96%;
    font-size: 14px !important;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type1 .disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px 1%;
  font-size: 9px;
  background: 0 0;
  line-height: 12px !important;
  letter-spacing: 0;
  text-align: left;
  display: block;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .disclaimer {
  text-align: center;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 {
  color: #062489;
  font-size: 24px;
  font-weight: 500;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 img {
  max-width: 24px;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 {
  color: #062489;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 img {
  width: 27px;
  margin-left: 14px;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .disclaimer {
  font-size: 8px;
  letter-spacing: -0.016em;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection {
  margin: 14px auto 20px;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
  margin: 24px auto 0;
  width: 90%;
  max-width: 380px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection {
    margin: 20px auto 0;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items {
    margin: 0 7px 6px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items {
    margin: 0 7px 24px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
    font-size: 13px !important;
    letter-spacing: -0.016em;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic1,
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic2,
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .pic3 {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .age_selection .items .premium {
    font-size: 12px;
    width: 100px;
    bottom: -15px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .label-new {
    margin: 4px auto 10px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .viewplan-link {
    margin: 0 auto 0 !important;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content .disclaimer {
    padding: 0;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h2 {
    font-size: 18px;
    line-height: 27px;
    width: 95%;
    font-weight: 500;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 {
    font-size: 24px;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri .exit-intent-popup-content h3 img {
    width: 27px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type1.nri {
    width: 100% !important;
    background-size: cover;
    padding: 20px 8px 0 8px !important;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type2 {
  background: #fff !important;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2::after {
  content: "";
  background: url("../../images/bu/term/exit-intent-imgtype2.png") no-repeat;
  width: 350px;
  height: 347px;
  position: absolute;
  bottom: 0;
  right: 12px;
  z-index: 0;
  opacity: 1 !important;
  background-size: contain;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type2::after {
    width: 270px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type2::after {
    width: 120px;
    height: 117px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-close {
  width: 22px !important;
  height: 22px !important;
  border: none !important;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .details-block {
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin: 45px 0 10px;
  width: 50%;
  color: #00b396;
}

@media (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content h2 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    margin: 45px 0 10px;
    width: 72%;
    color: #00b396;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  width: 480px;
  margin: 20px 0 20px 0;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .description.sapretor {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .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: 18px;
  line-height: 27px;
  width: 54%;
  margin: 20px 0 22px;
  left: 0;
  font-weight: 500;
  border-left: 3px solid #0065ff;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .details-1:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 29px solid rgba(0, 101, 255, 0.05);
  z-index: 0;
  right: -29px;
  border-left-width: 0;
  border-right-color: transparent;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .details-1 .large {
  font-size: 20px;
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .details-1 .premiumPlan {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .details-1 {
    width: 75%;
  }
  .exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .details-1:after {
    border-width: 44px;
    right: -88px;
  }
}
.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .label-new {
  font-size: 22px !important;
  font-weight: 700;
}

.exit-intent-popup-container .exit-intent-popup.exitintent_type2 .exit-intent-popup-content .viewplan-link {
  margin-bottom: 24px !important;
  font-size: 18px;
  padding: 16px 0 !important;
}

#tioc {
  position: relative;
  margin: 60px 0 0 0;
}

#tioc .tioc-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

#tioc .tioc-title {
  margin-bottom: 55px;
  font-size: 24px;
  color: #253858;
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 560px) {
  #tioc .tioc-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
#tioc .cities-list-wrapper ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 170px;
  overflow: hidden;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  list-style: none;
}

@media (max-width: 560px) {
  #tioc .cities-list-wrapper ul {
    height: 360px;
  }
}
#tioc .cities-list-wrapper ul li {
  display: flex;
  width: 30%;
  min-width: inherit;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 12px;
  margin: 0 0 20px;
}

@media screen and (max-width: 890px) {
  #tioc .cities-list-wrapper ul li {
    width: 100%;
  }
}
#tioc .cities-list-wrapper ul li .citi-link {
  width: 100%;
}

#tioc .cities-list-wrapper ul li .c-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

#tioc .cities-list-wrapper ul li .c-list a {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image {
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: url(../../images/bu/term/cities-sprite.png) no-repeat left center/475px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image img {
  display: none;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-andman-nicobar-tioc {
  background-position: -133px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-andhra-pradesh-tioc {
  background-position: -67px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-arunachal-pradesh-tioc {
  background-position: -198px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-assam-tioc {
  background-position: -262px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-bihar-tioc {
  background-position: -327px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-chandigarh-tioc {
  background-position: -67px -67px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-dadar-and-nagar-haveli-tioc {
  background-position: -198px -67px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-daman-and-diu-tioc {
  background-position: -262px -67px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-delhi-tioc {
  background-position: -327px -67px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-goa-tioc {
  background-position: -2px -132px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-gujrat-tioc {
  background-position: -67px -132px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-haryana-tioc {
  background-position: -198px -132px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-himachal-pradesh-tioc {
  background-position: -262px -132px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-jammu-and-kashmir-tioc {
  background-position: -2px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-jharkhand-tioc {
  background-position: -67px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-karnataka-tioc {
  background-position: -133px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-kerala-tioc {
  background-position: -198px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-madhya-pradesh-tioc {
  background-position: -262px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-maharashtra-tioc {
  background-position: -327px -198px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-manipur-tioc {
  background-position: -67px -262px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-meghalaya-tioc {
  background-position: -133px -262px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-mizoram-tioc {
  background-position: -198px -262px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-nagaland-tioc {
  background-position: -262px -262px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-odisha-tioc {
  background-position: -327px -262px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-pondicherry-tioc {
  background-position: -67px -327px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-punjab-tioc {
  background-position: -133px -327px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-rajasthan-tioc {
  background-position: -198px -327px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-sikkim-tioc {
  background-position: -327px -327px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-tamil-nadu-tioc {
  background-position: -412px -2px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-telangana-tioc {
  background-position: -412px -67px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-uttar-pradesh-tioc {
  background-position: -392px -152px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-uttarakhand-tioc {
  background-position: -392px -217px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-image.sprite-west-bengal-tioc {
  background-position: -392px -348px;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-text p {
  font-size: 13px;
  color: rgba(37, 56, 88, 0.9019607843);
  margin: 0;
}

#tioc .cities-list-wrapper ul li .c-list .clist-left .clist-text span {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

#tioc .cities-list-wrapper ul li .c-list .clist-right span {
  display: flex;
}

#tioc .cities-list-wrapper .view-more-btn {
  text-align: center;
  display: block;
  margin-top: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #tioc .cities-list-wrapper .view-more-btn {
    margin-top: 24px;
  }
}
#tioc .cities-list-wrapper .view-more-btn .vmc-btn {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #0067ff;
  width: 189px;
  height: 48px;
  display: inline-flex;
  cursor: pointer;
}

#tioc .cities-list-wrapper .view-more-btn .vmc-btn .arrow-custom-vmb {
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin: -2px 0 0 8px;
}

#tioc .cities-list-wrapper .view-more-btn.active .vmc-btn .arrow-custom-vmb {
  transform: rotate(135deg);
  margin: 3px 0 0 8px;
}

#tioc .city-list-insurance.height-auto {
  height: auto;
}

#tioc .cities-list-wrapper .view-more-btn .hidden-vmc {
  display: none;
}

#tioc .cities-list-wrapper .view-more-btn .vlc-btn .arrow-custom-vmb {
  transform: rotate(133deg);
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup {
    max-width: 98% !important;
  }
}
@media only screen and (min-device-width: 568px) and (max-device-width: 980px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    margin-top: 0;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
    margin-bottom: 6px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    margin: 0 0 4px 0;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    margin-top: 12px;
  }
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .pointers-section {
    margin: 0 0 0 14px;
  }
  .exit-intent-popup-container .exit-intent-popup {
    padding: 6px 15px 6px 15px;
  }
}
.moment-of-truth {
  padding: 0 0 3em;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body {
  background: #f7faff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body {
    border-radius: 0;
    padding: 16px 12px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-heading {
  letter-spacing: 0;
  color: #0065ff;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .dedicated-assistance-para {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 16px;
  line-height: 27px;
  margin: 6px 0 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .arrows {
  top: 0;
  right: 0;
  width: 60px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .arrows .arrow-left,
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .arrows .arrow-right {
  width: 26px;
  height: 26px;
  background: #fff;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .arrows .arrow-left i,
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .arrows .arrow-right i {
  padding: 3px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details {
    padding: 16px 0 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item {
  width: 384px;
  flex-shrink: 0;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #dbe9ff;
  border-radius: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item {
    max-width: 300px;
    margin-right: 12px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row {
  padding: 29px 17px 14px 20px;
  position: relative;
  height: 100%;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image {
  display: flex;
  align-items: center;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-image-wrapper {
    width: 95px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items {
    margin-bottom: 6px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items:last-of-type {
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items ul {
  list-style: none;
  margin-left: 18px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items ul li {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items ul li {
    font-size: 14px;
    line-height: 19px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items ul li:nth-child(2) {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-list .dedicated-assistance-list-items ul li:nth-child(2) {
    font-size: 12px;
    line-height: 22px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-location {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: CENTER;
  background: #dbe9ff 0 0 no-repeat padding-box;
  border-radius: 0 10px;
  padding: 4px 39px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.dedicated-assistance-image .dedicated-assistance-location .location-name {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 12px;
  line-height: 14px;
  margin-left: 4px;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .text-area .item-content {
    font-size: 12px;
    line-height: 22px;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .btn-flexbox {
  position: absolute;
  bottom: 14px;
  right: 17px;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 12px;
  line-height: normal;
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .sliderWrapper .dedicated-assistance-details .dedicated-row-card.item .dedicated-assistance-details-row .dedicated-assistance-details-col.right-details-box .right-details-text .btn-flexbox:before {
  content: "";
  border: 0.8000000119px solid #0065ff;
  width: 37px;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translate(0, -50%);
}

.moment-of-truth .dedicated-assistance .dedicated-assistance-body .button-wrapper {
  text-align: CENTER;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .dedicated-assistance-body .button-wrapper {
    margin-top: 0;
  }
}
.moment-of-truth .dedicated-assistance .dedicated-assistance-body .button-wrapper .knowmore_btn {
  margin: 0 auto;
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  display: inline-block;
  width: 149px;
  padding: 11px 0 10px;
  text-align: CENTER;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  line-height: 27px;
  font-size: 16px;
  cursor: pointer;
}

.moment-of-truth .dedicated-assistance .mom-popup-container {
  display: none;
  position: fixed;
  background: rgba(3, 3, 3, 0.6) 0 0 no-repeat padding-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: CENTER;
  justify-content: CENTER;
}

.moment-of-truth .dedicated-assistance .mom-popup-container.show {
  display: flex;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container.show {
    align-items: flex-end;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 10px;
  max-width: 880px;
  height: 548px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup {
    border-radius: 10px 10px 0 0;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .heading-top {
  display: flex;
  justify-content: flex-end;
  padding: 14px 14px 0;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .heading-top .mom-popup-close {
  background: url(../../images/bu/term/dcap-mom-close-icon.svg);
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body {
  padding: 15px 40px 20px;
  cursor: initial;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body {
    padding: 16px 20px;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details {
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #dbe9ff;
  border-radius: 10px;
  display: flex;
  height: 421px;
  padding: 40px 20px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details {
    padding: 0;
    border: 0;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
  width: 145px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left {
    display: none;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div {
  margin-bottom: 14px;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div:last-child {
  margin-bottom: 0;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div .name {
  letter-spacing: 0;
  color: #253858;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .beneficiary-executive-details > div .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 24px;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .location {
  position: absolute;
  top: 0;
  right: 0;
  background: #dbe9ff 0 0 no-repeat padding-box;
  border-radius: 0 10px;
  padding: 4px 39px;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 12px;
  line-height: 14px;
  margin-left: 4px;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .left .location::before {
  content: "";
  background: url(../../images/bu/term/dcap-locate.svg);
  width: 8px;
  height: 11px;
  position: absolute;
  left: 24%;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
  overflow-y: scroll;
  position: relative;
  margin-left: 27px;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .right::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .right {
    margin-left: 0;
  }
}
.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .mom-intent-body .details .right .content p {
  margin: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 24px;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .arrow-wrapper {
  text-align: CENTER;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .arrow-wrapper a {
  display: inline-block;
  padding: 11px 0 10px;
  width: 110px;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  border: 1px solid #0065ff;
  font-weight: medium;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .arrow-wrapper a.arrow-previous {
  background: #fff 0 0 no-repeat padding-box;
}

.moment-of-truth .dedicated-assistance .mom-popup-container .mom-intent-popup .arrow-wrapper a.arrow-next {
  background: #0065ff 0 0 no-repeat padding-box;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq-container:has(.heading-search-wrapper) {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 1180px) {
  .faq-container:has(.heading-search-wrapper) .flexbox-left.w70 {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .faq-container:has(.heading-search-wrapper) .flexbox-right.w30 {
    display: none;
  }
}
.faq-container .heading-search-wrapper {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1180px) {
  .faq-container .heading-search-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-container .heading-search-wrapper {
    flex-direction: column;
  }
  .faq-container .heading-search-wrapper h2 {
    text-align: left;
  }
}
.faq-container .heading-search-wrapper .search {
  border-radius: 8px;
  border: 1px solid #bebebe;
  background: #fff;
  height: 46px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 264px;
  padding: 6px 15px 6px 6px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq-container .heading-search-wrapper .search {
    max-width: 100%;
    margin-top: 12px;
  }
}
.faq-container .heading-search-wrapper .search .search-icon {
  background: url(../../images/bu/term/term-faq-search-icon.svg);
  width: 34px;
  height: 34px;
}

.faq-container .heading-search-wrapper .search .search-input {
  border: 0;
  color: #253859;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
  width: calc(100% - 66px);
}

.faq-container .heading-search-wrapper .search .search-input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.faq-container .heading-search-wrapper .search .cross-icon {
  background: url(../../images/bu/term/term-faq-close-icon.svg);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.faq-container .step-3 {
  max-width: 90%;
}

@media screen and (max-width: 1180px) {
  .faq-container .step-3 {
    max-width: 100%;
  }
}
.faq-container .step-3 .no-result-view-all-faq-wrapper {
  display: flex;
  align-items: center;
  margin: 39px 0 13px;
  padding: 0 6px 10px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .no-result-view-all-faq-wrapper {
    margin: 15px 0;
    padding: 0;
  }
}
.faq-container .step-3 .no-result-view-all-faq-wrapper .no-result {
  color: #d35867;
  width: 81%;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .no-result-view-all-faq-wrapper .no-result {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    border: 0;
  }
}
.faq-container .step-3 .no-result-view-all-faq-wrapper .view-all-faq {
  color: #456aff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .no-result-view-all-faq-wrapper .view-all-faq {
    display: none;
  }
}
.faq-container .step-3 .ask-pb-widget {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  padding: 32px 40px 37px 28px;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .ask-pb-widget {
    border-radius: 8px;
    padding: 20px 16px;
  }
}
.faq-container .step-3 .ask-pb-widget .description {
  color: var(--253858-n-700, #253858);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 75%;
  margin: 16px 0 24px;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .ask-pb-widget .description {
    width: 100%;
  }
}
.faq-container .step-3 .ask-pb-widget .mobile-content {
  display: none;
}

.faq-container .step-3 .ask-pb-widget .mobile-content .title {
  color: var(--253858-n-700, #253858);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 6px 0 12px;
}

.faq-container .step-3 .ask-pb-widget .mobile-content .content {
  color: var(--253858-n-700, #253858);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-list {
  display: flex;
  flex-wrap: wrap;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper {
  position: relative;
  width: 47%;
  margin: 0 38px 36px 0;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .ask-pb-widget .form .form-input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input {
  border-radius: 8px;
  border: 1px solid var(--5-e-6-c-84-n-300, #5e6c84);
  background: var(--ffffffn-0, #fff);
  position: relative;
  padding: 0 16px;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input .input {
  border: 0;
  border-radius: 8px;
  height: 56px;
  width: 100%;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input .input.labelshow + .field-label,
.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input .input.valid + .field-label,
.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input .input:focus + .field-label {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  left: 14px;
  background: #fff;
  padding: 0 2px;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .form-input .field-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  transition: all 0.2s ease-in;
}

.faq-container .step-3 .ask-pb-widget .form .form-input-wrapper .err {
  font-size: 12px;
  color: red;
  display: block;
  margin: 4px 0 0;
}

.faq-container .step-3 .ask-pb-widget .button-mobile-wrapper,
.faq-container .step-3 .ask-pb-widget .button-wrapper {
  text-align: center;
  margin-top: 6px;
}

.faq-container .step-3 .ask-pb-widget .button-mobile-wrapper button,
.faq-container .step-3 .ask-pb-widget .button-wrapper button {
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065ff);
  border: 0;
  color: var(--ffffffn-0, #fff);
  padding: 15px 0 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 344px;
  width: 100%;
  cursor: pointer;
}

.faq-container .step-3 .ask-pb-widget .button-mobile-wrapper {
  margin-top: 0;
  display: none;
}

.faq-container .step-3 .ask-pb-widget .second-step {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-container .step-3 .ask-pb-widget .second-step {
    width: 100%;
  }
}
.faq-container .step-3 .ask-pb-widget .second-step .title {
  font-weight: 700;
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 36px;
  text-align: CENTER;
  display: inline-block;
}

.faq-container .step-3 .ask-pb-widget .second-step .subtitle {
  font-size: 16px;
  line-height: 24px;
}

.faq-container .step-3 .view-all-faq-wrapper {
  text-align: center;
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .faq-container .step-3 .view-all-faq-wrapper {
    display: none;
  }
}
.faq-container .step-3 .view-all-faq-wrapper .view-all-faq {
  color: #456aff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.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;
  }
}
.term-illustration {
  display: none;
}

.thumoverlay {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 1024px) {
  .thumoverlay.active {
    display: block;
  }
}
.ispageHelpfull_for_user {
  width: 340px;
  min-height: 235px;
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px;
  opacity: 1;
  position: fixed;
  bottom: 80px;
  left: -50%;
  transition: left 0.5s ease-in;
  z-index: 101;
}

.ispageHelpfull_for_user.show {
  left: 6.5%;
}

.ispageHelpfull_for_user.hide {
  display: none;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user {
    width: 100%;
    left: initial;
    bottom: -50%;
    box-shadow: none;
    background: #fff;
    min-height: 260px;
  }
  .ispageHelpfull_for_user.show {
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
  }
}
.ispageHelpfull_for_user .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 18px;
  opacity: 1;
  cursor: pointer;
}

.ispageHelpfull_for_user .close:after,
.ispageHelpfull_for_user .close:before {
  position: absolute;
  left: 10px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .close:after,
  .ispageHelpfull_for_user .close:before {
    background-color: #0065ff;
  }
}
.ispageHelpfull_for_user .close:before {
  transform: rotate(45deg);
}

.ispageHelpfull_for_user .close:after {
  transform: rotate(-45deg);
}

.ispageHelpfull_for_user.s1 .icon {
  background: url("../../images/bu/term/ishelpfull-icon.png") no-repeat 0 0;
  width: 100px;
  height: 70px;
  display: block;
  background-size: 100%;
  margin: 20px auto 5px;
}

.ispageHelpfull_for_user.s2 .icon {
  background: url("../../images/bu/term/ishelpfull-icon.png") no-repeat 0 -95px;
  width: 100px;
  height: 70px;
  display: block;
  background-size: 100%;
  margin: 20px auto 5px;
}

.ispageHelpfull_for_user .headingWrapper {
  position: relative;
}

.ispageHelpfull_for_user .headingWrapper .heading {
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0 16px 8px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .headingWrapper .heading {
    color: #0065ff;
  }
}
.ispageHelpfull_for_user .headingWrapper .sub-heading {
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 16px 8px;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .headingWrapper .sub-heading {
    color: #333;
  }
}
.ispageHelpfull_for_user .thumbs {
  display: flex;
  flex-direction: row;
  width: 130px;
  justify-content: space-between;
  margin: 7px auto;
}

.ispageHelpfull_for_user .thumbs .down,
.ispageHelpfull_for_user .thumbs .up {
  width: 40px;
  height: 58px;
  padding-top: 42px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.ispageHelpfull_for_user .thumbs .down i,
.ispageHelpfull_for_user .thumbs .up i {
  font-style: normal;
  color: #fff;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .thumbs .down i,
  .ispageHelpfull_for_user .thumbs .up i {
    color: #333;
  }
}
.ispageHelpfull_for_user .thumbs .up {
  background: url("../../images/bu/term/thumb-icon.svg") no-repeat 0 0;
}

.ispageHelpfull_for_user .thumbs .up.active,
.ispageHelpfull_for_user .thumbs .up:hover {
  background-position: 0 -60px;
}

.ispageHelpfull_for_user .thumbs .up.active i,
.ispageHelpfull_for_user .thumbs .up:hover i {
  color: #fff14d;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .thumbs .up {
    background: url("../../images/bu/term/thumb-icon-mob.svg") no-repeat 0 0;
  }
  .ispageHelpfull_for_user .thumbs .up.active i,
  .ispageHelpfull_for_user .thumbs .up:hover i {
    color: #0065ff;
  }
}
.ispageHelpfull_for_user .thumbs .down {
  background: url("../../images/bu/term/thumb-icon.svg") no-repeat -60px 0;
}

.ispageHelpfull_for_user .thumbs .down.active,
.ispageHelpfull_for_user .thumbs .down:hover {
  background-position: -60px -60px;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .thumbs .down {
    background: url("../../images/bu/term/thumb-icon-mob.svg") no-repeat -60px 0;
  }
  .ispageHelpfull_for_user .thumbs .down.active i,
  .ispageHelpfull_for_user .thumbs .down:hover i {
    color: #0065ff;
  }
}
.ispageHelpfull_for_user .button {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3921568627);
  border-radius: 4px;
  opacity: 1;
  color: #0065ff;
  width: 100px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 14px;
  margin: 20px auto;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .button {
    background: #0065ff;
    color: #fff;
  }
}
.ispageHelpfull_for_user .step1,
.ispageHelpfull_for_user .step2 {
  display: none;
}

.ispageHelpfull_for_user.s1 .step1 {
  display: block;
}

.ispageHelpfull_for_user.s2 .step2 {
  display: block;
}

.ispageHelpfull_for_user .commentBox {
  position: relative;
  display: none;
}

.ispageHelpfull_for_user .commentBox textarea {
  width: 90%;
  margin: 10px auto 6px;
  display: block;
  border-radius: 8px;
  resize: none;
  min-height: 78px;
  padding: 10px;
}

.ispageHelpfull_for_user .commentBox textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
}

.ispageHelpfull_for_user .commentBox textarea::placeholder {
  color: #000;
  font-size: 12px;
}

.ispageHelpfull_for_user .commentBox .sb-btn {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .ispageHelpfull_for_user .commentBox .sb-btn {
    color: #0065ff;
  }
}
.ispageHelpfull_for_user.s1.active .commentBox {
  display: block;
}

.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;
  }
}
.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;
}

.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;
  }
}
.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;
}

@media (max-width: 767px) {
  .returing-user-data .profile-data {
    margin: 20px auto 15px;
  }
}
.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%;
  }
}
@media (max-width: 767px) {
  .returing-user-data .profile-data-list li {
    margin: 8px 0;
  }
}
.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;
}

@media (max-width: 767px) {
  .returing-user-data .viewplan-btn,
  .returing-user-data .viewplan-link-btn {
    margin: 20px auto 15px;
  }
}
.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;
}

.group-plan-term {
  margin-bottom: 30px;
}

.group-of-plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.group-of-plans li {
  box-shadow: 0 0 6px rgba(82, 99, 111, 0.1490196078);
  border-radius: 8px;
  width: 24%;
  display: flex;
  margin: 8px 10px 8px 0;
  list-style: none;
  position: relative;
}

.group-of-plans li span {
  color: #0065ff;
  font-size: 13px;
  line-height: 18px;
  padding: 13px;
  display: block;
  padding-left: 40px;
  position: relative;
}

.group-of-plans li span:before {
  content: "";
  position: absolute;
  background: url(../../images/bu/term/long-arrow.svg) no-repeat -28px 0;
  width: 18px;
  height: 16px;
  right: -10px;
  top: 16px;
}

.group-of-plans li .plan-basis-on-factor-icon {
  width: 30px;
  display: block;
  position: absolute;
  height: 40px;
  top: 7px;
  left: 7px;
}

.group-of-plans li .plan-basis-on-factor-icon img {
  width: 60%;
  height: auto;
  top: 3px;
  position: relative;
  left: 5px;
}

.group-of-plans li .plan-basis-on-factor-icon.ico1 img {
  width: 78%;
  position: relative;
  top: 4px;
  left: 2px;
}

.group-of-plans li .plan-basis-on-factor-icon.ico3 img {
  width: 74%;
}

.group-of-plans li .plan-basis-on-factor-icon.ico4 img {
  width: 72%;
}

.group-of-plans li .plan-basis-on-factor-icon.ico10 img,
.group-of-plans li .plan-basis-on-factor-icon.ico13 img,
.group-of-plans li .plan-basis-on-factor-icon.ico15 img {
  width: 70%;
}

@media (max-width: 980px) {
  .group-of-plans {
    width: 100%;
  }
  .group-of-plans li {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .group-of-plans {
    width: 100%;
    flex-direction: column;
  }
  .group-of-plans li {
    width: 100%;
  }
  .group-of-plans li a {
    width: 100%;
  }
  .group-of-plans li span {
    font-size: 12px;
    padding-left: 35px;
    width: 100%;
  }
  .group-of-plans li span:before {
    right: 10px;
  }
  .group-of-plans li .plan-basis-on-factor-icon {
    width: 20px;
    display: block;
    position: absolute;
    height: 21px;
    top: 11px;
    left: 7px;
  }
}
@media (max-width: 375px) {
  .group-of-plans {
    width: 100%;
    flex-direction: column;
  }
  .group-of-plans li {
    width: 100%;
  }
  .group-of-plans li a {
    width: 100%;
  }
  .group-of-plans li span {
    font-size: 12px;
    padding-left: 35px;
    width: 210px;
  }
  .group-of-plans li span:before {
    right: -20px;
  }
  .group-of-plans li .plan-basis-on-factor-icon {
    width: 20px;
    display: block;
    position: absolute;
    height: 21px;
    top: 11px;
    left: 7px;
  }
}
.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: 20px 0 10px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #0065ff;
  padding: 5px 15px;
}

@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;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.rhs-carousel-section {
  margin: 24px 0 24px;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1024px) {
  .rhs-carousel-section {
    margin: 24px auto 24px;
    max-width: 342px;
  }
}
.rhs-carousel-section .carousel-container {
  max-width: 342px;
  position: relative;
  margin: auto;
  border-radius: 8px;
  border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
  background: #fff;
  height: 344px;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    background: 0 0;
    overflow: scroll;
    display: flex;
  }
  .rhs-carousel-section .carousel-container::-webkit-scrollbar {
    display: none;
  }
}
.rhs-carousel-section .carousel-container img {
  max-width: 340px;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.rhs-carousel-section .carousel-container .carousel {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .carousel-container .carousel {
    flex-shrink: 0;
    width: 100%;
  }
}
.rhs-carousel-section .arrow-next,
.rhs-carousel-section .arrow-previous {
  cursor: pointer;
  position: absolute;
  bottom: -7px;
  left: 110px;
  padding: 0;
  color: #505f79;
  font-weight: 700;
  font-size: 10px;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  border: 1px solid #dfe1e6;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .rhs-carousel-section .arrow-next,
  .rhs-carousel-section .arrow-previous {
    left: 92px;
  }
}
.rhs-carousel-section .arrow-next {
  right: 92px;
  left: auto;
}

.rhs-carousel-section .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .rhs-carousel-section .dots-list {
    margin-top: 11px;
  }
}
.rhs-carousel-section .dots-list .dot {
  height: 7px;
  width: 7px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: #dfe1e6;
  cursor: pointer;
}

.rhs-carousel-section .dots-list .dot.active {
  background-color: #253858;
  border: 1px solid #fff;
  outline: 1px solid #253858;
}

.rhs-carousel-section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#termInsuranceExpertModal .popup {
  height: auto;
  background: #f5faff;
}

#termInsuranceExpertModal .popup .reqCallbackinput {
  background: #fff;
}

#termInsuranceExpertModal .popup .reqCallback:before {
  background-size: 100%;
  left: -345px;
  bottom: -31px;
}

#termInsuranceExpertModal .popup .goBackModalBtn {
  font-size: 12px;
  color: #0065ff;
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 932px) and (orientation: landscape) {
  #termInsuranceExpertModal .popup {
    height: 96vh;
    overflow-y: auto;
  }
}
.rating_new_view {
  background: #fbf4e0;
  border-radius: 12px;
  margin: 20px 0;
  display: none;
}

.rating_new_view.desktop_view {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: 0;
  position: relative;
  justify-content: space-between;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1215686275);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rating_new_view.desktop_view .life_cover_assured,
.rating_new_view.desktop_view .secured_families {
  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 .life_cover_assured span,
.rating_new_view.desktop_view .secured_families span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

@media (max-width: 980px) {
  .rating_new_view.desktop_view .life_cover_assured span,
  .rating_new_view.desktop_view .secured_families span {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.rating_new_view.desktop_view .life_cover_assured:before,
.rating_new_view.desktop_view .secured_families:before {
  left: 24px;
}

@media (max-width: 980px) {
  .rating_new_view.desktop_view .life_cover_assured,
  .rating_new_view.desktop_view .secured_families {
    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 .life_cover_assured:before,
  .rating_new_view.desktop_view .secured_families:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .rating_new_view.desktop_view .life_cover_assured,
  .rating_new_view.desktop_view .secured_families {
    padding: 9px 10px 10px 48px;
  }
}
.rating_new_view.desktop_view .content_rating_new {
  background: #fff3e9;
  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: 250px;
    margin: 0 auto;
    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: 0 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: #fff3e9;
  width: 23%;
  font-size: 14px;
  padding: 8px 15px;
  order: 1;
  margin: 0 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 0 0;
}

@media (max-width: 980px) {
  .rating_new_view.desktop_view.col4 .content_rating_new {
    width: 100%;
    margin: 0 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: 0 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 0 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: 0 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 .life_cover_assured,
.rating_new_view .secured_families {
  font-size: 15px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 58px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.rating_new_view .life_cover_assured span,
.rating_new_view .secured_families span {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}

@media (max-width: 320px) {
  .rating_new_view .life_cover_assured,
  .rating_new_view .secured_families {
    font-size: 13px;
    padding: 20px 0 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: #ffe7a1;
  border-radius: 12px 0 0 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: 0 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;
}

.exit-intent-popup-container .exit-intent-popup .tag {
  display: inline-flex;
}

.exit-intent-popup-container .exit-intent-popup .tag sup {
  margin: -4px 0 0 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup .tag sup {
    display: inline-flex;
  }
}
@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup .tag {
    display: inline-block;
  }
}
.dca-overlay-block {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  z-index: 9999;
}

.dca-overlay-block.open {
  display: block;
}

.full-content-scroll {
  height: 510px;
  overflow-y: scroll;
}

.dca-overlay {
  position: fixed;
  display: none;
  top: 3%;
  left: 0;
  right: 0;
  height: 510px;
  margin: 0 auto;
  z-index: 99991;
}

.dca-overlay.show {
  display: block;
}

@media (max-width: 1024px) {
  .dca-overlay {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    position: fixed;
    border-radius: 5px;
    height: 600px;
    transform: initial;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .dca-overlay {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .dca-overlay .sliderRoot,
  .dca-overlay .sliderRootWrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
  }
  .dca-overlay .sliderRoot::-webkit-scrollbar,
  .dca-overlay .sliderRootWrapper::-webkit-scrollbar {
    width: 0;
  }
  .dca-overlay .sliderRoot::-webkit-scrollbar-track,
  .dca-overlay .sliderRootWrapper::-webkit-scrollbar-track {
    background: 0 0;
  }
  .dca-overlay .sliderRoot::-webkit-scrollbar-thumb,
  .dca-overlay .sliderRootWrapper::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .dca-overlay .sliderRoot::-webkit-scrollbar-thumb:hover,
  .dca-overlay .sliderRootWrapper::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
  .dca-overlay .content {
    overflow-y: scroll;
  }
  .dca-overlay .content::-webkit-scrollbar {
    width: 0;
  }
  .dca-overlay .content::-webkit-scrollbar-track {
    background: 0 0;
  }
  .dca-overlay .content::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .dca-overlay .content::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
}
.dca-popup {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  width: 1170px;
  position: relative;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .dca-popup {
    margin: 0 auto;
  }
}
.dca-popup .blue {
  background: #746fdd !important;
}

.dca-popup .green-l {
  background-color: #3ca0a0 !important;
}

.dca-popup .purple {
  background-color: #9a6bc4 !important;
}

.dca-popup .yellow {
  background-color: #e9ad7a !important;
}

.dca-popup .blue-d {
  background-color: #4d4c7d !important;
}

.dca-popup .blue-l {
  background-color: #60bed6 !important;
}

.dca-popup .green {
  background-color: #3ca0a0 !important;
}

.dca-popup .close {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  z-index: 9999;
}

@media (max-width: 568px) {
  .dca-popup .close {
    top: 5px;
    cursor: pointer;
    right: 10px;
  }
}
.dca-popup .content {
  max-height: 40%;
  overflow: auto;
}

.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-left,
.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-right {
  border-radius: 50%;
  background: #253859;
  border: none;
}

.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-left .icon-chevron-left,
.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-left .icon-chevron-right,
.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-right .icon-chevron-left,
.dca-popup .sliderRoot .sliderWrapper .arrows.style-2 .arrow-right .icon-chevron-right {
  border-color: #fff;
}

@media (max-width: 1024px) {
  .dca-popup {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .dedicated-claim-wrapper .tollfree-number .number {
    font-size: 10px;
  }
}
.dca-block {
  width: 100%;
  margin: 0;
  position: relative;
}

.dca-block .dca-heading {
  display: flex;
  justify-content: space-between;
}

.dca-block .dca-heading .heading {
  width: 70%;
  padding: 15px 40px 10px;
}

@media (max-width: 1024px) {
  .dca-block .dca-heading .heading {
    width: 100%;
    padding: 30px 30px 0;
  }
}
.dca-block .dca-heading .heading .dca-big-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #253858;
  display: block;
}

@media (max-width: 767px) {
  .dca-block .dca-heading .heading .dca-big-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.dca-block .dca-heading .heading .dca-small-title {
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
  color: #253858;
  display: block;
}

@media (max-width: 767px) {
  .dca-block .dca-heading .heading .dca-small-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.dca-block .dca-heading .call-to-action {
  width: 30%;
}

.dca-block .dca-heading .call-to-action span {
  border: 0;
  background: #0065ff;
  border-radius: 8px;
  height: 60px;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(37, 56, 88, 0.1607843137);
  width: 70%;
  cursor: pointer;
  color: #fff;
  height: 50px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  top: 30px;
  right: 30px;
}

@media (max-width: 1024px) {
  .dca-block .dca-heading .call-to-action {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
  }
  .dca-block .dca-heading .call-to-action span {
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.dca-block .feature-wise {
  position: relative;
  width: 93%;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .dca-block .feature-wise {
    margin: 10px auto 0;
  }
}
.dca-block .feature-wise .group-list {
  display: flex;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .dca-block .feature-wise .group-list {
    overflow-x: scroll;
    margin-left: 20px !important;
  }
}
.dca-block .feature-wise .group-list .box {
  background: #fff;
  white-space: break-spaces;
  border-radius: 8px;
  min-width: 214px;
  width: 190px;
  height: 210px;
  padding: 60px 5px 12px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.dca-block .feature-wise .group-list .icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.dca-block .feature-wise .group-list .box-heading {
  font-weight: 600;
  margin: 10px;
  font-size: 18px;
}

.dca-block .feature-wise .group-list .viewcrd,
.dca-block .feature-wise .group-list .viewcrd-city,
.dca-block .feature-wise .group-list .viewlink {
  font-size: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  background: 0 0;
  padding: 6px 30px 6px 5px;
  position: relative;
  margin: 6px 10px;
  text-align: left;
}

.dca-block .feature-wise .group-list .viewcrd-city:after,
.dca-block .feature-wise .group-list .viewcrd:after,
.dca-block .feature-wise .group-list .viewlink:after {
  position: absolute;
  content: "↗";
  color: #fff;
  right: 8px;
  top: 5px;
  transform: rotate(45deg);
  font-size: 14px;
}

.dca-block .feature-wise .group-list .readmore-ff {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: 15px;
  bottom: 12px;
  line-height: 16px;
  height: 16px;
  padding-left: 30px;
}

.dca-block .feature-wise .group-list .readmore-ff:before {
  position: absolute;
  content: "";
  height: 0.5px;
  width: 22px;
  background: #fff;
  left: 0;
  top: 8px;
}

.dca-block .settle-txt {
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(19, 88, 59, 0.04) 81.2%, rgba(19, 88, 59, 0) 99.04%);
  padding: 21px 0 18px 17px;
  width: 93%;
  margin: 25px auto 10px;
}

@media (max-width: 1024px) {
  .dca-block .settle-txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dca-block .settle-txt {
    margin: 0 auto 30px;
  }
}
.dca-block .settle-txt p {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #13583b;
  margin: 0;
}

.dca-block .settle-txt p span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .dca-block .settle-txt p {
    line-height: 30px;
    font-size: 22px;
  }
}
.dca-block .city-box-groups {
  display: flex;
  overflow: hidden;
  width: 93% !important;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .dca-block .city-box-groups {
    margin-left: 20px !important;
  }
}
.dca-block .city-box-groups .city-box {
  position: relative;
  border-radius: 4px;
  width: 126px !important;
  height: 129px;
  padding: 8px;
  margin: 2px 5px 0;
  cursor: pointer;
}

.dca-block .city-box-groups .city-box span {
  color: #253858;
  font-size: 12px;
  font-weight: 500;
}

.dca-block .city-box-groups .city-box p {
  color: #253858;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  margin: 0;
  line-height: 40px;
}

.dca-block .city-box-groups .city-box .contnt-city {
  position: absolute;
  bottom: 10px;
}

.dca-block.sliderRoot .sliderWrapper .arrows.style-2,
.dca-block.sliderRootWrapper .sliderWrapper .arrows.style-2 {
  top: -20px !important;
}

.dca-block .items.col-8 .item {
  min-width: 126px !important;
  margin: 0 8px 0 0;
}

@media (max-width: 1024px) {
  .dca-block .items.col-8 .item {
    min-height: 140px;
  }
}
.dca-block .bg-style1 {
  background-color: #f5f3ea;
}

.dca-block .bg-style2 {
  background-color: #e5e0ec;
}

.dca-block .bg-style3 {
  background-color: #d5f5e3;
}

.dca-block .bg-style4 {
  background-color: #fbf7f2;
}

.dca-block .bg-style5 {
  background-color: #f0f4c3;
}

.dca-block .bg-style6 {
  background-color: #e1f5fe;
}

.dca-block .bg-style7 {
  background-color: #ffe5d9;
}

.dca-block .bg-style8 {
  background-color: #f5f3ea;
}

.dca-block .bg-style9 {
  background-color: #eaeff0;
}

.dca-block .bg-style10 {
  background-color: #fbf7f2;
}

.dca-block .bg-style11 {
  background-color: #ebdef0;
}

.dca-block .bg-style12 {
  background-color: #d1f7bf;
}

.dca-block .bg-style13 {
  background-color: #ffefd5;
}

.dca-block .bg-style14 {
  background-color: #fbf7f2;
}

.dca-block .bg-style15 {
  background-color: #e5e0ec;
}

.dca-block .bg-style16 {
  background-color: #f0f4c3;
}

.dca-block .bg-style17 {
  background-color: #e1f5fe;
}

.dca-block .bg-style18 {
  background-color: #d5f5e3;
}

.dca-block .bg-style19 {
  background-color: #fdf2e4;
}

.dca-block .bg-style20 {
  background-color: #fbf7f2;
}

.dca-block .bg-style21 {
  background-color: #eaeff0;
}

.dca-block .bg-style22 {
  background-color: #d1f7bf;
}

.dca-block .bg-style23 {
  background-color: #ebdef0;
}

.dca-block .bg-style24 {
  background-color: #eaeff0;
}

.dca-block .bg-style25 {
  background-color: #fdf2e4;
}

.dca-block .bg-style26 {
  background-color: #f5f3ea;
}

.tab-data {
  display: flex;
  position: relative;
  width: 270px;
  margin: 0 0 0 auto;
  top: 55px;
}

@media (max-width: 568px) {
  .tab-data {
    margin: 0 0 0 10px;
  }
}
.tab-data .text-data,
.tab-data .video-data {
  min-width: 100px;
  text-align: center;
  border: 1px solid #ececec;
  margin: 0 5px;
  border-radius: 20px;
  padding: 8px;
  background: #fcfcfc;
  color: #253858;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.tab-data .text-data.active,
.tab-data .video-data.active {
  background: #0165ff;
  color: #fff;
  border: 1px solid #0174ca;
}

.related-data-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-top: 80px;
}

.related-data-content li {
  width: 356px;
  height: 200px;
  margin: 10px;
}

.related-data-content li .youtube-video {
  width: 356px;
  height: 200px;
}

.related-data-content li .youtube-video video {
  width: 100%;
}

.momentoftruthdca {
  background: #f4f5fe;
  padding: 20px 30px 10px;
}

@media (max-width: 1024px) {
  .momentoftruthdca {
    padding: 70px 0 10px;
  }
}
.more-box {
  width: 300px;
  height: 200px;
  max-width: 500px;
  max-height: 400px;
  position: absolute;
  top: 0;
  background: #ccc;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 10%;
  border-radius: 8px;
  display: none;
  box-shadow: 0 0 8px rgba(62, 42, 42, 0.55);
}

.more-box.show {
  display: block;
}

.more-box .close-action {
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 15px;
  width: 32px;
  height: 22px;
  opacity: 0.8;
  background: 0 0;
  border: 0;
}

.more-box .close-action:after,
.more-box .close-action:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #253858;
  transform: rotate(-45deg);
}

.more-box .close-action:after {
  transform: rotate(45deg);
}

.more-box .icon-replicate {
  position: relative;
  width: 50px;
  height: 40px;
  margin: 23px 23px 13px 23px;
}

.more-box .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
}

.city-box {
  width: 100%;
  height: 500px;
  max-width: 700px;
  max-height: 400px;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 10%;
  border-radius: 8px;
  display: none;
  box-shadow: 0 0 8px rgba(62, 42, 42, 0.55);
}

.city-box.show {
  display: block;
}

.city-box .city-list-wrap {
  height: 323px;
  overflow: hidden;
  overflow-y: scroll;
}

.city-box .city_box_header {
  background: #f2f7ff;
  padding: 14px 14px 14px 54px;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.city-box .city_box_header:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 32px;
  background: url("../../images/bu/term/locate-ico.svg") no-repeat 0 0;
  left: 20px;
  top: 9px;
}

.city-box .city-list-card {
  display: flex;
  list-style: none;
  padding: 10px 30px;
  margin: 0;
  list-style: disc;
  flex-wrap: wrap;
}

.city-box .city-list-card li {
  width: 25%;
  line-height: 24px;
}

@media (max-width: 568px) {
  .city-box .city-list-card li {
    width: 50%;
    line-height: 24px;
    padding-right: 13px;
  }
}
.city-box .close-city-box-action {
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 15px;
  width: 32px;
  height: 22px;
  opacity: 0.5;
  background: 0 0;
  border: 0;
}

.city-box .close-city-box-action:after,
.city-box .close-city-box-action:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #253858;
  transform: rotate(-45deg);
}

.city-box .close-city-box-action:after {
  transform: rotate(45deg);
}

.city-box .icon-replicate {
  position: relative;
  width: 50px;
  height: 40px;
  margin: 23px 23px 13px 23px;
}

.city-box .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
}

.Hassle-Free h3 {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

@media (max-width: 980px) {
  .Hassle-Free h3 {
    padding: 0 0 0 20px;
  }
}
.Hassle-Free .font-light {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 980px) {
  .Hassle-Free .font-light {
    padding: 0 0 0 20px;
  }
}
.moment-of-truth .font-light {
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 980px) {
  .moment-of-truth .font-light {
    padding: 0 20px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
  }
}
.customer-moments {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.customer-moments .cs-left {
  width: 200px;
  height: 930px;
  overflow: hidden;
  margin-bottom: 30px;
  overflow-y: scroll;
}

.customer-moments .cs-left::-webkit-scrollbar {
  width: 0;
}

.customer-moments .cs-left::-webkit-scrollbar-track {
  background: 0 0;
}

.customer-moments .cs-left::-webkit-scrollbar-thumb {
  background: 0 0;
}

.customer-moments .cs-left::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

@media (max-width: 1024px) {
  .customer-moments .cs-left {
    width: 100%;
    height: auto;
  }
}
.customer-moments .cs-right {
  width: calc(100% - 200px);
  height: 930px;
  overflow-y: scroll;
  padding-right: 30px;
}

.customer-moments .cs-right::-webkit-scrollbar {
  width: 10px;
}

@media (max-width: 1024px) {
  .customer-moments .cs-right::-webkit-scrollbar {
    display: none;
  }
}
.customer-moments .cs-right::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.customer-moments .cs-right::-webkit-scrollbar-thumb {
  background: #888;
}

.customer-moments .cs-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 1024px) {
  .customer-moments .cs-right {
    width: 100%;
    overflow: initial;
    overflow-x: scroll;
    display: flex;
    height: auto;
    padding-left: 16px;
    flex-direction: row;
    padding-right: 0;
    margin-top: -130px;
    padding-top: 130px;
  }
}
.customer-moments .listItem {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 50px;
  list-style: none;
}

.customer-moments .listItem li {
  position: relative;
  color: rgba(37, 56, 88, 0.7);
  padding: 10px 8px;
  margin: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(37, 56, 88, 0.5);
  border-radius: 8px;
  width: 120px;
  text-align: center;
  margin-right: 20px !important;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .customer-moments .listItem li {
    white-space: nowrap;
  }
}
.customer-moments .listItem li a {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  text-decoration: none;
}

.customer-moments .listItem li.active {
  color: #0065ff;
  border: 1px solid #0065ff;
}

.customer-moments .listItem li.active:before {
  background: #0065ff;
}

.customer-moments .listItem li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #929fb5;
  left: -40px;
  z-index: 1;
  top: 14px;
}

@media (max-width: 980px) {
  .customer-moments .listItem li:before {
    left: 0;
    z-index: 1;
    top: -26px;
    right: 0;
    margin: 0 auto;
  }
}
.customer-moments .listItem li:after {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px dashed #ccc;
  height: calc(100% + 20px);
  left: -35px;
}

@media (max-width: 980px) {
  .customer-moments .listItem li:after {
    content: "";
    position: absolute;
    width: 130%;
    border-top: 1px dashed #ccc;
    height: 1px;
    left: 0;
    top: -20px;
  }
}
.customer-moments .listItem li:last-child:after {
  height: 20px;
}

@media (max-width: 980px) {
  .customer-moments .listItem {
    display: flex;
    flex-direction: row;
    padding: 0;
    overflow-x: scroll;
    padding: 30px 0 10px 0;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .customer-moments {
    flex-direction: column;
  }
}
.cs-review {
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 6px 16px #d3d3d3;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.cs-review:last-child {
  margin-bottom: 0;
}

.cs-review .cs-review-left {
  width: 220px;
  margin: 15px auto 15px auto;
  box-sizing: border-box;
  position: relative;
}

.cs-review .cs-review-left:before {
  content: "";
  border-left: 1px dashed #ccc;
  width: 1px;
  height: 100%;
  right: -5px;
  position: absolute;
}

.cs-review .cs-review-left .cs-review-img {
  width: 160px;
  height: auto;
}

.cs-review .cs-review-left .cs-review-img img {
  width: 100%;
}

@media (max-width: 980px) {
  .cs-review .cs-review-left .cs-review-img {
    width: 120px;
  }
}
@media (max-width: 980px) {
  .cs-review .cs-review-left {
    width: 100%;
    display: flex;
  }
  .cs-review .cs-review-left .cs-review-info {
    width: calc(100% - 120px);
    margin-left: 10px;
  }
  .cs-review .cs-review-left .cs-review-info ul {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .cs-review .cs-review-left .cs-review-info ul li {
    width: 100%;
  }
  .cs-review .cs-review-left:before {
    display: none;
  }
}
.cs-review .cs-review-right {
  width: calc(100% - 250px);
  padding: 15px;
}

@media (max-width: 980px) {
  .cs-review .cs-review-right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cs-review .cs-review-right {
    width: 100%;
    padding: 0;
    height: 210px;
    overflow-y: scroll;
    margin-bottom: 0;
  }
}
.cs-review .cd-review-article {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 28px;
}

.cs-review .cs-review-info ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.cs-review .cs-review-info ul li {
  width: 48%;
}

.cs-review .cs-review-info ul li .name {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 568px) {
  .cs-review .cs-review-info ul li .name {
    font-size: 14px;
    font-weight: 600;
  }
}
.cs-review .cs-review-info ul li .claim,
.cs-review .cs-review-info ul li .executive {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.cs-review .location {
  background: #ccc;
  width: 90%;
  margin: 20px auto 10px 0;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 980px) {
  .cs-review .location {
    width: 100%;
  }
}
.cs-review .posted {
  font-size: 12px;
  text-align: center;
}

.cs-review .posted strong {
  font-size: 12px;
  text-align: center;
}

.cs-review .cs-review-more-wrapper {
  text-align: right;
  display: none;
}

.cs-review .cs-review-more-wrapper a {
  font-size: 14px;
  color: #0065ff;
}

@media (max-width: 980px) {
  .cs-review {
    min-width: 300px;
    margin-right: 20px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cs-review {
    margin-bottom: 80px;
    scroll-margin-top: 130px;
  }
  .cs-review:last-child {
    margin-bottom: 80px;
  }
}
.city-wise-dca-settletment {
  margin-bottom: 40px;
}

.city-wise-dca-settletment .arrows.style-2 {
  top: -60px !important;
  right: 70px !important;
}

@media (max-width: 1024px) {
  .city-wise-dca-settletment {
    margin-bottom: 0;
  }
}
#lifeInsuranceNews {
  margin-top: 60px;
}

@media (max-width: 980px) {
  #lifeInsuranceNews {
    margin-top: 40px;
  }
}
#lifeInsuranceNews .lin-container .lin-left {
  height: 460px;
}

@media (max-width: 980px) {
  #lifeInsuranceNews .lin-container .lin-left {
    height: auto;
  }
}
.section-full .reviewAction {
  justify-content: center;
  gap: 15px;
}

.popup_loader {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background: 0 0;
  position: absolute;
  margin: initial;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.popup_loader img {
  width: 100% !important;
}

.bannertermredirect:focus {
  height: 35px;
  position: relative;
  font-size: 0px !important;
}

.bannertermredirect:focus:before {
  content: "Loading";
  font-size: 14px;
}

.dedicatated-radio-tabs {
  display: flex;
  flex-flow: row;
  height: auto;
  width: 100%;
  padding: 30px;
  background: #fff;
}

@media (max-width: 1024px) {
  .dedicatated-radio-tabs {
    flex-direction: column;
    padding: 12px;
    margin-bottom: 70px;
  }
}
.dedicatated-radio-tabs .state {
  position: absolute;
  left: -10000px;
}

.tableScroll {
  overflow-x: scroll;
}

.tableScroll:-webkit-scrollbar {
  display: none;
}

.tabs {
  display: flex;
  flex-flow: column;
  width: 250px;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .tabs {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }
}
.tabs .tab-label {
  font-size: 14px;
  min-height: 60px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  color: rgba(37, 56, 88, 0.6);
  padding-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

@media (max-width: 1024px) {
  .tabs .tab-label {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 20px;
  }
}
.tabs .tab-label .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #253858;
  border-left: 1px solid #253858;
  transform: translate(0, -50%) rotate(135deg);
  top: 50%;
  position: absolute;
  right: 10px;
}

.tabs .tab-label.active,
.tabs .tab-label:hover {
  background: #f3f7ff;
  color: #0065ff;
  font-weight: 500;
}

.tabs .tab-label.active .arrow-right,
.tabs .tab-label:hover .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0065ff;
  border-left: 1px solid #0065ff;
  transform: translate(0, -50%) rotate(135deg);
}

.panelwrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 250px);
  position: relative;
}

@media (max-width: 1024px) {
  .panelwrapper {
    width: 100%;
  }
}
.dedicatated-radio-tabs .panels {
  flex: 100%;
  color: #1e262d;
  margin-left: 20px;
  padding: 0 16px 16px 16px;
  border-radius: 8px;
  overflow: auto;
  display: none;
  position: relative;
}

@media (max-width: 1024px) {
  .dedicatated-radio-tabs .panels {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
}
.dedicatated-radio-tabs .panels.active {
  display: block;
}

.dedicatated-radio-tabs .panels .panel {
  display: none;
}

.dedicatated-radio-tabs .panels .panel.active {
  display: block;
}

.dedicatated-radio-tabs .panels .text-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.dedicatated-radio-tabs .panels .listing {
  padding: 0 0 0 50px;
  margin: 0;
}

.dedicatated-radio-tabs .panels .listing li {
  padding: 3px 0;
}

.dedicatated-radio-tabs .panels .first-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.dedicatated-radio-tabs .panels .first-heading .redirection {
  font-size: 0;
  margin-left: 10px;
}

.dedicatated-radio-tabs .panels .common-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 16px 0 8px;
  display: flex;
  align-items: flex-start;
}

.dedicatated-radio-tabs .panels .common-heading i {
  margin-right: 10px;
}

.dedicatated-radio-tabs .panels .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: rgba(37, 56, 88, 0.6);
  margin: 0;
}

.dedicatated-radio-tabs .panels .text.mt20 {
  margin-top: 20px;
}

.description-with-viewplan {
  display: flex;
  align-items: center;
}

.description-with-viewplan .description {
  width: 75%;
  margin-right: 5%;
}

.description-with-viewplan .fullContainer {
  width: 20%;
}

@media (max-width: 1024px) {
  .description-with-viewplan {
    flex-direction: column;
  }
  .description-with-viewplan .description {
    width: 100%;
    margin-right: 0;
  }
  .description-with-viewplan .fullContainer {
    width: 100%;
    margin-top: 30px;
  }
}
.contentSection .widget-heading {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 30px;
}

.contentSection .widget-heading h2 {
  text-align: center;
}

.contentSection .widget-heading p {
  text-align: center;
}

.animated_banner {
  cursor: pointer;
}

.tablewrap.multilang table {
  width: 100% !important;
}

.fullContainer {
  display: flex;
  margin: 20px 0 0 0;
}

.fullContainer.top0 {
  margin: 0;
}

.fullContainer.text-right {
  justify-content: end;
}

@media (max-width: 1024px) {
  .fullContainer.text-right {
    justify-content: center;
  }
}
.fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: rgba(0, 101, 255, 0.26);
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

.fullContainer .more.active,
.fullContainer .more:hover {
  background-color: #0065ff;
}

.fullContainer .more.opfull {
  background: #0065ff;
  width: 100%;
}

.fullContainer .more.opfull:hover {
  background-color: #0051cc;
}

@media (max-width: 1024px) {
  .fullContainer .more {
    padding: 10px 18px;
  }
}
@media (max-width: 568px) {
  .fullContainer .more {
    margin-top: 10px;
  }
}
.rating_new_view .rating_itme .rated sup {
  font-size: 12px;
  line-height: 13px;
}

.gotQuestion .gotQuestion-row {
  display: flex;
  gap: 40px;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row {
    flex-direction: column;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-left {
  width: 38%;
  padding: 0 20px;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-left {
    width: 100%;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-title {
  font-size: 24px;
  line-height: 34px;
  color: #253858;
  font-weight: 600;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-title {
    font-size: 20px;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-left .textDefault {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 15px;
  color: rgba(37, 56, 88, 0.8980392157);
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form {
  display: block;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher {
  width: 142px;
  background: #f1f1f1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  border-radius: 20px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn {
  position: relative;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn input {
  visibility: hidden;
  width: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn #female2 + label,
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn #male2 + label {
  font-size: 12px;
  border-radius: 20px;
  width: 68px;
  display: inline-block;
  text-align: center;
  padding: 7px;
  color: #253858;
  transition: all 0.2s ease-in;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn #female2:checked + label,
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .inputradio-switcher .radio-btn #male2:checked + label {
  background: #0065ff;
  color: #fff;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form #loader {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
  cursor: pointer;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form #loader .loader {
  cursor: not-allowed;
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form #loader .loader:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: -18px;
  transform: translate(0, -50%);
  right: auto;
  left: calc(50% - 12px);
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form #loader .wait-text {
  text-indent: -9999px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form #dob_person .ageyears {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0065ff;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .err {
  font-size: 10px;
  line-height: 16px;
  color: red;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 4px 0 0 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .name-dob-row {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .name-dob-row .input_field {
  width: 100%;
  position: relative;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .name-dob-row .termDob,
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .name-dob-row .termName {
  height: 46px;
  background: #f1f1f1;
  font-size: 11px;
  border: 0;
  border-radius: 6px;
  padding: 14px;
  width: 100%;
  color: rgba(37, 56, 88, 0.6);
  outline: 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .name-dob-row {
  display: flex;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row {
  display: flex;
  background: #f1f1f1;
  border-radius: 6px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 {
  width: 150px;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 select {
  border: none;
  width: 75px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px 0 8px;
  background-size: 10px 5px !important;
  background-size: 12%;
  font-size: 12px;
  height: 46px;
  color: rgba(37, 56, 88, 0.8980392157);
  outline: 0;
  background: #f1f1f1;
  border-radius: 6px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 .cCode,
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 .cCodeText {
  display: flex;
  width: 53px;
  font-size: 12px;
  float: right;
  color: rgba(37, 56, 88, 0.8980392157);
  height: 46px;
  padding: 0 0 0 10px;
  align-items: center;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 .cCode input,
.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 .cCodeText input {
  margin: 0;
  padding: 15px 0 !important;
  font-size: 16px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row .col4 .cCodeText {
  padding: 0 15px;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form form .mobile-sub-row input {
  width: calc(100% - 150px);
  border: none;
  height: 46px;
  padding: 0 15px 0 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form .gotInput {
  height: 46px;
  background: #f1f1f1;
  font-size: 11px;
  border: 0;
  border-radius: 6px 0 0 6px;
  padding: 14px;
  width: calc(100% - 124px);
  color: rgba(37, 56, 88, 0.6);
  outline: 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .gotQuestion-form .gotSubmit {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  margin: 0 0 0 -2px;
  width: 124px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2509803922);
  padding: 13px 0 12px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-left .pointers {
  padding: 0;
  margin: 34px 0 8px;
  list-style: none;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .pointers li {
  color: rgba(37, 56, 88, 0.8980392157);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.gotQuestion .gotQuestion-row .gotQuestion-left .pointers li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../images/bu/term/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 0;
  top: 7px;
}

.gotQuestion .gotQuestion-row .gotQuestion-right {
  padding: 25px 20px 5px;
  background: rgba(0, 101, 255, 0.1019607843);
  border-radius: 10px;
  width: 60%;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right {
    width: 100%;
    border-radius: 0;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .people-search h2.h2 {
  display: none;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .tabs-row {
  display: flex;
  gap: 40px;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .tabs-row {
    flex-direction: column;
    gap: 10px;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .different-plans {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 0;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .different-plans {
    justify-content: center;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .different-plans li {
  background: #fff;
  border: 1px solid #0065ff;
  padding: 10px 16px;
  min-width: 100px;
  border-radius: 30px;
  color: #0065ff;
  font-size: 14px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .different-plans li.active {
  background: #0065ff;
  color: #fff;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .different-plans li {
    min-width: 80px;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .whatIstermAnchor {
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .whatIstermAnchor {
    justify-content: center;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .whatIstermAnchor a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .view-more-aside-accordion {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .view-more-aside-accordion .view-more-less-btn {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .add-banner-2 .hideTermFaq {
  display: none;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .add-banner-2 .hideTermFaq.active {
  display: block;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list {
  padding: 0 20px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  list-style: none;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list {
    padding: 0 15px;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 40px 20px 20px;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li .ul-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0 10px;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li .ul-block-list li {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li .ul-block-list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  top: 9px;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li.active h3:after {
  background: url("../images/bu/investment/accodian-minus.svg");
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li h3:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background: url("../images/bu/investment/accodian-plus.svg");
  width: 21px;
  height: 24px;
  color: #fcc110;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li h3 {
    font-size: 14px;
    font-weight: 500;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li div.answer {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li:last-child {
  border: 0;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list li {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px 20px 0;
  }
}
.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .accordion-list.showAll li:nth-of-type(1n+6) {
  display: block;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri span {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri ul.paginationCount {
  margin: 0 10px;
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  gap: 6px;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri ul.paginationCount li {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #0065ff;
  border: 1px solid #0065ff;
  border-radius: 50%;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri ul.paginationCount li.active {
  background: #0065ff;
  color: #fff;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri .pag-icon-left i {
  border: solid rgba(37, 56, 88, 0.4);
  border-width: 0 0 1px 1px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri .pag-icon-left i:hover {
  border-color: #0065ff;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri .pag-icon-right i {
  border: solid rgba(37, 56, 88, 0.4);
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.gotQuestion .gotQuestion-row .gotQuestion-right .gotTabParent .accordion-parent .pagination-accordion-nri .pag-icon-right i:hover {
  border-color: #0065ff;
}

.gotQuestion .gotQuestion-row .people-search .people-search-content {
  display: block !important;
}

.gotQuestion .gotQuestion-row .people-search .people-search-content.dynamic-people-added .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+7)) {
  display: flex !important;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-content.dynamic-people-added .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+7)) {
    display: flex !important;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .textcss:after {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  content: "View Less";
}

.gotQuestion .gotQuestion-row .people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .arrow:after {
  transform: rotate(-135deg) translate(-50%, 0);
  bottom: -9px;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-content.dynamic-people-added .showlessmore .viewmore .arrow:after {
    bottom: -7px;
  }
}
.gotQuestion .gotQuestion-row .people-search .showlessmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 320px) {
  .gotQuestion .gotQuestion-row .people-search .showlessmore {
    padding: 10px 0;
  }
}
.gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  color: #2b60ed;
  position: relative;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore {
    font-size: 12px;
  }
}
.gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore .textcss:after {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  content: "View More";
}

.gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore .arrow {
  position: relative;
  margin-left: 15px;
  display: none;
}

.gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore .arrow:after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  bottom: -4px;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .showlessmore .viewmore .arrow:after {
    padding: 2px;
    bottom: -3px;
  }
}
.gotQuestion .gotQuestion-row .people-search .h2,
.gotQuestion .gotQuestion-row .people-search h2 {
  color: #253858;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .h2,
  .gotQuestion .gotQuestion-row .people-search h2 {
    font-size: 18px;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-content {
  display: none;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-content#why .showlessmore {
    display: flex;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-content.active {
  display: block;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper {
  position: relative;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper {
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded {
    grid-gap: 5px;
    justify-content: center;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 50px;
  width: 100px;
  height: 40px;
  color: #0065ff;
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
    width: 80px;
    height: 34px;
    font-size: 14px;
    border-radius: 10px;
  }
}
@media (max-width: 320px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item {
    width: 80px;
    font-size: 13px;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .people-search-btn-item.active {
  background: #0065ff;
  border: 1px solid #0065ff;
  opacity: 1;
  color: #fff;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  right: 22px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans {
    bottom: -40px;
    width: 100%;
    text-align: center;
    right: 0;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-btn-rounded .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper {
  position: relative;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list {
  list-style: none;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list {
    display: block;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items {
  padding-bottom: 10px;
  border-top: 1px solid rgba(37, 56, 88, 0.2);
  padding: 20px 20px 20px 0;
  min-height: 55px;
  width: 96%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  border-left: 0;
  margin-top: 0;
  position: relative;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:first-child {
  border: none;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:before {
  content: "";
  border: solid #253858;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-left: 15px;
  position: absolute;
  top: 27px;
  right: 10px;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+7)) {
  display: none;
}

@media (max-width: 667px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items {
    width: 88%;
  }
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items:not(:nth-child(-n+7)) {
    display: none;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link,
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a {
  display: block;
  color: #253858;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 980px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link,
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link,
  .gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a {
    font-size: 13px;
  }
}
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link::first-letter,
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a::first-letter {
  text-transform: uppercase;
}

.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items .link:after,
.gotQuestion .gotQuestion-row .people-search .people-search-wrapper .people-search-list-wrapper .people-search-list .people-search-list-items a:after {
  content: "?";
}

.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
@media (max-width: 1024px) {
  .section-full .section-grid.popular-search {
    padding: 0;
  }
}
.promise-tag-pb {
  background: url("../../images/bu/term/promise-tag-img.png") no-repeat;
  z-index: 1;
  width: 213px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 31px;
  background-size: 100%;
  display: none;
}

@media (max-width: 1024px) {
  .promise-tag-pb {
    top: initial;
    margin: 0;
    width: 195px;
    font-size: 10px;
    left: 15px;
    height: 29px;
    background-size: 100%;
  }
}
.promise-tag-pb::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-flex;
  margin: 0 8px 0 8px;
  background: url("../../images/bu/term/promise-icon-pb.png") no-repeat;
  background-size: 100%;
  display: none;
}

.promise-tag-pb strong {
  margin: 0;
  font-weight: 700;
  display: none;
}

.promise-tag-pb sup {
  line-height: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 16px;
  display: none;
}

.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px;
}

.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;
}

@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 10px 0 6px;
  }
}
.updateMobileFeild:before {
  content: "";
  background: url("../../images/bu/term/fi_mob.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translate(15px, -50%);
}

.updateMobileFeild .err {
  bottom: -16px;
  color: red;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
}

.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: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}

.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: 0;
  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: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -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: #000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after,
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    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: 0;
    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: 0 0 0;
  }
}
.updateMobileFeild .code-number #countryCode {
  max-width: 60px;
  padding: 0 0 0 10px;
  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: 0 0;
  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 0;
  height: 100%;
  font-weight: 500;
}

.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable,
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}

.updateMobileFeild.error {
  margin: 10px 0 16px;
}

.updateMobileFeild.error .code-number {
  border: 1px solid red;
}

.updateMobileFeild.error .err {
  color: red;
  font-weight: 600;
}

@media (max-width: 640px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 51%;
  }
}
@media (max-width: 375px) {
  .rating_new_view.desktop_view .life_cover_assured {
    width: 55%;
  }
}
.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 .close-popup:hover {
  background: rgba(255, 255, 255, 0.3);
}

.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;
}

.sticky-sliding-button {
  position: fixed;
  top: 65%;
  right: 0;
  transform: translateY(-50%);
  z-index: 998;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}

.sticky-sliding-button.active {
  display: block;
}

.sticky-sliding-button:hover .sticky-button-content {
  transform: translateX(0);
}

@media (max-width: 980px) {
  .sticky-sliding-button.open .sticky-button-content {
    transform: translateX(0);
  }
}
.sticky-sliding-button .sticky-button-content {
  display: flex;
  align-items: center;
  background: #e2ffdb;
  color: #fff;
  border-radius: 30px 0 0 30px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden;
  transform: translateX(calc(100% - 55px));
  transition: transform 0.4s ease-in-out;
  border: 1px solid #4ce48e;
  border-right: none;
}

.sticky-sliding-button .sticky-button-icon {
  width: 55px;
  height: 55px;
  min-width: 35px;
  border-radius: 50%;
  background: url(../../images/bu/term/nudege-img.gif) no-repeat 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  background-size: contain;
}

.sticky-sliding-button .sticky-button-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.sticky-sliding-button .sticky-button-text {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  max-width: 100px;
  color: #042c75;
  height: 30px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes revealSlide {
  0% {
    transform: translateX(calc(100% - 50px));
  }
  20% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% - 50px));
  }
}
.sticky-sliding-button.reveal .sticky-button-content {
  animation: revealSlide 4s forwards;
}

@media (max-width: 768px) {
  .sticky-sliding-button {
    top: auto;
    bottom: 220px;
  }
}
.why-choose-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  background-color: #ebf3ff;
  background-color: #ebf3ff;
}

@media (max-width: 1024px) {
  .why-choose-container {
    max-width: 100%;
    padding: 10px 0;
  }
}
.why-choose-container .section-header {
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .why-choose-container .section-header {
    margin: 0;
  }
}
.why-choose-container .section-header .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #253858;
  line-height: 1.3;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .why-choose-container .section-header .section-title {
    margin: 0;
    text-align: left;
  }
}
.why-choose-container .section-header .section-title .brand-name {
  color: #4a7aff;
}

@media (max-width: 1024px) {
  .why-choose-container .section-header {
    margin: 16px 0 0;
  }
}
.why-choose-container .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .why-choose-container .features-grid {
    gap: 16px;
    display: flex;
    padding: 20px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .why-choose-container .features-grid::-webkit-scrollbar {
    display: none;
  }
}
.why-choose-container .feature-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 14px;
  border: 1px solid #e2e8f0;
}

@media (max-width: 1024px) {
  .why-choose-container .feature-card {
    padding: 24px;
    min-width: 300px;
  }
}
.why-choose-container .feature-card.borderGradient {
  background: linear-gradient(white, #fff) padding-box, linear-gradient(to right, #a2d0ff 19.05%, #f9ce95 75.64%) border-box;
  border-radius: 20px;
}

.why-choose-container .feature-card.borderGradient:nth-child(odd) {
  border-top: 4px solid transparent;
}

.why-choose-container .feature-card.borderGradient:nth-child(2n) {
  border-bottom: 4px solid transparent;
}

@media (max-width: 1024px) {
  .why-choose-container .feature-card.borderGradient {
    padding: 8px 12px;
  }
}
.why-choose-container .feature-card .card-icon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.why-choose-container .feature-card .card-icon img {
  width: 100%;
  height: auto;
}

.why-choose-container .feature-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 6px;
  line-height: 1.4;
}

.why-choose-container .card-description {
  font-size: 14px;
  color: #5a6b7d;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 768px) {
  .why-choose-container .section-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .why-choose-container .feature-card .card-icon {
    margin-bottom: 8px;
  }
  .why-choose-container .card-title {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .why-choose-container .card-description {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .why-choose-container .features-grid {
    gap: 16px;
  }
  .why-choose-container .section-title {
    font-size: 22px;
  }
  .why-choose-container .feature-card {
    padding: 20px;
  }
  .why-choose-container .feature-card .card-icon {
    margin-bottom: 8px;
  }
  .why-choose-container .card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .why-choose-container .card-description {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .why-choose-container .section-header {
    margin-bottom: 24px;
  }
  .why-choose-container .section-title {
    font-size: 20px;
  }
  .why-choose-container .feature-card {
    padding: 18px;
  }
  .why-choose-container .feature-card .card-icon {
    margin-bottom: 8px;
  }
  .why-choose-container .card-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .why-choose-container .card-description {
    font-size: 11px;
    margin-top: 5px;
  }
}
.process-container {
  margin: 0 auto;
  padding: 40px 20px;
}

.process-container.lightblue {
  background: #ebf3ff;
}

@media (max-width: 1024px) {
  .process-container {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
    margin: 30px 0;
  }
}
.process-container .section-header {
  text-align: center;
}

.process-container .section-header .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
  margin-bottom: 16px;
}

.process-container .section-header .section-title .highlight-text {
  color: #0065ff;
}

@media (max-width: 1024px) {
  .process-container .section-header .section-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
.process-container .section-header .section-subtitle {
  font-size: 14px;
  color: rgb(62.0967741935, 87.5, 112.9032258065);
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .process-container .section-header .section-subtitle {
    text-align: left;
    margin-top: 0;
  }
}
.process-container .process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 70px 0 30px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .process-container .process-flow {
    flex-direction: column;
    padding: 10px 0 10px;
  }
}
.process-container .process-flow .process-step {
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  flex: 0 0 230px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(white, #fff) padding-box, linear-gradient(to right, #a2d0ff 19.05%, #f9ce95 75.64%) border-box;
  border-radius: 20px;
  border-top: 4px solid transparent;
  position: relative;
  padding: 0 16px;
}

@media (max-width: 1024px) {
  .process-container .process-flow .process-step {
    width: calc(100% - 74px);
    box-sizing: border-box;
    border-top: none;
    border-left: 4px solid transparent;
    min-height: 100px;
    height: 100px;
    margin: 10px 0 10px 50px;
    flex: 0;
    border-radius: 8px 20px 20px 8px;
  }
}
.process-container .process-flow .process-step:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 1024px) {
  .process-container .process-flow .process-step:before {
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
    margin: 0;
    z-index: 3;
  }
}
.process-container .process-flow .process-step.step1:before {
  background: #fff url("../../images/bu/term/hwbuy1.png") no-repeat center center;
  background-size: 100%;
}

.process-container .process-flow .process-step.step2:before {
  background: #fff url("../../images/bu/term/hwbuy2.png") no-repeat center center;
  background-size: 80%;
}

.process-container .process-flow .process-step.step3:before {
  background: #fff url("../../images/bu/term/hwbuy3.png") no-repeat center center;
  background-size: 70%;
}

.process-container .process-flow .process-step.step4:before {
  background: #fff url("../../images/bu/term/hwbuy4.png") no-repeat center center;
  background-size: 90%;
}

.process-container .process-flow .process-step .step-icon {
  width: 95px;
  height: 95PX;
  position: ABSOLUTE;
  top: -60px;
  background: linear-gradient(#eaf3ff, #eaf3ff) padding-box, linear-gradient(to right, #a2d0ff 19.05%, #f9ce95 75.64%) border-box;
  border-radius: 50%;
  border-bottom: 4px solid transparent;
}

@media (max-width: 1024px) {
  .process-container .process-flow .process-step .step-icon {
    border-top: none;
    border-right: 4px solid transparent;
    border-bottom: none;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 70px;
    height: 80PX;
  }
}
.process-container .process-flow .step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
}

.process-container .process-flow .step-content .step-number {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  display: block;
}

@media (max-width: 1024px) {
  .process-container .process-flow .step-content .step-number {
    display: none;
  }
}
.process-container .process-flow .step-content .step-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.2;
}

.process-container .process-flow .step-content .step-title span {
  display: none;
}

@media (max-width: 1024px) {
  .process-container .process-flow .step-content .step-title {
    font-size: 16px;
  }
  .process-container .process-flow .step-content .step-title span {
    display: inline-block;
  }
}
.process-container .process-flow .step-content .step-description {
  font-size: 14px;
  color: #2c3e50;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .process-container .process-flow .step-content .step-description {
    text-align: left;
    margin: 4px 0;
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .process-container .process-flow .step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    align-items: baseline;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
  }
}
.process-container .process-flow .process-arrow {
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  right: -50%;
}

.process-container .process-flow .process-arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #9ca8bc 0, #9ca8bc 4px, transparent 4px, transparent 8px);
     border-image: repeating-linear-gradient(to right, #9ca8bc 0, #9ca8bc 4px, transparent 4px, transparent 8px);
  border-image-slice: 1;
  height: 1px;
  top: 9px;
  z-index: 1;
  left: 0;
}

@media (max-width: 1024px) {
  .process-container .process-flow .process-arrow:before {
    position: absolute;
    width: 8px;
    height: 100%;
    z-index: 1;
    border-left: 1px dashed transparent;
    -o-border-image: repeating-linear-gradient(to bottom, #9ca8bc 9px, #9ca8bc 16px, transparent 14px, transparent 20px);
       border-image: repeating-linear-gradient(to bottom, #9ca8bc 9px, #9ca8bc 16px, transparent 14px, transparent 20px);
    border-image-slice: 1;
    border-top: none;
    top: 0;
  }
}
.process-container .process-flow .process-arrow svg {
  width: 40px;
  height: 20px;
  position: relative;
  left: -18%;
}

@media (max-width: 1024px) {
  .process-container .process-flow .process-arrow {
    flex: 0 0 auto;
    position: absolute;
    width: 2px;
    right: initial;
    top: 0;
    z-index: 2;
    height: 100%;
    transform: initial;
    left: -30px;
    top: 60px;
  }
  .process-container .process-flow .process-arrow svg {
    width: 14px;
    height: 20px;
    left: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
.process-container .cta-section {
  text-align: center;
}

.process-container .cta-section .buy-insurance-btn {
  background-color: #0065ff;
  color: #fff;
  border: none;
  padding: 18px 48px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}

@media (max-width: 568px) {
  .process-container .cta-section .buy-insurance-btn {
    padding: 14px 36px;
  }
}
.term-insurance-plan-section {
  position: relative;
}
.term-insurance-plan-section.right .section-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../images/bu/term/type-of-life-insurance-rider.png) no-repeat center center;
  background-size: contain;
  width: 400px;
  height: 400px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section.right .section-grid::before {
    width: 80px;
    height: 80px;
    top: 0;
    bottom: initial;
  }
}
@media (max-width: 568px) {
  .term-insurance-plan-section.right .section-grid .heading3 {
    padding-right: 90px;
  }
}
.term-insurance-plan-section .heading3 {
  font-size: 24px;
  color: #253858;
  margin: 30px 0 30px;
  position: relative;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .heading3 {
    line-height: 28px;
    font-size: 20px;
  }
}
.term-insurance-plan-section .heading3::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  background: #F2963B;
  height: 3px;
}
.term-insurance-plan-section .heading3.mt80 {
  margin-top: 80px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .heading3.mt80 {
    margin-top: 40px;
  }
}
.term-insurance-plan-section .heading3.center {
  text-align: center;
}
.term-insurance-plan-section .heading3.center::before {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 568px) {
  .term-insurance-plan-section .heading3.center {
    text-align: left;
  }
  .term-insurance-plan-section .heading3.center::before {
    left: initial;
    transform: initial;
  }
}
.term-insurance-plan-section .highlight-blue {
  color: #0065FF;
}
.term-insurance-plan-section .term-insurance-plan-need-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0 70px 0;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .term-insurance-plan-need-list {
    margin: 30px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .term-insurance-plan-section .term-insurance-plan-need-list {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .term-insurance-plan-section .term-insurance-plan-need-list::-webkit-scrollbar {
    display: none;
  }
}
.term-insurance-plan-section .term-insurance-plan-need-list li {
  position: relative;
  width: 31.33%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .term-insurance-plan-section .term-insurance-plan-need-list li {
    min-width: 300px;
  }
}
.term-insurance-plan-section .term-insurance-plan-need-list li:last-child {
  margin-right: 0;
}
.term-insurance-plan-section .term-insurance-plan-need-list li .inner {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
.term-insurance-plan-section .term-insurance-plan-need-list li .icon {
  position: absolute;
  width: 20px;
  height: 20px;
}
.term-insurance-plan-section .term-insurance-plan-need-list li span {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  padding-left: 30px;
}
.term-insurance-plan-section .term-insurance-plan-need-list li p {
  font-size: 14px;
  color: #253858;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.term-insurance-plan-section .term-insurance-plan-need-list li.yellow-circle {
  background: #F2963B;
  border-radius: 20px;
  padding: 5px 1px 1px 1px;
}
.term-insurance-plan-section .term-insurance-plan-need-list li.blue-circle {
  background: #0065FF;
  border-radius: 20px;
  padding: 1px 1px 5px 1px;
}
.term-insurance-plan-section .term-insurance-plan-need-list li.purple-circle {
  background: #800080;
  border-radius: 20px;
  padding: 5px 1px 1px 1px;
}
.term-insurance-plan-section .term-insurance-plan-protect-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0 70px 0;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .term-insurance-plan-protect-list {
    margin: 30px 0 30px 0;
  }
}
.term-insurance-plan-section .term-insurance-plan-protect-list li {
  position: relative;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .term-insurance-plan-protect-list li {
    width: 100%;
  }
}
.term-insurance-plan-section .term-insurance-plan-protect-list li .icon {
  position: absolute;
  width: 30px;
  height: 30px;
}
.term-insurance-plan-section .term-insurance-plan-protect-list li span {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  padding-left: 38px;
}
.term-insurance-plan-section .term-insurance-plan-protect-list li p {
  font-size: 14px;
  color: #253858;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.term-insurance-plan-section .term-insurance-plan-work-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0 70px 0;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .term-insurance-plan-work-list {
    margin: 30px 0 30px 0;
  }
}
.term-insurance-plan-section .term-insurance-plan-work-list li {
  position: relative;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .term-insurance-plan-work-list li {
    width: 100%;
  }
}
.term-insurance-plan-section .term-insurance-plan-work-list li .icon {
  position: absolute;
  width: 30px;
  height: 30px;
}
.term-insurance-plan-section .term-insurance-plan-work-list li span {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  padding-left: 38px;
}
.term-insurance-plan-section .term-insurance-plan-work-list li p {
  font-size: 14px;
  color: #253858;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  width: 60%;
  margin: 30px 0 70px 0;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .typesof-term-life-insurance-riders {
    margin: 30px 0 30px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .term-insurance-plan-section .typesof-term-life-insurance-riders {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .term-insurance-plan-section .typesof-term-life-insurance-riders::-webkit-scrollbar {
    display: none;
  }
}
.term-insurance-plan-section .typesof-term-life-insurance-riders li {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 24px;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders li .count {
  background: rgba(0, 101, 255, 0.1);
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #0065ff;
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders li span {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders li p {
  font-size: 14px;
  color: #253858;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders.col2 {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.term-insurance-plan-section .typesof-term-life-insurance-riders.col2 li {
  width: 45%;
}
@media (max-width: 568px) {
  .term-insurance-plan-section .typesof-term-life-insurance-riders.col2 li {
    width: 100%;
  }
}
.term-insurance-plan-section .flexbox {
  width: 100%;
  justify-content: space-between;
  margin-top: 6rem;
  padding: 16px 0 36px 0;
  align-items: center;
}
.term-insurance-plan-section .flexbox .flexbox-left {
  width: 48%;
}
.term-insurance-plan-section .flexbox .flexbox-right {
  width: 48%;
}
@media (max-width: 767px) {
  .term-insurance-plan-section .flexbox {
    flex-direction: column;
    gap: 50px;
  }
  .term-insurance-plan-section .flexbox .flexbox-left {
    width: 100%;
  }
  .term-insurance-plan-section .flexbox .flexbox-right {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .term-insurance-plan-section .flexbox {
    margin-top: 1.5em;
  }
}
.term-insurance-plan-section .card {
  background: #fff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  padding: 46px 36px;
  position: relative;
}
.term-insurance-plan-section .card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 140px;
  height: 140px;
  background: url(../../images/bu/term/covered-icon.png) no-repeat center center;
  background-size: contain;
}
.term-insurance-plan-section .card.normal {
  border: 1px solid rgba(255, 107, 87, 0.5);
  box-shadow: none;
  padding: 26px 36px;
}
.term-insurance-plan-section .card.normal::before {
  width: 100px;
  top: -40px;
  height: 100px;
  background: url(../../images/bu/term/not-covered-icon.png) no-repeat center center;
  background-size: contain;
}
.term-insurance-plan-section .card .covered-heading {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 26px 0;
  color: #02b384;
}
.term-insurance-plan-section .card .covered-heading.not {
  color: #253858;
}
.term-insurance-plan-section .card .covered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.term-insurance-plan-section .card .covered-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.term-insurance-plan-section .card .covered-list .icon-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.term-insurance-plan-section .card .covered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.term-insurance-plan-section .card .covered-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
.term-insurance-plan-section .card .covered-list .icon-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .term-insurance-plan-section.life-stage-to-bu-life-insurance {
    margin: 20px 0 0;
    padding: 0 16px;
  }
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .intro {
  max-width: 340px;
  padding-right: 60px;
  padding-top: 50px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .intro {
    padding-top: 10px;
  }
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .intro h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #253858;
  line-height: 36px;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .intro h2.extra-margin {
  margin-top: 0px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .intro {
    max-width: 100%;
    padding-right: 0;
  }
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  scroll-behavior: smooth;
  padding-top: 50px;
}
@media (max-width: 568px) {
  .term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll {
    padding-top: 0;
  }
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .arrows {
  right: 0;
  height: 30px;
  width: 78px;
  top: 0;
  transform: initial;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .arrows .arrow-left {
  left: initial;
  background-color: #0165ff !important;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .arrows .arrow-left i {
  border-color: #fff !important;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .arrows .arrow-right {
  right: 0;
  background-color: #0165ff !important;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .arrows .arrow-right i {
  border-color: #fff !important;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step {
  position: relative;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step:before {
  content: "";
  width: 1px;
  background-color: #e0e0e0;
  height: 200px;
  margin: 0;
  position: absolute;
  right: -10px;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #253858;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step p {
  font-size: 14px;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step p.with-scrollbar {
  max-height: 165px;
  overflow-y: auto;
  scrollbar-width: none;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step p.with-scrollbar::-webkit-scrollbar {
  display: none;
  text-decoration: none !important;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box {
  width: 50px;
  height: 50px;
  background: rgb(217, 243, 204);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box.icon-2 {
  background: rgb(255, 242, 209);
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box.icon-3 {
  background: rgb(255, 233, 229);
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box.icon-4 {
  background: rgb(215, 236, 255);
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box.icon-5 {
  background: rgb(241, 202, 236);
}
.term-insurance-plan-section.life-stage-to-bu-life-insurance .wrapper .carousel-container .steps-scroll .steps .step .icon-box img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-should-you-buy {
  padding: 60px 0;
  background: #EEF7FF;
}
@media (max-width: 767px) {
  .why-should-you-buy {
    padding: 40px 0;
  }
}
.why-should-you-buy .heading-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 568px) {
  .why-should-you-buy .heading-wrapper {
    margin-bottom: 20px;
  }
}
.why-should-you-buy .heading-wrapper .heading2 {
  margin-bottom: 20px;
}
.why-should-you-buy .heading-wrapper .heading2 .text-primary {
  color: #0065ff;
}
.why-should-you-buy .heading-wrapper .content {
  max-width: 800px;
  margin: 0 auto;
}
.why-should-you-buy .benefits-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .why-should-you-buy .benefits-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768) {
  .why-should-you-buy .benefits-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
.why-should-you-buy .benefits-left {
  flex: 1;
}
@media (max-width: 768px) {
  .why-should-you-buy .benefits-left {
    width: 100%;
  }
}
.why-should-you-buy .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .why-should-you-buy .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .why-should-you-buy .benefit-grid {
    gap: 15px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.why-should-you-buy .benefit-card {
  padding: 18px 16px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .why-should-you-buy .benefit-card {
    padding: 14px 16px 14px;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
.why-should-you-buy .benefit-card .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid rgb(162, 208, 255);
}
.why-should-you-buy .benefit-card .icon-wrapper img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-should-you-buy .benefit-card .icon-wrapper:hover {
  background: #0065ff;
}
@media (max-width: 768px) {
  .why-should-you-buy .benefit-card .icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
  }
  .why-should-you-buy .benefit-card .icon-wrapper img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.why-should-you-buy .benefit-card .heading4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  color: #253858;
  transition: color 0.3s ease;
}
@media (max-width: 568px) {
  .why-should-you-buy .benefit-card .heading4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.why-should-you-buy .benefits-right {
  width: 500px;
  flex-shrink: 0;
  border-radius: 12px;
  padding-top: 5px;
  background: linear-gradient(90deg, #A2D0FF 19.05%, #F9CE95 75.64%);
}
@media (max-width: 1024px) {
  .why-should-you-buy .benefits-right {
    width: 100%;
  }
}
.why-should-you-buy .benefit-detail-card {
  position: relative;
  padding: 40px 62px;
  min-height: 350px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 568px) {
  .why-should-you-buy .benefit-detail-card {
    padding: 32px 24px;
    min-height: 300px;
  }
}
.why-should-you-buy .benefit-detail-card .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0065ff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.why-should-you-buy .benefit-detail-card .nav-arrow:hover {
  background: rgb(0, 80.8, 204);
  transform: translateY(-50%) scale(1.1);
}
.why-should-you-buy .benefit-detail-card .nav-arrow.prev-benefit {
  left: 10px;
}
.why-should-you-buy .benefit-detail-card .nav-arrow.prev-benefit .icon-arrow-left {
  width: 20px;
  height: 20px;
  background: url(../../images/bu/term/arrow-white-pblearn.png) no-repeat center center;
  background-size: contain;
  display: block;
  transform: rotate(180deg);
}
.why-should-you-buy .benefit-detail-card .nav-arrow.next-benefit {
  right: 10px;
}
.why-should-you-buy .benefit-detail-card .nav-arrow.next-benefit .icon-arrow-right {
  width: 20px;
  height: 20px;
  background: url(../../images/bu/term/arrow-white-pblearn.png) no-repeat center center;
  background-size: contain;
  display: block;
}
@media (max-width: 1024px) {
  .why-should-you-buy .benefit-detail-card .nav-arrow {
    display: none;
  }
}
.why-should-you-buy .benefit-detail-card .benefit-content {
  display: none;
  width: 100%;
  animation: fadeIn 0.5s ease;
}
.why-should-you-buy .benefit-detail-card .benefit-content.active {
  display: block;
}
.why-should-you-buy .benefit-detail-card .benefit-content .heading3 {
  margin-bottom: 20px;
  color: #253858;
}
.why-should-you-buy .benefit-detail-card .benefit-content .content {
  margin-bottom: 32px;
  line-height: 26px;
}
.why-should-you-buy .benefit-detail-card .benefit-content .button {
  width: 240px;
  margin: 0px auto;
  display: block;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background: #0066ff;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  min-height: 50px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.term-insurance-at-glance {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .term-insurance-at-glance {
    padding: 40px 0;
  }
}
.term-insurance-at-glance .heading2 {
  margin-bottom: 40px;
  color: #253858;
}
@media (max-width: 767px) {
  .term-insurance-at-glance .heading2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
.term-insurance-at-glance .glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background: rgba(0, 101, 255, 0.05);
  padding: 40px;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .term-insurance-at-glance .glance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 40px;
  }
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
  .term-insurance-at-glance .glance-grid .glance-item.more-items {
    display: none;
  }
  .term-insurance-at-glance .glance-grid.show-all .glance-item.more-items {
    display: flex;
  }
}
.term-insurance-at-glance .glance-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  border-radius: 12px;
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-item {
    padding: 10px 0px;
    gap: 12px;
  }
}
.term-insurance-at-glance .glance-item .icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(0deg, #3967FF 50%, #7268FF 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-item .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.term-insurance-at-glance .glance-item .icon-wrapper img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-item .icon-wrapper img {
    width: 50%;
    height: 50%;
  }
}
.term-insurance-at-glance .glance-item .content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.term-insurance-at-glance .glance-item .content-wrapper .heading4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #253858;
  margin: 0;
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-item .content-wrapper .heading4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.term-insurance-at-glance .glance-item .content-wrapper .description {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(37, 56, 88, 0.7);
  margin: 0;
}
@media (max-width: 568px) {
  .term-insurance-at-glance .glance-item .content-wrapper .description {
    font-size: 13px;
    line-height: 20px;
  }
}
.term-insurance-at-glance .view-more-wrapper {
  text-align: center;
  display: none;
}
@media (max-width: 568px) {
  .term-insurance-at-glance .view-more-wrapper {
    display: block;
  }
}
.term-insurance-at-glance .view-more-wrapper .view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 12px 32px;
  border: 1px solid #0066ff;
  background: #fff;
  border-radius: 8px;
  color: #0066ff;
  font-weight: 600;
  margin-top: 30px;
}
.term-insurance-at-glance .view-more-wrapper .view-more-btn .icon-arrow-down {
  width: 20px;
  height: 16px;
  background: url(../../images/bu/term/arrow-blue-pblearn.png) no-repeat 0 -1px;
  background-size: cover;
  display: inline-block;
  transition: transform 0.3s ease;
}
.term-insurance-at-glance .view-more-wrapper .view-more-btn.active .icon-arrow-down {
  transform: rotate(180deg);
}

.header-sticky-news {
  background: rgb(202, 211, 255);
  padding: 10px;
}
@media (max-width: 980px) {
  .header-sticky-news {
    display: none;
  }
}
.header-sticky-news .header-sticky-news-container {
  max-width: 100%;
  width: 1170px;
  margin: 0px auto;
  position: relative;
  text-align: center;
}
.header-sticky-news .header-sticky-news-container .heading {
  font-size: 20px;
  font-weight: 700;
  color: rgb(98, 34, 247);
  position: relative;
  display: inline-block;
}
.header-sticky-news .header-sticky-news-container .heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/star.gif) no-repeat center center;
  border-radius: 50%;
  background-size: contain;
}
.header-sticky-news .header-sticky-news-container .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/close-icon.png) no-repeat center center;
  border-radius: 50%;
  background-size: contain;
  font-size: 0;
}

.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-landing.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 568px) {
  .pointer-wrapper:before {
    top: 10px;
    left: 20px;
    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;
}
.pointer-wrapper .pointerLink li span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.claims-banner {
  background: #fff url(../../images/bu/term/isolate.png) no-repeat center center;
  border-radius: 20px;
  padding: 16px 24px;
  margin: 20px 0 0;
}
@media (max-width: 440px) {
  .claims-banner {
    padding: 12px;
  }
}
.claims-banner .claims-banner__title {
  font-size: 20px;
  line-height: normal;
}
.claims-banner .claims-banner__title span {
  color: rgb(22, 160, 133);
}
@media (max-width: 440px) {
  .claims-banner .claims-banner__title {
    font-size: 16px;
    line-height: normal;
    line-height: 24px;
  }
}
.claims-banner .claims-banner__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .claims-banner .claims-banner__grid {
    gap: 6px;
  }
}
.claims-banner .stat-card {
  color: #fff;
  border-radius: 16px;
  padding: 12px;
  width: calc(25% - 16px);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .claims-banner .stat-card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 440px) {
  .claims-banner .stat-card {
    width: calc(50% - 6px);
  }
}
.claims-banner .stat-card--blue {
  background: linear-gradient(135deg, #1B5BE2 0%, #1F43B1 100%);
}
.claims-banner .stat-card--blue:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  background: rgb(29, 73, 178);
  display: block;
  position: absolute;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--blue:before {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -5px;
  }
}
.claims-banner .stat-card--blue:after {
  content: "";
  background: url(../../images/bu/term/l1.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: contain;
  top: 10px;
  right: 6px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--blue:after {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 6px;
  }
}
.claims-banner .stat-card--violet {
  background: linear-gradient(135deg, #4F39F6 0%, #8200DB 100%);
}
.claims-banner .stat-card--violet:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  background: rgb(90, 39, 181);
  display: block;
  position: absolute;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--violet:before {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -5px;
  }
}
.claims-banner .stat-card--violet:after {
  content: "";
  background: url(../../images/bu/term/l2.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: contain;
  top: 10px;
  right: 6px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--violet:after {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 6px;
  }
}
.claims-banner .stat-card--azure {
  background: linear-gradient(135deg, #0092B8 0%, #1447E6 100%);
}
.claims-banner .stat-card--azure:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  background: rgb(20, 100, 161);
  display: block;
  position: absolute;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--azure:before {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -5px;
  }
}
.claims-banner .stat-card--azure:after {
  content: "";
  background: url(../../images/bu/term/l3.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: contain;
  top: 10px;
  right: 6px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--azure:after {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 6px;
  }
}
.claims-banner .stat-card--teal {
  background: linear-gradient(135deg, #009689 0%, #007A55 100%);
}
.claims-banner .stat-card--teal:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  background: rgb(10, 116, 94);
  display: block;
  position: absolute;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--teal:before {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -5px;
  }
}
.claims-banner .stat-card--teal:after {
  content: "";
  background: url(../../images/bu/term/l4.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: contain;
  top: 10px;
  right: 6px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card--teal:after {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 6px;
  }
}
.claims-banner .stat-card__label {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  min-height: 40px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card__label {
    font-size: 11px;
  }
}
.claims-banner .stat-card__label small {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
}
@media (max-width: 440px) {
  .claims-banner .stat-card__label small {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 3px;
  }
}
.claims-banner .stat-card__value {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 10px 0 0;
}
@media (max-width: 440px) {
  .claims-banner .stat-card__value {
    font-size: 22px;
    margin: 0px;
  }
}
.claims-banner .stat-card__value small {
  display: inline;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .claims-banner .stat-card__value small {
    font-size: 14px;
  }
}
.claims-banner .claims-banner__cta-wrapper {
  display: block;
  text-align: center;
  margin: 20px 0 0px;
}
.claims-banner .claims-banner__cta-wrapper .claims-banner__cta {
  background: #0065ff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  text-align: left;
  padding: 14px 26px 14px 26px;
  font-weight: 500;
  margin: 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .claims-banner .claims-banner__cta-wrapper {
    display: none;
  }
}/*# sourceMappingURL=term-insurance-style_v1.css.map */