p.bold, .p.bold {
  font-weight: 600;
}

.small {
  font-size: 14px;
  line-height: 26px;
}

.flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-with-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.colgrid_full {
  width: 100%;
}

.colgrid-1 {
  width: 8.3333333333%;
}

.colgrid-2 {
  width: 16.6666666667%;
}

.colgrid-3 {
  width: 25%;
}

.colgrid-4 {
  width: 33.3333333333%;
}

.colgrid-5 {
  width: 41.6666666667%;
}

.colgrid-6 {
  width: 50%;
}

.colgrid-7 {
  width: 58.3333333333%;
}

.colgrid-8 {
  width: 66.6666666667%;
}

.colgrid-9 {
  width: 75%;
}

.colgrid-10 {
  width: 83.3333333333%;
}

.colgrid-11 {
  width: 91.6666666667%;
}

.colgrid-12 {
  width: 100%;
}

h1, .h1 {
  font-size: 28px;
  line-height: calc(28px + 10px);
  margin-top: calc(28px /2);
  margin-bottom: calc(28px /2);
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: calc(28px - 2px);
    line-height: calc(28px + 6px);
    margin-top: calc((28px - 2px) / 2);
    margin-bottom: calc((28px - 2px) / 2);
  }
}

h2, .h2 {
  font-size: 22px;
  line-height: calc(22px + 10px);
  margin-top: calc(22px /2);
  margin-bottom: calc(22px /2);
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: calc(22px - 2px);
    line-height: calc(22px + 6px);
    margin-top: calc((22px - 2px) / 2);
    margin-bottom: calc((22px - 2px) / 2);
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: calc(20px + 10px);
  margin-top: calc(20px /2);
  margin-bottom: calc(20px /2);
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: calc(20px - 2px);
    line-height: calc(20px + 6px);
    margin-top: calc((20px - 2px) / 2);
    margin-bottom: calc((20px - 2px) / 2);
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: calc(18px + 10px);
  margin-top: calc(18px /2);
  margin-bottom: calc(18px /2);
}
@media (max-width: 1024px) {
  h4, .h4 {
    font-size: calc(18px - 2px);
    line-height: calc(18px + 6px);
    margin-top: calc((18px - 2px) / 2);
    margin-bottom: calc((18px - 2px) / 2);
  }
}

p, .p {
  font-size: 16px;
  line-height: calc(16px + 10px);
  margin-top: calc(16px /2);
  margin-bottom: calc(16px /2);
}
@media (max-width: 1024px) {
  p, .p {
    font-size: calc(16px - 2px);
    line-height: calc(16px + 6px);
    margin-top: calc((16px - 2px) / 2);
    margin-bottom: calc((16px - 2px) / 2);
  }
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0px;
  border-bottom: 0px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0px;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7A869A;
  opacity: 0.6 !important;
  background: #7A869A;
  border-radius: 100%;
}
.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}
.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}
.trustedBy .slick-next.slick-disabled {
  border-color: #A0A9BA !important;
}
.trustedBy .slick-prev.slick-disabled {
  border-color: #A0A9BA !important;
}
.trustedBy .slick-disabled > .customeArrow {
  border-color: #A0A9BA;
}
.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2B61EC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .rounded.slick-prev {
  border: 1px solid #2B61EC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .customeArrow.slick-disabled {
  border-color: #A0A9BA;
}
.trustedBy .customeArrow {
  border: 1px solid #2B61EC;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}
.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172B4D;
  font-weight: 500;
}
.trustedBysection, .trustedBy.section {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .trustedBysection, .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBysection p, .trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .trustedBysection p, .trustedBy.section p {
    font-size: 14px;
  }
}
.trustedBysection p b, .trustedBy.section p b {
  color: #1B292C;
}
.trustedBysection .slick-list, .trustedBy.section .slick-list {
  padding-left: 0 !important;
}
.trustedBy.clearfix {
  display: inherit;
}
.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.trustedBy.bg {
  background-color: #F4F7FE;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0px auto;
}

.layoutfull {
  width: 100%;
}

.title, .leftSection h2,
.leftSection .h2, .leftSection h1 {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0px !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}
.tcondition .left {
  float: left;
}
.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0px;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 779px;
  float: left;
}
.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.leftSection .mf-h1 h1 {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0px 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}
.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}
.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #FD4705 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  border: 1px solid #FD4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0px auto;
}
@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #F45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0px auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068D9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: 50px;
  background-size: contain;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0px auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0D70DB;
  background-color: #0D70DB;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .inner-block-right,
.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0px;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0px 5px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #CFCCCC;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}
.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: #f00;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}
.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right,
.leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0px;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #F7FAFF;
  padding: 8px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #E5F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.leftSection .mid-form .disclaimer a {
  color: #0065FF;
}
.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}
.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}
.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .hlvdata-block select,
.leftSection .hlvdata-block input {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.leftSection .single_image img {
  float: right;
  padding: 10px;
}
.leftSection .icon-div .sprite_content {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertravelredirect img,
.leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection h1 {
  font-size: 36px;
  margin: 0px 0px 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.leftSection h2,
.leftSection .h2 {
  font-size: 24px;
  margin: 40px 0px 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.leftSection h2:first-letter,
.leftSection .h2:first-letter {
  text-transform: uppercase;
}
.leftSection h2 a,
.leftSection .h2 a {
  color: #0065FF;
}
.leftSection h2.mt0,
.leftSection .h2.mt0 {
  margin-top: 0;
}
.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}
.leftSection h3 a {
  color: #0065FF;
  padding-top: 6px;
  display: block;
}
.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.leftSection .paragraphBu, .leftSection p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}
.leftSection .footable {
  width: 100%;
}
.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0px auto;
}
.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}
.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.leftSection table p a.btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table .btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}
.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4C9AFF !important;
}
.leftSection table td ul,
.leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.leftSection table td ul li,
.leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ul li:before,
.leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}
.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0px 0px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0px;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0px;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065FF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}
.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}
.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}
.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}
.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #F4F7FF;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0065FF;
}
.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}
.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #F4F7FF;
  border: none;
}
.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #FD4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0px auto;
  border: 1px solid #FD4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}
.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}
.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}
.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}
.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}
.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}
.leftSection .number-listing-box li ul li:after {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0px !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}
.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}
.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}
.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .data_ul li .paragraphBu {
  margin: 0px !important;
}
.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .data_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}
.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .data_ol li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}
.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.leftSection .faqsWrap ul li {
  border-bottom: 0px solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f1f3f5;
}
.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul li li {
  background: none;
}
.leftSection .faqsWrap ul li:before {
  display: none;
}
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4,
.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > span,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li p > a,
.leftSection .faqsWrap ul li p > span,
.leftSection .faqsWrap ul li p > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > span:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li p > a:hover,
.leftSection .faqsWrap ul li p > span:hover,
.leftSection .faqsWrap ul li p > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > span:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li p > a:after,
.leftSection .faqsWrap ul li p > span:after,
.leftSection .faqsWrap ul li p > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li p > a[flag=up],
.leftSection .faqsWrap ul li p > span[flag=up],
.leftSection .faqsWrap ul li p > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li p > a[flag=up]::after,
.leftSection .faqsWrap ul li p > span[flag=up]::after,
.leftSection .faqsWrap ul li p > label[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div,
.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}
.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}
.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}
.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}
.leftSection .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}
.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}
.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}
.leftSection .allinsurer .footable table tr:nth-child(even) {
  background: #f7fbfd;
}

/*left section close*/
.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}
@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}
@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}
.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}
.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}
.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}
@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: bold;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}
.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}
.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}
.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0px;
  position: relative;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes,
.howMuch_lifeinsurance .quesWrapper .q_count .no {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active, .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #cccccc;
  font-size: 15px;
  line-height: 15px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid #f00;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}
.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}
.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}
.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}
@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink,
.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: blue;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before, .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0px 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0px auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0px;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0px auto 0px;
  }
  .grid .leftSection .bannertravelredirect img,
.grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection h1,
.grid .leftSection h1 strong,
.grid .leftSection .h1,
.grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0px 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2,
.grid .leftSection h2 strong,
.grid .leftSection .h2,
.grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3,
.grid .leftSection h3 strong,
.grid .leftSection .h3,
.grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0px 10px;
  }
  .grid .leftSection h3 a,
.grid .leftSection h3 strong a,
.grid .leftSection .h3 a,
.grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0px 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0px;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0px 15px;
    border: none;
    border-radius: 6px 6px 0px 0px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0px;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}
.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection h1,
.leftSection h1 strong,
.leftSection .h1,
.leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h2,
.leftSection h2 strong,
.leftSection .h2,
.leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h3,
.leftSection h3 strong,
.leftSection .h3,
.leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}
.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  column-gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-3:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}
.blue-block .col-md-4:last-child() {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}
.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}
.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}
.blue-block span.title,
.blue-block .leftSection span.h2,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
}

.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/* Language widget */
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2,
.insurer-language .insurer-by-company-title .h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0px;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-prev.slick-arrow,
.insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: transparent;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065FF;
  margin: 0px 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065FF;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0px -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: none;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0px auto;
  display: block;
}

.leftSection h2.tp0,
.rightSection > .card,
.leftSection .h2.tp0,
.rightSection > .card {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .leftSection h2.tp0,
.rightSection > .card,
.leftSection .h2.tp0,
.rightSection > .card {
    padding: 10px 0px 10px;
  }
}

.animated-banner {
  margin-bottom: 20px;
}
.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}
.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}
.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0px auto;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0px auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0px auto;
  }
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

h2.underline {
  position: relative;
}
h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffAB00;
  height: 2px;
  bottom: -6px;
}
h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}
h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}
h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
    margin: 16px 16px 0;
    width: calc(100% - 36px);
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: none;
  margin-bottom: 16px;
  padding-top: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin: 20px 0 10px 16px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: none;
  border: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}
