@charset "UTF-8";
.section-full {
  width: 100%;
  clear: both;
  display: block;
}

.section-full .section-grid {
  max-width: 1170px !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .section-full .section-grid {
    max-width: 100%;
    background: #fff;
    padding: 20px 0 0 16px;
  }
}
.section-full .section-grid .ribbon {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 20px;
  color: #253858;
}

.product-article-wrapper {
  padding-top: 0;
  clear: both;
}

@media (max-width: 1024px) {
  .product-article-wrapper .product-article-wrapper {
    padding: 0 0 0 16px;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .product-article-wrapper .product-article-wrapper {
    padding: 0 0 0 16px;
    margin-top: 0;
  }
}
.product-article-wrapper .ribbon {
  top: 0;
}

.product-article-wrapper .related-img img {
  width: 100%;
}

.product-article-wrapper h3.ribbon {
  font-size: 24px;
  color: #253858;
  line-height: 36px;
  margin-bottom: 20px;
}

.product-article-wrapper .pbdate {
  height: 160px;
  display: block;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.product-article-wrapper .pbdate .publish-data {
  font-size: 11px;
  position: relative;
  top: -13px;
  left: 12px;
  color: rgba(37, 56, 88, 0.8);
}

.product-article-wrapper .pbdate .publish-data:before {
  content: "";
  position: absolute;
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 5px;
  left: -10px;
}

.product-article-wrapper .pbdate .read-time {
  font-weight: 700;
}

.product-article-wrapper .pbdate .readmore {
  position: absolute;
  bottom: 16px;
  color: #0065ff;
  font-size: 14px;
}

.product-article-wrapper .pbdate .readmore .arrow {
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
}

.sliderRoot,
.sliderRootWrapper {
  position: relative;
  max-width: 1170px !important;
  width: 100% !important;
  margin: 0 auto;
  overflow: initial;
}

.sliderRoot .sliderWrapper,
.sliderRootWrapper .sliderWrapper {
  position: relative;
}

.sliderRoot .sliderWrapper .items,
.sliderRootWrapper .sliderWrapper .items {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.sliderRoot .sliderWrapper .items.col-2 .item,
.sliderRoot .sliderWrapper .items.col-2 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-2 .item,
.sliderRootWrapper .sliderWrapper .items.col-2 .pcard {
  width: 328px;
  min-width: 328px;
  margin: 0 20px 0 0;
}

.sliderRoot .sliderWrapper .items.col-2 .item .related-img,
.sliderRoot .sliderWrapper .items.col-2 .pcard .related-img,
.sliderRootWrapper .sliderWrapper .items.col-2 .item .related-img,
.sliderRootWrapper .sliderWrapper .items.col-2 .pcard .related-img {
  height: 230px;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-2 .item,
  .sliderRoot .sliderWrapper .items.col-2 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-2 .item,
  .sliderRootWrapper .sliderWrapper .items.col-2 .pcard {
    width: 322px;
    min-width: 322px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-3 .item,
.sliderRoot .sliderWrapper .items.col-3 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-3 .item,
.sliderRootWrapper .sliderWrapper .items.col-3 .pcard {
  width: 370px;
  min-width: 370px;
  margin: 0 26px 0 0;
}

.sliderRoot .sliderWrapper .items.col-3 .item .related-img,
.sliderRoot .sliderWrapper .items.col-3 .pcard .related-img,
.sliderRootWrapper .sliderWrapper .items.col-3 .item .related-img,
.sliderRootWrapper .sliderWrapper .items.col-3 .pcard .related-img {
  height: 230px;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-3 .item,
  .sliderRoot .sliderWrapper .items.col-3 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-3 .item,
  .sliderRootWrapper .sliderWrapper .items.col-3 .pcard {
    width: 322px;
    min-width: 322px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-4 .item,
.sliderRoot .sliderWrapper .items.col-4 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-4 .item,
.sliderRootWrapper .sliderWrapper .items.col-4 .pcard {
  width: 274px;
  min-width: 274px;
  margin: 0 20px 0 0;
}

.sliderRoot .sliderWrapper .items.col-4 .item .related-img,
.sliderRoot .sliderWrapper .items.col-4 .pcard .related-img,
.sliderRootWrapper .sliderWrapper .items.col-4 .item .related-img,
.sliderRootWrapper .sliderWrapper .items.col-4 .pcard .related-img {
  height: 230px;
}

@media (max-width: 568px) {
  .sliderRoot .sliderWrapper .items.col-4 .item,
  .sliderRoot .sliderWrapper .items.col-4 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-4 .item,
  .sliderRootWrapper .sliderWrapper .items.col-4 .pcard {
    width: 274px;
    min-width: 274px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-5 .item,
.sliderRoot .sliderWrapper .items.col-5 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-5 .item,
.sliderRootWrapper .sliderWrapper .items.col-5 .pcard {
  width: 258px;
  min-width: 258px;
  margin: 0 20px 0 0;
}

.sliderRoot .sliderWrapper .items.col-5 .item .related-img,
.sliderRoot .sliderWrapper .items.col-5 .pcard .related-img,
.sliderRootWrapper .sliderWrapper .items.col-5 .item .related-img,
.sliderRootWrapper .sliderWrapper .items.col-5 .pcard .related-img {
  height: 230px;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-5 .item,
  .sliderRoot .sliderWrapper .items.col-5 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-5 .item,
  .sliderRootWrapper .sliderWrapper .items.col-5 .pcard {
    width: 258px;
    min-width: 258px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-6 .item,
.sliderRoot .sliderWrapper .items.col-6 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-6 .item,
.sliderRootWrapper .sliderWrapper .items.col-6 .pcard {
  width: 182px;
  min-width: 182px;
  margin: 0;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-6 .item,
  .sliderRoot .sliderWrapper .items.col-6 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-6 .item,
  .sliderRootWrapper .sliderWrapper .items.col-6 .pcard {
    width: 182px;
    min-width: 182px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-7 .item,
.sliderRoot .sliderWrapper .items.col-7 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-7 .item,
.sliderRootWrapper .sliderWrapper .items.col-7 .pcard {
  min-width: 204px;
  margin: 0 18px 0 0;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-7 .item,
  .sliderRoot .sliderWrapper .items.col-7 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-7 .item,
  .sliderRootWrapper .sliderWrapper .items.col-7 .pcard {
    min-width: 202px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-8 .item,
.sliderRoot .sliderWrapper .items.col-8 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-8 .item,
.sliderRootWrapper .sliderWrapper .items.col-8 .pcard {
  min-width: 116px;
  margin: 0 18px 0 0;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-8 .item,
  .sliderRoot .sliderWrapper .items.col-8 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-8 .item,
  .sliderRootWrapper .sliderWrapper .items.col-8 .pcard {
    min-width: 116px;
    margin: 0 18px 0 0;
  }
}
.sliderRoot .sliderWrapper .items.col-9 .item,
.sliderRoot .sliderWrapper .items.col-9 .pcard,
.sliderRootWrapper .sliderWrapper .items.col-9 .item,
.sliderRootWrapper .sliderWrapper .items.col-9 .pcard {
  min-width: 155px;
  margin: 0 18px 0 0;
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items.col-9 .item,
  .sliderRoot .sliderWrapper .items.col-9 .pcard,
  .sliderRootWrapper .sliderWrapper .items.col-9 .item,
  .sliderRootWrapper .sliderWrapper .items.col-9 .pcard {
    min-width: 155px;
    margin: 0 18px 0 0;
  }
}
@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .items,
  .sliderRootWrapper .sliderWrapper .items {
    overflow-x: scroll;
  }
  .sliderRoot .sliderWrapper .items::-webkit-scrollbar,
  .sliderRootWrapper .sliderWrapper .items::-webkit-scrollbar {
    width: 0;
  }
  .sliderRoot .sliderWrapper .items::-webkit-scrollbar-track,
  .sliderRootWrapper .sliderWrapper .items::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .sliderRoot .sliderWrapper .items::-webkit-scrollbar-thumb,
  .sliderRootWrapper .sliderWrapper .items::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.sliderRoot .sliderWrapper .items.active,
.sliderRootWrapper .sliderWrapper .items.active {
  background: rgba(255, 255, 255, 0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

.sliderRoot .sliderWrapper .items .item,
.sliderRootWrapper .sliderWrapper .items .item {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .sliderRoot .sliderWrapper .items .item,
  .sliderRootWrapper .sliderWrapper .items .item {
    min-height: 200px;
    min-width: 200px;
  }
}
.sliderRoot .sliderWrapper .arrows,
.sliderRootWrapper .sliderWrapper .arrows {
  width: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 96;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .sliderRoot .sliderWrapper .arrows,
  .sliderRootWrapper .sliderWrapper .arrows {
    display: none;
  }
}
.sliderRoot .sliderWrapper .arrows .arrow-left,
.sliderRoot .sliderWrapper .arrows .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows .arrow-right {
  border-radius: 20px;
  border: 1px solid #0065ff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  cursor: pointer;
}

.sliderRoot .sliderWrapper .arrows .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows .arrow-left i {
  border: solid #0065ff;
  border-width: 0 0 1px 1px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.sliderRoot .sliderWrapper .arrows .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows .arrow-right i {
  border: solid #0065ff;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.sliderRoot .sliderWrapper .arrows.style-1 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-1 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.sliderRoot .sliderWrapper .arrows.style-1 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left {
  position: absolute;
  left: -42px;
}

.sliderRoot .sliderWrapper .arrows.style-1 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}

@media (max-width: 1280px) {
  .sliderRoot .sliderWrapper .arrows.style-1 .arrow-left,
  .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-left {
    left: -14px;
  }
}
.sliderRoot .sliderWrapper .arrows.style-1 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right {
  position: absolute;
  right: -1160px;
}

.sliderRoot .sliderWrapper .arrows.style-1 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

@media (max-width: 1280px) {
  .sliderRoot .sliderWrapper .arrows.style-1 .arrow-right,
  .sliderRootWrapper .sliderWrapper .arrows.style-1 .arrow-right {
    right: -1130px;
  }
}
.sliderRoot .sliderWrapper .arrows.style-2,
.sliderRootWrapper .sliderWrapper .arrows.style-2 {
  width: 50px !important;
  position: absolute;
  top: -40px;
  z-index: 96;
  right: 20px;
}

.sliderRoot .sliderWrapper .arrows.style-2 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-2 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-right {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border-color: rgba(37, 56, 88, 0.8);
  background-color: #fff;
}

.sliderRoot .sliderWrapper .arrows.style-2 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-left {
  position: absolute;
  left: 0;
}

.sliderRoot .sliderWrapper .arrows.style-2 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
  border-color: rgba(37, 56, 88, 0.8);
}

.sliderRoot .sliderWrapper .arrows.style-2 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-right {
  position: absolute;
  right: -20px;
}

.sliderRoot .sliderWrapper .arrows.style-2 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-2 .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
  border-color: rgba(37, 56, 88, 0.8);
}

.sliderRoot .sliderWrapper .arrows.style-3 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-3 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-right {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.sliderRoot .sliderWrapper .arrows.style-3 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-left {
  position: absolute;
  left: -17px;
}

.sliderRoot .sliderWrapper .arrows.style-3 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}

.sliderRoot .sliderWrapper .arrows.style-3 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-right {
  position: absolute;
  right: -1036px;
}

.sliderRoot .sliderWrapper .arrows.style-3 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-3 .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

.sliderRoot .sliderWrapper .arrows.style-4,
.sliderRootWrapper .sliderWrapper .arrows.style-4 {
  width: 50px;
  position: absolute;
  top: -40px;
  z-index: 96;
  right: 38px;
}

.sliderRoot .sliderWrapper .arrows.style-4 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-4 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-right {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background: 0 0;
}

.sliderRoot .sliderWrapper .arrows.style-4 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-left {
  position: absolute;
  left: 0;
}

.sliderRoot .sliderWrapper .arrows.style-4 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-left i {
  position: relative;
  left: 2px;
  padding: 6px;
  border-width: 0 0 2px 2px;
  border-color: rgba(37, 56, 88, 0.8);
}

.sliderRoot .sliderWrapper .arrows.style-4 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-right {
  position: absolute;
  right: -20px;
}

.sliderRoot .sliderWrapper .arrows.style-4 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-4 .arrow-right i {
  position: relative;
  left: -3px;
  padding: 6px;
  border-color: rgba(37, 56, 88, 0.8);
  border-width: 2px 2px 0 0;
}

.sliderRoot .sliderWrapper .arrows.style-5,
.sliderRootWrapper .sliderWrapper .arrows.style-5 {
  width: 100%;
}

.sliderRoot .sliderWrapper .arrows.style-5.right,
.sliderRootWrapper .sliderWrapper .arrows.style-5.right {
  right: 0;
  left: auto;
}

.sliderRoot .sliderWrapper .arrows.style-5 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-5 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-right {
  box-shadow: 0 3px 3px #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0;
  flex-shrink: 0;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-5 .arrow-left i,
.sliderRoot .sliderWrapper .arrows.style-5 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-right i {
  padding: 4px;
}

.sliderRoot .sliderWrapper .arrows.style-5 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-left {
  left: -19px;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-5 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-left i {
  margin-left: 4px;
}

.sliderRoot .sliderWrapper .arrows.style-5 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-5 .arrow-right {
  right: -20px;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-6,
.sliderRootWrapper .sliderWrapper .arrows.style-6 {
  top: 11px;
  transform: none;
  right: 20px;
  width: 80px;
}

.sliderRoot .sliderWrapper .arrows.style-6 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-6 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-right {
  border: 0;
  width: 40px;
  height: 40px;
}

.sliderRoot .sliderWrapper .arrows.style-6 .arrow-left i,
.sliderRoot .sliderWrapper .arrows.style-6 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-right i {
  padding: 5px;
  border-color: #000;
}

.sliderRoot .sliderWrapper .arrows.style-6 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-left i {
  border-width: 0 0 2px 2px;
}

.sliderRoot .sliderWrapper .arrows.style-6 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-6 .arrow-right i {
  border-width: 2px 2px 0 0;
}

.sliderRoot .sliderWrapper .arrows.style-7,
.sliderRootWrapper .sliderWrapper .arrows.style-7 {
  width: 100%;
}

.sliderRoot .sliderWrapper .arrows.style-7.right,
.sliderRootWrapper .sliderWrapper .arrows.style-7.right {
  right: 0;
  left: auto;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-7 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-right {
  box-shadow: none;
  background: 0 0;
  width: 40px;
  height: 40px;
  border: 0;
  flex-shrink: 0;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-left i,
.sliderRoot .sliderWrapper .arrows.style-7 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-right i {
  padding: 8px;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-left {
  left: -19px;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-left i {
  margin-left: 4px;
  border: solid #253858;
  border-width: 0 0 3px 3px;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-right {
  right: 5px;
  position: absolute;
}

.sliderRoot .sliderWrapper .arrows.style-7 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-7 .arrow-right i {
  border: solid #253858;
  border-width: 3px 3px 0 0;
}

.sliderRoot .sliderWrapper .arrows.style-8,
.sliderRootWrapper .sliderWrapper .arrows.style-8 {
  top: 50px;
  transform: none;
  right: 20px;
  width: 80px;
}

.sliderRoot .sliderWrapper .arrows.style-8 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-8 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-right {
  border: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 8px;
}

.sliderRoot .sliderWrapper .arrows.style-8 .arrow-left i,
.sliderRoot .sliderWrapper .arrows.style-8 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-right i {
  padding: 4px;
  border-color: rgba(37, 56, 88, 0.7490196078);
}

.sliderRoot .sliderWrapper .arrows.style-8 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-left i {
  border-width: 0 0 2px 2px;
}

.sliderRoot .sliderWrapper .arrows.style-8 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-8 .arrow-right i {
  border-width: 2px 2px 0 0;
}

.sliderRoot .sliderWrapper .arrows.style-9,
.sliderRootWrapper .sliderWrapper .arrows.style-9 {
  top: -55px;
  transform: none;
  right: 0;
  width: 80px;
}

.sliderRoot .sliderWrapper .arrows.style-9 .arrow-left,
.sliderRoot .sliderWrapper .arrows.style-9 .arrow-right,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-left,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-right {
  border: 0;
  width: 32px;
  height: 32px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.sliderRoot .sliderWrapper .arrows.style-9 .arrow-left i,
.sliderRoot .sliderWrapper .arrows.style-9 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-right i {
  padding: 4px;
  border-color: #253858;
}

.sliderRoot .sliderWrapper .arrows.style-9 .arrow-left i,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-left i {
  border-width: 0 0 2px 2px;
}

.sliderRoot .sliderWrapper .arrows.style-9 .arrow-right i,
.sliderRootWrapper .sliderWrapper .arrows.style-9 .arrow-right i {
  border-width: 2px 2px 0 0;
}

.sliderRoot .acc-tab,
.sliderRootWrapper .acc-tab {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  justify-content: left;
}

@media (max-width: 1024px) {
  .sliderRoot .acc-tab,
  .sliderRootWrapper .acc-tab {
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
}
.sliderRoot .acc-tab li,
.sliderRootWrapper .acc-tab li {
  background-color: transparent;
  border-radius: 8px;
  opacity: 1;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 18px;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.sliderRoot .acc-tab li:last-child,
.sliderRootWrapper .acc-tab li:last-child {
  margin-right: 0;
}

.sliderRoot .acc-tab li.active,
.sliderRoot .acc-tab li:hover,
.sliderRootWrapper .acc-tab li.active,
.sliderRootWrapper .acc-tab li:hover {
  color: #266ff7;
}

.sliderRoot .acc-tab li.active:after,
.sliderRoot .acc-tab li:hover:after,
.sliderRootWrapper .acc-tab li.active:after,
.sliderRootWrapper .acc-tab li:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #0065ff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gap-style-1 {
  padding: 10px 0 20px 20px;
}

.product-article-wrapper {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .product-article-wrapper .product-article-wrapper {
    padding: 0 0 0 16px;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .product-article-wrapper .product-article-wrapper {
    padding: 0 0 0 16px;
    margin-top: 0;
  }
}
.product-article-wrapper .ribbon {
  top: 0;
}

.product-article-wrapper .pcard {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  margin: 0 10px;
}

.product-article-wrapper .pcard .related-img {
  height: 230px;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  overflow: hidden;
}

.product-article-wrapper .pcard .related-img span img {
  width: 100%;
  height: 100%;
}

.product-article-wrapper .content-wrapper {
  padding: 20px 20px 0;
}

.product-article-wrapper .content-wrapper .article-views {
  display: flex;
  justify-content: space-between;
  width: 180px;
  list-style: none;
  margin: 14px 0;
}

.product-article-wrapper .content-wrapper .article-views li {
  position: relative;
  padding-left: 19px;
  color: #253858;
}

.product-article-wrapper .content-wrapper .article-views li:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.product-article-wrapper .content-wrapper .article-views li:first-child:before {
  background: url("../images/bu/investment/date_range-article.svg") no-repeat center center;
}

.product-article-wrapper .content-wrapper .article-views li:nth-child(2):before {
  background: url("../images/bu/investment/visibility-article.svg") no-repeat center center;
}

.product-article-wrapper .content-wrapper h3 {
  margin: 8px 0;
  line-height: 24px;
}

.product-article-wrapper .content-wrapper h3 a {
  color: #253858;
  font-size: 16px;
}

.product-article-wrapper .content-wrapper p {
  font-size: 14px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
}

.product-article-wrapper .related-img img {
  width: 100%;
}

.product-article-wrapper .pbdate {
  height: 180px;
  display: block;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.product-article-wrapper .pbdate .publish-data {
  font-size: 11px;
  position: relative;
  top: -13px;
  left: 12px;
  color: rgba(37, 56, 88, 0.8);
}

.product-article-wrapper .pbdate .publish-data:before {
  content: "";
  position: absolute;
  background: rgba(37, 56, 88, 0.8);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 5px;
  left: -10px;
}

.product-article-wrapper .pbdate .readmore {
  position: absolute;
  bottom: 16px;
  color: #0065ff;
  font-size: 14px;
}

.product-article-wrapper .pbdate .readmore .arrow {
  border: solid #0065ff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .insurer-slider.sliderRoot,
  .investment-option-slider.sliderRoot {
    padding: 20px 0 0 16px;
  }
}
#policybazaar {
  width: 100% !important;
}

/****************************- Support -*******************************/
@supports (-webkit-overflow-scrolling: touch) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*,
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  touch-action: pan-x pan-y;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #0065ff;
}

a:hover {
  color: #0065ff;
}

input,
select,
textarea {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.h1,
h1 {
  font-size: 32px;
  line-height: 58px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 568px) {
  .h1,
  h1 {
    font-size: 5.985915493vw;
  }
}
.h2,
h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  font-weight: 600;
}

.h2.underline,
h2.underline {
  text-decoration: underline;
  margin-bottom: 24px;
}

.h2.underline.mt30,
h2.underline.mt30 {
  margin-top: 40px;
}

.h2.center,
h2.center {
  text-align: center;
}

@media (max-width: 568px) {
  .h2.underline,
  h2.underline {
    margin-bottom: 10px;
  }
}
.h3,
h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}

.h3 span,
h3 span {
  color: #0065ff;
}

.h3.table_heading_margin,
h3.table_heading_margin {
  margin: 50px 0 30px;
}

@media (max-width: 568px) {
  .h3.table_heading_margin,
  h3.table_heading_margin {
    margin: 20px 0 10px;
  }
}
.h3.underline,
h3.underline {
  text-decoration: underline;
  margin-bottom: 24px;
}

.h3.underline.mt30,
h3.underline.mt30 {
  margin-top: 40px;
}

.h3.cus-mb,
h3.cus-mb {
  text-align: center;
  margin-bottom: 20px;
}

.top40 {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .h3.cus-mb,
  h3.cus-mb {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .h3.cus-mb,
  h3.cus-mb {
    margin-bottom: 10px;
    text-align: left;
  }
}
.h3.center,
h3.center {
  text-align: center;
}

@media (max-width: 568px) {
  .h3,
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .h3.underline,
  h3.underline {
    margin-bottom: 10px;
  }
}
.h4,
h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.h4 span,
h4 span {
  color: #0065ff;
}

.h4.underline,
h4.underline {
  text-decoration: underline;
  margin-bottom: 24px;
}

.h4.underline.mt30,
h4.underline.mt30 {
  margin-top: 40px;
}

.h4.cus-mb,
h4.cus-mb {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .h4.cus-mb,
  h4.cus-mb {
    margin-bottom: 30px;
  }
}
.h4.center,
h4.center {
  text-align: center;
}

@media (max-width: 568px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .h4.underline,
  h4.underline {
    margin-bottom: 10px;
  }
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

p.text-center {
  text-align: center;
}

@media (max-width: 568px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
.mt90 {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .mt90 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px 16px;
  }
}
/****************************- Sekelton -*******************************/
.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.skeleton-box:before {
  display: none;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
.with-bullet {
  display: block;
  position: relative;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
}

.with-bullet span,
.with-bullet a {
  color: #0065ff;
  font-weight: 600;
}

.with-bullet::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 6px;
  top: 2px;
}

.morecontent-new {
  text-align: center;
  margin: 0px 0 0;
  display: none;
}

@media (max-width: 980px) {
  .morecontent-new {
    display: block;
    margin-top: 20px;
  }
}
.morecontent-new span {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding: 14px 20px;
  border-radius: 48px;
  width: 150px;
  margin: 0px auto;
  padding: 14px 10px;
  border-radius: 48px;
}

.morecontent-new span .arrow {
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.morecontent-new.active .arrow {
  transform: rotate(-225deg);
  top: 3px;
}

.closesticky {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  right: 0;
  top: 0;
}

.closesticky:before, .closesticky:after {
  content: "";
  position: absolute;
  height: 2px;
  margin-top: -2px;
  width: 60%;
  top: 50%;
  left: 5px;
  border-radius: 5px;
  background: #000;
}

.closesticky:before {
  transform: rotate(45deg);
}

.closesticky:after {
  transform: rotate(-45deg);
}

/****************************-Header -*******************************/
body:has(.spynav) .fixedh {
  position: initial !important;
}

.loader {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  font-size: 12px;
}

.loader svg {
  width: 100%;
}

svg.radial-progress {
  height: auto;
  max-width: 100%;
  /* padding: 1em; */
  transform: rotate(-90deg);
  width: 100%;
  /* position: fixed; */
  z-index: 100;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #253858;
  stroke-dashoffset: 219.9114857513;
  /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
  /* Circumference */
}

svg.radial-progress text.percentage {
  fill: #fff;
  font-size: 20px !important;
  text-anchor: middle;
}

/*** COLORS ***/
/* Primary */
svg.radial-progress:nth-of-type(6n+1) circle {
  stroke: #0881FC;
}

.grid-container {
  display: flex;
  width: 1170px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .grid-container {
    max-width: 100%;
  }
}
.spynav {
  background: rgb(35, 35, 35);
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  height: 47px;
  width: 100%;
}

.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n + 2) {
    display: none;
    min-width: 200px;
  }
}
.spynav .spylink.multiLink {
  width: 320px;
}

@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    display: none;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0px 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0px;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(22, 160, 133);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.spynav .spylink li.ht {
  overflow: hidden;
  max-width: 180px;
}

.spynav .spylink li.ht a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spynav .spylink li.ht a:hover {
  color: rgb(22, 160, 133);
  background: #fff;
}

.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.spynav .spylink li.ht.active::after, .spynav .spylink li.ht:focus::after, .spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}

.spynav .spylink li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.spynav .spylink li a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}

.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}

.spynav .spylink li .allContent select:focus {
  outline: none;
  color: #fff;
}

@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  /* Safari */
  position: sticky;
  top: -1px;
  z-index: 99;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown__button {
  padding: 13px 25px 13px 35px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: 100%;
  border-radius: 24px;
  border: none;
  color: #0165ff;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 12px;
  width: 160px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 568px) {
  .select-dropdown__button {
    width: 150px;
  }
}
.select-dropdown__button :before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/bu/term/allcontent.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 9px;
}

.select-dropdown__button:focus {
  outline: none;
}

.select-dropdown__button .zmdi {
  background: url("../../images/life/arrow_forward_ios.svg") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.2s ease-out;
}

.select-dropdown__button .zmdi:before {
  display: none;
}

.select-dropdown__button .zmdi.active {
  transform: rotate(90deg);
  top: 13px;
}

.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}

.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: -85%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

/****************************-common nav tab -*******************************/
.common-navigation-tab {
  background: rgba(0, 101, 255, 0.1);
  position: relative;
  display: flex;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 290px;
  list-style: none;
  flex-flow: row wrap;
  justify-content: center;
  border-radius: 80px;
}

.common-navigation-tab.topcenter {
  margin: 0 auto 0px;
}

@media (max-width: 767px) {
  .common-navigation-tab.topcenter {
    margin-bottom: 12px;
  }
}
.common-navigation-tab.mb0 {
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  .common-navigation-tab {
    max-width: 360px;
    width: 100%;
    margin: 0px auto 16px;
  }
}
.common-navigation-tab.left {
  margin: 0px 0px 10px 0px;
}

.common-navigation-tab li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
  padding: 8px;
}

.common-navigation-tab li .link {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgba(37, 56, 88, 0.9);
  line-height: 1;
  transition: all 0.5s, transform 0.5s;
  padding: 8px 0;
  line-height: 16px;
  letter-spacing: -0.016em;
  cursor: pointer;
}

.common-navigation-tab li.current .link {
  color: #fff;
  font-weight: 500;
}

.common-navigation-tab:after {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 48%;
  height: 42px;
  background: #0065ff;
  content: "";
  transition: transform 0.6s;
  border-radius: 80px;
}

.common-navigation-tab.active:after {
  transform: translate3d(105.5%, 0, 0);
  left: 1px;
  background: #089903;
}

.common-navigation-tab.active + .premiumPlan {
  color: #089903;
}

.common-navigation-tab.sticky-tab {
  background: #fff;
  border-radius: 30px;
  margin: 0px;
  width: 250px;
}

.common-navigation-tab.sticky-tab li .link {
  padding: 2px 0;
}

.common-navigation-tab.sticky-tab:after {
  border-radius: 30px;
  height: 29px;
}

@media (max-width: 568px) {
  .common-navigation-tab.sticky-tab {
    margin: 0;
    width: 265px;
    border-radius: 35px;
  }
  .common-navigation-tab.sticky-tab li {
    padding: 8px;
  }
  .common-navigation-tab.sticky-tab li .link {
    padding: 6px 0;
  }
  .common-navigation-tab.sticky-tab li .link span {
    width: 108px;
    display: block;
    text-align: center;
    line-height: 12px;
    margin: 0px auto;
  }
  .common-navigation-tab.sticky-tab:after {
    border-radius: 35px;
    height: 34px;
  }
  .common-navigation-tab.sticky-tab.active:after {
    left: -1px;
  }
}
@media (max-width: 375px) {
  .common-navigation-tab.sticky-tab {
    width: 225px;
  }
  .common-navigation-tab.sticky-tab li {
    padding: 4px;
  }
  .common-navigation-tab.sticky-tab li .link {
    padding: 6px 0;
  }
  .common-navigation-tab.sticky-tab li .link span {
    width: 84px;
    display: block;
    text-align: center;
    line-height: 13px;
    margin: 0px auto;
  }
  .common-navigation-tab.sticky-tab:after {
    border-radius: 35px;
    height: 40px;
  }
}
@media (max-width: 320px) {
  .common-navigation-tab.sticky-tab {
    width: 216px;
  }
  .common-navigation-tab.sticky-tab li {
    padding: 4px;
  }
  .common-navigation-tab.sticky-tab li .link {
    padding: 6px 0;
  }
  .common-navigation-tab.sticky-tab li .link span {
    width: 84px;
    display: block;
    text-align: center;
    line-height: 13px;
    margin: 0px auto;
  }
  .common-navigation-tab.sticky-tab:after {
    border-radius: 35px;
    height: 40px;
  }
}
/****************************- Content-common -*******************************/
/****************************-End mixin -*******************************/
body {
  padding: 0;
  margin: 0;
  color: #253858;
}

section {
  width: 100%;
}

section.b-yellow {
  background: transparent;
  background-size: contain;
}

.section-grid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section-grid.w-9 {
  width: 1046px;
}

.section-grid.w-6 {
  width: 800px;
}

@media (max-width: 1024px) {
  .section-grid {
    max-width: 100%;
    padding: 0px 16px;
    background: transparent !important;
  }
  .section-grid.w-9, .section-grid.w-6 {
    width: 100%;
  }
}
.section-grid.pd16 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .section-grid.pd16 {
    padding: 0 16px;
    margin-top: 30px;
  }
  .section-grid.pd0 {
    padding: 0px;
  }
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexbox.form-items {
  justify-content: space-between;
  padding: 0 0 40px 0;
}

@media (max-width: 568px) {
  .flexbox.form-items {
    padding: 0 0 20px 0;
  }
}
.flexbox.form-items.alignStart {
  align-items: flex-start;
  position: relative;
}

.flexbox.reverse {
  flex-direction: row;
}

.flexbox.colum {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left, .flexbox-right {
  width: 50%;
}

@media (max-width: 890px) {
  .flexbox-left, .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.cus520, .flexbox-right.cus520 {
  width: 485px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.16);
  padding: 0px 36px;
  border-radius: 8px;
  margin-top: 25px;
  border-top: 5px solid #0165ff;
}

@media (max-width: 1024px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 346px;
  }
}
@media (max-width: 320px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 310px;
  }
}
.flexbox-left.w70, .flexbox-right.w70 {
  width: calc(100% - 338px);
}

@media (max-width: 890px) {
  .flexbox-left.w70, .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60, .flexbox-right.w60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .flexbox-left.w60, .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w65, .flexbox-right.w65 {
  width: 65%;
}

@media (max-width: 1024px) {
  .flexbox-left.w65, .flexbox-right.w65 {
    width: 100%;
  }
}
.flexbox-left.w40, .flexbox-right.w40 {
  width: 40%;
}

@media (max-width: 1024px) {
  .flexbox-left.w40, .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30, .flexbox-right.w30 {
  width: 338px;
}

@media (max-width: 1024px) {
  .flexbox-left.w30, .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox-left.with-blue-border, .flexbox-right.with-blue-border {
  border: 1px solid #0065ff;
  border-radius: 8px 0px 0px 8px;
  padding: 20px 60px 20px 60px;
  border-right: 0px;
  position: relative;
}

.flexbox-left.with-blue-border .heading, .flexbox-right.with-blue-border .heading {
  font-size: 16px;
}

@media (max-width: 980px) {
  .flexbox-left.with-blue-border .heading, .flexbox-right.with-blue-border .heading {
    margin: 0px 0px 10px 0px;
  }
}
.flexbox-left.with-blue-border .text, .flexbox-right.with-blue-border .text {
  min-height: 135px;
}

.flexbox-left.with-blue-border:before, .flexbox-right.with-blue-border:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../../images/life/term-security-item-icon-1.png);
  background-size: cover;
  right: 40px;
}

@media (max-width: 560px) {
  .flexbox-left.with-blue-border:before, .flexbox-right.with-blue-border:before {
    width: 70px;
    height: 70px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .flexbox-left.with-blue-border, .flexbox-right.with-blue-border {
    align-items: center;
    width: 100%;
    padding: 20px 12px 20px 12px;
    border: 1px solid #0065ff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
    position: relative;
  }
}
.flexbox-left.with-green-border, .flexbox-right.with-green-border {
  border: 1px solid rgb(8, 153, 3);
  border-radius: 0px 8px 8px 0px;
  padding: 20px 60px 20px 60px;
}

.flexbox-left.with-green-border .heading, .flexbox-right.with-green-border .heading {
  font-size: 16px;
}

@media (max-width: 980px) {
  .flexbox-left.with-green-border .heading, .flexbox-right.with-green-border .heading {
    margin: 0px 0px 10px 0px;
  }
}
.flexbox-left.with-green-border .text, .flexbox-right.with-green-border .text {
  min-height: 135px;
}

.flexbox-left.with-green-border:before, .flexbox-right.with-green-border:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../../images/life/term-security-item-icon-2.png);
  background-size: cover;
  right: 40px;
}

@media (max-width: 560px) {
  .flexbox-left.with-green-border:before, .flexbox-right.with-green-border:before {
    width: 70px;
    height: 70px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .flexbox-left.with-green-border, .flexbox-right.with-green-border {
    border: 1px solid rgb(8, 153, 3);
    padding: 20px 12px 20px 12px;
    border-radius: 0px 0px 8px 8px;
  }
}
.flexbox-left .tag, .flexbox-right .tag {
  border-radius: 8px 8px 0px 0px;
  background: rgba(0, 101, 255, 0.2);
  color: #0065ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: 140px;
  display: inline-block;
  position: absolute;
  top: -34px;
  padding: 6px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.flexbox-left.with-left-border, .flexbox-right.with-left-border {
  border: 1px solid #0065ff;
  border-radius: 8px 0px 0px 8px;
  padding: 10px 20px;
  border-right: 0px;
  position: relative;
  background: #fff;
}

.flexbox-left.with-right-border, .flexbox-right.with-right-border {
  border: 1px solid #0065ff;
  border-radius: 0px 8px 8px 0px;
  padding: 10px 20px;
  background: #fff;
  position: relative;
}

.flexbox.sb {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .flexbox.sb {
    margin: 40px 0;
  }
}
.flexbox.cs60 {
  padding: 60px 0 20px 0;
}

@media (max-width: 1024px) {
  .flexbox.cs60 .flexbox-left,
  .flexbox.cs60 .flexbox-right {
    width: 100%;
    border-radius: 8px;
    border-right: 1px solid #0065ff;
  }
  .flexbox.cs60 .flexbox-left.with-right-border,
  .flexbox.cs60 .flexbox-right.with-right-border {
    margin-top: 60px;
  }
}
.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.flexbox.reviewby {
  width: 410px;
  margin: 56px auto 0px;
  padding: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .flexbox.reviewby {
    flex-direction: row;
    margin: 0 auto 20px;
  }
}
@media (max-width: 890px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 380px;
    width: 96%;
    padding: 0 10px;
    margin: 30px auto 40px;
  }
}
@media (max-width: 560px) {
  .flexbox.reviewby {
    margin: 16px auto 0px;
  }
}
@media (max-width: 360px) {
  .flexbox.reviewby {
    flex-direction: row;
    max-width: 330px;
    width: 100%;
  }
}
.headingbreif {
  background: url("../../images/bu/term/protection-plus-wealth-creation-in-life-insurance.png") no-repeat 0 0;
  width: 100%;
  height: 230px;
  background-size: contain;
  margin-top: -10px;
}

.reviewby {
  position: relative;
  justify-content: space-between;
}

.reviewby .flexbox-right:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ccc;
  left: -15px;
}

.reviewby .flexbox-left,
.reviewby .flexbox-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

.reviewby .flexbox-left .bio,
.reviewby .flexbox-right .bio {
  background: transparent linear-gradient(113deg, #fffdf8 0%, #f1f0ff 100%) 0 0 no-repeat padding-box;
  border: 1px solid #776ef5;
  position: absolute;
  width: 450px;
  padding: 20px 20px 20px 65px;
  border-radius: 8px;
  top: 18px;
  display: none;
  z-index: 10;
  position: absolute;
  left: -17px;
  margin-top: 41px;
}

.reviewby .flexbox-left .bio:before,
.reviewby .flexbox-right .bio:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background: url("../../images/bu/term/tool-tip.svg") no-repeat 0 0;
  top: -14px;
  left: 30px;
  background-size: 30px;
}

.reviewby .flexbox-left .bio .img-by,
.reviewby .flexbox-right .bio .img-by {
  left: 14px;
  position: absolute;
}

.reviewby .flexbox-left .bio .name-by .bigtext,
.reviewby .flexbox-right .bio .name-by .bigtext {
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
}

.reviewby .flexbox-left .bio .name-by .bigtext .link,
.reviewby .flexbox-right .bio .name-by .bigtext .link {
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/linkedin.svg") no-repeat 0 0;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  top: 2px;
  position: absolute;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .bio .name-by .bigtext,
  .reviewby .flexbox-right .bio .name-by .bigtext {
    font-size: 13px;
    margin-left: 0;
    top: 0;
  }
}
.reviewby .flexbox-left .bio .name-by .smtext,
.reviewby .flexbox-right .bio .name-by .smtext {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
}

.reviewby .flexbox-left .bio .name-by .smtext::before,
.reviewby .flexbox-right .bio .name-by .smtext::before {
  display: none;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .bio .name-by .smtext,
  .reviewby .flexbox-right .bio .name-by .smtext {
    top: 43px;
  }
}
.reviewby .flexbox-left .bio .description,
.reviewby .flexbox-right .bio .description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
  position: relative;
}

.reviewby .flexbox-left .bio .description:before,
.reviewby .flexbox-right .bio .description:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -43px;
  background: url("../../images/bu/term/comma.png") no-repeat 0 0;
  background-size: cover;
}

.reviewby .flexbox-left .bio .description-close,
.reviewby .flexbox-right .bio .description-close {
  background: url("../../../images/life/bu/term/close-gray-icon.svg") no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
  }
  .reviewby .flexbox-left .bio.active,
  .reviewby .flexbox-right .bio.active {
    display: block !important;
  }
}
.reviewby .flexbox-left .img-by,
.reviewby .flexbox-right .img-by {
  width: 45px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

.reviewby .flexbox-left .img-by img,
.reviewby .flexbox-right .img-by img {
  position: relative;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .img-by img,
  .reviewby .flexbox-right .img-by img {
    left: -5px;
    top: -5px;
  }
}
@media (max-width: 890px) {
  .reviewby .flexbox-left .img-by,
  .reviewby .flexbox-right .img-by {
    margin-right: 0;
  }
}
.reviewby .flexbox-left .name-by,
.reviewby .flexbox-right .name-by {
  display: flex;
  flex-direction: column;
}

.reviewby .flexbox-left .name-by .smtext,
.reviewby .flexbox-right .name-by .smtext {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 360px) {
  .reviewby .flexbox-left .name-by .smtext,
  .reviewby .flexbox-right .name-by .smtext {
    font-size: 10px;
  }
}
.reviewby .flexbox-left .name-by .bigtext,
.reviewby .flexbox-right .name-by .bigtext {
  font-size: 16px;
  color: #253858;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .reviewby .flexbox-left .name-by .bigtext,
  .reviewby .flexbox-right .name-by .bigtext {
    font-size: 12px;
  }
}
.reviewby .flexbox-left.hv,
.reviewby .flexbox-right.hv {
  padding-bottom: 10px;
}

.reviewby .flexbox-left.hv:hover .bio,
.reviewby .flexbox-right.hv:hover .bio {
  display: block;
}

.reviewby .flexbox-left {
  position: relative;
}

.reviewby .flexbox-left .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  left: -2px;
  top: 2px;
  background: url("../../images/bu/term/written-label.svg") no-repeat 0 0;
}

.reviewby .flexbox-right {
  position: relative;
}

.reviewby .flexbox-right .smtext:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background: url("../../images/bu/term/tick-label.svg") no-repeat 0 0;
}

@media (max-width: 890px) {
  .reviewby .flexbox-left,
  .reviewby .flexbox-right {
    width: 50%;
    min-width: 50%;
  }
  .reviewby .flexbox-left .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-right .bio .description-close {
    display: block;
  }
  .reviewby .flexbox-left .s1 {
    left: 0;
    width: 360px;
  }
}
@media (max-width: 890px) and (max-width: 390px) {
  .reviewby .flexbox-left .s1 {
    width: 300px;
  }
}
@media (max-width: 890px) and (max-width: 320px) {
  .reviewby .flexbox-left .s1 {
    width: 280px;
  }
}
@media (max-width: 890px) {
  .reviewby .flexbox-left .s1:before {
    left: 6px;
  }
  .reviewby .flexbox-right .s2 {
    left: -92%;
    width: 360px;
  }
}
@media (max-width: 890px) and (max-width: 390px) {
  .reviewby .flexbox-right .s2 {
    width: 300px;
  }
}
@media (max-width: 890px) and (max-width: 320px) {
  .reviewby .flexbox-right .s2 {
    width: 280px;
  }
}
@media (max-width: 890px) {
  .reviewby .flexbox-right .s2:before {
    left: initial;
    right: 120px;
    width: 26px;
  }
}
@media (max-width: 360px) {
  .reviewby .flexbox-right .s2 {
    left: -112%;
  }
}
.video-container {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.16);
  opacity: 1;
  background: #fff;
  width: 338px;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  margin: 33px 0 0 auto;
  position: relative;
}

.video-container.desktop {
  display: block;
}

.video-container.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .video-container {
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
  }
  .video-container.desktop {
    display: none;
  }
  .video-container.mobile {
    display: block;
    margin: 0px auto 40px;
  }
}
.video-container.extra {
  box-shadow: 0 3px 6px rgba(197, 218, 253, 0.6);
  margin: 23px 0 20px;
}

.video-container .video {
  width: 100%;
  background: url("../../images/life/what-is-life-insurance.jpg") no-repeat 0 0px;
  min-height: 170px;
  border-radius: 8px;
  background-size: cover;
}

.video-container .video img {
  width: 100%;
}

@media (max-width: 1024px) {
  .video-container .video {
    min-height: 280px;
    border-radius: 8px;
    background-size: cover;
  }
  .video-container .video iframe {
    height: 280px;
  }
}
@media (max-width: 560px) {
  .video-container .video {
    min-height: 170px;
  }
}
.video-container .video.active {
  background: none;
}

.video-container .playbtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url("../../images/life/play-icon1.svg") no-repeat -8px -4px;
  background-size: 130%;
  top: 33%;
  left: 45%;
  cursor: pointer;
}

.video-container .playbtn.icon-remove {
  display: none;
}

.video-container .vd-info {
  padding: 0;
  margin: 12px 0;
  list-style: none;
  display: flex;
}

@media (max-width: 980px) {
  .video-container .vd-info {
    margin: 12px 0 0;
  }
}
.video-container .vd-info li {
  font-size: 10px;
  margin-right: 12px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  opacity: 0.6;
}

@media (max-width: 980px) {
  .video-container .vd-info li {
    font-size: 12px;
    margin-right: 22px;
  }
}
.video-container .vd-info li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0065ff;
  border-radius: 50%;
  top: 3px;
  left: -5px;
  position: absolute;
}

.video-container .vd-info + h2 {
  font-size: 16px !important;
}

.video-container .ribbon:after {
  border-top: 27px solid #0065ff;
  border-right: 20px solid rgba(244, 117, 48, 0);
  border-bottom: 26px solid #0065ff;
}

@media (max-width: 568px) {
  .video-container {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}
.add-banner-1 {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.12) 0.1%, rgba(253, 153, 35, 0.2) 84.06%);
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0 0px;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}

.add-banner-1:after {
  content: "";
  width: 240px;
  height: 240px;
  background: url(../../images/life/get-your-family-secure.png) no-repeat 0 0;
  position: absolute;
  background-size: contain;
  bottom: -5px;
  right: 60px;
}

@media (max-width: 1024px) {
  .add-banner-1:after {
    display: none;
  }
}
.add-banner-1 .banner-content-wrapper {
  width: 60%;
}

.add-banner-1 .banner-content-wrapper .h2,
.add-banner-1 .banner-content-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
}

.add-banner-1 .banner-content-wrapper p {
  line-height: 22px;
}

@media (max-width: 1024px) {
  .add-banner-1 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-1 .banner-content-wrapper .h2,
  .add-banner-1 .banner-content-wrapper h2 {
    line-height: 44px;
  }
}
@media (max-width: 560px) {
  .add-banner-1 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-1 .banner-content-wrapper .h2,
  .add-banner-1 .banner-content-wrapper h2 {
    line-height: 30px;
    font-size: 22px;
  }
}
.add-banner-1 .banner-content-wrapper .pointers {
  padding: 0;
  margin: 16px 0 8px;
  list-style: none;
}

.add-banner-1 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}

.add-banner-1 .banner-content-wrapper .pointers li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .add-banner-1 .banner-content-wrapper .pointers li {
    margin-bottom: 14px;
  }
}
@media (max-width: 560px) {
  .add-banner-1 .banner-content-wrapper .pointers li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .add-banner-1 {
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
  }
}
.add-banner-2 {
  border-radius: 10px;
  background: rgb(255, 241, 237);
  padding: 20px;
  border-radius: 10px;
  margin: 50px 0 0px;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .add-banner-2 {
    max-width: 500px;
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 560px) {
  .add-banner-2 {
    margin: 30px auto 40px;
  }
}
.add-banner-2:after {
  content: "";
  width: 340px;
  height: 340px;
  background: url(../../images/life/document-required.svg) no-repeat center center;
  position: absolute;
  background-size: cover;
  bottom: -5px;
  right: 60px;
}

@media (max-width: 1024px) {
  .add-banner-2:after {
    display: none;
  }
}
.add-banner-2.needDoc {
  position: relative;
  padding: 26px 50px;
  margin-bottom: 0;
}

.add-banner-2.needDoc:after {
  background: url("../../../images/life/bu/term/need-for-term-plan.png") no-repeat 0 0;
  background-size: cover;
  width: 380px;
  height: 370px;
  right: 50px;
}

.add-banner-2 .banner-content-wrapper {
  width: 60%;
}

.add-banner-2 .banner-content-wrapper .h2,
.add-banner-2 .banner-content-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
}

.add-banner-2 .banner-content-wrapper .h2 span,
.add-banner-2 .banner-content-wrapper h2 span {
  color: #0065ff;
}

@media (max-width: 890px) {
  .add-banner-2 .banner-content-wrapper .h2,
  .add-banner-2 .banner-content-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 568px) {
  .add-banner-2 .banner-content-wrapper .h2,
  .add-banner-2 .banner-content-wrapper h2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .add-banner-2 .banner-content-wrapper {
    width: 100%;
  }
}
.add-banner-2 .banner-content-wrapper .pointers {
  padding: 0;
  margin: 16px 0 8px;
  list-style: none;
}

.add-banner-2 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}

.add-banner-2 .banner-content-wrapper .pointers li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .add-banner-2 .banner-content-wrapper .pointers li:before {
    top: 14px;
  }
}
@media (max-width: 568px) {
  .add-banner-2 .banner-content-wrapper .pointers li {
    font-size: 14px;
    line-height: 26px !important;
  }
}
.add-banner-3 {
  border-radius: 10px;
  background: rgb(255, 249, 231);
  padding: 40px;
  border-radius: 10px;
  margin: 30px 0 50px;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  min-height: 280px;
}

@media (max-width: 1024px) {
  .add-banner-3 {
    max-width: 500px;
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 560px) {
  .add-banner-3 {
    min-height: 420px;
  }
}
.add-banner-3:after {
  content: "";
  width: 360px;
  height: 280px;
  background: url(../../images/life/factor-affecting.png) no-repeat center bottom;
  position: absolute;
  background-size: contain;
  bottom: 0;
  right: 60px;
}

@media (max-width: 568px) {
  .add-banner-3:after {
    left: 0px;
    width: 280px;
    height: 280px;
    margin: 0px auto;
    right: 0;
  }
}
.add-banner-3 .banner-content-wrapper {
  width: 60%;
}

.add-banner-3 .banner-content-wrapper .flexbox {
  width: 60%;
}

.add-banner-3 .banner-content-wrapper .flexbox .pointers {
  width: 50%;
  padding-right: 5px;
}

.add-banner-3 .banner-content-wrapper .h2,
.add-banner-3 .banner-content-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 568px) {
  .add-banner-3 .banner-content-wrapper .h2,
  .add-banner-3 .banner-content-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.add-banner-3 .banner-content-wrapper .h2 span,
.add-banner-3 .banner-content-wrapper h2 span {
  color: #0065ff;
}

.add-banner-3 .banner-content-wrapper p {
  line-height: 22px;
}

@media (max-width: 1024px) {
  .add-banner-3 .banner-content-wrapper .flexbox {
    flex-direction: row;
    padding-bottom: 274px;
    justify-content: space-between;
    width: 90%;
  }
}
@media (max-width: 568px) {
  .add-banner-3 .banner-content-wrapper .flexbox {
    padding-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .add-banner-3 .banner-content-wrapper .flexbox {
    padding-bottom: 185px;
  }
}
.add-banner-3 .banner-content-wrapper .pointers {
  padding: 0;
  margin: 16px 0 8px;
  list-style: none;
}

@media (max-width: 1024px) {
  .add-banner-3 .banner-content-wrapper .pointers {
    width: 48%;
  }
}
.add-banner-3 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 568px) {
  .add-banner-3 .banner-content-wrapper .pointers li {
    font-size: 11px;
  }
}
.add-banner-3 .banner-content-wrapper .pointers li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .add-banner-3 {
    padding: 16px;
    margin: 40px auto;
  }
  .add-banner-3 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-3 .banner-content-wrapper .pointers li {
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  .add-banner-3 .banner-content-wrapper .pointers li:before {
    top: 10px;
  }
}
@media (max-width: 560px) {
  .add-banner-3 {
    margin: 20px auto 40px;
  }
}
@media (max-width: 1024px) {
  .faq-block {
    margin: 40px 0 0 0;
  }
}
.plan-diff {
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .plan-diff {
    align-items: center;
    margin-bottom: 50px;
    max-width: 500px;
    width: 100%;
    margin: 0px auto 50px;
  }
}
.plan-diff h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin: 0;
  border-radius: 0px 20px 20px 0px;
}

@media (max-width: 1024px) {
  .plan-diff h3 {
    max-width: 320px;
    line-height: 28px;
    border-radius: 0px 30px 30px 0px;
  }
}
@media (max-width: 560px) {
  .plan-diff h3 {
    max-width: 200px;
    line-height: 21px;
    border-radius: 0px 30px 30px 0px;
    padding: 4px 8px;
    font-size: 16px;
  }
}
.plan-diff h3.blue {
  color: #0065ff;
  background: rgba(0, 101, 255, 0.1);
}

.plan-diff h3.green {
  color: rgb(8, 153, 3);
  background: rgba(8, 153, 3, 0.1);
}

.plan-diff .plan-diff-info {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .plan-diff .plan-diff-info {
    justify-content: space-between;
  }
}
.plan-diff .plan-diff-info li {
  width: 50%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 14px 0;
  position: relative;
  padding-left: 42px;
}

@media (max-width: 1024px) {
  .plan-diff .plan-diff-info li {
    line-height: 18px;
    width: 48%;
  }
}
.plan-diff .plan-diff-info li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(185, 220, 255, 0.3) url(../../images/life/term-life-gain-security.svg) no-repeat 0 0;
  left: 0;
  top: -3px;
  border-radius: 4px;
}

.plan-diff .plan-diff-info li.green:before {
  background: rgba(8, 153, 3, 0.1) url(../../images/life/term-life-gain-security.svg) no-repeat 0 0;
}

.plan-diff .plan-diff-info li.ch1:before {
  background-position: 4px -53px;
}

.plan-diff .plan-diff-info li.ch2:before {
  background-position: 3px -83px;
}

.plan-diff .plan-diff-info li.ch3:before {
  background-position: 4px -24px;
}

.plan-diff .plan-diff-info li.ch4:before {
  background-position: 5px 7px;
}

.plan-diff .plan-diff-info li.ch5:before {
  background-position: 4px -199px;
}

.plan-diff .plan-diff-info li.ch6:before {
  background-position: 4px -138px;
}

.plan-diff .plan-diff-info li.ch7:before {
  background-position: 5px -166px;
}

.plan-diff .plan-diff-info li.ch8:before {
  background-position: 3px -109px;
}

.term-life-diff-section {
  background: rgba(166, 104, 255, 0.09);
  padding: 40px 0px;
}

@media (max-width: 568px) {
  .term-life-diff-section {
    padding: 20px 0px;
  }
}
.term-life-diff-section .wrapper {
  width: 70%;
  margin: 0px auto 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .term-life-diff-section .wrapper {
    margin: 0px auto 40px;
  }
  .term-life-diff-section .wrapper h3 {
    line-height: 36px;
  }
}
@media (max-width: 568px) {
  .term-life-diff-section .wrapper {
    width: 100%;
  }
}
.term-life-diff-section .sm-heading {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.term-life-diff-section .mixedplans {
  position: relative;
  margin-top: 60px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .term-life-diff-section .mixedplans {
    align-items: center;
    margin-top: 20px;
  }
}
.term-life-diff-section .mixedplans .card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 16px 16px 86px;
  width: 49%;
  position: relative;
}

@media (max-width: 1024px) {
  .term-life-diff-section .mixedplans .card {
    margin-bottom: 16px;
    max-width: 500px;
    width: 100%;
  }
}
.term-life-diff-section .mixedplans .card span {
  display: block;
  position: absolute;
  left: 16px;
  width: 55px;
  height: 55px;
  top: 7px;
}

.term-life-diff-section .mixedplans .card span img {
  width: 100%;
}

.term-life-diff-section .mixedplans .card h3 {
  margin: 0;
}

.term-life-diff-section .mixedplans .card p {
  margin-bottom: 0px;
}

.ul-block-list.non-border-box {
  list-style: none;
}

.ul-block-list.non-border-box li {
  margin-bottom: 10px;
}

.top-plan-container .top-plan {
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan {
    padding: 0px 8px;
  }
}
.compare-life {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .compare-life {
    padding: 0px 0;
  }
}
.type-of-policies,
.compare-life {
  padding: 80px 0 0 0;
  position: relative;
}

.type-of-policies .wrapper,
.compare-life .wrapper {
  margin-top: 0px !important;
}

@media (max-width: 560px) {
  .type-of-policies .wrapper,
  .compare-life .wrapper {
    margin-top: 30px !important;
  }
}
@media (max-width: 1024px) {
  .type-of-policies,
  .compare-life {
    padding: 0px 0;
  }
}
.type-of-policies .term-type-of-policies,
.compare-life .term-type-of-policies {
  border-radius: 8px;
  background: rgba(0, 101, 255, 0.05);
  padding: 24px 27px 24px 42px;
  margin-top: 80px;
}

.type-of-policies .term-type-of-policies.mt20,
.compare-life .term-type-of-policies.mt20 {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .type-of-policies .term-type-of-policies,
  .compare-life .term-type-of-policies {
    border-radius: 0px;
    padding: 24px 20px 24px 42px;
    margin-top: 40px;
  }
}
.type-of-policies .term-type-of-policies h3,
.compare-life .term-type-of-policies h3 {
  position: relative;
  color: #0065ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .type-of-policies .term-type-of-policies h3,
  .compare-life .term-type-of-policies h3 {
    margin-bottom: 10px;
  }
}
.type-of-policies .term-type-of-policies h3:before,
.compare-life .term-type-of-policies h3:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.type-of-policies .term-type-of-policies h3:after,
.compare-life .term-type-of-policies h3:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(0, 101, 255, 0.4);
  left: 210px;
  top: 15px;
}

@media (max-width: 1024px) {
  .type-of-policies .term-type-of-policies h3:after,
  .compare-life .term-type-of-policies h3:after {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1024px) {
  .type-of-policies .term-type-of-policies,
  .compare-life .term-type-of-policies {
    margin-bottom: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-right: 0px;
    padding-left: 16px;
  }
  .type-of-policies .term-type-of-policies .card-wrapper,
  .compare-life .term-type-of-policies .card-wrapper {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .type-of-policies .term-type-of-policies .card-wrapper::-webkit-scrollbar,
  .compare-life .term-type-of-policies .card-wrapper::-webkit-scrollbar {
    display: none;
  }
  .type-of-policies .term-type-of-policies .card-wrapper .card,
  .compare-life .term-type-of-policies .card-wrapper .card {
    margin-right: 16px;
    min-width: 360px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .type-of-policies .term-type-of-policies .card-wrapper .card,
  .compare-life .term-type-of-policies .card-wrapper .card {
    min-width: 290px;
  }
}
@media (max-width: 1024px) {
  .type-of-policies .term-type-of-policies .card-wrapper .card span,
  .compare-life .term-type-of-policies .card-wrapper .card span {
    width: 70px;
    height: 50px;
  }
  .type-of-policies .term-type-of-policies .card-wrapper .card .content,
  .compare-life .term-type-of-policies .card-wrapper .card .content {
    margin: 10px 0 0 0;
  }
  .type-of-policies .term-type-of-policies .card-wrapper .card .content a,
  .compare-life .term-type-of-policies .card-wrapper .card .content a {
    padding-left: 80px;
  }
  .type-of-policies .term-type-of-policies .card-wrapper .card .content a:hover,
  .compare-life .term-type-of-policies .card-wrapper .card .content a:hover {
    color: #0065ff !important;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .type-of-policies .term-type-of-policies .card-wrapper .card .content,
  .compare-life .term-type-of-policies .card-wrapper .card .content {
    margin: 0;
  }
  .type-of-policies .term-type-of-policies .card-wrapper .card .content a,
  .compare-life .term-type-of-policies .card-wrapper .card .content a {
    min-height: 40px;
  }
}
.type-of-policies .investment-type-of-policies,
.compare-life .investment-type-of-policies {
  border-radius: 8px;
  background: rgba(8, 153, 3, 0.1);
  padding: 24px 27px 24px 42px;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies,
  .compare-life .investment-type-of-policies {
    border-radius: 0px;
    margin-top: 40px;
  }
}
.type-of-policies .investment-type-of-policies h3,
.compare-life .investment-type-of-policies h3 {
  position: relative;
  color: rgb(8, 153, 3);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies h3,
  .compare-life .investment-type-of-policies h3 {
    margin-bottom: 10px;
  }
}
.type-of-policies .investment-type-of-policies h3:before,
.compare-life .investment-type-of-policies h3:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../images/life/daimond-shape-green-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies h3:before,
  .compare-life .investment-type-of-policies h3:before {
    background: url(../../images/life/daimond-shape-green-icon.svg) no-repeat 0 0;
    background-size: 100%;
  }
}
.type-of-policies .investment-type-of-policies h3:after,
.compare-life .investment-type-of-policies h3:after {
  content: "";
  position: absolute;
  width: 78%;
  height: 1px;
  background: rgba(8, 153, 3, 0.4);
  left: 230px;
  top: 15px;
}

@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies h3:after,
  .compare-life .investment-type-of-policies h3:after {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies,
  .compare-life .investment-type-of-policies {
    margin-bottom: 0;
    margin-bottom: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 0px;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper,
  .compare-life .investment-type-of-policies .card-wrapper {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper::-webkit-scrollbar,
  .compare-life .investment-type-of-policies .card-wrapper::-webkit-scrollbar {
    display: none;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper .card,
  .compare-life .investment-type-of-policies .card-wrapper .card {
    margin-right: 16px;
    min-width: 360px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .type-of-policies .investment-type-of-policies .card-wrapper .card,
  .compare-life .investment-type-of-policies .card-wrapper .card {
    min-width: 290px;
  }
}
@media (max-width: 1024px) {
  .type-of-policies .investment-type-of-policies .card-wrapper .card span,
  .compare-life .investment-type-of-policies .card-wrapper .card span {
    width: 70px;
    height: 50px;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper .card .content,
  .compare-life .investment-type-of-policies .card-wrapper .card .content {
    margin: 10px 0 0 0;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper .card .content a,
  .compare-life .investment-type-of-policies .card-wrapper .card .content a {
    padding-left: 90px;
  }
  .type-of-policies .investment-type-of-policies .card-wrapper .card .content a:hover,
  .compare-life .investment-type-of-policies .card-wrapper .card .content a:hover {
    color: #0065ff !important;
  }
}
.type-of-policies .card,
.compare-life .card {
  border-radius: 8px;
  background: #fff;
  padding: 20px 27px 20px 20px;
  margin: 16px 0;
  box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.16);
  position: relative;
  min-height: 142px;
}

.type-of-policies .card.green,
.compare-life .card.green {
  box-shadow: 0px 3px 12px 0px rgba(8, 153, 3, 0.3);
}

.type-of-policies .card span,
.compare-life .card span {
  width: 156px;
  height: 104px;
  position: absolute;
  left: 16px;
  border-radius: 8px;
}

.type-of-policies .card span img,
.compare-life .card span img {
  width: 100%;
}

@media (max-width: 980px) {
  .type-of-policies .card span img,
  .compare-life .card span img {
    height: auto;
  }
}
.type-of-policies .card .content,
.compare-life .card .content {
  margin-left: 170px;
}

.type-of-policies .card .content a, .type-of-policies .card .content > span,
.compare-life .card .content a,
.compare-life .card .content > span {
  color: #253858;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
  margin-bottom: 16px;
  position: initial;
  height: auto;
  width: auto;
}

@media (max-width: 980px) {
  .type-of-policies .card .content a, .type-of-policies .card .content > span,
  .compare-life .card .content a,
  .compare-life .card .content > span {
    padding-left: 80px;
    width: 100% !important;
  }
}
.type-of-policies .card .content p,
.compare-life .card .content p {
  margin: 0px;
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.list-with-icon {
  padding: 0px;
  margin: 30px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-with-icon .list-with-icon {
  flex-direction: row;
}

.list-with-icon li {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 48%;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .list-with-icon li {
    margin: 16px 0;
    width: 100%;
  }
}
.list-with-icon li p {
  margin: 0px;
}

.list-with-icon li .heading {
  color: #253858;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list-with-icon li .pointer-icon {
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../../images/life/key-feature-benefits.svg");
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.list-with-icon li .pointer-icon.ico1 {
  background-position: 0 -227px;
}

.list-with-icon li .pointer-icon.ico2 {
  background-position: 0 -91px;
}

.list-with-icon li .pointer-icon.ico3 {
  background-position: 0 -274px;
}

.list-with-icon li .pointer-icon.ico4 {
  background-position: 0 -44px;
}

.list-with-icon li .pointer-icon.ico5 {
  background-position: 0 -181px;
}

.list-with-icon li .pointer-icon.ico6 {
  background-position: 0 0;
}

.list-with-icon li .pointer-icon.ico7 {
  background-position: 0 -459px;
}

.list-with-icon li .pointer-icon.ico8 {
  background-position: 0 -410px;
}

.list-with-icon li .pointer-icon.ico9 {
  background-position: 0 -319px;
}

.list-with-icon li .pointer-icon.ico10 {
  background-position: 0 -136px;
}

.list-with-icon li .pointer-icon.ico11 {
  background-position: 0 -646px;
}

.list-with-icon li .pointer-icon.ico12 {
  background-position: 0 -602px;
}

.list-with-icon li .pointer-icon.ico13 {
  background-position: 0 -692px;
}

.list-with-icon li .pointer-icon.ico14 {
  background-position: 0 -44px;
}

.list-with-icon li .pointer-icon.ico15 {
  background-position: 0 -504px;
}

.list-with-icon li .pointer-icon.ico17 {
  background-position: 0 -551px;
}

.list-with-icon li .count {
  background: rgba(0, 101, 255, 0.1);
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #0065ff;
  position: absolute;
  left: 0px;
}

.list-with-icon.policy-status {
  width: 100%;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

.list-with-icon.policy-status li {
  margin: 0;
}

.list-with-icon.policy-status li a {
  text-decoration: none;
  color: #0065ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 38px;
  padding-left: 0px;
}

.list-with-icon.policy-status li a .arrow {
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  top: 5px;
  display: inline-block;
  position: relative;
}

@media (max-width: 568px) {
  .list-with-icon.policy-status li {
    margin-bottom: 10px;
  }
  .list-with-icon.policy-status li a {
    line-height: 20px;
  }
}
.list-with-icon.nuber-bullet-row li {
  padding-left: 40px;
  margin: 0px 0 24px;
  position: relative;
}

.list-with-icon.nuber-bullet-row li:last-child {
  margin: 0;
}

.list-with-icon.colum {
  flex-direction: column;
}

.list-with-icon.colum .child-items {
  margin: 30px 0 0;
}

.list-with-icon.colum.no-icon {
  list-style: disc;
  list-style-position: initial;
  padding: 0px 20px;
}

.list-with-icon.colum.no-icon li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.list-with-icon.colum.no-icon li:before, .list-with-icon.colum.no-icon li:after {
  display: none;
}

.list-with-icon.colum.nuber-bullet li {
  padding-left: 40px;
  margin: 0px 0 24px;
}

.list-with-icon.colum.nuber-bullet li:last-child {
  margin: 0;
}

.list-with-icon.colum.nuber-bullet li .pointers {
  padding: 0;
  margin: 16px 0 8px;
  list-style: none;
}

.list-with-icon.colum.nuber-bullet li .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
  padding-left: 20px !important;
}

.list-with-icon.colum.nuber-bullet li .pointers li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .list-with-icon.colum.nuber-bullet li .pointers li {
    margin-bottom: 14px;
  }
}
@media (max-width: 560px) {
  .list-with-icon.colum.nuber-bullet li .pointers li {
    margin-bottom: 14px;
    line-height: 20px;
  }
}
.list-with-icon.colum.nuber-bullet.full {
  width: 100%;
}

@media (max-width: 1024px) {
  .list-with-icon.colum.nuber-bullet.full {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }
}
.list-with-icon.colum.nuber-bullet.full li {
  width: 100%;
  position: relative;
}

.list-with-icon.colum.wd60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .list-with-icon.colum.wd60 {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }
}
.list-with-icon.colum.wd60 li {
  width: 100%;
  position: relative;
}

.list-with-icon.cs-bullet {
  list-style: none;
}

.list-with-icon.cs-bullet li {
  position: relative;
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 60%;
  margin: 10px 0;
  padding-left: 60px;
}

.list-with-icon.cs-bullet li .steps {
  color: rgba(37, 56, 88, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.list-with-icon.cs-bullet li p {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.list-with-icon.cs-bullet li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
}

.list-with-icon.cs-bullet li.step1:before {
  background: url("../../images/life/step-1.svg");
}

.list-with-icon.cs-bullet li.step2:before {
  background: url("../../images/life/step-2.svg");
}

.list-with-icon.cs-bullet li.step3:before {
  background: url("../../images/life/step-3.svg");
}

.list-with-icon.cs-bullet li.step4:before {
  background: url("../../images/life/step-4.svg");
}

.list-with-icon.cs-bullet li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #0065ff;
  left: 20px;
  top: 20px;
}

.list-with-icon.cs-bullet li:last-child:after {
  display: none;
}

.list-with-icon.cs-bullet:last-child:after {
  display: none;
}

.list-with-icon.col3 {
  justify-content: flex-start;
  margin: 30px 0px;
}

.list-with-icon.col3 li {
  width: 32%;
  margin: 5px;
}

.list-with-icon.col3 li a {
  display: inline-block;
  position: relative;
}

.list-with-icon.col3 li a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: -22px;
  top: 5px;
}

@media (max-width: 1024px) {
  .list-with-icon.col3 {
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
  }
  .list-with-icon.col3 li {
    width: 48%;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .list-with-icon.col3 li {
    width: 100%;
  }
}
.action-btn-group {
  display: block;
  margin: 20px 0;
}

.action-btn-group .term {
  border-radius: 15px;
  background: #c5e2ff;
  color: #0065ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.action-btn-group .term.noapp {
  color: #9e3717;
  border-radius: 15px;
  background: #ffc5b2;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
  text-decoration-line: line-through;
}

.action-btn-group .investment {
  border-radius: 15px;
  background: #95ffbf;
  color: #095706;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.action-btn-group .review-btn {
  background: #266ff7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #fff;
  font-size: 14px;
  position: relative;
  min-width: 125px;
  font-weight: 500;
  border: 2px solid #0065ff;
  cursor: pointer;
}

.action-btn-group .read-all-review-btn {
  border: 2px solid #0065ff;
  background: transparent;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  padding: 12px 22px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  min-width: 125px;
  cursor: pointer;
}

.filter-bestplan {
  background: rgba(0, 101, 255, 0.05);
  padding: 28px 0;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .filter-bestplan .list-with-icon {
    flex-direction: row;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .filter-bestplan.hr-policy {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .filter-bestplan {
    padding: 28px 0 0;
  }
  .filter-bestplan h3.center {
    text-align: left;
    margin: 20px 0 20px;
  }
}
.how-it-works {
  background: url("../../images/life/background-1.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.how-it-works h3 {
  text-align: center;
  margin: 0 0 60px 0;
}

@media (max-width: 980px) {
  .how-it-works h3 {
    margin: 0 0 30px 0;
  }
}
.how-it-works .work-card-group {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .how-it-works .work-card-group {
    overflow: scroll;
    flex-wrap: nowrap;
    padding: 0px 0 10px;
    margin-right: -16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .how-it-works .work-card-group:-webkit-scrollbar {
    display: none;
  }
}
.how-it-works .work-card {
  border-radius: 10px;
  width: 31%;
  margin: 0px 1%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.16);
}

@media (max-width: 1024px) {
  .how-it-works .work-card {
    min-width: 360px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .how-it-works .work-card {
    min-width: 290px;
  }
}
.how-it-works .work-card .heading {
  color: #253858;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.how-it-works .work-card p {
  margin: 0;
}

.how-it-works .work-card:nth-child(odd) {
  border-top: 5px solid #acd4ff;
}

.how-it-works .work-card:nth-child(even) {
  border-bottom: 5px solid #acd4ff;
}

.how-it-works .pointer-icon {
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../../images/life/key-feature-benefits.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}

.how-it-works .pointer-icon.ico9 {
  background-position: 0px -416px;
}

.how-it-works .pointer-icon.ico10 {
  background-position: 0 -521px;
}

.how-it-works .pointer-icon.ico11 {
  background-position: 0 -468px;
}

.info-graphic {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.info-graphic img {
  width: 80%;
}

@media (max-width: 568px) {
  .info-graphic img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .info-graphic {
    display: none;
  }
}
.best-life-insurance {
  padding: 40px 0 0 0;
}

@media (max-width: 767px) {
  .best-life-insurance {
    padding: 1.5rem 0 0 0;
  }
}
.best-life-insurance .tab-heading-wrapper p {
  width: 50%;
  margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
  .best-life-insurance .tab-heading-wrapper p {
    width: 90%;
  }
}
.best-life-insurance .maring-0 {
  margin-top: 0;
}

.tab-heading-wrapper {
  text-align: center;
}

@media (max-width: 568px) {
  .tab-heading-wrapper {
    text-align: left;
  }
  .tab-heading-wrapper h3, .tab-heading-wrapper .h3 {
    margin: 0px 16px;
  }
  .tab-heading-wrapper .scrollWrapper {
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% - 20px);
    margin-left: 20px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .tab-heading-wrapper .scrollWrapper:-webkit-scrollbar {
    display: none;
  }
}
.tab-heading-wrapper .tabbing-item {
  display: inline-flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin: 25px 0 5px;
}

@media (max-width: 568px) {
  .tab-heading-wrapper .tabbing-item {
    margin: 25px 0 12px 0px;
    width: 155%;
    display: flex;
    flex-wrap: nowrap;
  }
}
.tab-heading-wrapper .tabbing-item li {
  padding: 10px 20px;
  cursor: pointer;
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.tab-heading-wrapper .tabbing-item li:hover, .tab-heading-wrapper .tabbing-item li.active {
  color: #0065ff;
}

.tab-heading-wrapper .tabbing-item li:hover:before, .tab-heading-wrapper .tabbing-item li.active:before {
  content: "";
  position: absolute;
  background: #0065ff;
  height: 2px;
  width: calc(100% - 40px);
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

@media (max-width: 568px) {
  .tab-heading-wrapper .tabbing-item li {
    padding: 10px 0px;
    text-align: left;
    margin-right: 21px;
    display: flex;
  }
  .tab-heading-wrapper .tabbing-item li.active:before {
    margin: 0px;
    width: 100%;
  }
}
.tab-heading-wrapper .tabbing-item li.disabled {
  color: #ccc !important;
  cursor: not-allowed !important;
}

.tab-heading-wrapper .tabbing-item li.disabled:before {
  display: none !important;
}

.tab-heading-wrapper#faqtabbing .tabbing-item {
  margin: 25px 0 55px;
}

@media (max-width: 568px) {
  .tab-heading-wrapper#faqtabbing .tabbing-item {
    margin: 25px 0px;
  }
}
.bestlife-insurance-online {
  background: #fff7f4;
  padding: 36px 0;
  margin-top: 80px;
}

@media (max-width: 980px) {
  .bestlife-insurance-online {
    margin-top: 30px;
  }
}
.bestlife-insurance-online h3 {
  text-align: center;
  padding: 0px 0 36px;
}

@media (max-width: 1024px) {
  .bestlife-insurance-online .flexbox {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bestlife-insurance-online + .how-helpfull.mt0 {
    padding: 0px 0 0px;
  }
  .bestlife-insurance-online + .how-helpfull.mt0 h3, .bestlife-insurance-online + .how-helpfull.mt0 .h3, .bestlife-insurance-online + .how-helpfull.mt0 p {
    text-align: left;
  }
  .compare-life + .how-helpfull.mt0 {
    padding: 50px 0 0px;
  }
  .compare-life + .how-helpfull.mt0 h3, .compare-life + .how-helpfull.mt0 .h3, .compare-life + .how-helpfull.mt0 p {
    text-align: left;
  }
}
.how-helpfull {
  position: relative;
  padding: 80px 0 0 0;
}

.how-helpfull.mt0 {
  padding: 0px 0 0px;
}

.how-helpfull.pd0 {
  padding: 0;
}

.how-helpfull.mb60 {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .how-helpfull {
    padding: 30px 0;
  }
  .how-helpfull.mt0 {
    padding: 20px 0 0px;
  }
}
@media (max-width: 767px) {
  .how-helpfull {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .how-helpfull #importance-of-purchasing-life-insurance, .how-helpfull #comparison-of-life-insurance-plans-in-india,
  .how-helpfull #payout-options-available-in-life-insurance, .how-helpfull #do’s-and-don’ts-of-life-insurance-policy,
  .how-helpfull #comparing-life-insurance-vs-other-products, .how-helpfull #how-to-file-claim {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .how-helpfull .wrapper h3, .how-helpfull .wrapper .h3 {
    text-align: left;
  }
  .how-helpfull .wrapper h2, .how-helpfull .wrapper .h2 {
    text-align: left;
    font-size: 24px;
  }
  .how-helpfull .wrapper p {
    text-align: left;
  }
}
.how-helpfull.groupOflist .wrapper {
  margin: 80px 0 30px !important;
}

.how-helpfull.groupOflist .wrapper.mt40 {
  margin: 40px 0 30px !important;
}

@media screen and (max-width: 767px) {
  .how-helpfull.groupOflist .wrapper {
    margin: 40px 0 10px !important;
  }
  .how-helpfull.groupOflist .wrapper.mt40 {
    margin: 20px 0 30px !important;
  }
}
.how-helpfull.groupOflist .wrapper.first {
  margin: 0 0 60px !important;
}

.how-helpfull .helpfull-content-picture {
  background: url("../../images/life/how-help-full-desktop.svg") no-repeat;
  background-size: contain;
  height: 330px;
}

@media (max-width: 1024px) {
  .how-helpfull .helpfull-content-picture {
    background: url(../../images/life/how-help-full-mobile.svg) no-repeat center center;
    width: 360px;
    margin: 60px auto 0;
    background-size: contain;
    height: 550px;
  }
}
@media (max-width: 568px) {
  .how-helpfull .helpfull-content-picture {
    width: 324px;
    margin: 0px auto;
    background-size: contain;
    height: 480px;
  }
  .how-helpfull .helpfull-content-picture p {
    padding: 0px 16px;
  }
}
@media (max-width: 320px) {
  .how-helpfull .helpfull-content-picture {
    width: 280px;
    margin: 0px auto;
    background-size: contain;
    height: 420px;
  }
}
.how-helpfull .wrapper {
  margin: 0;
  text-align: center;
}
.how-helpfull .wrapper.left {
  text-align: left;
}

@media (max-width: 1024px) {
  .how-helpfull .wrapper {
    max-width: 500px;
    width: 100%;
    margin: 60px auto 20px;
  }
}
@media (max-width: 568px) {
  .how-helpfull .wrapper {
    margin: 30px auto 0px;
    width: 100%;
  }
}
.how-helpfull .content-wrapper {
  width: 540px;
  height: 200px;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .how-helpfull .content-wrapper {
    width: 320px;
    height: 460px;
  }
}
@media (max-width: 320px) {
  .how-helpfull .content-wrapper {
    width: 280px;
    height: 460px;
  }
}
.how-helpfull .content-wrapper h3 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}

@media (max-width: 320px) {
  .how-helpfull .content-wrapper h3 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 60px;
  }
}
.how-helpfull .content-wrapper h3 span {
  color: #ffc849;
}

.how-helpfull .content-wrapper p {
  margin: 0px;
  color: #fff;
}

@media (max-width: 320px) {
  .how-helpfull .content-wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}
.compare-life {
  position: relative;
  padding: 0px;
}

@media (max-width: 1024px) {
  .compare-life {
    padding: 0px;
  }
}
.compare-life .wrapper {
  margin: 60px auto 30px;
  text-align: center;
}

@media (max-width: 568px) {
  .compare-life .wrapper {
    margin: 30px auto;
    width: 100%;
  }
}
.wrapper-life-insurance {
  position: relative;
}

@media (max-width: 1024px) {
  .wrapper-life-insurance {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
  }
}
.bestlife-heder-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .bestlife-heder-wrapper {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
  }
  .bestlife-heder-wrapper h3 {
    text-align: left;
    padding: 0px 0 6px;
  }
}
@media (max-width: 1024px) {
  .key-features-benefits .flexbox {
    flex-direction: column-reverse;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
  }
  .key-features-benefits .flexbox .info-graphic {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 440px;
    margin: 20px 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .key-features-benefits .flexbox .info-graphic {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .key-features-benefits .flexbox {
    flex-direction: column-reverse;
  }
  .key-features-benefits .flexbox .info-graphic {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 440px;
    margin: 0px 0 30px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) and (max-width: 568px) {
  .key-features-benefits .flexbox .info-graphic {
    display: block;
  }
}
@media (max-width: 980px) {
  .key-features-benefits .list-with-icon li:nth-of-type(1n + 4) {
    display: none;
  }
  .key-features-benefits .list-with-icon.active li:nth-of-type(1n + 4) {
    display: block;
  }
}
/****************************- Rating -*******************************/
.rate {
  height: auto;
  padding: 0 10px;
  margin: 20px auto;
  width: 270px;
  position: absolute;
  left: 0;
  right: 0;
}

@media (max-width: 360px) {
  .rate {
    width: 190px;
  }
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}

.rate > label span {
  position: absolute;
  font-size: 12px;
  bottom: -17px;
  left: 0;
  right: 0px;
  margin: 0px auto;
  display: none;
}

.rate > label:hover span {
  display: block;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
}

@media (max-width: 360px) {
  .rate:not(:checked) > label {
    font-size: 34px;
  }
}
.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #ffc700;
}

.rate > input:checked + label:hover,
.rate > input:checked + label span,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #ffc700;
  display: block;
}

/****************************- End Rating -*******************************/
/****************************- form first-fold -*******************************/
.flexbox-left.banner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: calc(100% - 520px);
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .flexbox-left.banner {
    display: block;
    width: 96%;
    margin: 0px auto;
  }
  .flexbox-left.banner .headingbreif,
  .flexbox-left.banner .key-points {
    display: none;
  }
}
.flexbox-right .form-content {
  width: 530px;
}

.key-points {
  margin: 0px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  list-style: none;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 101, 255, 0.1);
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
}

@media (max-width: 980px) {
  .key-points {
    display: none;
  }
}
.key-points li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 16px;
  position: relative;
}

.key-points li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  right: 0px;
}

.key-points li:last-child:before {
  display: none;
}

.key-points li span {
  color: #253858;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.key-points li span.sm {
  color: rgba(37, 56, 88, 0.9);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.key-points li span.img {
  width: 110px;
  margin: 2px 0 0;
  position: relative;
  top: 3px;
}

.key-points li span.img img {
  width: 100%;
}

.ff-banner {
  position: relative;
  text-align: center;
}

.ff-banner img {
  width: auto;
  position: relative;
  top: -10px;
}

.term-active {
  display: none;
}

.term-active.show {
  display: flex;
  justify-content: center;
}

@media (max-width: 890px) {
  .term-active.show {
    justify-content: flex-start;
  }
}
.term-active.show .term-bg {
  width: 100%;
}

.investment-active {
  display: none;
}

.investment-active .investment-bg {
  margin: 0px auto;
}

.investment-active.show {
  display: flex;
}

.investment-active.show .investment-bg {
  width: 100%;
}

.wrapAllHeading .headingTop {
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 46px;
}

@media (max-width: 890px) {
  .wrapAllHeading .headingTop {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
}
@media (max-width: 890px) {
  .wrapAllHeading .restcontent {
    display: none;
  }
  .wrapAllHeading .restcontent.active {
    display: inline;
  }
}
.wrapAllHeading .readmore-content {
  font-weight: 600;
  color: #0165ff;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}

@media (max-width: 890px) {
  .wrapAllHeading .readmore-content {
    display: inline;
  }
}
.wrapAllHeading .headingbreif-content {
  padding-left: 240px;
  position: relative;
}

.wrapAllHeading .headingbreif-content:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url(../../images/bu/term/banner-img-term.png) no-repeat center center;
  background-size: contain;
  left: -20px;
  top: -3px;
}

.wrapAllHeading .headingbreif-content p {
  padding-left: 20px;
  position: relative;
}

.wrapAllHeading .headingbreif-content p:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat center center;
  background-size: contain;
  left: -12px;
  top: 5px;
}

.wrapAllHeading .headingbreif h3 {
  font-size: 20px;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .form-tab .termform_v1 > [data-rel=investment-view] + .h3 + .img-left {
    display: none;
  }
}
.form-tab {
  position: relative;
}

.form-tab.term-form-tab h1 {
  margin: 10px 0;
}

.form-tab .formTitleNew {
  color: rgba(37, 56, 88, 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 24px 0;
  text-align: center;
  display: block;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .form-tab .formTitleNew {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
}
@media (max-width: 560px) {
  .form-tab .formTitleNew {
    font-size: 16px;
    margin: 4px 0 0;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .form-tab .formTitleNew {
    letter-spacing: -0.02em;
  }
}
.form-tab .formTitleNew span {
  font-weight: 600;
}

.form-tab .formTitleNew span.orange {
  color: #ff7a00;
}

.form-tab .termform_v1 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 500px;
}

@media (max-width: 1024px) {
  .form-tab .termform_v1 {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 10px 16px 16px 15px;
    height: auto;
  }
}
.form-tab .termform_v1 .img-left {
  display: none;
}

@media (max-width: 980px) {
  .form-tab .termform_v1 .img-left {
    position: absolute;
    top: 70px;
    height: 90px;
    width: 90px;
    right: 34px;
    overflow: hidden;
    display: block;
  }
  .form-tab .termform_v1 .img-left img {
    width: 310%;
    position: relative;
    top: 4px;
    left: -7px;
  }
  .form-tab .termform_v1 [data-rel=term-view] + .h3, .form-tab .termform_v1 .topcenter + .h3 {
    margin: 20px 0 20px 10px;
    font-size: 14px;
    max-width: 60%;
    text-align: left;
  }
  .form-tab .termform_v1 [data-rel=investment-view] + .h3 {
    text-align: center;
    max-width: 100%;
  }
}
.form-tab .termform_v1 h3 {
  color: rgba(37, 56, 88, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 7px;
}

.form-tab .termform_v1 h3 span {
  font-weight: 600;
  font-size: 16px;
}

.form-tab .termform_v1 h3 span.orange {
  color: #ff7a00;
}

.form-tab .termform_v1 h3 span.inbuiltlifecovergreen {
  color: #089903;
}

@media (max-width: 1024px) {
  .form-tab .termform_v1 h3 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 19px;
    text-align: center;
    max-width: 90%;
    margin: 0px auto 20px;
  }
  .form-tab .termform_v1 h3 span {
    font-size: 15px;
  }
}
.form-tab .termCondition {
  color: rgba(37, 56, 88, 0.9);
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 13px;
}

@media (max-width: 1024px) {
  .form-tab .termCondition {
    width: 100%;
  }
}
.form-tab .termCondition a {
  color: #0065ff;
}

.form-tab .termCondition a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .form-tab .term-bg {
    width: 100%;
  }
}
.form-tab .forminput {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .form-tab .forminput {
    width: 100%;
    max-width: 100%;
  }
}
.form-tab .forminput li {
  margin-bottom: 16px;
  padding: 0px 0px 0px 36px;
  position: relative;
}

.form-tab .forminput li.noborder {
  padding: 0px;
}

.form-tab .forminput li .usericon {
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/fi_user.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-tab .forminput li .email {
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/fi_email.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-tab .forminput li .mobile-ico {
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/fi_mob.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-tab .forminput li .birthdate {
  width: 24px;
  height: 24px;
  background: url(../../images/bu/term/fi_dates.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-tab .has_radio,
.form-tab .registration_check,
.form-tab .dob {
  border-radius: 8px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.form-tab .has_radio.error,
.form-tab .registration_check.error,
.form-tab .dob.error {
  margin-bottom: 26px;
}

.form-tab .has_radio.error .err,
.form-tab .registration_check.error .err,
.form-tab .dob.error .err {
  position: absolute;
  bottom: -21px;
  font-size: 12px;
  color: #e21313;
  left: 0;
  font-weight: 500;
}

.form-tab .has_radio input,
.form-tab .registration_check input,
.form-tab .dob input {
  width: 100%;
  border: none;
  border-radius: 8px;
  height: 46px;
  padding: 0px 16px;
}

.form-tab .has_radio select,
.form-tab .registration_check select,
.form-tab .dob select {
  width: 35%;
  border: none;
  border-radius: 8px;
  padding: 0 0 0 16px;
  margin-right: 2%;
  height: 46px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 12px;
  background: url("../../images/bu/arrow-gray.svg") no-repeat 90% 54% !important;
}

@media (max-width: 767px) {
  .form-tab .has_radio select,
  .form-tab .registration_check select,
  .form-tab .dob select {
    width: 40%;
  }
}
.form-tab .has_radio select.active,
.form-tab .registration_check select.active,
.form-tab .dob select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}

.form-tab .has_radio #countryDisplayName,
.form-tab .registration_check #countryDisplayName,
.form-tab .dob #countryDisplayName {
  position: absolute;
  top: 48%;
  left: 50px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0px, -50%);
  text-align: left;
}

.form-tab .has_radio select.active option,
.form-tab .registration_check select.active option,
.form-tab .dob select.active option {
  font-size: 16px;
}

.form-tab .has_radio .ageyears,
.form-tab .registration_check .ageyears,
.form-tab .dob .ageyears {
  display: inline;
  top: 0px;
  right: 8px;
  font-size: 13px;
  color: #0165ff;
  font-weight: 500;
  background: rgba(1, 101, 255, 0.1);
  padding: 0px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: capitalize;
  position: relative;
  width: 105px;
  text-align: center;
  line-height: 30px;
}

.form-tab .registration_check {
  margin-top: 0px;
}

.form-tab .registration_check input {
  padding: 0px 16px 0px 0px;
}

.form-tab .registration_check .cCode {
  height: 46px;
  display: flex;
  align-items: center;
  width: 100px;
}

.form-tab .submit_cta {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 86%;
  margin: 0px auto;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  background: #0065ff;
  padding: 16px;
}

.form-tab .submit_cta:disabled {
  background: #005be6;
}

.form-tab .submit_cta:disabled {
  cursor: not-allowed;
}

.form-tab .submit_cta: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(0px, -50%);
  right: 4px;
}

.form-tab .investment-active.show .submit_cta {
  background: #089903;
}

.form-tab .investment-active.show .submit_cta:disabled {
  background: #078003;
}

.genderselect,
.planselect {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.genderselect > div,
.planselect > div {
  padding-left: 30px;
  margin-right: 15px;
}

.genderselect input[type=radio],
.planselect input[type=radio] {
  display: none;
}

.genderselect label,
.planselect label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.genderselect label::before,
.planselect label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #0065ff;
  border-radius: 50%;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.genderselect label::after,
.planselect label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0065ff;
  border: 1px solid #0065ff;
  border-radius: 50%;
  top: 50%;
  left: -28px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.genderselect input[type=radio]:checked + label,
.planselect input[type=radio]:checked + label {
  color: #0065ff;
}

.genderselect input[type=radio]:checked + label::before,
.planselect input[type=radio]:checked + label::before {
  border-color: #0065ff;
}

.genderselect input[type=radio]:checked + label::after,
.planselect input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}

/****************************- whatsapp widget -*******************************/
.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  width: 100%;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .form-whatsapp {
    width: 100%;
  }
}
.form-whatsapp i.icon {
  background: url("../../images/bu/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: white;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #36b37e;
}

/****************************- table widget -*******************************/
.table-heading {
  font-size: 19px;
  font-weight: 500;
  margin: 0px 0 15px;
}

.table-heading span {
  color: #0065ff;
}

.wrapper-infotext {
  margin-top: 30px;
}

.wrapper-infotext.sm {
  margin-top: 16px;
}

.wrapper-infotext.sm p {
  font-size: 10px;
  margin: 0px 0 0 0;
  padding: 0px;
}

.wrapper-infotext.sm p:before {
  display: none;
}

@media (max-width: 1024px) {
  .wrapper-infotext {
    width: 100%;
  }
}
.wrapper-infotext .with-bullet {
  display: block;
  position: relative;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.wrapper-infotext .with-bullet span,
.wrapper-infotext .with-bullet a {
  color: #0065ff;
  font-weight: 600;
}

.wrapper-infotext .with-bullet::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/daimond-shape-icon.svg) no-repeat 0 0;
  background-size: contain;
  left: 6px;
  top: 2px;
}

.table-section {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .table-section {
    margin-top: 20px;
  }
}
.table-section p {
  margin: 0px;
}

.table-section .no-link-button p {
  margin: 0px;
}

@media (max-width: 1024px) {
  .table-section {
    overflow: auto;
    padding: 10px 16px;
    margin-right: -16px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .table-section::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 568px) {
  .table-section {
    padding: 10px 16px 10px 0px;
  }
}
.table-section .bestlife-insurance {
  display: none;
}

.table-section .bestlife-insurance.active {
  display: block;
}

.table-section .bestlife-insurance.active .common-navigation-tab.mb0 {
  margin-bottom: 20px;
}

.table-section table {
  width: 100%;
  margin: 20px auto 10px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 0.4em;
  filter: drop-shadow(0px 3px 12px rgba(37, 56, 88, 0.15));
}

.table-section table.top-left tr:nth-child(2) td,
.table-section table.top-left tr td:first-child {
  font-weight: 600;
}

.table-section table.left tr td:first-child {
  font-weight: 600;
}

@media (max-width: 568px) {
  .table-section table {
    margin: 0px auto 10px;
  }
}
.table-section table tr:first-child {
  border-top: none;
  background: rgb(37, 56, 88);
  color: #fff;
}

.table-section table tr:first-child td {
  text-align: left;
  padding: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.table-section table tr:first-child td:first-child {
  border-top-left-radius: 0.4em;
}

.table-section table tr:first-child td:last-child {
  border-top-right-radius: 0.4em;
}

.table-section table tr {
  border-top: 1px solid rgba(37, 56, 88, 0.2);
}

.table-section table td {
  padding: 12px 16px;
  font-size: 14px;
  color: rgba(37, 56, 88, 0.9);
  height: 54px;
  line-height: 20px;
  border-right: 1px solid rgba(37, 56, 88, 0.2);
}

.table-section table td:last-child {
  border-right: none;
  text-align: center;
  min-width: 160px;
}

.table-section table .button {
  border-radius: 4px;
  background: #0065ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: none;
}

.table-section table .button:hover {
  background-color: #003d99;
}

@media (max-width: 1024px) {
  .table-section table {
    min-width: 890px;
  }
}
.table-section.no-link-button table td:last-child {
  text-align: left;
}

/****************************- table widget -*******************************/
/****************************- insurer widget -*******************************/
.insurer-listing-block {
  position: relative;
}

.insurer-listing-block .link-bottom-center {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .insurer-listing-block .link-bottom-center {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .insurer-listing-block .link-bottom-center {
    margin-bottom: 40px;
  }
}
.insurer-listing-block .link-bottom-center a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.insurer-listing-block .slide-wrapper {
  width: 1094px !important;
  margin: 30px auto !important;
}

@media (max-width: 1024px) {
  .insurer-listing-block .slide-wrapper {
    width: 100% !important;
  }
}
.insurer-listing-block .arrows.style-1 .arrow-left {
  left: -8px !important;
}

.insurer-listing-block .arrows.style-1 .arrow-right {
  right: -1128px !important;
}

.ribbon-heading {
  background: #253858;
  position: relative;
  height: 50px;
  color: #fff;
  width: auto;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0px 20px;
  font-size: 22px;
  font-weight: 500;
}

.ribbon-heading:before {
  content: "";
  width: 0;
  height: 0;
  right: -50px;
  position: absolute;
  border-bottom: 50px solid #253858;
  border-right: 50px solid transparent;
}

@media (max-width: 568px) {
  .ribbon-heading:before {
    right: -40px;
    border-bottom: 50px solid #253858;
    border-right: 20px solid transparent;
  }
}
@media (max-width: 568px) {
  .ribbon-heading {
    max-width: 260px;
    background: #253858;
    position: relative;
    height: 70px;
    color: #fff;
    width: auto;
    position: relative;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0px 20px;
    font-size: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 10px;
  }
  .ribbon-heading:before {
    content: "";
    width: 0;
    height: 0;
    right: -70px;
    position: absolute;
    border-bottom: 70px solid #253858;
    border-right: 70px solid transparent;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .ribbon-heading:before {
    right: -40px;
    border-bottom: 70px solid #253858;
    border-right: 40px solid transparent;
  }
}
@media (max-width: 568px) {
  .insurer-listing-block .ribbon-heading {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #253858;
    height: auto;
    font-size: 24px;
  }
  .insurer-listing-block .ribbon-heading:before {
    display: none;
  }
}
.insurer-wrapper-container {
  position: relative;
}

.insurer-wrapper-container .items {
  padding: 0px;
  margin: 40px 0;
}

.insurer-wrapper-container .item {
  border-radius: 10px;
  border: 1px solid #0065ff;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 101, 255, 0.15);
  padding: 27px 30px;
}

.insurer-wrapper-container .item .insurer-logo {
  width: 120px;
  height: 60px;
  margin: 0px auto 20px;
  display: flex;
  align-items: center;
}

.insurer-wrapper-container .item .insurer-logo img {
  width: 100%;
  height: auto;
}

.insurer-wrapper-container .item .insurer-name {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin: 0px auto 20px;
  min-height: 46px;
}

.insurer-wrapper-container .item .button {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-width: 140px;
  margin: 0px auto;
  padding: 12px;
}

.sliderRoot .sliderWrapper .arrows,
.sliderRootWrapper .sliderWrapper .arrows {
  top: 45%;
}

.product-article-wrapper .acc-tab {
  justify-content: center;
  margin: 0 0 40px 0;
}

/****************************- faq widget -*******************************/
.faq-container {
  padding: 0px;
  position: relative;
  display: none;
}

.faq-container.active {
  display: block;
}

.faq-container .view_more_wrapper {
  text-align: center;
  margin: 50px 0 0;
}

.faq-container .view_more_wrapper span {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  padding: 14px 50px;
  display: inline;
  border-radius: 48px;
}

.faq-container .view_more_wrapper span .arrow {
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.faq-container .view_more_wrapper.active .arrow {
  transform: rotate(-225deg);
  top: 3px;
}

.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  margin: 0 auto 0px auto;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.accordion-list li:nth-of-type(1n + 6) {
  display: none;
}

.accordion-list li .ul-block-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin: 20px 0px 10px;
}

.accordion-list li .ul-block-list li {
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.accordion-list li .ul-block-list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  top: 9px;
}

.accordion-list li.active h3:after {
  background: url("../../images/life/accodian-minus.svg");
}

.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.accordion-list li h3:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background: url("../../images/life/accodian-plus.svg");
  width: 21px;
  height: 24px;
  color: #fcc110;
}

.accordion-list li div.answer {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.accordion-list.showAll li:nth-of-type(1n + 6) {
  display: block;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}
.policy-status-detials {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .policy-status-detials {
    width: 100%;
    position: relative;
  }
  .policy-status-detials:after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: url(../../images/life/policy-staus-img.png) no-repeat bottom right;
    bottom: 0;
    right: 0;
    background-size: contain;
    opacity: 0.1;
  }
}
.side-img {
  width: 24%;
  display: flex;
  height: auto;
  position: absolute;
  top: -40px;
  right: 50px;
}

.side-img img {
  width: 100%;
  position: relative;
  /* bottom: 127px; */
  display: block;
  height: auto;
}

@media (max-width: 1024px) {
  .side-img {
    display: none;
  }
}
@media (max-width: 568px) {
  .side-img {
    display: none;
  }
}
/****************************- investment-sip-calculator -*******************************/
.sip_calculator_with_graph {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sip_calculator_with_graph .user-info {
  box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.29);
  background: #fff;
  padding: 36px;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .sip_calculator_with_graph .user-info {
    max-width: 640px;
    width: 100%;
    padding: 16px;
  }
}
.sip_calculator_with_graph .tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  list-style: none;
  justify-content: center;
}

.sip_calculator_with_graph .tenure li {
  margin-right: 8px;
}

.sip_calculator_with_graph .tenure li:last-child {
  margin-right: 0px;
}

.sip_calculator_with_graph .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}

.sip_calculator_with_graph .tenure li .tenure-tab:hover, .sip_calculator_with_graph .tenure li .tenure-tab.active {
  background: #3197f3;
  color: #fff;
}

@media (max-width: 1024px) {
  .sip_calculator_with_graph .tenure li .tenure-tab:hover {
    color: #3197f3;
    border: 1px solid #3197f3;
  }
  .sip_calculator_with_graph .tenure li .tenure-tab.active {
    background: #3197f3;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .sip_calculator_with_graph .tenure {
    margin: 0px auto 30px;
  }
  .sip_calculator_with_graph .tenure li {
    margin-right: 5px;
  }
  .sip_calculator_with_graph .tenure li a,
  .sip_calculator_with_graph .tenure li span,
  .sip_calculator_with_graph .tenure li .tenure-tab {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media (max-width: 640px) and (max-width: 375px) {
  .sip_calculator_with_graph .tenure li a,
  .sip_calculator_with_graph .tenure li span,
  .sip_calculator_with_graph .tenure li .tenure-tab {
    width: 80px;
  }
}
@media (max-width: 640px) and (max-width: 375px) and (max-width: 320px) {
  .sip_calculator_with_graph .tenure li a,
  .sip_calculator_with_graph .tenure li span,
  .sip_calculator_with_graph .tenure li .tenure-tab {
    width: 75px;
  }
}
.sip_calculator_with_graph .sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sip_calculator_with_graph .sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.sip_calculator_with_graph .sip-form .input-wrapper.withlable {
  margin-bottom: 33px;
}

.sip_calculator_with_graph .sip-form .input-wrapper:nth-child(even) {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .sip_calculator_with_graph .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0px;
  }
}
.sip_calculator_with_graph .sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
  font-weight: 400;
}

.sip_calculator_with_graph .sip-form label {
  position: absolute;
  background: #fff;
  padding: 0px 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

.sip_calculator_with_graph .sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}

.sip_calculator_with_graph .sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}

.sip_calculator_with_graph .sip-form .infotext.yearon, .sip_calculator_with_graph .sip-form .infotext.stayyear {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  color: #253858;
  opacity: 60%;
  background: #f0f3f9;
  padding: 5px 8px;
  border-radius: 8px;
}

.sip_calculator_with_graph .sip-form .infotext.yearon:before, .sip_calculator_with_graph .sip-form .infotext.stayyear:before {
  display: none;
}

.sip_calculator_with_graph .sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}

.sip_calculator_with_graph .sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sip_calculator_with_graph .sip-form input[type=text]::-ms-clear {
  display: none;
}

.sip_calculator_with_graph .sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
}

.sip_calculator_with_graph .sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}

.sip_calculator_with_graph .sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}

.sip_calculator_with_graph .sip-form input:focus {
  outline: none;
}

.sip_calculator_with_graph .sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

.sip_calculator_with_graph .sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

.sip_calculator_with_graph .sip-form label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}

.sip_calculator_with_graph .sip-form .rupeeicon {
  position: absolute;
  top: 16px;
  left: 17px;
  color: #253858;
}

.sip_calculator_with_graph .sip-form .err {
  font-size: 10px;
  color: #f00;
  display: block;
  margin: 5px;
}

.sip_calculator_with_graph .totalWrap {
  width: 50%;
  padding: 0px 0px 0px 15px;
  height: 100%;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .sip_calculator_with_graph .totalWrap {
    width: 100%;
    padding: 0px;
  }
}
.sip_calculator_with_graph .totalWrap .widgetAmtGet_result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.sip_calculator_with_graph .totalWrap .widgetAmtGet_result.box {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .sip_calculator_with_graph .totalWrap .widgetAmtGet_result {
    flex-wrap: wrap;
  }
  .sip_calculator_with_graph .totalWrap .widgetAmtGet_result .box {
    width: 100% !important;
    margin: 10px auto !important;
  }
}
.sip_calculator_with_graph .totalWrap .amount_you_receive.box,
.sip_calculator_with_graph .totalWrap .amount_you_get.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0px 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .sip_calculator_with_graph .totalWrap .amount_you_receive.box,
  .sip_calculator_with_graph .totalWrap .amount_you_get.box {
    height: 90px;
  }
}
.sip_calculator_with_graph .totalWrap .amount_you_receive.box {
  margin-right: 0px;
  background-color: #59b973;
  box-shadow: 0px 3px 6px rgba(89, 185, 115, 0.6);
}

.sip_calculator_with_graph .totalWrap .amount_you_get.box {
  margin-right: 25px;
  background-color: #5b9bfd;
  box-shadow: 0px 3px 6px rgba(91, 155, 253, 0.6039215686);
}

@media screen and (max-width: 768px) {
  .sip_calculator_with_graph .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
}
.sip_calculator_with_graph .totalWrap .amount_you_get,
.sip_calculator_with_graph .totalWrap .amount_you_receive {
  font-weight: normal;
}

.sip_calculator_with_graph .totalWrap .amount_you_get span,
.sip_calculator_with_graph .totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.sip_calculator_with_graph .totalWrap .amount_you_get .amt,
.sip_calculator_with_graph .totalWrap .amount_you_get .investedamt,
.sip_calculator_with_graph .totalWrap .amount_you_receive .amt,
.sip_calculator_with_graph .totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0px 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

.sip_calculator_with_graph .totalWrap .amount_you_get .overyear,
.sip_calculator_with_graph .totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}

.sip_calculator_with_graph .totalWrap .amount_you_get .intrest,
.sip_calculator_with_graph .totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  .sip_calculator_with_graph .totalWrap .amount_you_get .amt,
  .sip_calculator_with_graph .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .sip_calculator_with_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt,
  .sip_calculator_with_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
  .sip_calculator_with_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt,
  .sip_calculator_with_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
}
.sip_calculator_with_graph .sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .sip_calculator_with_graph .sip-loadingDiv {
    width: 90%;
  }
}
.sip_calculator_with_graph .sip-loadingDiv .sipcalculate {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.29);
}

@media only screen and (max-width: 480px) {
  .sip_calculator_with_graph .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
}
.sip_calculator_with_graph div#graph {
  height: 280px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .sip_calculator_with_graph div#graph {
    display: none;
  }
}
.calculator_with_graph {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 640px) {
  .calculator_with_graph {
    flex-direction: column;
  }
}
.calculator_with_graph .sipc_all_input {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
}
.calculator_with_graph .totalWrap {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .calculator_with_graph .totalWrap {
    width: 100%;
  }
}
/****************************- article -*******************************/
/****************************- review rating -*******************************/
.cs-rating {
  background: #fffaed;
  padding: 50px 50px 10px;
  margin-top: 60px;
}

.cs-rating .ribbon {
  background-color: #0065ff;
  color: #fff !important;
  padding: 14px 16px 15px;
  position: absolute;
  top: -160px;
  text-align: center;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.016em;
  border-radius: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  right: 0;
  width: 345px;
  margin: 0 auto;
}

.cs-rating .ribbon:before {
  content: "";
  height: 0;
  width: 0;
  left: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
  transform: rotate(180deg);
}

.cs-rating .ribbon:after {
  content: "";
  height: 0;
  width: 0;
  right: -29px;
  height: 100%;
  width: 30px;
  background: url("../../images/bu/term/bg-egge.svg") no-repeat 0 0;
  top: 0;
  position: absolute;
  background-size: contain;
}

@media (max-width: 890px) {
  .cs-rating .ribbon {
    padding: 8px 26px 8px 16px !important;
    font-size: 18px;
    line-height: 24px;
    width: 235px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cs-rating .content-wrapper {
  padding: 20px 20px 13px;
  margin-top: 10px;
}

@media (max-width: 568px) {
  .cs-rating .content-wrapper {
    padding: 0px 20px 13px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.cs-rating .content-wrapper h3 {
  margin: 0;
}

.cs-rating .content-wrapper h3 span {
  line-height: 24px;
  display: block;
}

.cs-rating .content-wrapper .scrollable-box.y {
  padding: 0 16px 0 0;
}

.cs-rating .sliderContent {
  margin: 0 auto;
  padding: 40px 0;
  width: 1170px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 890px) {
  .cs-rating .sliderContent {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 20px 0px !important;
  }
}
.cs-rating .subtext.big {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media (max-width: 890px) {
  .cs-rating .subtext.big {
    margin-bottom: 12px;
  }
}
.cs-rating .subtext.sm {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  margin: 10px 0;
  opacity: 0.6;
}

.cs-rating .pcard {
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(38, 111, 247, 0.168627451);
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  padding-top: 70px;
  min-width: 352px;
  margin: 0 30px 0 0;
}

@media (max-width: 568px) {
  .cs-rating .pcard {
    max-height: 430px;
  }
}
.cs-rating .pcard .icon {
  content: "";
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(0px, -50%);
  left: 0;
  margin: 0 auto;
  border: 8px solid #fffaed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

@media (max-width: 568px) {
  .cs-rating .pcard {
    margin: 0 18px 0 0;
    min-width: 300px;
    width: 290px;
  }
}
.cs-rating .customerRating {
  padding-top: 0;
  margin-top: 70px;
  position: relative;
}

.cs-rating .customerRating .ribbon {
  top: -200px;
  text-align: center;
}

@media (max-width: 890px) {
  .cs-rating .customerRating {
    margin-top: 94px;
  }
  .cs-rating .customerRating .ribbon {
    top: -160px;
  }
}
.cs-rating .customerRating .arrows {
  width: 80px;
  margin-top: -50px;
  right: initial;
  left: 0;
}

.cs-rating .customerRating .arrows .arrow-left,
.cs-rating .customerRating .arrows .arrow-right {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.cs-rating .customerRating .arrows .arrow-left {
  position: absolute;
  left: -25px;
}

.cs-rating .customerRating .arrows .arrow-left i {
  position: relative;
  left: 2px;
  padding: 4px;
}

.cs-rating .customerRating .arrows .arrow-right {
  position: absolute;
  right: -1110px;
}

.cs-rating .customerRating .arrows .arrow-right i {
  position: relative;
  left: -1px;
  padding: 4px;
}

.cs-rating .customerRating .slick-list {
  padding: 40px 0;
}

/****************************- sticky -*******************************/
.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -100%;
  transition: bottom 0.2s ease-in;
}

.stickyfooter.active {
  bottom: 0%;
}

.stickyfooter .sticky {
  background-color: rgb(180, 218, 255);
}

.stickyfooter .sticky .pagecontainer {
  width: 960px;
  margin: 0px auto;
  display: flex;
  padding: 10px 0 10px;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .stickyfooter .sticky .pagecontainer {
    width: 640px;
    padding: 16px 20px 5px;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky .pagecontainer {
    max-width: 500px;
    width: 96%;
    margin: 0px auto;
    padding: 16px 0px 11px;
  }
  .stickyfooter .sticky .pagecontainer .registration_check {
    display: none !important;
  }
}
.stickyfooter .sticky .pagecontainer .left,
.stickyfooter .sticky .pagecontainer right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.stickyfooter .sticky .pagecontainer .right {
  align-items: center;
  display: flex;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .pagecontainer .right {
    position: absolute;
    bottom: 8px;
    right: 6%;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky .pagecontainer .left {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0px;
  }
}
.stickyfooter .sticky .text {
  width: 100%;
  line-height: 18px;
  font-size: 18px;
  margin: 8px 0 2px 0;
  color: #253858;
  font-weight: 500;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .text {
    width: 100%;
    text-align: center;
    margin: 4px 0 10px 0;
  }
}
.stickyfooter .sticky .text .premiumPlan {
  font-weight: 700;
  color: rgb(0, 101, 255);
}

.stickyfooter .sticky .text .inbuiltlifecovergreen {
  color: #089903;
}

.stickyfooter .sticky .ctaform {
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .stickyfooter .sticky .ctaform {
    flex-direction: column;
    align-items: baseline;
  }
}
.stickyfooter .sticky .ctaform.mobile {
  display: none;
}

.stickyfooter .sticky .ctaform .forminput {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
}

.stickyfooter .sticky .ctaform .forminput.error .err {
  position: absolute;
  bottom: -15px;
  font-size: 12px;
  color: #e21313;
  width: 220px;
  left: 20px;
}

@media (max-width: 980px) {
  .stickyfooter .sticky .ctaform .forminput.error {
    margin-bottom: 16px;
  }
  .stickyfooter .sticky .ctaform .forminput.error .err {
    bottom: 55px;
  }
}
.stickyfooter .sticky .ctaform .forminput select {
  width: 90px;
  min-height: 46px;
  border: none;
  padding: 0px 0px 0px 10px;
  margin-right: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stickyfooter .sticky .ctaform .forminput input {
  width: calc(100% - 130px);
  min-height: 46px;
  border: none;
  padding: 0px 10px;
  border-radius: 8px;
}

.stickyfooter .sticky .ctaform .forminput .cCode {
  width: 50px;
  height: 46px;
  display: flex;
  align-items: center;
}

.stickyfooter .sticky .submitSticky,
.stickyfooter .sticky .mobileSticky {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 180px;
  font-size: 12px;
  padding: 16px 8px;
  border-radius: 8px;
  margin-left: 8px;
}

.stickyfooter .sticky .submitSticky:disabled,
.stickyfooter .sticky .mobileSticky:disabled {
  background: #005be6;
  font-size: 0px;
  height: 46px;
}

.stickyfooter .sticky .submitSticky:disabled,
.stickyfooter .sticky .mobileSticky:disabled {
  cursor: not-allowed;
}

.stickyfooter .sticky .submitSticky:disabled:after,
.stickyfooter .sticky .mobileSticky: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: 27%;
  transform: translate(0px, -50%);
  right: 4px;
  left: 0;
  margin: 0px auto;
}

@media (max-width: 980px) {
  .stickyfooter .sticky .submitSticky,
  .stickyfooter .sticky .mobileSticky {
    margin-top: 8px;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky .submitSticky,
  .stickyfooter .sticky .mobileSticky {
    width: 110px;
    position: relative;
    top: -3px;
    font-size: 14px;
    padding: 11px;
    display: none;
  }
}
@media (max-width: 390px) {
  .stickyfooter .sticky .submitSticky,
  .stickyfooter .sticky .mobileSticky {
    width: 95px;
    padding: 12px 0;
    font-size: 12px;
    margin: 0px auto;
  }
}
@media (max-width: 320px) {
  .stickyfooter .sticky .submitSticky,
  .stickyfooter .sticky .mobileSticky {
    width: 80px;
    right: -10px;
    font-size: 10px;
    height: 44px;
  }
}
.stickyfooter .sticky .mobileSticky {
  display: none;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .mobileSticky {
    display: block;
  }
}
/****************************- current version -*******************************/
.current-version-widget {
  background: #ffffff 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: 0px;
  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: 0px;
  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: 0px;
  color: rgba(37, 56, 88, 0.6);
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .current-version-widget .content .details .value {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
  }
}
/****************************- term-premium-calculator -*******************************/
.selection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.selection label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selection input[type=radio] {
  display: none;
}

.selection input[type=radio] + label {
  z-index: 10;
  margin: 0px 7px;
  position: relative;
  color: #253858;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 200ms ease;
}

@media (max-width: 1024px) {
  .selection input[type=radio] + label {
    margin: 0px;
    margin-right: 10px;
  }
}
.selection input[type=radio]:checked + label {
  color: #fff;
  background-color: #0165ff;
  border-radius: 20px;
}

.group-of-calculator {
  margin-bottom: 60px;
}

.premium-calculator {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.premium-calculator .calculate-your-premium {
  border-radius: 10px;
  width: 65%;
  padding: 33px;
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.15) 0%, rgba(253, 153, 35, 0.081) 100%, rgba(255, 138, 0, 0) 100%);
}

@media (max-width: 375px) {
  .premium-calculator .calculate-your-premium {
    padding: 16px;
  }
}
.premium-calculator .final-premium {
  width: 35%;
  padding: 33px;
  border-radius: 0px 10px 10px 0px;
  background: url("../../images/life/calculator-bg.svg") no-repeat;
  background-size: cover;
}

@media (max-width: 980px) {
  .premium-calculator .final-premium {
    padding: 33px 0px;
  }
}
.premium-calculator .final-premium .premium-amt-term {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (max-width: 767px) {
  .premium-calculator .final-premium .premium-amt-term {
    width: 80%;
  }
}
.premium-calculator .final-premium .premium-amt-term .group-premium-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin: 0px auto 40px 30px;
  position: relative;
}

.premium-calculator .final-premium .premium-amt-term .group-premium-text::before {
  content: "";
  background: url(../../images/life/cover-img.png) no-repeat 0 0;
  width: 280px;
  height: 280px;
  position: absolute;
  background-size: cover;
  left: 43px;
  bottom: -30px;
}

@media (max-width: 1024px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text::before {
    width: 210px;
    height: 210px;
    position: absolute;
    background-size: contain;
    left: 60px;
    bottom: 10px;
  }
}
.premium-calculator .final-premium .premium-amt-term .group-premium-text .subheading {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 767px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text .subheading {
    font-size: 15px;
    width: 150px;
    text-align: right;
  }
}
@media (max-width: 568px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text .subheading {
    margin-top: 40px;
  }
}
.premium-calculator .final-premium .premium-amt-term .group-premium-text .amount {
  overflow: hidden;
  color: #ffc759;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text .amount {
    font-size: 34px;
  }
}
.premium-calculator .final-premium .premium-amt-term .group-premium-text .amount sup {
  line-height: 0;
}

.premium-calculator .final-premium .link-button {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.premium-calculator .final-premium .link-button span {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  color: #0065ff;
  width: 55%;
  padding: 14px;
}

@media (max-width: 767px) {
  .premium-calculator .final-premium .link-button span {
    width: 85%;
  }
}
.premium-calculator .range-limit {
  display: flex;
  color: rgba(37, 56, 88, 0.9);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.premium-calculator .range-limit p {
  margin: 0px;
}

.premium-calculator .inputValue {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.premium-calculator .inputValue span {
  color: #253858;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.premium-calculator .inputValue select {
  border-radius: 4px;
  border: 0.5px solid #0065ff;
  background: #fff url("../../images/life/blue-arrow.svg") no-repeat 90% 50% !important;
  color: rgba(37, 56, 88, 0.9);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 26px;
  padding: 0px 20px 0px 10px;
  width: 90px;
  margin-left: 10px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.premium-calculator .inputValue select option:checked {
  color: rgba(37, 56, 88, 0.9);
  font-size: 11px;
}

.premium-calculator .range-slider {
  margin: 10x 0;
}

.premium-calculator .range-slider {
  width: 100%;
}

.premium-calculator .range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: rgba(0, 101, 255, 0.2);
  outline: none;
  padding: 0;
  margin: 0;
}

.premium-calculator .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.premium-calculator .range-slider__range::-webkit-slider-thumb:hover {
  background: #0065ff;
}

.premium-calculator .range-slider__range:active::-webkit-slider-thumb {
  background: #0065ff;
}

.premium-calculator .range-slider__range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #0065ff;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.premium-calculator .range-slider__range::-moz-range-thumb:hover {
  background: #0065ff;
}

.premium-calculator .range-slider__range:active::-moz-range-thumb {
  background: #0065ff;
}

.premium-calculator .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0065ff;
}

.premium-calculator .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #0065ff;
  padding: 5px 10px;
  margin-left: 8px;
}

.premium-calculator .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #0065ff;
  border-bottom: 7px solid transparent;
  content: "";
}

.premium-calculator ::-moz-range-track {
  background: rgba(0, 101, 255, 0.2);
  border: 0;
}

.premium-calculator input::-moz-focus-inner,
.premium-calculator input::-moz-focus-outer {
  border: 0;
}

@media (max-width: 767px) {
  .premium-calculator {
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
  }
  .premium-calculator .calculate-your-premium,
  .premium-calculator .final-premium {
    width: 100%;
  }
  .premium-calculator .calculate-your-premium {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .premium-calculator .final-premium {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: 350px;
    background-size: 103%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .premium-calculator .final-premium {
    background-size: cover;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text {
    width: 100%;
    margin: 60px auto 30px 0px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text {
    width: 80%;
    margin: 0 0px 30px 0px;
    align-items: flex-end;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text:before {
    left: 130px;
    bottom: -40px;
  }
}
@media (max-width: 767px) and (max-width: 568px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text:before {
    top: -34%;
    left: 42%;
    background-size: contain;
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .premium-calculator .final-premium .premium-amt-term .group-premium-text:before {
    top: -24%;
    left: 48%;
    background-size: contain;
    width: 190px;
    height: 190px;
  }
}
.other-condition {
  display: flex;
  margin-left: -7px;
  margin-bottom: 30px;
}

.other-condition .tabacoo-condition {
  margin-left: 60px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .other-condition {
    flex-direction: column;
    margin-left: 0px;
    align-items: flex-start;
  }
  .other-condition .tabacoo-condition {
    margin: 30px 0 0 0;
  }
  .other-condition .tabacoo-condition span {
    display: inline-block;
    margin-right: 10px;
  }
}
.pbRelatedLinks {
  position: relative;
  background: rgba(0, 101, 255, 0.05);
}

.pbRelatedLinks .row {
  width: 1170px;
  margin: 0px auto;
}

.pbRelatedLinks .tagbox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.pbRelatedLinks .tagbox a {
  width: 33%;
}

.pbRelatedLinks .tagbox .sp {
  display: none;
}

/****************************- form popup -*******************************/
/****************************- form popup -*******************************/
@keyframes popup-mobile {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.floatingPopupDiv {
  position: relative;
}

.floatingPopupDiv.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;
}

.floatingPopupDiv.overlay.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .floatingPopupDiv.overlay.show .floatpanel {
    animation: popup-mobile 0.4s linear forwards;
  }
}
.floatingPopupDiv .floatpanel {
  margin: 45px auto;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  width: 414px;
  position: relative;
  padding: 12px;
}

@media (max-width: 980px) {
  .floatingPopupDiv .floatpanel {
    margin: 70px auto;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    width: 414px;
    position: relative;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    bottom: -100%;
    margin: 0 auto;
    position: absolute;
    height: 80vh;
    border-radius: 12px 12px 0 0;
    padding: 32px 16px 12px;
  }
}
@media (max-width: 360px) {
  .floatingPopupDiv .floatpanel {
    padding: 40px 12px 10px;
  }
}
.floatingPopupDiv .floatpanel .cus520 {
  width: 100%;
  box-shadow: none;
  border: none;
  margin-top: 0px;
}

.floatingPopupDiv .floatpanel .close {
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
}

.floatingPopupDiv .floatpanel .close:hover {
  opacity: 1;
}

.floatingPopupDiv .floatpanel .form-tab {
  position: relative;
}

.floatingPopupDiv .floatpanel .form-tab .common-navigation-tab {
  width: 100%;
}

.floatingPopupDiv .floatpanel .form-tab h2 {
  margin: 0;
  font-size: 24px;
  width: 360px;
  line-height: 34px;
  height: 68px;
  margin-bottom: 16px;
  display: none;
}

.floatingPopupDiv .floatpanel .form-tab .skeleton-box.left {
  min-width: 350px;
  height: 48px;
}

.floatingPopupDiv .floatpanel .form-tab .term-bg {
  width: 100%;
}

.floatingPopupDiv .floatpanel .form-tab .updateMobileFeild .dropdown .dropdown-list {
  max-height: 177px;
  overflow: hidden;
}

.floatingPopupDiv .floatpanel .form-tab .updateMobileFeild .dropdown .dropdown-list ul {
  height: 120px;
}

.floatingPopupDiv .floatpanel .form-tab .termform_v1 {
  position: relative;
  min-height: auto;
}

@media (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .form-tab .termform_v1 {
    border: none;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .floatingPopupDiv .floatpanel .form-tab .termform_v1 {
    max-width: 350px;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    overflow-y: scroll;
    min-height: initial;
    display: block;
    height: 70vh;
    border-radius: 0;
  }
}
.floatingPopupDiv .floatpanel .form-tab h1 {
  font-size: 12px;
}

.floatingPopupDiv .floatpanel .form-tab h3 {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.floatingPopupDiv .floatpanel .form-tab h3 span {
  font-size: 14px;
}

.floatingPopupDiv .floatpanel .form-tab .genderselect .male {
  width: 70px;
  height: 24px;
}

.floatingPopupDiv .floatpanel .form-tab .genderselect .female {
  width: 94px;
  height: 24px;
}

.floatingPopupDiv .floatpanel .form-tab .has_radio,
.floatingPopupDiv .floatpanel .form-tab .registration_check {
  width: 100% px;
  height: 48px;
}

.floatingPopupDiv .floatpanel .form-tab .has_radio.skeleton-box,
.floatingPopupDiv .floatpanel .form-tab .registration_check.skeleton-box {
  background-color: #f1f1f1;
  border: none;
}

.floatingPopupDiv .floatpanel .form-tab .submit_cta.skeleton-box {
  height: 287px;
  height: 55px;
  background-color: #f1f1f1;
  box-shadow: none;
}

.floatingPopupDiv .floatpanel .form-tab .termCondition {
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}

.floatingPopupDiv .floatpanel .form-tab .form-whatsapp {
  margin-bottom: 0px;
  width: 100%;
  height: 20px;
  width: 100%;
}

.registration_check {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px;
}

.registration_check input::-webkit-input-placeholder {
  color: #253858;
}

.registration_check input:-moz-placeholder {
  color: #253858;
}

.registration_check input::-moz-placeholder {
  color: #253858;
}

.registration_check input:-ms-input-placeholder {
  color: #253858;
}

@media (max-width: 568px) {
  .registration_check {
    margin: 10px 0 6px;
  }
  .registration_check.error {
    margin: 10px 0 16px;
  }
}
.registration_check #countryCode {
  width: 70px;
  padding: 0 0 0 8px;
}

.registration_check .mobNumber {
  padding: 0px 16px 0px 0px;
}

.registration_check .err {
  bottom: -16px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
}

.registration_check .dropdown {
  position: relative;
  width: 85px;
}

.registration_check .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
}

.registration_check .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  height: 46px;
  width: 85px;
  border: none;
}

.registration_check .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}

.registration_check .dropdown .dropdown-list.show {
  display: block !important;
}

.registration_check .dropdown .dropdown-list .closeCountry {
  display: none;
}

.registration_check .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}

.registration_check .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}

@media (max-width: 568px) {
  .registration_check .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.registration_check .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.registration_check .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  .registration_check .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .registration_check .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .registration_check .dropdown .dropdown-list .closeCountry:before, .registration_check .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .registration_check .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .registration_check .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .registration_check .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.registration_check .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}

@media (max-width: 640px) {
  .registration_check .code-number {
    margin: 10px 0 0;
  }
}
.registration_check .code-number #countryCode {
  max-width: 65px;
  padding: 0px 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}

@media (max-width: 375px) {
  .registration_check .code-number #countryCode {
    max-width: 54px;
  }
}
.registration_check .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}

@media (max-width: 375px) {
  .registration_check .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.registration_check .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 10px;
  height: 100%;
}

.registration_check .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.registration_check .code-number .mobileNumber input:focus + .feildLable,
.registration_check .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}

/****************************- Request Call back -*******************************/
.termlife-req-callback-wrapper {
  padding: 30px 0 0;
  margin: 50px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .termlife-req-callback-wrapper {
    max-width: 500px;
    margin: 0px auto 40px;
    width: 100%;
  }
}
.termlife-req-callback-wrapper:before {
  content: "";
  width: 420px;
  height: 340px;
  background: url(../../images/life/req-call-back.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  background-size: contain;
  right: 40px;
}

@media (max-width: 1024px) {
  .termlife-req-callback-wrapper:before {
    width: 165px;
    height: 100px;
    top: 50px;
    background-size: contain;
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .termlife-req-callback-wrapper:before {
    top: 40px;
    background-size: contain;
    right: -20px;
    width: 145px;
    height: 90px;
  }
}
@media (max-width: 560px) {
  .termlife-req-callback-wrapper:before {
    right: 0px;
    width: 115px;
    height: 90px;
  }
}
.termlife-req-callback {
  background: rgb(255, 247, 244);
  border-radius: 10px;
  padding: 34px 26px 16px;
}

@media (max-width: 560px) {
  .termlife-req-callback {
    padding: 34px 16px 16px;
  }
}
.termlife-req-callback h2 {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .termlife-req-callback h2 {
    line-height: 42px;
  }
}
@media (max-width: 568px) {
  .termlife-req-callback h2 {
    font-size: 20px;
    line-height: 30px;
    width: calc(100% - 100px);
  }
}
.termlife-req-callback p {
  font-size: 18px;
  font-weight: 400;
}

.termlife-req-callback .from-req-callback {
  position: relative;
}

@media (max-width: 320px) {
  .termlife-req-callback .from-req-callback {
    width: 264px;
  }
}
.termlife-req-callback .from-req-callback .form-tab {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.termlife-req-callback .from-req-callback .form-tab li {
  background: none;
}

.termlife-req-callback .from-req-callback .form-tab .form_icon {
  min-width: 30px;
  height: 30px;
  background: url("../../images/life/key-feature-benefits.svg") no-repeat 0 0;
  margin-left: 10px;
}

.termlife-req-callback .from-req-callback .form-tab .form_icon.usericon {
  background-position: -7px -743px;
}

.termlife-req-callback .from-req-callback .form-tab .form_icon.mobile-ico {
  background-position: -3px -778px;
}

.termlife-req-callback .from-req-callback .form-tab input {
  padding: 0px 16px 0px 8px;
  background: none;
}

.termlife-req-callback .from-req-callback .form-tab select {
  padding: 0px 16px 0px 0px;
  width: 50%;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.termlife-req-callback .from-req-callback .form-tab .planselect {
  padding: 12px 0px 12px 0px;
}

.termlife-req-callback .from-req-callback .form-tab .planselect .planselect-group {
  min-width: 130px;
  margin-right: 10px;
}

@media (max-width: 320px) {
  .termlife-req-callback .from-req-callback .form-tab .planselect .planselect-group label {
    font-size: 12px;
  }
}
.termlife-req-callback .from-req-callback .form-tab ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
}

.termlife-req-callback .from-req-callback .form-tab ul li {
  width: 48%;
}

.termlife-req-callback .from-req-callback .form-tab ul.flexstart {
  justify-content: flex-start;
}

.termlife-req-callback .from-req-callback .form-tab ul.flexstart li:first-child {
  width: 40%;
  margin-right: 3%;
}

@media (max-width: 1024px) {
  .termlife-req-callback .from-req-callback .form-tab ul.flexstart li:first-child {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  .termlife-req-callback .from-req-callback .form-tab ul {
    flex-direction: column;
  }
  .termlife-req-callback .from-req-callback .form-tab ul li {
    width: 100%;
    margin: 10px 0;
  }
}
.termlife-req-callback .from-req-callback .submit_cta {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 100%;
  margin: 20px 0 10px;
  border-radius: 12px;
  background: rgb(255, 122, 0);
  max-width: 182px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  padding: 14px 16px;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .termlife-req-callback .from-req-callback .submit_cta {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .termlife-req-callback p {
    font-size: 15px;
    line-height: 18px;
  }
}
@keyframes scheduleCallback {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.request-callback-content {
  position: relative;
}

.request-callback-content .hide {
  display: none !important;
}

.request-callback-content .headingWrapper {
  display: flex;
  flex-direction: column;
}

.request-callback-content .headingWrapper > span {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: url("../../images/life/request-call-back-popup.svg") no-repeat center center;
}

.request-callback-content .headingWrapper h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 16px auto 30px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) {
  width: 50px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .switch {
  display: inline-block;
  height: 23px;
  position: relative;
  width: 46px;
  top: -3px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .switch input {
  display: none;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) input:checked + .slider {
  background-color: #66bb6a;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) input:checked + .slider:before {
  transform: translateX(22px);
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .slider.round {
  border-radius: 34px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .action-button span:nth-child(2) .slider.round:before {
  border-radius: 50%;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: -70px;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm.active {
  animation: scheduleCallback 0.3s linear forwards;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm .formInput {
  width: 48%;
  position: relative;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm .formInput input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  min-height: 56px;
  padding: 14px 16px 0 16px;
  font-size: 16px;
  font-weight: 500;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm .formInput label {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 18px;
  left: 10px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm .formInput .labelshow + label,
.request-callback-content .headingWrapper .scheduleCallbackAction .scheduleForm .formInput input:focus + label {
  top: 7px;
  font-size: 10px;
}

.request-callback-content .headingWrapper .stepper {
  display: flex;
  flex-direction: column;
}

.request-callback-content .headingWrapper .stepper .label-callback {
  background-color: rgba(24, 194, 0, 0.05);
  font-size: 12px;
  line-height: 18px;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 16px 16px 16px 46px;
  color: #253858;
  position: relative;
}

.request-callback-content .headingWrapper .stepper .label-callback .icon {
  position: absolute;
  left: 14px;
}

.request-callback-content .headingWrapper .stepper .step-process {
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
}

.request-callback-content .scheduledCall {
  background: rgba(0, 101, 255, 0.05);
}

.request-callback-content .scheduledCall .heading {
  position: relative;
  padding: 16px;
}

.request-callback-content .scheduledCall .heading .icon {
  width: 30px;
  height: 30px;
  margin: 0px auto 4px;
}

.request-callback-content .scheduledCall .heading.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}

.request-callback-content .scheduledCall .heading .text {
  text-align: center;
}

.request-callback-content .scheduledCall .scheduleInfo {
  background: rgba(0, 101, 255, 0.1);
  padding: 16px;
  border-bottom: 5px solid #fff;
}

.request-callback-content .scheduledCall .scheduleInfo .heading {
  padding: 16px 0;
}

.request-callback-content .scheduledCall .scheduleInfo .info {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0;
}

.request-callback-content .scheduledCall .scheduleInfo .info li {
  width: 48%;
  display: flex;
  align-items: center;
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
}

.request-callback-content .scheduledCall .scheduleInfo .info li .icon {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .request-callback-content {
    position: relative;
    width: 350px;
    margin: 0px auto;
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
  }
}
@media (max-width: 560px) {
  .request-callback-content {
    max-width: 350px;
    width: 100%;
  }
}
/****************************- schedule callback -*******************************/
.schedule-callback {
  border: 1px solid #0065ff;
  padding: 6px 12px 6px 8px;
  border-radius: 48px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 3px 12px rgba(0, 101, 255, 0.16);
  font-size: 14px;
  font-weight: 500;
  position: fixed;
  bottom: 101px;
  z-index: 102;
  background: #fff;
  right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

.schedule-callback.active {
  display: flex;
}

@media (max-width: 980px) {
  .schedule-callback {
    bottom: 125px;
    right: 5px;
    padding: 6px 2px 6px 6px;
  }
  .schedule-callback .text {
    display: none;
  }
}
.schedule-callback span:first-child {
  background: url("../../images/life/add_call.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/****************************- Exit Intent -*******************************/
.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;
  transition: opacity 0.25s ease-in-out;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

@media only screen and (min-width: 570px) and (max-width: 980px) and (orientation: portrait) {
  .exit-intent-popup-container.visible {
    display: none;
  }
}
.exit-intent-popup-container a,
.exit-intent-popup-container .viewplan-link,
.exit-intent-popup-container .viewbtn,
.exit-intent-popup-container button {
  background: #0065ff 0% 0% no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container a,
  .exit-intent-popup-container .viewplan-link,
  .exit-intent-popup-container .viewbtn,
  .exit-intent-popup-container button {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container.new .exit-intent-popup {
  background: transparent linear-gradient(149deg, #f2fff5 0%, #eff5ff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3058823529);
  padding: 18px 0;
  max-width: 940px;
  border-radius: 8px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-close {
  background: url(../../images/bu/term/exit-intent-term-close-icon.svg) no-repeat center/contain;
  height: 20px;
  width: 20px;
  border: 0;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 {
  background: url("../../images/bu/term/age-exitintent-bg.png") no-repeat 0 0 !important;
  background-size: cover !important;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 24px 10px 0px 10px;
  max-width: 810px;
  width: 98%;
  position: relative;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 {
    padding: 14px 10px 0px 10px;
    background-size: cover;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .tag {
  background: #d1ffe3 0% 0% no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 12px;
  margin: 0 0 0 31px;
  padding: 12px 21px 12px 17px;
  width: 55%;
  display: block;
  letter-spacing: 0px;
  color: #106a32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .tag span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .tag {
    width: 63%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .tag {
    border-radius: 12px 0 0 12px;
    margin: 0 0 0 10px;
    padding: 7px 21px 7px 15px;
    width: 90%;
    display: block;
    letter-spacing: 0px;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .details-block {
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.14) 0%, rgba(255, 255, 255, 0) 132.8%);
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .viewplan-link {
  margin: 20px auto 10px !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .viewplan-link {
    margin: 20px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 15px 0 10px;
  width: 94%;
  color: rgb(6, 36, 137);
  text-align: center;
  margin: 0px auto;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 {
    line-height: 34px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content h2 br {
    display: block;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
  z-index: 10;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 20px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
    justify-content: center;
    width: 100%;
    margin: 20px auto 0px;
  }
}
@media (max-width: 360px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection {
    margin: 20px auto 0px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
  width: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items {
    width: 140px;
    text-align: center;
    position: relative;
    margin: 0px 7px 16px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .age {
  color: rgb(94, 35, 187);
  font-size: 15px;
  font-weight: 600;
}

.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
  background: linear-gradient(90deg, #ff6b57 0%, #6c25d8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 130px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .premium {
    font-size: 13px;
    width: 110px;
    bottom: -5px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
  background: url("../../images/bu/term/young-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  display: block;
  background-size: contain;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic1 {
    width: 100px;
    height: 100px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
  background: url("../../images/bu/term/middle-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  display: block;
  background-size: contain;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic2 {
    width: 100px;
    height: 100px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
  background: url("../../images/bu/term/old-age.png") no-repeat 0 0;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  display: block;
  background-size: contain;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .age_selection .items .pic3 {
    width: 100px;
    height: 100px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
  font-weight: 700;
  background: rgb(214, 255, 216);
  width: 60%;
  font-size: 16px !important;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  color: rgb(18, 79, 52);
  margin: 30px auto 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    margin: 0px auto 0;
    width: 46%;
    font-size: 14px !important;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .exit-intent-popup-content .label-new {
    width: 80%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .disclaimer {
  width: 100%;
  margin: 10px auto;
  padding: 10px 1%;
  font-size: 9px;
  background: transparent;
  line-height: 12px !important;
  letter-spacing: 0;
  text-align: left;
  display: block;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.exitintent_type1 .disclaimer {
    font-size: 8px;
    padding: 0px 1%;
  }
}
#cs-rating .items {
  height: 360px;
}

#lifeInsuranceNews {
  position: relative;
}

#lifeInsuranceNews .lin-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-heading {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 16px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container {
    padding: 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-heading span {
  padding: 10px 49px 10px 18px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #253858;
  height: 46px;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-heading span:before {
  content: "";
  width: 0;
  height: 0;
  right: -46px;
  position: absolute;
  border-bottom: 46px solid #253858;
  border-right: 46px solid transparent;
  top: 0;
}

#lifeInsuranceNews .lin-container .lin-left {
  width: 65%;
  height: 566px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left {
    height: auto;
    padding: 0 15px;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
  font-size: 28px;
  font-weight: 700;
  padding: 43px 0 25px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .lin-left .newsFullView .heading-text-latest {
    font-size: 22px;
    padding: 24px 0 0;
  }
}
#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph {
  height: auto;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p {
  color: rgba(37, 56, 88, 0.9);
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 22px;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-txt .parent-paragraph p:first-child {
  -webkit-line-clamp: inherit;
  display: block;
  -webkit-box-orient: initial;
  text-overflow: initial;
  overflow: initial;
}

#lifeInsuranceNews .lin-container .lin-left .newsFullView .read-more-news {
  display: none;
}

#lifeInsuranceNews .lin-container .lin-right {
  width: 30%;
  position: relative;
}

#lifeInsuranceNews .lin-container .lin-row {
  display: flex;
  justify-content: space-between;
}

#lifeInsuranceNews .lin-container .latest-news-heading {
  display: flex;
  align-items: center;
}

#lifeInsuranceNews .lin-container .latest-news-heading span {
  color: #095706;
  font-size: 20px;
  margin: 0 0 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .latest-news-heading {
    padding: 20px 0 5px 15px;
  }
  #lifeInsuranceNews .lin-container .latest-news-heading img {
    margin-top: 4px;
  }
}
#lifeInsuranceNews .lin-container .slide-news {
  background: rgba(0, 0, 0, 0.05);
  padding: 13px 14px;
  margin: 13px 0 0 0;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news {
    padding: 20px 0 20px 14px;
    border-radius: 0;
  }
}
#lifeInsuranceNews .lin-container .read-more-news {
  display: block;
  font-size: 13px;
  margin: 15px 0 0 0;
  color: #0067ff;
  cursor: pointer;
}

#lifeInsuranceNews .lin-container .heading-text-latest {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}

#lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
  height: 39px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt .parent-paragraph {
    height: 55px;
  }
}
#lifeInsuranceNews .lin-container .read-txt p {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.9);
  margin: 7px 0 0;
  line-height: 16px;
}

#lifeInsuranceNews .lin-container .read-txt p:first-child {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .read-txt p:first-child {
    -webkit-line-clamp: 3;
  }
}
#lifeInsuranceNews .lin-container .slide-news-box {
  background: #fff;
  padding: 12px 13px;
  box-shadow: rgba(37, 56, 88, 0.15);
  border-radius: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slide-news-box {
    margin-bottom: 0;
    min-width: 84%;
  }
  #lifeInsuranceNews .lin-container .slide-news-box:last-child {
    margin-right: 15px;
  }
}
#lifeInsuranceNews .lin-container .tab-content {
  display: none;
}

#lifeInsuranceNews .lin-container .tab-content.current {
  display: inherit;
}

#lifeInsuranceNews .lin-container .read-more-news.current {
  opacity: 0.3;
}

#lifeInsuranceNews .lin-container .slider {
  max-width: 800px;
  margin: auto;
  overflow-y: scroll;
  height: 375px;
}

@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider {
    height: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lifeInsuranceNews .lin-container .slider .slide-news-row {
    overflow-x: auto;
    display: flex;
    gap: 15px;
  }
}
#lifeInsuranceNews .lin-container .slider ::-webkit-scrollbar-track {
  background: 0 0;
}

#lifeInsuranceNews .lin-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#lifeInsuranceNews .lin-container .slides .slide-news-row {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

#lifeInsuranceNews .lin-container .lin-right button {
  position: absolute;
  top: 0;
  border: 1px solid #0067ff;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

#lifeInsuranceNews .lin-container .lin-right .prev {
  right: 36px;
}

#lifeInsuranceNews .lin-container .lin-right .next {
  right: 0;
}

@media (max-width: 919px) {
  #lifeInsuranceNews .lin-container .tioc-container {
    padding: 0 15px;
  }
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    min-width: auto;
    width: 48%;
  }
  #lifeInsuranceNews .lin-container .lin-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #lifeInsuranceNews .lin-container .cities-list-wrapper ul li {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-left {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-right {
    width: 100%;
  }
  #lifeInsuranceNews .lin-container .lin-row {
    flex-direction: column-reverse;
  }
}
.discliamer-block {
  width: 100%;
  margin: 50px auto 0;
  padding: 15px 35px 15px 15px;
  border: 1px solid #eaeaea;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .discliamer-block {
    width: 90%;
    margin: 30px auto 0;
  }
}
.discliamer-block h3 {
  margin: 0;
  font-size: 16px;
}

.discliamer-block:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 27px;
  right: 20px;
}

.discliamer-block .list-disclaimer {
  margin-top: 20px;
}

.discliamer-block a {
  color: #0065ff;
}

.discliamer-block a:hover {
  text-decoration: underline;
}

.discliamer-block.active:before {
  transform: rotate(-180deg);
  top: 24px;
}

.banner-content-wrapper-custom {
  padding: 50px 0 0 0;
}

@media (max-width: 980px) {
  .banner-content-wrapper-custom + .banner-content-wrapper-custom {
    padding: 30px 0 0 0;
  }
}
.banner-content-wrapper-custom .pointers {
  margin: 0;
  padding: 0 0 0 20px;
}

.banner-content-wrapper-custom .pointers li {
  font-size: 14px;
  margin: 0 0 8px;
}

.topplan_with_tab {
  width: 1046px;
  background: rgba(0, 101, 255, 0.05);
  padding: 40px 0 0 0;
  border-radius: 8px;
  margin: 20px auto;
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .topplan_with_tab {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .topplan_with_tab {
    margin: 0 auto;
  }
}
.topplan_with_tab .heading {
  font-size: 26px;
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.topplan_with_tab .heading .blue {
  color: #0065ff;
}

.topplan_with_tab .heading .green {
  color: #089903;
}

@media (max-width: 568px) {
  .topplan_with_tab .common-navigation-tab {
    max-width: 330px;
  }
}
.top-plan-container .term-cal-top-plan {
  margin-top: 20px;
  margin-bottom: 25px;
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .top-plan-container .term-cal-top-plan {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-plan-container .term-cal-top-plan .plan {
  display: none;
}

.top-plan-container .top-plan {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

.top-plan-container .top-plan .see-more {
  bottom: 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 8px 16px 8px 16px;
  color: #2b60ed;
  display: block;
  width: 152px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.top-plan-container .top-plan .see-more ~ .see-more#see-more {
  display: none;
}

.top-plan-container .top-plan .see-more ~ .see-more#less-plan::after {
  transform: rotate(-135deg);
  position: relative;
  top: 4px;
}

.top-plan-container .top-plan .see-more::after {
  content: "";
  border: solid #2b60ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.top-plan-container .tab-slide-top-plan-main-wrapper {
  background: 0 0;
  border-radius: 8px;
  padding: 22px;
  position: relative;
}

@media screen and (max-device-width: 767px) {
  .top-plan-container .tab-slide-top-plan-main-wrapper {
    padding: 20px 0;
  }
}
.top-plan-container .tab-slide-top-plan-main-wrapper #top_plans {
  display: none;
}

.top-plan-container .top-plan-content-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .top-plan-container .top-plan-content-wrapper {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    position: static;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card {
  margin-bottom: 16px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
}

.top-plan-container .top-plan-content-wrapper .top-plan-card.hide {
  display: none;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card.hide ~ .see-more#less-plan {
  display: none;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card.hide ~ .see-more#see-more {
  display: block;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .addon-block {
  background: #f2f6ff;
  box-shadow: none;
  border-radius: 8px;
  padding-bottom: 14px;
  margin-bottom: 8px;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .addon_features {
  background: #fff;
  margin: 0 20px 0 20px !important;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 8px;
  padding: 10px 10px;
  gap: 8px;
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .addon_features {
    width: 96% !important;
    margin: 12px auto 0 !important;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .addon_features .features-items {
  border: none;
  padding: 0 0 0 18px;
  margin: 0;
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  align-items: flex-start;
  display: flex;
  height: auto;
  position: relative;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .addon_features .features-items {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .addon_features .features-items:before {
  content: "";
  background: url(../../images/bu/term/top-plan-right-green-tick.png) no-repeat 0 0;
  height: 12px;
  width: 12px;
  border: none;
  background-size: contain;
  transform: initial;
  top: 4px;
  left: 2px;
  position: absolute;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner {
  background: #f2f6ff;
  box-shadow: none;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 16px 20px 16px;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner {
    padding: 18px 12px 16px;
    flex-wrap: wrap;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
  width: 20%;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block .plan-name {
  font-size: 11px;
  font-weight: 500;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block span img {
  width: 80%;
  height: auto;
  max-width: 90px;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block {
    width: 48%;
    order: 1;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.logo-block > div {
    width: 100%;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
  color: #253858;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:first-child {
    font-size: 10px;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
  color: #253858;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(2) {
    font-size: 14px;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block p:nth-child(3) {
  font-size: 10px;
  line-height: 18px;
  color: #253858;
  opacity: 0.8;
  margin: 0;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
  width: 17%;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.life-cover {
    width: 33%;
    order: 3;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 4;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
  width: 20%;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .card-top-block.claim-settlement {
    width: 33%;
    order: 5;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
  width: 20%;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  margin-left: 2%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .view-plan {
    width: 48%;
    order: 2;
    justify-content: flex-end;
    padding: 0;
  }
}
.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 10px;
  line-height: 20px;
  opacity: 0.9;
  margin: 0;
  display: block;
  text-align: center;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .view-plan p:first-child span {
  color: #158c5e;
  font-size: 10px;
  font-weight: 700;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .view-plan button {
  background: #0065ff;
  border-radius: 4px;
  width: auto;
  height: 35px;
  padding: 0;
  font-weight: 500;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  cursor: pointer !important;
  font-size: 14px;
  margin-bottom: 3px;
  transition: none !important;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .special-discount {
  order: 5;
  width: 100%;
  display: block;
  position: relative;
  bottom: -10px;
  font-size: 10px;
  font-weight: 500;
}

.top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .special-discount .labels {
  background: #eaf2ff;
  color: #0962f6;
  padding: 6px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 375px) {
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .special-discount {
    font-size: 8px;
  }
  .top-plan-container .top-plan-content-wrapper .top-plan-card .block-inner .special-discount .labels {
    font-size: 8px;
  }
}
.top-plan-container .top-plan-content-wrapper.boxlayout {
  background: 0 0 !important;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card {
  margin-bottom: 31px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 3px rgba(37, 56, 88, 0.1607843137);
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag {
  position: absolute;
  top: -6px;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #5020e8;
  padding: 5px 7px;
  border-radius: 10px 0px 10px 0px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::before {
  content: "";
  margin: 0 6px 0 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/bu/term/star-new-plan-tag.svg) no-repeat 0 0/18px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .new-plan-launch-tag::after {
  content: "";
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent;
  border-bottom-color: #29095a;
  position: absolute;
  right: -6px;
  top: 0px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card:has(.new-plan-launch-tag) .addon-block {
  padding-top: 20px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
  padding: 50px 20px 10px 20px;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .block-inner.pricemsg {
    padding: 45px 12px 10px 12px;
  }
}
.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features {
  display: flex;
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  justify-content: flex-start;
  gap: 16px;
  margin: 12px 0 4px 0;
}

@media (max-width: 767px) {
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features.addon_features {
    width: 96%;
    margin: 0 auto !important;
  }
}
@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features {
    gap: 10px;
    margin: 14px 0 4px 0;
  }
}
.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items {
  border-radius: 4px;
  padding: 0 10px 0 20px;
  width: auto;
  opacity: 1;
  display: flex;
  align-items: center;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
  padding: 4px 8px 4px 33px;
  background: #fff8e5;
  border: none;
  color: #c85929;
  font-weight: 600;
  position: relative;
  border: none;
  order: 1;
  font-size: 12px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 18px;
  left: 21px;
  top: 4px;
  background: url(../../images/bu/term/top-plan-coin-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  margin-left: -11px;
  top: 6px;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.yellow {
    padding: 7px 8px 7px 33px;
  }
}
.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
  border: 1px solid #0963f6;
  padding: 2px 18px 2px 10px;
  order: 4;
  cursor: pointer;
  position: relative;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: #0065ff;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 568px) {
  .top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab {
    order: 2;
  }
}
.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 9px;
  height: 8px;
  right: 6px;
  top: 56%;
  background: url(../../images/bu/term/down-arrow-blue.png) no-repeat 0 0;
  background-size: contain;
  transform: translate(0, -50%);
  border: none;
  opacity: 1;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.detailTab span {
  color: #0065ff;
  font-weight: 500;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen {
  padding: 6px 8px 7px 24px;
  background: #eff8f4;
  color: #158c5e;
  font-weight: 600;
  position: relative;
  border: none;
  order: 2;
  line-height: 14px;
  font-size: 12px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.bggreen:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/new-sticky-icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0);
  margin-left: -11px;
  top: 6px;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical {
  background: #ededff;
  color: #6c25d8;
  font-weight: 600;
  font-size: 12px;
  padding: 0 10px 0 28px;
  order: 3;
  position: relative;
}

.top-plan-container .top-plan-content-wrapper.boxlayout .top-plan-card .features .features-items.videomedical:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 18px;
  background: url(../../images/bu/term/vi_icon.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  opacity: 1;
  transform: rotate(0);
  margin-left: -11px;
  top: 6px;
}

.top-plan-container .top-plan-content-wrapper .top-plan-disclaimer {
  color: #253858;
  font-size: 12px;
  line-height: 19px;
  padding-top: 25px;
  opacity: 0.7;
}

.top-plan .priceup.ttimer {
  display: flex;
  width: 216px !important;
  background: #4b7ecb;
  color: #fff;
  border-radius: 8px 0 8px 0;
  height: 25px;
  align-items: center;
  padding-left: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-plan .priceup.ttimer .block {
  background: 0 0;
}

.top-plan .priceup.ttimer .block .arrow {
  display: none;
}

.top-plan .priceup.ttimer .block:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../../images/bu/term/icon-limited.svg") no-repeat 0 0;
  animation: mirrorflip 5s 0s linear infinite;
  left: 5px;
  top: 7px;
  background-size: 100%;
}

.top-plan .priceup.ttimer label {
  width: 188px !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.026em;
  font-size: 11px;
  justify-content: space-between;
}

.top-plan .priceup.ttimer label > div {
  width: 92px;
  display: block;
  letter-spacing: -0.026em;
}

.top-plan .priceup.ttimer label span {
  background: #fff;
  padding: 0 2px 0 6px;
  border-radius: 4px;
  color: #4b7ecb;
  display: flex;
  width: calc(100% - 92px);
  border-radius: 8px 0 8px 8px;
  height: 20px;
  align-items: center;
}

.top-plan .priceup.ttimer.days {
  width: 240px !important;
  padding: 4px 8px 3px 25px;
  display: inline-block;
  background: #4b7ecb;
  color: #fff;
  border-radius: 8px 0 8px 0;
  box-sizing: border-box;
  height: 28px;
}

.top-plan .priceup.ttimer.days label {
  width: 210px !important;
  margin-left: 0;
  letter-spacing: -0.026em;
  font-size: 11px;
  font-weight: 700;
}

.top-plan .priceup.ttimer.days label span {
  width: 110px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  line-height: 18px;
}

.top-plan .priceup.ttimer.texttype {
  width: 180px !important;
  padding: 6px 8px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 34px;
  position: absolute;
  top: 2px;
  position: absolute;
  left: 0;
}

.top-plan .priceup.ttimer.texttype span:nth-child(2) {
  display: block;
  line-height: 10px;
  font-size: 11px;
  font-weight: 700;
}

.top-plan .priceup.ttimer.texttype span:nth-child(3) {
  display: block;
  line-height: 10px;
  padding-top: 3px;
  font-weight: 400;
  font-size: 10px;
}

@keyframes mirrorflip {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  50% {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
.pricehike {
  background: #ffeded 0 0 no-repeat padding-box;
  border: 1px solid #c73830;
  border-radius: 0 8px;
  padding: 5px;
  color: #c73830;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.pricehike:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1s infinite;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@media (max-width: 767px) {
  .pricehike {
    right: 11px;
  }
}
@keyframes slide_shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.new-top-plans-section {
  position: relative;
}

.new-top-plans-section .tag-box {
  position: absolute;
  z-index: 1;
  border-radius: 0 5px 0 5px;
  background: #007ab9;
  right: 0;
  top: 0;
  padding: 8px 12px 8px 39px;
  overflow: hidden;
}

.new-top-plans-section .tag-box .tag {
  letter-spacing: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.new-top-plans-section .tag-box .tag::before {
  content: "";
  background: url(../../images/bu/investment/investment-top-plan-tag-icon.svg);
  position: absolute;
  width: 16px;
  height: 17px;
  left: -24px;
}

.new-top-plans-section .tag-box:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  animation: slide_shine 1.5s infinite;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .tag-box {
    border-radius: 0;
    right: 0;
    top: 0;
  }
  .new-top-plans-section .tag-box:before {
    display: none;
  }
}
.new-top-plans-section .new-top-plans {
  height: auto;
  overflow: hidden;
  padding: 35px 35px 20px;
  margin-bottom: 20px;
  background: #f4f7fe;
  border-radius: 5px;
  transition: all 1s ease-in-out;
  position: relative;
}

.new-top-plans-section .new-top-plans h2,
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 0;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

.new-top-plans-section .new-top-plans h2:before,
.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}

@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans h2,
  .new-top-plans-section .new-top-plans h3 {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .taxsavingbanner {
  position: absolute;
  min-width: 100px;
  font-size: 11px;
  border-radius: 6px 0 6px 0;
  padding: 4px 6px;
  vertical-align: top;
  margin: 0;
  color: #8e44ad;
  cursor: pointer;
  top: 0;
  background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .new-top-plans {
    background: #ededed;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans {
    margin-bottom: 0;
  }
}
.new-top-plans-section .new-top-plans h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

.new-top-plans-section .new-top-plans h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -1px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading {
  display: flex;
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading {
    justify-content: space-between;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 16px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
  }
}
.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 16px;
  display: inline-block;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

.new-top-plans-section .new-top-plans .rest_plan {
  display: none;
}

.new-top-plans-section .new-top-plans .rest_plan.active {
  display: block;
}

.new-top-plans-section .new-top-plans .new-plan-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  padding: 35px 15px 15px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    padding: 35px 15px 20px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
  width: 180px;
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
  width: 90px;
  min-height: 57px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
    min-height: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo + p:empty {
  display: none;
}

@media screen and (max-width: 440px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 220px;
    min-height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2) 0, #fff 100%) 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 4px;
  padding: 3px 10px 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #253858;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    display: flex;
    align-items: flex-start;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo img {
    max-width: 79px;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    margin-top: 6px;
    font-size: 11px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
  font-size: 18px;
  line-height: 24px;
  color: #0065ff;
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value.green {
  color: #497633 !important;
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .returns-payout > div {
    width: 50%;
    padding: 0 0 0;
    border: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .tag.orange {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box .heading {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 4px;
  font-weight: 400;
}

.new-top-plans-section .new-top-plans .new-plan-box .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans .new-plan-box .value.green {
  color: #079836 !important;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box [data-category=tax_saving_top_plan] {
    top: 40px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 6px 9px;
  font-size: 11px !important;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box button:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 2px;
  content: "";
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box button {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box button::after {
    margin: 0 0 1px 5px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
  padding: 20px 15px 15px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
    padding: 20px 8px 20px;
    flex-direction: row;
    position: relative;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
  display: flex;
  align-items: flex-start;
  width: 83%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
    flex-direction: column;
    width: 77%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
    width: 100%;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
  width: 50%;
  padding: 13px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout > div {
    padding: 0 2px 0 0;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
    max-width: 80%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading sup {
  font-size: 8px;
  margin-left: 2px;
  line-height: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .insurer-returns .disclaimer {
  background: #f8f4e2 0 0 no-repeat padding-box;
  border-radius: 5px;
  padding: 4px 5px 5px;
  display: inline-block;
  width: auto;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
  margin: 5px 0 0;
  letter-spacing: 0;
  color: #243262;
  line-height: 13px !important;
  padding: 4px 0 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
    width: 83%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
    display: block;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
  padding: 15px 15px 15px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 30px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.nopd {
    padding: 30px 10px 12px !important;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-payout .value {
  color: #253858;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
  padding-top: 6px;
  min-height: 43px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
  margin: 0 !important;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo {
    padding-top: 0;
    margin-bottom: 16px;
    align-items: center;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
  min-height: auto;
  width: 101px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap {
    width: 102px;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo .img-logo-wrap .img-logo-wrap {
    width: 70px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo P {
  background: 0 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .returns-payout > div {
  border-color: transparent;
}

@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .insurer-logo p {
    max-width: 110px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 35px !important;
    position: absolute !important;
    transform: initial;
    border: 1px solid #fff;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo.tag button {
    top: 38px !important;
    position: absolute !important;
    transform: initial;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .value {
  color: #253859;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .returns-payout .insurer-returns .disclaimer {
  color: #253859;
  background: #f9f4e0;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .logo-payouts .disclaimer {
    width: 100%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
  background: #e5f6e8;
  border-radius: 4px 16px 16px 4px;
  padding: 4px 8px;
  position: absolute;
  left: 20px;
  bottom: 6px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  color: #005b1a;
  text-transform: capitalize;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tax-tag {
    left: 10px;
    top: 6px;
    bottom: auto;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
  position: absolute;
  width: 245px;
  color: #fe6d02;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px 8px 0 0;
  padding: 7px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 700;
  bottom: 0;
  padding-left: 24px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag img {
  display: none;
}

@media (max-width: 980px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 10px;
    width: 222px;
    min-width: 222px;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag {
    font-size: 9px;
    width: 202px;
    padding: 7px 7px 7px 1px;
    padding-left: 24px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../images/bu/investment/ipru-top-plan-offer-icon.png) no-repeat 0 0;
  background-size: cover;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .tag .typeof-fund {
  font-weight: 700;
  border-left: 1px solid #0273a1;
  margin-left: 5px;
  padding-left: 5px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
  position: relative;
  padding: 18px 15px 25px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
  width: 125px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo {
    width: 200px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .insurer-logo p {
    margin-right: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout {
  width: 100%;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
  width: 150px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
  width: calc(100% - 150px);
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
  font-size: 16px;
  line-height: 17px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
  font-size: 12px;
  display: inline;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 150px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 150px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 120px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 120px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed #079836;
  border-radius: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plus-icon {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer {
  position: absolute;
  background: #079836;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -24%;
    top: 18px;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 18px;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.taxcomparison .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured {
  position: relative;
  padding: 18px 15px 25px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured {
    padding: 10px 10px 32px !important;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .heading {
    font-size: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
  width: 145px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo {
    width: 200px;
    align-items: center;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .insurer-logo p {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
  width: 410px;
  margin-right: 0;
  justify-content: flex-start;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
  width: 100px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns .value span {
  font-size: 12px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
  width: 300px;
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
  font-size: 12px;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout {
    width: 100%;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 100px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 100px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 16px;
    line-height: 17px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: inline;
  }
}
@media (max-width: 375px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 110;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 110px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-returns {
    width: 80px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout {
    width: calc(100% - 80px);
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value span {
    font-size: 10px;
    display: block;
  }
}
@media (max-width: 320px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .returns-payout .insurer-payout .value {
    font-size: 14px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  border: 1px dashed #079836;
  border-radius: 8px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plus-icon {
  display: none;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
  position: absolute;
  background: #079836;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  top: -13px;
  left: 10px;
  line-height: 16px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer:after {
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  position: absolute;
  border-bottom: 22px solid #079836;
  border-right: 15px solid transparent;
  top: 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out {
    padding: 20px 12px 6px;
    margin-top: 10px;
  }
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .tax-free-offer {
    top: 0;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
  position: relative;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
  position: absolute;
  left: -32px;
  top: 7px;
  background: rgba(7, 152, 54, 0.2);
  color: #272525;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 0;
}

@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -35%;
    top: 0;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 .plus-icon {
    left: -55%;
    top: 0;
  }
}
@media (max-width: 640px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 45%;
    position: relative;
  }
}
@media (max-width: 360px) {
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-1,
  .new-top-plans-section .new-top-plans .new-plan-box.featured .break-out .plan-2 {
    width: 38%;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button {
  width: 100px;
}

.new-top-plans-section .new-top-plans .new-plan-box.featured.pension .button:after {
  margin: 0 0 1px 5px;
}

.new-top-plans-section .new-top-plans.highlighted-active {
  background: url("../../images/bu/investment/lic-top-plan-highlighted.svg") no-repeat;
  background-size: cover;
}

.new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
  margin-bottom: 16px;
}

.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo p {
  font-size: 15px;
  font-weight: 700;
}

.new-top-plans-section .new-top-plans.highlighted-active .insurer-logo .img-logo-wrap img {
  width: 100% !important;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active {
    padding: 12px !important;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box {
    padding-top: 10px;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .top_plan_box .insurer-logo {
    width: 200px;
    display: flex;
    margin-bottom: 22px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active:before {
  display: none !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .plan_name {
  position: relative;
}

.new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
  color: #b10a93;
  font-size: 14px;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  top: 10px;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    position: absolute;
    width: 220%;
    font-size: 14px;
    font-weight: 600;
    color: #253858;
    top: 50px;
  }
}
@media (max-width: 568px) and (max-width: 360px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name .pink-highlight {
    font-size: 12px;
    width: 200%;
  }
}
@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .plan_name p {
    padding: 0 10px 5px 10px;
    margin: 0;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange {
  background: #00a367 !important;
  color: #fff !important;
  border-radius: 8px 0 8px 0;
  top: -10px;
  left: -5px;
  font-weight: 600;
  position: absolute;
}

.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:before {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../../images/bu/investment/left-corner.png);
  position: absolute;
  top: 22px;
  left: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .plantype-tag.orange:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../../images/bu/investment/right-corner.png);
  position: absolute;
  top: 0;
  right: -10px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt {
  width: 110px !important;
  margin: 0;
  position: relative;
  top: -4px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt span {
  top: initial;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value {
  font-size: 20px;
  width: 102px;
  margin: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .investment_amt .value .label {
  background: 0 0;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
  width: calc(100% - 130px) !important;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap {
    width: calc(100% - 110px) !important;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  height: 110%;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .youget {
  background: 0 0 !important;
  position: initial !important;
  font-weight: 600 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .resultbox-wrap .separator {
  left: -15px !important;
  right: initial !important;
  height: 110% !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap {
  border: none;
  background: 0 0;
  padding: 5px 0 0 7px;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
  font-size: 20px;
}

@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .value {
    width: 170px;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label {
  background: 0 0;
  font-weight: 500;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .label p {
  display: inline-block;
  font-size: 11px;
  color: #253858;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
  width: 300px;
  font-weight: 600 !important;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 0 !important;
  text-align: left;
  left: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}

.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label p {
  line-height: 12px;
}

@media (max-width: 767px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv .label {
    width: 60%;
    left: 80px;
    top: -4px;
  }
}
@media (max-width: 568px) {
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv {
    width: 100%;
    font-weight: 600 !important;
    display: flex;
    flex-direction: row;
  }
  .new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .return-of-inv p {
    margin-left: 0;
  }
}
.new-top-plans-section .new-top-plans.highlighted-active .returns-payout .result-wrap .heading {
  display: none !important;
}

.new-top-plans-section .rest-plans {
  display: none;
}

.new-top-plans-section .view-plans {
  text-align: center;
}

.new-top-plans-section .view-plans .view-plans-button {
  background: #dbf3ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #6cc1ea;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 0.48px;
  color: #2e657f;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 11px 42px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section .view-plans .view-plans-button {
    font-size: 14px;
    padding: 11px 35px;
  }
}
.new-top-plans-section.nri h2,
.new-top-plans-section.nri h3 {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: relative;
  border-bottom: 4px solid #707070;
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

.new-top-plans-section.nri h2:before,
.new-top-plans-section.nri h3:before {
  content: "";
  height: 4px;
  position: absolute;
  width: 195px;
  background: #0662f6;
  bottom: -4px;
  width: 68%;
}

@media screen and (max-width: 568px) {
  .new-top-plans-section.nri h2,
  .new-top-plans-section.nri h3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans {
    background: #f5f7fe;
    margin-bottom: 0;
    border-top: 2px solid #e2e2e2;
    border-radius: 0;
  }
}
@media screen and (max-width: 568px) {
  .new-top-plans-section.nri .new-top-plans {
    padding: 40px 10px 18px;
  }
  .new-top-plans-section.nri .new-top-plans .new-plan-box {
    position: relative;
    padding: 36px 15px 20px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading {
  display: flex;
  margin: 10px 0 10px;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading {
    justify-content: flex-start;
  }
  .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    margin-left: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div {
  width: 200px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
  color: #757575;
  font-size: 14px;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div {
    margin-right: 0;
    width: auto;
    font-size: 10px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div p {
  color: #253858;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
}

.new-top-plans-section.nri .new-top-plans-subheading > div p span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

@media screen and (max-width: 320px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div p {
    margin-right: 0;
    width: auto;
    font-size: 12px;
  }
}
.new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section.nri .new-top-plans-subheading > div:last-child {
    margin-left: 10px;
  }
}
.new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
  padding: 30px 15px 25px;
}

.new-top-plans-section .new-top-plans .new-plan-box.default-nfo .taxsavingbanner {
  border-radius: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo {
    padding: 40px 10px 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .new-top-plans .new-plan-box.default-nfo button {
    top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-top-plans-section .nri .new-top-plans .new-plan-box.default-nfo button {
    top: 20px;
  }
}
.new-top-plans-section .disclaimerFor_insurer {
  background: 0 0;
  padding: 0;
  border-radius: 5px;
  font-size: 9px;
  line-height: 16px;
  margin-bottom: 14px;
  font-weight: 400 !important;
  color: #adadad;
}

.new-top-plans-section .disclaimerFor_insurer strong {
  font-weight: 400 !important;
}

.lic-top-plan {
  position: relative;
}

.lic-top-plan h3.new-top-plans-title {
  font-size: 20px !important;
  border-bottom: none;
}

.lic-top-plan h3.new-top-plans-title:before {
  height: 2px;
  bottom: 0;
  width: 100%;
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading {
  margin: 10px 0 40px;
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading > div {
  color: #253858;
  margin-right: 10px;
  font-weight: 400;
  width: auto;
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading > div p {
  font-weight: 700;
}

.lic-top-plan .new-top-plans-section .default_plan,
.lic-top-plan .new-top-plans-section .rest_plan {
  width: 100%;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
  display: block;
  position: relative;
  margin-bottom: 50px;
  padding: 25px 20px 12px 20px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box:last-child,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
    padding: 12px 20px 12px 25px;
  }
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
    padding: 12px 10px 12px 25px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box:before {
  content: "";
  width: 5px;
  height: 80%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.orange:before {
  background: #d96f1f;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.blue:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.blue:before {
  background: #0065ff;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag {
  display: inline-block;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  top: -22px;
  position: absolute;
  left: 4px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.blue,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.blue {
  background: #cce0ff;
  color: #0065ff;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.orange {
  background: #fddac0;
  color: #d96f1f;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .top_plan_box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .top_plan_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo {
  width: calc(100% - 126px);
  display: flex;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo p {
  font-size: 14px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap {
  width: 80px;
  height: 50px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap img,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap img {
  width: 80%;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plan_name p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plan_name p {
  background: 0 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
  width: calc(100% - 200px);
  border: none;
  padding: 0;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .youget,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .youget {
  position: absolute;
  top: -9px;
  background: linear-gradient(180deg, #fff 50%, #f4f7fe 50%);
  font-size: 12px;
  left: 15px;
  padding: 0 5px;
  color: #253858;
  font-weight: 500;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator {
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 80%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator.add:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator.add:before {
  content: "";
  position: absolute;
  width: 16px;
  background: url("../../images/bu/plus-icon.png");
  height: 16px;
  top: 50%;
  transform: translate(-7px, -50%);
  border-radius: 50%;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
    width: calc(100% - 85px);
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
  width: 100%;
  border: 2px dashed #96c0ff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #f4f7fe;
  padding: 4px 5px 4px 20px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
  display: flex;
  align-items: end;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
  background: #ececec;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  margin-left: 5px;
  border-radius: 3px;
  text-align: center;
  color: #253858;
  display: inline-block;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
    right: initial;
    top: initial;
    bottom: -22px;
    left: 0;
    margin-left: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns {
  position: relative;
  width: 45%;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
    padding-left: 30px;
  }
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .label {
    left: 25px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
  margin-top: 8px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
    margin-top: 4px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .heading,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .heading {
  top: 10px;
  position: relative;
  color: #253858;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable + .insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable + .insurer-payout .value {
  margin-top: 6px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable {
  padding: 1px 4px 2px 4px;
  font-size: 10px;
  top: 0;
  color: #fff;
  border-radius: 4px 0 0 4px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: 0;
  right: -16px;
  z-index: 0;
  border: 8px solid #1d53c0;
  border-right-color: transparent !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green {
  background: #7bba9b;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green:before {
  border-color: #7bba9b;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange {
  background: #ef9450;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange:before {
  border-color: #ef9450;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
    width: 100%;
    padding: 5px 10px 8px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
  border: none;
  padding: 0;
  width: 175px;
  margin-right: 20px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt span {
  font-weight: 600;
  line-height: 34px;
  font-size: 12px;
  color: #253858;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt > span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt > span {
  position: relative;
  top: 10px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value {
  font-size: 18px;
  margin: 0 !important;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value span {
  font-size: 10px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
    width: 85px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout {
  display: flex;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout > div,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout > div {
  position: relative;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
  font-size: 16px;
  margin: 4px 0 0 0;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
    font-size: 12px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value span {
  font-size: 10px;
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
  background: #ececec;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  bottom: 0;
  color: #253858;
  display: inline-block;
  line-height: 14px;
}

@media (max-width: 568px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
    font-size: 10px;
    font-weight: 500;
    width: 75px;
    padding: 5px 6px;
    border-radius: 5px;
    right: initial;
    top: inherit;
    line-height: 10px;
    bottom: -18px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 9px 10px 9px 17px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
    top: 0;
  }
}
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
  right: 0;
  position: relative;
  padding: 3px;
  top: 1px;
}

@media (max-width: 767px) {
  .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
  .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
    right: 2px;
    position: relative;
    padding: 3px;
    top: 1px;
  }
}
.lic-top-plan .new-top-plans-section .default_plan:first-child,
.lic-top-plan .new-top-plans-section .rest_plan:first-child {
  margin-top: 30px;
}

.topPlanContent {
  border-radius: 8px;
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading {
  height: 44px;
  align-items: initial;
  position: relative;
  width: 75% !important;
}

@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading {
    width: 100% !important;
    height: 60px;
    padding: 7px 16px;
  }
}
.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div {
  font-size: 14px !important;
  align-items: center;
  display: flex;
  position: relative;
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div p {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div {
    font-size: 11px;
    position: relative;
    flex-direction: column;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div p {
    font-size: 14px;
    margin: 0;
  }
}
.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:before {
  content: "";
  width: 1px;
  height: 60%;
  background: #eae9e9;
  position: absolute;
  right: calc(-33% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child {
  width: 184px;
  margin-right: 20px;
}

@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child {
    width: 33%;
    max-width: 150px;
    font-size: 11px !important;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }
}
@media (max-width: 980px) and (max-width: 390px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child {
    margin: 0 10px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child p {
    font-size: 12px;
  }
}
@media (max-width: 980px) and (max-width: 360px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child {
    margin: 0 6px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:first-child p {
    font-size: 11px;
  }
}
.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
  width: 144px;
  margin-right: 20px;
}

@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    width: 33%;
    max-width: 150px;
    font-size: 11px !important;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }
}
@media (max-width: 980px) and (max-width: 390px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    margin: 0 10px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) p {
    font-size: 12px;
  }
}
@media (max-width: 980px) and (max-width: 360px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) {
    margin: 0 6px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(2) p {
    font-size: 11px;
  }
}
.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) {
  width: 100px;
  margin-right: 20px;
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3)::before {
  display: none;
}

@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) {
    width: 33%;
    max-width: 150px;
    font-size: 11px !important;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }
}
@media (max-width: 980px) and (max-width: 390px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) {
    margin: 0 10px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) p {
    font-size: 12px;
  }
}
@media (max-width: 980px) and (max-width: 360px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) {
    margin: 0 6px;
  }
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div:nth-child(3) p {
    font-size: 11px;
  }
}
@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading .new-top-plans .h2,
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading .new-top-plans h2 {
    font-size: 22px;
  }
}
@media (max-width: 980px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans {
    padding: 0 10px 18px;
  }
}
.topPlanContent .new-top-plans-section .tag-box {
  display: none;
}

.topPlanContent .new-top-plans-section .new-top-plans {
  background: 0 0;
  padding: 15px 0 20px;
  margin: 0 auto;
  width: 80%;
}

.topPlanContent .new-top-plans-section .new-top-plans img {
  width: 100%;
}

.topPlanContent .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
  text-align: left;
}

@media (max-width: 767px) {
  .topPlanContent .new-top-plans-section .new-top-plans {
    width: 100%;
    border-top: 0 !important;
  }
  .topPlanContent .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
    max-width: 80%;
    text-align: left;
  }
}
.topPlanContent .new-top-plans-section .h2,
.topPlanContent .new-top-plans-section h2 {
  border-bottom: none;
  display: none;
}

.topPlanContent .new-top-plans-section .h2::before,
.topPlanContent .new-top-plans-section h2::before {
  display: none;
}

.topPlanContent .new-top-plans-section.nri .h2,
.topPlanContent .new-top-plans-section.nri h2 {
  border-bottom: none;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #253858;
  font-size: 26px;
  display: none;
}

.topPlanContent .new-top-plans-section.nri .h2::before,
.topPlanContent .new-top-plans-section.nri h2::before {
  display: none;
}

.topPlanContent .new-top-plans-section.nri .h2 strong,
.topPlanContent .new-top-plans-section.nri h2 strong {
  color: #0065ff;
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading {
  display: flex;
  margin: 10px auto 10px;
  background: #fff;
  height: 52px;
  border-radius: 8px;
  padding: 0 16px;
  margin-bottom: 20px;
  width: 90%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading {
    width: 100%;
  }
}
.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div {
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 23px;
}

.topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div p {
  color: #0065ff;
}

@media (max-width: 767px) {
  .topPlanContent .new-top-plans-section.nri .new-top-plans-subheading > div p {
    margin-top: 0;
  }
}
.topPlanContent .new-top-plans-section .view-plans .view-plans-button {
  background: #0165ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #0165ff;
  cursor: pointer;
  border-radius: 8px;
  letter-spacing: 0.48px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 32px;
  display: inline-block;
}

@media (max-width: 980px) {
  .topPlanContent .section-grid.alignCenter {
    padding: 0;
    margin: 0 auto;
    width: 96%;
  }
}
.modalpopup {
  position: relative;
}

.modalpopup.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 1000;
}

.modalpopup.overlay.show {
  visibility: visible;
  opacity: 1;
}

.modalpopup .popup {
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 12px;
  width: 440px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.modalpopup .popup.thankyou {
  width: 440px;
}

.modalpopup .popup .icon-user,
.modalpopup .popup .icon-phone,
.modalpopup .popup .icon-calendar {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 22px;
  height: 21px;
}
.modalpopup .popup .icon-user img,
.modalpopup .popup .icon-phone img,
.modalpopup .popup .icon-calendar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
  .modalpopup .popup {
    overflow-y: scroll;
  }
}
.modalpopup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.modalpopup .popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}

.modalpopup .popup .close:hover {
  opacity: 1;
}

.modalpopup .popup .certificate {
  text-align: center;
}

.modalpopup .popup .certificate img {
  width: auto;
}

.modalpopup .popup .heading_call_icon {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.modalpopup .popup .heading_call_icon .headingtext {
  font-size: 20px;
  margin: 7px;
  font-weight: 700;
}

.modalpopup .popup .heading_call_icon .phone {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../images/bu/term/new-rc-img.png") no-repeat 0 0;
  background-size: 120%;
}

.modalpopup .popup .content h3 {
  padding: 0;
  margin: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.modalpopup .popup .content .back-to-site,
.modalpopup .popup .content .reqBtn,
.modalpopup .popup .content .scheduleBtn {
  background: #0065ff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  margin: 20px auto 26px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .back-to-site,
  .modalpopup .popup .content .reqBtn,
  .modalpopup .popup .content .scheduleBtn {
    font-size: 14px;
    width: 60%;
    padding: 10px;
  }
}
.modalpopup .popup .content .back-to-site {
  width: 140px;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .scheduleBtn {
  margin: 20px auto 10px;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .scheduleBtn {
    margin: 7px auto 10px;
    border-radius: 10px;
  }
}
.modalpopup .popup .content .link {
  font-size: 12px;
  color: #0165ff;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.modalpopup .popup .content .link:before {
  content: "";
  border: solid #0165ff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  transform: rotate(135deg);
  position: absolute;
  top: 4px;
  left: -19px;
}

.modalpopup .popup .content .highlight-text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}

.modalpopup .popup .content .highlight-text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #ccc;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.modalpopup .popup .content .highlight-text.xl {
  font-size: 26px;
  margin: 0;
}

.modalpopup .popup .content .highlight-text.xl:before {
  display: none;
}

.modalpopup .popup .content .contact-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.modalpopup .popup .content .contact-info li {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modalpopup .popup .content .contact-info li .des {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.modalpopup .popup .content .contact-info li .number {
  font-size: 14px;
  color: #253858;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.modalpopup .popup .content .contact-info li .number .phone-icon {
  background: url("../../images/bu/term/call-icon.svg") no-repeat 0 0;
  width: 14px;
  height: 15px;
  display: block;
  margin: 0 5px 0 0;
}

@media (max-width: 568px) {
  .modalpopup .popup .content .contact-info {
    width: 100%;
    margin: 16px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modalpopup .popup .content .contact-info li {
    width: 50%;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-weight: 600;
  }
}
.modalpopup .popup .content .extra-info {
  width: 250px;
  margin: 0 auto 30px;
  text-align: center;
}

.modalpopup .popup .content .extra-info span {
  display: block;
  font-size: 10px;
  margin: 20px;
  line-height: 16px;
}

.modalpopup .popup .content .extra-info .infotext {
  font-size: 12px;
  line-height: 22px;
}

.modalpopup .popup .content .extra-info.xl {
  width: 280px;
}

.modalpopup .popup .content .reqCallback {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.modalpopup .popup .content .reqCallback .call-back-form-heading {
  font-size: 14px;
  font-weight: 500;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput {
  width: 98%;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    padding: 0 !important;
  }
}
.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading {
  background: rgba(24, 194, 0, 0.05);
  color: #253858;
  padding: 10px;
  top: 0;
  font-size: 12px;
  padding-left: 22px;
  width: 290px;
  position: absolute;
  border-radius: 0 0 8px 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 11px;
  background: url("../../images/bu/term/phone_callback.png") no-repeat 0 0;
  background-size: contain;
}

.modalpopup .popup .content .phone-icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
}

.modalpopup .popup .content .thanks-icon {
  width: 120px;
  height: 110px;
  margin: 0 auto;
}

.modalpopup .popup .step-2 {
  margin: 45px 0;
}

@media screen and (max-width: 767px) {
  .modalpopup .popup .step-2 {
    margin: 33px 0;
  }
}
.modalpopup .popup .step-3 {
  margin: 75px 0;
}

@media (max-width: 568px) {
  .modalpopup .popup {
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .modalpopup .popup.thankyou {
    max-width: 360px;
    width: 96%;
  }
  .modalpopup .popup.thankyou .step-3 {
    margin: 75px 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .modalpopup .popup .content .step-1 .reqCallback {
    margin: 27px 0 20px auto;
  }
  .modalpopup .popup .content .reqCallback .call-back-form-heading {
    top: -34px !important;
  }
  .modalpopup .popup .content .reqCallback:before {
    display: none;
  }
  .modalpopup .popup .content .highlight-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .modalpopup .popup .content .contact-info li .des {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-size: 14px;
    justify-content: center;
  }
  .modalpopup .popup .content .phone-icon {
    width: 40px;
    height: 40px;
  }
  .modalpopup .popup .content .extra-info span {
    display: block;
    font-size: 10px;
    margin: 15px;
    line-height: 16px;
  }
  .modalpopup .popup .content .extra-info span.infotext {
    margin-bottom: 10px;
  }
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    box-shadow: none;
  }
}
.modalpopup .custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.modalpopup .custom-field .err {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  font-size: 10px;
  text-align: right;
  color: red;
}

.modalpopup .custom-field.movingLabel.mob input {
  padding: 14px 14px 14px 42px;
  height: 44px;
}

.modalpopup .custom-field.movingLabel.mob select {
  position: absolute;
  width: 78px;
  height: calc(100% - 6px);
  padding: 0 10px;
  border: none;
  top: 3px;
  left: 0;
  background: 0 0;
  z-index: 1;
}

.modalpopup .custom-field.movingLabel.mob select:focus {
  outline: 0;
}

.modalpopup .custom-field.movingLabel input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  padding: 14px 12px 14px 42px;
  border-radius: 8px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #cbc9c9;
  transition: border-color 0.3s ease;
}

.modalpopup .custom-field.movingLabel input + .placeholder {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: -6px;
  line-height: 100%;
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  left: 7px;
  padding: 0 5px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}

.modalpopup .form-whatsapp {
  margin-top: 10px !important;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.form-whatsapp i.icon {
  background: url("../../images/bu/term/whatsapp.png") no-repeat 0 0;
  background-size: cover;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}

.form-whatsapp input:checked + .slider:before {
  transform: translateX(13px);
}

.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 2px #36b37e;
}

.key-points li span sup {
  font-size: 12px;
}

.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}

@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 0 10px 16px;
  }
}
.section-full.lgpp .scrollable-box {
  position: relative;
}

.section-full.lgpp .scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}

.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}

.section-full.lgpp .scrollable-box.y p {
  padding-right: 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box.y {
    overflow-x: initial;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}

.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
  }
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}

.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
}
.section-full.lgpp .popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
}
@media (max-width: 360px) {
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}

.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}

@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
  }
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}

.section-full.lgpp .popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

@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);
  }
}
.section-full.lgpp:has(.popular-search) {
  background: linear-gradient(97.61deg, rgba(0, 43, 255, 0.1) 7.02%, rgba(115, 0, 153, 0.1) 99.71%);
  padding: 20px 50px 10px;
}

@media (max-width: 890px) {
  .section-full.lgpp:has(.popular-search) {
    padding: 20px 8px 10px;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}

.popup-container .popup-header {
  padding: 26px 26px 0 26px;
  position: relative;
}

.popup-container .popup-header .popup-title {
  color: #263c90;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
.popup-container .popup-header .popup-title .popup-subtitle {
  color: #263c90;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  text-transform: lowercase;
  font-weight: 500;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title .popup-subtitle {
    font-size: 17px;
    line-height: 28px;
  }
}
.popup-container .popup-header .popup-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 114px;
  background: url(../../images/bu/term/advantage-img.png) no-repeat 0 0;
  right: -10px;
  top: -20px;
  background-size: contain;
}

@media (max-width: 568px) {
  .popup-container .popup-header .popup-title::after {
    width: 80px;
    height: 100px;
    right: -10px;
    top: -20px;
    background-size: contain;
  }
}
.popup-container .popup-content {
  padding: 35px 20px 10px;
  background: rgba(0, 101, 255, 0.05);
  width: 96%;
  margin: 0 auto;
  border-radius: 14px;
  box-sizing: border-box;
}

@media (max-width: 568px) {
  .popup-container .popup-content {
    padding: 25px 20px 10px;
  }
}
.popup-container .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.popup-container .close-popup:hover {
  background: rgba(255, 255, 255, 0.3);
}

.popup-container .advantages-title {
  font-size: 18px;
  color: #253858;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.popup-container .actionBtn {
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.popup-container .actionBtn#continueWithValid {
  background: #f35024;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  padding: 15px;
  width: 75%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 568px) {
  .popup-container .actionBtn#continueWithValid {
    width: 80%;
    padding: 14px;
  }
}
.popup-container .actionBtn#continueWithInvalid {
  background: 0 0;
  color: #f35024;
  width: 54%;
  margin: 0 auto;
  border: none;
  padding: 10px 16px 10px 10px;
  position: relative;
}

.popup-container .actionBtn#continueWithInvalid:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 53%;
  width: 10px;
  height: 10px;
  background: url(../../images/bu/term/orange_arrow_path.png) no-repeat 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

@media (max-width: 390px) {
  .popup-container .actionBtn#continueWithInvalid {
    width: 255px;
    padding-right: 25px;
    font-size: 15px;
  }
  .popup-container .actionBtn#continueWithInvalid:after {
    right: 17px;
    top: 54%;
  }
}
.popup-container .advantages-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup-container .advantages-list li {
  font-size: 16px;
  color: #253858;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .popup-container .advantages-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.popup-container .advantages-list li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/term/advantage_start.png) no-repeat 0 0;
  background-size: contain;
}

.popup-container .popup-footer {
  padding: 20px 0 16px;
}

.popup-container .popup-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 568px) {
  .popup-container .popup-actions {
    gap: 4px;
  }
}
.popup-overlay.active .popup-container {
  transform: scale(1);
  opacity: 1;
}

.new-top-plans-section .new-top-plans .new-plan-box .pi-tag {
  position: absolute;
  top: 5px;
  font-size: 12px;
  background: #e3eeff;
  padding: 2px 10px;
  right: 10px;
  border-radius: 10px;
}

.lifeBu_desing {
  background: linear-gradient(90deg, rgba(255, 241, 180, 0.47) 0%, rgba(255, 224, 221, 0.47) 100%);
  position: relative;
  padding: 2rem 0;
  margin: 0rem 0 2rem 0;
}

.lifeBu_desing .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 16px 0;
}

.lifeBu_desing .content strong {
  font-weight: 700;
  color: #253858;
}

.lifeBu_desing h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

.lifeBu_desing .flexbox {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.lifeBu_desing .flexbox .content_section {
  flex: 1;
}

.lifeBu_desing .flexbox .image {
  width: 450px;
}

.lifeBu_desing .flexbox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.how-insurance-policy-work {
  position: relative;
  padding: 5rem 0 0;
}

@media (max-width: 767px) {
  .how-insurance-policy-work {
    padding: 0rem 0 3rem;
  }
}
.how-insurance-policy-work .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 16px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .how-insurance-policy-work .content {
    text-align: left;
  }
}
.how-insurance-policy-work .content strong {
  font-weight: 700;
  color: #253858;
}

.how-insurance-policy-work h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .how-insurance-policy-work h3 {
    text-align: left;
  }
}
.how-insurance-policy-work h3 span {
  color: #0065ff;
}

.how-insurance-policy-work .three-step-guide {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 50px auto 0px;
}

.how-insurance-policy-work .three-step-guide li {
  display: flex;
  flex-direction: row;
  gap: 70px;
  position: relative;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li {
    gap: 0px;
  }
  .how-insurance-policy-work .three-step-guide li .step-block.mob {
    width: 50%;
  }
}
.how-insurance-policy-work .three-step-guide li.dummy-step {
  min-height: 120px;
}

.how-insurance-policy-work .three-step-guide li:nth-child(2) {
  position: relative;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.how-insurance-policy-work .three-step-guide li .stepInfo {
  position: absolute;
  width: 70px;
  margin: 0px auto;
  left: -110px;
  right: 0;
  display: flex;
  align-items: center;
  top: 40%;
  align-items: center;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .stepInfo {
    top: -6px;
    left: -110px;
    margin: 0 auto;
    right: 0;
  }
}
.how-insurance-policy-work .three-step-guide li .stepInfo.right {
  left: 100px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .stepInfo.right {
    left: -110px;
  }
}
.how-insurance-policy-work .three-step-guide li .stepInfo.right .step-title {
  margin: 0px;
  margin-right: 54px;
}

.how-insurance-policy-work .three-step-guide li .stepInfo .step-title {
  font-size: 13px;
  font-weight: 700;
  color: #0066ff;
  margin-left: 54px;
}

.how-insurance-policy-work .three-step-guide li .stepInfo .step-number {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  width: 70px;
  height: auto;
  background: linear-gradient(135deg, #2a96c4 17.31%, #0065ff 86.54%);
  padding: 7px;
  border-radius: 50px;
  text-align: center;
}

.how-insurance-policy-work .three-step-guide li .step-block {
  width: 50%;
  top: 0;
  position: relative;
  min-height: 200px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .step-block {
    width: 50%;
    top: -16px;
  }
}
.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper {
  width: 190px;
  height: 150px;
  margin: 0px 0 20px auto;
}

.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img1 {
  position: relative;
  left: -40px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img1 {
    position: relative;
    right: 0;
    top: 40px;
    margin: 0 0 0 auto;
    left: 0;
  }
}
.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img2 {
  position: relative;
  right: 170px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img2 {
    position: relative;
    right: 0;
    top: 40px;
    margin: 0 0 0 auto;
    left: 0;
  }
}
.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img3 {
  position: relative;
  left: -40px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.img3 {
    position: relative;
    right: 0;
    top: 40px;
    margin: 0 0 0 auto;
    left: 0;
  }
}
.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper.right {
  margin: 0px auto 20px 0;
}

.how-insurance-policy-work .three-step-guide li .step-block .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 12px #ccc;
  padding: 22px 14px 22px 44px;
  border-radius: 8px;
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list {
    margin: 10px 0;
    margin-left: 24px;
  }
}
.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list li {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  position: relative;
}

.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list li.step-title {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 10px 0;
  color: #1278e7;
  margin-left: -13px;
}

.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list li.step-title:before {
  display: none;
}

.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list li .step-number {
  font-size: 12px;
  color: #253858;
  line-height: 18px;
  position: absolute;
}

.how-insurance-policy-work .three-step-guide li .step-block .three-step-guide-list li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #0066ff;
  border-radius: 50%;
}

.how-insurance-policy-work .three-step-guide li .divider {
  background: linear-gradient(135deg, #2a96c4 17.31%, #0065ff 86.54%);
  width: 2px;
  position: relative;
}

.how-insurance-policy-work .three-step-guide li .divider:before, .how-insurance-policy-work .three-step-guide li .divider:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 40%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #0165ff;
  transform: translate(0px, 50%);
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .divider:before, .how-insurance-policy-work .three-step-guide li .divider:after {
    top: -8px;
  }
}
.how-insurance-policy-work .three-step-guide li .divider:after {
  background: #0165ff;
  width: 10px;
  height: 10px;
  border: none;
  top: 43%;
  left: -5px;
  transform: translate(0px, 50%);
}

@media (max-width: 568px) {
  .how-insurance-policy-work .three-step-guide li .divider:after {
    top: -2px;
  }
}
.brief-histroy {
  position: relative;
  padding: 5rem 0 0 0;
}

@media (max-width: 767px) {
  .brief-histroy {
    padding: 2.5rem 0 0 0;
  }
}
.brief-histroy .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 16px 0;
}

.brief-histroy .content strong {
  font-weight: 700;
  color: #253858;
}

.brief-histroy h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .brief-histroy h3 {
    margin: 0 0px 26px;
  }
}
.brief-histroy .flexbox {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.brief-histroy .flexbox .content_section {
  flex: 1;
}

.brief-histroy .flexbox .image {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brief-histroy .flexbox .image img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .brief-histroy .flexbox .image {
    display: none;
  }
}
.brief-histroy .brief-history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brief-histroy .brief-history-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 16px 0;
}

.brief-histroy .brief-history-list li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
}

.helps-nri {
  position: relative;
  padding: 5rem 0 0 0;
}

@media (max-width: 767px) {
  .helps-nri {
    padding: 2.5rem 0 0 0;
  }
}
.helps-nri .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 16px 0;
}

.helps-nri .content strong {
  font-weight: 700;
  color: #253858;
}

.helps-nri h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

.helps-nri .flexbox {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.helps-nri .flexbox .content {
  flex: 1;
}

.helps-nri .flexbox .image {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helps-nri .flexbox .image img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .helps-nri .flexbox .image {
    display: none;
  }
}
.helps-nri .helps-nri-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.helps-nri .helps-nri-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 16px 0;
}

.helps-nri .helps-nri-list li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
}

.should-nri-buy {
  background: linear-gradient(97.48deg, #ebfaff 0.38%, #fff8e8 99.62%);
  padding: 2rem 0 2rem 0;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .should-nri-buy {
    padding: 2rem 0 1rem 0;
    margin-top: 1rem;
  }
}
.should-nri-buy .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.should-nri-buy .content strong {
  font-weight: 700;
  color: #253858;
}

.should-nri-buy h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 26px;
}

.should-nri-buy .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
}

.should-nri-buy .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .should-nri-buy .flexbox {
    flex-direction: column;
  }
}
.should-nri-buy .flexbox .list-with-icon {
  position: relative;
  width: 44%;
  padding-left: 80px;
  padding-right: 10px;
  display: block;
}

@media (max-width: 767px) {
  .should-nri-buy .flexbox .list-with-icon {
    width: 100%;
    padding-left: 70px;
    margin-top: 10px;
  }
}
.should-nri-buy .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.should-nri-buy .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .should-nri-buy .flexbox .list-with-icon .icon-img {
    width: 50px;
    height: 50px;
  }
}
.imported_documents {
  padding: 5rem 0 0;
  margin: 0;
}

@media (max-width: 767px) {
  .imported_documents {
    padding: 2.5rem 0 0 0;
  }
}
.imported_documents .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.imported_documents .content.content-center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .imported_documents .content.content-center {
    width: 100%;
    text-align: left;
  }
}
.imported_documents .content strong {
  font-weight: 700;
  color: #253858;
}

.imported_documents h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .imported_documents h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.imported_documents .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}

.imported_documents .flexbox {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  flex-wrap: wrap;
  margin-top: 46px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .imported_documents .flexbox {
    flex-direction: column;
  }
}
.imported_documents .flexbox .list-with-icon {
  position: relative;
  width: 48%;
  padding-left: 70px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .imported_documents .flexbox .list-with-icon {
    width: 100%;
    margin-top: 0px;
  }
}
.imported_documents .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.imported_documents .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .imported_documents .flexbox .list-with-icon .icon-img {
    width: 50px;
    height: 50px;
  }
}
.why-should-buy-life-insurance-plan {
  padding: 5rem 0 0 0;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan {
    padding: 3rem 0 0 0;
  }
}
.why-should-buy-life-insurance-plan .action-btn-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan .action-btn-group {
    margin: 20px 0 0;
  }
}
.why-should-buy-life-insurance-plan .action-btn-group .investment {
  background-color: #fbf8ff;
  color: #7348ff;
  padding: 10px 16px 10px 36px;
  border-radius: 8px;
  position: relative;
}

.why-should-buy-life-insurance-plan .action-btn-group .investment:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../../images/life/account_balance.png) no-repeat center center;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.why-should-buy-life-insurance-plan .action-btn-group .term {
  background-color: #f6f9ff;
  color: #0065ff;
  padding: 10px 16px 10px 36px;
  border-radius: 8px;
  position: relative;
}

.why-should-buy-life-insurance-plan .action-btn-group .term:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../../images/life/shield.png) no-repeat center center;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.why-should-buy-life-insurance-plan .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.why-should-buy-life-insurance-plan .content strong {
  font-weight: 700;
  color: #253858;
}

.why-should-buy-life-insurance-plan h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.why-should-buy-life-insurance-plan .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}

.why-should-buy-life-insurance-plan .flexbox {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan .flexbox {
    flex-direction: column;
  }
}
.why-should-buy-life-insurance-plan .flexbox .list-with-icon {
  position: relative;
  width: 44%;
  padding-top: 46px;
  display: block;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan .flexbox .list-with-icon {
    width: 100%;
  }
}
.why-should-buy-life-insurance-plan .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.why-should-buy-life-insurance-plan .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .why-should-buy-life-insurance-plan .flexbox .list-with-icon .icon-img {
    width: 50px;
    height: 50px;
  }
}
.dedicated_claim_support {
  background: linear-gradient(102.23deg, rgba(228, 255, 228, 0.5) 0%, rgba(213, 235, 255, 0.5) 100%);
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .dedicated_claim_support {
    padding: 2rem 0 1rem 0;
    margin-top: 1.5rem;
  }
}
.dedicated_claim_support .action-btn-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.dedicated_claim_support .action-btn-group .investment {
  background-color: #fbf8ff;
  color: #7348ff;
  padding: 10px 16px 10px 36px;
  border-radius: 8px;
  position: relative;
}

.dedicated_claim_support .action-btn-group .investment:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../../images/life/account_balance.png) no-repeat center center;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.dedicated_claim_support .action-btn-group .term {
  background-color: #f6f9ff;
  color: #0065ff;
  padding: 10px 16px 10px 36px;
  border-radius: 8px;
  position: relative;
}

.dedicated_claim_support .action-btn-group .term:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../../images/life/shield.png) no-repeat center center;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.dedicated_claim_support .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.dedicated_claim_support .content.content-center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dedicated_claim_support .content.content-center {
    width: 100%;
    text-align: left;
  }
}
.dedicated_claim_support .content strong {
  font-weight: 700;
  color: #253858;
}

.dedicated_claim_support h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .dedicated_claim_support h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.dedicated_claim_support .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}

.dedicated_claim_support .flexbox {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  flex-wrap: wrap;
  margin-top: 46px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .dedicated_claim_support .flexbox {
    flex-direction: column;
  }
}
.dedicated_claim_support .flexbox .list-with-icon {
  position: relative;
  width: 48%;
  padding-top: 46px;
  display: block;
}

@media (max-width: 767px) {
  .dedicated_claim_support .flexbox .list-with-icon {
    width: 100%;
    margin-top: 0px;
  }
}
.dedicated_claim_support .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.dedicated_claim_support .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .dedicated_claim_support .flexbox .list-with-icon .icon-img {
    width: 40px;
    height: 40px;
  }
}
.how-much-life-insurance-should-i-buy {
  background: linear-gradient(133.58deg, rgba(42, 150, 196, 0.05) 1.42%, rgba(128, 0, 255, 0.05) 99.34%);
  margin-top: 5rem;
  padding: 3rem 0;
}

@media (max-width: 767px) {
  .how-much-life-insurance-should-i-buy {
    padding: 1rem 0 1rem 0;
    margin-top: 1.5rem;
  }
}
.how-much-life-insurance-should-i-buy .action-btn-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.how-much-life-insurance-should-i-buy .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.how-much-life-insurance-should-i-buy .content.content-center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .how-much-life-insurance-should-i-buy .content.content-center {
    width: 100%;
    text-align: left;
  }
}
.how-much-life-insurance-should-i-buy .content strong {
  font-weight: 700;
  color: #253858;
}

.how-much-life-insurance-should-i-buy h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .how-much-life-insurance-should-i-buy h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.how-much-life-insurance-should-i-buy .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.how-much-life-insurance-should-i-buy .flexbox {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
  display: flex;
  height: 100%;
  display: flex;
}

@media (max-width: 767px) {
  .how-much-life-insurance-should-i-buy .flexbox {
    width: 100%;
    overflow: scroll;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.how-much-life-insurance-should-i-buy .flexbox .bg {
  background: linear-gradient(90deg, rgba(0, 159, 255, 0.5) 2.55%, rgba(109, 4, 255, 0.5) 100%);
  border-radius: 16px;
  padding-bottom: 6px;
  width: 23%;
}

@media (max-width: 767px) {
  .how-much-life-insurance-should-i-buy .flexbox .bg {
    min-width: 290px;
  }
}
.how-much-life-insurance-should-i-buy .flexbox .list-with-icon {
  position: relative;
  padding: 80px 24px 24px;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  margin-top: 0px;
  display: block;
}

.how-much-life-insurance-should-i-buy .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 24px;
  top: 18px;
  width: 50px;
  height: 50px;
}

.how-much-life-insurance-should-i-buy .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.consuming_alcohol_affect {
  padding: 2rem 0 3rem;
  margin-top: 5rem;
  background: linear-gradient(104.11deg, rgba(189, 185, 255, 0.1) 0%, rgba(184, 255, 220, 0.1) 99.38%);
}

@media (max-width: 767px) {
  .consuming_alcohol_affect {
    padding: 3rem 0 1rem 0;
    margin-top: 1.5rem;
  }
}
.consuming_alcohol_affect .action-btn-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.consuming_alcohol_affect .content_full_box {
  background: linear-gradient(90deg, rgba(0, 159, 255, 0.5) 2.55%, rgba(109, 4, 255, 0.5) 100%);
  border-radius: 16px;
  padding-bottom: 6px;
  margin-top: 48px;
  width: 100%;
}

.consuming_alcohol_affect .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 4px 0 16px 0;
}

.consuming_alcohol_affect .content.content-center {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .consuming_alcohol_affect .content.content-center {
    width: 100%;
    text-align: left;
  }
}
.consuming_alcohol_affect .content strong {
  font-weight: 700;
  color: #253858;
}

.consuming_alcohol_affect h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.consuming_alcohol_affect h3 .img {
  width: 40px;
  height: 40px;
}

.consuming_alcohol_affect h3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .consuming_alcohol_affect h3 {
    font-size: 22px;
    text-align: left;
    padding-right: 60px;
  }
  .consuming_alcohol_affect h3 .img {
    right: 10px;
    position: absolute;
  }
}
.consuming_alcohol_affect .title {
  font-size: 14px;
  color: #253858;
  line-height: 24px;
  font-weight: 400;
  margin: 0px;
}

.consuming_alcohol_affect .flexbox {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
  display: flex;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
}

@media (max-width: 767px) {
  .consuming_alcohol_affect .flexbox {
    margin-top: 28px;
    flex-direction: column;
    gap: 20px;
  }
}
.consuming_alcohol_affect .flexbox .list-with-icon {
  position: relative;
  padding: 20px 24px 0px 100px;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  width: 50%;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .consuming_alcohol_affect .flexbox .list-with-icon {
    width: 100%;
    margin-top: 10px;
    padding: 0px 0px 0px 60px;
  }
}
.consuming_alcohol_affect .flexbox .list-with-icon.full {
  width: 100%;
  flex-direction: column;
}

.consuming_alcohol_affect .flexbox .list-with-icon .icon-img {
  position: absolute;
  left: 24px;
  top: 18px;
  width: 50px;
  height: 50px;
}

.consuming_alcohol_affect .flexbox .list-with-icon .icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .consuming_alcohol_affect .flexbox .list-with-icon .icon-img {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
}
.buy-more-than-once-policy {
  position: relative;
  padding: 0rem 0 0;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .buy-more-than-once-policy {
    margin-top: 2.5rem;
  }
}
.buy-more-than-once-policy .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 8px 0 26px 0;
}

.buy-more-than-once-policy .content strong {
  font-weight: 700;
  color: #253858;
}

.buy-more-than-once-policy h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .buy-more-than-once-policy h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 32px;
  }
}
.buy-more-than-once-policy .flexbox {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.buy-more-than-once-policy .flexbox .content {
  flex: 1;
}

.buy-more-than-once-policy .flexbox .image {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy-more-than-once-policy .flexbox .image img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .buy-more-than-once-policy .flexbox .image {
    display: none;
  }
}
.buy-more-than-once-policy .number-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.buy-more-than-once-policy .number-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 8px 0 26px 0;
  position: relative;
  padding-left: 50px;
}

.buy-more-than-once-policy .number-list li strong {
  font-size: 600;
}

.buy-more-than-once-policy .number-list li span {
  background-color: #0065ff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.if-no-nominee {
  position: relative;
  padding: 2rem 0 0;
}

.if-no-nominee .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 8px 0 26px 0;
}

.if-no-nominee .content strong {
  font-weight: 700;
  color: #253858;
}

.if-no-nominee h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .if-no-nominee h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.if-no-nominee .flexbox {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.if-no-nominee .flexbox .content {
  flex: 1;
}

.if-no-nominee .flexbox .image {
  width: 450px;
}

.if-no-nominee .flexbox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.if-no-nominee .number-list {
  list-style: none;
  padding: 40px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .if-no-nominee .number-list {
    flex-direction: column;
    gap: 0px;
  }
}
.if-no-nominee .number-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 8px 0 26px 0;
  position: relative;
  padding-left: 50px;
  width: 46%;
}

@media (max-width: 767px) {
  .if-no-nominee .number-list li {
    width: 100%;
    margin: 0px 0 0px 0;
  }
}
.if-no-nominee .number-list li strong {
  font-size: 600;
}

.if-no-nominee .number-list li span {
  background-color: #0065ff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.how-to-claim-life-insurance {
  position: relative;
  padding: 5rem 0 0 0;
}

@media (max-width: 767px) {
  .how-to-claim-life-insurance {
    padding: 3rem 0 0 0;
  }
}
.how-to-claim-life-insurance .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 8px 0 26px 0;
}

.how-to-claim-life-insurance .content strong {
  font-weight: 700;
  color: #253858;
}

.how-to-claim-life-insurance h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .how-to-claim-life-insurance h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 1px 12px;
  }
}
.how-to-claim-life-insurance .flexbox {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.how-to-claim-life-insurance .flexbox .content {
  flex: 1;
}

.how-to-claim-life-insurance .flexbox .image {
  width: 450px;
}

.how-to-claim-life-insurance .flexbox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.how-to-claim-life-insurance .number-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-to-claim-life-insurance .number-list li {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  margin: 8px 0 26px 0;
  position: relative;
  padding-left: 30px;
}

.how-to-claim-life-insurance .number-list li strong {
  font-size: 600;
}

.how-to-claim-life-insurance .number-list li span {
  background-color: #0065ff;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.how-to-claim-life-insurance .number-list li:before {
  content: "";
  position: absolute;
  left: -9px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: url(../../images/bu/term/star-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim-life-insurance .number-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 2px;
  height: 100%;
  background-color: #0065ff;
}

.how-to-claim-life-insurance .number-list li:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 2px;
  height: 100%;
  background-color: #0065ff;
  display: none;
}

.how-to-claim {
  position: relative;
  padding: 2rem 0 0rem 0;
  background: linear-gradient(134deg, rgba(42, 150, 196, 0.04) 1.74%, rgba(114, 72, 255, 0.04) 100%);
}

@media (max-width: 767px) {
  .how-to-claim {
    padding: 3rem 0 0 0;
  }
}
.how-to-claim .content {
  font-size: 14px;
  line-height: 24px;
  color: #253858;
  font-weight: 400;
  margin: 8px 0 26px 0;
}

.how-to-claim .content-center {
  text-align: center;
}

@media (max-width: 767px) {
  .how-to-claim .content-center {
    text-align: left;
  }
}
.how-to-claim .content strong {
  font-weight: 700;
  color: #253858;
}

.how-to-claim h3 {
  font-size: 28px;
  color: #253858;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 767px) {
  .how-to-claim h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0px 12px;
  }
}
.how-to-claim .claim-process-method {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 0 60px 0;
  justify-content: center;
}

@media (max-width: 767px) {
  .how-to-claim .claim-process-method {
    flex-direction: column;
    gap: 20px;
    padding: 30px 0 20px 0;
  }
}
.how-to-claim .claim-process-method div {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding-left: 60px;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .how-to-claim .claim-process-method div {
    width: 100%;
    padding-left: 60px;
  }
}
.how-to-claim .claim-process-method div strong {
  font-size: 18px;
  position: relative;
}

.how-to-claim .claim-process-method div strong::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: -60px;
  top: -10px;
}

.how-to-claim .claim-process-method div strong.i1:before {
  background: url(../../images/life/online-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim .claim-process-method div strong.i2:before {
  background: url(../../images/life/phone-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim .claim-process-method div strong.i3:before {
  background: url(../../images/life/email-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim .claim-process-method div strong.i4:before {
  background: url(../../images/life/branch-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim .claim-process-method div strong.i5:before {
  background: url(../../images/life/whatsapp-icon.png) no-repeat center center;
  background-size: 100%;
}

.how-to-claim .claim-process-method div .process {
  padding: 0 0px 0 13px;
  margin: 0;
}

.how-to-claim .claim-process-method div .process li {
  font-size: 13px;
  padding: 7px;
  line-height: 20px;
}

.section-full {
  width: 100%;
  margin-top: 5rem 0 0 0;
}

.section-full .section-grid {
  position: relative;
}

@media (max-width: 767px) {
  .section-full .section-grid {
    padding: 20px 16px 0 16px;
  }
}
.section-full.lgblue {
  background: #f7faff;
  padding: 2rem 0 2rem 0;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .section-full.lgblue {
    padding: 1rem 0 1rem 0;
    margin-top: 2rem;
  }
}
.section-full .flexbox {
  gap: 4rem;
}

@media (max-width: 767px) {
  .section-full .flexbox {
    gap: 1rem;
  }
}
.section-full .flexbox-left {
  flex: 1;
}

.section-full #common-customer-queries-resolved {
  margin-bottom: 30px;
}

.section-full details summary::-webkit-details-marker {
  display: none;
}

.section-full details.style3 summary::before {
  content: "";
  right: 17px;
  top: 21px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
}

.section-full details.style3:hover > summary:before {
  color: #FFF;
}

.section-full details[open].style3 > summary:before {
  transform: rotate(225deg);
  top: 25px;
}

.section-full details[open].style3:hover > summary:before {
  transform: rotate(225deg);
  top: 25px;
}

.section-full details[open] {
  margin-bottom: 0;
}

@supports (-webkit-touch-callout: none) {
  .section-full details.style3 summary::before {
    top: 1.6rem;
  }
  .section-full details[open].style3 > summary:before {
    top: 1.3rem;
    transition: all 0.8s;
  }
}
.section-full details {
  max-width: 90%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.section-full details .box-highlight {
  background: #EFF3FF;
  padding: 20px;
  border-left: 4px solid #B5CCFF;
}

.section-full details .box-highlight h5 {
  margin: 0px;
}

.section-full details .box-highlight p {
  margin: 0;
}

.section-full details .box-highlight p a {
  color: #0049ba;
}

@media (max-width: 568px) {
  .section-full details {
    max-width: 100%;
  }
}
.section-full summary {
  border: 4px solid transparent;
  outline: none;
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 50px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border: 0.8000000119px solid rgba(112, 112, 112, 0.1019607843);
  border-radius: 5px;
  color: #253858;
  font-weight: 500;
  position: relative;
  line-height: 22px;
  cursor: pointer;
}

.section-full summary .hicon {
  background: url("../../images/bu/term/hicon.svg") no-repeat 0 6px;
  width: 27px;
  height: 27px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 18px;
  top: 14px;
}

.section-full details[open] summary,
.section-full summary:hover {
  box-shadow: 0 3px 6px rgba(247, 250, 255, 0.1215686275);
}

.section-full details[open] summary strong,
.section-full details[open] summary::before,
.section-full summary:hover strong,
.section-full summary:hover::before {
  color: #253858;
}

.section-full .acc_content {
  padding: 0 20px;
  border-top: none;
}

@media (max-width: 568px) {
  .section-full .acc_content {
    padding: 0 2px;
  }
}
.add-banner-8 {
  background: rgb(255, 241, 234);
  padding: 26px 20px 26px 20px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px) {
  .add-banner-8 .section-grid {
    padding: 0px;
  }
}
.add-banner-8 .h2,
.add-banner-8 h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-8 .h2,
  .add-banner-8 h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-8 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-8 p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-8 p {
    width: 100%;
  }
}
.add-banner-8 .sliderWrapper {
  margin: 30px auto 60px;
  width: 96%;
}

.add-banner-8 .sliderWrapper .arrow-left {
  left: -22px !important;
}

.add-banner-8 .sliderWrapper.lhs {
  width: 100%;
}

@media (max-width: 767px) {
  .add-banner-8 .sliderWrapper {
    width: 100%;
    margin: 30px auto 20px;
  }
  .add-banner-8 .sliderWrapper .arrows {
    display: none !important;
  }
}
.add-banner-8 .sliderWrapper .arrows {
  width: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: initial;
  z-index: 96;
  top: -40px !important;
  margin: 0px auto;
  left: 0;
  right: -95%;
}

.add-banner-8 .sliderWrapper .arrows .arrow-right {
  right: 0px !important;
}

.add-banner-8.lhs {
  max-width: 767px;
}

.add-banner-8.lhs .sliderWrapper {
  width: 100%;
  margin: 30px auto 50px;
}

.add-banner-8.lhs .sliderWrapper .arrows {
  width: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: initial !important;
  z-index: 96;
  margin: 0px auto;
  left: 0;
  right: 0;
  bottom: -20px !important;
}

.add-banner-8.lhs .sliderWrapper .arrows .arrow-right {
  right: 20px !important;
}

.add-banner-8 .pcard {
  background: #fff;
  box-sizing: border-box;
  padding: 80px 10px 20px 10px;
  border: 1px solid rgba(245, 122, 68, 0.3);
  box-shadow: 0px 3px 12px 0px rgba(37, 56, 88, 0.15);
  text-align: left;
  border-radius: 8px;
  position: relative;
}

.add-banner-8 .pcard .h3 {
  font-size: 18px;
  font-weight: 600;
  color: #253858;
  line-height: 24px;
}

.add-banner-8 .pcard p {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  line-height: 20px;
}

.add-banner-8 .pcard:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  background: rgb(251, 85, 7);
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.add-banner-8 .pcard:after {
  content: "";
  position: absolute;
  background: url("../../images/bu/term/widget-white-list-icon.png") no-repeat 0 0;
  background-size: 68px 68px;
  top: 23px;
  left: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.add-banner-8 .pcard.icon1:after {
  background-position: -35px -37px;
}

.add-banner-8 .pcard.icon2:after {
  background-position: -2px -37px;
}

.add-banner-8 .pcard.icon3:after {
  background-position: -4px -1px;
}

.add-banner-8 .pcard.icon4:after {
  background-position: -35px -1px;
}

.add-banner-8 .pcard.icon5:after {
  background-position: -35px -37px;
}

.moredata_tab {
  background: #0065FF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 500;
  padding: 14px 0;
  font-weight: 500;
  margin: 0px auto;
  display: none;
}

@media (max-width: 767px) {
  .moredata_tab {
    display: block;
  }
}
.moredata_tab span {
  position: relative;
}

.moredata_tab span::after {
  content: "+";
  padding-left: 5px;
}

.moredata_tab.expandable span:after {
  content: "−";
  padding-left: 5px;
}

.add-banner-5 {
  background: rgba(95, 59, 179, 0.1);
  padding: 26px 50px 26px 30px;
  border-radius: 10px;
  margin: 80px 0 0;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}

.add-banner-5:after {
  content: "";
  width: 300px;
  height: 350px;
  background: url(../../images/bu/term/claims_processed.png) no-repeat 0 0;
  position: absolute;
  background-size: cover;
  right: 30px;
  background-size: contain;
  top: -26px;
}

@media (max-width: 767px) {
  .add-banner-5:after {
    display: none;
  }
}
.add-banner-5 .banner-content-wrapper .h2,
.add-banner-5 .banner-content-wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper .h2,
  .add-banner-5 .banner-content-wrapper h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.add-banner-5 .banner-content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper p {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-banner-5 .banner-content-wrapper p {
    width: 100%;
  }
}
.add-banner-5 .banner-content-wrapper .pointers {
  padding: 0 0 0 12px;
  margin: 0;
  list-style: none;
}

.add-banner-5 .banner-content-wrapper .pointers li {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.add-banner-5 .banner-content-wrapper .pointers li:last-child {
  margin-bottom: 0px;
}

.add-banner-5 .banner-content-wrapper .pointers li span {
  color: rgb(29, 137, 142);
  font-weight: 600;
}

.add-banner-5 .banner-content-wrapper .pointers li:before {
  content: "";
  background: url(../../images/bu/term/widget-icon-start.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -12px;
}

@media (max-width: 890px) {
  .add-banner-5 .banner-content-wrapper .pointers li {
    font-size: 18px;
    line-height: 38px !important;
  }
}
@media (max-width: 568px) {
  .add-banner-5 .banner-content-wrapper .pointers li {
    font-size: 14px;
    line-height: 26px !important;
  }
}
.add-banner-5 .banner-content-wrapper .quikinfo {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 16px 16px 3px 16px;
  margin: 20px 0px;
  padding-right: 300px;
}

.add-banner-5 .banner-content-wrapper .quikinfo .h3 {
  color: rgb(95, 59, 179);
  font-size: 19px;
  font-weight: 600;
}

.add-banner-5 .banner-content-wrapper .quikinfo p {
  color: #253858;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .add-banner-5 .banner-content-wrapper .quikinfo {
    padding-right: 0px;
  }
}
.add-banner-5 .banner-content-wrapper.lhs:after {
  display: none;
}

.add-banner-5 .banner-content-wrapper.lhs .quikinfo {
  padding-right: 16px;
}

@media (max-width: 890px) {
  .add-banner-5 {
    padding: 16px;
    margin: 20px 0 10px;
  }
  .add-banner-5 .banner-content-wrapper {
    width: 100%;
  }
  .add-banner-5 .banner-content-wrapper h2 {
    font-size: 5.2vw;
  }
  .add-banner-5 .banner-content-wrapper p {
    list-style: 27px;
  }
  .add-banner-5 .banner-content-wrapper .pointers li {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .add-banner-5 .rctxt {
    display: none;
  }
  .add-banner-5 .rctxt.active {
    display: block;
  }
}
.ul-block-list {
  font-size: 14px;
  line-height: 21px;
} 
.exper-opinion-wrapper {
  width: 100%;
  margin: 40px 0 40px 0;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper {
    width: 96%;
    margin: 40px auto;
  }
}
.exper-opinion-wrapper .exper-opinion {
  width: 100%;
  background: #f3f2ff;
  background: linear-gradient(90deg, #f3f2ff 0, #fdf7e7 100%);
  border: 1px solid #bab5ff;
  border-radius: 8px;
  padding: 24px 46px;
  position: relative;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion {
    padding: 16px;
  }
}
.exper-opinion-wrapper .exper-opinion:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/term/tool-tip-expert-option.svg) no-repeat 0 -12px;
  bottom: -22px;
  left: 70px;
}

.exper-opinion-wrapper .exper-opinion h3 {
  position: relative;
  color: #0065ff;
  font-size: 28px;
  line-height: 28px;
  padding-left: 40px;
  margin: 0 0 20px 0;
}

.exper-opinion-wrapper .exper-opinion h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/bu/term/expert-icon.svg) no-repeat 0 0;
  left: 0;
  top: -4px;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion h3 {
    font-size: 24px;
  }
}
.exper-opinion-wrapper .exper-opinion .more-content-wrapper {
  display: flex;
  flex-direction: row;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus,
.exper-opinion-wrapper .exper-opinion .readmore {
  text-align: left;
  display: block;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
.exper-opinion-wrapper .exper-opinion .readmore span {
  position: relative;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 20px 0 10px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #0065ff;
  padding: 5px 15px;
}

@media (max-width: 568px) {
  .exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
  .exper-opinion-wrapper .exper-opinion .readmore span {
    padding: 5px 7px;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span,
  .exper-opinion-wrapper .exper-opinion .readmore span {
    font-size: 10px;
  }
}
.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span .arrow,
.exper-opinion-wrapper .exper-opinion .readmore span .arrow {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 2px 5px;
  position: relative;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span.show .arrow,
.exper-opinion-wrapper .exper-opinion .readmore span.show .arrow {
  transform: rotate(225deg);
  top: 4px;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span {
  margin-left: 25px;
  position: relative;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span .arrow {
  margin: 0 0 0 5px;
}

.exper-opinion-wrapper .exper-opinion .kmowmore-aboutus span:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 100%;
  left: -14px;
  top: 0;
}

.exper-opinion-wrapper .exper-opinion p {
  margin: 6px 0;
  color: #253858;
  font-weight: 500;
}

.exper-opinion-wrapper .exper-opinion p.sub-heading {
  margin: 20px 0 10px;
  font-weight: 500;
}

.exper-opinion-wrapper .exper-opinion p.hide {
  display: none;
}

@media (max-width: 767px) {
  .exper-opinion-wrapper .exper-opinion p {
    font-size: 14px;
  }
}
.exper-opinion-wrapper .user-profile {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding-left: 75px;
  position: relative;
}

.exper-opinion-wrapper .user-profile .userpic {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exper-opinion-wrapper .user-profile .userpic img {
  width: 100%;
}

.exper-opinion-wrapper .user-profile h3 {
  margin: 0;
}

.exper-opinion-wrapper .user-profile p {
  margin: 0;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=termlife-mixlayout.css.map */