.view-hotel:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}

.arrow-right-view-hotel svg {
    height: 30px;
    width: 30px;
}

.location-icon svg {
    height: 15px;
    width: 15px;
    color: darkslategray;
}

.filter-brand:hover {
    cursor: pointer;
}

.location-area {
    display: flex;
    flex-direction: row;
    line-height: 15px;
    color: lightgray;
}

.location-area:hover {
    cursor: pointer;
}

.address-area {
    margin-top: 10px;
}

.address-area span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: 0.5;
}

#hotel-location-in-model {
    width: 100%;
    height: 500px;
    border-radius: 8px;
}

.hotel-list-area {
    margin-top: 15px;
}

.map-and-address-area {
    display: flex;
    flex-direction: column;
}

.address-area {
    display: flex;
    align-items: end;
    width: 95%;
}

.address-area span {
    width: 100%;
    word-wrap: break-word;
}
.m-reservation {
    display: none;
    position: absolute;
    top: 42%;
    width: 100%;
}
.make-reservation-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 600px) {
    #hotel-location-in-model {
        width: 38vh;
    }

    .select-filter {
        margin-top: 10px;
    }

    .hotel-list-area {
        margin-top: 5px;
    }

    .map-and-address-area {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .address-area {
        display: flex;
        align-items: end;
        width: 70%;
    }

    .address-area span {
        width: 90%;
        word-wrap: break-word;
    }

    .location-area {
        display: flex;
        align-items: end;
        width: 30%;
    }
    .m-reservation {
        display: block;
    }
    .hotel-list-svg-icon{
        width: 18px;
    }
    .hotel-review-content{
        gap:8px !important;
    }
}