@charset "utf-8";
@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.css');
@import url('fancybox.css');

/* <loader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #7eb1b2;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #7eb1b2, 0 0 5px #7eb1b2;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #7eb1b2;
  border-left-color: #7eb1b2;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* loader> */

body {
  margin: 0;
  height: 100%;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  line-height: 20px;
}
@media  (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  body {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
}

/* <mini reset */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: expression(hideFocus='true');
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
/* mini reset> */

* {
  -moz-transition: all .3s;
    -webkit-transition: all .3s;
      transition: all .3s;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1860px;
}

.visible {
  overflow: inherit;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hidden {
  overflow: hidden;
  height: 0;
}

@media (min-width: 768px) {
  .visible,
  .hidden {
    overflow: inherit;
    height: inherit;
  }
}

/* <header */
header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  max-width: 1860px;
}
header h1 {
  margin: 40px auto 50px;
  width: 290px;
  height: auto;
}
header h1 a {
  display: block;
  background: url("../images/dr-angelica-banu-logo-1.svg") 0 0 no-repeat;
  width: 290px;
  height: 135px;
}
header.shrink {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 99;  
  margin-right: auto;
  margin-left: auto;
  background-color: #5c9b96;    
  padding: 15px 0;
  -moz-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
      box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
}
header.shrink #header {
  margin: 0 auto;
  width: 100%;
  max-width: 1199.98px;
  padding: 0 15px;
}
header.shrink h1 {
  float: left;
  margin: 0;
  width: 64px;
}
header.shrink h1 a {
  background-image: url("../images/dr-angelica-banu-logo-2.svg");
  width: 50px;
  height: 50px;
}
/* <nav */
nav {
  position: relative;
  margin: 0;
  width: auto;
  height: 20px;
}
nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  position: relative;
  z-index: 998;
  display: inline-block;
  line-height: 20px;
}
nav ul li::before,
nav ul li::after {
  display: inline-block;
  content: "";
  width: 20px;
}
nav ul li:first-child {
  padding-left: 0;
}
nav ul li a {
  display: inline-block;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*nav ul li + li + li + li + li {
  display: none;
}
nav ul li + li + li + li + li + li {
  display: inline-block;
}*/
nav ul li a:hover {
  color: #b9d4d6;
}
nav ul li a span {
  position: relative;
  display: inline-block;
  color: #cfe5e7;
}
nav ul li a:hover span {
  color: #fff;
}
nav ul li a.selected span {
  color: #fff;
}
nav ul li a span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #b9d4d6;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  height: 1px;
}
nav ul li a:hover span::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav ul li a.selected span::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

nav ul li ul.submenu {
  position: absolute;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 999;
  display: none;
  background-color: #fff;
  width: auto;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
      border-radius: 2px;
  -moz-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
      box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
  padding: 25px 30px 15px 20px;
  text-align: left;
}
nav ul li:hover > ul {
  display: block;
}
/*nav ul li a:hover ~ ul.submenu {
  display: block;
}*/
nav ul li ul.submenu li {
  padding-left: 0;
}
nav ul li ul.submenu li {
  display: block;
  padding: 0 0 7px 10px;
  line-height: 17px;
}
nav ul li ul.submenu li::before,
nav ul li ul.submenu li::after {
  content: none;
}
nav ul li ul.submenu li.title {
  margin: 0 0 10px;
  padding-left: 0;
}
nav ul li ul.submenu li.title.second {
  margin-top: 20px;
}
nav ul li ul.submenu li.title a {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0e6a6b;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
nav ul li ul.submenu li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #808080;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
   white-space: nowrap;
}
nav ul li ul.submenu li a:hover,
nav ul li ul.submenu li a:focus {
  color: #000;
}
nav ul li ul.submenu li.subtitle {
  font-weight: 600;
}
nav ul li ul.submenu li.subtitle.second {
  margin-top: 15px;
}

