* {
    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: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
}

.d-none {
    display: none !important;
}

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

.text-primary {
    color: #0b6b65 !important;
}

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

.lead-text {
    font-size: 20px;
    line-height: 1.2;
}

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: 73px;
    background-size: cover !important;
}

.top-logo-main {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
}

span.tp-sm-top {
    display: flex;
    align-items: center;
}

span.tp-sm-top img {
    max-width: 119px;
}

span.star-text {
    font-size: 18px;
    font-weight: 600;
    margin-left: 4px;
}

.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: 10px;
    font-weight: 400;
}

.hero-title span {
    color: #0b6b65;
    position: relative;
}

.text-line {
    position: relative;
    color: #006161;
    padding-bottom: 16px;
    line-height: normal;

    display: inline-block;
}

.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: 34px;
    gap: 59px;
    margin-bottom: 45px;
    flex-wrap: wrap;
    justify-content: center;
}

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

.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: 1.3;
    font-weight: 500;
    color: #303332;
}

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

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

.cta-form {
    display: inline-block;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 19px 20px;
    background: #FFF;
    border-radius: 10px;
    margin-top: 26px;
    width: 100%;
    max-width: 1049px;
}

.cta-form label {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 20px;
}

.cta-select {
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid #4b8f8f !important;
    min-width: 220px;
    /* font-size: 14px; */
    cursor: pointer;
    height: 68px;
    background-color: #FFF;
    font-size: 18px;
    width: 255px;
    outline: 0 !important;
}
.cta-select { 
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;  
  position: relative;
}
 
.cta-select-wrap {
  position: relative;
  display: inline-block;
}

 
.cta-select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;

  border-right: 2px solid #4b8f8f;
  border-bottom: 2px solid #4b8f8f;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.cta-text-bt .cta-form {
    padding: 0;
    margin: 0;
    width: 100%;
}

.cta-text-bt {
    width: 100%;
}

.form-inner {
    width: 100%;
    justify-content: space-between;
}

.form-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.cta-select {
    width: 100%;
}
 
.cta-select-wrap {
    width: 100%;
    flex: 1;
}
 
.form-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* BUTTON */
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #006161;
    color: #ffffff;
    padding: 24px 21px;
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    padding-right: 115px;
    border: 0;
    cursor: pointer;
}

.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;
}

.providers-text {
    width: 239px;
    color: #0b6b65;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    /* padding: inherit; */
    padding-right: 10px;
}

.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;

    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: 34px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.sm-title-new {
    font-size: 26px;
    line-height: 1.4;
}

.title3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.save-header .title3 {
    margin-bottom: 16px;
    margin-top: 36px;
}

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

.step-main {
    display: grid;
    margin: 33px 0px 42px;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.head-space1 {
    margin: 42px 0px 12px;
}

.head-space2 {
    margin: 46px 0px 30px;
}

.step-icon {
    max-width: 55px;
    margin: 0px auto 10px;
}

.step-col {
    text-align: center;
}

.step-col h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin: 24px 0px 11px;
}

.step-col h3 strong {
    color: #006161;
}

/* 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: 49px;
    margin: 36px 0px 20px;
    font-weight: 500;
    max-width: 520px;
}

.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;
    font-style: italic;
}

.testimonial-author strong {
    font-weight: 700;
}

/* STARS */
.testimonial-stars {
    color: #0b6b65;
    font-size: 20px;
    max-width: 233px;
}

/* 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: 0px 0px 2px;
    /* color: #2d2d2d; */
}

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

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

section.why-sec .why-features {
    justify-content: center;
    max-width: 1163px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px;
    margin-bottom: 50px;
}

section.why-sec .why-features .feature-icon img {
    max-width: 60px;
}

section.why-sec .why-features .why-features-text {
    padding-left: 23px;
}

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

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

section.why-sec .why-features .feature-icon {
    width: 72px;
}


section.why-sec .why-features {
    align-items: start;
}

section.why-sec .why-feature {
    align-items: self-start;
    display: flex;
    gap: 14px;
    text-align: left;
}
.why-features-text h3 a {
    color: #303332;
}

a.why-feature {
    text-decoration: none;
}

a.why-feature p {
    color: #303332;
}
.mid-text {
    max-width: 619px;
    margin: 0px auto 70px;
}



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

/* SAVE MONEY SECTION */
.save-money {
    padding: 72px 0 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: 80px auto 30px;
}

