h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  width: auto;
  min-width: 75%;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #66a43d;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: #66a43d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: #66a43d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.doc-div-center{
    margin:0 auto;
}

.hero {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .49), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), url('../images/group-of-young-women-jogging.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 75px;
  display: flex;
}

.hero-text-wrapper {
  width: 90%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-sub-text {
  width: auto;
  min-width: 75%;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #66a43d;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 2em;
  font-weight: 300;
}

.button-holder {
  align-items: center;
  display: flex;
}

.button-no-arrow {
  text-transform: uppercase;
  background-color: #66a43d;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-no-arrow:hover {
  background-color: #333;
}

.button-no-arrow.marg {
  margin-right: 15px;
}

.button-no-arrow.black {
  background-color: #333;
}

.button-no-arrow.black:hover {
  color: #66a43d;
  background-color: #fff;
}

.navbar {
  background-color: #fff;
  padding-top: .5%;
  padding-bottom: .5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

.brand {
  width: 125px;
  background-color: #fff;
  padding: 0 5px 5px;
  position: absolute;
  left: .5%;
}

.brand.w--current {
  width: auto;
  max-width: 125px;
  background-color: #fff;
  padding: 0 5px 5px;
  position: absolute;
  left: .5%;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-link:hover {
  color: #66a43d;
}

.nav-link.w--current {
  color: #066098;
}

.nav-menu {
  padding-top: 0;
}

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

.self-test-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-set-text {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.how-wroks-section {
  max-height: 800px;
  min-height: 80vh;
  justify-content: space-between;
  display: flex;
}

.blue-bg-blue {
  width: 50%;
  background-color: #333;
  padding: 50px;
  display: flex;
  position: relative;
}

.photo-50 {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

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

.white-text-holder {
  width: 110%;
  height: auto;
  background-color: #fff;
  align-items: stretch;
  padding: 35px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 0%;
}

.text-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lasik-more-info-section {
  background-color: #66a43d;
  background-image: linear-gradient(to top, #29580a, #66a43d);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.why-trust-section {
  min-height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/chesapeake-bay.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h2-white {
  color: #fff;
  border-bottom-color: #fff;
}

.h2-white.left {
  text-align: left;
  padding-right: 50px;
}

.par-white {
  color: #fff;
}

.par-white.center {
  text-align: center;
}

.why-choose-section {
  height: auto;
  min-height: 0;
  background-image: radial-gradient(circle, #66a43d, #29580a);
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.why-image-holder {
  width: 50%;
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.why-text-holder {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 5%;
  display: flex;
}

.image-5 {
  height: auto;
  max-height: 650px;
  object-fit: contain;
  object-position: 50% 100%;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.locations-div {
  width: 38%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-2 {
  max-width: 100px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.image-6 {
  width: 250px;
}

.text-span-2 {
  color: #66a43d;
  text-transform: uppercase;
  font-size: 1.5em;
}

.contact-div {
  width: 58%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-buttons-div {
  align-items: center;
  display: none;
}

.button-holder-hero {
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.h2-left {
  text-align: left;
}

.text-50 {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 30px 30px 50px;
  display: flex;
}

.text-50.left {
  padding-left: 30px;
  padding-right: 50px;
}

.left-photo-48-copy {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

.cec-text-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vision-options-wrapper {
  width: 90%;
  min-height: 600px;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vision-options-wrapper.smile {
  margin-bottom: 75px;
}

.vision-options-title-wrapper {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-holder {
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.doc-div {
  width: 48%;
  border: 1px solid #66a43d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.image-7 {
  max-width: 50%;
  margin-bottom: 20px;
}

.doc-wrapper {
  width: 95%;
  max-width: none;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-50-prk {
  width: 50%;
  object-fit: cover;
  display: none;
  overflow: hidden;
}

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

  .hero {
    height: 800px;
  }

  .hero-sub-text {
    padding-bottom: 10px;
    font-size: 1em;
  }

  .button-no-arrow {
    text-align: center;
    font-size: 16px;
  }

  .brand {
    width: 100px;
    background-color: #fff;
    position: absolute;
  }

  .brand.w--current {
    z-index: 10;
    max-width: 100px;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 10%;
    padding-bottom: 1%;
  }

  .how-wroks-section {
    max-height: none;
    min-height: 0;
    flex-direction: column;
  }

  .blue-bg-blue {
    width: 100%;
    padding: 20px;
  }

  .photo-50 {
    width: 100%;
    display: block;
  }

  .photo-50.prk {
    display: none;
  }

  .white-text-holder {
    width: auto;
    position: static;
  }

  .lasik-more-info-section {
    padding-bottom: 100px;
  }

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

  .why-choose-section {
    min-height: 90vh;
    position: relative;
  }

  .why-image-holder {
    width: 100%;
    justify-content: flex-end;
    padding-right: 1%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .why-text-holder {
    z-index: 10;
    width: auto;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 0%;
    position: relative;
  }

  .image-5 {
    max-height: 400px;
  }

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

  .locations-div, .contact-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #66a43d;
  }

  .text-50 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-photo-48-copy {
    width: 100%;
  }

  .vision-options-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .doc-holder {
    flex-direction: column;
  }

  .doc-div {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .doc-wrapper {
    flex-direction: column;
  }

  .photo-50-prk {
    width: 100%;
    display: block;
  }
}

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

  h3 {
    font-size: 1.5em;
  }

  .hero {
    height: 500px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

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

  .hero-sub-text {
    letter-spacing: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-holder {
    flex-direction: column;
    align-items: stretch;
  }

  .button-no-arrow {
    text-align: center;
  }

  .button-no-arrow.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .self-test-section, .lasik-more-info-section, .why-trust-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-choose-section {
    min-height: 0;
  }

  .why-image-holder {
    display: none;
  }

  .why-text-holder {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .mobile-buttons-div {
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-holder-hero {
    display: none;
  }

  .heading-3 {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
    background-position: 0 0, 55% 20%;
  }

  .hero-sub-text {
    letter-spacing: 0;
  }

  .button-holder {
    width: 90%;
  }

  .button-no-arrow {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .brand {
    max-width: 75px;
    background-color: #fff;
  }

  .brand.w--current {
    width: 200px;
    max-width: 75px;
  }

  .blue-bg-blue {
    padding: 10px;
  }

  .white-text-holder {
    padding: 20px;
  }

  .menu-button {
    padding-top: 5px;
  }

  .text-50 {
    padding: 20px;
  }

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

  .doc-div {
    padding: 10px;
  }

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


