body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 30px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.99)), color-stop(32%, hsla(0, 0%, 100%, 0))), url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/womanbeach.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.99), hsla(0, 0%, 100%, 0) 32%), url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/womanbeach.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
  -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;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 2500;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
}

.navbar.inner {
  z-index: 5000;
  background-color: #fff;
}

.brand {
  width: 130px;
  min-height: 60px;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nd-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  min-height: 300px;
}

.dropdown-list {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list.w--open {
  left: 0%;
  top: 70px;
  right: auto;
  bottom: auto;
  background-color: #2e2f6f;
}

.dd1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -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;
}

.dd {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dd:hover {
  background-color: #fff;
  color: #2e2f6f;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #2e2f6f;
  font-weight: 500;
  text-transform: none;
}

.nav-link:hover {
  color: #00a7b9;
}

.dropdown-toggle {
  font-family: Montserrat, sans-serif;
  color: #2e2f6f;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #00a7b9;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list-2.w--open {
  top: 73px;
  background-color: #2e2f6f;
}

.dd2 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dd2:hover {
  background-color: #fff;
  color: #2e2f6f;
}

.hero-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -100px;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  -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;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  font-size: 65px;
  line-height: 70px;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  text-align: center;
}

.content-section {
  min-height: 400px;
  padding: 200px 100px 150px;
  background-color: #2e2f6f;
}

.welcome-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.heading-3-copy {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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;
}

.linewhite {
  width: 250px;
  min-height: 1px;
  min-width: 150px;
  background-color: #fff;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-ctr {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

._50-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 45px;
  -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;
}

.img-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
}

.img1 {
  overflow: hidden;
  width: 55%;
  min-height: 500px;
}

.image-2 {
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img2 {
  position: absolute;
  left: auto;
  top: 11%;
  right: 0%;
  bottom: auto;
  width: 55%;
  min-height: 500px;
  background-color: #fff;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-3 {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.content-section-2 {
  padding: 25px 0px 0px;
}

.services-wrapper {
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.headindark {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.srv-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.sblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  min-height: 250px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, rgba(46, 47, 111, 0.17));
  cursor: pointer;
}

.title-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 6px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2f6f;
}

.text-block {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.bottom-buttons {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1a1b49;
}

.bbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #2e2f6f;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.bbutton:hover {
  border-color: #f0cd31;
  background-color: #00a7b9;
  color: #fff;
}

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

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

.image-9-copy {
  width: 18px;
  margin-right: 7px;
}

.section {
  min-height: 300px;
  padding: 100px 50px;
  background-color: #f8f8f8;
}

.image-11 {
  position: absolute;
  left: auto;
  top: -83px;
  right: -3%;
  bottom: auto;
  width: 200px;
}

.image-11.alter {
  left: -3%;
  right: auto;
}

.care-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.caretext-div {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  max-height: 80%;
  min-height: 500px;
  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: #fff;
}