/* 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;
}
.cta-text-bt form.cta-form {
    margin: 0;
    padding: 0;
}
/* 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%);
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-6 {
    width: 50%;
}

.side-bg {
    height: 100%;
    background-size: cover !important;
}

.side-text {
    padding: 60px 0px 60px 37px;
}

.side-text h2 {
    margin-bottom: 26px;
}

section.side-sec {
    padding: 100px 0px;
}

.list-style li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 25px;
    margin-left: 0;
    background: url('../images/check-mark.png') no-repeat;
    background-size: contain;
    left: 0;
}

ul.list-style {
    margin: 20px 0px 0px;
    padding: 0;
}

.list-style li {
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 22px;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 37px;
}

.list-style li span {
    font-weight: 700;
}

.col-lg-12 {
    width: 100%;
}


ul.small_boxes {
    margin: 30px auto 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 732px;
}

ul.small_boxes li {
    /* background: #C60029; */
    border-radius: 10px;
    width: calc(50% - 20px);
    transition: all 0.3s ease;
}

ul.small_boxes li a {
    display: flex;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    background: #006161;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
}

span.link-icon {
    max-width: 52px;
    min-width: 52px;
}

span.link-icon img {
    max-width: 100%;
    filter: brightness(0) invert(1);
}

ul.small_boxes li:last-child a {
    justify-content: center;
}

/* Section */
.quote-benefits-section {
    padding: 80px 0 0;
}

/* Heading */
.quote-benefits-heading {
    text-align: center;
    margin-bottom: 35px;
}

.quote-benefits-heading h2 {
    /* font-size: 36px; */
    margin-bottom: 24px;
}

.quote-benefits-heading p {
    font-size: 18px;
    color: #666;
}

/* Wrapper */
.quote-benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.quote-benefit-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    /* display: flex; */
    text-align: center;
    align-items: flex-start;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}


/* Icon */
.quote-benefit-icon {
    min-width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 65px;
    margin: 0px auto 12px;
}

/* Text */
.quote-benefit-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

.quote-benefit-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.providers-logos {
    overflow: hidden;
}

.logo-item {
    min-width: 80px;
    height: auto;
    opacity: 1;
    padding: 20px 0px 0px;
}

.logo-item img {
    height: 80px;
    object-fit: contain;
}

section.why-health {
    padding: 120px 0px 0px;
}

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

section.why-sec2 {
    padding: 120px 0px 0px;
}