header.shrink nav {
  overflow: hidden;
  height: auto;
  padding-top: 15px;
}
header.shrink nav ul {
  float: right;
  text-align: right;
}

@media (max-width: 1199.98px) {
}
@media  (max-width: 991.98px) {
  nav ul li {
  }
  nav ul li::before,
  nav ul li::after {
    width: 7px;
  }
  nav ul li a {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  header h1 {
    margin-top: 20px;
    width: 290px;
  }
  header h1 a {
    width: 290px;
  }
  header.shrink #header.shrink {
    padding: 0;
  }
  nav {
    height: 0;
  }
  nav ul {
    display: none;
  }
}
@media (max-width: 575.98px) {
}

/* <hamburger */
.hamburger {
  right: 30px;
  bottom: auto;
  left: auto;
  z-index: 999;
  margin: 0;
  overflow: visible;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  cursor: pointer;
  opacity: 0.5;
}
.state-1 {
  position: fixed;
  top: 30px;
  z-index: 100;
}
header.shrink .state-1 {
  top: 20px;
}
.state-2 {
  position: fixed;
  top: 30px;
}
header.shrink .state-2 {
  top: 20px;
}
.hamburger:hover {
  /*opacity: 0.7;*/
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.hamburger-inner {
  top: 50%;
  margin-top: -2px;
  display: block;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/* spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin:hover .hamburger-inner,
.hamburger--spin:hover .hamburger-inner::before,
.hamburger--spin:hover .hamburger-inner::after {
  /*background-color: #7eb1b2;*/
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/* hamburger> */

/* <menu */
#menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  overflow: auto; 
  background: #5c9b96;
  width: 100%;
  height: 100%;
}
#menu div {
  margin: 0 auto;
  max-width: 90%;
  color: #e9e9e9;
  text-align: left;
}
#menu div .menu {
  margin: 0;
  padding: 90px 0 0 30px;
}
#menu div .menu li {
  margin: 0;
  display: block;
  width: auto;
  padding: 12px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
/*#menu div .menu li + li + li + li + li {
  display: none;
}
#menu div .menu li + li + li + li + li + li {
  display: block;
}*/
#menu div .menu li a {
  display: block;
  transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
      -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #cfe5e7;
  font-weight: 500;
}
#menu div .menu li a:hover,
#menu div .menu li a:focus,
#menu div .menu li a.selected {
  color: #fff;
}

#menu div hr {
  margin: 20px 30px 0 30px;
  background: none;
  height: 1px;
  border: none;
  border-top: 2px solid #c8e1e1;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
}

#menu div .contact {
  margin: 0;
  list-style-type: none;
  padding: 20px 0 20px 20px;
  text-align: left;
}
#menu div .contact li {
  display: inline;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #c8e1e1;
  font-weight: 400;
}
#menu div .contact li::before {
  content: "/";
  padding: 0 10px 0 0;
  color: #c8e1e1;
  font-weight: 400;
}
#menu div .contact li:first-child::before {
  content: "";
  padding: 0;
}
#menu div .contact li a {
  color: #c8e1e1;
}
#menu div .contact li a:hover,
#menu div .contact li a:focus {
  color: #fff;
}

@media (max-width: 1199.98px) {
}
@media  (max-width: 991.98px) {
  .overlay div .menu {
    opacity: 0;
    visibility: hidden;
  }
  .overlay div .menu > li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #menu {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  #menu div .contact {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  #menu div .menu li a {
    font-size: 18px;
  } 
  #menu div .contact li {
    display: block;
    padding-left: 0;
    line-height: 30px;
  }
  #menu div .contact li::before {
    content: "";
    padding-right: 0;
  }
}
/* menu> */
/* nav> */
/* header> */

