body {
  height: 100%;
  font-family: Avenirltstd, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #2f84b3;
  font-size: 3.6em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 300;
}

a {
  color: #2f84b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 3px solid #a3e0fa;
  color: #2f84b3;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  -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;
  background-color: #fff;
}

.logo {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.logo.footer {
  display: block;
  width: 250px;
  margin-top: 0px;
  margin-bottom: 21px;
  margin-left: 0px;
  padding: 10px;
  float: none;
  background-color: #fff;
}

.navlink {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 13px;
  padding-left: 13px;
  border-bottom: 2px solid transparent;
  color: #000;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom-color: #000;
  color: #0585cc;
  text-decoration: none;
}

.navlink.dropdown {
  padding-right: 0px;
  padding-left: 0px;
}

.hero_section {
  height: 100%;
}

.top_contact_div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 15px 25px;
  -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;
  border: 1px solid #fff;
  background-color: #000;
}

.phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 13px;
  padding-left: 13px;
  -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;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.phone_btn:hover {
  color: #a1cfe2;
}

.phone_btn.footer {
  margin-bottom: 17px;
  padding-left: 0px;
}

.top_address {
  margin-top: 5px;
  padding-top: 17px;
  border-top: 1px solid #fff;
  color: #b9b9b9;
  font-size: 0.8em;
}

.top_address.footer {
  padding-top: 0px;
  padding-left: 46px;
  border-top-style: none;
  font-size: 1em;
  line-height: 1.2em;
}

.welcome_section {
  padding-top: 120px;
  padding-bottom: 100px;
}

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

.container_div.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container_div._100 {
  width: 100%;
}

.welcome_div1 {
  width: 50%;
  padding-right: 49px;
  border-right: 1px solid rgba(0, 0, 0, 0.49);
}

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Avenirltstd, sans-serif;
  color: #2f84b3;
  font-size: 3.57em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.button {
  margin-bottom: 30px;
  padding: 21px 30px 19px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  line-height: 0.9em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.line_div {
  width: 70px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #000;
}

.line_div.white {
  background-color: #fff;
  color: #fff;
}

.welcome_div2 {
  width: 50%;
  padding-left: 50px;
}

.side_text {
  font-size: 0.9em;
}

.side_headline {
  color: #68b64b;
  font-size: 1.4em;
  line-height: 1.4em;
}

.phone_icon {
  margin-top: -6px;
  margin-right: 10px;
}

.portfolio-row {
  width: 100%;
  margin-top: 0px;
}

.portfolio-row.second {
  width: 100%;
  margin-top: 10px;
}

.portfolio-column {
  min-height: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.project-name {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 9px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-name:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.colorbox {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  text-align: center;
}

.financing_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #333, #000);
}

.financing_headline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.7em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

.white_text {
  color: #fff;
}

.div_35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-right: 46px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #fff;
}

.div_65 {
  width: 65%;
  padding-left: 45px;
}

.financing_icon {
  width: 75px;
  margin-bottom: 30px;
  opacity: 0.7;
}

.lasik_big_text {
  color: #fff;
  font-size: 8em;
  line-height: 1.2em;
  font-weight: 900;
}

.callout_section {
  padding-top: 162px;
  padding-bottom: 162px;
  background-image: url('../images/bg-image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.callouts_div {
  width: 45%;
}

.callout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  padding: 40px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 1.8em;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.callout_btn:hover {
  background-color: #b9ff9f;
  text-decoration: none;
}

.callout_text_smaller {
  margin-top: 15px;
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 300;
}

.callout_icon {
  margin-right: 20px;
}

.meet_the_doctor_section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.half_div {
  width: 70%;
}

.doctor_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #2f84b3;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.lasik_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3c5463;
}

.lasik_callout_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 78px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.32);
}

.eye_tracking_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 78px 118px;
  -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;
}

.tracking_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.lasik_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

.heading-2 {
  margin-top: 0px;
  color: #b9ff9f;
  font-weight: 500;
}

.contact_section {
  display: none;
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #000;
}

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

.search_input {
  width: auto;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(161, 207, 226, 0.58);
  background-color: transparent;
  color: #fff;
}

.search_input::-webkit-input-placeholder {
  color: #a1cfe2;
}

.search_input:-ms-input-placeholder {
  color: #a1cfe2;
}

.search_input::-ms-input-placeholder {
  color: #a1cfe2;
}

.search_input::placeholder {
  color: #a1cfe2;
}

.search_btn {
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a1cfe2;
  color: #000;
  text-transform: uppercase;
}

.search_btn:hover {
  background-color: #fff;
}

.search_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 55px;
}

.text-block {
  display: block;
  padding-right: 30px;
  color: #a7a7a7;
  font-size: 0.8em;
  font-weight: 300;
}

