h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #001d4c;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0175d4;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #0175d4;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

p {
  margin-bottom: 20px;
  text-align: center;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 300;
}

.brand {
  width: auto;
  height: 110px;
  max-height: none;
  max-width: 100%;
  object-fit: contain;
  position: absolute;
  left: 0%;
  overflow: visible;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.dropdown-toggle {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #0175d4;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu {
  display: flex;
  height: auto;
  padding-top: 0.5%;
  padding-right: 15px;
  padding-bottom: 0.2%;
  justify-content: flex-end;
  align-items: center;
}

.dropdown-list {
  background-color: #001d4c;
}

.dropdown-link {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.2em;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #0175d4;
}

.dropdown-in-1 {
  display: block;
  color: #fff;
  line-height: 1.2em;
}

.dd-toggle-in-1 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.dd-toggle-in-1:hover {
  background-color: #0175d4;
}

.dd-list-in-1.w--open {
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: none;
  min-width: 0px;
  background-color: #0175d4;
}

.hero {
  height: 75vh;
}

.slider {
  height: 100%;
}

.slide-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  background-image: url('../images/surgery-photo.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1._2 {
  background-image: url('../images/docs2.jpg');
  background-position: 50% 0%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.hero-wrapper-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 100px 20px 2%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.54), transparent 46%, transparent);
}

