@import url(https://p.typekit.net/p.css?s=1&k=oly8clf&ht=tk&f=1981.1983.8542.8544&a=4933637&app=typekit&e=css);@charset "UTF-8";

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

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

a {
  color: #222222;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * museo:
 *   - http://typekit.com/eulas/000000000000000000011b23
 *   - http://typekit.com/eulas/000000000000000000011b24
 *   - http://typekit.com/eulas/00000000000000000000ebe4
 *   - http://typekit.com/eulas/00000000000000000000ebe6
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */

/*{"last_published":"2019-11-23 09:42:30 UTC"}*/

@font-face {
  font-family: "makent";
  src: url(../fonts/makent.eot?9467e19c0b76f65bc50f404cd569232f);
  src: url(../fonts/makent.eot?9467e19c0b76f65bc50f404cd569232f) format("embedded-opentype"), url(../fonts/makent.woff?bdafdd3741bda8efef971240eba5069f) format("woff"), url(../fonts/makent.ttf?b26442862e10847532cd67687a0a7857) format("truetype"), url(../fonts/makent.svg?f6460678344a10512b0b7b4260c0a8f7) format("svg");
  font-weight: normal;
  font-style: normal;
}

.tk-museo {
  font-family: "museo", serif;
}

a {
  text-decoration: none !important;
}

.fs-10 {
  font-size: clamp(0.7rem, 0.7vw, 0.9rem) !important;
}

.fs-12 {
  font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
}

.fs-14 {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.fs-16 {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.fs-15x {
  font-size: 15px;
}

.fs-18 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.fs-20 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
}

.fs-23 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem) !important;
}

.fs-25 {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
}

.fs-28 {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem) !important;
}

.fs-30 {
  font-size: clamp(1.2rem, 2vw, 1.9rem) !important;
}

.fs-35 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.fs-40 {
  font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
}

.fs-45 {
  font-size: clamp(1.5rem, 3vw, 3rem) !important;
}

.text-grey {
  color: #717171 !important;
}

.fs-09 {
  font-size: 0.9375rem !important;
}

.fs-08 {
  font-size: 0.875rem !important;
}

.fs-07 {
  font-size: 0.75rem !important;
}

.fs-1em {
  font-size: 1em !important;
}

.fs-2rem {
  font-size: 2rem !important;
}

.fs-1-8rem {
  font-size: 1.8rem !important;
}

.fs-1-6rem {
  font-size: 1.6rem !important;
}

.fs-500 {
  font-weight: 500 !important;
}

.fs-600 {
  font-weight: 600 !important;
}

@media screen and (min-width: 576px) {
  .w-sm-90x {
    width: 90px !important;
  }
}

.before-unset::before {
  content: unset !important;
}

.after-unset::after {
  content: unset !important;
}

.text-blacks {
  color: #222222 !important;
}

.w-90 {
  width: 90% !important;
}

