:root {
  --black: #000000;

  --primary: #85754E;

  --secondary: #8E8E8E;

}


.font-light {
  font-weight: 300;
}




.bg-black {
  background: #000;
}

.bg-brown {
  background: var(--primary);
}

.bg-grey {
  background: #f2f2f2;
}

.bg-dgrey{
  background: #eee;
}

.underline {
  color: #000;
  text-decoration: underline;
}




.text-black {
  color: #333;
}


.text-brown {
  color: var(--primary);
}

.text-grey {
  color: var(--secondary);
}





html {
  scroll-behavior: unset;
}

html.blackTheme {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

body,
html {
  width: 100%;
  height: 100%;
  color: #8E8E8E;

  font-size: 12.5px;
  line-height: 1.4rem;

  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;

}

main {
  overflow: hidden;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

/* section {
  overflow: hidden;
} */



hr {
  border-top: 1px solid #e9e9e9;
  opacity: 1;
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}

a:hover {
  color: #000;
}


h1.large {
  font-size: 10rem;
  line-height: 10rem;

  font-weight: 500;
  font-style: normal;
}


strong {
  font-weight: 500;
  font-style: normal;
}

.bold{
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Lato", sans-serif;;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}

.fonts-basic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.text-white h2 {
  color: #fff;
}


h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: var(--primary);

}



h3 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

h3.small {
  font-size: 2.2rem;
}

h3 small {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: normal;
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

h5.small {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;

}

h6 {
  font-size: 1.25rem;
}



p {
  font-size: 1.325rem;
  line-height: 2.0625rem;
}

p.large {
  font-size: 1.875rem;
  line-height: 2.25rem;

}

p.small {
  font-size: 1.2rem;
  line-height: 1.8rem;
}



ul.content {
  padding-left: 20px;
}

ul.content li {
  margin-bottom: 15px;
}

ul.content strong {
  font-weight: 600;
}


figure {
  margin: 0px;
}




.border-grey {
  border: 1px solid #e5e5e5;
}

.round {
  border-radius: 10px;
  overflow: hidden;
}








.img-shadow figure,
.shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}

.btn-explore {
  font-weight: 300;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.btn-explore span {
  font-size: 9px;
  line-height: 10px;
}

.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
  color: var(--bs-btn-active-color);
  background-color: var(--primary);
  border-color: var(--primary);
}


/* .btn-check:checked+.btn-explore,
.btn-explore.active,
.btn-explore.show,
.btn-explore:first-child:active,
:not(.btn-check)+.btn-explore:active{
  border: 0px;
} */




.letter-spacing {
  letter-spacing: 2px;
}




.text-white p {
  font-weight: 400;
}

.text-white a {
  color: #fff;
}

hr.thick-line {
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}





.btn-primary {
  background: transparent;
  font-size: 1.2rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 14px 18px;
  color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
  z-index: 1;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff;
  background: #a38f5c;
  text-decoration: none;
  border: 1px solid var(--primary);

}


.btn-brown {
  background: var(--primary);
  font-size: 1.2rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 14px 18px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid var(--primary);
  z-index: 1;
  text-decoration: none;
}

.btn-brown:hover {
  color: var(--primary);
  background: transparent;
  text-decoration: none;
  border: 1px solid var(--primary);

}

/* .btn-white {
  background: rgba(255,255,225,0.1);
  color: #fff;
  border: 1px solid #fff;
} */

.property-mgt {
  padding: 7px 18px;
  display: flex;
  align-items: center;
}

.btn-small {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.2rem;
}



.btn-reset {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  font-weight: bold;
  color: var(--primary);
}

.btn-reset i {
  margin-right: 5px;
}


.btn-transparent:after {
  background: transparent;
  width: 0%;
}

.btn-transparent:hover:after {
  width: 100%;
  background: var(--primary);
}

.btn-transparent {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-transparent:hover {
  border: 2px solid var(--primary);
  color: #fff;
}





.btn-secondary {
  background: #fff;
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  border: 1px solid #fff;
  background: var(--primary);
  color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}



.input-group .btn {
  border: 0;
}



.world-travel-award {
    margin: 0 0 190px 0 !important;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
    overflow: hidden;
    border: 0 solid #363636;
    border-radius: 100px;
    visibility: visible;
    transition: none !important;
    background-color: #f9f9f9;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world-travel-award img {
    padding: 10px
}

.vote-for-us {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 16000160 !important;
    position: fixed !important;
    margin-bottom: 63px;
    bottom: 190px !important;
    right: 20px;
}

.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 10;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}


.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 1%;
  background: var(--primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 28px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 48px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 46px;
  background-color: var(--primary);
  z-index: 5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


/*----------------- Header -------------------*/

header {
  position: relative;
  width: 100%;
  z-index: 6;
  padding: 10px 0 0px;

}

header.fixedTop {
  animation: smoothScroll 0.5s forwards;
  z-index: 5;
  background: rgba(255,255,255,0.9);
  padding: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  position: fixed;

  padding-top: 8px;
}

header.fixedTop .main-menu .dropdown-toggle {
  margin-top: 6px;
}

body.fixedTop-padding{
  padding-top: 95px;
}

.navbar-nav a.btn-black {
  padding: 20px 20px 20px 20px !important;
}

.btn-black::after {
  background: #333;
}

.navbar-nav a.btn-primary {
  padding: 14px 18px !important;
}



.navbar-nav a.btn-black {
  padding: 20px 10px 20px 10px !important;
}




.navbar-brand img {
  width: 220px;
}


.navbar-nav {
  align-items: center;
}

.navbar-nav a {
  font-size: 1.125rem;
  margin: 0 6px;
  position: relative;
  letter-spacing: 0.2px;
}

.navbar-nav a span {
  width: 40px;
  border-top: 3px solid #000;
  display: block;
  height: 6px;
  margin-top: 5px;
}

.navbar-nav .btn-primary img {
  margin-top: -4px;
}



.navbar-nav a.active {
  font-weight: bold;
}

.navbar-nav a.show::before,
.navbar-nav a:hover::before,
.nav-link.active::before {
  content: "";
  height: 4px;
  background: var(--primary);
  display: block;
  bottom: -10px;
  position: absolute;
  width: calc(100% - 12px);
}

.navbar-nav a:nth-child(6):hover::before,
.navbar-nav a:last-child:hover::before {
  display: none;
}


.navbar-nav ul.mobile-menu {
  padding: 0;
  text-align: right;
  list-style: none;
}

.navbar-nav ul.mobile-menu a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  font-size: 1.3rem;
}

.navbar-nav>ul.mobile-menu {
  display: none;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  background: rgba(240,240,240,0.9);
  border-radius: 4px;
  border-color: var(--primary);
}

.navbar-nav a.show{
  position: relative;
}




.navbar .dropdown-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 15px;
  display: block;
}

.navbar .dropdown-menu li a:hover{
  background: var(--primary);
  color: #fff;
}

.dropdown-menu[data-bs-popper] {
  top: calc(100% + 10px);
  left: calc( var(--bs-navbar-nav-link-padding-x) + 6px );
}





@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}