@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0px;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a, #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: normal;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 8px;
  padding: 8px 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 99px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
    min-height: 310px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

#common_content .leftSection {
  position: relative;
}
#common_content .leftSection h1, #common_content .leftSection h2, #common_content .leftSection h3, #common_content .leftSection .h1, #common_content .leftSection .h2, #common_content .leftSection .h3 {
  position: relative;
  font-weight: 500;
}
#common_content .leftSection h1 strong, #common_content .leftSection h2 strong, #common_content .leftSection h3 strong, #common_content .leftSection .h1 strong, #common_content .leftSection .h2 strong, #common_content .leftSection .h3 strong {
  font-weight: 600;
}
#common_content .leftSection h1.first-heading, #common_content .leftSection h2.first-heading, #common_content .leftSection h3.first-heading, #common_content .leftSection .h1.first-heading, #common_content .leftSection .h2.first-heading, #common_content .leftSection .h3.first-heading {
  padding-top: 0;
  margin-top: 0;
}
#common_content .leftSection h1 a, #common_content .leftSection h2 a, #common_content .leftSection h3 a, #common_content .leftSection .h1 a, #common_content .leftSection .h2 a, #common_content .leftSection .h3 a {
  color: #0065FF;
  text-decoration: none;
}
#common_content .leftSection h1 a strong, #common_content .leftSection h2 a strong, #common_content .leftSection h3 a strong, #common_content .leftSection .h1 a strong, #common_content .leftSection .h2 a strong, #common_content .leftSection .h3 a strong {
  font-weight: 600;
}
#common_content .leftSection h2, #common_content .leftSection .h2 {
  font-size: 24px;
  margin: 30px 0px 10px;
  letter-spacing: 0.03em;
  line-height: 32px;
  clear: both;
}
#common_content .leftSection h3, #common_content .leftSection .h3 {
  font-size: 18px;
  margin: 24px 0px 10px;
  color: #253858;
  letter-spacing: 0.024em;
  line-height: 26px;
}
#common_content .leftSection p, #common_content .leftSection p.paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin: 5px 0px;
}
#common_content .leftSection p strong, #common_content .leftSection p.paragraphBu strong {
  font-weight: 600;
}
#common_content .leftSection p.note, #common_content .leftSection p.paragraphBu.note {
  font-size: 12px;
  font-style: italic;
}
#common_content .leftSection .table-80-d {
  width: 758px;
}

.btnViewQuotesNavBar img {
  height: auto !important;
}

@media screen and (min-width: 1025px) {
  .topContentBox.hide-desktop {
    display: none;
  }
}
.topContentBox h1 {
  margin: 24px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  color: #253858;
}
.topContentBox p {
  font-size: 16px;
  margin: 8px 0 0 0;
  display: inline;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
}
.topContentBox p.extraText {
  display: block;
}
.topContentBox .read_more_art {
  display: none;
}

