@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"); 
.footer-links a,
.phone-flex,
a,
a:focus,
a:hover {
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282c52;
  font-weight: 400;
}
*,
p {
  margin: 0;
}
.footer-links a,
a,
i,
span {
  display: inline-block;
}
.cursor-pointer,
.glow-on-hover {
  cursor: pointer;
}
@font-face {
  font-family: hpr;
  src: url("hpr.woff") format("woff");
}

.nav-header {
  padding: 11px 25px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav-header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-header .nav-logo img {
  height: 40px;
}
.phone-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone-flex .phon-logo {
  height: 33px;
  margin-right: 5px;
}
.phone-flex .clltxt {
  line-height: 1.2;
  text-align: center;
}
.phone-flex .clltxt span {
  font-size: 19px;
  font-weight: 600;
  color: #282c52;
}
.phone-flex .clltxt p {
  font-size: 11px;
  color: #777;
}
.main-footer h4,
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.main-footer {
  padding: 70px 24px;
  background-color: #f6f8f7;
}
.main-footer h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.main-footer p {
  font-size: 13px;
  line-height: 1.4;
}
.footer-links {
  padding-top: 20px;
  text-align: center;
}
.footer-links a {
  font-weight: 600;
  font-size: 15px;
}
::-moz-selection {
  color: #282c52;
  background: rgba(205, 73, 106, 0.6);
}
::selection {
  color: #282c52;
  background: rgba(205, 73, 106, 0.6);
}
body {
  font-style: normal;
  line-height: 1.6;
}
.font-desktop,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 
  /* "montserrat",  */ "Poppins", serif;
}
* {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section {
  overflow: hidden;
}
a:hover {
  color: #ff7600;
}
audio,
img,
svg,
video {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.load-modal {
  border: 0;
}
.load-modal .modal-dialog {
  max-width: 600px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.load-modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  font-size: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  border: 2px solid red;
  opacity: 1;
}
.load-modal .modal-body {
  background-color: #f6f8f7;
  border: 0;
  padding-bottom: 0;
}
.load-modal .modal-body h2 {
  font-size: 23px;
  margin-bottom: 16px;
}
.load-modal .modal-body p {
  font-size: 16px;
  line-height: 1.5;
}
.load-modal .modal-body .call-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #ff7600;
  margin-bottom: 10px;
}
.load-modal .modal-body .call-link img {
  height: 32px;
  margin-right: 4px;
}
.load-modal .modal-bot {
  padding: 25px 25px 23px;
  display: block;
  background-color: #fff;
}
.load-modal .btn-modal {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff7600;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px 16px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.avatar-flex,
.avatar-flex .avatar-img,
.hero-area .mob-google,
.hero-area .mob-google .star-flex {
  display: -webkit-box;
  display: -ms-flexbox;
}
.load-modal .btn-modal:hover {
  background-color: #c65e02;
  color: #fff;
}
.hero-area-wrapper {
  min-height: 100vh;
}
.hero-area {
  padding: 100px 0;
  border-radius: 22px;
  background-color: #f6f8f7;
}
.container-view {
  height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .hero-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav-header {
    padding: 10px;
  }
  .nav-header .nav-logo img {
    height: 35px;
  }
  .phone-flex .phon-logo {
    margin-right: 0;
    height: 30px;
  }
  .main-footer {
    padding: 50px 14px;
  }
  .load-modal .modal-body {
    text-align: center;
    padding-bottom: 14px;
  }
  .hero-area {
    padding: 100px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav-header {
    padding: 10px 5px;
  }
  .nav-header .nav-logo img {
    height: 34px;
  }
  .phone-flex .phon-logo {
    height: 27px;
  }
  /* .phone-flex .clltxt {
    display: none;
  } */
  .main-footer {
    padding-left: 5px;
    padding-right: 5px;
  }
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  .load-modal .modal-dialog {
    max-width: 350px;
  }
  .hero-area-wrapper {
    min-height: 80vh;
  }
  .hero-area {
    padding: 20px 0;
    /* height: 80vh; */
  }
  .hero-area {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .container-view {
    height: 60px;
    overflow: hidden;
  }
}
.hero-area h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1299px) {
  .hero-area h1,
  .para .text-sec h2 {
    /* font-size: 48px;
    font-weight: 700;
    color: #1f2937; */
    font-size: 38px;
    font-weight: 800;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area h1 {
    font-size: 33px;
  }
  /* Add this new rule for headerText specifically on mobile */
 
}
.hero-area .sub-text {
  /* font-size: 20px;
  font-weight: 600;   */
  font-size: 17px;
  font-weight: 400;
  color: #1f2937;
}
@media only screen and (max-width: 767px) {
  .hero-area .sub-text {
    font-size: 16px;
  }
}
.hero-area .mob-text {
  font-size: 20px;
  font-weight: 600;
  color: #282c52;
}
.hero-area .mob-google {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.hero-area .mob-google .star-flex {
  display: flex;
  margin-right: 7px;
}
.hero-area .mob-google .star-flex svg {
  letter-spacing: -4px;
  width: 20px;
}
.avatar-flex .star-flex svg path,
.hero-area .mob-google .star-flex svg path {
  fill: #ff9100;
}
.hero-area .mob-google p {
  font-size: 14px;
  color: #7d7c7c;
}
.avatar-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.avatar-flex .avatar-img {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.form-con,
.form-con .btn-action,
.why-ch {
  display: -webkit-box;
  display: -ms-flexbox;
}
.avatar-flex .avatar-img img {
  margin-left: -10px;
  border: 2px solid #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.avatar-flex .avatar-img img:first-child {
  margin-left: 0;
}
.avatar-flex .rate-flex p {
  font-size: 15px;
  font-weight: 500;
  color: #7d7c7c;
}
.avatar-flex .star-flex {
  letter-spacing: -6px;
}
.avatar-flex .star-flex svg {
  width: 25px;
}
.form-con {
  display: flex;
  /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); */
  margin-top: 15px;
  margin-bottom: 20px;
}
.font-desktop,
.para .text-sec h2 {
  margin-bottom: 16px;
  font-weight: 400;
}
.form-con .input-fil {
  width: 50%;
  height: 62px;
  border: 1px solid #595c5f;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 8px;
  margin-right: 8px;
}
.form-con .btn-action {
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 62px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background-color: #ff7600;
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 0 16px;
  border-radius: 8px;
}
.form-con .btn-action span,
.prefer-box .pulse span {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .form-con .btn-action span,
  .prefer-box .pulse span {
    font-size: 16px;
  }
  .form-con .btn-action span,
  .prefer-box .pulse span {
    font-size: 14px;
    font-weight: 700;
  }
}
.form-con .btn-action svg {
  margin-left: 5px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.card-single,
.link-sec .btn-opt {
  -webkit-transition: 0.2s ease-in;
  width: 100%;
  text-decoration: none;
}
.form-con .btn-action:hover {
  background-color: #c65e02;
  color: #fff;
}
.form-con .btn-action:hover svg {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.why-ch {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
.card-single,
.why-ch .single-flex {
  display: -webkit-box;
  display: -ms-flexbox;
}
.why-ch .single-flex {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.big-btn,
.faqs .faq-con,
.para .text-sec,
.plan-box,
.plan-box .girl-care-pic,
.plan-box-2 {
  margin-left: auto;
  margin-right: auto;
}
.why-ch .single-flex img {
  height: 24px;
  margin-right: 6px;
}
.why-ch .single-flex span {
  font-size: 15px;
  color: #7d7c7c;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero-area .mob-text {
    font-size: 17px;
  }
  .why-ch .single-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why-ch .single-flex span {
    font-size: 13px;
  }
}
.card-single {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 30px;
  height: 80px;
  border-radius: 8px;
  /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.card-single img {
  width: 175px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1024px) {
  .px-10 {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 991px) {
  .avatar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .avatar-flex .avatar-img {
    margin-right: 0;
  }
  .avatar-flex .rate-flex p {
    font-size: 14px;
    margin-top: 4px;
  }
  .avatar-flex .star-flex {
    margin-top: 7px;
    margin-bottom: 2px;
  }
  .form-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .form-con .input-fil {
    width: 100%;
    max-width: 300px;
    height: 48px;
    margin-right: 0px;
  }
  .form-con .btn-action {
    width: 100%;
    max-width: 300px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .why-ch {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-single img {
    width: 120px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-view {
    width: auto !important;
  }
  
  .card-single img {
    width: 102px;
    height: 40px;
  }
}
.card-single:hover {
  background-color: #ccc;
}
.font-desktop {
  font-size: 30px;
}
.para {
  padding-top: 50px;
  padding-bottom: 50px;
}
.parax2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faqs .faq-con,
.para .text-sec {
  max-width: 900px;
}
.para .text-sec h2 {
  font-size: 38px;
  color: #282c52;
}

#paragraphHeader{
  font-weight: 600;
}



@media only screen and (max-width: 767px) {
  .phone-flex .clltxt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .para {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .para .text-sec h2 {
    font-size: 33px;
    margin-bottom: 12px;
  }
}
.para .text-sec p {
  margin-bottom: 12px;
}
.faqs {
  padding-top: 30px;
  padding-bottom: 60px;
}
.faqs .section-title {
  text-align: center;
}
.faqs .section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .faqs {
    padding-top: 17px;
    padding-bottom: 40px;
  }
  .faqs .section-title h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
.faqs .faq-con .accordion-item {
  overflow: hidden;
  border-color: #f2f2f2;
  border-radius: 0;
  margin-bottom: 14px;
}
.globalFooter__bottomText .globalFooter__termsAndPrivacy:first-child,
.plan-box-2 ul li:last-child {
  margin-bottom: 0;
}
.faqs .faq-con .accordion-item .accordion-header .accordion-button {
  background-color: #f6f8f7;
  color: #081828;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}
.faqs .faq-con .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs .faq-con .accordion-item .accordion-header .accordion-button:hover {
  color: #2042e3;
}
.faqs
  .faq-con
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #2042e3;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs .faq-con .accordion-item .accordion-body {
  padding-top: 0;
  background-color: #f6f8f7;
}
.faqs .faq-con .accordion-item .accordion-body p {
  font-size: 15px;
  color: #727272;
}
.faqs .faq-con .accordion-item .accordion-body p span {
  display: inline-block;
  color: #081828;
}
.link-sec {
  background-color: #f6f8f7;
  padding: 60px 0;
}
.link-sec .btn-opt {
  display: block;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 6px;
  border-radius: 5px;
  transition: 0.2s ease-in;
}
.plan-box-2 .q-bnt,
.prefer-box .btn-gid {
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.link-sec .btn-opt:hover {
  background-color: #ff7600;
  color: #fff;
  border-color: #ff7600;
}
.link-sec .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.link-sec .section-title h2 {
  font-size: 40px;
  margin-bottom: 6px;
}
.link-sec .section-title p {
  font-size: 20px;
  font-weight: 500;
}
.pres {
  padding: 60px 0;
}
.prefer-box .care-img {
  max-width: 100%;
}
.prefer-box .care-text h3 {
  font-size: 40px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .link-sec .section-title h2 {
    font-size: 37px;
  }
  .prefer-box .care-text h3 {
    font-size: 35px;
  }
}
.prefer-box .care-text p {
  font-size: 22px;
  margin-bottom: 27px;
}
.prefer-box .btn-gid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7600;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 17px;
}
.big-btn,
.plan-box-2 ul li,
.prefer-box .pulse {
  display: -webkit-box;
  display: -ms-flexbox;
}
.prefer-box .btn-gid img {
  height: 38px;
}
.prefer-box .pulse {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.prefer-box .pulse img {
  height: 20px;
  margin-right: 5px;
}
.award-con {
  padding-top: 40px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .link-sec .section-title {
    margin-bottom: 30px;
  }
  .prefer-box .care-img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .prefer-box .care-text p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .prefer-box .pulse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .award-con {
    padding-bottom: 80px;
  }
}
.plans {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .faqs .faq-con .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqs .faq-con .accordion-item .accordion-body p {
    font-size: 14px;
  }
  .link-sec,
  .pres {
    padding: 40px 0;
  }
  .link-sec .section-title h2 {
    font-size: 34px;
    margin-bottom: 4px;
  }
  .link-sec .section-title p {
    font-size: 18px;
  }
  .prefer-box {
    text-align: center;
  }
  .prefer-box .care-img {
    max-width: 300px;
  }
  .prefer-box .care-text h3 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .prefer-box .care-text p {
    font-size: 16px;
  }
  .prefer-box .btn-gid {
    padding: 10px 20px;
    font-size: 16px;
  }
  .prefer-box .pulse {
    padding-top: 15px;
  }
  .award-con {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .plans {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.plan-box {
  width: 100%;
  max-width: 850px;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #eee;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.plan-box .grey-box {
  background-color: #f6f8f7;
  border-radius: 8px;
  padding: 15px;
}
.plan-box .p-title {
  font-size: 36px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .plan-box {
    text-align: center;
    padding: 25px;
  }
  .plan-box .p-title {
    font-size: 28px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-box .p-title {
    font-size: 25px;
  }
}
.plan-box .girl-care-pic {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  padding-top: 3px;
}
.plan-box .alert-warn {
  text-align: center;
  background-color: #f8e092;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .plan-box .alert-warn {
    margin: 20px 0;
  }
}
.plan-box .alert-warn span {
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .plan-box .alert-warn span {
    font-size: 17px;
  }
}
.plan-box h5 {
  font-size: 20px;
}
.big-btn {
  display: flex;
  max-width: 270px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #1faef7;
  color: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  margin-top: 25px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.big-btn:hover {
  background-color: #1397d9;
  color: #fff;
}
.big-btn img {
  height: 50px;
  position: relative;
  left: 3px;
}
.big-btn p {
  font-weight: 500;
  font-size: 17px;
}
.plan-box-2 {
  width: 100%;
  max-width: 750px;
  border-radius: 10px;
  padding: 30px 30px 40px;
  background-color: #f6f8f7;
}
@media only screen and (max-width: 767px) {
  .mobile-size {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
  .plan-box h5 {
    font-size: 18px;
  }
  .plan-box-2 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 482px) {
  .load-modal .modal-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero-area .sub-text,
  .load-modal .modal-body p {
    font-size: 15px;
  }
  .hero-area,
  .para {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-area h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .why-ch .single-flex span {
    font-size: 12px;
  }
  .card-single {
    padding: 22px 10px;
    height: 55px !important;
  }
  /* .card-single img {
    width: 142px;
    height: 42px;
  } */
  .para .text-sec h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .faqs .section-title h2 {
    font-size: 28px;
  }
  .link-sec .btn-opt,
  .plan-box .alert-warn span {
    font-size: 14px;
  }
  .mobi-alrt {
    padding: 10px;
    font-size: 13px;
    border-radius: 0;
  }
  .plans {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .plan-box {
    padding: 15px;
  }
  .plan-box .p-title {
    font-size: 22px;
  }
  .plan-box .girl-care-pic {
    width: 150px;
    height: 150px;
  }
  .plan-box .alert-warn {
    padding: 10px;
    margin: 15px 0;
  }
  .big-btn {
    padding: 6px 15px;
    margin-top: 16px;
  }
  .big-btn p {
    font-size: 16px;
  }
  .plan-box-2 {
    padding: 20px 20px 25px;
    max-width: 320px;
  }
}
.plan-box-2 .award-pic {
  height: 80px;
  margin-bottom: 4px;
}
.plan-box-2 h5 {
  font-size: 27px;
  margin-bottom: 16px;
  text-align: center;
}
.plan-box-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plan-box-2 ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 8px;
}
.plan-box-2 ul img {
  height: 15px;
  min-width: 20px;
  position: relative;
  top: 6px;
  margin-right: 4px;
}
.plan-box-2 .q-bnt {
  display: block;
  width: 100%;
  background-color: #ff7600;
  font-size: 15px;
  padding: 13px 15px;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.plan-box-2 .q-bnt:hover {
  background-color: #b23151;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .plan-box-2 .award-pic {
    height: 60px;
    margin-bottom: 1px;
  }
  .plan-box-2 h5 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .plan-box-2 .q-bnt {
    margin-top: 22px;
  }
}
[class*="hpr-"] {
  line-height: 1em;
}
[class*="hpr-"]:before {
  display: inline-block;
  font-family: hpr;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hpr-phone:before {
  content: "\0052";
}
.button-8-new-color {
  background: #1cb0f6;
  border-radius: 3px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans",
    sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.globalFooter__linkText,
.globalFooter__links a:hover {
  text-decoration: underline;
}
.globalFooter {
  padding: 15px 0;
  color: #555;
  border-top: 1px solid #aaa;
}
.globalFooter__links a {
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 700;
}
.globalFooter__copyright {
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px 10px;
  line-height: 1.7;
}
.globalFooter__links {
  text-align: center;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 20px;
}
.globalFooter__address {
  display: block;
}
.globalFooter {
  background-color: var(--secondary-color);
  color: var(--footer-text);
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}
.globalFooter__upperSection {
  margin-top: 32px;
}
.globalFooter__termsAndPrivacy {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.globalFooter__termsAndPrivacy--compressed {
  font-size: 13px;
  text-align: center;
  display: none;
}
.globalFooter__linkText {
  font-weight: 700;
  color: var(--footer-text);
  white-space: nowrap;
}
.globalFooter__labelText {
  display: flex;
  flex-direction: row;
  color: var(--footer-text);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
}
.globalFooter__telephoneNum,
.globalFooter__telephoneNum:hover,
.globalFooter__telephoneNumSmall {
  color: #ecf7f8;
  text-decoration: none;
}
.globalFooter__termsAndPrivacy a:hover {
  color: #fff;
  text-decoration: underline;
}
.globalFooter__icon {
  margin-right: 8px;
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  fill: var(--footer-text);
}
.globalFooter__callCta,
.globalFooter_callContainer {
  width: 100%;
  height: 113px;
}
.globalFooter_callContainer {
  width: 100%;
}
.globalFooter__callCta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: 10;
}
.globalFooter__callCta p {
  margin: 0;
}
.globalFooter__telephoneNum {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.sticky-footer-medicare-hours {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}
.globalFooter__telephoneNumSmall {
  font-size: 16px;
}
.globalFooter__telephoneNumSmall:hover {
  text-decoration: underline;
  color: #fff;
}
.globalFooter__copyrightText {
  text-align: center;
}
.globalFooter__phoneScarcity {
  font-size: 16px;
  font-weight: 400;
}
.globalFooter__phoneScarcityTime {
  font-weight: 700;
  color: #174bc9;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(57, 181, 74, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0);
  }
}
.sticky-footer-pulse {
  display: inline-block;
  margin-right: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #39b54a;
  box-shadow: 0 0 0 rgba(57, 181, 74, 0.4);
  animation: 2s infinite pulse;
}
.globalFooter__callCta {
  display: flex;
  background-color: #fff;
  color: #000;
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.globalFooter__telephoneNum {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  width: calc(100% - 24px);
  max-width: 351px;
  height: 56px;
  background: 0 0/600% #ff7600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: linear-gradient(-45deg, #eb5252, #fd2f21, #f19113, #ff7300);
  border: 2px solid;
}
.btn2,
.glow-on-hover {
  width: 300px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
}
@media (min-width: 768px) {
  .globalFooter__callCta,
  .globalFooter_callContainer,
  .zipFooter__phoneHeadline {
    display: none;
  }
}
.btn2 {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(-45deg, #eb5252, #fd2f21, #f19113, #ff7300);
  background-size: 600%;
  border-radius: 0;
  animation: 8s linear infinite forwards anime;
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  filter: blur(30px);
  opacity: 0.8;
}
@keyframes anime {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.glow-on-hover {
  outline: 0;
  color: #fff;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(-45deg, #eb5252, #fd2f21, #f19113, #ff7300);
  background-size: 600%;
  border: 2px solid;
  animation: 4s linear infinite forwards anime;
}

.state-list ul {
  font-size: 18px;
  font-weight: 700;
  list-style-type: none;
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin: 0;
  padding: 0;
}
.state-list ul li {
  border: 1px inset gray;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-family: "Montserrat", Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  color: #1c2b33;
  border: 1px solid #9da0a3;
}
.state-list ul li:hover {
  background: #ff7600;
  color: #fff;
}

.state-list ul li:nth-child(1) {
  margin-top: 0px;
}
#statesSelect {
  width: 220px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  color: #1c2b33;
  border: 1px solid #9da0a3;
}
.state-wrap {
  position: relative;
}
.select-state {
  position: relative;
  padding: 1.1em 2em;
  color: #9da0a3;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid rgba(157, 160, 163, 0.4);
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.select-dropdown-arrow {
  position: absolute;
  top: 24%;
  right: 24px;
  pointer-events: none;
  font-size: 16px;
  color: #1c2b33;
  z-index: 9;
}
.select-state:focus-visible {
  outline: #cf3d62 auto 1px !important;
}
@media (min-width: 992px) {
  .list-states {
    padding: 0% 10%;
  }
}
@media (max-width: 768px) {
  .state-list {
    display: block !important;
  }
  .state-list ul {
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
}
@media (max-width: 468px) {
  .state-list ul {
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
.quote-btn {
  text-transform: uppercase;
  background-color: #ff7600;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Montserrat", Sans-Serif;
  font-style: normal;
  text-align: center;
  padding: 1em;
  width: 100%;
  border-radius: 6px;
  border-style: none;
  text-shadow: none;
  height: 64px;
  margin-right: auto;
}

#lp_state_state {
  background: url(/images/world.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 3em 1rem;
  background-size: contain;
}
/* CTA Section */
.cta-section {
  /* background: url(/assets/img/male_agent.png); */
  background-color: #f6f8f7;
  background-repeat: no-repeat;
  background-position: 76px 100%;
}
@media (max-width: 1100px) {
  .cta-section {
    background: none;
  }
}
@media (max-width: 768px) {
  #zipcode {
    border-radius: 9px;
    font-size: 1.3em !important;
  }
  .form-con .btn-action {
    margin-top: 0px;
    border-radius: 0px;
    justify-content: left;
  }
  .border-s-light {
    border: 0 !important;
  }
}
.cta-btn {
  border-radius: 6px;
  width: 273px;
  height: 64px;
  padding: 15px 0;
  background-color: #ff7600;
  text-align: center;
}
.cta-btn span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

/* responsiveness queries */

.desktop-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

/* Three Steps Section Styles */
.three-steps-section {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}

.three-steps-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #282c52;
  margin-bottom: 50px;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.step-item {
  flex: 1;
  position: relative;
  padding: 0 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 83%;
  height: 2px;
  right: -42%;
  top: 25%;
  border-top: 2px dashed #fd7602;
  z-index: -1;
}

.step-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.step-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fd7602;
  margin-bottom: 15px;
}

.step-item p {
  font-size: 18px;
  color: #282c52;
  line-height: 1.5;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .steps-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .step-item {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }

  .step-item:not(:last-child):after {
    width: 2px;
    height: 40px;
    right: auto;
    top: auto;
    bottom: -40px;
    left: 50%;
    border-top: none;
    border-left: 2px dashed #fd7602;
  }

  .three-steps-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .three-steps-section {
    padding: 40px 0;
  }

  .three-steps-section h2 {
    font-size: 28px;
  }

  .step-item h3 {
    font-size: 20px;
  }

  .step-item p {
    font-size: 16px;
  }

  .step-item:not(:last-child):after {
    height: 40px;
    bottom: -40px;
  }
}

/* Insurance Plans Section Styles */
.insurance-plans-section {
  padding: 60px 0;
  background-color: #f8f9fe;
}

.plan-tabs {
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.first-row-btns-holder {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.second-row-btns-holder {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tab {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #ff7600;
  background: #fff;
  border: 1.5px solid #ff7600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  min-width: 150px;
}

.tab.active {
  background: #ff7600;
  color: #fff;
}

/* Mobile styles for plan tabs - Applied for screens 767px and below */
@media (max-width: 767px) {
  .plan-tabs {
    max-width: 400px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .tab-buttons {
    gap: 10px;
  }

  .first-row-btns-holder {
    gap: 10px;
  }

  /* Mobile specific .tab styles */
  .plan-tabs .tab {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 15px;
    border-width: 1.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 120px;
  }

  .plan-tabs .tab.active {
    box-shadow: 0 3px 7px rgba(255,118,0,0.25);
  }
}

/* Adjustments for very small devices */
@media (max-width: 390px) {
  .plan-tabs {
    padding: 15px 10px;
  }

  .plan-tabs .tab {
    padding: 8px 20px;
    font-size: 14px;
    min-width: 110px;
  }
}

.plan-content {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.plan-content.active {
  display: flex;
  align-items: center;
  gap: 30px;
}

.plan-image {
  flex: 1;
  position: relative;
}

.plan-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
}

.plan-image::after {
  display: none;
}

.plan-text {
  flex: 1;
}

.plan-text h2 {
  font-size: 32px;
  color: #282c52;
  margin-bottom: 20px;
}

.plan-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 30px;
}

.plan-link {
  color: #fd7602;
  text-decoration: none;
  font-weight: 600;
}

.view-plans-btn {
  display: inline-block;
  padding: 15px 30px;
  background: #ff7600;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-plans-btn:hover {
  background: #e66a00;
  color: #fff;
}

.contact-info {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 991px) {
  .plan-content.active {
    flex-direction: column;
    text-align: center;
  }

  .plan-image {
    margin-bottom: 30px;
  }

  .plan-tabs {
    flex-wrap: wrap;
  }

  .plan-tab {
    width: calc(33.33% - 14px);
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .insurance-plans-section {
    padding: 40px 0;
  }

  .plan-tabs {
    gap: 15px;
    padding: 15px;
    justify-content: center;
  }

  .plan-tab {
    padding: 12px 30px;
    font-size: 16px;
    min-width: 150px;
  }

  .plan-tab:nth-child(2) {
    margin-left: 40px;
  }

  .plan-tab:nth-child(3) {
    margin-left: 20px;
  }

  .plan-text h2 {
    font-size: 28px;
  }
}

/* Call To Action Section Styles */
.cta-hero {
  padding: 80px 0;
  background-color: #f8f9fe;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #282c52;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-form {
  display: flex;
  gap: 0;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-input {
  flex: 1;
  padding: 14px 20px;
  font-size: 18px;
  border: none;
  background: transparent;
  outline: none;
  color: #282c52;
}

.cta-input::placeholder {
  color: #999;
}

.cta-button {
  padding: 14px 32px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #ff7600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #e66a00;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
  .cta-hero {
    padding: 60px 0;
  }

  .cta-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .cta-form {
    flex-direction: column;
    gap: 10px;
    padding: 8px;
  }

  .cta-input {
    width: 100%;
    text-align: center;
    padding: 10px 16px;
  }

  .cta-button {
    width: 100%;
    padding: 10px 16px;
    font-size: 20px;
  }
}

/* CSS Used from: https://health-plan-enrollment.com/v3/css/home.css */
* {
  font-family: "Poppins", sans-serif;
}

span,
a {
  /* General styles for span and a, be cautious if these are too broad */
  /* Consider scoping them more, e.g., .nav-header span, .nav-header a */
  /* For now, applying as provided, but they might affect other elements */
  /* color: #757575; */ /* Commenting out to avoid conflict with existing styles */
  /* font-size: 16px; */
  /* line-height: 28px; */
  /* font-weight: 400; */
}

.phone-number-button {
  display: inline-block;
  text-decoration: none;
  background-color: #008a0d; /* Default green, will be overridden by header-specific blue */
  border-radius: 30px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative; /* Added for positioning child elements like picture */
}

.phone-number-button span[slot="fl-did"] {
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition: .25s ease-in-out;
}

.phone-number-button span.licensed-agents {
  font-size: 12px;
  /* Additional styling will come from header-specific rules */
}

.phone-number-button:hover {
  background: #fff;
}

.phone-number-button:hover span,
.phone-number-button:hover span[slot="fl-did"] {
  color: #031031;
}

/* Removed the global img,source rule as it's too broad and likely to break existing layout */
/* img,
source {
  width: 100%;
  height: auto;
} */

/* Adapted from .header-wrapper to .nav-header for your specific HTML */
.nav-header .phone-number-button {
  position: relative;
  padding: 10px 45px 12px 18px; 
  background-color: #ff7600; /* Changed to orange */
  border-radius: 30px; 
  line-height: 1.3; 
}

.nav-header .phone-number-button span {
  color: #fff;
}

.nav-header .phone-number-button span[slot="fl-did"] {
  padding: 0;
  font-size: 14px; 
  font-weight: 600; 
  white-space: nowrap;
  display: block; 
  margin-bottom: 3px; /* Increased space between number and agent text */
}

.nav-header .phone-number-button span.licensed-agents {
  position: absolute;
  bottom: 7px; 
  left: 18px; 
  font-size: 7px; 
  white-space: nowrap;
}

.nav-header .phone-number-button span.licensed-agents:before {
  content: "";
  display: inline-block;
  width: 6px; /* Reduced dot size */
  height: 6px; /* Reduced dot size */
  border-radius: 50%;
  background: #0d1; 
  margin-right: 3px; /* Adjusted space between dot and text */
  vertical-align: middle; 
}

.nav-header .phone-number-button picture {
  max-width: 30px; /* Reduced Mobile image size */
  position: absolute;
  top: 50%; 
  transform: translateY(-50%); 
  right: 10px; /* Maintaining right offset, or adjust slightly if needed e.g. 8px */
}

.nav-header .phone-number-button picture img {
    width: 100%;
    height: auto;
    border-radius: 50%; 
}


@media screen and (min-width: 960px) {
  .nav-header .phone-number-button {
    border-radius: 50px; 
    padding: 12px 90px 12px 35px; 
    line-height: 1.4;
    text-align: center; /* Center the text content */
  }
  .nav-header .phone-number-button span[slot="fl-did"] {
    padding: 0; /* Remove padding to allow true centering */
    font-size: 22px; 
    display: block; 
    margin-bottom: 4px; 
  }
  .nav-header .phone-number-button span.licensed-agents {
    position: relative; 
    bottom: auto; 
    left: auto;
    font-size: 13px; 
    display: block; 
    margin-left: 0; 
    /* Text will also be centered due to parent's text-align: center */
  }
  .nav-header .phone-number-button picture {
    max-width: 60px; /* Adjusted Desktop image size */
    right: 15px; /* Adjusted right position */
     /* top: 50%; transform: translateY(-50%); remains for vertical centering */
  }
}

/* Box-sizing, usually good to have globally but scoped if necessary */
* {
  box-sizing: border-box;
}

/* New rule to hide "Now" on mobile */
.mobile-hide-now {
  display: inline; /* Default display for desktop */
}

@media screen and (max-width: 767px) {
  .mobile-hide-now {
    display: none; /* Hide "Now" on mobile */
  }
  /* Other mobile styles for .nav-header .phone-number-button elements continue below */
}

/* Disclaimer bar - styled like AffordableHealthPlans.org */
.disclaimer-bar {
  background-color: #EBEBEB !important;
  color: #666666 !important;
  text-align: center !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  line-height: 13.8px !important;
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  word-wrap: break-word !important;
}

@media only screen and (max-width: 767px) {
  .disclaimer-bar {
    font-size: 13px !important;
    padding: 8px 12px !important;
    line-height: 12px !important;
  }
}