#side-menu .modal-header {
  border: 0;
  color: #fff;
}

#side-menu .btn-close {
  background: none;
  opacity: 1;
}

#side-menu i {
  font-size: 2rem;
  color: #fff;
}

#side-menu .modal-content {
  background: transparent;
  border: 0;
}


#side-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

#side-menu ul li {
  margin: 20px 0;
}

#side-menu ul li a {
  border: 1px solid #fff;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 300px;
}


#side-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

#side-menu ul li {
  margin: 0 auto;
  padding-bottom: 20px;
}

#side-menu ul li:hover a {
  transform: scale(1.05);
  background: rgb(255, 255, 255, 0.15);
}


.offcanvas {
  background: rgba(255,255,255, 0.8);
  backdrop-filter: blur(2px);
}

.offcanvas.offcanvas-end {
  width: 65%;
  display: grid;
  align-content: center;
  padding-right: 100px;
  gap: 29px;
}

.offcanvas .btn-close {
  font-size: 1.5rem;
  margin-left: auto;
}

.sidenav ul {
  list-style: none;
}

.sidenav ul li {
  margin: 15px 0px;
  float: right;
  clear: right;
  position: relative;
}

.sidenav ul li::after {
  content: "";
  position: absolute;
  width: 0%;
  display: block;
  right: 0;
  bottom: -12px;
  border-bottom: 2px solid var(--primary);
}

.sidenav ul li:hover::after {
  width: 100%;
}

.sidenav li a {
  display: block;
  color: var(--primary);
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
}

.sidenav li:hover a {
  font-weight: 400;
}




.right-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  background: rgba(133, 117, 78, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 90px;

}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}



.news-ticker .slick-track {
  display: flex;
}

.news-ticker .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  /*justify-content: center;*/
}

.news-ticker .fa-angle-left {
  display: none;
}

.news-ticker .fa-angle-right {
  position: absolute;
  right: 0px;
  top: 2px;
}

.news-ticker .slick-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#searchform {
  margin-left: auto;
  margin-bottom: 0px;
}

#searchform button {
  background: none;
  border: 0;
  color: #fff;
}


.search-top {
  width: 230px;
  padding: 10px;
}


.search-top input,
.search-top .input-group-text {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
}

.search-top input::placeholder {
  color: #fff;
}


.banner-slider .slick-slide {
  position: relative;
  color: #fff;
  height: auto;
}

.banner-slider .btnPrev {
  left: 15px;

}


.banner-slider .btnNext {
  right: 15px;
}

.banner-slider h2 {
  color: #fff;
}






.btnPrev, .btnNext {
  position: absolute;
  top: 50%;
  left: -65px;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: -10px;
}

.btnNext {
  left: auto;
  right: -65px;

  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}


.btnPrev i::before,
.btnNext i::before {
  color: var(--primary);
}


.video-nav .btnPrev i::before,
.video-nav .btnNext i::before,
.banner-slider .btnPrev i::before,
.banner-slider .btnNext i::before {
  color: #fff;
}

.banner-slider div {
  position: relative;
}

/* .banner-slider .slick-slide .load-slide {
  background: var(--black);
  position: absolute;
  bottom: 0px;
  display: block;
  width: 0%;
  height: 6px;
  z-index: 4;
} */



.banner-slider figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  gap: 15px;
}

.banner-slider h2 {
  font-size: 3rem;
  line-height: 3rem;
}


.banner-slider.subpage figcaption {
  justify-content: end;
  padding-bottom: 50px;
}

/* .banner-slider figcaption img {
  max-width: 150px;
} */



.banner-slider .slick-active figcaption {
  /*animation-name: zoomIn;
  animation-duration: 1s;*/

  animation-name: fade-Up;
  animation-duration: 2s;
  opacity: 1;

  background: rgba(0, 0, 0, 0.25);

}

.banner-slider figcaption h2,
.banner-slider figcaption p {
  margin: 20px auto;;

}

.banner-slider figure img {
  height: 620px;
  object-fit: cover;
  object-position: center center;
}

.banner-compact figure img {
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
}

.banner-searchpanel figure img {
  max-height: 600px;
  object-fit: cover;
  object-position: center center;
}





/* .banner-slider .slick-active figcaption>div>div {
  animation-name: fade-Up;
  animation-duration: 1.5s;
  opacity: 1;
  position: relative;

}

@keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -40px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}



@-webkit-keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -40px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}*/

.fade-Up {
  -webkit-animation-name: fade-Up;
  animation-name: fade-Up;
}

@keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -40px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}



@-webkit-keyframes fade-Up {

  0% {
    bottom: 0px;
    opacity: 0;
  }

  50% {
    bottom: -40px;
    opacity: 0;
  }

  90% {
    bottom: 0px;
    opacity: 1;
  }

}

.search-panel .t-datepicker{
  max-width: unset;
}

.t-dates {
  padding: 18px 15px 18px 20px;
  height: 53px;
  box-sizing: border-box;
  color: var(--primary);
}

.t-check-in,
.t-check-out {
  border: 0;
}

.t-check-out>div {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #e6e6e6;
}

.t-check-in>div {
  border-radius: 4px 0 0 4px;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  top: 17px;
  left: 42px;
  opacity: 1;
}


.t-single .t-dates {
  padding: 13px 5px 5px 14px;
  background: #fff;
  height: 45px;
  border-radius: 4px;
}

.t-single .t-date-info-title {
  top: 13px;
}

