@media (min-width: 1025px) {
  #keyFeatures .featureIconstext {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #keyFeatures .featureIconstext {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #keyFeatures .featureIconstext {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  #keyFeatures .featureIconstext {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  #keyFeatures .featureIconstext {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #keyFeatures .featureIconstext {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #keyFeatures .featureIconstext {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  #keyFeatures .featureIconstext {
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) and (min-width: 992px) {
  #keyFeatures .featureIconstext {
    margin: 0 30px !important;
  }
}
@media (min-width: 1025px) {
  #keyFeatures .featureIconstext .icon {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #keyFeatures .featureIconstext .icon {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #keyFeatures .featureIconstext .icon {
    width: 30px;
  }
}
@media (max-width: 600px) {
  #keyFeatures .featureIconstext .icon {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  #keyFeatures .featureIconstext .icon {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #keyFeatures .featureIconstext .icon {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #keyFeatures .featureIconstext .icon {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #keyFeatures .featureIconstext .icon {
    height: 30px;
  }
}

#aboutGallery .gal-img .gal-img-slider {
  width: 100%;
}
@media (min-width: 1025px) {
  #aboutGallery .gal-img .gal-img-slider {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #aboutGallery .gal-img .gal-img-slider {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #aboutGallery .gal-img .gal-img-slider {
    height: 320px;
  }
}
@media (max-width: 600px) {
  #aboutGallery .gal-img .gal-img-slider {
    height: 230px;
  }
}

#amenityfacility {
  position: relative;
}
#amenityfacility::after {
  content: "";
  background-image: url("../../img/bg-cream.png");
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: auto;
  top: 0;
}
#amenityfacility .amenitytitlefacility {
  text-transform: capitalize;
  font-weight: 400;
  z-index: 8;
  position: relative;
}
@media (min-width: 1025px) {
  #amenityfacility .amenitytitlefacility {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #amenityfacility .amenitytitlefacility {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #amenityfacility .amenitytitlefacility {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  #amenityfacility .amenitytitlefacility {
    padding-bottom: 25px;
  }
}
#amenityfacility .amenitynames {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#amenityfacility .amenitynames .txtamnity {
  position: relative;
  z-index: 8;
}
@media (min-width: 1025px) {
  #amenityfacility .amenitynames .txtamnity {
    width: 33.33%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #amenityfacility .amenitynames .txtamnity {
    width: 33.33%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #amenityfacility .amenitynames .txtamnity {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #amenityfacility .amenitynames .txtamnity {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  #amenityfacility .amenitynames .txtamnity {
    margin: 0 -30px !important;
  }
}
@media screen and (max-width: 1440px) {
  #amenityfacility .amenitynames .txtamnity {
    margin: 0 30px !important;
  }
}
#amenityfacility .amenitynames .txtamnity::before {
  content: "";
  position: absolute;
  top: 0.6vw;
  left: -30px;
  width: 1em;
  height: 1em;
  background-image: url("../../img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1920px) {
  #amenityfacility .amenitynames .txtamnity::before {
    left: -45px;
  }
}
@media screen and (max-width: 667px) {
  #amenityfacility .amenitynames .txtamnity::before {
    top: 1.5vw;
    left: -33px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 668px) {
  #amenityfacility .wrapper--60 {
    width: 82% !important;
  }
}

#otherStays .otherstaysSlide {
  z-index: 8;
  position: relative;
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .imageRoom {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .imageRoom {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .imageRoom {
    height: 400px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .imageRoom {
    height: 380px;
  }
}
#otherStays .otherstaysSlide .roomStaysPosts .imageRoom::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 8;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
#otherStays .otherstaysSlide .roomStaysPosts .imageRoom img {
  height: 100%;
  width: 100%;
}
#otherStays .otherstaysSlide .roomStaysPosts .inerDetails {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 9;
  text-align: center;
  width: 100%;
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails {
    padding-bottom: 30px;
  }
}
#otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .inerDetails .typename {
    padding-bottom: 10px;
  }
}
#otherStays .otherstaysSlide .roomStaysPosts .inerDetails .roomname {
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes {
    padding-top: 35px;
  }
}
#otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes hr {
  border: 1px solid #515151;
  height: 20px !important;
  margin: 0 20px !important;
  opacity: 1;
}
@media screen and (max-width: 667px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes hr {
    margin: 0 10px !important;
  }
}
#otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes hr:last-child {
  display: none;
}
#otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  #otherStays .otherstaysSlide .roomStaysPosts .amenitiestypes .amenity_name {
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  #otherStays .slick-arrow {
    top: 35%;
  }
  #otherStays .slick-arrow.slick-next {
    right: -5%;
  }
  #otherStays .slick-arrow.slick-prev {
    left: -5%;
  }
  section#aboutGallery .slick-arrow {
    top: 45%;
  }
  section#aboutGallery .slick-arrow.slick-next {
    right: -5%;
  }
  section#aboutGallery .slick-arrow.slick-prev {
    left: -5%;
  }
}
/*# sourceMappingURL=accommodation-inner.min.css.map */
