label{
    color: black !important;
}
.nice-select > ul {
    overflow-y:scroll !important;
    max-height:300px;
}
.book-room a {
    background-color: #dca73a;
    height: 50px;
    width: 50px;
    padding: 7px;
    border-radius: 50%;
    right: 48px;
}

.gallery-img {
    position: relative;
    display: inline-block;
}

.gallery-img img {
    display: block;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dca73a;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .whatsapp a {
        right: 15px;
    }

    .book-room a {
        right: 15px;
    }
}