/* <banner */
#banner.banner-1 {
  height: 710px;
  background: url("../images/dr-angelica-banu-banner.webp") 50% 0 no-repeat;
  text-align: center;
  border-radius: 30px;
}
#banner img {
  margin-top: 280px;
  width: 220px;
  height: auto;
}
#banner h2 {
  margin-top: 40px;
  padding: 0 20px;
  font-family: 'Lora', 'Open Sans', sans-serif;
  font-size: 25px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}
#banner.banner-2 {
  height: 280px;
  background: url("../images/dr-angelica-banu-banner-2.jpg") 50% 0 no-repeat;
  text-align: center;
  border-radius: 30px;
}
#banner.banner-3 {
  height: 280px;
  background: url("../images/dr-angelica-banu-banner-3.jpg") 50% 0 no-repeat;
  text-align: center;
}
#banner.banner-4 {
  height: 280px;
  background: url("../images/dr-angelica-banu-banner-4.jpg") 50% 0 no-repeat;
  text-align: center;
}
#banner.banner-2 img,
#banner.banner-3 img,
#banner.banner-4 img {
  display: none;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  #banner.banner-1 h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  #banner.banner-1 {
    background-size: 1300px;
    height: 500px;
  }
  #banner.banner-2 {
    background-position: 60% 0;
  }
  #banner.banner-3 {
    background-position: 50% 0;
  }
  #banner.banner-4 {
    background-position: 65% 0;
  }
  #banner.banner-1 img {
    margin-top: 170px;
    width: 170px;
  }
  #banner.banner-1 h2 {
    margin-top: 0;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  #banner.banner-1 h2 {
    font-size: 18px;
    line-height: 25px;
  } 
  #banner.banner-1 img {
    display: none;
  }
  #banner.banner-1 h2 {
    padding-top: 250px;
  }
}
/* banner> */

/* <path */
#path {
  margin: 10px 0;
  height: 30px;
}
#path ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  height: 30px;
  text-align: right;
}
#path ul li {
  display: inline-block;
  height: 30px;
  color: #729cac;
  line-height: 30px;
}
#path ul li::before {
  content: "/";
  padding: 0 10px;
  color: #ddd;
}
#path ul li:first-child::before {
  content: "";
  padding: 0;
}
#path ul li a {
  color: #0e6a6b;
}
#path ul li a:hover {
  border-bottom: 1px solid #ddd;
  color: #729cac;
}
/* path> */

/* <section-1 */
#section-1 {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}
#section-1 .box.main {
  
}
#section-1 h2 {
  margin-bottom: 20px;
  display: block;
  height: 20px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0e6a6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
#section-1 h2 a {
  color: #0e6a6b;
}
#section-1 h2 a:hover {
  color: #729cac;
}
#section-1 hr {
  margin-bottom: 30px;
  background: none;
  width: 70px;
  border: none;
  border-top: 3px solid #e5eff0;
}
#section-1 p {
  font-size: 13px;
  color: #646464;
}
#section-1 .box.main h3 a {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: auto;
  border: 3px solid #eee;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 10px 25px;
  font-size: 16px;
  color: #0e6a6b;
  font-weight: 600;
  line-height: 22px;
}
#section-1 .content .box.main h3 a {
  font-size: 22px;
}
#section-1 .box.main h3 a:hover,
#section-1 .box h3 a:focus {
  color: #545454;
}
#section-1 .box.main h3 a em {
  display: block;
  padding-top: 30px;
  height: auto;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 17px;
  color: #0e6a6b;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
#section-1 .box.main h3 a:hover em,
#section-1 .box.main h3 a:focus em {
  color: #545454;
}
#section-1 .box.main h3 a span {
  position: absolute;
  top: -30px;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  background: #fff url('../images/symbol-3.svg') 50% 50% no-repeat;
  background-size: 40px 40px;
  width: 80px;
  height: 50px;
}
#section-1 .box.main h3 a hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
#section-1 .box.main h3 a p {
  padding-bottom: 20px;
  font-weight: 400;
}
#section-1 .box.main h3 a:hover p,
#section-1 .box.main h3 a:focus p {
  color: #545454;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  #section-1 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #section-1 .box {
    margin-bottom: 40px;
  }
  #section-1 .box h2 {
    font-size: 18px;
  }
  #section-1 hr {
    margin-bottom: 10px;
  }
  #path {
    display: none;
  }
}
@media (max-width: 575.98px) {
}
/* section-1>*/

