html {
  overflow-x: hidden !important;
}

/* Logo */
.navbar-brand {
  width: 150px;
}

.hero-bg {
  background: #eee;
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 768px) {
  .hero-home {
    height: 450px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}


/* Subtitle */
p.subtitle {
  letter-spacing: 0.1em;
}

/* Sponsor logos */
.sponsor-logos img {
  max-width: 100%;
}

/* Buttons */
/* .btn {
  letter-spacing: 0.1em !important;
} */

.btn-add {
  margin-top: 20px;
}

/* Color overrides */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), 40%) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), 50%) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), 60%) !important;
}

/* .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), 40%) !important;
} */

.text-light-teal {
  color: #75F6F9;
}

.text-light-teal:hover {
  color: #03c8cc !important;
}



/* Pagination */
.page-item.active .page-link {
  background-color: #01579b;
  border-color: #01579b;
}

.page-link {
  color: #01579b;
}

/* Ribbon */
.ribbon-primary {
  letter-spacing: 0.1em !important;
}

/* Card */

/* Thumbnail */
.img-thumbnail {
  border: 0 !important;
  border-radius: 0 !important;
}


/* Hotel card */
.hotel-card {
  /* min-height: 190px; */
  max-width: auto;
}

.hotel-card-request-block {
  min-height: 140px;
  max-width: auto;
}

/* Gallery modal */
.property-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 5vw);
  grid-gap: .5rem;
}

.property-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-gallery__item--1 {
  grid-column: 1 / span 5;
  grid-row: 1 / span 4;
  position: relative;
  max-height: 500px;
}

.property-gallery__item--2 {
  grid-column: 6 / span 2;
  grid-row: 1 / span 2;
}

.property-gallery__item--3 {
  grid-column: 8 / span 2;
  grid-row: 1 / span 2;
}

.property-gallery__item--4 {
  grid-column: 6 / span 2;
  grid-row: 3 / span 2;
}

.property-gallery__item--5 {
  grid-column: 8 / span 2;
  grid-row: 3 / span 2;
}

.property-gallery__item--2,
.property-gallery__item--3,
.property-gallery__item--4,
.property-gallery__item--5 {
  max-height: 245px;
  min-height: 245px;
}

.property-gallery figure {
  margin: 0;
}

.property-gallery__more-img-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media (min-width: 1200px) {
  .property-gallery__item--1 {
    min-height: 500px;
    min-width: 650px;
  }
}

/* Gallery modal */
.property-modal-body {
  overflow-y: scroll;
}

.property-modal-body ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.property-modal-body li {
  height: 40vh;
  flex-grow: 1;
  margin: .25rem;
}

.property-modal-body li:last-child {
  flex-grow: 10;
}

.property-modal-body img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  min-height: 100%;
}

/* ADVANCED */
/* @media (max-aspect-ratio: 1/1) {
    .property-modal-body li {
      height: 30vh;
    }
  } */

/* Short screens */
@media (max-height: 480px) {
  .property-modal-body li {
    height: 80vh;
  }
}

/* Smaller screens in portrait */
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .property-modal-body ul {
    flex-direction: row;
  }

  .property-modal-body li {
    height: auto;
    width: 100%;
  }

  .property-modal-body img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}


/* Scroll nav */
#vr-scroll-nav {
  transform: translateY(60px);
  margin-top: -60px;
}

#vr-scroll-nav li {
  margin: 0;
  font-size: 12px;
}

#vr-scroll-nav a {
  color: inherit;
}

#vr-scroll-nav .nav-link.active {
  border-bottom: 5px solid #2f708f;
}

#vr-scroll-nav .nav-pills .nav-link {
  border-radius: 0;
}

#vr-scroll-nav .nav-item {
  text-transform: none;
  letter-spacing: .25px;
  font-weight: normal;
}

#vr-scroll-nav .navbar .nav-link {
  font-weight: 400;
}

#vr-scroll-nav .nav-link {
  padding: 1rem;
  font-weight: 400 !important;
  color: #2F7091;
}

.vr-scroll-nav section {
  padding-top: 160px;
  margin-top: -85px;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 20px;
}

/* About */
.vr-about__container {
  max-width: 850px;
}

