.brand {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 400px;
  min-height: 100px;
  min-width: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.15);
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #856894;
}

.nav-link.w--current {
  color: #1d4c90;
}

.bottom-nav-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-phone-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-phone-link:hover {
  border-color: #d1bf91;
  color: #856894;
}

.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 100px 2% 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/senior-woman-with-glasses.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-img{
    margin: 10px auto;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.side-nav-holder {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  min-width: 230px;
  margin-bottom: 0.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-buttons {
  width: 100%;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.side-button {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background-color: #1d4c90;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.side-button:hover {
  background-color: #810239;
}

.show-hide {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5100;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #1d4c90;
  cursor: pointer;
}

.minus {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.plus {
  width: 30px;
  height: 30px;
  padding: 5px;
}

.button {
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.47)), color-stop(99%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.47), transparent 99%);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #4c4077;
  background-color: #4c4077;
}

.button.body {
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  background-color: #856894;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.47)), color-stop(99%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.47), transparent 99%);
}

.button.body:hover {
  border-color: #4c4077;
  background-color: #4c4077;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.no-margin:hover {
  border-color: #4c4077;
}

.h3 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1d4c90;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.h3.left {
  font-family: 'Nunito Sans', sans-serif;
  color: #4c4077;
  text-align: left;
}

.h3.white {
  color: #fff;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.h2.left {
  font-family: 'Playfair Display', sans-serif;
  line-height: 1.2em;
  text-align: left;
}

.h2.white {
  color: #fff;
}

.par {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 1.75em;
}

.par.center {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.par.center-white {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.par.white {
  color: #fff;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1d4c90;
  font-weight: 400;
}

.h4.white-center {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.cataract-info-section {
  padding: 100px;
}

.cataract-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.cataract-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: 50px;
}

.cataract-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(209, 191, 145, 0.09);
}

.cataract-photo-div {
  width: 50%;
  background-image: url('../images/ladyoutside_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cataract-photo-div._2 {
  background-image: url('../images/modcataract2_photo.jpg');
  background-position: 50% 50%;
}

.cataract-photo-div._3 {
  background-image: url('../images/dryeye_photo.jpg');
}

.parallax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/moderncataract_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/moderncataract_photo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.parallax-section._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/cataractsurgeon_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/cataractsurgeon_photo.jpg');
}

.cataract-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cataract-quote {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(43%, rgba(0, 0, 0, 0.61)), color-stop(98%, transparent)), url('../images/hero_photo0001.JPG');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.61) 43%, transparent 98%), url('../images/hero_photo0001.JPG');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cta-wrapper {
  max-width: 40%;
}

