.add_counter,
.sticky_content_link,
#navbar-links,
.closeHealthFloatingLeadForm2 {
  display: none;
}
ul,
li {
	list-style: none;
}
.errBoth {
  clear: both;
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#policybazaar {
  width: 100%!important;
}
h1, h2, h3, h4, h5,h6 {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
  letter-spacing: 0.28px;
}

.quotesBoxWrapper .stepper {
  margin: 0 auto;
}

.quotesBoxWrapper .stepper ul {
  display: flex;
}

.quotesBoxWrapper .stepper ul li {
  position: relative;
  height: 18px;
  width: 48%;
}

.quotesBoxWrapper .stepper ul li:last-child {
  width: 18px;
}

.quotesBoxWrapper .stepper ul li span {
  display: none;
}

.quotesBoxWrapper .stepper ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #d1d5db;
  border-radius: 50%;
  display: inline-block;
}

.quotesBoxWrapper .stepper ul li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d1d5db;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quotesBoxWrapper .stepper ul li:last-child::after {
  content: none;
}

.quotesBoxWrapper .stepper ul li.active::before {
  background: #36b37e;
  box-shadow: 0 0 10px 0 rgba(31, 174, 113, 0.43);
}

.quotesBoxWrapper .stepper ul li.active a {
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
}

.quotesBoxWrapper .stepper ul li.active a::before {
  content: none;
}

.quotesBoxWrapper .stepper ul li.complete::before {
  background: #36b37e;
}

.quotesBoxWrapper .stepper ul li.complete a {
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
}

.quotesBoxWrapper .stepper ul li.complete a::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quotesBoxWrapper .stepper ul li.complete::after {
  background: #36b37e;
}

.quotesBoxWrapper .fieldsWrapper,
.fieldsWrapper {
  margin-bottom: 16px;
}

.quotesBoxWrapper .fieldsWrapper .label {
  font-size: 14px;
  color: #253858;
  margin-bottom: 8px;
}

.quotesBoxWrapper .fieldsWrapper .field,
.fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.quotesBoxWrapper .fieldsWrapper .field input[type="text"],
.quotesBoxWrapper .fieldsWrapper .field input[type="tel"],
.quotesBoxWrapper .fieldsWrapper .field input[type="password"],
.fieldsWrapper .field input[type="text"],
.fieldsWrapper .field input[type="tel"],
.fieldsWrapper .field input[type="password"] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

::-webkit-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-moz-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

:-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::placeholder {
  color: rgba(23, 43, 77, 0.2);
}

:-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

::-ms-input-placeholder {
  color: rgba(23, 43, 77, 0.2);
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
  clear: both;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
  clear: both;
}

.container section {
  padding: 16px 0;
}

.btn {
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 12px;
  min-width: 191px;
  line-height: 1.6;
  max-width: 100%;
  border: solid 1px #0065ff;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #fff;
  color: #0065ff;
}

.btn:hover,
.btn:active {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
}

.btn:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #172b4d;
  font-weight: 400;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.topBanner {
  padding-bottom: 20px;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(222, 235, 255, 0.4)),
    color-stop(70%, rgba(222, 235, 255, 0.4)),
    color-stop(70%, rgba(222, 235, 255, 0.8)),
    to(rgba(222, 235, 255, 0.8))
  );
  background: -o-linear-gradient(
    top,
    rgba(222, 235, 255, 0.4) 0%,
    rgba(222, 235, 255, 0.4) 70%,
    rgba(222, 235, 255, 0.8) 70%,
    rgba(222, 235, 255, 0.8) 100%
  );
  background: radial-gradient(circle at 36% 35%, #f6faff, #e1edff);
}

.topBanner .container .insurerDetails {
  margin-top: 0;
  float: left;
  width: 670px;
  margin-left: 38px;
}

.floatingLeadFormWrapper .floatingLeadForm::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f4f5f7;
}

.floatingLeadFormWrapper .floatingLeadForm::-webkit-scrollbar-thumb {
  background: #b5b5b5;
}

.topBanner .container .insurerDetails .insurerName {
  text-align: center;
}

.topBanner .container .insurerDetails .insurerName .insurerLogo {
  margin-bottom: 30px;
}

.topBanner .container .insurerDetails .insurerName .insurerLogo img {
  width: 160px;
}

.topBanner .container .insurerDetails .insurerName .h1 {
  font-size: 24px;
  font-weight: 600;
}

.topBanner .container .insurerDetails .insurerFeatures {
  /* height: 114px; */
  padding-top: 16px;
  width: 100%;
}

.topBanner .container .insurerDetails .insurerFeatures .features {
  display: flex;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block {
  display: flex;
  width: 33%;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px 5px;
  margin-right: 12px;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block:nth-child(2) {
  width: 32%;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block .icon img {
  vertical-align: middle;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block i {
  width: 38px;
  height: 30px;
  display: block;
  text-align: center;
  position: relative;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  width: calc(100% - 30px - 8px);
  margin-left: 8px;
  color: #505f79;
}

.topBanner .container .insurerDetails .insurerFeatures .features .block .text span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #172b4d;
}

.topBanner .container .insurerDetails .insurerFeatures .disclaimer {
  font-size: 11px;
  color: #253858;
  margin-top: 12px;
  padding: 0;
  line-height: 18px;
  background: none;
  text-align: center;
  margin-bottom: 0;
}

.topBanner .container .quotesBoxWrapper {
  width: 390px;
  min-height: 317px;
  float: right;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  margin-top: 32px;
  padding: 20px 35px 10px;
}


.floatingLeadFormWrapper {
  visibility: hidden;
  transition: all 0.5s ease-in;
  position: relative;
}

.floatingLeadFormWrapper::before {
  content: "";
  background: rgba(23, 43, 77, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.floatingLeadFormWrapper[style="visibility: visible;"]::before {
  opacity: 1;
}

.floatingLeadFormWrapper .floatingLeadForm {
  position: fixed;
  background: #ffffff;
  max-width: 550px;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  z-index: 999999;
  overflow: auto;
  transition: right 0.5s ease-in;
}

.floatingLeadFormWrapper[style="visibility: visible;"] .floatingLeadForm {
  right: 0;
}

.floatingLeadFormWrapper .floatingLeadForm .quotesBoxWrapper {
  max-width: 90%;
  margin: 30px auto 0;
  width: auto;
  float: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm,
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  background: #f4f5f7;
  border-radius: 50%;
  overflow: hidden;
  line-height: 600%;
  z-index: 99;
}

.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm:before,
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  transform: rotate(45deg);
  left: 18px;
  top: 10px;
}

.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm:after,
.floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm2:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  transform: rotate(-45deg);
  left: 18px;
  top: 10px;
}

.quotesBoxWrapper .stepper {
  margin: 22px 30px;
}

.quotesBoxWrapper .fieldsWrapper .field.mobile {
  display: flex;
  align-items: center;
}

.quotesBoxWrapper .fieldsWrapper .field.mobile span {
  padding-left: 15px;
  width: 15%;
  color: #253858;
}

.quotesBoxWrapper .btn:hover,
.quotesBoxWrapper .btn:active,
.btnnetworkhospital:hover {
  background: #0051cc;
  color: #ffffff;
}

.quotesBoxWrapper .btn:focus {
  outline: none;
}

.quotesBoxWrapper .disclaimer {
  font-size: 12px;
  color: rgba(23, 43, 77, 0.8);
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 33px;
  background: none;
}

.breadcrumb {
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  padding: 8px 0;
  font-size: 12px;
  color: #5e6c84;
  font-weight: 400;
  margin: 0 0 30px;
}

.breadcrumb li {
  display: inline-block;
  width: auto !important;
  line-height: 17px!important;
  font-size: 10px;
}

.breadcrumb li:first-child {
  display: none;
}

.breadcrumb li .divider {
  display: none;
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.breadcrumb li a {
  color: #0065ff !important;
  font-size: 10px !important;
  font-weight: normal !important;
}

.breadcrumbinner .breadcrumb li span.currentLocation {
  color: rgba(37, 56, 88, 0.8) !important;
  font-size: 10px;
}

.breadcrumb a::before,
.breadcrumb a::after {
  content: "";
  width: 4px;
  height: 4px;
  border: solid rgba(122, 134, 154, 0.6);
  border-width: 0px 1px 1px 0;
  position: absolute;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.breadcrumbinner ul.breadcrumb {
  max-width: 1140px;
}

.breadcrumb a::after {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}

.breadcrumb li:nth-of-type(2) a::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border: solid rgba(122, 134, 154, 0.6);
  border-width: 0px 1px 1px 0;
  position: absolute;
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: inherit;
  background: none;
}

.breadcrumbinner .breadcrumb li::after {
  content: "";
}

.breadcrumbinner .breadcrumb li a {
  line-height: 18px !important;
  margin-bottom: 0;
}

.contentWrapper > div:first-child {
  float: left;
  width: calc(70% - 40px);
}

.rightSection {
  margin-top: 35px;
  float: right;
  width: 30%;
}

.form-field-data.error .err {
  font-size: 12px;
  color: #f00;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#healthStepCJ .form_step {
  display: none;
}

#healthStepCJ .form_step#step_1 {
  display: block;
}

#healthStepCJ .form_step.form_open {
  display: block;
}

#healthStepCJ .form_pagination ul li span p,
#healthStepCJ .form_pagination ul li a p {
  text-indent: -30000px;
  color: #f00;
}

#healthStepCJ #step_3 .form_field .add_counter {
  display: none;
}

