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

.badge-img {
    position: relative;
    bottom: 100px;
    max-width: 75%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4d4d4d;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 3px;
}

p {
  margin-bottom: 30px;
  line-height: 1.8em;
  font-weight: 400;
}

a {
  color: #007ca5;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #333;
  font-weight: 400;
}

li {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.8;
}

blockquote {
  padding: 10px 28px;
  border-left: 5px solid #dbedf3;
  color: #006591;
  font-size: 1.2em;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 400;
}

blockquote cite::before {
  content: '-';
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo {
  width: 250px;
}

.logo.w--current {
  width: 250px;
}

.logo.footer {
  display: block;
  width: 220px;
  margin-bottom: 25px;
  float: none;
}

.logo.scroll {
  width: 180px;
}

.logo.scroll.w--current {
  width: 200px;
}

.navlink {
  padding-right: 10px;
  padding-left: 10px;
  color: #007ca5;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #fff;
  color: #007ca5;
}

.navlink.portal {
  margin-left: 10px;
  background-color: #007ca5;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}

.navlink.portal:hover {
  background-color: #01465e;
}

.hero_section {
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.41)), color-stop(16%, hsla(0, 0%, 100%, 0.75)), color-stop(39%, hsla(0, 0%, 100%, 0))), url('../images/hero-img.jpg');
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0.75) 16%, hsla(0, 0%, 100%, 0) 39%), url('../images/hero-img.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.side_buttons_div {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 100;
  width: 200px;
  margin-top: 0px;
  padding: 0px;
  float: right;
  border: 1px none #fff;
  background-color: #fff;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.13);
  text-align: center;
}

.side_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  padding-right: 25px;
  padding-left: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

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

