.health-shield-wrap {
  background: linear-gradient(90deg, rgb(252 218 215 / 20%) 30%, rgba(252, 218, 215, 1) 70%) !important;
}

.healthshield-block-wrap {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  /* padding: 4rem 0 6rem 0; */
}

.bannerTitle {
  font-size: 20px;

  font-weight: 500;
  line-height: 30px;
}

.banner-content-left {
  width: 60%;
}

.banner-content-right {
  width: 100%;
  max-width: 471px;
}

.block-img-left-wrap {
  display: flex;
  gap: 23px;

  align-items: stretch;

  margin-top: 3.2rem;
}

.blocktext {
  text-align: center;

  font-size: 14px;

  font-weight: 500;
}

.block-img-cont {
  text-align: center;
  padding: 2rem 1rem;

  width: 200px;
  border-radius: 20px;
  border: 1px solid #FCDAD7;
  background: linear-gradient(149deg, #FFF 46.8%, #FCDAD7 97.4%);
  box-shadow: 1px 1px 0px #AF2F31;
}



.il-input-block {
  margin-bottom: 2.5rem;
}

.banner-content-left h1 {
  font-size: 4.8rem;
  font-weight: 900;
}

.banner-content-left h1 span {
  color: #ec6625;
}

.health-shield-wrap .bannerFormblock {
  background: #fff;
  width: 100%;
  max-width: 471px;
  border: 1px solid #cbcdce;
  box-shadow: 0px 4px 23px rgb(0 0 0 / 10%);
  border-radius: 10px;
  z-index: 1;
  padding: 35px 30px 10px;
}

.mt-20 {
  margin-top: 2rem;
}

.fullWidth-btn {
  width: 100%;
}





.img-responsive {

  margin: 0 auto;
}



/*whats app pop up */

.overlayN {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  visibility: hidden;
  opacity: 0;
  z-index: 10
}

.overlayN.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  z-index: 100000;
  height: 100%;
  width: 100%
}

.overlayN .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default
}

.overlayN.showMsg,
.overlayN:target {
  visibility: visible;
  opacity: 1
}

.overlayNew.active {
  z-index: 1000000
}


a.btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff69;
  -webkit-transform: translateX(-100%) rotate(45deg);
  transform: translateX(-100%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

a.btn-white {
  min-width: 160px;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 17px;
  margin-top: 40px;
  color: #fe6625 !important;
  border: 1px solid #fe6625;
  text-decoration: none;
  position: relative;
}

a.btn-link {
  display: inline-block;
  vertical-align: top;
  padding: 20px 15px;
  color: #282828;
  text-decoration: none;
}



.popup .close {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  border: none;
  background: transparent;

}

.popup .close:after,
.popup .close:before {
  position: absolute;
  left: 1.5rem;
  content: " ";
  height: 3rem;
  width: .1rem;
  background-color: #333
}

.popup .close:hover {
  opacity: 1
}


#whatsapp-popup {
  overflow: auto
}

.popup.light.js-popup-body.commonpop-pad {
  max-width: 700px;
  padding: 3rem 4rem 5rem
}



.whatsapp-popup-block {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0
}

figure.alert-img {
  display: inline-block;
  vertical-align: top
}

.whatsapp-popup-block h2 {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 700;
  color: #e71a1a;
  display: inline-block;
  padding-left: 15px
}

.whatsapp-popup-block h3 {
  font-size: 17px;
  font-weight: 600;

  padding-bottom: 28px;
  padding-top: 7px;
}

.whatsapp-popup-block ul {
  padding-bottom: 20px
}

.whatsapp-popup-block ul li {
  font-size: 15px;
  padding-bottom: 10px;
  color: #6c6c6c;
  font-weight: 600;
  position: relative;
  padding-left: 2rem
}

.whatsapp-popup-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("https://echannel.insurancearticlez.com/docs/default-source/assets/freshlook/images/error-list-arrow.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block
}

/*whatsapp popup css end */


/* thank you pop up */

.lead-overlay.activeOverlay {
  visibility: visible;
  opacity: 1;
}

.lead-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;
  z-index: 9999;
  overflow: auto;
  height: 100%;
}

.lead-popup-sec {
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 426px;
}

.leadpopup-content {
  padding: 4rem;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 4rem 3rem 3rem;
}

#super-saver-pop img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.lead-popup-sec .lead_thanks_register {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 4rem 0 0.5rem;
  text-align: left;
  color: #282828;
}

.lead-popup-sec .lead_get_back {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 4rem;
  color: #282828;
}

.lead-thanks-ok-btn {
  width: 100%;
  text-align: right;
}


.popup.light.js-popup-body.commonpop-pad {
  max-width: 700px !important;
  width: 100% !important;
}

#dontSendupdate {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}

#dontSendupdate:hover {
  color: #fe6625 !important;
  text-decoration: underline !important;
}

