﻿
.card {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .card img {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        height: 250px;
        object-fit: cover;
        width: 100% !important;
    }

    .card .card-body {
        padding: 15px;
        min-height: 184px;
    }

    .card .card_title {
        font-size: 17px;
        font-weight: 700;
        line-height: 24px;
        overflow: hidden;
    }

        .card .card_title > a {
            margin-right: 5px;
        }

    .card .card-text {
        font-size: 14px;
        line-height: 21px;
        color: #000000;
    }

    .card .btn-primary {
        background-color: #115a9c;
        border-color: #115a9c;
        position: absolute;
        bottom: 15px;
    }

    .card .place {
        margin: 5px 10px 5px 0;
    }

        .card .place .fa.fa-star {
            color: #fdba00;
            font-size: 14px;
            font-weight: 500;
            line-height: 23px;
            margin-right: 4px;
        }

    .card .recomonded_block {
        display: inline-flex;
        position: relative;
    }

    .card .recommended_icon {
        width: 25px;
        height: 25px;
        pointer-events: none;
        position: absolute;
        z-index: 0;
        background-position: -253px -94px;
        top: -20px;
        left: -9px;
    }

    .card .card_numberhotels {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        display: inline-block;
    }

@media (max-width: 767px) and (min-width:20px) {

    .card img {
        height: 150px;
    }

    .card .card_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .card .card_title > a {
            margin: 0;
        }

    .card .place .fa.fa-star {
        font-size: 14px;
    }

    .card .btn-primary {
        position: unset;
        font-size: 12px;
    }

    .card .card-text {
        margin-bottom: 10px;
    }

    .most_popular_hottel .card .col-xs-12,
    .most_popular_hottel .col-sm-6 {
        padding: 0;
    }
}
