* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Alice;
  src: url("../fonts/Alice-Regular.ttf");
}

/* fonts family */

@font-face {

  font-family: Poppins;

  src: url("../fonts/Poppins-Regular.ttf");

}

@font-face {

  font-family: PoppinsMedium;

  src: url("../fonts/Poppins-Medium.ttf");

}

@font-face {

  font-family: PoppinsBold;

  src: url("../fonts/Poppins-Bold.ttf");

}

@font-face {

  font-family: PoppinsLight;

  src: url("../fonts/Poppins-Light.ttf");

}

@font-face {

  font-family: PoppinsThin;

  src: url("../fonts/Poppins-Thin.ttf");

}
@font-face {

  font-family: 'SFPRODISPLAYBOLD';

  src: url('../fonts/sfpro/SFPRODISPLAYBOLD.OTF');

}

@font-face {

  font-family: 'SFPRODISPLAYMEDIUM';

  src: url('../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF');

}

@font-face {

  font-family: 'SFPRODISPLAYREGULAR';

  src: url('../fonts/sfpro/SFPRODISPLAYREGULAR.OTF');

}
body {
   /* font-family: Poppins; */
  font-family: 'SFPRODISPLAYREGULAR';
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.bg-black-linear {
  background: linear-gradient(
    180deg,
    #0d0c0c 62%,
    rgba(14, 57, 67, 0.97) 81.62%,
    #045264f0 89.82%
  );
}
.overflow-x-hidden {
  overflow-x: hidden;
}

.sec-banner-content .posi-t {
  /* position: absolute;top: -4%;left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);   */
}

.posi-ab-t {
  position: absolute;
  z-index: 1019;
  top: 5%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  margin-top: 20px;
}
.posi-sec-t {
  /* position: absolute;top:-30%;left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -35%);  */
}

.double-border {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      #fff,
      #4cc539
    )
    1;
  /* border-image: linear-gradient(to bottom, rgb(255 255 255 / 97%), #fff, #4CC539) 1; */
}
.double-border1 {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-top: 1px solid red;
  border-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      #fff,
      #39bcc5
    )
    1;
}
.main-h2 {
  /* font-family: "Noto Serif HK ExtraLight"; */
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.main-h5 {
  /* font-family: "Noto Serif HK ExtraLight"; */
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.5px;
}
.main-p {
  /* font-family: PoppinsLight; */
  letter-spacing: 0.5px;
  color: #ebebeb;
}
a.main-p {
  /* font-family: PoppinsThin; */
  letter-spacing: 0.5px;
  color: #fff;
}
a.main-p:hover {
  /* font-family: PoppinsLight; */
  color: #39bcc5;
}
.btn-booknow {
  /* font-family: PoppinsMedium; */
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px;
  background: #000;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom, #39bcc5, #4cc539) 1;
  border-radius: 10px !important;
}
.logo {
  max-width: 289px;
}

.icon-txt-h6 {
  color: #efefef;
}

.icon-txt-p {
  /* font-family: PoppinsThin; */
  color: #e8e8e8;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.banner-features {
  justify-content: space-evenly;
}
.banner-features > div {
}
.featuresgroup {
  display: flex;
  align-items: center;
  /* width: 90%; */
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-cart {
  min-width: auto;
  max-width: auto;
}
.feature-cart {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
.feature-cart1 img {
  max-width: 36px;
  width: 48px;
}
.feature-cart2 img {
  max-width: 36px;
  width: 36px;
}
.feature-icon {
  margin-right: 10px;
}

.banner-img-2 {
  background-image: url(../images/banner-img-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-img-2 {
  background-image: url(../images/banner-img-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dotted-line::before,
.dotted-line::after {
  content: "";
  display: block;
  width: 100%; /* Change height to width for horizontal line */
  border-bottom: 1px dotted currentColor; /* Use border instead of background */
}

.dotted-line {
  font-size: 2rem;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-column-gap: 3rem;
  align-items: center;
}
.amenties-section img {
  max-width: 45px;
}
.banner-img-01 {
  background-image: url(../images/banner-img-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* box-shadow: 0 8px 0px 0px #35adb257; */
  border-radius: 0 0 20px 20px;
}
.amenties-group > div.col {
  min-width: 14.28%;
  max-width: 14.28%;
  padding-bottom: 16px;
}

.amenties-group p {
  color: #f5f2f2;
  font-size: 12px;
  /* font-family: PoppinsLight; */
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.24px;
  padding-top: 8px;
}
.amenties-group > div.long-text {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: end;
  padding: 0px 28px 45px;
}
div.long-text span {
  color: #fff;

  text-align: center;
  /* font-family: PoppinsLight; */
  font-size: 13px;
  font-style: normal;
  font-weight: 275;
  line-height: 145.6%; /* 18.928px */
  letter-spacing: 0.26px;
}

.image-container {
  position: relative;
  display: inline-block;
}
.image-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 45%;
  height: 1px;
  background-color: #faecc9;
}
.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-container img {
  width: 55%;
}
.choose-fav p {
  /* font-family: PoppinsThin; */
}
.btn-blk {
  color: #e4e4e4;
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
  /* font-family: PoppinsLight; */
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  background: #0b0c0c;
  text-decoration: none;
}
.btn-blk:hover {
  background: #e4e4e4;
  color: #0b0c0c;
}
.p-span {
  font-size: 24px;
  /* font-family: Alice; */
  color: #faecc9;
}
.h5-span {
  font-size: 42px;
  /* font-family: Alice; */
  color: #faecc9;
}
.h4-span {
  font-size: 28px;
  /* font-family: Alice; */
  color: #faecc9;
}
.choose-fav h4 {
  font-size: 1.75rem;
}

/* footer section */

footer {
  background-image: url("../images/footerbg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer-top {
  padding-top: 106px;
  padding-bottom: 100px;
}

.reservation-enquiry p.title {
  color: #f3ecec;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.mobilenumberbox {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.mobilenumberbox li:nth-child(1) {
  border: 1px solid #fff;
  border-radius: 7px 0 0 7px;
  border-right: none;
}
.mobilenumberbox li:nth-child(2) {
  border: 1px solid #fff;
  border-radius: 0px 0 0 0px;
  border-right: none;
}
.mobilenumberbox li:last-child {
  border: 1px solid #fff;
  border-radius: 0 7px 7px 0;
}
.mobilenumberbox li {
  color: #f3ecec;
  font-size: 17.5px;
  padding: 2px 12px;
  letter-spacing: 0.5px;
}
.mobilenumberbox li a {
  color: #f2e8e8;

  font-size: 17.508px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.226px;
}
.reservation-policies {
  margin: 33px auto;
  width: max-content;
  padding: 0;
}
.reservation-policies li {
  display: inline-block;
}
.reservation-policies li:not(:last-child) a {
  border-right: 1px solid #fff;
}
.reservation-policies li a {
  padding-left: 2px;
  padding-right: 6px;
  position: relative;
  display: inline-block;
  line-height: 14px;
  color: #f3ecec;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.36px;
}
.normal-line span {
  color: #f3ecec;
  font-size: 17.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.normal-line {
  font-size: 1.35rem;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-column-gap: 3rem;

  align-items: center;
}
.normal-line::before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(270deg, #0aa6ca 53.9%, rgba(7, 7, 7, 0) 85.86%);
}
.normal-line::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #0aa6ca 53.9%, rgba(7, 7, 7, 0) 85.86%);
}
.normal-line span {
  color: #f3ecec;
}

.posi-map {
  position: absolute;
  top: -60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

.posi-map h5 {
  color: #f3ecec;
  /* font-family: Poppins; */
  font-size: 1.35rem;
}
.bg-linear-main p {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.bg-linear-main {
  z-index: 1;
  background: url(../images/Subtract.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.addrblog {
  position: relative;
}
.addrinfo.bgimg {
  background-image: url("../images/footeradrbg.png");
  background-size: 100% 100%;
  min-height: 82px;
  text-align: center;
  background-position: center;
}
.addrinfo > p {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.85px;
  width: 90%;
  padding-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.addrinfo {
  position: relative;
}
.map-loc {
  position: absolute;
  left: 47%;
  top: -60px;
}
.map-loc img {
  width: 57px;
}
.map-loc a {
  color: #f3ecec !important;
}

.footer-btm {
  background-color: #343434;
  /* font-family: PoppinsLight; */

  padding: 13px 2% 11px;
}
.footerbtm-group {
  align-items: center;
  width: 100%;
}
.footer-btm p,
.footer-btm a {
  color: #D9D9D9D1 !important;
  /* font-family: PoppinsLight; */
  margin: 0;
  font-size: 13px;
}
.footer-btm ul {
  margin: 0;
}
.footer-btm .footer-menus li {
  display: inline-block;
}
.footer-btm .footer-menus li a {
  padding-left: 2px;
  padding-right: 6px;
  position: relative;
  display: inline-block;
  line-height: 14px;
  text-decoration: none;
}
.footer-menus li:not(:last-child) a {
  border-right: 1px solid #fff;
}

.mbl-d-b {
  display: none;
}
.mbl-d-n {
  display: block;
}
.gallerytype1 {
  display: block;
}
.gallerytype2 {
  display: none;
}

.banner-text {
  display: none;
}
.posi-map a:hover {
  zoom: 0.9;
  transition: zoom 0.5s;
}
.whatsapp-icon {
  position: fixed;
  /*  bottom: 20%;*/
  bottom: 5%;
  right: 3%;
  width: 50px;
  z-index: 1019;
}
.whatsapp-icon img {
  width: 100%;
}

.double-border {
  border-left: 0px;
  border-right: 0px;
  padding: 7px;
  padding-left: 0;
  padding-right: 0;
}
.double-border1 {
  border-left: 0px;
  border-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.banner-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.line1 {
  width: 100%;
  height: 2px;
  background: rgb(76, 197, 57);
  background: linear-gradient(
    90deg,
    rgba(76, 197, 57, 1) 0%,
    rgba(11, 166, 202, 1) 70%
  );
}
.line2 {
  width: 100%;
  margin-top: 5px;
  height: 0.7px;
  background: rgb(76, 197, 57);
  background: linear-gradient(
    90deg,
    rgba(76, 197, 57, 1) 0%,
    rgba(11, 166, 202, 1) 70%
  );
}
.line {
  margin-top: 18px;
}
.banner-textgroup {
  margin-top: -12%;
}
.banner-heaingsec {
  width: 60%;
}
.line {
  width: 20%;
}
@media (max-width: 1200px) {
  .feature-cart {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .featuresgroup {
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .image-container::before {
    display: none;
  }
  .image-container img {
    width: 100%;
  }
  .main-h2 {
    font-size: 26px;
    line-height: 22px;
  }
  .main-h5 {
    font-size: 17px;
    line-height: 20px;
  }
  .normal-line {
    padding-bottom: 25px !important;
  }
  .posi-map {
    top: -41%;
  }
}
@media (max-width: 768px) {
  .reservation-policies li a {
    font-size: 14px;
    line-height: 12px;
  }
  .mobilenumberbox li a {
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .reservation-policies {
    margin: 16px auto;
    width: 400px;
    text-align: center;
  }
  .footer-top {
    padding-top: 75px;
  }
  .image-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-p {
    display: none;
  }
  .main-h5 {
    margin-bottom: 0px;
  }
  .posi-sec-t {
    top: 0px;
  }
  .double-border1 {
    padding: 30px 0px;
  }
  .banner-text {
    display: block;
    padding: 15px 0px 0px;
  }
  .banner-text .main-p {
    display: block;
  }
  .banner-textgroup {
    margin-top: -23%;
  }
  .main-h2 {
    font-size: 22px;
  }
  .main-h5 {
    font-size: 14px;
  }
  .btn-booknow {
    bottom: -17px;
  }
}
@media (max-width: 420px) {
  .reservation-policies li a,
  .mobilenumberbox li a {
    font-size: 12px;
    line-height: 10px;
  }
  .mobilenumberbox li {
    padding: 5px;
  }
}
@media (max-width: 1200px) {
  .amenties-group > div.col {
    min-width: 20%;
  }
  .logo {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .amenties-group > div.col {
    min-width: 25%;
    max-width: 25%;
  }
  .gallerytype1 {
    display: none;
  }
  .gallerytype2 {
    display: block;
  }
  .logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .amenties-group > div.col {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .amenties-group > div.long-text {
    margin-right: auto;
  }
  .feature-cart {
    min-width: 50%;
    max-width: 50%;
  }
  .featuresgroup {
    justify-content: center;
  }
  .logo {
    width: 120px;
  }
  .mobilenumberbox li {
    padding: 5px;
  }
}
.addrtext br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mbl-d-b {
    display: block;
  }
  .mbl-d-n {
    display: none;
  }
  .logo {
    width: 80px;
  }
  .main-h2 {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
  }

  .main-h5 {
    font-size: 12px;
    line-height: 0px;
    letter-spacing: 0.1px;
  }

  .main-p {
    font-size: 12px;
  }
  .banner-img-2 {
    background-image: url(../images/mbl-banner-img-2.png);
  }
  .bg-linear-main {
    background: url(../images/mbl-linear-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .image-container img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-linear-main p {
    font-size: 0.5rem;
    letter-spacing: 0px;
    position: relative;
    top: 7px;
  }
  .posi-map {
    top: -46%;
  }

  .posi-map h5 {
    font-size: 0.6rem;
  }
  .posi-map img {
    max-width: 98%;
  }
  .addrtext br {
    display: block;
  }
  .choose-fav {
    text-align: center;
  }
  .icon-txt-p {
    font-size: 12px;
  }
  .btn-booknow {
    bottom: -17px;
  }
}
@media (max-width: 380px) {
  .feature-cart {
    min-width: 100%;
    max-width: 100%;
    justify-content: start;
  }
}
.fancybox-button--play {
  display: none !important;
}
.fancybox-button--thumbs {
  display: none !important;
}

.go-back-btn {
  text-align: right;
  display: flex;
  text-align: right;
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom, #39bcc5, #4cc539) 1;
  color: #fff;
  justify-content: center;
  padding: 10px;
}
.go-back-btn i {
  margin-right: 10px;
}
.rooms_card {
  position: relative;
}
.rooms_card .rooms_card_icon {
  position: absolute;
  width: 100px;
  margin: 0px auto;
  left: 36%;
  bottom: 27%;
}
.rooms_card .rooms_card_icon img {
  width: 90px;
}
.rooms_card .rooms_card_body {
  padding: 30px 10px;
}
.rooms_card .rooms_card_body .rooms_card_title {
  color: #faecc9;
}
.rooms_card .rooms_card_body .rooms_card_price {
  color: #faecc9;
}
.rooms_card {
  display: block;
}

.header_social {
  position: absolute;
}
.header_social ul {
  padding: 0px;
}
.header_social ul li {
  display: inline-block;
  padding: 0px 15px;
}
.header_social ul li a {
  display: inline-block;
}
.header_social ul li a i {
  font-size: 20px;
  color: #fff;
}
.border-blue {
  height: 1px;
  background: #39bcc5;
}
.border-green {
  height: 1px;
  background: #4cc539;
}
.room-list-bg {
  margin-top: -300px;
}

.package-form form {
}
.package-form form label {
  color: #fff;
}
.package-form form input,
.package-form form input:focus,
.package-form form input:focus-visible,
.package-form .guestspicker {
  -webkit-appearance: none;
  appearance: none;
  /* background: #fff !important; */
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  outline: none;
  padding: 10px;
}
.package-form form input::placeholder {
  color: #000;
  width: 16px;
  height: 16px;
}
.package-form form select,
.package-form form select:focus,
.package-form form select:focus-visible {
  background-color: #fff !important;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  outline: none;
  padding: 10px;
}
.package-form form textarea,
.package-form form textarea:focus,
.package-form form textarea:focus-visible {
  font-size: 14px;
  color: #000;
  outline: none;
  border-color: #fff !important;
  box-shadow: none !important;
}
.package-form form select option {
  color: #000 !important;
}
.package-form form .form-btn {
  color: #fff;
  background: #28a745 !important;
  border: none !important;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
}
.package-form form input::-webkit-calendar-picker-indicator {
  filter: invert(0);
}
.package-form-bg {
  background-color: rgb(18 92 109 / 60%) !important;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .header_social {
    left: -45px;
    width: 150px;
  }
  .header_social ul li {
    padding: 0px 6px !important;
  }
  .header_social ul li a i {
    font-size: 14px !important;
  }
  .room-list-bg {
    margin-top: 0px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .header_social {
    left: -60px;
    width: 270px;
  }
  .rooms_card .rooms_card_icon {
    left: 30%;
    bottom: 42%;
    width: 80px;
  }
  .rooms_card .rooms_card_body .rooms_card_title {
    font-size: 18px;
  }
}

.link-icon,
.image-icon,
.instagram-icon {
  position: relative;
}

.link-icon:before,
.image-icon:before,
.instagram-icon:before {
  font-family: bootstrap-icons;
  position: absolute;
  top: calc(50% - 18px);
  right: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: #17c1df;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  z-index: 99;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.link-icon.sm:before,
.image-icon.sm:before,
.instgram.sm:before {
  top: calc(50% - 13px);
  right: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 2px;
  line-height: 26px;
  font-size: 12px;
}

.link-icon:before {
  content: "\F470";
}
.link-icon:hover:before {
  opacity: 0.8;
}
.booking-btn {
  color: #fff;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 30px;
}

.room-badge {
  background-color: #0aa6ca;
  padding: 5px 5px;
  border: 5px;
}
.room-badge-desc p {
  padding: 5px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}

/* Room Detail */
#room-details .room-slide-images {
  width: 100%;
  margin: 0 auto;
}
#room-details .room-slide-images li,
#room-details .room-slide-images figure,
#room-details .room-slide-images a,
#room-details .room-slide-images img {
  display: block;
  outline: none;
  border: none;
}
#room-details .room-slide-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#room-details .room-slide-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#room-details .room-slide-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#room-details .room-slide-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 600px;
}
#room-details .room-slide-images .thumb-nav.slick-slider .slick-prev,
#room-details .room-slide-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#room-details .room-slide-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#room-details .room-slide-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#room-details .room-slide-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#room-details .room-slide-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
#room-details .room-slide-images .thumb-nav li:hover,
#room-details .room-slide-images .thumb-nav li:focus {
  border-color: #999;
}
#room-details .room-slide-images .thumb-nav li.slick-current img {
  border-color: #0aa1bf;
}
/* Room Detail */

.rooms_contact {
  border: 1px solid #fff;
  padding: 20px;
}
.availability-btn {
  text-decoration: none !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 6px;
  background-color: #17c1df;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