/* .form-select {
  height: 54px;
  border: 0;
  padding-bottom: 0px;
  border-right: 1px solid #e7e7e7;
  border-radius: 0;
  background: transparent;

} */

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.form-select,
.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title,
.form-control::placeholder,
.form-select::placeholder {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
}

.select2-container--open .select2-dropdown--below,
.t-datepicker-day.t-datepicker-days,
.guests-dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px !important;
}

.search-panel {
  position: absolute;
  inset: 0;
  top: auto;
  bottom: 50px;

  background: rgba(255,255,255,0.95);
  border-radius: 5px;
  padding: 10px;

  width: 65%;
}

.search-panel.subpage {
  position: relative;
  bottom: auto;
  width: 100%;
}

.filter-panel{  border-top: 1px solid #e7e7e7;}
.filter-panel .ui-slider-horizontal{ height: .7em;}
.filter-panel .ui-widget.ui-widget-content{border: 1px solid #c5c5c5;}
.filter-panel .ui-widget-header{ background: #ffffff;}
/* Corner radius */
.filter-panel .ui-corner-all,
.filter-panel .ui-corner-top,
.filter-panel .ui-corner-left,
.filter-panel .ui-corner-tl {
	border-top-left-radius: 15px;
}
.filter-panel .ui-corner-all,
.filter-panel .ui-corner-top,
.filter-panel .ui-corner-right,
.filter-panel .ui-corner-tr {
	border-top-right-radius: 15px;
}
.filter-panel .ui-corner-all,
.filter-panel .ui-corner-bottom,
.filter-panel .ui-corner-left,
.filter-panel .ui-corner-bl {
	border-bottom-left-radius: 15px;
}
.filter-panel .ui-corner-all,
.filter-panel .ui-corner-bottom,
.filter-panel .ui-corner-right,
.filter-panel .ui-corner-br {
	border-bottom-right-radius: 15px;
}

.filter-panel .ui-slider .ui-slider-handle {
  width: 1em;
  height: 1em;
  border: 1px solid var(--primary) !important;
  background: var(--primary) !important;
}
.filter-panel .ui-slider .ui-slider-handle:focus-visible{outline: none;}
.filter-panel .ui-slider-horizontal .ui-slider-handle{
  top: -.2em;
}
.price-range, .room-type, .sort-by {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-range .form-label{
  font-size: 1.2rem;
}

.price-range .form-range {
  width: 250px;
}

.price-range > div {
  width: 225px;
  padding-top: 10px;
}

input[type="range"]::-moz-range-progress {
  background-color: var(--primary);
}
input[type="range"]::-moz-range-track {
  background-color: #ccc;
}
input[type="range"]::-ms-fill-lower {
  background-color: var(--primary);
}
input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}

.room-type{
  justify-content: center;
}

.sort-by{
 justify-content: end;
}

/* .filter-title{
  display: none;
} */

.filter-title a{
  text-decoration: none;
}

.filter-title h5{
  margin: 0;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

.filter-title i{
  font-size: 1.8rem;
}

.filter-panel h5{
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
}

.filter-panel .form-select {
  width: 240px;
  padding: 10px;
  border: 0px;
}

.filter-title .fa-rotate {
  font-size: 1.6rem;
}

.filter-title .fa-xmark{
  display: block;
}

.filter-title .fa-sliders{
  display: none;
}

.modal-backdrop.fade {
  z-index: 3;
}


.map-view iframe{
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px !important;
}

.map-view{
  position: relative;
}

.map-view .btn-brown{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 4;
}

.map-view .btn-brown:hover{
  background: #fff;
}




.form-checkout {
  background: url(../images/trending-promotions-bg.jpg) no-repeat center top;
  padding-bottom: 6.25rem;
}

.checkout-form .card{
  height: 100%;
}

.card {
  background: rgba(234,234,234,0.9);
  border: 0px;
}

.card-header {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card h4 {
  font-size: 1.6rem;
}

.form-control:focus {
  border-color: var(--primary);
}

.resrv-details {
  list-style: none;
  padding-left: 0;
}
.resrv-details h4 {
  color: var(--primary);
}
.resrv-details h4 small {
  display: block;
  color: #333;
  font-size: 1.3rem;
}

.resrv-details li {
  border-bottom: 1px dashed #666;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.resrv-details li:last-child {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.resrv-details li h4:nth-child(2) {
  text-align: right;
}

.tax-details {
  list-style: none;
  padding: 0 5px;
  background: var(--primary);
  color: #fff;
}
.tax-details li {
  display: flex;
  justify-content: space-between;
}
.tax-details li p {
  margin: 10px 6px;
}


.tax-details li p:last-child {
  font-weight: 700;
}

.card h3 {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: var(--primary);
  font-size: 2rem;
  margin-top: 25px;
}

.card h3 small {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
}



.form-label{
  font-size: 1.3rem;
}

.form-select,
.form-select::placeholder,
.form-control,
.form-control::placeholder{
  font-size: 1.2rem;
  padding: 10px;
}

.input-group > .form-select{
  flex: unset;
  width: 100px;
}

.coupon{
  width: 160px;
  padding: 10px;
  text-align: center;
  border: 1px dashed var(--primary);
}

/* input[type=text],input,
input::placeholder{
  font-size: 1.6rem;
}

 */


/* #showMap {
  z-index: 4;
}

#showMap iframe{
  z-index: 2;
}


.show-map {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;

}

.show-map .btn-primary{
  background: #fff;
}

.show-map .btn-primary:hover{
  background: var(--primary);
  border-color: #fff;
} */




.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

/* .select2-container {
  width: 100% !important;

} */

.select2-container {
  display: block;
}

.select2-search {
  display: none !important;
}

.select2-container--default .select2-selection--single,
.guests .form-control {
  border: 0px;
  border-right: 1px solid #e7e7e7;
  background: transparent;
  font-size: 1.2rem;
  color: #666;
  padding: 12px 10px 8px 10px;
  border-radius: 0px;
  height: 53px;
}

.t-check-out > div {
  border-radius: 0;
  border-right: 1px solid #e7e7e7;
}

.guests {
  position: relative;
}

.guests i {
  position: absolute;
  z-index: 3;
  top: 6px;
  right: 20px;
  font-size: 1.5rem;
  padding: 10px 10px 10px 5px;
}



.guests-dropdown{
  padding:  13px;
}

.guests-dropdown a {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration:  none;

}

.guests-dropdown > a {
  width: 100%;
  display: block;
}

.guests-dropdown .dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  border: 0px;
  margin-top: 10px !important;
}

.guests-dropdown .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.guests-dropdown .dropdown-menu li:last-child{
  border: 0px;
}

.guests-dropdown .dropdown-menu li h4 {
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.guests-dropdown .dropdown-menu li h4 small {
  display: block;
  color: #777;
}

.guests-dropdown .dropdown-menu li span {
  width: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.guests-dropdown .dropdown-menu li span i {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.guests-dropdown .dropdown-menu li span p {
  margin: 0;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-box {
  position: relative;
}

.select2-box .icon-location {
  position: absolute;
  font-size: 2rem;
  z-index: 2;
  top: 16px;
  right: 16px;
}

.select2-results__option,
.select2-results__options {
  font-size: 1.2rem !important;

}


.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--primary);
  margin-bottom: 14px;

}

.select2-dropdown {
  border: 0px;
  border-radius: 10px;
  padding: 10px;

  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.20);
}

.select2-results ul li {
  margin-bottom: 8px;
}

.select2-results .fa-building {
  color: var(--primary);
  margin-right: 6px;
}

.select2-selection__clear {
  color: #fff;
  background: var(--primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 19px;
  margin: 3px 10px 0 0;
  display: none;
}


.search-panel .btn-primary i {
  font-size: 1.5rem;
}

.search-panel .btn-primary {
  background: var(--primary);
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid var(--primary);
}

.search-panel .btn-primary:hover{
  background: #fff;
  color: var(--primary);

}

.btn-white{
  background: #fff;
}

.btn-white:hover{
  background: var(--primary);
  border-color: #fff;
}


.form-floating {
  overflow: hidden;
}





/* --------------- popup form -------------- */


.modal .select2-container--default .select2-selection--single,
.modal  .t-check-out > div{
    border: 0px !important;
  }

  .modal .select2-box,
  .modal .t-datepicker,
  .modal .guests-dropdown{
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 15px;
  }

  .modal .btn-close{
     opacity: 1;
  }

  .modal .guests-dropdown > a {
    padding: 4px 5px;
  }








.breadcrumb {
  font-size: 1.2rem;
  border-bottom: 1px solid #e7e7e7;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "|";
  padding-right: 15px;
}

.breadcrumb-item{
  padding-right: 15px;
  padding-left: 0 !important;

}

.breadcrumb-item.active {
  padding-right: 15px;
  color: var(--primary);
  font-weight: bold;
}

.mid-text h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.mid-text {
  text-align: center;
  border: 1px solid var(--primary);
  padding: 4rem;
  background: #fff;
  color: var(--primary);
}


.vline {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  left: 0;
  top: 0;
}

.vline::before,
.vline::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
}

.vline::after {
  top: auto;
  bottom: 0;
}

.ball {
  position: absolute;
  left: 0;
  top: 100px;
  width: 80px;
}

.link-arrows {
  display: flex;
  flex-direction: column;
  text-decoration:
    none;
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.link-arrows i:last-child {
  margin-top: -10px;
}



.bg-section-pattern1 {
  background: url("../images/pattern.png") center top no-repeat;
  background-size: 100% auto;

}

.bg-section-pattern3 {
  background: url("../images/pattern3.png") center top no-repeat;
  background-size: 100% 100%;

}

.bg-section-pattern4 {
  background: url("../images/pattern.png") center top no-repeat;
  background-size: cover;

}

.bg-section-img01 {
  background: url("../images/bg-img-01.jpg") center top no-repeat;
  background-size: cover;
  height: 800px;
}


.about-panel {
  position: relative;
  width: 100%;

}

.about-panel figcaption {
  color: white;
  font-size: 1.875rem;

}




.about-panel>div {
  position: absolute;
  text-align: center;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.about-panel>div figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  text-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Lato", sans-serif;;
  font-size: 1.875rem;
}

.about-panel>div:nth-child(1) {
  background: #8E8E8E;
  width: 100px;
  height: 200px;
  z-index: 2;
  left: 7%;
  border-radius: 8px;
}

.about-panel>div:nth-child(2) {
  background: var(--primary);
  width: 150px;
  height: 150px;
  z-index: 3;
  right: 29%;
  bottom: 23%;
  border-radius: 8px;
}

.about-panel>div:nth-child(3) {
  width: 89%;
  top: 24px;
  z-index: 3;
  left: 11%;
}

.about-panel>div figure img {
  width: 100%;
}

.about-panel>div:nth-child(4) {
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 65%;
}








@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}


.slick-prev::before,
.slick-next::before {
  font-size: 25px;
  color: var(--black);
  opacity: 1;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}


.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-slider .slick-dots {
  bottom: 20px;
  background: rgba(255,255,255,0.4);
}



.slick-dots {
  left: 0;
  bottom: 0px;
}

.slick-dots{
  background: rgba(0,0,0,0.1);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 17px;
  padding: 0px 4px 3px 7px;
}


.slick-dots li button::before {
  background: #fff;
  content: "";
  font-size: 10px;
  opacity: 1;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}



.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}


.promotion {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.promotion figure img {
  max-height: 400px;
  object-fit: cover;
}


.promotion figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  text-align: left;
  align-items: end;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.promotion figcaption h2{
  color: #fff;

}


.promotion figcaption i {
  color: #fff;
  font-size: 5rem;
}




.our-property-slider.detail-box,
.trending-promotion-slider.detail-box {
  margin: 0 -15px;
}

.detail-box .slick-active {
  animation-name: zoomIn;
  animation-duration: 1s;
  opacity: 1;
}


.detail-box .slick-slide {
  padding: 15px;
  overflow: hidden;
  position: relative;

}

.detail-box .box {
  position: relative;
  border: 0px;
}

.detail-box figure {
  overflow: hidden;
  margin-bottom: 0px;
}

.detail-box figure span {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 35px;
  background: #fff;
  border-radius: 8px 0px 0px 8px;
  padding: 6px 10px;
  color: var(--primary);
  font-weight: bold;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);

  display: none;
}

.detail-box figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}



.detail-box aside {
  min-height: 180px;
  padding-bottom: 25px;
}




.detail-box aside::before {
  content: "";
  position: relative;
  display: block;
  height: 40px;
  margin-top: -40px;
  background: rgba(0,0,0,0.4);
}

.detail-box .box{
  border-bottom: 1px solid #eee;
}

.detail-box .box::after {
  content: "";
  background: #000;
  z-index: 7;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  z-index: 4;
}

.detail-box .box:hover::after{
  width: 100%;

}

.detail-box aside span {
  top: -32px;
  position: relative;
  color: #fff;
  padding-left: 15px;
}

.detail-box aside span i {
  margin-right: 5px;
}


.detail-box aside h3 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Lato", sans-serif;

}

.detail-box aside h3 a{
  text-decoration: none;
  color: var(--primary);
}

.detail-box .box:hover aside h3,
.detail-box .box:hover aside h3 a {

  color: var(--black);
}

.detail-box h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0;
}

.detail-box h4 small {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.detail-box h5 {
  font-size: 1.3625rem;
  line-height: 1.675rem;
  margin: 0;
}

.detail-box h5 small{
font-size: .65em;
}

.detail-box h5.line-through {
  text-decoration: line-through;
  color: #666;
}

.detail-box aside ul {

  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #4E4D4D;
  display: flex;

  list-style: none;
  padding: 0;
  gap: 20px;

  margin: 20px 0;

}

.detail-box aside ul li {
  border-right: 1px solid #ccc;
  padding-right: 15px;
}

.detail-box aside ul li:last-child{
  border: 0px;
}

.detail-box aside li i {
  font-size: 13px;
  color: #666;
}





.detail-box .btn-primary {
  font-size: 1rem;
  line-height: 0.5rem;
  padding: 15px 20px;
}


.our-property-slider,
.trending-promotion-slider{
  padding-bottom: 3rem;
}




.trending-promotion {
  background: url(../images/trending-promotions-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 6.25rem;
}

.trending-promotion-slider aside {
  background: rgba(255,255,255,0.7);
  padding: 18px;
}

.trending-promotion-slider aside::before{
  display: none;
}

.trending-promotion-slider .slick-track {
  margin-left: 0;
}

.slick-dots li.slick-active button::before {
  background: var(--primary);

}



.bg-section-pattern2 {
  background: url(../images/pattern2.png) top center no-repeat;
  background-size: contain;
  background-color: var(--primary);

}


/* .stay-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.stay-box figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  text-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Alice", serif;
  font-size: 40px;
}

.stay-box:hover figcaption {
  background: rgba(0, 0, 0, 0.1);

}

.stay-box figcaption i {
  color: #fff;
  font-size: 5rem;
} */




.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}





.video-nav {
  position: absolute;
  bottom: 30px;
  right: 15%;
  left: 15%;
}

.video-nav .slick-current {
  position: relative;
}

/* .video-nav .slick-current::before {
  content: "";
  border-style: solid;
  border-width: 0px 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  position: absolute;
  top: -25px;
  margin-left: -13px;
}

.video-nav .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid #fff;
  top: -11px;
  position: absolute;
  border-radius: 8px;
  height: 20px;
} */

.video-nav .slick-slide {
  margin: 30px 40px 15px;
  position: relative;
}

.video-nav .slick-slide img {
  border-radius: 6px;
  border: 1px solid #fff;
  height: 160px;
  object-fit: cover;
  filter: grayscale(1);
}

.video-nav .slick-slide.slick-current img {
  filter: grayscale(0);
  height: 180px;
  margin-top: -10px;
}

.video-nav .slick-slide.slick-current h4{
  margin-top: -10px;
  font-weight: 700;

}

.video-nav .slick-slide h4 {
  position: absolute;
  inset: 1px;
  text-align: center;
  align-items: center;
  display: grid;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.video-nav .slick-prev::before,
.video-nav .slick-next::before {
  font-size: 30px;
  color: #fff;
  opacity: 1;
  z-index: 4;
}


.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}


.video-height {
  min-height: 600px;
}


.video-play {
  position: relative;
}

.video-height iframe,
.video-play .slick-slide img {
  height: 650px;
  object-fit: cover;
}

@media screen and (min-width: 1900px) {

  .video-height iframe,
  .video-play .slick-slide img {
    height: 1000px;
    object-fit: cover;
  }

}



/* .video-play .slick-slide {
  background: #000;
}

.video-play .slick-slide img {
  opacity: 0.8;
  filter: blur(3px);
} */

.video-play i {
  position: absolute;
  display: grid;
  inset: 0;
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}





/* .testimonial-section {
  background: url(../images/pattern.png) top center no-repeat;
  background-size: contain;

} */

.testimonial-slider {
  padding: 0 120px;
}




.testimonial-slider .slick-slide {
  padding-top: 40px;
}

.testimonial-slider .slick-active {
  animation-name: zoomIn;
  animation-duration: 1s;
  opacity: 1;
}

.testimonial {
  align-items: center;
}

.testimonial h3 {
  color: var(--primary);
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

.testimonial p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

.stars {
  margin-bottom: 20px;
}

.stars i {
  font-size: 20px;
  color: #E3AB1A;
}

.stars i.unchecked {
  color: #E0E0E0;
}

#feedbackForm #message {
  padding-top: 30px;
}


.testimonial figure {
  border-radius: 10px;
  width: 250px;
  height: 170px;
  overflow: hidden;
  display: none;
}

.testimonial figure img {
  width: 100%;
  height: 100%;
}

.shadow {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
}






.breadCrumbs ul {
  padding: 0;
}

.breadCrumbs li {
  position: relative;
  padding-right: 1em
}

.breadCrumbs li:not(:last-child):after {
  content: "\f105";
  position: absolute;
  right: -2px;
  top: 1px;
  font-family: 'font awesome 5 free', fontawesome;
  text-transform: none
}

.breadCrumbs li a {
  text-decoration: none;
}

.breadCrumbs li:last-child {
  font-weight: 400;
}


ul.favourite {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

ul.favourite a {
  text-decoration: none;
}

ul.favourite li:hover a {
  color: #F7F6F2;
}

ul.favourite li:hover {
  background: #333;


}

ul.favourite li {
  background: #F7F6F2;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
}







/* .image-gallery::after {
  content: "";
  flex-grow: 999;
}

.image-gallery div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 4px;
} */




.property-images .slick-slide{
  padding: 0 5px;
}

.property-images .slick-slide > div > div{
  position: relative;
}

.property-images .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-images .slick-slide > div:hover .overlay {
  transform: scale(1);
}

.property-images span {
  font-size: 1.5rem;
  font-weight: 700;
}

.property-images a img{
  height: 280px;
}

.links-underline {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.links-underline li a {
  text-decoration: none;
  padding: 10px 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #8E8E8E;
  font-size: 1rem;
  letter-spacing: 2px;
}

.links-underline li a::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}

.links-underline li a.active {
  color: var(--primary);
}

.links-underline li a.active::after {
  border-bottom: 3px solid var(--primary);
}





.facilities {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  color: #333;
  flex-wrap: wrap;
  margin-top: 10px;
}

.facilities li i {
  margin-right: 6px;
}

.related-property h5{
  font-size: 1.3rem;
  color: #333;
}

.related-property h4{
  font-size: 1.5rem;
}

.related-property h5 i{
  font-size: 1.1rem;
  margin-right: 5px;
}

/* ul.features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.features li {
  text-align: center;
  font-size: 1.2rem;
  color: var(--primary);
  display: flex;
  flex-direction: column;

}

ul.features.icon-images li{
  font-size: 1.2rem;
  line-height: 1.5rem;
  max-width: 100px;
}

ul.features li img {
  border: 1px solid #DBD4C4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  align-self: center;
  padding: 10px;
  margin-bottom: 10px;
}

ul.features li i {
  border: 1px solid #DBD4C4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--primary);
  font-size: 1.8rem;
  align-self: center;
  padding: 12px;
} */


/*ul.features {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

ul.features li {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-basis: 115px;
}

ul.features li img {
  background: #DBD4C4;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  font-size: 2rem;
  align-self: center;
  padding: 12px;
}
*/

ul.features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.features li {
  text-align: center;
  font-size: 1.2rem;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  flex-basis: 100px;
}

ul.features.ico-images li{
  font-size: 1.2rem;
  line-height: 1.5rem;
  max-width: 100px;
}

ul.features li img {
  border: 1px solid #DBD4C4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  align-self: center;
  padding: 10px;
  margin-bottom: 10px;
}

ul.features li i {
  border: 1px solid #DBD4C4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--primary);
  font-size: 1.8rem;
  align-self: center;
  padding: 12px;
}

ul.features li p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
}

.price-panel{
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.prices {
  color: #333;
  list-style: none;
  padding-left: 0;
  font-size: 1.2rem;
}

.prices .form-check {
  gap: 8px;
  align-items: center;
}

.prices h4{
  margin: 0;
}

.prices li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
}

.prices li h5 {
  flex-shrink: 0;
}

.prices li h6 {
  font-size: 1.05rem;
  margin-left: 1.8rem;
}

.property-images .btnPrev,
.best-property-nav .btnPrev,
.img-slider .btnPrev {
  left: 5px;
  z-index: 2;
}

.property-images .btnNext,
.best-property-nav .btnNext,
.img-slider .btnNext {
  right: 5px;
}

#location iframe {
  border-radius: 4px;
}


/* .widget-form {

  border-radius: 12px;
  z-index: 2;
}

.widget-form .card-header {
  background: var(--primary);
  border-radius: 12px 12px 0 0;
  height: 48px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  align-items: center;
  display: flex;
  padding-left: 20px;
}

.widget-form .card-header i {
  font-size: 2.2rem;
  margin-right: 10px;
}

.widget-form .card-body {
  padding: 20px;
  color: #8E8E8E;
}

.widget-form .card-body hr {
  opacity: 0.5;
  margin: 20px auto;
}

.widget-form .card-body p {
  font-size: 1.25rem;
}

.widget-form select.form-select {
  color: #888;
  padding-left: 20px;
  background-color: #f3f3f3;
  background-position: right 1.5rem center;
  ;
}

.widget-form select.form-select option {
  background: #fff;
  color: #999;
  line-height: 3rem;

} */

.time-check {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  color: #000;
}

.time-check i {
  margin-right: 10px;
}

.time-check li {
  margin-bottom: 10px;
}

#slider-range {
  margin-left: 8px !important;
}