#healthStepCJ #step_3 .form_field.checked .add_counter {
  display: block;
}

.form-inline {
  width: 100%;
}

.popularCity,
ul.ui-autocomplete {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.4);
  max-height: 250px;
  overflow: auto;
  z-index: 9999999;
}

/* ul.ui-autocomplete {
  overflow-y: scroll;
} */

.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:hover,
ul.ui-autocomplete li:hover {
  background-color: #2684ff !important;
  color: #fff !important;
}

.popularCity li[disable="disable"] {
  padding: 8px 16px !important;
  background-color: #f4f5f7 !important;
}

.popularCity li[disable="disable"]:hover {
  background-color: #f4f5f7 !important;
  color: #666666 !important;
}

select {
  background: none !important;
}

ul.ui-autocomplete {
  width: 495px !important;
  border: none !important;
}

ul.ui-autocomplete li a {
  color: #666666 !important;
  border: none !important;
  background: none !important;
  font-weight: normal;
  padding: 0 !important;
  margin: 0 !important;
}

ul.ui-autocomplete li:hover a {
  color: #fff !important;
}

.mb-0 {
  margin-bottom: 0;
}

.errCheckMember,
.errMemberAge {
  color: #ff5630;
  margin-bottom: 15px;
  font-size: 12px;
}
.errMemberAge {
  color: #ff5630;
  margin-bottom: 15px;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 100%;
}

.quotesBoxWrapper .fieldsWrapper.error .field,
.fieldsWrapper.error .field {
  border: 1px solid #ff5630;
  margin-bottom: 5px;
}

.icons-bu {
  background: url("../../../images/bu/health/icons_bu.svg") no-repeat 0 0;
}

.icon-1 {
  background-position: 8px -258px;
}

.icon-2 {
  background-position: 5px -314px;
}

.icon-3 {
  background-position: 5px -374px;
}

.heading-main {
  margin: 0 0 15px 0;
  line-height: 28px;
  position: relative;
  font-size: 24px;
  color: #253858;
  letter-spacing: 0.24px;
  font-weight: 500;
}

.heading-m {
  margin: 0 0 15px 0px;
}

.heading-main span {
  font-size: 16px;
  letter-spacing: 0.16px;
  display: block;
  font-weight: normal;
}

.heading-in {
  margin-left: 25px;
}

.field_wrapper {
  margin-bottom: 15px;
  width: 100%;
}

.field_wrapper.field_wrapper_family {
  height: calc(100% - 160px);
  overflow: auto;
  padding: 0 4px;
  position: relative;
  margin: 0 20px 0 0;
}

.bottom-main {
  height: 85px;
}

.sticky_bottom_web {
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 550px;
  left: inherit;
  color: #253858;
  padding: 0 16px;
  bottom: 0;
  z-index: 10;
  position: fixed;
  height: 85px;
  display: block;
  align-items: center;
  justify-content: center;
  right: inherit;
  margin-left: -26px;
  text-align: center;
}

.sticky_bottom_web button {
  width: 65% !important;
}

.field_wrapper .label {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0 0 8px 0;
  margin: 0;
}

.radios {
  display: flex;
  justify-content: space-between;
}

.radios label {
  position: relative;
  height: 50px;
  width: 48%;
}

.radios label input[type="radio"] + span {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.radios label input[type="radio"] + span em {
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: 15px;
}

.radios label input[type="radio"] + span .gender {
  width: 45px;
  height: 30px;
  display: block;
}

.radios label input[type="radio"] + span .gender.male {
  background-position: 4px 0px;
}

.radios label input[type="radio"] + span .gender.female {
  background-position: 4px -127px;
}

.radios label input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radios label input[type="radio"]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.radios label input[type="radio"]:checked + span em {
  color: #0065ff;
}

.radios label input[type="radio"]:checked + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #0065ff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -9px;
}

.radios label input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 1px;
  top: -5px;
}

.radios label input[type="radio"]:checked + span .gender.male {
  background-position: 4px -62px;
}

.radios label input[type="radio"]:checked + span .gender.female {
  background-position: 4px -201px;
}

.input_box {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 13px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  font-size: 14px;
  color: #253858;
  -webkit-appearance: none;
}

.input_box:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 109, 255, 0.2);
}

.input_box::placeholder {
  color: rgba(37, 56, 88, 0.6);
}

.input_box:required {
  border: 1px solid #ff5630;
}

.input_box:-webkit-autofill,
.input_box:-webkit-autofill:hover,
.input_boxput:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input_box.error {
  border: 1px solid #ff5630;
}

.required {
  color: #ff5630;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.btn {
  cursor: pointer;
  font-weight: 300;
  /*display:block;*/
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 70%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 16px 0 0 70px;
}

button.btn.btnHealthStep1.btnQuote {
  width: 100%;
  margin: 0;
}

.terms_text {
  font-size: 12px;
  color: rgba(23, 43, 77, 0.8);
  text-align: center;
  margin-top: -10px;
}

.insurer-bu {
  display: flex;
  align-items: center;
  width: 603px;
  margin: 0 auto 0;
}
.insurer-bu .h1 span {
  font-size: 24px;
}

.insurer-bu .h1 {
  font-size: 24px;
  font-weight: 400;
  color: #172b4d;
  line-height: 44px;
  margin-left: 20px;
  letter-spacing: 0.036em;
}

.radios.members {
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
}

.radios.members label {
  height: 100px;
  margin-bottom: 12px;
  width: 31.5%;
}

.radios.members label input[type="radio"] + span .gender.male {
  background-position: 6px 4px;
}

.radios.members input[type="radio"]:checked + span .gender.male {
  background-position: 6px -58px;
}

.radios.members label input[type="radio"] + span .gender.members2 {
  background-position: 1px -438px;
  width: 59px;
}

.radios.members input[type="radio"]:checked + span .gender.members2 {
  background-position: 0px -511px;
}

.radios.members label input[type="radio"] + span .gender.members3 {
  background-position: 0px -594px;
  width: 66px;
}

.radios.members input[type="radio"]:checked + span .gender.members3 {
  background-position: 0px -683px;
}

.radios.members label input[type="radio"] + span .gender.members4 {
  background-position: -1px -773px;
  width: 76px;
}

.radios.members input[type="radio"]:checked + span .gender.members4 {
  background-position: -1px -856px;
}

.radios.members label input[type="radio"] + span .gender.parents {
  background-position: -1px -942px;
  width: 57px;
}

.radios.members input[type="radio"]:checked + span .gender.parents {
  background-position: -1px -1022px;
}

.radios.members label input[type="radio"] + span .gender.family {
  background-position: 1px -1097px;
}

.radios.members label input[type="radio"] + span .gender.family_edit {
  background-position: 0px -1168px;
}

.radios.members label input[type="radio"] + span {
  height: 100px;
  text-align: center;
  padding: 5px 2px;
  display: block;
}

.radios.members label input[type="radio"] + span em {
  font-size: 12px;
  padding-top: 7px;
}

.radios.members label input[type="radio"] + span em.active {
  color: #0065ff;
}

.radios.members label input[type="radio"] + span .gender {
  width: 38px;
  height: 38px;
  display: block;
  margin: 5px auto 0;
}

.web_50 {
  float: left;
  width: 47%;
}

.right_50 {
  margin-right: 26px;
}

.select_box {
  position: relative;
}

.select_box::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 21px;
}

.box-container {
  display: flex;
  margin-bottom: 12px;
  transition: all 0.5s ease-in;
}

.box-container > .field_container {
  background-color: #fff;
  height: 48px;
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  color: #212121;
  position: relative;
  border: solid 1px rgba(37, 56, 88, 0.2);
  width: calc(60% - 10px);
  margin-right: 10px;
}

.box-container.kids {
  display: block;
}

.count-child {
  width: 24px;
  height: 24px;
  border: solid 1px #b3bac5;
  line-height: 22px;
  color: #b3bac5;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 0;
}

.count-child-up {
  right: 15px;
  left: inherit;
}

