@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.py-large-6 {
  padding: 2rem 0;
}

.my-large-6 {
  margin: 2rem 0;
}

.text-parimary-300 {
  color: green;
}

.font-size-16 {
  font-size: 16px !important;
}

.cta-button button {
  background-color: #2D58FF;
  border-radius: 18px;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif!important;
}
.cta-button button:hover {
  color: #fff;
  background-color: #2D58FF;
}

@media only screen and (max-width: 768px) {
  .my-mobile-1 {
    margin: 26px 0;
  }
  .mt-mobile-1 {
    margin-top: 30px;
  }
  .mx-mobile-1 {
    margin: 0 26px;
  }
  .pb-mobile-1 {
    padding-bottom: 40px;
  }
  .pt-mobile-1 {
    padding-top: 20px;
  }
  .py-mobile-1 {
    padding: 26px 0;
  }
  .mobile-br {
    display: block !important;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .row-gap {
    row-gap: 30px;
  }
  .mb-mobile-1 {
    margin-bottom: 20px;
  }
  .mobile-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .d-mobile-block {
    display: block;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-br {
    display: none !important;
  }
}
:root {
  --primary-blue: #004988;
  --text-gray: #545453;
  --light-blue: #e8f4fd;
  --accent-green: #00c851;
  --hero-blue: #1e5aa8;
  --athena-green: #00BC72;
  --trust-green: #00D4AA;
  --testimonial-blue: #1e5aa8;
  --quote-green: #00D4AA;
}

.page-nexthealth {
  font-family: "Inter Tight", sans-serif;
  line-height: 1.5;
  /* Header */
  /* Hero Section */
  /* We Solve Section */
  /* Feature Cards */
  /* Feature Grid Layout */
  /* Trust Indicators */
  /* Testimonial Section */
  /* Responsive */
}
.page-nexthealth .section-heading {
  color: #004988;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}
.page-nexthealth .header-section {
  padding: 1.5rem 0;
}
.page-nexthealth .logo {
  height: 3rem;
  width: auto;
}
.page-nexthealth .hero-section {
  padding: 1.5rem 0;
  text-align: center;
}
.page-nexthealth .hero-title {
  color: #004988;
  font-weight: 600;
  font-size: 44px;
}
.page-nexthealth .hero-subtitle {
  color: #545453;
  font-size: 24px;
}
.page-nexthealth .hero-content {
  text-align: left;
}
.page-nexthealth .hero-content h2 {
  color: #004988;
  font-weight: 700;
  font-size: 26px;
}
.page-nexthealth .hero-content p {
  color: #000;
  font-size: 18px;
  margin-bottom: 1rem;
}
.page-nexthealth section p {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}
.page-nexthealth .we-solve-section {
  padding: 2rem 0;
}
.page-nexthealth .feature-card {
  background-color: #EFFBF7;
  border: none;
  border-radius: 0.5rem;
  height: 100%;
  padding: 1.5rem;
}
.page-nexthealth .feature-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.page-nexthealth .feature-card h5 {
  color: #374151;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.page-nexthealth .feature-card p {
  color: #6B7280;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-nexthealth .features-grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-nexthealth .features-grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-nexthealth .features-grid-bottom .feature-card:nth-child(1) {
  grid-column: 1;
}
.page-nexthealth .features-grid-bottom .feature-card:nth-child(2) {
  grid-column: 2;
}
.page-nexthealth .comparison-table {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  background: white;
}
.page-nexthealth .comparison-table:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.page-nexthealth .comparison-grey {
  background: #F9F9F9;
}
.page-nexthealth .comparison-green {
  background: #EFFBF7;
}
.page-nexthealth .comparison-header {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.page-nexthealth .comparison-header.feature {
  background-color: #D9D9D9;
  color: #004988;
}
.page-nexthealth .comparison-header.mconsent {
  background-color: #004988;
  color: white;
}
.page-nexthealth .comparison-header.nexhealth {
  background-color: #D9D9D9;
  color: #004988;
}
.page-nexthealth .comparison-row {
  padding: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #E5E7EB;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-nexthealth .comparison-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.page-nexthealth .trust-section {
  padding: 1rem 0;
  opacity: 0.6;
}
.page-nexthealth .trust-container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
}
.page-nexthealth .trust-item {
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
  border-right: 1px solid #D9D9D9;
}
.page-nexthealth .trust-item:last-child {
  border-right: none;
}
.page-nexthealth .trust-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
}
.page-nexthealth .trust-item .text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.page-nexthealth .testimonial-section {
  text-align: center;
  position: relative;
}
.page-nexthealth .quote-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
}
.page-nexthealth .testimonial-container {
  max-width: 64rem;
  margin: 0 auto;
  position: relative;
  padding: 0 4rem;
}
.page-nexthealth .testimonial-quote {
  font-size: 18px;
  color: #545453;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-nexthealth .avatar-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
.page-nexthealth .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  background-color: #A7F3D0;
}
.page-nexthealth .avatar.active {
  width: 64px;
  height: 64px;
  opacity: 1;
  background-color: #34D399;
}
.page-nexthealth .avatar:hover {
  opacity: 0.75;
}
.page-nexthealth .table-footer span {
  color: #004988;
  font-weight: 500;
}
.page-nexthealth .testimonial-author .name {
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0.25rem;
}
.page-nexthealth .testimonial-author .practice {
  font-size: 16px;
  color: #969696;
}
.page-nexthealth .carousel-arrow {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #D1D5DB;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}
.page-nexthealth .carousel-arrow:hover {
  color: #6B7280;
}
.page-nexthealth .carousel-arrow.prev {
  left: 0;
}
.page-nexthealth .carousel-arrow.next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-nexthealth .hero-title {
    font-size: 28px;
  }
  .page-nexthealth .section-heading {
    font-size: 25px;
  }
  .page-nexthealth .hero-subtitle {
    font-size: 20px;
  }
  .page-nexthealth br {
    display: none;
  }
  .page-nexthealth .hero-content h2 {
    font-size: 22px;
  }
  .page-nexthealth .hero-content p {
    font-size: 16px;
  }
  .page-nexthealth .features-grid-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-nexthealth .trust-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  /* .page-nexthealth {
   
  } */
  .page-nexthealth .comparison-section {
    padding: 1rem 0;
  }
  .page-nexthealth .testimonial-section {
    padding: 2rem 0;
  }
  .page-nexthealth .comparison-row {
    min-height: 70px;
    padding: 0 14px;
  }
}

/*Athena Health Page Style*/
.page-athenahealth {
  font-family: "Inter Tight", sans-serif;
  line-height: 1.4;
  /* Testimonial Section Styles */
  /* Discover Section - CORRECTED LAYOUT */
  /* Automated Appointment Reminders Section - NEW DESIGN */
  /* 2-Way Texting Section - UPDATED DESIGN TO MATCH REFERENCE */
  /* mPayr Digital Payments Section */
}
.page-athenahealth .hero {
  background: rgba(77, 190, 211, 0.1);
}
.page-athenahealth .hero__content {
  z-index: 2;
  position: relative;
  padding-right: 50px;
}
.page-athenahealth .hero__title {
  color: var(--hero-blue);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
.page-athenahealth .hero__title--highlight {
  color: var(--athena-green);
}
.page-athenahealth .hero__subtitle {
  color: var(--text-gray);
  font-size: 30px;
  font-weight: 500;
}
.page-athenahealth .section {
  padding: 40px 0;
}
.page-athenahealth section p {
  color: var(--text-gray);
  font-size: 18px;
  font-weight: 500;
}
.page-athenahealth .section-one h3 {
  color: var(--text-gray);
  font-size: 30px;
  font-weight: bold;
}
.page-athenahealth .section-one h4 {
  color: var(--primary-blue);
  font-size: 26px;
  font-weight: 600;
}
.page-athenahealth .section--gray {
  background-color: #f8f9fa;
}
.page-athenahealth .section__title {
  color: var(--primary-blue);
  font-size: 42px;
  font-weight: 600;
}
.page-athenahealth .section__subtitle {
  color: var(--text-gray);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-athenahealth .trust-item__title {
  font-weight: 500;
  color: #58595B;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
}
.page-athenahealth .trust-indicators {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.page-athenahealth .trust-item {
  text-align: center;
  border-right: solid 1px #D9D9D9;
}
.page-athenahealth .trust-item:last-child {
  border-right: 0;
}
.page-athenahealth .testimonial {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.page-athenahealth .testimonial__content {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-gray);
}
.page-athenahealth .testimonial__author {
  font-weight: bold;
  color: var(--primary-blue);
}
.page-athenahealth .testimonial-section {
  text-align: center;
}
.page-athenahealth .testimonial-section__title {
  color: var(--testimonial-blue);
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.2;
}
.page-athenahealth .testimonial-section__quote-icon {
  font-size: 4rem;
  color: var(--quote-green);
  margin-bottom: 30px;
}
.page-athenahealth .testimonial-section__content {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-gray);
}
.page-athenahealth .testimonial-section__stars {
  margin-bottom: 20px;
}
.page-athenahealth .testimonial-section__star {
  color: #ffc107;
  font-size: 1.2rem;
  margin: 0 2px;
}
.page-athenahealth .testimonial-section__author {
  font-weight: bold;
  color: var(--text-gray);
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.page-athenahealth .testimonial-section__role {
  color: #999;
  font-size: 0.95rem;
  margin-bottom: 40px;
}
.page-athenahealth .testimonial-section__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-athenahealth .testimonial-section__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.page-athenahealth .testimonial-section__nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #999;
}
.page-athenahealth .testimonial-section__nav-arrow:hover {
  background: #e9ecef;
  color: var(--primary-blue);
}
.page-athenahealth .testimonial-section__cta {
  background: #4285f4;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-athenahealth .testimonial-section__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .smart-clinics-container .smart-clinics-item {
  border: solid 1px #8B878D;
  padding: 30px;
}
.page-athenahealth .smart-clinics-container .smart-clinics-item p {
  margin-bottom: 0;
}
.page-athenahealth .smart-clinics-section__cta {
  text-align: center;
}
.page-athenahealth .smart-clinics-section__cta-button {
  background: #4285f4;
  color: white;
  padding: 18px 40px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-athenahealth .smart-clinics-section__cta-button:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .how-works-section__subtitle {
  text-align: center;
  color: #000;
  font-size: 20px;
}
.page-athenahealth .how-works-content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-athenahealth .how-works-video {
  flex: 1;
  max-width: 450px;
}
.page-athenahealth .how-works-video__placeholder {
  background: #d3d3d3;
  border-radius: 20px;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-athenahealth .how-works-video__placeholder:hover {
  background: #c8c8c8;
}
.page-athenahealth .how-works-video__play-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
}
.page-athenahealth .how-works-features {
  flex: 1;
  max-width: 450px;
}
.page-athenahealth .how-works-features__title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}
.page-athenahealth .how-works-features__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
}
.page-athenahealth .how-works-features__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.page-athenahealth .how-works-features__check {
  color: #00c851;
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .how-works-features__cta {
  background: #4285f4;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-athenahealth .how-works-features__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .how-works-features__cta-icon {
  font-size: 0.9rem;
}
.page-athenahealth .feature {
  background: #FFFFFF;
  border: 1px solid rgba(77, 190, 211, 0.35);
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
}
.page-athenahealth .feature:hover {
  transform: translateY(-5px);
}
.page-athenahealth .feature__icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 35px;
}
.page-athenahealth .feature__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-athenahealth .feature__content {
  padding-top: 70px;
}
.page-athenahealth .feature__title {
  color: var(--primary-blue);
  font-size: 20.8px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
.page-athenahealth .feature__description {
  color: var(--text-gray);
  font-size: 16px !important;
  margin-bottom: 20px;
}
.page-athenahealth .feature__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-athenahealth .feature__benefits li {
  color: var(--text-gray);
  font-size: 14.4px;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
}
.page-athenahealth .feature__benefits li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../images/athena-health/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-athenahealth .video-section {
  background: #f8f9fa;
  padding: 80px 0;
}
.page-athenahealth .video-placeholder {
  background: #ddd;
  height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #999;
  margin-bottom: 20px;
}
.page-athenahealth .cta-section {
  background: var(--primary-blue);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.page-athenahealth .cta-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-athenahealth .cta-section__subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
.page-athenahealth .form-group label {
  color: var(--primary-blue);
  font-weight: 600;
}
.page-athenahealth .form-control {
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  border-radius: 5px;
}
.page-athenahealth .form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 73, 136, 0.25);
}
.page-athenahealth .scale-section__subtitle {
  color: #383838;
  font-size: 20px;
}
.page-athenahealth .scale-section__description {
  color: #383838;
  font-size: 20px;
}
.page-athenahealth .discover-title {
  font-size: 32px;
}
.page-athenahealth .scale-section__cta {
  background: #4285f4;
  color: white;
  padding: 18px 35px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 60px;
}
.page-athenahealth .scale-section__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .scale-workflow {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.page-athenahealth .scale-workflow__image {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.page-athenahealth .discover-section {
  background: white;
  padding: 80px 0;
}
.page-athenahealth .discover-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .discover-dashboard {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .discover-dashboard__image {
  width: 100%;
  height: auto;
}
.page-athenahealth .discover-info {
  flex: 1;
  max-width: 600px;
  padding-top: 0;
}
.page-athenahealth .video-wrapper {
  display: flex;
  align-items: baseline;
  background: rgba(0, 188, 114, 0.2);
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}
.page-athenahealth .how-it-woks h5 {
  color: #545453;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .how-it-woks p {
  color: #545453;
}
.page-athenahealth .how-it-woks .how-subheaing {
  display: inline-block;
  border-bottom: solid 1px #77787B;
}
.page-athenahealth .discover-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}
.page-athenahealth .discover-info__solutions {
  background: rgba(0, 188, 114, 0.2);
  border-radius: 0px 50px 50px 0px;
  padding: 25px 30px;
  margin-bottom: 25px;
  display: inline-block;
}
.page-athenahealth .discover-info__solutions h5 {
  color: #554F58;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .discover-info__solutions p {
  color: #554F58;
}
.page-athenahealth .discover-info__heading {
  color: #666;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.page-athenahealth .discover-info__solution-title {
  color: #004988;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}
.page-athenahealth .discover-info__subtitle {
  color: #666;
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 0;
}
.page-athenahealth .discover-info__description {
  color: #545453;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.page-athenahealth .automated-reminders-section {
  background: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-athenahealth .automated-reminders-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-athenahealth .smart-clinics-item__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--hero-blue);
}
.page-athenahealth .automated-reminders-info {
  position: relative;
}
.page-athenahealth .automated-reminders-info__title {
  color: var(--primary-blue);
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .automated-reminders-info__description {
  color: var(--text-gray);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page-athenahealth .automated-reminders-info__benefits-header {
  background: white;
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 20px;
  display: inline-block;
  border: solid 1px var(--text-gray);
  transform: rotate(-18deg);
  margin-bottom: 36px;
}
.page-athenahealth .automated-reminders-info__benefits {
  list-style: none;
}
.page-athenahealth .automated-reminders-info__benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.page-athenahealth .automated-reminders-info__benefit-check {
  color: #00c851;
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .automated-reminders-info__benefit-text {
  color: #000;
}
.page-athenahealth .automated-reminders-image {
  flex: 0 0 400px;
  z-index: 2;
  position: relative;
}
.page-athenahealth .automated-reminders-image__img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.page-athenahealth .texting-section {
  background: white;
  padding: 80px 0;
}
.page-athenahealth .texting-content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .texting-info {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .texting-image {
  flex: 1;
  max-width: 600px;
}
.page-athenahealth .texting-image__img {
  width: 100%;
  height: auto;
}
.page-athenahealth .texting-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .texting-info__description {
  color: var(--text-gray);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page-athenahealth .texting-info__benefits-header {
  background: rgba(73, 192, 212, 0.3);
  border: 0.743214px solid #BABABA;
}
.page-athenahealth .texting-info__benefits {
  list-style: none;
}
.page-athenahealth .texting-info__benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}
.page-athenahealth .texting-info__benefit-check {
  color: #00c851;
  font-size: 1rem;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .testimnial-text h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .testimnial-text p {
  color: #777777;
  font-size: 18px;
}
.page-athenahealth .carousel-indicators {
  bottom: -70px;
}
.page-athenahealth .carousel-indicators li {
  background: #E5E5E5!important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.page-athenahealth .carousel-indicators li.active {
  transform: scale(1.2);
}
.page-athenahealth .texting-info__benefit-text {
  color: #000;
}
.page-athenahealth .mpayr-section {
  padding: 40px 0;
}
.page-athenahealth .mpayr-content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .mpayr-info {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .mpayr-image {
  flex: 1;
  max-width: 600px;
}
.page-athenahealth .mpayr-image__img {
  width: 100%;
  height: auto;
}
.page-athenahealth .mpayr-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .mpayr-info__subtitle {
  background: rgba(0, 188, 114, 0.2);
  color: #1e5aa8;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 25px;
}
.page-athenahealth .mpayr-info__description {
  color: var(--text-gray);
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .page-athenahealth .hero__title--highlight {
    display: block;
  }
  .page-athenahealth .trust-section {
    max-width: 100%;
    margin: auto;
  }
  .page-athenahealth .smart-clinics-item:first-child {
    border-top-left-radius: 16px;
    border-right: 0;
    border-bottom: 0;
  }
  .page-athenahealth .smart-clinics-item:nth-child(2) {
    border-top-right-radius: 16px;
  }
  .page-athenahealth .smart-clinics-item:nth-child(3) {
    border-bottom-left-radius: 16px;
  }
  .page-athenahealth .smart-clinics-item:last-child {
    border-bottom-right-radius: 16px;
    border-top: 0;
    border-left: 0;
  }
  .page-athenahealth .automated-reminders-info {
    flex: 1;
    background: #E2FBFF;
    border-radius: 0px 202.162px 0px 0px;
    padding: 60px 50px;
    margin-right: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-athenahealth br {
    display: none;
  }
  .page-athenahealth .video-header {
    padding-top: 120% !important;
  }
  .page-athenahealth .scale-section__description {
    font-size: 18px;
  }
  .page-athenahealth .hero__content {
    padding: 30px 0;
  }
  .page-athenahealth .hero__content .hero__title {
    font-size: 26px;
  }
  .page-athenahealth .hero__content .hero__subtitle {
    font-size: 22px;
  }
  .page-athenahealth .section__title {
    font-size: 28px;
  }
  .page-athenahealth section p {
    font-size: 16px;
  }
  .page-athenahealth section ul {
    padding: 0;
  }
  .page-athenahealth .section {
    padding: 16px 0;
  }
  .page-athenahealth .section-one h3 {
    font-size: 22px;
  }
  .page-athenahealth .section-one h4 {
    font-size: 22px;
  }
  .page-athenahealth .trust-item {
    border: 0;
  }
  .page-athenahealth .smart-clinics-container {
    margin: 0;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item {
    padding: 20px;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item:first-child, .page-athenahealth .smart-clinics-container .smart-clinics-item:nth-child(2), .page-athenahealth .smart-clinics-container .smart-clinics-item:nth-child(3) {
    border-bottom: 0;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item__title {
    font-size: 20px;
  }
  .page-athenahealth .automated-bg {
    padding: 26px 0;
    background: #E2FBFF;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .page-athenahealth .discover-info__solutions {
    padding: 16px 20px;
  }
  .page-athenahealth .discover-info__solutions h5 {
    margin-bottom: 0;
  }
  .page-athenahealth .mpayr-section {
    padding: 20px 0 0;
  }
  .page-athenahealth .mpayr-section .discover-info__solutions {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=main.css.map */


/* css by nicolas */
section {
    padding: 0;
}
::marker {
    font-size: 16px;
}
li{
  line-height: 1.5;
  font-size:16px;
}

@media only screen and (min-width: 768px) {
.highlight-list li{
  padding:10px 0;
}
.highlight-list{
  margin-bottom:2rem;
}
}

/* medicaid landing  page css */
.medicaid-wrapper h1,
.medicaid-wrapper h2,
.medicaid-wrapper h3,
.medicaid-wrapper p,
.medicaid-wrapper button,
.medicaid-wrapper th,
.medicaid-wrapper td {
  font-family: "Montserrat", serif !important;
}
.medicaid-wrapper .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.medicaid-wrapper .download-cta button {
  background-color: #2D58FF;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  font-size: 20px;
  border-radius: 8px;
  padding: 14px 24px;
}
.medicaid-wrapper p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.medicaid-wrapper .header-container {
  background-image: url("../images/medicaid-toolkit/header-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
}
.medicaid-wrapper .header-container h1 {
  color: #10B5C6;
  font-weight: 600;
  font-size: 34px;
}
.medicaid-wrapper .download-box {
  border: solid 1px #D21E1E;
  border-radius: 14px;
  padding: 20px 20px 24px;
  position: relative;
  text-align: center;
}
.medicaid-wrapper .download-box h2 {
  color: #545453;
  font-size: 30px;
  font-weight: 600;
}
.medicaid-wrapper .download-box .download-cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.medicaid-wrapper .table-container {
  margin-top: 70px;
}
.medicaid-wrapper .table-container table thead th {
  background-color: #9CDFE6;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 10px 16px;
  vertical-align: middle;
}
.medicaid-wrapper .table-container table thead th:nth-child(even) {
  background-color: #41D9E8;
}
.medicaid-wrapper .table-container table tbody td {
  background-color: #F5F5F5;
  font-size: 15px;
  border: solid 1px #B6B6B6;
  color: #000;
  padding: 10px;
}
.medicaid-wrapper .table-container table tbody td:nth-child(4), .medicaid-wrapper .table-container table tbody td:nth-child(5), .medicaid-wrapper .table-container table tbody td span {
  filter: blur(6px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.medicaid-wrapper .table-container table tr:nth-child(even) td {
  background-color: #ECECEC;
}
.medicaid-wrapper .bottom-item h3 {
  color: #D21E1E;
  font-size: 32px;
  font-weight: 600;
}
.medicaid-wrapper .disclaimer {
  border-bottom: solid 2px #BDBDBD;
}
.medicaid-wrapper .disclaimer p {
  color: #545453;
  font-weight: 400;
  font-size: 15px;
}
.medicaid-wrapper .copyright {
  padding-top: 12px;
}
.medicaid-wrapper .copyright p {
  font-size: 15px;
  font-style: italic;
}
.medicaid-wrapper .success-message {
  padding: 30px 0;
  background: #535453;
  border-bottom: 6px solid #4ac3d7;
}
.medicaid-wrapper .success-message .close-btn {
  position: absolute;
  right: 20px;
  top: 0;
}
.medicaid-wrapper .success-message .close-btn button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
.medicaid-wrapper .success-message h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.medicaid-wrapper .hide-success {
  display: none;
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .medicaid-wrapper .header-container {
    background-position-y: 20%;
  }
}
@media only screen and (min-width: 600px) {
  .medicaid-wrapper .mobile-br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .medicaid-wrapper br {
    display: none;
  }
  .medicaid-wrapper .mobile-br {
    display: block !important;
  }
  .medicaid-wrapper p {
    font-size: 16px;
  }
  .medicaid-wrapper .table-container {
    margin-top: 60px;
  }
  .medicaid-wrapper .table-container table thead th {
    font-size: 16px;
    padding: 8px;
  }
  .medicaid-wrapper .header-container {
    padding-top: 20px;
  }
  .medicaid-wrapper .header-container h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .medicaid-wrapper .download-box {
    padding: 16px 12px 26px;
  }
  .medicaid-wrapper .download-box h2 {
    font-size: 22px;
  }
  .medicaid-wrapper .bottom-item {
    padding-top: 20px;
  }
  .medicaid-wrapper .bottom-item h3 {
    font-size: 24px;
  }
  .medicaid-wrapper .disclaimer {
    padding-top: 20px;
  }
  .medicaid-wrapper .success-message {
    padding: 16px 30px 16px 16px;
  }
  .medicaid-wrapper .success-message .close-btn {
    right: 10px;
  }
  .medicaid-wrapper .success-message h1 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */
/* medicaid landing  page css */
/* css by nicolas */