:root {
  --royal-blue: #236192;
  --sky-blue: #5bc2e7;
  --black: #333;
  --dark-slate-blue: #003a70;
  --white: white;
  --yellow-green: #97d700;
  --gainsboro: #d9d9d6;
}

h1.hp-h1, h2 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--black);
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 58, 112, .95), rgba(0, 58, 112, .95));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.right-arrow {
  display: none;
}

.left-arrow {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.hero-slide-whole-div {
  height: 100vh;
  justify-content: space-between;
  display: flex;
  position: static;
}

.hero-slider-photo-div {
  width: 60%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

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

.hero-text-div {
  z-index: 10;
  width: 40%;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.hero-text-holder {
  width: 100%;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-text {
  width: auto;
  max-width: none;
  min-height: 0;
  min-width: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
  left: 10%;
  right: auto;
}

.large-hero-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.lime {
  color: #97d700;
}

.hero-small-text {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.button {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #236192;
  padding: 15px 30px 12px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--dark-slate-blue);
}

.button.green {
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
}

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

.button._25 {
  width: 25%;
  background-color: var(--dark-slate-blue);
  text-align: center;
}

.button._25:hover {
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
}

.button.white {
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

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

.navbar {
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  background-color:#fff;
  display:flex;
  padding:0 10px;
}

.brand {
  width: 275px;
  padding-top: 1%;
  padding-bottom: 10px;
  padding-left: 5px;
}
.nav-btns {
  display: flex;
}

.nav-bg-color {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  color: var(--dark-slate-blue);
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.dropdown-list {
  background-color: var(--dark-slate-blue);
}

.dropdown-list.w--open {
  top: auto;
  bottom: auto;
}

.dropdown-link {
  color: var(--white);
  line-height: 1.2em;
}

.dropdown-link:hover {
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
}

.nav-special-link {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  align-items: center;
  padding: 10px 10px 10px 5px;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.nav-special-link:hover {
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
}

.nav-special-link.phone {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 16px;
}

.nav-menu {
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: .5%;
  display: flex;
}

.image-2 {
  width: 20px;
  height:20px;
  margin-right: 5px;
}

.welcome-section {
  min-height: 0;
  justify-content: space-between;
  padding: 100px 5%;
  display: flex;
}

.welcome-text {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0%;
  display: flex;
}

.sub-head-div {
  width: 100%;
  min-height: 50px;
  align-items: center;
  display: flex;
  position: relative;
}

.blue-line-div {
  width: 90%;
  height: 2px;
  background-color: var(--sky-blue);
}

.abs-h3 {
  background-color: var(--white);
  color: var(--sky-blue);
  letter-spacing: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
  left: 20px;
}

.abs-h3.blue {
  background-color: var(--dark-slate-blue);
}

.learn-blocks-div {
  width: 48%;
  max-height: 800px;
  min-height: 650px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0%;
  display: flex;
}

._2-blocks-div {
  min-height: 49%;
  justify-content: space-between;
  display: flex;
}

._2-blocks-div.top {
  min-height: 49%;
  margin-bottom: 2%;
}

.about-block-48 {
  width: 49%;
  border: 2px solid var(--sky-blue);
  color: var(--black);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.about-block-48:hover {
  background-color: rgba(91, 194, 231, .3);
  border-color: rgba(91, 194, 231, 0);
}

.about-icon-div {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

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

.doc-section {
  background-color: rgba(217, 217, 214, .19);
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc-wrapper {
  width: 90%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.slider-2 {
  width: 100%;
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

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

.doc-slide-div {
  height: 85%;
  justify-content: space-between;
  display: flex;
}

.doc-slide-div.center {
  justify-content: center;
}

.doc-link {
  width: 300px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.doc-link:hover {
  background-color: rgba(91, 194, 231, .3);
}

.doc-link.marg {
  margin-left: 35px;
  margin-right: 35px;
}

.doc-photo-div {
  width: 100%;
  height: 80%;
  object-fit: cover;
  margin-bottom: 0;
  overflow: hidden;
}

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

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

.cta {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

.cta.social {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
}

.cta-text-wrapper {
  width: 70%;
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.cta-text-wrapper.white {
  color: var(--white);
}

.testimonial-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.testimonial-section.lazy-background.visible {
  background-image: url('../images/seattle-skyline.jpg');
}

.testimonial-section {
  min-height: 65vh;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.testimonial-wrapper-div {
  width: 50%;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 25px;
  display: flex;
}

.slider-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

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

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

.stars-div {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 20px;
  height:20px;
  margin-right: 5px;
}

.cta-text-wrapper-social {
  width: 90%;
  color: var(--yellow-green);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.socials-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.social-link {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  margin-right: 20px;
  padding: 4px;
  transition: all .2s ease-in-out;
}

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

.social-link.twitter {
  margin-right: 0;
}

.cta-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.cta-section.lazy-background.visible {
  background-image: url('../images/water.jpg');
}

.cta-section {
  min-height: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.cta-wrapper-div {
  width: 100%;
  min-height: 250px;
  justify-content: space-between;
  display: flex;
}

.cta-link-block {
  width: 24%;
  border: 2px solid var(--sky-blue);
  color: var(--white);
  background-color: rgba(91, 194, 231, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.cta-link-block:hover {
  background-color: var(--sky-blue);
  border-color: rgba(91, 194, 231, 0);
}

.cta-icon-div {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

.cta-icon-div img {
  width: 100%;
  height:100%;
}

.h4-white {
  color: var(--white);
  text-align: center;
}

.locations-section {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.tab-link {
  width: 19%;
  border-bottom: 1px solid var(--sky-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 3px;
}

.tab-pane {
  height: auto;
  min-height: 500px;
}

.tab-pane-div {
  justify-content: center;
  align-items: center;
  padding: 50px 0 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-div-48 {
  width: 48%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-div-48.auto {
  width: auto;
  margin-left: 5%;
}

.tabs-content {
  min-height: 0;
}

.h4-location {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.office-photo {
  width: 400px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.fancy-items {
  color: var(--dark-slate-blue);
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.fancy-items:hover {
  color: var(--sky-blue);
}

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

.small-location-text {
  font-size: .8em;
  line-height: 1.2em;
}

.footer {
  background-color: var(--dark-slate-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-div-30 {
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.link {
  color: var(--yellow-green);
  text-decoration: none;
}

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

.field-label {
  color: var(--white);
  font-weight: 400;
}

.quick-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.quick-link:hover {
  color: var(--yellow-green);
}

.form-block {
  width: 100%;
}

.social-link-footer {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
  padding: 0;
  transition: all .2s ease-in-out;
}

.social-link-footer:hover {
  opacity: .25;
  background-color: rgba(0, 0, 0, 0);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 100%;
}

.social-holder-footer {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mobile-service-photo {
  display: none;
}

.new-sepecialty-section.lazy-background {
  background-image: url('../images/ph.jpg');
}

.new-sepecialty-section.lazy-background.visible {
  background-image: url('../images/woman-at-eye-appointment.jpg');
}

.new-sepecialty-section {
  min-height: 0;
  background-color: var(--gainsboro);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  padding: 5% 0% 5% 5%;
  display: flex;
}

.new-specialty-wrapper {
  width: 55%;
  background-color: #003a70;
  flex-direction: column;
  align-items: stretch;
  padding: 50px 25px;
  display: flex;
}

.fancy-list {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 25px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.fancy-list:hover {
  color: var(--yellow-green);
}

.image-8 {
  width: 40px;
  margin-right: 10px;
}

.text-block {
  color: #97d700;
}

.item-list {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: flex;
}

.image-9 {
  width: auto;
  height: 25px;
  margin-right: 10px;
}

.cta-bold {
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

.ip-header {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  padding: 8% 5% 2%;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.ip-line {
  width: 100%;
  height: 2px;
  background-color: var(--yellow-green);
  margin-top: 10px;
}

.breadcrumbs {
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.breadcrumb {
  color: var(--sky-blue);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.breadcrumb:hover, .breadcrumb.current {
  color: var(--dark-slate-blue);
}

.little-arrow {
  color: var(--dark-slate-blue);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.2em;
}

.ip-section-with-articles-block {
  justify-content: space-between;
  padding: 5%;
  display: flex;
}

.ip-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ip-wrapper-div-50-50 {
  width: 75%;
  max-height: 450px;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

.related-articles-div {
  width: 23%;
  border-left: 1px solid rgba(0, 0, 0, .25);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.artcile-header {
  width: 100%;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: 500;
}

.artcile-div {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.artcile-link {
  color: var(--royal-blue);
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.artcile-link:hover {
  color: var(--yellow-green);
}

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

.cataract-iol-section {
  background-color: rgba(51, 51, 51, .1);
  padding-top: 5%;
  padding-bottom: 5%;
}

.iol-options-holder {
  justify-content: space-between;
  display: flex;
}

.iol-option {
  width: 24%;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.iol-header {
  min-height: 75px;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.iol-image {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-11 {
  max-height: 150px;
}

.ip-content-block-70 {
  width: 70%;
}

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

  h4 {
    text-align: center;
  }

  .hero, .slider, .hero-slide-whole-div {
    height: 600px;
  }

  .hero-slider-photo-div {
    width: 55%;
  }

  .hero-text-div {
    width: 45%;
    padding: 30px;
  }

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

  .hero-small-text {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .button, .button.green {
    text-align: center;
  }

  .button._25 {
    width: auto;
  }

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

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

  .welcome-section {
    flex-direction: column;
  }

  .welcome-text {
    width: 100%;
  }

  .blue-line-div {
    width: 65%;
  }

  .learn-blocks-div {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }

  .slider-2 {
    min-height: 900px;
    margin-top: 0;
  }

  .doc-slide-div {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .doc-link {
    width: 330px;
    margin-bottom: 10px;
  }

  .doc-photo-div {
    height: 80%;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta.social {
    align-items: center;
  }

  .cta-text-wrapper {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .new-sepecialty-section.lazy-background {
    background-image: none;
  }
  
  .new-sepecialty-section.lazy-background.visible {
    background-image: none;
  }

  .testimonial-section {
    min-height: 600px;
    background-attachment: scroll;
    padding-right: 0%;
  }

  .testimonial-wrapper-div {
    width: 55%;
  }

  .social-link {
    width: 65px;
    height: 65px;
  }

  .cta-section {
    background-attachment: scroll;
    padding: 25px;
  }

  .cta-wrapper-div {
    min-height: 0;
  }

  .cta-icon-div {
    width: 50px;
    height: 50px;
  }

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

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4-location {
    text-align: left;
    font-size: 1.5em;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

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

  .icon {
    color: var(--dark-slate-blue);
  }

  .menu-button {
    padding: 10px;
  }

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

  .dropdown {
    display: block;
  }

  .new-sepecialty-section {
    align-items: flex-end;
    padding: 0 0%;
  }

  .new-specialty-wrapper {
    width: 100%;
    padding-bottom: 35px;
  }

  .cta-bold {
    flex-direction: column;
    align-items: flex-start;
  }

  .ip-section-with-articles-block {
    flex-direction: column;
  }

  .ip-wrapper-div-50-50 {
    width: 100%;
  }

  .related-articles-div {
    width: 100%;
    border-left-style: none;
    margin-top: 20px;
    padding-left: 0;
  }

  .iol-options-holder {
    flex-wrap: wrap;
  }

  .iol-option {
    width: 335px;
    margin-bottom: 20px;
  }

  .ip-content-block-70 {
    width: 100%;
  }
}

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

  .hero, .slider {
    height: 450px;
  }

  .slide-nav {
    padding-left: 10px;
  }

  .hero-slide-whole-div {
    height: 450px;
  }

  .hero-slider-photo-div {
    width: 50%;
  }

  .hero-text-div {
    width: 50%;
    align-items: center;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .large-hero-text {
    font-size: 1.8em;
  }

  .hero-small-text {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .button.white {
    padding: 9px 15px;
  }

  .brand {
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .about-block-48 {
    padding: 10px;
  }

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

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

  .doc-link {
    width: 250px;
  }

  .cta.social {
    background-color: var(--royal-blue);
  }

  .testimonial-section.lazy-background {
    background-image: none;
  }
  
  .testimonial-section.lazy-background.visible {
    background-image: none;
  }

  .testimonial-section {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    background-image: none;
  }

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

  .cta-text-wrapper-social {
    font-size: 1.5em;
  }

  .cta-section {
    padding: 20px 20px 10px;
  }

  .cta-wrapper-div {
    flex-flow: wrap;
  }

  .cta-link-block {
    width: 260px;
    height: 200px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .cta-icon-div {
    width: 50px;
    height: 50px;
  }

  .locations-section {
    padding-top: 50px;
  }

  .tab-link {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-pane {
    min-height: 70vh;
  }

  .tab-pane-div {
    flex-direction: column;
  }

  .tab-div-48 {
    width: 100%;
  }

  .tab-div-48.auto {
    width: 100%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .w-tab-content {
    overflow: visible;
    padding-bottom: 50px;
}

  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .mobile-service-photo {
    display: block;
  }

  .tabs-menu {
    flex-direction: column;
    display: flex;
  }

  .new-specialty-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ip-header {
    padding-top: 15%;
    font-size: 2em;
  }

  .breadcrumb {
    font-size: .8em;
  }

  .ip-wrapper-div-50-50 {
    max-height: none;
    flex-direction: column;
  }

  .text-48, .photo-div-48, .iol-option {
    width: 100%;
  }

  .iol-header {
    min-height: 0;
  }

  .image-11 {
    max-height: 100px;
  }
}

@media screen and (max-width: 479px) {

  .brand {
    width: 220px;
    padding-right: 10px;
}
  .hero, .slider {
    height: 600px;
  }

  .hero-slide-whole-div {
    height: 600px;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-slider-photo-div {
    width: 100%;
    height: 250px;
  }

  .hero-text-div {
    width: 100%;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .button.green {
    padding-left: 15px;
    padding-right: 15px;
  }

  .welcome-section {
    padding-bottom: 30px;
  }

  .learn-blocks-div {
    max-height: none;
  }

  ._2-blocks-div, ._2-blocks-div.top {
    flex-direction: column;
  }

  .about-block-48 {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

  .doc-link {
    width: 100%;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 310px;
}

  .cta {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-section.lazy-background {
    background-image: url('../images/ph.jpg');
  }
  
  .cta-section.lazy-background.visible {
    background-image: url('../images/water-mob.jpg');
  }

  .cta-section {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-link-block, .office-photo {
    width: 100%;
  }

  .new-specialty-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab-pane-div {
    padding-top:100px;
}

.w-tab-content {
  padding-bottom: 100px;
  padding-top: 100px;
}

  .fancy-list {
    margin-left: 0;
    font-size: 1.2em;
  }

  .cta-bold {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ip-header {
    padding-top: 20%;
    font-size: 1.6em;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }
}