.location-section {
  padding: 100px 200px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper._2 {
  min-height: 400px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.address-text {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.address-text.day {
  width: 5%;
  margin-right: 30px;
  margin-bottom: 0px;
}

.locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-div {
  width: 30%;
  padding: 20px;
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.11);
}

.location-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #810239;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #810239;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.day-time-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.day-time-div.bottom-hours {
  margin-bottom: 20px;
}

.time-text {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.map-div {
  min-height: 250px;
  background-image: url('../images/Screen-Shot-2022-01-19-at-10.51.49-AM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-div.teaneck {
  background-image: url('../images/Screen-Shot-2022-01-19-at-10.54.36-AM.png');
}

.footer {
  padding: 100px 200px;
  background-color: #4c4077;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4c4077, #292046);
}

.contact-form-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-text {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.doc-div {
  width: 25%;
  max-width: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0px;
}

.newsletter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  padding: 0px;
}

.newsletter-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 50px;
  background-color: #810239;
}

.newsletter-photo {
  width: 35%;
  background-image: url('../images/CTAbg_V2_photo.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.names-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block {
  width: 100%;
}

.text-field {
  width: 49%;
}

.text-field-2 {
  width: 49%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-wrapper-div-cat {
  max-width: 55%;
}

.hero-par {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
}

.hero-buttons-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.intro-section {
  padding: 100px;
}

.about-cat-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-cat-div._1 {
  margin-bottom: 75px;
}

.about-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-right-photo {
  width: 50%;
  background-image: url('../images/MD_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-left-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-left-photo {
  width: 50%;
}

.symptoms-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symptoms-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symptoms_ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 1.1vw;
  font-weight: 400;
}

.tab-links:hover {
  background-color: transparent;
  color: #856894;
}

.tab-links.w--current {
  background-color: #4c4077;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 400;
}

.tabs-content-2 {
  width: 60%;
  height: auto;
}

.list-item-2 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

.form-block-2 {
  width: 80%;
}

.link {
  color: #f9e9ff;
}

.link:hover {
  color: #856894;
  text-align: center;
}

.phone-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url('../images/phone_gray.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.about-3-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  max-width: 80%;
}

.list {
  margin-bottom: 20px;
}

.iol-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.iol-wrapper.top {
  margin-top: 50px;
}

.iol-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #939494;
}

.iol-section {
  height: auto;
  min-height: 1000px;
  padding: 100px 50px;
  background-color: rgba(0, 0, 0, 0.03);
}

.iol-block {
  width: 32%;
  min-height: 300px;
}

.package-h3 {
  padding: 10px;
  background-color: #333;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  text-transform: none;
}

.image-26 {
  margin: 10px;
  float: right;
}

.heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.iol-image {
  min-height: 300px;
  background-image: url('../images/acrysof_iq-monofocal.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
  background-position: 50% 50%, 0px 0px;
  background-size: auto 90%, auto;
  background-repeat: no-repeat, repeat;
}

.iol-image.accomodating {
  background-image: url('../images/crystalens-copy.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
}

.iol-image.toric {
  background-image: url('../images/tecnistoric.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
}

.iol-image.panoptix {
  background-image: url('../images/AcrySof_IQ_PanOptix_TORIC.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
}

.iol-image.multifocal {
  background-image: url('../images/acrysof_restor-multifocal.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
}

.iol-image.lal {
  background-image: url('../images/rxsight_LAL-copy.png'), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, rgba(147, 148, 148, 0.29));
}

.iol-text {
  margin-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.package-accordion-item {
  width: auto;
  padding-bottom: 10px;
}

.io-text-wrapper {
  min-height: 0px;
  padding: 0px;
}

.package-answer-div {
  overflow: hidden;
  margin-top: 10px;
  padding: 0px 10px;
}

.package-accordion-trigger {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(95deg, #4c4077, #856894);
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.image-27 {
  margin-right: 10px;
}

.before-after {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: col-resize;
}

.before-img {
  display: block;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.after-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
}

.slider-arrows-img {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.after-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.before-after-label {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 4px 4px 0px;
  background-color: #4c4077;
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.before-after-label.after-label {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px 0px 0px 4px;
  background-color: #4c4077;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.small-print {
  margin-bottom: 40px;
  color: #fff;
  font-size: 13px;
}

.meet-docs-section {
  padding: 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #4c4077, #292046);
}

.meet-docs-wrapper {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.doc-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doc-photo-holder {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.h4-doc {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.covid-safety {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .brand {
    width: auto;
    max-width: 80%;
    min-height: 75px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link {
    text-align: left;
  }

  .nav-phone-link {
    padding: 10px;
  }

  .hero {
    height: 800px;
    padding: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(4deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.63) 30%, transparent 62%), url('../images/senior-woman-with-glasses.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 3em;
    line-height: 1.2em;
    text-align: left;
  }

  .side-nav-holder {
    display: none;
  }

  .button {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 15px;
  }

  .cataract-info-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .cataract-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cataract-text-left {
    width: 100%;
    padding: 50px;
  }

  .cataract-photo-div {
    width: 100%;
    min-height: 400px;
  }

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

  .parallax-section {
    padding: 50px;
  }

  .cataract-quote-wrapper {
    max-width: none;
  }

  .cta-section {
    min-height: 40vh;
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero_photo0001.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero_photo0001.JPG');
    background-position: 0px 0px, 75% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .cta-wrapper {
    max-width: none;
  }

  .location-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-wrapper._2 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .locations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .contact-form-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .menu-button {
    padding-top: 20px;
  }

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

  .icon {
    color: #4c4077;
  }

  .doc-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsletter-section {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-text-right {
    width: 100%;
    padding: 30px;
  }

  .newsletter-text-holder {
    padding: 20px;
  }

  .hero-wrapper-div-cat {
    width: 100%;
    max-width: none;
  }

  .hero-par {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .hero-buttons-cat {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .intro-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .about-cat-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-cat-div._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-left-div {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .about-left-right-2 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }

  .about-left-photo {
    width: 100%;
    min-height: 400px;
  }

  .symptoms-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
    background-image: linear-gradient(277deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.55));
  }

  .symptoms-wrapper-div {
    max-width: none;
  }

  .symptoms_ajax {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    width: 100%;
    text-align: center;
  }

  .tab-links {
    height: 60px;
    font-size: 2vw;
  }

  .tab-links.w--current {
    font-size: 2vw;
  }

  .tabs-content-2 {
    width: 100%;
    height: auto;
  }

  .image-10 {
    width: auto;
    height: auto;
  }

  .form-block-2 {
    width: 100%;
  }

  .iol-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .iol-section {
    padding: 25px;
  }

  .iol-block {
    width: 100%;
  }

  .heading {
    margin-bottom: 0px;
  }

  .iol-text {
    margin-top: 20px;
    font-size: 15px;
  }

  .io-text-wrapper {
    padding: 0px 0px 10px;
  }

  .image-27 {
    max-width: 40%;
  }

  .image-28 {
    max-width: 20%;
  }

  .slider-arrows-img {
    width: 44px;
  }

  .before-after-label {
    padding: 12px 20px;
    font-size: 16px;
  }

  .meet-docs-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .doc-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doc-photo-holder {
    width: 55%;
    max-height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    min-height: 50px;
  }

  .nav-phone-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero {
    height: 500px;
    padding: 50px 20px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h1 {
    font-size: 2.75em;
    line-height: 1.2em;
  }

  .button {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .h2 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .h2.left {
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
  }

  .par {
    text-align: center;
  }

  .cataract-info-section {
    padding: 30px 20px;
  }

  .cataract-50-50 {
    margin-top: 0px;
  }

  .cataract-text-left {
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cataract-text-left.no-top-pad {
    padding-top: 0px;
  }

  .cataract-text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .parallax-section {
    min-height: 40vh;
    padding: 30px;
  }

  .parallax-section._2 {
    min-height: 40vh;
  }

  .cataract-quote {
    font-size: 30px;
    line-height: 1.5em;
  }

  .cta-section {
    min-height: 0px;
    padding: 50px 20px;
  }

  .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location-section {
    padding: 30px 20px;
  }

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

  .location-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .day-time-div {
    min-width: 50%;
    padding-left: 25px;
  }

  .map-div {
    width: 100%;
  }

  .footer {
    padding: 30px 20px;
  }

  .hero-wrapper-div-cat {
    max-width: none;
  }

  .hero-par {
    text-align: left;
  }

  .hero-buttons-cat {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .intro-section {
    padding: 50px 20px;
  }

  .about-left-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-left-right-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-left-photo {
    min-height: 300px;
  }

  .symptoms-section {
    padding: 30px 20px;
  }

  .symptoms_ajax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tab-links {
    font-size: 3vw;
  }

  .tab-links.w--current {
    font-size: 3vw;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .iol-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .iol-section {
    padding-top: 0px;
  }

  .iol-block {
    width: 100%;
  }

  .iol-image {
    margin-top: 15px;
  }

  .iol-text {
    margin-top: 10px;
  }

  .io-text-wrapper {
    padding-bottom: 0px;
  }

  .image-28 {
    max-width: 20%;
  }

  .before-after {
    height: 200px;
  }

  .before-img {
    height: 100%;
  }

  .slider-arrows-img {
    width: 36px;
  }

  .before-after-label {
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }

  .before-after-label.after-label {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .meet-docs-section {
    padding: 50px 20px;
  }

  .doc-photo-holder {
    max-height: 400px;
  }

  .covid-safety {
    padding: 20px 20px 0px;
  }
}

@media screen and (max-width: 479px) {
    .hero-img {
    margin: 10px auto;
    display: block;
    width: 160px;
}
  .brand {
    width: auto;
    min-height: 40px;
  }

  .nav-phone-link {
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero {
    height: 600px;
    margin-top: 0px;
    padding: 50px 20px 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.61)), color-stop(22%, rgba(0, 0, 0, 0.63)), color-stop(50%, rgba(0, 0, 0, 0.24)), color-stop(91%, transparent)), url('../images/senior-woman-with-glasses.jpg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.63) 22%, rgba(0, 0, 0, 0.24) 50%, transparent 91%), url('../images/senior-woman-with-glasses.jpg');
    background-position: 0px 0px, 90% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.1em;
    text-align: center;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button.no-margin {
    margin-bottom: 0px;
  }

  .h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .h3.left {
    text-align: center;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

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

  .par.center {
    line-height: 1.5em;
  }

  .cataract-info-section {
    padding: 20px 10px;
  }

  .cataract-text-left {
    padding: 20px;
  }

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

  .parallax-section {
    min-height: 0px;
    padding: 20px;
  }

  .cataract-quote {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-section {
    padding: 20px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hero_photo0001.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero_photo0001.JPG');
    background-position: 0px 0px, 65% 0%;
  }

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

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

  .location-div {
    padding: 10px;
  }

  .h6 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .day-time-div {
    min-width: 100%;
    padding-left: 25px;
  }

  .footer {
    padding: 20px 10px;
  }

  .contact-form-left {
    margin-bottom: 0px;
  }

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

  .doc-div {
    padding: 10px;
  }

  .newsletter-text-right {
    padding: 10px;
  }

  .hero-par {
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
  }

  .hero-buttons-cat {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .about-left-photo {
    min-height: 200px;
  }

  .symptoms-section {
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(277deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.55)), url('../images/exceptional_photo.jpg');
    background-position: 0px 0px, 0px 0px, 70% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .symptoms_ajax {
    height: auto;
    margin-top: 20px;
  }

  .tab-links {
    font-size: 5vw;
  }

  .tab-links.w--current {
    font-size: 5vw;
  }

  .iol-section {
    padding-top: 25px;
  }

  .package-h3 {
    padding-left: 5px;
  }

  .heading {
    margin-right: 5px;
    margin-left: 5px;
  }

  .iol-image {
    margin-top: 0px;
  }

  .iol-text {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .io-text-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .package-answer-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .package-accordion-trigger {
    font-size: 18px;
    line-height: 21px;
  }

  .image-27 {
    max-width: 50%;
  }

  .image-28 {
    max-width: 35%;
  }

  .slider-arrows-img {
    width: 32px;
  }

  .before-after-label {
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    min-height: 40px;
    padding: 8px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-align: center;
  }

  .before-after-label.after-label {
    top: 20%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

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