.side_btn._2 {
  padding-left: 45px;
  background-image: url('../images/appointment-icon_1appointment-icon.png');
  background-position: 5px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.side_btn._2:hover {
  background-image: url('../images/appointment-icon-white_1appointment-icon-white.png');
}

.side_btn._1 {
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 5px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 0.9em;
}

.side_btn._1:hover {
  background-image: url('../images/phone-icon-white_1phone-icon-white.png');
}

.side_btn._3 {
  display: none;
  background-image: url('../images/contacts-icon_1contacts-icon.png');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.side_btn._3:hover {
  background-image: url('../images/contacts-icon-white_1contacts-icon-white.png');
}

.side_btn._4 {
  background-image: url('../images/portal-icon_1portal-icon.png');
  background-position: 5px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.side_btn._4:hover {
  background-image: url('../images/portal-icon-white_1portal-icon-white.png');
}

.side_btn._5 {
  background-image: url('../images/pay-online-icon_1pay-online-icon.png');
  background-position: 5px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.side_btn._5:hover {
  background-image: url('../images/pay-online-icon-white_1pay-online-icon-white.png');
}

.main_tagline_div {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: 98;
  width: 65%;
}

.main_tagline {
  margin-bottom: 0px;
  color: #01232e;
  font-size: 6em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
}

.main_tagline2 {
  margin-left: 0px;
  color: #052530;
  font-size: 2.4em;
  font-weight: 500;
}

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

#navigation ul li a {
    margin-bottom: 0;
    color: #007ca5;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    padding: 20px 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0s;
}

.wrapper_div {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
}

.wrapper_div.welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none rgba(0, 0, 0, 0.35);
  border-bottom: 1px none rgba(0, 0, 0, 0.3);
  text-align: left;
}

.wrapper_div.counter {
  width: 65%;
}

.wrapper_div.callouts2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 51px;
  -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;
  -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;
}

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

.wrapper_div.locations {
  width: 65%;
}

.wrapper_div.testimonials {
  width: 65%;
}

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

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

.callout_btn.appointment {
  width: 50%;
  height: 450px;
  padding-right: 75px;
  padding-bottom: 43px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-color: #415861;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/appointment-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/appointment-img.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.callout_btn.appointment:hover {
  background-color: #0d3a4b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/appointment-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/appointment-img.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.callout_btn.appointment.inner {
  width: 100%;
  height: 350px;
  padding-bottom: 25px;
  padding-left: 31px;
}

.callout_btn.appointment.lasik_inner {
  width: 48%;
  height: 350px;
  padding-right: 46px;
  padding-bottom: 50px;
  padding-left: 46px;
}

.callout_btn.cataract {
  width: 50%;
  height: 450px;
  margin-bottom: 0px;
  padding-right: 75px;
  padding-bottom: 43px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/cataract-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/cataract-test-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.callout_btn.cataract:hover {
  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/cataract-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/cataract-test-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.callout_btn.cataract.inner {
  width: 100%;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 76px;
  padding-left: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/cataract-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/cataract-test-img.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 2.4em;
}

.callout_btn.cataract.inner:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/cataract-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/cataract-test-img.jpg');
  background-position: 0px 0px, 50% 20%;
  background-repeat: repeat, no-repeat;
}

.callout_btn.calculator {
  width: 50%;
  height: 450px;
  padding-right: 75px;
  padding-bottom: 46px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-color: #503a4e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/concierge-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/concierge-img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.callout_btn.calculator:hover {
  width: 50%;
  padding-right: 75px;
  padding-bottom: 46px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-color: #250e23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/concierge-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/concierge-img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.callout_btn.lasik {
  width: 50%;
  height: 450px;
  padding-right: 75px;
  padding-bottom: 47px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/lasik-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/lasik-test-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.callout_btn.lasik:hover {
  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/lasik-test-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6)), url('../images/lasik-test-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.callout_btn.lasik.prep {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/prep-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/prep-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.callout_btn.lasik.prep:hover {
  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/prep-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/prep-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.callout_btn.lasik.inner {
  width: 48%;
  height: 350px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 45px;
}

.callout_btn_small_text {
  margin-top: 10px;
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 400;
  text-transform: none;
}

.callout_btn_small_text.inner {
  margin-bottom: 0px;
  font-size: 0.65em;
  line-height: 1.1em;
}

.welcome_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: linear-gradient(296deg, #007ca5, #004055);
}

.welcome_headline {
  color: #a2b9c2;
  font-size: 2.6em;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.welcome_headline.bold {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome_text {
  color: #fff;
  font-size: 1.1em;
}

.button {
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #007ca5;
  color: #fff;
}

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

.welcome_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_choose_us {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #503a4e;
  background-image: linear-gradient(299deg, #4e234a, #007ca5);
}

.why_choose_headline {
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

._4-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._5-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.number-right-box {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 150px;
  font-family: Montserrat, sans-serif;
  color: #12108a;
  font-size: 3em;
  font-weight: 700;
}

.chart-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 171px;
  margin-bottom: 25px;
  background-image: none;
  color: #12108a;
  font-weight: 700;
}

._9-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._8-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  border-top: 1px none rgba(177, 194, 219, 0.8);
  border-bottom: 1px none rgba(177, 194, 219, 0.8);
  font-weight: 700;
}

.number-left-box {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 150px;
  font-family: Montserrat, sans-serif;
  color: #e20ad4;
  font-size: 3em;
  font-weight: 700;
}

._7-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._5-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._2-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._0-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._1-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._3-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._2-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._7-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.numbers-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 700;
}

._6-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._0-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.chart-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.19);
  color: #0380b6;
  font-weight: 700;
  text-align: center;
}

.percent-chart {
  display: none;
  -webkit-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  transform: rotate(-47deg);
}

.percent-chart:hover {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

._6-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._9-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._8-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.chart-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border-right: 1px none rgba(177, 194, 219, 0.8);
  color: #0380b6;
  text-align: center;
}

._1-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._3-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

._4-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.counter_label {
  margin-top: 0px;
  color: #fff;
  font-size: 1.2em;
  text-transform: none;
}

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

.white_headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 52px;
  color: #383838;
  font-size: 2em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.text_wrapper {
  width: 50%;
}

.button_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}

.site_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  padding-right: 60px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/aesthetics-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.site_button:hover {
  background-image: url('../images/aesthetics-bg-bw.jpg');
}

.locations_section {
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #fff;
}

.location_phone {
  margin-right: 7px;
  color: #000;
  font-size: 1em;
  text-decoration: none;
}

.location_phone:hover {
  color: #0380b6;
}

.location_phone.margin {
  margin-top: 20px;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  color: #5e5e5e;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

.tablink:hover {
  color: #0380b6;
}

.tablink.w--current {
  border-bottom: 5px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 500;
}

.tabs-menu {
  display: block;
  width: 25%;
  float: left;
  -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;
  -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;
  border-bottom: 1px none #a5a5a5;
}

.locations_ajax {
  width: 100%;
}

.location_text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #403a3a;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
}

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

.address-div {
  width: 90%;
}

.map_div {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.tabpane {
  padding: 5px 39px 20px;
}

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

.container_div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ajax_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.callout_headline2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4d4d4d;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tabs-content {
  width: 75%;
  float: right;
}

.side_button_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-bottom: -1px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-size: 1.5em;
  text-align: left;
}

.decs_text {
  margin-top: 25px;
  padding-top: 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  color: #2b2b2b;
  font-size: 0.45em;
  line-height: 1.2em;
  font-weight: 300;
}

.testimonials_section {
  padding-top: 101px;
  padding-bottom: 101px;
  background-color: #e7f7fd;
}

.footer_section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #dbedf3;
}