.image-12 {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dark-h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.check-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-bottom: 9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3 {
  color: #000;
  line-height: 30px;
}

.image-13 {
  width: 20px;
  margin-top: 5px;
  margin-right: 5px;
}

.image-14 {
  width: 55%;
}

.age-section-2 {
  position: relative;
  z-index: 200;
  overflow: hidden;
  margin: 0px;
  padding: 100px;
  background-color: #1a1b49;
}

.paragraph-2 {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.age-image {
  position: relative;
  display: block;
  height: auto;
  min-height: 250px;
  margin-bottom: 30px;
  -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;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/dryeye.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.age-image._50 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/4050.jpg');
}

.age-image.down {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/smilingwithcoffee.jpg');
  background-position: 50% 20%;
}

.age-image._70 {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/swimmingman.jpg');
  background-position: 50% 50%;
}

.age-wrapper {
  position: relative;
  z-index: 300;
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.age-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  min-height: 200px;
  padding-bottom: 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;
  background-color: transparent;
  -webkit-transition: background-color 650ms ease;
  transition: background-color 650ms ease;
  text-decoration: none;
  cursor: pointer;
}

.age-block:hover {
  background-color: #2e2f6f;
}

.image-15 {
  width: auto;
  height: 20px;
}

.link {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.age-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 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;
  text-align: center;
}

.age {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -22px;
  margin-left: 0px;
  color: #fff;
  font-size: 85px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.age-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.symptom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  margin: 0px;
  padding: 100px 50px;
  -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;
  background-color: #00a7b9;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/shutterstock_1645083994.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.symptom-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.sympdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 500px;
  -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;
  background-color: transparent;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}

.tab {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #f8f8f8;
  background-color: rgba(46, 47, 111, 0.13);
  color: #f8f8f8;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab:hover {
  background-color: #f0cd31;
  color: #2e2f6f;
}

.tab.w--current {
  background-color: #2e2f6f;
}

.tab.w--current:hover {
  color: #f0cd31;
}

.tab.special {
  background-color: #2e2f6f;
  font-size: 20px;
  line-height: 35px;
}

.text-block-4 {
  line-height: 25px;
}

.tab-content {
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

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

.tab-text {
  color: #1a1b49;
}

.heading-3-dark {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #2e2f6f;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.linepurple {
  width: 250px;
  min-height: 1px;
  min-width: 150px;
  background-color: #2e2f6f;
}

.choose-line-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.cataract-section {
  padding: 100px;
  background-color: #f8f8f8;
}

.cat-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cattextdiv {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  max-height: 80%;
  min-height: 500px;
  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: #fff;
}

.dark-text {
  color: #000;
  line-height: 32px;
}

.button {
  min-width: 200px;
  background-color: #2e2f6f;
  text-align: center;
}

.button:hover {
  background-color: #f0cd31;
  color: #2e2f6f;
}

.button.yellow {
  background-color: #f0cd31;
  color: #2e2f6f;
}

.button.yellow:hover {
  background-color: #2e2f6f;
  color: #fff;
}

.quote-section {
  min-height: 350px;
  padding: 100px;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/scope.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.quote-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.quote-block {
  width: 50%;
  min-height: 250px;
  padding: 25px;
  background-color: rgba(26, 27, 73, 0.87);
}

.quote2 {
  color: #fff;
  line-height: 42px;
  font-weight: 300;
}

.text-block-5 {
  color: #fff;
  text-align: right;
}

.test-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 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: transparent;
}

.slide-nav {
  display: none;
}

.testimonial-wrapper {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon {
  font-size: 20px;
}

.slider {
  height: auto;
  min-height: 0px;
  background-color: transparent;
}

.image-7 {
  width: 130px;
  margin-bottom: 20px;
}

.slide {
  height: auto;
}

.test-50 {
  width: 48%;
  min-height: 650px;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/testwoman.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfnamediv {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.sf-name {
  font-family: Poppins, sans-serif;
  color: #000;
  line-height: 32px;
}

.sf-test-text {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 32px;
}

.sf50-test-div {
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 0px 0px 35px;
  -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: transparent;
}

.right-arrow {
  left: 55px;
  top: auto;
  right: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0cd31;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0cd31;
}

.testimonial-section-2 {
  position: relative;
  overflow: hidden;
  min-height: 25px;
  padding: 100px;
}

.opto-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/skyline.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 100px;
  -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: rgba(46, 47, 111, 0.84);
}

.block1.o2 {
  background-color: rgba(0, 167, 185, 0.91);
}

.office-header {
  margin-bottom: 5px;
  color: #f0cd31;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.address {
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.location-block {
  width: 23%;
  min-height: 150px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.23);
  text-decoration: none;
  cursor: pointer;
}

.location-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 167, 185, 0.47)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 167, 185, 0.47));
}

.locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 25px;
  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;
}

.location-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 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: #1a1b49;
}

