:root {
  --black: #333;
  --white: white;
  --dim-grey: #6999a5;
  --dark-slate-blue: #5a3764;
  --black-2: black;
  --orange-red\<deleted\|variable-1098f8e4\>: #e9f3fd;
  --grey\<deleted\|variable-9063984d\>: #98867d;
  --white-smoke: #e9f3fd;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
}

.brand {
  min-width: 0;
  max-width: none;
  max-height: none;
  padding: 8px 5px 5px 20px;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  height: 95px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}

.nav_link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  opacity: .35;
  color: var(--dim-grey);
}

.nav_link.blue {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.nav_link.blue:hover {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
}

.nav_icon {
  height: 30px;
  margin-right: 10px;
}

.nav-menu {
  align-items: center;
  height: 95px;
  padding-top: .2%;
  padding-bottom: .2%;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.hero {
  background-image: linear-gradient(93deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)), url('../images/Couple-at-the-beach.jpg');
  background-position: 0 0, 100% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding: 100px 100px 100px 75px;
  display: flex;
}

.slide_label_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.doble_line_wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 6%;
  height: 30px;
  display: flex;
}

.single_line_div {
  background-color: var(--dark-slate-blue);
  width: 30%;
  height: 1px;
}

.double_line_div {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: 1px;
}

.button {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 500;
}

.button:hover {
  background-color: var(--dim-grey);
  color: #fff;
}

.button.marg {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-right: 15px;
}

.button.marg:hover {
  background-color: var(--dim-grey);
}