.footer_column2 {
  width: 22%;
}

.social_media_div {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 46px;
}

.social_media_div._2 {
  margin-bottom: 61px;
}

.social_media_btn {
  margin-right: 10px;
}

.social_media_btn:hover {
  opacity: 0.66;
}

.footer_column3 {
  width: 45%;
  padding-right: 30px;
}

.text_field {
  width: 49%;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

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

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

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

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

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

.textarea {
  min-height: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: transparent;
}

.submit_btn {
  padding: 13px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: transparent;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #fff;
  color: #000;
}

.navbar_wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  width: 100%;

}

.navbar_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
}

.dropdown_toggle {
  padding-right: 25px;
  padding-left: 13px;
}

.dropdown_toggle:hover {
  color: #0585cc;
}

.dropdown_toggle.w--open {
  border-bottom: 2px solid #000;
}

.dropdown_icon {
  margin-right: 10px;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.dropdown_link:hover {
  color: #0585cc;
}

.section-2 {
  padding: 0px 0px 20px;
}

.eye-pic {
  width: 100%;
  height: 400px;
  margin-bottom: 0px;
  background-image: url('../images/lasik.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.eye-pic._3 {
  background-image: url('../images/ASA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.eye-pic._4 {
  background-image: url('../images/visian.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eye-pic._2 {
  background-image: url('../images/laserlasik.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.eye-pic._6 {
  background-image: url('../images/intacs2.jpg');
  background-position: 50% 36%;
  background-size: cover;
}

.eye-pic._5 {
  background-image: url('../images/SMILE.jpg');
  background-size: cover;
}

.copy-link {
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.before-after_lasik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/before-after-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before_after_text_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.text-block-2 {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.74);
  color: #d8d8d8;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.refractive_headline {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #2f84b3;
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.slideshow {
  height: 100%;
}

.slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/slide1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/slide1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tagline_div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 33%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.slide_tagline {
  display: inline-block;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

.arrow {
  width: 3%;
  font-size: 1.5em;
}

.contact_section2 {
  height: auto;
  padding-top: 224px;
  padding-bottom: 224px;
  padding-left: 113px;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact_container_div {
  width: 45%;
  padding: 42px;
  background-color: rgba(0, 0, 0, 0.78);
}

.doc_img {
  width: auto;
  text-align: right;
}

html.w-mod-js *[data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="project-name-animation"] {
  opacity: 0.6500000000000001;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="navbar-hide"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .hero_section {
    height: auto;
  }

  .phone_btn.footer {
    font-size: 1.3em;
  }

  .top_address.footer {
    font-size: 0.8em;
  }

  .welcome_section {
    padding-top: 100px;
  }

  .container_div {
    width: 90%;
  }

  .welcome_headline {
    font-size: 3em;
  }

  .button {
    line-height: 1em;
    text-align: center;
  }

  .side_headline {
    font-size: 1.2em;
  }

  .portfolio-row.second {
    margin-top: 4px;
  }

  .portfolio-column {
    padding-right: 0px;
  }

  .project-name {
    font-size: 0.7em;
  }

  .colorbox {
    padding-top: 0px;
  }

  .financing_headline {
    font-size: 1.8em;
  }

  .white_text {
    font-size: 1em;
  }

  .div_35 {
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lasik_big_text {
    font-size: 5.2em;
  }

  .callout_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .callouts_div {
    width: 60%;
  }

  .meet_the_doctor_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(15%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/bg-image2.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 15%, #fff), url('../images/bg-image2.jpg');
    background-position: 0px 0px, 47% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .half_div {
    width: 55%;
  }

  .lasik_callout_div {
    padding: 100px 50px;
  }

  .eye_tracking_div {
    padding: 100px 50px;
  }

  .tracking_headline {
    font-size: 3em;
  }

  .footer_column2 {
    width: 30%;
  }

  .social_media_btn {
    margin-right: 5px;
  }

  .footer_column3 {
    width: 40%;
    padding-right: 19px;
  }

  .form_div {
    border-top: 1px solid hsla(0, 0%, 100%, 0.35);
  }

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

  .menu_btn {
    background-color: #a1cfe2;
    color: #fff;
  }

  .menu_btn:hover {
    background-color: #2f84b3;
  }

  .eye-pic {
    height: 420px;
    margin-bottom: 1px;
  }

  .eye-pic._3 {
    height: 420px;
  }

  .eye-pic._4 {
    height: 500px;
  }

  .eye-pic._2 {
    height: 420px;
  }

  .eye-pic._6 {
    height: 500px;
  }

  .eye-pic._5 {
    height: 500px;
  }

  .slideshow {
    height: auto;
    background-color: transparent;
  }

  .slide1 {
    min-height: 800px;
  }

  .slide1._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Herogirl_photo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Herogirl_photo.jpg');
  }

  .slide1._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Heroman_photo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Heroman_photo.jpg');
  }

  .arrow {
    display: none;
  }

  .contact_section2 {
    padding-left: 44px;
  }

  .contact_container_div {
    width: 65%;
  }

  .mask {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
    margin-top: 0px;
    margin-left: 12px;
    padding-left: 0px;
  }

  .hero_section {
    padding-top: 55px;
  }

  .top_contact_div {
    bottom: 15px;
  }

  .contact_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .phone_btn {
    font-size: 1.2em;
  }

  .top_address {
    margin-top: 0px;
    padding-top: 7px;
  }

  .welcome_section {
    padding: 30px 20px;
  }

  .container_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome_div1 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.49);
    border-right-style: none;
    border-right-color: rgba(0, 0, 0, 0.49);
  }

  .welcome_div2 {
    width: 100%;
    margin-top: 45px;
    padding-left: 0px;
  }

  .phone_icon {
    width: 30px;
    margin-top: -6px;
    margin-bottom: 3px;
  }

  .portfolio-row.second {
    margin-top: 0px;
  }

  .portfolio-column {
    padding-left: 0px;
  }

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

  .div_35 {
    width: 100%;
  }

  .div_65 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
  }

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

  .callouts_div {
    width: 70%;
  }

  .callout_btn {
    font-size: 1.2em;
  }

  .meet_the_doctor_section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0.49)), to(#fff)), url('../images/bg-image2.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.49), #fff), url('../images/bg-image2.jpg');
    background-position: 0px 0px, 47% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .half_div {
    width: 100%;
  }

  .lasik_callout_div {
    width: 100%;
    padding: 30px 20px;
  }

  .eye_tracking_div {
    width: 100%;
    padding: 30px 20px;
  }

  .footer_column1 {
    width: 100%;
    margin-top: 27px;
    padding-left: 47px;
  }

  .footer_column2 {
    width: 100%;
  }

  .footer_column3 {
    width: 100%;
    margin-top: 41px;
    padding-right: 0px;
  }

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

  .section-2 {
    padding-bottom: 0px;
  }

  .eye-pic {
    height: 270px;
    margin-bottom: 1px;
  }

  .eye-pic._3 {
    height: 270px;
  }

  .eye-pic._4 {
    height: 270px;
  }

  .eye-pic._2 {
    height: 270px;
  }

  .eye-pic._6 {
    height: 270px;
  }

  .eye-pic._5 {
    height: 270px;
  }

  .text-block-2 {
    font-size: 1.2em;
  }

  .slide1 {
    min-height: 400px;
  }

  .tagline_div {
    left: 0px;
    top: 35%;
    right: auto;
    bottom: auto;
  }

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

  .arrow {
    width: 4%;
    font-size: 1.2em;
  }

  .contact_section2 {
    padding: 50px 30px;
  }

  .contact_container_div {
    width: 100%;
  }

  .slide_nav {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .logo.footer {
    margin-bottom: 10px;
  }

  .contact_container {
    width: 90%;
    padding: 11px 20px;
  }

  .phone_btn {
    font-size: 1.2em;
  }

  .top_address {
    padding-top: 5px;
    text-align: center;
  }

  .welcome_section {
    padding: 20px 10px;
  }

  .welcome_div1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .project-name {
    padding-top: 10px;
  }

  .financing_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .callout_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .callouts_div {
    width: 100%;
  }

  .callout_btn {
    padding: 20px 12px;
  }

  .callout_icon {
    margin-right: 10px;
  }

  .meet_the_doctor_section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/bg-image2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/bg-image2.jpg');
    background-position: 0px 0px, 47% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .half_div {
    width: 100%;
  }

  .doctor_headline {
    font-size: 2.5em;
  }

  .lasik_callout_div {
    padding: 20px 10px;
  }

  .eye_tracking_div {
    padding: 20px 10px;
  }

  .tracking_headline {
    font-size: 2.5em;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .footer_column1 {
    padding-left: 0px;
  }

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

  .eye-pic {
    height: auto;
  }

  .eye-pic._3 {
    height: auto;
  }

  .eye-pic._4 {
    height: auto;
  }

  .eye-pic._2 {
    height: auto;
  }

  .eye-pic._6 {
    height: auto;
  }

  .eye-pic._5 {
    height: auto;
  }

  .text-block-2 {
    padding: 16px;
    font-size: 1em;
  }

  .refractive_headline {
    margin-bottom: 20px;
  }

  .tagline_div {
    bottom: 32%;
  }

  .slide_tagline {
    width: 85%;
    font-size: 1.2em;
  }

  .contact_section2 {
    padding: 20px 10px;
    background-position: 63% 50%;
  }

  .contact_container_div {
    padding: 26px;
  }
}

@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}