/* placeholder classes */
/* Wordpress Default Align */
/* Transitional placeholder class */
/* Box Shadows */


.circle-lasik {
    width: 20%;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    margin-top: 30px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 38px;
  line-height: 1.125;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 48px;
  line-height: 1.125;
  font-weight: 700;
}
/* Responsive Menu */

.navbar .w-nav {
  display:none !important;
}

body .userway.userway_p1 {
  top: auto !important;
  right: auto !important;
  left: 10px !important;
  bottom: 10px !important;
}
#mg-wprm-wrap li.menu-item a {font-family:'Fjalla One', sans-serif !important;}
.admin-bar #mg-wprm-wrap.cbp-spmenu.custom, body.admin-bar #wprmenu_bar {top:15px !important;}

#wprmenu_bar {
  /* position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  padding: 10px 16px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  height: 40px;
  z-index: 999999; */

  position: fixed;
    top: 0;
    right: 0px;
    background: 0 0;
    padding: 10px 16px;
    cursor: pointer;
    overflow: hidden;
    height: 40px;
    z-index: 999999;
    float: right;
    justify-content: flex-start;
}
/*End Responsive menu*/

.fixed-tag-container{
  position: fixed;
  max-width: 200px;
  top: 75px;
  left: 10px;
  z-index: 50;
  transition: all .3s;
}

.fixed-tag-container:hover {
    transform: translateY(5%);
}
.inner-container.brochure {
  max-width: 100%;
}
.f-logo {
  width: 200px;
	
}