.flex-center {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.no-results {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 60vh;
}

.body_section .input-group.sep-search-input .form-control:focus {
  border: unset !important;
}

.content-para.w-100 {
  width: calc(100% - 100px) !important;
}

.nav-usd img {
  opacity: 0.9;
  width: 21px;
  height: 21px;
}

.similar-listing .slick-track {
  margin-left: unset !important;
}

.detail-nav .footer-section .container {
  max-width: 1060px !important;
  padding: 0 15px !important;
}

@media screen and (max-width: 576px) {
  .detail-nav .footer-section .container {
    padding: 0 15px;
  }
}

.detail-nav .container-fluid,
.detail-nav .container {
  max-width: 1280px;
  padding: 0 80px;
}

@media screen and (max-width: 991px) {
  .detail-nav .container-fluid,
  .detail-nav .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 576px) {
  .detail-nav .container-fluid,
  .detail-nav .container {
    padding: 0 15px;
  }
}

.show-amety-div .btn-show-amety {
  border-color: #222222 !important;
  border-radius: 8px !important;
}

.show-amety-div .btn-show-amety:hover {
  background-color: #f7f7f7 !important;
}

.default-fade {
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.div-fade {
  opacity: 1 !important;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.w-30x {
  width: 30px !important;
}

.skel-div {
  overflow: hidden;
}

.exp-detail-skeleton-img {
  width: 100%;
  height: 460px;
}

.room-photos-skeleton {
  width: 100%;
  height: 200px;
}

.inside-skeleton .select-msg {
  height: 50px;
}

.inside-skeleton .inside-profile {
  width: 60px;
  height: 60px;
}

.inside-skeleton .inside-txt {
  height: 15px;
}

.inside-skeleton .inside-list-img {
  width: 110px;
  height: 60px;
  border-radius: 5px;
}

.inside-skeleton .inside-btn {
  width: 100%;
  height: 40px;
}

.inside-skeleton .skel-load {
  border-radius: 15px;
}

.inside-skeleton .inside-title-txt {
  height: 20px;
}

.inside-skeleton .payment-side-box {
  width: 85%;
  margin-left: auto;
  border: 1px solid #ccc;
  padding: 25px;
}

.inside-skeleton.profile-inside .skel-load {
  border-radius: 50px;
}

.inside-skeleton.profile-inside .skel-load::before,
.inside-skeleton.profile-inside .skel-load::after {
  border-radius: 50px;
}

.inside-skeleton.exp-inside-skel .skel-load::after {
  opacity: 0.5;
}

.inside-skeleton.exp-inside-skel .exp-mob-view-img {
  width: 100%;
  height: 400px;
}

.inside-skeleton.exp-inside-skel .exp-mob-view-img::after {
  opacity: 0.5;
}

.side-mob-view {
  min-width: 320px;
}

.main-wrap.bg-white .inside-skeleton.exp-inside-skel .skel-load::after {
  opacity: 1;
}

.main-wrap.bg-white .inside-skeleton.exp-inside-skel .exp-mob-view-img {
  width: 100%;
  height: 400px;
}

.main-wrap.bg-white .inside-skeleton.exp-inside-skel .exp-mob-view-img::after {
  opacity: 1;
}

.skel-load {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-load::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 15px;
}

.skel-inside-load {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-inside-load::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-inside-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.skel-room-inside-load {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-room-inside-load::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-room-inside-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.skel-content-load {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-content-load::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-content-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.skel-wthradius-load {
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-wthradius-load::before {
  content: "";
  position: absolute;
  border-radius: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-wthradius-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px;
}

@-webkit-keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.remv-skel {
  opacity: 0;
  z-index: -99;
}

.skel-row {
  flex-wrap: nowrap !important;
  overflow-x: hidden !important;
}

@media screen and (min-width: 1800px) {
  .skel-row .col-skel-xxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .skel-row .col-xl-2_5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%;
  }
}

.skel-static {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.skel-static::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 95%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-static::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 95%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.skel-main .skel-img {
  height: 240px;
}

.skel-main .skel-img.skel-coupon {
  height: 300px;
}

.skel-main .skel-txt {
  height: 25px;
}

.skel-main .skel-frst-content {
  width: 90%;
}

.skel-main .skel-second-content {
  width: 70%;
}

.skel-main .skel-type-img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin: auto;
}

.skel-main .skel-type-txt {
  width: 80%;
  margin: auto;
}

.skel-main .skel-img-exp {
  height: 380px;
}

.skel-main .skel-img-community {
  height: 500px;
}

.skel-main .skel-img-community::after {
  opacity: 0.5;
}

.room-types-div .skel-load::after {
  border-radius: 50px;
}

.room-types-div .skel-txt {
  height: 20px !important;
}

.skel-map .skel-div,
.skel-map .skel-load {
  width: 100%;
  height: 100%;
}

.skel-map .skel-load::after {
  border-radius: 15px 0 0 15px;
}

.search-card-static-div .skel-load::after,
.search-card-static-div .skel-content-load::after {
  z-index: 9;
}

[dir="rtl"] .review-count-div p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 75%;
}

[dir="rtl"] .share-popup .btn-close {
  margin: unset;
}

[dir="rtl"] .lg-outer {
  text-align: right !important;
}

[dir="rtl"] .lg-toolbar .lg-icon {
  float: left !important;
}

[dir="rtl"] .room-carousels .room-card-btn.slick-prev {
  right: unset !important;
  left: 20px !important;
}

[dir="rtl"] .room-carousels .room-card-btn.slick-next {
  right: unset;
  left: 60px;
}

[dir="rtl"] .room-types-div .arrow-right {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

[dir="rtl"] .room-types-div .arrow-left {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

[dir="rtl"] .nav-input-child .guest-txt.text-start,
[dir="rtl"] .nav-input-child .location-txt.text-start {
  text-align: right !important;
}

[dir="rtl"] .nav-input-child .location-padd {
  padding: 10px 25px 10px 0px !important;
}

[dir="rtl"] .rtl-navbar.custom-navbar .nav-input-child.active .form-control {
  padding: 0 0px 0 25px !important;
}

[dir="rtl"] .rtl-search-icon {
  padding-left: 15px;
}

[dir="rtl"] .desktop-nav .guests {
  padding: 0;
}

[dir="rtl"] .custom-dropdown-ul {
  text-align: start !important;
  left: unset !important;
  right: 0 !important;
}

[dir="rtl"] .become-host-div .custom-dropdown-ul {
  left: 0px !important;
  right: unset !important;
}

[dir="rtl"] .room-search-canvas-mob .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

[dir="rtl"] .header-profile {
  padding: 3px 7px 3px 3px;
}

[dir="rtl"] .profile-menu-ul li.active::before {
  border-radius: 10px 0px 0px 10px !important;
  left: unset;
  right: -20px;
}

[dir="rtl"] .btn-play .play-icon {
  padding: 0 0 0 8px !important;
}

[dir="rtl"] .text-start {
  text-align: right !important;
}

[dir="rtl"] .home .ps-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .bi-funnel-fill.pe-lg-2 {
  padding-left: unset !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .pe-lg-2,
[dir="rtl"] .search .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .map-div {
  right: unset;
  left: 0;
  border-radius: 0px 15px 15px 0px;
}

[dir="rtl"] .search .pe-0 {
  padding-left: 0 !important;
  padding-right: 15px !important;
}

[dir="rtl"] .ms-auto,
[dir="rtl"] .ms-md-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

@media screen and (max-width: 768px) {
  [dir="rtl"] .ms-md-auto {
    margin-right: unset !important;
    margin-left: auto !important;
  }
}

[dir="rtl"] .detail-page .in-div {
  border-right: unset !important;
  border-left: 1px solid grey;
}

[dir="rtl"] .detail-page .guests-div .dropdown-toggle::after {
  left: 0 !important;
  right: unset !important;
}

[dir="rtl"] .detail-page .ps-1 {
  padding-right: 0.25rem !important;
  padding-left: unset !important;
}

[dir="rtl"] .details-search .input-group-text {
  padding: unset;
}

.slick-dotted.slick-slider {
  margin-bottom: unset !important;
}

.width-max-content {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

button:focus-visible,
a:focus-visible {
  box-shadow: unset !important;
  outline: unset !important;
}

hr {
  color: #EBEBEB !important;
  opacity: 1 !important;
}

.btn-show-amety {
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  padding: 11px 15px !important;
  background-color: #fff;
}

.dark-custom:hover {
  background-color: #000 !important;
}

.filter-dates {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .filter-dates {
    width: 60%;
  }
}

.bi-patch-check-fill {
  color: #222222 !important;
}

.bi-shield-check {
  color: #5cb85c !important;
}

.review-count-div p {
  position: relative;
  top: 2px;
  white-space: nowrap;
}

.dot-rel {
  position: relative;
  top: -3px;
}

.bg-none {
  background-color: unset !important;
}

.map-auto-refresh {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.map-auto-refresh .form-check-input {
  border-color: #71717196;
}

.map-auto-refresh .form-check-input:checked {
  background-color: #222222;
  border-color: #222222;
}

.map-auto-refresh .form-check-input:focus {
  border-color: #71717196;
}

.map-auto-refresh small {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 576px) {
  .unset-w50 {
    width: 100% !important;
  }
}

@media screen and (min-width: 1800px) {
  .custom-xxl-3 {
    -webkit-box-flex: 0 !important;
            flex: 0 0 auto !important;
    width: 25% !important;
  }
}

.white-nowrap {
  white-space: nowrap !important;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.home .input-group-text,
.detail-page .input-group-text,
.custom-navbar .input-group-text {
  background: unset !important;
  border: unset !important;
}

.home .form-control:focus,
.detail-page .form-control:focus,
.custom-navbar .form-control:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.home .form-control:focus-visible,
.detail-page .form-control:focus-visible,
.custom-navbar .form-control:focus-visible {
  outline: unset !important;
}

.navbar-toggler:focus,
.accordion-button:focus,
.form-select:focus,
.btn-close:focus,
.form-check-input:focus {
  box-shadow: unset !important;
}

.btn-pink {
  background-color: #27AAE1 !important;
  color: #fff !important;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-grey {
  color: #717171;
}

.btn-custom-close {
  background-color: unset;
  border-radius: 50px;
  border: 1px solid #717171;
}

.btn-custom-close i {
  font-size: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn-default {
  border: 1px solid #dbdbdb !important;
  background: #fff;
}

.custom-dropdown-ul {
  border: 1px solid #8080800f !important;
  box-shadow: 0px 2px 10px #0000001a;
  border-radius: 20px !important;
  overflow: hidden;
}

.custom-dropdown-ul li {
  margin: 8px 0;
}

.custom-dropdown-ul li:hover a {
  background-color: #f7f7f7 !important;
  color: #222222 !important;
}

.custom-dropdown-ul li:hover span {
  color: #222222 !important;
}

.custom-dropdown-ul li:hover i {
  color: #222222 !important;
}

.custom-dropdown-ul .dropdown-item:active {
  background-color: #27AAE1;
  color: #fff;
}

.guest-scroll {
  overflow: auto;
}

.detail-guest {
  position: relative;
}

.detail-guest::after {
  position: absolute;
  display: block;
  right: 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.guest-dropdown {
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
  padding: unset;
  margin-bottom: unset;
  /* width */
  /* Track */
  /* Handle */
}

.guest-dropdown::-webkit-scrollbar {
  width: 6px;
  overflow: hidden;
}

.guest-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 35px;
  border: 1px solid #80808012;
}

.guest-dropdown::-webkit-scrollbar-thumb {
  background: #88888845;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .guest-dropdown {
    max-height: 170px;
  }
}

.room-arow-btn {
  background-color: unset !important;
  font-weight: bold;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.room-arow-btn::before {
  display: none;
}

.room-arow-btn i {
  font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
  color: #222222 !important;
}

.room-types-div .arrow-shadow {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.room-types-div .arrow-left {
  left: -23px;
  width: 100px;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.room-types-div .arrow-left::before {
  display: none;
}

.room-types-div .arrow-right {
  right: -23px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.room-types-div .slick-disabled {
  opacity: 0;
  cursor: auto;
}

.room-types-div .img-arrow {
  width: 22px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.see-all-card .expericence-see-all {
  height: 186px;
  width: 90%;
  margin: auto;
}

.see-all-card .expericence-see-all img {
  border-radius: 15px;
}

.see-all-card .see-all-room-img {
  height: 125px;
  width: 90%;
  margin: auto;
}

.see-all-card .see-all-room-img img {
  border-radius: 15px;
}

.see-all-card .offer-see-all-img.see-all-room-img {
  height: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .see-all-card .offer-see-all-img.see-all-room-img {
    height: 135px;
  }
}

.see-all-card .see-all-btn .btn-pink {
  width: 80%;
  padding: 10px 0px;
  border-radius: 12px;
  font-weight: 600;
}

.see-all-card .see-all-btn .btn-pink i {
  color: #fff !important;
}

.room-carousels {
  min-height: 380px;
}

.room-carousels .room-arow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px;
  z-index: 99;
}

.room-carousels .room-arow-btn::before {
  display: none;
}

.room-carousels .room-arow-btn i {
  color: #222222;
  font-size: 15px;
}

.room-carousels .slick-slide {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.room-carousels .slick-prev {
  left: 5px;
}

.room-carousels .slick-next {
  right: 5px;
}

.room-carousels .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: unset;
  list-style-type: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-bottom: unset;
  -webkit-box-align: center;
          align-items: center;
}

.room-carousels .slick-dots li {
  margin: 0 2px !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.room-carousels .slick-dots li button {
  font-size: 0 !important;
  border: unset !important;
  width: 6px;
  height: 6px;
  background-color: #ffffffa1;
  border-radius: 50px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: unset;
}

.room-carousels .slick-dots li button:focus-visible {
  outline: unset;
}

.room-carousels .slick-dots li button::before {
  display: none;
}

.room-carousels .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.room-carousels .room-card-btn {
  position: absolute;
  top: -40px;
  z-index: 99;
  background-color: unset;
  border: 1px solid #222222;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .room-carousels .room-card-btn {
    top: -38px;
  }
}

.room-carousels .room-card-btn i {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
  color: #222222;
}

.room-carousels .room-card-btn::before {
  display: none;
}

.room-carousels .room-card-btn.slick-next {
  right: 20px;
}

.room-carousels .room-card-btn.slick-prev {
  right: 60px;
  left: unset !important;
}

.room-carousels .room-card-btn.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.room-carousels .slick-active:hover .room-arow-btn {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity: 0.9;
}

.room-carousels .slick-active:hover .slick-next:hover,
.room-carousels .slick-active:hover .slick-prev:hover {
  opacity: 1;
}

.room-carousels .room-arow-btn {
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}

.room-carousels .slick-list {
  border-radius: 20px;
  margin-bottom: 10px;
}

.canvas-map.room-carousels {
  min-height: unset;
}

.our-community-main .room-card-btn {
  top: -62px !important;
  border-color: #fff !important;
}

.our-community-main .room-card-btn i {
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .our-community-main .room-card-btn {
    top: -38px !important;
  }
}

.our-community-main .community-description {
  width: 90%;
  margin: auto;
}

.our-community-main .skel-txt::after {
  opacity: 0.5;
}

.profile-menu-canvas {
  width: 70% !important;
  max-width: 70% !important;
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .profile-menu-canvas {
    width: 40% !important;
    max-width: 40% !important;
  }
}

.customBox.hover {
  background-color: #27AAE1 !important;
  color: #fff !important;
}

.star-icon i {
  color: #FCC24D;
}

.gold-bg {
  color: #FCC24D !important;
}

.room-types-slick,
.room-card-carousel {
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.room-types-slick.slick-initialized,
.room-card-carousel.slick-initialized {
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.loading-full {
  position: relative;
}

.loading-full::after {
  content: "";
  display: inline-block;
  border: none !important;
  border-top: none !important;
  width: 80px;
  height: 80px;
  -webkit-animation: none !important;
  animation: none !important;
  background-size: 80px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 0px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  background-repeat: no-repeat;
}

.loading-full::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffffe3;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
}

.alllanguage ul,
.allcurrency ul {
  padding: unset;
  list-style-type: none;
}

.alllanguage ul li,
.allcurrency ul li {
  display: inline-block;
  width: 32%;
  border-radius: 5px;
  margin-bottom: 5px;
}

.alllanguage ul li a,
.allcurrency ul li a {
  padding: 10px;
  display: block;
}

.alllanguage ul li:hover,
.allcurrency ul li:hover {
  background-color: #f7f7f7 !important;
}

.alllanguage ul li.active,
.allcurrency ul li.active {
  border: 1px solid #222222;
}

@media screen and (min-width: 992px) {
  .custom-navbar.navbar-expand-lg.navbar-collapse {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .detail-slider {
    height: 250px !important;
  }

  .detail-slider li {
    height: 250px !important;
  }

  .detail-slider li img {
    height: 250px !important;
    border-radius: unset !important;
  }

  .detail-banner .lSSlideWrapper {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .detail-nav .lg-toolbar,
  .detail-nav .lg-prev,
  .detail-nav .lg-next,
  .detail-nav .lg-pager-outer,
  .detail-nav .lg-hide-sub-html .lg-sub-html {
    opacity: 1 !important;
  }

  .detail-nav #lg-counter {
    margin: 10px 15px;
    color: #999;
  }

  .detail-nav #lg-counter span {
    color: #999;
  }

  .detail-banner .detail-slider {
    width: 100% !important;
    height: 400px !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .detail-banner .detail-slider:hover li:before {
    opacity: 1;
  }

  .detail-banner .detail-slider > li {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .detail-banner .detail-slider > li.clone {
    display: none !important;
  }

  .detail-banner .detail-slider > li.clone + .lslide {
    width: 50% !important;
    height: 400px;
  }

  .detail-banner .detail-slider > li.clone + .lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li.lslide {
    width: 25% !important;
    height: 195px;
  }

  .detail-banner .detail-slider > li.lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)) {
    height: 400px;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(4) {
    height: 195px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(3) {
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(2) {
    width: 100% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(3):nth-child(3) {
    height: 195px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:first-child:last-child {
    width: 100% !important;
    height: 400px !important;
  }

  .detail-banner .lSAction {
    display: none !important;
  }
}

.modal-content {
  border-radius: 24px !important;
  box-shadow: #0000001f 0px 6px 16px;
  border: unset !important;
}

.ui-datepicker-today a {
  background-color: #222 !important;
  color: #fff !important;
}

.set-height-nav,
#site-content {
  margin-top: 85px !important;
}

.remv-margin-top#site-content {
  margin-top: unset !important;
}

@media (max-width: 576px) {
  .set-height-nav,
  #site-content {
    margin-top: 150px !important;
  }
}

.dual-range-slider .irs-handle {
  border: 1px solid #dddddd !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px #0000001f;
}

.dual-range-slider .irs-bar {
  height: 3px !important;
  background-color: #222222 !important;
}

.dual-range-slider .irs-line {
  height: 3px !important;
}

.dual-range-slider .irs-from,
.dual-range-slider .irs-to {
  background-color: #222222 !important;
}

.dual-range-slider .irs-from::before,
.dual-range-slider .irs-to::before {
  border-top-color: #222222 !important;
}

.dual-range-slider .irs-min,
.dual-range-slider .irs-max {
  display: none !important;
}

.dual-range-slider .irs--round .irs-from,
.dual-range-slider .irs--round .irs-to,
.dual-range-slider .irs--round .irs-single {
  background-color: #222222 !important;
}

.dual-range-slider .irs--round .irs-from:before,
.dual-range-slider .irs--round .irs-to:before,
.dual-range-slider .irs--round .irs-single:before {
  border-top-color: #222222 !important;
}

@media screen and (max-width: 991px) {
  .unset-w50.w-50 {
    width: 100% !important;
  }
}

.tax-fee-tooltip-content {
  position: absolute;
  bottom: 20px;
  background: #000000e0;
  padding: 3px;
  /* right: -102px; */
  left: -100;
  border-radius: 10px;
}

.tax-fee-tooltip-content td,
.tax-fee-tooltip-content th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 5px;
  color: white;
  white-space: nowrap;
  text-align: center;
}

.carousel-div .slick-disabled {
  opacity: 0 !important;
}

.detail-page a,
.footers a,
.modal-content a {
  color: #222222;
}

.home a {
  color: #222222;
}

.alert-count {
  border-radius: 50%;
  color: #fff;
  background: #ff0000;
  padding: 3px;
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: -13px;
  right: -13px;
  min-width: 20px;
  min-height: 20px;
  line-height: 13px;
}

.profile-dropdown-main .custom-dropdown-ul {
  width: 230px !important;
}

.detail-nav .lg-sub-html {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000073;
  opacity: 1;
  padding: unset;
}

.detail-nav .lg-sub-html p {
  font-size: 15px;
  margin: unset;
  padding: 10px 0;
}

.cookie-alert {
  background-color: #c2e4e7 !important;
  position: fixed !important;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-radius: 4px !important;
}

.cookie-alert .close1 {
  cursor: pointer;
  color: #ff5a5f;
  font-weight: bold;
}

.alert {
  text-align: center;
  z-index: 998;
  padding: 15px;
  margin: 0;
}

.alert p {
  margin-left: 10px !important;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}

.alert a.theme-link {
  color: #ff840a;
}

.box_shadow_cookies {
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.box_shadow_cookies .popup_height {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 576px) {
  .box_shadow_cookies .popup_height {
    height: 200px;
  }
}

.box_shadow_cookies .accept_btn {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  width: 99%;
  text-align: end;
}

.box_shadow_cookies .accept_btn .btn-accept {
  background-color: #27AAE1;
  color: #fff !important;
}

.box_shadow_cookies .btn-accept .btn:active,
.box_shadow_cookies .btn:focus,
.box_shadow_cookies .btn:not(:disabled):not(.disabled):active {
  background-color: #27AAE1;
  outline: unset;
  box-shadow: unset;
}

.box_shadow_cookies .cookie_popup .list-group-item.active {
  color: #fff !important;
  background-color: #27AAE1 !important;
  border-color: #27AAE1 !important;
}

@media only screen and (max-width: 767px) {
  .cookie-alert {
    width: auto;
    margin: 0 auto !important;
  }
}

.covid-icon-map {
  display: -webkit-box;
  display: flex;
}

.covid-icon-map .covid-icon-img {
  max-height: 18px;
  min-width: 20px;
  width: 20px;
}

.covid-icon-map .covid-icon-img img {
  height: 100%;
  width: 100%;
}

.covid-icon-map .text-truncate .cls_covid {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.covid-icon-map span {
  font-size: 15px;
}

.canvas-footer {
  z-index: 99999;
}

.skelton {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.skelton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  border-radius: 5px;
  z-index: 99999;
  -webkit-animation: skelton-glow 2s ease-in-out infinite;
          animation: skelton-glow 2s ease-in-out infinite;
}

.skelton-none {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.skelton-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  border-radius: 5px;
  z-index: 99999;
  -webkit-animation: skelton-glow 2s ease-in-out infinite;
          animation: skelton-glow 2s ease-in-out infinite;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0 !important;
}

@-webkit-keyframes skelton-glow {
  50% {
    background-color: #b7b7b7;
  }
}

@keyframes skelton-glow {
  50% {
    background-color: #b7b7b7;
  }
}

.chat-notify {
  background-color: #dc3545;
  box-shadow: 0px 3px 14px 1px #00000029;
  position: absolute;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
  right: 5px;
  top: 0;
}

.chat-notify::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  background-color: #dc3545;
  margin: auto;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 1s linear infinite;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.property-types-courosel .bi-chevron-left,
.property-types-courosel .bi-chevron-right,
.property-types-couroselss .bi-chevron-left,
.property-types-couroselss .bi-chevron-right {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #222222 !important;
  border-radius: 50%;
  font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
}

.wl-modal-input {
  cursor: pointer;
}

.wl-modal-input:focus-visible {
  padding: 5px 10px;
  border-radius: 5px;
  outline: 1px solid #cfcfd0;
}

.create-wl {
  cursor: pointer;
}

.create-wl:focus-visible {
  padding: 5px 10px;
  border-radius: 5px;
  outline: 1px solid #cfcfd0;
}

.room-search-canvas-mob .accordion-body .search-dest-div .input-group-text {
  background: unset !important;
  border: unset !important;
}

.room-search-canvas-mob .accordion-body .search-dest-div .input-group .form-control:focus {
  border: unset !important;
}

.room-search-canvas-mob .accordion-body .search-dest-div .input-group .form-control[readonly] {
  background-color: unset;
  opacity: 1;
}

@media screen and (max-width: 576px) {
  body .daterangepicker {
    width: 300px;
  }
}

@media screen and (max-width: 576px) {
  .filter-content-div .daterangepicker {
    min-width: 295px;
  }
}

@media screen and (max-width: 576px) {
  .filter-content-div .drp-buttons {
    min-width: 295px;
  }
}

@media screen and (min-width: 576px) {
  body .daterangepicker {
    margin-top: 15px;
  }
}

.suggest-location .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.btn-custom-close.flash-close {
  border: 0px;
}

.btn-custom-close.flash-close .bi-x {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #717171;
  -webkit-transition: 0s;
  transition: 0s;
}

.btn-custom-close.flash-close .bi-x:hover {
  color: #222222;
}

.sent-referral .profile-img a {
  width: 50px;
  height: 50px;
}

.map-auto-refresh.panel {
  display: none;
}

.profile-view-left .profile-img {
  width: 225px;
  height: 225px;
}

.profile-view-left .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-yellow {
  color: #f9f313;
}

@media screen and (min-width: 991px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

.offer-details {
  margin-top: 30px !important;
}

.offer-details .offer-detail-about .detail {
  background-color: #ff6e6e12;
}

.offer-details .offer-detail-about .detail .inside-skeleton .inside-profile {
  width: 25px;
  height: 25px;
}

.offer-details .offer-detail-about .detail-img {
  width: 18px;
  height: 18px;
}

.offer-details .offer-detail-banner .banner-img {
  height: 206px;
  width: 100%;
}

.offer-details .offer-detail-banner .banner-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  background-image: linear-gradient(45deg, #0000006b, #0000006b);
}

.offer-details .offer-detail-banner .banner-content {
  top: 45px;
  left: 100px;
  color: white;
  line-height: normal;
  width: 75%;
}

@media (min-width: 992px) {
  .offer-details .offer-detail-banner .banner-content {
    width: 65%;
  }
}

@media screen and (max-width: 767.98px) {
  .offer-details .offer-detail-banner .banner-content {
    /* Bootstrap's small breakpoint */
    left: 50px;
  }
}

.offer-details .offer-detail-banner .expire {
  left: 100px;
}

@media screen and (max-width: 767.98px) {
  .offer-details .offer-detail-banner .expire {
    /* Bootstrap's small breakpoint */
    left: 50px;
  }
}

.offer-details .offer-detail-terms li {
  margin-block: 20px;
  padding-left: 10px;
  list-style: decimal;
  line-height: 25px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .offer-details .offer-detail-terms li {
    text-align: justify;
  }
}

.offer-details .offer-detail-terms li > {
  word-break: break-all;
}

.offer-details .offer-detail-terms img {
  max-width: 300px;
  width: 300px;
  border-radius: 10px;
  margin-left: 12px;
}

.offer-details .coupon-row {
  /* Some Generic styles */
}

.offer-details .coupon-row .copiedtext {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  color: #000;
  -webkit-transition: all .500s;
  transition: all .500s;
}

.offer-details .coupon-row .copied .copiedtext {
  opacity: 1;
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
}

.offer-details .coupon-row [id="cleared"] {
  margin-top: 4em;
}

.coupons .coupon-banner {
  height: 290px;
  min-height: 290px;
}

@media (min-width: 768px) {
  .coupons .coupon-banner {
    height: 370px;
    min-height: 370px;
  }
}

.coupons .coupon-banner .slick-slide {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.coupons .coupon-banner .banner-img {
  height: 290px;
}

@media (min-width: 768px) {
  .coupons .coupon-banner .banner-img {
    height: 370px;
  }
}

.coupons .coupon-banner .coupon-btn {
  background-color: #ffffffe0;
  border: 1px solid #ffffffe0;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.coupons .coupon-banner .coupon-btn i {
  font-size: 12px;
  color: #222222;
}

.coupons .coupon-banner .coupon-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.coupons .coupon-banner .prev-arrow {
  left: 25px;
  right: unset;
}

@media screen and (max-width: 767.98px) {
  .coupons .coupon-banner .prev-arrow {
    /* Bootstrap's small breakpoint */
    left: 5px;
    right: unset;
  }
}

.coupons .coupon-banner .next-arrow {
  right: 25px;
  left: unset;
}

@media screen and (max-width: 767.98px) {
  .coupons .coupon-banner .next-arrow {
    /* Bootstrap's small breakpoint */
    right: 5px;
    left: unset;
  }
}

.coupons .coupon-banner .slick-list {
  border-radius: 0px;
  margin-bottom: 0px;
}

.coupons .coupon-banner .slick-disabled {
  opacity: 0;
}

.coupons .coupon-banner .banner-content {
  top: 80px;
  left: 80px;
  color: white;
  line-height: normal;
  width: 70% !important;
}

@media (min-width: 992px) {
  .coupons .coupon-banner .banner-content {
    width: 45% !important;
  }
}

@media screen and (max-width: 767.98px) {
  .coupons .coupon-banner .banner-content {
    /* Bootstrap's small breakpoint */
    left: 25px;
  }
}

.coupons .all-coupons .coupon-content .coupon-img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  margin: auto;
}

@media (min-width: 992px) {
  .coupons .all-coupons .coupon-content .coupon-img {
    width: 100%;
    height: 330px;
    border-radius: 20px;
    margin: unset;
  }
}

.coupons .all-coupons .offer-img-content {
  top: 20px;
  left: 30px;
}

@media screen and (max-width: 767.98px) {
  .coupons .all-coupons .offer-img-content {
    /* Bootstrap's small breakpoint */
    top: 30px;
    left: 35px;
  }
}

.home-banner-wrap {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home-banner-wrap {
    height: 500px;
    min-height: unset;
  }
}

@media screen and (max-width: 576px) {
  .home-banner-wrap {
    min-height: 800px;
  }
}

.home-banner-wrap .home-banner-slider {
  width: 100%;
  height: 100%;
  direction: ltr;
  padding: unset;
}

.home-banner-wrap .home-banner-slider .owl-item.active {
  opacity: 1;
}

.home-banner-wrap .home-banner-slider .owl-item.active li a img {
  opacity: 1;
}

.home-banner-wrap .home-banner-slider div {
  width: 100%;
  height: 100%;
}

.home-banner-wrap .home-banner-slider .home-banner-img {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 576px) {
  .home-banner-wrap .home-banner-slider .home-banner-img .height-set {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home-banner-wrap .banner-content-main {
  position: absolute;
  z-index: 9;
  max-width: 896px;
  width: 70%;
  margin: auto;
  top: 50%;
  border-color: #dddddd !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .home-banner-wrap .banner-content-main {
    width: 83%;
  }
}

@media screen and (max-width: 576px) {
  .home-banner-wrap .banner-content-main {
    top: 50%;
  }
}

.banner-item-search .banner-search {
  background: #fff;
  border: 4px solid;
  border-radius: 42px;
  border-color: #dddddd !important;
}

.banner-item-search .banner-search .form-control {
  padding: unset !important;
  border: 0px !important;
  background: none !important;
}

.banner-item-search .custom-padd {
  padding: 15px 0px 15px 25px;
  position: relative !important;
  border-right: 1px solid #c9d7e3;
  margin-right: -4px;
}

@media screen and (max-width: 768px) {
  .banner-item-search .custom-padd {
    border-right: unset;
  }
}

.banner-item-search .custom-padd:hover {
  cursor: pointer;
}

.banner-item-search .custom-padd .form-label {
  font-weight: 500 !important;
  margin-bottom: unset !important;
}

.banner-item-search .botn button {
  background-color: #27AAE1;
  width: auto;
  height: 50px;
  padding: 0px 40px;
  min-width: 45px;
  color: #fff;
  border-color: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 36px;
  margin-right: 4px !important;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.footer-toggle {
  position: fixed;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  z-index: 100;
  color: #565a5c;
  padding: 6px 12px;
  border: 1px solid #484848;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  background: #fff;
  text-transform: capitalize;
  text-align: center;
  border-radius: 4px;
}

.custom-padding {
  padding-right: 80px !important;
  padding-left: 80px !important;
  padding-top: 50px;
}

@media screen and (max-width: 576px) {
  .custom-padding {
    padding: 0px 10px !important;
  }
}

.custom-padding h2 {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .custom-padding h2 {
    display: none;
  }
}

.custom-padding ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .custom-padding ul {
    text-align: center;
  }
}

.custom-padding ul li a {
  color: #757575;
  line-height: 25px;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .custom-padding ul li {
    margin: 0 5px;
    display: inline-block;
  }
}

.custom-padding .social-links li {
  margin: 0 7px;
  display: inline-block;
}

.custom-padding .screen-reader-only {
  display: none;
}

.custom-padding .app-link li {
  width: calc(50% - 5px);
}

.custom-padding .app-link li img {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #767676;
  background: #767676;
  padding: 5px;
}

.custom-padding .copyright {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select button,
.custom-padding .lang-currency-wrap .currency-selector.footer-select button {
  color: #484848;
  width: 120px;
  border: 1px solid #dbdbdb;
  padding: 7px 7px 5px !important;
  text-align: left;
  border-radius: unset !important;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select button::after,
.custom-padding .lang-currency-wrap .currency-selector.footer-select button::after {
  display: none !important;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select button i,
.custom-padding .lang-currency-wrap .currency-selector.footer-select button i {
  position: absolute;
  top: 12px;
  right: 12px;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select button:focus,
.custom-padding .lang-currency-wrap .currency-selector.footer-select button:focus {
  border: 1px solid #dbdbdb;
  box-shadow: unset !important;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select ul.dropdown-menu,
.custom-padding .lang-currency-wrap .currency-selector.footer-select ul.dropdown-menu {
  width: 100% !important;
  min-width: unset !important;
  max-height: 200px;
  overflow: auto;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select ul.dropdown-menu .dropdown-item:hover,
.custom-padding .lang-currency-wrap .currency-selector.footer-select ul.dropdown-menu .dropdown-item:hover {
  background-color: #0884C7 !important;
  color: #fff !important;
}

.custom-padding .lang-currency-wrap .language-selector.footer-select button.btn.bg-white.dropdown-toggle.show i,
.custom-padding .lang-currency-wrap .currency-selector.footer-select button.btn.bg-white.dropdown-toggle.show i {
  -webkit-transform: rotatex(180deg);
          transform: rotatex(180deg);
}

.site-logo {
  width: 180px;
  height: 50px;
}

.listing_details {
  color: #333333;
}

.listing_details .btn {
  border-radius: 4px;
  padding: 8px 15px;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #484848;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
}

.listing_details .btn_grid {
  display: grid !important;
  grid-template-columns: minmax(250px, -webkit-min-content) 120px 100px;
  grid-template-columns: minmax(250px, min-content) 120px 100px !important;
}

@media (max-width: 767px) {
  .listing_details .btn_grid {
    display: block !important;
  }
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.nav-input-child .dropdown-menu.suggest-location-div {
  border: 1px solid #8080800f !important;
  box-shadow: 0px 2px 10px #0000001a;
  border-radius: 20px !important;
  margin-top: 5px !important;
}

.banner-item-search .dropdown-menu.custom-dropdown-ul .suggest-location {
  padding: 0 23px !important;
  border: 1px solid #8080800f !important;
  box-shadow: 0px 2px 10px #0000001a;
  border-radius: 20px !important;
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
  padding: unset;
  margin-bottom: unset;
  /* width */
  /* Track */
  /* Handle */
}

.banner-item-search .dropdown-menu.custom-dropdown-ul .suggest-location::-webkit-scrollbar {
  width: 6px;
  overflow: hidden;
}

.banner-item-search .dropdown-menu.custom-dropdown-ul .suggest-location::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 35px;
  border: 1px solid #80808012;
}

.banner-item-search .dropdown-menu.custom-dropdown-ul .suggest-location::-webkit-scrollbar-thumb {
  background: #88888845;
  border-radius: 50px;
}

.banner-item-search .google-nav-result li.active {
  background-color: #27AAE1;
  color: #222222;
  border-radius: 5px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.btn_state_grid.btn:active {
  border-color: unset !important;
}

.btn_grid.btn:focus {
  box-shadow: unset !important;
}

.btn_grid.btn:active {
  border-color: unset !important;
}

.btn.btn-primary.rounded.font-weight-bold {
  background-color: #27AAE1;
}

@media screen and (max-width: 576px) {
  .custom-dropdown-ul.mob-view.show {
    width: 100%;
  }
}

.error-parent:has(.hero_show_search_error.d-none) #hero-location-nav::-webkit-input-placeholder {
  color: #565a5c !important;
}

.error-parent:has(.hero_show_search_error.d-none) #hero-location-nav::-moz-placeholder {
  color: #565a5c !important;
}

.error-parent:has(.hero_show_search_error.d-none) #hero-location-nav:-ms-input-placeholder {
  color: #565a5c !important;
}

.error-parent:has(.hero_show_search_error.d-none) #hero-location-nav::-ms-input-placeholder {
  color: #565a5c !important;
}

.error-parent:has(.hero_show_search_error.d-none) #hero-location-nav::placeholder {
  color: #565a5c !important;
}

.error-parent:has(.hero_show_search_error) #hero-location-nav::-webkit-input-placeholder {
  color: transparent !important;
}

.error-parent:has(.hero_show_search_error) #hero-location-nav::-moz-placeholder {
  color: transparent !important;
}

.error-parent:has(.hero_show_search_error) #hero-location-nav:-ms-input-placeholder {
  color: transparent !important;
}

.error-parent:has(.hero_show_search_error) #hero-location-nav::-ms-input-placeholder {
  color: transparent !important;
}

.error-parent:has(.hero_show_search_error) #hero-location-nav::placeholder {
  color: transparent !important;
}

.close-btn-footer .btn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  z-index: 100;
  color: #565a5c;
  padding: 6px 12px;
  border: 1px solid #484848;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.pointer-event-none {
  pointer-events: none;
}

#announcementModal .modal-content {
  overflow: hidden !important;
}

.filter-modal .search-dest-div input {
  background: transparent !important;
}

.modal-open .modal {
  overflow: hidden !important;
}

.home-footer-ctl footer.footer-section .container {
  max-width: 1080px;
  padding-right: 80px;
  padding-left: 80px;
}

.max-w-780x {
  max-width: 780px !important;
}

.nav-inputs .nav-input-flex .d-flex.align-items-center.justify-content-between .location-padd::after {
  content: unset !important;
}

.home {
  margin-top: 170px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.language-selector1 .language-selector select {
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px #ccc;
  height: 45px;
}

