:root {
  --color-4: #3b4f61;
  --color-5: #677c88;
  --color: white;
  --color-6: #96acbb;
  --color-7: #a59a86;
  --color-2: #333;
  --color-3: #ccd3d0;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  color: var(--color-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.navbar {
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-top-div {
  background-color: var(--color);
  justify-content: space-between;
  display: flex;
}

.nav-div-btm {
  background-color: var(--color-4);
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  height: 65px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-link {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
}

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

.nav-menu {
  align-items: center;
  display: flex;
}

.dropdown {
  line-height: 1em;
}

.dropdown-toggle {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.dropdown-toggle:hover {
  color: var(--color-6);
}

.icon {
  margin-right: 10px;
}

.top-btns {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.nav-btn {
  border: 2px solid var(--color-4);
  color: var(--color-4);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.nav-btn:hover {
  border-color: var(--color-7);
  color: var(--color-7);
}

.nav-btn.call {
  background-color: var(--color-4);
  color: var(--color);
}

.nav-btn.call:hover {
  background-color: var(--color-7);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-4);
}

.dropdown-link {
  color: var(--color);
}

.dropdown-link:hover {
  background-color: var(--color-5);
}

.hero {
  background-image: linear-gradient(274deg, #0000, #000), url('../images/close-up-eye.jpg');
  background-position: 0 0, 75% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  min-height: 700px;
  margin-top: 115px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.hero-txt-div {
  width: 50%;
}

.hero-top-line {
  color: var(--color);
  margin-bottom: 15px;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-subline {
  color: var(--color);
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 1.4em;
}

.btn-div {
  align-items: center;
  display: flex;
}

.button {
  border: 2px solid var(--color);
  background-color: var(--color-4);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button:hover {
  border-color: var(--color-6);
  background-color: var(--color-6);
  color: var(--color-2);
}

.intro-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

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

.wrap.flex._80 {
  width: 80%;
}

.wrap.flex.top-marg {
  align-items: center;
  margin-top: 5%;
}

.wrap.flex.inner {
  width: 90%;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.center._50 {
  width: 50%;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._48 {
  width: 48%;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.txt-div._48 {
  width: 48%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.txt-div._48.white {
  color: var(--color);
}

.services {
  flex-flow: column;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 5%;
  display: flex;
}

.imagesholder {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.imagesholder._2 {
  margin-top: 75px;
}

.images-column {
  flex-flow: row;
  justify-content: space-between;
  width: 75%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.service-block {
  color: var(--color);
  object-fit: cover;
  margin-bottom: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.serv-overlay-div {
  z-index: 1;
  background-color: #0000008a;
  position: absolute;
  inset: 0%;
}

.service-text-overlay {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.serv-text-div {
  border-top: 1px solid var(--color);
  width: 100%;
  padding-top: 25px;
}

.doctor-section {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.cta-section {
  background-image: url('../images/woman-jogger.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 8%;
  display: flex;
}

.cta-div {
  background-color: var(--color);
  width: 50%;
  padding: 30px;
}

.p-lg {
  font-size: 1.2em;
  line-height: 1.4em;
}

.code-embed {
  margin-bottom: 0;
}

.footer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.brand-2 {
  margin-bottom: 30px;
}

.image-2 {
  height: 65px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.search {
  min-width: 400px;
  display: flex;
}

.search-input {
  height: 50px;
}

.search-button {
  background-color: var(--color-4);
  height: 50px;
}

.vip-div {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 30px;
  margin-right: 15px;
}

.link {
  color: var(--color-5);
  text-decoration: none;
}

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

.social-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.inner-header {
  background-color: #a59a8640;
  padding: 15% 5% 5%;
}

.h2-inner {
  margin-bottom: 0;
}

.breadcurmbs {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  display: flex;
}

.breadrcumb {
  margin-right: 10px;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  .nav-div-btm {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--color-4);
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .nav-btn.hide {
    display: none;
  }

  .hero {
    background-image: linear-gradient(225deg, #0000, #000), url('../images/close-up-eye.jpg');
    background-position: 0 0, 75% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: auto;
    margin-top: 100px;
  }

  .hero-txt-div {
    width: 90%;
  }

  .btn-div.wrap-down {
    flex-flow: wrap;
  }

  .button {
    margin-bottom: 5px;
  }

  .wrap.flex._80 {
    flex-flow: column;
    width: 90%;
  }

  .wrap.flex.top-marg {
    flex-flow: column;
    margin-top: 10px;
  }

  .wrap.flex.inner {
    flex-flow: column;
    width: 90%;
  }

  .wrap.center._50 {
    width: 90%;
  }

  .img-div._48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    display: flex;
  }

  .txt-div._48 {
    width: 100%;
  }

  .services {
    padding-top: 0%;
  }

  .imagesholder {
    width: 48.5%;
  }

  .images-column {
    width: 90%;
  }

  .service-text-overlay {
    padding: 15px;
  }

  .cta-section {
    padding-left: 5%;
  }

  .cta-div {
    padding: 20px;
  }

  .vip-div {
    margin-bottom: 20px;
  }

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

  .menu-button {
    color: var(--color);
  }

  .menu-button.w--open {
    background-color: var(--color-6);
  }

  .inner-header {
    padding-top: 22%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  .image {
    height: 50px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .top-btns {
    padding-right: 10px;
  }

  .hero {
    background-position: 0 0, 100% 100%;
    background-size: auto, auto 150%;
    min-height: 400px;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-txt-div {
    width: 100%;
  }

  .hero-top-line {
    font-size: 2.5em;
  }

  .hero-subline {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .img-div._48 {
    max-height: 350px;
  }

  .cta-section {
    min-height: 0;
  }

  .cta-div {
    padding: 15px;
  }

  .menu-button {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .image {
    height: 40px;
  }

  .nav-btn.call {
    letter-spacing: 0;
  }

  .nav-btn.hide-phone {
    display: none;
  }

  .hero {
    background-position: 0 0, 90% 100%;
    background-size: auto, auto 165%;
    min-height: 500px;
  }

  .hero-top-line {
    font-size: 1.8em;
  }

  .services {
    padding-bottom: 2%;
  }

  .imagesholder {
    width: 100%;
  }

  .imagesholder._2 {
    margin-top: 0;
  }

  .images-column {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .cta-section {
    padding: 0%;
  }

  .cta-div {
    background-image: linear-gradient(#96acbb54, #96acbb54);
    width: 100%;
  }

  .search {
    width: 90%;
    min-width: 0;
  }

  .vip-div {
    line-height: 1.2em;
  }

  .inner-header {
    padding-top: 30%;
  }
}


