:root {
  --gray-3: #acb5bd;
  --white: #ffff;
  --gray-2: hsl(203, 13%, 88%);
  --primary: #e89b94;
  --green: #07524d;
  --gray-1: rgba(0, 16, 75, 0.02);
  --yellow: #f2c94c;
  --gray-4: #abb5be;
  --light-green: #f6fafb;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white !important;
  overflow-x: hidden;
}
* {
  font-family: Poppins;
}
#wrapper {
  background-color: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
}
.content {
  width: 100%;
  margin: 10px auto;
  /* margin-top: 30px !important; */
  height: auto;
  /* padding-top: 60px; */
  padding-bottom: 20px;
}

#header {
  min-height: 71px;
  background-color: #07524d;
  padding: 13px 0px;
  position: fixed;
  box-shadow: 0px 0px 12px rgb(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  max-width: 1920px;
  margin: 0 auto;
}
.nav-right {
  display: inline-block;
}
.nav-right ul li {
  display: inline-block;
}
.section-inner {
  width: 88%;
  padding: 0px;
  margin: 0 auto;
  max-width: 1920px;
}
.section-inner.map-open {
  width: 98%;
}
.navbar-brand img {
  width: 75%;
  height: 42px;
}
.navbar-nav li {
  display: inline-block !important;
}
.nav-links {
  text-align: right;
  margin: 4px 0px;
}
.nav-links li {
  display: inline-block;
  margin-left: 40px;
}
.nav-links a {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #fff !important;
}

.header-text {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 75px;
  color: #ffffff;
}

.search-input {
  height: 98% !important;
  font-size: 11px;
  border-radius: unset;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  border-right: 1px solid var(--gray-3);
  padding: 0px 10px;
  text-transform: capitalize;
}
.searchbar-container input::before {
  content: "\f001" !important;
  font-family: "Font Awesome 5 Free" !important;
  text-decoration: inherit;
  color: #000 !important;
  font-size: 18px !important;
  padding-right: 0.5em !important;
  font-weight: 900 !important;
  position: absolute !important;
  top: 10px !important;
  left: 0 !important;
}
.searchbar-container .qtyTotal {
  font-size: 11px;
}
.searchbar-container .search-icon {
  background: #e89b94;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  height: 45px;
}
.searchbar-container .search-icon button {
  border: none;
  color: #fff;
  outline: none !important;
  font-size: 11px;
  background-color: #e89b94;
  color: #fff;
  height: auto;
  border-radius: 8px;
  border: transparent;
  outline: none !important;
  font-size: 0.9rem;
}
.searchbar-container .search-icon button svg {
  width: 20px;
}
.searchbar-container .h-input {
  padding: 13px 10px !important;
  width: 150px;
}
.searchbar-container .range-input {
  text-align: left !important;
  padding: 10px 8px !important;
  width: 160px;
  font-size: 11px;
  outline: none !important;
}
.searchbar-container .custom-dropdown {
  width: 100px !important;
}

.form-input .qtyTotal {
  font-size: 11px;
}
.left-selector .form-input .qtyTotal {
  font-size: 14px;
}
.left-selector .qtyTotal {
  font-size: 14px;
}
.date-input {
  border-right: 1px solid var(--gray-3) !important;
  border-left: 1px solid var(--gray-3) !important;
  margin: 0px !important;
}
.room-selector {
  border-left: 1px solid var(--gray-3) !important;
  margin: 0px !important;
}
.h-input {
  background: #fff;
  /* border: 1px solid var(--gray-3); */
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  padding: 15px 20px;
  height: 45px !important;
  color: #000;
  margin: 4px 0px;
  border: none;
  border-radius: 0px;
}
.h-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--gray-3);
  opacity: 1; /* Firefox */
}

.h-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--gray-3);
}

.h-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--gray-3);
}

.h-input-container .count-inner {
  display: inline-block;
  width: 100%;
}

.h-input-container {
  background: #fff;
  border: 1px solid var(--gray-3);
  border-radius: 3vw;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 20px;
  height: 64px !important;
}

.rooms .panel-dropdown .panel-dropdown-content {
  position: absolute;
  left: -200%;
}
.rooms .panel-dropdown .panel-dropdown-content:after {
  left: 75%;
}
.panel-dropdown a {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 11px;
}
.left-selector .panel-dropdown a {
  font-size: 14px;
}
.panel-dropdown {
  padding: 10px 7px 8px 7px !important;
}
.panel-dropdown .panel-dropdown-content {
  top: 52px !important;
}
.qtyButtons label {
  font-size: 14px;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}
.no-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.qtyButtons input {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}
.h-button {
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
  text-align: center;
  background-color: #c65a79;
  color: #fff !important;
  border-radius: 50vw;
  border: transparent;
  width: 100%;
  padding: 5px 25px;
  text-decoration: none;
  height: 40px;
  outline: none !important;
  border: 1px solid #c65a79 !important;
  width: 155px;
  z-index: 1;
  position: relative;
}
.close {
  outline: none !important;
}
.range-input {
  text-align: center;
}
#section-2 {
  height: auto;
  width: 100%;
  /* background: url('../../assets/media/section-background.png'); */
  background-color: #e89b94;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 0px;
  position: relative;
  z-index: 2;
}
#section-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transform-origin: top left;
  transform: skewY(4deg);
}
.section-lebal {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
}
.feature {
  display: flex;
  margin: 18px 0px;
}
#section-3 {
  /* margin-top: -400px; */
  /* z-index: -50 !important; */
  width: 100% !important;
  position: relative;
  /* height: auto; */
}

#section-3:before {
  position: absolute;
  width: 100%;
  height: 130px;
  content: "";
  background: #e89b94;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: skewY(-4deg);
  z-index: 1;
}
#section-3:after {
  position: absolute;
  width: 100%;
  height: 73px;
  content: "";
  background: #07524d;
  top: 91%;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: top left;
  transform: skewY(2.5deg);
}
.slider-container {
  text-align: center !important;
  background-color: #fff;
  padding: 100px 0px;
}
.slider-header {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  color: #07524d;
  margin: 10px 0px;
}

.author-text {
  font-style: italic;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 31px;
  text-align: center;
  color: #07524d;
  margin: 20px 0px;
  padding: 0px 30px;
}
.author-name {
  font-style: italic;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  color: #07524d;
  margin: 20px 0px;
  padding: 0px 30px;
}
#footer {
  position: relative;
  background-color: #07524d;
  padding-bottom: 1em;
}
#footer:before {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
  background: #07524d;
  left: 0;
  right: 0;
  top: -18px;
  /* transform-origin: top left; */
  transform: skewY(1.5deg);
}

.fi-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px;
  padding-bottom: 5px;
}

.footer-text {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
}
.footer-icons {
  margin: 0px;
}

.footer-icons li {
  display: inline-block;
}
.footer-icons li a img {
  width: auto;
  height: 36px;
  margin-left: 20px;
}
.footer-links {
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
  /* margin-top: 30px; */
}
.footer-links a {
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  line-height: 31px;
  text-align: center;
  color: #fff;
}
.footer-links a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.cr-container p {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin: 0px;
}
.slick-dots {
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #e89b94;
}
.slick-dots li button:before {
  font-size: 1rem;
  color: var(--gray-3);
}
.brand-img img {
  width: 8.5rem;
}
#header .header-text {
  margin-top: 120px;
}
.slick-dots li {
  width: 15px;
}
#footer .section-inner {
  width: 88%;
}

#footer .cr-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.s2-slider-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: block;
  padding: 40px 0px;
}

.feature img {
  height: 52px;
  width: 52px;
}
.h_link {
  font-weight: normal;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  text-decoration-line: underline;
  color: #07524d;
  text-transform: uppercase;
  margin: 20px 0px;
}
.h_link:hover {
  color: #07524d;
  text-decoration: underline;
  transform: scale(1.5, 1.5) !important;
}

.s2-slider .slick-dots {
  background-color: transparent;
  position: absolute;
  bottom: 10px;
}
.s2-slider .slick-dots li button:before {
  color: var(--gray-3);
}
.s2-slider .slick-dots li.slick-active button:before {
  color: #e89b94;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0px;
  width: 100%;
  /* border-radius: 8px; */
  /* padding: 10px 8px; */
  height: 45px;
  background-color: #fff;
}

.custom-dropdown select {
  color: var(--gray-3);
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: button;
  padding: 4px 10px;
  margin: 9px auto !important;
  width: 95%;
  font-size: 12px;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}

.custom-dropdown::after {
  color: rgba(0, 0, 0, 0.4);
}
.custom-dropdown select:focus {
  outline: none;
  border: none;
}
/* end custom dropdown */
.searchbar-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11111;
}
.filters-container-box {
  padding: 0px;
  padding-top: 50px;
  padding-right: 1rem;
}
.filters-container {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  width: 100%;

  position: sticky;
  padding: 20px;
  top: 100px;
}
.filter-heading {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 700;
}
.border-bottom-gray {
  border-bottom: 1px solid var(--gray-3);
}
.map-button-container img {
  margin-right: 3px;
}
.map-button-container a {
  font-size: 15px;
  text-decoration: underline;
}
.map-button-container .show-map svg {
  width: 18px;
  color: #07524d;
}

.map-thumbnail {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px !important;
  color: rgb(34, 34, 34) !important;
  pointer-events: auto !important;
  position: relative !important;
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", sans-serif !important;
  width: 100% !important;
}
.mt-content {
  padding: 0.5rem;
}

