.logo {
  position: static;
  display: block;
  width: 300px;
  margin-left: 0px;
  float: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.3);
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.52);
}

.top_contact_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_phone_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #a3a3a3;
}

.side_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.43);
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #022e5e;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.side_btn:hover {
  background-color: #073861;
  color: #fff;
}

.side_btn._1 {
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.side_btn._1:hover {
  background-color: transparent;
  color: #e28903;
}

.side_btn._3 {
  padding-right: 20px;
  padding-left: 30px;
  border-bottom-style: none;
  background-color: transparent;
  background-image: url('../images/calendar.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #407bbf;
  font-weight: 700;
}

.side_btn._3:hover {
  background-color: transparent;
  color: #e28903;
}

.side_btn._2 {
  padding-right: 20px;
  padding-left: 30px;
  border-bottom-style: none;
  background-color: transparent;
  background-image: url('../images/pen-icon_1pen-icon.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #407bbf;
  font-weight: 700;
}

.side_btn._2:hover {
  background-color: transparent;
  color: #e28903;
}

.side_btn._4 {
  padding-right: 20px;
  padding-left: 30px;
  border-bottom-style: none;
  background-color: transparent;
  background-image: url('../images/iol.png');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #407bbf;
  font-weight: 700;
}

.side_btn._4:hover {
  background-color: transparent;
  color: #e28903;
}

.bottom-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  width: 50%;*/
    width: auto;
  height: 200px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  -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;
}

@media (max-width: 991px) {
  .bottom-logo-div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bottom-logo-div {
    height: 100px;
  }
}

@media (max-width: 479px) {
  .bottom-logo-div{
      height: 250px;
  }
}

@media (max-width: 479px) {
  .bottom-logo-div {
    height: 150px;
    padding-right: 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;
  }
  }

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height:700px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(270deg, transparent, hsla(0, 0%, 100%, 0.43)), linear-gradient(304deg, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0.5)), url('../images/seniors.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
}

.self-test-section {
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  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/selftest.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/selftest.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container_flex_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -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;
}

.container_flex_div.tests {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.self_test_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.69);
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.self_test_btn:hover {
  color: #f8c67a;
}

.callout-img {
  margin-bottom: 40px;
}

.location_text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.location_headline {
  margin-top: 0px;
  margin-bottom: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(248, 198, 122, 0.52);
  font-family: Lato, sans-serif;
  color: #f8c67a;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 47px;
  -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;
  text-align: center;
}

.container_div {
  display: block;
  width: 75%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container_div.flex {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
  background-color: #021d3a;
  color: #f8c67a;
}

.body {
  padding-top: 0px;
  font-family: Lato, sans-serif;
}

.welcome_section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
}

.welcome_section.watermark {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.39)), to(hsla(0, 0%, 100%, 0.39))), url('../images/aboutus_watermark.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.39), hsla(0, 0%, 100%, 0.39)), url('../images/aboutus_watermark.png');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  font-weight: 400;
}

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #236194;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.welcome_headline.white {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.welcome_headline.left {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
}

.line_div {
  display: block;
  width: 75px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #f8c67a;
}

.line_div.center {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #f8c67a;
}

.paragraph {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.paragraph.reverse {
  color: #fff;
}

.paragraph.reverse.left {
  text-align: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section {
  padding: 100px;
}

.self-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  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-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;
}

.image {
  width: 70%;
}

.cataract-symptoms-section {
  padding: 100px;
  background-color: #236194;
  text-align: center;
}

.symptom-wrapper {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.symptom-wrapper.symptoms-margin {
  margin-bottom: 100px;
}

.tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16.66%;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 11px;
  background-color: #021d3a;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-links:hover {
  background-color: #236194;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.22)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 10%, hsla(0, 0%, 100%, 0.22));
}

.tab-links.w--current {
  height: 16%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.22)));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, 0.22));
  font-family: Lato, sans-serif;
  color: #236194;
  font-size: 17px;
  font-weight: 700;
}

.tabs-content {
  width: 70%;
  height: 500px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 13px;
  -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: none;
  border-width: 1px;
  border-color: #fff;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  margin: 50px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  float: right;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.button {
  width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 25px;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2) #fff #fff;
  border-radius: 11px;
  background-color: #021d3a;
  background-image: none;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f8c67a;
  background-image: none;
  color: #021d3a;
  font-weight: 700;
}

.button.white {
  background-color: #fff;
  color: #021d3a;
  font-weight: 700;
}

.button.white:hover {
  background-color: #f8c67a;
}

.cat-tech-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 100px;
  -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;
  background-color: transparent;
}