.vr-about__container p,
.vr-rooms-and-beds__container p {
  font-weight: bold;
  line-height: 0;
}

.vr-about__container svg,
.vr-rooms-and-beds__container svg {
  margin-bottom: 1rem;
}

/* Spaces */
.vr-spaces__container ul {
  padding-left: 1rem;
}

.vr-icon-container {
  margin-bottom: 1rem;
}

/* Amenities */
#vr-amenities__more-text {
  display: none;
}

#vr-amenities__btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

/* Host */
.vr-host__avatar {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  object-fit: cover;
}


@media (min-width: 1200px) {
  a.book-now {
    display: none;
  }

  .property-gallery {
    grid-template-columns: auto;
    grid-template-rows: auto;
    /* max-height: 500px; */
  }
}


@media (max-width: 1199px) {

  .property-gallery__item--2,
  .property-gallery__item--3,
  .property-gallery__item--4,
  .property-gallery__item--5 {
    display: none;
  }

  .property-gallery {
    grid-template-rows: repeat(4, 8vw);
  }


  #vr-scroll-nav .nav-link {
    padding: .75rem;
  }

  #vr-scroll-nav .navbar .nav-link {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {

  #vr-scroll-nav li:nth-child(1),
  #vr-scroll-nav li:nth-child(3),
  #vr-scroll-nav li:nth-child(6) {
    display: none;
  }

}

/* ----------------------- */


/* Top nav */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.navbar .nav-link {
  /* font-size: 1rem; */
  /* font-weight: 600 !important; */
}

.user-icon {
  font-size: 18px;
  vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link,
.nav-item,
.navbar-nav,
nav .user {
  font-weight: 400 !important;
  color: #464646;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    margin-left: 3em;
  }
}

@media (max-width: 768px) {
  #menu-pipe {
    display: none;
  }

  .navbar-nav {
    margin-top: 30px;
  }
}

/* Links */
a:hover {
  text-decoration: none;
}

/* Search bar */
.search-bar {
  max-width: 1320px;
}

.search-bar input,
.search-bar .filter-option {
  font-size: 14px !important;
  color: #717171;
}

.search-bar input,
.search-bar .filter-option {
  letter-spacing: 0;
}

.search-label {
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  font-size: 12px !important;
  margin-top: -30px;
  padding-top: 20px;
  color: rgb(34, 34, 34) !important;
  z-index: 10;
}

/* .search-bar .form-control, */
.search-bar label {
  color: white;
  padding-top: 0;
  text-transform: uppercase;
}

.search-bar .filter-option-inner-inner {
  padding-left: 8px;
}

.ui-widget.ui-widget-content {
  /* border: none; */
  font-size: 14px;
  padding-left: 15px;
  /* font-weight: bold; */
  border: 1px solid #eee;
  font-family: var(--bs-body-font-family) !important;
  /* z-index: 1000 !important; */
}

.ui-menu-item-wrapper {
  border: none !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
}

.ui-menu-item-wrapper:hover {
  color: #01579b !important;
}

.ui-widget-content {
  border-radius: 8px !important;
}

/* Change search form */
/* .change-search-form {
  padding: 20px 30px;
} */

#booking_form label {
  font-size: 0.75rem;
}

/* Gallery */

/* Table */
.table-res-detail {
  font-size: 14px;
}

.table-res-detail td {
  padding: 1rem;
}

/* Accordian */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: inherit !important;
  box-shadow: 0;
}

.accordion-button {
  padding: 0 0 1rem 0;
  font-size: 1rem !important;
}