.mt-content div {
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#hide_map {
  z-index: 10001;
  position: absolute;
  right: 66px;
  top: 78px;
  background: #fff;
  box-shadow: 0 0 7px rgb(0, 0, 0, 0.1);
  color: #000;
  width: 40px;
  height: 40px;
  display: none;
  padding: 10px;
}
#hide_filters {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 10;
  display: none;
}
#show_filters {
  display: none;
}
.side-map {
  overflow: hidden;
  height: 100vh;
  position: fixed !important;
  top: 65px;
  right: 0px;
  bottom: 0px;
}
.side-map .gm-style .gm-style-iw-c {
  padding: 0px !important;
  width: 225px !important;
}
.side-map .gm-ui-hover-effect {
  /*display: none !important;*/
}
.side-map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.drawer-icon img {
  height: 25px;
  width: 32px;
}
.searchbar {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--gray-3);
  width: 150px;
  height: 45px;
}
.searchbar input {
  font-size: 11px;
  border: none;
  outline: none;
  color: #000;
  text-align: left;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0px 10px;
  width: 150px;
  height: 100%;
}
.searchbar input::placeholder {
  color: var(--gray-3);
}
.searchbar svg {
  color: #e89b94 !important;
  font-size: 17px;
}
.img-slider-container img {
  object-fit: cover;
  border-radius: 8px;
  height: 10rem;
  object-position: center;
}
.img-slider-container {
  overflow: hidden;
  max-height: 10rem;
  min-height: 150px;
}

#search_normal {
  display: flex;
  justify-content: normal;
  padding-left: 84px;
}
/* checkbox */
* {
  box-sizing: border-box;
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 2px 0px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}

.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 30%;
  left: 30%;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  /* line-height: 26px; */
  padding: 2px 8px;
  font-size: 0.89rem;
}
.cbx:hover span:first-child {
  border-color: #e89b94;
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #e89b94;
  border-color: #c65a79;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .cbx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}
@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

/* end checkbox */
.hotel-div {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.hotel-img-slider .slick-next {
  right: 20px;
}
.hotel-img-slider .slick-prev {
  left: 10px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.hotel-title {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}
.hotel-rate {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-top: 5px;
}
.hotel-address {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-top: 5px;
}
.hotel-address a {
  color: var(--gray-3);
}
.hotel-address a:hover {
  color: unset;
}
.rating-container .rating {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 24px;
  /* identical to box height */

  color: #000000;
}

.rating-container .rating svg {
  color: #c65a79 !important;
  font-size: 19px;
  margin-left: 10px;
}
.hotel-price {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
  margin-top: 5px;
}
.tag {
  border: 1px solid #07524d;
  padding: 5px 15px;
  border-radius: 200px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-right: 14px;
  text-transform: uppercase;
}
.hotel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hotel_properties {
  margin: 20px 0px;
}
#hotel_properties .location {
  font-weight: normal;
}
#hotel_properties .hotel_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
#hotel_properties .address {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: var(--gray-3);
}
.rating span {
  color: var(--gray-3);
  font-weight: 300;
}
#hotel_properties .rating {
  font-size: 15px;
  line-height: 30px;
}
#hotel_properties .rating .fa-bookmark {
  color: var(--gray-3);
  float: right;
  cursor: pointer;
}
.property_links {
  margin-top: 8px;
}
.property_links ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.property_links ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.property_links ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.property_links ul li {
  display: inline-block;
  margin: 0px 15px;
}
.property_links a {
  color: var(--gray-4);
  font-size: 14px;
  line-height: 26px !important;
  padding: 0px 15px;
}
.property_links li.active {
  /*border-bottom: 3px solid #E89B94;*/
  /*color: var(--black);*/
}
.property_links li.active a {
  color: var(--black);
}

.property_links li:hover a {
  color: var(--black);
  text-decoration: none;
  border-bottom: 3px solid #e89b94;
}
.h-box {
  background: #ffffff;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px;
  border-radius: 1vw;
  padding: 40px;
}
.title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  text-align: center;

  color: #000000;
}
.title span {
  font-weight: 400;
}
.form-input {
  margin: 15px 0px;
}
.form-input .custom-dropdown {
  background: #ffffff;
  border: 1px solid var(--gray-3);
  box-sizing: border-box;
  border-radius: 3vw;
  padding: 7px;
  text-align: center;
  color: var(--black);
  height: 40px;
}
.custom-dropdown.room-selector.left-selector .panel-dropdown-content {
  width: 130%;
}
.custom-dropdown.room-selector.left-selector .panel-dropdown {
  padding: 5px 10px !important;
}
.custom-dropdown.room-selector.left-selector {
  height: 35px;
}
.form-input label {
  font-weight: 500;
  font-size: 12px;
  color: #acb5bd;
}
.form-input span {
  font-size: 0.85rem;
  padding-top: 2px;
}
.h-row {
  width: 100%;
  height: 1px;
  background: var(--gray-3);
  margin: 25px 0px;
}
.total {
  font-weight: 700;
}
.img-thumb {
  height: 179px;
  border-radius: 1vw;
  overflow: hidden;
  object-fit: cover;
}
.show-more {
  position: absolute;
  bottom: 10px;
  left: 30%;
  background: white;
  border: 1px solid #c65a79;
  box-sizing: border-box;
  border-radius: 50vw;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 20px;
  outline: none !important;
  width: 40%;
}
.show-more.btn-modal {
  color: #c65a79;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:hover a {
  border-bottom: 3px solid #e89b94;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  border-bottom: 3px solid #e89b94;
}
.facilities {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  display: flex;
  flex-wrap: wrap;
}
.facilities.additional-facilites {
  margin-bottom: 5px;
}
.facilities .facility {
  width: 16%;
  text-align: center;
  text-transform: capitalize;
}
#facilities-slider .facility:last-child {
  margin-left: 5px;
}

.customer-review {
  margin-top: -20px;
}
.facilities span {
  font-size: 13px;
  flex: 60%;
  margin-left: 10px;
  padding: 1px !important;
}
#room_type h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--gray-3);
  margin-top: 10px;
}
.checkroombox label {
  cursor: pointer !important;
}
#room_type .checkroombox h5 {
  color: var(--black);
  font-weight: 700;
}
#room_type .checkroombox img {
  -webkit-filter: grayscale(0) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(0) !important;
}
.room_type img {
  -webkit-filter: grayscale(1) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(1) !important;
}
#room_type .checkroombox .img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#reviews .rating {
  font-size: 14px;
}
#reviews .rating .fa-star {
  font-size: 20px !important;
  margin-left: 6px;
}
.review-icons .rating {
  /*width:100%;*/
}
.review-icons .rating > label:before {
  font-size: 1.5rem;
}
.bar {
  width: 100%;
  height: 8px;
  background-color: var(--gray-2);
  position: relative;
  border-radius: 8px;
}
.bar-fill {
  background-color: #e89b94;
  height: 8px;
  position: absolute;
  border-radius: 8px;
}
.rating-label {
  font-size: 12px;
  line-height: 18px;
  color: var(--black);
}
.review {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #07524d;
}
.review-name {
  margin: 10px 0px;
}
#map {
  height: 441px;
  width: 100%;
}
.heading {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  /* line-height: 42px; */
  margin-bottom: 15px;
}

.read-reviews {
  background: #ffffff;
  border: 1px solid #e89b94;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px 45px;
  font-size: 14px;
  outline: none !important;
}

/* Start Step Form */

/*form styles*/
#msform {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  padding: 20px 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;

  /*stacking fieldsets above each other*/
  position: relative !important;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input,
#msform textarea {
  padding: 10px;
  border: 1px solid var(--gray-3);
  border-radius: 30px;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
  font-family: Poppins !important;
  color: #2c3e50;
  font-size: 13px;
  outline: none !important;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  outline: none !important;
  padding: 10px 5px;
  margin: 10px 0px 0px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
  padding-top: 10px;
  width: 100% !important;
  position: relative !important;
  min-width: 100% !important;
}
#progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-3);
}
#progressbar li a {
  color: var(--gray-3) !important;
}
#progressbar li:before {
  content: "";
  width: 32px;
  z-index: 99 !important;
  position: relative;
  display: block;
  font-size: 10px;
  color: #333;
  background: #dde2e5;
  border-radius: 100%;
  margin: 0 auto 10px auto;
  height: 32px;
}
#progressbar li:first-child a:after {
  background: url("../../assets/media/Vector.png") no-repeat !important;
}
#progressbar li:nth-child(2) a:after {
  background: url("../../assets/media/componentt.png") no-repeat !important;
}
#progressbar li:nth-child(3) a:after {
  background: url("../../assets/media/keyy.png") no-repeat !important;
}
#progressbar li:first-child:before {
  /* content: '\f00c'; */
}
ul#progressbar li.active,
ul#progressbar li.active a {
  color: #e89b94 !important;
  font-size: 12px;
  line-height: 18px;
}
ul#progressbar li.active h5 {
  color: var(--light-gray) !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
/*progressbar connectors*/
ul#progressbar li a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 2px;
  width: 16px;
  height: 20px;
  z-index: 999;
  margin: 0 auto !important;
  right: 0px;
  top: 8px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

