html,
body {
  overflow-x: hidden;
}

:root {
  --def-blue: #002a3e;
  --def-white: #ffffff;
  --def-sepia: #f1e3d3;
}

.blue-bg {
  background-color: var(--def-blue);
}

.sepia-bg {
  background-color: var(--def-sepia);
}

.blue-text {
  color: var(--def-blue);
}

.white-text {
  color: #fefefe;
}

.flex-center {
  justify-content: center;
}

.align-center {
  text-align: center;
}

.top-bar .container,
.limiter-menu-desktop {
  max-width: 1400px;
}

#get-offer-button {
  background-color: var(--def-blue);
  padding-inline: 12px;
  padding-block: 4px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
}

.topbar-socials {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
}

.topbar-socials li {
  padding-inline: 6px;
}

.topbar-socials li a i {
  font-size: 18px;
}

.right-top-bar > span > i {
  font-size: 18px;
}

.symbol-1::before {
  background-color: var(--def-blue);
}

.def-button {
  background-color: var(--def-blue);
  padding-inline: 12px;
  padding-block: 6px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}

.def-button:hover {
  color: #fff;
}

.button-container {
  padding-block: 24px;
}

/* HOTEL PAGE */

.hotel-item {
  position: relative;
  z-index: 1;
  background: var(--def-sepia);
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
}

.hotel-item .hotel-media {
  position: relative;
  z-index: 1;
  width: 47%;
  float: right;
}

.hotel-item .hotel-media .pic img {
  max-width: 100%;
  height: 240px;
  object-fit: cover;
}

.hotel-item .hotel-item-body {
  width: 53%;
  padding: 30px 0 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--def-sepia);
}

.hotel-item .hotel-item-body:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(20deg) translateX(44px);
  -moz-transform: skew(20deg) translateX(44px);
  -ms-transform: skew(20deg) translateX(44px);
  -o-transform: skew(20deg) translateX(44px);
  transform: skew(20deg) translateX(44px);
  background: var(--def-sepia);
  }

  .contact-footer li a {
    color: #aaaaaa;
  }

  .item-slick-7 img {
    max-width: 180px;
  }

  .mainpage-content ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 15px;
    color: #233785;
    display: inline-block;
    margin-right: 5px;
  }

  .video-container img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
  }

  .video-container .youtube-thumb-play {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 95%;
    height: 92%;
  }

  .video-container .youtube-thumb-play i {
    color: red;
    font-size: 64px;
  }

  .content-img-holder img {
    max-height: 400px;
    object-fit: cover;
  }

.treatment-procedures h3 {
  margin: 0;
  color: #fff;
  background: var(--def-blue);
  font-size: 20px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.treatment-procedures .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  padding: 10px 0 11px;
  border-bottom: 4px solid #fff;
  background: #0b4059;
}

.treatment-procedures .panel-group.sidebar-nav {
  background: transparent;
  padding: 4px 0 30px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.treatment-procedures .sidebar-nav .panel-heading {
  color: #646464;
  font-size: 20px;
  padding: 0 25px;
}

.treatment-procedures .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #373737;
  font-weight: 400;
  text-transform: none;
}

.treatment-procedures .panel-title a {
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
}

.treatment-procedures .panel-title i {
  float: right;
  font-size: 20px;
}

.sidebar-nav .panel-body {
  padding: 15px 0 0;
}

.treatment-procedures .sidebar-nav .panel-body a {
  font-size: 14px;
  color: #fefefe;
  display: block;
  padding: 12px 45px 10px;
}

.content-detail ul,
.content-detail ul li {
  list-style-type: unset;
  list-style: inside;
}

.content-detail img {
  width: 100%;
  object-fit: cover;
}

  .sidebar-nav .panel-body a:hover, .sidebar-nav .panel-body a.active {
    background: #fff;
    color: var(--def-blue);
  }

  .p-treatment-img {
    height: 240px;
    object-fit: cover;
  }

  .symbol-1::before {
    background-color: var(--def-sepia);
  }

  .symbol-1 img {
    width: 30px;
  }

  .about-img img {
    width: 100%;
  }

  .iti {
    width: 100%;
    height: 100%;
  }

  footer {
    background-color: #001d2a;
  }

  .wrap-link-footer .col-left,
  .wrap-link-footer .col-right {
    width: 50%;
  }

  .float-socials {
    position: fixed;
    left: 24px;
    bottom: 20px;
    z-index: 9999;
    list-style: none;
  }

  .float-socials li {
      margin-top: 12px;
  }

  .float-socials img {
      width: 50px;
      height: 50px;
  }

  .video-section {
    background-size: cover;
    background-repeat: no-repeat;
  }

  @media (max-width: 1210px) {
    #topbar-mail {
      display: none;
    } 
  }

  @media (min-width: 768px) {
    .hide-lg {
      display: none;
    }

    .hide-xs {
      display: block;
    }
  }

  @media (max-width: 767px) {
    #rev_slider_1,
    .fullwidthbanner-container {
      height: 300px !important;
    }

    #rev_slider_1 .tp-bgimg {
      max-height: 130px;
    }

    .rs1-revo .wrap-btn-slide {
      flex-direction: row;
    }

    .hermes .tp-bullet {
      background-color: rgb(0 0 0 / 35%);
    }

    .hermes .tp-bullet.selected,
    .hermes .tp-bullet:hover,
    .hermes .tp-bullet:after {
      background: #082a3e;
    }

    #hermes-detail {
      background-color: var(--def-sepia);
    }

    .main-treatment-section .wrap-text-b1 {
      padding-left: 0px;
    }

    .main-treatment-section .wrap-text-b1 h4 {
      font-size: clamp(13px, 2vw, 18px);
    }

    .hide-lg {
      display: block;
    }

    .hide-xs {
      display: none;
    }
  }