:root {
  --grey: #80858b;
  --color: #149195;
  --black: #101925;
  --color-4: #252964;
  --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;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.4em;
}

li {
  margin-bottom: 10px;
}

.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(216deg, #0000 1% 46%, #0000004a), url('../images/bayou.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 100px 5% 10%;
  display: flex;
  position: relative;
}

.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);
  color: var(--white);
}

.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, .service-block.bottom {
  background-color: var(--white);
  min-height: 0;
  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%;
}

.image.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.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;
}

.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: 90%;
  display: flex;
  position: absolute;
  inset: auto 5% 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);
}

.box-top-location.call {
  background-color: var(--color-4);
}

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

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

.location-testimonials {
  background-color: var(--white);
  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 {
  height: 33.33%;
  color: var(--white);
  align-items: center;
  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/Screenshot-2026-04-09-at-10.04.21-AM.png'); */
  /* background-position: 50% 30%; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  width: 60%;
}

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

.about-vision-wrapper {
  border-left: 5px solid var(--color);
  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);
}

.location-schedule-section {
  background-color: #d7d7d933;
  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-text {
  background-color: var(--white);
  background-image: linear-gradient(#d7d7d940, #d7d7d940);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  padding: 50px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.image-20 {
  height: 80px;
}

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

.nav-menu {
  align-items: center;
  height: 90px;
  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);
}

.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(--color);
  width: 32%;
  color: var(--white);
  text-align: left;
  background-color: #d7d7d940;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  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-man.jpg');
  background-position: 0 25%;
  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;
}

.new-doc-wrapper {
  justify-content: space-between;
  width: 75%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.doc_button:hover {
  color: var(--color-2);
  background-color: #10192552;
  box-shadow: 0 0 13px 9px #00000021;
}

.doc_layer_over {
  color: #69b3e7;
  background-color: #0c1547f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc_description_text {
  color: #fff;
  text-transform: none;
  margin-top: 27px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
}

.doc_img {
  width: 80%;
  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;
}

.list-49 {
  width: 49%;
}

.other-services-wrap {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block {
  background-color: #d7d7d940;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-2 {
  text-align: left;
  max-width: 80%;
}

.right-white-line {
  background-color: #fff;
  width: 1px;
  height: 55%;
  position: absolute;
  inset: 0% 5% auto auto;
}

.bottom-white-line {
  background-color: #fff;
  width: 95%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-right-line {
  background-color: #fff;
  width: 1px;
  height: 8%;
  position: absolute;
  inset: auto 5% 0% auto;
}

.sub-hero-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 5px #a1b8b4;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.hero-wrapper-div-with-lines {
  padding: 30px 25px;
  position: relative;
}

.left-outline {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-headline {
  color: #fff;
  text-transform: none;
  font-family: Mulish, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.top-right-line {
  background-color: #fff;
  width: 95%;
  height: 1px;
  position: absolute;
  inset: 0% 5% auto auto;
}

.ty-msg-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-around;
}
.ty-msg-div {
  width: 45%;
}
.testimonial-wrap-jm._2 {
  text-align: left;
}

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

  .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.pad-btm {
    padding-bottom: 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, .box-top-location.call {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .glau {
    display: none;
  }

  .new-doc-wrapper {
    width: 85%;
  }

  .doc_button {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: .9em;
  }

  .doc_button:hover {
    box-shadow: none;
    color: var(--white);
    background-color: #10192500;
  }

  .doc_layer_over {
    background-color: #0c154700;
    padding: 0;
    position: static;
  }

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

  .hero-headline {
    font-size: 4em;
  }
}

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

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

  .hero {
    background-image: linear-gradient(216deg, #0000, #0000 31%, #0000009e), url('../images/bayou.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 140%;
    background-attachment: scroll, scroll;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 410px;
    margin-top: 90px;
    padding: 5% 0% 10% 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;
  }

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

  .box-2 {
    width: 100%;
  }

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

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

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

  .box-top-location.hours.hide {
    display: none;
  }

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

  .box-top-location.address.hide {
    display: none;
  }

  .box-top-location.call {
    background-color: var(--color);
    min-height: 4vh;
    padding: 15px;
  }

  .box-top-location.call:hover {
    background-color: var(--color-4);
  }

  .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%;
  }

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

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

  .contact-lens-text {
    width: 95%;
    margin-left: 5%;
    padding: 30px 30px 10px;
  }

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

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

  .new-doc-wrapper {
    width: 100%;
  }

  .doc_button {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .doc_layer_over {
    font-size: 1em;
  }

  .doc_description_text {
    margin-top: 15px;
  }

  .right-white-line {
    right: 7%;
  }

  .bottom-white-line {
    width: 93%;
  }

  .bottom-right-line {
    right: 7%;
  }

  .sub-hero-header {
    font-size: .8em;
  }

  .hero-wrapper-div-with-lines {
    padding-top: 10px;
    padding-left: 10px;
  }

  .hero-headline {
    font-size: 3em;
  }

  .top-right-line {
    width: 93%;
    inset: 0% auto auto 0%;
  }

  .text-block {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 0 0, 40% 100%;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 450px;
    margin-top: 50px;
    padding-top: 20%;
    padding-bottom: 20%;
  }

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

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

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

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

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

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

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

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

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

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

  .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;
  }

  .new-doc-wrapper {
    flex-flow: column;
  }

  .doc_button {
    width: 90%;
    height: 100%;
    min-height: 500px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    padding: 13px;
  }

  .list-49 {
    width: 100%;
  }

  .div-block {
    flex-flow: column;
  }

  .sub-hero-header {
    letter-spacing: 0;
    font-size: .6em;
    line-height: 1.5em;
  }

  .hero-wrapper-div-with-lines {
    padding: 20px 10px;
  }

  .hero-headline {
    font-size: 2em;
  }

  .top-right-line {
    height: 1.5px;
  }
}


