@charset "UTF-8";
ul, li {
  padding: 0px;
  margin: 0px;
}

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%;
}

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);
  }
}

@keyframes starshine1 {
  0% {
    transform: translateX(0%) rotate(-45deg);
  }
  to {
    transform: translateX(600%) rotate(-45deg);
  }
}
@keyframes starshinemobile1 {
  0% {
    transform: translateX(0%) rotate(-45deg);
  }
  to {
    transform: translateX(430%) rotate(-45deg);
  }
}
@keyframes starshine {
  0% {
    transform: translateX(0%) rotate(-45deg);
  }
  to {
    transform: translateX(600%) rotate(-45deg);
  }
}
@keyframes starshinemobile {
  0% {
    transform: translateX(0%) rotate(-45deg);
  }
  to {
    transform: translateX(430%) rotate(-45deg);
  }
}
@media (max-width: 1024px) {
  .extraText.showcontent,
  .extraTextWeb.showcontent {
    display: inline;
  }
}
.closeWrap position:relative .formInput {
  height: 56px;
}

.cityclose {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 52px;
  height: 52px;
  opacity: 1;
  z-index: 9;
  display: none;
  cursor: pointer;
  transform: translate(0, -50%);
}
.cityclose:hover {
  opacity: 1;
}
.cityclose:before, .cityclose:after {
  position: absolute;
  left: 26px;
  content: " ";
  height: 17px;
  width: 2px;
  top: 18px;
  background-color: #333;
}
.cityclose:before {
  transform: rotate(45deg);
}
.cityclose:after {
  transform: rotate(-45deg);
}

.filled .cityclose {
  display: block;
}

.plus {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #0065ff;
  top: 50%;
  border-radius: 50%;
  transform: translate(10px, -50%);
}
.plus.gray {
  border: 1px solid #253858;
  top: 50%;
}
.plus.gray:before, .plus.gray:after {
  content: "";
  background: #253858;
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  background: #0065ff;
}
.plus:before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 2px;
  transform: translateX(-50%);
}
.plus:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  transform: translateY(-50%);
}
.plus.disable {
  border-color: #ccc;
}
.plus.disable::before, .plus.disable::after {
  background: #ccc;
}

.minus {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #0065ff;
  top: 50%;
  border-radius: 50%;
  transform: translate(10px, -50%);
}
.minus.gray {
  border: 1px solid #253858;
}
.minus.gray:before, .minus.gray:after {
  content: "";
  background: #253858;
}
.minus:before, .minus:after {
  content: "";
  position: absolute;
  background: #0065ff;
}
.minus:before {
  display: none;
}
.minus:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  transform: translateY(-50%);
}