.count-child.active {
  border: solid 1px #253858;
  color: #253858;
}

.select_box_width {
  width: 43%;
}

.checkbox {
  display: flex;
}

.checkbox label {
  position: relative;
  height: 50px;
  width: 100%;
}

.checkbox label input[type="checkbox"] + span {
  width: 100%;
  height: 48px;
  padding: 10px 10px 10px 40px;
  display: grid;
  align-items: center;
  border: 1px solid transparent;
  font-style: normal;
}

.checkbox label input[type="checkbox"] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 15px;
  border: 1px solid #b3bac5;
}

.checkbox label input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.checkbox label input[type="checkbox"]:checked + span {
  border: 1px solid transparent;
  color: #253858;
}

.checkbox label input[type="checkbox"]:checked + span::before {
  content: "";
  background: #0065ff;
  border: 1px solid #0065ff;
}

.checkbox label input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 16px;
  top: 19px;
}

.checklist_son,
.checklist_daughter {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 12px;
  width: 115px;
  height: 48px;
}

.radio_kids label input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radio_kids label input[type="radio"] + span {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  align-items: center;
  border: solid 1px #979797;
  font-style: normal;
  font-size: 18px;
  color: #979797;
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
}

.checklist_son .input_kid,
.checklist_daughter .input_kid {
  width: 36px;
  height: 24px;
  border: 1px solid #979797;
  top: 12px;
  left: 32px;
  position: absolute;
  border-radius: 4px;
  font-size: 14px;
  color: #979797;
  text-align: center;
  line-height: 22px;
}

.disclaimer {
  text-align: center;
}

.radio_kids label.click_add input[type="radio"] + span {
  margin-left: 45px;
}

.radio_kids label input[type="radio"]:checked + span {
  border: 1px solid #212121;
  color: #212121;
  background: #fff;
}

.box-container.kids > .field_container {
  width: 100%;
  margin-right: 0;
}

.kids_box-container {
  display: flex;
  margin: 10px 10px 10px;
  height: 48px;
}

.kids_box-container .field_container {
  font-size: 14px;
  color: #212121;
  align-items: center;
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
  padding-left: 13px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  width: 55%;
  line-height: 48px;
  margin-right: 10px;
}

.radio_pills {
  display: inline-block;
  width: 100%;
}

.radio_pills label {
  margin: 0 12px 9px 0;
  display: inline-block;
}

.radio_pills label input[type="radio"] + span {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto;
  padding: 10px 12px;
  align-items: center;
  border: 1px solid #0065ff;
  font-style: normal;
  font-size: 14px;
  color: #253858;
}

.radio_pills label input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radio_pills label input[type="radio"]:checked + span {
  border: 1px solid #0065ff;
  color: #ffffff;
  background: #0065ff;
}

.mt-top {
  margin-top: 20px;
}

.pos-rel {
  position: relative;
}

.city_listing {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  font-size: 14px;
  min-height: auto;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #d3d7dd;
  z-index: 9;
  display: none;
}

.city_listing li {
  padding: 0 16px;
  background: none;
  font-size: 14px;
  line-height: 46px;
  color: #253858;
  cursor: pointer;
}

.city_listing li.active {
  color: #fff;
  background: #0065ff;
}

.city_listing li span {
  border-bottom: 2px solid #f4f5f7;
  display: block;
}

.city_listing li.active span {
  border-bottom: 2px solid #0065ff;
  display: block;
}

.city_listing li:hover {
  color: #fff;
  background: #0065ff;
}

.city_listing li:hover span {
  border-bottom: 2px solid #0065ff;
  display: block;
}

.close_city_box {
  position: absolute;
  right: 2px;
  top: -1px;
  width: 45px;
  height: 50px;
  border-radius: 3px;
  z-index: 9;
  text-indent: -99999px;
  cursor: pointer;
}

.close_city_box:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #253858;
  transform: rotate(45deg);
  left: 27px;
  top: 19px;
}

.close_city_box:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #253858;
  transform: rotate(-45deg);
  left: 27px;
  top: 19px;
}

.stepper-bu {
  margin: 20px auto 20px;
  width: 90%;
}

.stepper-bu ul {
  display: flex;
  counter-reset: step;
}

.stepper-bu ul li {
  position: relative;
  height: 30px;
  width: 100%;
  cursor: pointer;
}
.stepper-bu ul li span {
  display: none;
}
.stepper-bu ul li:last-child {
  width: 65px;
  left: 1px;
}

.stepper-bu ul li::before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  background: #d1d5db;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  z-index: 3;
  position: relative;
}

.stepper-bu ul li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d1d5db;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}

.stepper-bu ul li:last-child::after {
  content: none;
}

.stepper-bu ul li.active::before {
  background: #0065ff;
}

.stepper-bu ul li.active span::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #0065ff;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  background: #ffffff;
}

.stepper-bu ul li.checked::before,
.stepper-bu ul li.checked::after {
  background: #0065ff;
}

.back-step {
  background-position: 0px -1238px;
  background-repeat: no-repeat;
  width: 45px;
  height: 24px;
  text-indent: -99999px;
  position: absolute;
  left: 3px;
  top: 37px;
  cursor: pointer;
}

.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Tick mark css start*/
.success-msg {
  position: relative;
}
.success-msg::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: 14px;
  top: 57px;
  content: "";
}
.input_right {
  padding-right: 40px;
}
/*Tick mark css end*/

.card.calculator {
	padding: 6px 0;
	margin-top: 18px;
}
.calculatorsList li {
	font-size: 14px;
}

.calculatorsList li a {
	color: #172b4d;
	padding: 15px 0 15px 61px;
	display: block;
	position: relative;
	transition: color 0.3s ease-in;
	border-top: solid 0.8px #d3d7de;
}

.calculatorsList li a:hover {
	color: #0065ff;
}

.calculatorsList li a::after {
	content: "";
	border: solid rgba(23, 43, 77, 0.5);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 23px;
	top: 23px;
}



.allCalc {
	background-image: url("../../../images/articles/health/png/sprite_landing.png?v=1");
	background-repeat: no-repeat;
	width: auto;
	height: auto;
}

.allCalc.saving {
	background-position: 14px -2045px;
}

.allCalc.income_tax {
	background-position: 14px -2116px;
}

.allCalc.human_life_value {
	background-position: 14px -2178px;
}

.allCalc.retirement {
	background-position: 14px -2252px;
}

.allCalc.health_insurance_premium {
	background-position: 14px -2334px;
}

.allCalc.car_insurance {
	background-position: 14px -2410px;
}

.allCalc.bike_insurance {
	background-position: 14px -2487px;
}

.allCalc.sip {
	background-position: 16px -2569px;
}

.allCalc.life_insurance {
	background-position: 16px -2652px;
}

.allCalc.term_insurance {
	background-position: 16px -2732px;
}

.allCalc.ulip {
	background-position: 16px -2804px;
}

.allCalc.premium {
	background-position: 16px -2888px;
}

.allCalc.fd {
	background-position: 16px -2973px;
}

.allCalc.investment {
	background-position: 16px -3065px;
}

.allCalc.home {
	background-position: 16px -3156px;
}

