.where-to-stay-section-modal-dialog {
    max-width: 90%;
}

.where-to-stay-section-custom-caption {
    padding: 30px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
}

.where-to-stay-section-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.where-to-stay-section-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.where-to-stay-section-slider-track img {
    width: 100%;
    object-fit: cover;
    flex-shrink: 0;

}

.where-to-stay-section-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
}

.where-to-stay-section-slider-btn.prev {
    left: 10px;
}

.where-to-stay-section-slider-btn.next {
    right: 10px;
}

/*
.step-box {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 15px;
  height: 100%;
}
  */
.where-to-stay-section-menu ul {
    margin: 0px;
    padding: 0px;
}

.where-to-stay-section-menu ul h3 {
    color: #8e3310;
}

.where-to-stay-section-menu ul li {
    margin-left: 25px;
    padding-top: 5px;
    list-style: circle;
    display: inline flow-root list-item;
}


.where-to-stay-section-custom-caption .btn-request {
    background-color: #a0431d;
    color: #fff;
    font-weight: 600;
}