.bannerTitle.mt-20 {
  margin-top: 0
}



.healthshield-block-wrap {
  padding: 6rem 0 6rem !important;
}

.bannerTitle {
  font-size: 18px !important;
}

.block-img-cont {
  padding: 16px !important;
}

.health-shield-wrap .bannerFormblock {
  border: none !important;
  border-radius: 24px !important;
  background: #FFF !important;
  box-shadow: 3px 4px 23px 0px rgba(0, 0, 0, 0.06) !important;
}

.blocktext {
  font-size: 14px !important;
  font-weight: 600 !important;
}


p.text-left-mb {
  color: #575757 !important;
  font-size: 16px !important;
}



.agr-txt a {
    text-decoration: underline;
}

.health-shield-wrap .bannerFormblock {
  height: 100%;
}





@media (max-width: 768px) {

  .healthshield-block-wrap,

  .img-block_wrapper,
  .flex {
    flex-direction: column;
  }

  .banner-content-left,
  .card-block,
  .block-left,
  .block-right,
  .cont-block {
    width: 100% !important;
  }

  .banner-content-left,
  .card-block,
  .block-left,
  .block-right,
  .cont-block,
  .content-block,
  .img-block {
    width: 100% !important;
    padding: 0;
  }

  .ui-policy-documents p {
    padding: 0
  }

  .content-block {
    padding: 0 !important
  }





  .healthshield-block-wrap {
    padding: 2rem 0 2rem !important;
  }

}

@media (max-width: 428px) {
  p.sub-txt-fire_ins {
    text-align: left !important;
  }

  .healthshield-block-wrap,

  .img-block_wrapper,
  .flex {
    flex-direction: column;

  }

  .banner-content-left,
  .card-block,
  .block-left,
  .block-right,
  .cont-block,
  .content-block,
  .img-block {
    width: 100% !important;
    padding: 0;
  }

  ul.arrow-tab-list.green_tick {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-content-left h1 {
    font-size: 24px !important;
    text-align: center;
  }

  .section-content h2 {

    line-height: 32px;
  }

  .block-img-left-wrap {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .bannerTitle.mt-20 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .health-shield-wrap .bannerFormblock {
    z-index: 1;
    padding: 30px 15px;
  }




  .block-left img,
  .img-block img {
    margin-top: 2rem !important;
    margin-bottom: 4rem !important;
    max-width: 300px !important;
    width: 100%;
  }




  p.bannerTitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 21px;

  }









}


.sf_colsOut.section-content.ishield-bg {
  display: none !important;
}








/* custom */

.block-left img,
.img-block img {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.block-img-cont .mt-15 {
  margin-top: 0
}



.il-input-block.focus label {
  color: rgb(236, 102, 37);
}



label[for="checkbox2"] span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hidden {
  display: none;
}

/* Hide right side content only on mobile */
@media (max-width: 767px) {

  #toggle-btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #EC6625;
    padding: 2rem 0;
  }
}

/* By default, hide Read More button on desktop */
@media (min-width: 768px) {
  #toggle-btn {
    display: none;
  }
}

div#toggle-btn:after {
  content: '';
  position: absolute;
  /* top: 6px; */
  /* right: -10px; */
  border: solid #EC6625;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(92deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  margin-right: -101px;
  margin-top: 5px;
}


/* notification popup */
.now_this_is_rare_popup_wrap .il-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  overflow: auto;
  height: 100%;
}

.now_this_is_rare_popup_wrap .il-popup-sec {
  position: relative;
  top: 0;
  background: #ffffff;
  width: 100%;
  max-width: 500px;
  left: 0;
  z-index: 999;
  right: 0;
  margin: 6.5rem auto 10rem;
  border-radius: 15px;
  padding: 3rem 3rem;
}

