header .rx-header {
  padding: 20px 0;
}
header .header-fixed {
  position: absolute !important;
  background: none !important;
  padding: 20px 0 !important;
  animation: none;
}

.rx-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rx-slider .slick-dots li {
  height: 5px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.25s all ease-in-out;
  cursor: pointer;
}
.rx-slider .slick-dots li button {
  display: none;
}
.rx-slider .slick-dots li.slick-active {
  width: 20px;
  background-color: #fff;
}

.rx-inner-menu-desk {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.rx-inner-menu-desk .rx-main-menu {
  justify-content: space-around;
  padding: 0;
}
.rx-inner-menu-desk .rx-main-menu ul.navbar-nav {
  width: 100%;
  justify-content: center;
}
.rx-inner-menu-desk .rx-main-menu ul .rx-dropdown .rx-dropdown-menu li a {
  font-size: 15px;
}
.rx-inner-menu-desk .rx-main-menu ul li {
  margin-left: 23px;
}
.rx-inner-menu-desk .rx-main-menu ul li a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
}
.rx-inner-menu-desk .rx-main-menu .header-button .rx-btn-one {
  background-color: #9d7e54;
  border-color: #9d7e54;
}

.section-hero .rx-slide {
  background: none;
}
.section-hero .rx-slide .banner-img {
  max-width: 100%;
  height: auto;
}
.section-hero .rx-slide .rx-hero-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-hero .rx-slide::before {
  display: none;
}

.section-hero button.slick-arrow .arrow-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 50px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero button.slick-arrow .arrow-icon span {
  display: none;
}
.section-hero button.slick-arrow .arrow-icon::after {
  content: "";
  content: "\f105";
  font-size: 23px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.section-hero button.slick-arrow .slick-thumb-nav {
  display: none;
}
.section-hero button.slick-arrow.slick-prev .arrow-icon {
  right: auto;
  left: 40px;
}
.section-hero button.slick-arrow.slick-prev .arrow-icon::after {
  content: "\f104";
}

.rx-services .services-contact ul li {
  font-size: 16px;
}

@media (max-width: 575px) {
  header .rx-header {
    position: initial;
    padding: 15px 0;
    background-color: #fff;
  }
  header .rx-header .rx-inner-menu-desk {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .rx-inner-menu-desk .navbar-toggler {
    border-color: #000;
  }
  .rx-inner-menu-desk .navbar-toggler i {
    color: #000;
  }
  .rx-slider .rx-slide {
    height: auto;
  }
  .rx-slider .rx-slide .rx-hero-contact {
    padding: 20px 0;
  }
  .rx-slider .rx-slide::after {
    height: 120px;
  }
  .rx-testimonials-img img {
    width: auto !important;
    max-width: 100%;
  }
  .rx-amenities-contact .inner-banner {
    right: auto;
  }
  .section-testimonials .rx-btn-two {
    margin-top: 30px;
    display: inline-block;
  }
  .rx-services .services-contact ul li {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style-redesign.css.map */
