:root {
  --color-3: #2e5252;
  --white: white;
  --color: white;
  --color-5: #495c5a;
  --color-2: #333;
  --color-6: #eee;
  --color-4: #a0b7b4;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em !important;
  font-weight: 500 !important;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero-content-holder {
  border-left: 2px solid var(--white);
  width: 750px;
  color: var(--white);
  background-color: #142c5200;
  flex-flow: column;
  padding: 20px 0 40px 30px;
  display: flex;
  position: relative;
}

.ip-top-line {
  color: var(--color);
  margin-bottom: 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 4.5em;
  line-height: 1.2em;
}

.ip-top-line.lasik {
  max-width: 95%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.8em;
}

.optical-hero {
  background-image: linear-gradient(90deg, #00000080, #0000 60% 101%), url('../images/sc-marsh2.jpg');
  background-position: 0 0, 0 60%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 700px;
  padding: 5%;
  display: flex;
}

.button {
  text-decoration: none !important;
  width: fit-content;
}

.doc_button:hover {
  color:#fff !important;
}

.loc-cta-div {
    background-color: #00000096;
    flex-flow: wrap;
    align-items: stretch;
    display: flex;
}

.location-link {
  color: #fff !important; 
  background-color: #2e5252ba;
  align-items: center;
  width: 50%;
  padding: 15px 30px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none !important;
  display: flex;
}

.location-link:hover {
  background-color: #000;
}

.location-link.no-hover:hover {
  background-color: #2e5252ba;
}

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

.h4-white {
  color: var(--white);
  margin-bottom: 15px;
}

.map-section {
  background-color: var(--color-5);
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 2%;
  display: flex;
}

.map-div {
  width: 49%;
  min-height: 400px;
}

.welcome-text {
  width: 90%;
  margin: 3% auto;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.parallax {
  min-height: 55vh;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/office-setting.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 5%;
  padding: 5% 5% 4%;
  display: flex;
}

.h2-white {
  color: #fff;
}

.lg {
  font-size: 1.2em;
}

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

.wrap.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.wrap.center._75 {
  width: 75%;
}

.media-wrapper {
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 250px;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  color: var(--color-2);
  flex: 1;
  padding: 1rem 1rem 20px;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.scroll-card {
  background-color: #fff;
  border: .0625rem #83838329;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.text-wrapper {
  z-index: 1;
  line-height: 1.3em;
  position: relative;
}

.additional-wrap {
  background-color: var(--color-3);
  color: var(--white);
  text-align: center;
  padding: 50px 5%;
}

.another-retina-section {
  justify-content: space-between;
  max-height: 90vh;
  padding: 0;
  display: none;
}

.img-div {
  object-fit: cover;
  overflow: hidden;
}

.img-div._40 {
  width: 40%;
}

.img-div._49 {
  width: 49%;
}

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

.img.blur {
  filter: blur(3px);
  width: 110%;
  max-width: none;
  height: 105%;
  margin-left: -5px;
}

.img.opac {
  opacity: .11;
}

.serv-txt-new {
  background-color: var(--color-6);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-2 {
  background-color: var(--white);
  min-width: 125%;
  padding: 35px 35px 10px;
  position: relative;
}

.div-block-3 {
  padding-left: 50px;
}

.testimonials {
  background-color: var(--color-3);
  text-overflow: clip;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  margin: 0%;
  padding: 5% 0;
  display: flex;
}

.testimonial-wrap {
  width: 90%;
  color: var(--color);
  margin-left: auto;
  margin-right: auto;
}

.cta-section {
  background-color: #000;
  background-image: linear-gradient(#00000094, #00000094), url('../images/cta-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8% 5%;
  display: flex;
}

.request-div-left {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.h4-white-2 {
  color: #fff;
}

.max {
  max-width: 95%;
}

.top-lin {
  background-color: var(--white);
  width: 730px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btm-line {
  background-color: var(--white);
  width: 730px;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-top {
  background-color: var(--white);
  width: 2px;
  height: 240px;
  position: absolute;
  inset: 0% 18px auto auto;
}

.btm-right {
  background-color: var(--white);
  width: 2px;
  height: 20px;
  position: absolute;
  inset: auto 18px 0% auto;
}

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

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

.button.white {
  background-color: var(--white);
  color: var(--color-3);
  margin-bottom: 10px;
  margin-right: 10px;
}

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

.button.white.sm {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.why-section {
  background-color: #a0b7b44d;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.why-choose-title-div {
  z-index: 5;
  width: 35%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3em;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.why-items {
  z-index: 5;
  background-color: var(--white);
  width: 60%;
  margin-right: 50px;
  padding: 20px 20px 0;
  line-height: 1.5em;
  position: relative;
}

.div-block-5 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.top-title-div {
  color: var(--color-3);
  align-items: center;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.image-7 {
  width: 30px;
  margin-right: 10px;
}

.eyecare-bg-div {
  background-color: var(--color-3);
  object-fit: cover;
  width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.text-80 {
  width: 70%;
  font-size: 1.2em;
  line-height: 1.75em;
}

.location-docs {
  flex-flow: column;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.icon-3 {
  color: var(--color-3);
  margin-left: -10px;
  margin-right: 10px;
}

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

.icon-4 {
  color: var(--color-3);
  margin-left: 40px;
  margin-right: 10px;
}

.new-doc-slider-jm {
  background-color: #0000;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.new-doc-wrap-jm {
  width: 90%;
  margin: 30px auto;
}

.doc-slide-jm {
  background-color: #0000;
  width: 33.3%;
  padding: 2%;
}

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

.doc_button:hover {
  background-color: var(--color-3) !important;
  color: #94907a !importantf;
}

.entry a {
  color: #fff !importantf;
}

.slide-nav-2 {
  display: none;
}

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

.mask-2 {
  width: 95%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.testimonial-div {
  background-color: #ffffff1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 200px;
  padding: 15px;
  display: flex;
}

.btn-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-lg {
  font-size: 1.2em;
  line-height: 1.8em;
}

.btns {
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  max-width: 1600px;
  min-height: 525px;
  margin-left: auto;
  margin-right: auto;
}

.slide-2 {
  background-color: var(--color);
  width: 31%;
  margin-left: 1.2%;
  margin-right: 1.2%;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-3 {
  margin-right: -50px;
}

.left-arrow-3 {
  margin-left: -50px;
}

.mask-3 {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .hero-content-holder {
    width: 100%;
    padding: 30px 10px;
  }

  .ip-top-line.lasik {
    font-size: 2em;
  }

  .optical-hero {
    background-position: 0 0, 50%;
    justify-content: flex-end;
    height: auto;
    padding: 2%;
  }

  .h4-white {
    font-size: 1.2em;
  }

  .map-section {
    flex-flow: column;
  }

  .map-div {
    width: 100%;
    min-height: 350px;
    display: flex;
  }

  .welcome-text {
    width: 90%;
    margin-left: 5%;
  }

  .code-embed {
    min-height: 350px;
  }

  .parallax {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/office-setting.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .wrap {
    flex-flow: column;
  }

  .media-wrapper {
    min-height: 0;
    max-height: none;
  }

  .scroll-card {
    width: 100%;
    min-width: 46%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-bottom: 2%;
    margin-left: 0%;
    margin-right: 0%;
    bottom: 0%;
  }

  .additional-wrap {
    padding-bottom: 50px;
  }

  .img-div._49 {
    width: 100%;
  }

  .cta-section {
    background-image: linear-gradient(#00000082, #00000082), url('../images/cta-bg.jpg');
    background-attachment: scroll, scroll;
    padding: 5% 3%;
  }

  .top-lin, .btm-line {
    width: 766px;
  }

  .right-top {
    height: 220px;
  }

  .why-section {
    flex-flow: column;
    padding-bottom: 0;
  }

  .why-choose-title-div {
    width: 90%;
  }

  .why-items {
    width: 100%;
    margin-right: 0;
  }

  .eyecare-bg-div {
    width: 100%;
  }

  .doc-slide-jm {
    width: 50%;
  }

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

  .mask-2 {
    width: 85%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .slider-2 {
    min-height: 550px;
  }

  .slide-2 {
    width: 47%;
  }
}

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

  h3 {
    font-size: 1.2em;
  }

  .hero-content-holder {
    background-color: #2e525200;
    padding: 30px 15px;
    line-height: 1.5em;
  }

  .ip-top-line.lasik {
    margin-bottom: 5px;
    font-size: 1.8em;
  }

  .optical-hero {
    background-color: var(--color-3);
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 500px;
    padding: 5%;
  }

  .location-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .scroll-card {
    border-radius: 0;
    width: 100%;
    min-width: 90%;
    max-width: none;
    margin: 0;
  }

  .additional-wrap {
    padding-bottom: 65px;
  }

  .top-lin, .btm-line {
    width: 580px;
  }

  .right-top {
    height: 185px;
  }

  .button.top-marg {
    margin-top: 20px;
  }

  .why-choose-title-div {
    padding-top: 0;
    padding-right: 0;
    font-size: 2em;
  }

  .right-arrow-2 {
    display: none;
  }

  .doc-slide-jm {
    width: 50%;
  }

  .slide-nav-2 {
    justify-content: center;
    margin-bottom: -50px;
    display: flex;
  }

  .left-arrow-2 {
    display: none;
  }

  .mask-2 {
    width: 100%;
  }

  .slide-nav-3 {
    display: flex;
    bottom: -50px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-content-holder {
    width: 100%;
  }

  .ip-top-line.lasik {
    text-align: left;
    font-size: 1.6em;
  }

  .optical-hero {
    height: auto;
    padding-top: 150px;
  }

  .location-link {
    width: 100%;
    padding: 10px;
  }

  .h4-white {
    font-size: 1em;
  }

  .map-section {
    overflow: hidden;
  }

  .welcome-text {
    margin-bottom: 5%;
  }

  .parallax {
    margin: 0;
  }

  .scroll-card {
    min-width: 95%;
    max-width: none;
    margin-bottom: 10px;
  }

  .additional-wrap {
    padding: 25px 5% 65px;
  }

  .cta-section {
    padding: 5%;
    overflow: hidden;
  }

  .top-lin, .btm-line {
    width: 334px;
  }

  .right-top {
    height: 240px;
  }

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

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

  .right-arrow-2 {
    display: none;
  }

  .new-doc-slider-jm {
    min-height: 400px;
  }

  .new-doc-wrap-jm {
    margin-top: 0;
  }

  .doc-slide-jm {
    width: 100%;
  }

  .slide-nav-2 {
    margin-bottom: 0;
    display: block;
    bottom: -50px;
  }

  .left-arrow-2 {
    display: none;
  }

  .mask-2 {
    width: 100%;
  }

  .btns {
    flex-flow: wrap;
    justify-content: center;
  }

  .slide-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-nav-3 {
    justify-content: center;
  }
}