.tech-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.tech-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: auto;
  padding-right: 50px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-paragragh {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-11 {
  width: 80%;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #042f5d;
  font-size: 70px;
  line-height: 70px;
  text-transform: none;
  text-shadow: none;
}

.heading-2 {
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-weight: 400;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
}

.hero-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.hero-button {
  width: 300px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 25px;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2) #fff #fff;
  border-radius: 11px;
  background-color: #021d3a;
  background-image: none;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #f8c67a;
  background-image: none;
  color: #021d3a;
  font-weight: 700;
}

.heading-3 {
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #f1aa3f;
  color: #021d3a;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.section-2 {
  background-color: #021d3a;
}

.footer_text {
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.appointment-section {
  padding: 100px;
}

.text-block-3 {
  font-size: 30px;
  line-height: 32px;
}

.text-block-4 {
  color: #407bbf;
}

.list {
  margin-bottom: 40px;
}

.text-span-3 {
  font-weight: 700;
}

.faq-section {
  padding: 200px;
  background-color: #236194;
}

.faqs-accordian-wrapper-div {
  width: 75%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.package-accordion-item {
  width: auto;
}

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

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

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

.list-2 {
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #5c2167;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  list-style-type: none;
}

.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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.pane {
  height: 500px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #1b6dcf;
}

.slider-pane {
  width: 100%;
  height: 100%;
  background-image: url('../images/beforecatsurgery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-pane.lens {
  background-image: url('../images/afteradvlens.jpg');
}

.slider-pane.after {
  background-image: url('../images/aftercatsurgery.jpg');
}

._3-stop-section {
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 150px 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 48%, #cadbe9);
}

.tab-link {
  display: block;
  width: 33.34%;
  padding-top: 21px;
  padding-right: 0px;
  padding-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;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: transparent;
  font-weight: 700;
}

.tabs-content-2 {
  height: auto;
}

.tab-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  max-width: 1170px;
  margin-bottom: 10px;
  -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: #e1eaf5;
}

.ondot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #f8c67a;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
}

.tabs-2 {
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.lenses-wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 200px;
    margin-left: 11px;
  }

  .navbar {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
  }

  .top_contact_div {
    width: 67%;
  }

  .logo_phone_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    float: left;
    border-bottom-style: none;
  }

  .side_btn._1 {
    margin-right: 7px;
    padding-right: 0px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
  }

  .side_btn._3 {
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
  }

  .side_btn._2 {
    margin-right: 7px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
  }

  .side_btn._4 {
    margin-right: 7px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-section {
    padding-left: 18px;
    background-position: 0px 0px, 0px 0px, 70% 0%;
  }

  .container_flex_div.tests {
    width: 85%;
  }

  .self_test_btn {
    width: 80%;
  }

  .location_text {
    font-size: 15px;
    line-height: 26px;
  }

  .location_headline {
    font-size: 22px;
  }

  .address-div {
    width: 30%;
    margin-bottom: 30px;
    padding: 5px;
  }

  .container_div {
    width: 100%;
  }

  .location_section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .welcome_section.watermark {
    padding: 100px 50px;
  }

  .welcome_headline {
    font-size: 35px;
  }

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

  .image {
    width: auto;
  }

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

  .tab-links {
    background-color: #021d3a;
    background-image: none;
  }

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

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

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

  .tabs {
    width: 100%;
    height: 600px;
    -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;
  }

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

  .tab-pane-tab-1 {
    height: auto;
  }

  .button {
    background-color: #021d3a;
    background-image: none;
  }

  .button.white {
    background-color: #fff;
    color: #021d3a;
    font-weight: 700;
  }

  .button.white:hover {
    background-color: #f8c67a;
  }

  .cat-tech-section {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .tech-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tech-text-wrapper {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .left-paragragh {
    text-align: left;
  }

  .image-wrapper {
    width: 100%;
  }

  .image-11 {
    width: 100%;
  }

  .heading {
    color: #236194;
    font-size: 60px;
    line-height: 60px;
  }

  .heading-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-button-div {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-button {
    margin-bottom: 8px;
  }

  .hero-button:hover {
    color: #021d3a;
  }

  .heading-3 {
    margin-top: 0px;
  }

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

  .text-block-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .faq-section {
    padding: 100px 50px;
  }

  .faqs-accordian-wrapper-div {
    width: auto;
    max-width: none;
  }

  .package-answer-div {
    margin-top: 0px;
  }

  .list-2 {
    padding-left: 24px;
  }

  .package-accordion-trigger {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ._3-stop-section {
    padding: 100px 50px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 250px;
    margin: 3px auto 8px;
    padding-left: 0px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top_contact_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #cadbe9;
    position: fixed;
    bottom: 0;
  }

  .logo_phone_container {
    width: 100%;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .side_btn._1 {
    height: 36px;
    margin-right: 0px;
    padding-right: 20px;
  }

  .side_btn._3 {
    height: 36px;
    margin-right: 0px;
  }

  .side_btn._2 {
    height: 36px;
    margin-right: 0px;
  }

  .side_btn._4 {
    height: 36px;
    margin-right: 0px;
  }

  .hero-section {
    height: auto;
    min-height: 650px;
    padding-top: 64px;
  }

  .self-test-section {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .container_flex_div.tests {
    width: 100%;
  }

  .self_test_btn {
    width: 90%;
    font-size: 1.2em;
  }

  .location_text {
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 24px;
  }

  .location_headline {
    color: #f8c67a;
    font-size: 15px;
  }

  .address-div {
    width: 100%;
    margin-bottom: 5px;
  }

  .container_div.flex {
    width: 90%;
  }

  .location_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .welcome_section {
    padding: 50px 15px;
  }

  .welcome_section.watermark {
    padding: 50px 20px;
  }

  .welcome_headline {
    font-size: 30px;
    line-height: 32px;
  }

  .welcome_headline.left {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .line_div {
    margin-right: auto;
    margin-left: auto;
  }

  .line_div.center {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding: 50px 20px;
  }

  .cataract-symptoms-section {
    padding: 50px 20px;
  }

  .tab-links {
    font-size: 15px;
  }

  .tab-links.w--current {
    font-size: 15px;
  }

  .tabs-content {
    width: 100%;
  }

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

  .tabs {
    margin-top: 20px;
    -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;
  }

  .button-div {
    margin-top: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .cat-tech-section {
    padding: 50px 20px;
  }

  .tech-text-wrapper {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-paragragh {
    font-size: 16px;
  }

  .image-11 {
    width: 100%;
  }

  .hero-wrapper {
    width: 55%;
  }

  .heading {
    margin-bottom: 11px;
    color: #021d3a;
    font-size: 40px;
    line-height: 42px;
  }

  .heading-2 {
    display: none;
    font-size: 22px;
    line-height: 24px;
  }

  .hero-button {
    font-size: 15px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .text-block-3 {
    font-size: 25px;
    line-height: 26px;
  }

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

  .package-accordion-trigger {
    font-size: 20px;
    line-height: 30px;
  }

  .pane {
    height: 300px;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  ._3-stop-section {
    padding: 50px 20px;
  }

  .tab-link {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }

  .ondot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 250px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    padding: 0px;
  }

  .logo_phone_container {
    width: auto;
  }

  .side_btn._1 {
    width: 150px;
    height: 36px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 36px;
    background-position: 8px 50%;
  }

  .side_btn._3 {
    display: none;
    width: 100%;
    height: 36px;
    padding-left: 35px;
    background-position: 8px 50%;
    line-height: 0.9em;
  }

  .side_btn._2 {
    display: none;
    width: 100%;
    height: 36px;
    padding-left: 35px;
    background-position: 8px 50%;
    line-height: 0.9em;
  }

  .side_btn._4 {
    display: none;
    width: 100%;
    height: 36px;
    padding-left: 35px;
    background-position: 8px 50%;
    line-height: 0.9em;
  }

  .hero-section {
    min-height: 600px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0px 0px, 0px 0px, 75% 0%;
  }

  .self_test_btn {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .location_text {
    font-size: 16px;
  }

  .location_headline {
    font-size: 16px;
  }

  .address-div {
    width: 100%;
  }

  .container_div {
    width: 100%;
  }

  .container_div.flex {
    width: 100%;
  }

  .location_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .welcome_section {
    padding-bottom: 100px;
  }

  .welcome_section.watermark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .welcome_headline {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .welcome_headline.white {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .welcome_headline.left {
    font-size: 28px;
  }

  .line_div {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.reverse {
    font-size: 16px;
    line-height: 26px;
  }

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

  .cataract-symptoms-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-links {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .tab-links.w--current {
    font-size: 15px;
  }

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

  .text-block-2 {
    text-align: center;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.white {
    font-size: 16px;
  }

  .cat-tech-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .tech-text-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-paragragh {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .image-11 {
    width: 100%;
  }

  .hero-wrapper {
    width: 100%;
    padding: 70px 10px 30px;
    -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(35, 97, 148, 0)), color-stop(82%, #236194));
    background-image: linear-gradient(180deg, rgba(35, 97, 148, 0), #236194 82%);
  }

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

  .heading-2 {
    margin-top: 6px;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
  }

  .hero-button {
    width: 100%;
    margin-right: 0px;
    font-size: 16px;
  }

  .heading-3 {
    color: #021d3a;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

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

  .text-block-3 {
    line-height: 30px;
    font-weight: 400;
  }

  .list {
    padding-left: 20px;
  }

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

  .image-26 {
    margin-top: 11px;
  }

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

  .list-2 {
    padding-left: 25px;
    font-size: 16px;
  }

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

  .text-block-5 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