ul#progressbar li:nth-child(2)::before {
  /* content: '\f129'; */
}
ul#progressbar li:nth-child(3)::before {
  /* content: '\f00c'; */
}
ul#progressbar li:after {
  content: "";
  background: #dde2e5 !important;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 15px;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #e89b94;
  color: white;
}
.ahs_fieldsets {
  margin: 0 auto;
  background: #ffffff;
  padding: 25px 32px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  opacity: 1 !important;
}
.ahs_fieldsets h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.ahs_inp {
  background: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 30px !important;
  width: 100% !important;
  outline: none !important;
  padding: 0px 15px;
  height: 39px;
}
.ahs_fieldsets label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #acb5bd;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left !important;
  width: 100%;
}
.ahs_steprow {
  display: flex;
}
input.next.action-button,
input.submit.action-button {
  background: #e89b94 !important;
  border-radius: 8px !important;
  padding: 8px 40px !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 24px !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  width: auto !important;
  height: auto !important;
  float: right;
}
.ahs_steprow .col-lg-6:first-child {
  padding-left: 0px;
}
.ahs_steprow .col-lg-6:last-child {
  padding-right: 0px;
}
input.deleteaction {
  background: #ffffff;
  border: 1px solid #e89b94 !important;
  box-sizing: border-box;
  border-radius: 8px !important;
  padding: 8px 64px !important;
  font-family: Poppins !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px !important;
  line-height: 24px;
  outline: none;
  color: #212429;
  width: max-content !important;
  margin: 100px 0px 0px;
  float: left;
}
input.previous.action-button {
  background: #ffffff !important;
  border: 1px solid #e89b94 !important;
  border-radius: 8px !important;
  padding: 8px 64px !important;
  font-family: Poppins !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 24px !important;
  outline: none;
  color: #212429 !important;
  width: max-content !important;
  margin: 100px 0px 0px;
}
.idcapture .capid:after {
  background: url(assets/img/cam.png) no-repeat;
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 99;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.capid {
  position: relative;
}
.ahs_textarea {
  height: 96px;
  resize: none;
  border-radius: 8px !important;
}
fieldset.ahs_step2 .deleteaction,
fieldset.ahs_step2 .action-button {
  margin-top: 0px !important;
  position: relative;
}
fieldset.ahs_step3 input.previous.action-button {
  float: left !important;
}
ul#progressbar li:last-child:after {
  display: none !important;
}

/* End Step Form */

/* tabs css */
/*----------------------------------------*/
/*  1.  tab CSS
/*----------------------------------------*/
.custon-tab-style1 {
  background: #fff;
  padding: 20px;
}
.custon-tab-style1 p {
  font-size: 14px;
  color: #303030;
  line-height: 24px;
}
.custon-tab-menu-style1 .tab-custon-ic {
  margin-right: 10px;
}
.tab-menu-right li {
  float: right;
}
.custom-menu-wrap.custon-tab-menu-style1 li a {
  margin-right: 0px;
}
.nav-tabs.custom-menu-wrap.custon-tab-menu-style1 li a,
.nav-tabs.custom-menu-wrap.custon-tab-menu-style1 li.active a {
  font-size: 14px;
}
.tab-content-details {
  text-align: center;
  background: #fff;
  padding: 20px 100px;
}
.tab-content-details h2 {
  font-size: 20px;
  color: #303030;
}
.tab-content-details p {
  font-size: 14px;
  color: #303030;
  line-height: 24px;
}
.nav-tabs.custom-menu-wrap li a:hover {
  background: #006df0;
  color: #fff;
}
.nav-tabs.custom-menu-wrap li a {
  color: #444;
}
.nav-tabs.custom-menu-wrap li.active a {
  color: #303030;
}
.nav-tabs.custom-menu-wrap li.active a:hover {
  color: #fff;
}
.nav-tabs.custom-menu-wrap li a,
.nav-tabs.custom-menu-wrap li.active a {
  border: 1px solid transparent;
  padding: 15px 25px;
  font-size: 15px;
}
.tab-custon-menu-bg-style ul.main-menu-dropdown li a:hover {
  color: #fff;
}
/* tabs cass */

.form-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  text-align: left;
  float: left;
}
#search-tabs .ui-tabs-nav {
  white-space: nowrap;
  height: 36px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#search-tabs ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#search-tabs ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#payment-tabs .ui-tabs-nav {
  text-align: left;
  border-bottom: 1px solid var(--gray-3);
  padding-bottom: 2px;
}
#payment-tabs .ui-tabs-nav li {
  display: inline-block;
  margin: 5px 0px;
  padding: 0px 0.7rem 0px 0px !important;
}
#payment-tabs .ui-tabs-nav li:focus {
  outline: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#payment-tabs ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#payment-tabs ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.input-date {
  font-size: 12px !important;
}

#progressbar li.fill:after {
  background: #e89b94 !important;
  color: white;
}
.tag-container {
  position: absolute;
  top: -10px;
  width: 85%;
  margin: 0 auto;
  left: 24px;
}
.new-tag {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #07524d;
  padding: 6px 20px;
  border-radius: 100px;
  font-weight: 400;
}
.mark-tag {
  float: right;
}
.mark-tag svg {
  color: var(--gray-3);
}
.hotel-full-img {
  height: 374px;
  object-fit: cover;
  border-radius: 1vw;
  overflow: hidden;
}
.arrows-z-index{
  z-index:10 !important;
}
.h-slider-arrow {
  width: 34px;
  height: 34px;
  background-position: center !important;
  position: absolute;
  z-index: 1;
  top: 45%;
  background-size: 100% 100%;
  border: none;
  border-radius: 500px;
  cursor: pointer !important;
}
.arrow-left {
  background-image: url(../../assets/media/arrow-left.png);
  left: 2%;
}
.arrow-right {
  background-image: url(../../assets/media/arrow-right.png);
  right: 2%;
}
.arrow-right:hover {
  background-image: url(../../assets/media/arrow-right-i.png);
}
.arrow-left:hover {
  background-image: url(../../assets/media/arrow-left-i.png);
}
.sticky-box {
  position: sticky;
  top: 27%;
}
.sticky-links {
  position: sticky;
  top: 70px;
  z-index: 1;
  background: white;
  width: 98%;
  margin: auto;
}
.nav-link-active {
  border-bottom: 3px solid #e89b94;
  color: var(--black) !important;
  line-height: 20px;
}
.form-header {
  display: inline-block;
  width: 100%;
}
.edit-button {
  float: right;
  border: none;
  padding: 5px 35px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.16);
  outline: none !important;
  display: none;
}
.detail-container {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray-3);
  padding-bottom: 10px;
}
.container.property_main {
  padding: 0px;
}

.active .edit-button {
  display: none;
}
.iti input {
  /* padding-left: 22% !important; */
}
.iti {
  width: 100%;
  display: inline-block;
}
.iti__flag-container {
  outline: none !important;
  border: none;
}
.iti__flag-container:focus {
  outline: none !important;
}
.iti__selected-flag {
  outline: none !important;
}
.iti--separate-dial-code .iti__selected-flag:hover {
  background: #fff !important;
}
.content-inner {
  width: 95%;
  margin: 71px auto;
  max-width: 1140px;
}

.right_hand_side_section{
  margin-top: 30px;
}

.user-nav-container {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  min-height: auto;
  position: fixed;
  top: 100px;
  overflow: hidden
}
.user-nav li:first-child {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.user-nav li:last-child {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* personal info */

#nav_drawer.show_nav_drawer{
  transition: 0.5s;
  right: 0;
}

#nav_drawer.hide_nav_drawer{
  transition: 0.5s;
  right: -22%;
}

.login_widget,
.forgot_password_widget,
.signup_widget,
.container.sidebar{
z-index: 10000000 !important;
}



.user-nav-link img {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.user-nav-link span {
  font-size: 16px;
}
.user-nav-link {
  /* padding: 20px; */
}
.main-heading {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.h-form .form-label {
  display: block;
  color: #abb5be;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
.h-form .input-field {
  display: block;
  width: 100%;
  padding: 4.5px 20px;
  background: #ffffff;
  border: 1px solid #abb5be;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
}
.bootstrap-tagsinput {
  display: block;
  width: 100%;
  padding: 4.5px 20px;
  background: #ffffff;
  border: 1px solid #abb5be;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  line-height: 24px;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e89b94;
}
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2px 20px;
}
.select2-search--dropdown .select2-search__field {
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: solid #e89b94;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 30%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 6px;
  right: 5px;
}
.select2-container--default .select2-selection--single {
  border-radius: 6px;
  border: 1px solid #abb5be;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #e89b94;
  border-width: 0 1px 1px 0px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 0px;
}
.iti--allow-dropdown .iti__flag-container:focus,
.iti--allow-dropdown .iti__flag-container:hover,
.iti--allow-dropdown .iti__flag-container:active {
  background-color: #fff;
  outline: none !important;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  outline: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.select2-container .select2-selection--single {
  outline: none;
}
.country-select {
  width: 100%;
}
.country-select.inside input,
.country-select.inside input[type="text"] {
  width: 100%;
  height: 45px;
  border: 1px solid var(--gray-3);
  border-radius: 8px;
}
.file-input {
  display: none;
}
.img-label {
  width: 100%;
  text-align: center;
  border: 1px dotted var(--gray-3);
  border-radius: 8px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}
.image-preview {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-preview span {
  margin: 10px;
}
.image-preview img {
  max-width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  border-radius: 8px;
  width: auto;
}
.image-preview .image-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30% 33%;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
.image-preview .image-label svg {
  margin-right: 4px;
  width: 24px;
  height: 22px;
}
.h-button-2 {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  background-color: #c65a79;
  border: none;
  border-radius: 50vw;
  height: 45px;
  padding: 0px 50px;
  outline: none !important;
}
.gray-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */

  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-3);
}
.cash {
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
}
.no-radius {
  border-radius: 0px !important;
}
.margin-zero {
  margin: 0px;
}
.available-credit button {
  padding: 0px 30px;
}
.payment-container {
  margin: 10px 0px;
}
.payment-container .top-date {
  color: #c4c4c4;
  font-style: normal;
  font-weight: normal;
}
.payment-container .h-box span {
  display: block;
}
span.hotel-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;

  color: #000000;
  margin-top: 2px;
}
span.hotel-address {
  font-weight: 500;
  font-size: 12px;
  /* identical to box height */
  margin-bottom: 47px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
}
.date-container {
  position: relative;
  width: 100%;
}
.date-from {
  position: absolute;
  bottom: 0px;
  color: var(--black);
}
.date-to {
  color: var(--black);
}
.date-to span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-3);
}
.guest-details span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #828282;
}
.payment-inner {
  margin: 10px auto;
}
.available-credit .img-container {
  display: flex;
  align-items: center;
}
.available-credit .img-container img {
  width: 60px;
}
#booking-detail .date {
  position: absolute;
  bottom: 0px;
}
#booking-detail .tag {
  line-height: 36px;
  padding: 5px 10px;
  font-size: 10px;
}
#booking-detail .img-slider-container img {
  height: 170px;
}
.booking-amount .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #212429;
}
.booking-amount .price span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #acb5bd;
}
.booking-amount {
}
.pay-now {
  margin-top: 75px;
  text-align: end;
}
#booking-detail .date-container .date-to span {
  display: block;
}
#booking-detail .edit {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sub-menu {
  padding-left: 25px;
  /* margin-bottom: 10px; */
}
.sub-link img {
  width: 40px;
}
.has-menu {
  position: relative;
  cursor: pointer;
}
.has-menu::before {
  /* content: "";
  position: absolute;
  right: 20px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); */
  /* top: 25px; */

  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #07524d;
  position: absolute;
  right: 18px;
  font-size: 15px;
}

