#serp-header {
  position: relative;
}
#bg-cityscape {
  z-index: 1;
}
#bg-cityscape img{
  width: 100%;
  height: 420px;
  position: absolute;
  object-fit: cover;
}
#serp-header .city-info {
  padding-bottom: 3rem;
  background: #fff;
}
#serp-header.with-image {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  height: 420px;
}
#serp-header.with-image picture img {
  z-index: -1;
}
#serp-header.with-image .city-info {
  padding-bottom: 0;
  background-color: transparent;
}
#serp-header .bg-search-filter {
  width: 100%;
  bottom: 0;
  z-index: 1;
  margin-top: -45px;
}

#serp-header .location h1 {
    text-align: center;
    padding-bottom: 37px;
}

#serp-header.with-image .location h1 {
  padding-top: 5rem;
  margin: 0;
  text-align: left;
}

#serp-header.with-image .breadcrumb-search .breadcrumb > li + li::before,
#serp-header.with-image .breadcrumb-search .breadcrumb a,
#serp-header.with-image .breadcrumb-item.active,
#serp-header.with-image .location h1{
  color: #fff;
}
#serp-header .city-info {
  position: relative;
}
#serp-header .city-info-text,
#serp-header .city-search {
  position: relative;
  z-index: 2;
}
#serp-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 8px;
  padding-top: 32px;
}
#refinements {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#refinements .js-wrap-map {
  height: 220px;
  height: 148px;
  border-radius: 4px;
  margin-top: 1rem;
  position: relative;
  cursor: pointer;
}
#refinements .js-map-button {
  border-radius: 6px;
  border: 1px solid #eee;
  width: 151px;
  height: 36px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  z-index: 11;
}
#refinements h2 {
  color: #242424;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid #eaeaee;
  padding-bottom: 1rem;
}
.attribute label,
#results-header label {
  color: #414141;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.js-map-col {
  display: none;
  height: 0;
}

.js-map-col.active {
  display: block;
  position: fixed;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
  height: auto;
}
#refinement-options {
  display: none;
}
#results-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#results-header h3 {
  margin-bottom: 15px;
}
#results-header .sort-container {
  background-color: white;
}
#refinements-list .attribute {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eaeaee;
  padding-bottom: 2rem;
}
#refinements-list .attribute:last-child {
  border-bottom-width: 0;
}
.js-map-img {
  height: 100%;
  margin: 0 auto;
  display: block;
  opacity: 0.7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

#js-mapbox-map {
  height: 100%;
}
.property-marker svg {
  cursor: pointer;
}
.property-marker svg > path:nth-child(2) {
  stroke: #000;
}
.property-marker svg > circle {
  fill: #000;
}
.hotel-popup {
  z-index: 1000;
}
.mapboxgl-popup {
  max-width: none !important;
  transform: translateX(-50%) !important;
  position: absolute;
  bottom: 10px !important;
  left: 50% !important;
  top: auto !important;
}
.mapboxgl-popup-tip {
  display: none !important;
}
.mapboxgl-popup-content {
  padding: 19px !important;
  max-width: 682px;
  max-height: 215px;
}

.mapboxgl-popup-content .hotel-block {
  padding: 0;
}

.mapboxgl-popup-content .hotel-block .img {
  height: 173px;
    overflow: hidden;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    max-width: 174px;
    width: 174px;
    margin: 0;
}

.mapboxgl-popup-content .hotel-block .hotel-info p.name {
  font-size: 20px;
}
.mapboxgl-popup-content .hotel-block .hotel-info p.adress {
  min-width: 230px;
}

.mapboxgl-popup-content .hotel-block .hotel-info p.adress,
.mapboxgl-popup-content .hotel-block .hotel-info p.price,
.mapboxgl-popup-content .hotel-block .hotel-info p.detail {
  font-size: 14px;
  font-weight: 400;
}
.mapboxgl-popup-content .hotel-block .book p.bottom a {
  padding: 16px;
  font-size: 16px;
}

