@charset "UTF-8";
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

.zoom {
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 2001;
}

.zoom-fab {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #009688;
  vertical-align: middle;
  text-decoration: none;
  font-size: 22px;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-chat {
  background-color: #2196F3;
}

.zoom-btn-chat:hover {
  background-color: #64b5f6;
}

.zoom-btn-email {
  background-color: #BF9E58;
}

.zoom-btn-email:hover {
  background-color: #BF9E58;
}

.zoom-btn-telegram {
  background-color: #1EAEE2;
}

.zoom-btn-telegram:hover {
  background-color: #1EAEE2;
}

.zoom-btn-whatsapp {
  background-color: #4CAF50;
}

.zoom-btn-whatsapp:hover {
  background-color: #81c784;
}

.zoom-btn-viber {
  background-color: #913ED9;
}

.zoom-btn-viber:hover {
  background-color: #784F99;
}

.zoom-btn-phone {
  background-color: #e4322b;
}

.zoom-btn-phone:hover {
  background-color: #e4322b;
}

.zoom-menu {
  display: none;
  width: 80px;
  position: absolute;
  right: 55px;
  bottom: 60px;
  list-style: none;
  text-align: center;
}

.zoom-menu li {
  display: inline-block;
  margin-top: 10px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ts-control {
  position: absolute;
  z-index: 1000;
}
.ts-control.ts-control-prev {
  left: 10px;
  top: 40%;
}
.ts-control.ts-control-next {
  right: 10px;
  top: 40%;
}

#header #header-middle #logo {
  height: 80px !important;
}
#header #header-bottom .nav-item .nav-link.dropdown-toggle::after {
  margin-left: 10px;
}
#header #header-bottom .nav-item .nav-link.active {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00547e;
  --bs-btn-border-color: #00547e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00476b;
  --bs-btn-hover-border-color: #004365;
  --bs-btn-focus-shadow-rgb: 38, 110, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004365;
  --bs-btn-active-border-color: #003f5f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00547e;
  --bs-btn-disabled-border-color: #00547e;
}

#main #content-header {
  position: relative;
  text-align: center;
  background-image: url("../image/metabolic-bariatric-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}
#main #content-header:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#main #content-header .container {
  position: relative;
}

body#homepage #main-slider .carousel-caption {
  top: 20%;
  bottom: unset;
}
body#homepage #main-slider .carousel-caption .h1 {
  font-size: 42px;
}
body#homepage #main-slider .carousel-caption .h5 {
  font-size: 22px;
}
body#homepage #contact-box {
  margin-top: 1.5rem;
  z-index: 1100;
}

@media (min-width: 992px) {
  #header #header-middle {
    font-size: 12px;
  }
  #header #header-bottom .nav-item {
    margin-left: 16px;
  }

  body#homepage #contact-box {
    margin-top: -100px;
    z-index: 2000;
  }
}
@media (min-width: 1200px) {
  #header #header-middle {
    font-size: 14px;
  }
}

/*# sourceMappingURL=website.css.map */