.blue-button {
  padding: 15px 30px;
  border-radius: 0px;
  background-color: #0175d4;
  transition: all 200ms ease-in-out;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.blue-button:hover {
  background-color: #0175d4;
  background-image: linear-gradient(0deg, #001d4c, rgba(0, 29, 76, 0));
  color: #fff;
}

.welcome-section {
  display: flex;
  min-height: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.56), hsla(0, 0%, 100%, 0.56)), url('../images/swoosh-bg-logo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

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

.meet-the-docs-section {
  position: relative;
  min-height: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)), url('../images/blue-swoosh-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.meet-the-docs-wrapper-div {
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.heading-4 {
  color: #fff;
}

.paragraph {
  text-align: left;
}

.paragraph.white {
  color: #fff;
}

.testimonials-section {
  min-height: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/blue-swoosh-background.jpg'), linear-gradient(180deg, #0175d4, #001d4c);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

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

.footer-div-1 {
  display: flex;
  width: auto;
  max-width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.brand-2 {
  margin-right: 25px;
  margin-bottom: 20px;
}

.footer-div-2 {
  width: 35%;
}

.text-field {
  margin-bottom: 5px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.link {
  color: #0175d4;
}

.link:hover {
  color: #45cdf4;
}

.footer-text {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.footer-div-3 {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.quick-link {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0175d4;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-link:hover {
  color: #45cdf4;
}

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

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

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

.search {
  width: 100%;
}

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

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

.location {
  display: flex;
  width: 30%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #919394;
  background-image: linear-gradient(335deg, #7a7c7c, #d5d6d7);
}

.map-div {
  width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  background-image: url('../images/Screenshot-2023-02-27-at-3.27.37-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
}

.map-div._2 {
  background-image: url('../images/Screenshot-2023-02-27-at-3.35.46-PM.png');
}

.heading-7 {
  margin-bottom: 20px;
  color: #0175d4;
  font-weight: 700;
}

.stat-section {
  position: relative;
  display: none;
  min-height: 45vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #d5d6d7;
  background-image: url('../images/gray-swoosh-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.stat-wrapper-div {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1200px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.top-stat {
  display: flex;
  margin-bottom: 10px;
  color: #333;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
}

.bottom-stat {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-end;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.service-glacuoma-section {
  position: relative;
  display: flex;
  min-height: auto;
  padding: 100px 50px;
  align-items: center;
  background-image: linear-gradient(180deg, #e5e5e7, #e5e5e7), url('../images/eye-exam2.jpg');
  background-position: 0px 0px, 90% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-wrapper-div {
  position: relative;
  z-index: 1000;
  width: 50%;
  padding-top: 25px;
  padding-left: 20px;
}

.heading-8 {
  text-align: left;
}

.heading-9 {
  text-align: left;
}

.service-swoosh-div {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  opacity: 0.36;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(29deg);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
}

.glaucoma-photo-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: linear-gradient(90deg, #e5e5e7, rgba(213, 214, 215, 0) 38%, rgba(213, 214, 215, 0)), url('../images/eye-exam2.jpg');
  background-position: 0px 0px, 90% 50%;
  background-size: auto, cover;
}

.image-4 {
  width: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-cataract-section {
  position: relative;
  display: flex;
  min-height: auto;
  padding: 100px 50px;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(180deg, #f5fbfe, #f5fbfe), url('../images/eye-exam2.jpg');
  background-position: 0px 0px, 90% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cataract-photo-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-image: linear-gradient(275deg, #f5fbfe, rgba(247, 252, 254, 0.8) 37%, rgba(248, 252, 254, 0.71) 48%, rgba(250, 253, 254, 0.52) 58%, hsla(0, 0%, 100%, 0) 73%, hsla(0, 0%, 100%, 0)), url('../images/close-up-senior-eye.jpg');
  background-position: 0px 0px, 15% 50%;
  background-size: auto, cover;
}

.hero-h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 2em;
}

.h2-hero {
  color: #fff;
  font-size: 5em;
}

.heading-10 {
  color: #001d4c;
}

.textarea {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.search-input {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.field-label {
  font-weight: 600;
}

.nav-link {
  padding: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #0175d4;
}

.address-text {
  margin-bottom: 20px;
  color: #0175d4;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.top-nav-div {
  display: flex;
  padding: 10px 5px 10px 0px;
  justify-content: space-between;
  align-items: center;
  background-color: #001d4c;
}

.top-nav-button-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-nav-button-holder:hover {
  color: #0175d4;
}

.nav-phone-link {
  margin-right: 10px;
  padding: 9px 10px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.nav-phone-link:hover {
  color: #0175d4;
}

.top-nav-button {
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #001d4c;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.top-nav-button:hover {
  background-color: #0175d4;
  color: #fff;
}

.mobile-ctas {
  display: none;
  padding: 10px 5px 10px 10px;
  justify-content: flex-end;
  align-items: center;
  background-color: #001d4c;
}

.mobile-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile-buttons:hover {
  color: #0175d4;
}

.dropdown-2 {
  display: block;
}

.dropdown-toggle-2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #001d4c;
}

.dropdown-list-2 {
  background-color: #919394;
}

.dropdown-list-2.w--open {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: block;
  width: auto;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-link-2 {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.dropdown-link-2:hover {
  background-color: #001d4c;
}

.footer-j {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #001d4c;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url('../images/gray-swoosh-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.locations-j {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ip-header {
  display: flex;
  min-height: 50vh;
  padding: 100px 5% 3%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66), transparent), url('../images/blue-swoosh-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.breadcrumb-div {
  display: flex;
  padding: 10px 5%;
  align-items: center;
  background-color: #0175d4;
}

.link-block {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block:hover {
  color: #45cdf4;
}

.bc-arrow {
  margin-right: 5px;
  margin-left: 5px;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  color: #fff;
  transform-style: preserve-3d;
}

.bc-current {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.ip-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.ip-wrapper-50-50 {
  display: flex;
  width: 90%;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.ip-wrapper-50-50.marg {
  margin-bottom: 75px;
}

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

.heading-11 {
  text-align: left;
}

.video-holder-48 {
  display: flex;
  width: 48%;
  justify-content: flex-end;
  align-items: center;
}

.video-holder-48.left {
  justify-content: flex-start;
}

.cataract-parallax {
  display: flex;
  min-height: 60vh;
  padding: 100px 5% 80px;
  align-items: center;
  background-image: url('../images/iol.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cataract-iol-options-wrap {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
}

.heading-12 {
  color: #fff;
  text-align: left;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

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

.ip-call-out {
  display: flex;
  min-height: 45vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 29, 76, 0.58), rgba(0, 29, 76, 0.58)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/holding-phone.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.call-out-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

.related-pages-div {
  display: flex;
  margin-top: 10px;
  margin-left: 5px;
  align-items: center;
}

.related-pages-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.related-page {
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.related-page:hover {
  color: #0175d4;
}

.new-doc-holder {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: space-between;
}

.doc-div {
  display: flex;
  width: 24%;
  padding: 20px 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.doc-div:hover {
  background-color: #0175d4;
  box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.22);
}

.doc-photo-div {
  overflow: hidden;
  width: 300px;
  height: 350px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-photo-div.siegel {
  height: 350px;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/lee-siegel.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-photo-div.citron {
  border-style: none;
  background-image: url('../images/Matthew-Citron.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-photo-div.siegel-2 {
  border-style: none;
  background-image: url('../images/micheal-siegel.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-photo-div.al-timmi {
  border-style: none;
  background-image: url('../images/Al-Timmi.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.testimonial-wrapper-div-2 {
  display: flex;
  width: 95%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.ip-h2 {
  margin-bottom: 20px;
  font-size: 3em;
  text-align: left;
}

.ip-h5 {
  font-size: 2em;
}

.quote-top-left {
  position: absolute;
  left: 1%;
  top: 2%;
  right: auto;
  bottom: auto;
  width: 75px;
  height: 75px;
}

.image-2 {
  opacity: 0.14;
}

.quote-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  width: 75px;
  height: 75px;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #fff;
}

.testimonial-div-block {
  position: relative;
  display: flex;
  width: 32%;
  padding: 25px 25px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
}

.slider-testimonial {
  width: 100%;
  min-height: 525px;
  margin-top: 50px;
  background-color: transparent;
}

.testimonial-slide-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding: 0px 0px 75px;
  justify-content: space-between;
}

.image-10 {
  position: static;
  max-width: 200px;
  margin-bottom: 20px;
}

.star-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 100%;
  padding-top: 20px;
  justify-content: center;
}

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

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.2em;
    letter-spacing: 0px;
  }

  h4 {
    font-size: 1em;
  }

  .brand {
    z-index: 20;
    max-width: 100px;
  }

  .dropdown {
    display: block;
  }

  .nav-menu {
    display: flex;
    padding-top: 100px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
  }

  .hero {
    height: 55vh;
  }

  .slide-1 {
    background-position: 50% 50%;
  }

  .hero-wrapper-div {
    padding: 50px 20px;
    justify-content: flex-end;
  }

  .meet-the-docs-section {
    min-height: 0px;
  }

  .footer-div-1 {
    justify-content: flex-start;
  }

  .footer-div-2 {
    width: 40%;
  }

  .footer-div-3 {
    width: 30%;
  }

  .locations-holder {
    flex-direction: column;
    align-items: center;
  }

  .location {
    width: 80%;
    margin-bottom: 30px;
  }

  .menu-button {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-end;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #0175d4;
  }

  .service-wrapper-div.glauc {
    width: 100%;
  }

  .service-wrapper-div.cataract {
    width: 100%;
  }

  .glaucoma-photo-div {
    display: none;
  }

  .cataract-photo-div {
    display: none;
  }

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

  .nav-link {
    width: 100%;
    text-align: left;
  }

  .nav-phone-link {
    margin-right: 5px;
    font-size: 0.8em;
  }

  .top-nav-button {
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8em;
  }

  .ip-header {
    min-height: 28vh;
    padding-bottom: 5%;
  }

  .ip-wrapper-50-50 {
    flex-direction: column;
  }

  .ip-wrapper-50-50.marg {
    flex-direction: column;
  }

  .text-48 {
    width: 100%;
  }

  .video-holder-48 {
    width: 100%;
  }

  .video-holder-48.left {
    margin-bottom: 20px;
  }

  .cataract-parallax {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/iol.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .cataract-iol-options-wrap {
    width: auto;
  }

  .related-pages-div {
    margin-top: 0px;
  }

  .new-doc-holder {
    flex-direction: column;
    align-items: center;
  }

  .doc-div {
    width: 65%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .doc-photo-div {
    width: 150px;
    height: 150px;
  }

  .doc-photo-div.siegel {
    width: 65%;
    height: 400px;
  }

  .doc-photo-div.citron {
    width: 65%;
    height: auto;
    min-height: 400px;
  }

  .doc-photo-div.siegel-2 {
    width: 65%;
    height: auto;
    min-height: 400px;
  }

  .doc-photo-div.al-timmi {
    width: 65%;
    height: auto;
    min-height: 400px;
  }

  .testimonial-div-block {
    width: 100%;
    min-height: 275px;
    margin-bottom: 20px;
  }

  .slider-testimonial {
    min-height: 925px;
  }

  .testimonial-slide-div {
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-10 {
    max-width: 150px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 2em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1em;
  }

  h5 {
    font-size: 2em;
  }

  .hero {
    height: 40vh;
  }

  .hero-wrapper-div {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .blue-button {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .welcome-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .meet-the-docs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .footer-div-1 {
    max-width: none;
    margin-bottom: 20px;
  }

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

  .footer-div-3 {
    width: 100%;
  }

  .locations-holder {
    margin-top: 0px;
  }

  .service-glacuoma-section {
    padding: 50px 5%;
  }

  .heading-9 {
    position: relative;
    z-index: 2;
    font-weight: 600;
  }

  .service-cataract-section {
    padding: 50px 5%;
  }

  .hero-h3 {
    font-size: 1.2em;
  }

  .h2-hero {
    font-size: 2.5em;
  }

  .nav-phone-link {
    text-align: center;
  }

  .top-nav-button {
    text-align: center;
  }

  .mobile-ctas {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: flex;
    padding: 0px;
    flex-direction: column;
  }

  .mobile-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .locations-j {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ip-header {
    min-height: 25vh;
  }

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

  .ip-wrapper-50-50.marg {
    margin-bottom: 30px;
  }

  .cataract-parallax {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #001d4c;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .ip-call-out {
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/holding-phone.jpg');
    background-attachment: scroll, scroll, scroll;
  }

  .call-out-wrapper {
    font-size: 2em;
  }

  .related-pages-div {
    flex-wrap: wrap;
  }

  .related-pages-text {
    margin-bottom: 5px;
  }

  .related-page {
    margin-bottom: 5px;
  }

  .related-page.end {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .new-doc-holder {
    flex-direction: column;
    align-items: center;
  }

  .doc-div {
    width: 80%;
  }

  .doc-photo-div.siegel {
    height: 300px;
  }

  .doc-photo-div.citron {
    min-height: 300px;
  }

  .doc-photo-div.siegel-2 {
    min-height: 300px;
  }

  .doc-photo-div.al-timmi {
    min-height: 300px;
  }

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

  .slider-testimonial {
    min-height: 800px;
  }

  .testimonial-slide-div {
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 75px;
    padding-left: 0px;
  }

  .hero {
    height: 450px;
  }

  .slide-1 {
    background-position: 65% 50%;
  }

  .slide-1._2 {
    background-color: #001d4c;
    background-image: none;
    background-position: 0px 0px;
  }

  .hero-wrapper-div {
    padding: 20% 0px 50px;
  }

  .meet-the-docs-section {
    padding-bottom: 30px;
  }

  .brand-2 {
    max-width: 100px;
    margin-right: 0px;
  }

  .location {
    width: 100%;
    align-items: stretch;
  }

  .map-div {
    min-height: 200px;
  }

  .menu-button {
    min-height: 40px;
    padding: 10px;
  }

  .service-swoosh-div {
    width: 150px;
  }

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

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

  .footer-j {
    padding-bottom: 150px;
  }

  .ip-header {
    min-height: 0px;
    padding-top: 40%;
  }

  .breadcrumb-div {
    flex-wrap: wrap;
  }

  .ip-call-out {
    min-height: 0px;
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/holding-phone.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0%;
  }

  .call-out-wrapper {
    font-size: 1.5em;
  }

  .related-pages-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .related-page {
    margin-left: 0px;
  }

  .new-doc-holder {
    margin-top: 0px;
  }

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

  .doc-photo-div.siegel {
    width: 100%;
    height: 300px;
  }

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

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

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

  .mobile-group-photo {
    display: block;
    width: 100%;
  }

  .quote-bottom-right {
    display: none;
  }

  .testimonial-div-block {
    min-height: 575px;
    margin-bottom: 10px;
    padding: 15px;
  }

  .slider-testimonial {
    min-height: 1800px;
    margin-top: 0px;
  }
}