.t-check-out .t-datepicker-day {
  right: 0px;
  left: unset;
}



.best-property-slider figcaption {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 10px;
  background: var(--primary);
  text-align: center;
}

.best-property-slider .slick-slide{
  border-radius: 4px;
  overflow: hidden;

}


.best-property-slider .img {
  height: 200px;
  object-fit: cover;
}


.best-property-nav.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.best-property-nav {
  text-align: center;
}

.best-property-nav .slick-slide {
  color: var(--primary);
  font-weight: bold;
  font-size: 1.2rem;
}




.form-floating>label {
  left: 10px;
  color: #888;
  top: -2px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: transparent;
}


.form-floating .form-control,
.form-floating .form-select {
  background-color: #f3f3f3;
  border: 0px !important;
  height: 53px;
  padding: 12px;
  font-size: 1.375rem;
}

.form-floating .form-control {
  padding-left: 20px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.consultation-form .form-floating .form-control {
  padding-left: 10px;
}

.contact-form .form-floating .form-control {
  padding-left: 14px;
}

.contact-form .form-floating textarea.form-control {
  padding-top: 30px;
}

.contact-form .form-floating textarea.form-control~label {
  padding-left: 14px;
}

.widget-form select.form-select {
  padding-left: 20px;
  padding-top: 0px;
}

.widget-form select {
  font-size: 1.375rem !important;
  color: #888;
  padding-top: 8px !important;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input[type="radio"] {
  border-color: var(--primary);
}



.contact-wp a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: right;
  font-weight: bold;
}



.contact-wp i {
  font-size: 2.5rem;
  margin-right: 10px;
}



.link-availability {
  position: fixed;
  right: -125px;
  top: 68%;
  z-index: 6;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 2px;
  align-items: center;
  gap: 15px;
  background: var(--black);
  padding: 10px 10px 10px 18px;
  border-radius: 10px 0 0 10px;
  display:  none;
}


.link-availability.open,
.link-availability:hover {
  color: #fff;
  right: 0px;
}

.link-availability i {
  font-size: 2.2rem;
}




#modal-availability .modal-header, #single-availability-popup .modal-header {
  background: var(--primary);
  color: #fff;
  border-radius: 14px 14px 0 0;
}

