
:root {
  --color-primaryOrange: #FF6A00;
  --color-secondaryBlue: #155DE6;
  --color-darkBlue: #534A41;
  --color-lightBlue: #e2ecfd;
  --color-lightOrange: #ffeed7;
  --color-lightGrey: #e5e5e5;
  --color-primaryOrange-hover: #b74c00;
  --color-text: #838282;
}


.inner-banner {
  width: 100%;
  height: 315px;
  background-color: var(--color-lightGrey);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width:1199px) {
  .inner-banner {
    height: 500px;
    padding: 2rem;
  }
}

/*@media (max-width:767px) {
  .inner-banner {
    height: 500px;
    padding: 1rem;
  }
}*/

.dropdown-menu {
  top: 0 !important;
}

.sortby-btn {
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.filter-menu {
  /* margin-top: 5rem !important; */
/*  padding-top: 3rem;*/
}

.show-map {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display:none;
  cursor:pointer;

}
  .show-map.show {
    display: block;
  }

  .show-map iframe {
    pointer-events: none;
  }

/*.btn-showMap {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 216px;
  background-color: #fff;
  padding: 1.1rem;
  transition: 500ms ease;
  cursor: pointer;
  transition: 500ms ease;
}

  .btn-showMap h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #000;
  }

  .btn-showMap p {
    margin-bottom: 0;
    font-size: 0.8rem !important;
    color: #155DE6;
    transition: 500ms ease;
  }

  .btn-showMap:hover {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  }

    .btn-showMap:hover p {
      color: var(--color-primaryOrange);
    }*/

.stayFilter-menu {
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 0.5rem;
}

  .stayFilter-menu .menu-div {
    border-bottom: 2px solid #ccc;
    margin-bottom: 1.5rem;
    padding-bottom:1.5rem;
  }

    .stayFilter-menu .menu-div .form-check{
        margin-bottom:1rem !important;
    }
.form-check-input[type=checkbox]{
    border:2px solid #ccc;
}

.stayFilter-menu .menu-div:last-child {
    border-bottom: 0;
}

    .stayFilter-menu .menu-div .form-check:nth-child(n+6) {
      display: none;
    }

      .stayFilter-menu .menu-div .form-check:nth-child(n+6).show {
        display: block;
      }

.flex-div {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.rupee-div {
  display: flex;
  align-items: flex-end;
}

@media(max-width:1199px) {
  .stayFilter-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 100%;
    padding-inline: 2rem 1rem;
    background-color: #fff;
    z-index: 999;
    overflow: auto;
    transition: 500ms ease;
  }

    .stayFilter-menu.show {
      left: 0;
    }
}

.btn-loadMore {
  background-color: #fff;
  color: var(--color-primaryOrange);
  border: 1px solid var(--color-primaryOrange);
  transition: 500ms ease;
}

  .btn-loadMore:hover {
    background-color: var(--color-primaryOrange);
    color: #fff;
    border: 1px solid var(--color-primaryOrange);
  }


/**** Range Slider *****/
.price-input {
  width: 100%;
  display: flex;
  /* margin: 5px 0 35px; */
}

  .price-input .field {
    /* display: flex;
    align-items: center; */
    width: 100%;
    height: 45px;
    text-align: center;
  }

.field input {
  width: 50%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-inline: auto;
  border-radius: 5px;
  text-align: center;
  /* border: 1px solid #999; */
  border: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #ddd;
    /* background: #17a2b8; */
    /*background: var(--color-primaryOrange);*/
  }

.range-input {
  position: relative;
}

  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--color-primaryOrange);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/**** Range Slider *****/
.stayListing .card{
    cursor:pointer;
}
.stayListing p {
    font-size: 0.9rem;
    font-weight: 500;
}

/*    .stayListing p.location{
        font-size:0.9rem;
        font-weight:600;
    }*/
    .card h2 {
        font-size: 1.7rem !important;
        font-weight:600;
        color:#181818;
    }


.star-icon {
    width: 20px;
    margin-right:0.25rem;
}

.location {
  color: var(--color-primaryOrange);
}

@media (max-width:767px) {
  .stayListing p {
    font-size: 0.85rem;
  }
}

.card {
  border-radius: 1rem;
}

.card-img {
  position: relative;
  height: 250px;
  border-radius: 0.5rem;
  overflow: hidden;
}

  .card-img img {
    height: 100%;
    object-fit: cover;
  }

.btn-seeAll {
  color: var(--color-primaryOrange);
  border-bottom: 2px solid #fff;
  width: fit-content;
  cursor: pointer;
  transition: 300ms ease;
  
}

  .btn-seeAll:hover {
    border-bottom: 2px solid var(--color-primaryOrange);
    color: var(--color-primaryOrange);
    transform-origin: left;
  }

.filterBtn-div {
  display: flex;
  justify-content: flex-end;
}

.btn-filter {
  padding: 0.15rem 0.5rem;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-primaryOrange);
}

  .btn-filter:hover {
    background-color: var(--color-primaryOrange);
    padding: 0.15rem 0.5rem;
  }

  .btn-filter .filter-icon_white {
    display: none;
  }

@media(max-width:1199px) {
  .btn-filter .filter-icon.hide {
    display: none;
  }

  .btn-filter .filter-icon_white.show {
    display: block;
  }
}

/* stay-card loading */

.loading .card-slider,
.loading .gtdc-verified, .loading .rating-content,
.loading .hotel-name, .loading .hotel-location,
.loading .highlight-tag, .loading .highlight-content,
.loading .free-item, .loading .price-details, .loading .button-view {
  background-color: #ededed;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.card.loading {
  min-height: 292px;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
}

  .card.loading .card-slider {
    min-height: 250px;
    border-radius: 0.5rem;
    animation-delay: 0.05s;
  }

  .card.loading .card-content .hotel-details .rating-content,
  .card.loading .card-content .hotel-details h3.hotel-name, .card.loading .card-content .hotel-details .hotel-location, .card.loading .card-content .hotel-details .highlight-tag,
  .card.loading .card-content .hotel-details .highlight-content, .card.loading .card-content .hotel-details .free-item {
    min-height: 2rem;
    width: 200px;
    background-color: #ededed;
    border-radius: 0;
    animation-delay: 0.05s;
  }

  .card.loading .card-content .hotel-details h3.hotel-name {
    width: 50%;
  }

  .card.loading .card-content .hotel-details .hotel-location {
    min-height: 1.3rem;
    width: 75%;
  }

  .card.loading .card-content .hotel-details .highlight-tag {
    width: 150px;
    min-height: 1.3rem;
    clip-path: unset;
  }

  .card.loading .card-content .hotel-details .highlight-content {
    min-height: 1.3rem;
    width: 90%;
  }

  .card.loading .card-content .hotel-details .free-item {
    min-height: 1.3rem;
    width: 25%;
  }

  .card.loading .price-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
  }

    .card.loading .price-content .nightCalc, .card.loading .price-content .original-price, .card.loading .price-content .discounted-price {
      min-height: 1rem;
      width: 150px;
      background-color: #ededed;
      border-radius: 0;
      animation-delay: 0.05s;
      margin-bottom: 0.75rem;
    }

    .card.loading .price-content .original-price {
      min-height: 2.5rem;
    }
/* stay-card loading */


.showMap-model {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    z-index: 1001;
    transition: 500ms ease;
}

    .showMap-model.show {
        top: 50%;
    }

    @media(max-width:1024px){
        .showMap-model {
            width: 95%;
        }
    }

.rupee-span .rupee-icon {
    display: inline-block;
    width: 15px;
    padding-bottom:3px;
}