h1 {
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h2 {
  margin-top: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 44px;
  line-height: 1.125;
  font-weight: 300;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.125;
  font-weight: 500;
}

h4 {
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5 {
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
  -webkit-transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  color: #333;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.entry h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 35px;
  line-height: 1.125;
  font-weight: 300;
}

.entry p{
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.entry li{
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}

.entry a{
  position: relative;
  -webkit-transition: all 350ms ease;transition: all 350ms ease;
}

.entry a:hover {color:#B6B6B6;}

/* .entry p a:hover{
  color: #ffffff;
} */

.entry p a:before{
  content: ' ';
  position: absolute;
  left: -3px;
  bottom: -5px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease;transition: all 400ms ease;
}

.entry a:hover:before{
  width: 110%;
  left: -5%;
  opacity: 1;
  border-radius: 5px;
}

.entry .wp-caption{
  color: #fff;
  max-width: 100%;
  border-radius: 2px;
  padding: 5px 3px 5px;
  text-align: center;
  display: block;
  width: 60%;
  min-width: 250px;
  margin: 25px auto 50px;
  background-color: #FE5000;
  font-style: italic;
  box-shadow: 0px 10px 20px #bfbcbc;
}

.entry img{
  margin-top: 10px;
  margin-bottom: 30px;
}

.entry blockquote{
  margin: 20px 0px 40px;
  padding: 10px 20px;
  border-left: 5px solid #FE5000;
  font-size: 18px;
  background-color: #e9e6e6;
  line-height: 32px;
  text-align: left;
  box-shadow: 0px 10px 20px #bfbcbc;
  border-top: 1px solid rgba(199, 199, 199, 0.67);
  border-right: 1px solid rgba(199, 199, 199, 0.67);
  border-bottom: 1px solid rgba(199, 199, 199, 0.67);
}

.entry .border-bottom{
  border-bottom: 2px solid #FE5000;
}

.entry .gflexbox.threebox{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.entry .gflexbox.twobox{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.125;
  font-weight: 300;
}

.body {
  height: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, .63);
}

.logo {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo.bottom {
  display: inline-block;
  margin: 0px 0px 10px;
  padding-right: 0px;
  float: none;
  border-right-style: none;
}

.logo__image--header {
  width: 400px;
  height: 100%;
}

.navlink {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
  padding: 16px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: rgba(0, 0, 0, .3);
}

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

.navlink.nl-drop {
  margin-left: 0px;
}

.main_section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.zoom_div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/03/2025-New-Naples-Office-Photo-Homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main_headline {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.125;
  font-weight: 200;
}

.main_subheadline {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.125;
  font-weight: 200;
  text-transform: none;
}

.top_contact_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  -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 solid rgba(0, 0, 0, .14);
  border-left: 1px none rgba(0, 0, 0, .67);
  background-color: #e9e6e6;
}

.phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.phone_btn:hover {
  background-color: #cacaca;
  color: #5a5a5a;
}

.phone_btn.bottom {
  padding-left: 36px;
  background-image: url('../images/phone-icon-white.png');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
}

.phone_btn.bottom:hover {
  background-color: transparent;
  opacity: 0.3;
}

.phone_btn.phone_btn--fax {
  background-image: url('../images/fax.svg');
  background-size: 20px;
}

.request_appointment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.request_appointment:hover {
  background-color: #cacaca;
}

.about_section {
  padding-top: 0px;
}

.flex_container_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_container_div.height {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image_div.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.image_div.lazy-background.visible {background-image: url(../images/Dr-Ginsberg-b.jpg);}

.image_div {
  width: 50%;
  /*background-image: url('../images/Dr-Ginsberg-b.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_div_2.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.image_div_2.lazy-background.visible {background-image: url(../images/Suzana-3.jpg);}

.image_div_2{
  /*background-image: url('../images/Suzana-3.jpg');*/
}

.text_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -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: #e9e6e6;
}

.homepage_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, .47);
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  line-height: 1.125;
  font-weight: 200;
  text-transform: uppercase;
}

.homepage_headline.doc-welcome{
  font-size: 35px;
}

.homepage_headline.white {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom-color: hsla(0, 0%, 100%, .57);
  color: #fff;
  font-size: 48px;
}

.homepage_headline.white.hhw-2 {
  margin-bottom: 20px;
  color: #fff;
}

.homepage_headline.right {
  text-align: right;
}

.homepage_headline.callout {
  display: block;
  margin-right: 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, .54);
  color: #fff;
  font-size: 34px;
}

.homepage_headline.callout._2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 25px;
  border-bottom-style: none;
  font-size: 38px;
  text-align: left;
}

