* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
img {
    max-width: 100%;
}
body {
  color: #303332;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.text-dark{
    color: #000000 !important;
}
.container {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

h1, h2, h3 {
  font-weight: 700;
  color: #303332;
}

h1 span, h2 span, h3 span {
  /* color: #006161; */
}
/* HERO */
.hero {
  min-height: auto;
  background:url('../images/hero-bg.jpg') no-repeat;
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  padding-bottom: 140px;
  background-size: cover !important;
}
.top-logo-main {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
}
.hero-container {
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
}

/* LOGO */
.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.logo-icon {
  font-size: 36px;
  margin-bottom: 6px;
  max-width: 396px;
}

.logo-text strong {
  font-size: 20px;
  color: #0b6b65;
}

.logo-text span {
  display: block;
  font-size: 14px;
  color: #4f6f6c;
}

/* BADGE */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #006161;
  margin-bottom: 30px;
}
span.no-text {
    color: #303332;
}
/* TITLE */
.hero-title {
  font-size: 64px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 400;
}

.hero-title span {
  color: #0b6b65;
  position: relative;
}
 .text-line{
  position: relative;
  color: #006161;
  padding-bottom: 11px;
  line-height: normal;
 }
 .text-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 24px;
  background:url('../images/text-line.png') no-repeat;
  background-size: 100%;
  border-radius: 4px;
}

/* FEATURES */
.hero-features {
  display: flex;
  margin-top: 51px;
  gap: 59px;
  margin-bottom: 45px;
}

.hero-feature {
  display: flex;
  gap: 14px;
  text-align: left;
  align-items: flex-start;
}

.feature-icon {
  font-size: 26px;
  color: #0b6b65;
	 width: 44px;
}

.hero-feature strong {
  /* display: block; */
  /* font-size: 16px; */
  color: #006161;
}
.features-text {
    width: 100%;
    border-left: 1px dashed rgba(0,0,0,.5);
    padding-left: 13px;
    flex: 1;
}

.features-text h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #303332;
}

.features-text h3 strong {
    color: #006161;
}

.hero-feature p {
  /* font-size: 14px; */
  color: #303332;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #006161;
  color: #ffffff;
  padding: 30px 36px;
  font-size: 24px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
  padding-right: 137px;
}

.hero-btn:hover {
  background: #095e59;
}

.hero-btn .arrow {
  font-size: 18px;
  position: absolute;
  right: 0;
  height: 100%;
  border-left: 1px dashed rgb(255 255 255 / 50%);
  width: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Logo Section */

/* PROVIDERS STRIP */
.providers {
  margin-top: -80px; /* pulls section into hero like mockup */
  padding-bottom: 80px;
  padding-left: 20px;
    padding-right: 20px;
}

.providers-container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
}

/* LEFT TEXT */
.providers-text {
  min-width: 162px;
  color: #0b6b65;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  /* padding: inherit; */
}

.providers-text strong {
  font-size: 18px;
}

/* DIVIDER */
.providers-divider {
  width: 1px;
  height: 60px;
  background: #d8eae6;
}

/* LOGOS */
.providers-logos {
  display: flex;
  align-items: center;
  gap: 40px;
/*  flex-wrap: wrap;*/
  width: 100%;
  justify-content: space-between;
}

.logo-item {
  min-width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2f2d;
  font-weight: 600;
  opacity: 0.85;
  padding: 0px 0px;
}
.providers-text h3 {
    font-size: 14px;
    color: #006161;
    font-weight: 600;
    padding: 30px 0px;
}

.providers-text h3 strong {
    font-weight: 600;
}
.providers-text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px dashed rgba(0,0,0,.5);
}



/* WHY HEALTH SECTION */
.why-health {
  padding: 0;
  background: #ffffff;
}

.why-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.why-header {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 18px;
  color: #303332;
  font-weight: 400;
}
h2 strong {
  font-weight: 700;
}
 

.why-header p {
  /* font-size: 16px; */
  /* line-height: 1.7; */
  /* color: #555; */
  margin-bottom: 70px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
}

/* CENTER DOTTED LINE */
 

