:root {
  --heading-color: #081e29;
  --body: #34454f;
  --white: white;
  --primary: #00a0aa;
  --light-high: #004756;
  --light-low: #d4fffc;
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

.style-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.display-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.display-title.bold {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2.bold {
  color: #fff;
  font-weight: 700;
}

.h2.medium {
  font-weight: 500;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.h3.bold {
  color: #fff;
  font-weight: 700;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.375rem;
}

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

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.h5.bold {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.body---variant-3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.body---variant-3.medium {
  color: #fff;
  font-weight: 500;
}

.body---variant-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875rem;
}

.body.medium {
  color: #fff;
  text-align: left;
  font-weight: 500;
}

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

.body---variant-1 {
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 400;
  line-height: 1.563rem;
}

.body---variant-1.medium {
  color: #fff;
  font-weight: 500;
}

.body---variant-1.bold {
  font-weight: 700;
}

.style-text {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

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

.primary-web-color {
  background-color: #00a0aa;
}

.light-low {
  background-color: #d4fffc;
}

.light-high {
  background-color: #004756;
}

.heading-wrapper {
  width: 105%;
  color: var(--heading-color);
}

.paragraph-wrapper {
  color: var(--body);
}

.white {
  background-color: var(--white);
}

.utility-section {
  background-color: #f0fffe;
  padding-top: 0;
  padding-bottom: 100px;
}

.main-container {
  width: 100%;
  height: 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-container._1285-max-width {
  max-width: 1285px;
}

.navbar {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.header-link {
  grid-column-gap: 9.64px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.logo {
  width: 193px;
  height: 45px;
  object-fit: fill;
  overflow: auto;
}

.nav-container {
  width: 100%;
  height: 100%;
  max-width: 1285px;
  clear: none;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .3);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu {
  width: 100%;
  height: 100%;
}

.nav-menu-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 52px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  width: 56px;
  color: #fff;
  align-self: flex-start;
  padding: 0 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: #000;
  font-size: 32px;
}

.main-body {
  background-color: #000;
  padding-top: 0;
}

.nav-contact-number {
  height: 42px;
  grid-column-gap: 11px;
  color: var(--white);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.primary-btn {
  width: 100%;
  height: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.primary-btn:hover {
  opacity: .8;
  color: #fff;
  background-color: #282828;
}

.primary-btn._15px {
  width: 15%;
  color: #000;
  background-color: #fff;
  border-radius: 13px;
  margin-top: 38px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1rem;
  line-height: 20px;
}

.primary-btn._15px:hover {
  color: #fff;
  background-color: #282828;
}

.primary-btn._w-250px {
  width: 27%;
  margin-top: 38px;
  font-size: 1rem;
}

.nav-btn {
  width: 133px;
  height: 44px;
}

.hero-section {
  height: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #000;
  background-image: url('../images/Screenshot-2023-10-31-at-19.08.14.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 65px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  width: 644px;
  color: var(--heading-color);
  flex: none;
  margin-top: 100px;
  padding-bottom: 293px;
  position: relative;
}

.hero-widget {
  width: 210px;
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: none;
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, .07);
}

.hero-header {
  grid-column-gap: 10px;
  color: var(--primary);
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

.hero-widget-image {
  width: 29px;
  height: 34px;
}

.hero-btns-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
  overflow: visible;
}

.hero-primary {
  width: 180px;
  height: 50px;
}

.p5 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.188rem;
}

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

.checkup-plans {
  grid-column-gap: 65px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkup-plans-column {
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-text-wrapper {
  max-width: 485px;
  grid-row-gap: 17px;
  color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkup-plans-cta-wrapper {
  width: 100%;
  grid-column-gap: 22px;
  align-items: stretch;
  display: flex;
}

.checkup-plans-button {
  width: 100%;
  height: 50px;
  max-width: 215px;
}

.checkup-plans-image {
  width: 495px;
  height: 625px;
  object-fit: contain;
}

.contact-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  display: flex;
}

.contact-point {
  grid-column-gap: 12px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-point-icon {
  width: 22px;
  height: 22px;
}

.divider-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.divider-text-wrapper {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 14px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .07);
}

.light-box-play-btn {
  width: 65px;
  height: 65px;
  background-color: var(--white);
  color: var(--light-high);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.light-box-play-btn:hover {
  color: var(--primary);
}

.reason-block {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px rgba(14, 17, 44, .1);
}

.reason-block-icon {
  width: 64px;
  height: 60px;
  object-fit: contain;
}

.reason-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-container {
  width: 100%;
  height: 100%;
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-heading {
  max-width: 570px;
  text-align: center;
}

.service-header {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.services-icons-wrapper {
  width: 100%;
  flex: none;
  justify-content: space-around;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 80px;
  display: flex;
}

.service {
  width: 182px;
  height: 182px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
  box-shadow: 0 12px 34px rgba(14, 17, 44, .1);
}

.service-icon {
  width: 56px;
  height: 60px;
}

.service-btn {
  width: 190px;
  height: 55px;
}

.contact-section {
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  z-index: 1;
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-section {
  color: #777;
  background-color: #4c4c4c;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 17px;
  padding-bottom: 11px;
  position: relative;
}

.footer-brand {
  margin-bottom: 7px;
}

.footer-content {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer-block {
  color: rgba(255, 255, 255, .6);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.footer-block.with-gap {
  grid-row-gap: 26px;
  text-align: center;
  align-items: center;
}

.footer-column-title {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  height: 22px;
  color: rgba(255, 255, 255, .7);
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-social-block {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-link {
  width: 17px;
  height: 17px;
  color: rgba(255, 255, 255, .6);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-copyright-left {
  width: 100%;
  color: #777;
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
}

.footer-logo {
  width: 140px;
  height: 81px;
  object-fit: contain;
}

.footer-container {
  grid-column-gap: 165px;
  text-align: left;
  justify-content: center;
  margin-bottom: 5px;
  display: flex;
}

.footer-bottom-wrapper {
  width: 100%;
  max-width: 1235px;
  color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.social-embed {
  width: 100%;
  height: 100%;
  color: #777;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.about-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}

.about-heading {
  max-width: 780px;
  text-align: center;
}

.our-story-section {
  width: 100%;
  background-color: #f0fffe;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.our-story-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 135px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.our-story-image {
  height: 755px;
  object-fit: contain;
}

.our-story-text-wrapper {
  width: 480px;
  grid-row-gap: 25px;
  color: var(--heading-color);
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.our-story-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.our-story-btn {
  width: 215px;
  height: 55px;
  margin-top: 18px;
}

.why-us-section {
  background-color: var(--light-high);
  padding-top: 120px;
  padding-bottom: 120px;
}

.why-us-container {
  grid-row-gap: 120px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.why-us-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-us-points-wrapper {
  width: 100%;
  max-width: 390px;
  grid-row-gap: 27px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  padding: 45px 76px 45px 45px;
  display: flex;
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, .07);
}

.why-us-text-wrapper {
  max-width: 522px;
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.why-us-points-row {
  grid-column-gap: 18.5px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  display: flex;
}

.get-started-checkmark {
  width: 26px;
  height: 26px;
}

.why-us-cta {
  width: 210px;
  height: 55px;
  margin-top: 13px;
}

.connect-stats-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.checkup-plans-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkup-plans-section {
  background-color: rgba(0, 0, 0, .7);
  padding-top: 120px;
  padding-bottom: 145px;
}

.checkup-plans-section.different-bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(240, 255, 254, 0), #f0fffe 3%);
}

.checkup-plans-heading {
  max-width: 600px;
  text-align: center;
  margin-bottom: 18px;
}

.checkup-plans-heading.width-change {
  max-width: 780px;
}

.tabs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 7px;
  padding: 7px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.tab-link.w--current {
  color: var(--white);
  background-color: #1d1c1c;
}

.tabs-menu {
  width: auto;
  grid-column-gap: 25px;
  background-color: #cacaca;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  display: flex;
  box-shadow: 8px 8px 34px rgba(14, 17, 44, .1);
}

.tab-content {
  width: 100%;
  overflow: visible;
}

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

.utility-page-wrap {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 410px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-page {
  width: 350px;
  height: 350px;
}

.overlay, .mobile-nav-logo {
  display: none;
}

.services-loop {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-gradient-left {
  z-index: 1;
  width: 5%;
  background-image: linear-gradient(to right, #f0fffe, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.loop-gradient-right {
  z-index: 1;
  width: 5%;
  background-image: linear-gradient(270deg, #f0fffe, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-left {
  grid-column-gap: 50px;
  display: flex;
}

.header-link-icon {
  width: auto;
  height: auto;
}

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

.nav-container-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 20px rgba(11, 16, 56, .05);
}

.nav-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .11);
}

.hero-image {
  width: 532px;
  object-fit: contain;
}

.hero-gradient {
  z-index: -2;
  width: 100%;
  height: 145vh;
  background-image: linear-gradient(#d4fffc, #c9f9f6 75%);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-icon {
  width: 13.5px;
  height: 13.5px;
  color: var(--white);
}

.hero-appointment-btn {
  height: 42px;
  grid-row-gap: 7px;
  color: var(--heading-color);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.treatment-section {
  background-color: var(--primary);
  padding-top: 95px;
  padding-bottom: 120px;
}

.treatment-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.treatment-text-wrapper {
  grid-column-gap: 110px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.treatment-para {
  max-width: 580px;
}

.treatment-blocks-wrapper {
  width: 100%;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.treatmant-block {
  width: 100%;
  height: 220px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.treatmant-block.pediatrician {
  background-image: url('../images/base_1base.webp');
}

.treatmant-block.cardiologist {
  background-image: url('../images/base-1_1base-1.webp');
}

.treatmant-block.dermatologist {
  background-image: url('../images/base-2_1base-2.webp');
}

.treatment-block-text-wrapper {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 56px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
  transform: translate(0, 35px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
}

.treatment-block-text-wrapper:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

.treatment-block-text {
  height: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.treatment-block-cta {
  grid-column-gap: 5px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-embed {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.treatment-block-header {
  flex: none;
  overflow: hidden;
}

.treatment-block-heading {
  color: var(--heading-color);
}

.hero-appointment-btn-text {
  grid-column-gap: 11px;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.services-icons {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn {
  width: 100%;
  height: 100%;
  border: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.testimonial-section {
  background-color: var(--light-high);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.testimonial-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text-container {
  grid-row-gap: 30px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-light-box {
  width: 100%;
  height: 360px;
  max-width: 405px;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-quote-icon {
  width: 57px;
  height: 57px;
}

.testimonial-quote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.testimonial-name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.slide-nav {
  display: none;
}

.testimonial-designation {
  font-size: 15px;
  line-height: 25px;
}

.quote {
  font-size: 24px;
  line-height: 40px;
}

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

.light-box-play-btn-embed {
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

.left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.arrow-embed {
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  width: 60px;
  height: 60px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

.right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.contact-circle {
  z-index: -1;
  width: 562px;
  height: 562px;
  opacity: .6;
  background-image: linear-gradient(rgba(255, 255, 255, .45), #86dfda);
  border-radius: 50%;
  position: absolute;
  top: -242px;
  bottom: auto;
  left: auto;
  right: -230px;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 535px;
  background-color: var(--white);
  border-radius: 0;
  margin-bottom: 0;
  padding: 44px;
  position: relative;
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, .07);
}

.contact-form {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.contact-field {
  width: 100%;
  height: 52px;
  color: var(--heading-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(14, 17, 44, .2);
  border-radius: 0;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-field:focus {
  border-color: var(--primary);
}

.contact-field::-ms-input-placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-form-btn {
  height: 55px;
}

.contact-select-field {
  width: 100%;
  height: 52px;
  color: #4f5167;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(14, 17, 44, .2);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.contact-select-field:focus {
  border-color: var(--primary);
}

.contact-select-field::-ms-input-placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-select-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-message-field {
  width: 100%;
  height: 52px;
  min-height: 120px;
  color: var(--heading-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(14, 17, 44, .2);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-message-field:focus {
  border-color: var(--primary);
}

.contact-message-field::-ms-input-placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-message-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-header {
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 26px;
}

.footer-btn {
  min-width: 220px;
  grid-column-gap: 8px;
  border: 1.5px solid var(--white);
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.footer-btn:hover {
  background-color: var(--white);
  color: var(--heading-color);
}

.footer-btn-embed {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkup-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
}

.about-hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 80px;
}

.about-hero-gradient {
  z-index: -1;
  width: 100%;
  height: 118%;
  background-image: linear-gradient(#d4fffc, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-story-image-wrapper {
  position: relative;
}

.about-widget {
  width: 210px;
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
  margin-left: -70px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: none;
  box-shadow: 0 5px 50px 10px rgba(0, 0, 0, .07);
}

.reasons-section {
  background-color: var(--light-low);
  text-align: center;
  padding-top: 110px;
  padding-bottom: 120px;
}

.reasons-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reasons-sub-text {
  margin-top: 10px;
  margin-bottom: 45px;
}

.reasons-blocks-wrapper {
  width: 100%;
  max-width: 1145px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.values-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.values-container {
  grid-column-gap: 105px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-image {
  width: 530px;
  height: 565px;
  object-fit: cover;
}

.values-text-wrapper {
  width: 480px;
  grid-row-gap: 16px;
  color: var(--heading-color);
  flex-direction: column;
  flex: none;
  padding-top: 0;
  display: flex;
}

.value-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.values-points-wrapper {
  grid-row-gap: 22px;
  flex-wrap: wrap;
  margin-top: 29px;
  display: flex;
}

.value-point {
  width: 50%;
  grid-column-gap: 14.5px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.checkup-hero-gradient {
  z-index: -2;
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(#d4fffc, rgba(201, 249, 246, 0) 64%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.checkup-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.other-checkup-section {
  text-align: center;
  background-color: #f0fffe;
  padding-bottom: 145px;
}

.other-checkup-container {
  width: 100%;
  height: 100%;
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.checkup-blocks-wrapper {
  width: 100%;
  max-width: 1145px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkup-block {
  width: 100%;
  max-width: 348px;
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px rgba(14, 17, 44, .1);
}

.checkup-block-icon {
  width: 64px;
  height: 60px;
  object-fit: contain;
}

.checkup-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.doctors-section {
  background-image: linear-gradient(rgba(240, 255, 254, 0), #f0fffe);
  padding-top: 100px;
  padding-bottom: 110px;
}

.doctors-hero-gradient {
  z-index: -1;
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(#d4fffc, rgba(201, 249, 246, 0) 79%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.doctors-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-plans-heading {
  max-width: 780px;
  text-align: center;
  margin-bottom: 18px;
}

.doctors-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.doctors-blocks-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.doctor-block {
  width: 100%;
  max-width: 350px;
  color: var(--heading-color);
  border-radius: 10px;
}

.doctor-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 5px;
}

.doctor-block-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.doctor-experience {
  background-color: rgba(0, 160, 170, .1);
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.appointment-cta {
  width: 133px;
  height: 44px;
  margin-top: 21px;
}

.doctor-block-text {
  grid-row-gap: 7px;
  flex-direction: column;
  padding: 20px 10px;
  display: flex;
}

.style-hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.style-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-block {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, .05);
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utiliy-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-blocks-wrapper {
  width: 100%;
  max-width: 570px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.utility-block-link {
  border-bottom: 1px solid var(--heading-color);
  color: var(--heading-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.utility-block-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.utility-link {
  color: var(--body);
}

.utility-link:hover {
  color: var(--primary);
}

.services-hero-gradient {
  z-index: -1;
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(#d4fffc, rgba(201, 249, 246, 0) 79%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.services-hero-section {
  background-image: linear-gradient(rgba(240, 255, 254, 0), #f0fffe);
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-heading {
  max-width: 780px;
  text-align: center;
  margin-bottom: 18px;
}

.services-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.service-block {
  width: 100%;
  max-width: 348px;
  background-color: var(--white);
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px rgba(14, 17, 44, .1);
}

.service-block-icon {
  width: 64px;
  height: 60px;
  object-fit: contain;
}

.service-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-blocks-wrapper {
  width: 100%;
  max-width: 1145px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.webflow-link {
  color: #000;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.back-to-top {
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #a6a6a6;
  border-radius: 20px;
  font-weight: 900;
  position: fixed;
  bottom: 50px;
  right: 40px;
}

.div-block-3 {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 49px;
  margin-left: 0;
  display: flex;
}

.text-block {
  margin-left: 5px;
}

.image {
  margin-left: 20px;
}

.text-block-2 {
  margin-left: 5px;
}

.div-block-4 {
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 14px;
  font-size: 1rem;
}

.text-block-4 {
  color: var(--white);
  font-size: 1rem;
}

.nav-link-2 {
  width: 10%;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.bold-text {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .back-to-top {
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .back-to-top.w--current {
    display: flex;
  }

  .div-block {
    width: 0;
    height: 0;
    max-height: 0;
    max-width: 0;
    position: static;
  }

  .div-block-2 {
    width: 0;
    height: 0;
    max-height: 0;
    max-width: 0;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 700px;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-container {
    width: 95%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    z-index: 10;
    width: 50%;
    background-color: var(--white);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-menu-wrapper {
    max-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-buttons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

  .hero-widget {
    margin-top: 50px;
    margin-bottom: auto;
  }

  .checkup-plans {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
  }

  .checkup-plans-column {
    order: -1;
  }

  .checkup-plans-image {
    height: auto;
  }

  .contact-points-wrapper {
    grid-row-gap: 20px;
  }

  .divider-section {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-icons-wrapper {
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .service {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .service-icon {
    height: 40px;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-container {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-container {
    grid-row-gap: 90px;
    flex-wrap: wrap;
  }

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

  .our-story-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-story-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .our-story-text-wrapper {
    order: -1;
    padding-top: 0;
  }

  .why-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-us-container {
    grid-row-gap: 75px;
  }

  .why-us-row {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-us-points-wrapper {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-us-text-wrapper {
    order: -1;
  }

  .why-us-points {
    flex-wrap: wrap;
    display: flex;
  }

  .why-us-points-row {
    min-height: 56px;
    flex: 0 260px;
    line-height: 32px;
  }

  .connect-stats-block {
    width: 185px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .checkup-plans-container {
    padding-top: 0;
  }

  .checkup-plans-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-button {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, .8);
    padding: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-nav-logo {
    display: block;
  }

  .hero-image {
    width: 530px;
    height: 530px;
  }

  .hero-gradient {
    display: none;
  }

  .treatment-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .treatment-text-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .treatment-blocks-wrapper {
    max-width: 350px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-icons {
    width: 160px;
    text-align: center;
  }

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

  .testimonial-slide-content-wrapper {
    max-width: 75%;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text-container {
    grid-row-gap: 20px;
    order: 1;
  }

  .testimonial-light-box {
    max-width: none;
  }

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

  .left-arrow {
    left: -30px;
  }

  .right-arrow {
    right: -30px;
  }

  .contact-form-wrapper {
    max-width: none;
    padding: 30px;
  }

  .about-hero-image {
    height: 400px;
    object-fit: cover;
  }

  .our-story-image-wrapper {
    margin-top: 20px;
  }

  .about-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

  .reasons-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reasons-blocks-wrapper {
    max-width: 350px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .values-container {
    grid-row-gap: 60px;
  }

  .values-text-wrapper {
    order: -1;
  }

  .other-checkup-section {
    padding-bottom: 100px;
  }

  .other-checkup-container {
    grid-row-gap: 60px;
  }

  .doctors-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .doctors-plans-heading {
    margin-bottom: 0;
  }

  .doctors-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .doctor-block {
    max-width: 47%;
  }

  .doctor-block-row {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .doctor-block-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-elements {
    width: 100%;
    height: 100%;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-line {
    width: 100%;
    height: 2px;
    background-color: var(--heading-color);
    padding: 0;
  }

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

  .services-hero-section {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .services-hero-heading {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 20px;
  }

  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .h1 {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .h2 {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .h3 {
    font-size: 1.48438rem;
    line-height: 2.10938rem;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container._1285-max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
    transform: none;
  }

  .header {
    display: none;
  }

  .nav-menu {
    width: 80%;
  }

  .main-body {
    padding-top: 20px;
  }

  .primary-btn._w-250px {
    width: 29%;
  }

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

  .hero-container {
    grid-row-gap: 60px;
    align-items: flex-start;
  }

  .hero-widget {
    width: 35%;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px;
  }

  .hero-heading {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .checkup-plans {
    width: 100%;
    grid-row-gap: 60px;
  }

  .checkup-plans-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-point {
    align-items: flex-start;
  }

  .contact-point-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }

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

  .divider-text-wrapper {
    grid-row-gap: 10px;
    padding: 40px;
  }

  .reason-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .services-icons-wrapper {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

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

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-left {
    text-align: center;
  }

  .footer-container {
    grid-row-gap: 35px;
    margin-bottom: 50px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .our-story-section {
    padding-bottom: 0;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-text-wrapper {
    width: 100%;
    grid-row-gap: 15px;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-points-wrapper {
    grid-row-gap: 20px;
    padding: 40px;
  }

  .connect-stats-block {
    grid-row-gap: 15px;
    text-align: center;
  }

  .checkup-plans-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-link {
    text-align: center;
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .overlay {
    height: 100vh;
    top: -20px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .treatment-section {
    padding-top: 80px;
    padding-bottom: 115px;
  }

  .treatment-blocks-wrapper {
    grid-row-gap: 80px;
  }

  .services-icons {
    width: 135px;
    max-width: 140px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-content-wrapper {
    max-width: none;
    grid-row-gap: 40px;
    padding: 40px;
  }

  .testimonial-light-box {
    height: 300px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    left: -15px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -15px;
  }

  .contact-form-wrapper {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-field, .contact-select-field, .contact-message-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkup-icon {
    width: 50px;
    height: 50px;
  }

  .about-hero-image {
    height: 300px;
    margin-top: 40px;
  }

  .about-widget {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: -65px;
  }

  .reasons-section, .values-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .values-image {
    width: 100%;
    height: auto;
  }

  .values-text-wrapper {
    width: 100%;
    grid-row-gap: 15px;
  }

  .other-checkup-section {
    padding-bottom: 80px;
  }

  .checkup-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .doctors-hero-gradient {
    height: 25vh;
  }

  .doctor-block {
    max-width: 100%;
  }

  .doctor-image {
    height: 300px;
  }

  .appointment-cta {
    margin-top: 15px;
  }

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

  .services-hero-gradient {
    height: 25vh;
  }

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

  .service-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .spacer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .display-title.bold {
    width: 100%;
    color: #fff;
    line-height: 2rem;
  }

  .h2.bold, .h3.bold {
    font-size: 2rem;
  }

  .body---variant-3 {
    line-height: 2.1rem;
  }

  .body---variant-3.medium {
    font-size: 1rem;
  }

  .body {
    line-height: 1.7rem;
  }

  .body.medium {
    color: #fff;
  }

  .body---variant-1 {
    line-height: 1.4rem;
  }

  .main-container {
    margin-top: 25px;
  }

  .header {
    height: auto;
    min-height: 45px;
    text-align: center;
    padding: 5px;
  }

  .nav-container {
    margin-top: -3px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .nav-links {
    flex: 1;
    align-self: center;
    margin-top: 32px;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .primary-btn {
    width: 85%;
    height: 66%;
    background-color: #fff;
    font-size: 21px;
  }

  .primary-btn._15px {
    width: 30%;
    opacity: 1;
    color: #000;
    text-align: left;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    margin-top: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: flex;
  }

  .primary-btn._15px:hover {
    color: #fff;
    background-color: #282828;
  }

  .primary-btn._w-250px {
    width: 52%;
  }

  .hero-section {
    width: 100%;
    object-fit: fill;
    background-image: url('../images/Screenshot-2023-10-31-at-19.08.14.png');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 3px;
    overflow: hidden;
  }

  .hero-text-wrapper {
    text-align: left;
    flex: none;
    align-self: auto;
    padding-top: 178px;
    padding-bottom: 0;
  }

  .hero-widget {
    margin-top: 50px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero-heading {
    margin-top: 20px;
    margin-bottom: 44px;
  }

  .hero-btns-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-column {
    padding-left: 0;
    padding-right: 0;
  }

  .checkup-plans-cta-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-image {
    width: 100%;
    height: auto;
  }

  .contact-points-wrapper {
    font-weight: 500;
  }

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

  .light-box-play-btn {
    width: 55px;
    height: 55px;
  }

  .reason-block {
    max-width: none;
    padding: 30px 20px;
  }

  .reason-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-icons-wrapper {
    margin-top: 40px;
  }

  .service {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .footer-social-block {
    grid-column-gap: 0px;
    margin-top: 6px;
    padding-bottom: 23px;
  }

  .footer-copyright-left {
    font-size: 13px;
  }

  .footer-container {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-bottom-wrapper {
    font-size: 21px;
  }

  .social-embed {
    width: 11px;
    font-size: 33px;
    line-height: 27px;
  }

  .about-hero-section {
    padding-top: 70px;
  }

  .our-story-container {
    grid-row-gap: 60px;
  }

  .our-story-image {
    height: auto;
    object-position: 15px 50%;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-row {
    grid-row-gap: 60px;
  }

  .why-us-points-row {
    margin-bottom: 6px;
    line-height: 26px;
  }

  .checkup-plans-section {
    padding-top: 0;
  }

  .tab-link {
    width: 100%;
    flex: none;
    padding: 7px;
  }

  .tab-link.w--current {
    width: 100%;
    flex: none;
  }

  .tabs-menu {
    flex-flow: column wrap;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .menu-button {
    width: 27px;
    height: 27px;
  }

  .mobile-nav-logo {
    width: 154px;
    height: 31px;
    aspect-ratio: auto;
    object-fit: fill;
    display: block;
  }

  .checkup-plans-image-wrapper {
    width: 100%;
  }

  .hero-image {
    object-position: 100% 50%;
  }

  .treatmant-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-slide {
    padding: 0 10px 40px;
  }

  .testimonial-slide-content-wrapper {
    padding: 0;
  }

  .testimonial-light-box {
    height: 250px;
    display: none;
  }

  .light-box-play-btn-embed {
    width: 16px;
    height: 16px;
    margin-right: -2px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -30px;
    left: -60px;
    right: 0%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -30px;
    left: 0%;
    right: -60px;
  }

  .contact-circle {
    width: 400px;
    height: 400px;
    top: -280px;
    right: -180px;
  }

  .contact-form-wrapper {
    border-radius: 0;
    padding: 20px;
  }

  .contact-field {
    font-size: 1rem;
  }

  .our-story-image-wrapper {
    margin-top: 0;
  }

  .about-widget {
    width: 40%;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-right: 0;
  }

  .reasons-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .value-point {
    min-width: 220px;
  }

  .checkup-blocks-wrapper {
    max-width: 360px;
  }

  .checkup-block {
    max-width: none;
    padding: 30px 20px;
  }

  .checkup-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

  .style-hero-section {
    padding-top: 70px;
  }

  .utility-block-links-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .service-block {
    max-width: none;
    padding: 30px 20px;
  }

  .service-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-blocks-wrapper {
    max-width: 360px;
  }

  .back-to-top {
    margin-left: 0;
    right: 18px;
  }

  .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    margin-left: 0;
  }

  .image-2 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .div-block-4 {
    display: flex;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .nav-link-2 {
    width: 12%;
    color: #fff;
    align-self: center;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .bold-text {
    font-weight: 500;
  }
}

#w-node-bc793677-511d-2129-b7db-2f127e93d577-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d582-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d58d-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d598-7e93d565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}