/* ///////////////////////////////// accepted-insurance-page //////////////////////////////////////////// */
.accepted-insurance-all-section {
  background-image: url(/staticfiles/images/patient-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.insurance-section {
  background-image: unset;
}
.accepted-insurance-section .accepted-insurance-para h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1.125rem;
    font-weight: 300;
    color: #3c3c3c;
}
.accepted-insurance-section .accepted-insurance-para h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.125rem;
    font-weight: 300;
    color: #3c3c3c;
}
.custom-container.accepted-insurance-container {
  max-width: 78.75rem;
  padding: 0 1.25rem;
}

.accepted-insurance-section {
  padding: 4.125rem 0 0;
}

.accepted-insurance-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accepted-insurance-heading h1 {
  margin-bottom: 3.125rem;
  font-weight: 300;
  font-size: 3.9375rem;
  line-height: 4rem;
}

.breadcrum-para p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #955c89;
  margin-bottom: 1.125rem;
}
.breadcrum-para p a {
  color: #955c89;
}

.accepted-insurance-para p {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #474747;
  letter-spacing: 0.0063rem;
}
.accepted-insurance-para strong {
  font-weight: 600;
  font-size: 1.125rem;
}

.accepted-insurance-para p a {
  color: #77496d;
  font-weight: 600;
}

.accepted-insurance-para ul {
  list-style-type: disc;
  padding: 0 0 0 2rem;
  margin: 1.125rem 0;
}

.accepted-insurance-para ul li {
  margin-top: 0.625rem;
  color: #12112b;
  font-size: 1.125rem;
}
/* ////////////////////////////////////////////// Book Appointment ///////////////////////////////////////////// */
.cohen-medical-section {
  padding: 4.125rem 0;
  background-image: url(/staticfiles/images/patient-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.patient-info-hero-section .book-appointment-hero .omni-hero-heading h1 {
  max-width: 73%;
}

.patient-info-hero-section .book-appointment-hero .omni-hero-heading p {
  max-width: 70%;
}

.book-appointment-hero .omni-hero-heading {
  padding: 3.5rem 10rem 0 0;
}

.cohen-medical-content h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1.125rem;
  font-weight: 300;
  text-align: center;
  color: #3c3c3c;
}

.cohen-medical-content.main-medical-center h2{
  margin-top: unset;
}

.social-icons-patient-info p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #474747;
  letter-spacing: 0.0063rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cohen-medical-content.align-start h2 {
  text-align: start;
}
.cohen-medical-content .insurance-btn {
  text-align: center;
}
.cohen-medical-content .insurance-btn a {
  padding: 0.6875rem 2.663rem;
}
.accepted-insurance-main-container {
  display: flex;
  gap: 1.875rem;
}
.accepted-container-left,
.accepted-container-right {
  width: 50%;
}

.accepted-container-right img {
  border-radius: 0.625rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  width: 28.125rem;
}

.insurance-main .social-icons-patient-info {
  margin-top: 6rem;
}

/* ////////////////////////////////////////////// International-Patients ///////////////////////////////////////////// */
.patient-info-hero-section .international-patients-hero .omni-hero-heading h1 {
  max-width: 90%;
}

.international-patients-hero .omni-hero-heading {
  padding: 2rem 9rem 0 0;
}
.custom-container.international-patients-container {
  max-width: 61.5rem;
  padding: 0 1.25rem;
}

.seven-step-patient {
  display: flex;
  justify-content: center;
  margin: 1.875rem auto;
}

.seven-step-patient img {
  width: 50rem;
}

.accepted-insurance-para ul li a {
  color: #77496d;
  font-weight: 600;
}

.international-patient-main .social-icons-patient-info {
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .international-patients-hero .omni-hero-heading {
    padding: 2rem;
  }
  .patient-info-hero-section .book-appointment-hero .omni-hero-heading p {
    max-width: 85%;
  }
}

@media (max-width: 768px) {
  .accepted-insurance-main-container {
    flex-direction: column;
    align-items: center;
  }
  .accepted-container-right img {
    width: 100%;
  }
  .accepted-container-left {
    width: 100%;
  }
  .cohen-medical-content h2 {
    text-align: start;
  }
  .accepted-insurance-heading h1 {
    font-size: 3rem;
    margin-bottom: unset;
  }
  .seven-step-patient img {
    width: 36rem;
  }
  .accepted-container-right {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .seven-step-patient img {
    width: 28rem;
  }
  .patient-info-hero-section .book-appointment-hero .omni-hero-heading p {
    max-width: 95%;
  }
}