/* .has-menu::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #07524d;
  position: absolute;
  right: 18px;
  font-size: 15px;
  transform: rotate(90deg);
} */

.has-menu.open::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.user-nav a {
  text-decoration: none;
}
.user-nav-link.open .sub-menu {
  display: block;
}
.sub-menu {
  display: none;
}
.sub-link img {
  fill: red;
}

.sub-menu li.sub-link:not(:first-child){
  margin-top: 15px;
}

.sub-menu li.sub-link:last-child{
  padding-bottom: 20px;
}

.sub-link span {
  font-size: 12px;
}
.user-nav-link .img-hover {
  display: none;
}
.user-nav-link.active {
  /* background-color: #f8f9fa; */
}
.user-nav-link.active .img-hover {
  display: inline;
}
.user-nav-link.active .img-normal {
  display: none;
}
.user-nav-link:hover .img-normal {
  display: none;
}
.user-nav-link:hover .img-hover {
  display: inline;
}
.sub-link .sub-hover {
  display: none;
}
.sub-link:hover .sub-normal {
  display: none;
}
.sub-link:hover .sub-hover {
  display: inline;
}
.user-nav-link a:hover {
  color: var(--black);
}

ul.user-nav li.signout_link a img.img-normal{
  filter: invert(22%) sepia(12%) saturate(5242%) hue-rotate(137deg) brightness(97%) contrast(94%);
}

ul.user-nav li.signout_link a img.img-hover{
  filter: invert(68%) sepia(25%) saturate(599%) hue-rotate(316deg) brightness(97%) contrast(87%);
}
/* personal info */
/* share your stay */
.top-message {
  width: 100%;
  padding: 12px 30px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  position: relative;
  background-color: #dfe8e9;
}

.top-message .tm-close {
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 20px;
  top: 10%;
}
.h-alert-success {
  background-color: #dfe8e9;
}
.h-alert {
  width: 100%;
  padding: 12px 30px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  position: relative;
}
.h-alert-close {
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 20px;
  top: 10%;
}
.h-button-3 {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  background-color: #e89b94;
  border: none;
  border-radius: 8px;
  height: 55px;
  padding: 0px 45px;
  outline: none !important;
}
input:read-only {
  background-color: #aaa;
  border: 1px solid #888;
  color: #848484;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #abb5be;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #abb5be;
}

::placeholder {
  color: #abb5be;
}
.shar-your-link .form-group {
  flex: 90%;
  flex-wrap: wrap;
  padding-right: 20px;
}
.shar-your-link img {
  flex: 10%;
  flex-wrap: wrap;
}
.whatsapp-img {
  width: 80px;
}
.shar-your-link {
}
.shar-your-link .copied {
  color: #07524d;
}
/* end share your stay */

/* contact us */
.horizontal-bar {
  width: 100%;
  height: 1px;
  background-color: #a3adb5;
  opacity: 0.6;
  margin: 10px 0px;
}
.faq-list ul li {
  margin: 10px 0px;
}

@media only screen and (max-width: 575px){
  .faq-list ul{
    width: 95%;
  }

  .right_hand_side_section{
    margin-top: 0;
  }
}
/* end contact us */

/* dashboard */
.tile {
  margin: 5px 0px;
  background-color: #ffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 0.7em;
}
.tile-inner {
  display: flex;
}
.tile-inner .tile-img {
  flex: 30%;
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  align-content: center;
}
.tile-inner .tile-content {
  flex: 90%;
  flex-wrap: wrap;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
}
.tile-inner .tile-img img {
  width: 60px;
  height: 50px;
}
.tile-content .tile-text-lg {
  font-weight: 400;
  font-size: 40px;
}
.tile-content .tile-text-sm {
  font-weight: 300;
  font-size: 0.8rem;
}
/* end dashboard */

/* lokal cash */
#lokal_cash .tile .tile-button {
  flex: 20%;
}
#lokal_cash .tile .tile-img {
  flex: 5%;
}
#lokal_cash .tile .tile-content {
  flex: 75%;
}
#lokal_cash .tile-content .tile-text-lg {
  line-height: 35px;
}
#lokal_cash .tile-inner .tile-img img {
  width: 55px;
}
.tile-button {
  display: flex;
  align-items: center;
}
.tile-button button {
  height: 45px;
}
.cash-tile {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.1);
  cursor: pointer;
}
.cash-tile .hotel-info,
.cash-tile .date-container,
.cash-tile .price-info {
  flex: 32%;
  flex-wrap: nowrap;
}
.cash-detail {
  margin: 20px 0px;
}
.cash-tile .booking_id {
  margin: 0px 0px 10px;
  font-size: 12px;
  font-weight: 400;
}
.cash-detail .cancel-tag {
  background: #fc5b63;
  padding: 0.1rem 0.6rem;
  border-radius: 10px;
  font-size: 0.7rem;
  margin-left: 10px;
  color: #fff;
}
.cash-tile .hotel-title {
  font-size: 1.2rem;
  font-weight: 500;
}
.cash-tile .hotel-info {
  background: #fff;
  padding: 20px;
}
.cash-tile {
  border-radius: 12px;
  overflow: hidden;
}
.cash-tile .hotel-info .footer {
  display: flex;
  padding: 0px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.cash-detail .date {
  margin: 15px 0px;
}
.cash-tile .date-container {
  background-color: #f6fafb;
  text-align: center;
  padding: 0px 25px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.bg-green {
  background-color: #07524d;
}
.bg-pink {
  background-color: #e89b94;
}
.cash-tile .tag {
  border: none;
  padding: 4px 0px;
  display: block;
  width: 85px;
  height: 25px;
  text-align: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  margin: 3px 5px 0px 0px;
  cursor: default;
}
.cash-tile .hotel-address {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.9rem;
}
.date-container .dates {
  position: relative;
  font-size: 12px;
  display: flex;
}
.date-container .dates .start-date {
  position: relative;
  /*float: left;*/
  flex: 25%;
  text-align: start;
}
.date-container .dotted-line::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #707070;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 15%;
  margin: 4px 0px;
}
.date-container .dotted-line::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #707070;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15%;
  margin: 4px 0px;
}
.date-container .dotted-line {
  width: 65%;
  height: 10px;
  border-bottom: 1px dashed #707070;
  display: block;
  margin: 0 auto;
}
.date-container .dates .start-date::after,
.date-container .dates .end-date::after {
  /*content: '';*/
  /*height: 10px;*/
  /*width: 10px;*/
  /*background-color: #707070;*/
  /*border-radius: 50%;*/
  /*display: block;*/
  /*position: absolute;*/
  /*left: 45%;*/
  /*margin: 4px 0px;*/
}
.date-container .dates .end-date {
  position: relative;
  flex: 25%;
  text-align: end;
}
.date-container .nights {
  clear: both;
  margin-top: 15px;
  color: var(--gray-4);
  font-size: 12px;
}
.date-container .dates .dotted-line {
  border: none;
  border-bottom: 1px dashed #707070;
  flex: 40%;
  height: 30px;
  display: flex;
}
.date-container .dates .dotted-line::after {
  /*position: absolute;*/
  /*top: 22px;*/
  /*left: 20%;*/
  /*color: #525252;*/
  /*font-size: 8px;*/
  /*content: '--------------------------------------';*/
}
.cash-tile .price-info {
  padding: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cash-tile .price-info .price {
  font-size: 1.5rem;
  font-weight: 500;
}
.cash-tile .price-info .price-count {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--gray-4);
}
.history .main-heading {
  font-size: 14px;
  margin-top: 40px;
}
.h-table {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.h-table tr {
  background-color: #fff;
  margin: 10px 0px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.h-table tr td {
  width: 33%;
  padding: 10px;
}
.history-row {
  background-color: #fff;
  margin: 10px 0px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.history-row .history-date {
  background-color: var(--light-green);
  padding: 15px;
  text-align: center;
  font-size: 12px;
}
.history-row .history-title-container {
  padding: 10px 30px;
  font-size: 18px;
  text-transform: capitalize;
}
.history-row .history-price {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
/* end lokal cash */

/* payments */
#payment .tile-content .tile-text-lg {
  font-size: 1.3rem;
}
.voucher {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0px;
}
.voucher .column-1 {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
}
.voucher .column-1 h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.voucher .column-1 h6 {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.voucher .column-2 {
  padding: 35px 10px;
  background-color: #f6fafb;
}
.voucher .column-2 h4 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.voucher .column-2 p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-size: 300;
  color: var(--gray-4);
  margin-top: 6px;
}
.voucher .column-3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voucher .column-3 div {
  margin: 0 auto;
}
.voucher .column-3 .voucher_status {
  font-size: 0.8rem;
}
.booking {
  margin: 20px 0px;
}
.booking .col-lg-11 {
  max-width: 95%;
}
.booking .col-lg-1 {
  max-width: 5%;
}

.booking .h-slider-arrow {
  width: 30px;
  height: 30px;
}
.booking .arrow-left {
  background-image: url(../../assets/media/arrow-left.png);
  left: 2%;
}
.booking .arrow-right {
  background-image: url(../../assets/media/arrow-right.png);
  right: 2%;
}
.booking-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  z-index: 6;
  position: relative;
}

.booking-inner .link {
  position: absolute !important;
  z-index: 10 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.booking h2 {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0px;
}
.booking label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 5px;
}
.booking p {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--gray-4);
  letter-spacing: 0.6px;
}
.booking .column-3 {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
}
.booking .column-3 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  margin-top: 15px;
  font-size: 1.1rem;
}
.booking .img-slider-container img {
  border-radius: 8px;
  height: 150px;
}
.booking .new-tag {
  padding: 0;
  width: 60px;
  display: block;
  text-align: center;
  padding: 3px 0px;
}
.booking .icons {
  background-color: #e89b94;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 3;
  position: relative;
  margin-top: 25px;
  margin-left: -20px;
  margin-bottom: 0px;
}
.booking .icons li {
  padding: 10px 0px;
  text-align: center;
  padding-left: 15px;
  color: #fff;
}
.booking .icons li a {
  color: #fff;
}