.health-insurance-bu {
  display: flex;
  justify-content: space-between;
  color: #253858;
  position: relative;
  margin-top: 24px;
  align-items: flex-start;
}
.health-insurance-bu.withrating {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .health-insurance-bu.withrating {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .health-insurance-bu {
    margin-bottom: 0px;
    flex-direction: column-reverse;
  }
}
.health-insurance-bu .tnc {
  margin-top: 20px;
}
.health-insurance-bu .tnc p {
  font-size: 10px;
  line-height: 18px !important;
  margin: 0px;
}
@media (max-width: 1024px) {
  .health-insurance-bu .tnc {
    position: relative;
    top: 0;
    margin: 20px 0;
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-right {
  width: 45%;
  position: relative;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 3px 24px 0px rgba(37, 56, 88, 0.1);
  min-height: 550px;
}
.health-insurance-bu .health-insurance-bu-right::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;
}
@media (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-right {
    height: auto;
    min-height: auto;
  }
  .health-insurance-bu .health-insurance-bu-right::after {
    width: 95px;
    height: 89px;
  }
}
.health-insurance-bu .health-insurance-bu-right .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) {
  .health-insurance-bu .health-insurance-bu-right .progress-bar {
    right: 3px;
    top: 6px;
  }
}
.health-insurance-bu .health-insurance-bu-right .progress-bar .percent {
  position: relative;
}
.health-insurance-bu .health-insurance-bu-right .progress-bar .percent svg {
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-right .progress-bar .percent svg {
    width: 45px;
    height: 45px;
  }
}
.health-insurance-bu .health-insurance-bu-right .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;
}
.health-insurance-bu .health-insurance-bu-right .progress-bar .percent svg circle:last-of-type {
  stroke-dasharray: 186px;
  stroke-dashoffset: calc(186px - 186px * var(--percent) / 100);
  stroke: #36B37E;
}
.health-insurance-bu .health-insurance-bu-right .progress-bar .percent .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.health-insurance-bu .health-insurance-bu-right .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) {
  .health-insurance-bu .health-insurance-bu-right .progress-bar .percent .number > div {
    font-size: 12px;
    line-height: 22px;
  }
}
.health-insurance-bu .health-insurance-bu-right .orderChange {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
.health-insurance-bu .health-insurance-bu-right .orderChange.tag {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-right .orderChange {
    margin-top: 66px;
  }
  .health-insurance-bu .health-insurance-bu-right .orderChange .common_heading {
    margin-bottom: 0px;
    order: 2;
  }
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding: 0;
  margin: 0 0 18px;
  color: #253858;
  width: 75%;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span {
  color: #36B37E;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span sup {
  font-size: 14px;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span.green {
  color: #36B37E !important;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span.red {
  color: #D90368;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span.nextline {
  display: block;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .text span.no-color {
  color: #253858;
}
@media (max-width: 1180px) {
  .health-insurance-bu .health-insurance-bu-right .orderChange .common_heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 14px;
    width: 80%;
    padding: 5px 18px 0 20px;
  }
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffab00;
  width: 100px;
  height: 3px;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading.withoutline:before {
  display: none;
}
.health-insurance-bu .health-insurance-bu-right .orderChange .common_heading .light {
  font-weight: 400;
  display: none;
}
.health-insurance-bu .health-insurance-bu-left {
  padding: 0;
  width: 52%;
}
@media (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left {
    padding: 0px;
  }
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .health-pointers-box {
    flex-wrap: wrap;
    order: 2;
    margin: 4px 0 0;
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box:has(.health-pointers-image.family) {
  align-items: center;
}
.health-insurance-bu .health-insurance-bu-left .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) {
  .health-insurance-bu .health-insurance-bu-left .health-pointers-box > .heading {
    display: none;
  }
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image {
  background: url(../../../images/bu/health/top-fold/health-pankaj-tripathi-img.svg) no-repeat center/contain;
  height: 250px;
  width: 328px;
  /*----newimage------*/
  /*----end newimage------*/
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image {
    display: none;
  }
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.cancer_insurnace {
  background: url(../../../images/bu/health/top-fold/cancer_insurnace.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.liver-cirrhosis, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.liver-transplant {
  background: url(../../../images/bu/health/top-fold/liver-cirrhosis.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.tb {
  background: url(../../../images/bu/health/top-fold/tb-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.thyroid {
  background: url(../../../images/bu/health/top-fold/thyroid-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.high-cholesterol {
  background: url(../../../images/bu/health/top-fold/high-cholesterol.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.asthma {
  background: url(../../../images/bu/health/top-fold/asthma.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.high-blood-pressure {
  background: url(../../../images/bu/health/top-fold/high-blood-pressure.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.alzheimer {
  background: url(../../../images/bu/health/top-fold/alzheimer.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.malaria, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.dengue {
  background: url(../../../images/bu/health/top-fold/malaria.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.paralysis, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.handicapped {
  background: url(../../../images/bu/health/top-fold/paralysis-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.stroke, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.brain-surgery, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.multiple-sclerosis {
  background: url(../../../images/bu/health/top-fold/stroke-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.hiv {
  background: url(../../../images/bu/health/top-fold/hiv-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.kidney {
  background: url(../../../images/bu/health/top-fold/kidney-patients.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.cataract-surgery {
  background: url(../../../images/bu/health/top-fold/cataract-surgery.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.mental-health {
  background: url(../../../images/bu/health/top-fold/mental-health.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.genetic-disorders {
  background: url(../../../images/bu/health/top-fold/health-genetics-disorder-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.senior-citizen {
  background: url(../../../images/bu/health/top-fold/health-senior-citizen-top-image.png) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.family {
  background: url(../../../images/bu/health/top-fold/health-family-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 245px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.genric {
  background: url(../../../images/bu/health/top-fold/health-individual-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 268px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.parents {
  background: url(../../../images/bu/health/top-fold/health-parents-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 268px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.cancer {
  background: url(../../../images/bu/health/top-fold/health-cancer-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 268px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.corona {
  background: url(../../../images/bu/health/top-fold/health-corona-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 268px;
  margin-bottom: -13px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.maternity {
  background: url(../../../images/bu/health/top-fold/health-maternity-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 280px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.dental {
  background: url(../../../images/bu/health/top-fold/health-dental-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 280px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.opd {
  background: url(../../../images/bu/health/top-fold/health-opd-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 280px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.insurance-companies {
  background: #f2f7ff;
  width: 304px;
  height: 246px;
  margin-bottom: 28px;
  border-radius: 16px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.insurance-companies .insurance-companies-slides img {
  max-width: 306px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.insurance-companies .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.provider-comparison {
  background: url(../../../images/bu/health/top-fold/health-family-top-image.png) no-repeat center/contain;
  width: 328px;
  height: 275px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.cashless-mediclaim-policy {
  background: url(../../../images/bu/health/top-fold/health-cashless-mediclaim-policy-top-image.png) no-repeat center/contain;
  margin-bottom: 6px;
  width: 308px;
  height: 278px;
  margin-right: 16px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.critical-illness-insurance, .health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.hospitalization-insurance {
  background: url(../../../images/bu/health/top-fold/health-critical-illness-insurance-top-image.png) no-repeat center/contain;
  width: 344px;
  height: 260px;
  margin-bottom: 20px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.top-up {
  background: url(../../../images/bu/health/top-fold/health-topup-top-image.png) no-repeat center/contain;
  width: 344px;
  height: 280px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.section-80d {
  background: url(../../../images/bu/health/top-fold/health-section-80d-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 265px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.heart-patients {
  background: url(../../../images/bu/health/top-fold/health-heart-patients-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 265px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.diabetics {
  background: url(../../../images/bu/health/top-fold/health-diabetes-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 265px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.renewal {
  background: url(../../../images/bu/health/top-fold/health-renewal-top-image.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-image.network-hospitals {
  background: url(../../../images/bu/health/network-hospitals/network-hospital-top-fold-image.png) no-repeat center/contain;
  width: 330px;
  height: 275px;
  margin-bottom: 12px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer {
  display: FLEX;
  align-items: CENTER;
  margin: 0 0 24px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .icon {
  width: 46px;
  height: 46px;
  margin: 0 16px 0 0;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .icon.icon-1 {
  background: url(../../../images/bu/health/top-fold/health-pointer-icon-1.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .icon.icon-2 {
  background: url(../../../images/bu/health/top-fold/health-pointer-icon-2.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .icon.icon-3 {
  background: url(../../../images/bu/health/top-fold/health-pointer-icon-3.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .icon.icon-4 {
  background: url(../../../images/bu/health/top-fold/health-pointer-icon-4.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .heading {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .heading sup {
  font-size: 9px;
  line-height: 9px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .description {
  color: #505F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer .description sup {
  font-size: 9px;
  line-height: 9px;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.nri .heading span {
  display: block;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.nri .icon.icon-1 {
  background: url(../../../images/bu/health/top-fold/nri-health-pointer-icon-1-1.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.nri .icon.icon-2 {
  background: url(../../../images/bu/health/top-fold/nri-health-pointer-icon-2-1.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.nri .icon.icon-3 {
  background: url(../../../images/bu/health/top-fold/nri-health-pointer-icon-3-1.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.nri .icon.icon-4 {
  background: url(../../../images/bu/health/top-fold/nri-health-pointer-icon-4-1.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.opd .icon.icon-1 {
  background: url(../../../images/bu/health/top-fold/nri-opd-health-pointer-icon-4.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.opd .icon.icon-2 {
  background: url(../../../images/bu/health/top-fold/opd-health-pointer-icon-2.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.opd .icon.icon-3 {
  background: url(../../../images/bu/health/top-fold/opd-health-pointer-icon-3.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .health-pointers-box .health-pointers-list .health-pointer.opd .icon.icon-4 {
  background: url(../../../images/bu/health/top-fold/opd-health-pointer-icon-4.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box {
  border-radius: 16px;
  background: #F7FAFF;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box {
    margin-bottom: 28px;
    order: 3;
    margin-top: 0;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row {
  display: flex;
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first {
  padding: 10px 16px 16px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first {
    flex-direction: column;
    padding: 16px 10px 21px;
    align-items: center;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .label {
  color: #253858;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .label sup {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .label {
    font-size: 18px;
    line-height: 26px;
  }
}
.health-insurance-bu .health-insurance-bu-left .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) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .stars {
    margin: 0 auto 22px;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .stars:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .stars:before {
    animation-name: starshinemobile1;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .stars:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .trust-block .stars:after {
    animation-name: starshinemobile;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list {
  display: flex;
  align-items: center;
  width: 63%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list {
    align-items: flex-start;
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list .pointer {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list .pointer {
    width: 30%;
  }
}
.health-insurance-bu .health-insurance-bu-left .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) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list .pointer .value {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
}
.health-insurance-bu .health-insurance-bu-left .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) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list .pointer .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.first .pointers-list .pointer:last-of-type {
  margin: 0;
}
.health-insurance-bu .health-insurance-bu-left .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;
}
.health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.second strong {
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-left .pb-trust-box .row.second {
    padding: 12px 25px;
    display: block;
    text-align: center;
  }
}
.health-insurance-bu .health-insurance-bu-right {
  padding: 18px 24px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .health-insurance-bu .health-insurance-bu-right {
    min-height: auto;
  }
}
.health-insurance-bu .health-insurance-bu-right .tag-line {
  background: #36B37E;
  position: absolute;
  top: 16px;
  left: 0;
  padding: 4px 23px 4px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.health-insurance-bu .health-insurance-bu-right .tag-line:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 10px solid white;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.health-insurance-bu .topContentBox.hide-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .health-insurance-bu .topContentBox {
    min-height: auto;
    margin-bottom: 10px;
    order: 3;
    padding: 16px 16px 0;
  }
  .health-insurance-bu .topContentBox.hide-desktop {
    display: block;
    word-break: break-word;
  }
}
.health-insurance-bu .topContentBox h1 {
  margin: 0 0 0px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #253858;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .health-insurance-bu .topContentBox h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.health-insurance-bu .topContentBox p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #253858;
  display: inline;
}
.health-insurance-bu .topContentBox p .read_more_art_web,
.health-insurance-bu .topContentBox p .read_more_art {
  display: inline;
  color: #0065ff;
  cursor: pointer;
}
.health-insurance-bu .topContentBox p .extraText,
.health-insurance-bu .topContentBox p .extraTextWeb {
  display: none;
}
.health-insurance-bu .topContentBox p .extraText.showcontent,
.health-insurance-bu .topContentBox p .extraTextWeb.showcontent {
  display: inline;
}
.health-insurance-bu .topContentBox p + p:before {
  content: "...";
  position: relative;
  left: -3px;
}
.health-insurance-bu .topContentBox p + p.none:before {
  content: "";
  position: relative;
  left: 0px;
}
@media (max-width: 768px) {
  .health-insurance-bu .topContentBox {
    min-height: auto;
    margin-bottom: 18px;
  }
  .health-insurance-bu .topContentBox h1 {
    margin-bottom: 10px;
  }
  .health-insurance-bu .topContentBox p {
    display: inline;
  }
  .health-insurance-bu .topContentBox p .read_more_art_web,
  .health-insurance-bu .topContentBox p .read_more_art {
    display: inline;
    color: #0065ff;
    cursor: pointer;
  }
  .health-insurance-bu .topContentBox p .extraText,
  .health-insurance-bu .topContentBox p .extraTextWeb {
    display: none;
  }
  .health-insurance-bu .topContentBox p .extraText.showcontent,
  .health-insurance-bu .topContentBox p .extraTextWeb.showcontent {
    display: inline;
  }
}
.health-insurance-bu .member-for-insurance,
.health-insurance-bu .member-info {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.health-insurance-bu .member-for-insurance.single li,
.health-insurance-bu .member-info.single li {
  width: 60%;
}
@media (max-width: 768px) {
  .health-insurance-bu .member-for-insurance.single li,
  .health-insurance-bu .member-info.single li {
    width: 80%;
  }
}
.health-insurance-bu .member-for-insurance li,
.health-insurance-bu .member-for-insurance .radio_box_inner,
.health-insurance-bu .member-info li,
.health-insurance-bu .member-info .radio_box_inner {
  width: 48%;
}
@media (max-width: 768px) {
  .health-insurance-bu .member-for-insurance .li.fieldWrapper,
  .health-insurance-bu .member-info .li.fieldWrapper {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .health-insurance-bu .member-for-insurance li,
  .health-insurance-bu .member-for-insurance .li.fieldWrapper,
  .health-insurance-bu .member-info li,
  .health-insurance-bu .member-info .li.fieldWrapper {
    width: 100%;
  }
}
.health-insurance-bu .member-for-insurance {
  height: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 768px) {
  .health-insurance-bu .member-for-insurance li {
    width: 31%;
  }
}
.health-insurance-bu .member-for-insurance::-webkit-scrollbar {
  width: 0px;
}
.health-insurance-bu .member-for-insurance::-webkit-scrollbar-track {
  background: transparent;
}
.health-insurance-bu .member-for-insurance::-webkit-scrollbar-thumb {
  background: #5e6c84;
}
.health-insurance-bu .member-for-insurance::-webkit-scrollbar-thumb:hover {
  background: #5e6c84;
}
@media screen and (min-width: 1025px) {
  .health-insurance-bu .health-insurance-step-6 .button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.health-insurance-bu .health-insurance-step-6 .ped_detail,
.health-insurance-bu .health-insurance-step-7 .corona_details {
  flex-direction: row;
  justify-content: space-between;
}
.health-insurance-bu .health-insurance-step-6 .ped_detail .radio_box_inner,
.health-insurance-bu .health-insurance-step-7 .corona_details .radio_box_inner {
  width: 48%;
}
@media (max-width: 568px) {
  .health-insurance-bu .health-insurance-step-6 .ped_detail .radio_box_inner,
  .health-insurance-bu .health-insurance-step-7 .corona_details .radio_box_inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .health-insurance-bu .health-insurance-step-4:has(.fieldWrapper.hide) #registration_check {
    margin-bottom: 0;
  }
  .health-insurance-bu .health-insurance-step-4 .member-info li {
    width: 100%;
    margin-bottom: 34px;
  }
  .health-insurance-bu .health-insurance-step-4 .member-info li:last-child {
    margin-bottom: 0;
  }
}
.health-insurance-bu .health-insurance-step-1 {
  position: relative;
}
.health-insurance-bu .health-insurance-step-1 > p {
  margin-top: 18px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.256px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-step-1 > p {
    padding: 0 20px;
  }
}
.health-insurance-bu .health-insurance-step-1 .member-for-insurance {
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-step-1 .member-for-insurance {
    padding: 0 20px;
  }
}
.health-insurance-bu .health-insurance-step-1 .member-for-insurance:has(.form-group.more.hide) ~ #simpleToast {
  bottom: 200px;
}
.health-insurance-bu .health-insurance-step-1 .member-for-insurance:has(.form-group.more.hide) ~ #simpleToast.show {
  animation: fadein1 0.5s, fadeout1 0.5s 2.5s;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-step-1 .termCondition {
    max-width: 100% !important;
  }
}
.health-insurance-bu .country-name {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 17px;
  cursor: pointer;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 56px;
  width: 77px;
  position: relative;
}
.health-insurance-bu .country-name li {
  width: auto;
}
.health-insurance-bu .country-name:after {
  content: "";
  background: url(../../../images/bu/selectarrow.svg) no-repeat center/contain, #fff;
  width: 11px;
  height: 9px;
  right: 5px;
  position: absolute;
  top: 24px;
}
.health-insurance-bu .country-selection {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .country-selection {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.health-insurance-bu .country-selection .city {
  font-size: 14px;
  font-weight: 500;
}
.health-insurance-bu .country-selection li {
  width: 342px;
}
@media (max-width: 768px) {
  .health-insurance-bu .country-selection li {
    width: 100%;
  }
}
.health-insurance-bu .popup-slide .health-insurance-bu .country-selection li {
  width: 100%;
}
.health-insurance-bu .form-group {
  display: block;
  margin-bottom: 18px;
  position: relative;
}
.health-insurance-bu .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  visibility: hidden;
}
.health-insurance-bu .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 19px 11px 19px 67px;
  border-radius: 12px;
  border: 1px solid #DFE1E6;
  background: #FAFBFC;
  box-shadow: 0px 4px 12px 0px rgba(37, 56, 88, 0.08);
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .form-group label {
    justify-content: CENTER;
    height: 94px;
    flex-direction: column;
    padding: 10px 2px;
  }
}
@media (max-width: 767px) {
  .health-insurance-bu .form-group label {
    font-size: 14px;
  }
}
.health-insurance-bu .form-group label .chkbox {
  width: 20px;
  border: 1px solid #5e6c84;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}
.health-insurance-bu .form-group label i {
  font-style: normal;
  padding-left: 5px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .form-group label i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .health-insurance-bu .form-group label i {
    position: absolute;
    display: block;
    right: 17px;
    bottom: 10px;
  }
}
.health-insurance-bu .form-group label::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .form-group label::before {
    position: relative;
    width: 42px;
    height: 42px;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    margin-bottom: 8px;
  }
}
.health-insurance-bu .form-group label.self::before {
  background: url(../../../images/bu/health/top-fold/health-self-icon.svg);
}
.health-insurance-bu .form-group label.spouse::before {
  background: url(../../../images/bu/health/top-fold/health-wife-icon.svg);
}
.health-insurance-bu .form-group label.son::before {
  background: url(../../../images/bu/health/top-fold/health-son-icon.svg);
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .form-group label.daughter i {
    right: 2px;
  }
}
.health-insurance-bu .form-group label.daughter::before {
  background: url(../../../images/bu/health/top-fold/health-daughter-icon.svg);
}
.health-insurance-bu .form-group label.father::before {
  background: url(../../../images/bu/health/top-fold/health-father-icon.svg);
}
.health-insurance-bu .form-group label.mother::before {
  background: url(../../../images/bu/health/top-fold/health-mother-icon.svg);
}
.health-insurance-bu .form-group label.grand-father::before {
  background: url(../../../images/bu/health/top-fold/health-grandfather-icon.svg);
}
.health-insurance-bu .form-group label.grand-mother::before {
  background: url(../../../images/bu/health/top-fold/health-grandmother-icon.svg);
}
.health-insurance-bu .form-group label.fil::before {
  background: url(../../../images/bu/health/top-fold/health-fatherinlaw-icon.svg);
}
.health-insurance-bu .form-group label.mil::before {
  background: url(../../../images/bu/health/top-fold/health-motherinlaw-icon.svg);
}
.health-insurance-bu .form-group.selected label, .health-insurance-bu .form-group.gender.selected label {
  border: 1px solid #0065FF;
  background: #FAFBFC;
  box-shadow: 0px 4px 12px 0px rgba(0, 101, 255, 0.16);
  color: #0065ff;
  font-weight: 500;
}
.health-insurance-bu .form-group.selected label .chkbox {
  width: 20px;
  border: 1px solid #0065ff;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #0065ff;
  position: relative;
}
.health-insurance-bu .form-group.selected label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}
.health-insurance-bu .form-group.selected label i {
  color: #0065ff;
}
.health-insurance-bu .form-group.more label {
  padding-left: 35px;
}
.health-insurance-bu .form-group.more label:before {
  display: none;
}
.health-insurance-bu .form-group.selected .addmore {
  display: flex;
}
@media (max-width: 768px) {
  .health-insurance-bu .form-group.selected .addmore {
    display: none;
  }
}
.health-insurance-bu .form-group.country label {
  height: 36px;
  border-radius: 20px;
  font-size: 14px;
  padding: 14px;
}
.health-insurance-bu .form-group.country label:before, .health-insurance-bu .form-group.country label:after {
  position: absolute;
  padding: 1;
  visibility: hidden;
}
.health-insurance-bu .form-group.gender {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .health-insurance-bu .form-group.gender {
    margin: 0;
  }
}
.health-insurance-bu .form-group.gender label {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.health-insurance-bu .form-group.gender label .male,
.health-insurance-bu .form-group.gender label .female {
  width: 28px;
  height: 32px;
  display: block;
  margin: 0px auto 0px;
  border: none;
  background: url(../../../images/bu/health/icons_bu.svg) no-repeat 0 0;
}
@media (max-width: 768px) {
  .health-insurance-bu .form-group.gender label .male,
  .health-insurance-bu .form-group.gender label .female {
    margin: 0 10px 0 0;
  }
}
.health-insurance-bu .form-group.gender label .male:before,
.health-insurance-bu .form-group.gender label .female:before {
  display: none;
}
.health-insurance-bu .form-group.gender label .male {
  background-position: 0px 0px;
}
.health-insurance-bu .form-group.gender label .female {
  background-position: 0px -128px !important;
}
.health-insurance-bu .form-group.gender label:before, .health-insurance-bu .form-group.gender label:after {
  position: absolute;
  padding: 1;
  visibility: hidden;
  opacity: 0;
}
.health-insurance-bu .form-group.gender.selected label .male {
  background-position: 0px -62px;
}
.health-insurance-bu .form-group.gender.selected label .female {
  background-position: 0px -202px !important;
}
@media (max-width: 768px) {
  .health-insurance-bu .form-group {
    margin-right: 0px;
  }
}
.health-insurance-bu .form-group.disable label {
  color: #ccc;
  border: 1px solid #ccc;
}
.health-insurance-bu .form-group.disable label .chkbox {
  border: 1px solid #ccc;
}
.health-insurance-bu .form-group.more {
  margin: 1px auto 15px;
  text-align: center;
  width: 28%;
  position: relative;
  cursor: pointer;
  max-width: 135px;
}
.health-insurance-bu .form-group.more:after {
  content: "";
  border: 1px dashed #0065ff;
  width: 100%;
  position: absolute;
  left: 6px;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .form-group.more {
    width: 41%;
  }
}
.health-insurance-bu .form-group.more > div {
  color: var(--0065-ff-b-300, #0065FF);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.health-insurance-bu .form-group.more > div::after {
  content: "";
  border: solid #0065FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 3px 5px;
  position: absolute;
  top: 6px;
  right: -8px;
}
.health-insurance-bu .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px auto 20px;
  justify-content: center;
  width: 100%;
}
.health-insurance-bu .button-wrapper .back-button {
  width: 36%;
  max-width: 140px;
  cursor: pointer;
  margin-right: 5%;
  position: relative;
  color: #253858;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.health-insurance-bu .button-wrapper .back-button:before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}
.health-insurance-bu .button-wrapper .button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 60%;
  margin: 0;
  border-radius: 8px;
  padding: 14px;
  position: relative;
  border: 0;
}
@media (max-width: 1024px) {
  .health-insurance-bu .button-wrapper .button {
    width: 60%;
    max-width: 164px;
    font-weight: 700;
  }
  .health-insurance-bu .button-wrapper .button.btnHealthStep1, .health-insurance-bu .button-wrapper .button#btnHealthStep5 {
    max-width: 100%;
  }
  .health-insurance-bu .button-wrapper .button#btnHealthStep6 {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .health-insurance-bu .button-wrapper {
    justify-content: space-between;
    margin-bottom: 0px;
    position: sticky;
    bottom: 0px;
    background: #fff;
    border: none;
    padding: 12px 20px;
    z-index: 99;
    margin: 0;
    background: #FFF;
    box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .health-insurance-bu .button-wrapper .back-button {
    display: block;
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 768px) {
  .health-insurance-bu .button-wrapper .back-button {
    display: block;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    font-weight: 500;
    width: 40%;
  }
  .health-insurance-bu .button-wrapper .back-button:before {
    padding: 3px;
    left: 5px;
    top: 21px;
  }
}
@media (max-width: 320px) {
  .health-insurance-bu .button-wrapper .back-button {
    font-size: 13px;
  }
  .health-insurance-bu .button-wrapper .back-button:before {
    padding: 2px;
    left: 5px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .health-insurance-bu #popup-slide .back-button {
    bottom: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .health-insurance-bu .health-insurance-step-5 .button-wrapper {
    margin: 0 auto;
    justify-content: CENTER;
  }
  .health-insurance-bu .health-insurance-step-5 .button-wrapper .button#btnHealthStep5 {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .health-insurance-bu .health-insurance-step-4 .button-wrapper {
    margin: 25px auto 20px;
  }
  .health-insurance-bu .health-insurance-step-5 .button-wrapper .button,
  .health-insurance-bu .health-insurance-step-6 .button-wrapper .button,
  .health-insurance-bu .health-insurance-step-7 .button-wrapper .button {
    margin: 0px;
  }
}
@media (max-width: 568px) {
  .health-insurance-bu .health-insurance-step-5 .button-wrapper .button,
  .health-insurance-bu .health-insurance-step-6 .button-wrapper .button {
    width: 100%;
  }
  .health-insurance-bu #loadingDivStep5 {
    max-width: 100%;
  }
}
.health-insurance-bu .addmore {
  display: none;
  width: 80px;
  background: #eef5fe;
  position: absolute;
  height: 30px;
  border-radius: 4px;
  top: 50%;
  transform: translate(0px, -50%);
  right: 4px;
  z-index: 4;
}
.health-insurance-bu .addmore .plus,
.health-insurance-bu .addmore .minus {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.health-insurance-bu .addmore .minus {
  left: 0px;
}
.health-insurance-bu .addmore .plus {
  right: 20px;
}
.health-insurance-bu .addmore input {
  display: inline-block;
  width: 30px;
  height: 20px;
  font-size: 16px;
  left: 0;
  right: 0;
  margin: 5px auto;
  border: none;
  text-align: center;
  background: #eef5fe;
  visibility: visible;
}
@media (max-width: 1024px) {
  .health-insurance-bu {
    flex-direction: column-reverse;
    margin-top: 0px;
    padding: 0;
    background: var(--f-4-f-5-f-7-n-20, #F4F5F7);
  }
  .health-insurance-bu .health-insurance-bu-left,
  .health-insurance-bu .health-insurance-bu-right {
    width: 100%;
  }
  .health-insurance-bu .health-insurance-bu-right {
    box-shadow: none;
    padding: 0px 0 0px;
    margin-bottom: 0px;
    background: #fff;
  }
  .health-insurance-bu .health-insurance-bu-left {
    background: #fff;
    order: 1;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .health-insurance-bu .health-insurance-bu-left .topContentBox {
    display: none;
    order: 4;
  }
  .health-insurance-bu .health-insurance-bu-right {
    order: 2;
  }
  .health-insurance-bu .health-insurance-bu-right:has(.talk-to-us-tag) {
    margin-top: 12px;
  }
  .health-insurance-bu .tnc {
    background: #fff;
    margin: 0;
    padding: 20px;
    order: 1;
  }
}
@media (max-width: 360px) {
  .health-insurance-bu {
    flex-direction: column-reverse;
    margin-top: 0px;
    padding: 0px;
  }
}

.radio_pills {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  min-height: 190px;
}
@media screen and (max-width: 1024px) {
  .radio_pills {
    padding: 0 20px;
  }
}
.radio_pills label {
  margin: 0 12px 9px 0;
  display: inline-block;
  cursor: pointer;
}
.radio_pills label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.radio_pills label input[type=radio] + span {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 4px 16px;
  align-items: center;
  border: 1px solid #DFE1E6;
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: 22px;
}
.radio_pills label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
  background: #fff;
  font-weight: 500;
}
.radio_pills.member-select {
  position: relative;
  width: 320px;
  margin: 0px auto;
  text-align: left;
}
.radio_pills.member-select .small {
  margin-bottom: 10px;
}
.radio_pills.member-select label input[type=radio] + span {
  width: 60px;
  border-radius: 8px;
  border: 1px solid #5e6c84;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.radio_pills.member-select label input[type=radio]:checked + span {
  border: 1px solid #0065ff;
  color: #ffffff;
  background: #0065ff;
  font-weight: 500;
}

.fieldWrapper {
  border: 1px solid #5e6c84;
  border-radius: 8px;
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.fieldWrapper.success-msg .formInput:after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 20px;
  top: 30px;
  content: "";
}
.fieldWrapper.pos-rel.success-msg .formInput:after {
  display: none;
}
.fieldWrapper .formInput {
  position: relative;
}
.fieldWrapper .formInput input {
  outline: none;
  box-shadow: none;
}
.fieldWrapper .formInput input:focus {
  outline: none;
  box-shadow: none;
}
.fieldWrapper .formInput .countrycodewrapper {
  display: flex;
  width: 122px;
}
.fieldWrapper .formInput .countrycodewrapper .countrycode {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .fieldWrapper .formInput .countrycodewrapper {
    width: 162px;
  }
}
.fieldWrapper .formInput select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../../../images/arrow-path.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  outline: none;
}
.fieldWrapper .formInput select.country-name {
  width: 76px;
  border: none;
  color: #253858;
  padding: 0px 16px 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
}
@media (max-width: 1024px) {
  .fieldWrapper .formInput select.country-name {
    max-width: 106px;
    width: 106px;
  }
}
.fieldWrapper .formInput select:focus {
  outline: none;
}
.fieldWrapper .formInput select.labelshow + .feildLable, .fieldWrapper .formInput select:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}
.fieldWrapper .formInput input.labelshow + .feildLable,
.fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}
.fieldWrapper .formInput .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 15px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.fieldWrapper .fullWidht {
  width: 100%;
  height: 100%;
  padding: 0px 35px 0px 19px;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  z-index: 9;
  background: 0 0;
  height: 56px;
  position: relative;
  color: #253858;
}
.fieldWrapper #invmobile {
  padding-left: 130px;
  font-weight: 400;
}
.fieldWrapper #mob_feild2feild {
  position: absolute;
  padding: 6px 5px 6px 13px;
  width: 142px;
  z-index: 10;
}
.fieldWrapper #mob_feild2feild select {
  width: 70px;
  outline: none;
  color: #253858;
  border: none;
  display: inline-block;
  float: left;
  padding: 3px 20px 2px 0;
  -webkit-appearance: none;
  background: 0 0;
  font-weight: 600;
  border-right: 1px solid #bfbfbf;
  margin: 6px 0 0;
}
.fieldWrapper #mob_feild2feild select:focus {
  outline: none;
}
.fieldWrapper #mob_feild2feild .cCode {
  padding: 10px 0 10px 5px;
  display: inline-block;
  line-height: 19px;
}
.fieldWrapper #mob_feild2feild .cCodeText {
  display: inline-block;
  width: 44px;
}
.fieldWrapper #mob_feild2feild .cCodeText input {
  padding: 9px 0;
  margin-left: 5px;
}

#healthCityPincode {
  position: relative;
}
#healthCityPincode.labelshow + .feildLable, #healthCityPincode:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
}

.formInput.error,
.fieldWrapper.error {
  border: 1px solid red;
}

.fieldWrapper.error .err {
  position: absolute;
  bottom: -20px;
}

.health-insurance-step-1 .errMember {
  font-size: 12px;
  color: red;
  margin-top: -10px;
}
.health-insurance-step-1 .errMember:empty {
  display: none;
}
@media (max-width: 1024px) {
  .health-insurance-step-1 .errMember {
    padding-top: 0px;
    margin: 0 20px 10px;
  }
}

.health-insurance-step-2 .description {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  width: 75%;
  position: relative;
  padding-left: 44px;
}
.health-insurance-step-2 .description::before {
  content: "";
  background: url(../../../images/bu/health/top-fold/health-best-price-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-2 .description {
    width: 44%;
    margin: 0px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-step-2 .description {
    width: 90%;
    margin: 8px 20px 0;
  }
}
.health-insurance-step-2 .member-info {
  min-height: 280px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-2 .member-info {
    padding: 0 20px;
  }
}
.health-insurance-step-2 .member-info li {
  width: 54%;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-2 .member-info li {
    width: 80%;
  }
}
.health-insurance-step-2 .member-info li::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0px, -50%);
}
.health-insurance-step-2 .member-info li.Self::before {
  background: url(../../../images/bu/health/top-fold/health-self-icon.svg);
}
.health-insurance-step-2 .member-info li.Spouse::before {
  background: url(../../../images/bu/health/top-fold/health-wife-icon.svg);
}
.health-insurance-step-2 .member-info li.Son::before {
  background: url(../../../images/bu/health/top-fold/health-son-icon.svg);
}
.health-insurance-step-2 .member-info li.Daughter::before {
  background: url(../../../images/bu/health/top-fold/health-daughter-icon.svg);
}
.health-insurance-step-2 .member-info li.Father::before {
  background: url(../../../images/bu/health/top-fold/health-father-icon.svg);
}
.health-insurance-step-2 .member-info li.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-mother-icon.svg);
}
.health-insurance-step-2 .member-info li.Grand.Father::before {
  background: url(../../../images/bu/health/top-fold/health-grandfather-icon.svg);
}
.health-insurance-step-2 .member-info li.Grand.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-grandmother-icon.svg);
}
.health-insurance-step-2 .member-info li.Father-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-fatherinlaw-icon.svg);
}
.health-insurance-step-2 .member-info li.Mother-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-motherinlaw-icon.svg);
}
.health-insurance-step-2 .errMemberAge {
  font-size: 12px;
  color: red;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-2 .errMemberAge {
    margin: 0 20px 10px;
  }
}

.health-insurance-step-3 .description {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  width: 74%;
  position: relative;
  padding-left: 44px;
  margin-top: -6px;
}
.health-insurance-step-3 .description::before {
  content: "";
  background: url(../../../images/bu/health/top-fold/health-city-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-3 .description {
    width: 44%;
    margin: 0px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-step-3 .description {
    width: 90%;
  }
}
.health-insurance-step-3 p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-3 p {
    padding: 0 20px;
  }
}
.health-insurance-step-3 .err {
  position: absolute;
  bottom: -20px;
  color: red;
  font-size: 12px;
}

.health-insurance-step-4:has(.international-number-nudge.hide) .member-info {
  min-height: 336px;
}
.health-insurance-step-4:has(.step-four-pointer-box) .member-info {
  min-height: auto !important;
}
.health-insurance-step-4 .description {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.224px;
  width: 74%;
  position: relative;
  margin-top: -6px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-4 .description {
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-step-4 .description {
    margin: -6px 0 31px;
    width: 85%;
  }
}
.health-insurance-step-4 .member-info {
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-4 .member-info {
    padding: 0 20px 10px;
    min-height: auto;
  }
}
.health-insurance-step-4 .member-info li {
  width: 75%;
  margin-bottom: 30px;
}
.health-insurance-step-4 .member-info li:last-child() {
  margin-bottom: 18px;
}
.health-insurance-step-4 .member-info:has(.error) ~ .international-number-nudge {
  margin-top: 0;
}
.health-insurance-step-4 .step-four-pointer-box {
  width: 66%;
  background: url(../../../images/bu/health/top-fold/health-rhs-step-four-pointer-img.svg) no-repeat top;
  padding: 40px 17px;
  position: relative;
  max-width: 305px;
  height: 200px;
  margin-top: -5px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-4 .step-four-pointer-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .health-insurance-step-4 .step-four-pointer-box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-step-4 .step-four-pointer-box {
    max-width: 375px;
    padding: 40px 0;
    width: 81%;
    background: url(../../../images/bu/health/top-fold/health-rhs-step-four-pointer-img.svg) no-repeat top left;
  }
}
@media screen and (max-width: 393px) {
  .health-insurance-step-4 .step-four-pointer-box {
    width: 87%;
  }
}
@media screen and (max-width: 360px) {
  .health-insurance-step-4 .step-four-pointer-box {
    width: 93%;
  }
}
.health-insurance-step-4 .step-four-pointer-box::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 39.58%);
  position: absolute;
  width: 101%;
  height: 155px;
  left: -1px;
  bottom: 0;
}
.health-insurance-step-4 .step-four-pointer-box::after {
  content: "";
  background: url(../../../images/bu/health/top-fold/health-bulb-icon.svg) no-repeat center/contain;
  width: 54px;
  height: 55px;
  position: absolute;
  right: 14px;
  top: 28px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .health-insurance-step-4 .step-four-pointer-box::after {
    right: 45px;
  }
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .health-insurance-step-4 .step-four-pointer-box .pointer-list {
    padding: 0 12px;
    display: block;
    width: 88%;
    margin: 0 auto 0 0;
  }
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer {
  display: flex;
  margin-bottom: 13px;
  align-items: center;
  visibility: hidden;
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.5s ease-in;
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer.skeleton {
  height: 24px;
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer .icon {
  background: url("../../../images/bu/health/top-fold/health-check-icon.svg");
  width: 23px;
  height: 24px;
  margin-right: 9px;
  flex-shrink: 0;
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer .content {
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.196px;
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer.bold .content {
  font-weight: 700;
}
.health-insurance-step-4 .step-four-pointer-box .pointer-list .pointer.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.health-insurance-step-4 .err {
  position: absolute;
  bottom: -19px !important;
  color: red;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-4 .err {
    bottom: -22px !important;
  }
}

.health-insurance-step-5 .description,
.health-insurance-step-6 .description,
.health-insurance-step-7 .description {
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
  width: 74%;
  position: relative;
  padding-left: 44px;
  margin: 0 0 20px;
}
.health-insurance-step-5 .description::before,
.health-insurance-step-6 .description::before,
.health-insurance-step-7 .description::before {
  content: "";
  background: url(../../../images/bu/health/top-fold/health-bulb-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-5 .description,
  .health-insurance-step-6 .description,
  .health-insurance-step-7 .description {
    margin: 0px 20px 20px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-step-5 .description,
  .health-insurance-step-6 .description,
  .health-insurance-step-7 .description {
    margin: 0px 20px 20px;
    width: 80%;
  }
}

.health-insurance-step-5 .err,
.health-insurance-step-6 .err,
.health-insurance-step-7 .err,
.health-insurance-step-8 .err {
  font-size: 12px;
  color: red;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-5 .err,
  .health-insurance-step-6 .err,
  .health-insurance-step-7 .err,
  .health-insurance-step-8 .err {
    padding: 0 20px 20px;
  }
}

.health-insurance-step-8 .description {
  color: #253858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.014em;
  max-width: 350px;
}
.health-insurance-step-8 .description span {
  color: #0065ff;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-8 .description {
    font-size: 14px;
    line-height: 20px;
    max-width: 500px;
    padding: 0 20px;
  }
}
.health-insurance-step-8 .extra-info {
  position: absolute;
  width: 100%;
  background: #EAE6FF;
  left: 0;
  bottom: 90px;
  padding: 7px;
  text-align: center;
  color: #253858;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.014em;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}
.health-insurance-step-8 .extra-info::before {
  content: "";
  background: url(../../../images/bu/health/fos-health-form-step-icon-1.svg);
  width: 20px;
  height: 18px;
  margin: 0 7px 3px 0;
}
@media screen and (max-width: 1024px) {
  .health-insurance-step-8 .extra-info {
    position: sticky;
    bottom: 71px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 8px 8px 0 0;
  }
}
.health-insurance-step-8 .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .health-insurance-step-8 .button-wrapper {
    position: sticky;
  }
}
.health-insurance-step-8 .radio_box_wrapper.fos .radio_box_inner {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .health-insurance-step-8 .radio_box_wrapper.fos .radio_box_inner {
    width: 100%;
  }
}
.health-insurance-step-8 .radio_box_wrapper.fos .radio_box_inner .input-radio + label {
  min-height: 56px;
}
.health-insurance-step-8 .err {
  position: relative;
  bottom: auto;
}

body:has(.overlay.show) .popularCity,
body:has(.overlay.show) ul.ui-autocomplete {
  z-index: 1000000;
}

.popularCity,
ul.ui-autocomplete {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0px 1px 6px -2px rgba(109, 109, 109, 0.4);
  max-height: 250px;
  overflow: auto;
  z-index: 999999;
  font-family: inherit;
  list-style: none;
  max-width: 386px;
}
@media screen and (max-width: 767px) {
  .popularCity,
  ul.ui-autocomplete {
    max-width: 330px;
  }
}
.popularCity::-webkit-scrollbar,
ul.ui-autocomplete::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.popularCity::-webkit-scrollbar-track,
ul.ui-autocomplete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dfe1e6;
}
.popularCity::-webkit-scrollbar-thumb,
ul.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #dfe1e6;
  border-radius: 8px;
}
.popularCity::-webkit-scrollbar-thumb:hover,
ul.ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #97a0af;
}
.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;
}
.popularCity li a,
ul.ui-autocomplete li a {
  color: #666 !important;
}
.popularCity li:hover,
ul.ui-autocomplete li:hover {
  background-color: #2684ff !important;
}
.popularCity li:hover a,
ul.ui-autocomplete li:hover a {
  color: #fff !important;
}
.popularCity li:has(+ .ui-autocomplete-category.label.ui-menu-item) .city,
ul.ui-autocomplete li:has(+ .ui-autocomplete-category.label.ui-menu-item) .city {
  border-bottom: 0;
  padding: 14px 14px 23px 14px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0 !important;
  background: transparent !important;
}

ul.ui-autocomplete {
  border: none !important;
}
ul.ui-autocomplete:has(.no-bg) .label:not(.no-bg) {
  top: 32px;
}
ul.ui-autocomplete:has(.label) li {
  padding: 0 !important;
  background-image: none;
  border: 0 !important;
}
ul.ui-autocomplete:has(.label) li:hover {
  border: 0 !important;
  background: transparent !important;
}
ul.ui-autocomplete .label {
  background: #F4F5F7;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  padding: 8px 12px;
  color: #253858;
  position: sticky;
  top: 0;
  z-index: 1;
}
ul.ui-autocomplete .label.no-bg {
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.75px;
}
ul.ui-autocomplete .label.ui-state-disabled {
  opacity: 1;
}
ul.ui-autocomplete li .city {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #253858;
  position: relative;
  padding: 14px;
  border-bottom: 1px solid #DFE1E6;
  cursor: pointer;
  display: flex;
  align-items: center;
}
ul.ui-autocomplete li .city::before {
  content: "";
  background: url(../../../images/bu/health/location-icon.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
}
ul.ui-autocomplete li .city.ui-state-active, ul.ui-autocomplete li .city.ui-state-focus {
  margin: 0;
}
ul.ui-autocomplete li .city.selected, ul.ui-autocomplete li .city:hover {
  color: #36B37E !important;
  background: rgba(227, 252, 239, 0.5019607843);
  border-width: 0 0 1px 0;
}
ul.ui-autocomplete li .city.selected::before, ul.ui-autocomplete li .city:hover::before {
  background: url(../../../images/bu/health/green-location-icon.svg);
}

.gender-selection {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .gender-selection {
    padding: 0 20px;
  }
}
.gender-selection .gender {
  display: flex;
  align-items: CENTER;
  justify-content: center;
  margin-right: 24px;
}
.gender-selection .gender [type=radio] {
  position: absolute;
  left: -9999px;
}
.gender-selection .gender [type=radio] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #253858;
}
.gender-selection .gender [type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.gender-selection .gender [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gender-selection .gender [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gender-selection .gender.selected [type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #0065ff;
  border-radius: 100%;
  background: #0065ff;
}
.gender-selection .gender.selected [type=radio] + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gender-selection .gender.selected [type=radio] + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.field_wrapper_ped {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field_wrapper_ped .label_ques {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 24px !important;
  letter-spacing: 0.256px;
}
@media screen and (max-width: 1024px) {
  .field_wrapper_ped .label_ques {
    padding: 0 20px;
  }
}
.field_wrapper_ped .label {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  padding: 0;
  margin: 0px;
}
@media (max-width: 1024px) {
  .field_wrapper_ped .label {
    line-height: 1.5;
    margin-top: 4px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .field_wrapper_ped .radio_box_wrapper .radio_box_inner input + label {
    font-size: 14px;
    padding: 11px 8px 11px 46px;
  }
}

.radio_box_wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .radio_box_wrapper {
    padding: 0 20px;
  }
}
.radio_box_wrapper .radio_box_inner {
  position: relative;
  width: 48%;
}
.radio_box_wrapper .radio_box_inner .input-checkbox,
.radio_box_wrapper .radio_box_inner .input-radio {
  height: 18px;
  position: absolute;
  left: 3px;
  top: 2px;
  visibility: hidden;
}
.radio_box_wrapper .radio_box_inner .input-checkbox + label,
.radio_box_wrapper .radio_box_inner .input-radio + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: solid 1px rgba(37, 56, 88, 0.2);
  padding: 11px 11px 11px 46px;
  margin: 0 0 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  min-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #253858;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
@media screen and (max-width: 390px) {
  .radio_box_wrapper .radio_box_inner .input-checkbox + label,
  .radio_box_wrapper .radio_box_inner .input-radio + label {
    font-size: 14px;
  }
}
.radio_box_wrapper .radio_box_inner .input-checkbox + label span,
.radio_box_wrapper .radio_box_inner .input-radio + label span {
  font-size: 14px;
  font-weight: 400;
  color: #505f79;
  margin-top: 4px;
  line-height: 22px;
}
.radio_box_wrapper .radio_box_inner .input-checkbox + label span::before,
.radio_box_wrapper .radio_box_inner .input-radio + label span::before {
  display: none;
  background: none !important;
}
.radio_box_wrapper .radio_box_inner .input-checkbox + label .chkbox,
.radio_box_wrapper .radio_box_inner .input-radio + label .chkbox {
  width: 20px;
  border: 1px solid #5e6c84;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}
.radio_box_wrapper .radio_box_inner .input-checkbox + label .chkbox.round,
.radio_box_wrapper .radio_box_inner .input-radio + label .chkbox.round {
  border-radius: 50%;
}
.radio_box_wrapper .radio_box_inner.selected label {
  border-color: #0065ff;
  color: #0065ff;
}
.radio_box_wrapper .radio_box_inner.selected label .chkbox {
  width: 20px;
  border: 1px solid #0065FF;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #0065FF;
  position: absolute;
  top: 50%;
  left: 14px;
}
.radio_box_wrapper .radio_box_inner.selected label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}
.radio_box_wrapper .radio_box_inner.selected label .chkbox.round {
  border-radius: 50%;
}
.radio_box_wrapper .radio_box_inner.selected label .chkbox.round::before {
  background-color: #FFFFFF;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  top: 4px;
  left: 4px;
}

@media (max-width: 1024px) {
  .health-insurance-bu .health-insurance-step-1 .button-wrapper .button {
    width: 60%;
    margin: 0px auto;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .health-insurance-bu .health-insurance-step-1 .button-wrapper .button {
    width: 100%;
  }
  .health-insurance-bu .health-insurance-step-1 .button-wrapper .button.small {
    width: 60%;
    margin: 0;
    max-width: 164px;
  }
}
.topBannerCalculate {
  background: #e8f2ff;
  width: 100%;
}
.topBannerCalculate .topBannerCalculateInner {
  width: 916px;
  margin: 0 auto;
  height: 280px;
  flex-direction: column;
  display: flex;
  position: relative;
  justify-content: center;
}
.topBannerCalculate .topBannerCalculateInner .firstBoxA {
  display: flex;
  flex-direction: column;
}
.topBannerCalculate .topBannerCalculateInner .firstBoxA .line1Cal {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 12px 0;
}
.topBannerCalculate .topBannerCalculateInner .firstBoxA .line1Ca2 {
  font-size: 22px;
  margin: 0 160px 16px 0;
}
.topBannerCalculate .topBannerCalculateInner .firstBoxA .line1CalButton {
  background: #0065ff;
  border-radius: 8px;
  width: 230px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.topBannerCalculate .topBannerCalculateInner .imgBgCalc {
  height: 220px;
  position: absolute;
  top: 25px;
  right: 0;
  width: 312px;
}
@media (max-width: 1024px) {
  .topBannerCalculate .topBannerCalculateInner {
    width: 100%;
    padding: 10px;
    height: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topBannerCalculate .topBannerCalculateInner .firstBoxA .line1Cal {
    font-size: 22px;
    margin: 0 40px 8px 0;
  }
  .topBannerCalculate .topBannerCalculateInner .firstBoxA .line1Ca2 {
    font-size: 18px;
    margin: 0 0 28px;
    width: 200px;
  }
  .topBannerCalculate .topBannerCalculateInner .firstBoxA .line1CalButton {
    width: 155px;
    height: 40px;
    font-size: 14px;
  }
  .topBannerCalculate .topBannerCalculateInner .firstBoxA .imgBgCalc {
    height: 145px;
    top: inherit;
    right: 15px;
    width: 150px;
    bottom: 16px;
  }
}

.popup-slide: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: -10px;
  right: 0;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .popup-slide:after {
    width: 103px;
    top: -20px;
  }
}
.popup-slide .orderChange {
  margin-top: 12px;
}
.popup-slide .health-insurance-bu {
  min-height: 615px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu {
    background: #fff;
    display: block;
  }
}
.popup-slide .health-insurance-bu .member-for-insurance {
  min-height: 350px;
  overflow: scroll;
  height: 300px;
}
.popup-slide .health-insurance-bu .member-for-insurance:has(.hideBox.hide) {
  min-height: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .popup-slide .health-insurance-bu .member-for-insurance:has(.hideBox.hide) {
    min-height: 230px;
  }
}
.popup-slide .health-insurance-bu .health-insurance-bu-right {
  margin-top: 0;
  min-height: calc(100vh - 72px);
  height: 100%;
}
.popup-slide .health-insurance-bu .health-insurance-bu-right .progress-bar {
  right: -26px;
  top: -22px;
  z-index: 100000;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right .progress-bar {
    top: 0;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right .progress-bar {
    right: 5px;
    top: -6px;
  }
}
.popup-slide .health-insurance-bu .health-insurance-bu-right .form-whatsapp {
  position: absolute;
  bottom: -27px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right .form-whatsapp {
    margin: 0 auto 10px;
    position: absolute;
    bottom: -6px;
    width: 100%;
  }
}
.popup-slide .health-insurance-bu .health-insurance-step-1 {
  position: initial;
  height: 80%;
}
.popup-slide .health-insurance-bu .health-insurance-step-1 .button-wrapper .back-button {
  width: 35%;
  max-width: 70px;
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .member-info {
  height: calc(100vh - 335px);
  overflow-y: scroll;
  padding: 10px 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-step-2 .member-info {
    padding: 10px 20px;
  }
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .member-info::-webkit-scrollbar {
  width: 0px;
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .member-info::-webkit-scrollbar-track {
  background: transparent;
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .member-info::-webkit-scrollbar-thumb {
  background: transparent;
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .member-info::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.popup-slide .health-insurance-bu .button-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  box-shadow: none;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .button-wrapper {
    position: absolute;
    padding: 0px 20px 0 20px;
    justify-content: space-between;
    margin: 0px 0 16px;
    bottom: 20px;
  }
  .popup-slide .health-insurance-bu .button-wrapper .button {
    margin: 0;
  }
  .popup-slide .health-insurance-bu .button-wrapper .button.small {
    line-height: normal;
  }
}
.popup-slide .health-insurance-bu .termCondition {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .termCondition {
    bottom: -24px;
  }
}
.popup-slide .health-insurance-bu .health-insurance-step-2 .button-wrapper,
.popup-slide .health-insurance-bu .health-insurance-step-3 .button-wrapper,
.popup-slide .health-insurance-bu .health-insurance-step-4 .button-wrapper,
.popup-slide .health-insurance-bu .health-insurance-step-5 .button-wrapper,
.popup-slide .health-insurance-bu .health-insurance-step-6 .button-wrapper,
.popup-slide .health-insurance-bu .health-insurance-step-7 .button-wrapper {
  margin-bottom: 0;
}
.popup-slide .health-insurance-bu .health-insurance-step-5 .button-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-step-5 .button-wrapper {
    justify-content: center;
    margin: 16px auto;
  }
  .popup-slide .health-insurance-bu .health-insurance-step-5 .button-wrapper #btnHealthStep5 {
    max-width: 100%;
  }
}
.popup-slide .health-insurance-bu .health-insurance-step-8 .extra-info {
  width: 580px;
  left: -30px;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-step-8 .extra-info {
    position: absolute;
    bottom: 71px;
    width: 100%;
    left: 0;
  }
}
.popup-slide .health-insurance-bu .health-insurance-step-8 .button-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-step-8 .button-wrapper {
    margin: 0px;
    bottom: 12px;
  }
}
.popup-slide #simpleToast {
  z-index: 100000;
}

.valid-mobile-number-popup-box {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(79, 95, 120, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.valid-mobile-number-popup-box.visible {
  opacity: 1;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box {
    align-items: flex-end;
  }
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 32px;
  max-width: 500px;
  width: 100%;
  padding: 24px 24px 24px 18px;
  position: relative;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box .valid-mobile-number-popup-container {
    border-radius: 32px 32px 0 0;
  }
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .valid-mobile-number-popup-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .valid-mobile-number-popup-heading .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  max-width: 316px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box .valid-mobile-number-popup-container .valid-mobile-number-popup-heading .heading {
    max-width: 134px;
    font-size: 18px;
    line-height: 26px;
  }
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .valid-mobile-number-popup-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
  padding-right: 7px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box .valid-mobile-number-popup-container .valid-mobile-number-popup-content .content {
    margin-bottom: 18px;
  }
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box .valid-mobile-number-popup-container .buttons {
    flex-direction: column-reverse;
  }
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .buttons button.no-bg {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0065FF;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 6px;
}
.valid-mobile-number-popup-box .valid-mobile-number-popup-container .buttons button.with-bg {
  background: #0065FF;
  border: 1px solid #0065FF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 8px;
  max-width: 223px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .valid-mobile-number-popup-box .valid-mobile-number-popup-container .buttons button.with-bg {
    margin-bottom: 24px;
    max-width: 100%;
  }
}

.valid-international-mobile-number-popup-box {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(79, 95, 120, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.valid-international-mobile-number-popup-box.visible {
  opacity: 1;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box {
    align-items: flex-end;
  }
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 32px;
  max-width: 500px;
  width: 100%;
  padding: 24px;
  position: relative;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container {
    border-radius: 32px 32px 0 0;
  }
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-heading .heading {
  color: #253858;
  width: 100%;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-heading .heading {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-heading .image {
    max-width: 90px;
  }
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-heading .image img {
    max-width: 90px;
    height: auto;
  }
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-content {
  margin-top: -20px;
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-content .pointers-list {
  margin-bottom: 22px;
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-content .pointers-list .pointer {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  color: #253858;
  padding-left: 28px;
  margin-bottom: 8px;
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .valid-international-mobile-number-popup-content .pointers-list .pointer::before {
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 1.5px solid #36B37E;
  border-right: 1.5px solid #36B37E;
  margin-top: -11px;
  position: absolute;
  left: 4px;
  top: 16px;
  content: "";
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .buttons {
    flex-direction: column-reverse;
  }
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .buttons button.no-bg {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0065FF;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 6px;
}
.valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .buttons button.with-bg {
  background: #0065FF;
  border: 1px solid #0065FF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 8px;
  max-width: 223px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .valid-international-mobile-number-popup-box .valid-international-mobile-number-popup-container .buttons button.with-bg {
    margin-bottom: 24px;
    max-width: 100%;
  }
}

.registration_check.fieldWrapper {
  border: none !important;
}

.registration_check {
  position: relative;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .registration_check {
    max-width: 100%;
  }
}
.registration_check ~ .fieldWrapper:has(.hide) {
  margin-bottom: 18px;
}
.registration_check .formInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #5e6c84;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  position: relative;
  background-color: #fff;
}
.registration_check .formInput.round {
  border-radius: 8px;
}
.registration_check .formInput .heading {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.registration_check .formInput .countybox {
  width: 138px;
  display: flex;
  position: relative;
  height: 56px;
}
.registration_check .formInput .countybox .search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  top: 0;
}
.registration_check .formInput .countybox .search-flag input {
  font-size: 14px;
  width: 100% !important;
  padding: 0px 15px !important;
  box-sizing: border-box;
}
.registration_check .formInput .countybox .country-flag {
  width: 56px;
  align-items: center;
  display: flex;
  padding: 0 5px 0 10px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.registration_check .formInput .countybox .country-flag::before {
  content: "";
  border: 1px solid #DFE1E6;
  width: 1px;
  height: 22px;
  left: 3px;
  position: absolute;
}
.registration_check .formInput .countybox .country-flag img {
  width: 30px;
}
.registration_check .formInput .countybox .country-flag.active:after {
  transform: rotate(180deg);
}
.registration_check .formInput .countybox .country-flag.un:after {
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
}
.registration_check .formInput .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #ccc;
  box-shadow: 0px 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
  border: 1px solid #5e6c84;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.registration_check .formInput .countybox .flags.show {
  display: block;
  top: 56px;
  z-index: 1;
  left: -1px;
  z-index: 100;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar {
  width: 0px;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-track {
  background: transparent;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: transparent;
}
.registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.registration_check .formInput .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px 5px 10px 30px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.registration_check .formInput .countybox .flags li.selected {
  font-weight: 600;
  color: #66c59b;
}
.registration_check .formInput .countybox .flags li.selected :before {
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 6px;
  border-bottom: 2px solid #66c59b;
  border-right: 2px solid #66c59b;
  margin-top: -11px;
  position: absolute;
  left: 14px;
  top: 23px;
  content: "";
}
.registration_check .formInput .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .formInput .countybox .flags li .cname {
  margin-right: 5px;
}
.registration_check .formInput .countybox .flags li .code {
  padding: 0;
  width: auto;
  margin-right: 10px;
  position: relative;
}
.registration_check .formInput .countybox .flags li .code:before {
  display: none;
}
.registration_check .formInput .countybox .flags li:after {
  display: none;
}
.registration_check .formInput .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}
.registration_check .formInput .countybox .cCode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0px 10px;
  height: 100%;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.registration_check .formInput input {
  width: calc(100% - 138px);
  height: 56px;
  padding: 0px 15px 0px 0px;
  background: none;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  outline: none;
}
.registration_check .formInput .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 18px;
  left: 10px;
  background: #fff;
  padding: 0px 4px;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
.registration_check .formInput .feildLable.mobN {
  left: 138px;
}
@media screen and (max-width: 460px) {
  .registration_check .formInput .feildLable {
    font-size: 16px;
    top: 19px;
  }
}
@media screen and (max-width: 375px) {
  .registration_check .formInput .feildLable {
    font-size: 14px;
  }
}
.registration_check .formInput .feildLable.top {
  z-index: 10;
  visibility: visible;
  top: -13px;
  font-size: 12px;
  left: 14px !important;
  padding: 2px;
}
.registration_check .formInput input:focus + .feildLable,
.registration_check .formInput input:focus + .feildLable.gray {
  left: 14px !important;
  top: -13px !important;
  font-size: 12px !important;
}
.registration_check .formInput input.labelshow + .feildLable,
.registration_check .formInput input.labelshow + .feildLable.gray {
  left: 14px !important;
  top: -13px !important;
  font-size: 12px !important;
}
.registration_check .formInput.full input {
  width: 100%;
  padding: 0px 15px;
}
.registration_check .success-msg .formInput:after {
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 10px;
  top: 30px;
  content: "";
}
.registration_check.without-number .countybox {
  width: 100%;
  display: flex;
  position: relative;
  height: 56px;
  align-items: CENTER;
}
.registration_check.without-number .countybox::after {
  content: "";
  background: url(../../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 15px;
  height: 8px;
  right: 12px;
  position: relative;
}
.registration_check.without-number .countybox .country-name {
  align-items: center;
  display: flex;
  padding: 0 15px 0 19px;
  cursor: pointer;
  height: 56px;
}
.registration_check.without-number .countybox .country-flag {
  width: 85%;
  align-items: center;
  display: flex;
  padding: 0 15px 0 0px;
  cursor: pointer;
  height: 56px;
}
.registration_check.without-number .countybox .country-flag::after {
  display: none;
}
.registration_check.error .formInput.round {
  border-color: red;
}

.international-number-nudge {
  background: linear-gradient(90deg, rgba(255, 240, 179, 0.4) 0%, #FFFFFF 100%);
  width: 75%;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 8px 38px 8px 12px;
  margin: -10px 0 146px;
  position: relative;
  display: flex;
  align-items: CENTER;
}
@media screen and (max-width: 1024px) {
  .international-number-nudge {
    margin: -24px 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .international-number-nudge {
    width: 90%;
    padding: 8px 24px 8px 12px;
    margin: -24px auto 16px;
  }
}
.international-number-nudge:before {
  content: "";
  background: url(../../../images/bu/health/health-exclaimation-icon.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  display: none;
  z-index: 100;
}
.search-flag.show {
  display: block;
}
.search-flag input {
  width: 100% !important;
  padding: 0px 15px 0px 40px !important;
  font-size: 14px !important;
}
.search-flag .searchico {
  position: relative;
}
.search-flag .searchico:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #b3bac5;
  position: absolute;
  left: 10px;
  top: 23px;
}
.search-flag .searchico:after {
  content: "";
  width: 1px;
  height: 8px;
  border-radius: 50%;
  background: #b3bac5;
  position: absolute;
  left: 22px;
  top: 31px;
  transform: rotate(-45deg);
}
.search-flag .searchico.un {
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0px -1930px;
}
.search-flag .cityClose {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  right: 15px;
  cursor: pointer;
}
.search-flag .cityClose:before, .search-flag .cityClose:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 8px;
  background-color: #333;
  transform: rotate(-45deg);
}
.search-flag .cityClose:before {
  transform: rotate(45deg);
}
.search-flag .cityClose:after {
  transform: rotate(-45deg);
}

.search-flag.show + .labelshow + .feildLable {
  display: none;
}

.search-flag.show + .labelshow + .feildLable {
  display: none;
}

#simpleToast {
  visibility: hidden;
  min-width: 270px;
  color: #fff;
  text-align: center;
  padding: 12px 28px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 95px;
  display: inline-flex;
  transform: translate(-50%, 0);
  border-radius: 100px;
  opacity: 0.8999999762;
  background: var(--253858-n-700, #253858);
}
@media screen and (max-width: 1024px) {
  #simpleToast {
    min-width: 245px;
    color: #fff;
    text-align: center;
    position: fixed;
  }
}

#simpleToast span {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  #simpleToast span {
    font-size: 14px;
    line-height: 22px;
  }
}

#simpleToast.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 95px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 95px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 95px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 95px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadein1 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 200px;
    opacity: 1;
  }
}
@keyframes fadein1 {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 200px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout1 {
  from {
    bottom: 200px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout1 {
  from {
    bottom: 200px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.field_wrapper_ped .radio_box_wrapper.coverageoption {
  margin: 14px auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .field_wrapper_ped .radio_box_wrapper.coverageoption {
    margin: 0;
  }
}
.field_wrapper_ped .radio_box_wrapper.coverageoption .radio_box_inner .input-radio + label {
  position: relative;
}
.field_wrapper_ped .radio_box_wrapper.coverageoption .radio_box_inner .input-radio + label .chkbox.round {
  top: 50%;
  transform: translate(0px, -50%);
}

.field_wrapper_ped .radio_box_wrapper.coveragebox {
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .field_wrapper_ped .radio_box_wrapper.coveragebox {
    min-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .field_wrapper_ped .radio_box_wrapper.coveragebox .radio_box_inner {
    width: 100%;
  }
}
.field_wrapper_ped .radio_box_wrapper.coveragebox .radio_box_inner .input-radio + label {
  position: relative;
}
.field_wrapper_ped .radio_box_wrapper.coveragebox .radio_box_inner .input-radio + label .chkbox.round {
  top: 50%;
  transform: translate(0px, -50%);
}

.health-insurance-return-user-step .talk-to-us-tag {
  border: 1px solid #0065FF;
  padding: 7px 18px 7px 47px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 20px;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .health-insurance-return-user-step .talk-to-us-tag {
    right: 24px;
    top: -18px;
    background: #fff;
    padding: 6px 16px 6px 45px;
  }
}
.health-insurance-return-user-step .talk-to-us-tag::before {
  content: "";
  background: url(../../../images/bu/health/health-call-us-icon.gif) no-repeat center/contain;
  width: 33px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.health-insurance-return-user-step .talk-to-us-tag.disable {
  filter: grayscale(1);
  pointer-events: none;
}
.health-insurance-return-user-step .talk-to-us-tag.disable::before {
  background: url(../../../images/bu/health/health-call-us-icon.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  left: 18px;
}
.health-insurance-return-user-step .talk-to-us-toast {
  visibility: hidden;
  min-width: 350px;
  color: #fff;
  text-align: center;
  padding: 12px 28px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 95px;
  display: inline-flex;
  transform: translate(-50%, 0);
  border-radius: 100px;
  opacity: 0.8999999762;
  background: var(--253858-n-700, #253858);
}
@media screen and (max-width: 1024px) {
  .health-insurance-return-user-step .talk-to-us-toast {
    min-width: 320px;
    color: #fff;
    text-align: center;
    position: fixed;
  }
}
.health-insurance-return-user-step .talk-to-us-toast span {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .health-insurance-return-user-step .talk-to-us-toast span {
    font-size: 14px;
    line-height: 22px;
  }
}
.health-insurance-return-user-step .talk-to-us-toast.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@media screen and (max-width: 767px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 85%;
  }
}
.popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .talk-to-us-tag {
  top: 104px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .talk-to-us-tag {
    top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper {
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city {
    overflow-y: scroll;
    margin: 0 16px 20px;
    height: 400px;
  }
  .popup-slide .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city::-webkit-scrollbar {
    display: none;
  }
}

.registration_check .cityclose:before,
.registration_check .cityclose:after {
  left: 14px;
  top: 8px;
}

#policybazaar {
  width: 100%;
}

.footer:empty {
  display: none;
}

.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);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #253858;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.container {
  background: #fff;
  max-width: 1170px;
  margin: 0 auto;
}

.topBanner {
  padding-bottom: 0;
}

.breadcrumbinner {
  background: #fff;
}

.breadcrumbinner ul.breadcrumb {
  margin: 0 auto !important;
}

.breadcrumb {
  border-bottom: none !important;
  margin: 0 0 0 !important;
}

.quotesFilterMain {
  background: #f2f7ff;
  width: 100%;
  padding: 46px 0;
}
@media screen and (max-width: 767px) {
  .quotesFilterMain {
    padding: 22px 0 0;
    border-radius: 24px 24px 0 0;
    margin-top: -24px;
  }
}

.wrapperFilterQuotes {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.leftWrapperFilter {
  width: 368px;
}

.filterTop {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 24px;
  flex-direction: column;
}

.filterTop h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  margin: 0;
}

.filterTop .clearFilter {
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
  color: #0065ff;
  cursor: pointer;
}

.filterBoxscrollMob {
  box-shadow: 0px 0px 24px 0px rgba(0, 101, 255, 0.1607843137);
  background: #fff;
  padding: 22px;
  border-radius: 8px;
}
.filterBoxscrollMob .filterAccordionSection {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #DFE1E6;
  margin: 0 0 22px;
  padding: 0 0 22px;
}
.filterBoxscrollMob .filterAccordionSection:nth-last-child(2) {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .filterBoxscrollMob .filterAccordionSection:nth-last-child(2) > label {
    border-bottom: 0;
  }
}
.filterBoxscrollMob .filterAccordionSection > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.filterBoxscrollMob .filterAccordionSection > label {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
}
.filterBoxscrollMob .filterAccordionSection > label .filter-value {
  background: #0065FF;
  width: 18px;
  height: 18px;
  display: inline-flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: CENTER;
  margin-left: 8px;
}
.filterBoxscrollMob .filterAccordionSection > label .filter-value::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .filterBoxscrollMob .filterAccordionSection > label .filter-value {
    width: 8px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    margin-left: 0;
    position: absolute;
    top: 8px;
    right: 8px;
  }
}
.filterBoxscrollMob .filterAccordionSection > label::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 53%;
  transition: all 0.3s ease-in;
  margin-top: -7px;
  transform-origin: center center;
}
.filterBoxscrollMob .filterAccordionSection .accordionContent {
  max-height: 0;
  transition: all 0.35s;
  opacity: 0;
  display: none;
}
.filterBoxscrollMob .filterAccordionSection > input[type=checkbox]:checked + label {
  background: #fff;
}
.filterBoxscrollMob .filterAccordionSection > input[type=checkbox]:checked + label::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
.filterBoxscrollMob .filterAccordionSection > input[type=checkbox]:checked ~ .accordionContent {
  max-height: 100%;
  opacity: 1;
  display: block;
  margin-top: 7px;
}
.filterBoxscrollMob .filterAccordionSection .label-for-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .filterBoxscrollMob .filterAccordionSection {
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
  }
  .filterBoxscrollMob .filterAccordionSection > input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .filterBoxscrollMob .filterAccordionSection > label {
    background: #F4F5F7;
    width: 98px;
    display: block;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.014em;
    color: #253858;
    border-bottom: 1px solid #DFE1E6;
  }
  .filterBoxscrollMob .filterAccordionSection > label::after {
    display: none;
  }
  .filterBoxscrollMob .filterAccordionSection > input[type=checkbox]:checked + label {
    background: #F4F5F7;
  }
  .filterBoxscrollMob .filterAccordionSection .label-for-mobile {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 14px 0 -8px;
    display: block;
  }
  .filterBoxscrollMob .filterAccordionSection.active > label {
    font-weight: 500;
    background: #fff;
    position: relative;
  }
  .filterBoxscrollMob .filterAccordionSection.active > label::before {
    content: "";
    width: 2px;
    height: calc(100% - 28px);
    background: #0065FF;
    position: absolute;
    left: 0;
  }
  .filterBoxscrollMob .filterAccordionSection.active .accordionContent {
    display: block !important;
    opacity: 1;
    margin-top: 0 !important;
    height: 100vh;
    max-height: 100vh !important;
  }
  .filterBoxscrollMob .filterAccordionSection.active .accordionContent #InsurerCompanies {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 18px;
    scrollbar-width: none;
  }
  .filterBoxscrollMob .filterAccordionSection.active > input[type=checkbox]:checked + label {
    background: #fff;
  }
  .filterBoxscrollMob .accordionContent {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(100% - 110px);
    padding-right: 16px;
    display: none !important;
  }
  .filterBoxscrollMob .accordionContent > label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 14px 0 0;
    color: #253858;
    display: block;
  }
  .filterBoxscrollMob .accordionContent .selectionWrapperFilter .SelectionInner {
    position: relative;
    border: 0;
    padding: 0;
    margin: 22px 0 0;
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
  }
  .filterBoxscrollMob .accordionContent .selectionWrapperFilter .SelectionInner:has(input:checked) {
    background: transparent;
  }
  .filterBoxscrollMob .accordionContent .selectionWrapperFilter .SelectionInner .inputRadio, .filterBoxscrollMob .accordionContent .selectionWrapperFilter .SelectionInner .inputCheckbox {
    margin: 3px 12px 0 0;
  }
  .filterBoxscrollMob .applyFilterbottom {
    position: fixed;
    background: var(--ffffffn-0, #fff);
    padding: 16px;
    width: 100%;
    display: flex;
    bottom: 0;
    box-shadow: 0px -4px 12px 0px rgba(37, 56, 88, 0.0588235294);
    border-radius: 24px 24px 0 0;
  }
  .filterBoxscrollMob .applyFilterbottom .applyFilterButton {
    border-radius: 8px;
    background: #FF5630;
    padding: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    max-width: 176px;
    width: 100%;
  }
  .filterBoxscrollMob .applyFilterbottom .clear-all {
    color: #253858;
    text-align: CENTER;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin: 16px auto 0;
    position: relative;
    cursor: pointer;
  }
}

.listDiseaseText {
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 8px;
}

.accordionContent .listDiseaseText:nth-child(1) {
  margin-top: 0;
}

.selectContainerBox {
  width: 100%;
  position: relative;
}

.selectContainerBox select,
.selectContainerBox input[type=text] {
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 30px 10px 13px;
  border: solid 1px #dfe1e6;
  font-size: 14px;
  color: #253858;
  line-height: 27px;
  transition: border 0.3s ease-in;
  -webkit-appearance: none;
  outline: none;
}

.selectContainerBox::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 3px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 11px;
  z-index: 1;
}

.selectContainerBox.inputCity::after {
  display: none;
}

.selectionWrapperFilter.no-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.selectionWrapperFilter .SelectionInner {
  position: relative;
  border: 1px solid #dfe1e6;
  padding: 14px 18px;
  margin: 12px 0 0;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}
.selectionWrapperFilter .SelectionInner:has(input:checked) {
  border-color: #0065ff;
  color: #0065ff;
  background: rgba(222, 235, 255, 0.6);
}
.selectionWrapperFilter .SelectionInner input + label {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  color: #253858;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.selectionWrapperFilter .SelectionInner input + label p {
  margin: 0;
}
.selectionWrapperFilter .SelectionInner input + label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  display: block;
  color: #505F79;
}
.selectionWrapperFilter .SelectionInner input + label span.teal {
  color: #00A3BF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .selectionWrapperFilter .SelectionInner input + label span {
    font-size: 12px;
    line-height: 18px;
  }
}
.selectionWrapperFilter .SelectionInner input:checked + label {
  font-weight: 500;
}
.selectionWrapperFilter .SelectionInner input:checked + label span {
  font-weight: 400;
}
.selectionWrapperFilter .SelectionInner .inputRadio {
  -webkit-appearance: none;
  outline: none;
  width: 18px;
  height: 18px;
  margin: 5px 12px 0 0;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #5e6c84;
  vertical-align: middle;
  flex-shrink: 0;
}
.selectionWrapperFilter .SelectionInner .inputRadio:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.selectionWrapperFilter .SelectionInner .inputRadio:checked:before {
  background: #fff;
  border: 1px solid #fff;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: relative;
  border-radius: 50%;
}
.selectionWrapperFilter .SelectionInner .inputCheckbox {
  position: relative;
  flex-shrink: 0;
  -webkit-appearance: none;
  outline: none;
  width: 18px;
  height: 18px;
  margin: 5px 12px 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #5e6c84;
}
.selectionWrapperFilter .SelectionInner input:checked + label span:before {
  display: none;
}
.selectionWrapperFilter .SelectionInner .inputCheckbox:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.selectionWrapperFilter .SelectionInner .inputCheckbox:checked:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
}
.selectionWrapperFilter .SelectionInner.no-checkbox {
  margin: 16px 16px 0 0;
  padding: 6px 18px;
  border-radius: 100px;
}
.selectionWrapperFilter .SelectionInner.no-checkbox:has(input:checked) {
  background: transparent;
}
.selectionWrapperFilter .SelectionInner.no-checkbox input {
  display: none;
}
.selectionWrapperFilter .SelectionInner.no-checkbox input + label {
  margin: 0;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.014em;
}
.selectionWrapperFilter .SelectionInner.no-checkbox input + label span {
  color: #253858;
}
.selectionWrapperFilter .SelectionInner.no-checkbox input:checked + label {
  font-weight: 500;
}
.selectionWrapperFilter .SelectionInner.no-checkbox input:checked + label span {
  font-weight: 500;
  color: #0065ff;
}
.selectionWrapperFilter .SelectionInner.no-checkbox:last-child {
  margin-right: 0;
}

ul.listingCityFilter {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #dfe1e6;
  background-color: #ffffff;
  max-height: 152px;
  overflow: auto;
}

ul.listingCityFilter li {
  padding: 16px;
  border-bottom: 1px solid #dfe1e6;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

ul.listingCityFilter li.active,
ul.listingCityFilter li.active:hover {
  background: #0065ff;
  color: #fff;
}

ul.listingCityFilter li:hover {
  background: #fafbfc;
}

ul.listingCityFilter li:last-child {
  border-bottom: none;
}

.logoFilter {
  width: 80px;
  display: flex;
  align-items: center;
}

.logoFilter img {
  max-width: 60px;
  max-height: 30px;
}

.rightWrapperQuotes {
  width: calc(100% - 390px);
}

.headingRightFilter {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: normal;
}

.headingRightFilter2 {
  margin: 0px 0 30px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: right;
  border-right: 3px solid #253858;
  padding: 3px 14px 3px 0;
}

.qutesWrapperBoxSeo {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}

.logoFiterBox {
  border-radius: 8px 0 0 8px;
  box-shadow: 0 1px 4px 0 rgba(52, 105, 203, 0.16);
  background-color: #ffffff;
  padding: 10px;
  width: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.quotesInnerListing {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(52, 105, 203, 0.16);
  background-color: #ffffff;
  padding: 8px 10px 6px;
  display: flex;
  flex-direction: column;
  position: relative;
  left: -4px;
}

.quotesInnerListing .columnQuotesupper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.quotesInnerListing .firstQuoteBox {
  display: flex;
  width: 35%;
}

.quotesInnerListing .secondQuoteBox {
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: center;
}

.quotesInnerListing .thirdQuoteBox {
  display: flex;
  border-top: solid 1px #dfe1e6;
  padding-top: 6px;
  margin-top: 10px;
  align-items: center;
}

.logoquotesBox {
  height: auto;
  width: 90px;
  object-fit: contain;
  text-align: center;
}

.logoquotesBox img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
}

.quotesInnerListing .planNameQuotes {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 16px);
  align-items: center;
  display: flex;
}

.quotesInnerListing .innerValuesQuotes {
  color: #7a869a;
  font-size: 12px;
  font-weight: normal;
}

.quotesInnerListing .innerValuesQuotes span {
  color: #253858;
  font-size: 18px;
  font-weight: normal;
  margin: 0px 0 0;
  display: block;
  line-height: 30px;
}

.quotesInnerListing .quotesButtonValue {
  color: #7a869a;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.buttonQuotesBox,
.quotesButtonValue button {
  width: 150px;
  border-radius: 4px;
  background-color: #F35023;
  font-size: 14px;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 11px auto 0;
}

.quotesButtonValue button:hover {
  background: #f35023;
  color: #fff;
}

.quotesInnerListing .claimQuotesValue {
  font-size: 12px;
  color: #505f79;
  font-weight: normal;
  margin: 0 26px 0 0;
}

.quotesInnerListing .claimQuotesValue span {
  font-size: 14px;
  font-weight: 500;
}

.quotesInnerListing .viewQuotesLinks {
  color: #0065ff;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.quotesInnerListing .dotFil {
  width: 4px;
  height: 4px;
  background-color: #253858;
  border-radius: 30px;
  opacity: 0.5;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: -1px;
}

.mobQuotesWrap {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.countFilter {
  background-color: #ff5630;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  text-align: center;
  position: absolute;
  width: 6px;
  height: 6px;
  padding: 0;
  right: -10px;
  top: 0;
}

.mobFilterOpen {
  display: none;
}

.noteFilter {
  font-size: 12px;
  margin-bottom: 12px;
  color: #7A869A;
  padding: 0 16px;
}

.subSelectionFilter {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.subSelectionFilter .SelectionInner input + label {
  margin: 0;
  border: none;
}

.subSelectionFilter .SelectionInner input + label {
  margin: 0;
  border-bottom: 1px solid #dfe1e6;
  border-radius: 0px;
}

.subSelectionFilter .SelectionInner:last-child input + label {
  border-bottom: none;
}

.subSelectionFilter .SelectionInner input:checked + label {
  border-bottom: 1px solid #dfe1e6;
}

.skeleton_wrapper .bgLoad {
  background-image: linear-gradient(90deg, #f4f4f4 0, rgba(229, 229, 229, 0.8) 40px, #f4f4f4 80px);
  /* width: 100%; */
  animation: shine-lines 2s infinite ease-out;
  border: none !important;
  color: transparent !important;
  font-size: 0;
  border-radius: 4px;
  background-color: #ccc;
}

.skeleton_wrapper .planNameQuotes {
  height: 40px;
  width: 100%;
}

.skeleton_wrapper .innerValuesQuotes {
  width: 58%;
}

.skeleton_wrapper .load1 {
  height: 12px;
}

.skeleton_wrapper .load2 {
  height: 18px;
}

.skeleton_wrapper .load3 {
  height: 37px;
  margin: 0;
}

.skeleton_wrapper .logoquotesBox {
  height: 100%;
  margin-right: 6px;
}

.skeleton_wrapper .quotesInnerListing .innerValuesQuotes span {
  margin: 0 0 5px;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 95%;
  }
}
.morePlans {
  color: #0065ff;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 6px;
}

.morePlans:after {
  content: "";
  display: inline-block;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.lessPlan:after {
  transform: rotate(-135deg);
  top: 1px;
}

.close_stack {
  background: #f3f7fb;
  height: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  text-align: center;
  margin: 0 60px 0 60px;
  cursor: pointer;
}

.close_stack:before {
  content: "Hide Plans";
  font-size: 12px;
  font-weight: normal;
  color: #0065ff;
  top: 3px;
  position: relative;
}

.close_stack:after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-135deg);
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.quotesStackBox .qutesWrapperBoxSeo {
  margin-bottom: 0px;
}

.quotesStackBox .qutesWrapperBoxSeo:nth-child(odd) .quotesInnerListing {
  background: #f9f8f8;
}

.propertyStackBox.qutesWrapperBoxSeo .quotesInnerListing {
  border-radius: 8px 8px 0 0;
}

.quotesStackBox .qutesWrapperBoxSeo .quotesInnerListing {
  border-radius: 0;
}

.quotesStackBox .qutesWrapperBoxSeo:nth-last-of-type(2) > .quotesInnerListing {
  border-radius: 0 0 8px 8px;
}

.no_plans_filters {
  display: flex;
  height: 386px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 12px;
  margin-top: 16px;
}

.no-found {
  font-size: 18px;
  color: #253858;
  font-weight: bold;
}

.no-plan-CTA {
  width: 300px;
  height: 48px;
  font-size: 16px;
  transition: all 0.7s ease;
  cursor: pointer;
  display: inline-block;
  padding: 10px 12px;
  border: solid 1px #FF5630;
  background: #FF5630;
  color: #fff;
  height: 46px;
  margin: 0px;
  border-radius: 8px;
  text-transform: inherit;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.014em;
}

.no-plan-text {
  font-size: 16px;
  font-weight: normal;
  color: #505f79;
  padding: 8px 12px 32px;
  text-align: center;
  line-height: 24px;
}

.icon-no-filter {
  width: 136px;
  height: 102px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTAyLjg1NSIgdmlld0JveD0iMCAwIDEzNiAxMDIuODU1Ij4KICA8ZyBpZD0iR3JvdXBfNjg1NiIgZGF0YS1uYW1lPSJHcm91cCA2ODU2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDc2IC0yNDcuMTQ1KSI+CiAgICA8ZyBpZD0iUGFnZS0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTYgMjQ4KSI+CiAgICAgIDxnIGlkPSJfMjg1OTcwNCIgZGF0YS1uYW1lPSIyODU5NzA0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5Ni45NDMgODkuMjk2KSByb3RhdGUoMTgwKSI+CiAgICAgICAgICA8cGF0aCBpZD0iRmlsbC0xNCIgZD0iTTQuMzQ1LDY4LjQzMUEyOC44NTEsMjguODUxLDAsMCwwLC4xLDc2Ljg2NCw1LjgxMSw1LjgxMSwwLDAsMCwzLDgzLjAxN0M3Ljg4NSw4NS43LDIwLjEzNCw4OS4zLDUwLjY3Nyw4OS4zYzI1LjczMSwwLDM3LjMzMS0yLjk3Miw0Mi41NS01Ljc3MmE3LjA4NCw3LjA4NCwwLDAsMCwzLjUyNi03Ljg2OCwxNC4wODQsMTQuMDg0LDAsMCwwLTMuMzYzLTYuMzI5TDU3Ljk0NiwzMC45NTQsNTQuMDQ4LDAsNDMuNTk0LDQuMTEzbC00LjY2LDI2Ljg0MVM3Ljk4OSw2NC4wOSw0LjM0NSw2OC40MzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIgZmlsbD0iI2YyZjJmMiIgc3Ryb2tlPSIjZThlYWVkIiBzdHJva2Utd2lkdGg9IjEuNzExIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICAgICAgICAgIDxwYXRoIGlkPSJGaWxsLTE1IiBkPSJNODUuMDA2LDEwLjEyMWExLjc0NywxLjc0NywwLDAsMCwuMjctMy4xQzc3Ljk1OSwyLjMzMiw2OC43NTksMS4wNzMsNTkuOTc5LjUsNDAuMjc4LS43ODgsOS41LS4wMDYuMzY3LDcuOTExQTEuMDQ2LDEuMDQ2LDAsMCwwLC43LDkuNjk1YzMuMTg1LDEuMTA2LDEyLjYyMyw0LjgsNDEuODM1LDQuNTc2LDI1LjUzMS0uMTkyLDM3LjYzMi0yLjE4OCw0Mi40NjgtNC4xNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS40MjYgNzAuNzc0KSIgZmlsbD0iI2VkZWJlYiIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgICAgICAgPC9nPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZWxsaXBzZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjY4IiBjeT0iNCIgcng9IjY4IiByeT0iNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDc2IDM0MikiIGZpbGw9IiNmYWZhZmEiIG9wYWNpdHk9IjAuODc2Ii8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
  margin: 0 0 26px;
}

.innerAppliedBox {
  margin: 0;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  height: 48px;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.innerAppliedBox::-webkit-scrollbar {
  display: none;
}

.innerAppliedBox .innerApplied {
  height: 36px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0 12px;
  width: auto;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 40px;
  color: #505f79;
  font-weight: 400;
  position: relative;
}
.innerAppliedBox .innerApplied input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.innerAppliedBox .innerApplied .closeApplied {
  width: 12px;
  height: 12px;
  text-indent: -999999px;
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}

.innerAppliedBox .innerApplied .closeApplied:after,
.innerAppliedBox .innerApplied .closeApplied:before {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #505f79;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.innerAppliedBox .innerApplied .closeApplied:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popularCities {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .popularCities {
    margin-top: 8px;
  }
}

.popularCities > p {
  font-size: 14px;
}

.popularCities .radio_pills_city {
  display: flex;
  flex-wrap: wrap;
}

.popularCities .radio_pills_city label {
  position: relative;
  display: flex;
  margin-right: 8px;
  margin-top: 12px;
}

.popularCities .radio_pills_city label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.popularCities .radio_pills_city label input + span {
  background: #fff;
  border: 1px solid #97A0AF;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  height: 36px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.popularCities .radio_pills_city label input:checked + span,
.popularCities .radio_pills_city label input:hover + span {
  border-color: #0065ff;
  color: #0065ff;
}

.topFilterBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  align-items: center;
  padding: 0 16px;
}

.quotesBox .skeleton_wrapper:first-child {
  margin-top: 0;
}

.breadcrumbinner {
  margin: 0 auto;
}

.childagediffmsg {
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 8px;
}

.breadcrumbinner .breadcrumb li a::before {
  display: none;
}

.mobile-filter-sorting-section {
  background: #253858;
  position: fixed;
  bottom: 20px;
  width: 235px;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 100px;
  padding: 10px 24px;
  z-index: 1;
}
.mobile-filter-sorting-section > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-filter-sorting-section > div img {
  margin-right: 8px;
}
.mobile-filter-sorting-section > div.sortingIconFixed {
  border-right: 1px solid #7A869A;
  padding-right: 25px;
  margin-right: 25px;
}

@media only screen and (min-width: 1024px) {
  .hideBig {
    display: none !important;
  }
  .mobile-filter-sorting-section {
    display: none;
  }
  .applyFilterbottom {
    display: none;
  }
  .quotesStackBox {
    width: calc(100% - 115px);
    display: flex;
    flex-direction: column;
    margin-left: 115px;
    margin-bottom: 16px;
    margin-top: -16px;
  }
  .topFilterBox {
    min-height: auto;
    padding: 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .logoFiterBox {
    display: none;
  }
  .rightWrapperQuotes {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .rightWrapperQuotes .quotesBox {
    padding: 0 16px;
  }
  .quotesInnerListing {
    left: 0;
  }
  .quotesPlanWrapper {
    width: 100%;
    background-color: #edeff1;
    padding: 16px;
    border-top: solid 1px #d0d4db;
    border-bottom: solid 1px #d0d4db;
    margin: 16px 0;
  }
  .mobQuotesWrap {
    display: flex;
    margin-top: 5px;
    align-items: center;
    margin-left: 0px;
  }
  .quotesInnerListing .columnQuotesupper {
    flex-direction: column;
  }
  .quotesInnerListing .firstQuoteBox,
  .quotesInnerListing .secondQuoteBox {
    width: 100%;
  }
  .quotesButtonValue button {
    width: auto;
    cursor: none;
    padding: 10px 12px;
  }
  .quotesInnerListing .secondQuoteBox {
    margin-top: 14px;
  }
  .quotesInnerListing .quotesButtonValue {
    margin-top: -16px;
  }
  .quotesInnerListing .logoCompareBox {
    height: 40px;
  }
  .quotesInnerListing .viewQuotesLinks {
    cursor: none;
    width: 25%;
    font-size: 10px;
  }
  .buttonQuotesBox {
    width: 100%;
  }
  .quotesInnerListing .claimQuotesValue {
    margin: 0;
    width: 75%;
  }
  .quotesInnerListing .dotFil {
    margin-right: 3px;
  }
  .logoMobBox {
    height: 40px;
    width: 90px;
    object-fit: contain;
    margin-right: 20px;
  }
  .logoMobBox img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .leftWrapperFilter {
    display: none;
  }
  .mobFilterOpen {
    top: auto;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    position: fixed;
    width: 100%;
    background: #f4f5f7;
    line-height: 21px;
    display: block;
    visibility: visible;
  }
  .mobFilterOpen::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(32, 56, 95, 0.8);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .filterAccordionSection {
    border-radius: 0;
  }
  .filterAccordionSection > label {
    cursor: none;
  }
  .filterTop {
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    background: #DEEBFF;
    font-weight: 500;
    color: #253858;
    font-size: 1.4rem;
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
  }
  .filterTop h3 {
    font-size: 18px;
    display: flex;
  }
  .filterBoxscrollMob {
    padding: 0px 0 0;
    height: calc(100% - 130px);
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .close {
    background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .clearFilter {
    display: none;
  }
  .applyFilterButton {
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 0 16px;
    background: #0065ff;
    height: 44px;
    border-radius: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    outline: none;
    font-size: 16px;
  }
  .applyFilterButton:hover {
    background: #0051cc;
  }
  .selectionWrapperFilter .SelectionInner input + label {
    cursor: none;
  }
  .wrapperFilterQuotes {
    margin: 0 auto 0;
  }
  .breadcrumb {
    margin: 0 0 0 !important;
    background: #fff;
    padding-top: 12px !important;
  }
  .skeleton_wrapper .load3 {
    width: 100px;
  }
  .skeleton_wrapper .quotesInnerListing .secondQuoteBox {
    margin-top: 10px;
  }
  .skeleton_wrapper .quotesInnerListing .quotesButtonValue {
    margin-top: 0;
  }
  .hideSmall {
    display: none;
  }
  .hideSmallMobile {
    display: none;
  }
  .close_stack {
    margin: -16px 10px 16px 10px;
  }
  .viewPlansTags {
    background: #f3f7fb;
    height: 28px;
    border-radius: 0 0 10px 10px;
    margin: -16px 10px 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0065ff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .viewPlansTags span {
    position: relative;
    margin-right: 13px;
  }
  .viewPlansTags span:after {
    content: "";
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    margin-left: 3px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: -13px;
    transition: all 0.3s ease-in;
  }
  .quotesStackBox .qutesWrapperBoxSeo {
    margin-bottom: 0;
  }
  .quotesStackBox .qutesWrapperBoxSeo .quotesInnerListing {
    border-radius: 0px;
  }
  .quotesStackBox .close_stack {
    margin: 0 10px 16px 10px;
  }
  .quotesStackBox {
    margin-top: -16px;
  }
  .breadcrumbinner ul.breadcrumb {
    padding-bottom: 12px !important;
    padding: 0px 15px;
  }
  .breadcrumbinner .breadcrumb li:last-child .divider {
    display: none;
  }
  .breadcrumbinner {
    margin: 0 auto 0;
  }
  .mob-container {
    margin-top: 0;
  }
  .quotesInnerListing .innerValuesQuotes span {
    margin: 0 0 0;
    font-size: 16px;
  }
  .innerAppliedBox {
    padding: 0 16px 0 0;
    margin: 4px 0 4px;
  }
  .filterInnerScroll {
    height: calc(100% - 112px);
  }
  .headingRightFilter {
    font-size: 22px;
    font-weight: 500;
    margin: 0 4px 0 0;
    line-height: 30px;
  }
  .headingRightFilter2 {
    margin: 8px 0 14px 0;
    text-align: left;
    border-left: 3px solid;
    padding: 3px 0 3px 14px;
    border-radius: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 1024px) {
  .mobQuotesWrap {
    display: inline-flex;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .wrapperFilterQuotes {
    margin: 32px 12px;
    max-width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 740px) {
  .installApp_banner {
    z-index: 99;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .installApp_banner {
    display: none !important;
  }
}
.mulfilter {
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
}
.mulfilter.bgyellow {
  background: #FFFFED;
}
.mulfilter.elevation {
  box-shadow: 0px 1px 4px rgba(52, 105, 203, 0.2);
}
.mulfilter .heading-text {
  font-weight: 700;
  position: relative;
  padding: 3px 0 0;
  margin: 0px 0 32px;
  font-size: 20px;
  line-height: 20px;
  color: #253858;
}
.mulfilter .heading-text:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  left: 0px;
  bottom: -12px;
  background: #FFAB00;
}
@media screen and (max-width: 767px) {
  .mulfilter .heading-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.mulfilter .tab-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mulfilter .radio_box_inner .input-checkbox,
.mulfilter .radio_box_inner .input-radio {
  top: 15px;
  left: 16px;
}
.mulfilter .radio-tab {
  margin-bottom: 10px;
  margin-right: 16px;
}
.mulfilter .radio-tab:last-child {
  margin-right: 0px;
}
.mulfilter .radio-tab.selected .linktab, .mulfilter .radio-tab.selected .link-tab {
  color: #0065ff;
  font-weight: 500;
  border-color: #0065ff;
  pointer-events: none;
}
.mulfilter .radio-tab input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.mulfilter .radio-tab input[type=radio]:focus + label {
  border: 1px solid #E7E7E7;
}
.mulfilter .radio-tab input[type=radio]:checked + label {
  background-color: #0065ff;
  color: #fff;
  border: 1px solid #0065ff;
}
.mulfilter .radio-tab input[type=radio]:checked + label.img_Ins {
  background-color: #fff;
  border: 1px solid #0065ff;
}
.mulfilter .radio-tab .linktab, .mulfilter .radio-tab .link-tab {
  display: inline-block;
  background-color: #fff;
  padding: 6px 18px;
  font-size: 12px;
  border: 1px solid #DFE1E6;
  border-radius: 50px;
  color: #253858;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 568px) {
  .mulfilter .radio-tab .linktab, .mulfilter .radio-tab .link-tab {
    display: block;
    text-align: center;
    padding: 6px 16px;
  }
}
.mulfilter .radio-tab .linktab:before, .mulfilter .radio-tab .link-tab:before {
  content: "₹";
}
.mulfilter .radio-tab .linktab:hover, .mulfilter .radio-tab .link-tab:hover {
  background-color: #fff;
}
.mulfilter .radio-tab .linktab.img_ins, .mulfilter .radio-tab .img_ins.link-tab {
  border-radius: 8px;
}
.mulfilter .radio-tab .linktab.img_ins:before, .mulfilter .radio-tab .img_ins.link-tab:before {
  display: none;
}
.mulfilter .radio-tab .linktab img, .mulfilter .radio-tab .link-tab img {
  max-width: 75px;
}
.mulfilter .radio-tab .link-tab:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .mulfilter .radio-tab {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.mulfilter .view_all_filter_wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mulfilter .view_all_filter_wrapper {
    display: none;
    text-align: center;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter {
    color: #0065ff;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0px;
    margin: 10px 0 0;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter:before {
    content: "";
    border: solid #0065ff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 64%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: -7px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .mulfilter .view_all_filter_wrapper .view_all_filter.active:before {
    transform: rotate(225deg);
    top: 94%;
  }
}

.slick-slide {
  height: auto !important;
}

.mulfilter.elevation.chooseinsurer .tab-wrapper {
  position: relative;
  justify-content: space-between;
  flex: 1;
  min-width: 25%;
}
.mulfilter.elevation.chooseinsurer .tab-wrapper:after {
  content: "";
  flex: auto;
}
@media only screen and (max-width: 1024px) {
  .mulfilter.elevation.chooseinsurer .tab-wrapper:after {
    display: none;
  }
}
.mulfilter.elevation.chooseinsurer .tab-wrapper .radio-tab {
  margin-right: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 440px) {
  .mulfilter.elevation.chooseinsurer .tab-wrapper .radio-tab {
    width: 47%;
  }
  .mulfilter.elevation.chooseinsurer .tab-wrapper .radio-tab label {
    width: 100%;
    text-align: center;
  }
}

.radio_box_inner .input-checkbox {
  top: 15px;
  left: 15px;
}

.carouselCover {
  box-shadow: none !important;
}

body.backdrop {
  overflow: hidden;
  padding-right: 17px;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body.backdrop::after {
  content: "";
  background-color: #172B4D;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .skeleton_wrapper .logoquotesBox {
    height: auto;
  }
}
.quotesFilterMain.customeQuotesFilterMain .skeleton_wrapper .secondQuoteBox {
  width: 60% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .skeleton_wrapper .secondQuoteBox {
    width: 100% !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .wrapperFilterQuotes .leftWrapperFilter.mobFilterOpen {
    top: 30%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.1607843137);
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .wrapperFilterQuotes .leftWrapperFilter.mobFilterOpen .filterBoxscrollMob {
    height: calc(70% - 64px);
    bottom: 0;
  }
}
.quotesFilterMain.customeQuotesFilterMain .wrapperFilterQuotes .leftWrapperFilter.mobFilterOpen .filterTop {
  box-shadow: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .wrapperFilterQuotes .leftWrapperFilter.mobFilterOpen .filterTop .topFilterBox .arrowFilter::before {
    z-index: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .wrapperFilterQuotes .leftWrapperFilter.mobFilterOpen .filterTop .topFilterBox .arrowFilter::after {
    content: "";
    display: block;
    background: #F2F7FF;
    border-radius: 4px;
    position: absolute;
    left: -8px;
    right: 0;
    top: -2px;
    bottom: 0;
    width: auto;
    height: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .filterAccordionSection {
    box-shadow: 0px 0px 3px rgba(37, 56, 88, 0.1607843137);
    border-radius: 8px;
    margin: 12px 10px;
  }
}
.quotesFilterMain.customeQuotesFilterMain .filterAccordionSection .SelectionInner .enterText .input_box {
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 8px;
  margin-top: 10px;
  height: 51px;
}
.quotesFilterMain.customeQuotesFilterMain .filterAccordionSection .SelectionInnerBadge {
  color: #253858;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 12px 0;
  display: block;
}
.quotesFilterMain.customeQuotesFilterMain .filterAccordionSection .long-text {
  padding-right: 12px;
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .logoFiterBox {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox {
    padding: 0 16px;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .quotesStackBox .qutesWrapperBoxSeo {
  box-shadow: none;
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .quotesStackBox .qutesWrapperBoxSeo {
    display: flex;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .quotesStackBox .qutesWrapperBoxSeo .quotesInnerListing {
  padding: 15px 10px 10px;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .quotesStackBox .qutesWrapperBoxSeo .quotesInnerListing .secondQuoteBox .quotesButtonValue {
    display: block !important;
  }
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .quotesStackBox .qutesWrapperBoxSeo .quotesInnerListing .secondQuoteBox .quotesButtonValue button {
    width: auto !important;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(37, 56, 88, 0.1607843137);
  border-radius: 8px;
  padding: 15px 10px 10px;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo {
    display: block;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo.propertyStackBox {
  border-end-end-radius: 0;
}
@media only screen and (max-width: 768px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo.propertyStackBox {
    border-end-start-radius: 0;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox {
  box-shadow: none;
  padding: 0;
  margin-right: 45px;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox::after {
    content: "";
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper .logo-text .logoquotesBox {
  margin: 0 auto;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper .logo-text .logoquotesBox {
    margin: 0;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper .firstQuoteBox .planNameQuotes {
  text-align: center;
  color: #253858;
  font-size: 11px;
  line-height: 18px;
  width: 104px;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper .firstQuoteBox .planNameQuotes {
    text-align: left;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper > .quotesButtonValue {
  display: none;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper > .quotesButtonValue {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .logoFiterBox .logo-text-wrapper > .quotesButtonValue button {
    width: 150px;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing {
  box-shadow: none;
  padding: 0;
  left: 0;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing {
    padding-top: 0;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .columnQuotesupper .secondQuoteBox {
  width: 100%;
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .columnQuotesupper .secondQuoteBox .innerValuesQuotes {
  color: #253858;
  line-height: 20px;
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .columnQuotesupper .secondQuoteBox .innerValuesQuotes span {
  font-weight: 600;
}
@media only screen and (max-width: 667px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .columnQuotesupper .secondQuoteBox .quotesButtonValue {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .columnQuotesupper .secondQuoteBox .quotesButtonValue button {
    width: 150px;
  }
}
.quotesFilterMain.customeQuotesFilterMain .quotesBox .qutesWrapperBoxSeo .quotesInnerListing .thirdQuoteBox {
  display: none;
}

.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #E1EDFF;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .perosnalBlockInsurer {
    border-radius: 0px;
  }
}
.perosnalBlockInsurer .insurer-by-company-title {
  display: flex;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
.perosnalBlockInsurer .insurer-by-company-title {
  margin: 16px 20px 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .perosnalBlockInsurer .insurer-by-company-title {
    margin: 0 20px 0;
  }
}
.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  margin: 0;
  border-bottom: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .perosnalBlockInsurer .insurer-by-company-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .perosnalBlockInsurer .insurer-by-company-title h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

.carouselWrapperPersonal {
  background: none;
  margin-bottom: 16px;
  padding-top: 0;
}
.carouselWrapperPersonal .slick-arrow {
  position: absolute;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(23, 43, 77, 0.2);
  top: -31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  z-index: 2;
}
.carouselWrapperPersonal.card {
  width: 337px;
  height: 450px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding-bottom: 16px;
  position: relative;
}
.carouselWrapperPersonal .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.carouselWrapperPersonal .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .carouselWrapperPersonal {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
  }
}
.carouselWrapperPersonal .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.carouselWrapperPersonal .slick-arrow.slick-prev {
  right: 70px !important;
  left: auto;
}
.carouselWrapperPersonal .slick-arrow {
  top: -27px !important;
  background: none !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .carouselWrapperPersonal .slick-arrow {
    display: none !important;
  }
}
.carouselWrapperPersonal .slick-arrow.slick-next {
  right: 23px !important;
}
.carouselWrapperPersonal .slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid #000 !important;
  border-width: 0 3px 3px 0 !important;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.carouselWrapperPersonal .slick-arrow.slick-next::before {
  transform: rotate(-45deg);
}
.carouselWrapperPersonal .slick-arrow.slick-prev::before {
  transform: rotate(-225deg);
}
.carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

.blockTextPlans {
  position: relative;
}
.blockTextPlans h3 {
  font-size: 16px;
  font-weight: bold;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
.blockTextPlans a,
.blockTextPlans a:hover {
  color: #0065ff;
}
.blockTextPlans p {
  font-size: 16px;
  font-weight: normal;
  color: #505f79;
  text-align: center;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
.blockTextPlans .imageBlockPersonal {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}
.blockTextPlans .slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.blockTextPlans .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
.blockTextPlans .slick-arrow {
  top: -25px;
  background: none;
  border: none;
}
.blockTextPlans .slick-arrow.slick-next {
  right: 23px;
}
.blockTextPlans .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
  display: inline-block;
}
.blockTextPlans .slick-initialized {
  margin-left: 8px;
}

.carouselCover {
  width: 258px;
  height: auto;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 20px 12px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .carouselCover {
    padding-bottom: 12px;
  }
}

.boxCover1 {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.numberCover {
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
}

.lakhCover {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
}

.boxCover1::after {
  content: "";
  width: 124px;
  height: 124px;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 38px;
  top: 12px;
  background: transparent;
}

.boxCover1::before {
  content: "";
  display: none;
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.product-cover {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
  line-height: normal;
  color: #253858;
}

.text-cover {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  color: #253858;
  cursor: pointer;
  margin-top: 12px;
}

.text-cover:hover,
.text-cover:visited {
  color: #253858;
}

.button-cover {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0065ff;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 14px;
  cursor: pointer;
  background: #0065ff;
  padding: 4px 0;
  padding: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.014em;
  text-align: center;
  position: relative;
}
.button-cover.loading {
  font-size: 0;
  height: 36px;
}
.button-cover.loading::after {
  position: absolute;
  content: "";
  right: 43%;
  top: 9px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 20px;
  height: 20px;
  animation: spin 1.2s linear infinite;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .button-cover {
    margin: 12px 0;
  }
}

.view-details-button {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.014em;
  text-align: center;
  width: 100%;
}

.boxCover1.color1 {
  background: #cbcfff;
  color: #7f87dd;
}

.boxCover1.color1::before {
  background: #2a38cc;
}

.boxCover1.color2 {
  background: #8de5ff;
  color: #3dbade;
}

.boxCover1.color2::before {
  background: #0ab3e5;
}

.boxCover1.color2::after {
  opacity: 0.4;
}

.boxCover1.color3 {
  background: #9fffce;
  color: #6bcb9b;
}

.boxCover1.color3::before {
  background: #42cc87;
}

.boxCover1.color3::after {
  opacity: 0.4;
}

.boxCover1.color4 {
  background: #ffb2b2;
  color: #de8383;
}

.boxCover1.color4::before {
  background: #ef4d4d;
}

.boxCover1.color4::after {
  opacity: 0.5;
}

.boxCover1.color5 {
  background: #b3d4ff;
  color: #4c9aff;
}

.boxCover1.color5::before {
  background: #4790f0;
}

.boxCover1.color5::after {
  opacity: 0.5;
}

.boxCover1.color6 {
  background: #fff0b3;
  color: #ffc400;
}

.boxCover1.color6::before {
  background: #ffab00;
}

.boxCover1.color6::after {
  opacity: 0.5;
}

.carouselCover2 {
  height: 275px;
}
.carouselCover2 .button-cover {
  margin: 0px 8px 0 auto;
}
.carouselCover2 .text-cover {
  height: 38px;
  margin-bottom: 15px;
}

.carouselCover2 .product-cover,
.carouselCover3 .product-cover {
  padding: 2px 10px 0;
}

.carouselCover2 .boxCover1::after {
  content: none;
}

.carouselCover3 .boxCover1::before,
.allinsurer table p {
  line-height: 22px;
}

/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  background: #fff;
  margin: 0px 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0px 0 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.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;
  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 {
  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;
  word-break: break-word;
}

.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;
}

ul.number-listing-box {
  margin: 0;
  counter-reset: my-sec-counter;
}

ul.number-listing-box li .heading {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-top: 5px;
}

ul.number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left;
}

ul.number-listing-box li.numbers::marker {
  display: none;
  color: transparent;
}

ul.number-listing-box li a,
ul.number-listing-box li a:hover {
  color: #253858;
}

ul.number-listing-box li.numbers::after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

ul.number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "0" counter(my-sec-counter);
  counter-increment: my-sec-counter;
  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;
}

ul.number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}

ul.number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

ul.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%;
}

ul.number-listing-box li ul li::after {
  content: none;
}

.mb-20 {
  margin-bottom: 20px;
}

.videoLeftBox iframe {
  width: 100%;
}

.align-center {
  text-align: center;
}

.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;
}

.healthInsurancePlanSlides.sliderContent.items.col-2 {
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .healthInsurancePlanSlides.sliderContent.items.col-2 {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .carouselWrapperPersonal.sliderRoot .gap-style-1 {
    padding-bottom: 0;
  }
}
.carouselWrapperPersonal.sliderRoot .healthSISlides.items.col-5 {
  padding: 10px 4px;
}
.carouselWrapperPersonal.sliderRoot .sliderWrapper .arrows.style-2 {
  top: -28px;
  right: 40px;
}
.carouselWrapperPersonal.sliderRoot .sliderWrapper .arrows.style-2 .arrow-left,
.carouselWrapperPersonal.sliderRoot .sliderWrapper .arrows.style-2 .arrow-right {
  border-radius: 50%;
}

.popup-slide .health-insurance-bu {
  margin-top: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .popup-slide .health-insurance-bu .button-wrapper {
    bottom: -20px;
  }
}
@media (max-width: 568px) {
  .popup-slide .health-insurance-bu {
    padding: 10px 0;
    background: #fff;
  }
}
.popup-slide .health-insurance-bu .health-insurance-bu-right {
  box-shadow: none;
  width: 100% !important;
}
.popup-slide .health-insurance-bu .health-insurance-bu-right .form-whatsapp {
  position: absolute;
  bottom: -45px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup-slide .health-insurance-bu .health-insurance-bu-right .form-whatsapp {
    bottom: -8px;
  }
}
.popup-slide .bestSellerRgt {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.popup-slide,
.popup-slide-mobile {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.popup-slide .close,
.popup-slide-mobile .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-slide .close:hover,
.popup-slide-mobile .close:hover {
  color: #36b37e;
}
.popup-slide .close .content,
.popup-slide-mobile .close .content {
  max-height: 30%;
  overflow: auto;
}

.popup-slide {
  padding: 20px;
  background: #fff;
  border-radius: 0px;
  width: 580px;
  margin: 0 0 0 auto;
  position: relative;
  right: -560px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .popup-slide {
    padding: 0;
  }
}
.popup-slide .health-insurance-bu-right {
  padding: 0;
}
.popup-slide .health-insurance-bu-right:after {
  display: none;
}
.popup-slide .info_data {
  display: none;
}
@media (max-width: 768px) {
  .popup-slide {
    width: 100%;
    overflow-y: scroll;
  }
  .popup-slide .health-insurance-bu .health-insurance-bu-right {
    padding: 0;
  }
}

.overlay.show .popup-slide {
  right: 0px;
}

#popup-slide-mobile .close {
  top: 7px;
  right: 25px;
}

.popup-slide-mobile {
  background: #fff;
  padding: 30px 20px 4px;
  border-radius: 40px 40px 0 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  margin-bottom: -110px;
}
@media screen and (max-width: 1024px) {
  .popup-slide-mobile .radio_pills {
    padding: 0;
    min-height: auto;
  }
}

@media (max-width: 1024px) {
  .overlay.show {
    display: block;
  }
  .overlay.show .popup-slide-mobile {
    margin-bottom: 0;
  }
}

.popup-slide .health-insurance-bu .health-insurance-bu-right.return-user:has(.health-insurance-return-user-step.hide)::after {
  display: none;
}
.popup-slide:has(.return-user)::after {
  display: none;
}
.popup-slide:has(.return-user) .popup-back {
  height: 24px;
  width: 24px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  overflow: hidden;
  display: block;
  right: -15px;
  top: -15px;
}
.popup-slide:has(.return-user) .popup-back::before, .popup-slide:has(.return-user) .popup-back::after {
  content: "";
  width: 2px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #253858;
}
.popup-slide:has(.return-user) .popup-back::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-slide:has(.return-user) .popup-back::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .popup-slide:has(.return-user) .popup-back {
    right: 6px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .popup-slide:has(.return-user) .popup-back {
    right: 10px;
    top: -10px;
  }
}
.popup-slide:has(.health-insurance-return-user-step.hide)::after {
  display: block;
}

.health-insurance-bu .health-insurance-bu-right.return-user:has(.health-insurance-return-user-step.hide)::after {
  display: block;
}
.health-insurance-bu .health-insurance-bu-right.return-user:has(.health-insurance-return-user-step.hide) .progress-bar,
.health-insurance-bu .health-insurance-bu-right.return-user:has(.health-insurance-return-user-step.hide) .orderChange {
  display: block;
}
.health-insurance-bu .health-insurance-bu-right.return-user::after {
  display: none;
}
.health-insurance-bu .health-insurance-bu-right.return-user .progress-bar,
.health-insurance-bu .health-insurance-bu-right.return-user .orderChange {
  display: none;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step.no-talkto-us .sub-heading {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step.no-talkto-us .sub-heading {
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .heading {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .heading {
    margin: 18px 16px 0;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .sub-heading {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 4px 0 24px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .sub-heading {
    margin: 4px 16px 24px;
    width: 80%;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city {
  border: 1px solid #DFE1E6;
  background: #FAFBFC;
  border-radius: 8px;
  padding: 16px 16px 24px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city {
    margin: 0 16px;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #253858;
  margin: 0 0 14px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .label::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #253858;
  position: absolute;
  top: 50%;
  left: 65px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .label {
    margin: 0 0 14px;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list {
  display: flex;
  flex-wrap: wrap;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  min-height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 48px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member span {
  font-weight: 400;
  opacity: 0.8;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member {
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Self::before {
  background: url(../../../images/bu/health/top-fold/health-self-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Spouse::before {
  background: url(../../../images/bu/health/top-fold/health-wife-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Son::before {
  background: url(../../../images/bu/health/top-fold/health-son-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Daughter::before {
  background: url(../../../images/bu/health/top-fold/health-daughter-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Father::before {
  background: url(../../../images/bu/health/top-fold/health-father-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-mother-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Grand.Father::before {
  background: url(../../../images/bu/health/top-fold/health-grandfather-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Grand.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-grandmother-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Father-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-fatherinlaw-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .member-list .member.Mother-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-motherinlaw-icon.svg) no-repeat center/contain;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .more-members {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  position: relative;
  cursor: pointer;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-member-city .selected-member-list .more-members::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 3px 6px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city-medical-history {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city-medical-history {
    flex-direction: column;
    align-items: flex-start;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city {
  display: flex;
  margin-top: 18px;
  width: 50%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city {
    margin-top: 2px;
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city img {
  margin-right: 12px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city .city .label {
  color: #7A869A;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-city .city .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-medical-history {
  display: flex;
  margin-top: 18px;
  width: 50%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-medical-history {
    margin-top: 16px;
    width: 100%;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-medical-history img {
  margin-right: 12px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-medical-history .medical-history .label {
  color: #7A869A;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .selected-medical-history .medical-history .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper {
  margin: 28px auto 0;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper {
    bottom: -1px;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper .button {
  box-shadow: 0px 4px 12px 0px rgba(0, 101, 255, 0.2392156863);
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper .button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
}
.health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper .outline-button {
  color: #0065FF;
  /* font-family: Roboto; */
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 18px 0 24px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .health-insurance-bu .health-insurance-bu-right.return-user .health-insurance-return-user-step .button-wrapper .outline-button {
    margin: 0;
  }
}

.termCondition {
  font-size: 12px;
  color: #253858;
  text-align: center;
  margin: 8px 0 20px;
  display: block;
  padding: 0 10px;
}
.termCondition a,
.termCondition .linkbutton {
  color: #0065ff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.termCondition a:hover,
.termCondition .linkbutton:hover {
  text-decoration: underline;
}

.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #253858;
  margin: 0 auto 20px;
}
.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.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}
.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;
  -webkit-box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
  box-shadow: 0px 2px 6px rgba(29, 60, 110, 0.36);
}
.form-whatsapp input:checked + .slider {
  background-color: #36b37e;
}
.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #36b37e;
  box-shadow: 0 0 1px #36b37e;
}
.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.popular-searches-section .container {
  background: transparent;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 56px;
}
@media screen and (max-width: 1024px) {
  .popular-searches-section .container {
    padding: 24px 16px;
    margin: 16px 0;
    background: #fff;
  }
}
.popular-searches-section .container .heading {
  letter-spacing: 0px;
  color: #253858;
  font-size: 24px;
  line-height: 36px;
  text-align: CENTER;
  font-weight: 500;
  position: relative;
  margin: 0 0 56px;
}
.popular-searches-section .container .heading::after {
  content: "";
  background: #FFAB00;
  border-radius: 2px;
  width: 64px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .popular-searches-section .container .heading {
    margin: 0 0 44px;
    display: inline-block;
    width: 100%;
  }
}
.popular-searches-section .container .popular-search-list {
  display: flex;
  flex-wrap: wrap;
}
.popular-searches-section .container .popular-search-list .popular-search {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  width: 31%;
  margin: 0 32px 28px 0;
  letter-spacing: 0px;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-searches-section .container .popular-search-list .popular-search:nth-child(3n) {
  margin-right: 0;
}
.popular-searches-section .container .popular-search-list .popular-search::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 820px) {
  .popular-searches-section .container .popular-search-list .popular-search {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .popular-searches-section .container .popular-search-list .popular-search {
    width: 100%;
    margin: 0 0 16px;
  }
}
.popular-searches-section .container .view-more-popular-search {
  text-align: center;
  margin: 8px 0 0;
}
.popular-searches-section .container .view-more-popular-search .view-more {
  border: 1px solid #0065FF;
  border-radius: 100px;
  display: inline-block;
  background: #fff;
  padding: 6px 18px;
  letter-spacing: 0px;
  color: #0065FF;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.popular-searches-section .container .view-more-popular-search .view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin: 0 0 2px 8px;
}
.popular-searches-section .container .view-more-popular-search .view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 -1px 8px;
}

.medical-bills-banner {
  margin: 22px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #DFE1E6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-bills-banner::before {
  content: "";
  background: url(../../../images/bu/health/medical-bills-icon.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .medical-bills-banner::before {
    width: 30px;
    height: 30px;
  }
}
.medical-bills-banner .text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
}
.medical-bills-banner .text .know-more {
  font-weight: 700;
  color: #0065FF;
  cursor: pointer;
}

.medical-bills-banner-filter {
  margin: 16px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.medical-bills-banner-filter::before {
  content: "";
  background: url(../../../images/bu/health/medical-bills-icon.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
}
.medical-bills-banner-filter .text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #253858;
}
.medical-bills-banner-filter .text .know-more {
  color: #0065FF;
  cursor: pointer;
}

.medical-cost-covered-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.medical-cost-covered-container.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container.show {
    display: flex;
    align-items: flex-end;
  }
}
.medical-cost-covered-container.show .medical-cost-covered-body {
  right: 0;
}
.medical-cost-covered-container .medical-cost-covered-body {
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  width: 482px;
  margin: 0 0 0 auto;
  position: relative;
  right: -427px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container .medical-cost-covered-body {
    height: 95%;
    bottom: 0%;
    border-radius: 24px 24px 0 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    transition: none;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  background: #DEEBFF;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container .medical-cost-covered-body .heading-close {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: rgb(235, 243, 255);
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container .medical-cost-covered-body .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.medical-cost-covered-container .medical-cost-covered-body .content {
  padding: 18px 24px 24px;
  height: calc(100% - 58px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container .medical-cost-covered-body .content {
    padding: 18px 0px 0;
    height: calc(100% - 50px);
  }
}
.medical-cost-covered-container .medical-cost-covered-body .buttons {
  position: absolute;
  bottom: 26px;
  left: 24px;
  width: 100%;
  max-width: calc(100% - 48px);
}
@media screen and (max-width: 767px) {
  .medical-cost-covered-container .medical-cost-covered-body .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .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;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list {
  display: flex;
  overflow-x: hidden;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-top: 7px;
  position: relative;
  padding-left: 9px;
  padding-right: 15px;
  margin: 0 auto 24px;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .medical-cost-covered-container .medical-cost-covered-body .number-price-list {
    padding: 5px 12px;
    margin: 0 4px 18px;
    overflow-x: scroll;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows {
  position: absolute;
  left: 0;
  top: 45%;
  width: auto;
  transform: translate(0px, -50%);
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows.right {
  left: auto;
  right: 3px;
}
@media screen and (max-width: 768px) {
  .medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows {
    display: none;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-left,
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-right {
  border-radius: 20px;
  border: 1px solid #DFE1E6;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  cursor: pointer;
  margin-left: 0;
  background: #fff;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-left.disable,
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-right.disable {
  pointer-events: none;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-left.disable i,
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-right.disable i {
  border-color: #DFE1E6;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-left i {
  border: solid #505F79;
  border-width: 0 0 1px 1px;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .arrows .arrow-right i {
  border: solid #505F79;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number-price {
  border-radius: 8px;
  border: 1px solid rgba(37, 56, 88, 0.1);
  background: #FFF;
  padding: 0;
  text-align: center;
  flex-shrink: 0;
  margin: 0 16px 0 0;
  cursor: pointer;
  width: 22%;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number-price.selected {
  border: 1px solid #0065ff;
  position: relative;
  background: rgba(222, 235, 255, 0.4);
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number-price.selected:after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-selected-icon.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number-price.selected .number {
  color: #0065ff;
  font-weight: 700;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number-price.selected .price {
  color: #0065ff;
  font-weight: 500;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .number {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 8px 0 0;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .price {
  color: #253858;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.014em;
  margin: 0 0 8px;
}
.medical-cost-covered-container .medical-cost-covered-body .number-price-list .tag {
  background: #EAE6FF;
  margin: 10px 0 0;
  border-radius: 0 0 8px 8px;
  color: #6554C0;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .medical-cost-covered-container .medical-cost-covered-body .number-price-list .tag {
    font-size: 9px;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section {
  overflow-y: auto;
  height: calc(100% - 195px);
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section {
    margin: 0 16px;
    padding: 0px 0 10px 0;
    height: calc(100% - 205px);
  }
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  color: #253858;
  margin: 0 0 16px;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease {
  margin: 0 0 18px;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease:last-child {
  margin: 0;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .disease-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .disease-price .name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #253858;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .disease-price .name .see-bills {
  background: #DEEBFF;
  border-radius: 4px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #0065ff;
  cursor: pointer;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .disease-price .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 0;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range {
  max-width: 396px;
  background: #F4F5F7;
  height: 8px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range {
    max-width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range {
    max-width: 306px;
  }
}
@media screen and (max-width: 375px) {
  .medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range {
    max-width: 285px;
  }
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range span {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range span.green {
  background: #36B37E;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range span.yellow {
  background: #FFAB00;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .range span.red {
  background: #DE350B;
}
.medical-cost-covered-container .medical-cost-covered-body .see-whats-covered-section .disease-list .disease .range-percentage .percentage {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #6B778C;
}

.medical-bills-popup-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 43, 77, 0.9);
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
.medical-bills-popup-container.visible {
  animation: filterWebFade 0.3s ease-out;
  opacity: 1;
  z-index: 100000;
}
.medical-bills-popup-container .medical-bills-popup {
  width: 100%;
  max-width: 602px;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup {
    left: 0;
    top: auto;
    transform: none;
    height: auto;
    border-radius: 0;
    animation: filterSlideUp 0.3s ease-out;
    bottom: 0;
    min-height: auto;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-heading {
  border-radius: 24px 24px 0px 0px;
  background: #DEEBFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-heading {
    border-bottom: 1px solid #DFE1E6;
    padding: 16px;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-heading .heading {
  color: #253858;
  /* font-family: Roboto; */
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-heading .close {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-heading .close img {
  max-width: 100%;
  height: auto;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body {
  text-align: center;
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body {
    border-radius: 0;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider {
  overflow: hidden;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides {
  align-items: center;
  justify-content: center;
  position: relative;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .medical-bills-slides-img {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  padding: 10px 0;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .medical-bills-slides-img::-webkit-scrollbar {
  display: none;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides img {
  max-width: 295px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(37, 56, 88, 0.1607843137);
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides img {
    max-width: 270px;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out {
  background: rgba(151, 160, 175, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out select {
  display: none;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button {
  background: #253858;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 0;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button.zoomin {
  margin-bottom: 12px;
  font-size: 0;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button.zoomin::before {
  content: "";
  background: #fff;
  width: 15px;
  height: 2px;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button.zoomin::after {
  content: "";
  background: #fff;
  height: 15px;
  width: 2px;
  position: absolute;
  left: 49%;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button.zoomout {
  margin-bottom: 0;
  font-size: 0;
  position: relative;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-bills-slider .medical-bills-slides .zoom-in-out button.zoomout::after {
  content: "";
  background: #fff;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 49%;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .disclaimer {
  color: #505F79;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px !important;
  margin: 16px 0 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .disclaimer {
    margin: 28px 0 0;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .fade {
  animation-name: slide-in;
  animation-duration: 1.5s;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-previous {
  background: #FFFFFF;
  border: 1px solid #DFE1E6;
  border-radius: 50%;
  width: 40px;
  box-shadow: 0px 2px 6px 0px rgba(37, 56, 88, 0.2509803922);
  height: 40px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #253858;
  font-size: 20px;
  line-height: 33px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-previous {
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-previous {
    top: auto;
    bottom: 11.5%;
    transform: none;
    left: 30%;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-next {
  background: #FFFFFF;
  border: 1px solid #DFE1E6;
  border-radius: 50%;
  width: 40px;
  box-shadow: 0px 2px 6px 0px rgba(37, 56, 88, 0.2509803922);
  height: 40px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #253858;
  font-size: 20px;
  line-height: 33px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-next {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .arrow-next {
    top: auto;
    bottom: 11.55%;
    transform: none;
    right: 30%;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-slider-dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-slider-dots-list {
    margin-top: 30px;
  }
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-slider-dots-list .medical-slider-dot {
  height: 7px;
  width: 7px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: #DFE1E6;
  cursor: pointer;
}
.medical-bills-popup-container .medical-bills-popup .medical-bills-popup-body .medical-slider-dots-list .medical-slider-dot.active {
  background-color: #253858;
  border: 1px solid #ffffff;
  outline: 1px solid #253858;
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
.boxFixed {
  overflow: hidden;
  height: 100%;
}

.fos-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.fos-popup-container.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fos-popup-container.show {
    display: flex;
    align-items: flex-end;
  }
}
.fos-popup-container.show .fos-popup {
  right: 0;
}
.fos-popup-container .fos-popup {
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  width: 436px;
  margin: 0 0 0 auto;
  position: relative;
  right: -427px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup {
    height: 95%;
    bottom: 0%;
    border-radius: 24px 24px 0 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    transition: none;
  }
}
.fos-popup-container .fos-popup .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background: #DEEBFF;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .heading-close {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: rgb(235, 243, 255);
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.fos-popup-container .fos-popup .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.fos-popup-container .fos-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.fos-popup-container .fos-popup .content {
  padding: 24px;
  height: calc(100% - 65px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .content {
    padding: 18px 0 0;
    height: calc(100% - 50px);
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .err {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: red;
  display: block;
}
.fos-popup-container .fos-popup .member-info {
  padding-top: 5px;
}
.fos-popup-container .fos-popup .member-info::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .member-info {
    padding: 11px 16px 0;
  }
}
.fos-popup-container .fos-popup .member-info .fieldWrapper {
  margin-bottom: 32px;
  width: 100%;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.error {
  border-color: #DE3508;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.error .formInput.round {
  border-color: red;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.error .formInput input.labelshow + .feildLable,
.fos-popup-container .fos-popup .member-info .fieldWrapper.error .formInput input:focus + .feildLable {
  color: red;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox:after {
  content: "";
  width: 1px;
  height: 20px;
  background: grey;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.registration_check .formInput input {
  width: calc(100% - 80px);
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.registration_check .formInput .feildLable.mobN {
  left: 80px;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.success-msg .formInput::after {
  right: 17px;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.filled {
  pointer-events: none;
  border-color: #7A869A;
  opacity: 0.7;
  position: relative;
}
.fos-popup-container .fos-popup .member-info .fieldWrapper.filled::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-lock-icon.svg);
  position: absolute;
  width: 12px;
  height: 16px;
  right: 10px;
  bottom: 36%;
}
.fos-popup-container .fos-popup .step-1 {
  height: 100%;
}
.fos-popup-container .fos-popup .step-1 .title {
  padding: 22px 24px 14px;
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.fos-popup-container .fos-popup .step-1 .title span {
  color: #36B37E;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-1 .title {
    padding: 14px 16px 14px;
    line-height: 30px;
  }
}
.fos-popup-container .fos-popup .step-1 .cities-advisors {
  display: FLEX;
  align-items: center;
  padding: 4px 24px 28px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-1 .cities-advisors {
    padding: 4px 16px 24px;
  }
}
.fos-popup-container .fos-popup .step-1 .cities-advisors > div {
  display: flex;
  align-items: center;
}
.fos-popup-container .fos-popup .step-1 .cities-advisors > div.cities {
  border-right: 1px solid #DFE1E6;
  padding-right: 16px;
  margin-right: 16px;
}
.fos-popup-container .fos-popup .step-1 .cities-advisors > div .img {
  height: 24px;
}
.fos-popup-container .fos-popup .step-1 .cities-advisors > div .img img {
  max-width: 100%;
}
.fos-popup-container .fos-popup .step-1 .cities-advisors > div .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #253858;
  margin: 0 0 0 10px;
}
.fos-popup-container .fos-popup .step-1 .member-info {
  padding: 0 24px;
}
.fos-popup-container .fos-popup .step-1 .member-info .fieldWrapper:last-child {
  margin-bottom: 22px;
}
.fos-popup-container .fos-popup .step-1 .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-1 .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
  }
}
.fos-popup-container .fos-popup .step-1 .how-it-works, .fos-popup-container .fos-popup .step-1 .how-it-works-leadform-section {
  color: #0065FF;
  text-align: CENTER;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 16px auto 0;
  position: relative;
  cursor: pointer;
}
.fos-popup-container .fos-popup .step-1 .how-it-works::after, .fos-popup-container .fos-popup .step-1 .how-it-works-leadform-section::after {
  content: "";
  border: solid #0065ff;
  border-width: 2px 0px 0px 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  display: inline-block;
  margin-top: 0;
  margin-left: 8px;
}
.fos-popup-container .fos-popup .step-2 {
  height: 100%;
}
.fos-popup-container .fos-popup .step-2 .country-selection {
  height: 58px;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-2 .country-selection {
    padding: 0 16px;
  }
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper {
  margin-bottom: 14px;
  width: 100%;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .fullWidht {
  padding: 0px 35px 0px 60px;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper.error {
  border-color: #DE3508;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper.error .formInput.round {
  border-color: red;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper.error .formInput input.labelshow + .feildLable,
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper.error .formInput input:focus + .feildLable {
  color: red;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .formInput {
  position: relative;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .formInput::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;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .formInput .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;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .formInput .feildLable {
  left: 55px;
}
.fos-popup-container .fos-popup .step-2 .country-selection .fieldWrapper .formInput #healthCityPincode {
  padding: 0px 35px 0px 55px;
}
.fos-popup-container .fos-popup .step-2 .step-one {
  height: calc(100% - 58px);
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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) {
  .fos-popup-container .fos-popup .step-2 .step-one .detect-location {
    margin: 16px;
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-2 .step-one .divider::before, .fos-popup-container .fos-popup .step-2 .step-one .divider::after {
  content: "";
  background: #7A869A;
  position: absolute;
  width: 45%;
  height: 1px;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
.fos-popup-container .fos-popup .step-2 .step-one .divider::after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-2 .step-one .divider {
    margin: 18px 16px 22px;
  }
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section {
  margin-top: 12px;
  height: calc(100vh - 335px);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section {
    overflow-y: scroll;
    padding: 0 16px;
    height: 76%;
  }
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section::-webkit-scrollbar {
  display: none;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .label {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list {
  margin: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list .popular-city:nth-of-type(4n) {
  margin-right: 0;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list .popular-city img {
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list .popular-city {
    width: 22%;
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list .popular-city.selected {
  position: relative;
}
.fos-popup-container .fos-popup .step-2 .step-one .popular-cities-section .popular-cities-list .popular-city.selected img {
  border: 1px solid #0065ff;
  border-radius: 50%;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-2 .step-one .buttons {
  position: absolute;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-2 .step-one .buttons {
    position: sticky;
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
  }
}
.fos-popup-container .fos-popup .step-2 .step-two {
  height: calc(100% - 58px);
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-2 .step-two {
    height: calc(100% - 126px);
  }
}
.fos-popup-container .fos-popup .step-2 .step-two .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: 16px 0 0;
}
.fos-popup-container .fos-popup .step-2 .step-two .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) {
  .fos-popup-container .fos-popup .step-2 .step-two .error-message {
    margin: 16px 16px 0;
  }
}
.fos-popup-container .fos-popup .step-2 .step-two .help-box {
  border-radius: 24px;
  background: #EBF3FF;
  padding: 22px 24px;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 48px);
  left: 24px;
  max-width: 100%;
  text-align: center;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-2 .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: 767px) {
  .fos-popup-container .fos-popup .step-2 .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.fos-popup-container .fos-popup .step-2 .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;
}
.fos-popup-container .fos-popup .step-2 .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;
}
.fos-popup-container .fos-popup .step-2 .buttons .button {
  width: 74%;
}
.fos-popup-container .fos-popup .step-3 {
  height: 100%;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .day-date-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-3 .day-date-list {
    padding: 5px 12px;
    margin: 0 4px;
    overflow-x: scroll;
  }
}
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows {
  position: absolute;
  left: 0;
  top: 55%;
  width: auto;
  transform: translate(0px, -50%);
}
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows.right {
  left: auto;
  right: 3px;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-3 .day-date-list .arrows {
    display: none;
  }
}
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows .arrow-left,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows .arrow-left.disable,
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows .arrow-right.disable {
  pointer-events: none;
}
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows .arrow-left.disable i,
.fos-popup-container .fos-popup .step-3 .day-date-list .arrows .arrow-right.disable i {
  border-color: #DFE1E6;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .day-date-list .day-date.selected {
  border: 1px solid #0065ff;
  position: relative;
  background: rgba(222, 235, 255, 0.4);
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .day-date-list .day-date.selected .day,
.fos-popup-container .fos-popup .step-3 .day-date-list .day-date.selected .date {
  color: #0065ff;
  font-weight: 500;
}
.fos-popup-container .fos-popup .step-3 .day-date-list .day,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .time-slot-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-3 .time-slot-list {
    padding: 0px 16px;
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-3 .time-slot-list .time-slot.selected {
  border: 1px solid #0065ff;
  color: #0065ff;
  font-weight: 500;
}
.fos-popup-container .fos-popup .step-3 .time-slot-list .time-slot:nth-of-type(2n) {
  margin-right: 0;
}
.fos-popup-container .fos-popup .step-3 .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: 767px) {
  .fos-popup-container .fos-popup .step-3 .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.fos-popup-container .fos-popup .step-3 .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;
}
.fos-popup-container .fos-popup .step-3 .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;
}
.fos-popup-container .fos-popup .step-3 .buttons .button {
  width: 74%;
}
.fos-popup-container .fos-popup .step-3 .err {
  position: relative;
  bottom: auto;
  font-size: 12px;
  color: red;
  display: block;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .step-3 .err {
    padding: 0 16px;
  }
}
.fos-popup-container .fos-popup .step-4 {
  height: 100%;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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: 767px) {
  .fos-popup-container .fos-popup .step-4 .call-disclaimer {
    bottom: 84px;
    font-size: 12px;
    line-height: 20px;
  }
}
.fos-popup-container .fos-popup .step-4 .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-4 .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.fos-popup-container .fos-popup .step-4 .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;
}
.fos-popup-container .fos-popup .step-4 .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;
}
.fos-popup-container .fos-popup .step-4 .buttons .button {
  width: 74%;
}
.fos-popup-container .fos-popup .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) {
  .fos-popup-container .fos-popup .step-4 .form-whatsapp {
    width: 65%;
    bottom: 6px;
  }
}
.fos-popup-container .fos-popup .step-5 {
  height: 100%;
}
.fos-popup-container .fos-popup .step-5 .heading-close {
  justify-content: flex-end;
  border: 0;
  background: #fff;
}
.fos-popup-container .fos-popup .step-5 .thankyou-message {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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) {
  .fos-popup-container .fos-popup .step-5 .thankyou-message .thankyou-img {
    width: 142px;
    height: 142px;
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-5 .thankyou-message .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505F79;
  margin: 8px 0 0;
}
.fos-popup-container .fos-popup .step-5 .appointment-details-section {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-5 .appointment-details-section {
    padding: 0 16px;
  }
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-5 .appointment-details-section .day,
.fos-popup-container .fos-popup .step-5 .appointment-details-section .time,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-5 .appointment-details-section .day::before,
.fos-popup-container .fos-popup .step-5 .appointment-details-section .time::before,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .step-5 .appointment-details-section .location::before {
  background: url(../../../images/bu/health/fos/fos-map-icon.svg) no-repeat center/contain;
}
.fos-popup-container .fos-popup .step-5 .buttons {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 48px);
  bottom: 26px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .step-5 .buttons {
    background: var(--ffffffn-0, #FFF);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
}
.fos-popup-container .fos-popup .step-6,
.fos-popup-container .fos-popup .step-7 {
  height: 100%;
}
.fos-popup-container .fos-popup .appointment-booked-section {
  padding: 66px 16px 22px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .appointment-booked-section {
    padding: 36px 16px 22px;
  }
}
.fos-popup-container .fos-popup .appointment-booked-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;
}
.fos-popup-container .fos-popup .appointment-booked-section .thankyou-message {
  flex-direction: column;
  justify-content: center;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .appointment-booked-section .thankyou-message .img {
  background: url(../../../images/bu/health/fos/fos-thankyou-icon.svg) no-repeat center/contain;
  width: 142px;
  height: 142px;
}
.fos-popup-container .fos-popup .appointment-booked-section .thankyou-message .message {
  text-align: center;
  margin-top: 24px;
  margin-left: 0;
}
.fos-popup-container .fos-popup .appointment-booked-section .button {
  position: absolute;
  bottom: 12px;
  width: calc(100% - 32px);
  max-width: 100%;
  background: var(--0065-ff-b-300, #0065FF);
  color: #FFF;
}
.fos-popup-container .fos-popup .appointment-no-advisors-section {
  padding: 106px 16px 22px;
  height: 100%;
  position: relative;
  text-align: center;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .appointment-no-advisors-section .thankyou-message {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 22px;
  justify-content: center;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .appointment-no-advisors-section .appointment-details {
  margin: 22px 0 0;
  display: flex;
  flex-direction: COLUMN;
  align-items: center;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .appointment-no-advisors-section .appointment-details .day,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .appointment-no-advisors-section .appointment-details .day::before,
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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;
}
.fos-popup-container .fos-popup .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%;
}
.fos-popup-container .fos-popup .how-it-works-section {
  height: 100%;
}
.fos-popup-container .fos-popup .how-it-works-section .heading-close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  background: transparent;
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 1;
}
.fos-popup-container .fos-popup .how-it-works-section .heading-close .heading {
  display: none;
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers {
  background: linear-gradient(180deg, #E1EFFF -22.85%, #FFFFFF 100%);
  position: relative;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .title-pointers {
    padding: 16px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-how-it-works-top-img.png) no-repeat center/contain;
  width: 150px;
  height: 156px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .title-pointers::after {
    width: 127px;
    height: 110px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers .title {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  max-width: 300px;
  width: 100%;
  margin: 0 0 12px;
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers .title span {
  color: #36B37E;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .title-pointers .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers .pointers-list .pointers {
  color: #505F79;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 8px;
  position: relative;
}
.fos-popup-container .fos-popup .how-it-works-section .title-pointers .pointers-list .pointers::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-star-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .title-pointers .pointers-list .pointers {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section {
  padding: 16px 0 0px 14px;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 20px;
  padding-left: 10px;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .heading::after {
  content: "";
  background: #FFAB00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .heading {
    font-size: 18px;
    line-height: 26px;
    padding-left: 2px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  padding: 16px 10px;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list::-webkit-scrollbar {
  display: none;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor {
  flex-shrink: 0;
  box-shadow: 0px 0px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  padding: 16px 16px 18px;
  margin-right: 18px;
  border-radius: 16px;
  max-height: 134px;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name {
  display: flex;
  align-items: CENTER;
  margin: 0 12px 16px 0;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image img {
  max-width: 100%;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .name {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0 0 2px;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .since {
  color: #505F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}
.fos-popup-container .fos-popup .how-it-works-section .expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p {
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.fos-popup-container .fos-popup .how-it-works-section .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;
}
.fos-popup-container .fos-popup .how-it-works-section .content {
  padding: 12px 24px 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .content {
    padding: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .how-it-works-section .steps {
    padding: 0 16px;
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
    height: 90%;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .steps .steps-heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 38px;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .steps-heading::after {
  content: "";
  background: #FFAB00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .fos-popup-container .fos-popup .how-it-works-section .steps .steps-heading {
    font-size: 18px;
    line-height: 26px;
  }
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
  justify-content: space-between;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step:last-of-type {
  margin-bottom: 28px;
  width: 100%;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step .image {
  width: 35%;
  flex-shrink: 0;
  text-align: CENTER;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step .image img {
  max-width: 100%;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step .details {
  width: 58%;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step .number {
  width: 36px;
  height: 36px;
  background: #F4F5F7;
  border-radius: 50%;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  flex-shrink: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
  margin: 0 0 12px;
}
.fos-popup-container .fos-popup .how-it-works-section .steps .step .label {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.fos-popup-container .fos-popup .how-it-works-section .buttons {
  position: relative;
  width: 100%;
  bottom: auto;
  margin-bottom: 20px;
  display: block;
  position: sticky;
  max-width: 100%;
  padding: 10px 0;
  background: #fff;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fos-popup-container .fos-popup .how-it-works-section .buttons {
    margin: 0 auto;
    padding: 10px;
  }
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0;
  background: none;
  font-weight: 400;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .fos-popup:has(> .step-3:not(.hide)) {
    max-height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .fos-popup:has(> .step-5:not(.hide)) {
    max-height: 620px;
  }
}

@media screen and (max-width: 768px) {
  .fos-popup:has(> .step-6:not(.hide)) {
    max-height: 600px;
  }
}

.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;
}
@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;
}

.rhs-banner-right:has(.appointment-booked-section) {
  height: auto;
}
@media screen and (max-width: 767px) {
  .rhs-banner-right {
    padding: 0;
  }
  .rhs-banner-right a img {
    padding: 0;
  }
  .rhs-banner-right .promotional_banner_right {
    max-width: 100%;
    padding: 0;
  }
  .rhs-banner-right .promotional_banner_right img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rhs-banner-right:has(.promotional_banner_right) {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rhs-banner-right .appointment-booked-section .thankyou-message .content {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rhs-banner-right .appointment-booked-section .thankyou-message .description {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .health-rhs-js {
    padding: 0;
    height: auto !important;
  }
  .health-rhs-js .promotional_banner_right {
    max-width: 100%;
    padding: 0;
    text-align: left;
  }
  .health-rhs-js .promotional_banner_right img {
    max-width: 100%;
    padding: 0;
  }
  .health-rhs-js .promotional_banner_right.appointment-booked-section {
    padding: 16px 16px 22px;
  }
}
@media screen and (max-width: 767px) {
  .health-rhs-js:has(.promotional_banner_right) {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .health-rhs-js .appointment-booked-section .thankyou-message .content {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .health-rhs-js .appointment-booked-section .thankyou-message .description {
    text-align: left;
  }
}

ul.ui-autocomplete.fos {
  width: 360px !important;
  margin-top: 14px;
  padding: 0 16px;
  list-style: none;
  z-index: 1000000;
}
@media screen and (max-width: 768px) {
  ul.ui-autocomplete.fos {
    width: 95% !important;
  }
}
@media screen and (max-width: 767px) {
  ul.ui-autocomplete.fos {
    width: 90% !important;
  }
}
ul.ui-autocomplete.fos::-webkit-scrollbar {
  width: 2px;
}
ul.ui-autocomplete.fos::-webkit-scrollbar-track {
  background: #f1f1f1;
}
ul.ui-autocomplete.fos::-webkit-scrollbar-thumb {
  background: #888;
}
ul.ui-autocomplete.fos li {
  padding: 10px !important;
  background-image: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  background-color: #fff !important;
  color: #253858 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
ul.ui-autocomplete.fos li:last-of-type {
  border: 0 !important;
}
ul.ui-autocomplete.fos li:hover {
  background-color: rgba(241, 238, 238, 0.4) !important;
}

.fos-intent-leadform-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.fos-intent-leadform-container.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container.show {
    display: flex;
    align-items: flex-end;
  }
}
.fos-intent-leadform-container.show .fos-popup {
  right: 0;
}
.fos-intent-leadform-container .fos-popup {
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  width: 436px;
  margin: 0 0 0 auto;
  position: relative;
  right: -427px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup {
    height: 95%;
    bottom: 0%;
    border-radius: 24px 24px 0 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    transition: none;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background: #DEEBFF;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .heading-close {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: rgb(235, 243, 255);
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.fos-intent-leadform-container .fos-popup .content {
  padding: 24px;
  height: calc(100% - 65px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .content {
    padding: 18px 0 0;
    height: calc(100% - 50px);
  }
}
.fos-intent-leadform-container .fos-popup .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;
}
.fos-intent-leadform-container .fos-popup .err {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: red;
  display: block;
}
.fos-intent-leadform-container .fos-popup .member-info {
  padding-top: 5px;
}
.fos-intent-leadform-container .fos-popup .member-info::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .member-info {
    padding: 11px 16px 0;
  }
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper {
  margin-bottom: 32px;
  width: 100%;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error {
  border-color: #DE3508;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput.round {
  border-color: red;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput input.labelshow + .feildLable,
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput input:focus + .feildLable {
  color: red;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox:after {
  content: "";
  width: 1px;
  height: 20px;
  background: grey;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .formInput input {
  width: calc(100% - 80px);
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .formInput .feildLable.mobN {
  left: 80px;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.success-msg .formInput::after {
  right: 17px;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.filled {
  pointer-events: none;
  border-color: #7A869A;
  opacity: 0.7;
  position: relative;
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.filled::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-lock-icon.svg);
  position: absolute;
  width: 12px;
  height: 16px;
  right: 10px;
  bottom: 36%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section {
  height: 100%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .heading-close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  background: transparent;
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 1;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .heading-close .heading {
  display: none;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers {
  background: linear-gradient(180deg, #E1EFFF -22.85%, #FFFFFF 100%);
  position: relative;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers {
    padding: 16px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-how-it-works-top-img.png) no-repeat center/contain;
  width: 150px;
  height: 156px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers::after {
    width: 127px;
    height: 110px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  max-width: 300px;
  width: 100%;
  margin: 0 0 12px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title span {
  color: #36B37E;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers {
  color: #505F79;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 8px;
  position: relative;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-star-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section {
  padding: 16px 0 0px 14px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 20px;
  padding-left: 10px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading::after {
  content: "";
  background: #FFAB00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading {
    font-size: 18px;
    line-height: 26px;
    padding-left: 2px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  padding: 16px 10px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list::-webkit-scrollbar {
  display: none;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor {
  flex-shrink: 0;
  box-shadow: 0px 0px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  padding: 16px 16px 18px;
  margin-right: 18px;
  border-radius: 16px;
  max-height: 134px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name {
  display: flex;
  align-items: CENTER;
  margin: 0 12px 16px 0;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image img {
  max-width: 100%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .name {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0 0 2px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .since {
  color: #505F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p {
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .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;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .content {
  padding: 12px 24px 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .content {
    padding: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps {
    padding: 0 16px;
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
    height: 90%;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 38px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading::after {
  content: "";
  background: #FFAB00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading {
    font-size: 18px;
    line-height: 26px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
  justify-content: space-between;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step:last-of-type {
  margin-bottom: 28px;
  width: 100%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .image {
  width: 35%;
  flex-shrink: 0;
  text-align: CENTER;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .image img {
  max-width: 100%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .details {
  width: 58%;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .number {
  width: 36px;
  height: 36px;
  background: #F4F5F7;
  border-radius: 50%;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  flex-shrink: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
  margin: 0 0 12px;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .label {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .buttons {
  position: relative;
  width: 100%;
  bottom: auto;
  margin-bottom: 20px;
  display: block;
  position: sticky;
  max-width: 100%;
  padding: 10px 0;
  background: #fff;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .buttons {
    margin: 0 auto;
    padding: 10px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 500;
  background: #EAE6FF;
  color: #5243AA;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:first-child .image-name .image {
  background: #EAE6FF;
  color: #5243AA;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(2n) .image-name .image {
  background: #DEEBFF;
  color: #0052CC;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(3n) .image-name .image {
  background: #E3FCEF;
  color: #00875A;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(4n) .image-name .image {
  background: #FFF0B3;
  color: #FF991F;
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(5n) .image-name .image {
  background: #FFEBE6;
  color: #DE3508;
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps {
    height: auto;
  }
}

.home-visit-content {
  border: 0;
  border-radius: 8px;
  margin-bottom: 20px;
  height: auto;
  background: linear-gradient(153.63deg, #FEF2E6 0%, #FFEBEF 57.98%, #DBE1FB 97.99%);
  position: relative;
  padding: 14px 16px 18px;
}
@media screen and (max-width: 1024px) {
  .home-visit-content {
    max-width: 328px;
    margin: 24px auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-visit-content {
    max-width: 100%;
    margin: 24px auto 16px;
  }
}
.home-visit-content .promotional_banner_right {
  background: transparent;
  text-align: left;
}
.home-visit-content .promotional_banner_right .fos-button::after {
  content: "";
  background: url(../../../images/bu/health/filters-home-visit-image.png) no-repeat center/contain;
  width: 149px;
  height: 186px;
  position: absolute;
  right: 0;
  top: -14px;
}
@media screen and (max-width: 1024px) {
  .home-visit-content .promotional_banner_right .fos-button::after {
    max-width: 160px;
    max-height: 200px;
    width: 40%;
    height: unset;
    aspect-ratio: 70/87;
  }
}
.home-visit-content .sub-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #253858;
}
.home-visit-content .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #253858;
  margin: 2px 0 10px;
}
@media screen and (max-width: 767px) {
  .home-visit-content .heading {
    max-width: 170px;
  }
}
.home-visit-content .pointers-list {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .home-visit-content .pointers-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-visit-content .pointers-list .pointer {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #253858;
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  border-right: 1px solid rgba(37, 56, 88, 0.2);
  padding: 0 8px 0 0;
}
.home-visit-content .pointers-list .pointer:last-child {
  border: 0;
}
@media screen and (max-width: 767px) {
  .home-visit-content .pointers-list .pointer:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-visit-content .pointers-list .pointer {
    border: 0;
    margin: 0 0 10px;
  }
}
.home-visit-content .pointers-list .pointer .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}
.home-visit-content .pointers-list .pointer .icon.icon-1 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-1.svg);
}
.home-visit-content .pointers-list .pointer .icon.icon-2 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-2.svg);
}
.home-visit-content .pointers-list .pointer .icon.icon-3 {
  background: url(../../../images/bu/health/fos/rhs-home-visit-icon-3.svg);
}
.home-visit-content .button {
  background: #6554C0;
  border-radius: 8px;
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 18px 0 0;
  cursor: pointer;
  max-width: 328px;
}
@media screen and (max-width: 767px) {
  .home-visit-content .button {
    max-width: 100%;
  }
}
.home-visit-content:has(.appointment-booked-section) {
  border: 1px solid #DFE1E6;
  background: #fff;
  padding: 0;
}
.home-visit-content:has(.appointment-booked-section) .promotional_banner_right .fos-button::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-visit-content:has(.appointment-booked-section) {
    max-width: 342px;
  }
}
.home-visit-content:has(.appointment-booked-section) .appointment-booked-section {
  padding: 16px 16px 6px;
}

/* Toggle Button */
@media screen and (max-width: 1024px) {
  .top-fold-section {
    padding: 0 16px 16px;
  }
}
.top-fold-section h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: #253858;
  margin: 18px 0;
}
@media screen and (max-width: 1024px) {
  .top-fold-section h1 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 12px;
  }
}

.members-city-sorting-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.members-city-sorting-section .members-city-section {
  display: flex;
}
.members-city-sorting-section .members-city-section .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #7A869A;
}
@media screen and (max-width: 1204px) {
  .members-city-sorting-section .members-city-section .label {
    font-size: 12px;
    line-height: 18px;
  }
}
.members-city-sorting-section .members-city-section .value {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #253858;
  border-bottom: 1px dashed #253858;
  position: relative;
  padding: 5px 2px 11px 0;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
@media screen and (max-width: 1204px) {
  .members-city-sorting-section .members-city-section .value {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 2px 10px;
    max-width: 145px;
  }
}
.members-city-sorting-section .members-city-section .value::after {
  content: "";
  border: 2px solid;
  border-color: #253858;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 8px;
}
.members-city-sorting-section .members-city-section .member {
  border-right: 1px solid #DFE1E6;
  padding: 0 36px 0 0;
  margin: 0 36px 36px 0;
}
@media screen and (max-width: 1204px) {
  .members-city-sorting-section .members-city-section .member {
    padding: 0 16px 0 0;
    margin: 0 16px 36px 0;
  }
}

/* Dropdown */
.sorting-section {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sorting-section {
    display: none;
  }
}

.sort-toggle {
  background-color: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  padding: 12px 16px;
  color: #253858;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}
.sort-toggle p {
  margin: 0;
}
.sort-toggle span {
  font-weight: 500;
  margin-right: 4px;
}
.sort-toggle::after {
  content: "";
  border: 2px solid;
  border-color: #253858;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 8px;
}

.sort-dropdown {
  width: 400px;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(37, 56, 88, 0.1215686275);
  padding: 24px;
  margin-top: 10px;
  position: absolute;
  display: none;
  z-index: 10;
  right: 0;
}
.sort-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.sort-option {
  padding: 16px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #DFE1E6;
  margin: 0 0 16px;
}
.sort-option input {
  margin-right: 12px;
  accent-color: #0065ff;
  width: 18px;
  height: 18px;
}

.sort-option.selected {
  background-color: rgba(222, 235, 255, 0.6);
  border-color: #0065ff;
}

.update-button {
  margin-top: 16px;
  background-color: #FF5630;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}

.card {
  padding: 16px 22px 16px 16px;
  display: flex;
  align-items: center;
  overflow: unset;
  margin-top: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(37, 56, 88, 0.08);
  border: none;
  position: relative;
  margin-bottom: 16px;
}
.card:has(.claim-settlement) {
  margin-top: 50px;
}
.card:has(.tagline) {
  padding: 32px 22px 16px 16px;
}
.card:has(.logo_top.logo-with-image.hide) .titleh6 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .card {
    flex-direction: column;
    padding: 16px 22px 16px 16px;
    margin-top: 16px;
  }
  .card:has(.tagline) {
    padding: 32px 22px 16px 16px;
  }
  .card:has(.claim-settlement) {
    margin-top: 48px;
  }
}
.card:has(.view-more-card-plans) {
  padding: 16px 22px 6px 16px;
}
.card:has(.view-more-card-plans):has(.tagline) {
  padding: 16px 22px 6px 16px;
}
@media screen and (max-width: 767px) {
  .card:has(.view-more-card-plans):has(.tagline) {
    padding: 16px 16px 6px 16px;
  }
}
.card:has(.view-more-card-plans) .card-content {
  border-bottom: 1px solid #DFE1E6;
  padding: 0 0 16px;
  margin: 0 0 16px;
  position: relative;
}
.card:has(.view-more-card-plans) .card-content:has(.tagline) {
  margin: 15px 0 16px;
}
.card:has(.view-more-card-plans) .card-content:has(.tagline) .tagline {
  top: -32px;
  right: -32px;
}
@media screen and (max-width: 767px) {
  .card:has(.view-more-card-plans) .card-content:has(.tagline) .tagline {
    right: auto;
    left: -27px;
  }
}
.card .claim-settlement {
  position: absolute;
  top: -27px;
  left: 16px;
  color: #505F79;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  background: #fff;
  padding: 4px;
  width: calc(100% - 32px);
  text-align: center;
  border-radius: 8px 8px 0 0;
  z-index: 0;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.card .claim-settlement span {
  margin-right: 4px;
}
.card .claim-settlement::before {
  content: "";
  background: url(../../../images/bu/health/fullwidth/health-top-plans-claim-settlement-icon.svg);
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .card .claim-settlement {
    left: 12px;
    width: calc(100% - 24px);
  }
}
.card .card-content {
  display: flex;
  width: 100%;
  align-items: CENTER;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .card .card-content {
    flex-direction: column;
  }
}
.card .view-more-card-plans {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  margin-top: -10px;
}
.card .view-more-card-plans::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: -10px;
  top: -2px;
  position: relative;
}
.card .view-more-card-plans.show:after {
  transform: rotate(-135deg);
  right: -10px;
  top: 2px;
}
.card .card-body {
  width: 58%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .card .card-body {
    width: 100%;
  }
}
.card .card-body .tagline {
  position: absolute;
  right: -10px;
  color: #6554C0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  background: #EAE6FF;
  padding: 4px 15px 4px 12px;
  border-radius: 8px 8px 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .card .card-body .tagline {
    right: auto;
    left: -10px;
    border-radius: 8px 8px 8px 0;
  }
}
.card .card-body .tagline::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #998DD9 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -10px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .card .card-body .tagline::after {
    border-width: 0px 10px 10px 0px;
    border-color: transparent #998DD9 transparent transparent;
    left: 0;
    right: auto;
  }
}
.card .card-body .insurer_card_top {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.card .card-body .insurer_card_top:has(.cashless-hospitals.hide) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .card .card-body .insurer_card_top {
    margin-bottom: 0;
  }
}
.card .card-body .insurer_card_top .logo-with-image {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  justify-content: center;
  padding: 3px;
  display: flex;
  align-items: center;
  width: 80px;
}
.card .card-body .insurer_card_top .logo-with-image .logo-widget-insurer {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .card-body .insurer_card_top .logo-with-image .logo-widget-insurer img {
  display: grid;
  max-width: 56px;
  height: auto;
}
.card .card-body .insurer_card_top .titleh6 {
  padding-right: 0;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  .card .card-body .insurer_card_top .titleh6 {
    line-height: 24px;
  }
}
.card .card-body .insurer_card_top .titleh6 .plan-name {
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: #253858;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .card .card-body .insurer_card_top .titleh6 .plan-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.card .card-body .insurer_card_top .titleh6 .cashless-hospitals {
  color: #505F79;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card .card-body .insurer_card_top .titleh6 .cashless-hospitals {
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-body .insurer_card_top .titleh6 .cashless-hospitals::before {
  content: "";
  background: url(../../../images/bu/health/fullwidth/health-top-plans-cashless-hospital-icon.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
}
.card .card-body .insurer_card_top .titleh6 .cashless-hospitals.anchor {
  color: #0065ff;
  cursor: pointer;
}
.card .card-body .insurer_card_top .titleh6 .cashless-hospitals.anchor::before {
  background: url(../../../images/bu/health/fullwidth/health-top-plans-cashless-hospital-blue-icon.svg);
}
.card .card-body .topFeatures .topPlanFeatures {
  color: #505F79;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 90%;
}
.card .card-body .topFeatures .topPlanFeatures::before {
  content: "";
  background: url(../../../images/bu/health/fullwidth/health-top-plans-heart-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 14px;
  height: 15px;
  margin: 4px 7px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .card .card-body .topFeatures .topPlanFeatures::before {
    position: absolute;
    left: 0;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .topPlanFeatures {
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-body .topFeatures .topPlanFeatures button {
  background: transparent;
  border: 0;
  font-weight: 500;
  color: #0065ff;
  cursor: pointer;
  margin: 0 0 0 5px;
  display: contents;
}
@media screen and (max-width: 820px) {
  .card .card-body .topFeatures .topPlanFeatures {
    flex-wrap: wrap;
    padding-left: 22px;
    width: 100%;
    margin-top: 6px;
  }
}
.card .card-body .topFeatures .topPlanFeatures.with-exclaimation::before {
  background: url(../../../images/bu/health/fullwidth/health-top-plans-exclaimation-icon.svg);
  margin-top: 3px;
}
@media screen and (max-width: 820px) {
  .card .card-body .topFeatures .topPlanFeatures.with-exclaimation::before {
    margin-top: 0;
  }
}
.card .card-body .topFeatures .planFeatures {
  flex-wrap: nowrap;
  margin: 8px 4px 2px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .planFeatures {
    margin: 8px 0;
  }
}
.card .card-body .topFeatures .planFeatures p {
  padding: 0 0 0 16px;
  color: #505F79;
  border: 0;
  border-radius: 0;
  text-align: left;
  margin: 0 0px 8px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .planFeatures p {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-body .topFeatures .planFeatures p::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 1.5px solid #36B37E;
  border-right: 1.5px solid #36B37E;
  margin: -11px 12px 0 0;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .planFeatures p::before {
    margin: 0;
    position: absolute;
    top: 2px;
    left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .planFeatures p:last-child {
    margin-bottom: 0;
  }
}
.card .card-body .topFeatures .all-features-watch-video {
  display: flex;
  align-items: center;
  margin: 0 0 0 19px;
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .all-features-watch-video {
    margin: 0 0 14px 22px;
  }
}
.card .card-body .topFeatures .all-features-watch-video > div {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 767px) {
  .card .card-body .topFeatures .all-features-watch-video > div {
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-body .topFeatures .all-features-watch-video > div.watch-video {
  position: relative;
}
.card .card-body .topFeatures .all-features-watch-video > div.watch-video::before {
  content: "";
  background: #253858;
  width: 1.5px;
  height: 13px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -2px;
}
.card .card-body .topFeatures .all-features-watch-video > div.watch-video::after {
  content: "";
  background: url(../../../images/bu/health/fullwidth/health-top-plans-play-icon.svg);
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 2px 0 -2px 6px;
}
.card .featuresActionBar {
  width: 39%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .card .featuresActionBar {
    width: 100%;
  }
}
.card .featuresActionBar .priceBtn {
  display: block;
  float: none;
}
@media screen and (max-width: 767px) {
  .card .featuresActionBar .priceBtn {
    padding: 0;
  }
}
.card .featuresActionBar .priceBtn::before {
  display: none;
}
.card .featuresActionBar .priceBtn .cover-price {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.card .featuresActionBar .priceBtn .cover-price .label-value {
  width: 50%;
}
.card .featuresActionBar .priceBtn .cover-price .label-value .label {
  color: #7A869A;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0 0 2px;
}
.card .featuresActionBar .priceBtn .cover-price .label-value .value {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.card .featuresActionBar .priceBtn .cover-price .label-value .value:has(select) {
  width: 56%;
  position: relative;
}
.card .featuresActionBar .priceBtn .cover-price .label-value .value:has(select):after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 8px;
  pointer-events: none;
}
.card .featuresActionBar .priceBtn .cover-price .label-value .value select {
  border: 0;
  background: none;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .card .featuresActionBar .priceBtn .button-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .card .featuresActionBar .priceBtn .button-wrapper .btnViewQuotesNavBarFilter {
    font-size: 14px;
    height: 37px;
    padding: 7px;
  }
}
.card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button {
  border: 1px solid #DFE1E6;
  background: #fff;
  border-radius: 8px;
  padding: 7px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  color: #253858;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
}
.card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button.added {
  color: #36B37E;
  border-color: #36B37E;
}
.card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button.added::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 13px;
  width: 7px;
  border-bottom: 2px solid #36B37E;
  border-right: 2px solid #36B37E;
  margin-right: 10px;
  content: "";
}
@media screen and (max-width: 767px) {
  .card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button {
    margin: 0 12px 0 0;
    padding: 7px 4px;
  }
  .card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button.added {
    font-size: 12px;
  }
  .card .featuresActionBar .priceBtn .button-wrapper .add-to-compare-button.added::before {
    height: 9px;
    width: 5px;
    margin-right: 6px;
    margin-bottom: 2px;
  }
}
.card .featuresActionBar .priceBtn .btnViewQuotesNavBarFilter {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  transition: all 0.7s ease;
  cursor: pointer;
  display: inline-block;
  padding: 10px 12px;
  border: solid 1px #FF5630;
  background: #FF5630;
  color: #fff;
  height: 46px;
  margin: 0px;
  border-radius: 8px;
  text-transform: inherit;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.014em;
}

.more_less.card {
  bottom: -86px !important;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .more_less.card {
    bottom: -67px !important;
  }
}

@media screen and (max-width: 1024px) {
  section.pbcategoryPages.center_hd {
    background: #F4F5F7;
  }
}

.generic-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.generic-popup-container.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .generic-popup-container.show {
    display: flex;
    align-items: flex-end;
    transition: none;
  }
}
.generic-popup-container.show .generic-popup {
  right: 0;
}
@media screen and (max-width: 767px) {
  .generic-popup-container {
    transition: none;
  }
}
.generic-popup-container .generic-popup {
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  width: 436px;
  margin: 0 0 0 auto;
  position: relative;
  right: -427px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .generic-popup-container .generic-popup {
    height: 95%;
    bottom: 0%;
    border-radius: 24px 24px 0 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    transition: none;
  }
}
.generic-popup-container .generic-popup .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background: #DEEBFF;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .generic-popup-container .generic-popup .heading-close {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(235, 243, 255);
    position: sticky;
    top: 0;
    z-index: 100;
    border-radius: 24px 24px 0 0;
  }
}
.generic-popup-container .generic-popup .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.generic-popup-container .generic-popup .heading-close .heading .back {
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-225deg);
  margin: 0px 12px -1px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .generic-popup-container .generic-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.generic-popup-container .generic-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.generic-popup-container .generic-popup .member-list {
  overflow-y: scroll;
  height: calc(100% - 195px);
}
.generic-popup-container .generic-popup .member-list::-webkit-scrollbar {
  display: none;
}
.generic-popup-container .generic-popup .member .SelectionInner {
  position: relative;
  margin: 0 0 18px;
}
.generic-popup-container .generic-popup .member .SelectionInner:has(+ .fieldWrapper) {
  margin: 0 0 25px;
}
.generic-popup-container .generic-popup .member .SelectionInner input + label {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 0 0px 0 44px;
  align-items: center;
  border-radius: 8px;
  height: 56px;
  color: #253858;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.generic-popup-container .generic-popup .member .SelectionInner input:checked + label {
  border-color: #0065ff;
  color: #0065ff;
  background: rgba(222, 235, 255, 0.6);
}
.generic-popup-container .generic-popup .member .SelectionInner .inputRadio {
  -webkit-appearance: none;
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 19px;
  left: 16px;
}
.generic-popup-container .generic-popup .member .SelectionInner .inputRadio:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.generic-popup-container .generic-popup .member .SelectionInner .inputRadio:checked:before {
  background: #fff;
  border: 1px solid #fff;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: relative;
  border-radius: 50%;
}
.generic-popup-container .generic-popup .member .SelectionInner .inputCheckbox {
  -webkit-appearance: none;
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0px 5px 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #5e6c84;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 16px;
}
.generic-popup-container .generic-popup .member .SelectionInner input:checked + label span:before {
  display: none;
}
.generic-popup-container .generic-popup .member .SelectionInner .inputCheckbox:checked {
  background-color: #0065ff;
  border: 1px solid #0065ff;
}
.generic-popup-container .generic-popup .member .SelectionInner .inputCheckbox:checked:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
}
.generic-popup-container .generic-popup .member-list .fieldWrapper {
  width: 100%;
  margin: 0 0 25px;
}
.generic-popup-container .generic-popup .generic-popup-body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .generic-popup-container .generic-popup .generic-popup-body {
    padding: 24px 16px;
  }
}
.generic-popup-container .generic-popup .generic-popup-body .city {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 2px;
}
.generic-popup-container .generic-popup .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: 767px) {
  .generic-popup-container .generic-popup .buttons {
    background: var(--ffffffn-0, #FFF);
    box-shadow: 0px -2px 16px 0px rgba(37, 56, 88, 0.12);
    padding: 18px 16px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.generic-popup-container .generic-popup .buttons .button {
  border-radius: 8px;
  background: #FF5630;
  padding: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  width: 100%;
}
.generic-popup-container .generic-popup .buttons .button.disabled {
  background: #b3bac5;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #city-select-popup .generic-popup {
    height: 450px;
  }
}

.returning-user-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: CENTER;
  justify-content: CENTER;
}
.returning-user-popup-container.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container {
    align-items: flex-end;
  }
}
.returning-user-popup-container .returning-user-popup {
  background: #FFFFFF;
  max-width: 640px;
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup {
    border-radius: 24px 24px 0 0;
    padding: 24px 16px;
    overflow-y: scroll;
    height: 100%;
  }
}
.returning-user-popup-container .returning-user-popup .heading-close {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.returning-user-popup-container .returning-user-popup .heading-close .heading .title {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.returning-user-popup-container .returning-user-popup .heading-close .heading .description {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.returning-user-popup-container .returning-user-popup .heading-close .heading .back {
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-225deg);
  margin: 0px 12px -1px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.returning-user-popup-container .returning-user-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.returning-user-popup-container .returning-user-popup .selected-member {
  border: 1px solid #DEEBFF;
  border-radius: 16px;
  padding: 16px 13px 0;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-member {
    margin: 16px 0;
  }
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #253858;
  margin: 0 0 14px;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .label::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #253858;
  position: absolute;
  top: 50%;
  left: 65px;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .label {
    margin: 0 0 14px;
  }
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list {
  display: flex;
  flex-wrap: wrap;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  min-height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 48px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member span {
  font-weight: 400;
  opacity: 0.8;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member {
    width: 100%;
  }
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Self::before {
  background: url(../../../images/bu/health/top-fold/health-self-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Spouse::before {
  background: url(../../../images/bu/health/top-fold/health-wife-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Son::before {
  background: url(../../../images/bu/health/top-fold/health-son-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Daughter::before {
  background: url(../../../images/bu/health/top-fold/health-daughter-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Father::before {
  background: url(../../../images/bu/health/top-fold/health-father-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-mother-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Grand.Father::before {
  background: url(../../../images/bu/health/top-fold/health-grandfather-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Grand.Mother::before {
  background: url(../../../images/bu/health/top-fold/health-grandmother-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Father-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-fatherinlaw-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .member-list .member.Mother-In-Law::before {
  background: url(../../../images/bu/health/top-fold/health-motherinlaw-icon.svg) no-repeat center/contain;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .more-members {
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  position: relative;
  cursor: pointer;
}
.returning-user-popup-container .returning-user-popup .selected-member .selected-member-list .more-members::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 3px 6px;
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history {
  display: flex;
  align-items: CENTER;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-city-medical-history {
    flex-direction: column;
  }
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history > div {
  border: 1px solid #DEEBFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 16px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-city-medical-history > div {
    width: 100%;
  }
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .city, .returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .medical-history {
  margin-left: 12px;
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .city .label, .returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .medical-history .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #7A869A;
  margin: 0 0 1px;
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .city .value, .returning-user-popup-container .returning-user-popup .selected-city-medical-history > div .medical-history .value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
}
.returning-user-popup-container .returning-user-popup .selected-city-medical-history .selected-city {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .selected-city-medical-history .selected-city {
    margin: 0 0 16px;
  }
}
.returning-user-popup-container .returning-user-popup .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .buttons {
    flex-direction: column-reverse;
    margin: 24px 0 0;
  }
}
.returning-user-popup-container .returning-user-popup .buttons .link {
  color: #253858;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
  width: 40%;
  cursor: pointer;
  margin: 0 28px;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .buttons .link {
    width: 100%;
  }
}
.returning-user-popup-container .returning-user-popup .buttons .button {
  background: #FF5630;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  width: 50%;
  padding: 15px 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .returning-user-popup-container .returning-user-popup .buttons .button {
    width: 100%;
    margin: 0 0 28px;
  }
}

.top-plans-watch-video-popup-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(23, 43, 77, 0.9);
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}

.top-plans-watch-video-popup-container.visible {
  animation: filterWebFade 0.3s ease-out;
  opacity: 1;
  z-index: 100000;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup {
  width: 600px;
  max-width: 100%;
  background: #fff;
  border-radius: 24px;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .top-plans-watch-video-popup-container .top-plans-watch-video-popup {
    left: 0;
    top: auto;
    transform: none;
    height: auto;
    animation: filterSlideUp 0.3s ease-out;
    bottom: 0;
    border-radius: 16px 16px 0 0;
  }
}
.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-heading {
  border-radius: 24px 24px 0 0;
  background: rgba(222, 235, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

@media screen and (max-width: 767px) {
  .top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-heading {
    border-bottom: 1px solid #dfe1e6;
    padding: 16px;
  }
}
.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-heading .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-heading .close {
  height: 24px;
  cursor: pointer;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body {
  padding: 24px;
  max-height: 70vh;
  overflow-y: scroll;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body::-webkit-scrollbar {
  width: 3px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background: var(--dfe-1-e-6-n-40, #dfe1e6);
}

@media screen and (max-width: 767px) {
  .top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body {
    padding: 16px;
    max-height: inherit;
    height: auto;
  }
}
.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name {
  display: flex;
  align-items: CENTER;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .logo {
  height: 50px;
  border: 1px solid #dfe1e6;
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 80px;
  justify-content: center;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .logo img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 60px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .name-duration {
  margin-left: 12px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .name-duration .name {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .name-duration .duration {
  color: #7a869a;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 2px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .logo-name .name-duration .duration span {
  color: #253858;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .video-wrapper {
  margin: 0;
  position: relative;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .video-wrapper .video {
  border-radius: 8px;
  background: url(<path-to-image>), #d3d3d3 50%/cover no-repeat;
  max-height: 300px;
  margin-bottom: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .video-wrapper .video img {
  height: auto;
  max-width: 100%;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .video-wrapper .video iframe {
  border-radius: 8px;
}

.top-plans-watch-video-popup-container .top-plans-watch-video-popup .top-plans-watch-video-popup-body .video-wrapper .video video {
  border-radius: 16px;
}

.mobile-sorting-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.mobile-sorting-popup-container.visible {
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: flex-end;
}
.mobile-sorting-popup-container .mobile-sorting-popup {
  padding: 0;
  background: #fff;
  /* border-radius: 0; */
  /* width: 436px; */
  margin: 0 0 0 auto;
  position: relative;
  /* right: -427px; */
  /* height: 100%; */
  transition: all 0.4s ease-in-out;
  height: 275px;
  bottom: 0;
  border-radius: 24px 24px 0 0;
  max-width: 100%;
  width: 100%;
  right: 0;
}
.mobile-sorting-popup-container .mobile-sorting-popup .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background: #deebff;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 768px) {
  .mobile-sorting-popup-container .mobile-sorting-popup .heading-close {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #ebf3ff;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.mobile-sorting-popup-container .mobile-sorting-popup .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .mobile-sorting-popup-container .mobile-sorting-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.mobile-sorting-popup-container .mobile-sorting-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-sorting-popup-container .mobile-sorting-popup .content .sort-dropdown {
  max-width: 100%;
  background: white;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 16px;
  margin-top: 10px;
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  right: auto;
}
.mobile-sorting-popup-container .mobile-sorting-popup .content .sort-dropdown::before {
  display: none;
}

.popular-filters {
  display: flex;
  padding-left: 16px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .popular-filters {
    display: none;
  }
}
.popular-filters .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #253858;
  padding-right: 10px;
}
.popular-filters .innerAppliedBox {
  height: auto;
}
.popular-filters .innerAppliedBox .innerApplied.selected {
  border: 1px solid #0065ff;
  color: #0065ff;
  font-weight: 500;
}

.add-to-compare-widget {
  position: fixed;
  height: 132px;
  width: 100%;
  bottom: 0;
  background: #fff;
  left: 0;
  box-shadow: 0 0 16px 0 rgba(37, 56, 88, 0.1607843137);
  z-index: 9999;
  border: 1px solid #dfe1e6;
  border-radius: 24px 24px 0 0;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget {
    padding: 0 0 24px;
    height: auto;
  }
}
.add-to-compare-widget .add-to-compare-close {
  position: absolute;
  right: 18px;
  top: 16px;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .add-to-compare-widget .add-to-compare-widget-heading .heading.hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .add-to-compare-widget .add-to-compare-widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #deebff;
    padding: 16px 20px 16px;
    border-radius: 24px 24px 0 0;
  }
  .add-to-compare-widget .add-to-compare-widget-heading .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #253858;
  }
  .add-to-compare-widget .add-to-compare-widget-heading .add-to-compare-close {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    cursor: pointer;
  }
}
.add-to-compare-widget .container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .add-to-compare-widget .container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .add-to-compare-widget .container {
    flex-direction: column;
    padding: 0 16px;
  }
}
.add-to-compare-widget .container .insurers-to-compare {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare {
    padding: 13px 0 22px;
    width: 100%;
  }
}
.add-to-compare-widget .container .insurers-to-compare .insurer {
  width: 236px;
  height: 72px;
  box-shadow: 0 0 16px 0 rgba(37, 56, 88, 0.1215686275);
  border-radius: 8px;
  display: flex;
  align-items: CENTER;
  padding: 12px 14px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .add-to-compare-widget .container .insurers-to-compare .insurer {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare .insurer {
    width: 164px;
    height: auto;
    min-height: 100px;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: CENTER;
    padding: 0 5px;
    position: relative;
    flex-direction: column;
  }
}
.add-to-compare-widget .container .insurers-to-compare .insurer .remove-insurer {
  box-shadow: 0 0 16px 0 rgba(37, 56, 88, 0.1215686275);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  background: #fff;
  right: -8px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare .insurer .remove-insurer {
    right: 28px;
  }
}
.add-to-compare-widget .container .insurers-to-compare .insurer .logo {
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.add-to-compare-widget .container .insurers-to-compare .insurer .name {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare .insurer .name {
    text-align: center;
    margin-top: 12px;
  }
}
.add-to-compare-widget .container .insurers-to-compare .versus {
  height: 46px;
  margin: 0 16px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare .versus {
    height: 40px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .insurers-to-compare ~ div {
    width: 100%;
  }
}
.add-to-compare-widget .container .compare-button {
  border: 0;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #fff;
  background: #0065ff;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .add-to-compare-widget .container .compare-button {
    width: 100%;
  }
}
.add-to-compare-widget .container .compare-button.disabled {
  background: #b3bac5;
  pointer-events: none;
}

.add-to-compare-widget .container .compare-button.loading::after {
  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;
  content: "";
}

.mobile_bottom_toast {
  bottom: 78px;
  position: fixed;
  display: flex;
  z-index: 10000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  animation: progressSavedToastMob 0.3s ease-out forwards;
  left: 0;
}

@keyframes progressSavedToastMob {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .mobile_bottom_toast {
    bottom: 24px;
    padding-left: 24px;
    animation: progressSavedToastDesktop 0.3s ease-out forwards;
  }
  @keyframes progressSavedToastDesktop {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.span_mobile_toast {
  border-radius: 96px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 12px 17px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1607843137);
  background-color: rgba(23, 43, 77, 0.8);
}

@media screen and (min-width: 1024px) {
  .span_mobile_toast {
    padding: 12px 48px;
  }
}
.breadcrumbinner .breadcrumb li:first-child {
  display: inline-block;
}

.fos-intent-leadform-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 56, 95, 0.8);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.fos-intent-leadform-container.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container.show {
    display: flex;
    align-items: flex-end;
  }
}
.fos-intent-leadform-container.show .fos-popup {
  right: 0;
}

.fos-intent-leadform-container .fos-popup {
  padding: 0;
  background: #fff;
  border-radius: 0;
  width: 436px;
  margin: 0 0 0 auto;
  position: relative;
  right: -427px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup {
    height: 95%;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    max-width: 100%;
    width: 100%;
    right: 0;
    transition: none;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background: #deebff;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .heading-close {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #ebf3ff;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close .heading {
  color: #253858;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .heading-close .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.fos-intent-leadform-container .fos-popup .heading-close .close {
  background: url(../../../images/bu/health/fos/fos-popup-close-icon.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.fos-intent-leadform-container .fos-popup .content {
  padding: 24px;
  height: calc(100% - 65px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .content {
    padding: 18px 0 0;
    height: calc(100% - 50px);
  }
}
.fos-intent-leadform-container .fos-popup .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;
}

.fos-intent-leadform-container .fos-popup .err {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: red;
  display: block;
}

.fos-intent-leadform-container .fos-popup .member-info {
  padding-top: 5px;
}

.fos-intent-leadform-container .fos-popup .member-info::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .member-info {
    padding: 11px 16px 0;
  }
}
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper {
  margin-bottom: 32px;
  width: 100%;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error {
  border-color: #de3508;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput.round {
  border-color: red;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput input.labelshow + .feildLable,
.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.error .formInput input:focus + .feildLable {
  color: red;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .countrybox:after {
  content: "";
  width: 1px;
  height: 20px;
  background: grey;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .formInput input {
  width: calc(100% - 80px);
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.registration_check .formInput .feildLable.mobN {
  left: 80px;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.success-msg .formInput::after {
  right: 17px;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.filled {
  pointer-events: none;
  border-color: #7a869a;
  opacity: 0.7;
  position: relative;
}

.fos-intent-leadform-container .fos-popup .member-info .fieldWrapper.filled::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-lock-icon.svg);
  position: absolute;
  width: 12px;
  height: 16px;
  right: 10px;
  bottom: 36%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section {
  height: 100%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .heading-close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  background: 0 0;
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 1;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .heading-close .heading {
  display: none;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers {
  background: linear-gradient(180deg, #e1efff -22.85%, #fff 100%);
  position: relative;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers {
    padding: 16px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers::after {
  content: "";
  background: url(../../../images/bu/health/fos/fos-how-it-works-top-img.png) no-repeat center/contain;
  width: 150px;
  height: 156px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers::after {
    width: 127px;
    height: 110px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection .h2,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h1,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h2,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .h2,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h1,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h2 {
  color: #253858;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  max-width: 300px;
  width: 100%;
  margin: 0 0 12px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection .h2 span,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h1 span,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h2 span,
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title span,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .h2 span,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h1 span,
.leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h2 span {
  color: #36b37e;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection .h2,
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h1,
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .leftSection h2,
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .title,
  .leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .h2,
  .leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h1,
  .leftSection .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers {
  color: #505f79;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0 0 8px;
  position: relative;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers::before {
  content: "";
  background: url(../../../images/bu/health/fos/fos-star-icon.png) no-repeat center/contain;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .title-pointers .pointers-list .pointers {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section {
  padding: 16px 0 0 14px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 20px;
  padding-left: 10px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading::after {
  content: "";
  background: #ffab00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .heading {
    font-size: 18px;
    line-height: 26px;
    padding-left: 2px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  padding: 16px 10px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list::-webkit-scrollbar {
  display: none;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor {
  flex-shrink: 0;
  box-shadow: 0 0 16px 0 rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  padding: 16px 16px 18px;
  margin-right: 18px;
  border-radius: 16px;
  max-height: 134px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name {
  display: flex;
  align-items: CENTER;
  margin: 0 12px 16px 0;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image img {
  max-width: 100%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .name {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0 0 2px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .since {
  color: #505f79;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .expert-advisor-details p {
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .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;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .content {
  padding: 12px 24px 0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .content {
    padding: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps {
    padding: 0 16px;
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
    height: 90%;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading {
  color: #253858;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 38px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading::after {
  content: "";
  background: #ffab00;
  width: 56px;
  height: 2px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

@media screen and (max-width: 767px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .steps-heading {
    font-size: 18px;
    line-height: 26px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
  justify-content: space-between;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step:last-of-type {
  margin-bottom: 28px;
  width: 100%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .image {
  width: 35%;
  flex-shrink: 0;
  text-align: CENTER;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .image img {
  max-width: 100%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .details {
  width: 58%;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .number {
  width: 36px;
  height: 36px;
  background: #f4f5f7;
  border-radius: 50%;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  flex-shrink: 0;
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
  margin: 0 0 12px;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps .step .label {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .buttons {
  position: relative;
  width: 100%;
  bottom: auto;
  margin-bottom: 20px;
  display: block;
  position: sticky;
  max-width: 100%;
  padding: 10px 0;
  background: #fff;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .buttons {
    margin: 0 auto;
    padding: 10px;
  }
}
.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor .image-name .image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 500;
  background: #eae6ff;
  color: #5243aa;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:first-child .image-name .image {
  background: #eae6ff;
  color: #5243aa;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(2n) .image-name .image {
  background: #deebff;
  color: #0052cc;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(3n) .image-name .image {
  background: #e3fcef;
  color: #00875a;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(4n) .image-name .image {
  background: #fff0b3;
  color: #ff991f;
}

.fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .expert-advisors-section .expert-advisors-list .expert-advisor:nth-child(5n) .image-name .image {
  background: #ffebe6;
  color: #de3508;
}

@media screen and (max-width: 768px) {
  .fos-intent-leadform-container .fos-popup .how-it-works-leadform-section .steps {
    height: auto;
  }
}