.read_more_art {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .topContentBox {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 0;
  }
  .topContentBox h1 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
    padding-top: 16px;
  }
  .topContentBox .extraText {
    display: none;
  }
  .topContentBox .extraText.showcontent {
    display: inline;
  }
  .topContentBox .read_more_art {
    color: #0065ff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .topContentBox h1 {
    max-width: 300px;
  }
}
.topBanner {
  position: relative;
}
.topBanner .buTopContainer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer {
    flex-direction: column-reverse;
  }
}
.topBanner .buTopContainer .insurerDetails {
  width: 54%;
  margin-right: 41px;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .health-pointers-box {
    flex-wrap: wrap;
    order: 3;
    margin: 0px 0 28px;
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box:has(.health-pointers-image.family) {
  align-items: center;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box > .heading {
  color: var(--253858-n-700, #253858);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 17px;
}
@media screen and (min-width: 1025px) {
  .topBanner .buTopContainer .insurerDetails .health-pointers-box > .heading {
    display: none;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-image {
  background: url(../../../images/bu/health/health-fos-top-banner.png) no-repeat center/contain;
  width: 295px;
  height: 296px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-image {
    display: none;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list {
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list {
    width: 100%;
    margin-bottom: 0;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer {
  display: FLEX;
  align-items: CENTER;
  margin: 0 0 16px;
  border-bottom: 1px solid #DFE1E6;
  padding: 0 0 16px;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer {
    margin: 0 0 12px;
    border-bottom: 0;
    padding: 0px 0 12px;
  }
  .topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer:last-child {
    margin-bottom: 0;
  }
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .icon {
  width: 46px;
  height: 46px;
  margin: 0 16px 0 0;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .icon.icon-1 {
  background: url(../../../images/bu/health/health-city-home-visit-top-fold-pointer-icon-1.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .icon.icon-2 {
  background: url(../../../images/bu/health/health-city-home-visit-top-fold-pointer-icon-2.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .icon.icon-3 {
  background: url(../../../images/bu/health/health-city-home-visit-top-fold-pointer-icon-3.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .heading {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .heading sup {
  font-size: 9px;
  line-height: 9px;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .description {
  color: #505F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list .health-pointer .description sup {
  font-size: 9px;
  line-height: 9px;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list.type-2 .health-pointer .icon.icon-1 {
  background: url(../../../images/bu/health/health-fos-top-fold-pointer-icon-1.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list.type-2 .health-pointer .icon.icon-2 {
  background: url(../../../images/bu/health/health-fos-top-fold-pointer-icon-2.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .health-pointers-box .health-pointers-list.type-2 .health-pointer .icon.icon-3 {
  background: url(../../../images/bu/health/health-fos-top-fold-pointer-icon-3.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box {
  border-radius: 16px;
  background: #F7FAFF;
  margin: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box {
    margin-bottom: 28px;
    order: 2;
    margin-top: 20px;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row {
  display: flex;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first {
  padding: 10px 16px 16px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first {
    flex-direction: column;
    padding: 16px 10px 21px;
    align-items: center;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .label {
  color: #253858;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .label sup {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .label {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .stars {
  width: 132px;
  height: 22px;
  background: url("../../../images/bu/health/top-fold/health-star-rating-img.svg") no-repeat center/contain;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .stars {
    margin: 0 auto 22px;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .stars:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: hsla(0deg, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .trust-block .stars:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: hsla(0deg, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list {
  display: flex;
  align-items: center;
  width: 63%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list {
    align-items: flex-start;
    width: 100%;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer {
    width: 33%;
    margin: 0 10px 0 0;
    padding: 0 11px 0 0;
    position: relative;
  }
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer::after {
    content: "";
    background: #DEEBFF;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer:last-child {
    padding: 0;
    margin: 0;
  }
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer:last-child:after {
    display: none;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer .value {
  color: #6554C0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer .value {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer .label {
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.first .pointers-list .pointer:last-of-type {
  margin: 0;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.second {
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 16px 16px;
  background: #EEF5FF;
  padding: 12px 0;
  color: #253858;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.topBanner .buTopContainer .insurerDetails .pb-trust-box .row.second strong {
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .insurerDetails .pb-trust-box .row.second {
    padding: 12px 25px;
    display: block;
    text-align: center;
  }
}
.topBanner .buTopContainer .showForm {
  width: 46%;
  height: auto;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm {
    width: 100%;
    padding-top: 18px;
    margin: 0;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0px 3px 24px 0px rgba(37, 56, 88, 0.1019607843);
  height: 100%;
  min-height: 580px;
  position: relative;
  max-width: 504px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper::after {
  content: "";
  background: url(../../../images/bu/health/top-fold/health-radial-progress-bar-img.svg) no-repeat center/contain;
  width: 136px;
  height: 126px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper:has(.progress-bar.hide)::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper {
    border-radius: 24px 24px 0 0;
    box-shadow: none;
    padding: 16px 0;
    min-height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .topBanner .buTopContainer .showForm .quotesBoxWrapper::after {
    width: 86px;
    height: 81px;
    border-radius: 0 24px 0 0;
  }
  .topBanner .buTopContainer .showForm .quotesBoxWrapper:has(.progress-bar.hide)::after {
    display: none;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .ribbon {
  position: absolute;
  background: #36B37E;
  padding: 4px 12px 4px 31px;
  right: 0;
  top: 0;
  border-radius: 0 16px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .ribbon {
    padding: 4px 31px 4px 12px;
    left: 0;
    top: 0;
    border-radius: 16px 0 0 0;
    right: auto;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .ribbon::before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: 0;
  border-left: 13px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .ribbon::before {
    left: auto;
    right: 0;
    border-right: 11px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 0;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar {
    right: 3px;
    top: 6px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent {
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent svg {
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent svg {
    width: 45px;
    height: 45px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent svg circle {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #f0f0f0;
  stroke-width: 4;
  stroke-linecap: round;
  transition: all 0.3s ease-in;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent svg circle:last-of-type {
  stroke-dasharray: 186px;
  stroke-dashoffset: calc(186px - 186px * var(--percent) / 100);
  stroke: #36B37E;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent .number > div {
  color: #253858;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .progress-bar .percent .number > div {
    font-size: 12px;
    line-height: 22px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  margin: 0 0 18px 0;
  width: 78%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main {
    width: 84%;
  }
}
@media screen and (max-width: 430px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 16px;
    width: 75%;
    display: inline-block;
    padding: 0 16px;
  }
}
@media screen and (max-width: 390px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main {
    width: 82%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main span {
  color: #36B37E;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main span {
    font-size: 20px;
    line-height: 30px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main span.change-city {
  margin-left: 5px;
  color: #0065ff;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.224px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main span.change-city {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.014em;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main span.change-city:before {
  content: "";
  background: url(../../../images/store/store-edit-icon.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main > b {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main > b {
    font-size: 16px;
    line-height: 24px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main .form-hr {
  border: 1.5px solid #F8E71C;
  background: #F8E71C;
  width: 48px;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .heading-main .form-hr {
    margin-top: 6px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer {
  display: flex;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer:last-child {
  padding-right: 0;
  margin-right: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .icon.icon-1 {
  background: url(../../../images/bu/health/health-city-home-visit-form-icon-1.svg);
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .icon.icon-2 {
  background: url(../../../images/bu/health/health-city-home-visit-form-icon-2.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .icon {
    height: 22px;
    width: 22px;
    margin-right: 10px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .text {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form-pointers-list .form-pointer:first-child {
  border-right: 1px solid #DFE1E6;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .stepper-body {
  height: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .stepper-body {
    max-width: 504px;
    margin: 0 auto;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row {
    flex-direction: column;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row .field_wrapper {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row .field_wrapper {
    width: 100%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row .field_wrapper:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .field-wrapper-row .field_wrapper:first-child {
    margin-right: 0;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-1 {
    padding: 0 16px;
  }
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-1 .heading-main {
    padding: 0;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step {
  display: FLEX;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step .image {
    margin-top: 20px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step .heading {
  /* font-family: Roboto; */
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 24px auto 8px;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step .heading {
    margin-top: 18px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step .description {
  max-width: 60%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
  color: #253858;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .thank-you-step .description {
    max-width: 75%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .button-wrapper {
  text-align: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .btn {
  margin: 0 auto;
  max-width: 328px;
  background: #0065FF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .btn {
    position: sticky;
    bottom: 8px;
    max-width: 100%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .term-condition {
  color: #253858;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  text-align: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .term-condition a {
  color: #0065FF;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .err, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .err {
  font-size: 10px;
  color: #f00;
  display: block;
  position: absolute;
  bottom: -12px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.filled, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.filled {
  pointer-events: none;
  border-color: #7a869a;
  opacity: 0.7;
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.filled::after, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.filled::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-lock-icon.svg);
  position: absolute;
  width: 12px;
  height: 16px;
  right: 10px;
  bottom: 36%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.success-msg::after, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.success-msg::after {
  content: "";
  top: 30px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.success-msg .input_box ~ .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.success-msg .input_box ~ .label {
  font-size: 12px;
  line-height: 14px;
  top: -10px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error {
  border-color: #DE3508;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error .formInput.round, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error .formInput.round {
  border-color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error .formInput input.labelshow + .feildLable,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error .formInput input:focus + .feildLable, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error .formInput input.labelshow + .feildLable,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error .formInput input:focus + .feildLable {
  color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error .input_box, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error .input_box {
  border-color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.error .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.error .label {
  color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.mobile-number, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.mobile-number {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.mobile-number, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.mobile-number {
    margin-bottom: 18px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.mobile-number .input_box, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.mobile-number .input_box {
  padding: 10px 10px 10px 46px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.mobile-number .placeholder, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.mobile-number .placeholder {
  font-size: 16px;
  line-height: 21px;
  color: rgba(37, 56, 88, 0.9);
  position: absolute;
  top: 18px;
  font-weight: 500;
  left: 13px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.search, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.search {
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.search::before, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.search::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-search-icon.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(0, -50%);
  left: 16px;
  z-index: 1;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.search > .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.search > .label {
  left: 55px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.search.success-msg .input_box ~ .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.search.success-msg .input_box ~ .label {
  left: 11px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper.search .input_box:focus ~ .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper.search .input_box:focus ~ .label {
  left: 11px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .label-box, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .label-box {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 12px;
  background: #F4F5F7;
  border-radius: 8px;
  color: rgba(37, 56, 88, 0.9);
  padding: 5px 9px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  transform: translate(0px, -50%);
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper input.input_box::placeholder, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper input.input_box::placeholder {
  opacity: 0;
  display: none !important;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box:focus ~ .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box:focus ~ .label {
  font-size: 12px;
  line-height: 14px;
  top: -10px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box {
  color: rgba(37, 56, 88, 0.9);
  letter-spacing: 0.26px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  font-weight: 500;
  height: 56px;
  position: relative;
  border: 1px solid #7A869A;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box.salaried, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box.salaried {
  -webkit-appearance: none;
  background: url(../../../images/bu/selectarro.svg) no-repeat 95% 55% !important;
  font-size: 13px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box.occupation, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box.occupation {
  background: url(../../../images/bu/motor/select-dropdown-arrow.svg) no-repeat 95% center, #fff !important;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box.occupation option:first-child, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box.occupation option:first-child {
  display: none;
  visibility: hidden;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box::placeholder, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box::placeholder {
  font-size: 16px;
  color: rgba(37, 56, 88, 0.9);
  font-weight: 500;
  line-height: normal;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper .input_box ~ .ageyears, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper .input_box ~ .ageyears {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 12px;
  font-weight: 400;
  background: #F4F5F7;
  color: rgba(37, 56, 88, 0.9);
  transform: translate(0px, -50%);
  bottom: auto;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper > .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper > .label {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 11px;
  background: #fff;
  top: 15px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 320px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .field_wrapper > .label, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .fieldWrapper > .label {
    font-size: 13px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons {
  position: absolute;
  bottom: 26px;
  left: 24px;
  width: 100%;
  max-width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons {
    background: var(--ffffffn-0, #FFF);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    position: sticky;
  }
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons {
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons .back {
  text-transform: capitalize;
  width: 18%;
  max-width: 140px;
  cursor: pointer;
  margin-right: 5%;
  position: relative;
  color: #253858;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons .back::before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .buttons .button {
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065ff);
  padding: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  width: 74%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .heading-main {
    padding: 0 16px;
    max-width: 300px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection {
  height: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection {
    padding: 0 16px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .err {
  font-size: 10px;
  color: #f00;
  display: block;
  position: absolute;
  bottom: -12px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper {
  margin-bottom: 14px;
  width: 100%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper.error {
  border-color: #DE3508;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper.error .formInput.round {
  border-color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper.error .formInput input.labelshow + .feildLable,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper.error .formInput input:focus + .feildLable {
  color: red;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper .input_box {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper .input_box::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-search-icon.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(0px, -50%);
  left: 16px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .country-selection .field_wrapper .input_box .search-close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(0px, -50%);
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .nofos {
  position: absolute;
  background: #fff;
  padding: 20px 20px 20px 80px;
  border-radius: 8px;
  box-shadow: 0px 0px 16px #ccc;
  top: 132px;
  width: 72%;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  color: rgba(37, 56, 88, 0.6);
}
@media (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .nofos {
    width: calc(100% - 32px);
    left: 16px;
    top: 152px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .nofos:before {
  content: "";
  position: absolute;
  background: url(../../../images/store/smily.png) no-repeat center center;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 28px;
  background-size: 100%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .error-message {
  color: var(--505-f-79-n-400, #505F79);
  padding: 0 0 0 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  margin: 24px 0 0;
  width: 75%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .error-message::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-error-icon.png);
  width: 47px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .error-message {
    margin: 16px 16px 0;
    width: 90%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .detect-location {
  color: #0065FF;
  margin: 16px 0 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .detect-location::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-location-icon.svg);
  width: 22px;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .detect-location {
    margin: 16px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .divider {
  text-align: CENTER;
  color: #7A869A;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .divider::before, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .divider::after {
  content: "";
  background: #7A869A;
  position: absolute;
  width: 45%;
  height: 1px;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .divider::after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .divider {
    margin: 18px 16px 22px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section {
    overflow-y: scroll;
    padding: 0 16px;
    height: 76%;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section::-webkit-scrollbar {
  display: none;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .label {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list {
  margin: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city {
  box-shadow: none;
  width: 81px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  padding: 0;
  border-radius: 8px;
  margin-right: 12px;
  margin-bottom: 18px;
  cursor: pointer;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city:nth-of-type(5n) {
  margin-right: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city img {
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city {
    width: 22%;
  }
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city:nth-child(4n) {
    margin-right: 0;
  }
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city:nth-child(5n) {
    margin-right: 12px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city .name {
  color: #253858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  letter-spacing: 0.224px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city.selected {
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city.selected img {
  border: 1px solid #0065ff;
  border-radius: 50%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .popular-cities-section .popular-cities-list .popular-city.selected:after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-selected-icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .buttons {
  position: absolute;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-one .buttons {
    position: sticky;
    padding: 18px 16px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two {
  height: calc(100% - 58px);
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two {
    height: calc(100% - 126px);
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box {
  border-radius: 24px;
  background: #EBF3FF;
  padding: 22px 24px;
  max-width: 100%;
  text-align: center;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box {
    margin: 24px auto 0;
    width: calc(100% - 32px);
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box .description {
  color: var(--505-f-79-n-400, #505F79);
  text-align: center;
  margin: 0 auto 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box .people-icon {
  background: url(../../../images/bu/health/fos/fos-multiple-people-icon.png);
  width: 248px;
  height: 88px;
  margin: 0 auto;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box .heading {
  color: #253858;
  text-align: center;
  margin: 16px auto 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-2 .step-two .help-box .button {
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065ff);
  padding: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 {
  height: 100%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .heading-main {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .heading-main {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .content {
    position: relative;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list {
  display: flex;
  overflow-x: hidden;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 7px;
  position: relative;
  padding-left: 9px;
  padding-right: 15px;
  margin: 0 auto;
  z-index: 1;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list {
    padding: 5px 12px;
    margin: 0 4px;
    overflow-x: scroll;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows {
  position: absolute;
  left: 0;
  top: 55%;
  width: auto;
  transform: translate(0px, -50%);
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows.right {
  left: auto;
  right: 3px;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows {
    display: none;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-left,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-right {
  border-radius: 20px;
  border: 1px solid #DFE1E6;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  cursor: pointer;
  margin-left: 0;
  background: #fff;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-left.disable,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-right.disable {
  pointer-events: none;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-left.disable i,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-right.disable i {
  border-color: #DFE1E6;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-left i {
  border: solid #505F79;
  border-width: 0 0 1px 1px;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .arrows .arrow-right i {
  border: solid #505F79;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day-date {
  border-radius: 8px;
  border: 1px solid rgba(37, 56, 88, 0.1);
  background: #FFF;
  padding: 8px 12px;
  text-align: center;
  flex-shrink: 0;
  margin: 0 16px 0 0;
  cursor: pointer;
  width: 75px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day-date.selected {
  border: 1px solid #0065ff;
  position: relative;
  background: rgba(222, 235, 255, 0.4);
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day-date.selected:after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-selected-icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day-date.selected .day,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day-date.selected .date {
  color: #0065ff;
  font-weight: 500;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .day,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .day-date-list .date {
  color: #253858;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.196px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list {
    padding: 0px 16px;
    height: 300px;
    width: 100%;
    display: table;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list .time-slot {
  border-radius: 8px;
  border: 1px solid rgba(37, 56, 88, 0.1);
  background: #FFF;
  padding: 6px 8px;
  width: 47%;
  margin-right: 16px;
  margin-bottom: 18px;
  color: #253858;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.196px;
  cursor: pointer;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list .time-slot.selected {
  border: 1px solid #0065ff;
  color: #0065ff;
  font-weight: 500;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list .time-slot:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .time-slot-list .time-slot {
    display: inline-table;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .err {
  position: relative;
  bottom: auto;
  font-size: 12px;
  color: red;
  display: block;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-3 .err {
    padding: 0 16px;
    margin: 0 0 10px;
    position: absolute;
    bottom: 108px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 {
  height: 100%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .member-info {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .content .member-info {
    padding: 0 16px;
    margin-top: 8px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .call-disclaimer {
  background: #E3FCEF;
  position: absolute;
  bottom: 94px;
  width: 100%;
  left: 0;
  color: #36B37E;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  padding: 6px 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .call-disclaimer::before {
  content: "";
  display: inline-block;
  background: url(../../../images/bu/health/fos/fos-call-icon.svg);
  width: 18px;
  height: 18px;
  margin: 0 8px -4px 0;
}
@media screen and (max-width: 1024px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .call-disclaimer {
    bottom: auto;
    font-size: 12px;
    line-height: 20px;
    position: sticky;
    bottom: 84px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .form-whatsapp {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 55%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-4 .form-whatsapp {
    width: 65%;
    bottom: 6px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 {
  height: 100%;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .heading-close {
  justify-content: flex-end;
  border: 0;
  background: #fff;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message::after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.1%, #BCBCBC 49.97%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message .thankyou-img {
  background: url(../../../images/bu/health/fos/fos-thankyou-icon.svg) no-repeat center/contain;
  width: 154px;
  height: 154px;
  margin: 0px auto 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message .thankyou-img {
    width: 142px;
    height: 142px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message .heading {
  color: var(--36-b-37-eg-300, #36B37E);
  margin: 16px auto 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .thankyou-message .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505F79;
  margin: 8px 0 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section {
    padding: 0 16px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .label {
  color: #253858;
  /* font-family: Roboto; */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .day,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .time,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .location {
  color: var(--505-f-79-n-400, #505F79);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  position: relative;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .day::before,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .time::before,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .location::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../../images/bu/health/fos/fos-calendar-icon.svg);
  left: 0;
  top: 5px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .time::before {
  background: url(../../../images/bu/health/fos/fos-time-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 3px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .appointment-details-section .location::before {
  background: url(../../../images/bu/health/fos/fos-map-icon.svg) no-repeat center/contain;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .buttons {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 26px;
  justify-content: center;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-5 .buttons {
    background: var(--ffffffn-0, #FFF);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    max-width: 100%;
    position: sticky;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-6 .buttons, .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-7 .buttons {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step.step-7 .thank-you-step .buttons {
    box-shadow: none;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section {
  padding: 20px 16px 22px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section {
    padding: 36px 16px 22px;
  }
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section .thankyou-message {
  flex-direction: column;
  justify-content: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section .thankyou-message::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.1%, #BCBCBC 49.97%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section .thankyou-message .img {
  background: url(../../../images/bu/health/fos/fos-thankyou-icon.svg) no-repeat center/contain;
  width: 142px;
  height: 142px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section .thankyou-message .message {
  text-align: center;
  margin-top: 24px;
  margin-left: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-booked-section .button {
  position: absolute;
  bottom: 12px;
  width: calc(100% - 32px);
  max-width: 100%;
  background: var(--0065-ff-b-300, #0065FF);
  color: #FFF;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section {
  padding: 106px 16px 22px;
  height: 100%;
  position: relative;
  text-align: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .thankyou-message {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 22px;
  justify-content: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .thankyou-message .message {
  color: var(--00-a-3-bft-400, #FF991F);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 20px;
  margin-left: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .thankyou-message::after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.1%, #FFAB00 49.97%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details {
  margin: 22px 0 0;
  display: flex;
  flex-direction: COLUMN;
  align-items: center;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .people-icon {
  background: url(../../../images/bu/health/fos/fos-multiple-people-icon.png);
  width: 248px;
  height: 88px;
  margin: 0 auto 18px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .label {
  color: #253858;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
  padding: 0 20px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .day,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .time {
  color: var(--505-f-79-n-400, #505F79);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  position: relative;
  display: inline;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .day::before,
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .time::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../../images/bu/health/fos/fos-calendar-icon.svg);
  left: 0;
  top: 5px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .appointment-details .time::before {
  background: url(../../../images/bu/health/fos/fos-time-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 3px;
}
.topBanner .buTopContainer .showForm .quotesBoxWrapper .form_step .appointment-no-advisors-section .button {
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065FF);
  padding: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  bottom: 12px;
  width: calc(100% - 32px);
  max-width: 100%;
}

.appointment-booked-section {
  padding: 16px 16px 22px;
}
.appointment-booked-section .thankyou-message {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 22px;
}
.appointment-booked-section .thankyou-message .img {
  background: url(../../../images/bu/health/fos/fos-thankyou-small-icon.svg);
  width: 86px;
  height: 86px;
  flex-shrink: 0;
}
.appointment-booked-section .thankyou-message .content {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .appointment-booked-section .thankyou-message .content {
    margin-left: 0;
  }
}
.appointment-booked-section .thankyou-message .message {
  color: var(--36-b-37-eg-300, #36B37E);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.appointment-booked-section .thankyou-message > .message {
  margin-left: 16px;
}
.appointment-booked-section .thankyou-message .description {
  font-size: 14px;
  line-height: 22px;
  color: #505F79;
  text-align: center;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .appointment-booked-section .thankyou-message .description {
    text-align: center;
  }
}
.appointment-booked-section .thankyou-message::after {
  content: "";
  background: linear-gradient(90deg, #BCBCBC 2.1%, rgba(188, 188, 188, 0.6) 49.97%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.appointment-booked-section .appointment-details {
  margin: 22px 0 0;
}
.appointment-booked-section .appointment-details .label {
  color: #253858;
  /* font-family: Roboto; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.appointment-booked-section .appointment-details .day,
.appointment-booked-section .appointment-details .time,
.appointment-booked-section .appointment-details .location {
  color: var(--505-f-79-n-400, #505F79);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  position: relative;
}
.appointment-booked-section .appointment-details .day::before,
.appointment-booked-section .appointment-details .time::before,
.appointment-booked-section .appointment-details .location::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../../images/bu/health/fos/fos-calendar-icon.svg);
  left: 0;
  top: 5px;
}
.appointment-booked-section .appointment-details .time::before {
  background: url(../../../images/bu/health/fos/fos-time-icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 3px;
}
.appointment-booked-section .appointment-details .location::before {
  background: url(../../../images/bu/health/fos/fos-map-icon.svg) no-repeat center/contain;
}
.appointment-booked-section .button {
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  text-align: center;
  color: #0065ff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #0065ff;
}

.boxFixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.textstyle {
  font-size: 15px !important;
}

.errBoth {
  clear: both;
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.networkHospitalBlock {
  margin-bottom: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: 0.03em;
}

.extraTextWeb {
  display: none;
}

.extraTextWeb.showcontent {
  display: inline;
}

.read_more_art_web {
  display: inline;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-moz-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

:-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::placeholder {
  color: rgba(23, 43, 77, 0.2);
}

:-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  color: #0065ff;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
  clear: both;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}

.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
  clear: both;
}

.container section {
  padding: 16px 0;
  position: relative;
}

.tabsWrapper.disPlanContent > p {
  display: block;
  margin-top: 30px;
}

span.rating_text_bottom {
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
}

.starfill {
  margin-right: 4px;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
}

.btn {
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 12px;
  min-width: 191px;
  line-height: 1.6;
  max-width: 100%;
  border: solid 1px #0065ff;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #fff;
  color: #0065ff;
}

.btn:hover,
.btn:active {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
}

.btn:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.quotesBoxWrapper .btn,
.btnnetworkhospital {
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  padding: 10px 12px;
  min-width: 190px;
  line-height: 1.9;
  max-width: 70%;
  border: solid 1px transparent;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #0065ff;
  color: #ffffff;
  width: 100%;
  position: relative;
  margin: 16px 0 0 70px;
}

.quotesBoxWrapper .btn.show,
.btnnetworkhospital.show {
  display: block !important;
}

button.btn.btnHealthStep1.btnQuote {
  min-width: 100%;
  margin: 0 0 0 0;
}

.quotesBoxWrapper .btn:hover,
.quotesBoxWrapper .btn:active,
.btnnetworkhospital:hover {
  background: #0051cc;
  color: #ffffff;
}

.quotesBoxWrapper .btn:focus {
  outline: none;
}

.quotesBoxWrapper .disclaimer {
  font-size: 12px;
  color: rgba(23, 43, 77, 0.8);
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 33px;
  background: none;
}

.breadcrumb {
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  padding: 8px 0;
  font-size: 12px;
  color: #5e6c84;
  font-weight: 400;
  margin: 0 0 30px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:first-child {
  display: none;
}

.breadcrumb li .divider {
  display: none;
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.breadcrumb li a {
  color: #0065ff !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

.breadcrumbinner .breadcrumb li span.currentLocation {
  color: rgba(37, 56, 88, 0.8) !important;
  font-size: 12px;
}

.breadcrumb a::before,
.breadcrumb a::after {
  content: "";
  width: 4px;
  height: 4px;
  border: solid rgba(122, 134, 154, 0.6);
  border-width: 0px 1px 1px 0;
  position: absolute;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.breadcrumbinner ul.breadcrumb {
  max-width: 1140px;
}

.breadcrumb a::after {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.breadcrumb li:nth-of-type(2) a::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border: solid rgba(122, 134, 154, 0.6);
  border-width: 0px 1px 1px 0;
  position: absolute;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: inherit;
  background: none;
}

.breadcrumbinner .breadcrumb li::after {
  content: none;
}

.breadcrumbinner .breadcrumb li a {
  line-height: 18px !important;
  margin-bottom: 0;
}

.contentWrapper > div:first-child {
  float: left;
  width: calc(70% - 40px);
}

#policybazaar {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}
@media screen and (max-width: 1024px) {
  #policybazaar {
    background: #F4F5F7;
  }
}

.form-field-data.error .err {
  font-size: 10px;
  color: #f00;
  display: block;
}

#healthStepCJ .form_pagination ul li span p,
#healthStepCJ .form_pagination ul li a p {
  text-indent: -30000px;
  color: #f00;
}

#healthStepCJ #step_3 .form_field .add_counter {
  display: none;
}

#healthStepCJ #step_3 .form_field.checked .add_counter {
  display: block;
}

.block_content_wrapper:first-child h1 {
  margin-top: 0px;
}

ul.data-lisitng {
  margin-top: 16px;
  margin-bottom: 20px;
}

ul.data-lisitng li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.contentStyles ul.data-lisitng li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #505f79;
  border-radius: 100%;
}

ul.data-lisitng li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.star-rating {
  margin-bottom: 5px;
  margin-top: 5px;
}

.form-inline {
  width: 100%;
}

#displayRate {
  margin: 12px 0 0 10px;
  padding: 0;
  float: left;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #333;
}

.popularCity,
ul.ui-autocomplete {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.4);
  max-height: 250px;
  overflow: auto;
  z-index: 9999999;
  width: 365px !important;
}

.popularCity li,
ul.ui-autocomplete li {
  padding: 16px !important;
  font-size: 14px;
  color: #666666 !important;
  background-image: none !important;
  border: none !important;
  background-color: #fff !important;
}

.ui-widget.ui-widget-content {
  padding: 5px 10px;
  box-shadow: 0px 3px 24px rgba(37, 56, 88, 0.1);
  border-radius: 16px;
  border: none !important;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9999;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
  display: none;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 3px 0 !important;
}
.ui-menu .ui-menu-item:last-of-type {
  border: 0;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 12px 8px;
  font-size: 14px;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #253858;
  border-radius: 8px;
  outline: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0 !important;
}

select {
  background: none !important;
}

ul.ui-autocomplete {
  width: 495px !important;
  border: none !important;
}

ul.ui-autocomplete li a {
  color: #666666 !important;
  border: none !important;
  background: none !important;
  font-weight: normal;
  padding: 0 !important;
  margin: 0 !important;
}

ul.ui-autocomplete li:hover a {
  color: #fff !important;
}

.mb-0 {
  margin-bottom: 0;
}

.carouselWrapper .carouselBlock.reviewsCard {
  margin: 0;
}

.reviewsCard {
  width: 100%;
}

.reviewsCard .userDetails .userImg {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.reviewsCard .userDetails .userName {
  width: calc(100% - 80px);
  float: left;
}

.reviewsCard .userDetails .userImg img {
  width: 42px;
  height: 42px;
}

.reviewsCard .userDetails .userName > p {
  color: #253858;
  font-size: 16px;
  font-weight: 600;
}

.reviewsCard .userDetails .userName > span {
  color: #253858;
  font-size: 14px;
  font-weight: normal;
}

.reviewsCard .userDetails .userName .rateView {
  margin-top: 5px;
}

.reviewsCard .userDetails .userName .rateView img {
  width: 17px;
  display: inline-block;
  margin-right: 4px;
}

.reviewsCard .reviewTxt {
  max-height: 185px;
  text-align: justify;
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  color: #253858;
  padding-left: 35px;
  font-weight: 400;
  overflow: auto;
  padding-right: 20px;
  margin-right: 9px;
}

.reviewsCard .reviewTxt strong {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
}

.reviewsCard .reviewTxt::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 22px;
  height: 44px;
  background-image: url(../../../images/articles/health/png/sprite_landing.png?v=1);
  background-repeat: no-repeat;
  background-position: -2px -3343px;
}

.alsoRead {
  overflow: hidden;
  padding: 0;
  height: 512px;
  margin: 0 0 0 0px !important;
}

.button_review a {
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 4px;
  display: inline-block;
  padding: 11px 23px;
  margin: 0 16px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.tag_tabs {
  background: #eef0f2;
  display: inline-block;
  border-radius: 25px;
  padding: 1px 12px;
  font-size: 12px;
  color: #253858;
  position: absolute;
  right: 16px;
  top: 11px;
}

.alsoRead .storyImg {
  height: 165px;
  overflow: hidden;
  background: #f5f5f5;
}

.alsoRead .storyImg img {
  width: 100%;
  display: block;
}

.alsoRead .storyTxt {
  line-height: 28px;
  padding: 15px 20px 0;
  font-weight: 400;
  font-size: 16px;
  color: #253858;
  height: 293px;
  border-bottom: solid 0.8px rgba(23, 43, 77, 0.2);
}

.alsoRead .storyTxt > p {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.alsoRead .storyTxt > p a {
  color: #253858;
}

.alsoRead .btn {
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  padding: 15px 0 0 0;
  min-width: 160px;
  line-height: 1.6;
  max-width: 100%;
  border: solid 0px transparent;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #0065ff;
  color: #ffffff;
  background: transparent;
  border-color: #0065ff;
  color: #0065ff;
  margin-bottom: 0;
}

.alsoRead .btn:hover,
.alsoRead .btn:active {
  background: #0051cc;
  color: #ffffff;
}

.alsoRead .btn:hover,
.alsoRead .btn:focus,
.alsoRead .btn:active {
  background: none;
  color: #0065ff;
  border-color: #ffffff;
}

.alsoRead .btn:focus {
  outline: none;
}

.disPlanContent {
  margin-top: 0 !important;
}

.errCheckMember,
.errMemberAge {
  color: #ff5630;
  margin-bottom: 15px;
  font-size: 12px;
}

.errMemberAge {
  color: #ff5630;
  margin-bottom: 15px;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 100%;
}

.quotesBoxWrapper .fieldsWrapper.error .field,
.fieldsWrapper.error .field {
  border: 1px solid #ff5630;
  margin-bottom: 5px;
}

.fix_btn_ctc.thankyou {
  right: 10px;
  padding: 20px;
}

.thankyouCTC {
  position: fixed;
  top: 50%;
  padding: 25px 35px;
  background-color: #005387;
  left: 50%;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  display: none;
  transform: translate(-50%, -50%);
}

.fix_btn_ctc.thankyou {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.ns_success {
  color: #36b37e;
}

.ns_error {
  color: #ff5630;
  font-size: 12px;
}

a.btn.btnwritereview {
  width: 100%;
}

a.bannerhealthredirect img {
  max-width: 100%;
  margin-top: 40px;
}

.check_premium_expand {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.button_review {
  margin-top: 30px;
  text-align: center;
}

.disContnet p {
  margin-bottom: 16px;
  text-align: left !important;
  letter-spacing: 0.016em;
  line-height: 30px;
}

.icons-bu {
  background: url("../../../images/bu/health/icons_bu.svg") no-repeat 0 0;
}

.icon-1 {
  background-position: 8px -258px;
}

.icon-2 {
  background-position: 5px -314px;
}

.icon-3 {
  background-position: 5px -374px;
}

.heading-m {
  margin: 0 0 15px 0px;
}

.heading-in {
  margin-left: 0;
}

.field_wrapper.field_wrapper_family {
  height: calc(100% - 160px);
  overflow: auto;
  padding: 0 4px;
  position: relative;
  margin: 0 20px 0 0;
}

.bottom-main {
  height: 85px;
}

.sticky_bottom_web {
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 550px;
  left: inherit;
  color: #253858;
  padding: 0 16px;
  bottom: 0;
  z-index: 10;
  position: fixed;
  height: 85px;
  display: block;
  align-items: center;
  justify-content: center;
  right: inherit;
  margin-left: -26px;
  text-align: center;
}

.sticky_bottom_web button {
  width: 65% !important;
}

.radios {
  display: flex;
  justify-content: space-between;
}

.radios label {
  position: relative;
  height: 50px;
  width: 48%;
}

.radios label input[type=radio] + span {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.radios label input[type=radio] + span em {
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: 15px;
}

.radios label input[type=radio] + span .gender {
  width: 45px;
  height: 30px;
  display: block;
}

.radios label input[type=radio] + span .gender.male {
  background-position: 4px 0px;
}

.radios label input[type=radio] + span .gender.female {
  background-position: 4px -127px;
}

.radios label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radios label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.radios label input[type=radio]:checked + span em {
  color: #0065ff;
}

.radios label input[type=radio]:checked + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #0065ff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -9px;
}

.radios label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 1px;
  top: -5px;
}

.radios label input[type=radio]:checked + span .gender.male {
  background-position: 4px -62px;
}

.radios label input[type=radio]:checked + span .gender.female {
  background-position: 4px -201px;
}

.input_box {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 13px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  font-size: 14px;
  color: #253858;
  -webkit-appearance: none;
  position: relative;
}

.input_box::placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box:required {
  border: 1px solid #ff5630;
}

.input_box:-webkit-autofill,
.input_box:-webkit-autofill:hover,
.input_boxput:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input_box.error {
  border: 1px solid #ff5630;
}

.required {
  color: #ff5630;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.terms_text {
  font-size: 12px;
  color: rgba(23, 43, 77, 0.8);
  text-align: center;
  margin-top: -5px;
}

.insurer-bu {
  display: flex;
  align-items: center;
  width: 603px;
  margin: 0 auto;
}

.insurer-bu .h1 span {
  font-size: 24px;
  font-weight: bold;
}

.insurerLogo1 img {
  width: 173px;
}

.insurer-bu .h1 {
  font-size: 24px;
  font-weight: 400;
  color: #253858;
  line-height: 44px;
  margin-left: 20px;
  letter-spacing: 0.036em;
}

/*top plan section css */
.breadcrumbinner {
  margin: 9px auto 10px;
}

.tabsDetails .card .titleh6 {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  padding-right: 124px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.insurer_card_top {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}

.insurer_card_top img {
  margin-top: 6px;
  max-width: 100%;
  margin-right: 10px;
}

.insurer_card_top span {
  font-size: 16px;
  font-weight: normal;
}

.btnCheckPremium {
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 10px 12px;
  width: 191px;
  border: solid 1px #f35023;
  border-radius: 4px;
  background: #f35023;
  color: #ffffff;
}

.btnCheckPremium:hover {
  border: solid 1px #f35023;
  background: #f35023;
  color: #ffffff;
}

.tag_tabs {
  background: #eef0f2;
  display: inline-block;
  border-radius: 25px;
  padding: 1px 12px;
  font-size: 12px;
  color: #253858;
  position: absolute;
  right: 16px;
  top: 11px;
}

.logo_top {
  width: 110px;
  height: 52px;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
}

/*top plan section css */
.corona-container {
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto;
  max-width: 320px;
}

.corona-container .slick-slider {
  position: absolute;
  width: 100%;
  top: 7px;
  left: 14px;
}

.videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px;
}

.videobox_right iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
  border: 0;
}

/* ped css starts */
.ped_heading {
  color: #253858;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
  line-height: 30px;
}

.ped_heading span {
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #505f79;
}

.radios_ped {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 5px;
}

.radios_ped label {
  position: relative;
  height: 50px;
  width: 48%;
}

.radios_ped label input[type=radio] + span {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.radios_ped label input[type=radio] + span em {
  font-style: normal;
  font-size: 16px;
  color: #253858;
  line-height: 15px;
}

.radios_ped label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.radios_ped label input[type=radio]:checked + span em {
  color: #0065ff;
}

.radios_ped label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
  height: 15px;
  width: 8px;
}

.radios_ped label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.checkbox_ped {
  display: flex;
  justify-content: left;
  margin: 12px 0;
  flex-direction: column;
}

.checkbox_ped label {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0 0 14px 0;
}

.checkbox_ped label input[type=checkbox] + span {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.checkbox_ped label input[type=checkbox] + span em {
  font-style: normal;
  font-size: 16px;
  color: #253858;
  line-height: 15px;
}

.checkbox_ped label input[type=checkbox]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.checkbox_ped label input[type=checkbox]:checked + span em {
  color: #0065ff;
}

.checkbox_ped label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
  height: 15px;
  width: 8px;
}

.checkbox_ped label input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.heading_ped_step {
  margin-left: 0 !important;
}

.radios_ped label input[type=radio].error + span {
  border: 1px solid #f00;
}

.checkbox_ped label input[type=checkbox].error + span {
  border: 1px solid #f00;
}

.err_ped {
  color: #f00;
  font-size: 11px;
  margin: 0 0 10px;
}

#btnHealthStep4 {
  margin-bottom: 16px;
}

/* ped css ends */
.top_disclaimer {
  font-size: 10px;
  margin: 8px 0 16px;
  display: block;
  line-height: 18px;
}

.sticky_bottom_web {
  display: flex;
  flex-direction: column;
}

.sticky_bottom_web .errMemberAge {
  margin-bottom: 4px !important;
}

.sticky_bottom_web button.btn.btnHealthStep2 {
  margin: 0px 0 0px 0;
}

.videoLeftBox {
  width: 100%;
}

.videoLeftBox iframe {
  width: 100%;
}

.insurer-by-company {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
}

.exitIntentModal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 43, 77, 0.9);
  z-index: 1000;
  animation: filterWebFade 0.3s ease-out;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.exitIntentInner {
  width: 90%;
  max-width: 792px;
  border-radius: 8px;
  z-index: 99;
  margin: 0 auto 0;
  max-height: 90vh;
  overflow: auto;
  padding: 12px 24px 0;
  background: #fff;
  position: relative;
}

.exitIntentInner::after {
  content: "";
  background: url("../../../images/health/exit-intent-bottom.svg") no-repeat 0 0;
  width: 364px;
  height: 295px;
  position: absolute;
  bottom: 0;
  right: 24px;
}

.exitTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@keyframes filterWebFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.exitClose {
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.exitClose::after,
.exitClose::before {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #253858;
}

.exitClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.exitClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.headingExit {
  font-size: 32px;
  font-weight: bold;
}

.exitIntentInner .tagLine1 {
  font-weight: 500;
  font-size: 24px;
}

.exitIntentInner .tagLine2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}

.exitIntentInner .tagLine2 span {
  font-weight: bold;
  font-size: 24px;
  color: #0065ff;
}

ul.lisitnExit {
  list-style-type: none;
  margin: 20px 0;
}

ul.lisitnExit li {
  font-size: 16px;
  font-weight: 500;
  background: url("../../../images/health/icons-exit.svg") no-repeat 0 0;
  padding: 0 0 0 40px;
  margin-bottom: 18px;
}

ul.lisitnExit li.firstIcon {
  background-position: 0 0;
}

ul.lisitnExit li.secondIcon {
  background-position: 0 -45px;
}

ul.lisitnExit li.thirdIcon {
  background-position: 0 -88px;
}

.disclaimerExit {
  font-size: 10px;
  width: 380px;
}

.buttonExit {
  width: 320px;
  height: 56px;
  border-radius: 4px;
  background: #0065ff;
  color: #fff;
  text-align: center;
  margin: 20px 0 32px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* PED container */
.field_wrapper_ped {
  width: 100%;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
}

.field_wrapper_ped .label_ques {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.field_wrapper_ped .label {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  padding: 0 0 16px 0;
}

.radio_box_wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.radio_box_inner {
  position: relative;
}

.radio_box_inner .input-checkbox {
  -webkit-appearance: none;
  outline: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 16px;
}

.radio_box_inner input + label {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 1px rgba(37, 56, 88, 0.2);
  padding: 11px 11px 11px 46px;
  margin: 0 0 12px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 3px;
  min-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #253858;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.radio_box_wrapper .radio_box_inner input + label span {
  font-size: 14px;
  font-weight: 400;
  color: #505f79;
  margin-top: 2px;
}

.radio_box_wrapper .radio_box_inner input + label span::before {
  display: none !important;
  background: none !important;
}

.radio_box_inner input:checked + label {
  border-color: #0065ff;
  color: #0065ff;
}

.radio_box_inner .input-checkbox:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}

.radio_box_inner .input-checkbox:checked:before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 3px;
}

.radio_box_inner .input-radio {
  -webkit-appearance: none;
  outline: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 16px;
}

.radio_box_inner .input-radio:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_box_inner .input-radio:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}

@media only screen and (max-width: 768px) {
  .insurer-by-company {
    background: none;
  }
}
@media only screen and (max-width: 360px) {
  .insurer-by-company {
    padding: 15px 5px 5px;
  }
}
.insurer-by-company .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #253858;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0px;
  display: flex;
  position: relative;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
  flex-flow: wrap;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 20px;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  height: 160px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0px 0 20px 0;
  padding: 6px 12px 0;
  border-radius: 8px;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  max-width: 162px;
  width: 24%;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 20px;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  align-items: center;
  cursor: pointer;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p {
  color: #0065ff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  text-align: center !important;
  display: table-cell;
  white-space: normal;
  margin-bottom: 0;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block p a {
  letter-spacing: 0.016em;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block p a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.insurer-by-company .slick-prev.slick-arrow,
.insurer-by-company .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.insurer-by-company .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-by-company .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.showAllInsurer {
  position: relative;
  margin-right: 0;
  padding-right: 0 !important;
}

.showAllInsurer::before {
  content: "+";
  display: inline-block;
  transition: all 0.3s ease-in;
  position: absolute;
  top: -1px;
  margin-left: 4px;
  left: -19px;
  font-size: 17px;
}

.lessInsurer::before {
  content: "-";
}

/* Language widget */
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #253858;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0px;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-prev.slick-arrow,
.insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0px 15px 0 0;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.viewallLinkInsurer {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.viewallLinkInsurer.single {
  justify-content: flex-end;
}

.viewallLinkInsurer a {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 20px;
}

.viewallLinkInsurer a.viewAll::before {
  content: "View All";
  margin-right: 5px;
}

.seperateExpand {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.form-whatsapp {
  font-size: 12px;
  text-align: left;
  color: #253858;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .form-whatsapp {
    margin-bottom: 56px;
  }
}

.form-whatsapp i.icon {
  background: url("../../../images/health/whatsApp4.svg") 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: 0px;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
}

.form-whatsapp input:checked + .slider {
  background-color: #0065FF;
}

.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0065FF;
  box-shadow: 0 0 1px #0065FF;
}

.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .container section {
    padding: 20px 0;
    background: #fff;
    border-radius: 0;
  }
}
.disclaimerText {
  font-size: 10px;
  line-height: 16px !important;
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .disclaimerText {
    margin: 0 16px 16px !important;
  }
}

.grid {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .section-full .section-grid {
    background: #fff;
    padding: 0px 0 0 16px;
  }
}
.left-container {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
}

.expert-advisors-section {
  margin: 64px 0 0 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .expert-advisors-section {
    margin: 16px auto 0;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 16px 0 0;
    text-align: CENTER;
  }
}
.expert-advisors-section .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #253858;
  width: 100%;
  position: relative;
  margin-right: 36px;
  max-width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .expert-advisors-section .heading {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .expert-advisors-section .heading {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin-right: 0;
    text-align: left;
    max-width: 100%;
    padding: 0 16px;
  }
}
.expert-advisors-section .heading::before {
  content: "";
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 190px;
  width: 80px;
  position: absolute;
  right: -115px;
  z-index: 2;
  top: -55px;
}
@media screen and (max-width: 1024px) {
  .expert-advisors-section .heading::before {
    display: none;
  }
}
.expert-advisors-section .heading::after {
  content: "";
  background: #FFAB00;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .expert-advisors-section .heading::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .expert-advisors-section .heading::after {
    left: 16px;
    transform: none;
  }
}
.expert-advisors-section .expert-advisors-list-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .expert-advisors-section .expert-advisors-list-wrapper {
    width: 100%;
  }
}
.expert-advisors-section .expert-advisors-list {
  display: flex;
  align-items: center;
  padding: 24px;
  animation: scrollText 100s infinite linear;
  overflow: hidden;
  white-space: nowrap;
  width: fit-content;
}
.expert-advisors-section .expert-advisors-list:hover {
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .expert-advisors-section .expert-advisors-list {
    padding: 16px 16px 26px;
    margin: 20px 0 0;
  }
}
.expert-advisors-section .expert-advisors-list::-webkit-scrollbar {
  display: none;
}
.expert-advisors-section .expert-advisors-list .expert-advisor {
  box-shadow: 0px 0px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  border-radius: 16px;
  min-width: 435px;
  flex-shrink: 0;
  margin-right: 22px;
  padding: 16px 16px 18px;
}
@media screen and (max-width: 767px) {
  .expert-advisors-section .expert-advisors-list .expert-advisor {
    max-width: 312px;
    margin-right: 18px;
    min-width: auto;
  }
}
.expert-advisors-section .expert-advisors-list .expert-advisor:last-child {
  margin-right: 0;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .image-name {
  display: flex;
  align-items: center;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  width: 59px;
  height: 56px;
  border-radius: 50%;
  margin-right: 14px;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image img {
  border-radius: 50%;
  max-width: 59px;
  width: 100%;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .image-name .name-since .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #253858;
  margin: 0 0 2px;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .image-name .name-since .since {
  color: #505F79;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details {
  margin: 10px 0 0 73px;
}
@media screen and (max-width: 767px) {
  .expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details {
    margin: 10px 0 0;
  }
}
.expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p:last-child {
  margin-bottom: 0;
}
.expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p::before {
  content: "";
  background: #253858;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.why-choose-home-visit-section {
  margin: 0 auto 0;
}
@media screen and (max-width: 1024px) {
  .why-choose-home-visit-section {
    background: #fff;
    margin: 16px 0 0;
    padding: 16px 0 28px;
  }
}
.why-choose-home-visit-section .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #253858;
  position: relative;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .heading {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 0 16px;
  }
}
.why-choose-home-visit-section .heading::after {
  content: "";
  background: #FFAB00;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .heading::after {
    left: 16px;
    transform: none;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit {
  max-width: 1170px;
  margin: 56px auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit {
    margin: 36px 0 0;
    padding: 0 16px;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason {
  max-width: 356px;
  position: relative;
  margin-right: 36px;
  margin-bottom: 42px;
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason:nth-child(3) {
  margin-right: 0;
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason:nth-child(3) {
    margin-right: 36px;
  }
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason {
    max-width: 100%;
    position: relative;
    padding: 0;
    height: auto;
    margin: 0 0 28px;
  }
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason:nth-child(3) {
    margin-right: 0;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .image img {
  max-width: 356px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .image img {
    max-width: 100%;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content {
  max-width: 320px;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  height: 190px;
  margin: -18px auto 0;
  z-index: 1;
  position: relative;
  padding: 18px 16px;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content {
    max-width: 100%;
    margin: -18px 16px 0;
    height: auto;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon {
  background: #F4F5F7;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 12px;
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon.icon-1 {
  background: url(../../../images/bu/health/why-fos-visit-icon-1.svg);
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon.icon-2 {
  background: url(../../../images/bu/health/why-fos-visit-icon-2.svg);
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon.icon-3 {
  background: url(../../../images/bu/health/why-fos-visit-icon-3.svg);
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon.icon-4 {
  background: url(../../../images/bu/health/why-fos-visit-icon-5.svg);
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .icon.icon-5 {
  background: url(../../../images/bu/health/why-fos-visit-icon-4.svg);
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .title, .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection h1, .leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content h1, .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection h2, .leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content h2,
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection .h2,
.leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .h2 {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .title, .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection h1, .leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content h1, .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection h2, .leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content h2,
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .leftSection .h2,
.leftSection .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #253858;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .reasons-to-choose-home-visit .reason .content .description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014em;
  }
}
.why-choose-home-visit-section .button-wrapper {
  margin: 4px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .button-wrapper {
    margin: 0 16px;
  }
}
.why-choose-home-visit-section .button-wrapper .button {
  box-shadow: 0px 4px 12px 0px rgba(0, 101, 255, 0.2392156863);
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065FF);
  border: 0;
  padding: 13px 0;
  max-width: 328px;
  width: 100%;
  color: var(--ffffffn-0, #FFF);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.224px;
}
@media screen and (max-width: 767px) {
  .why-choose-home-visit-section .button-wrapper .button {
    max-width: 100%;
  }
}

.customer-testimonials.sliderRoot {
  background: #F2F7FF;
  margin: 64px 0;
  text-align: center;
  padding: 56px 0;
  max-width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .customer-testimonials.sliderRoot {
    margin: 16px 0 36px;
    padding: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot {
    margin: 16px 0;
    padding: 16px 0;
  }
}
.customer-testimonials.sliderRoot .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #253858;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .heading {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 0 16px;
  }
}
.customer-testimonials.sliderRoot .heading::after {
  content: "";
  background: #FFAB00;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .heading::after {
    left: 16px;
    transform: none;
  }
}
.customer-testimonials.sliderRoot .number-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 32px auto 36px;
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .number-details {
    margin: 32px 0 16px;
    padding: 0 16px;
    justify-content: flex-start;
  }
}
.customer-testimonials.sliderRoot .number-details .number {
  border-right: 1px solid #DEEBFF;
  padding: 0 18px 0 0;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .number-details .number {
    margin-right: 8px;
    padding: 0 8px 0 0;
  }
}
.customer-testimonials.sliderRoot .number-details .number:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.customer-testimonials.sliderRoot .number-details .number .label {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #505F79;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .number-details .number .label {
    line-height: 24px;
    font-size: 12px;
    text-align: left;
  }
}
.customer-testimonials.sliderRoot .number-details .number .content {
  color: #6554C0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .number-details .number .content {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}
.customer-testimonials.sliderRoot .sliderWrapper {
  max-width: 1200px;
}
.customer-testimonials.sliderRoot .customer-testimonial-list {
  padding: 10px 20px 56px;
}
@media screen and (max-width: 1024px) {
  .customer-testimonials.sliderRoot .customer-testimonial-list {
    padding: 0 0 0 16px;
  }
}
.customer-testimonials.sliderRoot .list {
  display: flex;
  justify-content: space-between;
}
.customer-testimonials.sliderRoot .list:hover {
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list {
    padding: 16px 0;
  }
}
.customer-testimonials.sliderRoot .list .testimonial {
  box-shadow: 0px 6px 16px 0px rgba(0, 101, 255, 0.1215686275);
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 32px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer-testimonials.sliderRoot .list .testimonial:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list .testimonial {
    height: 206px;
    padding: 16px 13px 16px 16px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
}
.customer-testimonials.sliderRoot .list .testimonial .text {
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #253858;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list .testimonial .customer-details {
    margin-top: 28px;
  }
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials.yellow {
  background: #FFF0B3;
  color: #FF991F;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials.red {
  background: #FFEBE6;
  color: #FF5630;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials.purple {
  background: #EAE6FF;
  color: #5243AA;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials.blue {
  background: #E6FCFF;
  color: #00A3BF;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .initials.green {
  background: #E3FCEF;
  color: #36B37E;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list .testimonial .customer-details .initials {
    margin-right: 8px;
    width: 40px;
    height: 40px;
  }
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #253858;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession > div {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession > div {
    font-size: 12px;
    line-height: 20px;
  }
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession .location {
  margin-right: 12px;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession .location::before {
  content: "";
  background: url(../../../images/bu/health/fos-location-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession .location {
    margin-right: 6px;
  }
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession .profession {
  width: 134px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .location-profession .profession::before {
  content: "";
  background: url(../../../images/bu/health/fos-profession-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.customer-testimonials.sliderRoot .list .testimonial .customer-details .details .since {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #253858;
}
.customer-testimonials.sliderRoot .arrows {
  width: 86px;
  top: -70px;
  transform: none;
  right: 0;
}
.customer-testimonials.sliderRoot .arrows.style-1 .arrow-left, .customer-testimonials.sliderRoot .arrows.style-1 .arrow-right {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 50%;
}
.customer-testimonials.sliderRoot .arrows.style-1 .arrow-left {
  left: 0;
}
.customer-testimonials.sliderRoot .arrows.style-1 .arrow-left i {
  border: solid #505F79;
  border-width: 0 0 2px 2px;
  padding: 4px;
}
.customer-testimonials.sliderRoot .arrows.style-1 .arrow-right {
  right: 0;
}
.customer-testimonials.sliderRoot .arrows.style-1 .arrow-right i {
  border: solid #505F79;
  border-width: 2px 2px 0 0;
  padding: 4px;
}
.customer-testimonials.sliderRoot .button-wrapper {
  margin: 0px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .button-wrapper {
    margin: 0px 16px 0;
  }
}
.customer-testimonials.sliderRoot .button-wrapper .button {
  box-shadow: 0px 4px 12px 0px rgba(0, 101, 255, 0.2392156863);
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065FF);
  border: 0;
  padding: 13px 0;
  max-width: 328px;
  width: 100%;
  color: var(--ffffffn-0, #FFF);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.224px;
}
@media screen and (max-width: 767px) {
  .customer-testimonials.sliderRoot .button-wrapper .button {
    max-width: 100%;
  }
}

.footer {
  padding: 0 !important;
}

.how-it-works-section {
  margin: 56px auto 64px;
  background: #F2F7FF;
  padding: 56px 0;
}
@media screen and (max-width: 1024px) {
  .how-it-works-section {
    margin: 16px auto 0;
    padding: 16px 16px 24px;
  }
}
.how-it-works-section .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #253858;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .how-it-works-section .heading {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}
.how-it-works-section .heading::after {
  content: "";
  background: #FFAB00;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 1024px) {
  .how-it-works-section .heading::after {
    left: 0;
    transform: none;
  }
}
.how-it-works-section .how-it-works-steps {
  margin: 50px auto 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps {
    flex-direction: column;
    margin: 30px 0 0;
  }
}
.how-it-works-section .how-it-works-steps .step {
  text-align: center;
  width: 33%;
}
.how-it-works-section .how-it-works-steps .step:nth-child(2) .content .description {
  padding: 0 49px;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step:nth-child(2) .content .description {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step {
    width: 100%;
    text-align: left;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .how-it-works-section .how-it-works-steps .step::after {
    content: "";
    border: 2px dashed #F4F5F7;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 135px;
    z-index: 0;
    left: 16px;
  }
  .how-it-works-section .how-it-works-steps .step:last-child::after {
    display: none;
  }
}
.how-it-works-section .how-it-works-steps .step .image {
  height: 156px;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .image {
    height: 96px;
    margin-right: 24px;
    width: 116px;
    flex-shrink: 0;
  }
}
.how-it-works-section .how-it-works-steps .step .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .image img {
    height: 96px;
  }
}
.how-it-works-section .how-it-works-steps .step .content {
  position: relative;
}
.how-it-works-section .how-it-works-steps .step .content::after {
  content: "";
  border: 2px dashed #DEEBFF;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 17px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .content::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .content .step-title {
    display: flex;
    align-items: center;
    margin: 12px 0;
  }
}
.how-it-works-section .how-it-works-steps .step .content .step-number {
  display: inline-block;
  width: 36px;
  background: #DEEBFF;
  height: 36px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  margin: 22px auto 24px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.014em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .content .step-number {
    margin: 0 12px 0 0;
  }
}
.how-it-works-section .how-it-works-steps .step .content .title, .how-it-works-section .how-it-works-steps .step .content .leftSection h1, .leftSection .how-it-works-section .how-it-works-steps .step .content h1, .how-it-works-section .how-it-works-steps .step .content .leftSection h2, .leftSection .how-it-works-section .how-it-works-steps .step .content h2,
.how-it-works-section .how-it-works-steps .step .content .leftSection .h2,
.leftSection .how-it-works-section .how-it-works-steps .step .content .h2 {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .content .title, .how-it-works-section .how-it-works-steps .step .content .leftSection h1, .leftSection .how-it-works-section .how-it-works-steps .step .content h1, .how-it-works-section .how-it-works-steps .step .content .leftSection h2, .leftSection .how-it-works-section .how-it-works-steps .step .content h2,
.how-it-works-section .how-it-works-steps .step .content .leftSection .h2,
.leftSection .how-it-works-section .how-it-works-steps .step .content .h2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.how-it-works-section .how-it-works-steps .step .content .description {
  color: #253858;
  margin-top: 4px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .how-it-works-steps .step .content .description {
    letter-spacing: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
}
.how-it-works-section .how-it-works-steps .step:last-child .content::after {
  display: none;
}
.how-it-works-section .button-wrapper {
  margin: 52px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .button-wrapper {
    margin: 0;
  }
}
.how-it-works-section .button-wrapper .button {
  box-shadow: 0px 4px 12px 0px rgba(0, 101, 255, 0.2392156863);
  border-radius: 8px;
  background: var(--0065-ff-b-300, #0065FF);
  border: 0;
  padding: 13px 0;
  max-width: 328px;
  width: 100%;
  color: var(--ffffffn-0, #FFF);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.224px;
}
@media screen and (max-width: 767px) {
  .how-it-works-section .button-wrapper .button {
    max-width: 100%;
  }
}

.location-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 100ms;
  visibility: hidden;
  opacity: 0;
}
.location-popup-container.open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.location-popup-container.open .location-popup-body {
  right: 0%;
}
.location-popup-container .location-popup-body {
  margin: 0;
  padding: 0px;
  background: #fff;
  border-radius: 0;
  width: 396px;
  position: absolute;
  right: -100%;
  height: 100%;
  transition: right 0.3s ease-in;
  overflow: scroll;
}
.location-popup-container .location-popup-body::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 768px) {
  .location-popup-container .location-popup-body {
    max-width: 100%;
    width: 100%;
  }
}
.location-popup-container .location-popup-body .heading-close {
  background: var(--deebffb-50, #DEEBFF);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
.location-popup-container .location-popup-body .heading-close .heading {
  color: var(--253858-n-700, #253858);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.location-popup-container .location-popup-body .heading-close .close {
  background: url(../../../images/store/store-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.location-popup-container .location-popup-body .content {
  padding: 24px;
}
.location-popup-container .location-popup-body .content .store-filter {
  position: relative;
  display: flex;
  flex-direction: column;
}
.location-popup-container .location-popup-body .content .store-filter::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../../../images/store/lens.svg") no-repeat center center;
  top: 50%;
  transform: translate(7px, -50%);
}
.location-popup-container .location-popup-body .content .store-filter .nofos {
  position: absolute;
  background: #fff;
  padding: 20px 20px 20px 80px;
  border-radius: 8px;
  box-shadow: 0px 0px 16px #ccc;
  top: 61px;
  width: 70%;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  color: rgba(37, 56, 88, 0.6);
}
@media (max-width: 1024px) {
  .location-popup-container .location-popup-body .content .store-filter .nofos {
    width: 100%;
  }
}
.location-popup-container .location-popup-body .content .store-filter .nofos:before {
  content: "";
  position: absolute;
  background: url(../../../images/store/smily.png) no-repeat center center;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 28px;
  background-size: 100%;
}
.location-popup-container .location-popup-body .content .store-filter label {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 52px;
  background: #fff;
  top: 16px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.location-popup-container .location-popup-body .content .store-filter input:focus + label,
.location-popup-container .location-popup-body .content .store-filter input.labelshow + label {
  z-index: 9;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}
.location-popup-container .location-popup-body .content .store-filter .formInput {
  background: #FFFFFF;
  border: 1px solid #7A869A;
  font-size: 16px;
  width: 100%;
  padding: 15px 16px 15px 48px;
  border-radius: 8px;
  line-height: 24px;
  color: #253858;
}
.location-popup-container .location-popup-body .content .store-filter .formInput:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .location-popup-container .location-popup-body .content .store-filter .formInput {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .location-popup-container .location-popup-body .content .store-filter {
    box-shadow: none;
  }
}
.location-popup-container .location-popup-body .content .loc {
  color: #0065FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding: 10px 10px 10px 26px;
  margin-top: 5px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.location-popup-container .location-popup-body .content .loc::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -3px;
  top: 50%;
  background: url(../../../images/store/locicon.svg) no-repeat center center;
  transition: all 0.3s ease-in;
  transform: translate(0px, -50%);
}
.location-popup-container .location-popup-body .content .loc.active {
  filter: grayscale(0);
  opacity: 1;
}
.location-popup-container .location-popup-body .content .loc.active:before {
  filter: grayscale(0);
  opacity: 1;
}
.location-popup-container .location-popup-body .content .popular-cities-section {
  margin: 13px 0 0;
}
.location-popup-container .location-popup-body .content .popular-cities-section .label {
  color: var(--505-f-79-n-400, #505F79);
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
}
.location-popup-container .location-popup-body .content .popular-cities-section .label::after {
  content: "";
  background: #7A869A;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 92px;
}
.location-popup-container .location-popup-body .content .popular-cities-section .popular-cities-list .city {
  color: var(--253858-n-700, #253858);
  border-bottom: 1px solid #F4F5F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  margin: 0 0 16px;
  padding: 0 0 16px;
  cursor: pointer;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-85%);
  }
}
.disclaimer-dropdown-section .diclaimer-content .disclaimer-answer.active {
  max-height: initial;
}
@media screen and (max-width: 1024px) {
  .disclaimer-dropdown-section .diclaimer-content .disclaimer-answer.active {
    max-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .disclaimer-dropdown-section .diclaimer-content .disclaimer-answer.active {
    max-height: initial;
  }
}

/** Remove elements in nav starts **/
.health-marketing-page .pb-navbar-wrapper .pb-navbar {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 767px) {
  .health-marketing-page .pb-navbar-wrapper .pb-navbar {
    box-shadow: none;
  }
}
.health-marketing-page .pb-navbar-wrapper .btn-toggle, .health-marketing-page .pb-navbar-wrapper .user_signin {
  display: none;
}
.health-marketing-page .pb-navbar-wrapper .pb-quick-connect {
  display: none;
}
.health-marketing-page .pb-navbar-wrapper .pb-nav {
  display: none;
}
.health-marketing-page .pb-container .policybazaar-logo .pb-logo {
  background-position: 0 10px;
  height: 52px;
}

/** Remove elements in nav Ends **/
/** Remove elements in Footer Starts **/
.health-marketing-page .footer-section .links-payment-social-section {
  display: none;
}
.health-marketing-page .footer-section .disclaimer-section {
  margin: 12px 0 0;
}
.health-marketing-page .footer-section .disclaimer-section .footer-disclaimer.pagedisclaimer {
  display: none;
}

/** Remove elements in Footer Ends **/
.loader_btn {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}