.now_this_is_rare_popup_wrap .il-popup-sec h2 {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.now_this_is_rare_popup_wrap .il-popup-sec p {
  font-size: 16px;
  padding-bottom: 2rem;
  text-align: left;
  margin: 0;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul {
  padding: 0;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul li {
  font-size: 16px;
  color: #004a80;
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 10px;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(/docs/default-source/assets/freshlook/images/error-list-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
}


#keepMeposted:before {
  display: none
}



.il-input-block.focus label {
  top: -7px !important;
}




.blocktext {
  line-height: 21px;
}




@media (max-width: 767px) {
  .popup.light.js-popup-body.commonpop-pad {

    padding: 2rem 3rem;
  }

  .whatsapp-popup-block {
    padding-top: 5rem;
  }

  .btn-flex {
    flex-direction: column;
  }

  a.btn-link {
    margin-top: 44px;
  }

  a.btn-white {
    right: 0 !important;
  }
}

.block-img-cont {
  text-align: center;
  padding: 2rem 1rem;
  width: 200px;
  border-radius: 20px;
  border: 1px solid #FCDAD7;
  background: linear-gradient(149deg, #FFF 46.8%, #FCDAD7 97.4%);
  box-shadow: 1px 1px 0px #AF2F31;
}

@media (max-width: 820px) {
  .block-img-cont p {
    margin: 0;
    text-align: center;
    color: #282828;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin-top: 1rem;
  }

  .block-img-left-wrap {
    gap: 5px !important;
    /* flex-direction: column; */
  }
}

@media (max-width: 820px) {
  .block-img-cont {
    width: 400px;
    /* display: flex
; */
    text-align: center;
    height: 150px;
    margin-bottom: 21px;
  }

  .block-img-cont img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 428px) {
  .block-img-left-wrap {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .bannerTitle.mt-20 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  p.bannerTitle {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  .healthshield-block-wrap {
    padding: 2rem 0 2rem !important;
  }
}

@media (max-width: 768px) {
  .align-center {
    text-align: left;
  }
}


/* new css start */

.wid-desk-content .main-head-family{
    margin: 0;
    margin-bottom: 2rem;
}
.bannerTitle.mt-20 {

    width: 80%;
    line-height: 28px;
}
    .block-img-left-wrap.il-container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 428px) {
    .bannerTitle.mt-20 {
       width: 100%;
       line-height: 21px;
    }
    .block-img-left-wrap.il-container {
    padding-left: 15px;
    padding-right: 15px;
    }
    .health-shield-wrap .healthshield-block-wrap{
        gap: 0!important;
    }
        .block-img-left-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    .block-img-cont{
        margin-bottom: 0;
    }

}
.block-img-cont{
    height:auto;
}

@media (max-width: 428px) {

    .health-shield-wrap .healthshield-block-wrap{
        gap: 0!important;
    }
}

.wid-desk-content .main-head-family{
    margin: 0;
    margin-bottom: 2rem;
}
.bannerTitle.mt-20 {

    width: 80%;
    line-height: 28px;
}
    .block-img-left-wrap.il-container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 428px) {
    .bannerTitle.mt-20 {
       width: 100%;
       line-height: 21px;
    }
    .block-img-left-wrap.il-container {
    padding-left: 15px;
    padding-right: 15px;
    }
    .health-shield-wrap .healthshield-block-wrap{
        gap: 0!important;
    }
        .block-img-left-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    .block-img-cont{
        margin-bottom: 0;
    }

}
.block-img-cont{
    height:auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'Mulish' !important;
}

.bannerFormblock .form-group{ 
margin-bottom: 0;
}

.tabWrapper.bannerFormblock{
    padding: 35px 30px 30px!important;
}

label[for="whatsapp-check"] span {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* #whatsapp-check .wpLabel{
margin-right: 40px;
} */
body .banner-content-left .wid-desk-content h1{
    margin: 0!important;
}

.dob-form-block input{
    border: none!important;

}

.il-input-block input:hover{
    border: 1px solid #282828;
} 


.dob-form-block.focus,
.dob-form-block.onFocused,
.il-input-block.focus input:focus {
    border: 2px solid #ec6625
}

.whatsapp-icon {
    margin-left: 8px;
}
#whatsapp-popup.overlayN .popup .close {

    right: 26px;
}

/* new csss end */

.bannerFormblock .apr-submit-btn {
    margin-top: 20px;
}

a#keepMeposted {
    top: 0;
    /* width: 3rem; */
    height: auto;
}


/* popular search start */

.section-content.search-bg {
    background: #F8F6F6;
}

.section-content .popular-search {padding-left: 40px;}
.section-content .popular-search h2 {font-weight: 500;padding-bottom: 3rem;line-height: 44px;}
.section-content .popular-search a {background-color: #fff;color: #000;font-weight: 500;font-size: 12px;line-height: 15px;border-radius: 100px;padding: 8px 15px;display: inline-block;margin-right: 5px;margin-bottom: 10px;text-decoration: none;}
.section-content .popular-search a:hover {background: #FFF2EB;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}

/* popular search end */

/* breadcrumb start */
.breadcrumb-main-block {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ece9e9;
}
ul.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
ul.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}
ul.breadcrumbs li a:after {
    border: solid #282828;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    margin-top: 6px;
    margin-left: 10px;
}
ul.breadcrumbs li:last-child a:after {
    display: none;
}
.link {
    font-size: 14px;
    font-weight: 700;
    color: #f26624 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
        font-size: 1.4rem;
}
ul.breadcrumbs li.active a {
    color: #6c6c6c;
    opacity: .8;
}
/* breadcrumb end */

.benifits-ext {
    display: flex;
    gap: 55px!important;
}
#more-articles-views .text-center .btn-white {
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .benifits-ext {
    display: block;
    
}
#more-articles-views .text-center .btn-white {
  display: inline-block;
  margin-top:0;
}
}

section:has(> .health-shield-wrap) {
  padding: 0;
}
.dob-form-block .year {
    width: 15%;
}