.accordion-button:focus {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Progress bar */
.progress-bar {
  background-color: #01579b;
}

/* Footer */
footer {
  border-top: 1px solid #eee;
}

/* =========== =========== */
.mt-30 {
  margin-top: 1.875rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-62 {
  margin-top: 3.875rem;
}

.hotel-details-main .hotel-add-main {
  display: flex;
  align-items: center;
}

.hotel-details-main .hotel-add {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}

.hotel-details-main .view-map span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  margin: 0 4px;
}

/* image gallery */
.hotel-gallery-main .gallery-inner {
  display: flex;
}

.hotel-gallery-main .gallery-inner .gallery-box a {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.hotel-gallery-main .gallery-inner .gallery-box a .g-photo-view {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  padding: 0px 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.hotel-gallery-main .gallery-inner .gallery-box .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  padding: 1px;
}

.hotel-gallery-main .gallery-inner .gallery-box.gallery-50 .gallery-img {
  height: 520px;
}

.hotel-gallery-main .gallery-inner .gallery-50 {
  width: 50%;
  height: 520px;
}

.hotel-gallery-main .gallery-inner .gallery-25 {
  width: 25%;
  display: flex;
  flex-direction: column;
  height: auto;
}

.hotel-gallery-main .gallery-inner .gallery-box.gallery-25 .gallery-img {
  height: 260px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.about-main {
  margin-top: 40px;
}

.about-main .about-sec .about-head .abt-review {
  color: #de7266;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-left: 12px;
}

.para12 {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.read-more {
  font-size: 13px;
  font-weight: 700;
  color: #038d96;
}

.popular-amenities .text-sm {
  font-size: 0.7rem !important;
}

.contact-map {
  margin-top: 14px !important;
}

.whats-near .hotel-add {
  font-size: 0.813rem;
  font-weight: 500;
  color: #000000;
  line-height: 17.5px;
}

/* choose room datepicker */
.choose-room-wrapper {
  background: #141728;
}

.choose-room-date-main {
  display: flex;
  align-items: center;
  min-height: 138px;
}

.choose-room-date-main .choose-room-date-content {
  width: calc(100% - 30%);
  display: flex;
  align-items: center;
}

.choose-room-date-content .choose-room-inner-content {
  padding: 0;
  width: 87.7%;
}

.choose-room-date-content .choose-room-inner-content .btn-search-available {
  height: 57px;
}

.choose-room-date-main .view-book-wrapper {
  width: 30%;
  /* background: #353a3f; */
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-room-inner-content .form-floating>.form-control {
  /* height: calc(2.8rem + 1px) !important; */
}

.choose-room-inner-content .form-floating>label {
  /* padding: 0.7rem 0.75rem !important; */
}

.choose-room-inner-content .choose-room-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.choose-room-datepicker-main {
  display: flex;
  padding: 0px 3px;
  background: #e9ecef;
  border-radius: 4px;
}

.choose-room-datepicker-main .choose-room-box {
  margin: 6px 3px;
  flex: 1;
}

.choose-room-datepicker-main .choose-room-box .form-floating {
  min-width: 150px;
  width: 100%;
}

.view-book-cart-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view-book-cart-main .what-this {
  color: #90f9ff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.what-this {
  font-size: 11px;
  font-weight: 400;
  color: #038d96;
}

/* =================== */
/* Hotel card Css */

.card-room-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.card-room-main .card-room-head-left {
  display: flex;
  align-items: center;
}

.card-room-main .card-room-head-left .room-showing-add {
  color: #6c757d;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 19px;
  display: inline-block;
  margin-left: 17px;
}

.card-room-head-right {
  display: flex;
  /* align-items: center; */
}

.card-room-head-right .form-check .form-check-input {
  box-shadow: none;
  border-radius: 2px;
}

/* .hotel-card-wrapper {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #f1f2f3;
} */

.hotel-card-wrapper .card-inner {
  display: flex;
  background: #fff;
  border: 1px solid #141728;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 244px;
  padding: 23px 15px 29px 20px;
  margin-bottom: 23px;
}

.hotel-card-wrapper .card-inner .card-img-area {
  width: 30%;
  min-width: 280px;
  height: 235px;
  position: relative;
}

/* ------ */
.hotel-card-wrapper .card-inner .card-img-area .card-hotel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hotel-card-wrapper .card-inner .card-img-area .images-icon {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 31px;
  position: absolute;
  bottom: 13px;
  left: 11px;
}

.hotel-card-wrapper .card-inner .card-content-area {
  padding-right: 20px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booking-inst .booking-inst-para {
  display: flex;
  align-items: center;
  line-height: 20px;
}

.hotel-card-wrapper .card-inner .card-content-area .bed-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-inner .card-content-area .bed-count .bed-cout-text {
  padding-left: 16px;
  position: relative;
}

.card-inner .card-content-area .bed-count .bed-cout-text:first-child {
  padding-left: 0;
}

.card-inner .card-content-area .bed-count .bed-cout-text::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #6c757d;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.card-inner .card-content-area .bed-count .bed-cout-text:first-child::before {
  content: none;
}

.card-inner .card-content-area .h-card-room-details {
  line-height: 17.7px;
  margin-top: 11px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-inner .h-cancel-btn {
  display: inline-block;
  font-weight: 600;
  margin-top: 1px;
  position: relative;
  padding-right: 12px;
}

.card-inner .h-cancel-btn::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 1px;
}

.policy-detail-main {
  display: flex;
  flex-direction: column;
}

.policy-detail-main .h-cancel-btn:last-child {
  margin-top: 0;
}

.card-inner .card-content-area .h-card-tag {
  margin-top: 30px;
}

.card-inner .card-content-area .h-card-tag .h-card-tag-view {
  background-color: #000000;
  padding: 0px 14px 0px 6px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  height: 28px;
  font-family: "Open Sans", sans-serif;
}

.card-inner .card-content-area .h-card-tag .h-card-tag-view .fa {
  margin-right: 5px;
  font-size: 15px;
}

/* hotel card tag - background */
.card-inner .card-content-area .h-card-tag .h-card-tag-view.room-left {
  background-color: #dc695c;
}

.card-inner .card-content-area .h-card-tag .h-card-tag-view.room-special-rate {
  background-color: #038d96;
}

.card-inner .card-content-area .h-card-tag .h-card-tag-view.room-instant-booking {
  background-color: #6b84c2;
}

.hotel-card-wrapper .card-inner .card-hotel-price {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-hotel-price-content {
  text-align: right;
}

.card-hotel-price .choose-room-box {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 14px;
}

/* ================== */

/* -------Modal----- */
.aminities-modal-main {
  max-width: 1000px;
}

.aminities-modal-main.gallery-modal-main {
  max-width: 1100px;
}

.aminities-modal-main.block-modal-837 {
  max-width: 835px;
}

.aminities-modal-main.block-modal-514 {
  max-width: 516px;
}

.aminities-modal-main .modal-content {
  padding: 12px;
}

.aminities-modal-main .modal-body {
  padding-right: 0;
}

.aminities-modal-main .modal-header {
  padding: 0 0 10px 0;
}

.aminities-modal-main .modal-header .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.aminities-modal-main .modal-header .close {
  line-height: 0;
}

.aminities-modal-body {
  padding: 30px 16px;
}

.ami-heading2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.top-line {
  border-top: 1px solid #f5f4f4;
  padding-top: 12px;
}

.see-less {
  color: #6a8be2;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.bottom-para {
  font-size: 12px;
  color: #545a6e;
  display: block;
  margin-top: 12px;
}

.modal-nearby-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.modal-nearby-inner .nearby-distance {
  width: 185px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.modal-nearby-inner .nearby-place {
  width: calc(100% - 185px);
}

.process-work-modal-content .meth-para {
  margin-left: 40px;
}

.process-work-inner-content {
  margin-left: 35px;
}

.process-work-inner-item {
  margin: 20px 3px;
}

/* card reserve modal */
.reserve-select-main {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 13px 14px 20px 15px;
}

.reserve-select-main .reserve-book-head {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Marcellus", sans-serif;
  margin-bottom: 14px;
}

.reserve-select-main .reserve-book-head .what-this {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-left: 30px;
}

.reserve-select-main .card-select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.card-select-box.block-request-main .select-box-left {
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.card-select-box.block-request-main .select-box-left::after {
  content: "";
  width: 1px;
  background: #d9d9d9;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.card-select-box.block-request-main .select-box-right {
  width: 50%;
  padding-left: 20px;
}

.para-13 {
  color: #6c757d;
  font-size: 13px;
  font-weight: 600;
  line-height: 17.7px;
  font-family: "Open Sans", sans-serif;
}

.queen-bed-text {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 17.7px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.reserve-select-main .card-select-box .select-box-left p .save-text {
  color: #c6a063;
}

.bed-choose-no {
  display: flex;
  align-items: center;
}

.bed-choose-no .no-room {
  width: 81px;
  height: 34px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  border-radius: 6px 2px 2px 6px;
  margin-right: 4px;
  text-align: center;
  outline: none;
}

.bed-choose-no .btn-search-available {
  min-width: 133px;
  width: auto;
  height: 34px;
}

/* ------modal right----- */
.modal.right .modal-dialog {
  position: fixed !important;
  margin: auto !important;
  width: 400px !important;
  height: 100% !important;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100% !important;
  overflow-y: auto !important;
}

.modal.right .view-card-modal-right .modal-body {
  padding: 40px 20px 40px 40px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -400px !important;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0 !important;
}

.view-card-modal-right .modal-content {
  border-radius: 0;
  border: none;
}

.view-card-modal-right .modal-header {
  border-bottom-color: #eeeeee;
}

/* right modal inner content css */
.view-card-modal-content-main .view-card-modal-tag {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.view-card-modal-tag .room-view {
  width: calc(100% - 15px);
  padding-right: 30px;
}

.view-card-modal-tag .room-view-close {
  width: 15px;
  display: inline-flex;
  justify-content: flex-end;
  color: #141728;
  line-height: 18px;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

/* Cancellation Modal Css */
.cancellation-modal-body {
  padding: 20px 20px;
}

.cancellation-modal-body .cancellation-policy-modal-content {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.cancellation-modal-body .cancellation-policy-modal-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cancellation-modal-body .cancellation-policy-modal-content .cancel-p-left {
  width: 300px;
  padding-right: 10px;
}

.cancellation-policy-modal-content .cancel-p-left .cancel-deadline-head {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}

.cancellation-modal-body .cancellation-policy-modal-content .cancel-p-right {
  width: calc(100% - 300px);
  padding-left: 10px;
}

.cancellation-policy-modal-content .cancel-p-right .cancel-deadline-content {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}

.cancel-p-right ul {
  padding-left: 1.5rem;
}

/* request block modal css */
.block-modal-514 .modal-body {
  padding: 20px;
}

.book-single-body {
  padding: 20px;
}

.request-block-modal-content {
  display: flex;
}

.request-block-modal-content .fa-cube {
  color: #038d96;
  font-size: 22px;
  margin-top: 4px;
}

.request-block-modal-content .body-content-head {
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}

.request-block-modal-content .head-para {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

.box-double-main {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
  position: relative;
}

.box-double-main .check-circle {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-ways-main-content .box-double-main {
  padding-top: 69px;
  padding-bottom: 69px;
}

.box-double-main .d-qeustion {
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: normal;
}

.box-double-main .d-qeustion span {
  font-weight: 700;
}

.box-double-main .no-of-rooms {
  margin-top: 19px;
}

.box-double-main .no-of-rooms .form-control {
  height: 44px;
  border-radius: 6px;
  width: 262px;
  margin: 0 auto;
}

.box-double-main .btn-reserve-btn {
  width: 262px;
  margin: 0 auto;
  margin-top: 26px;
}

.box-double-main .what-this {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.payin {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  margin: 0;
  line-height: normal;
}

.payin span {
  font-weight: 700;
}

/* Price details */
.rate-price-info {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-bottom: 23px;
  margin-bottom: 11px;
}

.price-details-modal-inner {
  display: flex;
  align-items: center;
}

.price-details-modal-inner p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}

.price-details-modal-inner.pr-total p {
  font-weight: 700;
}

.price-details-modal-inner .p-inner-text {
  width: 200px;
  margin-right: 30px;
  margin-bottom: 0;
}

.price-details-modal-inner .p-inner-text-amt {
  margin-bottom: 0;
}

#loader {
  position: absolute;
  top: auto;
  left: 30%;
}

#loader img {
  max-width: 50px;
  margin: 5px;
}

#CheckAvailability {
  width: 100%;
}

/* ----------Responsive choose room datepicker--------  */
@media screen and (max-width: 1199.9px) {
  .choose-room-date-content .choose-room-inner-content {
    width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .hotel-gallery-main .gallery-inner .gallery-box:nth-child(3) {
    display: none;
  }

  .hotel-gallery-main .gallery-inner .gallery-50 {
    width: 66.66%;
    height: 360px;
  }

  .hotel-gallery-main .gallery-inner .gallery-box.gallery-50 .gallery-img {
    height: 360px;
  }

  .hotel-gallery-main .gallery-inner .gallery-box.gallery-25 .gallery-img {
    height: 180px;
  }

  .hotel-gallery-main .gallery-inner .gallery-25 {
    width: 33.33%;
  }

  .choose-room-datepicker-main {
    flex-wrap: wrap;
  }

  .choose-room-datepicker-main .choose-room-box.avai-search {
    width: 100%;
  }

  .choose-room-datepicker-main .choose-room-box .form-floating {
    width: 50%;
    min-width: 100%;
  }

  /* date picker */
  .hotel-card-wrapper {
    background: #f7f7f7;
    padding: 30px 0px;
  }

  .choose-room-date-main .view-book-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1049;
  }

  .choose-room-date-main .choose-room-date-content {
    width: 100%;
  }

  .choose-room-date-content .choose-room-inner-content {
    width: 100%;
  }

  .card-room-main .card-room-head-left .room-showing-add {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 16px;
    position: absolute;
    left: 47%;
    transform: translateX(-48%);
    margin-top: -150px;
  }
}

@media screen and (max-width: 767px) {
  .hotel-details-main .hotel-add {
    font-size: 0.75rem;
  }

  .hotel-details-main .hotel-add-main {
    flex-direction: column;
    align-items: initial;
  }

  .hotel-details-main .view-map span {
    display: none;
  }

  .hotel-gallery-main .gallery-inner .gallery-25 {
    width: 0;
    display: none;
  }

  .hotel-gallery-main .gallery-inner .gallery-50 {
    width: 100%;
    height: 264px;
  }

  .hotel-gallery-main .gallery-inner .gallery-box.gallery-50 .gallery-img {
    height: 264px;
  }

  /* date picker */
  .choose-room-datepicker-main {
    display: block;
  }

  .choose-room-datepicker-main .choose-room-box {
    flex: auto;
    margin: 15px 0px;
  }

  .card-room-main .card-room-head-left {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -158px;
    width: 100%;
  }

  .card-room-main .card-room-head-left .room-showing-add {
    position: unset;
    left: 0;
    transform: initial;
    margin-top: 0px;
  }

  .card-room-head-right {
    justify-content: space-between;
    width: 100%;
  }

  .card-room-main {
    margin-bottom: 40px;
  }

  /* card */
  .hotel-card-wrapper {
    margin-top: 94px;
  }

  .hotel-card-wrapper .card-inner {
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 11px;
  }

  .hotel-card-wrapper .card-inner .card-content-area {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 30px;
  }

  .hotel-card-wrapper .card-inner .card-content-area .bed-count {
    justify-content: center;
  }

  .card-inner .card-content-area .h-card-tag {
    position: absolute;
    top: -15px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .hotel-card-wrapper .card-inner .card-hotel-price {
    width: 100%;
  }

  .card-hotel-price-content {
    text-align: center;
  }

  .btn-search-available.btn-reserve-btn {
    width: 100%;
  }

  .card-inner .h-cancel-btn {
    margin-right: 10px;
  }

  .card-inner .h-cancel-btn::after {
    content: "";
  }

  .card-content-area .h-cancel-btn {
    display: none;
  }

  .policy-detail-main {
    justify-content: center;
  }

  #loader {
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15px;
  }
}

@media screen and (max-width: 576px) {
  .cancellation-modal-body .cancellation-policy-modal-content {
    flex-direction: column;
  }

  .cancellation-policy-modal-content .cancel-p-right .cancel-deadline-content {
    font-size: 16px;
    font-weight: 500;
  }

  .cancellation-modal-body .cancellation-policy-modal-content .cancel-p-left,
  .cancellation-modal-body .cancellation-policy-modal-content .cancel-p-right {
    width: 100%;
    padding: 0;
  }

  .box-double-main {
    padding: 30px 15px !important;
  }

  .hotel-card-wrapper .card-inner .card-hotel-price {
    flex-direction: row;
  }

  .card-hotel-price .choose-room-box .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table th,
.custom-table td {
  border: 1px solid black;
  padding: 8px;
}

.custom-table th {
  background-color: gray;
  color: white;
}

.grid-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* Main CSS */
.grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.unique-loader {
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

#showTotalWithTaxesAndFees {
  cursor: pointer;
}