.city-description {
  background-color: white;
  padding: 48px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.city-description .city-description--body h3,
.city-description .city-description--body h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
}
.city-description .city-description--body {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  padding-bottom: 64px;
}
.search-city-page .footer .footer-padding {
  margin-top: 0;
}

.destination-hotel-booking .destination,
.destination-hotel-booking .form-search-hotels .line-row,
.destination-hotel-booking .form-search-hotels .rooms,
.destination-hotel-booking .form-search-hotels .people
{
  border-bottom: 1px solid #eaeaee;
}

.destination-hotel-booking .form-search-hotels .line-row {
  border-left: 1px solid #eaeaee;
}
/* location */
.location h1 {
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0.5rem;
}
.pills {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-size: 14px;
}
.pills a.pill {
  background: #efefef;
  padding: 3px 5px;
  border-radius: 5px;
}

#refinements-list .stars img {
  width: 14px;
  height: 14px;
  margin: 0;
  display: inline-block;
  filter: grayscale(1);
  mix-blend-mode: exclusion;
}

#refinements-list .facet-checkbox {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1em auto;
  margin: 0;
  gap: 13px;
}
#refinements-list .facet {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}
#refinements-list .facet-checkbox input[type="checkbox"] {
  appearance: none;
  border: 1px solid #D3D3D3;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
#refinements-list .facet-checkbox input[type="checkbox"].checked::before {
  content: "";
  width: 14px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #f3ab1f;
}
#refinements-list .facet-checkbox input[type="checkbox"].checked::before {
  transform: scale(1);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#refinements-list .facet-checkbox input[type="checkbox"]:disabled {
  --form-control-color: #959495;

  color: #959495;
  cursor: not-allowed;
}

.modal-map-box .modal-header {
  align-items: center;
  justify-content: space-between;
}
.modal-map-box .modal-header .modal-title {
  color: #242424;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.modal-map-box .modal-header .close {
  position: relative;
  top: 0;
  padding: 15px;
  margin: 0;
  color: #000;
}
.modal-map-box .modal-header .close svg {
  fill: #000;
}
.modal-map-box {
  padding: 0 !important;
}
.modal-map-box .modal-dialog {
  max-width: 100vw;
  width: 100%;
  height: 100% !important;
  margin: 0;
  max-height: 100vh;
  padding: 0;
}
.modal-map-box .modal-content,
.modal-map-box .modal-content .modal-body {
  padding: 0;
}
#refinements-modal.modal {
  z-index: 10000;
}
#refinements-modal.modal .modal-dialog {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: bottom .25s linear;
}
#refinements-modal.modal.show .modal-dialog {
  bottom: 0;
}
#refinements-modal .modal-content .modal-header {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
}

#refinements-modal .modal-content .modal-body {
  overflow-y: scroll;
}
#refinements-modal .modal-body #filter-submit {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 50px;
  width: auto;
}