.location-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-3-ctr {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.ctr2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.image-16 {
  width: 25px;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 9px;
  color: #2e2f6f;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

.social-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-bottom: 17px;
  -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;
}

.image-17 {
  width: 150px;
  margin-bottom: 15px;
}

.social-button {
  margin-right: 7px;
}

.social-button:hover {
  -webkit-filter: brightness(165%);
  filter: brightness(165%);
}

.footer-div {
  width: 75%;
  min-height: 200px;
  padding-right: 0px;
}

.link-3 {
  color: #2e2f6f;
}

.social-text {
  margin-right: 11px;
  color: #2e2f6f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-7 {
  margin-top: 0px;
  color: #2e2f6f;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-section {
  padding: 100px;
  background-color: #fff;
}

.footer-links {
  margin-bottom: 2px;
  color: #2e2f6f;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links:hover {
  text-decoration: underline;
}

.phone {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #f8f8f8;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.phone:hover {
  text-decoration: underline;
}

.image-9-copy {
  width: 25px;
  margin-right: 7px;
}

.contact {
  width: 25px;
  margin-right: 7px;
}

.nv {
  position: absolute;
  left: 0%;
  top: 16%;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.linepurple-shorter {
  width: 100px;
  min-height: 1px;
  min-width: 100px;
  background-color: #2e2f6f;
}

.phonelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2e2f6f;
  color: #fff;
  text-decoration: none;
}

.phonelink:hover {
  background-color: #00a7b9;
}

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

.image-19 {
  display: none;
}

.inner-gray-content-section {
  padding: 150px 100px 100px;
  background-color: #f8f8f8;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/pool.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.pillar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.pillartext-div {
  position: static;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  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-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 47%, hsla(0, 0%, 100%, 0));
}

.inner-h1 {
  margin-top: 0px;
  color: #2e2f6f;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
}

.inner-text {
  color: #000;
  line-height: 32px;
}

.inner-white-section {
  padding: 50px 100px 100px;
}

.pillar-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #2e2f6f;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

.content-div {
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.inner-divider {
  width: 100%;
  height: 1px;
  max-width: 1400px;
  margin: 50px auto;
  background-color: #f0cd31;
}

.benefits-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-top: 0px;
  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: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/golfer.jpg');
  background-position: 100% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ben-div {
  width: 50%;
  height: auto;
  min-height: 0%;
  padding: 25px;
  background-color: hsla(0, 0%, 100%, 0.82);
}

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

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  -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;
  background-color: #fff;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.29);
}

.tabs-menu-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  background-color: #f8f8f8;
}

.syptom-content-div {
  min-height: 600px;
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.syptom-content-div.el {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/dull-colors.jpg');
  background-position: 50% 50%;
}

.syptom-content-div.dry {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/changingglasses.jpg');
}

.syptom-content-div.hlo {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/halos.jpg');
}

.syptom-content-div.dis {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/brightlights.jpg');
}

.syptom-content-div.tr {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/troublereading.jpg');
}

.syptom-content-div.blurry {
  background-image: url('https://cdn-12c7.kxcdn.com/images/floridaeyeclinic_com/hazy.jpg');
  background-position: 50% 50%;
}

.symptom-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 25px;
  margin-top: 0px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.symptom-section-2 {
  min-height: 300px;
  padding: 50px 100px 0px;
}

.tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14%;
  padding-top: 13px;
  padding-right: 5px;
  padding-left: 5px;
  -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: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.06);
  background-color: #fff;
  color: #2e2f6f;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-2:hover {
  background-color: #80cde4;
  color: #2e2f6f;
}

.tab-2.w--current {
  background-color: #2e2f6f;
  color: #fff;
}

.ben-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.risk-box {
  width: 35%;
  min-height: 300px;
  margin-left: 25px;
  padding: 30px;
  float: right;
  background-color: #c5f0fd;
}

.custom-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c5f0fd;
}

.image-34 {
  width: 35%;
  float: none;
}

.div-block-3 {
  width: 60%;
}