.booking .icons li:hover a {
  color: #e89b94;
}

.booking .cancel-booking {
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
  text-align: center;
  background-color: #e89b94;
  color: #fff !important;
  border-radius: 8px;
  border: transparent;
  width: 100%;
  padding: 5px 1rem;
  text-decoration: none;
  height: 40px;
  outline: none !important;
  border: 1px solid #e89b94 !important;
  width: fit-content;
}

.border-bottom-gray {
  border-bottom: 1px solid var(--gray-2);
}
.booking .icons li img {
  width: 18px;
}
.booking .icons li:hover {
  background-color: #fff;
}
.booking .icons li:hover img.img-hover {
  display: inline;
}
.booking .icons li:hover img.img-normal {
  display: none;
}
.booking .icons li img.img-hover {
  display: none;
}
.booking .tag {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.room-detail .date-container .dotted-line {
  width: 55%;
}
.room-detail label {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.room-detail {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.room-detail .column-1 {
  padding: 40px 0px 0px 0px;
}
.room-detail .column-2 {
  background-color: #f6fafb;
  display: flex;
  align-items: center;
  padding: 40px 45px 10px 40px;
  flex-direction: column;
}
.room-detail .column-3 {
  padding: 40px;
}

.room-detail p {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-4);
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.room-detail .date-container .nights {
  clear: both;
  margin-top: 10px;
  color: var(--gray-4);
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.room-detail .booking_edit {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #707070;
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none !important;
}
.room-detail .booking_edit svg {
  width: 1.4rem;
}

.room-detail .edit_rooms {
  position: absolute;
  top: 85px;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
}
.room-detail .edit_rooms .panel-dropdown-content {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px !important;
  height: fit-content;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  width: 100%;
}
.room-detail .edit_rooms .panel-dropdown .panel-dropdown-content:after {
  border-bottom-color: transparent;
}
.room-detail .edit_rooms .qtyButtons:first-child {
  margin-top: 10px;
}
.edit_rooms #room_edit_close {
  cursor: pointer;
}
.edit_rooms #room_error {
  width: 100%;
  color: #e89b94;
  /* margin: 0 auto; */
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 5px 0px;
}
.dp-container .messages {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 5px 0px;
  font-size: 0.8rem;
}

.edit_rooms #room_success {
  width: 100%;
  color: #07524d;
  /* margin: 0 auto; */
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 5px 0px;
}
.room-detail .edit_rooms .h-button {
  font-size: 0.8rem !important;
  height: fit-content;
  padding: 6px;
  text-align: center;
}

.room-detail .edit_rooms .drop-link {
  opacity: 0;
}

.room-detail .edit_rooms {
  display: none;
}
.edit_rooms .qtyButtons label {
  text-align: left !important;
}
#map {
  width: 100%;
  height: 300px;
}
.map-container {
  margin: 20px 0px;
  background-color: #fff;
  padding: 15px 0px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.map-container #detail_map {
  border-radius: 8px;
  height: 200px;
}
#location #map {
  height: 400px !important;
}
.heading-sm {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.hotel-rating {
  background-color: #fff;
  margin: 15px 0px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hotel-rating svg {
  color: #dfe8e8;
}
.hotel-rating h1 {
  font-weight: 200;
  font-size: 70px;
  text-align: center;
  margin-bottom: 0px;
}
.hotel-rating .rating {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hotel-rating .rating li {
  display: inline-block;
}
.hotel-rating .rating li img {
  width: 25px;
}
.hotel-rating p {
  color: var(--gray-4);
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.hotel-rating .rating-label {
  color: var(--gray-4);
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.hotel-rating .bar-fill,
.hotel-rating .bar {
  height: 10px;
}
.hotel-rating .column-1 {
  padding: 20px;
}
.hotel-rating .column-2 {
  padding: 20px 50px;
  background-color: #f6fafb;
}
.user-review {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  min-height: 140px;
}
.user-review .rating {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 15px;
}
.user-review .rating li {
  display: inline-block;
}
.user-review label,
.user-review p {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.user-review .rating li img {
  width: 15px;
}
.user-review .review-content {
  padding: 0px 10px;
}
.user-review .user-image {
  flex: 15%;
  display: flex;
  justify-content: center;
  align-items: normal;
}
.user-review .user-image svg {
  width: 50px;
  color: #07524d;
  box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.2);
  border-radius: 50px;
  flex-direction: column;
  height: 50px;
  padding: 10px;
}
.user-review .review-content {
  flex: 80%;
}
/* end payments */

.top-filters {
  margin-bottom: 5px !important;
}
.ui-tabs .ui-tabs-nav li {
  padding: 0px !important;
}
.top-filters .cbx span {
  color: black !important;
}
.ahs_stepsform {
  width: 99%;
}
.password-field {
  position: relative;
}
.password-field span {
  width: 1.125em;
  position: absolute;
  right: 2%;
  top: 52%;
  color: var(--gray-4);
}
a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
  text-decoration: none !important;
  color: #000;
}
.changepassword .close {
  position: absolute;
  top: 0px;
  right: 15px;
}
div.pac-container.pac-logo:after {
  color: red !important;
  background: #fff !important;
  content: "";
  height: 0px !important;
}
div.pac-container.pac-logo {
  width: auto !important;
  margin-top: 4px;
  z-index: 3000;
  border: none;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
}

/* checkout summary */
.bdc {
  display: none;
}
.checkout-summary {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  width: 90%;
}
.checkout-summary .hotel-address {
  margin-top: 5px;
  line-height: normal;
  margin-bottom: 0px;
  font-size: 0.7rem;
}
.checkout-summary .hotel-title {
  margin: 0px;
  line-height: normal;
  font-size: 0.85rem;
}
.checkout-summary .title {
  font-size: 0.9rem;
  margin-bottom: 0px;
  line-height: normal;
  text-align: left;
}
.checkout-summary span.dates {
  font-size: 0.8rem;
}
.checkout-summary span.dates svg {
  width: 0.8rem;
  margin-right: 5px;
}
.checkout-summary span.guests {
  display: block;
  font-size: 0.8rem;
}
.checkout-summary span.guests svg {
  width: 0.8rem;
  margin-right: 5px;
}
.checkout-summary span.rooms {
  display: block;
  font-size: 0.8rem;
}
.checkout-summary span.rooms svg {
  width: 0.8rem;
  margin-right: 5px;
}
.checkout-summary .h-row {
  margin: 10px 0px;
}
.checkout-summary .form-input {
  margin: 3px 0px;
}
.checkout-summary .form-input label {
  color: #000;
  font-weight: 400;
  font-size: 0.8rem;
}
.checkout-summary .close {
  display: none;
  text-align: left !important;
  width: 100%;
}
#responsive-footer {
  background-color: #f8f9fa;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 10px 0px;
  display: none;
}
#responsive-footer .h-button {
  width: 100%;
}

/* --checkout summary  */

/* login dropdown */

/**/

.login-container .nav-tabs {
  border: none;
  width: 100%;
  justify-content: center;
  margin: 10px 0px;
}

.login-container .nav-tabs li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #000 !important;
  padding-bottom: 1.5%;
}

.login-container .h_input {
  background: #ffffff;
  border: 1px solid #acb5bd;
  border-radius: 8px;
  width: 100%;
  margin: 10px 0px;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  outline: none !important;
}

.nav-tabs li .active {
  border-bottom: 4px solid #e89b94;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
  /* margin:10px 0px; */
}
.detail-container .iti.iti--allow-dropdown.iti--separate-dial-code {
  margin: 0px;
}
a {
  text-decoration: none;
  color: #000;
}
.login-dropdown {
  position: relative;
}
.login-dropdown .login-container {
  width: 430px;
  position: absolute;
  right: 0px;
  z-index: 3000;
  display: none;
  background: #ffff;
  border-radius: 8px;
  padding: 15px 30px;
  box-shadow: 0px 0px 12px rgb(0, 0, 0, 0.3);
}
.login-dropdown .iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
  width: 430px;
  overflow-x: hidden;
}

