
.hotel-viewgrid .item{
    margin-bottom: 30px;
}

.hotel-detail{
    position: relative;
}

.hotel-detail #imageGallery img{
    width: 100%;
    height: auto;
}

.hotel-detail-top,
.hotel-detail-bottom{
    position: relative;
    background: #f6f6f6;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.hotel-info{
    padding: 20px 20px 20px 0;
}

.hotel-info h1{
    text-transform: uppercase;
    color: #0564b6;
    margin-bottom: 10px;
}

.hotel-info .price{
    font-size: 22px;
    font-weight: 500;
    color: #d80127;
}

.hotel-info .price span{
    font-weight: 400;
    font-size: 18px;
}

.hotel-info .price del{
    color: #444;
    font-weight: 400;
    font-size: 18px;
}

.hotel-info .amenities h3{
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}

.hotel-info .amenities ul{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.hotel-info .hotel-info-bottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hotel-info .btn{
    background-color: #2785d3;
    background: linear-gradient(90deg, #2785d3 0%, #0e80e1 30%, #0e80e1 60%, #1b7dd1 100%);
    padding: 10px 28px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 48%;
}

.hotel-detail-bottom .detail-box{
    padding: 20px;
}

.hotel-detail-bottom .head{
    position: relative;
    background-color: #e1e1e1;
    margin: -20px -20px 15px -20px;
    padding: 10px 20px;
    font-size: 15px;
}

@media (max-width: 767.98px){
    .hotel-info{
        padding: 15px;
    }

    .hotel-booking .row > div:first-child{
        margin-bottom: 20px;
    }
}

@media (max-width: 499.98px){
    .hotel-info .btn{
        padding: 10px 20px;
    }
}