.homepage_text {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.5;
}

.homepage_texter {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.5;
}

.homepage_text.right {
  max-width: 480px;
  text-align: right;
}

.homepage_text.ht-doc {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.homepage_text.ht-doc.htd2 {
  margin-bottom: 20px;
}

.homepage_text.ht2 {
  display: block;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

.homepage_texter.ht2 {
  display: block;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

.homepage_text.ht2.htw-1 {
  width: 100%;
}

.learn_more_btn {
  padding: 10px 20px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .65);
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}

.learn_more_btn:hover {
  background-color: #888;
  color: #fff;
}

.learn_more_btn.white {
  border-color: hsla(0, 0%, 100%, .59);
  color: #fff;
}

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

.learn_more_btn.selftest {
  padding: 15px 25px;
  border-color: hsla(0, 0%, 100%, .54);
  color: #fff;
  font-size: 16px;
}

.contact_form_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 100px 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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: #747474;
  text-align: center;
}

.map_div {
  width: 100%;
  height: auto;
}

.form_wrapper {
  width: 60%;
}

.text_field {
  width: 48%;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .52);
  background-color: transparent;
  color: #fff;
}

.text_field:hover {
  border-color: #fff;
}

.textarea {
  width: 97.5%;
  min-height: 150px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .52);
  background-color: transparent;
  color: #fff;
}

.textarea:hover {
  border-color: #fff;
}

.map {
}

.address_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 30px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/location-icon.png');
  background-position: 0px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .76);
  font-size: 16px;
  font-weight: 300;
}

.why_choose_section {
  padding: 150px 20px;
  background-color: #e9e6e6;
  text-align: center;
}