.button.black {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.black {
  background-color: var(--black-2);
  color: var(--white);
  border-style: none;
}

.button.black:hover {
  background-color: var(--orange-red\<deleted\|variable-1098f8e4\>);
  color: var(--black-2);
}

.button.mobile {
  margin-right: 15px;
}

.button.mobile:hover {
  background-color: var(--black-2);
}

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

.button.white:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.slide_tagline {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0 15px;
  padding: 0 5px 0 10px;
  font-family: Merriweather, serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.hero-wrapper-div {
  width: 55%;
  position: relative;
  top: 0%;
  left: 0%;
}

.hero-tagline-text {
  color: var(--black);
  text-transform: none;
  margin-bottom: 5px;
  margin-left: 0%;
  padding-left: 0;
  font-family: Merriweather, serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.selftest-wrapper-div {
  border-top: 1px solid var(--grey\<deleted\|variable-9063984d\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.h2 {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  font-family: Merriweather, serif;
  font-size: 3em;
  line-height: 1.2em;
  position: absolute;
  top: -30px;
}

.h2.left {
  color: var(--dark-slate-blue);
  text-align: left;
}

.h2.left.center-white {
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0%;
  padding-right: 0%;
  font-size: 3em;
  position: static;
}

.h2.sub {
  text-transform: none;
  font-size: 2em;
  position: static;
}

.h2.gray {
  background-color: var(--dim-grey);
  color: #fff;
}

.par {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.par.center {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.par.center.large {
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
}

.par.white {
  color: #fff;
  font-family: Poppins, sans-serif;
}

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

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

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

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

.cataract-symptom-wrapper-div {
  justify-content: space-between;
  align-items: center;
  width: 48%;
  min-height: 0;
  margin-left: -1px;
  margin-right: 0;
  display: flex;
}

.h4 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-section {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Jacksonville-Florida-Skyline.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.testimonial-holder {
  justify-content: space-between;
  min-height: 0;
  margin-top: 50px;
  display: flex;
}

.testimonial {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding: 20px 10px 0;
  display: flex;
}

.image-48 {
  max-width: 125px;
  margin-bottom: 20px;
}

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

.footer-wrapper-div {
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-left-40 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field::placeholder {
  font-family: Barlow;
}

.text-area::placeholder {
  font-family: Barlow;
}

.footer-right-48 {
  width: 90%;
  padding-top: 0;
  padding-left: 0;
}

.copyright {
  background-color: var(--white);
  background-image: linear-gradient(0deg, var(--dim-grey), rgba(255, 255, 255, 0) 75%);
  color: #e9eef3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15px 50px;
  display: flex;
}

.image-49 {
  object-fit: contain;
  max-width: none;
  height: 50px;
  max-height: none;
}

.text-symptoms {
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.form-block {
  width: 80%;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.location-holder {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  display: flex;
}

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

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

.check-mark-holder {
  color: var(--white);
  align-items: center;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.check-mark-holder.bottom {
  margin-bottom: 30px;
}

.image-50 {
  width: 40px;
  margin-right: 15px;
}

.what-is-lasik {
  background-color: var(--dim-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.lasik-right-section {
  background-image: url('../images/Young-man-on-tablet-at-the-office.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 80vh;
  padding: 100px 0% 100px 5%;
  display: flex;
}

.how-works-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 100px 0;
  display: flex;
}

.meet-doc-section {
  background-color: var(--dim-grey);
  background-image: linear-gradient(0deg, var(--white), rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.selftest-wrapper-div-copy {
  border-top: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.doc-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 250px;
  max-height: 350px;
  display: flex;
  overflow: hidden;
}

.doc-holder.middle {
  margin-top: 15px;
  margin-bottom: 15px;
}

.doc-photo-div {
  object-fit: cover;
  width: 30%;
  height: auto;
  max-height: 400px;
  margin-bottom: 0;
  overflow: hidden;
}

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

.image-51 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.trust-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 75px;
  display: flex;
}

.image-52 {
  max-height: 100px;
  margin-bottom: 10px;
}

.trust-wrapper {
  border-top: 1px solid var(--grey\<deleted\|variable-9063984d\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.lasik-cost-section {
  background-color: var(--dim-grey);
  min-height: 500px;
  display: flex;
}

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

.text-50-white {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin: 30px;
  padding: 50px;
  display: flex;
}

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

.mobile-buttons {
  display: none;
}

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

.h3-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.doc-div {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-text {
  color: var(--black);
  font-weight: 500;
}

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

.p-white {
  color: var(--black);
}

.hero-text {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}


.appointment-locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 2em;
    width: 60.5%;
    margin: 20px auto;
}

.appointment-locations .contact-location-item {
    background: #f0f0f0;
    text-align: center;
    padding: 2em;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact-location-item h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
    background-color: unset;
}

.contact-location-item p {
    margin-bottom: 10px;
    color: #2a2a2a;
}

.contact-location-item li {
  color: #2a2a2a;
}

.contact-location-item li a, .contact-location-item h3 a{
  font-weight: 800;
  text-decoration: underline;
  color: #5a3764;
}

.contact-location-item li a:hover, .contact-location-item h3 a:hover{
  color: #6999a5;
}

.location-phone-list {
    list-style: none;
    padding-left: 0;
}

.section-4 {
    display: flex;
    min-height: 55vh;
    padding: 100px 5%;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../images/using-laptop.png), linear-gradient(180deg, #f4f4fa, #f4f4fa);
    background-position: 0% 50%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
}

.section-4-wrapper {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
}

.cost-item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    color: var(--dark-slate-blue);
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
}

.cost-item.top {
    margin-top: 30px;
}

.cost-image-4 {
    width: 75px;
    margin-right: 15px;
}


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

  .brand {
    padding-left: 10px;
  }

  .navbar {
    height: auto;
    display: block;
  }

  .nav_link {
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_icon {
    height: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0;
    position: absolute;
  }

  .hero {
    background-image: url('../images/Couple-at-the-beach.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    height: 750px;
    margin-top: 0;
    padding: 100px 0 0%;
  }

  .slide_label_wrapper {
    margin-bottom: 10px;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.marg {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .button.black {
    text-align: center;
  }

  .button.mobile {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .slide_tagline {
    font-size: 2vw;
  }

  .hero-wrapper-div {
    background-color: rgba(245, 245, 245, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .75) 36%, #fff 69%);
    width: 100%;
    padding: 15px 10px;
    top: auto;
    left: auto;
  }

  .hero-tagline-text {
    margin-bottom: 0;
    font-size: 3.5em;
    line-height: 1em;
  }

  .h2 {
    font-size: 2em;
    top: -20px;
  }

  .what-are-cataracts-wrapper-div {
    flex-direction: column;
    min-height: 0;
    max-height: none;
  }

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

  .photo-48 {
    width: 100%;
    max-height: 400px;
    margin-top: 0;
  }

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

  .cataract-symptom-wrapper-div {
    background-color: var(--black-2);
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

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

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

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

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

  .footer-left-40 {
    align-items: flex-start;
    width: 100%;
  }

  .footer-right-48 {
    padding-top: 0;
    padding-left: 0;
  }

  .copyright {
    padding-top: 70px;
  }

  .icon {
    color: var(--dim-grey);
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

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

  .image-49 {
    height: 40px;
    max-height: none;
  }

  .text-symptoms {
    background-color: var(--black);
    width: 100%;
    padding: 100px 5%;
  }

  .form-block {
    width: 100%;
  }

  .form {
    align-items: flex-start;
  }

  .location-holder {
    width: 100%;
  }

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

  .what-is-lasik {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lasik-right-section {
    min-height: 0;
    padding: 0;
  }

  .how-works-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .doc-holder {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    max-height: none;
  }

  .doc-holder.middle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .doc-photo-div {
    width: 35%;
    height: auto;
    margin-bottom: 20px;
  }

  .text-68 {
    width: 60%;
  }

  .trust-section {
    padding-top: 75px;
  }

  .lasik-cost-section {
    flex-direction: column;
    min-height: 0;
  }

  .photo-50 {
    width: 100%;
  }

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

  .text-50-white {
    width: auto;
    margin: 20px;
    padding: 30px;
  }

  .mobile-buttons {
    flex-direction: row;
    align-items: flex-start;
    display: none;
  }

  .hero-text {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .section-4 {
        min-height: 0px;
        background-image: linear-gradient(180deg, #f4f4fa, #f4f4fa);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }
    .section-4-wrapper {
        width: 100%;
    }

}

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

  h3 {
    font-size: 1.2em;
    font-weight: 800;
  }

  .brand {
    min-width: 125px;
    padding-left: 5px;
  }

  .nav_link {
    font-size: .9em;
    line-height: 1em;
  }

  .hero {
    height: 500px;
    padding-top: 0;
  }

  .slide_label_wrapper {
    margin-bottom: 12px;
  }

  .doble_line_wrapper {
    width: 7%;
  }

  .single_line_div {
    width: 45%;
  }

  .button {
    text-align: center;
    margin-right: 10px;
    line-height: 1em;
  }

  .button.marg, .button.marg.white {
    line-height: 1em;
  }

  .button.black {
    text-align: center;
    background-color: var(--dark-slate-blue);
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.black:hover {
    color: var(--dim-grey);
  }

  .button.mobile {
    margin-right: 0;
  }

  .button.mobile:hover {
    background-color: var(--white);
    color: var(--dim-grey);
  }

  .button.white {
    line-height: 1em;
  }

  .slide_tagline {
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px 10px 15px;
    top: auto;
  }

  .hero-tagline-text {
    margin-bottom: 10px;
    margin-left: 0%;
    font-size: 2.5em;
  }

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

  .h2.left.center-white {
    font-size: 2em;
  }

  .par.center.large {
    font-size: 1.5em;
  }

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

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

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

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

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

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

  .footer-left-40 {
    width: 100%;
  }

  .footer-right-48 {
    margin-top: 20px;
    padding-left: 0;
  }

  .copyright {
    padding-top: 25px;
    padding-bottom: 150px;
  }

  .image-49 {
    height: 35px;
    max-height: none;
  }

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

  .location-holder-100 {
    margin-bottom: 0;
  }

  .text-block {
    text-align: center;
  }

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

  .lasik-right-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .how-works-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .meet-doc-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .selftest-wrapper-div-copy {
    width: 95%;
    padding-top: 50px;
  }

  .doc-holder {
    flex-flow: row;
    justify-content: space-between;
  }

  .doc-holder.middle {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .doc-photo-div {
    width: 25%;
    height: 250px;
  }

  .text-68 {
    width: 70%;
  }

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

  .image-52 {
    max-height: 60px;
  }

  .lasik-cost-section {
    flex-direction: column;
  }

  .photo-50 {
    width: 100%;
  }

  .text-50-white {
    width: auto;
  }

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

  .hero-text {
    font-size: 1.3em;
  }

  .appointment-locations {
    width: 92%;
  }
  
  .cost-item {
        font-size: 1em;
    }

    .cost-image-4 {
        width: 50px;
    }
}

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

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

  .nav_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_icon {
    height: 20px;
  }

  .nav-menu {
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .hero {
    background-image: url('../images/Couple-at-the-beach.jpg');
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .single_line_div {
    width: 18%;
  }

  .button {
    margin-bottom: 8px;
    margin-right: 0;
    line-height: 1.2em;
  }

  .button.marg {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.black {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.mobile {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .slide_tagline {
    font-size: 3vw;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px 10px 5px;
    top: auto;
  }

  .hero-tagline-text {
    margin-bottom: 5px;
    margin-left: 0%;
    font-size: 2em;
    font-weight: 700;
  }

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

  .selftest-wrapper-div {
    padding-top: 30px;
  }

  .h2 {
    font-size: 1.5em;
    top: -15px;
  }

  .h2.left.center-white {
    font-size: 1.5em;
  }

  .h2.sub {
    font-size: 1.2em;
  }

  .h2.gray {
    position: static;
  }

  .par.center.large {
    font-size: 1.2em;
  }

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

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

  .h4 {
    font-size: 1em;
  }

  .testimonial-holder {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 30px;
  }

  .copyright {
    padding-bottom: 100px;
  }

  .image-49 {
    height: 35px;
    max-height: none;
  }

  .text-block {
    text-align: center;
  }

  .check-mark-holder {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .image-50 {
    width: 25px;
    margin-right: 10px;
  }

  .what-is-lasik {
    padding-top: 25px;
    padding-bottom: 0;
  }

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

  .selftest-wrapper-div-copy {
    border-top-style: none;
    padding-top: 30px;
  }

  .doc-holder {
    flex-flow: column;
    width: 100%;
  }

  .doc-photo-div {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }

  .text-68 {
    width: 90%;
  }

  .trust-wrapper {
    padding-top: 30px;
  }

  .text-50-white.cost {
    margin: 10px;
    padding: 20px;
  }

  .mobile-buttons {
    width: 100%;
  }

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