.addBanner img{
  border-radius: 5px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.block_content_wrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.block_content_wrapper ul li {
  padding-left: 0px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
}

/*top plan section css */
.breadcrumbinner{
	margin: 0 auto 30px;
}
.tabsDetails .card .titleh6 {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  padding-right: 124px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.btnCheckPremium {
     transition: all 0.7s ease;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 14px;
    padding: 10px 12px;
    width: 191px;
    border: solid 1px #0065ff;
    text-transform: uppercase;
    border-radius: 4px;
    background: #fff;
    color: #0065ff;
}
.tag_tabs {
    background: #eef0f2;
    display: inline-block;
    border-radius: 25px;
    padding: 1px 12px;
    font-size: 12px;
    color: #253858;
    position: absolute;
    right: 16px;
    top: 11px;
}
.tabsWrapper .tabs {
	border-bottom: 1px solid rgba(23, 43, 77, 0.1);
	margin-bottom: 20px;
}

.tabsWrapper .tabs ul {
	font-size: 0;
}

.tabsWrapper .tabs ul li {
	display: inline-block;
	margin-right: 10%;
}

.tabsWrapper .tabs ul li a {
	font-size: 16px;
	color: #253858;
	text-transform: uppercase;
	padding-bottom: 13px;
	display: inline-block;
	font-weight: 400;
	position: relative;
}

.tabsWrapper .tabs ul li:last-child {
	margin-right: 0;
}

.tabsWrapper .tabs ul li.active a {
	color: #0065ff;
	font-weight: 500;
}

.tabsWrapper .tabs ul li.active a::after {
	content: "";
	height: 3px;
	background: #0065ff;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
}

.tabsDetails.top_plans {
  display: block;
  position: relative;
}

.tabsDetails .card {
  overflow: hidden;
  border-radius: 8px!important;
  padding: 6px 16px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(37, 56, 88, 0.08);
  border: none;
  position: relative;
  margin-bottom: 16px;
}
.planFeatures {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.planFeatures .featuresBlock {
  font-size: 14px;
  color: rgba(23, 43, 77, 0.8);
  font-weight: 400;
  width: 50%;
  padding-right: 20px;
}
.planFeatures .featuresBlock i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f4f5f7;
  text-align: center;
  display: block;
  float: left;
}
.planFeatures .featuresBlock .featuresIcon {
  position: relative;
}
.planFeatures .featuresBlock i+div {
  float: left;
  width: calc(100% - 36px - 10px);
  margin-left: 10px;
  color: #253858;
}
.planFeatures .featuresBlock p {
  color: #253858;
  font-weight: 500;
  margin-bottom: 3px;
}
.planFeatures .featuresBlock .featuresIcon::before {
  content: "";
  background: url(../../../images/articles/health/svg/featuresimgsprite.svg) no-repeat -209px -59px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 250px;
}
.planFeatures .featuresBlock .featuresIcon[data-icon="Hospital Room Eligibility"]::before {
  background-position: -209px 0;
}
.planFeatures .featuresBlock .featuresIcon[data-icon="Bonus on No Claim"]::before {
  background-position: -118px 0;
}
.more_less.card{    position: absolute;
  border-radius: 70px;
  left: 0;
  right: 0;
  max-width: 170px;
  
  border-radius: 20px !important;
margin: 0px auto;
position: absolute;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  bottom: -16px;
  z-index: 1;
  color: #0065ff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
width: 100%;
}
.more_less.card .seeMorePlans{ padding: 8px 20px 8px 20px;} 
.more_less.card .seeMorePlans:after{
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 14px;

}
.more_less.card .seeMorePlans{color:#0663f6}
.more_less.card.up .seeMorePlans:after{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(226deg);
  position: absolute;
  right: 22px;
  top: 17px;
}
.featuresActionBar .priceBtn {
  float: right;
}
.featuresActionBar .priceBtn .price {
  display: inline-block;
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 20px;
}
.btnCheckPremium {
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 10px 12px;
  width: 191px;
  border: solid 1px #0065ff;
  text-transform: uppercase;
  border-radius: 4px;
  background: #0065ff;
  color: #ffffff;
}

.btnCheckPremium:hover{
  border: solid 1px #0065ff;
  background: #0065ff;
  color: #ffffff;
}
.featuresActionBar .priceBtn .price span {
  display: block;
  font-size: 14px;
  color: #253858;
  font-weight: 400;
}
.featuresActionBar {
  margin-top: 25px;
  margin-bottom: 20px;
}
.tabsDetails .seeMore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.73)), to(#ffffff));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.73), #ffffff);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.73), #ffffff);
}
.tabsDetails .seeMore a {
	position: absolute;
	font-weight: 500;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	bottom: -7px;
	background: #fff;
	box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
	padding: 8px 40px 8px 28px;
	border-radius: 32.5px;
}

.tabsDetails .seeMore a::after {
	content: "";
	border: solid #253858;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 12px;
}
section.tabsWrapper{
  margin-bottom: 25px;
}

.insurer_card_top {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
.logo_top {
  width: 110px;
}
.insurer_card_top img {
  margin-top: 6px;
  max-width: 100%;
  margin-right: 10px;
}
.insurer_card_top span {
  font-size: 16px;
  font-weight: normal;
}
/*top plan section css */

.corona-container{
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    display: flex;
    padding-top: 1px;
}
.corona-container .slick-slider {
    position: absolute;
    width:93%;
	top: 7px;
    left: 14px;
}


.faqsWrapper>ul {
	margin: 8px 0 0 0 !important;
}

.faqsWrapper>ul>li {
	border-bottom: 0px solid #e7e7e7;
	padding: 0 !important;
	font-size: inherit !important;
	color: inherit !important;
	margin: 0 0 5px 0!important;
	background: #f1f3f5;
	border-radius: 8px;
}

.faqsWrapper>ul>li::before {
	content: none !important;
}

.faqsWrapper>ul>li h3,
.faqsWrapper>ul>li h4,
.faqsWrapper>ul>li h2 {
	font-size: 16px;
	color: #172b4d;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin: 10px 0 0;
}

.faqsWrapper>ul>li h3 a,
.faqsWrapper>ul>li h4 a,
.faqsWrapper>ul>li h2 a {
	color: #253858;
	padding: 14px;
	display: block;
	position: relative;
	padding-right: 50px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 0.2px;
}

.faqsWrapper>ul>li h3 a::after,
.faqsWrapper>ul>li h4 a::after,
.faqsWrapper>ul>li h2 a::after {
	content: "";
	border: solid #5e6c84;
	border-width: 0 2px 2px 0;
	padding: 4px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 8px;
	position: absolute;
	right: 22px;
	top: 22px;
}

.faqsWrapper>ul>li h3 a[flag="up"],
.faqsWrapper>ul>li h4 a[flag="up"],
.faqsWrapper>ul>li h2 a[flag="up"] {
	background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
	border-bottom: dashed 1px rgba(37, 56, 88, .2);
	padding-bottom: 14px;
	border-radius: 8px 8px 0 0;
	border-top: solid 0.8px rgba(37, 56, 88, 0.1);
	border-left: solid 0.8px rgba(37, 56, 88, 0.1);
	border-right: solid 0.8px rgba(37, 56, 88, 0.1);
	/* text-decoration: underline!important; */
}

.faqsWrapper>ul>li h3 a[flag="up"]::after,
.faqsWrapper>ul>li h4 a[flag="up"]::after,
.faqsWrapper>ul>li h2 a[flag="up"]::after {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 26px;
}

.faqsWrapper>ul>li h3+div,
.faqsWrapper>ul>li h4+div,
.faqsWrapper>ul>li h2+div {
	padding: 0;
	margin-top: 0;
	line-height: 30px;
	margin-bottom: 10px;
	display: none;
	padding: 16px 16px;
	background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
	border-radius: 0 0 8px 8px;
	font-size: 16px;
	letter-spacing: 0.016em;
	line-height: 30px;
	color: #253858;
	border-left: solid 0.8px rgba(37, 56, 88, 0.1);
	border-right: solid 0.8px rgba(37, 56, 88, 0.1);
	border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.faqsWrapper>ul>li h2 a:hover {
	color: #253858;
}

/* ped css starts */

.ped_heading{
	color: #253858;
	font-size: 18px;
	font-weight: bold;
	padding-top: 22px;
	line-height: 30px;
}

.ped_heading span{
	font-weight: 500;
	font-size: 16px;
	display: block;
	color: #505f79;
}

.radios_ped {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 5px;
}

.radios_ped label {
	position: relative;
	height: 50px;
	width: 48%;
}

.radios_ped label input[type=radio]+span {
	background: #ffffff;
	border-radius: 3px;
	box-shadow: none;
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	border: solid 1px rgba(37, 56, 88, 0.2);
}

.radios_ped label input[type=radio]+span em {
	font-style: normal;
	font-size: 16px;
	color: #253858;
	line-height: 15px;
}


.radios_ped label input[type=radio]:checked+span {
	border: 1px solid #0065ff;
	color: #0065ff;
}

.radios_ped label input[type=radio]:checked+span em {
	color: #0065ff;
}



.radios_ped label input[type=radio]:checked+span::after {
	content: "";
	display: block;
	border: solid #0065ff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
    top: 15px;
	height: 15px;
    width: 8px;
}

.radios_ped label input[type=radio]{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
}

.checkbox_ped {
	display: flex;
    justify-content: left;
    margin: 12px 0;
    flex-direction: column;
}

.checkbox_ped label {
	position: relative;
    height: 50px;
    width: 100%;
    margin: 0 0 14px 0;
}

.checkbox_ped label input[type=checkbox]+span {
	background: #ffffff;
	border-radius: 3px;
	box-shadow: none;
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	border: solid 1px rgba(37, 56, 88, 0.2);
}

.checkbox_ped label input[type=checkbox]+span em {
	font-style: normal;
	font-size: 16px;
	color: #253858;
	line-height: 15px;
}


.checkbox_ped label input[type=checkbox]:checked+span {
	border: 1px solid #0065ff;
	color: #0065ff;
}

.checkbox_ped label input[type=checkbox]:checked+span em {
	color: #0065ff;
}

.checkbox_ped label input[type=checkbox]:checked+span::after {
	content: "";
	display: block;
	border: solid #0065ff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
    top: 15px;
	height: 15px;
    width: 8px;
}

.checkbox_ped label input[type=checkbox]{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
}

.heading_ped_step{
	margin-left: 0!important;
}

.radios_ped label input[type=radio].error+span{
  border:1px solid #f00;
}

.checkbox_ped label input[type=checkbox].error+span{
  border:1px solid #f00;
}

.err_ped{
  color: #f00;
  font-size: 11px;
  margin: 0 0 10px;
}
#btnHealthStep4{
	margin-bottom: 16px;
}
/* ped css ends */


.alsoRead .btn{
padding: 6px 0 0!important;
margin: 16px 0 0 0!important;
}

#healthStepCJ .details_left{
  clear: inherit!important;
}

div#policybazaar #healthStepCJ .details_left .form_terms p {
  width: auto;
}