#modal-availability .modal-header h2, #single-availability-popup .modal-header h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
}

#modal-availability .modal-dialog, #single-availability-popup .modal-dialog {
  max-width: 450px;
}

#modal-availability .modal-content, #single-availability-popup .modal-content {
  border-radius: 15px;
}






/* .filter-panel ul {
  list-style: none;
  padding: 0;

}



.filter-panel {
  border-right: 1px solid rgba(0, 0, 0, 0.3);

}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}





.filter-panel .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.filter-panel h5 {
  font-weight: 700;
  margin-bottom: 20px;
}



.filter-panel h5,
.filter-panel label {
  font-size: 1.25rem;
  color: #000;
}


.filter-nearby {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}

.filter-nearby select {
  width: 230px;
  background-color: #F4F4F4;
  border: 1px solid #CFCFCF;
  height: auto;
  padding: 10px 13px;
  color: var(--primary);
  font-weight: bold;
}

.room-types {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.form-range {
  width: unset;
}

.room-types button {
  border: 1px solid #cfcfcf;
}

.room-types button.active {
  color: #fff;
}

.room-types button:hover {
  background: var(--primary);
  color: #fff;
}


.list-number span {
  position: absolute;
  left: 0;
}

.list-number {
  position: relative;
  padding-left: 22px;
}



.listing-services {
  list-style: none;
  padding-left: 0;
}

.listing-services>li {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.listing-services li figure i {
  background: #d9d9d9;
  width: 70px;
  padding: 20px;
  border-radius: 50%;
  height: 70px;
  display: flex;
  font-size: 2.2rem;
  justify-content: center;
  align-items: center;
}

.listing-services li figcaption h3 {
  font-family: "Alice", serif;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.listing-services figcaption ul {
  list-style: disc;
}

.listing-services figcaption ul li::marker {
  color: var(--primary);
}


.check-validator.error-null {
  padding: 5px;
  margin-bottom: 0;
  border: 0;
  position: absolute;
  line-height: 1.8rem;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  border-radius: 4px;
  margin-top: 10px;
} */

