:root {
  --midnight-blue-2: #041e38;
  --royal-blue: #20598e;
  --white: white;
  --black: #333;
  --midnight-blue: #01222e;
  --black-2: black;
  --steel-blue: #007ca5;
  --alice-blue-2: #edf1f5;
  --dark-slate-grey: #01465e;
  --alice-blue: #daecf3;
  --white-smoke: #f1f1f1;
}

h1 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--midnight-blue-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero {
  background-color: var(--royal-blue);
  background-image: linear-gradient(219deg, #0000 1% 12%, #00000096), url('../images/girl-with-bike.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 100vh;
  padding: 100px 50px;
  display: flex;
}

.hero-wrapper-div {
  flex-direction: column;
  align-items: stretch;
  width: 55%;
  display: flex;
}

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

.button-div.center {
  justify-content: center;
}

.button {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 15px 20px;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--royal-blue);
}

.navbar {
  background-color: var(--white);
  padding-left: 15px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px 7px #00000012;
}

.brand {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

.big-self-test-text {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.image {
  width: 100%;
  max-width: 1280px;
}

.what-is-wrapper-div {
  justify-content: space-between;
  width: 90%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-48.rle {
  padding-bottom: 5px;
}

.white {
  color: var(--white);
  text-align: left;
}

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

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

.cost-section {
  background-image: url('../images/young-woman-using-cellphone.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 75vh;
  padding: 5%;
  display: flex;
}

.cost-text-div {
  color: var(--white);
  background-color: #20598ee0;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  padding: 25px;
  display: flex;
}

.location-section {
  background-image: linear-gradient(131deg, var(--midnight-blue-2), var(--royal-blue));
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 1em;
  line-height: 1.2em;
}

.location-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.white-center {
  color: var(--white);
  text-align: center;
}

.location-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.location-holder.center {
  justify-content: center;
}

.location-div {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  display: flex;
}

.location-icon {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.address-text {
  color: var(--white);
  text-align: center;
}

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

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

.footer-div-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

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

.footer-text {
  margin-bottom: 10px;
}

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

.link:hover {
  color: var(--midnight-blue-2);
}

.footer-form-div-65 {
  width: 65%;
}

.nav-menu {
  align-items: center;
  height: 80px;
  padding-right: 15px;
  display: flex;
}

.mobile-hero-img {
  display: none;
}

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

.mobile-schedule {
  background-color: var(--black-2);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 15px 20px 15px 45px;
  line-height: 1.2em;
}

.mobile-schedule:hover {
  background-color: var(--steel-blue);
}

.mobile-self-test {
  background-color: var(--black-2);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 15px 20px 15px 45px;
  line-height: 1.2em;
}

.mobile-self-test:hover {
  background-color: var(--steel-blue);
}

.promo-text {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--royal-blue), #20598e00 90%, #20598e00);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.jm-nav-link {
  color: var(--royal-blue);
  text-transform: uppercase;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.jm-nav-link:hover {
  color: var(--midnight-blue-2);
}

.jm-nav-link.call-footer {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-bottom: 20px;
  padding-right: 15px;
}

.jm-nav-link.call-footer:hover {
  background-color: var(--midnight-blue-2);
}

.jm-nav-link.call {
  background-color: var(--royal-blue);
  color: var(--white);
}

.jm-nav-link.call:hover {
  background-color: var(--midnight-blue-2);
}

.nav-link-icon {
  width: 25px;
  margin-right: 10px;
}

.image-5 {
  height: 60px;
}

.body-button-with-icon {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: 15px 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.body-button-with-icon:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.body-button-with-icon.marg {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-button-with-icon.hover-black {
  background-color: var(--midnight-blue-2);
}

.body-button-with-icon.hover-black:hover {
  background-color: var(--black-2);
}

.what-is-lasik {
  background-image: linear-gradient(153deg, var(--midnight-blue-2), var(--royal-blue));
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-is-evo {
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-is-evo-wrap {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.evo-photo-div {
  flex-flow: row;
  align-items: stretch;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.evo-photo {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.eov-blue-bg-strip {
  background-color: var(--alice-blue-2);
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.evo-text-50 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
}

.prk-photo {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding: 25px 25px 25px 0;
  display: flex;
  position: relative;
}

.prk-blue-bg {
  background-color: var(--alice-blue-2);
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.prk-text-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px 50px 40px 0;
  display: flex;
}

.evo-logo {
  max-width: 200px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.what-is-prk {
  padding-top: 0%;
  padding-bottom: 5%;
}

.what-is-rle {
  background-image: linear-gradient(153deg, var(--midnight-blue-2), var(--royal-blue));
  padding-top: 5%;
  padding-bottom: 5%;
}

.which-procedure {
  background-color: var(--midnight-blue-2);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--royal-blue), var(--midnight-blue-2));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.which-procedure-wrap {
  text-align: center;
  width: 80%;
  max-width: none;
}

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

.h2-white.center, .center {
  text-align: center;
}

.testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/inland-ca.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-div {
  color: var(--white);
  text-align: center;
  background-color: #041e38e3;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 20px;
  display: flex;
}

.text-field {
  background-color: var(--alice-blue-2);
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: var(--black);
}

.heading {
  color: var(--white);
  font-size: 3.5em;
}

.bdy-btn-icon {
  width: 25px;
  margin-right: 10px;
}

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

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    text-align: center;
    font-size: 1.2em;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000 33%, #0000009e), url('../images/girl-with-bike.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    align-items: flex-end;
    height: 800px;
    padding: 17px;
  }

  .hero-wrapper-div {
    width: auto;
  }

  .button-div {
    flex-direction: row;
    align-items: flex-start;
  }

  .what-is-wrapper-div {
    flex-direction: column;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
    margin-top: 20px;
  }

  .cost-section {
    min-height: 0;
    padding: 0;
  }

  .cost-text-div {
    background-color: var(--royal-blue);
    width: auto;
    padding: 100px 5%;
  }

  .location-section {
    padding-bottom: 4%;
  }

  .location-holder {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

  .brand-2 {
    max-width: 350px;
  }

  .footer-form-div-65 {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    height: 60px;
  }

  .icon {
    color: var(--royal-blue);
  }

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

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

  .promo-text {
    font-size: 2em;
  }

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

  .nav-link-txt {
    display: none;
  }

  .image-5 {
    height: 40px;
  }

  .what-is-evo-wrap {
    flex-flow: column;
  }

  .evo-photo-div {
    width: 100%;
  }

  .evo-text-50 {
    width: 100%;
    padding: 25px 0 0;
  }

  .prk-photo {
    width: 100%;
  }

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

  .prk-text-50 {
    width: 100%;
    padding: 0;
  }

  .which-procedure {
    min-height: 0;
  }

  .which-procedure-wrap {
    width: 90%;
  }

  .testimonials {
    background-image: linear-gradient(to bottom, null, null), url('../images/aerial-washington-dc.jpg');
    background-attachment: scroll, scroll;
  }

  .testimonial-holder {
    flex-flow: column;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .bdy-btn-txt {
    display: block;
  }

  .bdy-btn-icon {
    margin-right: 10px;
  }
}

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

  .hero {
    background-attachment: scroll, scroll, scroll;
    height: 450px;
    margin-top: 50px;
    padding: 5% 4% 4%;
  }

  .brand {
    width: auto;
  }

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

  .text-48 {
    padding-top: 0;
  }

  .text-48.rle {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cost-text-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .location-holder {
    flex-direction: column;
    margin-top: 0;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .mobile-buttons {
    z-index: 1000;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-schedule {
    background-color: var(--midnight-blue-2);
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .mobile-schedule:hover {
    background-color: var(--royal-blue);
  }

  .mobile-self-test {
    background-color: var(--royal-blue);
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .mobile-self-test:hover {
    background-color: var(--midnight-blue-2);
  }

  .promo-text {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .body-button-with-icon {
    padding: 12px 10px;
  }

  .what-is-lasik {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .what-is-rle {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 2.2em;
  }

  .bdy-btn-txt {
    font-size: .9em;
  }

  .bdy-btn-icon {
    width: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: var(--midnight-blue-2);
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    padding: 10% 0 0;
  }

  .hero-wrapper-div {
    background-color: var(--royal-blue);
    width: 100%;
    padding: 10px;
  }

  .button-div {
    flex-direction: column;
  }

  .navbar {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand {
    width: auto;
    padding-top: 5px;
  }

  .location-section {
    padding-bottom: 35%;
  }

  .footer-section {
    padding-bottom: 125px;
  }

  .nav-menu {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .menu-button {
    padding: 6px;
  }

  .mobile-hero-img {
    display: block;
  }

  .mobile-buttons {
    z-index: 1000;
    align-items: stretch;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-schedule {
    background-color: var(--midnight-blue-2);
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-schedule:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .mobile-self-test {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
  }

  .promo-text {
    padding-left: 0;
    font-size: .9em;
  }

  .jm-nav-link {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
  }

  .nav-link-icon {
    width: 20px;
  }

  .image-5 {
    height: 30px;
  }

  .body-button-with-icon.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .evo-photo-div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .evo-logo {
    max-width: 100px;
    bottom: 5px;
    right: 5px;
  }
}