/* <section-2 */
#section-2 {
  background: #f7f7f7 url('../images/pattern-1.png') 50% -20px repeat;
  height: 600px;
  border-radius: 2px;
}
#section-2 .img {
  background: url('../images/dr-angelica-banu.webp') 80% 0 no-repeat;
}
#section-2 .img div {
  width: auto;
  max-width: 100%;
  height: 600px;
}
#section-2 .box h2 {
  margin-top: 170px;
  margin-bottom: 30px;
  font-family: 'Lora', sans-serif;
  font-size: 55px;
  color: #0e6a6b;
  font-weight: 700;
}
#section-2 .box h2 sup {
  font-size: 33px;
  font-style: italic;
}
#section-2 hr {
  margin: 0 0 0 10px;
  background: none;
  border: none;
  border-top: 3px solid #bad4d4;
  width: 80px;
  height: 1px;
}
#section-2 .box h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 18px;
  color: #0e6a6b;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
#section-2 .box p {
  padding-right: 40px;
  font-size: 17px;
  color: #545454;
  font-style: italic;
  line-height: 25px;
}
#section-2 .box p.button {
  margin-top: 35px;
}
#section-2 .box p.button a {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  color: #0e6a6b;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 30px;
}
#section-2 .box p.button a span {
  position: absolute;
  top: 33px;
  right: auto;
  bottom: auto;
  left: 10px;
  display: block;
  background-color: #bad4d4;
  width: 80px;
  height: 3px;
}
#section-2 .box p.button a:hover {
  color: #729cac;
}
#section-2 .box p.button a:hover span {
  background-color: #729cac;
}

#section-2 .box {
  position: relative;
  z-index: 1;
}
#section-2 .photo-author {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 15px;
  z-index: 2;
}
#section-2 .photo-author a {
  color: #545454;
}
#section-2 .photo-author a:hover,
#section-2 .photo-author a:focus {
  color: #0e6a6b;
}

@media (max-width: 1199.98px) {
  #section-2 .img {
    background-position: 170% 0;
  }
}
@media (max-width: 991.98px) {
  #section-2 {
    height: auto;
  }
  #section-2 .img {
  }
  #section-2 .img {
    background-position: 50% 0;
  }
  #section-2 .box {
    padding: 80px 50px 30px;
  }
  #section-2 .box h2 {
    margin-top: 0;
  }
  #section-2 .box h3 {
    padding-right: 0;
  }
  #section-2 .box p {
    padding-right: 0;
  }
  #section-2 .box p.button {
    margin-top: 20px;
  }
  #section-2 .photo-author {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
  #section-2 .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #section-2 .box h2 sup {
    font-size: 21px;
  }
}
/* section-2>*/