@media (max-width: 1024px){
  .fixed-tag-container {
    top: 75px;
    left: 10px;
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 1.125;
  font-weight: 700;
}

@media (max-width: 991px) {
  h3 {
    margin-top: 0px;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .fixed-tag-container {
    width: 26%;
    top: 75px;
  }
  h3 {
    font-size: 16px;
  }
  .desk-menu {
  margin-right: 15%;
}
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.125;
  font-weight: bold;
}

@media (max-width: 415px) {
  h4 {
    font-size: 16px;
  }
  .w-nav[data-collapse=all] .w-nav-button {
    display: none;
}
}

p {
  margin-bottom: 2em;
  line-height: 1.5;
}

a {
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease;
  color: #952203;
  text-decoration: none;
}

a:hover {
  color: #001e45;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.5;
}

hr {
  clear: both;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  padding-top: 62px;
  padding-right: 180px;
  padding-left: 240px;
  -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: left;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/head-bg2x.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .hero {
    height: 880px;
    min-height: 0px;
    padding-left: 20px;
    padding-top: 60px;
    background-image: url("../images/head-bg2x-991.jpg");
  }
}

@media (max-width: 767px) {
  .hero {
    height: 767px;
    background-image: url("../images/head-bg2x-767.jpg");
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 630px;
    background-image: url("../images/head-bg2x-479.jpg");
  }
}

.body {
  font-family: Cantarell, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 991px) {
  .body {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 14px;
  }

  #responsive-menu-container{
    z-index: 9999999999 !important;
  }
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px;
}

.nav-logo {
  width: 200px;
}

@media (max-width: 991px) {
  .nav-logo {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .nav-logo {
    width: 200px;
    padding-left: 0px;
  }
  .nav-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
}


  .nav-logo {
    width: 200px;
  }
}
@media (max-width: 414px) {
.w-nav[data-collapse="all"] .w-nav-button {display:none !important;}
}
.desk-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nd-link {
  margin-left: 30px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.125;
  text-decoration: none;
}

@media (max-width: 991px) {
  .nd-link {
    margin-left: 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .nd-link {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .nd-link {
    margin-left: 10px;
  }
}

.nd-link:hover {
  color: #952203;
}

.nd-link.nl-1 {
  border-bottom: 2px solid #001e45;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
}

.nd-link.nl-1:hover {
  border-bottom-color: #952203;
}

.menu-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  padding: 12px;
  -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: 100px;
  background-color: #001e45;
}
@media (max-width: 1024px){
  .fixed-tag-container {
    top: 75px;
    left: 10px;
    max-width: 180px;
  }
  .desk-menu {
    justify-content: center;
  }
  .nd-link {
    margin-left: 15px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .menu-btn-wrap {
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .menu-btn-wrap {
    margin-left: 10px;
  }
}

.menu-btn-wrap.w--open {
  background-color: #952203;
}

.line1 {
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.line2 {
  width: 16px;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
}

.line3 {
  width: 16px;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
}

.hero-cont {
  width: 100%;
  max-width: 900px;
  height: 400px;
}

.head-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.125;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 991px) {
  .head-h2 {
    font-size: 38px;
  }
  .hero-cont {
    height: 480px;
  }
}

@media (max-width: 767px) {
  .head-h2 {
    font-size: 30px;
  }
  .hero-cont {
    height: 230px;
  }
}

@media (max-width: 479px) {
  .hero-cont {
    height: 337px;
  }
  .head-h2 {
    font-size: 26px;
  }
}

.head-h2.hh2-2 {
  color: #001e45;
  text-align: center;
}

.head-h2.h2-hero {
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: 5px;
}

@media (max-width: 991px) {
  .head-h2.h2-hero {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .head-h2.h2-hero {
    font-size: 60px;
    letter-spacing: 2px;
  }
}

@media (max-width: 479px) {
  .head-h2.h2-hero {
    /* font-size: 50px; */
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px black;

 
  }
}

.hero-st {
  max-width: 560px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.125;
}

@media (max-width: 991px) {
  .hero-st {
    max-width: 400px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-st {
    max-width: 320px;
    margin-top: 10px;
    font-size: 16px;
  }
}

.search-block {
  display: block;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .search-block {
    width: 100%;
    max-width: 600px;
  }
}

.search-cont {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
}

@media (max-width: 991px) {
  .search-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .search-cont {
    bottom: 10px;
  }
}

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

.search-form--sidebar {
  margin-bottom: 10px;
  padding: 0 20px;
}

@media (max-width: 479px) {
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search-form__field {
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 16px 20px;
  border: 0px solid #000;
  border-radius: 4px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.search-form__field--hero {
  height: 60px;
}

@media (max-width: 991px) {
  .search-form__field--hero {
    height: 50px;
  }
}

.search-form__field--sidebar {
  width: 100%;
  padding: 10px;
}

@media (max-width: 991px) {
  .search-form__field {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .search-form__field {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.search-form__submit {
  border-radius: 4px;
  background-color: #001e45;
  -webkit-transition: background-color 175ms ease;
  transition: background-color 175ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}

.search-form__submit--hero {
  padding: 18px 48px;
}

.search-form__submit--sidebar {
  padding: 10px;
}

@media (max-width: 991px) {
  .search-form__submit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.search-form__submit:hover {
  background-color: #952203;
}

.section {
  padding: 100px 20px 120px;
}

@media (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 40px 15px;
  }
}

.section.s-ws {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 100px;
  -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;
  background-color: #f6f6f6;
}

@media (max-width: 991px) {
  .section.s-ws {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section.s-ws {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section.s-ws.wsf {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.sec-callouts {
  padding: 20px 10px;
}

@media (max-width: 991px) {
  .section.sec-callouts {
    padding: 5px;
  }
}

.section.sec-map.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.section.sec-map.lazy-background.visible {background-image: url("../images/map-bg2x.jpg");}

.section.sec-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .section.sec-map {
    height: 400px;
    background-attachment: scroll;
  }
  .section.sec-map.lazy-background.visible {background-image: url("../images/map-bg2x-991.jpg");}
}

@media (max-width: 767px) {
  .section.sec-map {
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .section.sec-map.lazy-background.visible {background-image: url("../images/map-bg2x-767.jpg");}
}

@media (max-width: 479px) {
  .section.sec-map {
    padding-top: 0px;
  }
  .section.sec-map.lazy-background.visible {background-image: url("../images/map-bg2x-479.jpg");}
}

.section.sec-f {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.sec-sm {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

.welcome-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-width: 840px; */
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.welc-title {
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 991px) {
  .welc-title {
    font-size: 24px;
  }
}

.paragraph {
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 991px) {
  .paragraph {
    margin-top: 20px;
    font-size: 16px;
  }
}

.welcome-bg {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  z-index: 0;
  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;
}

@media (max-width: 991px) {
  .welcome-bg {
    top: 0px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .welcome-bg {
    height: 240px;
  }
}

.welcome-text {
  position: relative;
  z-index: 1;
}

.doctors {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
  justify-content: center;
}


.doc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .doctors {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }
  .doc-wrap{width:unset;}
}

@media (max-width: 767px) {
  .doctors {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .doctors {
    margin-top: 20px;
    -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;
  }
}
@media (max-width: 767px) {
  .doc-wrap {
    max-width: 200px;
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (max-width: 479px) {
  .doc-wrap {
    width: 100%;
    max-width: 240px;
    padding: 10px;
  }
}

.doc-link {
  overflow: hidden;
  border-radius: 4px;
  background-color: #001e45;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 767px) {
  .doc-link {
    font-size: 16px;
  }
}

.doc-link:hover {
  background-color: #952203;
  box-shadow: none;
  color: #fff;
}

.doc-btn {
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .doc-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -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;
  width: 100%;
}

.container.c-test.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.container.c-test.lazy-background.visible {background-image: url("../images/testim-bg.svg");}

.container.c-test {
  max-width: 1240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 65%;
  background-size: 420px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .container.c-test {
    background-size: 300px;
  }
}

.container.c-callouts {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  .container.c-callouts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .container.c-callouts {
    max-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tabs {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 25px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid transparent;
  background-color: #fff;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  font-family: 'Fjalla One', sans-serif;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 991px) {
  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tab-link {
    width: 50%;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-width: 0px;
  }
}

@media (max-width: 479px) {
  .tab-link {
    width: 100%;
    font-size: 16px;
  }
}

.tab-link:hover {
  border-bottom-color: #000;
  color: #000;
}

.tab-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: #001e45;
  background-color: #fff;
  color: #001e45;
}

.hgpesb-badge.hgpesb-template-HGB1 a, .hgpesb-badge.hgpesb-template-HGB2 a, .hgpesb-badge.hgpesb-template-HGBE1 a, .hgpesb-badge.hgpesb-template-HGBE3 a{
  color: #001e45 !important;
}

.hgpesb-badge.hgpesb-template-HGB1 .hgpesb-badge-responses, .hgpesb-badge.hgpesb-template-HGB2 .hgpesb-badge-responses, .hgpesb-badge.hgpesb-template-HGBE1 .hgpesb-badge-responses, .hgpesb-badge.hgpesb-template-HGBE3 .hgpesb-badge-responses{
  color: #000 !important;
}

@media (max-width: 767px) {
  .tab-link.w--current {
    background-color: #001e45;
    color: #fff;
  }
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-content {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .tab-content {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .tab-content {
    margin-top: 40px;
  }
}

.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .tab-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-img {
  width: 420px;
  border-radius: 4px;
  background-image: url("../images/lasik_machine.png");
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .tab-img {
    width: 300px;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .tab-img {
    width: 100%;
    height: 250px;
  }
}

.tab-img.ti4 {
  background-image: url("../images/-tab3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-img.ti2 {
  background-color: transparent;
  background-image: url("../images/affording-tab-img.jpg");
  background-size: cover;
}

.tab-img.ti3 {
  background-image: url("../images/tab-img2x.jpg");
  background-size: cover;
}

.tab-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .tab-r {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .tab-r {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.h3 {
  max-width: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.125;
}

@media (max-width: 991px) {
  .h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .h3 {
    max-width: 100%;
  }
}

.tab-p {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .tab-p {
    margin-top: 10px;
  }
}

.hero-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hero-btn-container {
    flex-direction: row;
    justify-content: center;
  }
}

.btn {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 18px 60px;
  border-radius: 4px;
  background-color: #001e45;
  font-family: Cantarell, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.125;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .btn {
    margin-top: 20px;
    padding: 10px 40px;
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .btn {
    text-align: center;
  }
}

.btn:hover {
  background-color: #952203;
  color: #fff;
}

.btn.btn-resp {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .btn.btn-resp {
    margin-top: 40px;
  }
}

.btn.bh {
  width: 235px;
  margin-right: 20px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.125;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .btn.bh {
    width: 180px;
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .btn.bh {
    width: 250px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.btn.btn-border {
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
}

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

.img-section.lazy-background {background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */}
.img-section.lazy-background.visible {background-image: url("../images/new-york-bg2x.jpg");}

.img-section {
  height: 600px;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .img-section {
    height: 400px;
    background-attachment: scroll;
  }
  .img-section.lazy-background.visible {
    background-image: url("../images/new-york-bg2x-991.jpg");
  }
}

@media (max-width: 767px) {
  .img-section {
    height: 200px;
  }
  .img-section.lazy-background.visible {
    background-image: url("../images/new-york-bg2x-767.jpg");
  }
}

@media (max-width: 479px) {
  .img-section.lazy-background.visible {
    background-image: url("../images/new-york-bg2x-479.jpg");
  }
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 1.125;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }
}

.hg-resps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  justify-content: center;
}

@media (max-width: 991px) {
  .hg-resps {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hg-resps {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

.resp-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .resp-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .resp-wrap {
    width: 50%;
    max-width: 250px;
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .resp-wrap {
    width: 100%;
  }
}

.doc-name {
  font-size: 18px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 991px) {
  .doc-name {
    font-size: 16px;
  }
}

.reps-hg {
  width: 180px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .reps-hg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reps-hg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tesimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tesimonials {
    -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;
  }
}

.testim {
  width: 50%;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .testim {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.testim-name {
  color: #952203;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .testim-name {
    text-align: center;
  }
}

.border-btn {
  margin-top: 60px;
  border-bottom: 2px solid #001e45;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  color: #001e45;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 991px) {
  .border-btn {
    font-size: 13px;
    line-height: 1.125;
  }
}

@media (max-width: 767px) {
  .border-btn {
    margin-top: 40px;
  }
}

.border-btn:hover {
  border-bottom-color: #952203;
  color: #952203;
}

.callout-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:33.33%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .callout-wrap {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .callout-wrap {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .callout-wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .callout-wrap.cw3 {
    width: 100%;
  }
}

.callout-link.lazy-background, .callout-link.cl2.lazy-background, .callout-link.cl3.lazy-background{
  background-image: url(https://cdn-12c7.kxcdn.com/images/golasik_net/ph.jpg); /* Placeholder image */
}  


.callout-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 200px;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.5;
  text-decoration: none;
}

.callout-link.lazy-background.visible {
  background-image: url("../images/lasik-bg2x.jpg");
}

@media (max-width: 991px) {
  .callout-link {
    height: 160px;
    padding: 10px;
    background-position: 50% 50%;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .callout-link {
    padding: 20px;
  }
}

.callout-link:hover {
  color: #fff;
}

.callout-link.cl2 {
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.callout-link.cl2.lazy-background.visible {
  background-image: url("../images/exam-bg2x.jpg");
}

@media (max-width: 991px) {
  .callout-link.cl2 {
    background-position: 50% 50%;
  }
}

.callout-link.cl3 {
  background-image: url("../images/fin-bg2x.jpg");
  background-position: 20% 50%;
}

.callout-link.cl3.lazy-background.visible {
  background-image: url("../images/fin-bg2x.jpg");
}

.callout-link.cl4 {
  background-image: url("../images/essential-workers.jpg");
  background-position: 60% 50%;
}
.callout-text.c4 {
  max-width: 100%;
  line-height: 30px;
}

span.smaller {
  font-size: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .callout-link.cl3 {
    background-position: 50% 50%;
  }
}

.callout-link.cl-sb {
  height: 130px;
  margin-top: 20px;
  padding: 20px;
  background-position: 0px 50%;
  font-size: 21px;
  line-height: 1.5;
}

.callout-text {
  position: relative;
  z-index: 2;
  max-width: 160px;
}

@media (max-width: 991px) {
  .callout-text {
    max-width: 120px;
  }
}

.callout-text.ct2 {
  max-width: 200px;
}

@media (max-width: 991px) {
  .callout-text.ct2 {
    max-width: 130px;
  }
}

.callout-text.ct-sb3 {
  max-width: 110px;
}

.callout-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 30, 69, 0.75);
}

.map-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex: 0 1 auto;
}

@media (max-width: 767px) {
  .map-cont {
    -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;
  }
}

.map-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 300px;
  -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;
  flex: 0 1 auto;
}

@media (max-width: 991px) {
  .map-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .map-wrap {
    width: 100%;
    margin-top: 40px;
  }
}

.map-title {
  height: 54px;
  max-width: 170px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 767px) {
  .map-title {
    height: auto;
    font-size: 21px;
  }
}

.map-lne {
  width: 150px;
  height: 3px;
  margin-top: 30px;
  background-color: #001e45;
}

@media (max-width: 767px) {
  .map-lne {
    width: 100%;
    height: 2px;
    max-width: 120px;
    margin-top: 5px;
  }
}

.adress {
  margin-top: 20px;
  flex: 0 1 auto;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.adress.a1 {
  max-width: 200px;
}

@media (max-width: 991px) {
  .adress {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .adress {
    margin-top: 5px;
    font-size: 15px;
  }
}

.phone {
  margin-top: 25px;
  font-family: 'Fjalla One', sans-serif;
  color: #001e45;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
}

.phone:hover {
  color: #952203;
}

@media (max-width: 767px) {
  .phone {
    font-size: 21px;
  }
}

.mt-span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .mt-span {
    display: block;
    margin-top: -3px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.section-f-menu {
  padding: 15px 20px;
  background-color: #001e45;
}

.f-menu {
  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;
  list-style: none;
  -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;
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .f-menu {
    -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;
  }
}

.f-menu li {
  margin: 0;
}

.f-menu li a {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  display: block;
  text-decoration: none;
}

@media (max-width: 991px) {
  .f-menu li a {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .f-menu li a {
    margin-top: 12px;
  }
}

.f-menu li a:hover {
  color: #fff;
}

.tab-st {
  margin-top: 10px;
  font-size: 16px;
}

.nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-menu li {
  margin: 0;
}

.nav-menu a {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  text-align: left;
  color: #000;
}

@media (max-width: 767px) {
  .nav-menu a {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .nav-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav-menu a:hover {
  background-color: #952203;
  color: #fff;
}

.nav-menu {
  width: 390px;
  margin-top: 68px;
  margin-left: 10px;
  background-color: #fff;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .nav-menu {
    overflow: auto;
    width: 320px;
    margin-top: 61px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    z-index: 1000;
    width: 200px;
    height: 100vh;
    margin-top: 56px;
    padding-bottom: 200px;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    margin-top: 53px;
  }
}

.nav-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.f-logo {
  width: 200px !important;
	
}

.f-link {
  margin-top: 30px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.f-link:hover {
  color: #001e45;
}

.f-link.fl2 {
  margin-top: 10px;
}

.f-p {
  max-width: 960px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.f-p.fp2 {
  margin-top: 0px;
  color: #000;
}

.f-p__heart {
  font-size: 15px;
  color: #dc232b;
  animation: heart_animation 4s infinite;
}

@keyframes heart_animation {
  0% {
    color: #dc232b;
  }
  50% {
    color: #952203;
  }
  75% {
    color: #952203;
  }
  100% {
    color: #dc232b;
  }
}

.f-soc {
  margin-top: 20px;
}

.f-soc-link {
  width: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .f-soc-link {
    width: 30px;
  }
}

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

.fixed-btns {
  position: fixed;
  left: 0px;
  bottom: 90px;
  z-index: 5;
  display: none;
}

@media (max-width: 767px) {
  .fixed-btns {
    bottom: 0px;
    display: none;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 479px) {
  .fixed-btns {
    bottom: 0px;
    display: none;
    width: 100%;
  }
}

.fixed-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-top: 10px;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #001e45;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 1.125;
  text-decoration: none;
}

@media (max-width: 991px) {
  .fixed-btn {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .fixed-btn {
    width: auto;
    margin-top: 0px;
    padding: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 479px) {
  .fixed-btn {
    width: 50%;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 13px;
  }
}

.fixed-btn:hover {
  background-color: #952203;
}

.fixed-ico {
  width: 40px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .fixed-ico {
    display: none;
    width: 30px;
    margin-right: 7px;
  }
}

@media (max-width: 479px) {
  .fixed-ico {
    display: block;
  }
}

.fixed-text {
  max-width: 110px;
}

@media (max-width: 767px) {
  .fixed-text {
    max-width: none;
  }
}

@media (max-width: 479px) {
  .fixed-text {
    max-width: 90px;
  }
}

.tab-video {
  margin-top: 20px;
}

.ih-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px 30px;
  -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: #949494;
  background-image: -webkit-linear-gradient(315deg, #0050b8, #001e45);
  background-image: linear-gradient(135deg, #0050b8, #001e45);
}

@media (max-width: 991px) {
  .ih-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ih-section {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .ih-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }
}

.ih-container {
  width: 100%;
  max-width: 1180px;
}

.ih-container.ihc2 {
  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;
}

.inner-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.125;
  color: #fff;
}

.inner-h2 a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .inner-h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .inner-h2 {
    font-size: 30px;
  }
}

.inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .inner-container {
    display: block;
  }
}

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

@media (max-width: 991px) {
  .inner-container.ic2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  .inner-container.ic1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.inner-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar {
  width: 325px;
  margin-top: -15px;
  margin-left: 60px;
  z-index: 1;
}
.zd-plugin {
  z-index: 200;
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sb-title {
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #001e45;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.sb-title a {
  color: inherit;
  text-decoration: none;
}

.sb-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  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;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  position: sticky;
  top: 70px;
  background-color: #fff;
}

.sb-menu ul {
  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;
  list-style: none;
  padding: 0;
}

.sb-menu ul li a {
  padding: 10px 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: block;
  text-decoration: none;
}

.sb-menu ul li a:hover {
  background-color: #001e45;
  color: #fff;
}

.inner-docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.idoc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

@media (max-width: 767px) {
  .idoc-wrap {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .idoc-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.idoc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  background-color: #001e45;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

@media (max-width: 991px) {
  .idoc-link {
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 479px) {
  .idoc-link {
    max-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.idoc-link:hover {
  background-color: #952203;
  box-shadow: none;
  color: #fff;
}

.idoc-img {
  width: 40%;
  background-image: url("../images/dr-werner.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .idoc-img {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .idoc-img {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .idoc-img {
    width: 100%;
    height: 300px;
  }
}

.idoc-img.ii2 {
  background-image: url("../images/dr-hufnagel.jpg");
}

.idoc-img.ii3 {
  background-image: url("../images/dr-chang.jpg");
}

.idoc-img.ii4 {
  background-image: url("../images/emily_zimmerman.jpg");
}

.idoc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.idoc-name {
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .idoc-name {
    font-size: 18px;
    line-height: 1.125;
  }
}

.idoc-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.idoc-btn {
  margin-top: 10px;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .idoc-btn {
    -webkit-transition: border-color 175ms ease;
    transition: border-color 175ms ease;
  }
}

@media (max-width: 991px) {
  .idoc-btn:hover {
    border-bottom-color: transparent;
  }
}

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

@media (max-width: 479px) {
  .h-btns {
    -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;
    width: auto;
  }
}

.h-btns__logo {
  margin-right: 1em;
  padding: 0rem 2rem;
  height: 150px;
}

.h2-subtitile {
  margin-top: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .h2-subtitile {
    margin-top: 0px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .h2-subtitile {
    font-size: 16px;
  }
}

.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
}

@media (max-width: 479px) {
  .submenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.submenu-link {
  width: 25%;
  padding: 30px 19px 25px;
  border-bottom: 5px solid transparent;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 991px) {
  .submenu-link {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .submenu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11px;
    -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-bottom-width: 3px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .submenu-link {
    width: 50%;
  }
}

.submenu-link:hover {
  border-bottom-color: #001e45;
}

@media (max-width: 767px) {
  .submenu-link:hover {
    border-bottom-width: 3px;
  }
}

.rich1 {
  max-width: 480px;
}

@media (max-width: 991px) {
  .rich1 {
    max-width: 600px;
  }
}

.img1 {
  width: 140px;
  margin-right: 50px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .img1 {
    width: 20%;
    max-width: 140px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.col-r {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .col-r {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  .col-r {
    -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;
  }
}

.col-r.cr-2 {
  width: 50%;
  margin-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .col-r.cr-2 {
    margin-top: 0px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .col-r.cr-2 {
    width: 80%;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .col-r.cr-2 {
    width: 100%;
    margin-top: 20px;
  }
}

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 18px;
}

@media (max-width: 991px) {
  .icon-link {
    width: 33.33333333%;
    margin-bottom: 0px;
    padding: 20px 20px 20px 0px;
    border-bottom-width: 0px;
  }
}

@media (max-width: 767px) {
  .icon-link {
    width: 100%;
    max-width: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.icon-link.il2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ico-img {
  width: 70px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._4-items-section {
  padding: 40px 20px;
  background-image: -webkit-linear-gradient(315deg, #0050b8 -2%, #001e45);
  background-image: linear-gradient(135deg, #0050b8 -2%, #001e45);
}

@media (max-width: 767px) {
  ._4-items-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

._4-items-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  transition: opacity 175ms ease, background-color 175ms ease, color 175ms ease, box-shadow 175ms ease, border-color 175ms ease;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 991px) {
  .item-link {
    font-size: 18px;
  }
}

.item-link:hover {
  border-color: #fff;
  color: #fff;
}

.item-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  -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;
}

@media (max-width: 767px) {
  .item-ico {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .item-ico.ii2 {
    width: 50px;
  }
}

.item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .item-wrap {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .item-wrap {
    padding: 0px;
  }
}

.item-text {
  max-width: 120px;
}

.section-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 70px 20px;
  -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: url("../images/symfony-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

@media (max-width: 991px) {
  .section-banner {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .section-banner {
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url("../images/symfony-bg.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url("../images/symfony-bg.jpg");
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
  }
}

.section-banner.sb2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../images/cat-banner22x.jpg");
}

@media (max-width: 767px) {
  .section-banner.sb2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/cat-banner22x.jpg"), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url("../images/cat-banner22x.jpg"), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
}

.section-banner.sb3 {
  background-image: url("../images/banner32x.jpg");
  background-position: 0px 0px;
}

@media (max-width: 767px) {
  .section-banner.sb3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../images/banner32x.jpg"), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: url("../images/banner32x.jpg"), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }
}

@media (max-width: 479px) {
  .section-banner.sb3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url("../images/banner32x.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url("../images/banner32x.jpg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
}

.section-banner--draggable {
  position: relative;
  background-image: none;
  padding: 0;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 25px;
  font-family: Oswald, sans-serif;
  padding: .85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.is-visible .cd-resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-image-container img {
  display: block;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100vw;
  max-width: none;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #952203 url(../images/cd-arrows.svg) no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 25px;
  font-family: Oswald, sans-serif;
  padding: .85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

@media (max-width: 991px) {
  .banner-container {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .banner-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-container.bc2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

@media (max-width: 767px) {
  .banner-container.bc2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-container.bc3 {
  z-index: 1;
}

@media (max-width: 767px) {
  .banner-container.bc3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 479px) {
  .banner-container.bc3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.ban-h2 {
  max-width: 65ch;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.125;
}

.ban-h2.bh2-1 {
  max-width: 100%;
  font-size: 48px;
}

.ban-h2.bh2-1.bh-black {
  color: #952203;
}

@media (max-width: 991px) {
  .ban-h2.bh2-1.bh-black {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .ban-h2.bh2-1.bh-black {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .ban-h2.bh2-1.bh-black {
    color: #fff;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .ban-h2.bh2-1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .ban-h2 {
    font-size: 24px;
    text-align: center;
  }
}

.banner-p {
  max-width: 65ch;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .banner-p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .banner-p {
    text-align: center;
  }
}

.cat-p2 {
  max-width: 65ch;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
}

._2-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -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;
}

@media (max-width: 991px) {
  ._2-col-2 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  ._2-col-2 {
    -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;
  }
}

.col-video {
  overflow: hidden;
  width: 50%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .col-video {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .col-video {
    width: 100%;
  }
}

.icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .icon-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    -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;
    border-bottom-width: 0px;
    text-align: center;
  }
}

.ii-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ii-title {
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
}

@media (max-width: 767px) {
  .ii-title {
    margin-top: 10px;
  }
}

._3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  ._3-col._32 {
    -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;
  }
}

@media (max-width: 479px) {
  ._3-col {
    -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;
  }
}

.column {
  width: 33.33333333%;
  text-align: center;
}

@media (max-width: 479px) {
  .column {
    width: 100%;
  }
}

.img-3-col {
  width: 180px;
}

@media (max-width: 767px) {
  .img-3-col {
    width: 120px;
    max-width: 120px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

._1-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding: 20px;
  -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;
  text-align: center;
}

@media (max-width: 767px) {
  ._1-3-col {
    width: 80%;
  }
}

.col-img {
  max-width: 200px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .col-img {
    max-width: 160px;
  }
}

.hero-text-wrap {
  max-width: 600px;
}

@media (max-width: 479px) {
  .hero-text-wrap {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .l-col1 {
    width: 80%;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .testim-p {
    text-align: center;
  }
}

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

html.w-mod-js *[data-ix="overlay-init-2"] {
  display: none;
  opacity: 0;
}
