@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.loading::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 5px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 9px;
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stickFooter_info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  display: none;
  text-align: center;
}

.term_footer_strip {
  height: auto;
  box-shadow: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip {
    display: block;
  }
}
.term_footer_strip .bannerDiv {
  background: #253858;
}

.term_footer_strip .bannerDiv.footerDiv .temcondition {
  margin: 0;
  padding: 0;
  font-size: 9px;
  color: #fff;
  position: relative;
  right: 0;
  bottom: 5px;
  padding-right: 15px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv.footerDiv .temcondition {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv.footerDiv .grid {
    padding: 0;
  }
}
.term_footer_strip .bannerDiv .grid.sticky_footer_sjb {
  position: relative;
  width: 98%;
}

.bannerDiv .term_footer_strip .bannerDiv .grid.sticky_footer_sjb {
  background: radial-gradient(circle at 30% 30%, #5f6b81, #253858 11%);
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb ul.term_footer_strip_benefits {
  display: none;
}

.term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
  width: 1000px;
  padding-left: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
    padding: 0;
    width: 570px;
  }
}
@media screen and (max-width: 640px) {
  .term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList {
    width: calc(100% - 20px);
  }
}
.term_footer_strip .bannerDiv .grid.sticky_footer_sjb .guaranteedInvestList .countryWidth .countryDiv {
  width: 350px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits {
  width: 22%;
  text-align: left;
  list-style: none;
  margin-right: 45px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.48px;
  position: relative;
  margin-bottom: 6px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li:last-child {
  line-height: 20px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li:last-child::before {
  top: 6px;
}

.term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits li::before {
  margin-right: 8px;
  content: "";
  background: #54bffe;
  height: 10px;
  width: 10px;
  position: absolute;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid ul.term_footer_strip_benefits {
    display: none;
  }
}
.term_footer_strip .bannerDiv .grid .footerData {
  padding: 10px 10px 5px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData {
    padding: 15px 10px 15px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData {
    padding: 15px 2px 15px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip {
  display: flex;
  justify-content: center;
  align-items: center;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
  width: 33.3%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
    width: auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem {
    width: auto;
    padding: 0 4px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img {
  position: absolute;
  top: -40px;
  bottom: 0;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem img {
    display: none;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink {
  width: 158px;
  padding: 15px;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #0065ff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .btnLink {
    width: 73px;
    padding: 5px;
    font-size: 10px;
    line-height: initial;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature {
    font-size: 11px;
    line-height: 20px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong {
  font-weight: 600;
}

.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 16px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem:nth-of-type(3) {
  width: 200px;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem:nth-of-type(3) {
    width: auto;
    margin: 0 0 auto auto;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .strip_close.close {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
  width: 39px;
  height: 33px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
  background-color: #253858;
  background-image: none;
}

@media screen and (max-width: 768px) {
  .term_footer_strip .bannerDiv .grid .footerData .strip_close.close {
    top: -18px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:hover {
  opacity: 1;
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after,
.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before {
  position: absolute;
  left: auto;
  right: 18px;
  top: 6px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:before {
  transform: rotate(45deg);
}

.term_footer_strip .bannerDiv .grid .footerData .strip_close.close:after {
  transform: rotate(-45deg);
}

.term_footer_strip .guaranteedInvestList {
  width: 46%;
}

.term_footer_strip .guaranteedInvestList .err {
  position: relative;
  color: #6af9ff;
  font-size: 11px;
  display: block;
  padding: 5px;
  letter-spacing: 0.5px;
  display: none;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -15px;
}

.term_footer_strip .guaranteedInvestList .countryWidth {
  width: 570px;
  text-align: left;
  position: relative;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio {
  left: 0;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  width: 235px;
  height: 414px;
  z-index: 1;
  padding: 17px 15px;
  display: none;
  overflow: scroll;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio.show {
  display: block;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio {
  margin-bottom: 33px;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio:last-child {
  margin-bottom: 0;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio.active label {
  color: #0862f5;
}

.term_footer_strip .guaranteedInvestList .countryWidth .term-country-radio .radio label {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
  background-color: #fff;
  border-radius: 4px;
  width: 360px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #333;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv.error {
  border: 3px solid red;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .boxicon {
  display: none;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: none;
  height: 40px;
  padding: 10px 6px;
  padding-right: 6px;
  width: 65px;
  float: left;
  padding-right: 19px;
  line-height: normal;
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-position: 90% center;
  background-repeat: no-repeat;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber {
  width: 100%;
  display: block;
  float: left;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
  font-size: 14px;
  width: 30%;
  line-height: 40px;
  background: #fff;
  position: relative;
  padding: 0 8px;
}

@media screen and (max-width: 440px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
    padding: 0 4px;
  }
}
@media screen and (max-width: 320px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode {
    padding: 0;
  }
}
.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber .countryCode::after {
  content: "";
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 10px;
}

.term_footer_strip .guaranteedInvestList .countryWidth .countryDiv .contactNumber input {
  height: 40px;
  border: none;
  text-indent: 0;
  width: 65%;
  padding: 10px 6px 10px 0;
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
}

.term_footer_strip .guaranteedInvestList .blueTxt {
  width: 90%;
  margin-left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
}

.term_footer_strip .guaranteedInvestList .blueTxt span {
  line-height: 20px;
  display: block;
  padding: 0 0 14px;
}

.term_footer_strip .guaranteedInvestList .detailBtn {
  position: static;
  animation: none;
  padding: 2px 24px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  max-width: 200px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 37px;
  text-transform: capitalize;
  background: #0052cc;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  min-width: 134px;
  transition: 0.2s all ease-in-out;
}

.term_footer_strip .guaranteedInvestList .detailBtn.loading {
  padding: 2px 37px 2px 10px;
}

.term_footer_strip .guaranteedInvestList .detailBtn:active {
  background: #0463f6;
  font-size: 13px;
  -webkit-tap-highlight-color: #0463f6;
}

.term_footer_strip .tc {
  font-size: 11px;
  text-align: center;
  padding-top: 0;
  margin: 0;
  color: #fff;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 1px;
  text-align: right;
  right: 20px;
}

.term_footer_strip .strip_close {
  background: #fff url(../../images/footer-strip/car/close_strip.png) top right no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 11px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  background-position: 7px 8px;
  border-radius: 50%;
  background-size: 40%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
}

.term_footer_strip .term-footer-sticky .grid {
  position: relative;
}

.term_footer_strip .term-footer-sticky .f-discalimer {
  text-align: left;
}

.term_footer_strip .term-footer-sticky .strip_close.close,
.term_footer_strip .term-footer-sticky .temcondition {
  display: none;
}

.term_footer_strip .term-footer-sticky .msg-we-offer {
  display: none;
}

@media (max-width: 980px) {
  .term_footer_strip .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_strip .term-footer-sticky.active {
  bottom: -1px;
}

.term_footer_strip .term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .term_footer_strip .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term_footer_strip .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_strip .term-footer-sticky .close-btn {
    background: #fff;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 940px;
  margin: 7px auto 7px 0;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .term_footer_strip .term-footer-sticky .offer-we-share {
    width: 100%;
    padding: 0 10px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img1 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img1.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img1 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img2 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img2.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img2 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .offer-img3 {
  width: 100px;
  height: 70px;
  background: url("../../images/bu/term/offer-img3.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .offer-img3 {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .vp {
  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: 9px 0;
  position: absolute;
  right: 0;
}

.term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
  display: none;
}

.term_footer_strip .term-footer-sticky .offer-we-share .offer-we-share-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
  animation: verticalScroll 9s ease-in-out infinite;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text {
    width: 17px;
    line-height: 20px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #ffc31b 0, #ff8418 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #57ba14 0, #18b6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr1 .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 {
  display: flex;
  align-items: center;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text1 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #ff879e 0, #f7597f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-right: 2px solid #ff8418;
  margin-right: 16px;
  padding-right: 10px;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text1 {
    font-size: 26px;
    border-right: none;
    padding: 0 0 4px 0;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.gr2 .text2 br {
    display: none;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}

.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 568px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
.term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd {
  width: 770px;
  text-align: left;
}

@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    height: 70px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd .text1 {
    font-size: 16px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .plan-text.wd .text2 {
    font-size: 14px;
    margin-top: 0;
    line-height: 14px;
  }
}
@keyframes verticalScroll {
  0%, 25% {
    transform: translateY(0);
  }
  35%, 50% {
    transform: translateY(-70px);
  }
  60%, 75% {
    transform: translateY(-140px);
  }
  100%, 85% {
    transform: translateY(0);
  }
}
@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term_footer_strip .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_strip .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_strip .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_strip .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    width: 50%;
    border-radius: 0;
    padding: 15px;
    line-height: 18px;
    height: 50px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 890px) and (max-width: 767px) {
  .term_footer_strip .term-footer-sticky .offer-we-share .vp {
    display: flex;
    align-items: center;
    right: 10px;
    width: 92px;
    border-radius: 8px;
    padding: 5px;
    font-size: 12px;
    height: 40px;
  }
  .term_footer_strip .term-footer-sticky .offer-we-share .vp span i {
    display: none;
  }
}
@media (max-width: 890px) {
  .term_footer_strip .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .term_footer_strip {
    display: block;
  }
  .term_footer_strip .bannerDiv .grid {
    position: relative;
    padding: 0 0 22px 0;
  }
  .term_footer_strip .guaranteedInvestList {
    margin: 0 auto;
    padding: 0;
    width: 570px;
  }
  .term_footer_strip .guaranteedInvestList .blueTxt span {
    width: 100%;
    text-align: left;
    display: block;
    padding: 5px;
    padding: 8px 0 10px;
  }
  .term_footer_strip .bannerDiv {
    background: #253858;
  }
}
@media only screen and (max-width: 1024px) {
  .term_footer_strip .bannerDiv .grid:before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .term_footer_strip .guaranteedInvestList .blueTxt {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
  }
  .term_footer_strip .guaranteedInvestList .err {
    position: relative;
  }
  .term_footer_strip .guaranteedInvestList,
  .term_footer_strip .guaranteedInvestList .countryWidth {
    width: calc(100% - 20px);
  }
  .term_footer_strip .guaranteedInvestList .blueTxt span {
    padding: 10px 0;
  }
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
    max-width: 300px;
    width: calc(100% - 150px) !important;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    width: auto;
    margin-top: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .term_footer_strip .bannerDiv .grid .blueTxt {
    font-size: 16px;
  }
  .term_footer_strip .bannerDiv .grid {
    padding: 10px 0 25px 0;
  }
}
@media only screen and (max-width: 440px) {
  .term_footer_strip .guaranteedInvestList {
    width: 96%;
  }
  .term_footer_strip .guaranteedInvestList .countryWidth {
    width: 100%;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    margin-top: 0;
    margin-left: 0;
  }
  .term_footer_strip .strip_close {
    right: 7px;
  }
  .term_footer_strip .guaranteedInvestList .err {
    position: relative;
    color: #6af9ff;
    font-size: 9px;
    display: block;
    padding: 5px 10px 10px 0;
    letter-spacing: 0.5px;
    text-align: left;
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .term_footer_strip .bannerDiv .grid .blueTxt {
    font-size: 13px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 320px) {
  .term_footer_strip .guaranteedInvestList .countryWidth .countryDiv {
    width: 100%;
  }
  .term_footer_strip .guaranteedInvestList .detailBtn {
    margin-top: 0;
  }
  .term_footer_strip .guaranteedInvestList .err {
    width: 100%;
  }
}
.car-stiky-view-plan {
  display: none;
}

@media (max-width: 1024px) {
  .car-stiky-view-plan {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    z-index: 9;
    box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
    bottom: 0;
  }
  .car-stiky-view-plan .linkclick {
    background: #0065ff;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: inline-block;
    margin: 8px auto;
    font-size: 14px;
    border-radius: 5px;
    min-width: 290px;
  }
}
.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: none;
  box-shadow: none;
  background: 0 0;
  left: 0;
  animation: slide-down 0.7s;
}

.slick-disabled {
  opacity: 1 !important;
}

.nav-link {
  box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, 0.21);
  border: solid 0 #ededed;
  background-color: #fff;
}

.nav-link .container-nav1 {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.nav-link .container-nav1 .arrow-left1 {
  width: 20px;
  margin-left: -1%;
  cursor: pointer;
  position: relative;
  display: none;
}

.nav-link .container-nav1 .left-links {
  transform: rotate(-180deg);
  width: 16px;
  height: 16px;
  background-position: -9px -1298px;
  font-size: 0;
}

.nav-link .container-nav1 .nav-wrap {
  position: relative;
}

.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.nav-link ul {
  list-style: none;
  max-width: 890px;
}

.nav-link ul:before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  z-index: 9;
  width: 31px;
  height: 70px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.91) 34%, #fff);
}

.nav-link ul li {
  display: inline-block;
  background: #fff;
  position: relative;
}

.nav-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #253858;
  cursor: pointer;
  display: block;
  padding: 41px 20px;
}

.nav-link ul li.active a {
  color: #0065ff;
  background: 0 0;
  outline: 0;
}

.nav-link ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 3px;
  background: #0065ff;
  width: 100%;
}

.nav-link ul li.active a:focus {
  outline: 0;
}

#navBarBookmarks .slick-arrow {
  background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

#navBarBookmarks .slick-prev {
  transform: rotate(-180deg);
  left: -30px;
  top: 38px;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

@media only screen and (max-width: 1024px) {
  .container-nav1 .nav-wrap {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .nav-link ul li {
    margin: 0 12px;
    background: 0 0;
  }
  .nav-link ul li a {
    cursor: none;
    padding: 16px 0;
  }
  .cta-call {
    display: none;
  }
  #navBarBookmarks .slick-arrow {
    display: none !important;
  }
}
#navbar-links {
  display: none;
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: -35px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  transform: rotate(180deg);
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: -40px;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
  background-position: -4px -1296px;
  font-size: 0px;
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled {
  opacity: 0.25;
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
  padding: 24px 0;
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
    margin: 0 12px;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 17px 0;
  }
  .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
    padding: 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    margin: 40px 0;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 230px;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 230px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box.blue::before {
  background: #4680f0;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term {
  overflow: visible;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  cursor: pointer;
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .text {
    font-size: 14px;
    min-height: 50px;
    width: 70%;
  }
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.investment-option-slider.term .option-slider .product-list-box.term-plan .product-info .text::before {
  content: "Explore Affordable";
  margin-right: 4px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #ffc400;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner img {
  width: 100%;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .title {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .title h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065ff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.term-form-template {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  margin: 20px 0;
  background: #fff;
}

.term-form-template .isnri {
  text-align: center;
  font-size: 12px;
  color: #000;
  display: block;
  margin: 8px;
  font-weight: 500;
}

.term-form-template .disclaimer-text.mobile {
  display: block;
  background: #fff;
  margin: 0 -18px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 26px;
  display: none;
}

@media only screen and (max-width: 640px) {
  .term-form-template .disclaimer-text.mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .term-form-template {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
}
.term-form-template .form-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.term-form-template .form-grid .lead-form-left {
  width: 60%;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.term-form-template .form-grid .lead-form-left .cta-info {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.term-form-template .form-grid .lead-form-left .cta-info .blue {
  color: #0065ff;
}

.term-form-template .form-grid .lead-form-left .cta-info .blue.block {
  display: block;
}

.term-form-template .form-grid .lead-form-left.full {
  width: 100%;
}

.term-form-template .form-grid .lead-form-left.full .pdright0 {
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .term-form-template .form-grid .lead-form-left {
    padding: 20px 0;
  }
}
.term-form-template .form-grid .lead-form-left .bannerImg {
  position: absolute;
  height: 100%;
  width: 300px;
  background: url(../../images/bu/nri-sip.jpg) no-repeat -50px 0;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 8px;
}

.term-form-template .form-grid .lead-form-left .mob-view-box {
  padding-right: 35px;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .term-form-template .form-grid .lead-form-left {
    border-radius: 0;
    width: 100%;
  }
  .term-form-template .form-grid .lead-form-left .mob-view-box {
    border-top: 3px solid #ff5630;
    padding: 16px;
    box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
    width: 400px;
    margin: 0 auto 0;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .term-form-template .form-grid .lead-form-left .mob-view-box::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 440px) {
  .term-form-template .form-grid .lead-form-left .mob-view-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .term-form-template .form-grid .lead-form-left .mob-view-box .cta-info {
    font-size: 18px;
    line-height: 24px;
  }
  .term-form-template .form-grid .lead-form-left .mob-view-box .cta-info .blue {
    color: #ff5630;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .term-form-template .form-grid .lead-form-left .bannerImg {
    display: none;
  }
}
.term-form-template .form-grid .lead-form-left .disclaimer-text.desktop {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  color: #505f79;
  line-height: 14px;
  max-width: 260px;
}

@media only screen and (max-width: 640px) {
  .term-form-template .form-grid .lead-form-left .disclaimer-text.desktop {
    display: none;
  }
}
.term-form-template .form-grid .lead-form-right {
  width: 40%;
  background: #f9faff;
  padding: 20px 20px 40px;
  box-sizing: border-box;
}

.term-form-template .form-grid .lead-form-right .mob-view-box-pointer {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .term-form-template .form-grid .lead-form-right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 20px;
  }
  .term-form-template .form-grid .lead-form-right .mob-view-box-pointer {
    width: 750px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .term-form-template .form-grid .lead-form-right .pointer-list {
    width: 33%;
    width: 250px;
    min-height: 55px;
    margin-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .term-form-template .form-grid .lead-form-right .pointer-list::-webkit-scrollbar {
    display: none;
  }
}
.term-form-template .form-grid .mediumtext {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}

.term-form-template .form-grid .text {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  .term-form-template .form-grid .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.term-form-template .form-grid .smalltext {
  font-size: 16px;
  line-height: 36px;
}

@media only screen and (max-width: 320px) {
  .term-form-template .form-grid .smalltext {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.term-form-template .form-grid .toptext {
  margin: 15px 0;
  color: #253858;
}

.term-form-template .form-grid .extrasmalltext {
  font-size: 14px;
  line-height: 20px;
}

.term-form-template .form-grid .bluetext {
  color: #0065ff;
}

.term-form-template .form-grid .blacktext {
  color: #172b4d;
}

.term-form-template .form-grid .bold {
  font-weight: 600;
}

.term-form-template .form-grid .pointer-list {
  padding-left: 55px;
  position: relative;
  margin-bottom: 40px;
}

.term-form-template .form-grid .pointer-list:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .term-form-template .form-grid .pointer-list {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .term-form-template .form-grid .pointer-list {
    margin-bottom: 0;
  }
}
.term-form-template .form-grid .box-with-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #ececec url("../../images/bu/icon-list-new.png") no-repeat 0 0;
}

.term-form-template .form-grid .box-with-icon.ico-1 {
  background-position: 6px 6px;
}

.term-form-template .form-grid .box-with-icon.ico-2 {
  background-position: 5px -46px;
}

.term-form-template .form-grid .box-with-icon.ico-3 {
  background-position: 5px -97px;
}

.term-form-template .fieldWrapper,
.term-form-template .formInput,
.term-form-template input,
.term-form-template select {
  display: block;
  width: 100%;
  position: relative;
}

.term-form-template .formInput.error {
  margin-bottom: 45px;
}

.term-form-template .fieldWrapper {
  margin: 30px 0;
}

.term-form-template .fieldWrapper:first-child {
  margin: 5px 0 25px;
}

.term-form-template input,
.term-form-template select {
  padding: 18px;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
}

.term-form-template input::-webkit-input-placeholder,
.term-form-template select::-webkit-input-placeholder {
  font-size: 16px;
}

.term-form-template input::-moz-placeholder,
.term-form-template select::-moz-placeholder {
  font-size: 16px;
}

.term-form-template input:-ms-input-placeholder,
.term-form-template select:-ms-input-placeholder {
  font-size: 16px;
}

.term-form-template input:-moz-placeholder,
.term-form-template select:-moz-placeholder {
  font-size: 16px;
}

.term-form-template input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.term-form-template input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.term-form-template .mobilefirst {
  padding: 0;
}

.term-form-template .mobilefirst .formInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.term-form-template .mobilefirst .formInput:before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30px;
  top: 50%;
  transform: translate(-21%, -50%);
  left: 99px;
}

.term-form-template .mobilefirst .formInput .col4 {
  width: 150px;
}

.term-form-template .mobilefirst .formInput .col4 select#termCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 17px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/bu/selectarrow.svg) no-repeat 95% 55% !important;
  background-size: 12px 6px !important;
}

.term-form-template .mobilefirst .formInput .col4 .cCode,
.term-form-template .mobilefirst .formInput .col4 .cCodeText {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 17px 0 15px 10px;
  height: 100%;
  align-items: center;
}

.term-form-template .mobilefirst .formInput .col4 .cCode input,
.term-form-template .mobilefirst .formInput .col4 .cCodeText input {
  margin: 0;
  padding: 15px 0 !important;
  font-size: 16px;
}

.term-form-template .mobilefirst .formInput .col4 .cCodeText {
  padding: 0 15px;
}

.term-form-template .mobilefirst .formInput input {
  width: calc(100% - 150px);
  border: none;
  padding: 0 15px 0 0;
}

.term-form-template .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #fff;
  padding: 0 4px;
}

@media only screen and (max-width: 320px) {
  .term-form-template .feildLable {
    font-size: 11px;
  }
}
.term-form-template #loader,
.term-form-template .loaderProcess,
.term-form-template .proceed {
  box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.term-form-template .err {
  font-size: 12px;
  line-height: 16px;
  color: red;
  position: absolute;
  bottom: -18px;
  left: 22px;
}

.term-form-template .err:empty {
  display: none;
}

.term-form-template .err:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 1px;
  left: -18px;
  background-size: 100%;
}

.cta-pointer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 40px;
}

.cta-pointer .p_type {
  width: 48%;
  font-size: 14px;
  padding-left: 45px;
  padding-right: 5px;
  position: relative;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .cta-pointer .p_type {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .cta-pointer .p_type {
    line-height: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .cta-pointer .p_type {
    font-size: 12px;
  }
}
.cta-pointer .p_type .power-icon {
  background: rgba(151, 74, 237, 0.16) url(../../../cdn/images/bu/flash-light.svg) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 5px;
  background-position: center center;
}

.cta-pointer .p_type .discount-icon {
  background: rgba(6, 168, 87, 0.16) url(../../../cdn/images/bu/discount-icon.svg) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 5px;
  background-position: center center;
}

.cta-pointer .p_type.purple {
  color: #9640ed;
}

.cta-pointer .p_type.green {
  color: #06a857;
}

.ageyears {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0065ff;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 39%;
  background: #fff;
  right: 0;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 45px;
}

.floatingPopupDiv .floatpanel .right {
  padding: 0 5px;
}

.floatingPopupDiv .floatpanel .right .term-form-template {
  box-shadow: none;
  margin: 0;
}

.floatingPopupDiv .floatpanel .right .mob-view-box {
  border: none;
  box-shadow: none;
  width: 480px;
  margin: 0 auto;
  height: 570px;
  padding: 30px 20px 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-appearance: none !important;
}

.floatingPopupDiv .floatpanel .right .mob-view-box::-webkit-scrollbar {
  display: none;
}

.floatingPopupDiv .floatpanel .right .mob-view-box .cta-info {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 10px 0 15px;
}

.floatingPopupDiv .floatpanel .right .mob-view-box .cta-pointer {
  margin: 10px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .right .mob-view-box {
    height: 430px;
    padding: 0;
  }
  .floatingPopupDiv .floatpanel .right .mob-view-box .cta-pointer .p_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .floatingPopupDiv .floatpanel .right .mob-view-box {
    width: 96%;
    margin: 0 auto;
    height: 600px;
  }
  .floatingPopupDiv .floatpanel .right .mob-view-box .cta-pointer .p_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .floatingPopupDiv .floatpanel .right .mob-view-box {
    height: 460px;
  }
}
.floatingPopupDiv .floatpanel .right .lead-form-left {
  width: 100%;
  padding: 10px 0;
}

.floatingPopupDiv .floatpanel .right .term-form-template .mobilefirst .formInput .col4 select {
  padding: 20px 20px 20px 15px;
}

.floatingPopupDiv .floatpanel .right .term-form-template .mobilefirst .formInput .col4 .cCode,
.floatingPopupDiv .floatpanel .right .term-form-template .mobilefirst .formInput .col4 .cCodeText {
  padding: 20px 0 20px 10px;
}

.floatingPopupDiv .floatpanel .right .termproceed {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    bottom: 0;
  }
  .floatingPopupDiv .floatpanel .mob-view-box {
    border: none;
    box-shadow: none;
    padding: 0 20px 20px;
  }
}
.floatingPopupDiv .disclaimer {
  text-align: center;
}

.floatingPopupDiv .disclaimer span {
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}

.floatingPopupDiv .disclaimer span.sm {
  font-size: 10px;
}

.floatingPopupDiv .disclaimer span a {
  color: #0065ff;
}

.floatingPopupDiv .disclaimer span a:hover,
.floatingPopupDiv .disclaimer span a:visited {
  color: #0065ff;
}

.floatingPopupDiv .close {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 34%;
  z-index: 10002;
  cursor: pointer;
}

.floatingPopupDiv .close:before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../../images/bu/right-arrow-floating.svg) no-repeat;
  height: 35px;
  width: 35px;
  top: 0;
  background-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    top: 0;
    background: 0 0;
    right: 10px;
  }
  .floatingPopupDiv .close:before {
    position: absolute;
    left: 3px;
    content: "";
    background: url(../../images/bu/cross-for-floating.svg) no-repeat;
    height: 25px;
    width: 25px;
    top: 10px;
    background-size: 100%;
  }
}
.genderSelect {
  display: table;
  width: 100%;
}

.genderSelect .radio_btn {
  float: left;
  display: inline-block;
  position: relative;
  width: 46%;
  margin: 0 0;
}

.genderSelect .radio_btn [type=radio]:checked,
.genderSelect .radio_btn [type=radio]:not(:checked) {
  visibility: hidden;
  position: absolute;
}

.genderSelect .radio_btn [type=radio] + span {
  text-align: left;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #5e6c84;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
  color: #5e6c84;
  padding: 15px;
  font-weight: 500;
  padding-left: 28%;
  box-sizing: border-box;
}

.genderSelect .radio_btn [type=radio] + span + .selectItem {
  border: 1px solid #5e6c84;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .genderSelect .radio_btn [type=radio] + span + .selectItem {
    left: 10%;
  }
}
.genderSelect .radio_btn [type=radio] + span:before {
  content: "";
  background-image: url(../../../cdn/images/bu/term_sprite.svg);
  position: absolute;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 1024px) {
  .genderSelect .radio_btn [type=radio] + span:before {
    display: none;
  }
}
.genderSelect .radio_btn [type=radio] + span.male:before {
  background-position: -322px -40px;
  width: 18px;
  height: 30px;
  left: 10%;
  top: 8px;
}

.genderSelect .radio_btn [type=radio] + span.female:before {
  background-position: -231px -40px;
  width: 18px;
  height: 30px;
  left: 10%;
  top: 8px;
}

.genderSelect .radio_btn [type=radio]:checked + span {
  color: #0065ff;
  border: 1px solid #0065ff;
  font-weight: 500;
}

.genderSelect .radio_btn [type=radio]:checked + span.male:before {
  background-position: -368px -40px;
}

.genderSelect .radio_btn [type=radio]:checked + span.female:before {
  background-position: -277px -40px;
}

.genderSelect .radio_btn [type=radio]:checked + span + .selectItem {
  background: #0463f6;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  border: none;
  right: 20px;
  border-radius: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .genderSelect .radio_btn [type=radio]:checked + span + .selectItem {
    border: 4px solid #0463f6;
    background: 0 0;
  }
}
.genderSelect .radio_btn [type=radio]:checked + span + .selectItem:before {
  content: "";
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  .genderSelect .radio_btn [type=radio]:checked + span + .selectItem:before {
    display: none;
  }
}
.genderSelect .radio_btn + .radio_btn {
  float: right;
}

@media only screen and (max-width: 640px) {
  .cta-pointer {
    margin: 20px 0;
  }
}
.floatingPopupDiv .fieldWrapper.error {
  margin: 20px 0 40px !important;
}

.term-form-template input.labelshow + .feildLable,
.term-form-template.labelshow + .feildLable.gray {
  top: -10px;
  font-size: 12px;
}

.insurer-slider {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  display: block;
  clear: both;
  background: #f7f7f7;
  padding: 24px 36px 0;
  box-sizing: border-box;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider {
    background: #f7f7f7;
    margin: 10px 0;
    border-radius: 0;
    width: 100%;
  }
}
.insurer-slider .option-insurer-heading {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 0 10px;
  text-transform: initial;
}

.insurer-slider .option-insurer-heading strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-insurer-heading {
    width: 100%;
    padding: 0 0 0 10px;
    padding-left: 0;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-insurer-heading {
    padding: 10px;
    font-size: 24px !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insurer-slider .option-insurer-heading {
    padding-left: 0;
    margin-left: 0;
  }
}
.insurer-slider .option-slider-insurer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer {
    padding: 0 0 0 10px;
  }
}
.insurer-slider .option-slider-insurer .banner-img {
  width: 120px;
  height: 100px;
  margin: 0 auto;
}

.insurer-slider .option-slider-insurer .banner-img img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .slick-prev.slick-arrow {
  left: -10px;
}

.insurer-slider .option-slider-insurer .slick-next,
.insurer-slider .option-slider-insurer .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .insurer-slider .option-slider-insurer .slick-next,
  .insurer-slider .option-slider-insurer .slick-prev {
    display: none !important;
  }
}
.insurer-slider .option-slider-insurer .slick-prev {
  left: 10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .slick-next {
  right: -10px;
  z-index: 10;
}

.insurer-slider .option-slider-insurer .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.insurer-slider .option-slider-insurer .product-list-box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  width: 200px;
  margin: 20px 10px;
  padding: 30px 10px 10px;
  height: 230px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    padding: 20px 2px 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-slider .option-slider-insurer .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.insurer-slider .option-slider-insurer .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
  width: 120px;
  margin: 0 auto;
  display: block;
  height: 60px;
  overflow: hidden;
  max-width: 89px;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img {
  width: 100%;
  height: auto;
}

.insurer-slider .option-slider-insurer .product-list-box .banner-insurer img[alt~=Pramerica] {
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 740px) {
  .insurer-slider .option-slider-insurer .product-list-box .banner-insurer {
    width: 90px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info {
    padding: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
  width: 90%;
  display: flex;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px auto;
  text-align: center;
  justify-content: center;
  border: none;
  height: 40px;
  width: 100%;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media only screen and (max-width: 375px) {
  .insurer-slider .option-slider-insurer .product-list-box .product-info .text-nobrd {
    font-size: 12px;
  }
}
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 7.5px 15px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  width: 125px;
  height: 33px;
  text-align: center;
}

.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect.active,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:hover,
.insurer-slider .option-slider-insurer .product-list-box .product-info .link_text.bannertermredirect:visited {
  color: #0065ff;
}

.insurer-slider .view-all-plans {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1024px) {
  .insurer-slider .view-all-plans {
    padding: 0 10px 0 0;
  }
}
.insurer-slider .view-all-plans a {
  color: #0065ff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .sliderRoot .sliderWrapper.insurer-slider {
    margin: 30px 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer {
    padding: 0;
  }
}
.sliderRoot .sliderWrapper.insurer-slider .option-slider-insurer .product-list-box {
  flex-shrink: 0;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows {
  width: 40px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5 {
  left: 9px;
}

.sliderRoot .sliderWrapper.insurer-slider .arrows.style-5.right {
  right: 9px;
  left: auto;
}

.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);
  }
}
.term-cal-top-plan {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .term-cal-top-plan {
    margin-top: 73px;
    background: #f4f5f7;
  }
}
@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;
}

.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;
}

.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: 5px;
  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: 232px !important;
  padding: 4px 8px 3px 25px;
  display: inline-block;
  background: #4b7ecb;
  color: #fff;
  border-radius: 8px 0 8px 0;
  box-sizing: border-box;
  height: 35px;
}

.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;
}

.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 lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

.gifloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.69);
}

.gifloader.hide {
  display: none;
}

.gifloader .loading-img {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url("../../images/bu/ture-caller-loader.gif") no-repeat 0 0;
  left: 0;
  right: 0;
  background-size: contain;
  margin: 0 auto;
}

.top-plan .priceup {
  padding: 6px 2px 7px 29px;
}

@media (max-width: 767px) {
  .top-plan-feature-and-filter .term-cal-top-plan .top-plan {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top-plan .pricehike {
    right: 12px;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 48px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media (max-width: 1024px) {
  .pbcategoryPages .contentSection,
  .pbcategoryPages > .grid {
    padding: 0 10px;
    overflow: hidden;
  }
}
:root {
  --white: #fff;
  --light-blue: #f2f7ff;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4c4c4d;
  --disable-color: ##949494;
  --shadowblue: #fafcff;
  --gray: #d6d6d6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994eb;
  --green: #2dbc13;
  --lightgreen: #b6f4b4;
  --lightred: #f4b4b4;
  --page-max-width: 1170px ;
}

@media (max-width: 480px) {
  :root {
    --page-max-width: 100%;
    --font-size: 14px ;
  }
  .p,
  p {
    font-size: var(--font-size);
    line-height: 21px;
  }
}
@media (min-width: 576px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (max-width: 991px) {
  :root {
    --page-max-width: 100% ;
  }
}
@media (min-width: 992px) {
  :root {
    --page-max-width: 960px ;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-max-width: 1170px ;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#policybazaar {
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--black);
}

:focus {
  outline: 0;
}

a,
button,
input,
li,
ol.ul,
select,
textarea {
  outline: 0;
}

.bold {
  font-weight: 600;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.hide-mobile {
  display: block;
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}
.contentSection .insurer-slider h3,
.grid .insurer-slider h3 {
  margin-top: 0 !important;
}

.contentSection .insurer-slider h3,
.contentSection .investment-option-slider h3,
.grid .insurer-slider h3,
.grid .investment-option-slider h3 {
  color: #253858;
  font-size: 22px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .contentSection .insurer-slider h3,
  .contentSection .investment-option-slider h3,
  .grid .insurer-slider h3,
  .grid .investment-option-slider h3 {
    font-size: 18px;
  }
}
.block_content_wrapper_firstfold {
  margin-top: 0;
}

.block_content_wrapper_firstfold .heading,
.block_content_wrapper_firstfold h1.heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .block_content_wrapper_firstfold .heading,
  .block_content_wrapper_firstfold h1.heading {
    font-size: 22px;
  }
}
.block_content_wrapper_firstfold .paragraphBu,
.block_content_wrapper_firstfold p.paragraphBu {
  margin-top: 0;
  margin-bottom: 0;
}

.block_content_wrapper .heading,
.block_content_wrapper_firstfold .heading {
  color: #253858;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .block_content_wrapper .heading,
  .block_content_wrapper_firstfold .heading {
    font-size: 18px;
  }
}
.block_content_wrapper .paragraphBu,
.block_content_wrapper_firstfold .paragraphBu {
  font-size: 14px;
  color: #253858;
  line-height: 25px;
  margin-bottom: 16px;
  white-space: normal;
}

.linktag {
  color: #2b60ed;
  text-decoration: none;
}

.floatingpopup img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.banner-img {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .banner-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
.faqsWrap ul li h3 label:before,
.faqsWrap ul li h3 span:before {
  content: "👉";
  margin: 0 5px 0 0;
}

.faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul li li {
  background: 0 0;
}

.faqsWrap ul li:before {
  display: none;
}

.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap ul li .h2 > a,
.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h3 > a,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h4 > a,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li h2 > a,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h2 > span,
.faqsWrap ul li h3 > a,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h4 > a,
.faqsWrap ul li h4 > label,
.faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.faqsWrap ul li .h2 > a:hover,
.faqsWrap ul li .h2 > label:hover,
.faqsWrap ul li .h2 > span:hover,
.faqsWrap ul li .h3 > a:hover,
.faqsWrap ul li .h3 > label:hover,
.faqsWrap ul li .h3 > span:hover,
.faqsWrap ul li .h4 > a:hover,
.faqsWrap ul li .h4 > label:hover,
.faqsWrap ul li .h4 > span:hover,
.faqsWrap ul li h2 > a:hover,
.faqsWrap ul li h2 > label:hover,
.faqsWrap ul li h2 > span:hover,
.faqsWrap ul li h3 > a:hover,
.faqsWrap ul li h3 > label:hover,
.faqsWrap ul li h3 > span:hover,
.faqsWrap ul li h4 > a:hover,
.faqsWrap ul li h4 > label:hover,
.faqsWrap ul li h4 > span:hover {
  color: #253858;
}

.faqsWrap ul li .h2 > a:after,
.faqsWrap ul li .h2 > label:after,
.faqsWrap ul li .h2 > span:after,
.faqsWrap ul li .h3 > a:after,
.faqsWrap ul li .h3 > label:after,
.faqsWrap ul li .h3 > span:after,
.faqsWrap ul li .h4 > a:after,
.faqsWrap ul li .h4 > label:after,
.faqsWrap ul li .h4 > span:after,
.faqsWrap ul li h2 > a:after,
.faqsWrap ul li h2 > label:after,
.faqsWrap ul li h2 > span:after,
.faqsWrap ul li h3 > a:after,
.faqsWrap ul li h3 > label:after,
.faqsWrap ul li h3 > span:after,
.faqsWrap ul li h4 > a:after,
.faqsWrap ul li h4 > label:after,
.faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.faqsWrap ul li .h2 > a[flag=up],
.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h3 > a[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h4 > a[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li h2 > a[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h3 > a[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h4 > a[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul li .h2 > a[flag=up]::after,
.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h3 > a[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h4 > a[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li h2 > a[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h3 > a[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h4 > a[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}

.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.faqsWrap ul .data_ul li:before {
  content: none;
}

.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.form_icon {
  background-image: url("../../images/bu/mixedlayout-icon.svg");
  background-repeat: no-repeat;
}

.form_mixed_layout {
  background-color: var(--white);
  border-radius: 8px;
  padding: 15px 20px;
  width: 100%;
  max-width: 393px;
  top: 0;
  position: sticky;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  opacity: 1;
  z-index: 2;
}

@media (max-width: 1024px) {
  .form_mixed_layout {
    padding: 15px 5px;
    margin-top: 25px;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 375px) {
  .form_mixed_layout {
    max-width: 100%;
  }
}
.form_mixed_layout::before {
  content: "";
  width: 92%;
  background: var(--green);
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout .h4 {
  text-align: center;
  font-weight: 500;
}

.form_mixed_layout .form_box {
  display: none;
}

.form_mixed_layout .form_box.active {
  display: block;
}

.form_mixed_layout .forminput li {
  display: flex;
  border: 1px solid var(--brdgray);
  border-radius: 8px;
  margin: 20px;
  padding: 0 5px;
  position: relative;
}

.form_mixed_layout .forminput li .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  right: 0;
}

.form_mixed_layout .forminput li .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form_mixed_layout .forminput li .ico.usericon {
  background-position: 0 -454px;
}

.form_mixed_layout .forminput li .ico.dob {
  background-position: 0 -372px;
}

.form_mixed_layout .forminput li .ico.email {
  background-position: 0 -329px;
}

.form_mixed_layout .forminput li .ico.mobile-ico {
  background-position: 0 -413px;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li {
    margin: 20px;
  }
}
.form_mixed_layout .forminput li.has_radio {
  margin: 5px 20px 20px 20px;
}

@media (max-width: 992px) {
  .form_mixed_layout .forminput li.has_radio {
    margin: 5px 20px 20px 20px;
  }
}
.form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}

.form_mixed_layout .forminput li.noborder {
  border: none;
}

.form_mixed_layout .forminput li.mt0 {
  margin: 0 15px;
}

@media (max-width: 1024px) {
  .form_mixed_layout .forminput li.mt0 {
    padding: 0 15px 0 5px;
  }
}
.form_mixed_layout .forminput li .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}

.form_mixed_layout .forminput li .genderselect .female,
.form_mixed_layout .forminput li .genderselect .male {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}

.form_mixed_layout .forminput li .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.form_mixed_layout .forminput li .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form_mixed_layout .forminput li .genderselect .radio.active {
  border: 1px solid var(--blue);
}

.form_mixed_layout .forminput li .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_mixed_layout .forminput li .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.form_mixed_layout .forminput li .error {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.form_mixed_layout .forminput li input,
.form_mixed_layout .forminput li select {
  font-size: 16px;
}

@media (max-width: 568px) {
  .form_mixed_layout .forminput li input,
  .form_mixed_layout .forminput li select {
    font-size: 14px;
  }
}
.form_mixed_layout .forminput li select {
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 120px;
  margin-left: 40px;
  height: 46px;
  cursor: pointer;
  background-position-y: 58%;
}

.form_mixed_layout .forminput li input {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  min-height: 46px;
}

.form_mixed_layout .forminput li input.pd10 {
  padding: 10px;
}

.form_mixed_layout .forminput li .ageyears {
  background: #f2f7fe;
  color: #0563f6;
  width: 100px;
  height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}

.form_mixed_layout .forminput li .ageyears.show {
  display: flex;
}

.form_mixed_layout .forminput li .country {
  width: 100px;
  display: flex;
  align-items: center;
}

.form_mixed_layout .forminput li .country select {
  border: none;
}

.form_mixed_layout .forminput li .country .countrycode {
  width: 60px;
  box-sizing: border-box;
  padding-left: 8px;
  border-right: 1px solid #ccc;
}

.form_mixed_layout .forminput li button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 10px auto 5px;
  border: none;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
}

.form_mixed_layout .forminput li button:disabled,
.form_mixed_layout .forminput li button:hover {
  background: #005be6;
}

.form_mixed_layout .forminput li button:disabled {
  cursor: not-allowed;
}

.form_mixed_layout .forminput li button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}

.form_mixed_layout .termCondition {
  font-size: calc(var(--font-size) - 6px);
  color: var(--black);
  text-align: center;
  margin: 8px 0;
  display: block;
}

.form_mixed_layout .termCondition a {
  color: var(--blue);
}

.form_mixed_layout .termCondition a:hover {
  text-decoration: underline;
}

.form_mixed_layout .standard-apply {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 9px;
  line-height: 13px;
}

.tab {
  justify-content: center;
  align-items: center;
  width: 96%;
  border-radius: 8px;
  margin: 10px auto 20px;
}

.tab.wd350 {
  max-width: 350px;
}

.tab.alignleft {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
}

.tab.alignleft.wd300 {
  max-width: 300px;
}

@media (max-width: 767px) {
  .tab.alignleft {
    margin: 0 0 10px 0;
  }
  .tab.alignleft.wd300 {
    max-width: 240px;
  }
}
.tab li {
  padding: 15px;
  text-align: center;
  color: var(--disable-color);
  position: relative;
  display: flex;
  width: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
}

@media (max-width: 568px) {
  .tab li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tab li {
    font-size: 12px;
  }
}
.tab li.active {
  color: var(--blue);
}

.tab li.active:after {
  content: "";
  width: 90%;
  background: var(--blue);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.tab li:first-child {
  border-right: 1px solid var(--brdgray);
}

.tab li.style-1 {
  color: var(--white);
  padding: 10px;
}

.tab li.style-1.active {
  color: var(--black);
  background-color: var(--white);
}

.tab li.style-1.active:after {
  display: none;
}

@media (max-width: 767px) {
  .tab li.style-1 {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .tab li.style-1 {
    padding: 15px 0;
  }
}
.registration_check {
  position: relative;
}

.registration_check .countybox {
  width: 140px;
  display: flex;
  position: relative;
}

.registration_check .countybox .country-flag {
  width: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px 0 8px;
  cursor: pointer;
  position: relative;
}

.registration_check .countybox .country-flag img {
  width: 22px;
}

.registration_check .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 13px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.registration_check .countybox .country-flag.active:after {
  transform: rotate(180deg);
}

.registration_check .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}

.registration_check .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}

.registration_check .countybox .flags.show {
  display: block;
  top: 48px;
  z-index: 1;
}

.registration_check .countybox .flags::-webkit-scrollbar {
  width: 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}

.registration_check .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.registration_check .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
}

.registration_check .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.registration_check .countybox .flags li span:after {
  display: none;
}

.registration_check .countybox .flags li .cname {
  width: 100%;
}

.registration_check .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.registration_check .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}

.registration_check .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
}

.registration_check .countybox.boxup .show {
  display: block;
  bottom: 48px !important;
  z-index: 1;
  top: inherit !important;
}

.registration_check input {
  width: calc(100% - 100px);
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 100;
  left: 0;
  height: 100%;
  border-radius: 8px;
}

.search-flag.show {
  display: block;
}

.search-flag input {
  width: 100% !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 100%;
}

.search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}

.search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #333;
  margin-top: 15px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container {
    align-items: flex-end;
  }
}
.popup-container .popup {
  background: 0 0;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
}

.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 0;
  top: -40px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

.popup-container .popup .popup-close:hover {
  opacity: 1;
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
}

.popup-container .popup .popup-close:before {
  transform: rotate(45deg);
}

.popup-container .popup .popup-close:after {
  transform: rotate(-45deg);
}

.popup-container .popup .popup-close:after,
.popup-container .popup .popup-close:before {
  left: 14px;
  top: 4px;
  background-color: var(--white);
}

.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}

.popup-container .popup .popup-content select {
  background-position-y: 55%;
}

@media (max-width: 600px) {
  .popup-container .popup .popup-content .headingtitle {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .popup-container .popup .popup-content .headingtitle span:nth-child(2n) {
    display: inline-flex;
  }
}
@media screen and (max-width: 768px) {
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media (min-width: 800px) and (max-width: 990px) and (orientation: landscape), (min-width: 640px) and (max-width: 767px) and (orientation: landscape), (max-width: 568px) and (orientation: landscape) {
  .popup-container .popup .form_mixed_layout .form_box {
    width: 90%;
    margin: 0 auto;
  }
  .popup-container .popup .form_mixed_layout .headingtitle {
    padding-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 990px), (min-width: 640px) and (max-width: 767px), (max-width: 568px) {
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
    margin-top: 0;
  }
  .popup-container .popup .form_mixed_layout .h4 {
    text-align: center;
    font-weight: 500;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .form_mixed_layout .forminput li .ageyears {
    margin: 0;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
  }
  .popup-container .popup .popup-close:before {
    transform: rotate(45deg);
  }
  .popup-container .popup .popup-close:after {
    transform: rotate(-45deg);
  }
  .popup-container .popup .popup-close:after,
  .popup-container .popup .popup-close:before {
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media (max-width: 568px) {
  .popup-container .popup .form_mixed_layout {
    max-height: 580px;
    margin-top: 0;
    padding-top: 40px;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .popup-container .popup .form_mixed_layout {
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout .headingtitle {
    padding-top: 0;
  }
  .popup-container .popup .form_mixed_layout .headingtitle span:nth-child(2n) {
    display: inline;
  }
}
@media screen and (max-width: 360px) {
  .popup-container .popup::after {
    opacity: 0.8;
  }
}
aside.form_mixed_layout .headingtitle {
  font-size: 18px;
  color: #253858;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
  line-height: 22px;
}

@media (max-width: 1024px) {
  aside.form_mixed_layout .headingtitle {
    padding-top: 0;
    font-size: 15px;
  }
}
aside.form_mixed_layout .headingtitle span {
  color: #0065ff;
}

.fullHeight {
  height: 450px !important;
}

@media (max-width: 568px) {
  .fullHeight {
    height: 640px !important;
  }
}
.term-premium-cal {
  position: relative;
  margin-top: 25px;
  margin-bottom: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 5s ease-in;
}

.term-premium-cal.cal-show {
  visibility: visible;
  opacity: 1;
}

.term-premium-cal .tab-cal {
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .term-premium-cal .tab-cal::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .term-premium-cal .tab-cal {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.term-premium-cal .tab-cal .tablinks {
  border: none;
  box-shadow: 0 -1px 0 #eee inset;
  cursor: pointer;
  text-decoration: none;
  color: #253858;
  opacity: 0.5;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tab-cal .tablinks {
    width: auto;
  }
}
.term-premium-cal .tab-cal .tablinks::after {
  content: "";
  position: absolute;
  display: block;
  border-right: 2px solid #eee;
  top: 5px;
  left: 0;
  bottom: 0;
  opacity: 1;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.term-premium-cal .tab-cal .tablinks:last-of-type::after {
  border-right: none;
}

.term-premium-cal .tab-cal .tablinks:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.term-premium-cal .tab-cal .tablinks.active {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #076bfb;
  opacity: 1;
}

.term-premium-cal .tab-cal .tablinks.active::before {
  content: "";
  border-bottom: 2px solid #076bfb;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
}

.term-premium-cal .tab-cal .tablinks.active:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}

.term-premium-cal .tabcontent-cal {
  padding: 5px;
  position: relative;
  width: 100%;
  background: #fff 0 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper {
    display: block;
    padding-bottom: 15px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill {
  padding: 14px 17px;
}

@media (max-width: 1024px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill {
    padding: 14px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:first-child {
  width: 100%;
  background: #f3f9fe;
  border-radius: 8px;
  margin-right: 5px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
  width: 50%;
  background: #e8ffe5;
  border-radius: 8px;
}

@media only screen and (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill:last-child {
    background: 0 0;
    padding: 0;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content {
  display: flex;
  justify-content: space-between;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-text {
  color: rgba(37, 56, 88, 0.7019607843);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box {
  display: flex;
  align-items: center;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term {
    padding-right: 15px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term label {
  color: #253858;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term label {
    font-size: 13px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  cursor: pointer;
}

@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .radio-term-content .radio-term-align .radio-term-box .radio-term input {
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan {
  display: flex;
  justify-content: space-between;
  margin: 39px auto;
  position: relative;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan::after {
  content: "";
  border-color: #5e6c84;
  border-bottom: 1px;
  border-top: 0;
  border-style: dashed;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -20px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan:last-child {
  margin-bottom: 0;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan:last-child::after {
  display: none;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-text {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select {
  position: relative;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select {
  position: relative;
  color: #253858;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 20px;
  width: 130px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select {
    width: 110px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-plan .term-premium-plan-box .term-premium-plan-select .select-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  border-color: #253858;
  padding: 3px;
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 7px;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation img {
    max-width: 79px;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj {
    background: rgba(89, 185, 115, 0.2);
    border-radius: 8px;
    padding: 5px 27px;
    margin: 16px;
  }
}
@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj {
    padding: 5px 16px;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj .term-adj-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-adj .term-adj-item .term-item {
    display: block;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
  text-align: center;
  letter-spacing: 0.6px;
  color: #253858;
  font-size: 15px;
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-text {
    margin-top: 0;
    font-size: 13px;
    text-align: left;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price {
  color: #253858;
  font-size: 36px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price {
    font-size: 24px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price small {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-price small {
    font-size: 18px;
  }
}
.term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-btn {
  background: #fff;
  border: 1px solid #0164ff;
  color: #0164ff;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  height: 38px;
  width: 184px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .term-premium-cal .tabcontent-cal .tab-content-wrapper .tab-content-fill .term-premium-calculation .term-premium-calculation-btn {
    width: 182px;
    height: 40px;
    font-size: 16px;
  }
}
.term-premium-cal .close {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.term-ins-cal {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .term-ins-cal {
    display: block;
  }
}
.term-ins-cal .left {
  padding-right: 19px;
  width: 100%;
}

@media (max-width: 1024px) {
  .term-ins-cal .left {
    padding-right: 0;
    width: 100%;
    margin-top: 0 !important;
  }
}
.term-ins-cal .accordian-container {
  margin-bottom: 25px;
}

.term-ins-cal .accordian-container .accordian {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 718px;
  height: 50px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border: 1px solid #0065ff;
  border-radius: 8px;
  letter-spacing: 0.64px;
  color: #0065ff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .term-ins-cal .accordian-container .accordian {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian {
    font-size: 12.5px;
    margin-top: 40px;
  }
}
.term-ins-cal .accordian-container .accordian .accordian-more {
  display: flex;
  align-items: center;
}

.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transform-origin: center;
  border-color: #0065ff;
  width: 5px;
  height: 4px;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
    padding: 3px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow {
    margin-left: 5px;
  }
}
.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.more {
  transform: rotate(45deg);
}

.term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
  transform: rotate(-135deg);
  margin-top: 10px;
}

@media (max-width: 768px) and (max-width: 1024px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .term-ins-cal .accordian-container .accordian .accordian-more .accordian-arrow.less {
    margin-top: 5px;
  }
}
.term-ins-cal .accordian-container .content {
  display: block;
}

.term-ins-cal .number-stages {
  width: 85%;
}

@media (max-width: 768px) and (max-width: 1024px) {
  .term-ins-cal .number-stages {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .number-stages {
    width: 100%;
  }
}
.term-ins-cal .number-stages ul.number-steps {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  counter-reset: number-steps;
  position: relative;
}

.term-ins-cal .number-stages ul.number-steps::after {
  content: "";
  background: #f4f5f7;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 85%;
}

.term-ins-cal .number-stages ul.number-steps li {
  width: 220px;
  list-style-type: none;
  position: relative;
}

.term-ins-cal .number-stages ul.number-steps li::after {
  content: "";
  background: #f4f5f7;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 85%;
}

.term-ins-cal .number-stages ul.number-steps li::before {
  counter-increment: number-steps;
  content: counter(number-steps);
  background: #0164ff;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 700;
}

.term-ins-cal .number-stages .number-stages-box {
  margin: 20px auto;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body {
  display: inline-flex;
  flex-wrap: nowrap;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content {
  background: rgba(1, 100, 255, 0.0588235294);
  border-radius: 8px;
  width: 190px;
  padding: 10px;
  margin-right: 30px;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content:last-child {
  margin-right: 0;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content .number-stages-text {
  color: #253858;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content ul li {
  list-style-type: none;
  color: #253858;
  font-size: 12px;
  line-height: 16px;
  margin-top: 7px;
}

.term-ins-cal .number-stages .number-stages-box .number-stages-box-card .number-stages-box-body .number-stages-box-content ul li::before {
  content: "";
  background: #f0f6ff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-inline-end: 5px;
  border: 1px solid rgba(43, 96, 237, 0.7019607843);
}

.term-ins-cal ul.number-stages-count {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number-stages-count;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count {
    flex-direction: column;
  }
}
.term-ins-cal ul.number-stages-count li {
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 19px;
  width: 50%;
  list-style-type: none;
  position: relative;
  font-weight: 500;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li {
    width: 100%;
  }
}
.term-ins-cal ul.number-stages-count li::before {
  counter-increment: number-stages-count;
  content: counter(number-stages-count);
  color: #0164ff;
  background: #dbe9ff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-inline-end: 10px;
  line-height: 20px;
}

.term-ins-cal ul.number-stages-count li::after {
  border: 1px solid #f4f5f7;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 100%;
  bottom: 100%;
  z-index: -1;
}

@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li::after {
    content: "";
  }
}
@media (max-width: 575px) {
  .term-ins-cal ul.number-stages-count li:last-child::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .scroll-nowrap {
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .term-ins-cal .scroll-nowrap .number-stages {
    overflow-x: scroll;
  }
}
.term-ins-cal .description-list {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .term-ins-cal .description-list {
    max-width: 100%;
  }
}
.term-ins-cal .description-list dl dt {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.term-ins-cal .description-list dl dt::before {
  content: "";
  background: #f0f6ff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-inline-end: 15px;
  border: 1px solid rgba(43, 96, 237, 0.7019607843);
}

.term-ins-cal .description-list dl dd {
  color: #253858;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-left: 25px;
}

.term-ins-cal .investment-option-slider .option-slider {
  width: 100%;
}

.term-ins-cal .investment-option-slider .option-slider .product-info .viewmore .bannertermredirect {
  padding: 4px 7px;
}



.block_content_wrapper_firstfold p.char-count {
  color: rgba(37, 56, 88, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  display: inline;
}

.landingFirst .block_content_wrapper_firstfold .char-count .extra-text {
  display: inline;
}
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web {
  display: none;
}
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web.show-extra,
.landingFirst .block_content_wrapper_firstfold .char-count .extra-text.show-extra {
  display: inline;
}
@media (max-width:980px) {
  .landingFirst .block_content_wrapper_firstfold .char-count .extra-text,
  .landingFirst .block_content_wrapper_firstfold .char-count .extra-text-web {
    display: none;
  }

}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  font-weight: 500;
  color: #0165ff;
  cursor: pointer;
  font-size: 14px;
}

.footerData .one-cr {
  font-size: 23px;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .footerData .one-cr {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .popular_article .popular_article_container .boxclick {
    margin-right: 15px;
  }
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 14px;
  }
}
.term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
  font-weight: 500;
}

@media screen and (max-width: 320px) {
  .term_footer_strip .bannerDiv .grid .footerData .footerStrip .footerStripItem .textFeature strong:last-child {
    font-size: 13px;
  }
}
@media only screen and (max-width: 440px) {
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
  }
}
.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
}
@media screen and (max-width: 768px) {
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .pbRelatedLinks {
    padding: 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
}
.news {
  display: block;
}

.news h2 {
  font-size: 30px !important;
  margin-bottom: 30px !important;
}

.news h3 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
  color: #172b4d;
  letter-spacing: 0.26px;
  line-height: 24px;
  font-weight: 700;
}

.news .newstitle {
  margin: 0;
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}

.news .datedon {
  font-size: 12px;
  margin: 0;
  position: relative;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
}

.news .boxcontent {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.news .boxcontent p.paragraphBu {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent a {
  color: #0065ff;
}

.news .boxcontent .hidecontent {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}

.news .boxcontent .closecontent,
.news .boxcontent .morecontent {
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.news .boxcontent:last-child {
  border: none;
}

#term_news_heading {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
  color: #253858;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #term_news_heading {
    font-size: 20px !important;
  }
}
.seemore_news {
  display: block;
  text-align: center;
}

.seemore_news span {
  background: #fff;
  border-radius: 38px;
  border: 1px solid #0065ff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  align-items: center;
  margin: 0 auto 20px;
  cursor: pointer;
  color: #0065ff;
  padding: 10px 30px 11px;
  line-height: 16px;
  width: 140px;
  transition: all 0.3s linear;
}

.seemore_news span:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 0 7px;
  position: relative;
  top: -3px;
}

.seemore_news span.active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 1px;
}

@media screen and (min-width: 1025px) {
  .top-plan-feature-and-filter .tab-slide-top-plan .plan-custome-arrow {
    display: none;
  }
  .top-plan-feature-and-filter .tab-slide-top-plan .tab-slide-top-plan-nav {
    justify-content: space-between;
  }
}
.term_footer_strip.taxsavingalert {
  position: relative;
}

.term_footer_strip.taxsavingalert .bannerDiv {
  background: #d5d5fd 0 0 no-repeat padding-box;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 14px;
  color: #383336;
  line-height: 18px;
  font-weight: 400;
}

.term_footer_strip.taxsavingalert .bannerDiv.footerDiv .temcondition {
  position: absolute;
  color: #0a4db5;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv.footerDiv .temcondition {
    display: block !important;
    bottom: 0;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData {
  position: relative;
  height: 75px;
  min-height: 75px;
  width: 1140px;
  margin: 0 auto;
  align-items: center;
  list-style: none;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: auto;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close {
  width: 24px;
  height: 24px;
  background: #d2d1d1;
  position: absolute;
  display: block;
  z-index: 2;
  top: 4px;
  right: -12%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close:after,
.term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close:before {
  right: 11px;
  top: 5px;
}

@media (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .strip_close.close {
    right: 5px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    width: 100%;
    display: flex;
    align-items: CENTER;
    justify-content: CENTER;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:first-child {
    justify-content: center;
    width: 100%;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    margin-bottom: 12px;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) .btnLink {
  width: 200px;
  flex-shrink: 0;
  color: #fff;
  padding: 16px;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  margin-right: 16px;
  font-size: 14px;
}

@media (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData .footerStripItem:nth-child(2) .btnLink {
    width: 140px;
    padding: 8px 16px;
    border-radius: 24px;
    margin: 0 auto;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData::before {
  background: url(../../images/bu/investment/trad-timer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 122px;
  height: 108px;
  background-position: center top;
  bottom: -2px;
  left: 0;
  z-index: 10;
}

@media (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData:before {
    background: url(../../images/bu/investment/trad-hurry-strip.svg) no-repeat;
    width: 95px;
    height: 59px;
    position: absolute;
    left: -15px;
    top: -21px;
    transform: rotate(-20deg);
    z-index: 40;
  }
  .term_footer_strip.taxsavingalert .bannerDiv .footerData::after {
    background: url(../../images/bu/investment/trad-timer-icon-mobile.svg) no-repeat;
    text-align: center;
    position: absolute;
    content: "";
    z-index: 1;
    left: -20px;
    width: 81px;
    height: 69px;
    opacity: 0.9;
    bottom: -6px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData .guaranteedInvestList {
  width: 100%;
  list-style: none;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li {
  width: 100%;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li {
    justify-content: center;
    width: 100%;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text {
  padding: 0 30px 0 140px;
}

@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text {
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .tag-line {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 3px;
  color: #253858;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .tag-line {
    padding-left: 0;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
    z-index: 2;
    position: relative;
    text-align: center;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text {
    justify-content: center;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .text {
  font-size: 14px;
  line-height: 19px;
  color: #253858;
  text-align: left;
  margin-right: 4.6px;
}

@media (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .text {
    display: none;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer {
  border: 1px dashed rgba(0, 0, 0, 0.2392156863);
  border-radius: 4px;
  padding: 4px;
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer {
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer .days {
  border-radius: 4px;
  background: rgba(255, 130, 138, 0.4);
  padding: 3px;
  letter-spacing: 0;
  color: #7c0303;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li .white-text .timer-text .timer span {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.term_footer_strip.taxsavingalert .bannerDiv .footerData li.countryWidth.trad-page {
  display: flex;
  width: 100%;
  z-index: 20;
}

.more-content-investment {
  display: none;
}

.more-content-investment.show {
  display: block;
}

.read-more-investment-btn {
  text-align: center;
  position: relative;
  margin: 40px 0 50px;
  border-top: 1px solid #dfe1e6;
}

@media screen and (max-width: 1024px) {
  .read-more-investment-btn {
    margin: 40px 0;
  }
}
.read-more-investment-btn button {
  width: 134px;
  height: 36px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  background: #fff;
  outline: 0;
  border: none;
  color: #0065ff;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
}

.read-more-investment-btn button:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  margin-left: 10px;
}

.read-more-investment-btn button.show {
  width: 123px;
}

.read-more-investment-btn button.show:after {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 16px;
  right: 23px;
  position: absolute;
}

.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.termcalculator {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.termcalculator .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 24px 10px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content h2 {
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0 0 10px 0;
  max-width: 380px;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content h2 .yl {
  color: #ffbb32;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content h2 {
    font-size: 26px;
    text-align: left;
    margin-top: 30px;
    max-width: 215px;
    line-height: 40px;
    margin-bottom: 28px;
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content p {
  text-align: left;
  margin: 10px 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  max-width: 52%;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content p {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
    max-width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content .viewplan-link {
  max-width: 246px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
  text-transform: initial;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content .viewplan-link {
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator::after {
  content: "";
  background: url(../../images/bu/termcalculator-exitintent.png) no-repeat right bottom;
  width: 354px;
  height: 300px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator::after {
    width: 250px;
    height: 247px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 70px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator::after {
    width: 150px;
    height: 130px;
    position: absolute;
    top: 53px;
    right: 6px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  width: 52% !important;
  margin: 20px 0;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .tag-highlight span {
  color: #253858;
  font-weight: 500;
  display: block;
  font-size: 22px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin: 16px 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
  }
}
.exit-intent-popup-container .exit-intent-popup.termcalculator .redirectLink {
  background: 0 0;
  border: none;
  color: #266ff7;
  text-align: left;
  font-size: 24px;
  margin: 0;
  text-transform: none;
  width: 100%;
  display: block;
  font-weight: 600;
  max-width: 100%;
  text-align: left;
}

.exit-intent-popup-container .exit-intent-popup.termcalculator .redirectLink span {
  color: #253858;
  font-weight: 400;
}

@media (max-width: 980px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .redirectLink {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.termcalculator .redirectLink {
    font-size: 20px;
    width: 100% !important;
    text-align: left;
  }
}
.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;
  }
}
.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;
}

@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;
  margin-top: 32px;
}

.modalpopup .popup .heading_call_icon .phone {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../images/bu/term/call-back-icon.png") no-repeat 0 0;
  background-size: contain;
}

.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: 4px;
  cursor: pointer;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 500;
  margin: 20px auto;
}

@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: 0 0 0 12px;
  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: 12px;
  border-radius: 8px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #cbc9c9;
  transition: border-color 0.3s ease;
}

.modalpopup .custom-field.movingLabel input + .placeholder {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: -6px;
  line-height: 100%;
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  left: 7px;
  padding: 0 5px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}

.modalpopup .form-whatsapp {
  margin-top: 10px !important;
}

.form_mixed_layout.calculator-horizon-form {
  position: static;
  max-width: 100%;
  border: 1px solid rgba(0, 101, 255, 0.2);
  padding: 20px 20px 30px;
}

.form_mixed_layout.calculator-horizon-form .headingtitle {
  text-align: left;
  padding: 5px 0 20px;
}

.form_mixed_layout.calculator-horizon-form .headingtitle span small {
  color: #253858;
}

.form_mixed_layout.calculator-horizon-form .term-bg .forminput {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout.calculator-horizon-form .term-bg .forminput {
    flex-direction: column;
  }
}
.form_mixed_layout.calculator-horizon-form .term-bg .forminput li {
  width: 25%;
  margin: 0 12px 0 0;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout.calculator-horizon-form .term-bg .forminput li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.form_mixed_layout.calculator-horizon-form .term-bg .forminput li.has_radio {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout.calculator-horizon-form .term-bg .forminput li.has_radio {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.form_mixed_layout.calculator-horizon-form .term-bg .forminput li:last-child {
  width: 25%;
  margin: 0;
}

@media screen and (max-width: 980px) {
  .form_mixed_layout.calculator-horizon-form .term-bg .forminput li:last-child {
    width: 100%;
  }
}
.form_mixed_layout.calculator-horizon-form .term-bg .forminput li input {
  padding: 10px 10px 10px 10px;
}

.form_mixed_layout.calculator-horizon-form .term-bg .forminput li select {
  margin-left: 10px;
}

.form_mixed_layout.calculator-horizon-form .term-bg .forminput li button {
  padding: 12px 20px;
  width: 100%;
  margin: 0;
}

.popup-container .form_mixed_layout.calculator-horizon-form .term-bg .forminput {
  flex-wrap: wrap;
}

.popup-container .form_mixed_layout.calculator-horizon-form .term-bg .forminput li {
  width: 100%;
  margin: 0 0 20px;
}

.popup-container .form_mixed_layout.calculator-horizon-form .term-bg .forminput li.has_radio {
  margin: 0 0 20px;
}

.popup-container .form_mixed_layout.calculator-horizon-form .term-bg .forminput li:last-child {
  width: 100%;
}

.lets_talk_about_family_future {
  background: radial-gradient(67.47% 150.37% at 50.1% 50%, #fff 0, #67ccd1 100%);
  border: 1px solid #74c8cc;
  color: #062b75;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lets_talk_about_family_future {
    width: calc(100% + 20px);
    margin: 20px auto 0;
    left: -10px;
  }
}
.lets_talk_about_family_future .content {
  width: 45%;
  margin: 0 auto;
  line-height: 26px;
  padding: 14px 0;
  position: relative;
  min-width: 490px;
}

.lets_talk_about_family_future .content span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .lets_talk_about_family_future .content {
    width: 65%;
    margin: 0 auto;
    line-height: 22px;
    padding: 6px 0;
    font-size: 15px;
    min-width: auto;
  }
}
.lets_talk_about_family_future .content:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../../images/bu/term/topplan_banner_icon.png) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
}

.lets_talk_about_family_future .go_next {
  border: 1px solid #0065ff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  padding: 0 !important;
  background-color: #fff;
}

.lets_talk_about_family_future .go_next::before {
  display: none !important;
}

.lets_talk_about_family_future .go_next .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  left: 8px;
  top: 9px;
}

.lets_talk_about_family_future .go_next .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (max-width: 890px) {
  .term-premium-cal .tabcontent-cal {
    padding: 37px 5px 5px;
  }
}
.term-premium-cal .promise-tag-pb {
  background: #fff9e5;
  display: inline-flex;
  position: relative;
  padding: 2px 20px 2px 7px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid #aa7b03;
  font-size: 13px;
  color: #b36807;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 400;
  align-items: center;
}

.term-premium-cal .promise-tag-pb::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-flex;
  margin: 0 8px 0 0;
  background: url("../../images/bu/term/promise-icon-pb.png") no-repeat;
  background-size: 100%;
}

.term-premium-cal .promise-tag-pb strong {
  margin: 0 0 0 4px;
  font-weight: 700;
}

.term-premium-cal .promise-tag-pb sup {
  line-height: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 16px;
}

@media (max-width: 890px) {
  .term-premium-cal .promise-tag-pb {
    position: absolute;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    max-width: 258px;
    margin: 0;
    font-size: 12px;
    padding: 0 20px 0 7px;
  }
}
.form_mixed_layout.calculator-horizon-form .promise-tag-pb {
  display: none;
}

@media (max-width: 980px) {
  .term-ins-cal iframe {
    height: 220px;
  }
}
.term-footer-sticky {
  background: #242424;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px 12px 0 0;
  transition: all 0.5s ease-in;
}

.term-footer-sticky .msg-we-offer {
  display: none;
}

@media (max-width: 980px) {
  .term-footer-sticky .msg-we-offer {
    position: absolute;
    bottom: 48px;
    padding: 6px 30px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px 50px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 296px;
    text-align: center;
    display: block;
    background: #b1feec;
  }
}
.term-footer-sticky.active {
  bottom: -1px;
}

.term-footer-sticky .premiumPlan sup {
  position: relative !important;
  top: initial !important;
}

.term-footer-sticky .f-discalimer {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: -50px;
  font-size: 10px;
  width: 220px;
}

@media (max-width: 1024px) {
  .term-footer-sticky .f-discalimer {
    display: none;
  }
}
.term-footer-sticky .close-btn {
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 890px) {
  .term-footer-sticky .close-btn {
    background: 0 0;
    width: 14px;
    height: 14px;
    right: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #ccc;
  }
}
.term-footer-sticky .offer-we-share {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .term-footer-sticky .offer-we-share {
    max-width: 600px;
    justify-content: space-between;
    width: 96%;
  }
}
.term-footer-sticky .offer-we-share .offer-img {
  width: 60px !important;
  height: 80px !important;
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat -8px 0 !important;
  background-size: cover !important;
}

.term-footer-sticky .offer-we-share .vp.av {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 235px;
  color: #fff;
  text-align: left;
  padding: 16px;
  font-weight: 500;
  padding: 14px 13px 14px 12px;
  font-weight: 500;
  margin: 9px 0;
  position: relative;
}

.term-footer-sticky .offer-we-share .vp.av i {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  right: 18px;
  top: 40%;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .vp.av {
    max-width: 122px !important;
  }
  .term-footer-sticky .offer-we-share .vp.av span {
    display: none !important;
  }
}
.term-footer-sticky .offer-we-share .plan-text {
  color: #fff;
  font-size: 18px;
}

.term-footer-sticky .offer-we-share .plan-text.gr {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 30px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitext {
  line-height: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  top: 0;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    margin-bottom: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -3px;
  padding-left: 5px;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext {
    padding: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext .text2 {
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitext span {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab {
  margin-bottom: 10px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  color: #4ce48e;
  margin-right: 20px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 .highlight-green {
  color: #4ce48e;
  font-size: 14px;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 sup {
  color: #4ce48e;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 550%;
  background-position: -86px -5px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab .text1 {
    display: none;
  }
}
.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2 {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: #e79eff;
  border-radius: 20px;
  padding: 8px 10px 8px 36px;
  position: relative;
}

.term-footer-sticky .offer-we-share .plan-text.gr .multitab .text2:before {
  content: "";
  background: url(../../images/bu/term/footer-stikcy_sprites.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
  background-size: 680%;
  background-position: -107px -40px;
}

@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr .multitab {
    display: none;
  }
}
@media (max-width: 767px) {
  .term-footer-sticky .offer-we-share .plan-text.gr {
    margin: 0;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl {
  display: inline;
}

.term-footer-sticky .offer-we-share .plan-text.yl .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 568px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text1 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 {
  font-size: 22px;
  font-weight: 500;
  color: #eed304;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl .text2 {
    width: 18px;
  }
}
.term-footer-sticky .offer-we-share .plan-text.yl .text2 i {
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share .plan-text.yl {
    width: 70%;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .offer-we-share {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 15px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us {
    width: 50%;
    background: #e2edff;
    padding: 15px 0;
    text-align: center;
    height: 50px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span {
    color: #0065ff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span:before {
    content: "";
    background: url("../../images/bu/term/chat-term-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .term-footer-sticky .offer-we-share .chat-with-us span .unread-messages {
    background: red;
    border: 1px solid #fff;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    font-weight: 700;
    z-index: 1;
    left: 10px;
    top: -9px;
    position: absolute;
  }
  .term-footer-sticky .offer-we-share .offer-img {
    display: none;
  }
  .term-footer-sticky .offer-we-share .vp {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .term-footer-sticky .offer-we-share .vp span {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .term-footer-sticky .offer-we-share .vp span i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
  }
}
@media (max-width: 640px) {
  .term-footer-sticky .offer-we-share {
    padding: 10px 15px 0;
  }
}
@media (max-width: 890px) {
  .term-footer-sticky .section-grid {
    padding: 0 !important;
  }
}
.term-footer-sticky .f-discalimer {
  color: #fff !important;
  position: absolute !important;
  bottom: 5px !important;
  right: -40px !important;
  font-size: 10px !important;
  width: 460px !important;
}

.term-footer-sticky .section-grid {
  background: 0 0 !important;
}

.rhs-row {
  display: flex;
}

@media (max-width: 980px) {
  .rhs-row {
    flex-direction: column;
  }
}
.rhs-row .cal-rhs-left {
  min-width: 700px;
  max-width: 700px;
}

.rhs-row .cal-rhs-right {
  padding: 0 0 0 20px;
}

.rhs-row .cal-rhs-right img {
  max-width: 100%;
}

@media (max-width: 980px) {
  .rhs-row .cal-rhs-right {
    padding: 20px 0 0 0;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li {
  width: 276px !important;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  max-height: initial !important;
}

@media (max-width: 640px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    max-height: auto;
    width: 48% !important;
  }
}
.rhs-row {
  display: flex;
}

@media (max-width: 980px) {
  .rhs-row {
    flex-direction: column;
  }
}
.rhs-row .cal-rhs-left {
  min-width: 750px;
  max-width: 750px;
}

.rhs-row .cal-rhs-right {
  padding: 0 0 0 20px;
}

.rhs-row .cal-rhs-right img {
  max-width: 100%;
}

@media (max-width: 980px) {
  .rhs-row .cal-rhs-right {
    padding: 20px 0 0 0;
  }
}
.gstprice_tag {
  font-size: 12px;
  background: #6C25D8;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px 7px 37px;
  position: relative;
  top: 14px;
  font-weight: 500;
  left: 0px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(151, 71, 255, 0.4);
  position: relative;
}
.gstprice_tag:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/gst_price.gif) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 7px;
}/*# sourceMappingURL=term_v11.css.map */