/* <section-3 */
#section-3 {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}
#section-3 h2 {
  margin-bottom: 60px;
  display: block;
  height: 10px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #0e6a6b;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-3 hr {
  margin: 0 auto;
  background: none;
  width: 220px;
  height: 3px;
  border: none;
  border-top: 3px solid #b8d5d5;
}
#section-3 ul {
  margin: 40px auto;
  list-style-type: none;
  height: 30px;
  padding: 0;
}
#section-3 ul li {
  margin-left: 30px;
  display: inline-block;
  height: 30px;
  padding-left: 35px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 17px;
  color: #545454;
  font-weight: 500;
  line-height: 30px;
}
#section-3 ul li:first-child {
  margin-left: 0;
}
#section-3 ul li a {
  color: #545454;
}
#section-3 ul li a:hover {
  color: #729cac;
}
#section-3 ul li.phone {
  background: url('../images/phone.svg') 0 50% no-repeat;
}
#section-3 ul li.mail {
  background: url('../images/mail.svg') 0 50% no-repeat;
}
#section-3 ul li.schedule {
  background: url('../images/schedule.svg') 0 50% no-repeat;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  #section-3 ul li {
    margin-left: 15px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  #section-3 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  #section-3 h2 {
    padding: 0 5px;
    text-align: left;
  }
  #section-3 ul {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
  }
  #section-3 ul li {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
    font-size: 15px;
  }
  #section-3 hr {
    width: 100%;
  }
  #section-3 hr:nth-child(3n+1) {
    display: none;
  }
}
/* section-3>*/

/* <section-4 */
#section-4 {
  background-color:  #5c9b96 !important;
  /*background: rgb(114,171,172);*/
    /*background: linear-gradient(45deg, rgba(114,171,172,1) 0%, rgba(114,156,172,1) 100%);*/
}
#section-4 .box {
  background: url('../images/pattern-2.png') 50% 50% repeat;  
  width: 100%;
  height: 100%;
  padding: 30px 30px 15px 30px;
}
#section-4 .box blockquote {
  padding: 120px 20px 90px;
  border: 3px solid #9dc4c5;
  border-radius: 2px;
  text-align: center;
}
#section-4 .box blockquote p {
  font-family: 'Lora', 'Open Sans', sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
}
#section-4 .box blockquote h3 {
  margin-top: 40px;
}
#section-4 .box blockquote h3 img {
  width: 150px;
  height: auto;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  #section-4 .box {
    padding: 20px 20px 5px 20px;

  }
}
@media (max-width: 575.98px) {
}
/* section-4>*/

/* <section-5 */
#section-5 {
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}
#section-5 h2 {
  margin-bottom: 70px;
  display: block;
  height: 10px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 20px;
  color: #0e6a6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#section-5 h3 {
  margin-bottom: 20px;
  display: block;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0e6a6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#section-5 h3 span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0e6a6b;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
#section-5 hr {
  margin-bottom: 40px;
  background: none;
  width: 70px;
  border: none;
  border-top: 3px solid #e5eff0;
}
#section-5 p {
  padding: 0 10px;
  font-size: 14px;
  color: #646464;
}
#section-5 a.btn-1 {
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  color: #0e6a6b;
}
#section-5 a.btn-1:hover,
#section-5 a.btn-1:focus {
  color: #545454;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  #section-5 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  #section-5 .box {
    margin-bottom: 40px;
  }
  #section-5 h2 {
    margin-bottom: 50px;
  }
  #section-5 hr {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
/* section-5>*/

/* <section-6 */
#section-6 .header {
  padding: 10px 0 10px;
}
#section-6 .header h1 {
  padding: 0 10px;
  font-family: 'Lora', 'Open Sans', sans-serif;
  font-size: 40px;
  color: #0e6a6b;
  font-weight: 700;
  line-height: 40px;
}
#section-6 .header h1 span {
  margin-bottom: -10px;
  display: block;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #a7a9ac;;
  font-weight: 400;
  font-style: italic;
}

#section-6 .content {
  padding: 20px 10px 40px;
}
#section-6 .content .image img {
  display: block;
  max-width: 100%;
}
#section-6 .content p {
  padding: 10px 0;
}
#section-6 .content p.bold {
  font-weight: 600;
}
#section-6 .content p.special {
  margin-top: 20px;
  background-color: #f7f7f7;
  border: 3px solid #0e6a6b;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
      border-radius: 2px;
  padding: 15px 20px;
}
#section-6 .content p.special a {
  border-bottom: 2px solid #b8d5d5;
  color: #0e6a6b;
  font-size: 15px;
  font-weight: 700;
}
#section-6 .content p.special span {
  font-weight: 700;
}
#section-6 .content p.special a:hover {
  border-bottom-color: #0e6a6b;
  color: #000;
}
#section-6 .content p.special-1 {
  margin-top: 30px;
}
#section-6 .content p img.signature {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  width: 150px;
  height: auto;
}

