body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; }

h1 {
  text-align: center;
}

img {
  max-width: 100%; }

a {
  color: #00a2d3; }

li {
  margin-bottom: 1em;
}

.modal-backdrop {
  background-color: #ffffff; }
  .modal-backdrop.show {
    opacity: .72; }

.section__header {
  font-size: 48px;
  line-height: 58px;
  color: #818181;
  font-weight: bold; }
  @media (max-width: 575px) {
    .section__header {
      font-size: 24px;
      line-height: 30px; } }

.section__text {
  color: #818181;
  line-height: 24px; }

.button {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 10000px;
  font-weight: bold; }

.button__blue {
  background-color: #00a2d3;
  color: #ffffff;
  text-align: center; }
  .button__blue:hover {
    text-decoration: none;
    color: #ffffff; }

.button__blue-inverse {
  box-shadow: inset 0 0 0 2px #00a2d3;
  color: #00a2d3;
  text-align: center; }
  .button__blue-inverse:hover {
    text-decoration: none;
    color: #00a2d3; }

.nav-item {
  font-weight: bold;
position: relative;}

.menu__main {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  font-size: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.navbar-collapse .nav-item a {
  color: #111111;
  font-weight: normal; }

.navbar-collapse .nav-item__helper {
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #00a2d3;
  margin-left: 10px; }

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10000px !important;
    background-color: #ffffff;
    margin-top: -1px; }
    .navbar-collapse .nav-item a {
      font-size: 24px;
      color: #818181; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 32px; } }

.navbar-toggler {
  outline: 0 !important; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("../img/icon-hamburger.svg"); }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../img/icon-close-button.svg"); }

.fixed-menu-helper {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .fixed-menu-helper {
      margin-top: 68px; } }

.logo {
  font-weight: bold; }

.nav-phone {
  height: 52px;
  position: relative;
  padding: 0 15px;
  padding-top: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media (max-width: 991px) {
    .nav-phone {
      box-shadow: none; } }

.nav-phone__number {
  font-size: 16px;
  color: inherit;
  font-weight: bold; }

.nav-phone__info {
  font-size: 10px; }

.modal-open .modal.show {
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.modal-header {
  border-bottom: 0;
  padding-bottom: 5px; }
  .modal-header .close {
    padding: 24px;
    position: absolute;
    left: 0;
    top: 16px; }
    .modal-header .close span {
      font-size: 0;
      background-image: url("../img/icon-close-thin.svg");
      background-repeat: no-repeat;
      height: 19px;
      width: 19px;
      display: block; }

.modal-title {
  font-size: 24px;
  font-weight: bold; }

.modal-content {
  padding: 40px 60px;
  color: #818181;
  border-radius: 6px;
  border: none;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 575px) {
    .modal-content {
      padding: 45px 6px; } }

.hero-slider .slick-arrow {
  height: 51px;
  width: 31px; }
  @media (max-width: 575px) {
    .hero-slider .slick-arrow {
      height: 25px;
      width: 20px; } }

.hero-slider .slick-prev {
  left: 30px;
  z-index: 1;
  background-image: url("../img/combined-shape.svg"); }
  .hero-slider .slick-prev:before {
    display: none; }
  @media (max-width: 575px) {
    .hero-slider .slick-prev {
      background-image: url("../img/icon-arrow-small-left.svg"); } }
  @media (max-width: 991px) {
    .hero-slider .slick-prev {
      left: 15px; } }

.hero-slider .slick-next {
  right: 30px;
  background-image: url("../img/combined-shape-right.svg"); }
  .hero-slider .slick-next:before {
    display: none; }
  @media (max-width: 575px) {
    .hero-slider .slick-next {
      background-image: url("../img/icon-arrow-small-right.svg"); } }
  @media (max-width: 991px) {
    .hero-slider .slick-next {
      right: 15px; } }

.hero-slider .slick-dots {
  bottom: 15px; }
  .hero-slider .slick-dots li {
    border: solid 1.5px #ffffff;
    border-radius: 1000px; }
    .hero-slider .slick-dots li button:before {
      visibility: hidden; }
    .hero-slider .slick-dots li.slick-active button:before, .hero-slider .slick-dots li:hover button:before {
      visibility: visible;
      font-size: 10px;
      color: #ffffff;
      top: -1px;
      left: -1px; }

.hero-slider__item {
  position: relative;
  height: 540px;
  background-size: cover;
  background-position-x: center; }
  .hero-slider__item:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 991px) {
    .hero-slider__item {
      height: 320px; } }
  .hero-slider__item .container {
    position: relative;
    z-index: 1; }

.hero-slider__content {
  padding-left: 10%; }

.hero-slider__content-text {
  font-size: 48px;
  line-height: 58px;
  color: #ffffff; }
  @media (max-width: 575px) {
    .hero-slider__content-text {
      font-size: 32px;
      line-height: 1; } }

.homepage-text {
  color: #888888; }

.homepage__main-gallery-item {
  margin-left: -7px !important;
  margin-right: -7px !important; }
  .homepage__main-gallery-item:nth-of-type(1), .homepage__main-gallery-item:nth-of-type(7) {
    margin-left: -39px !important; }
  .homepage__main-gallery-item:nth-of-type(6) {
    margin-right: -39px !important; }
  @media (max-width: 767px) {
    .homepage__main-gallery-item:nth-of-type(1), .homepage__main-gallery-item:nth-of-type(1) {
      margin-left: -21px !important; }
    .homepage__main-gallery-item:nth-of-type(4) {
      margin-right: -21px !important; }
    .homepage__main-gallery-item:nth-of-type(5) {
      margin-left: -51px !important; } }

.homepage__services {
  overflow: hidden; }
  .homepage__services .homepage__services-text {
    color: #818181;
    margin-top: 15px;
    margin-bottom: 100px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .homepage__services .homepage__services-text {
        margin-bottom: 50px; } }
  .homepage__services--item {
    cursor: pointer; }

.homepage-second-section .homepage-second-section__image {
  max-width: 300px; }

.homepage__info-section {
  color: #ffffff; }
  .homepage__info-section .container {
    background-color: #818181;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px; }

.homepage__info-section-text {
  font-size: 14px;
  color: #ffffff; }
  .homepage__info-section-text a {
    color: inherit;}

.homepage__services--item {
  cursor: pointer;
  height: 170px; }
  .homepage__services--item > div {
    height: 100%;
    width: 100%;
    margin: 10px;
    border-radius: 6px;
    transition: box-shadow .2s;
    cursor: pointer; }
    .homepage__services--item > div:hover {
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05); }
  .homepage__services--item img {
    margin-bottom: 15px; }

.pricing-section__subtitle {
  text-align: center;
}

.pricing__section .card {
  border-radius: 3px;
  border: solid 1px #979797; }

.pricing__section .card-header {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  color: #111111;
  background-color: #fff;
  border-bottom: 0; }
  .pricing__section .card-header:hover {
    color: inherit;
    text-decoration: none; }
  .pricing__section .card-header[aria-expanded="false"] .icon-arrow {
    transform: rotateX(180deg); }
  @media (max-width: 575px) {
    .pricing__section .card-header .pricing__section--price {
      font-size: 16px;
      line-height: 1.88; } }
  @media (max-width: 575px) {
    .pricing__section .card-header {
      font-size: 14px;
      line-height: 2.14; } }

.pricing__section .card-body {
  font-size: 16px;
  color: #838383; }
  @media (max-width: 575px) {
    .pricing__section .card-body {
      font-size: 14px;
      line-height: initial; } }

html body table.booked-calendar {
  background: none !important;
  border-spacing: 10px;
  border-collapse: separate;
  border-bottom: none !important; }
  html body table.booked-calendar thead {
    background-color: #ffffff !important;
    border-radius: 6px !important; }
    html body table.booked-calendar thead th {
      border-radius: 6px !important;
      background-color: #ffffff !important;
      color: #222222 !important;
      font-weight: bold;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      border: solid 1px #979797 !important; }
    html body table.booked-calendar thead .booked-icon {
      color: #222222 !important; }
  html body table.booked-calendar tr.days {
    background: transparent !important; }
    html body table.booked-calendar tr.days th {
      background-color: #EAFCFF !important;
      border-color: #EAFCFF !important;
      color: #222222 !important;
      font-weight: bold;
      border-radius: 6px; }
  html body table.booked-calendar tr.entryBlock {
    background: #EBEAED !important; }
  html body table.booked-calendar td {
    border: 0 solid transparent !important;
    border-radius: 6px; }
    html body table.booked-calendar td .date {
      background-color: #E3FFF1 !important; }
    html body table.booked-calendar td.prev-date .date {
      background: #EBEAED !important;
      color: #adadad !important; }
    html body table.booked-calendar td.prev-date.today .date span {
      border: 1px solid #222222 !important;
      color: #222222 !important; }
    html body table.booked-calendar td.booked .date {
      background: #FFCBCB !important;
      color: #adadad !important; }
      html body table.booked-calendar td.booked .date .number {
        background: #FFCBCB !important;
        color: #222222 !important; }
    html body table.booked-calendar td.today .number {
      border: 1px solid #222222 !important;
      color: #222222 !important; }
    html body table.booked-calendar td .date span {
      font-weight: bold; }
    html body table.booked-calendar td:hover .date span {
      background-color: #ffffff !important;
      color: #222222 !important; }
  html body table.booked-calendar .booked-appt-list .timeslot {
    padding-bottom: 12px; }
    html body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
      background-color: #00a2d3 !important;
      border: 1px solid #00a2d3 !important;
      color: #ffffff;
      font-weight: bold;
      font-size: 13px;
      cursor: pointer;
      height: 48px;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 4px; }
    html body table.booked-calendar .booked-appt-list .timeslot.bookedClearFix:after {
      display: block;
      height: 0; }

html body .booked-modal .bm-window p.booked-title-bar {
  background: #E3FFF1;
  color: #222222; }
  html body .booked-modal .bm-window p.booked-title-bar small {
    font-size: 16px; }

html body .booked-modal .bm-window p.appointment-info {
  color: #20c063;
  font-weight: bold; }

html body .booked-modal .bm-window .booked-icon {
  color: #999; }

html body .booked-modal .bm-window .booked-form .field input[type=text], html body .booked-modal .bm-window .booked-form .field input[type=email] {
  border: 1px solid #888888;
  font-size: 16px;
  border-radius: 4px;
  height: 48px;
  padding-left: 12px; }
  html body .booked-modal .bm-window .booked-form .field input[type=text]::placeholder, html body .booked-modal .bm-window .booked-form .field input[type=email]::placeholder {
    color: #818181; }

html body .booked-modal .bm-window .booked-form .booked-appointments {
  box-shadow: none;
  border: 1px solid #888888;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 16px 10px; }

html body .booked-modal .bm-window .booked-form .required-asterisk {
  display: none; }

html body .booked-modal input[type=submit].button-primary {
  background-color: #00a2d3 !important;
  border: 1px solid #00a2d3 !important;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  height: 48px; }
  html body .booked-modal input[type=submit].button-primary:hover {
    height: 48px; }

html body .booked-modal button.cancel {
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px; }

html body .booked-modal .bm-window .booked-scrollable {
  background: #fff; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 770px; } }

a.footer-per{
  color: white;
}

.footer-per:hover{
  color: #00a2d3;
}

div.pl-3.title{
  color: #00a2d3;
  font-size: 25px;
}

div.col.text-right.title{
  margin: auto 0;
}

div#accordion{
  margin-bottom: 40px;
}

.footer-iframe{
  display: block;
  background: #000;
  border: none;
  height: 353px;
  width: 100%;
}

@media (max-width: 1200px) {
  .footer-iframe{
    height: 298px;
  }
}

@media (max-width: 991px) {
  .footer-iframe{
    height: 223px;
  }
}

@media (max-width: 767px) {
  .footer-iframe{
    height: 335px;
  }
}

.reviews-h2{
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  color: #888888;
  font-weight: bold;
}
.category__image-file, .gal-img{
  border-radius: 10px;
}

.vouchers{
    display: flex;
    justify-content: space-around;
}

.mb-3{
  text-align: center;
}



ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown {
  /* background: orange;
  visibility: hidden;
  opacity: 0; */
  min-width: 10rem;
  width: max-content;
  position: absolute;
  transition: all 0.5s ease;
  /* margin-top: 1rem; */
  /* left: 0; */
  padding-left: 10px;
  display: none;
}


.navbar-expand-lg .navbar-nav .nav-item:hover > ul.dropdown,
.navbar-expand-lg .navbar-nav .nav-item:focus > ul.dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
  display: block;
}

/*
.navbar-expand-lg .navbar-nav .nav-link.submenu:hover ~ ul.dropdown,
.navbar-expand-lg .navbar-nav .nav-link.submenu:focus ~ ul.dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
  display: block;
} */

ul.dropdown li:hover,
ul.dropdown li:focus{
  display: block !important;
  text-decoration: none;
  clear: both;
  width: 100%;
}

ul.dropdown li a{
  text-decoration: none !important;
}

.arrow-down{
  position: absolute;
    right: 17px;
    top: 15px;
    /* top: 8px; */
    -webkit-transform: rotateZ(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotateZ(
45deg
);
    border: solid #3c3c3c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.arrow-down:after{
  content: "";
position: absolute;
width: 30px;
height: 30px;
background-color: transparent;
left: -10px;
top: -10px;
}


.dropdown li{
  margin: 5% 0;
}

@media (max-width: 991px) {
  ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown {
    width: 100%;
  }

  .dropdown li{
    margin: 1% 0;
  }

  ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown.submenu-position{
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-item:hover,
  .navbar-expand-lg .navbar-nav .nav-item:focus{
    /* padding-bottom: 6%; */
  }
}

ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item > ul,
ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item > ul,
ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown:hover,
ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown:focus {
  visibility: visible;
  opacity: 1;
  display: block
}

ul.navbar-nav.d-flex.align-items-lg-center.pl-3.pl-lg-0 li.nav-item ul.dropdown li {
  clear: both;
  width: 100%;
}

ul.dropdown{
  display: none;
  position: absolute;
  background: white;
  width: 8%;
  list-style: none;
  padding-left: 1%;
  margin-left: -1%;
}

/*BEGIN insurance-section*/
.insurance-info {
    text-align: center;
}

.insurance-info__icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.insurance-info__icons> img {
    height: 40px;
}

.insurance-info__text {
    color: #00a2d3;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
/*END insurance-section*/


