body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #224a8d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #224a8d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 21px;
  font-weight: 400;
}

li {
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ededed;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.41);
}

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

.navlink {
  display: inline-block;
  width: auto;
  padding: 15px;
  clear: both;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  font-family: Merriweather, serif;
  color: #5a6069;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
}

.navlink:hover {
  border-style: none;
  border-width: 1px;
  border-color: #1f73ff;
  background-color: transparent;
  background-image: url('../images/arrow-icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #224a8d;
}

.hero_section {
  height: 90vh;
  position: relative;
  background-image: url('../images/hero-img.jpg');
  background-image: url('../images/hero-img.jpg');
  background-position:50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll, scroll;
}

.main_phone_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10px;
  z-index: 100;
  display: block;
  width: 700px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #224a8d;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
}

.top_phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0px 53px 0px 47px;
  -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-style: none;
  border-width: 1px;
  border-color: #224a8d;
  border-radius: 0px;
  background-color: #224a8d;
  background-image: url('../images/phone-btn-bg.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 46px;
  font-weight: 200;
  text-decoration: none;
}

.top_phone_btn:hover {
  border-radius: 0px;
  background-color: #0a2653;
}

.callouts_section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.callouts_section.lazy-background.visible {background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/callouts-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/callouts-bg.jpg');}

.callouts_section {
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navmenu {
  width: 100%;
  padding-left: 56px;
  background-color: transparent;
}

.dropdown_navlink {
  font-family: Merriweather, serif;
}

.dropdown-toggle {
  padding: 15px;
  font-family: Merriweather, serif;
  color: #5a6069;
  font-weight: 300;
  text-transform: none;
}

.dropdown-toggle.w--open {
  background-image: url('../images/arrow-icon.png');
  background-position: 50% 100%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #224a8d;
}

.dropdown_icon {
  display: none;
  margin-right: 5px;
  font-size: 0.7em;
}

.dropdown_list.w--open {
  padding: 23px;
  background-color: #224a8d;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.26);
}

.dropdown_link {
  padding-left: 0px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.14);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.dropdown_link:hover {
  background-color: transparent;
  color: #b8b8b8;
}

.center_section {
  padding-top: 20px;
  padding-bottom: 125px;
}

.welcome_section {
  padding-top: 144px;
  padding-bottom: 0px;
}

.wrapper_div {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6rem;
}

.wrapper_div.reviews_wrapper{
  margin-top: 0px !important;
}

.wrapper_div.callouts {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.wrapper_div.optical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper_div.blue_stipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.welcome_headline {
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.welcome_headline.vision {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dots_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

.dot {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  border-radius: 50px;
  background-color: #8bb5e0;
}

.dot.dark {
  background-color: #224a8d;
}

.dot.center {
  margin-top: 18px;
  margin-bottom: 0px;
  background-color: #c8e3ff;
}

.welcome_text {
  margin-bottom: 61px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.services-headline {
  margin-bottom: 66px;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.centers_wrapper_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
}

.center_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  font-family: Merriweather, serif;
  color: #224a8d;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #1f73ff;
}

.center_img {
  width: 85%;
  margin-bottom: 15px;
  opacity: 0.7;
}

.center_text_description {
  position: static;
  margin-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #5a6069;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: 300;
  text-transform: none;
}

.callout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -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;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.callout_btn:hover {
  color: #a2e3ff;
}

.callout_img {
  margin-bottom: 29px;
}

.footer_section {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #ccc;
}

.footer_section .wrapper_div{
  margin-top: 0;
}

.location_div {
  width: 48%;
  padding-bottom: 40px;
}

.location_address {
  margin-bottom: 30px;
  font-size: 0.9em;
  font-weight: 300;
}

.phone_link {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.phone_link:hover {
  color: #b3cffd;
}

.phone_link.mobile {
  color: #224a8d;
  font-size: 2em;
}

.map_div {
  margin-top: 0px;
  margin-bottom: 25px;
}

.map {
  height: 200px;
}

.form_wrapper {
  width: 48%;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: #8bb5e0;
  font-size: 0.8em;
  font-weight: 300;
}

.text_field::-webkit-input-placeholder {
  color: #b8b8b8;
}

.text_field:-ms-input-placeholder {
  color: #b8b8b8;
}

.text_field::-ms-input-placeholder {
  color: #b8b8b8;
}

.text_field::placeholder {
  color: #b8b8b8;
}

.text_area {
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #8bb5e0;
  font-size: 0.8em;
  font-weight: 300;
}

.text_area::-webkit-input-placeholder {
  color: #b8b8b8;
}

.text_area:-ms-input-placeholder {
  color: #b8b8b8;
}

.text_area::-ms-input-placeholder {
  color: #b8b8b8;
}

.text_area::placeholder {
  color: #b8b8b8;
}

.submit_btn {
  padding: 15px 30px;
  background-color: #5f8dbb;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #224a8d;
}

.footer_text {
  margin-left: 0px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.menu_btn {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 16px;
  margin-right: 19px;
  background-color: #8bb5e0;
  color: #fff;
}

.menu_btn:hover {
  background-color: #224a8d;
}

.menu_btn.w--open {
  background-color: #1f73ff;
}

/* .main_tagline_div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 44%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -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;
} */


.main_tagline_div {
  position: absolute;
  max-width: 100%;
  border-radius:3px;
  padding: 1rem;
  background-color: #214a8d;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 23%;
  z-index: 100;
  text-align: center;
  width: max-content;
}

.employee_btn {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 3px;
  -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;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.employee_btn:hover {
  color: #95bdff;
}

.employee_btn.mobile {
  color: #224a8d;
}

.navbar_left_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-bottom: 0px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.talk_text {
  width: auto;
  margin-right: 0px;
  font-family: Merriweather, serif;
  color: #224a8d;
}

.vision_text {
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.optical_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #7a8b97;
}

.optical_logo_div {
  width: 230px;
  opacity: 0.55;
}

.optical_text_div {
  width: 65%;
}

.optical_headline {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 38px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.optical_text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.main_tagline {
  margin-bottom: 0px;
  font-size: 5rem;
  line-height: 1em;
  color: #fff;
}

.main_tagline2 {
  overflow: hidden;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}

.navbar_right_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  /* padding-right: 200px; */
    padding-right: 7vw;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/navbar-arrow.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

._1107_logo_grey {
  width: 120px;
}

.navbar_tagline {
  margin-top: 5px;
  font-family: Merriweather, serif;
  color: #9b9a9b;
  font-size: 0.8em;
  text-transform: uppercase;
}

.footer_blue_div {
  background-color: #224a8d;
}

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

.footer_text_div {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.form_map_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
}

.footer_link {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #224a8d;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

.footer_phone_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.footer_logo_div {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.footer_logo_div.mobile {
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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;
  background-color: #fff;
}

.address_text {
  color: #224a8d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.white_div {
  width: 28%;
  background-color: #fff;
}

.footer_logo_img {
  width: 70%;
}

.arrow_div {
  width: 28%;
}

.footer_mobile_section {
  display: none;
  background-color: #ccc;
}

.footer_mobile_blue {
  padding-top: 30px;
  padding-right: 31px;
  padding-left: 31px;
  background-color: #224a8d;
}

.footer_arrow_mobile {
  margin-top: -64px;
}

.logo_optique_mobile {
  display: none;
}

.logo_mobile_menu {
  display: none;
}

.inner_page_content_section {
  padding-top: 200px;
  padding-bottom: 100px;
}

.inner_page_wrapper_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner_content_wrapper {
  width: 70%;
}

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

.images_column {
  margin-bottom: 30px;
}

.image_column_left {
  padding-right: 24px;
  padding-left: 0px;
}

.img_column_right {
  padding-right: 0px;
  padding-left: 25px;
}

.inner_img {
  margin-bottom: 20px;
}

.img_dercibtion {
  font-size: 14px;
  font-weight: 500;
}

.side_div {
  width: 25%;
  padding: 40px;
  border-left: 1px none rgba(34, 74, 141, 0.32);
  background-color: #224a8d;
}

.side_navlink {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.side_navlink:hover {
  color: hsla(0, 0%, 100%, 0.63);
}

.side_navlink.w--current {
  color: hsla(0, 0%, 100%, 0.51);
}

.side_nav_headline {
  color: #fff;
  font-size: 26px;
}

.dropdown_navlink2 {
  width: 100%;
}

.dropdown_toggle2 {
  width: 100%;
  padding: 10px 10px 10px 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.dropdown_icon2 {
  margin-right: 0px;
}

.subdropdown_list.w--open {
  position: relative;
  padding-bottom: 19px;
  background-color: transparent;
}

.subdropdown_link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.subdropdown_link:hover {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.side_subnavlink {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.side_subnavlink:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.side_subnavlinks_div {
  margin-bottom: 20px;
  padding-left: 23px;
}

.section__hero {
  background-image: url('../images/optique-hero.jpg');
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.optique-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 40%;
  background-image: linear-gradient(45deg, #00000070, #00000033);
  -webkit-background-image: linear-gradient(45deg, #00000070, #00000033);
}
.section {
  padding: 75px 0;
}
.text__container {
  padding: 15px;
}
.section__see {
  background-color: #3b5564;
  text-align: center;
}
.section h1,.section h2{
  color: #fff;
  text-transform: uppercase;
}
.section__logos {
  background-color: #fff;
  position: relative;
  clear: both;
  display: inline-block;
  text-align: center;
  margin: auto;
  width: 100%;
}
.section p {
  color: #fff;
}
.section.section__images-3 {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.section__images--image {
  width: 33%;
  margin: 0px;
  padding:0px;
  display: inline-flex;
}
.section__images--image img { 
  width: 100%;
  align-self: center;
}

.section.section__soon {
  background-color: #705a31;
  text-align: center;
  padding: 25px 0;
  margin-top: -10px;
}

.section__lenses {
  background-color: #fff;
  height: auto;
}
h2.dark {
color:#777;
}
.section__lenses .sign {
  background-image: url('../images/optique-sign.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.fifty  {
  width: 50%;
  float: left;
}

.thirty-seven  {
  width: 37%;
  float: left;
}

.sixty-three{
  width: 63%;
  float: left;
}
.serv_btns .ui-button {width:100%;}

.welcome_blue_button {     background-color: #214a8d;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    font-family: Merriweather,serif;
    width: 200px;
    margin: -20px auto 100px auto;
    display: block;
    text-align: center;}

.featured-img-post {
  max-width: 250px;
}
.embed_container {
  max-width: 640px;
  margin: auto;
  width:100%;
}

span.abcfslSpanMP4 {
    display: none;
}

.dfex {
  display: flex !important;
}
.dfex img {
  margin-top: -50px;
  width: 200px;
}

@media(max-width: 1919px){
  .thirty-seven {
    width:100%;
    float:none;
    max-width: 704px;
    margin: 20px auto 0 auto;
  }

  .sixty-three{
    width:100%;
    float:none;
  }
}

.section__images-3 {
  clear: both;
}

.section__dropdowns {
  background-color: #51565a;
}
.section__consider {
  background-color: #51565a;
}
p.paragraph-dark {
    color: #777;
  }
  .section__lenses ul {
    color: #777;
    font-weight: unset;
    padding-left: 40px;
}
.section__lasik {
  background-color: #95999c;
  clear: both;
}
.logo-slider {
  max-height: 200px;
}
.w-container-lg {
  max-width: 1240px;
  margin: 0 auto;
}
.logo__container--all {
  margin-bottom: 50px;
  padding: 10px;
  min-height: 543px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .3);
}
.logo__container {
  min-height: 430px;
  margin: 0 auto;
  text-align: center;
}
.logo__container img {
  max-width: 80%;
  margin: auto;
  padding-bottom: 15px;
}
.button__container {
  text-align: center;
}

/* Hover Boxes */
.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}
.mobile {display: none !important;}

.fixed__container {
  position: fixed;
  bottom: 10px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 200;
}

.fixed_links {
  position: relative;
  margin-bottom: 3px;
  box-shadow: 4rem 4px 4rem #00000025;
}
.fixed_links img {
  transition: all .3s;
}

.fixed_links:hover img{
  transform: scaleX(1.2);
}

span.arrow-text {
  font-family: Merriweather, serif;
  position: absolute;
  z-index: 9999999;
  top: 50%;
  right: 0%;
  font-weight: 600;
  transform: translate(-10%, -50%);
  color: #224a8d;
}

.fixed_bar {
  display: none;
}
#menu-item-738 {display:none !important;}

li#menu-item-737 {
  background-color: #214a8d;
  border-radius: 3px;
}

#menu-item-737 a {
  color: #fff !important;
}

#menu-item-737 a:hover,#menu-item-737 a:focus {
  background-color: #ededed;
  color: #214a8d !important;
}

.photo_section--flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex_item {
  display: inline-flex;
  align-self: center;
  width: 33.3%;
}
.flex_item img {
  width: 100%;
  align-self: center;
}

.review-section-2023 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/MOCKUP_VPLASIKpillar_042123.jpg');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

#mdiStars .fa.fa-star {
  color: #FFBE00 !important;
}

@media screen and (max-width: 1024px){
  .logo__container--all {
    min-height: 700px;
  }
  .logo__container {
    min-height: 600px;
  }
  .fifty, .sixty-three {
    width: 100%;
  }
  .thirty-seven{
    display: none;
  }
}

@media screen and (max-width: 640px){
  .main_phone_div {
    position: unset;
    margin-top: 1rem;
  }
  .dfex img {
    margin-top: 0 !important;
  }
  .container{
    display: block;
    width: 100%;
  }
  .wrapper_div {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.black-bg{
  background-color: #000;
  height:100%;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo {
    width: 200px;
    margin-right: 0px;
  }
  .navlink {
    padding: 10px 7px;
    font-size: 0.9em;
  }
  .section {
    padding: 20px 0;
}
.section__lenses .sign, .no-tablet {
  display: none;
}
.s-991 {
  width: 100% !important;
}
  .hero_section {
    background-image:url('../images/hero-img.jpg');
    background-image: url('../images/hero-img.jpg');
    background-position: 20% 50%;
    background-size:  cover;
    background-repeat:  no-repeat;
    background-attachment: scroll, scroll;
  }
  .main_phone_div {
    width: 600px;
  }
  .top_phone_btn {
    height: 80px;
    padding-right: 61px;
    padding-left: 41px;
    font-size: 38px;
  }
  .callouts_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .navmenu {
    padding-left: 48px;
    background-color: #fff;
  }
  .dropdown-toggle {
    padding: 10px 7px;
    font-size: 0.9em;
  }
  .dropdown_list.w--open {
    padding: 15px;
  }
  .wrapper_div {
    width: 90%;
  }
  .wrapper_div.callouts {
    width: 90%;
  }
  .wrapper_div.footer {
    width: 90%;
  }
  .wrapper_div.optical {
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper_div.blue_stipe {
    width: 90%;
  }
  .center_btn {
    width: 48%;
    margin-bottom: 42px;
  }
  .center_img {
    width: 70%;
  }
  .callout_btn {
    font-size: 1.1em;
  }
  .footer_section {
    padding-top: 41px;
  }
  .location_div {
    width: 48%;
  }
  .form_wrapper {
    width: 48%;
  }
  .menu_btn {
    margin-top: 15px;
    background-color: #8bb5e0;
    color: #fff;
  }
  .menu_btn:hover {
    background-color: #224a8d;
  }
  .menu_btn.w--open {
    background-color: #1f73ff;
  }

  .employee_btn {
    padding-left: 5px;
  }
  .navbar_left_wrapper {
    width: 75%;
    padding-left: 0px;
  }
  .optical_logo_div {
    width: 42%;
  }
  .optical_text_div {
    width: 50%;
  }
  .optical_headline {
    line-height: 38px;
  }
  .main_tagline {
    font-size: 5em;
  }
  .main_tagline2 {
    font-size: 1rem;
  }
  .navbar_right_wrapper {
    width: 25%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._1107_logo_grey {
    width: 90px;
  }
  .footer_wrapper_div {
    width: 90%;
  }
  .footer_logo_div {
    width: 32%;
  }
  .address_div {
    width: 32%;
  }
  .address_text {
    font-size: 0.9em;
    font-weight: 500;
  }
  .white_div {
    width: 32%;
  }
  .footer_logo_img {
    width: 80%;
  }
  .arrow_div {
    width: 32%;
  }
  .inner_page_content_section {
    padding-top: 159px;
  }
  .inner_page_wrapper_div {
    width: 90%;
  }
  .inner_content_wrapper {
    width: 60%;
  }
  .image_column_left {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .img_column_right {
    padding-left: 0px;
  }
  .img_dercibtion {
    margin-bottom: 0px;
  }
  .side_div {
    width: 35%;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .dfex img {
    margin-top: 0 !important;
  }
  .navbar {
    position: fixed;
    background-color: #fff;
  }
  .logo {
    width: 200px;
    margin-left: 6px;
    padding-left: 0px;
    float: left;
  }
  #menu-item-738 {display:block !important;}
  .navlink {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.35);
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 0.9em;
  }
  .navlink:hover {
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.35);
    border-bottom-style: solid;
    border-bottom-color: #fff;
    color: #fff;
  }
  .hero_section {
    height: 110%;
  }
  .main_phone_div {
    width: 400px;
  }
  .top_phone_btn {
    height: 60px;
    padding-right: 19px;
    padding-left: 31px;
    background-size: contain;
    font-size: 28px;
    line-height: 28px;
  }
  .callouts_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navmenu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #224a8d;
    text-align: left;
  }
  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.35);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 0.9em;
  }
  .dropdown-toggle.w--open {
    border-bottom-style: solid;
    border-bottom-color: #fff;
    color: #fff;
  }
  .dropdown_list.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    box-shadow: none;
  }
  .wrapper_div {
    width: 90%;
  }
  .wrapper_div.optical {
    width: 80%;
    -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;
  }
  .welcome_headline {
    margin-bottom: 15px;
    font-size: 2.6em;
  }
  .dots_div {
    margin-bottom: 15px;
  }
  .services-headline {
    margin-bottom: 30px;
    font-size: 2.6em;
  }
  .callout_btn {
    width: 45%;
    margin-bottom: 27px;
  }
  .footer_section {
    display: none;
  }
  .phone_link.mobile {
    margin-bottom: 16px;
  }
  .phone_link.mobile:hover {
    color: #5a6069;
  }
  .footer_text {
    padding-right: 22px;
    padding-left: 22px;
  }
  .menu_btn {
    margin-top: 0px;
    margin-right: 10px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #224a8d;
    background-color: transparent;
    color: #224a8d;
  }
  .menu_btn:hover {
    color: #fff;
  }
  .menu_btn.w--open {
    z-index: 1100;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
  }

  .employee_btn {
    padding-left: 9px;
  }
  .employee_btn.mobile {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 30px;
    border-top: 1px solid #224a8d;
    border-bottom: 1px solid #224a8d;
    text-align: center;
  }
  .employee_btn.mobile:hover {
    color: #5a6069;
  }
  .navbar_left_wrapper {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .vision_text {
    font-size: 1em;
  }
  .optical_section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .optical_logo_div {
    width: 50%;
    margin-bottom: 13px;
  }
  .optical_text_div {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .optical_headline {
    margin-bottom: 42px;
  }
  .main_tagline {
    font-size: 3em;
  }
  .main_tagline2 {
    font-size: 1em;
  }
  .navbar_right_wrapper {
    display: none;
  }
  .form_map_wrapper {
    width: 100%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .footer_logo_div.mobile {
    width: 80%;
    padding-bottom: 35px;
  }
  .address_text {
    text-align: center;
  }
  .footer_logo_img {
    width: 50%;
    margin-bottom: 35px;
  }
  .footer_mobile_section {
    display: block;
  }
  .footer_mobile_blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .footer_arrow_mobile {
    display: block;
    margin-top: 0px;
  }
  .logo_optique_mobile {
    display: block;
    width: 80px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer_arrow_div {
    width: 80%;
    margin-top: 0px;
  }
  .logo_mobile_menu {
    width: 200px;
    float: none;
  }
  .inner_page_content_section {
    padding-top: 125px;
    padding-bottom: 50px;
  }
  .inner_page_wrapper_div {
    width: 85%;
  }
  .inner_content_wrapper {
    width: 100%;
  }
  .side_div {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .fixed_bar {
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: #214a8d;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 99999;
  }
  
  .fixed_link {
    display: flex;
    align-self: center;
    margin: auto;
  }
  .flex_item {
    width: 100%;
    align-self: center;
  }
  .photo_section--flex {
    flex-wrap: wrap;
  }
  .fixed_link a {
    color: #fff;
    text-decoration: none;
    font-family: Merriweather, serif;
    text-transform: uppercase;
    transition: all .2s;
}

.fixed_link a:focus {
  transform: scaleX(1.1);
}
  .logo {
    width: 180px;
    margin-left: 11px;
  }
  .hero_section {
    height: 70%;
    background-image: url('../images/hero-img_mob.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll;
  }
  .logo__container--all {
    min-height: unset;
  }
  .logo__container {
    min-height: unset;
  }
  .fixed__container {
    display: none;
  }
  .section__logos .content {
    display: none;
  }
  .section__logos .title {
    display: none;
  }
  .mobile {display: block !important;}
  .section__images--image {
    width: 100%;
  }
  .section.section__images-3 {
    flex-wrap: wrap;
    width: 100%;
  }
  .main_phone_div {
    bottom: 18%;
    width: 280px;
  }


  .top_phone_btn {
    height: 40px;
    padding-right: 16px;
    padding-left: 18px;
    font-size: 20px;
  }
  .center_section {
    padding-bottom: 50px;
  }
  .welcome_section {
    padding-top: 75px;
  }
  .wrapper_div.callouts {
    -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;
  }
  .wrapper_div.optical {
    width: 85%;
  }
  .welcome_headline {
    font-size: 28px;
    line-height: 28px;
  }
  .welcome_headline.vision {
    margin-bottom: 36px;
    font-size: 28px;
  }
  .welcome_text {
    font-size: 14px;
    line-height: 24px;
  }
  .section__lenses .sign {
    background-position: top;
  }
  .section__lenses {
    min-height: fit-content;
    max-height: unset;
  }
  .section {
    padding: 25px;
}
  .services-headline {
    font-size: 28px;
    line-height: 32px;
  }
  .center_btn {
    width: 100%;
  }
  .center_text_description {
    font-size: 16px;
    line-height: 24px;
  }
  .callout_btn {
    width: 70%;
  }
  .footer_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .location_div {
    width: 100%;
    margin-bottom: 0px;
  }
  .location_address {
    font-size: 14px;
    line-height: 20px;
  }
  .phone_link.mobile {
    font-size: 24px;
  }
  .form_wrapper {
    width: 100%;
    margin-bottom: 23px;
  }
  .footer_text {
    font-size: 12px;
  }
  .menu_btn {
    margin-top: 0px;
    margin-right: 0px;
  }
  .main_tagline_div {
    opacity: .8;
    left: 0%;
    right: 0%;
    bottom: 0;
    width: 100%;
  }
  .navbar_left_wrapper {
    padding-right: 5px;
  }
  .vision_text {
    margin-bottom: 53px;
    font-size: 14px;
    line-height: 24px;
  }
  .optical_logo_div {
    width: 60%;
    opacity: 1;
  }
  .optical_headline {
    font-size: 28px;
  }
  .optical_text {
    font-size: 16px;
    line-height: 26px;
  }
  .main_tagline {
    font-size: 2.6em;
  }
  .main_tagline2 {
    font-size: 11px;
    line-height: 20px;
    text-align: center;
  }
  .form_map_wrapper {
    padding-top: 41px;
  }
  .footer_link {
    font-size: 16px;
    line-height: 16px;
  }
  .footer_logo_div.mobile {
    width: 90%;
  }
  .address_text {
    font-size: 14px;
  }
  .footer_logo_img {
    padding-top: 12px;
  }
  .footer_mobile_blue {
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_arrow_mobile {
    margin-top: -43px;
  }
  .footer_arrow_div {
    width: 90%;
  }
  .inner_page_content_section {
    padding-top: 105px;
  }
}