.listing-services {
  list-style: none;
  padding-left: 0;
}

.listing-services>li {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.listing-services li figure i {
  background: #d9d9d9;
  width: 70px;
  padding: 20px;
  border-radius: 50%;
  height: 70px;
  display: flex;
  font-size: 2.2rem;
  justify-content: center;
  align-items: center;
}

.listing-services li figcaption h3 {
  font-family: 'Helvetica';
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.listing-services figcaption ul {
  list-style: disc;
}

.listing-services figcaption ul li::marker {
  color: var(--primary);
}












.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@keyframes zoomIn {

  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

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

@-webkit-keyframes zoomIn {

  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

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



.v-line {
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}


/* .clients-logos ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #bbb;
}

.clients-logos ul li img {
  max-height: 45px;
  max-width: 115px;
} */

.clients-logos {
  padding: 0 30px;
}

.clients-logos .slick-prev {
  left: 0;
}

.clients-logos .slick-next {
  right: 0;
}


.clients-logos img {
  width: 100%;
}

.clients-logos .slick-track {
  display: flex;
}

.clients-logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.slick-prev::before,
.slick-next::before {
  font-size: 25px;
  color: var(--primary);
  opacity: 1;
}





.consultation-form select.form-select {
  background-position: right 1rem center;
  padding-left: 12px;
}

.menu-open a {
  width: 100%;
  margin-bottom: 1px;
  text-decoration: none;
  padding: 5px 10px;
  width: 115px;
  color: #fff;
  border-radius: 5px;
  background-color: var(--primary);
}


.btn:focus-visible {
  background-color: var(--primary);
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

.btn-primary:disabled {
  background: var(--primary);
  border-color: var(--primary);
}

.btn.btn-primary.btn-sm.disabled {
  background: #dddddd;
  border-color: #ddd;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--primary) !important;
  color: white;
}

.select2-box p,
.t-datepicker p {
  position: absolute;
}


.search-panel .select2-box p,
.search-panel .t-datepicker p {
  position: absolute;
  color: red;
  background:rgba(255,255,255,0.8);
  padding: 1px 9px;
  bottom: -59px;
  top: auto;
  border-radius: 4px;
  border: 1px solid #fff;
}

.t-today .t-hover-day-content,
.t-today::after {
  display: none;
}

.select2-search {
  display: none !important;
}

.promotions-section {
  max-width: 1000px;
  margin: 1rem auto;
  text-align: center;
}

.promo-pic {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 10px;
}

.promo-pic img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

.promotions-section h3 {
  color: var(--primary);
}

.form-check-input[type="checkbox"] {
  border-color: #a4a4a4;
}

.offer-bx figcaption {
  text-align: left;
  align-items: flex-end;
  padding: 2rem;
}

.offer-bx figcaption h2 {
  color: #fff;
  max-width: 500px;
}

.btn.btn-outline {
  border: solid 1px #fff;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}

.open-btn {
  /* background-color: #EBBAB9; */
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
}


.menu-open {
  display: none;
}

.visibile {
  display: block;
}

.tool {
  background-color: #a38f5c;
  border: none;
  float: right;
  cursor: pointer;
  margin-top: 0.5em;
  margin-right: 0.2em;
}

.menu-open {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 99;

}

.menu-open a {
  width: 100%;
  margin-bottom: 1px;
  text-decoration: none;
  padding: 5px 10px;
  width: 140px;
  color: #fff;
  border-radius: 5px;
}

.menu-open a:hover {
  border-bottom: 0;
  /* background: var(--primary); */
  background: #000;
}

.menu-open a:hover::before {
  display: none;
}

.choose-listing {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.choose-listing li {
  width: 48%;
  margin-bottom: 3rem;
  margin-left: 2%;
  margin-right: 0;
}

.choose-listing li:nth-child(2n+1) {
  margin-right: 2%;
  margin-left: 0;
}

.choose-box {
  padding: 2rem;
  box-shadow: 0px 0px 10px #e2e2e2;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.choose-box .choose-pic {
  width: 100px;
  height: 100%;
}

.choose-box .choose-pic img {
  max-width: 80px;
}

.choose-box .choose-content {
  width: calc(100% - 110px);
}

.choose-box .choose-content h5 {
  font-weight: 600;
}


/*------------ footer --------------*/

.footer-bg {
  position: relative;
  background: var(--primary);

}


/* .footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

.footer-bg .container-xxl{
  position: relative;
  z-index: 2;
}
*/

footer p{
  font-size: 1.125rem;
}

footer a{
  text-decoration: none;
}

footer a:hover{
  text-decoration: underline;
}

footer h4, footer a, footer p, footer a:hover{
  color: #fff;
}

footer hr{
  border-top: 1px solid #fff;
}

footer .form-floating {
  position: relative;
  width: 400px;

}

footer .form-floating a {
  position: absolute;
  inset: 0;
  left: auto;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  right: 20px;
}

footer .form-floating>label {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 10px;
}

footer .form-floating .form-control {
  height: 60px;
  padding-left: 20px;
  border: 1px solid #fff !important;
  background: #fff;
}

footer .icon-arrow-btn{
  color: var(--primary);

}

footer .form-floating>.form-control:focus~label {
  padding-left: 10px;
}

footer .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 30px;
}


footer h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
}

.social-media h4 {
  margin: 10px 10px 10px 0;
}

.social-media {
  display: flex;
  align-items: center;
  font-size: 23px;
  gap: 20px;
  margin: 20px 0;
}

.social-media a:hover i {
  transform: scale(1.1);
}



/* .footer-nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.footer-nav a {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
}

.footer-nav a::after {
  content: "";
  height: 3px;
  background: var(--primary);
  display: none;
  bottom: -12px;
  position: absolute;
  width: 100%;
}

.footer-nav a.active::after,
.footer-nav a:hover::after {
  display: block;
} */








.bg-shadow {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}



/*----cookie---*/

#gdpr {
  padding: 20px;
  background: #161616;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#gdpr p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

#gdpr_btn:hover {
  color: var(--primary);
}

#gdpr p a {
  color: #fff;
}



.detail-box aside,
.zoom img,
.zoom:hover img,
.btn-primary::after,
.detail-box .box::after{
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s
}

.detail-box aside p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mapCanvas{
  width: 100%;
  height: 400px;
}
.info_content{
  max-width: 12rem;
  padding-top: 1rem

}
.info_content figure{
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.info_content p,
.info_content h4{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.info_content h4{
  width:95%;
}
.info_content p{
  font-weight: normal;
  font-size: 0.875rem;
  margin: 0;
}
.info_content .btn-primary{
  font-size: .9rem;
  line-height: 0.700rem;
  font-weight: 300;
  padding: 8px 12px;
}
.price-tag {
  background-color: #4285F4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285F4;
}

.gm-style-iw-ch{
  padding: 0;
}
.gm-style-iw-chr button {
  width:auto !important;
  height:auto !important;
  position: absolute !important;
  right: 0;
  top: 0;
}

.gm-style-iw-chr button span{
  width: 1.5rem !important;
  height: 1.5rem !important;

}

.gm-style-iw-d,
.gm-style-iw{
  max-height: unset !important;
  margin-left: 0.25rem    ;

}
.video-box {
  overflow: hidden;
  position: relative;
}


.video-box figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  text-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}

.video-box:hover figcaption {
  background: rgba(0, 0, 0, 0.1);
}

.video-box figcaption i {
  color: #fff;
  font-size: 5rem;
}

#success-booking .modal-content{
  border: 0px;
  border-radius: 8px;
}

#success-booking .modal-header {
  background: var(--primary);
  color: #fff;
}

#success-booking .modal-header h5 {
  font-weight: 700;
}

#success-booking .modal-body i {
  color: var(--bs-success);
  border: 3px solid var(--bs-success);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  margin: 20px auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: var(--primary);
  background-color: var(--primary);
}