.testimonials_video_dv {
  display: block;
  margin-top: 55px;
  margin-bottom: 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;
}

.testimonials_headline {
  font-size: 2.8em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.testimonials_text {
  height: auto;
  margin-bottom: 15px;
  line-height: 1.8em;
}

.testimonials_name {
  margin-bottom: 30px;
}

.footer_div {
  width: 45%;
}

.sodial_media_div {
  margin-top: 30px;
  margin-bottom: 0px;
}

.soc_media-text {
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
}

.soc_media_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 46px;
  -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;
}

.soc_media_btn {
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: opacity 375ms ease;
  transition: opacity 375ms ease;
}

.soc_media_btn:hover {
  opacity: 0.52;
}

.soc_media_btn.side {
  width: 28px;
  margin-right: 0px;
}

.footer_text {
  color: #666;
  font-size: 0.8em;
  font-weight: 400;
}

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

.bottom_navlink_wrapper {
  width: 48%;
  padding-top: 65px;
}

.bottom_navlink {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
}

.bottom_navlink:hover {
  color: #007ca5;
}

.navbar_scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
}

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

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

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

.search_input {
  display: none;
  margin-top: 8px;
  margin-bottom: 0px;
}

.search_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/search-icon-bw_1search-icon-bw.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: rgba(51, 51, 51, 0);
}

.search_btn.scroll {
  border-color: #000;
  background-image: url('../images/search-icon-bw_1search-icon-bw.png');
}

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

.slideshow {
  display: none;
  height: 100%;
}

.doctors_section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6e6e6;
  background-image: linear-gradient(300deg, #fff, #cacaca);
  display: flex;
}

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

.doc_slide {
  width: 25%;
  padding: 15px;
}

.doc_img {
  margin-bottom: 25px;
  box-shadow: 0 0 17px -5px rgba(0, 0, 0, 0.27);
}

.mask {
  margin-right: 30px;
  margin-left: 30px;
}

.callout_headline {
  margin-bottom: 10px;
  color: #000;
  font-size: 3em;
}

.callout_headline.docs {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.slide_nav {
  display: none;
}

.wrapper_div-2 {
  width: 75%%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.wrapper_div-3{
	 width: 45% !important;
	margin-left: 30px !important;
	display: inline-block;
}

.wrapper_div-2.doctors {
  width: 80%;
  text-align: center;
}

.wrapper_div-2.inner_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

.wrapper_div-2.inner_flex.margin {
  margin-top: 60px;
}

.wrapper_div-2.callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -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-2.callouts.inner {
  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;
}

.wrapper_div-2.flex {
  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-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-2.inner_flex2 {
  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-2.docs {
  width: 75%;
}

.doc_btn {
  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-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: #000;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.doc_btn:hover {
  color: #06a4d8;
}

.arrow {
  width: 30px;
  color: #000;
  font-size: 0.9em;
}

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

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

.slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(0, 0, 0, 0.64))), url('../images/hero-img5.jpg');
  background-image: linear-gradient(180deg, transparent 27%, rgba(0, 0, 0, 0.64)), url('../images/hero-img5.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.navlink_dropdown.scroll {
  color: #000;
}

.dropdown_toggle {
  padding-right: 20px;
  padding-left: 10px;
  color: #007ca5;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

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

.dropdown_toggle.scroll {
  color: #007ca5;
}

.dropdown_toggle.scroll.w--open {
  color: #007ca5;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: 0.8em;
}

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

.dropdown_list.last {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown_list.last.w--open {
  top: 60px;
}

.dropdown_link {
  color: #007ca5;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown_link:hover {
  background-color: #007ca5;
  color: #fff;
  text-transform: uppercase;
}

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

.inner_content_div {
  width: 100%;
  margin-bottom: 2em;
}

.inner_headline {
  color: #007ca5;
  font-size: 2.4em;
  font-weight: 600;
}

.list-2 {
  font-size: 1.1em;
  font-weight: 300;
}

.question_headline {
  color: #06abe2;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
}

.inner_docs_headline {
  width: 100%;
  color: #007ca5;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}

.doctor_btn_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 15px;
  padding: 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.doctor_btn_inner:hover {
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
}

.doctor_btn_inner._20 {
  width: 24%;
}

.doc_btn_img {
  width: 150px;
  margin-left: 16px;
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.15);
}

.inner_video {
  margin-bottom: 0px;
}

.cataract_list {
  margin-bottom: 0px;
  color: #007ca5;
  font-size: 1em;
  font-weight: 500;
}

.cataract_list.margin {
  margin-bottom: 29px;
}

.doc_btn_text {
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.47);
  border-radius: 0px;
}

.docs_side_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_hero_section {
  height: 85%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.68)), color-stop(74%, transparent)), url('../images/lasik-hero-img.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 74%), url('../images/lasik-hero-img.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_hero_section.cataract {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, hsla(0, 0%, 100%, 0)), color-stop(73%, hsla(0, 0%, 100%, 0.77)), color-stop(103%, hsla(0, 0%, 100%, 0.38))), url('../images/cataract-hero-img.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 54%, hsla(0, 0%, 100%, 0.77) 73%, hsla(0, 0%, 100%, 0.38) 103%), url('../images/cataract-hero-img.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-transform: uppercase;
}

.inner_hero_text_wrapper {
  position: absolute;
  left: 6%;
  top: 26%;
  right: auto;
  bottom: auto;
  width: 45%;
}

.inner_hero_text_wrapper.lasik {
  left: auto;
  top: auto;
  right: auto;
  bottom: 20%;
  width: 100%;
}

.inner_hero_headline_red {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
}

.inner_hero_headline_red.big {
  margin-bottom: 0px;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.inner_hero_headline_red.cataract {
  margin-bottom: 5px;
  color: #000;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.inner_hero_headline_red.black {
  color: #3a3a3a;
  font-size: 1.6em;
  font-weight: 500;
}

.button-2 {
  padding: 20px 35px;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
}

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

.button-2.hero {
  margin: 10px 10px 0px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.35);
  background-color: #007ca5;
  font-size: 1em;
  font-weight: 400;
}

.button-2.hero:hover {
  background-color: #fff;
  color: #000;
}

.button-2.hero._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}