/* ITEM */
.why-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  /* border: 2px solid #0b6b65; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b65;
  font-size: 12px;
  flex-shrink: 0;
  position: relative;
}

/* TEXT */
.why-text h3{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: 600;
}

.why-text h3 span {
  color: #0b6b65;
}

.why-text p {
  /* font-size: 14px; */
  /* color: #5f7c78; */
  line-height: 1.6;
}
.why-icon:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -16px;
    border-right: 1px dashed rgba(0, 0, 0, .5);
}
.why-text  strong {color: #0b6b65;font-weight: 700;}
.why-text {
    padding-left: 9px;
}
.why-text p strong {
  color: #0b6b65;
  text-decoration: underline;
}
.text-cener{
    text-align: center;
}


/* TESTIMONIAL */
.testimonial {
  background: #ffffff;
  padding: 100px 0 140px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: contain !important;
}

.testimonial-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 600px auto;
  align-items: center;
  gap: 60px;
}

/* TEXT */
 
.testimonial-highlight {
  font-size: 40px;
  line-height: 40px;
  margin: 36px 0px 20px;
  font-weight: 500;
}

.testimonial-highlight span {
  color: #0b6b65;
  font-weight: 700;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.7;
  color: #303332;
  max-width: 520px;
  margin-bottom: 18px;
}

.testimonial-author {
  font-size: 14px;
  margin-bottom: 21px;
  color: #303332;
  font-weight: 700;
}
.testimonial-author strong {
    font-weight: 700;
}
/* STARS */
.testimonial-stars {
  color: #0b6b65;
  font-size: 20px;
}

/* IMAGE */
.testimonial-image {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #888;
}
.testimonial-image img {
    display: none;
}
/* CTA BAR */
.testimonial-cta {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
}

.cta-inner {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  gap: 20px;
}
.btn-col {
    margin-top: 30px;
}
.cta-badge {
  font-size: 13px;
  color: #ffffff;
  background: #006161;
  padding: 7px 14px;
  border-radius: 20px;
  white-space: nowrap;
  position: absolute;
  top: -12px;
}
.cta-badge img {
    filter: brightness(0) invert(1);
    position: relative;
    top: 4px;
}
.cta-inner h2 {
  font-size: 28px;
  line-height: 30px;
  margin: 0;
  /* color: #2d2d2d; */
}

.cta-inner p span {
  color: #0b6b65;
}

 section.why-sec {
    padding: 120px 0px 0px;
}
 
section.why-sec .hero-features {
    justify-content: center;
    max-width: 1163px;
    margin-left: auto;
    margin-right: auto;
}
section.why-sec .hero-features .feature-icon {
    width: 88px;
}
section.why-sec .hero-features .feature-icon img {
    max-width: 88px;
}

.testimonial-cta  .text-line::after {
    right: -19px;
    left: auto;
}

/* SAVE MONEY SECTION */
.save-money {
  padding: 100px 0;
  background: #ffffff;
}

.save-container {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.save-header {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
 
.save-header h2 span {
  color: #0b6b65;
  position: relative;
}

.save-header p {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

/* GRID */
.save-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  /* max-width: 1140px; */
  margin: auto;
}

/* CARD */
.save-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  max-width: 540px;
}

.save-card h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  /* color: #2d2d2d; */
  text-align: center;
  padding: 25px 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, .3);
  font-weight: 400;
}

.save-card h3 span {
  color: #006161;
}

/* LIST */
.save-list {
  list-style: none;
  padding: 6px 60px 20px;
}

.save-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.save-list .icon {
    width: 34px;
    height: auto;
    border-radius: 50%;
    /* border: 2px solid #0b6b65; */
    /* color: #0b6b65; */
    display: flex;
    align-items: self-start;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}

.save-list h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.save-list   span {
  color: #006161;
}
.testimonial-cta.cta-position {
    position: relative;
    bottom: 0;
    transform: inherit !important;
    left: 0;
    margin: 0px auto;
}
 
/* FAQ SECTION */
.faq-section {
    padding: 73px 0;
    background: #ffffff;
}

.faq-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-header h2 {
 
  margin-bottom: 16px;
}