.image-35 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 6px;
    right: auto;
    bottom: auto;
  }

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

  .dd1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dd {
    width: 50%;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .heading {
    margin-bottom: 7px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .content-section {
    min-height: 0px;
    padding: 150px 50px 50px;
  }

  .linewhite {
    width: 150px;
  }

  .paragraph-ctr {
    font-size: 18px;
    line-height: 32px;
  }

  ._50-div {
    padding-right: 0px;
  }

  .img-50 {
    width: 45%;
    padding-top: 138px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img1 {
    min-height: 250px;
  }

  .image-2 {
    min-height: 250px;
  }

  .img2 {
    min-height: 250px;
  }

  .image-3 {
    height: 250px;
  }

  .sblock {
    width: 50%;
  }

  .bottom-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bbutton {
    width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bbutton.h {
    display: none;
  }

  .section {
    padding: 25px;
  }

  .image-11 {
    top: -95px;
    width: 150px;
  }

  .care-wrapper {
    -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;
  }

  .caretext-div {
    position: static;
    width: 100%;
    padding: 25px;
  }

  .image-14 {
    position: static;
    bottom: -86px;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .age-section-2 {
    padding: 50px 25px;
  }

  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .age-block {
    width: 32%;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .div-block-2 {
    margin-top: 9px;
  }

  .age {
    font-size: 50px;
    line-height: 50px;
  }

  .symptom-section {
    min-height: 0px;
    padding: 50px 25px 25px;
    background-color: #80cde4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.9)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0.9));
    background-position: 0px 0px;
  }

  .sympdiv {
    width: 100%;
    min-height: 0px;
    margin-bottom: 20px;
  }

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

  .cataract-section {
    padding: 25px;
  }

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

  .cattextdiv {
    position: static;
    width: 100%;
    padding: 25px;
  }

  .quote-section {
    padding: 25px;
  }

  .test-div1 {
    width: 100%;
  }

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

  .test-50 {
    width: 100%;
    min-height: 400px;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sf-test-text {
    font-size: 16px;
    line-height: 30px;
  }

  .sf50-test-div {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-section-2 {
    padding: 25px;
  }

  .opto-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block1 {
    width: 100%;
    min-height: 0px;
    padding: 50px;
  }

  .location-block {
    width: 49%;
    min-height: 100px;
  }

  .location-section {
    padding: 50px;
  }

  .location-block-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright {
    font-size: 14px;
  }

  .social-div {
    width: 100%;
  }

  .image-17 {
    width: 200px;
  }

  .footer-div {
    width: 70%;
    padding-right: 25px;
  }

  .link-div {
    width: 30%;
  }

  .footer-section {
    padding: 50px 25px 150px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: #2e2f6f;
  }

  .image-19 {
    display: block;
  }

  .inner-gray-content-section {
    padding: 125px 50px 50px;
  }

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

  .pillartext-div {
    position: static;
    width: 60%;
    padding: 25px 25px 40px;
  }

  .inner-white-section {
    padding: 50px;
  }

  .pillar-h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .inner-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .benefits-block {
    padding: 0px;
  }

  .ben-div {
    width: 100%;
    padding: 50px;
  }

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

  .tabs-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-3 {
    top: -54px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .syptom-content-div {
    min-height: 500px;
  }

  .symptom-section-2 {
    padding: 50px 50px 0px;
  }

  .tab-2 {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .risk-box {
    width: 40%;
    margin-left: 15px;
    padding: 20px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .hero-section {
    height: 600px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text-wrapper {
    padding: 15px;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .content-section {
    padding: 142px 25px 25px;
  }

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

  .heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-3-copy {
    font-size: 18px;
  }

  .paragraph-ctr {
    font-size: 17px;
  }

  ._50-div {
    width: 100%;
  }

  .img-50 {
    width: 100%;
    padding-top: 93px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img1 {
    width: 65%;
  }

  .img2 {
    width: 45%;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .bottom-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-11 {
    top: -73px;
    width: 100px;
  }

  .caretext-div {
    padding: 15px;
  }

  .dark-h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .age-block {
    width: 100%;
  }

  .age-block-wrapper {
    margin-top: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .heading-3-dark {
    font-size: 18px;
  }

  .cattextdiv {
    padding: 15px;
  }

  .quote-section {
    min-height: 0px;
  }

  .quote-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .quote2 {
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial-section-2 {
    padding: 25px 25px 100px;
  }

  .block1 {
    padding: 25px;
  }

  .address {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .location-block {
    min-height: 80px;
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .heading-3-ctr {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }

  .image-17 {
    width: 200px;
  }

  .footer-div {
    width: 100%;
  }

  .link-div {
    width: 100%;
    margin-bottom: 11px;
  }

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

  .phone {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .inner-gray-content-section {
    padding: 110px 25px 25px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .pillartext-div {
    width: 100%;
    padding: 15px 15px 25px;
  }

  .inner-white-section {
    padding: 25px;
  }

  .content-div {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ben-div {
    padding: 25px;
  }

  .syptom-content-div {
    min-height: 400px;
  }

  .symptom-section-2 {
    padding: 25px 25px 0px;
  }

  .risk-box {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .custom-box {
    padding: 20px;
  }

  .image-35 {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 700px;
  }

  .nav-div {
    padding-top: 51px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    position: absolute;
    left: 10px;
    top: 54px;
    width: 120px;
    padding-left: 0px;
  }

  .image {
    position: relative;
  }

  .dd {
    width: 100%;
  }

  .linewhite.hide2 {
    display: none;
  }

  .paragraph-ctr {
    font-size: 15px;
  }

  .img-50 {
    padding-top: 55px;
  }

  .img2 {
    width: 55%;
    min-height: 200px;
    background-color: transparent;
  }

  .sblock {
    width: 100%;
    min-height: 200px;
  }

  .bottom-buttons {
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bbutton {
    width: 100%;
    min-height: 30px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section {
    padding: 15px;
  }

  .image-11 {
    top: -64px;
    width: 80px;
  }

  .dark-h2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .age-section-2 {
    margin: 0px;
    padding: 25px 15px 15px;
  }

  .paragraph-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .age-block {
    margin-bottom: 15px;
  }

  .age-div {
    width: 100%;
    margin-bottom: 12px;
  }

  .symptom-section {
    padding: 25px;
  }

  .tab-content {
    padding: 16px;
  }

  .linepurple.hide {
    display: none;
  }

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

  .cataract-section {
    padding: 15px;
  }

  .button {
    line-height: 25px;
  }

  .test-50 {
    margin-bottom: 25px;
  }

  .sf-test-text {
    font-size: 15px;
    line-height: 32px;
  }

  .office-header {
    margin-top: 10px;
  }

  .address {
    margin-bottom: 10px;
  }

  .location-block {
    width: 100%;
    min-height: 0px;
    margin-bottom: 10px;
  }

  .locations-wrapper {
    margin-bottom: 5px;
  }

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

  .heading-3-ctr {
    font-size: 30px;
    line-height: 35px;
  }

  .footer-div {
    padding-right: 0px;
  }

  .phone {
    margin-bottom: 10px;
  }

  .linepurple-shorter {
    display: none;
  }

  .phonelink {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .inner-gray-content-section {
    padding-top: 144px;
  }

  .pillartext-div {
    padding-bottom: 0px;
  }

  .inner-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .inner-white-section {
    padding: 20px;
  }

  .pillar-h2 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .ben-div {
    padding: 20px;
  }

  .tabs-2 {
    margin-top: 10px;
  }

  .tabs-menu-3 {
    position: static;
  }

  .syptom-content-div {
    min-height: 250px;
  }

  .tab-2 {
    width: 100%;
  }

  .risk-box {
    padding: 15px;
  }

  .custom-box {
    padding: 10px;
  }
}

