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

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 15, 14, 0.3)), color-stop(39%, rgba(0, 143, 135, 0.32)), color-stop(62%, rgba(0, 158, 149, 0.15)), to(rgba(0, 172, 162, 0))), url('../images/hero_new2.jpg');
  background-image: linear-gradient(90deg, rgba(0, 15, 14, 0.3), rgba(0, 143, 135, 0.32) 39%, rgba(0, 158, 149, 0.15) 62%, rgba(0, 172, 162, 0)), url('../images/hero_new2.jpg');
*/
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 15, 14, 0.3)), color-stop(39%, rgba(0, 143, 135, 0.32)), color-stop(62%, rgba(0, 158, 149, 0.15)), to(rgba(0, 172, 162, 0))), url('../images/hero_new_22.jpg');
  background-image: linear-gradient(90deg, rgba(0, 15, 14, 0.3), rgba(0, 143, 135, 0.32) 39%, rgba(0, 158, 149, 0.15) 62%, rgba(0, 172, 162, 0)), url('../images/hero_new_22.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-wrapper-div {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-h2 {
  width: 100%;
  min-width: 1000px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px 30px;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.hero-h2.marg {
  width: auto;
  min-width: 500px;
  margin-bottom: 30px;
}

.hero-h2.left {
  width: auto;
  min-width: 0px;
  text-align: left;
}

.h2-script-hero {
  position: relative;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #8a1e05;
}

.h3-hero {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-buttons.testimonial {
  margin-top: 0px;
}

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

.button {
  padding: 15px 30px;
  background-color: #00aca2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8a1e05;
}

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

.button.red {
  background-color: #b22234;
}

.button.red:hover {
  background-color: #fff;
  color: #3c3b6e;
}

.button.red-2 {
  background-color: #b22234;
}

.button.red-2:hover {
  background-color: #3c3b6e;
}

.button.maroon {
  background-color: #8a1e05;
}

.button.maroon:hover {
  background-color: #fff;
  color: #8a1e05;
}

.button.maroon.hover-green:hover {
  background-color: #00aca2;
  color: #fff;
}

.button.white {
  background-color: #fff;
  color: #00aca2;
}

.button.white:hover {
  background-color: #8a1e05;
  color: #fff;
}

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

.flag-divider {
  height: 50px;
  background-image: url('../images/american-flag-banner.png');
  background-position: 0% 50%;
  background-size: contain;
}

.hero-offer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/shutterstock_409936306.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/shutterstock_409936306.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heroes-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.h3.red {
  color: #8a1e05;
  text-align: center;
}

.h3.red.left {
  margin-bottom: 0px;
  text-align: left;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.h2.blue {
  color: #00aca2;
  text-align: center;
}

.h2.blue.left {
  font-size: 3.5em;
  text-align: left;
}

.par {
  margin-bottom: 20px;
}

.par.center-white {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.par.white {
  color: #fff;
}

.par.white.no-marg {
  margin-bottom: 0px;
}

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

.par.no-marg {
  margin-bottom: 0px;
}

.text-span {
  text-transform: uppercase;
}

.text-span-2 {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.text-span-3 {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

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

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: 80%;
  min-width: 1000px;
}

.additional-offer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/young-man-sitting-in-class.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/young-man-sitting-in-class.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.back-to-school-offer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.stahl-experience-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 100px 50px 100px 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(267deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/statue-of-liberty.jpg');
  background-position: 0px 0px, 20% 100%;
  background-size: auto, cover;
}

.experience-wrapper-div {
  position: relative;
  z-index: 2;
  width: 50%;
}

.abtract-flag-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: cover;
  object-fit: cover;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8a1e05;
  font-size: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00aca2;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

.h5.less-marg {
  margin-bottom: 10px;
  font-size: 1.75em;
}

.lasik-financing-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
}

.lasik-finance-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  background-color: #00aca2;
}

.text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

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

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

.lasik-finance-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  background-color: #8a1e05;
}

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

.testimonials {
  min-height: 0vh;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/new-york-city-skyline.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/new-york-city-skyline.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonial-wrapper-div {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #8a1e05;
}

.footer {
  padding: 100px;
}

.footer-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.names-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field {
  width: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #8a1e05;
}

.text-field::-webkit-input-placeholder {
  color: #8a1e05;
}

.text-field:-ms-input-placeholder {
  color: #8a1e05;
}

.text-field::-ms-input-placeholder {
  color: #8a1e05;
}

.text-field::placeholder {
  color: #8a1e05;
}

.select-field {
  width: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #8a1e05;
  background-color: #fff;
  color: #8a1e05;
}

.select-field:focus {
  color: #b22234;
}

.textarea {
  min-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #8a1e05;
  color: #8a1e05;
}

.textarea::-webkit-input-placeholder {
  color: #8a1e05;
}

.textarea:-ms-input-placeholder {
  color: #8a1e05;
}

.textarea::-ms-input-placeholder {
  color: #8a1e05;
}

.textarea::placeholder {
  color: #8a1e05;
}

.link {
  color: #8a1e05;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #00aca2;
}

.form-block {
  width: 100%;
  margin-bottom: 50px;
}

.image-5 {
  width: 400px;
  margin-bottom: 30px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #333;
}

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

.brand {
  max-width: 18%;
  padding: 15px;
}

.body-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-buttons.testimonial {
  margin-top: 0px;
}

.text-span-4 {
  color: #8a1e05;
}

.savings-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/guy-using-laptop.jpg');
  background-position: 40% 50%;
  background-size: cover;
}

.savings-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.savings-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.image-6 {
  width: 75px;
  height: auto;
  margin-right: 15px;
}

.image-6.eye {
  width: auto;
  height: 75px;
}

.savings-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.savings-icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-7 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #333;
  }

  .hero-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper-div {
    padding: 0px;
  }

  .hero-h2 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5em;
  }

  .hero-h2.marg {
    min-width: 0px;
  }

  .hero-h2.left {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .h2-script-hero {
    font-size: 4.5em;
  }

  .h3-hero {
    font-size: 1em;
    line-height: 1.5em;
  }

  .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .image {
    height: 90%;
  }

  .flag-divider {
    display: none;
  }

  .hero-offer-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .h3 {
    font-size: 1em;
  }

  .h2 {
    font-size: 2.5em;
  }

  .h2.blue.left {
    font-size: 2.5em;
  }

  .self-test-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .image-2 {
    min-width: 600px;
  }

  .additional-offer-section {
    padding: 20px;
  }

  .back-to-school-offer-wrapper {
    padding: 20px;
  }

  .stahl-experience-section {
    padding-left: 50px;
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(267deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/statue-of-liberty.jpg');
    background-position: 0px 0px, 0px 0px, 20% 100%;
    background-size: auto, auto, cover;
  }

  .experience-wrapper-div {
    width: 100%;
  }

  .abtract-flag-div {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
  }

  .lasik-financing-wrapper-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lasik-finance-left-text {
    width: 100%;
  }

  .lasik-photo-right {
    width: 100%;
  }

  .lasik-finance-right {
    width: 100%;
  }

  .lasik-photo-left {
    display: none;
  }

  .testimonials {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .navbar {
    background-color: #8a1e05;
  }

  .brand {
    max-width: 40%;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #8a1e05;
  }

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

  .nav-menu {
    background-color: #8a1e05;
  }

  .body-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .savings-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/guy-using-laptop.jpg');
    background-image: linear-gradient(180deg, #fff, #fff), url('../images/guy-using-laptop.jpg');
    background-position: 0px 0px, 5% 50%;
    background-size: auto, cover;
  }

  .savings-wrapper-div {
    width: 100%;
    max-width: none;
  }

  .savings-icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }

  .hero-wrapper-div {
    padding-bottom: 0px;
  }

  .hero-h2 {
    font-size: 1em;
  }

  .hero-h2.left {
    margin-bottom: 0px;
    font-size: 1em;
  }

  .h2-script-hero {
    font-size: 3em;
  }

  .hero-buttons {
    display: none;
  }

  .hero-buttons.mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    text-align: center;
  }

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

  .hero-offer-section {
    min-height: 0px;
    padding: 50px 20px;
  }

  .h2 {
    font-size: 2em;
  }

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

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

  .image-2 {
    min-width: 500px;
  }

  .additional-offer-section {
    min-height: 0px;
  }

  .stahl-experience-section {
    padding: 50px 20px;
  }

  .lasik-finance-left-text {
    padding: 20px;
  }

  .lasik-finance-right {
    padding: 20px;
  }

  .testimonials {
    padding: 50px 20px;
  }

  .testimonial-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer {
    padding: 50px 20px 125px;
  }

  .body-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-buttons.mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .savings-section {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 479px) {
	.h2-script-hero{
		font-size: 2.1em;
	}
  .hero {
    height: 600px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000f0e), color-stop(48%, rgba(0, 143, 135, 0.32)), color-stop(75%, rgba(0, 158, 149, 0.15)), to(rgba(0, 172, 162, 0))), url('../images/hero_new_22.jpg');
    background-image: linear-gradient(0deg, #000f0e, rgba(0, 143, 135, 0.32) 48%, rgba(0, 158, 149, 0.15) 75%, rgba(0, 172, 162, 0)), url('../images/hero_new_22.jpg');
    background-position: 0px 0px, 75% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-holder {
    position: absolute;
    height: 600px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-wrapper-div {
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-2 {
    min-width: 0px;
  }

  .back-to-school-offer-wrapper {
    padding: 0px;
    border-style: none;
  }

  .lasik-finance-left-text {
    padding: 0px;
  }

  .text-holder {
    padding-top: 0px;
  }

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

  .lasik-finance-right {
    padding: 0px;
  }

  .testimonial-holder {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .brand {
    max-width: 70%;
    padding: 10px;
  }

  .savings-section {
    padding-bottom: 20px;
  }

  .savings-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .savings-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