/****offer popup *********/
#offer-popup .modal-content {
  background: rgba(255,255,255,0.95);
}

#offer-popup .modal-header {
  background: transparent;
  border: 0;
}
#offer-popup .modal-header button {
  color: var(--primary);
}
#offer-popup h2 {
  font-size: 5rem;
  line-height: 5rem;
}
#offer-popup h2 small {
  font-size: 2.5rem;
}

#offer-popup h4 span {
  background: #fff5dd;
  padding: 5px 10px;
  border-radius: 4px;
  letter-spacing: 2px;
}

/****map-properties *********/

.map-properties {
  max-width: 180px;
  padding: 0 15px;
}

.gm-style-iw-chr button {
  z-index: 2;
}

.map-properties .btnPrev,
.map-properties .btnNext{
  -webkit-transform: unset;
  transform: unset;
  font-size: 20px;
  display: none;
}

.map-properties .btnNext {
  right: 0px;
}

.map-properties .btnPrev {
  left: 0px;
}
.widget-form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 20px;
}

.form-floating .form-control.phoneno::placeholder {
  font-size: 1.375rem;
  color: #888;
}

#whatsapp-chat-widget .wa-chat-box,
#whatsapp-chat-widget .wa-widget-send-button{
  bottom: 60px !important;

}

#whatsapp-chat-widget .wa-chat-bubble{
  bottom: 80px !important;
}

#whatsapp-chat-widget .wa-chat-box-brand {
  border: 0;
  background-color: transparent;
}



/* EDITS AKSHAY */

.pop_up_modal.offer_modal {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    justify-content: center;

    align-items: center;

    z-index: 9999;

  }

  .offer_modal .modal-content {

    background-color: #fff;

    padding: 10px;

    border-radius: 8px;

    text-align: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    width: 60%;

    position: relative;

  }

  .offer_modal .modal-content img {

    width: 100%;

  }

  .offer_modal .close-btn {


    color: #fff;

    border: none;

    padding: 6px 10px;

    border-radius: 4px;

    cursor: pointer;

    margin-top: 10px;

    position: absolute;

    right: 7px;

    top: 0;

    z-index: 2;

  background: #85754e;

      font-size: unset;

    line-height: unset;

  }

  .offer_modal .close-btn strong {
    transform: translate(-7px, -11px);
    position: absolute;
  }

  .offer_modal .close-btn:hover {

    background-color: #85754eff;

  }

  @media only screen and (max-width:520px) {

    .offer_modal .modal-content {

      width: 100%;

    }

  }
