:root {
  --grey: #80858b;
  --color: #f46f2c;
  --black: #101925;
  --color-4: #283890;
  --white: white;
  --color-2: #80b2d5;
  --color-3: #d7d7d9;
  --light-blue-2: #f7974d;
  --light-blue: #c1e8f8;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.2em;
}

h3 {
  border-bottom: 1px none var(--grey);
  color: var(--color);
  letter-spacing: 2px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0% 0 0;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8em;
}

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

.hero {
  background-image: linear-gradient(0deg, #00000069, #0000 89% 102%), linear-gradient(#000000a6, #000000a6), url('../images/jupiter-lighthouse.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  margin-top: 5vh;
  padding: 100px 5% 10%;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  border-top: 1px solid var(--white);
  flex-direction: column;
  align-items: center;
  padding: 5px 50px 25px;
  display: flex;
  position: relative;
}

.hero-top-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: -25px;
  margin-bottom: 0;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.her-sub-text {
  color: var(--white);
  text-align: center;
  width: auto;
  min-width: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-left-white-line {
  background-color: var(--white);
  width: 1px;
  height: 88%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-right-white-line {
  background-color: var(--white);
  width: 1px;
  height: 88%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bottom-left-line-hero {
  background-color: var(--white);
  width: 20%;
  height: 1px;
  position: absolute;
  inset: auto auto 12% 0%;
}

.bottom-right-line-hero {
  background-color: var(--white);
  width: 20%;
  height: 1px;
  position: absolute;
  inset: auto 0% 12% auto;
}

.white-outline-button {
  border: 2px solid var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  width: 60%;
  padding: 15px 30px 12px;
  line-height: 1.2em;
}

.white-outline-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.button {
  background-color: var(--color-4);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 400;
  line-height: 1.2em;
}

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

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

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

.h2-center-white {
  color: var(--white);
  text-align: center;
  position: absolute;
  inset: 0% 0% auto;
}

.h2-center-white.height {
  height: 60px;
  margin-top: -30px;
  margin-bottom: 50px;
}

.mission-left-line {
  background-color: var(--white);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mission-right-line {
  background-color: var(--white);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mission-top-left-line {
  background-color: var(--white);
  width: 26%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mission-top-right-line {
  background-color: var(--white);
  width: 26%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-section {
  flex-flow: column;
  align-items: center;
  margin-bottom: 0%;
  padding: 0%;
  display: flex;
  position: relative;
}

.service-wrapper-div {
  border-left: 5px solid var(--color);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
}

.service-box-wrapper-div {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.service-block {
  background-color: var(--color-2);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 600px;
  padding: 50px 5%;
  display: flex;
}

.service-block.top {
  background-color: var(--white);
  min-height: 0;
  padding: 3% 5%;
}

.service-block.bottom {
  background-color: var(--white);
  padding: 3% 5%;
}

.service-photo-div {
  object-fit: cover;
  width: 30%;
  min-height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

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

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

.service-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.doc-info-holder {
  justify-content: space-between;
  min-height: 0;
  margin-top: 50px;
  margin-bottom: 0;
  display: none;
}

.doc-photo-div {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

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

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

.doc-text-div.left {
  padding-left: 5%;
  padding-right: 0%;
}

.footer-location-photo {
  object-fit: cover;
  width: 40%;
  min-height: 0;
  overflow: hidden;
}

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

.contact-div {
  align-items: center;
  width: 55%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5%;
  display: flex;
}

.form-block {
  width: 100%;
}

.contact-div-holder {
  border-left: 5px solid var(--color);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
}

.doc-photo-div-lally-mobile {
  object-fit: cover;
  width: 35%;
  display: none;
  overflow: hidden;
}

.doc-photo-div-lally {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

.image-4 {
  max-width: 150px;
  margin-bottom: 5px;
}

.box-title {
  border-left: 2px solid var(--white);
  padding-left: 20px;
}

.image-11 {
  width: 40px;
}

.box-2 {
  background-color: #fff;
  flex-direction: column;
  width: 33.33%;
  padding: 0;
  display: flex;
}

._3-boxes-holder-2 {
  z-index: 200;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.box-top-location {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #343a40cc;
  border-left: 2px #4879c9;
  justify-content: space-between;
  align-items: center;
  height: 8vh;
  min-height: 0;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.box-top-location:hover {
  background-color: #08090d;
}

.box-top-location.hours {
  background-color: var(--white);
  background-image: linear-gradient(#283890cc, #283890cc);
}

.box-top-location.hours:hover {
  background-color: var(--white);
}

.box-top-location.address {
  background-color: var(--white);
  background-image: linear-gradient(#283890e6, #283890e6);
}

.box-top-location.address:hover {
  background-color: var(--color-3);
}

.what-is-an-ophthalmologist-section {
  background-color: var(--white);
  min-height: 0;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.what-is-oph-text-div {
  background-color: #fff;
  background-image: linear-gradient(#80b2d51a, #80b2d51a);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  padding: 50px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.care-credit-info {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cc-graphic-div {
  object-fit: cover;
  align-items: center;
  width: 32%;
  display: block;
  overflow: hidden;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.affordable-vision-wrapper {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  padding: 80px 50px 50px;
  font-size: 1.2em;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

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

.image-16 {
  width: auto;
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-text {
  font-size: .8em;
}

.location-testimonials {
  background-color: var(--color-4);
  min-height: 0;
  padding: 5% 0;
  display: flex;
}

.location-info {
  background-color: var(--color-4);
  justify-content: space-between;
  min-height: 40vh;
  display: flex;
}

.phone-hours-address-div {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.location-info-link {
  color: var(--white);
  align-items: center;
  height: 33.33%;
  padding: 20px 25px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.location-info-link:hover {
  background-color: var(--color);
  color: var(--white);
}

.location-info-link.no-hover:hover {
  background-color: var(--color-4);
  color: var(--white);
}

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

.map-div {
  background-image: url('../images/aerial-jupiter.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}

.about-vision-alabama {
  background-color: var(--color-4);
  background-image: linear-gradient(#283890e3, #283890e3), url('../images/white-icon.png');
  background-position: 0 0, -5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  justify-content: flex-end;
  align-items: center;
  padding: 4% 5%;
  display: flex;
}

.about-vision-wrapper {
  border-left: 5px solid var(--light-blue-2);
  flex-direction: column;
  align-items: flex-start;
  width: 64%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
}

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

.affordable-pricing-section {
  background-image: linear-gradient(#021024a6, #021024a6), url('../images/ophthalmology.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding: 50px;
  display: flex;
}

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

.location-schedule-wrap {
  justify-content: space-between;
  width: 100%;
  max-height: 600px;
  margin-bottom: 0%;
  display: flex;
}

.contact-lens-fitting-section {
  background-color: var(--white);
  justify-content: flex-end;
  min-height: 0;
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  position: relative;
}

.contact-lens-photo-div {
  object-fit: cover;
  background-image: url('../images/laser.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80%;
  background-attachment: scroll;
  width: 80%;
  margin-left: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.contact-lens-text {
  background-color: var(--white);
  background-image: linear-gradient(#80b2d51a, #80b2d51a);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  padding: 50px 50px 30px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-20 {
  height: 65px;
}

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

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

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

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

.jm-nav-link.phone {
  background-color: var(--color-4);
  color: var(--white);
}

.jm-nav-link.phone:hover {
  background-color: var(--color);
}

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

.h3-light {
  color: var(--light-blue-2);
}

.testimonial-wrap-jm {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.testimonial-div {
  border-bottom: 5px solid var(--light-blue-2);
  background-color: var(--white);
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 25px;
  display: flex;
}

.name {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 700;
}

.glau {
  object-fit: cover;
  background-image: url('../images/middle-aged.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  width: 80%;
  margin-left: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.dry-eye {
  object-fit: cover;
  background-image: url('../images/dry-eye.jpg');
  background-position: 20% 0;
  background-size: cover;
  width: 80%;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.specialty_label {
  color: #fff;
  margin-top: 6px;
  font-size: .75em;
  font-weight: 400;
}

.doc_button {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: box-shadow .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.doc_button:hover {
  color: var(--white);
  background-color: #020b1100;
}

.doc_img {
  width: auto;
  margin-bottom: 25px;
}

.orange-line-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0;
  display: flex;
}

.orange-line {
  border: 1px solid var(--color);
  background-color: var(--color);
  width: 100%;
  height: 3px;
}

.wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap.top-marg {
  margin-top: 30px;
}

.doc-div-50 {
  border: 2px solid var(--color);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 49%;
  padding: 25px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(0deg, #00000069, #0000 89% 102%), linear-gradient(#000000bd, #000000bd), url('../images/jupiter-lighthouse.jpg');
    background-attachment: scroll, scroll, scroll;
    height: 800px;
    padding-bottom: 12%;
  }

  .hero-wrapper-div {
    width: 100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-top-text {
    font-size: 3em;
  }

  .her-sub-text {
    font-size: 1.5em;
  }

  .bottom-left-line-hero, .bottom-right-line-hero {
    width: 25%;
  }

  .white-outline-button {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-left-line, .mission-right-line {
    height: 100%;
  }

  .mission-top-left-line, .mission-top-right-line {
    width: 12%;
    top: 0%;
  }

  .service-wrapper-div {
    padding-left: 30px;
  }

  .service-box-wrapper-div {
    flex-direction: column;
  }

  .service-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .service-block.top {
    flex-direction: column;
  }

  .service-block.bottom {
    flex-direction: column;
    margin-bottom: 0;
  }

  .service-photo-div {
    width: 100%;
    max-height: 450px;
  }

  .service-text-holder {
    width: 100%;
  }

  .service-text-holder.ded {
    padding-top: 20px;
  }

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

  .doc-info-holder {
    flex-direction: column;
    margin-top: 50px;
  }

  .doc-photo-div {
    width: 50%;
  }

  .doc-text-div {
    width: 100%;
    padding-left: 5%;
  }

  .doc-text-div.left {
    padding-right: 5%;
  }

  .footer-location-photo {
    width: 90%;
    min-height: 350px;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-div {
    width: 100%;
    padding-left: 5%;
  }

  .contact-div-holder {
    padding-left: 30px;
  }

  .doc-photo-div-lally-mobile {
    width: 50%;
    display: flex;
  }

  .doc-photo-div-lally {
    width: 50%;
    display: none;
  }

  .image-11 {
    display: none;
  }

  .box-2 {
    flex-direction: row;
  }

  ._3-boxes-holder-2 {
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .box-top-location {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .box-top-location.hours, .box-top-location.address {
    width: 100%;
  }

  .what-is-an-ophthalmologist-section {
    min-height: 0;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .what-is-oph-text-div {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .care-credit-info {
    flex-direction: column;
  }

  .cc-graphic-div {
    width: 50%;
    max-height: 425px;
  }

  .affordable-vision-wrapper {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--white);
    min-height: 80vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .affordable-vision-text {
    width: 100%;
  }

  .about-vision-alabama {
    background-color: var(--color-4);
    background-image: none;
  }

  .about-vision-wrapper {
    width: 100%;
    padding-left: 30px;
  }

  .affordable-pricing-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/ophthalmology.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .location-schedule-wrap {
    flex-direction: column;
    max-height: none;
    margin-bottom: 0;
  }

  .contact-lens-fitting-section {
    min-height: 65vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .contact-lens-photo-div {
    display: none;
  }

  .contact-lens-text {
    width: 90%;
    margin: 0 auto;
  }

  .nav-menu {
    background-color: var(--white);
    height: auto;
    padding-right: 0;
  }

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

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

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

  .glau, .dry-eye {
    display: none;
  }

  .doc_button {
    width: 100%;
    font-size: .9em;
  }

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

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

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

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

  h3 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .hero {
    background-image: linear-gradient(0deg, #00000069, #0000 89% 102%), linear-gradient(#0009, #0009), url('../images/jupiter-lighthouse.jpg');
    background-attachment: scroll, scroll, scroll;
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-wrapper-div {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .her-sub-text {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .hero-left-white-line, .hero-right-white-line {
    height: 80%;
  }

  .bottom-left-line-hero, .bottom-right-line-hero {
    width: 15%;
    bottom: 20%;
  }

  .white-outline-button {
    width: auto;
  }

  .h2-center-white.height {
    margin-top: 0;
  }

  .mission-left-line, .mission-right-line {
    height: 97%;
    top: 3%;
  }

  .mission-top-left-line, .mission-top-right-line {
    top: 3%;
  }

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

  .service-block.top {
    margin-bottom: 0;
  }

  .service-photo-div {
    max-height: 350px;
  }

  .doc-info-holder {
    margin-top: 0;
  }

  .footer-location-photo {
    min-height: 250px;
    max-height: 250px;
  }

  .image-4 {
    max-width: 100px;
  }

  .box-title {
    padding-left: 10px;
  }

  .box-2 {
    width: 100%;
  }

  ._3-boxes-holder-2 {
    flex-direction: column;
    position: static;
    top: auto;
  }

  .box-top-location {
    min-height: 6vh;
    line-height: 1.2em;
  }

  .box-top-location.hours, .box-top-location.address {
    min-height: 4vh;
  }

  .what-is-an-ophthalmologist-section {
    min-height: 0;
  }

  .what-is-oph-text-div {
    width: 95%;
    margin-right: 5%;
    padding: 30px 30px 10px;
  }

  .affordable-vision-wrapper {
    min-height: 85vh;
  }

  .location-testimonials {
    min-height: 0;
    padding-bottom: 2%;
  }

  .location-info {
    flex-direction: column;
    min-height: 0;
  }

  .phone-hours-address-div {
    width: 100%;
  }

  .about-vision-alabama {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .affordable-pricing-section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .contact-lens-fitting-section {
    justify-content: center;
    min-height: 0;
  }

  .contact-lens-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 10px;
  }

  .image-20 {
    height: 50px;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 20%;
    padding-bottom: 0%;
  }

  .hero-wrapper-div {
    border: 1px solid var(--white);
    width: 96%;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 10px;
  }

  .hero-top-text {
    font-size: 2em;
  }

  .her-sub-text {
    font-size: 1em;
  }

  .hero-left-white-line, .hero-right-white-line {
    height: 90%;
    display: none;
  }

  .bottom-left-line-hero, .bottom-right-line-hero {
    width: 5%;
    display: none;
    bottom: 10%;
  }

  .white-outline-button {
    letter-spacing: 0;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    text-align: center;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-center-white {
    font-size: 1.8em;
    position: static;
  }

  .h2-center-white.height {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mission-left-line, .mission-right-line {
    display: none;
  }

  .mission-top-left-line {
    width: 9%;
    display: none;
  }

  .mission-top-right-line {
    width: 8%;
    display: none;
  }

  .service-section {
    padding-top: 5%;
  }

  .service-wrapper-div {
    padding-left: 15px;
  }

  .service-photo-div {
    min-height: 0;
    max-height: none;
  }

  .doc-section {
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .contact-div-holder {
    padding-left: 15px;
  }

  .doc-photo-div-lally-mobile {
    width: 100%;
  }

  .what-is-an-ophthalmologist-section {
    justify-content: center;
    min-height: 0;
  }

  .what-is-oph-text-div {
    background-color: var(--white);
    width: 90%;
    margin: 0 0%;
    padding: 5% 5% 8%;
    position: static;
  }

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

  .image-15 {
    margin-bottom: 0;
  }

  .affordable-vision-wrapper {
    border: 1px solid var(--white);
    min-height: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .location-testimonials {
    padding: 10px;
    overflow: hidden;
  }

  .about-vision-alabama {
    background-color: var(--color-4);
    background-image: none;
    background-position: 0 0;
  }

  .about-vision-wrapper {
    padding-left: 15px;
  }

  .affordable-pricing-section {
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
  }

  .location-schedule-section {
    overflow: hidden;
  }

  .contact-lens-fitting-section {
    min-height: 0;
  }

  .contact-lens-text {
    background-color: var(--white);
    width: 90%;
    margin: 0 0%;
    padding: 5% 5% 8%;
    position: static;
  }

  .image-20 {
    height: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .testimonial-div {
    padding: 15px;
  }

  .doc_button {
    height: 100%;
    min-height: 0;
  }

  .doc_img {
    width: 100%;
  }

  .menu-button {
    padding: 13px;
  }

  .wrap.top-marg {
    margin-top: 0;
  }

  .doc-div-50 {
    padding: 15px;
  }
}