.login-container .h_forms {
  width: 100%;
  height: 425px;
  text-align: center;
}
.login-container .nav-tabs li a {
  padding: 0px 20px;
}
.login-container .h_button {
  background-color: #e89b94;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 5px 70px;
  outline: none !important;
}
.iti__flag-container li {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
}
.iti__country-list {
  width: 500px;
}
.iti--allow-dropdown .iti__selected-flag {
  background-color: transparent;
  margin-left: 4px;
  outline: none !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #fff;
  margin-left: 4px;
  outline: none !important;
}
.iti--separate-dial-code .iti__selected-dial-code flag_font_size {
  font-size: 12px !important;
  color: var(--gray-3) !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  display: flex;
}
/*--login dropdown desgin */

/*! login dropdown */

/* side menu  */

.side-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 3000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  max-width: 300px;
  min-width: 300px;
}
.side-menu.closed {
  right: -350px;
}
.side-menu .user-nav-container {
  background: #07524d;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.side-menu .user-nav li.user-nav-link :first-child {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.side-menu .user-nav li.user-nav-link :last-child {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.side-menu .user-nav {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 10px;
}
.user-nav .user-nav-link .sub-link a {
  padding: 0px 20px;
}
.user-nav .user-nav-link a {
  padding: 20px;
  display: flex;
  align-items: center;
}

.user-nav .user-nav-link:not(:nth-child(1)) a {
  padding-top: 0 !important
}

.user-nav .user-nav-link:nth-last-child() a {
  padding-top: 0 !important;
}

.side-menu .user-nav-link img {
  margin-right: 25px;
  width: 25px;
}
.side-menu .user-nav-link span {
  font-size: 16px;
}
.side-menu .user-nav-link {
  /* padding: 12px 20px; */
}

.side-menu .user-nav a {
  text-decoration: none;
  color: #fff;
  display: flex;
  padding: 20px 20px;
}
.side-menu .user-nav .sub-link a {
  padding: 0px 20px;
}
.side-menu .user-nav-link.open .sub-menu {
  display: block;
}
.side-menu .sub-menu {
  display: none;
}
.side-menu .sub-link img {
  fill: red;
}
.side-menu .sub-link {
  margin-top: 15px;
}
.side-menu .sub-link span {
  font-size: 12px;
}
.side-menu .user-nav-link .img-hover {
  display: none;
}
.side-menu .user-nav-link.active {
  background-color: #f8f9fa;
}
.side-menu .user-nav-link.active .img-hover {
  display: inline;
}
.side-menu .user-nav-link.active .img-normal {
  display: none;
}
.side-menu .user-nav-link:hover .img-normal {
  display: none;
}
.side-menu .user-nav-link:hover .img-hover {
  display: inline;
}
.side-menu .sub-link .sub-hover {
  display: none;
}
.side-menu .sub-link:hover .sub-normal {
  display: none;
}
.side-menu .sub-link:hover .sub-hover {
  display: inline;
}
.side-menu .user-nav-link a:hover {
  color: #e89b94;
}
.side-menu .header {
  display: flex;
  justify-items: center;
  padding: 30px 10px 15px 10px;
  border-bottom: 2px solid var(--gray-3);
}
.logo-container {
  justify-content: flex-end !important;
}
.side-menu .header .profile-image {
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  flex: 20%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu .header .profile-image svg {
  color: #07524d;
  width: 32px;
  height: 32px;
}
.side-menu .header .profile-name {
  flex: 80%;
  display: flex;
  align-items: center;
  color: #fff;
}
.side-menu .header .profile-image img {
  width: 100%;
  height: 100%;
}
.side-menu .side-menu-close {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #07524d;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #fff;
}

.user-nav::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.user-nav::-webkit-scrollbar-track {
  background: #07524d;
  border-radius: 20px;
}

/* Handle */
.user-nav::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
  border-radius: 20px;
}

/* Handle on hover */
.user-nav::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}
.side-menu .phone {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  background-color: #07524d;
}

/* -- side menu */

/* user right menu */
.user-top-menu {
  margin: 0px;
}
.user-top-menu .menu-link {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.user-top-menu .menu-link .uprofile {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  flex: 20%;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.user-top-menu .menu-link .uprofile svg {
  width: 28px;
  height: 26px;
  color: #07524d;
}
.user-top-menu .menu-link:focus .menu-content {
  display: block;
}
.user-top-menu .menu-label img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-top-menu .menu-content {
  display: none;
  position: absolute;
  right: 15px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}

.user-top-menu .menu-label {
  color: #fff;
}
.user-top-menu .img-container > svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.user-top-menu .img-container {
  text-align: center;
  position: relative;
}
.user-top-menu #profile_img {
  display: none;
}
.user-top-menu .profile-menu {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
}
.user-top-menu h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
.user-top-menu h5 {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.user-top-menu label {
  background: #ffff;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 41px;
  padding: 5px 8px;
  text-align: center;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
.user-top-menu label .edit_image {
  width: 20px;
}
.user-top-menu .edit {
  display: block;
  border: 1px solid #e89b94;
  width: 100%;
  height: 55px;
  color: #e89b94;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 10px 0px;
}
.user-top-menu .signout {
  display: block;
  border: none;
  width: 100%;
  height: 55px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 10px 0px;
  background: #e89b94;
}

.user-top-menu .notifications {
  background-color: #fff;
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  text-align: center;
}
.user-top-menu .dot {
  width: 8px;
  height: 8px;
  background-color: #ffbe57;
  position: absolute;
  border-radius: 10px;
  top: -5px;
  right: -5px;
}
.menu-link .dropdown-menu.show {
  border-radius: 20px;
  top: 0 !important;
  border: none;
}
.user-top-menu .dropdown button {
  border: none;
  background: transparent;
  padding: 0px;
  border-radius: 50%;
  outline: none !important;
}
.user-top-menu .dropdown button img {
  border-radius: 50%;
}
.user-top-menu .dropdown button svg {
  color: #fff;
}
.user-top-menu .dropdown-menu {
  width: fit-content;
}
.user-top-menu .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 35px;
  border: none;
  border-color: unset;
}
/* -- user right menu */

/* popup gallery */

/* #fsModal .modal-dialog {
  max-width: 50%;
} */
#fsModal .modal-content {
  border-radius: 1vw;
  padding: 0px;
  /* height: 580px; */
}
#fsModal .close_modal{
  cursor: pointer;
}

.carousel-control-next, .carousel-control-prev{
  width: 10% !important;
  /* added padding for left right buttons */
  margin-left: 0.15em;
  margin-right: 0.15em;

}
#fsModal .modal-content .carousel-inner img {
  border-radius: 1vw;
}
#fsModal .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#fsModal a svg {
  width: 50px;
  height: 50px;
}
/* -- popup gallery*/

/* notification dropdown */

.notifications .heading {
  font-size: 16px !important;
  color: #303030;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid var(--gray-2);
  padding: 10px 0px;
}
.notification {
  border-bottom: 1px solid var(--gray-2);
  padding: 10px;
}
.notifications .content {
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  min-height: auto;
}
.notifications .header {
  display: flex;
}
.notifications .header .name {
  flex: 70%;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}
.notifications .header .time {
  flex: 30%;
  font-size: 12px;
  text-align: right;
  font-style: italic;
  font-weight: 400;
}
.notifications .body {
  width: 100%;
  text-align: left;
  padding: 5px 0px;
}
.notifications .content a:hover .notification {
  background: var(--gray-1);
}
.notification p {
  margin: 0px;
  font-size: 14px;
}
.notifications .footer {
  padding: 12px 0px;
  border-top: 1px solid #dde2e5;
}
/* -- notification dropdown */

/* paginations */
.pagination .page {
  padding: 5px;
}
.pagination .nav {
  padding: 5px;
}
.pagination .page,
a.nav.next {
  cursor: pointer;
}
.pagination a.nav[data-next="true"] {
  cursor: pointer;
}
.pagination a.nav[data-next="false"] {
  cursor: default;
}
/* -- paginations */

/* responsive search */

/* responsive search */

.header-container.search-open #search_normal.responsive-search {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  padding: 30px 20px;
  z-index: 3000 !important;
  /* background: url(../../assets/media/responsive_background.png); */
  overflow: scroll;
  /* min-height: 287px; */
  bottom: 0;
  border-radius: 25px 25px 0px 0px;
}

.header-container.search-open .searchbar-container .custom-dropdown {
  display: block;
  height: 65px;
  border-left: none !important;
}