.navmenu {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown_toggle {
  padding: 0px;
  background-color: transparent;
  font-weight: 400;
}

.dropdown_toggle.w--open {
  background-color: #969696;
  color: #fff;
  font-weight: 400;
}

.dropdown_icon {
  display: none;
  margin-right: 10px;
}

.dropdown_link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.dropdown_link:hover {
  color: #000;
}

.dropdown_list.w--open {
  display: block;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #969696;
}

.dropdown_container {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.container_div {
  display: block;
 /*  display: grid; */
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.container_div.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.self_test_section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.self_test_section.lazy-background.visible {background-image: url(../images/self-test-bg2.jpg);}

.self_test_section {
  padding-top: 150px;
  padding-bottom: 150px;
  /*background-image: url('../images/self-test-bg2.jpg');*/
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.self_test_btns_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -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;
}

.self_test_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 150px;
  margin-bottom: 30px;
  -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 dotted #000;
  color: #5a5a5a;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.btn_text_large {
  font-size: 36px;
  font-weight: 700;
}

.cosmetic_procedures_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 720px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-image: url('../images/cosmetic_1.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials_section {
}

.testimonials_section .container_div.small{
  max-width: 1400px;
}

.footer_section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #494949;
  text-align: center;
}

.footer_text {
  font-family: Montserrat, sans-serif;
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 300;
}
.footer_text a {color:#cfcfcf;}

.testimonials_name {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.chat_icon {
  margin-bottom: 30px;
}

.callout_half_div_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-left: 50px;
  -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-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;
}

.lasik_section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.lasik_section.lazy-background.visible {background-image: url(../images/Naples-Pier.jpg);}

.lasik_section {
  padding-top: 150px;
  padding-bottom: 150px;
  /*background-image: url('../images/Naples-Pier.jpg');*/
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cataract_section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.cataract_section.lazy-background.visible {background-image: url(../images/cataract-bg.jpg);}

.cataract_section {
  padding-top: 150px;
  padding-bottom: 150px;
  /*background-image: url('../images/cataract-bg.jpg');*/
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.callout_half_div_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  padding-right: 75px;
  padding-left: 50px;
  float: right;
  -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;
  text-align: left;
}

.callout_container_div {
  width: 100%;
  margin-right: 0px;
  padding: 30px 35px;
  background-color: rgba(90, 90, 90, .75);
}

.surgery_txt {
  font-size: 22px;
}

.success_msg {
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.error_msg {
  background-color: transparent;
  color: #f85959;
}

.submit_btn {
  margin-left: 5px;
  padding-right: 35px;
  padding-left: 35px;
  border: 1px solid #fff;
  background-color: #747474;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

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

.callout_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .51);
}

.callout_div._2 {
  display: none;
  margin-top: 46px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  text-align: center;
}

.callout_text {
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
}

.callout_text.expand {
  display: none;
  width: 90%;
  margin-top: 0px;
  line-height: 1.5;
  text-align: left;
}

.lasik_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.callout_text_container_div {
  display: block;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.read_more_link {
  display: none;
  color: #fff;
  text-decoration: none;
}

.read_more_link:hover {
  color: #a8eefc;
}

.close_button {
  width: auto;
  height: auto;
  opacity: 0.6;
  -webkit-transition: opacity 383ms ease;
  transition: opacity 383ms ease;
}

.close_button:hover {
  opacity: 1;
}

.prk_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icl_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cataract_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.iol_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.glaucoma_text_div {
  display: none;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_section {
  /* padding: 140px 20px 160px; */
    padding: 180px 20px 160px;
}

.content_div {
  width: 100%;
  float: left;
}

.side_div {
  min-width: 278px;
  margin-right: 40px;
  padding-bottom: 50px;
  max-width: 375px;
}

.secondary_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .29);
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 200;
}

.text {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.side_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 24px;
  line-height: 1.125;
  font-weight: 200;
  text-transform: uppercase;
}

.side_link {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.side_link:hover {
  color: #000;
}

.side_link.w--current {
  color: silver;
}

.side_navbar_div {
  margin-top: 10px;
  margin-bottom: 50px;
}

.subheadline {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #6d6d6d;
  font-size: 24px;
  line-height: 1.125;
  font-weight: 300;
}

.bold_text {
  font-weight: 500;
}

.cosmetic_logo {
  width: 30%;
  margin-bottom: 15px;
}

.arrow_down {
  margin-bottom: 30px;
}

.anh-home-slider {
  height: 100vh;
}

.slide-1 {
  background-image: url('../images/home-slide-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  padding-top: 1px;
  -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;
}

.slide-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60%;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  color: #fff;
  text-decoration: none;
}

.slide-2 {
  background-image: url('../images/home-slide-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-title {
  font-size: 58px;
  font-weight: 100;
}

.slide-sub-title {
  margin-top: 5px;
  font-size: 34px;
  line-height: 1.125;
  font-weight: 300;
}

.slide-link-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 2;
  font-weight: 100;
}

.slide-3 {
  background-image: url('../images/home-slide-3.jpg');
  background-position: 50% 62px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nav-ico {
  margin-top: -2px;
  margin-right: 10px;
  opacity: 0.7;
}

.education-wrap {
  max-width: 600px;
}

.education-span {
  line-height: 1.5;
  font-weight: 500;
}

.blusezone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.bluezone-logo {
  width: 440px;
  margin-bottom: 20px;
}

.mob-add-m {
  display: none;
  width: 100%;
  height: 2px;
}

.nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.office-hours {
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
}

.drop-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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-soc-link {
  width: 30px;
  margin-left: 10px;
  opacity: 0.68;
}

.nav-soc-link:hover {
  opacity: 0.5;
}

.img {
  width: 100%;
}

.menu-soc {
  display: none;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.doctor-img {
  width: 270px;
  margin-bottom: 50px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gflexbox.logobox img{
  max-width: 200px;
  margin: 20px 10px;
}

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

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

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

html.w-mod-js *[data-ix="slide-to-left"] {
  opacity: 0;
  -webkit-transform: translate(72px, 0px);
  -ms-transform: translate(72px, 0px);
  transform: translate(72px, 0px);
}

html.w-mod-js *[data-ix="slide-to-left-2"] {
  opacity: 0;
  -webkit-transform: translate(72px, 0px);
  -ms-transform: translate(72px, 0px);
  transform: translate(72px, 0px);
}

html.w-mod-js *[data-ix="text-invisible"] {
  display: none;
}

html.w-mod-js *[data-ix="slider-link-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="slide-title-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="slide-sub-title-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="slide-sub-link-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

.contact_section .mobile-site{
  display: none !important;
}

/* Font Resizer */
.font-sizer-div{
  display: flex;
  margin-bottom: 0px;
}

.font-size-text{
  font-size: 18px;
  line-height: 30px;
  font-family: inherit;
  color:#658091;
  text-transform: uppercase;
  margin-right: 15px;
}

.font-sizer-div a{
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  font-family: inherit;
  color:#658091;
  text-transform: uppercase;
  margin-right: 15px;
}

/* END Font Resizer */

/* Search Styles */
.search-form{
  margin-top: -30px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 700px;
}

.search-form label{
  width: 69%;
  display: inline-block;
}

.search-field{
  color:  rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  height: 50px;
  padding: 0px 10px
  outline: none !important;
  width: 100%;
}

.search-field:focus, .search-field:hover {
  border: 2px solid #ffffff !important;
  outline: 2px solid #fe5300;
}

.search-submit{
  width: 29%;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fe5300;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.search-submit:hover, .search-submit:focus {
  background-color: #ffffff;
  color: #000000;
}

.hero-btn-container{
	position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-btn{
	padding: 20px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fe5300;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
  margin: 10px;
}

.hero-btn:hover{
  color:#000;
  background-color: #fff;
  border: 1px solid #000;
}

/* Sidebar Styles */
.related-topics-div .submenu_headline{
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
  text-transform: uppercase;
}

.related-topics-div .submenu_headline a{
  text-decoration: none;
}

.related-topics-div ul{
  list-style: none;
  padding-left: 0px;
}

.related-topics-div ul li a{
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease;transition: all 350ms ease;
}

.related-topics-div ul li a:hover{
  color: #FE5000;
}

article hr{
  margin:20px 0;
}

#searchform, h2.rounded, .tagcloud{
  padding:15px 0 15px 0px;
}

h2.rounded {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
  text-transform: uppercase;
}

.moretag{
  color:#FFFFFF;
  font-size:1em;
  margin:0.75em 0.5em;
  font-weight: bold;
  display:block;
  padding:0.6em;
  text-align:center;
  text-decoration:none;
  border: 1px solid #FE5000;
  background:#FE5000 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width:250px !important;
}

.moretag:hover {
    background:#fff !important;
    color: #FE5000;
}

.moretag:before{
    display: none !important;
}

.wp-post-image{
  float: right;
  margin: 30px;
}

#searchsubmit{
  background:#c4e9fb;
  color:#333;
  transition:color 350ms ease 0s, background-color 350ms ease 0s;
  padding:0.66em !important;
  font-size:1em;
  border:none;
}

#searchsubmit:hover{
  background:#4f7aac;
  color:#fff;
}

#searchform input {
  padding:0.5em;
}

#navigation ul li a:active {
  color: #fe5000;
}

.bio_container {
  display: flex;
  margin: 5rem 0 2rem;
}

.bio_image {
  width: 100%;
  margin-right: 2rem;
  flex: 20%;
}

.bio_text h3 {
  margin-top: 0px;
}

.bio_text {
  flex: 72%;
}
.hover_link {
  display: none;
}

.staff_link {
  position: relative !important;
  overflow: hidden;
  display: block;
}

.staff_link:hover .hover_link {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px #000;
}

.staff_link:hover img {
  filter: grayscale(1) blur(2px) drop-shadow(2px 4px 6px black);
}
p.staff_name {
  font-weight: 500;
}
span.staff_title {
  font-size: 14px;
  font-weight: 400;
}

body .userway {
  z-index: 9999 !important;
}

.width-maximum-connolly{
  max-width: 560px !important;
  margin: auto !important;
}

.width-maximum-connolly figure {
  max-width: 100% !important;
}

.width-maximum-connolly .wp-block-column{
  margin:0 !important;
}

div#mdiDoctorBadge_BL{
  z-index: 9999999999 !important;	
}

/* Styles for IE only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo img{
    max-width: 330px;
  }
  #navigation ul li a{
    font-weight: 300 !important;
  }
  .side_div{
    width: 22%;
  }
  .content_div{
    width: 78%;
  }
  .entry p, .entry li{
    font-weight: 300;
  }
  body{
    overflow-x: hidden;
  }
  .homepage_text.right{
    font-weight: 300;
    line-height: 28px;
  }
  .container_div.small{
    display: block;
  }
  .blusezone-wrap{
    width: 100%;
    display: block;
  }
  .about_section .flex_container_div{
    min-height: 0px;
  }
  .homepage_text.ht2{
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }
}

/* Doctor and Staff Pages */
.gflexbox .staff-item{
  min-width: 160px;
}
.staff-item p {
  height: 90px;
}

.entry a.no-before:before{
  display: none !important;
}

.page-id-26 .secondary_selftest_div{
  display: none;
}

@media (max-width: 991px) {
  .hero-btn-container{
    bottom: 3%;
  }
  .hero-btn{
    font-size: 16px;
    padding: 15px 30px;
  }
  .content-container { margin-top: 0px;}
  .related-topics-div .submenu_headline{
    margin-bottom: 20px;
    text-align: center;
  }
  .related-topics-div .submenu_headline a{
    border-bottom: 2px solid #979797;
    padding-bottom: 6px;
  }
  .related-topics-div ul li a{
    text-align: center;
  }
  .secondary_selftest_div{
    text-align: center;
  }
  .self_test_btn{
    display: inline-block;
    padding:40px;
    height: auto;
    margin: 10px 10px 10px 0px;
  }
  .content-container{
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo {
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    width: auto;
  }
  .logo.bottom {
    width: 35%;
  }
  .logo__image--header {
    height: auto;
    width: auto;
  }
  .navlink {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navlink.dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navlink.nl-drop {
    display: inline-block;
  }
  .main_section {
    height: 600px;
    padding-top: 101px;
  }
  .zoom_div {
    background-attachment: scroll;
  }
  .top_contact_div {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    -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;
    border-top-color: hsla(0, 0%, 100%, .47);
    border-left-style: none;
  }
  .request_appointment {
    height: 40px;
  }
  .text_div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .homepage_headline {
    font-size: 32px;
  }
  .homepage_headline.white.hhw-2 {
    font-size: 40px;
  }
  .homepage_headline.callout {
    padding-bottom: 0px;
  }
  .contact_form_div {
    padding: 50px 40px;
  }
  .text_field {
    width: 100%;
  }
  .textarea {
    width: 100%;
  }
  .why_choose_section {
    padding: 80px 20px;
  }
  .navmenu {
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f6;
    max-width: 100%;
    padding-right: 10px;
  }
  .dropdown_icon {
    display: block;
    margin-right: 20px;
  }
  .dropdown_link {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .dropdown_list.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #969696;
  }
  .dropdown_container {
    width: 50%;
    float: left;
  }
  .container_div {
    width: 100%;
  }
  .self_test_section {
    background-position: 73% 50%;
    background-size: cover;
  }
  .self_test_btn {
    background-color: #fff;
  }
  .cosmetic_procedures_section {
    min-height: 0px;
    background-position: 100% 50%;
  }
  .callout_half_div_left {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }
  .lasik_section {
    background-position: 62% 50%;
  }
  .callout_half_div_right {
    width: 45%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
  }
  .callout_container_div {
    padding-right: 26px;
    padding-left: 26px;
    background-color: rgba(0, 0, 0, .7);
  }
  .menu_btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #000;
  }
  .menu_btn:hover {
    background-color: #5a5a5a;
    color: #fff;
  }
  .menu_btn.w--open {
    background-color: #5a5a5a;
  }
  .content_section {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .content_div {
    order: 1;
    margin-right: 0px;
  }
  .side_div {
    display: block;
    max-width: 100%;
    order: 2;
  }
  .secondary_headline {
    font-size: 38px;
  }
  .cosmetic_logo {
    width: 40%;
  }
  .mob-add-m {
    display: block;
    height: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-top {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-soc-link {
    margin-right: 20px;
    margin-left: 0px;
  }
  .menu-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .doctor-img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  h3 {
    font-size: 21px;
  }
  h2.rounded{
    text-align: center;
  }
  .gflexbox .staff-item{
    /* width: 48%; */
    width: 45%;
    margin: 2%;
  }
  .wp-post-image{
    float: none;
    margin: 10px 0px;
  }
  .blog-img-wrap{
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu_btn{
    padding:8px;
  }
  .menu-soc{
    clear:both;
  }
  .navbar {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 269px;
    margin-bottom: 0px;
    padding-left: 0px;
    float: none;
    -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-style: none;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navlink.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main_section {
    height: 400px;
    padding-top: 90px;
  }
  .main_headline {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .main_subheadline {
    font-size: 16px;
  }
  .top_contact_div {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-left-style: none;
  }
  .phone_btn {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: none;
    font-size: 16px;
  }
  .request_appointment {
    height: auto;
    padding-right: 4px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: none;
  }
  .flex_container_div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image_div {
    width: 100%;
    height: 500px;
  }
  .text_div {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage_headline {
    font-size: 36px;
    text-align: center;
  }
  .homepage_headline.white.hhw-2 {
    font-size: 36px;
  }
  .homepage_headline.right {
    text-align: center;
  }
  .homepage_headline.callout {
    width: 200px;
    margin-right: 0px;
    padding-bottom: 0px;
    font-size: 28px;
    text-align: left;
  }
  .homepage_text {
    font-size: 14px;
  }
  .homepage_text.right {
    color: #000;
    text-align: center;
  }
  .homepage_text.ht2 {
    font-size: 14px;
  }
  .learn_more_btn.white {
    width: 130px;
  }
  .contact_form_div {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .map_div {
    width: 100%;
  }
  .form_wrapper {
    width: 90%;
  }
  .map {
    height: 300px;
  }
  .address_text {
    margin-top: 20px;
  }
  .why_choose_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dropdown_toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown_link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }
  .dropdown_list.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container_div {
    width: 90%;
  }
  .container_div.small {
    -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;
  }

  .self_test_section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
  .self_test_section.lazy-background.visible {background-image: url(../images/self-test-bg2-m.jpg);}

  .self_test_section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 0px 50%;
    background-image: url('../images/self-test-bg2-m.jpg');
  }
  .self_test_btns_div {
    width: 100%;
  }
  .cosmetic_procedures_section {
    height: auto;
    min-height: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/cosmetic.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .88), hsla(0, 0%, 100%, .88)), url('../images/cosmetic.jpg');
    background-position: 0px 0px, 26% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #000;
  }
  .testimonials_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .callout_half_div_left {
    min-width: 0px;
  }
  .lasik_section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 76% 50%;
    /*background-image: url('../images/Naples-Pier-m.jpg');*/
  }
  .cataract_section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-position: 100% 50%;
    /*background-image: url('../images/cataract-bg-m.jpg');*/
  }
  .callout_half_div_right {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .callout_container_div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .surgery_txt {
    font-size: 18px;
  }
  .callout_text {
    font-size: 13px;
  }
  .content_section {
    overflow-x: hidden;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .content_div {
    width: 100%;
  }
  .side_div {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0px;
  }
  .secondary_headline {
    font-size: 30px;
  }
  .text {
    font-size: 14px;
  }
  .subheadline {
    font-size: 20px;
  }
  .secondary_selftest_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .self_test_btn{
    display: block;
    margin: 10px auto;
  }
  .education-wrap {
    text-align: center;
  }
  .blusezone-wrap {
    width: 100%;
    max-width: 480px;
    margin-top: 20px;
  }
  .nav-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-2 {
    font-size: 14px;
  }
  .content-rich img {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .hero-btn {
    font-size: 11px;
    /*width: 100%;*/
    padding: 5px;
    margin: 3px;
  }
  .gflexbox .staff-item{
    width: 100%
  }
  .font-sizer-div{
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  }
  .bio_container {
    flex-wrap: wrap;
  }
  .bio_image {
    flex: 100%;
  }
  
  .bio_text h3 {
    margin-top: 0px;
  }
  
  .bio_text {
    flex: 100%;
  }
  .page-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
  }
  .entry .gflexbox{
    justify-content: center !important;
  }
  .entry img{
    padding: 0px 10%;
    margin: 12px 0px;
    display: block;
    width: 100%;
}
  .related-topics-div .submenu_headline{
    font-size: 20px;
  }
  .nav-soc-link{
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact_section .mobile-site{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-site{
    display: none;
  }
  .menu_btn{
    padding: 10px;
  }
  .logo {
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
  }
  .logo.bottom {
    width: 60%;
    padding-left: 0px;
  }
  .zoom_div {
    background-position: 22% 50%;
    background-image: url('../images/welcome-bg-m.jpg');
    transition: none !important;
    transform: none !important;
  }
  .top_contact_div {
    height: auto;
    padding: 5px 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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .phone_btn {
    font-size: 16px;
  }
  .phone_btn.bottom {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .request_appointment {
    height: auto;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
  .image_div {
    height: 400px;
  }
  .text_div {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .homepage_headline {
    font-size: 30px;
  }
  .homepage_headline.white {
    margin-bottom: 25px;
    font-size: 34px;
  }
  .homepage_headline.callout {
    width: 100%;
    font-size: 24px;
  }
  .contact_form_div {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .form_wrapper {
    width: 100%;
  }
  .text_field {
    margin-right: 0px;
    margin-left: 0px;
  }
  .textarea {
    margin-right: 0px;
    margin-left: 0px;
  }
  .address_text {
    font-size: 14px;
  }
  .self_test_section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: 41% 50%;
  }
  .self_test_btn {
    height: 120px;;
    font-size: 16px;
  }
  .btn_text_large {
    font-size: 30px;
  }
  .cosmetic_procedures_section {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .68), hsla(0, 0%, 100%, .68)), url('../images/cosmetics-bg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .68), hsla(0, 0%, 100%, .68)), url('../images/cosmetics-bg.jpg');
    background-position: 0px 0px, 26% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .testimonials_section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .callout_half_div_left {
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lasik_section {
    background-position: 77% 50%;
  }
  .cataract_section {
    background-position: 85% 50%;
  }
  .callout_half_div_right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .surgery_txt {
    font-size: 14px;
  }
  .content-container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_section {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 150px;
  }
  .secondary_headline {
    margin-bottom: 20px;
  }
  .text {
    margin-bottom: 20px;
  }
  .secondary_selftest_div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cosmetic_logo {
    width: 80%;
  }
  .nav-ico {
    width: 25px;
  }
  .nav-top {
    padding-right: 0px;
    padding-left: 0px;
    -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-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .nav-soc {
    display: block;
  }

  .image_div.image_div_2.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.image_div.image_div_2.lazy-background.visible {background-image: url(../images/Suzana-3-m.jpg);}


  .image_div.image_div_2{
  /*background-image: url('../images/Suzana-3-m.jpg')*/
}

.image_div.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.image_div.lazy-background.visible {background-image: url(../images/Dr-Ginsberg-b-m.jpg);}


.image_div {
  /*background-image: url('../images/Dr-Ginsberg-b-m.jpg');*/
}
}