#section-6 .content h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #0e6a6b;
}
#section-6 .content h4.special {
  margin-top: 10px;
}
#section-6 .content h4.special.second {
  margin-top: 20px;
}
#section-6 .content h4::after {
  margin-top: 20px;
  display: block;
  content: "";
  background-color: #b8d5d5;
  width: 100px;
  height: 3px;
}
#section-6 .link-1 {
  color: #0e6a6b;
  font-weight: 600;
}
#section-6 .link-1:hover {
  color: #000;
}

#section-6 .content h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #0e6a6b;
  font-weight: 700;
  line-height: 20px;
}
#section-6 .content h2 a {
  color: #0e6a6b;
}
#section-6 .content h2 a:hover,
#section-6 .content h2 a:focus {
  color: #545454;
}
#section-6 .content h2::after {
  margin-top: 10px;
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #b8d5d5;
}
#section-6 .content .box {
  margin-bottom: 30px;
  text-align: center;
}
#section-6 .content .box img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  width: auto;
}
#section-6 .content .box h3 {
  margin-top: 30px;
}
#section-6 .content .box h3 a {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 110px;
  border: 3px solid #eee;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 16px;
  color: #0e6a6b;
  font-weight: 600;
  line-height: 22px;
}
#section-6 .content .box.main h3 a {
  font-size: 20px;
}
#section-6 .content .box h3 a:hover,
#section-6 .content .box h3 a:focus {
  color: #545454;
}
#section-6 .content .box h3 a span {
  position: absolute;
  top: -30px;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  background: #fff url('../images/symbol-3.svg') 50% 50% no-repeat;
  background-size: 40px 40px;
  width: 80px;
  height: 50px;
}

#section-6 .link {
  color: #0e6a6b;
  font-weight: 700;
}
#section-6 .link:hover,
#section-6 .link:focus {
  color: #545454;;
}

#section-6 ul.ul-1 {
  margin: 0 20px;
  list-style-type: none;
  padding: 0;
}
#section-6 ul.ul-1 li {
  background: url('../images/bullet-1.png') 0 7px no-repeat;
  padding: 0 0 5px 20px;
}
#section-6 ul.ul-1 ul {
  margin: 5px 0;
  list-style-type: none;
  padding: 0;
}
#section-6 ul.ul-1 ul li {
  background: url('../images/bullet-2.png') 0 8px no-repeat;
  padding-left: 15px;
}

#section-6 .contact {
  padding: 10px 0 50px;
}
#section-6 .contact .contact-box {
  padding: 50px 100px 0 50px;
}
#section-6 .contact .contact-box h2 {
  display: inline-block;
  height: auto;
  padding-bottom: 20px;
  font-family: 'Lora', sans-serif;
  font-size: 25px;
  color: #0e6a6b;
  font-weight: 700;
  line-height: 30px;
}
#section-6 .contact .contact-box h3 {
  display: inline-block;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0e6a6b;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