/* result-hotels */
.result-hotels h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.result-hotels .hotel-about {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.hotel-block {
  background: #fff;
  padding: 1.2rem 1.2rem;
  margin: 0 0 15px 0;
}
.hotel-block .img {
  margin-right: 1.5rem;
  height: 200px;
  overflow: hidden;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  width: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hotel-block .body {
  width: 100%;
}
.hotel-block .hotel-info {
  width: 100%;
  margin: 0.5rem 0;
}
.hotel-block .book {
  width: 170px;
  margin-left: 2rem;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
}

.hotel-block .img img {
  max-height: calc(100% + 20px);
  width: auto;
  min-height: 100%;
}
.hotel-block .hotel-info p {
  margin: 0;
}
.hotel-block .hotel-info p:last-child {
  margin-bottom: 0;
}

.hotel-block .hotel-info p.name {
  color: #202027;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}
.hotel-block .hotel-info p.name a,
.hotel-block .hotel-info p.name a:hover {
  color: #202027;
  text-decoration: none;
}
.hotel-block .hotel-info p.name a:focus {
  outline: none;
}
.hotel-block .hotel-info p.stars {
}
.hotel-block .hotel-info p.stars img {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.hotel-block .hotel-info p.adress {
  color: #939396;
  margin-top: 0.5rem;
  font-size: 1.4em;
  line-height: 1.2;
}
.hotel-block .hotel-info p.detail {
  font-size: 1.4em;
  text-decoration: underline;
  font-weight: 600;
}
.hotel-block .hotel-info p.detail a,
.hotel-block .hotel-info p.detail a:hover {
  color: #212529;
}

.hotel-block .hotel-info p.promotional-message {
  margin-bottom: 0.2rem;
  font-size: 1.6em;
  color: #13948f;
  font-weight: 700;
}

.hotel-block .hotel-info ul.amenities {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.hotel-block .hotel-info ul.amenities li {
  margin: 0 1rem 0.2rem 0;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
}
.hotel-block .hotel-info ul.amenities li:last-child {
  margin-right: 0;
}
.hotel-block .hotel-info ul.amenities li img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
}

.hotel-block .book p {
  margin: 0;
}
.hotel-block .book p.price {
  font-size: 14px;
  text-align: center;
  margin-bottom: 13px;
}
.hotel-block .book p.price strong {
  font-weight: 700;
  font-size: 22px;
}

.hotel-block .book .old-price {
  color: #909093;
  text-decoration: line-through;
  margin-top: 0;
  margin-bottom: -5px;
}
.hotel-block .book p.price.old-price strong {
  font-size: 15px;
}

.hotel-block .book p.insider-exclusive {
  font-size: 1.1rem;
}
.hotel-block .book p.insider-exclusive img {
  height: 28px;
  width: 28px;
  top: -2px;
  position: relative;
}

.hotel-block .book p.bottom {
}
.hotel-block .book p.bottom a {
  width: 100%;
  padding: 0.7rem 0.75rem;
}

.hotel-block .hotel-details {
  margin-top: 1.3rem;
  padding: 1.5rem;
}
.hotel-block .hotel-details .text {
  font-size: 1.4em;
  color: #202027;
  line-height: 1.4em;
}
.hotel-block .hotel-details ul {
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}
.hotel-block .hotel-details ul.amenities li {
  background: url("https://www.guestreservations.com/images/parts/amenities/chek-green.svg") no-repeat
    scroll 0 9px/15px 15px;
  list-style-type: none;
  padding: 7px 20px 5px 30px;
  font-size: 14px;
  line-height: 1.4em;
  width: 33.333%;
}

.hotel-block .hotel-details ul.amenities li:nth-child(3n) {
  padding-right: 0;
}

.mapboxgl-popup-content .hotel-about {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.mapboxgl-popup-content .hotel-block .body {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
}

.result-hotels .map {
  width: 500px;
  margin-left: 2rem;
  position: relative;
}

.aip_block .info .all-in-pricing p.price-info-text {
  display: block;
  font-size: 11px;
  color: #626e79;
  line-height: 14px;
}
.aip_block .info p.price {
  padding-bottom: 0;
}

.aip_block .info p.price-info-text {
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.aip_block p.price-per-night {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 2px;
}
.aip_block .info p.price,
.aip_block .info p.price-per-night,
.aip_block .info p.price-info-text {
  padding: 0;
  text-align: center;
  margin-right: 0;
}

.aip_block .info p.price {
  line-height: 1;
  margin-bottom: 0 !important;
}

.hotel-block .book .aip_block p.price strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}
.aip_block .info p.price .old-price {
  font-size: 14px !important;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  /* location */
  .location h1 {
    font-size: 37px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* result-hotels */
  .hotel-block .img {
    margin-right: 1rem;
    height: 250px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
  }
  .hotel-block .book {
    width: 150px;
    margin-left: 1rem;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media (max-width: 991.98px) {


  #serp-grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding: 0;
  }

  .destination-hotel-booking .destination,
  .destination-hotel-booking .form-search-hotels .line-row,
  .destination-hotel-booking .form-search-hotels .rooms,
  .destination-hotel-booking .form-search-hotels .people
  {
    border-bottom: 0;
  }
  .destination-hotel-booking .form-search-hotels .line-row {
    border-left: 0;
  }
  #refinements {
    display: none;
  }
  #refinement-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    justify-content: center;
  }
  #refinement-options button {
    text-align: center;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    padding: 15px;
  }
  .mapboxgl-popup-content {
    width: 130vw;
    max-height: none;
    scale: 0.7;
  }

  /* result-hotels */
  .results-header-container {
    padding-top: 15px;
    background-color: #fff;
  }
  #serp-grid {
    margin-top: 15px;
  }
  .list-result-hotels {
    padding: 0;
  }
  .result-hotels .search-results {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .result-hotels .map {
    display: none !important;
  }

  .hotel-block .hotel-info ul.amenities {
    margin-bottom: 1rem;
  }
  .hotel-block .hotel-info p.name {
    margin-bottom: 0;
  }
  #serp-grid.with-image {
    padding-top: 90px;
  }
}

@media (max-width: 768px) {
  .result-hotels {
    padding: 2rem 0 0 0;
  }

  .result-hotels h3 {
    font-size: 2em;
    margin: 0 0 1rem 0;
  }

  /* result-hotels */
  .result-hotels .pr-block {
    margin: 0 0 3rem 0;
    text-align: center;
  }

  .result-hotels .hotel-about {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .hotel-block .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    height: 200px;
    margin-bottom: 1rem;
  }
  .hotel-block .img img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .mapboxgl-popup-content .hotel-block .img {
    -ms-flex: none;
    flex: none;
    max-width: none;
  }

  .hotel-block .hotel-info {
    margin-top: 0;
  }

  .hotel-block .hotel-info p.detail {
    margin-top: 1rem !important;
  }
  .hotel-block .hotel-info ul.amenities {
    margin-bottom: 0;
  }
  #serp-grid.with-image {
    padding-top: 40px;
  }

}

@media (max-width: 575.98px) {

  #bg-cityscape {
    height: 100%;
  }
  #serp-header .container.city-search {
    padding: 0;
  }
  .city-description {
    background-color: transparent;
  }

  /* result-hotels */
  .result-hotels .pr-block a {
    width: 100%;
    display: block;
  }
  .result-hotels .pr-block {
    font-size: 1.3em;
  }

  .hotel-block .body {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .hotel-block .hotel-info,
  .hotel-block .book {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .mapboxgl-popup-content .hotel-block .hotel-info,
  .mapboxgl-popup-content .hotel-block .book {
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: auto;
    flex-shrink: 1;
  }
  .mapboxgl-popup-content .hotel-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .mapboxgl-popup-content .hotel-block .book {
    width: 100%;
  }
  .hotel-block .hotel-info {
    flex-direction: column;
  }

  .hotel-block .book {
    margin-top: 1rem;
  }

  .hotel-block .img {
    height: auto;
    max-height: 180px;
  }

  .hotel-block .hotel-details ul.amenities li {
    width: 50%;
  }
  .hotel-block .hotel-details ul.amenities li:nth-child(3n) {
    padding-right: 30px;
  }
  .hotel-block .hotel-details ul.amenities li:nth-child(2n) {
    padding-right: 0;
  }

  .destination-hotel-booking .form-search-hotels .rooms,
  .destination-hotel-booking .form-search-hotels .people {
    border-bottom: 1px solid #eaeaee;
  }
  .destination-hotel-booking .form-search-hotels .search-button {
    padding: 15px;
  }
  #serp-header.with-image {
    height: 100%;
  }

  #serp-grid.with-image {
    padding-top: 0;
  }

  #bg-cityscape img{ 
    height: 100%;
  }
}


@media (max-width: 370px) {
  /* result-hotels */
  .result-hotels .pr-block a {
    width: auto;
    display: inline;
  }

  .hotel-block .hotel-details ul.amenities li {
    width: 100%;
    padding-right: 0;
  }

  .hotel-block .img {
    height: auto;
    max-height: 150px;
  }

  .mapboxgl-popup-content .hotel-block .img {
    width: 120px;
    height: 120px;
  }
}