section.why-sec2 .hero-features {
    justify-content: center;
    max-width: 1163px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: unset;
    margin-top: 22px;
    gap: 28px;
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

section.why-sec2 .hero-features .feature-icon img {
    max-width: 82px;
}

section.why-sec2 .feature-icon {
    width: auto;
}

@media (max-width:991px) {
    section.why-sec2 {
        padding: 119px 0px 60px;
    }

    section.why-sec2.why-choose-sec {
        padding-top: 32px;
    }

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

    section.why-sec2 .hero-features {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        gap: 0;
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    section.why-sec2 .feature-icon {
        min-width: 42px;
    }

    section.why-sec2 .hero-features .feature-icon img {
        max-width: 52px;
        margin-right: 0;
    }

    .providers-logos img {
        max-width: unset;
        max-height: 40px;
    }

    section.testimonial {
        margin-top: 20px !important;
    }
}

section.testimonial {
    margin-top: 10px;
}

/* New CSS */

@media (min-width:992px) {
    .img-sm {
        display: none;
    }


}

@media (min-width:992px) {

    section.testimonial {
        background-size: 530px !important;
    }


}

@media (max-width:991px) {
    .providers-container.bg-dark .logo-item {
        padding: 2px;
        height: 48px;
        width: 15%;
    }

    .quote-benefits-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}






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

    .sm-show {
        display: block !important;
    }

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

    .hero-features {
        flex-wrap: wrap;
    }

    span.tp-sm-top img {
        max-width: 81px;
        padding-left: 19px;
    }

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

    span.star-text {
        font-size: 15px;
    }

    .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: 15px;
        margin-bottom: 37px;
        /* padding: 10px 20px; */
    }

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

    .feature-icon {
        min-width: 42px;
    }

    .hero-title {
        margin-bottom: 14px;
    }

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

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

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

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

    .text-line {
        padding-bottom: 9px;
    }

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

    .why-feature:last-child {
        border-bottom: 1px dashed rgba(0, 0, 0, .5);
        padding-bottom: 11px !important;
    }

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

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

    .providers-text h3 {
        padding: 17px 8px;
        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: 1.2;
        margin-bottom: 10px;
    }

    .providers {
        padding-bottom: 40px;
        margin-top: -66px;
        /* 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: 1.2;
        max-width: 100%;
        margin: 0px auto 12px;
    }

    .testimonial-content {
        text-align: center;
        margin-bottom: 20px;
    }

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

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

    .testimonial-stars img {
        max-width: 219px;
    }

    .cta-inner h2 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }

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

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

    .cta-text-bt {
        text-align: center;
    }

    .cta-inner h2 {
        margin-top: 17px;
    }
.cta-badge {
    max-width: 252px;
    text-align: center;
    white-space: inherit;
    border-radius: 100px;
}
    .cta-badge {
        font-size: 12px;
    }

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

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

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

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

    section.why-sec .why-header h2 br {
        display: none;
    }

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

    .save-money {
        padding: 47px 0;
    }

    .save-header .title3 {
        margin-top: 14px;
    }

    .head-space1 {
        margin: 20px 0px 12px;
    }

    .title3 {
        font-size: 20px;
        /* margin: 42px 0px 12px; */
    }

    .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;
        padding-top: 28px;
        padding-bottom: 13px;
    }

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

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

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

    .save-card {
        margin-left: auto;
        margin-right: auto;
    }

    .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;
    }

    .step-main {
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-lg-6 {
        width: 100%;
    }


    .side-text {
        padding: 30px 0px 0px;
    }

    .side-text h2 {
        text-align: center;
        max-width: 230px;
        margin: 0px auto 20px;
    }

    .quote-benefits-section {
        padding: 2px 0 0;
    }

    .btn-col {
        text-align: center;
    }

    section.side-sec {
        padding: 50px 0px;
    }

    .why-health {
        padding: 0 0px 0px;
    }

    .testimonial-cta.cta-position {
        margin: 3px auto 0px;
    }

    .step-main {
        margin: 8px 0px 24px;
        grid-template-columns: repeat(1, 1fr);
    }

    .lead-text {
        font-size: 16px;
        margin: 0px auto 22px;
        max-width: 430px;
        text-align: center;
    }

    span.link-icon {
        max-width: 30px;
        min-width: 30px;
    }

    ul.small_boxes {
        gap: 8px;
        margin: 16px auto 0px;
    }

    ul.small_boxes li {
        width: calc(50% - 10px);
        margin: 0;
    }

    ul.small_boxes li a {
        padding: 10px;
        line-height: 16px;
        min-height: 70px;
    }

    section.why-sec .why-features {
        grid-template-columns: repeat(1, 1fr);
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        gap: 0;
        margin-bottom: 24px;
    }

    .why-header h2 {
        max-width: 282px;
        margin-left: auto;
        margin-right: auto;
    }

    section.why-sec2 h2 {
        max-width: 100%;
        margin-bottom: 0;
    }

    .mid-text {
        margin: 0px auto 28px;
    }

    .step-col h3 {
        margin: 7px auto 11px;
        font-size: 16px;
        max-width: 230px;
    }

    section.why-sec .why-feature {
        align-items: self-start;
        display: flex;
        gap: 14px;
        text-align: left;
        margin-bottom: 10px;
        border-top: 1px dashed rgba(0, 0, 0, .5);
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .step-main {
        gap: 30px;
    }

    .review-carousel .item {
        text-align: center;
    }

    .testimonial-stars {
        margin: auto;
    }

    .hero-title br {
        display: none !important;
    }

    .hero-title {
        max-width: 572px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-image {
        max-width: 320px;
        margin: 0px auto;
    }

    .quote-benefit-box {
        box-shadow: none;
        padding: 0;
    }

    .quote-benefit-box {
        width: 100%;
        border-top: 1px dashed rgba(0, 0, 0, .5);
        padding: 20px 20px;
        margin-top: 0;
        border-radius: 0;
        display: flex;
        text-align: left;
        gap: 14px;
    }

    .quote-benefits-wrapper {
        gap: 0;
        max-width: 450px;
        margin: 0px auto;
        border-bottom: 1px dashed rgba(0, 0, 0, .5);
    }

    .quote-benefit-text {
        width: 100%;
        border-left: 1px dashed rgba(0, 0, 0, .5);
        padding-left: 13px;
        flex: 1;
    }

    .quote-benefit-icon {
        margin-bottom: 0;
    }

.cta-form label {
    margin-bottom: 13px;
    display: block;
}
.form-inner {
    flex-wrap: wrap;
    justify-content: center;
}

.form-left {
    flex-wrap: wrap;
    flex-direction: column;
}
	
	
	
	
}

/* 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%;
        z-index: 2;
    }

    .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;
    }

    .quote-benefits-wrapper {
        grid-template-columns: 1fr;
    }

    .quote-benefits-heading h2 {
        font-size: 28px;
    }

}


@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:480px) {

    .hero-title br.sm-show {
        /* display: block !important; */
    }


}


@media (max-width:380px) {

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


}