@font-face {
  font-family: "Atc Arquette 1 5 17";
  src: url('../fonts/ATC-Arquette-1_5_17-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotoflex;
  src: url('../fonts/RobotoFlex-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-section {
  z-index: 99999999;
  opacity: 1;
  color: #fff;
  background-color: #0000;
  padding: 20px 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph-large {
  font-size: 20px;
  line-height: 36px;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 30px;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.bold-font {
  font-weight: 700;
}

.margin-20px {
  margin-top: 20px;
}

.button-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.color-block {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.color-block.background-grey {
  background-color: #f3f7f8;
}

.color-block.background-offwhite {
  background-color: #f2f2f2;
}

.heading-large {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.paragraph-regular {
  color: #6c7385;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-small.text-color-darkblue {
  color: #2484bb;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.heading-medium {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

.text-color-darkblue {
  color: #004866;
}

.style-guide-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-bar-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #00000040;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 41px;
  padding-bottom: 36.5px;
  display: flex;
}

.top-bar-grid.hide {
  display: none;
}

.top-bar-email-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 21.79px;
  text-decoration: none;
}

.email-icon {
  margin-right: 7px;
}

.top-bar-email-link {
  display: flex;
}

.contact-icon {
  margin-right: 7px;
}

.contact-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 21.79px;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #6c7da3;
  padding: 0;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: color .2s;
}

.nav-link:hover {
  color: #2a2e39;
}

.nav-link.w--current {
  color: #2a2e39;
  padding: 0;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.brand.w--current {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.logo-image {
  display: block;
  position: relative;
}

.hero-section {
  background-color: #b1b1b1;
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding: 0 40px 40px;
  overflow: hidden;
}

.hero-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.hero-content-left {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-heading-wrapper, .hero-text-wrapper {
  width: 95%;
}

.margin-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.primary-button {
  color: #fff;
  background-color: #00b6ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.primary-button.transparent {
  color: #00b6ff;
  background-color: #fcfeff;
  border: 2px solid #00b6ff;
  transition: background-color .2s;
}

.primary-button.transparent:hover {
  color: #f6fcff;
  background-color: #00b6ff;
}

.secondary-button {
  color: #fff;
  text-align: center;
  background-color: #00b6ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.secondary-button.outline {
  color: #00b6ff;
  background-color: #0000;
  border: 2px solid #00b6ff;
  transition: background-color .2s;
}

.secondary-button.outline:hover {
  color: #fff;
  background-color: #00b6ff;
}

.text-regular {
  color: #222a41;
  text-align: left;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.text-regular.bold {
  font-weight: 700;
}

.hero-services-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  padding: 23px 23px 23px 4px;
  display: flex;
  position: relative;
  box-shadow: 3px 12px 40px 3px #0048661a;
}

.hero-services-dropdown {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  justify-content: space-between;
}

.dropdown-toggle.w--open {
  width: 100%;
  padding-right: 40px;
}

.background-image {
  z-index: 0;
  margin-top: -32px;
  margin-left: -47px;
  display: block;
}

.hero-content-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Group.png');
  background-position: 39% 29%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 100px;
  padding-top: 170px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.container-small {
  width: auto;
  max-width: 1113px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-small.nav-container {
  max-width: none;
}

.scheduling-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.dropdown-text {
  color: #004866;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.scheduling-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scheduling-icon-wrapper {
  text-align: center;
}

.scheduling-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.scheduling-heading-wrapper {
  margin-bottom: 0;
}

.scheduling-cards-main-wrapper {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-section {
  background-image: linear-gradient(315deg, #004866, #0090cc);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
}

.services-grid-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 99.9998%;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.services-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.services-heading-wrapper {
  width: 448px;
}

.services-text-wrapper {
  width: auto;
}

.services-image-wrapper {
  z-index: 999;
  opacity: 1;
  background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-self: stretch;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.services-main-wrapper {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 99.9998%;
  margin-bottom: 120px;
  padding-bottom: 0;
}

.services-images {
  object-fit: cover;
  border-radius: 15px;
  width: 353px;
  height: 483px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 100px;
}

.doctors-section {
  border-top: .5px #2a2e39;
  padding: 60px 40px;
}

.doctors-heading-wrapper {
  text-align: center;
}

.doctors-text-wrapper {
  text-align: center;
  width: 70%;
}

.scheduling-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.services-image-wrapper-2 {
  z-index: 999;
  background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
  background-position: 100% 0, 2% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.doctors-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-details-card {
  margin-top: 100px;
  padding-top: 0;
}

.doctors-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.doctors-image {
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}

.doctors-info-wrapper {
  background-color: #f3f7f8;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.doctors-name-wrapper {
  width: 100%;
  margin-bottom: 37px;
}

.doctors-details-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.doctors-info-wrapper-2 {
  background-color: #f3f7f8;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.consultation-section {
  background-color: #f3f7f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
}

.consultation-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.consultation-heading-wrapper {
  text-align: center;
}

.consultation-text-wrapper {
  text-align: center;
  width: 70%;
}

.email-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.form {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  padding: 23px 18px 23px 36px;
  display: flex;
  box-shadow: 8px 8px 40px 6px #0048661a;
}

.text-field {
  opacity: .3;
  color: #004866;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #2a2e39;
  padding-bottom: 20px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #00000040;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 53px;
  padding-bottom: 0;
}

.footer-page-links {
  color: #fff;
  margin-right: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer-page-links.w--current {
  color: #fff;
  margin-right: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.footer-page-links.no-margin {
  margin-right: 0;
}

.footer-page-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.large-button {
  color: #fff;
  background-color: #00b6ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.footer-email-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 21.79px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: none;
  display: block;
}

.footer-logo-link {
  max-width: 210px;
  height: auto;
  display: block;
}

.footer-email-wrapper {
  display: flex;
}

.footer-contact-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 21.79px;
  text-decoration: none;
}

.services-images-2 {
  object-fit: cover;
  border-radius: 32px;
  width: 353px;
  height: 483px;
  margin-left: 60px;
}

.dropdown-list {
  margin-top: -4px;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  margin-top: 24px;
  box-shadow: 1px 1px 20px -3px #0000001a;
}

.dropdown-link {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.hero-image-1 {
  z-index: 1;
  object-fit: cover;
  border-radius: 32px;
  width: 80%;
  height: 55%;
  margin-top: 89px;
  position: relative;
  left: -136px;
}

.hero-image-1.tablet_hide {
  border-radius: 15px;
  display: block;
}

.hero-image-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 59%;
  height: 258px;
  margin-top: -8px;
  display: block;
  position: relative;
  left: -107px;
}

.hero-image-3 {
  z-index: 1;
  object-fit: cover;
  border-radius: 32px;
  width: 72%;
  margin-top: 264px;
  position: relative;
  right: 364px;
}

.hero-image-3.mbl_hide {
  border-radius: 15px;
  height: 353px;
  top: 24px;
}

.image-2 {
  position: relative;
  bottom: -442px;
  left: -837px;
}

.image-2.mbl_hide {
  bottom: -584px;
}

.tablet_hide {
  display: none;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.div-block-7.hide {
  display: none;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.image {
  width: 22px;
}

.link {
  color: #21ff21;
}

.text-span-2 {
  color: #21ff21;
  font-size: 26px;
}

.image-3 {
  width: 22px;
}

.text-span {
  color: #21ff21;
  text-decoration: underline;
}

.modal-2 {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.text-span-3 {
  color: #21ff21;
}

.image-15 {
  width: 22px;
}

.modal-link-2 {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.modal-paragraph-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-medium-copy {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

.heading-medium-copy.text-color-darkblue {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 120%;
}

.div-block-8 {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffff2;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  max-width: 220px;
}

.intro {
  text-align: center;
  width: auto;
  max-width: 780px;
  margin-left: 0;
  margin-right: 0;
}

.intro.nav-container {
  max-width: none;
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.scheduling-section-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px 0;
  display: block;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-4 {
  max-width: none;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 28px;
}

.text-span-5 {
  color: #2384ba;
}

.div-block-15_1 {
  color: #c0985b;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 1px;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.div-block-44 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-15 {
  color: #62d6be;
  background-color: #62d6be;
  width: auto;
  max-width: none;
  height: 1px;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: auto;
}

.text-span-6 {
  color: #2a2e39;
  font-size: 20px;
}

.heading-large-copy {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-large-copy.text-color-darkblue {
  color: #fff;
  text-align: center;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
}

.paragraph-regular-copy {
  color: #6c7385;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-regular-copy-copy {
  color: #fff;
  width: 80%;
  margin: 34px 0 0 auto;
  padding-top: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-span-6-copy {
  color: #fff;
  font-size: 20px;
}

.div-block-15-copy {
  color: #62d6be;
  background-color: #ffffff26;
  width: auto;
  max-width: none;
  height: 1px;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: auto;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-3 {
  max-width: none;
}

.icon_28 {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 3px;
}

.two_column_comp {
  background-color: #171d2f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.custom-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.copia-de-encabezado-copy {
  color: #2a2e39;
  text-align: left;
  text-transform: none;
  max-width: 680px;
  margin-top: 2rem;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
}

.container_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.padding-global-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global-2.padding-section-large-xx {
  z-index: 0;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.two_column_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 33.1875rem;
  padding: 0 0%;
  display: grid;
}

.text-color-white {
  color: #fff;
}

.bold-text-2 {
  color: #2a2e39;
}

.custom-list-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.title_block-right {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.custom-list-paragraph-imp {
  opacity: .6;
  color: #6c7da3;
  width: 65%;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.parrafo-copy-copy {
  opacity: .5;
  color: #fff;
  width: 90%;
  margin-top: 10px;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.25;
}

.two_column-thumb_wr {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: sticky;
  top: 110px;
}

.image-5 {
  vertical-align: baseline;
  width: 100%;
  min-width: 240px;
  max-width: 320px;
  height: 100%;
  min-height: 240px;
  max-height: 320px;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xsmall {
  width: 100%;
  height: 10%;
  padding-bottom: 0;
}

.title-small {
  opacity: .6;
  color: #0d214e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.title-small.is-neon {
  opacity: 1;
  color: #61d5be;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-regular-copy-copy-copy {
  color: #6c7da3;
  width: 80%;
  margin: 20px 0 0 38px;
  padding-top: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-span-7 {
  font-size: 18px;
}

.text-regular-copy {
  color: #222a41;
  text-align: left;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 28px;
  line-height: 110%;
}

.text-regular-copy.bold {
  font-weight: 700;
}

.flex-block-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.mask-horizontal {
  overflow: visible;
}

.author-name {
  color: #232a41;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.right-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.horizontal-logo {
  margin-bottom: 25px;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-job {
  color: #151c3480;
}

.column-wrap {
  display: flex;
}

.play-icon {
  width: 60px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.horizontal-fixed-height {
  min-height: auto;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial-section {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 120px 40px;
  display: flex;
  overflow: hidden;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 124%;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.heading-large-copy-copy {
  color: #232a41;
  margin-bottom: 0;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-large-copy-copy.text-color-darkblue {
  color: #2585bb;
  text-align: center;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
}

.bold-text-3 {
  color: #232a41;
}

.italic-text {
  color: #6c7da3;
  font-size: 18px;
  font-style: italic;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._1-2-grid._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-2.dark {
  color: #000;
  width: 30px;
  height: 30px;
}

.main-container {
  width: 100%;
  max-width: 1113px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.input-label {
  z-index: 2;
  color: #6c7da3;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.icon-text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-inner {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-row-outer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  background-image: linear-gradient(45deg, #2585bb, #60d4bd);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .2s;
  display: flex;
}

.button.in-form:hover {
  background-image: linear-gradient(45deg, #60d4bd, #2585bb);
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  background-image: linear-gradient(45deg, #2385ba, #62d6be);
  border-radius: 10px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 0;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.spacer-l {
  width: 100%;
  height: 60px;
}

.input-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 100px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-copy:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-copy:focus {
  border: 1px solid #434de7;
}

.input-copy::placeholder {
  color: #6e6e6e;
}

.bold-text-4 {
  color: #6c7da3;
}

.text-span-8 {
  color: #2385ba;
}

.paragraph-regular-copy-copy-copy-copy {
  color: #6c7da3;
  width: auto;
  margin: 0;
  padding-top: 0;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

._1-2-grid-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._1-2-grid-copy._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.text-block {
  color: #6c7da3;
  font-family: Robotoflex, Arial, sans-serif;
  font-weight: 400;
}

.text-regular-copy-copy {
  color: #222a41;
  text-align: center;
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.text-regular-copy-copy.bold {
  font-weight: 700;
}

.text-block-2 {
  color: #f3f7f8;
  text-align: center;
  margin-top: 60px;
  font-family: Robotoflex, Arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.text-block-3 {
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-4 {
  font-family: "Atc Arquette 1 5 17", Arial, sans-serif;
  font-weight: 600;
}

.icon-text-point-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

@media screen and (min-width: 1280px) {
  .two_column_comp {
    padding-top: 150px;
    padding-bottom: 150px;
    display: block;
  }

  .copia-de-encabezado-copy {
    color: #0d214e;
    text-align: left;
    margin-top: 1rem;
  }

  .container_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center stretch;
    width: 100%;
    max-width: none;
    height: auto;
    display: grid;
  }

  .padding-global-2.padding-section-large-xx {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .two_column_content {
    max-width: 33.1875rem;
    margin-left: 5.5rem;
    margin-right: auto;
    padding: 0 0%;
  }

  .bold-text-2 {
    color: #fff;
  }

  .custom-list-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title_block-right {
    color: #0d214e;
  }

  .parrafo-copy-copy {
    color: #fff;
    margin-right: 0;
  }

  .two_column-thumb_wr {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: sticky;
    top: 110px;
  }

  .image-5 {
    align-self: flex-start;
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 320px;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-size: cover;
  }

  .two_column_comp {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 220px;
    padding-bottom: 220px;
    display: block;
  }

  .custom-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .copia-de-encabezado-copy {
    color: #0d214e;
    text-align: left;
    margin-top: 1rem;
  }

  .container_1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .padding-global-2.padding-section-large-xx {
    max-width: 1113px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
  }

  .two_column_content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-white {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
  }

  .bold-text-2 {
    color: #fff;
  }

  .custom-list-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .title_block-right {
    color: #0d214e;
    max-width: 420px;
  }

  .custom-list-paragraph-imp {
    max-width: 290px;
  }

  .parrafo-copy-copy {
    color: #fff;
    margin-right: 0;
  }

  .two_column-thumb_wr {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: sticky;
    top: 110px;
  }

  .image-5 {
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 320px;
    display: block;
    position: static;
    inset: 0%;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: .7rem;
  }

  .title-small.is-neon {
    font-size: .8rem;
  }

  .testimonial-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-large-copy-copy.text-color-darkblue {
    color: #2689ba;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }

  .heading-large {
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph-regular {
    text-align: center;
    font-size: 16px;
  }

  .heading-small {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-medium {
    font-size: 34px;
    line-height: 50px;
  }

  .heading-medium.text-color-darkblue {
    font-size: 34px;
  }

  .top-bar-header-area {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-icon {
    margin-right: 2px;
  }

  .contact-link {
    width: 100%;
  }

  .navbar {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-link {
    text-align: center;
    width: auto;
    margin: 0 auto 40px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    text-decoration: none;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffe6;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 390svh;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px 10px;
  }

  .brand {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-content-grid {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .hero-content-left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .hero-heading-wrapper {
    text-align: center;
    width: 100%;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .margin-bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-regular {
    font-size: 26px;
  }

  .hero-services-wrapper {
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .background-image {
    margin-left: 0;
    position: relative;
    bottom: -1%;
    left: -45%;
  }

  .hero-content-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Group.png');
    background-position: 57% 16%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin: 31px auto 36px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-small {
    display: block;
  }

  .container-small.nav-container {
    width: 100%;
  }

  .services-grid-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1.1fr 1fr;
    display: flex;
  }

  .services-content-wrapper {
    padding-top: 0;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .services-image-wrapper {
    background-position: 0 0, 100% 100%;
    justify-content: center;
  }

  .services-main-wrapper {
    width: 100%;
  }

  .services-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1.1fr;
  }

  .services-images {
    width: auto;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .doctors-text-wrapper {
    width: 80%;
  }

  .scheduling-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .services-image-wrapper-2 {
    background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    justify-content: center;
  }

  .doctors-details-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
    display: flex;
  }

  .doctors-image-wrapper {
    height: 430px;
    overflow: hidden;
  }

  .doctors-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    display: inline-block;
  }

  .doctors-info-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .doctors-info-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .consultation-text-wrapper, .form {
    width: 80%;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: .3fr 1.2fr 1fr;
    display: flex;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-page-links {
    margin-right: 0;
    font-size: 14px;
  }

  .footer-page-links-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .footer-contact-wrapper {
    justify-content: space-between;
    display: none;
  }

  .footer-email-link {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }

  .footer-contact-link {
    width: 100%;
    font-size: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
    transform: rotate(90deg);
  }

  .services-images-2 {
    width: 85%;
    height: 460px;
    margin-left: 0;
  }

  .hero-image-1 {
    width: 80%;
    min-width: auto;
    height: 55%;
    margin-top: 0;
    margin-bottom: 53px;
    left: 9px;
  }

  .hero-image-1.tablet_hide {
    width: 30%;
    margin-top: -107px;
    margin-left: 128px;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
  }

  .hero-image-2 {
    width: 20%;
    height: auto;
    margin-top: -291px;
    margin-left: 15px;
    left: 29px;
  }

  .hero-image-3 {
    min-width: auto;
    margin-top: 229px;
    margin-bottom: 0;
    margin-left: 133px;
  }

  .hero-image-3.mbl_hide {
    width: 30%;
    height: 60%;
    margin-top: 183px;
    display: block;
  }

  .image-2 {
    bottom: -546px;
    left: -874px;
  }

  .heading-medium-copy {
    font-size: 34px;
    line-height: 50px;
  }

  .heading-medium-copy.text-color-darkblue {
    font-size: 50px;
  }

  .div-block-9 {
    max-width: none;
    display: block;
  }

  .intro {
    max-width: none;
  }

  .intro.nav-container {
    width: 100%;
  }

  .image-16 {
    max-width: 50%;
  }

  .scheduling-section-copy {
    padding-top: 100px;
  }

  .flex-block {
    max-width: none;
    margin-bottom: 100px;
  }

  .text-span-4 {
    font-size: 26px;
  }

  .text-regular-copy {
    font-size: 16px;
  }

  .div-block-15_1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-copy {
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph-regular-copy {
    font-size: 16px;
  }

  .paragraph-regular-copy-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .custom-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .copia-de-encabezado-copy {
    margin-top: 10px;
  }

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

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .custom-list-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .title_block-right {
    max-width: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-regular-copy-copy-copy, .text-regular-copy {
    font-size: 16px;
  }

  .flex-block-2-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .heading-large-copy-copy {
    font-size: 36px;
    line-height: 50px;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid._75-space.reverse {
    justify-content: flex-start;
    align-items: center;
  }

  .border-wrap {
    width: 100%;
    min-width: auto;
  }

  .content-wrap {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .paragraph-regular-copy-copy-copy-copy {
    text-align: center;
    width: 60%;
    font-size: 16px;
  }

  ._1-2-grid-copy {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-regular-copy-copy {
    font-size: 26px;
  }

  .icon-3 {
    background-color: #37a0bc;
  }

  .image-18 {
    vertical-align: baseline;
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .bold-text-5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-small {
    font-size: 22px;
  }

  .heading-medium.text-color-darkblue {
    font-size: 38px;
  }

  .top-bar-header-area {
    margin-left: 25px;
    margin-right: 25px;
  }

  .contact-icon {
    margin-right: 2px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 25px;
  }

  .nav-menu {
    padding-left: 25px;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .hero-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-wrapper, .hero-text-wrapper {
    width: 100%;
  }

  .primary-button {
    font-size: 15px;
  }

  .background-image {
    bottom: 2%;
    left: -43%;
  }

  .hero-content-right {
    background-image: url('../images/Group.png');
    background-position: 72% 22%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .scheduling-section {
    padding-bottom: 100px;
  }

  .services-grid-1 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .doctors-section {
    padding-bottom: 60px;
  }

  .doctors-text-wrapper {
    width: 100%;
  }

  .scheduling-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .doctors-details-card {
    margin-top: 60px;
  }

  .doctors-details-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .doctors-info-wrapper {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-bottom: 40px;
  }

  .doctors-details-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .doctors-info-wrapper-2 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-bottom: 40px;
  }

  .consultation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .consultation-text-wrapper, .form {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-page-links {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 16px;
  }

  .footer-page-links.no-margin {
    margin-bottom: 0;
  }

  .footer-page-links-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact-wrapper {
    flex-direction: column;
  }

  .large-button {
    font-size: 15px;
  }

  .footer-email-link {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-phone-link {
    justify-content: space-between;
    width: 100%;
  }

  .footer-email-wrapper {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-contact-link {
    text-align: left;
    font-size: 16px;
  }

  .hero-image-1 {
    width: 100%;
    height: 280px;
    margin-top: 34px;
    left: 0;
  }

  .hero-image-2 {
    height: 200px;
    margin-top: -15px;
    margin-left: 13px;
    left: 8px;
  }

  .hero-image-3 {
    width: 70%;
    height: 245px;
    margin-left: 0;
    bottom: -2px;
    left: -196px;
    right: 194px;
  }

  .image-2 {
    bottom: -418px;
    left: -576px;
  }

  .image-2.mbl_hide {
    display: none;
  }

  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .modal-paragraph, .modal-link {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-modal {
    top: 20px;
  }

  .modal-link-2, .modal-paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-medium-copy.text-color-darkblue {
    font-size: 38px;
  }

  .scheduling-section-copy {
    padding-bottom: 100px;
  }

  .div-block-15_1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-large-copy {
    font-size: 35px;
    line-height: 45px;
  }

  .two_column_comp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .custom-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .two_column_content {
    width: 100%;
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
  }

  .custom-list-paragraph-imp {
    font-size: .875rem;
  }

  .two_column-thumb_wr {
    width: 100%;
    padding-top: 0;
  }

  .image-5 {
    object-fit: fill;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .heading-large-copy-copy {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .heading-large {
    font-size: 30px;
  }

  .heading-medium {
    font-size: 35px;
    line-height: 45px;
  }

  .email-link, .contact-link {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-left {
    padding-top: 0;
  }

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

  .primary-button {
    width: 47%;
  }

  .text-regular {
    font-size: 15px;
  }

  .hero-services-wrapper {
    padding-left: 0;
    padding-right: 20px;
  }

  .background-image {
    margin-top: -61px;
    margin-left: -6px;
    left: -37%;
  }

  .hero-content-right {
    background-image: url('../images/Group.png');
    background-position: 95% 23%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .services-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-heading-wrapper, .services-text-wrapper {
    text-align: center;
  }

  .services-image-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-images {
    width: 70%;
    height: 400px;
  }

  .doctors-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctors-details-grid {
    flex-flow: column;
  }

  .doctors-image-wrapper {
    order: -1;
  }

  .doctors-details-grid-2 {
    margin-bottom: 0;
  }

  .consultation-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-page-links {
    margin-bottom: 20px;
  }

  .footer-page-links-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
    font-size: 28px;
  }

  .services-images-2 {
    width: 90%;
    height: 400px;
  }

  .dropdown-link {
    padding-left: 10px;
    font-size: 13px;
  }

  .hero-image-1 {
    width: 100%;
    height: 100%;
    margin-top: -24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
  }

  .hero-image-1.tablet_hide {
    flex: none;
    width: 50%;
    margin-left: auto;
  }

  .hero-image-2 {
    width: auto;
    margin-top: -293px;
    margin-left: 4px;
    left: 0;
  }

  .hero-image-3 {
    display: none;
  }

  .hero-image-3.mbl_hide {
    width: 40%;
    margin-top: 124px;
  }

  .image-2 {
    bottom: -341px;
    left: -296px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-link {
    font-size: 16px;
    line-height: 25px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-2 {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-link-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .modal-paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-medium-copy {
    font-size: 35px;
    line-height: 45px;
  }

  .image-16 {
    max-width: 60%;
  }

  .scheduling-section-copy {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .heading-large-copy {
    font-size: 30px;
  }

  .paragraph-regular-copy-copy {
    width: auto;
  }

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

  .custom-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .copia-de-encabezado-copy {
    text-align: center;
    font-size: 39px;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .two_column_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.875rem 1rem;
  }

  .two_column-thumb_wr {
    padding-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: .75rem;
  }

  .title-small {
    font-size: .875rem;
  }

  .title-small.is-neon {
    text-align: center;
  }

  .paragraph-regular-copy-copy-copy, .text-span-7 {
    font-size: 16px;
  }

  .text-regular-copy {
    font-size: 20px;
  }

  .right-arrow {
    inset: auto 25% -3% auto;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-section {
    padding: 60px 20px 100px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    inset: auto auto -3% 25%;
  }

  .heading-large-copy-copy {
    text-align: center;
    font-size: 40px;
    line-height: 110%;
  }

  .heading-large-copy-copy.text-color-darkblue {
    font-size: 40px;
    line-height: 110%;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .icon-text-point {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-regular-copy-copy-copy-copy {
    width: auto;
  }

  ._1-2-grid-copy {
    justify-content: flex-start;
    align-items: center;
  }

  ._1-2-grid-copy._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-regular-copy-copy {
    font-size: 20px;
  }

  .image-19 {
    max-width: 100%;
  }
}

#w-node-_64e68397-0d59-bc5b-341e-820157653b54-4e91540c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c692ecd2-58f5-7dea-70b1-b6030dd4b6f7-4e91540c, #w-node-d873581d-fc5d-29b3-d834-ee2cf2315e4c-4e91540c, #w-node-_1e7f478e-1d9c-17ac-622c-2f5f854d7206-4e91540c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2be35b-9657-0791-5dbf-a90a04242eb0-4e91540c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_70fa62d7-d53f-f046-1599-6c45a0f5ef9e-4e91540c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82d1383c-91bf-20a1-5c86-978d49ca9f25-4e91540c {
  align-self: start;
}

#w-node-_11bf60fb-2ead-fa0b-8ac3-1d5ec43c708a-4e91540c, #w-node-_11bf60fb-2ead-fa0b-8ac3-1d5ec43c7065-4e91540c, #w-node-_6e5b8beb-9481-3cc8-8fb6-9e5f71a1da28-4e91540c, #w-node-eab1cc32-0e79-b9b4-0d5d-1a9075cb050b-4e91540c, #w-node-b2b946a8-822a-4730-7350-bf3d2562f2ac-4e91540c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9f25-4e91540c {
    place-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9efc-4e91540c {
    justify-self: auto;
  }

  #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9f25-4e91540c {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9f25-4e91540c {
    align-self: auto;
  }

  #w-node-eab1cc32-0e79-b9b4-0d5d-1a9075cb050b-4e91540c {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c692ecd2-58f5-7dea-70b1-b6030dd4b6f7-4e91540c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9efe-4e91540c, #w-node-_82d1383c-91bf-20a1-5c86-978d49ca9f25-4e91540c {
    order: 0;
  }
}


@font-face {
  font-family: 'Atc Arquette 1 5 17';
  src: url('../fonts/ATC-Arquette-1_5_17-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex';
  src: url('../fonts/RobotoFlex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}