.header-container.search-open .room-selector .panel-dropdown {
  padding: 15px 10px !important;
  border-radius: 8px;
  height: 65px;
  margin: 0px;
  width: 100%;
  border: 1px solid #acb5bd;
}
.header-container.search-open .room-selector {
  border: none;
}
.responsive-form-close {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 4000;
  color: #fff;
}
#search_normal.responsive-search .responsive-form-close {
  display: block;
}
.scroll-fix .responsive-form-close {
  display: none;
}
.responsive-form-back {
  position: relative;
  z-index: 4000;
  color: #000;
  display: none;
}
.header-search .next-btn {
  display: none;
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 10px 4rem;
  font-size: 0.9rem;
  border-radius: 8px;
}
#search_normal.responsive-search .next-btn {
  display: inline-block;
}
.responsive-search .column-5 {
  width: 100%;
  /* text-align: center; */
  position: absolute;
  bottom: 0;
  padding: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.header-search .column-4 span {
  align-items: center;
  justify-content: center;
  display: none;
}

.responsive-search.show_calendar .column-2 {
  display: block;
}
.responsive-search.show_calendar .column-2 .range-input {
  /*display:none !important;*/
}
.header-container.search-open {
  background: #fff;
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: scroll;
  -webkit-transition: background-color 0.4s cubic-bezier(0.35, 0, 0.65, 1) !important;
  -moz-transition: background-color 0.4s cubic-bezier(0.35, 0, 0.65, 1) !important;
  transition: background-color 0.4s cubic-bezier(0.35, 0, 0.65, 1) !important;
}
.header-container.search-open .nav-container {
  position: relative;
  height: 100%;
}
.header-container.search-open #header {
  height: 100%;
}
.header-container.search-open .nav-container {
  background-color: #000;
}
.header-container.search-open .nav-container .header-nav,
.header-container.search-open .nav-container .header-text-container {
  display: none;
}
.header-container.search-open .column-4 {
  display: none;
}

.header-container.search-open .responsive-form-back {
  display: flex;
  align-items: center;
  padding-right: 10px;
  height: 100%;
}

.header-container.search-open #show_calendar {
  padding-top: 20px;
  display: inline-block;
}

.header-container.search-open .panel-dropdown a:after {
  content: "";
}
.header-container.search-open.show_calendar .column-3 {
  display: none;
}
.header-container.search-open.show_calendar .column-2 {
  display: flex;
}
.header-container.search-open.show_calendar .column-1 {
  display: none;
}

.header-container.search-open .column-2 {
  display: none;
  width: 100%;
  margin-left: 0px;
}

.header-container.search-open .header-search .column-1 {
  height: 65px;
}
.header-container.search-open .responsive-search .searchbar-container {
  width: 100%;
}
.header-container.search-open.show_guests .column-1 {
  display: none;
}
.header-container.search-open.show_guests .column-2 {
  display: none;
}
.header-container.search-open .column-3 {
  display: none;
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  min-height: 300px;
}
.header-container.search-open.show_guests .column-3 {
  display: flex;
}
.header-container.search-open.show_guests .column-5 {
  display: none;
}
.header-container.search-open.show_guests .column-4 {
  display: flex;
}
.header-container.search-open.show_guests .column-4 span.h-button {
  display: none;
}
.header-container.search-open.show_guests .column-4 button.h-button {
  display: block;
}

.header-container.search-open .column-4 span.h-button {
  display: flex;
}
.header-search .column-4 span {
  display: flex;
}
.header-container.search-open .section-inner {
  width: 100%;
  height: 100%;
}
.header-container.search-open .range-input {
  display: block;
  opacity: 0;
}
/* -- responsive search */

#dashboard-menu {
  display: none;
  margin-bottom: 20px;
}
#dashboard-menu-close {
  display: none;
  margin-bottom: 10px;
}
#top_rated {
  min-height: 44vh;
  /* margin-bottom: 80px; */
}

.h-box.sticky-box .close {
  display: none !important;
  float: left;
  position: absolute;
  top: 10px;
  left: 10px;
}
.responsive.show .close {
  display: block !important;
}

.responsive button.show-modal {
  position: fixed;
  right: 4%;
  top: initial;
  border: none;
  background: #e89b94;
  color: #fff;
  font-size: 12px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  outline: none !important;
  bottom: 20px;
  display: none;
}

.booking .column-3 .btn-paynow {
  border: none;
  border-radius: 8px;
  height: 35px;
  width: 150px;
  font-size: 14px;
  background-color: #e89b94;
  color: #fff;
  outline: none !important;
  /* margin-top: 12px; */
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 20;
}

.booking .column-3 .btn-checkout {
  border: none;
  border-radius: 8px;
  height: 35px;
  width: 150px;
  font-size: 14px;
  background-color: #e89b94;
  color: #fff;
  outline: none !important;
  /* margin-top: 12px; */
  position: absolute;
  bottom: 45px;
  right: 10px;
}

/* user right menu app */
.user-nav-container .header {
  margin: 0px;
}
.user-nav-container .dropdown-menu:before {
  border: none;
}
.user-nav-container .header .menu-link {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.user-nav-container .header .menu-link:hover .menu-content {
  display: block;
}
.user-nav-container .header .menu-link:focus .menu-content {
  /*display: block;*/
}
.user-nav-container .header .menu-label img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-nav-container .header .menu-content {
  display: none;
  position: absolute;
  right: 30px;
  top: 95px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  z-index: 300;
}

.user-nav-container .header .menu-label {
  color: #fff;
}
.user-nav-container .header .img-container svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.user-nav-container .header .img-container {
  text-align: center;
  position: relative;
}
.user-nav-container .header #profile_img {
  display: none;
}
.user-nav-container .header .profile-menu {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  min-width: 225px;
}
.user-nav-container .header h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
.user-nav-container .header h5 {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.user-nav-container .header label {
  background: #ffff;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 41px;
  padding: 5px 8px;
  text-align: center;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
.user-nav-container .header label .edit_image {
  width: 20px;
}
.user-nav-container .header .edit {
  display: block;
  border: 1px solid #e89b94;
  width: 100%;
  height: 55px;
  color: #e89b94;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 10px 0px;
}
.user-nav-container .header .signout {
  display: block;
  border: none;
  width: 100%;
  height: 55px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 10px 0px;
  background: #e89b94;
}

.user-nav-container .header .notifications {
  background-color: #fff;
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  text-align: center;
}
.user-nav-container .header .dot {
  width: 8px;
  height: 8px;
  background-color: #ffbe57;
  position: absolute;
  border-radius: 10px;
}
.user-nav-container.user-dashboard.open {
  left: 4% !important;
}
.user-nav-container .dropdown {
  width: 75px;
  height: auto;
}
.user-nav-container .dropdown-menu {
  top: 0px !important;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgb(0, 0, 0, 0.2);
}
.user-nav-container .dropdown > button {
  border: none;
  background: transparent;
  padding: 0px;
  border-radius: 50%;
  outline: none !important;
}
/* -- user right menu app*/

/* loader css */
.loader-container {
  height: 200px;
  width: auto;
  z-index: 1000 !important;
  position: absolute;
  left: 45%;
}
.loader {
  z-index: 2000;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50px;
  background: #fff !important;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* --loader css */

.map-button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

/*thank you*/
.thankyou {
  text-align: center;
  height: 400px;
  display: flex;
  align-items: center;
}
.thankyou a {
  color: #07524d;
  font-weight: 600;
  padding: 10px 5px;
}
.thankyou h1 {
  color: #07524d;
  font-weight: 700;
}
/*-- thank you*/

/*payment failed*/
.payment_failed {
  padding: 30px 0px;
  min-height: 70vh;
}
.payment_failed .title {
  font-size: 22px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  text-align: left;
}
.payment_failed .address {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #acb5bd;
}
.possible-options .h-box {
  padding: 30px 20px;
  border-radius: 12px;
}
.possible-options ul {
  padding: 0px;
  margin: 0px;
}
.possible-options li {
  padding: 0px;
  margin: 4px 0px;
}
.possible-options h5 {
  padding: 10px 0px;
  border-bottom: 1px solid #dde2e5;
}
.possible-options li a {
  font-size: 14px;
  color: gray;
}
.possible-options li a:hover {
  color: rgb(106, 106, 106);
}
.payment_failed .alert {
  font-size: 1rem;
}

/*-- payment failed*/

/*reviews modal*/

#reviews_modal.modal {
  top: 15%;
  z-index: 4000;
}
#reviews_modal .carousel.slide svg {
  color: #e89b94;
}
#reviews_modal .close {
  outline: none !important;
}
#reviews_modal .modal-content {
  height: 200px;
}
#reviews_modal .modal-body {
  padding: 2rem;
}
#reviews_modal .review-name,
#reviews_modal p {
  font-size: 16px;
}
/*-- reviews modal*/

.form-control:focus {
  box-shadow: unset;
  border-color: #acb5bd;
}

/*contact form*/
.contact-info .heading {
  font-size: 20px !important;
  font-weight: 600;
  display: block;
}
.contact-info .para {
  font-size: 19px !important;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e89b94;
}
.select2-container .select2-selection--single {
  height: 32px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2px 20px;
}
.select2-search--dropdown .select2-search__field {
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: solid #e89b94;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 30%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 6px;
  right: 5px;
}
.select2-container--default .select2-selection--single {
  border-radius: 6px;
  border: 1px solid #abb5be;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #e89b94;
  border-width: 0 1px 1px 0px;
}
/*-- contact form*/

.ui-autocomplete {
  z-index: 7000;
}

/*cancellation booking*/

.cancellation-content {
  width: 100%;
  display: block;
  margin: 10px 0px;
}
.cancellation-content .h-line {
  width: 100%;
}
.cancellation-content .column-1 {
  width: 50%;
  display: inline-block;
}
.cancellation-content .column-2 {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  width: 60%;
  display: inline-block;
}
.cancellation-content .dashed-line {
  width: 100%;
  border: 1px dashed gray;
}
.cancellation-content .solid-line {
  width: 100%;
  border: 1px solid gray;
}