#section-6 .contact .contact-box p {
  padding-bottom: 30px;
  color: #0e6a6b;
  font-weight: 600;
}
#section-6 .contact .contact-box .box {
  height: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
}
#section-6 .contact .contact-box .box .icon {
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
#section-6 .contact .contact-box .box.box-1 .icon {
  background: url('../images/phone.svg') 50% 0 no-repeat;
}
#section-6 .contact .contact-box .box.box-2 .icon {
  background: url('../images/mail.svg') 50% 0 no-repeat;
}
#section-6 .contact .contact-box .box span {
  padding-top: 10px;
  margin-bottom: 7px;
  display: inline-block;
  display: block;
  height: 10px;
  font-size: 13px;
  color: #a7a9ac;
  font-weight: 400;
  font-style: italic;
}
#section-6 .contact .contact-box .box a {
  display: inline-block;
  padding-top: 10px;
  color: #0e6a6b;
}
#section-6 .contact .contact-box .box a:hover {
  color: #545454;
}
#section-6 .contact .contact-form {
  margin: 45px 0 0 30px;
}
#section-6 .contact .contact-form .controls {
  padding: 0 0 20px;
}
#section-6 .contact .contact-form input.text {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  padding: 0 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #16282a;
  line-height: 36px;
}
#section-6 .contact .contact-form input.text:hover,
#section-6 .contact .contact-form input.text:focus {
  border-color: #0e6a6b;
}
#section-6 .contact .contact-form textarea {
  background-color: #fff;
  width: 100%;
  height: 130px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  color: #16282a;
  line-height: 26px;
}
#section-6 .contact .contact-form textarea:hover,
#section-6 .contact .contact-form textarea:focus {
  border-color: #0e6a6b;
}
#section-6 .contact .contact-form button.btn {
  float: right;
  margin: 20px 0 0 0;
  background-color: #fff;
  width: auto;
  height: 50px;
  border: 2px solid #0e6a6b;
  -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
      border-radius: 30px;
  padding: 0 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #16282a;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
#section-6 .contact .contact-form button.btn:hover {
  background-color: #0e6a6b;
  color: #fff
}
#section-6 .help-block {
  
}
#section-6 .help-block ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#section-6 .help-block ul li {
  padding: 5px 0 0 20px;
  font-size: 12px;
  color: #ef4123;
  font-style: italic;
  line-height: 14px;
}
#section-6 .content .gallery {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#section-6 .content .gallery h3 {
  height: 50px;
  font-size: 20px;
  color: #0e6a6b;
  font-weight: 700;
  line-height: 25px;
}
#section-6 .content .gallery a {
  margin-top: 10px;
  display: inline-block;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 0 14px 0 17px;
  font-size: 9px;
  color: #545454;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
#section-6 .content .gallery a.hidden {
  display: none;
}
#section-6 .content .gallery a:hover,
#section-6 .content .gallery a:focus {
  background-color: #0e6a6b;
  border-color: #0e6a6b;
  color: #fff;
}
#section-6 .content .gallery a span {
  float: right;
  margin-top: -9px;
  margin-left: 10px;
  display: inline-block;
  font-size: 30px;
  color: #0e6a6b;
}
#section-6 .content .gallery a:hover span,
#section-6 .content .gallery a:focus span {
  color: #fff;
}

#section-6 #success {
}
#section-6 #success .alert-success {
  padding-bottom: 20px;
  padding-left: 10px;
  color: green;
}
#section-6 #success .close {
  display: none;
  margin-right: 10px;
  background-color: #ddd;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
#section-6 #success .close:hover {
  background-color: #0e6a6b;
  color: #fff;
}
#section-1 #success .strong {
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  #section-6 .contact .contact-box {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  #section-6 .content .box h3 img {
    margin-bottom: 10px;
  }
  #section-6 .contact .contact-box {
    margin: 0 10px;
  }
  #section-6 .content .gallery {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
  }
  #section-6 .content .gallery h3 {
    height: auto;
  }
  #section-6 .content h4.special {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #section-6 .contact .contact-form {
    margin: 10px 10px 0;
  }
}
@media (max-width: 575.98px) {
  #section-6 .header h1 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }
  #section-6 .header h1 span {
    padding-bottom: 10px;
  }
  #section-6 .content p {
    text-align: left;
  }
}
/* section-6> */

/* <section-7 */
#section-7 {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
#section-7 h2 {
  margin-bottom: 40px;
  display: none;
  width: 100%;
  height: 10px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 17px;
  color: #0e6a6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
