:root {
  --color-5: #254057;
  --color-6: #121d25;
  --color: white;
  --color-4: #c3cad7;
  --color-7: #3f6e89;
  --color-2: #333;
  --color-8: #88754c;
  --color-3: black;
  --color-9: #705f3b;
}

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

body {
  color: #333;
  font-family: warbler-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h1, h2 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: warbler-display, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-family: warbler-text, sans-serif;
  font-size: 17px;
}

.hero {
  background-image: url('../images/eye-exam.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 65vh;
  padding: 10% 5% 5%;
  display: flex;
  position: relative;
}

.hero-content-div {
  z-index: 1;
  width: 50%;
  position: relative;
}

.hero-lg-line h1{
  color: var(--color);
  margin-bottom: 60px;
  font-family: warbler-banner, sans-serif;
  font-size: 3.5em;
  line-height: 1.2em;
}

.hero-bg-effects {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  background-image: radial-gradient(circle at 75%, #0000, #121d25ad), linear-gradient(#25405745, #25405745);
  position: absolute;
  inset: 0%;
}

.hero-p {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-buttons {
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--color-4);
  background-color: var(--color-7);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 30px 15px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-5);
  transform: translate(0, -10px);
}

.button.phone-top {
  padding: 0px;
  border: 0;
}

.button.phone-top:hover {
  transform: translate(0, 0);
}

.button.phone-top a {
  border: 1px solid var(--color-4);
  background-color: var(--color-7);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button.phone-top a:hover {
  background-color: var(--color-5);
  transform: translate(0, -10px);
  color: #fff;
}

.site-navigation .button.phone-top a {
  padding: 12px 30px 15px;
}

.button.white {
  background-color: var(--color);
  color: var(--color-6);
  margin-left: 10px;
}

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

.button.white.top-marg {
  margin-top: 10px;
  margin-left: 0;
}

.button.phone-top a {
  font-size: .8em;
}

.navbar {
  border-bottom: 1px solid var(--color-4);
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

/* .image {
  height: 50px;
} */

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

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

.dropdown {
  line-height: 1em;
}

.dropdown-toggle {
  color: var(--color-5);
  text-transform: none;
  margin-right: 5px;
  padding: 10px 25px 10px 5px;
  font-family: warbler-deck, sans-serif;
  font-weight: 400;
}

.dropdown-toggle:hover {
  color: var(--color-7);
}

.icon {
  margin-top: 12px;
  margin-right: 5px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-7);
}

.dropdown-list.end.w--open {
  right: 0;
}

.dropdown-link {
  color: var(--color);
  font-family: warbler-deck, sans-serif;
}

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

.service-photo-column {
  justify-content: space-between;
  width: 50%;
  padding-bottom: 75px;
  display: flex;
}

.serice-top-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 50px 30px 0;
  display: flex;
}

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

.service-photo-div {
  object-fit: cover;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.service-list {
  z-index: 5;
  background-color: var(--color);
  background-image: linear-gradient(#c3cad740, #c3cad740);
  flex-flow: column;
  justify-content: space-between;
  min-width: 115%;
  padding: 10px;
  display: flex;
  position: relative;
}

.service-text-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-top: 0%;
  display: flex;
}

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

.number-text {
  font-family: warbler-text, sans-serif;
}

.service-block {
  z-index: 50;
  color: var(--color-2);
  width: 100%;
  padding: 10px;
  font-size: 1.2em;
  text-decoration: none;
  position: relative;
}

.service-block:hover {
  background-color: var(--color-7);
  color: var(--color);
}

.serv-photo-left {
  width: 55%;
}

.serv-photo-right {
  object-fit: cover;
  width: 43%;
  height: 50%;
  overflow: hidden;
}

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

.counter-block {
  background-color: var(--color-7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 43%;
  height: 48%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading {
  background-color: var(--color-7);
  color: #182a47;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 0 20px 20px;
  padding: 0;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.counter {
  color: var(--color);
  letter-spacing: 3px;
  font-weight: 600;
}

.years-text {
  color: var(--color);
  text-align: center;
  font-family: warbler-text, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2em;
}

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

.doc-header {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.docs-div {
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-div {
  flex-flow: column;
  width: 18%;
  display: flex;
}

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

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-position: top;
}

.doc-text-div {
  text-align: center;
  background-color: #c3cad769;
  padding: 20px 10px;
}

.optical-section {
  background-image: url('../images/woman-wearing-glasses.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding: 5%;
  display: flex;
}

.optical-content-div {
  width: 44%;
  padding: 25px;
  position: relative;
}

.opti-text {
  z-index: 5;
  color: var(--color);
  position: relative;
}

.opti-bg-effect {
  -webkit-backdrop-filter: grayscale() blur(7px);
  backdrop-filter: grayscale() blur(7px);
  background-color: #3f6e89db;
  position: absolute;
  inset: 0%;
}

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

.h2-white.left-marg {
  padding-left: 0;
}

.patient-resrouces {
  background-color: var(--color-7);
  padding-top: 5%;
  padding-bottom: 5%;
}

.resource-holder {
  justify-content: center;
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resource-link {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 25px;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.resource-link:hover {
  background-color: var(--color-5);
  transform: scale(1.1);
}

.resource-icon {
  filter: brightness(162%) hue-rotate(167deg);
  width: 50px;
  margin-bottom: 15px;
}

.h4-tan {
  color: var(--color);
  font-weight: 400;
}

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

.blog-wrapper {
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-header-div {
  border-bottom: 1px solid var(--color-4);
}

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

.blog-div {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.blog-photo-div {
  object-fit: cover;
  margin-right: 50px;
  overflow: hidden;
}

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

.blog-text {
  background-color: var(--color);
  background-image: linear-gradient(#c3cad778, #c3cad778);
  margin-top: -25px;
  margin-left: 50px;
  padding: 15px;
}

.read-more-link {
  color: var(--color-5);
  text-transform: uppercase;
  border-bottom: 3px solid #88754c00;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-decoration: none;
}

.read-more-link:hover {
  border-bottom-color: var(--color-7);
}

.text-block {
  color: var(--color-7);
}

.footer {
  background-image: url('../images/selecting-glasses.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 8% 5% 5%;
  display: flex;
  position: relative;
}

.footer-wrapper {
  width: 100%;
  position: relative;
}

.search-input {
  height: 40px;
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-div {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.footer-logo {
  max-height: 100px;
}

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

.ql {
  color: var(--color-4);
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1em;
}

.ql:hover {
  color: var(--color-8);
}

.ql-holder {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.h4-light {
  color: var(--color);
  margin-top: 0;
  font-weight: 400;
}

.search-button {
  background-color: #7992a7;
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.brand-2 {
  width: 75%;
  margin-bottom: 20px;
}

.link {
  color: var(--color-4);
}

.link:hover {
  color: var(--color-8);
}

.footer-bg-effect {
  -webkit-backdrop-filter: blur(5px) grayscale();
  backdrop-filter: blur(5px) grayscale();
  background-image: linear-gradient(#254057c4, #254057c4);
  position: absolute;
  inset: 0%;
}

.footer-buttons {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.cta-div {
  width: 32%;
}

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

.testimonials {
  background-color: var(--color-7);
  justify-content: space-between;
  padding: 5% 10%;
  display: flex;
}

.testimonial-text-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-img {
  object-fit: cover;
  width: 45%;
  overflow: hidden;
}

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

.testimonial-slider {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 95%;
  margin-right: 5%;
}

.testimonial-card {
  color: var(--color);
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: auto auto -50px 0;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: auto auto -50px 50px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.ip-header {
  background-color: #c3cad733;
  padding: 10% 5% 5%;
}

.bread-rumbs {
  align-items: center;
  display: flex;
}

.bc-link {
  color: var(--color-5);
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.bc-link:hover, .bc-link.current {
  color: var(--color-8);
}

.bc-divider {
  background-color: var(--color-4);
  width: 2px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.wrap.flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 50px;
}

._5050-section {
  justify-content: space-between;
  display: flex;
}

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

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

.text-50 {
  background-color: #c3cad733;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

.h3-less {
  margin-bottom: 0;
}

.img-float-right {
  float: right;
  width: 40%;
  margin-bottom: 10px;
  margin-left: 20px;
}

.related-links {
  background-color: #c3cad733;
  padding-top: 5%;
  padding-bottom: 5%;
}

.list-holder {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.related-link {
  color: var(--color-5);
  background-color: #c3cad733;
  padding: 15px;
  line-height: 1.2em;
  text-decoration: none;
}

.related-link:hover {
  background-color: #c3cad780;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 0;
    height: 800px;
  }

  .hero-content-div {
    width: 55%;
  }

  .hero-buttons.stack {
    flex-flow: wrap;
  }

  .button {
    margin-bottom: 10px;
  }

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

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

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .service-photo-column {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .serice-top-div {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-wrapper {
    flex-flow: column;
  }

  .service-list {
    min-width: 100%;
  }

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

  .docs-div {
    flex-flow: wrap;
  }

  .doc-div {
    width: 48%;
    margin-bottom: 4%;
  }

  .optical-section {
    background-position: 60% 0;
    background-attachment: scroll;
    padding: 0%;
  }

  .optical-content-div {
    width: 50%;
  }

  .resource-holder {
    width: 90%;
  }

  .blog-articles {
    flex-flow: column;
  }

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

  .grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    display: flex;
  }

  .brand-2 {
    width: 50%;
  }

  .cta-div {
    display: flex;
  }

  .testimonials {
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-text-content {
    text-align: left;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .menu-btn.w--open {
    background-color: var(--color-5);
  }

  .ip-header {
    padding-top: 15%;
  }

  .text-50 {
    padding: 30px;
  }

  .img-float-right {
    width: 55%;
  }
}

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

  .hero {
    background-position: 20% 0;
    justify-content: flex-end;
    height: 500px;
  }

    .hero-content-div {
        width: 100%;
    }

  .hero-bg-effects {
    display: flex;
  }

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

  .button {
    font-size: .9em;
  }

  .resource-link {
    padding: 10px;
    line-height: 1.2em;
  }

  .resource-icon {
    width: 30px;
  }

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

  .footer {
    background-position: 50%;
  }

  .testimonials {
    flex-flow: column;
    padding-bottom: 15%;
  }

  .testimonial-text-content {
    width: 90%;
  }

  .testimonial-img {
    display: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .ip-header {
    padding-top: 18%;
  }

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

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

  .photo-50, .text-50, .list-holder {
    width: 100%;
  }

  .related-link {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    max-width: 80px !important;
  }

  .hero {
    background-position: 65%;
    height: 80vh;
  }

  .hero-content-div {
    width: 100%;
  }

  .hero-bg-effects {
    background-image: radial-gradient(circle at 75%, #0000, #121d25ad), linear-gradient(#25405796, #254057a1);
  }

  .hero-lg-line h1 {
    margin-bottom: 30px;
    font-size: 2.7em;
    text-shadow: 1px 1px black;
    text-align: center;
    margin-top: 50px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .brand {
    padding-left: 0;
  }

  .heading {
    font-size: 2em;
  }

  .years-text {
    font-size: 1.2em;
  }

  .doc-div, .optical-content-div {
    width: 100%;
  }

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

  .cta-div {
    width: 100%;
  }

  .testimonials {
    padding-bottom: 20%;
  }

  .testimonial-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .ip-header {
    padding-top: 25%;
  }

  .text-50 {
    padding: 15px;
  }

  .img-float-right {
    width: 100%;
    margin-left: 0;
  }
}


