body {
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  color: #212127;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0056ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
}

blockquote {
  margin-bottom: 10px;
  padding: 50px 110px;
  border-left: 5px none #e2e2e2;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, .05);
  color: #212127;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

figure {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.banner {
  position: relative;
  height: 900px;
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.no-line {
  height: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.banner.sub {
  padding-top:20px;
  height: 120px;
  border-bottom: 1px solid rgba(33, 33, 39, .25);
  background-color: #fff;
/*  background-image: url('../images/rgb-secondary-header.jpg'); */
  background-position: 0px 50%;
  background-size: contain;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  padding-right: 0px;
  padding-left: 0px;
}

.content-wrapper.top {
  margin-top: 155px;
  background-color: #fff;
}

.content-wrapper.top.secondary-tip {
  margin-top: 0px;
}

.content-wrapper.top.secondary-tip {
  margin-top: 140px;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 3000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 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: 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-color: #f0f0f0;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
}

.container {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.newsletter-container {
  display: none;
}

.nav-link {
  margin-right: 13px;
  padding: 10px 0px 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #5593c5;
}

.nav-link.w--current {
  border-bottom-color: #3681bd;
  color: #3681bd;
}

.nav-link.drop {
  margin-right: 16px;
  padding-right: 12px;
}

.nav-link.drop.last {
  margin-right: 0px;
}

.dots-button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #2b6ff5;
  border-radius: 100%;
}

.dots-text {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(45deg, #4fafcc, #2b6ff5);
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 30;
  padding: 120px 10px;
  background-color: #fff;
}

.section.gray {
  background-color: #f3f3f7;
}

.section.gray.overflow {
  padding: 71px 38px;
  background-color: #f3f3f7;
  background-image: -webkit-linear-gradient(270deg, rgba(29, 116, 63, .71), rgba(29, 116, 63, .71)), url('../images/rgb-abstract-background.jpg');
  background-image: linear-gradient(180deg, rgba(29, 116, 63, .71), rgba(29, 116, 63, .71)), url('../images/rgb-abstract-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.gray.overflow.with-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 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;
  background-color: transparent;
  background-image: none;
}

.section.gray.with-line.secondary-content-section {
  padding-top: 0px;
  padding-bottom: 43px;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 6px 17px 0 rgba(0, 0, 0, .09);
}

.section.gray.overflow {
  padding: 40px 50px 36px;
  background-color: #fff;
  background-image: none;
}

.section.top-section {
  padding: 0px;
  background-color: transparent;
}

.section.top-section.sec-ages-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: -webkit-linear-gradient(45deg, #4fafcc, #2b6ff5);
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.less-space {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.section.gradient.less-space.welcome-old {
  display: none;
}

.section.gradient.overflow.contact-dic-ver {
  margin-right: 60px;
  margin-left: 60px;
  background-image: none;
}

.section.gradient.overflow.contact-dic-ver.mapam {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/rgb-texas-map.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/rgb-texas-map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.gradient.less-space {
  margin-right: 60px;
  margin-left: 60px;
  padding: 60px;
  background-color: #212127;
  background-image: none;
}

.section.gradient.less-space.welcome-new {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.section.flex {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
}

.section.flex.callout-section {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  position: relative;
  padding: 56px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #eee;
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
}

.top-wrapper.sec-top-tttop {
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-margin {
  display: block;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-margin.less {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
}

.top-margin.medium {
  margin-top: 80px;
}

.top-margin.medium.top-right-div-sec {
  margin-top: 0px;
  background-color: hsla(0, 0%, 100%, .09);
}

.top-margin.medium.top-right-div-sec.stattt {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .21);
}

.top-margin.welcome-div-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.small-services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, .16);
}

.services-top-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-top-wrapper.age-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-top-text {
  margin-top: 6px;
  margin-bottom: 14px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #0c497a;
  font-size: 49px;
  line-height: 54px;
  font-weight: 700;
  text-transform: capitalize;
}

.services-top-text.big {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  text-transform: none;
}

.big-image {
  max-height: 100%;
  max-width: none;
  margin-left: -260px;
  border-radius: 30px;
}

.big-image.in-div {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 615px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2);
}

.big-image.in-div.rgb-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  box-shadow: none;
}

.content-wrapper-second {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-top: 38px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.content-wrapper-second.abstract {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.sub-second-text {
  color: #919197;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: hsla(0, 0%, 100%, .7);
}

.sub-second-text.white.full {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 39px;
}

.button {
  padding: 14px 24px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, .64);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, .84);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.submit {
  width: 30%;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.blue.full {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.button.blue.full.dui {
  margin-top: 47px;
  background-color: #aaa;
  background-image: none;
}

.button.blue.full.dui:hover {
  background-color: #00467f;
  background-image: none;
  color: #fff;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.callout-butt {
  padding: 5px 0px;
  background-color: transparent;
  box-shadow: none;
  color: #0c497a;
  text-align: left;
  text-decoration: none;
}

.button.callout-butt:hover {
  color: #747474;
}

.button.callout-butt.ajax-button {
  border-style: none;
  border-width: 1px;
  border-color: rgba(33, 33, 39, .25);
}

.button.rt {
  width: 88%;
  margin-bottom: 8px;
  padding: 5px 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #535353;
}

.button.rt:hover {
  color: #3681bd;
}

.button.welcome-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, .87);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.button.welcome-button:hover {
  background-color: #008534;
  color: #fff;
}

.left-part {
  position: relative;
  display: block;
  width: 50%;
  height: 650px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b6ff5;
}

.left-part.smaller {
  display: block;
  height: 390px;
  padding: 0px 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #212127;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/rgb-why-img-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/rgb-why-img-5.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}

.left-part.smaller.docs {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hands.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hands.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.left-part.smaller.military {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-why-img-1b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-why-img-1b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.features-center {
  position: absolute;
  left: 0px;
  top: 50%;
  right: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17%;
  padding-bottom: 17%;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.paragraph-gray {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.paragraph-gray.in-footer {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.paragraph-gray.welcome-paragraph {
  margin-bottom: 32px;
  color: #fff;
}

.paragraph-gray.welcome-paragraph.aja-paragraph {
  margin-top: 22px;
  margin-bottom: 39px;
  color: #000;
  line-height: 27px;
}

.paragraph-gray.welcome-paragraph.aja-paragraph.lasik-ajax-para {
  font-size: 16px;
  line-height: 20px;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

.align-center {
  position: absolute;
  left: 0px;
  top: 123px;
  right: 0px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.align-center.arrow-down-center {
  position: static;
  display: none;
}

.project-wrapper {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.align-right.left {
  padding: 25px 20px;
  text-align: right;
}

.align-right.left-mobile {
  padding: 25px 20px;
  text-align: left;
}

.project-content {
  position: relative;
  left: 0px;
  z-index: 20;
  padding: 0px;
  background-color: #ebebed;
  background-image: url('../images/rgb-lasik-callout-2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-content.left {
  left: 0px;
  right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ebebed;
  background-image: url('../images/rgb-cataract-callout-2.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #363636;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.arrow-down {
  margin-top: 28px;
}

.slide-nav {
  bottom: 147px;
  display: block;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -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-radius: 30px;
  background-image: -webkit-linear-gradient(225deg, rgba(0, 86, 255, .8), rgba(79, 175, 204, .6));
  background-image: linear-gradient(225deg, rgba(0, 86, 255, .8), rgba(79, 175, 204, .6));
}

.zoom-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.zoom-icon:hover {
  opacity: 1;
}

.relative-div {
  position: relative;
}

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

.social-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 0.9;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
}

.newsletter-content {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.newsletter-content.second {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  width: 70%;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-field.normal {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  float: none;
  border-style: none none solid;
  border-bottom-color: hsla(0, 0%, 100%, .35);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .05);
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}

.form-block {
  margin-bottom: 0px;
}

.heading-white {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 49px;
  font-weight: 700;
  text-transform: none;
}

.heading-white.contact-heading {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c497a;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .05);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark {
  margin-bottom: 30px;
  border-bottom-color: #e1e1e1;
  font-family: Montserrat, sans-serif;
  color: #212127;
  letter-spacing: 2px;
}

.footer-title.dark.top-link {
  border-bottom-style: none;
  border-bottom-color: #6db4ee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-title.dark.top-link {
  border-bottom-color: #6db4ee;
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
}

.link {
  display: block;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  opacity: 0.51;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 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;
  background-color: #fff;
}

.success-message {
  background-color: rgba(0, 218, 131, .73);
  color: #fff;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  top: -11px;
  right: -4px;
  margin-top: 25.5px;
  margin-right: 5px;
  color: #3681bd;
  font-size: 10px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, .2);
}

.dropdown-link {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px none rgba(0, 0, 0, .09);
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #eee;
}

.dropdown-link.w--current {
  background-color: #00467f;
  color: #fff;
}

.sidebar {
  padding-left: 0px;
}

.sidebar.stationery-sidebar {
  position: fixed;
  top: 200px;
  right: 0px;
  bottom: 200px;
  z-index: 114;
  width: 240px;
}

.blog-title {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 26px;
  padding-bottom: 0px;
  border-bottom: 1px none #89b3d6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

.blog-title.sec-big-title {
  margin-top: 0px;
  border-bottom-style: none;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-title.sec-title-tect {
  margin-top: 15px;
  margin-bottom: 13px;
  padding-bottom: 0px;
  border-bottom-style: none;
  color: #0c497a;
  font-size: 21px;
  font-weight: 400;
}

.blog-content {
  padding-top: 18px;
  padding-left: 0px;
}

.blog-content.secondary-content {
  padding-top: 0px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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;
}

.body-normal {
  padding-top: 0px;
  padding-bottom: 0px;
}

.big-slider {
  height: 100%;
  padding-top: 140px;
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slide {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/rgb-hero-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/rgb-hero-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/rgb-hero-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/rgb-hero-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-smaller {
  font-family: Montserrat, sans-serif;
  color: #363636;
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.heading-smaller.why-title {
  margin-top: 0px;
  margin-bottom: 33px;
  padding-right: 55px;
  padding-left: 55px;
  font-size: 31px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading-smaller.why-title.gt {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  color: #000;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
}

.heading-smaller.dft {
  margin-left: 0px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.nav-menu {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.container-mobile {
  text-align: left;
}

.container-mobile._4rt {
  text-align: right;
}

.body {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.age {
  font-size: 20px;
}

.adge-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .22);
  background-color: #ebebed;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.adge-button.secondary-age-button {
  position: static;
}

.image-2 {
  width: 50px;
}

.image-3 {
  width: 50px;
}

.image-4 {
  width: 50px;
  margin-top: 17px;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/rgb-hero-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/rgb-hero-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
}

.slide-3._4 {
  background-image: url('../images/rgb-hero-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.telefon {
  position: absolute;
  top: 12px;
  right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #00467f;
}

.link-2 {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0c497a;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #888;
}

.ages-div {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.ages-div.sec-aged-dicv {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ci {
  width: 180px;
  margin-bottom: 21px;
  border-radius: 140px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.erty {
  margin-bottom: 31px;
  color: #000;
  font-size: 37px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
}

.heading-2.erty.welcome-header {
  color: #fff;
}

.heading-2.erty {
  margin-bottom: 31px;
  text-align: left;
  text-transform: none;
}

.heading-2.erty.welcome-head-white {
  color: #0c497a;
}

.welcome-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  padding-bottom: 39px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #363636;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: #ebebeb;
  color: #666;
}

.tab-link.w--current {
  background-color: #fff;
  color: #363636;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tab-pane {
  background-color: hsla(0, 0%, 100%, .9);
}

.div-block-5 {
  padding: 54px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  display: block;
  width: 50%;
  height: 520px;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/rgb-ajax-doctors.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6._1a {
  background-image: url('../images/rgb-ajax-lasik.jpg');
}

.div-block-6._2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6._4a {
  background-image: url('../images/rgb-why-img-4.jpg');
  background-position: 0% 61%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.address-div-rgd {
  display: inline-block;
  width: auto;
  margin-right: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.ad-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ad-div.map-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  display: block;
  float: none;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.map-heading {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 9px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .49);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.sec-topic-link {
  width: 100%;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #212127;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-4 {
  height: auto;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(33, 33, 39, .12);
  line-height: 17px;
}

.text-block-4:hover {
  border-bottom-color: rgba(0, 86, 255, .58);
  color: #1e89e0;
}

.paragraph-2 {
  margin-bottom: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 17px;
}

.sec-link-content {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #0c497a;
  text-transform: uppercase;
}

.sec-link-content:hover {
  color: #a5a5a5;
}

.unordered-list {
  margin-bottom: 42px;
  color: #2b84cc;
}

.list {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #83bae6;
}

.body-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.image-6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand {
  margin-bottom: 11px;
}

.div-block-9 {
  width: 30%;
  margin-right: 0px;
  padding-right: 47px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9.iop {
  width: 70%;
  margin-top: 26px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: rgba(0, 0, 0, .56);
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.div-block-12 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.review {
  margin-bottom: 24px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.review-slide-author {
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
}

.review-slide-author.druhy {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 90px;
  background-color: #a7a7a7;
  -webkit-transition: border 200ms ease, background-color 350ms ease;
  transition: border 200ms ease, background-color 350ms ease;
}

.slider-arrow-button:hover {
  border-color: #fff;
  background-color: #4d4d4d;
}

.section-2 {
  position: relative;
  overflow: hidden;
  padding: 120px 56px;
  background-color: #fff;
  text-align: center;
}

.section-2.testimonials-section {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-testimonial-man.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-testimonial-man.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials-slider {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  background-color: transparent;
  color: #fff;
}

.post-card-header {
  margin-top: 2px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 32px;
  font-weight: 400;
}

.post-card-header.patient {
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  color: #a6d8ff;
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
}

.divider {
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffb567;
}

.divider.center {
  display: block;
  width: 230px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a6d8ff;
}

.review-slide {
  padding-right: 57px;
  padding-left: 57px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.slider-arrow-wrapper {
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.logos-sectiuon {
  padding-top: 85px;
  padding-bottom: 73px;
  background-color: #fff;
  background-image: url('../images/vcr-bokeh-background-neutral.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logos-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.industry {
  display: block;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border: 1px solid #d1d1d1;
}

.texome {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

.form-block-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.d1 {
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-gray-2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 17px;
}

.paragraph-gray-2.welcome-paragraph {
  margin-bottom: 32px;
  color: #000;
}

.paragraph-gray-2.welcome-paragraph.wh {
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.button-2 {
  padding: 14px 24px;
  border-radius: 8px;
  background-color: #38f182;
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #00467f;
}

.button-2.submit {
  width: 30%;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
}

.button-2.welcome-button {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #535353;
  font-size: 14px;
  text-align: left;
}

.button-2.welcome-button:hover {
  background-color: #eee;
}

.button-2.rt {
  width: 88%;
  margin-bottom: 21px;
  background-color: transparent;
  color: #fff;
}

.button-2.rt:hover {
  color: #38f182;
}

.button-2.rt.secb {
  margin-bottom: 6px;
  padding: 9px 12px;
  background-color: transparent;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3.newsletter-container {
  display: none;
}

.container-3.center {
  position: relative;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.top-margin-2 {
  display: block;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-margin-2.welcome-div-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.top-margin-2.medium {
  margin-top: 80px;
}

.top-margin-2.medium.top-right-div-sec {
  margin-top: 0px;
}

.top-margin-2.medium.secft {
  margin-top: 26px;
}

.secondary-treatments-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 139px;
  padding-top: 156px;
  padding-bottom: 156px;
  padding-left: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, #fff 44%, hsla(0, 0%, 94%, 0) 59%), url('../images/rgb-secondary-img-back-1.jpg');
  background-image: linear-gradient(90deg, #fff 44%, hsla(0, 0%, 94%, 0) 59%), url('../images/rgb-secondary-img-back-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.secondary-treatments-section.right {
  height: auto;
  margin-top: 0px;
  padding: 125px 270px 125px 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/rgb-secondary-img-back-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.secondary-treatments-section.third-section {
  margin-top: 0px;
  padding-top: 265px;
  padding-bottom: 265px;
  background-image: url('../images/rgb-secondary-img-back-3.jpg');
  background-position: 100% 18%;
  background-size: cover;
  background-repeat: no-repeat;
}
.lasik-secondary-treatments-section{
  background-image: url('../images/lasik-pillar-smiling-woman.jpg');
}
.lasik-secondary-treatments-section-right{
  background-image: url('../images/lasik-pillar-smiling-man.jpg');
}
.lasik-secondary-treatments-section-3{
  background-image: url('../images/lasik-pillar-woman-laptop.jpg');
}
.sec-block-text {
  width: 40%;
}

.sec-block-text.right-bloc {
  width: 50%;
}

.sec-link-content-2 {
  font-family: Montserrat, sans-serif;
  color: #0c497a;
  text-transform: uppercase;
}

.sec-link-content-2:hover {
  color: #6c6d6e;
}

.small-services-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .23);
}

.small-services-wrapper-2.cx {
  margin-bottom: 16px;
  padding: 31px 0px 20px;
  float: none;
  border-style: none;
  border-width: 1px;
  border-color: rgba(33, 33, 39, .37);
  background-color: #eee;
  box-shadow: none;
}

.ci-2 {
  width: 250px;
  margin-bottom: 21px;
}

.ci-2.ic {
  width: 150px;
  margin-bottom: 8px;
  border-radius: 160px;
}

.align-center-2 {
  position: absolute;
  left: 0px;
  top: 168px;
  right: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.align-center-2.sdfr {
  top: 5px;
}

.heading-white-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 69px;
  font-weight: 700;
  text-transform: none;
}

.heading-white-2.biger {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 70px;
}

.heading-white-2.biger.services-sec {
  color: #0c497a;
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-5 {
  height: auto;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(33, 33, 39, .12);
  line-height: 18px;
}

.text-block-5:hover {
  border-bottom-color: rgba(0, 86, 255, .58);
  color: #1e89e0;
}

.heading-smaller-2 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 31px;
  font-weight: 700;
  text-transform: none;
}

.heading-smaller-2.second-smaller {
  margin-top: 58px;
  margin-bottom: 26px;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
}

.blog-post-photo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .1);
}

.blog-post-photo.big-photo {
  position: relative;
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0px;
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, .2);
}

.services-top-text-2 {
  margin-top: 11px;
  margin-bottom: 24px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #38f182;
  font-size: 49px;
  line-height: 54px;
  font-weight: 700;
  text-transform: capitalize;
}

.services-top-text-2.fg {
  margin-bottom: 11px;
  color: #000;
  font-size: 44px;
}

.list-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
}

.age-2 {
  font-size: 25px;
}

.age-2.sec-age {
  font-size: 16px;
}

.column-5 {
  padding-right: 40px;
}

.sec-topic-link-2 {
  width: 100%;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #212127;
  text-decoration: none;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

html.w-mod-js *[data-ix="dots-text-first-app"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="lightbox-overlay-first-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="zoom-icon-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }
  .banner.no-line {
    height: 940px;
  }
  .banner.sub {
    height: 130px;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper.top {
    margin-top: 109px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper.top.secondary-tip {
    margin-top: 3px;
  }
  .content-wrapper.top.secondary-tip {
    margin-top: 96px;
  }
  .navigation {
    display: block;
    height: 96px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container {
    padding-top: 29px;
  }
  .nav-link {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.drop {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.gray.overflow.with-line {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.top-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section.gradient.less-space {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.gradient.overflow.contact-dic-ver.mapam {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .section.gradient.less-space {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .top-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 1px;
  }
  .top-margin {
    margin-top: 10px;
  }
  .top-margin.less {
    margin-top: 12px;
  }
  .top-margin.medium.top-right-div-sec.stattt {
    padding-left: 17px;
  }
  .top-margin.welcome-div-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-services-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .services-top-wrapper {
    width: 95%;
  }
  .services-top-text {
    font-size: 33px;
  }
  .services-top-text.big {
    font-size: 24px;
    line-height: 28px;
  }
  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .big-image.in-div.rgb-address-div {
    margin-bottom: 12px;
    padding-bottom: 29px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-wrapper-second {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-second-text.white.full {
    font-size: 25px;
    line-height: 28px;
  }
  .button.callout-butt {
    font-size: 12px;
  }
  .button.rt {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .left-part {
    width: 100%;
  }
  .left-part.smaller {
    height: 420px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-center {
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
  }
  .paragraph-gray {
    font-size: 16px;
    line-height: 20px;
  }
  .align-center {
    width: 90%;
  }
  .project-wrapper {
    margin-bottom: 0px;
  }
  .align-right.left-mobile {
    text-align: left;
  }
  .project-content {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-lasik-callout-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-lasik-callout-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project-content.left {
    left: 0px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-cataract-callout-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-cataract-callout-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .project-title {
    font-size: 20px;
  }
  .right-arrow {
    padding-bottom: 265px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .newsletter-wrapper {
    display: block;
  }
  .newsletter-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .text-field.normal {
    height: 70px;
  }
  .heading-white {
    font-size: 33px;
    line-height: 37px;
  }
  .footer {
    position: relative;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 52px;
  }
  .footer-title.dark.top-link {
    font-size: 14px;
  }
  .footer-title.dark.top-link {
    margin-bottom: 13px;
    font-size: 22px;
  }
  .sidebar {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .sidebar.stationery-sidebar {
    width: 160px;
  }
  .blog-content {
    margin-top: -4px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    height: 800px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .big-slider {
    padding-top: 96px;
  }
  .slide {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 70, 127, .35), rgba(0, 70, 127, .35)), url('../images/rgb-hero-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 70, 127, .35), rgba(0, 70, 127, .35)), url('../images/rgb-hero-1.jpg');
    background-position: 0px 0px, 67% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading-smaller {
    font-size: 36px;
  }
  .heading-smaller.why-title {
    font-size: 34px;
    line-height: 33px;
  }
  .heading-smaller.why-title.gt {
    line-height: 27px;
  }
  .nav-menu {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f1f1f7;
  }
  .menu-button {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    color: #0056ff;
  }
  .menu-button.w--open {
    background-color: #00467f;
    color: #fff;
  }
  .body {
    padding-bottom: 0px;
  }
  .adge-button {
    padding-bottom: 0px;
  }
  .telefon {
    top: 27px;
    right: 119px;
  }
  .link-2 {
    color: #000;
  }
  .ages-div {
    width: 100%;
  }
  .ci {
    width: 150px;
    margin-bottom: -2px;
  }
  .heading-2.erty.welcome-header {
    color: #fff;
  }
  .welcome-div {
    width: 90%;
  }
  .div-block-4 {
    width: 100%;
  }
  .div-block-6 {
    width: 100%;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ad-div {
    width: 90%;
  }
  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .map-heading {
    font-size: 19px;
    line-height: 23px;
  }
  .text-block-4 {
    font-size: 12px;
    line-height: 14px;
  }
  .paragraph-2 {
    font-size: 15px;
    line-height: 24px;
  }
  .body-2 {
    padding-bottom: 25px;
  }
  .container-2 {
    padding-top: 0px;
    padding-bottom: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-3 {
    color: #000;
  }
  .brand {
    width: 131px;
  }
  .div-block-9 {
    width: 50%;
    padding-right: 22px;
  }
  .div-block-10 {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review {
    font-size: 17px;
    line-height: 23px;
  }
  .section-2 {
    padding: 100px 8px;
  }
  .section-2.testimonials-section {
    padding-top: 67px;
    padding-bottom: 67px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/rgb-testimonial-man.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/rgb-testimonial-man.jpg');
    background-position: 0px 0px, -352px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .divider {
    width: 60px;
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .button-2.rt {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
  }
  .button-2.rt.secb {
    color: #000;
  }
  .container-3 {
    padding-top: 29px;
  }
  .secondary-treatments-section {
    margin-top: 96px;
  }
  .secondary-treatments-section.right {
    height: auto;
    padding-top: 107px;
    padding-right: 39px;
    padding-bottom: 107px;
    background-image: url('../images/rgb-secondary-img-back-2.jpg');
    background-position: -43px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .secondary-treatments-section.third-section {
    background-position: 88% 50%;
  }
.lasik-secondary-treatments-section{
  background-image: url('../images/lasik-pillar-smiling-woman.jpg');
}
.lasik-secondary-treatments-section-right{
  background-image: url('../images/lasik-pillar-smiling-man.jpg');
}
.lasik-secondary-treatments-section-3{
  background-image: url('../images/lasik-pillar-woman-laptop.jpg');
}
  .column-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .small-services-wrapper-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ci-2 {
    width: 150px;
    margin-bottom: -2px;
  }
  .align-center-2 {
    width: 90%;
  }
  .align-center-2.sdfr {
    top: -6px;
  }
  .heading-white-2 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-white-2.biger {
    font-size: 50px;
    line-height: 60px;
  }
  .heading-white-2.biger.services-sec {
    font-size: 32px;
    line-height: 40px;
  }
  .text-block-5 {
    font-size: 13px;
    line-height: 15px;
  }
  .heading-smaller-2 {
    font-size: 36px;
  }
  .services-top-text-2 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner.no-line {
    height: 950px;
  }
  .banner.sub {
    height: 80px;
  }
  .content-wrapper.top.secondary-tip {
    margin-top: 94px;
  }
  .navigation {
    height: 93px;
  }
  .section.gray.overflow {
    padding-top: 30px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .section.gray.overflow.with-line {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.gray.overflow {
    padding-top: 30px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .section.gradient.overflow.contact-dic-ver.mapam {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .top-wrapper {
    padding: 23px 7px;
  }
  .top-margin.less {
    margin-top: 3px;
  }
  .top-margin.welcome-div-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-services-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-top-wrapper {
    width: 100%;
  }
  .services-top-text {
    font-size: 30px;
    line-height: 44px;
  }
  .services-top-text.big {
    font-size: 29px;
    line-height: 28px;
  }
  .services-top-text.up {
    font-size: 27px;
  }
  .big-image.in-div.rgb-address-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sub-second-text.white.full {
    font-size: 22px;
    line-height: 31px;
  }
  .button.submit {
    width: 100%;
    border-radius: 10px;
  }
  .button.blue.full.dui {
    font-size: 12px;
  }
  .button.rt.ty {
    font-size: 11px;
  }
  .left-part {
    height: 500px;
  }
  .left-part.smaller {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .features-center {
    width: 80%;
  }
  .paragraph-gray {
    font-size: 17px;
    line-height: 22px;
  }
  .top-title {
    margin-bottom: 50px;
  }
  .top-title.half {
    margin-bottom: 33px;
  }
  .align-center {
    top: 130px;
  }
  .align-right.left {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .align-right.left-mobile {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .project-content {
    background-image: url('../images/rgb-lasik-callout-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-content.left {
    padding-left: 0px;
    background-image: url('../images/rgb-cataract-callout-2.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .right-arrow {
    display: none;
    padding-bottom: 204px;
  }
  .text-field {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .text-field.normal {
    height: 50px;
    font-size: 11px;
  }
  .heading-white {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .heading-white.contact-heading {
    font-size: 31px;
    line-height: 35px;
    text-align: left;
  }
  .footer-column-wrapper {
    margin-top: 30px;
  }
  .footer-title.dark.top-link {
    margin-bottom: 3px;
  }
  .sidebar.stationery-sidebar {
    top: 161px;
    width: 143px;
  }
  .blog-title {
    margin-top: 1px;
  }
  .blog-content {
    margin-top: 20px;
  }
  .big-slider {
    padding-top: 32px;
  }
  .slide-2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/rgb-hero-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/rgb-hero-2.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .heading-smaller {
    font-size: 32px;
  }
  .heading-smaller.why-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 23px;
  }
  .heading-smaller.dft {
    font-size: 20px;
    line-height: 22px;
  }
  .age.ert {
    font-size: 16px;
  }
  .adge-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-2 {
    color: #212127;
  }
  .ci {
    width: 119px;
  }
  .heading-2.erty {
    font-size: 33px;
    line-height: 34px;
  }
  .heading-2.erty {
    font-size: 33px;
    line-height: 34px;
  }
  .heading-2.erty.welcome-head-white {
    margin-bottom: 16px;
    font-size: 27px;
    text-align: center;
  }
  .welcome-div {
    width: 90%;
  }
  .tab-link {
    padding-right: 18px;
    padding-left: 18px;
  }
  .address-div-rgd {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .ad-div.map-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    text-align: left;
  }
  .map-heading {
    text-align: left;
  }
  .text-block-4 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 11px;
  }
  .sec-link-content {
    font-size: 11px;
    line-height: 18px;
  }
  .list {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .body-2 {
    padding-bottom: 76px;
  }
  .icon-3 {
    color: #000;
  }
  .div-block-9 {
    width: 100%;
    padding-right: 0px;
  }
  .div-block-9.iop {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-10 {
    width: 100%;
  }
  .call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review {
    font-size: 16px;
    line-height: 28px;
  }
  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-2.testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonials-slider {
    width: 100%;
  }
  .post-card-header {
    font-size: 24px;
    line-height: 32px;
  }
  .post-card-header.patient {
    font-size: 29px;
  }
  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .review-slide {
    padding-right: 12%;
    padding-left: 12%;
  }
  .logos-sectiuon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logos-div {
    width: 90%;
  }
  .form-block-2 {
    width: 90%;
  }
  .paragraph-gray-2 {
    font-size: 15px;
    line-height: 22px;
  }
  .paragraph-gray-2.welcome-paragraph.wh {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 22px;
  }
  .button-2.submit {
    width: 100%;
    border-radius: 10px;
  }
  .secondary-treatments-section {
    margin-top: 92px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .secondary-treatments-section.right {
    padding-top: 65px;
    padding-right: 95px;
    padding-bottom: 65px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-secondary-img-back-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-secondary-img-back-2.jpg');
    background-position: 0px 0px, -52px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .secondary-treatments-section.third-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .sec-block-text.right-bloc {
    width: 86%;
  }
  .small-services-wrapper-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ci-2 {
    width: 119px;
  }
  .align-center-2 {
    top: 68px;
  }
  .heading-white-2 {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .heading-white-2.biger {
    font-size: 30px;
    line-height: 50px;
  }
  .heading-white-2.biger.services-sec {
    font-size: 30px;
    text-align: right;
  }
  .heading-smaller-2 {
    font-size: 32px;
  }
  .services-top-text-2 {
    font-size: 30px;
    line-height: 44px;
  }
  .column-5 {
    padding-right: 10px;
  }
  .paragraph-3 {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner.no-line {
    height: 680px;
  }
  .banner.sub {
    height: 60px;
  }
  .content-wrapper.top {
    margin-top: 67px;
  }
  .content-wrapper.top.secondary-tip {
    margin-top: 66px;
  }
  .navigation {
    height: 68px;
    padding-top: 14px;
  }
  .section.gradient.less-space {
    padding: 0px;
  }
  .section.gradient.overflow.contact-dic-ver.mapam {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.gradient.less-space {
    padding: 0px;
  }
  .section.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-wrapper {
    padding-top: 22px;
    padding-bottom: 0px;
    border-radius: 0px;
  }
  .top-margin.medium.top-right-div-sec.stattt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 9px;
  }
  .top-margin.welcome-div-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-services-wrapper {
    margin-bottom: 39px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-top-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-top-text {
    margin-bottom: 6px;
  }
  .services-top-text.big {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  .big-image.in-div {
    height: 300px;
  }
  .big-image.in-div.rgb-address-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-second-text.white.full {
    font-size: 14px;
  }
  .button {
    padding: 8px 12px;
    font-size: 12px;
  }
  .button.blue.full.dui {
    width: auto;
  }
  .button.callout-butt {
    font-size: 10px;
  }
  .button.rt {
    margin-bottom: 1px;
    font-size: 11px;
  }
  .left-part.smaller {
    height: 250px;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .54);
  }
  .features-center {
    width: 95%;
  }
  .paragraph-gray {
    font-size: 14px;
    line-height: 19px;
  }
  .align-right.left {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .align-right.left-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .project-content {
    background-position: 100% 50%;
  }
  .project-content.left {
    background-position: 0px 50%;
  }
  .project-title {
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
  }
  .newsletter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-white {
    font-size: 19px;
    line-height: 24px;
  }
  .heading-white.contact-heading {
    font-size: 25px;
  }
  .footer-title.dark.top-link {
    font-size: 12px;
    line-height: 13px;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar.stationery-sidebar {
    top: 122px;
    width: 96px;
  }
  .blog-title {
    font-size: 17px;
    line-height: 20px;
  }
  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hero-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hero-2.jpg');
    background-position: 0px 0px, 50% 17%;
    background-size: auto, 500px;
    background-repeat: repeat, no-repeat;
  }
  .heading-smaller {
    margin-bottom: 26px;
    font-size: 21px;
    line-height: 25px;
  }
  .heading-smaller.why-title.gt {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-button {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .container-mobile {
    width: 300px;
    max-width: 280px;
  }
  .age {
    font-size: 18px;
  }
  .slide-3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hero-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rgb-hero-3.jpg');
    background-position: 0px 0px, 0% 15%;
    background-size: auto, 600px;
    background-repeat: repeat, no-repeat;
  }
  .telefon {
    top: 17px;
    right: 82px;
  }
  .link-2 {
    font-size: 17px;
  }
  .ages-div {
    margin-top: 0px;
  }
  .ci {
    width: 110px;
  }
  .heading-2.erty {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .heading-2.erty.welcome-head-white {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
  }
  .welcome-div {
    width: 100%;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    padding: 22px;
  }
  .address-div-rgd {
    width: 100%;
    margin-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;
    text-align: left;
  }
  .paragraph {
    font-size: 13px;
    line-height: 18px;
  }
  .map-heading {
    font-size: 13px;
  }
  .text-block-4 {
    font-size: 9px;
    line-height: 12px;
  }
  .paragraph-2 {
    font-size: 13px;
    line-height: 22px;
  }
  .body-2 {
    padding-bottom: 42px;
    background-image: none;
  }
  .brand {
    width: 90px;
    padding-left: 0px;
  }
  .brand.w--current {
    width: 89px;
    padding-left: 0px;
  }
  .review {
    font-size: 14px;
    line-height: 22px;
  }
  .review-slide-author {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .section-2.testimonials-section {
    padding-top: 37px;
    padding-bottom: 37px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/rgb-testimonial-man.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/rgb-testimonial-man.jpg');
    background-position: 0px 0px, 38% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .testimonials-slider {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-bottom: 64px;
    padding-left: 8px;
  }
  .slide-nav-2 {
    display: block;
    font-size: 9px;
  }
  .post-card-header.patient {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 26px;
  }
  .review-slide {
    padding-right: 0%;
    padding-left: 0%;
  }
  .slider-arrow-wrapper {
    display: none;
  }
  .logos-sectiuon {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-gray-2 {
    font-size: 14px;
    line-height: 19px;
  }
  .button-2 {
    padding: 8px 12px;
    font-size: 12px;
  }
  .secondary-treatments-section {
    margin-top: 69px;
    padding: 16px 29px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), -webkit-linear-gradient(0deg, #fff 44%, hsla(0, 0%, 94%, 0) 59%), url('../images/rgb-secondary-img-back-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), linear-gradient(90deg, #fff 44%, hsla(0, 0%, 94%, 0) 59%), url('../images/rgb-secondary-img-back-1.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .secondary-treatments-section.right {
    padding-top: 23px;
    padding-right: 31px;
    padding-bottom: 23px;
  }
  .secondary-treatments-section.third-section {
    padding: 22px 31px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-secondary-img-back-3.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/rgb-secondary-img-back-3.jpg');
    background-position: 0px 0px, 88% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sec-block-text {
    width: 100%;
  }
  .sec-block-text.right-bloc {
    width: 88%;
  }
  .small-services-wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ci-2 {
    width: 150px;
  }
  .heading-white-2 {
    font-size: 19px;
    line-height: 24px;
  }
  .heading-white-2.biger {
    font-size: 25px;
    line-height: 40px;
  }
  .heading-white-2.biger.services-sec {
    font-size: 26px;
  }
  .heading-smaller-2 {
    font-size: 21px;
    line-height: 30px;
  }
  .heading-smaller-2.second-smaller {
    font-size: 20px;
  }
  .age-2 {
    font-size: 18px;
  }
}