#section-7 img {
  border-radius: 2px;
  /*border: 1px solid #ddd;*/
  color: #646464;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  #section-7 img {
    max-width: 170px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #section-7 {
    padding-bottom: 30px;
  }
  #section-7 img {
    margin-bottom: 20px;
    max-width: 200px;
  }
}
/* section-7> */

/* <footer */
footer {
  background: #f7f7f7 url('../images/symbol-2.svg') 50% 155px no-repeat;
  background-size: 270px;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  text-align: center;
}
footer h2 {
  display: inline-block;
  width: 340px;
  height: auto;
}
footer h2 img {
  width: 340px;
  height: auto;
}
footer ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
footer ul li {
  display: inline;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer ul li::before {
  content: "/";
  padding: 0 10px 0 0;
  color: #cfe5e5;
  font-weight: 500;
}
footer ul li:first-child::before {
  content: "";
  padding: 0;
}
footer ul li a {
  color: #7eb1b2;
}
footer ul li a:hover,
footer ul li a:focus {
  border-bottom: 1px solid #ddd;
  color: #729cac;
}
footer hr {
  margin: 40px auto 0;
  background: none;
  padding: 0;
  border: none;
  border-top: 2px solid #7eb1b2;
  width: 60px;
  font-size: 0;
  line-height: 0;
}
footer hr {
  margin-bottom: 30px;
}
footer hr:nth-child(2n+1) {
  margin-top: 90px;
}
footer p,
footer p a {
  color: #7eb1b2;
  font-weight: 500;
}
footer p a:hover,
footer p a:focus {
  color: #729cac;
}
footer p.phone {
  margin: 40px 0 30px;
  font-size: 25px;
  font-weight: 600;
}
footer p.copyright {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
footer p.author {
  margin-top: 20px;
  font-size: 12px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
  footer h2,
  footer h2 img {
    width: 260px;
  }
  footer ul li {
    display: block;
    padding-left: 0;
    line-height: 25px;
  }
  footer ul li::before {
    content: "";
    padding-right: 0;
  }
  footer hr:nth-child(2n+1) {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  footer p.copyright {
    letter-spacing: 1px;
  }
}


.anpc img {width:220px;padding:20px 10px 0 0}

/* footer> */

/* <css hack for modal */
/*body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}*/
/* css hack for modal> */

/* <modal story */
.modal.testimonial .modal-dialog {
}
.modal.testimonial .modal-header h5 {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 17px;
  color: #0e6a6b;
  font-weight: 600;
  line-height: 20px;
}
.modal.testimonial .modal-header h5 span {
  font-size: 13px;
  font-weight: 400;
}
.modal.testimonial .modal-dialog .close {
  margin: 0 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -moz-box-shadow: none;
    -webkit-box-shadow: none;
      box-shadow: none;
  -moz-text-shadow: none;
    -webkit-text-shadow: none;
      text-shadow: none;
  color: #0e6a6b;
  opacity: 1;
}
.modal.testimonial .modal-body {
  padding: 30px;
}
.modal.testimonial .modal-body p {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 991.98px) {
}
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
/* modal story> */

/* <cookie */
.cc-color-override--164164010.cc-window {
  border-radius: 2px;
}
.cc-color-override-913114688.cc-window {
  background-color: #5c9b96 !important;
}
.cc-floating .cc-message {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.cc-color-override--164164010 .cc-link {
  border-bottom: 1px dashed #ad8c4a;
  color: #fff;
}
.cc-color-override--164164010 .cc-link:hover {
  border-bottom-color: #fff;
  color: #ad8c4a;
}
.cc-floating .cc-compliance > .cc-btn {
  border-radius: 30px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cc-floating .cc-compliance > .cc-btn:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
@media (max-width: 414.98px) {
  .cc-color-override--164164010.cc-window {
    border-radius: 0;
  }
}
/* cookie> */