.listing_new .imageBox{
border-radius:8px;
}

.listing_new_inner{
  padding-top: 16px!important;
    padding-bottom: 16px!important;
}

.listing_new_inner  .content-list a{
  color: #0065ff!important;
}

.listing_new_inner p{
color: #253858!important;
margin-bottom: 0px!important;
}

.listing_new_inner a.sbcate_more{
  display: inline-block!important;
}

.listing_new_inner .imageBox{
  margin-right: 20px!important;
}

.artcle_left_panel .listing_new_inner .button_more{
  border: 1px solid #0065ff;
  font-size: 14px!important;
  padding: 7px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 10px!important;
  display: inline-block;
  background: #0065ff;
  color: #ffffff!important;
}

ul.new-page2 li a.active, ul.new-page2 li a.active {
  background-color: #0563f6!important;
  border: 1px solid #0563f6!important;
}

.listing_content_text{
  display: block;
  font-size: 16px;
  color: #253858;
  line-height: 28px;
  margin-bottom: 20px;
}

.updatedon {
  font-size: 12px;
  padding: 0;
  margin-bottom: 16px;
  margin-left: 0!important;
}

.sticky_bottom_web{
	display: flex;
	flex-direction: column;
}
.sticky_bottom_web .errMemberAge{     margin-bottom: 4px!important;}

.sticky_bottom_web button.btn.btnHealthStep2{
	margin: 0px 0 0px 0;
}

/* plan compare css starts */
.comparePlanWrapper{
  margin-bottom: 16px;
}
.comparePlanInner {
  box-shadow: 0 2px 6px 0 rgba(37, 56, 88, 0.16);
  width: 100%;
  border-radius: 10px;
}

.comparePlanInner .topSectionCompare {
  display: flex;
  justify-content: space-between;
}

.comparePlanInner .boxCompareNew {
  flex: 1 1 33%;
}

.comparePlanInner .boxCompareNew {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 16px;
}

.comparePlanInner .boxCompareNew:nth-child(2) {
  border-left: 1px solid #eaecef;
  border-right: 1px solid #eaecef;
}

.comparePlanInner .topComLeft {
  flex: 1 1 33%;
}

.comparePlanInner .topComLeft {

  text-align: left;
  padding: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #505f79;
  line-height: 1.5;
}

.comparePlanInner .topComLeft:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.comparePlanInner .topComLeft:nth-child(2) {
  border-left: 1px solid #eaecef;
  border-right: 1px solid #eaecef;
}

.comparePlanInner .logoCompareBox {
  height: 58px;
  width: 90px;
  object-fit: contain;
  margin: 0 auto;
}

.comparePlanInner .logoCompareBox img {
  /*max-width: 100%;*/
  max-height: 100%;
  width: auto;
}

.comparePlanInner .nameCompareBox {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 1.5;
}

.comparePlanInner .buttonCompareBox {
  width: 100%;
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 16px;
  color: #fff;
  border: none;
  font-weight: normal;
  padding: 14px 0;
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.comparePlanInner .buttonCompareBox:hover{
  background: #0051cc;
  color: #fff;
}

.comparePlanInner .buttonCompareBox span {
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.comparePlanInner .noteCompareBox {
  color: #505f79;
  font-size: 12px;
  font-weight: normal;
  padding: 12px;
  border-top: 1px solid #eaecef;
  display: flex;
}

.comparePlanInner .topCompareBox {
  background-color: #f1f3f5;
  padding: 12px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.comparePlanInner .bottomSectionCompare {
  border-top: 1px solid #eaecef;
  padding: 40px 0;
}

.comparePlanInner .bottomSectionCompare .buttonCompareBox {
  width: 335px;
  text-transform: uppercase;
  margin: 0 auto;
}
.comparePlanInner .mobStartingFrom {
  display: none;
}
.comparePlanWrapper h1 {
  padding: 0 0 16px;
}
/* plan compare css ends */

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block {align-items: flex-start;}
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu {
    background: url(../../../images/bu/corona-support-icons.svg) no-repeat 0 0;}
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i   {
  width: 41px;
} 
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-1 {
	background-position: 6px 5px;}
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-2 {
	background-position: -94px 4px;}
.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block i.icons-bu.icon-3 {
  background-position: -44px 3px;}
  
  .topContentBox {
    width: 1140px;
    margin: 5px auto 12px;
}
.topContentBox h1 {
    font-size: 32px;
    font-weight: 700;
}

.topContentBox p {
    font-size: 16px!important;
    margin: 8px 0 0 0!important;;
    display: inline!important;;
}
.read_more_art{
	cursor: pointer;
}
.topContentBox p.extraText {display: block;}
.topContentBox .read_more_art {display:none}

.topBannerSenior{
	max-width: 1140px;
    margin: 0 auto;
    border-radius: 8px;
	/* margin-bottom: 16px; */
	padding-right: 0;
}

.wrapperSenior{
	margin-top: 20px!important;
    padding: 14px 22px 10px!important;
}
.add_family_member{
	margin-left: 0!important;
}
.insurerLogo1 img {
  width: 173px;
}

.buTopContainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.read_more_art{
	cursor: pointer;
  color: #0065FF;
}
.topContentBox p.extraText {display: block;}
.topContentBox .read_more_art {display:none}
.extraTextWeb{
	display:none;
}
.extraTextWeb.showcontent{
	display:inline;
}
.read_more_art_web{
	display:inline;
	cursor:pointer;
  color: #0065FF;
}

#health_article_leftpanel > div > h2{ margin-top: 0;text-align: left!important;}
.updated-on {
  margin: 16px;
}

.carouselCover{
	width: 260px;
    height: 232px;
    background: #fff;
    border: none;
	border-radius: 8px;
	box-shadow:0px 3px 12px rgba(0, 0, 0, .16);
	margin:20px 0 20px 16px;
	padding-bottom: 16px;
	position:relative;
	
}
.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;
    background: #fff;
    opacity: .30;
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    left: 38px;
    top: 12px;
}

.boxCover1::before{
    content: '';
    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;
  
}
.text-cover:hover,.text-cover:visited{color:#253858;}

.button-cover{
	width: 120px;
	font-size: 14px;
	font-weight: 500;
	border:1px solid #0065ff;
	color: #fff;
	border-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
    margin-top: 8px;
	cursor: pointer;
  background: #0065ff;
  padding: 4px 0;
}

.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: .40;
}

.boxCover1.color3{
	background: #9FFFCE;
	color: #6BCB9B;
}
.boxCover1.color3::before{
	background: #42CC87;
}
.boxCover1.color3::after{
    opacity: .40;
}

.boxCover1.color4{
	background: #FFB2B2;
	color: #DE8383;
}
.boxCover1.color4::before{
	background: #EF4D4D;
}
.boxCover1.color4::after{
    opacity: .50;
}

.boxCover1.color5{
	background: #B3D4FF;
	color: #4C9AFF;
}
.boxCover1.color5::before{
	background: #4790F0;
}
.boxCover1.color5::after{
    opacity: .50;
}

.boxCover1.color6{
	background: #FFF0B3;
	color: #FFC400;
}
.boxCover1.color6::before{
	background: #FFAB00;
}
.boxCover1.color6::after{
    opacity: .50;
}

.carouselCover2{
	height: 242px;
}

.carouselCover2 .button-cover{
	margin-top: 0;
}

.carouselCover2 .text-cover{
	height: 38px;
}
.carouselCover2 .product-cover, .carouselCover3 .product-cover{
	padding: 2px 10px 0;
}

.carouselCover2 .boxCover1::after{
content: none;
}

.carouselCover3 .boxCover1::before, .carouselCover3 .boxCover1::after{
	content: none;
}

.healthSISlides.slick-initialized.slick-slider {
    margin-left: 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;
}


.carouselWrapperPersonal .slick-arrow.slick-next {
  right: 23px!important;
}


.carouselWrapperPersonal .slick-arrow::before{
 border: solid #000!important;
  border-width: 0 3px 3px 0!important;
  padding: 6px!important;
}

.carouselWrapperPersonal .slick-initialized{
 margin-left: 8px;
}

.perosnalBlockInsurer{
  border-radius: 8px;
background-color: #f4f7fe;
padding: 10px 0 0 0;
margin: 20px 0;
}

.perosnalBlockInsurer .insurer-by-company-title {
border-bottom: 1px solid #d9dde2;
display: flex!important;
width: calc(100% - 48px);
margin: 16px 24px 0;
}
.perosnalBlockInsurer.CoverBoxMain .insurer-by-company-title{
margin: 16px 20px 0;
width: calc(100% - 40px);
}
.perosnalBlockInsurer .insurer-by-company-title h2 {
display: inline-block;
font-size: 16px;
font-weight: 600;
padding-bottom: 14px;
line-height: 19px;
color: #172b4d;
border-bottom: 3px solid #0065ff;
margin: 0 !important;
}

.quotesBoxWrapper input[type=text]::-ms-clear, .quotesBoxWrapper input[type=tel]::-ms-clear {  
  display: none; 
}

.insurer-by-company {
	border-radius: 8px;
	background-color: #f4f7fe;
	padding: 15px 25px 5px;
	margin: 20px 0;
  }
.insurer-by-company .insurer-by-company-title {
    border-bottom: 1px solid #d9dde2;
    display: flex!important;
    width: 100%!important;
    margin-bottom: 20px;
}
.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0!important;
}
.insurer-by-company .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
  flex-flow: wrap;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)){
	margin-right: 20px;
  }

 
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
	height: 160px;
	box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
	background: #fff;
	margin: 0px 0 20px 0;
	padding: 6px 12px 0;
	border-radius: 8px;
	align-items: center;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	max-width: 162px;
	width: 24%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }

  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 20px;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p {
  color: #0065ff;
  font-size: 14px;
  line-height: 21px;
  text-align: center!important;
  display: table-cell;
  margin-bottom: 0;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}
