.pageContent.textContent h2 {
  font-size: 2rem;
}
.category-links__child-link:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .toplinks__ul {
    width: 75%;
    padding-right: 10px;
  }
}
.header__logo {
  visibility: hidden;
}
@media (max-width: 991px) {
  .header__logo-inner {
    width: 50%;
    left: 25%;
    top: 10%;
  }
}
@media (min-width: 992px) {
  .header__logo-inner {
    left: 19%;
  }
}
.banner {
  padding: 2.8%;
}
.banner #CarouselContainer {
  border-radius: 0px !important;
}
.left-search {
  padding: 25px 0 0;
  border-radius: 20px;
}
.left-search__logo {
  -webkit-animation: none;
          animation: none;
  position: relative;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
  left: 0;
  padding-bottom: 10px;
}
.left-search__logo-outer {
  place-self: center;
  -webkit-transition: none;
  transition: none;
}
.left-search__control:before {
  left: 11px;
  right: 11px;
  bottom: 17px;
}
.home-clients__image-panel {
  border-radius: 0;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #floatBasket {
    top: 120px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1410px) {
  #floatBasket {
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  .BookButtons {
    justify-self: center;
  }
  .BookButtons .BookButton,
  .BookButtons .CheckButton {
    width: 100%;
  }
}
.home-clients__gallery .slick-dots {
  display: none !important;
}
body {
  background: #FFFFFF !important;
}
body form {
  background-color: #193fe6;
}
.weekend-message {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: black;
  color: white;
  width: 400px;
  max-width: 90%;
  z-index: 1;
  padding: 35px 15px 15px 15px;
  text-align: center;
  border-radius: 20px;
}
.weekend-message a:-webkit-any-link {
  color: white;
  text-decoration: underline;
}
.weekend-message a:-moz-any-link {
  color: white;
  text-decoration: underline;
}
.weekend-message a:any-link {
  color: white;
  text-decoration: underline;
}
.weekend-message__button {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 2rem;
  padding: 0;
}