.faq-header h2 span {
  color: #0b6b65;
  position: relative;
}

 
.faq-header p {
    max-width: 604px;
    margin: 13px auto 0px;
}

/* FAQ ITEMS */
.faq-item {
  border-top: 1px dashed rgba(0,0,0,.5);
  padding: 18px 0;
}

.faq-item:last-child {
  border-bottom: 1px dashed rgba(0,0,0,.5);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0;
    padding-right: 30px;
}

.faq-icon {
    font-size: 18px;
    color: #0b6b65;
    transition: transform 0.3s ease;
    width: 12px;
    text-align: right;
    min-width: 12px;
}
.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon img {
  width: 18px;
  transition: transform 0.3s ease;
}

/* Rotate when active */
.faq-item.active .faq-icon img {
  transform: rotate(180deg);
}

/* ANSWER */
.faq-answer {
  display: none;
  padding-top: 15px;
}

.faq-answer p {
  /* font-size: 14px; */
  /* color: #555; */
  /* line-height: 1.6; */
  max-width: 97%;
}

/* ACTIVE STATE */
.faq-answer {
  display: none;
  padding-top: 15px;
}

.faq-item.active .faq-question h4 {
  color: #006161;
}
.faq-list {
    max-width: 780px;
    margin: auto;
}

/* FOOTER */
.site-footer {
  background: #ffffff;
  padding: 23px 0 50px;
  font-size: 12px;
  color: #000000;
}