.viewallLinkInsurer {
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

.viewallLinkInsurer a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
 margin-left: 16px;
 color: #0065ff;
}

.showAllInsurer {
  position: relative;
  margin-right: 0;
  color: #0065ff;
}
.showAllInsurer::before {
  content: "+";
  display: inline-block;
  transition: all .3s ease-in;
  position: absolute;
  top: -2px;
  margin-left: 4px;
  left: -19px;
  font-size: 17px;
}
.lessInsurer::before {
  content: "-";
}

@media only screen and (min-width: 768px) {
  .container section {
    padding: 20px 0;
    background: #fff;
    border-radius: 0;
  }
  section.tabsWrapper {
    background: #f1f3f5;
    border-radius: 8px;
    padding: 16px ;
  }
  .tabsDetails .card h6 {
    color: #253858;
    font-size: 20px;
    font-weight: 500;
    padding-right: 124px;
  }
}

@media only screen and (min-width: 1025px) {
  .hideBig {
    display: none !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .radio_pills label {
    margin: 0 8px 7px 0;
    display: inline-block;
  }
  .radio_pills label input[type="radio"] + span {
    padding: 8px 8px;
  }
  .field_wrapper.mt-top {
    margin-top: 0px;
  }
  .radios.members label input[type="radio"] + span {
    line-height: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .insurer-by-company {
    padding: 0;
    background: 0 0;
    border-radius: 0;
    margin: 0;
}
.insurer-by-company .insurer-by-company-content{
  overflow-x: inherit!important;
  margin-left: 0!important;
}
.insurer-by-company .insurer-by-company-title h2 {
  margin: 0;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  width: 47%;
max-width:47%;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 0;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(2n+0)) {
  margin-right: 5.3%;
}
  .carrouselLakhBox .slick-arrow{
    display: none!important;
  }
  .buTopContainer{
    display: inline-block;
  }
  .topContentBox {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 8px 16px 0;
}
.topContentBox h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

.topContentBox .extraText {display: none;}
.topContentBox .extraText.showcontent{display: inline;}
.topContentBox .read_more_art {color: #0065FF; font-size: 16px; cursor: pointer; display: inline-block;}
  .disclaimerFor_insurer{
    background: #ffffff;
  }
  .topBannerSenior{
    border-radius: 0;
    background: #ffffff!important;
    padding-bottom: 0!important;
    margin-top: 0!important;
  }
  .topBannerSenior .box-section-mobile {
    border-bottom: none!important;
}
  .insurer_list{
    margin-bottom: 0!important;
  }
  .updatedon {
    padding-left: 16px;
  }
  .bg-mob-grey{
    background: #f4f5f7;
  }
.step4Wrap {
	position:relative;
	}
	.step4CtaWrap {
		position:sticky;
		bottom:0;
		padding: 16px 0;
		background:#fff;
		z-index: 2;
	}
  .radios_ped{
		margin: 20px 0 16px;
	}
  .corona-container .slick-slider {
		top: 2%;
	}
  .field_wrapper.field_wrapper_family{
    padding: 0;
  }
  .sticky_bottom_web {
    width: 100%;
    left: 0;
    padding: 0 0;
    bottom: 0;
    z-index: 10;
    position: fixed;
    right: inherit;
    margin-left: 0;
}
.sticky_bottom_web button {
  width: 90% !important;
}
  ul.ui-autocomplete {
    width: 90% !important;
  }
  .no-webp .insurer-bu .insurerLogo,
  .webp .insurer-bu .insurerLogo {
    height: 100px;
    background-size: contain;
    width: 120px;
  }
  .boxFixed {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
  }
  .nav-link ul::before {
    display: none;
  }
  .icon-1 {
    background-position: 4px -258px;
  }
  .icon-2 {
    background-position: -1px -314px;
  }
  .icon-3 {
    background-position: -2px -374px;
  }
  .hideSmall {
    display: none !important;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
 
  .topBanner {
    background: #f4f5f7;
    height: auto;
    box-shadow: none;
    padding-bottom: 10px;
    margin-top: 8px;
  }
  .topBanner .container .insurerDetails {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px 16px;
    box-shadow: 0 4px 12px 0 rgba(37, 56, 88, 0.2);
  }
  .topBanner .container .insurerDetails .btn {
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    font-weight: 400;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 12px;
    min-width: 160px;
    line-height: 1.6;
    max-width: 360px;
    border: solid 1px transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 4px;
    background: #0065ff;
    color: #ffffff;
    width: 100%;
    margin: 10px auto 0;
  }
  .topBanner .container .insurerDetails .btn:hover,
  .topBanner .container .insurerDetails .btn:active {
    background: #0051cc;
    color: #ffffff;
  }
  .topBanner .container .insurerDetails .btn:focus {
    outline: none;
  }
  .contentWrapper section {
    border-top: none;
    margin: 10px 0 20px;
    padding: 0;
    background: #f6f7f8;
    border-bottom: none;
  }

  .block_content_wrapper {
    background: #fff !important;
    padding: 16px 16px 36px !important;
    margin-bottom: 20px !important;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2) !important;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2) !important;
  }
  .detailsWrapper {
    /* padding: 0 !important; */
    background: #fff !important;
  }
  
  .more_less.card{
    text-align: center;    
    display: inline-block;
		vertical-align: top;
		width: 85%;
		white-space: normal;
		height: 440px;
		position: relative;
		margin-right: 15px;
		max-width: 293px;
		bottom: 0;
		border: none;
		border-radius: 8px !important;
    margin:0px 5px;
  }
	.more_less.card a {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-transform: capitalize;
	}
	.more_less.card a:after,.more_less.card.up a:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		right: -12px;
		top: 7px;
  }
  .moreCard.all{display: inline !important;}
  .contentStyles ul.data-lisitng li::before {
    top: 11px;
  }

  .right_50 {
    margin-right: 0;
  }
  .web_50 {
    width: 100%;
  }
  .container-nav1 .cta-call {
    display: none;
  }
  .topBanner .container .insurerDetails .insurerName .insurerLogo {
    text-align: center;
    margin-bottom: 10px;
  }
  .topBanner .container .insurerDetails .insurerName .insurerLogo img {
    width: 200px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features {
    display: block !important;
  }
  .topBanner .container .insurerDetails .insurerName .h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .topBanner .container .insurerDetails .insurerFeatures {
    height: auto;
    margin: 0px auto 0;
    padding-top: 0;
    position: static;
    width: 100%;
    max-width: 360px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block {
    display: block;
    text-align: left;
    width: 100% !important;
    position: relative;
    padding: 0 15px 10px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block:last-child {
    width: 100% !important;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block i {
    width: 30px;
    position: absolute !important;
    left: 0;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block .icon img {
    width: 25px;
    position: relative;
    top: 59%;
    transform: translateY(-50%);
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block:nth-child(2) .icon img {
    width: 35px;
    left: -5px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block:nth-child(3) .icon img {
    width: 27px;
    left: 0px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block .text {
    width: 100%;
    margin-left: 25px;
    margin-top: 3px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .disclaimer {
    font-size: 12px;
    text-align: center;
  }
  .floatingLeadFormWrapper .floatingLeadForm {
    right: 0;
    bottom: -100%;
    top: inherit;
    transition: bottom 0.5s ease-in;
    max-width: inherit;
  }
  .floatingLeadFormWrapper[style="visibility: visible;"] .floatingLeadForm {
    bottom: 0;
  }
  .floatingLeadFormWrapper .floatingLeadForm .closeHealthFloatingLeadForm {
    right: 10px;
    top: 10px;
  }

  .breadcrumb {
    background: #f4f5f7;
    border-bottom: none;
    margin: 0 auto !important;
    width: 98% !important;
    padding: 10px 0 10px!important;
  }
  .contentWrapper > div:first-child {
    float: none;
    width: 100%;
  }
  .contentWrapper {
    display: block;
    padding: 0 !important;
  }
  .tabsWrapper .tabs ul li a {
    font-size: 14px;
  }
  .tabsDetails {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }

  /* Form starts */

  .box-form {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-top {
    padding: 0;
    display: block;
  }
  .mob-container {
    padding: 0 !important;
  }
  .box-section-mobile {
    box-shadow: none !important;
    border-radius: 1px !important;
    border-top: solid 0.8px rgba(23, 43, 77, 0.2) !important;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2) !important;
    margin-top: 30px !important;
  }
  .heading-form {
    font-size: 14px;
    font-weight: normal;
    color: #253858;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .heading-form span {
    position: relative;
    font-weight: bold;
    display:block;
  }
  .heading-form span::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #f8e71c;
    margin-top: 0;
    position: absolute;
    left: 0;
  }
  .h1-small {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
    margin-bottom: 20px;
    font-weight: 500;
  }
  /* form ends */
  .tabsWrapper {
    border-top: solid 0.8px rgba(23, 43, 77, 0.2)!important;
    background: #edeff1!important;
    padding: 16px 16px!important;
    border-bottom: solid 0.8px rgba(23, 43, 77, 0.2)!important;
    border-right: none!important;
    border-left: none!important;
    padding-right: 0 !important;
}
.tabsDetails {
  width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.tabsDetails .card {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  white-space: normal;
  height: 540px;
  position: relative;
  margin-right: 15px;
  max-width: 293px;
}
.tabsDetails .more_less.card{display:inline-flex;    align-items: center;
  justify-content: center;}
.tabsDetails .more_less.card .seeMorePlans{position: relative;}
.more_less.card .seeMorePlans:after{
  right: 5px;
  top: 12px;
}
.planFeatures .featuresBlock {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  padding-right: 0px;
  padding: 0;
}
.tabsDetails .card .titleh6 {
    position: relative;
    padding-top: 5px;
    padding-left: 0;
    font-size: 16px;
    padding-right: 0;
    font-weight: 600;

}
.tabsDetails .featuresActionBar {
  margin-top: 0px;
  width: 90%;
  position: absolute;
  bottom: 20px;
  margin-bottom: 0;
}
.featuresActionBar .priceBtn {
  margin-top: 10px;
  float: none;
}
.featuresActionBar .priceBtn .price {
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.featuresActionBar .priceBtn .btn {
  width: 100%; margin: 0 auto;
}
.tag_tabs {
  position: absolute;
  right: 10px;
  top: 4px;
  margin: 10px 0 10px 18px;
}
.insurer_card_top {
  flex-direction: column;
  margin-bottom: 0;
}
.insurer_card_top img {
  margin-top: 6px;
  max-width: 100%;
  width: auto!important;
}
.topPlans_seeMore {
	text-align: center;
	line-height: 440px;
	color: #0065ff;
	font-weight: 500;
}
.topPlans_seeMore span {
	color: #253858;
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -4px;
	margin-left: 5px;
}
.tabsDetails .seeMore a {
    position: inherit;
    font-weight: 500;
    left: 0;
    transform: none;
    font-size: 14px;
    bottom: 0;
    background: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.tabsDetails .seeMore a::after{
	content: none;
}
.quotesBoxWrapper .btn, .btnnetworkhospital{
	max-width: 100%;
  margin: 0;
  width: 100%;
}
.listing_content_text{
      padding: 0 16px!important;
}

 .listing_new{
   padding: 0 16px!important;
 }
 .listing_corona_right .card{
   display: flex;
 }
 .corona_listing_left {
  background: #fff;
  margin-bottom: 20px;
}
.listing_new_inner .button_more {
 padding: 10px 24px;
  width: 100%;
  text-align: center;
}
.listing_new_inner .text-Link {
  margin-top: 10px!important;
  display: block!important;
  margin-bottom: 0!important;
}
.container-corona .breadcrumb {
   margin: 10px auto 0 !important;
}

/* plan compare css starts */
.topSectionCompare .boxCompareNew:nth-child(1) {
  display: none;
}
.comparePlanInner .logoCompareBox {
  height: 42px;
  width: 80px;
}
.comparePlanInner .boxCompareNew {
  padding: 12px;
}
.comparePlanInner .nameCompareBox {
  font-size: 14px;
  height: auto;
  min-height: 42px;
}
.comparePlanInner .buttonCompareBox span {
  display: none;
}
.comparePlanInner .buttonCompareBox {
  font-size: 14px;
  padding: 10px 0;
  cursor: none;
  margin: 0;
}
.comparePlanInner .mobStartingFrom {
  display: block;
  color: #505f79;
  font-size: 12px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 3px;
}
.comparePlanInner .bottomSectionCompare .buttonCompareBox {
  width: 90%;
  padding: 16px;
}
.comparePlanInner .bottomSectionCompare {
  padding: 20px 0;
  border-top: 0px solid #eaecef;
}
.block_content_wrapper.comparePlanWrapper {
  padding: 16px 0 0!important;
}
 .comparePlanInner {
  box-shadow: none;
  border-top: 1px solid #eaecef;
  border-radius: 0;
}
.comparePlanInner .boxCompareNew:nth-child(2) {
  border-left: 0px solid #eaecef;
}
.comparePlanInner .comparePlanWrapper h1 {
  padding-left: 12px !important;
}
.comparePlanInner .topSectionCompare {
  flex-flow: wrap;
}
.comparePlanInner .topComLeft:nth-child(1) {
  font-size: 16px;
  width: 100%;
  flex: 1 1 100%;
}
.comparePlanInner .topComLeft {
  flex: 1 1 50%;
  border-bottom: 1px solid #eaecef;
  padding: 12px;
}
.comparePlanInner .topComLeft:nth-child(2) {
  border-left: 0px solid #eaecef;
}
.comparePlanWrapper h1 {
  padding: 0 16px 12px;
}
/* plan compare css ends */

.topBanner .container .insurerDetails .insurerFeatures .features.support-corona .block .text {
  margin-left: 35px;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .topBanner .container .insurerDetails .insurerFeatures {
    max-width: 700px;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features {
    display: flex !important;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block {
    width: 100% !important;
    padding: 0 24px 10px;
  }
  .no-webp .insurer-bu .insurerLogo,
  .webp .insurer-bu .insurerLogo {
    height: 140px;
    background-size: 82%;
    width: 144px;
  }
  .tabsDetails .card {
    height: 480px;
}
.listing_new_inner .button_more{
  width: auto;
}

.tabsDetails .featuresActionBar {
 margin-bottom: 0;
}
.img_ipad{
  width: 200px!important;
    height: 200px!important;
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.img_ipad2{
  width: 50%!important;
    height: auto!important;
}
.h1-small strong br{
  display: none;
}
.h1-small strong{
  padding-left: 5px;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  width: 23%;
max-width:23%;
}
.insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 2.5%;
}
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .insurer-bu {
    justify-content: left;
    max-width: 570px;
    margin: auto;
  }
  .no-webp .insurer-bu .insurerLogo,
  .webp .insurer-bu .insurerLogo {
    height: 100px;
    background-size: contain;
    width: 100px;
  }
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
		margin-right: 14px;
	}
	.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
		width: 23%;
	}
}

@media only screen and (min-width: 568px) {
  .topBanner .container .insurerDetails .insurerFeatures{
      max-width: 100%;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features {
      display: flex !important;
  }
  .topBanner .container .insurerDetails .insurerFeatures .features .block{
      width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width:359px) {
  .heading-form{
  font-size: 13px;
  line-height: 24px;
  }
  .topBanner .container .insurerDetails{
      padding: 20px 13px;
  }
}



.webp .logo-widget {
	background: url(../../../images/webp/widget-logo.webp) center no-repeat;
  }
  
.no-webp .logo-widget {
	background: url(../../../images/bu/widget-logo.png) center no-repeat;
  }
  
.widget-insurer-logo {
	width: 120px;
	height: 40px;
	border: 1px solid #fff;
	float: left;
	margin-right: 20px;
	background-size: 100% !important;
	background-position: 0 0;
	margin-top: 6px;
  }
  
.widget-insurer-logo.iffco_tokio_general_icon {
	background-position: 0 0px;
  }
  
.widget-insurer-logo.royal_sundaram_general_icon {
	background-position: 0 -39px;
  }
  
.widget-insurer-logo.bharti_axa_general_icon {
	background-position: 0 -79px;
  }
  
.widget-insurer-logo.future_generali_general_icon {
	background-position: 0 -117px;
  }
  
.widget-insurer-logo.sbi_general_icon {
	background-position: 0 -1525px;
  }
  
.widget-insurer-logo.liberty_general_icon {
	background-position: 0 -192px;
  }
  
.widget-insurer-logo.tata_aig_general_icon {
	background-position: -4px -235px;
  }
  
.widget-insurer-logo.bajaj_allianz_general_icon {
	background-position: 0 -276px;
  }
  
.widget-insurer-logo.reliance_general_icon {
	background-position: 0 -314px;
  }
  
.widget-insurer-logo.hdfc_ergo_general_icon, .widget-insurer-logo.hdfc_general_icon {
	background-position: 0 -354px;
  }
  
.widget-insurer-logo.shriram_general_icon {
	background-position: 0 -393px;
  }
  
.widget-insurer-logo.digit_general_icon {
	background-position: 0 -433px;
  }
  
.widget-insurer-logo.kotak_mahindra_general_icon {
	background-position: 0 -471px;
  }
  
.widget-insurer-logo.new_india_assurance_general_icon {
	background-position: 0 -511px;
  }
  
.widget-insurer-logo.national_insurance_general_icon {
	background-position: 0 -550px;
  }
  
.widget-insurer-logo.united_india_general_icon {
	background-position: 0 -589px;
  }
  
  .widget-insurer-logo.oriental_insurance_general_icon {
	background-position: 0 -619px;
  }
  
.widget-insurer-logo.universal_sompo_general_icon {
	background-position: 0 -669px;
  }
  
 .widget-insurer-logo.magma_hdi_general_icon {
	background-position: 0 -705px;
  }
  
.widget-insurer-logo.navi_general_icon {
	background-position: 0 -746px;
  }
  
.widget-insurer-logo.edelweiss_general_icon {
	background-position: 0 -783px;
  }
  
.widget-insurer-logo.aditya_birla_life_icon, .widget-insurer-logo.aditya_birla_general_icon, .widget-insurer-logo.aditya_birla_capital_general_icon {
	background-position: 0 -819px;
  }

  .widget-insurer-logo.hdfc_ergo_health_general_icon {
	background-position: 0 -1304px;
  }
  
.widget-insurer-logo.aegon_life_icon {
	background-position: 0 -858px;
  }
  
.widget-insurer-logo.bajaj_allianz_life_icon {
	background-position: 0 -895px;
  }

  .widget-insurer-logo.canara_hsbc_obc_life_icon {
	background-position: 0 -932px;
  }
  
.widget-insurer-logo.exide_life_icon {
	background-position: 0 -969px;
  }
  
.widget-insurer-logo.edelweiss_tokio_life_icon {
	background-position: 0 -1007px;
  }
  
.widget-insurer-logo.hdfc_life_icon {
	background-position: 0 -1043px;
  }
  
.widget-insurer-logo.icici_prudential_general_icon {
	background-position: 0 -1080px;
  }
  
.widget-insurer-logo.indiafirst_life_icon {
	background-position: 0 -1116px;
  }
  
 .widget-insurer-logo.kotak_life_icon {
	background-position: 0 -1155px;
  }
  
.widget-insurer-logo.max_life_insurance_life_icon {
	background-position: 0 -1191px;
  }
  
.widget-insurer-logo.pnb_metlife_life_icon {
	background-position: 0 -1562px;
  }
  
.widget-insurer-logo.reliance_nippon_life_icon {
	background-position: 0 -1230px;
  }
  
 .widget-insurer-logo.sbi_life_icon {
	background-position: 0 -158px;
  }
  
.widget-insurer-logo.tata_aia_life_icon {
	background-position: 0 -1266px;
  }
  
.widget-insurer-logo.max_bupa_life_icon, .widget-insurer-logo.max_bupa_health_insurance_icon {
	background-position: 0 -1373px;
  }
  
.widget-insurer-logo.raheja_qbe_general_icon, .widget-insurer-logo.raheja_qbe_insurance_general_icon {
	background-position: 0 -1410px;
  }
  
.widget-insurer-logo.religare_life_icon, .widget-insurer-logo.religare_health_general_icon {
	background-position: 0 -1447px;
  }
  
.widget-insurer-logo.star_health_life_icon, .widget-insurer-logo.star_health_general_icon {
	background-position: 0 -1484px;
  }
  
  @media only screen and (max-width: 640px) {
	.rightSection .widget-insurer-logo {
	  margin-bottom: 10px;
	}
  }
  
  .rightSection .leftSection .providerWith_lifeinsurnace {
	width: 100%;
  }

  .form-whatsapp {
    font-size: 12px;
    text-align: center;
    color: #253858;
    margin-top: 10px;
}

.form-whatsapp i.icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9LmJ7ZmlsbDojNGNhZjUwO30uY3tmaWxsOiNmYWZhZmE7fS5ke2ZpbHRlcjp1cmwoI2EpO308L3N0eWxlPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgaW5wdXQ9IlNvdXJjZUFscGhhIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwLjEwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iYiIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUgMS41KSI+PGcgY2xhc3M9ImQiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIC0xLjUsIC0xLjUpIj48cGF0aCBjbGFzcz0iYSIgZD0iTTE3LjEsMi44NzRBMTAuMTE4LDEwLjExOCwwLDAsMCwxMC4wMzgsMCw5LjkyNyw5LjkyNywwLDAsMCwxLjQxMywxNC44NjVMMCwyMGw1LjI3OS0xLjM3N2ExMC40NjgsMTAuNDY4LDAsMCwwLDQuNzYzLDEuMjA2QTkuOTI1LDkuOTI1LDAsMCwwLDE3LjA4NywyLjkwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNSAxLjUpIi8+PC9nPjxwYXRoIGNsYXNzPSJiIiBkPSJNMTAuNDExLDE4LjQ1M2gtLjAxOEE4LjQsOC40LDAsMCwxLDUuODgsMTcuMTI0bC0zLjEyNS44MTNMMy41OTMsMTQuOWwtLjItLjMxMmE4LjI2LDguMjYsMCwxLDEsNy4wMTcsMy44NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4zNTUgLTAuMzI4KSIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMTUuNTg1LDEyLjk4MWwtLjAwOC4wNjNjLS4yNTEtLjEyNS0xLjQ3Mi0uNzIyLTEuNy0uOC0uNTExLS4xODktLjM2Ny0uMDMtMS4zNDcsMS4wOTMtLjE0Ni4xNjItLjI5MS4xNzUtLjUzOC4wNjNhNi43NjMsNi43NjMsMCwwLDEtMi0xLjIzOCw3LjU2LDcuNTYsMCwwLDEtMS4zODMtMS43MjVjLS4yNDQtLjQyMi4yNjctLjQ4Mi43MzItMS4zNjJhLjQ1OC40NTgsMCwwLDAtLjAyMS0uNDM3Yy0uMDYyLS4xMjUtLjU2LTEuMzUtLjc2OC0xLjgzOHMtLjQwNi0uNDI1LS41Ni0uNDI1YTEuMjQsMS4yNCwwLDAsMC0xLjE0LjI4N2MtMS4zNDUsMS40NzgtMS4wMDYsMywuMTQ1LDQuNjI1LDIuMjYyLDIuOTYsMy40NjcsMy41MDUsNS42Nyw0LjI2MmEzLjQ0OCwzLjQ0OCwwLDAsMCwxLjU2Ny4xLDIuNTY1LDIuNTY1LDAsMCwwLDEuNjgtMS4xODgsMi4wNjMsMi4wNjMsMCwwLDAsLjE1LTEuMTg3Yy0uMDYyLS4xMTMtLjIyNS0uMTc1LS40NzUtLjI4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjk5NiAtMS4wNTkpIi8+PC9nPjwvc3ZnPg==") no-repeat;
    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: .4s;
  transition: .4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 2px 6px rgba(29, 60, 110, .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);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}
.spNo{
  padding-bottom:0px!important;
}