.cancellation-content .column-2 .h-line {
  height: 1px;
  background: gray;
}
.cancellation-content table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}
.cancellation-content table td {
}
.cancellation-content table .absorbing-column {
  width: 100%;
}
.cancellation-content ul.leaders {
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  margin: 15px 0px;
}
/*.cancellation-content ul.leaders li:before {*/
/*    float: left;*/
/*    width: 0;*/
/*    white-space: nowrap;*/
/*    content:*/
/* "---------------------------------------"*/
/* "---------------------------------------"*/
/* "---------------------------------------"*/
/* "---------------------------------------"}*/
.cancellation-content ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
}
.cancellation-content ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}
.cancellation-content .reasons .cbx span:last-child {
  font-size: 0.76rem;
}
.cancellation-content .reasons {
  margin-bottom: 5px;
}
.cancellation-policy h5 {
  font-size: 1rem;
}
.cancellation-policy .h-input {
  border: 1px solid #acb5bd;
  border-radius: 8px;
  width: 100%;
  outline: none !important;
  box-shadow: unset;
  display: none;
}
.cancellation-policy .h-button-2 {
  padding: 0.6rem 2rem;
  font-size: 0.75rem;
  margin: 0.2rem 0px;
}
/*-- cancellation booking*/

/*radio button css*/

.cancellation-policy [type="radio"]:checked,
.cancellation-policy[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.rgc [type="radio"]:checked + label,
.rgc [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #666;
  font-size: 0.8rem;
}
.rgc [type="radio"]:checked + label:before,
.rgc [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.rgc [type="radio"]:checked + label:after,
.rgc [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #e89b94;
  position: absolute;
  top: 5px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e89b94;
}
.rgc [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.rgc [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rgc [type="radio"] {
  display: none;
}
/*-- radio button css*/

/*tooltip*/
.tooltip-inner {
  background-color: #07524d !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
  font-size: 0.8rem !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #07524d;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #07524d;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #07524d;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #07524d;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #07524d !important;
  font-size: 0.8rem !important;
}
/*-- tooltip*/

.login-msg {
  text-align: center;
}
.login-msg a {
  text-decoration: underline !important;
  color: #07524d;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  display: block;
}

.ec_message h6 {
  margin-bottom: 20px;
}
.ec_message .h-button-2 {
  margin: 5px 0px;
}

/*voucher*/

.d-voucher {
  display: flex;
  font-size: 0.9rem;
  padding: 0.3rem 0.7rem;
}
.applied {
  display: flex;
  font-size: 0.9rem;
  padding: 0px;
}
.d-voucher:hover {
  background: #e89b94;
  color: #fff;
}

.d-voucher .voucher-title,
.applied .voucher-title {
  flex: 55%;
  font-size: 0.8rem;
}

.d-voucher .voucher-price,
.applied .voucher-price {
  flex: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
}
.d-voucher-title {
  outline: none !important;
  display: block;
  border: 1px solid #dde2e5;
  padding: 0.4rem 10px;
  background: transparent;
  width: 100%;
  margin: 0px 0px 3px;
  height: 41px;
  border-radius: 8px;
}

.d-voucher-container {
  padding: 0px 15px 0.2em;
  border-bottom: 1px solid #dde2e5;
  margin: 2px 0px;
}
.remove_voucher {
  color: var(--primary);
  font-size: 0.6rem;
  margin-right: 5px;
}
#discount_msg {
  color: var(--primary);
  font-size: 0.8rem;
  width: 100%;
  text-align: left;
  display: block;
}
.vs-msg {
  font-size: 0.83rem;
  display: block;
  margin: 0px 0px 0px;
}
/* #coupan{
    margin-bottom:4px !important;
} */
#applycoupan {
  /* margin-top: 4px; */
  /* margin-bottom: 2px !important; */
  background-color: #c65a79 !important;
  position: absolute;
  right: 2%;
  /* top: 14%; */
  width: 20%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vs-msg .voucher-signup {
  border: none;
  background: transparent;
  color: #07524d;
  display: inline-block !important;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
/*end voucher*/
.edit.e_booking_info {
  display: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  background-color: #fff;
}

.ui-autocomplete.ui-front .ui-menu-item:hover {
  background-color: #e89b94 !important;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  font-size: 1rem !important;
}
.ui-autocomplete.ui-front .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #fff !important;
}
/* .show-calendar.daterangepicker .drp-buttons .btn{
    font-weight:400;
        padding: .5rem 1.9rem;
        width:auto;
        font-size: .8rem !important;
} */
.edit_rooms .qtyInc,
.edit_rooms .qtyDec {
  font-size: 1.5rem;
}
.edit_rooms .qtyButtons input {
  width: 35px;
}
#checkout_summary .hotel-thumb {
  border-radius: 8px;
}
#exp_form .select2-container--default .select2-selection--single {
  height: 35px;
}
#exp_form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 3px 20px;
}

.header-search .column-1 .next_button {
  display: none;
}

.applied_discount label {
  font-size: 0.8rem;
  font-weight: 600;
}

.property_link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.faq-list ul .question {
  font-weight: 500;
  display: flex;
}

.faq-list .collapse li {
  list-style: circle;
  margin-left: 20px;
}
#description ul li {
  list-style: circle;
  margin-left: 20px;
}
.faq-list .collapse-content {
  font-size: 0.9rem;
}
.faq-list .question::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  float: right;
  position: absolute;
  right: 10px;
  font-weight: 900;
  color: #07524d;
}
.faq-list .question.collapsed::after {
  /* symbol for "collapsed" panels */
  content: "\f068";
}
.refer_send_code button {
  padding: 0 6% !important;
}

/* Express checkin css */
.custom_h_box{
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px;
  border-radius: 3vw;
  padding: 12px;
}

.lokal_custom_form label{
  margin: 5px 0;
  font-size: 0.8rem;
  color: #07524d;
}

.lokal_custom_form input[type=text],
.lokal_custom_form input[type=number],
.lokal_custom_form input[type=date],
.lokal_custom_form input[type=datetime-local],
.lokal_custom_form input[type=time],
.lokal_custom_form input[type=email],
.lokal_custom_form input[type=tel],
.lokal_custom_form select {
  height: 34px;
  padding-right: 10px;
}

.lokal_custom_form input[type=text],
.lokal_custom_form input[type=number],
.lokal_custom_form input[type=date],
.lokal_custom_form input[type=datetime-local],
.lokal_custom_form input[type=time],
.lokal_custom_form input[type=email],
.lokal_custom_form input[type=tel],
.lokal_custom_form select {
  border: none;
  outline: none;
  border-color: transparent;
  border-bottom: 1px solid;
  border-color: #07524d;
  color: #07524d;
  border-radius: 0;
}

.two_input_holder{
  display: flex;
  justify-content: space-between;
}

.two_input_holder > div{
  width: 48%;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
  padding-left: 10px
}
ul.dashed > li {
  text-indent: -10px;
  font-size: 14px;
  /* color: #07524d */
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.signature_field{
  font-size: 52px;
  resize: none;
  /* border-color: #07524d */
}

.card_title{
  text-align: center;
  padding: 12px;
}

.card_title h1{
  font-weight: 500;
  color: white;
  font-size: 25px
}

.card_body{
  padding: 20px 30px;
}

.lokal_custom_form_submit_button {
  border-radius: 3vw;
  background-color: #c65a79;
  border: none;
  padding: 10px 30px;
  color: white;
}

.express_side_panel_overly{
  background: #07524d95;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white
}

.express_side_login_btn {
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 8px 10px;
  border-radius: 50px;
  border: none;
  width: 100%;
  background: #c65a79;
  margin: auto;
  margin-bottom: 5px;
}


.header_capsule_tile{
  background: #07524d;
  border-radius: 30px;
}

.lokal_custom_form input:read-only{
  background-color: white;
  cursor: not-allowed;
}



.upload_card{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.upload_cnic_img{
  border: 1px dashed #07524d;
  text-align: center;
  width: 100px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload_cnic_icon_text{
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100% !important;
  font-size: 12px;
}

.upload_cnic_img label{
  margin: 0 !important;
  width: 100%;
  cursor: pointer;
}

.upload_cnic_img img{
  width: 40px;
  /* margin: 5px; */
  /* height: 40px */
}

.preview_img_holder{
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media only screen and (max-width: 600px){
  .two_input_holder > div{
    width: 100%;
  }

  .two_input_holder{
    display: flex;
    flex-direction: column
  }
}

@media only screen and (max-width: 575px){
  /* fixed shape, padding of left, right and close arrows on carousel */
  #fsModal a svg {
    width: 30px;
    height: 30px;
  }
  #fsModal .carousel-indicators li {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
  #fsModal .close_modal{
    padding:0.23em !important;
    right:4% !important;
  }

  #nav_drawer.show_nav_drawer{
    transition: 0.5s;
    right: 0;
  }
  
  #nav_drawer.hide_nav_drawer{
    transition: 0.5s;
    right: -100%;
  }
  .two_input_holder > div{
    width: 100% !important; 
  }

  #self_checkin_form .two_input_holder{
    display: flex;
    flex-direction: column !important
  }

  .card_body{
    padding: 10px 10px;
  }

  .lokal_custom_form_submit_button {
    border-radius: 8vw
  }

  .card_title h1{
    font-size: 24px
  }

 .custom_h_box {
    border-radius: 10vw;
  } 


  .upload_cnic_img img{
    width: 90%;
    height: auto;
    
  }

  .upload_cnic_img{
    height: 150px
  }

  .preview_img_holder {
    height: 120px;
  }
}