.footer-container {
  max-width: 947px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

/* LOGO */
.footer-logo img {
  max-width: 282px;
  margin-bottom: 10px;
}

.footer-tagline {
 margin-bottom: 21px;
}

/* DISCLAIMER */
.footer-disclaimer p {
 margin-bottom: 17px;
}

 

.providers-container.bg-dark {
    background: #006161;
}

.providers-container.bg-dark h3 {
    color: #FFF;
}

.providers-container.bg-dark  .logo-item {
    background: #f2f2e6;
    height: 66px;
    padding: 11px;
    border-radius: 4px;
}

.providers-container.bg-dark .providers-text:before {
    border-right: 1px dashed rgb(183 183 183 / 50%);
}
@media (max-width:991px){
.providers-container.bg-dark .logo-item {
    padding: 2px;
    height: 48px;
    width: 15%;
}    
}






@media (max-width:991px){
.top-logo-main {
    justify-content: center;
    padding-top: 0;
}

.hero-logo {
    margin-bottom: 8px;
}
.hero-features {
    flex-wrap: wrap;
}

.hero-title {
    font-size: 32px;
    line-height: 40px;
}

.why-grid {
    grid-template-columns: 1fr;
}

.providers-container {
    flex-wrap: wrap;
}

.providers-text {
    width: 100%;
}

.save-grid {
    grid-template-columns: 1fr;
}

.cta-inner {
    flex-wrap: wrap;
}
.testimonial-container {
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonial {
    background-image: none !important;
    padding: 40px 0 140px;
}

.testimonial-image img {
    display: block;
}

img {
    max-width: 100%;
}
.hero-features {
    gap: 0;
    border-bottom: 1px dashed rgba(0,0,0,.5);
    margin-top: 0;
    margin-bottom: 37px;
    /* padding: 10px 20px; */
}

.hero-feature {
    width: 100%;
    border-top: 1px dashed rgba(0,0,0,.5);
    padding: 20px 20px;
}

.feature-icon {
    min-width: 42px;
}
section.why-sec .hero-features .feature-icon {
    width: 48px;
}
.hero-title {
    margin-bottom: 24px;
}

.hero {
    padding-top: 20px;
    background-position: left bottom;
    padding-bottom: 85px;
    min-height: auto;
}

body {
    font-size: 12px;
    line-height: 19px;
}

.features-text h3 {
    font-size: 16px;
}
.hero-badge {
    font-size: 12px;
}

.hero-btn {
    font-size: 20px;
    padding: 20px 22px;
    padding-right: 95px;
    gap: 9px;
}

.hero-btn .arrow {
    width: 71px;
}

.providers-container {
    padding: 0;
    gap: 9px;
}

.providers-text h3 {
    padding: 17px 0px;
    font-size: 12px;
    font-weight: normal;
}

.providers-text strong {
    font-size: 12px;
}

.providers-text br {
    display: none;
}

.providers-text {
    text-align: center;
}

.providers-text:before {
    border-bottom: 1px dashed rgba(0, 0, 0, .5);
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
}

.providers-logos {
    padding: 6px 20px 19px;
    flex-wrap: nowrap;
    gap: 1px;
}

.providers-logos img {
    max-width: 34px;
}

.logo-item {
    min-width: auto;
}
.providers-container {
    border-radius: 10px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}

.providers {
    padding-bottom: 40px;
    margin-top: -52px;
    /* margin-bottom: 3px; */
}

.why-header p {
    margin-bottom: 32px;
}
.why-item {
    margin-bottom: 10px;
    border-top: 1px dashed rgba(0, 0, 0, .5);
    padding-top: 15px;
    padding-bottom: 5px;
}

.why-grid {
    gap: 0;
}

.why-text h3 {
    font-size: 16px;
    line-height: 19px;
}

.why-icon img {
    max-width: 40px;
}

.why-icon {
    width: 40px;
}

.why-col:last-child .why-item:last-child {
    border-bottom: 1px dashed rgba(0, 0, 0, .5);
    padding-bottom: 11px;
}
.why-health h2 {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-highlight {
    font-size: 28px;
    line-height: 39px;
    max-width: 253px;
    margin: 0px auto 12px;
}

.testimonial-content {
    text-align: center;
}

.testimonial-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    margin-bottom: 14px;
    font-size: 12px;
}

.testimonial-stars img {
    max-width: 219px;
}
.cta-inner h2 {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}

span.block-sm-full {
    display: block;
}

.cta-inner {
    justify-content: center;
    padding: 44px 40px 25px;
}

.cta-badge {
    font-size: 12px;
}

.testimonial-cta .text-line::after {
    right: 0;
}

.testimonial-cta .text-line {
    padding-bottom: 15px;
}

section.why-sec {
    padding: 98px 0px 0px;
}

section.why-sec .why-header {
    margin-bottom: 23px;
}

section.why-sec .hero-features .feature-icon img {
    max-width: 52px;
    margin-right: 17px;
}
.save-money {
    padding: 47px 0;
}

.save-header h2 br {
    display: none;
}

.save-header h2 {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
}

.save-header p {
    margin-bottom: 20px;
}

.save-card h3 {
    font-size: 20px;
    line-height: 20px;
}

.save-list {
    padding: 6px 20px 20px;
}

.save-list h4 {
    font-size: 16px;
    line-height: 20px;
}

.save-list .icon {
    width: 28px;
}

.save-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
}

.hero-features, .why-grid, section.why-sec .hero-features {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.providers-container  {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.save-card span.text-line {
    padding-bottom: 21px;
}

.save-list li p br {
    display: none;
}
.logo-icon {
    max-width: 229px;
}
.faq-header {
    margin-bottom: 30px;
}
.faq-section {
    padding: 37px 0 0px;
}
.faq-question h4 {
    font-size: 16px;
    line-height: 23px;
}
.site-footer {
    padding: 47px 0 50px;
}

}

/* max 991px */


 
@media (min-width:768px){
  .fixed-cta-sm {
  display: none;
  }
}

@media (max-width:767px){

.fixed-cta-sm {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.fixed-cta-sm a {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: block;
    padding: 21px 10px !important;
}
span.arrow-btn img {
    max-width: 24px;
}
.site-footer {
    padding: 47px 0 88px;
}

}


@media (min-width:992px) and (max-width:1140px){
.providers-logos {
    gap: 10px;
}

.hero-btn {
    font-size: 19px;
    padding: 30px 25px;
    padding-right: 97px;
    gap: 10px;
    white-space: nowrap;
}

.hero-btn .arrow {
    width: 76px;
}
 
.testimonial {
    background-size: 422px !important;
}
}



@media (max-width:401px){
  .hero-title {
    font-size: 28px;
    line-height: 37px;
}

 
}


@media (max-width:364px){

.hero-btn {
    font-size: 16px;
}

 
}