.button-2.hero._2:hover {
  background-color: #fff;
  color: #000;
}

.text_wrapper-2 {
  width: 50%;
  padding-right: 81px;
  padding-left: 81px;
}

.text_wrapper-2.inner {
  display: block;
  width: 48%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text_wrapper-2.inner._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  -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;
}

.text_wrapper-2.flex_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_wrapper-2.inner {
  padding-right: 0px;
  padding-left: 0px;
}

.text_wrapper-2.inner._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-bottom: 70px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.what_is_lasik_section {
  padding-top: 107px;
  padding-bottom: 104px;
  background-color: #fff;
}

.cataract_img_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 0px;
  padding-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;
  -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;
}

.inner_main_headline-2 {
  color: #007ca5;
  font-size: 2.8em;
  font-weight: 700;
}

.inner_main_headline-2.bold {
  width: 100%;
  margin-bottom: 0px;
  color: #000;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
}

.inner_main_headline-2.full_width {
  width: 100%;
}

.project-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 9px;
  -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-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: none;
}

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

.condition_text_div {
  width: 100%;
  padding-top: 0px;
}

.conditions_label {
  width: auto;
  height: 40px;
  margin-top: 9px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0px;
}

.condition_img {
  width: 60px;
  margin-right: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.condition_wrapper_div {
  display: block;
  width: 48%;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.why_lasik_section {
  padding-top: 109px;
  padding-bottom: 35px;
  background-color: #e4e4e4;
}

.video_section {
  padding-top: 107px;
  padding-bottom: 107px;
  background-color: #fff;
}

.video_section.grey {
  padding-bottom: 65px;
  background-color: #e6e6e6;
}

.reasons_lasik_section {
  padding-top: 50px;
  padding-bottom: 127px;
  background-color: #fff;
}

.lasik_doctors_section {
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #503a4e;
  background-image: linear-gradient(142deg, #033e52, #06abe2);
}

.lasik_callouts_section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #e6e6e6;
}

.care_credit_logo {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.financing_section {
  padding-top: 99px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: url('../images/financing-img.jpg');
  background-position: 100% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.faqs_section {
  padding-top: 86px;
  padding-bottom: 86px;
  background-color: #fff;
}

.faqs_section.white_bg {
  background-color: #fff;
}

.video_div {
  width: 48%;
}

.video_div.half {
  width: 100%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
}

.video_div.library {
  width: 65%;
}

.inner_img_div {
  width: 48%;
}

.inner_maintag_wrapper {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.condition_header_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -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;
  border-bottom: 5px solid #000;
}

.choosing_practice_section {
  padding-top: 119px;
  padding-bottom: 119px;
  background-color: #415861;
  background-image: linear-gradient(145deg, #046281, #052b38);
}

.selft_test_section_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  -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-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;
  text-align: center;
}

.care_credit_btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 14px;
  -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: #000;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.care_credit_btn-2:hover {
  background-color: #007ca5;
  color: #fff;
}

.wrapper_div-3 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

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

.cataract_surgery_section {
  padding-top: 81px;
  padding-bottom: 0px;
}

.ajax_section {
  padding-top: 74px;
  padding-bottom: 100px;
}

.tab_link {
  width: 33%;
  margin-bottom: 15px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  background-color: transparent;
  font-size: 1.2em;
  font-weight: 300;
}

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

.tab_link.w--current {
  background-color: #007ca5;
  color: #fff;
  font-weight: 500;
}

.tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab_pane {
  width: auto;
  height: auto;
  padding: 30px 0px 0px;
}

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

.ajax_text_wrapper {
  width: 48%;
  padding-left: 0px;
}

.ajax-img_div {
  width: 48%;
}

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

.tabs_content {
  width: 100%;
  float: right;
}

.top_social_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 10px;
  padding-left: 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: #000;
}

.inner_testimonials_headline {
  margin-bottom: 25px;
  color: #0ba9dd;
  font-weight: 700;
  letter-spacing: 0px;
}

.library_headline {
  width: 100%;
  margin-bottom: 52px;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

.asterix_text {
  margin-top: 29px;
  margin-bottom: 0px;
  font-size: 0.9em;
}

.inner_headline-2 {
  color: #2c013a;
  font-size: 2.4em;
  font-weight: 400;
}

.inner_headline-2.white {
  color: #007ca5;
  font-weight: 500;
}

.question_headline-2 {
  color: #06abe2;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.lasik_doctors_section-2 {
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #503a4e;
  background-image: linear-gradient(142deg, #072731, #079cce 99%);
}

.inner_docs_headline-2 {
  width: 100%;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.doctor_btn_inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-bottom: 15px;
  padding: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.doctor_btn_inner-2:hover {
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
}

html.w-mod-js *[data-ix="50-years-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="74-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="87-percent-pie"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

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

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

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

.left_side_pf,.right_side_pf {
box-shadow: 2px 2px 2px 2px #ddd;
padding: 10px;
}

#post-2472 summary {
  padding: 10px;
  background-color: #233679;
  margin: 2px 0;
  color: #fff;
}

#post-2472 summary:before {
  content: '>';
  margin-right: 10px;
  color: yellow;
}

#post-2472 details {
  background-color: #7687c21c;
}

#post-2472 details ul {
    padding: 10px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 20px;
}

#post-2472 details p {
  display: none;
}


@media screen and (max-width: 991px) {
  .navlink.portal {
    margin-left: 0px;
  }

  .hero_section {
    background-position: 0px 0px, 30% 50%;
  }

  .navmenu {
    background-color: #fff;
  }

  .side_buttons_div {
    position: static;
    right: 0px;
    bottom: 20px;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    float: none;
    background-color: transparent;
    text-align: center;
  }

  .main_tagline_div {
    width: 80%;
  }

  .main_tagline {
    font-size: 4em;
    line-height: 1em;
  }

  .main_tagline2 {
    margin-bottom: 0px;
    margin-left: -9px;
    font-size: 1.6em;
  }

  .wrapper_div.callouts {
    width: 100%;
  }

  .wrapper_div.welcome {
    width: 85%;
  }

  .wrapper_div.counter {
    width: 95%;
  }

  .wrapper_div.locations {
    width: 85%;
  }

  .wrapper_div.testimonials {
    width: 85%;
  }

  .wrapper_div.footer {
    width: 85%;
  }

  .wrapper_div.ajax {
    width: 85%;
  }

  .callout_btn.appointment {
    padding-bottom: 26px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.appointment.lasik_inner {
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .callout_btn.cataract {
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.calculator {
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.calculator:hover {
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.lasik {
    padding-right: 25px;
    padding-bottom: 24px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.lasik:hover {
    padding-right: 25px;
    padding-bottom: 24px;
    padding-left: 25px;
    font-size: 1.6em;
  }

  .callout_btn.lasik.inner {
    padding-right: 24px;
    padding-bottom: 30px;
    padding-left: 24px;
  }

  .welcome_text_wrapper {
    width: 100%;
  }

  .welcome_img {
    width: 100%;
    margin-top: 41px;
  }

  .why_choose_headline {
    font-size: 1.8em;
  }

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

  .chart-item-2 {
    width: 32%;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 1px none rgba(177, 194, 219, 0.8);
    border-left: 1px none hsla(0, 0%, 100%, 0.19);
    border-right-style: solid;
  }

  .chart-item-3 {
    width: 32%;
    padding-bottom: 30px;
  }

  .counter_label {
    font-size: 1em;
  }

  .text_wrapper {
    width: 65%;
  }

  .site_button {
    padding-right: 30px;
    background-position: 100% 50%;
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .tablink {
    font-size: 1em;
  }

  .location_headline {
    font-size: 22px;
  }

  .tabpane {
    padding: 25px;
  }

  .container_div {
    width: 85%;
  }

  .callout_headline2 {
    font-size: 1.7em;
    line-height: 1em;
  }

  .side_button_label {
    width: 45%;
    height: auto;
  }

  .testimonials_text {
    height: auto;
  }

  .soc_media_btn.side {
    margin-right: 7px;
    margin-left: 7px;
  }

  .navbar_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .doc_slide {
    width: 33%;
    padding: 20px;
  }

  .wrapper_div-2 {
    width: 85%;
  }

  .wrapper_div-2.doctors {
    width: 85%;
  }

  .wrapper_div-2.inner_flex {
    width: 85%;
  }

  .wrapper_div-2.callouts.inner {
    width: 85%;
  }

  .doc_btn {
    font-size: 1em;
  }

  .inner_content_div {
    width: 100%;
  }

  .doctor_btn_inner {
    width: 100%;
  }

  .doctor_btn_inner._20 {
    width: 45%;
  }

  .doc_btn_img {
    width: 100px;
  }

  .docs_side_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner_hero_section {
    height: 100%;
  }

  .inner_hero_section.cataract {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, hsla(0, 0%, 100%, 0)), color-stop(78%, hsla(0, 0%, 100%, 0.8)), color-stop(103%, hsla(0, 0%, 100%, 0.6))), url('../images/cataract-hero-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 45%, hsla(0, 0%, 100%, 0.8) 78%, hsla(0, 0%, 100%, 0.6) 103%), url('../images/cataract-hero-img.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_hero_text_wrapper {
    top: 36%;
    width: 50%;
  }

  .inner_hero_text_wrapper.lasik {
    left: auto;
    top: auto;
    right: auto;
    bottom: 3%;
    width: 100%;
  }

  .inner_hero_headline_red {
    font-size: 1.5em;
  }

  .inner_hero_headline_red.big {
    font-size: 4em;
  }

  .inner_hero_headline_red.cataract {
    font-size: 3.6em;
  }

  .button-2.hero {
    margin-top: -2px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .text_wrapper-2 {
    width: 100%;
    padding: 56px;
  }

  .text_wrapper-2.inner {
    width: 100%;
    margin-top: 34px;
    padding-top: 0px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text_wrapper-2.inner._2 {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .what_is_lasik_section {
    padding-top: 66px;
  }

  .cataract_img_div {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .inner_main_headline-2.bold {
    font-size: 2.6em;
  }

  .project-name {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .condition_text_div {
    width: 100%;
  }

  .conditions_label {
    height: 80px;
  }

  .condition_img {
    width: 100px;
  }

  .condition_wrapper_div {
    width: 48%;
  }

  .video_section {
    padding-top: 70px;
    padding-bottom: 28px;
  }

  .financing_section {
    padding-top: 74px;
    padding-bottom: 565px;
    background-image: url('../images/financing-img.jpg');
    background-position: 50% 97%;
    background-size: 450px;
  }

  .video_div {
    width: 100%;
    margin-bottom: 40px;
  }

  .video_div.video_half_column {
    width: 100%;
    margin-bottom: 62px;
  }

  .inner_img_div {
    display: block;
    width: 100%;
  }

  .inner_maintag_wrapper {
    width: 95%;
  }

  .choosing_practice_section {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .selft_test_section_headline {
    width: 100%;
  }

  .wrapper_div-3 {
    width: 85%;
  }

  .wrapper_div-3.inner_flex {
    width: 85%;
  }

  .ajax_section {
    padding-top: 27px;
  }

  .tab_link {
    font-size: 1.1em;
  }

  .ajax_text_wrapper {
    width: 100%;
  }

  .ajax-img_div {
    width: 100%;
    margin-top: 22px;
  }

  .menu_btn {
    color: #033e52;
  }

  .menu_btn:hover {
    background-color: #007ca5;
    color: #fff;
  }

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

  .nav_menu {
    background-color: #fff;
  }

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

  .doctor_btn_inner-2 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo.scroll.w--current {
    padding-left: 0px;
  }

  .hero_section {
    background-position: 0px 0px, 50% 0%;
  }

  .side_buttons_div {
    right: 30px;
    bottom: 26px;
    display: none;
    width: 100%;
    padding: 0px;
  }

  .main_tagline_div {
    left: 20px;
    bottom: 20px;
    width: 90%;
  }

  .main_tagline {
    font-size: 2.2em;
  }

  .main_tagline2 {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1.1em;
  }

  .wrapper_div.welcome {
    width: 85%;
  }

  .wrapper_div.locations {
    width: 85%;
  }

  .wrapper_div.testimonials {
    width: 85%;
  }

  .callout_btn.appointment {
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
  }

  .callout_btn.appointment.lasik_inner {
    width: 100%;
    margin-bottom: 46px;
  }

  .callout_btn.cataract {
    width: 100%;
    height: 350px;
  }

  .callout_btn.cataract.inner {
    padding-bottom: 38px;
    padding-left: 41px;
  }

  .callout_btn.calculator {
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
  }

  .callout_btn.calculator:hover {
    width: 100%;
  }

  .callout_btn.lasik {
    width: 100%;
    height: 350px;
  }

  .callout_btn.lasik:hover {
    width: 100%;
  }

  .callout_btn.lasik.inner {
    width: 100%;
    margin-bottom: 19px;
  }

  .welcome_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .welcome_headline.bold {
    font-size: 2em;
  }

  .welcome_text_wrapper {
    width: 100%;
  }

  .welcome_img {
    width: 100%;
  }

  .text_wrapper {
    width: 100%;
  }

  .location_text {
    font-size: 14px;
    line-height: 24px;
  }

  .map_div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .container_div.flex {
    width: 100%;
  }

  .side_button_label {
    width: 55%;
    padding-left: 0px;
  }

  .testimonials_section {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .testimonials_headline {
    font-size: 2em;
  }

  .footer_div {
    width: 100%;
  }

  .bottom_navlinks_div {
    width: 100%;
  }

  .bottom_navlink_wrapper {
    padding-top: 0px;
  }

  .navbar_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar_scroll.inner {
    padding-bottom: 0px;
  }

  .doc_slide {
    width: 50%;
    padding: 15px;
  }

  .callout_headline.docs {
    font-size: 2em;
  }

  .wrapper_div-2.docs {
    width: 85%;
  }

  .inner_wrapper {
    width: 85%;
  }

  .inner_headline {
    font-size: 2em;
  }

  .doctor_btn_inner {
    width: 100%;
  }

  .doctor_btn_inner._20 {
    width: 48%;
  }

  .docs_side_div {
    width: 100%;
  }

  .inner_hero_section {
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/lasik-hero-img.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/lasik-hero-img.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_hero_text_wrapper {
    position: absolute;
    left: 4%;
    top: auto;
    right: 0%;
    bottom: 15px;
    width: 60%;
  }

  .inner_hero_text_wrapper.lasik {
    position: absolute;
    left: 0%;
    top: 200px;
    right: 0%;
    bottom: auto;
    width: 100%;
    padding-right: 31px;
    padding-left: 31px;
  }

  .inner_hero_headline_red {
    margin-bottom: 6px;
    font-size: 1em;
  }

  .inner_hero_headline_red.big {
    font-size: 2em;
  }

  .inner_hero_headline_red.cataract {
    font-size: 2em;
  }

  .inner_hero_headline_red.black {
    font-size: 1em;
  }

  .button-2 {
    padding: 12px 15px;
  }

  .button-2.hero {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 8px 13px;
    font-size: 0.8em;
  }

  .button-2.hero._2 {
    margin-bottom: 15px;
  }

  .text_wrapper-2.inner {
    margin-top: 47px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text_wrapper-2.flex_inner {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text_wrapper-2.inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text_wrapper-2.inner._2 {
    width: 100%;
  }

  .what_is_lasik_section {
    padding-top: 65px;
    padding-bottom: 57px;
  }

  .cataract_img_div {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .inner_main_headline-2 {
    font-size: 2em;
  }

  .condition_text_div {
    width: 100%;
  }

  .conditions_label {
    height: auto;
    font-size: 1.2em;
  }

  .condition_wrapper_div {
    width: 100%;
  }

  .why_lasik_section {
    padding-top: 63px;
  }

  .video_section.grey {
    padding-top: 66px;
    padding-bottom: 1px;
  }

  .reasons_lasik_section {
    padding-bottom: 50px;
  }

  .financing_section {
    height: auto;
    padding-bottom: 575px;
    background-image: url('../images/financing-img.jpg');
    background-size: 450px;
    background-repeat: no-repeat;
  }

  .video_div.video_half_column {
    width: 100%;
    margin-bottom: 42px;
  }

  .inner_maintag_wrapper {
    width: 100%;
  }

  .ajax_section {
    padding-top: 22px;
  }

  .tab_link {
    padding: 17px 16px;
  }

  .library_headline {
    font-size: 2em;
  }

  .inner_headline-2.white {
    font-size: 2em;
  }

  .doctor_btn_inner-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
    
    .badge-img {
 
    bottom: 70px;
 
}
	.wrapper_div-3{
		width: 100% !important;
		margin-left: auto !important;
	}
  blockquote {
    font-size: 1.2em;
  }

  .hero_section {
    background-position: 0px 0px, 45% 50%;
  }

  .side_buttons_div {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
    font-size: 1em;
  }

  .main_tagline {
    font-size: 1.8em;
  }

  .main_tagline2 {
    font-size: 1em;
  }

  .wrapper_div.callouts2 {
    width: 80%;
  }

  .wrapper_div.footer {
    width: 85%;
  }

  .callout_btn.appointment.inner {
    width: 100%;
    padding-right: 21px;
    padding-bottom: 24px;
    padding-left: 22px;
    font-size: 1.4em;
  }

  .callout_btn.cataract.inner {
    padding-right: 21px;
    padding-bottom: 31px;
    padding-left: 21px;
    font-size: 1.8em;
  }

  .callout_btn.lasik.inner {
    font-size: 1.6em;
  }

  .welcome_headline {
    font-size: 2em;
  }

  .welcome_headline.bold {
    font-size: 1.8em;
  }

  .welcome_text {
    font-size: 1em;
  }

  .chart-item-2 {
    width: 100%;
    border-right-style: none;
    opacity: 0.93;
  }

  .chart-item-3 {
    width: 100%;
  }

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

  .site_button {
    height: 600px;
    padding-bottom: 41px;
    padding-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 50%;
  }

  .locations_section {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .tablink {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tabs-menu {
    width: 100%;
  }

  .address-div {
    width: 100%;
  }

  .map_div {
    width: 100%;
    margin-top: 42px;
    margin-bottom: 0px;
  }

  .container_div {
    width: 95%;
  }

  .tabs-content {
    width: 100%;
  }

  .side_button_label {
    width: 90%;
  }

  .decs_text {
    color: #3b3b3b;
    font-weight: 400;
  }

  .testimonials_headline {
    font-size: 2em;
  }

  .footer_div {
    width: 100%;
  }

  .bottom_navlink_wrapper {
    width: 100%;
    padding-top: 0px;
  }

  .doc_slide {
    width: 100%;
  }

  .wrapper_div-2.callouts {
    width: 90%;
  }

  .inner_headline {
    font-size: 1.8em;
  }

  .question_headline {
    font-size: 1.2em;
  }

  .inner_docs_headline {
    font-size: 1.8em;
  }

  .doctor_btn_inner {
    width: 100%;
  }

  .doctor_btn_inner._20 {
    width: 100%;
  }

  .docs_side_div {
    width: 100%;
  }

  .inner_hero_section {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/lasik-hero-img.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/lasik-hero-img.jpg');
    background-position: 0px 0px, 60% 50%;
  }

  .inner_hero_section.cataract {
    background-position: 0px 0px, 20% 50%;
  }

  .inner_hero_text_wrapper {
    left: 0%;
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .inner_hero_text_wrapper.lasik {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-2.hero {
    margin-bottom: 5px;
  }

  .text_wrapper-2 {
    padding-right: 26px;
    padding-left: 26px;
  }

  .text_wrapper-2.inner {
    margin-top: 37px;
  }

  .what_is_lasik_section {
    padding-top: 12px;
    padding-bottom: 36px;
  }

  .cataract_img_div {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .inner_main_headline-2 {
    font-size: 1.6em;
  }

  .inner_main_headline-2.bold {
    font-size: 2em;
    text-align: left;
  }

  .condition_text_div {
    width: 100%;
    padding-top: 0px;
    text-align: left;
  }

  .condition_img {
    width: 70px;
    margin-bottom: 0px;
  }

  .condition_wrapper_div {
    margin-bottom: 13px;
    padding-left: 4px;
    -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;
  }

  .why_lasik_section {
    padding-top: 45px;
  }

  .video_section {
    padding-top: 64px;
    padding-bottom: 26px;
  }

  .video_section.grey {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .reasons_lasik_section {
    padding-top: 26px;
  }

  .lasik_doctors_section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lasik_callouts_section {
    padding-top: 47px;
    padding-bottom: 26px;
  }

  .financing_section {
    padding-top: 59px;
    padding-bottom: 435px;
    background-size: 320px;
  }

  .faqs_section.white_bg {
    padding-top: 59px;
  }

  .choosing_practice_section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .cataract_surgery_section {
    padding-top: 51px;
  }

  .tab_link {
    width: 100%;
  }

  .ajax-img_div {
    margin-top: 0px;
  }

  .library_headline {
    font-size: 1.6em;
  }

  .inner_headline-2 {
    font-size: 2em;
  }

  .inner_headline-2.white {
    font-weight: 700;
  }

  .doctor_btn_inner-2 {
    width: 100%;
  }
}

