.global-hotel-landing-hotel-country-card-section .pricefilter {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.card-data a:hover {
    text-decoration: none;
}

label.filter_label {
    cursor: pointer;
    border: 1px solid #979797;
    padding: 12px 36px;
    position: relative;
    border-radius: 22.5px;
    line-height: 21px;
    margin-right: 8px;
}

:lang(ar) .filter_label {
    margin-right: unset;
    margin-left: 8px;
}

label.filter_label input {
    position: absolute;
}

label.filter_label.active {
    background-color: #25282D;
    color: #fff;
}

.filter-toggle {
    border-top: 1px solid rgba(37, 40, 45, 0.16);
}

.btn-light {
    background-color: white !important;
    border-radius: 3px;
    border: 1px solid rgba(37, 40, 45, 0.2);
    padding: 0 12px;
}

.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkboxes label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.checkboxes input[type="checkbox"] {
    display: none;
}

.checkboxes input[type="checkbox"]+span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #6c757d;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.checkboxes input[type="checkbox"]:checked+span:before {
    content: "\\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.checkboxes input[type="checkbox"]:checked+span {
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: #fff;
}

.btn-outline-dark:hover {
    color: black;
    background-color: white;
    border-color: black;
}

@media (min-width:991px) {
    .noRoomsFound {
        width: 50%;
        padding-top: 88px;
        padding-bottom: 120px;
    }
}

.card-container.hotel-country-card {
    height: 430px;
    margin-bottom: 46px;
}

.hotel-country-card .card-data {
    height: 62px;
    padding: 20px;
}

.card-container.hotel-country-card:hover .card-data {
    height: 119px;
}

.card-container.hotel-country-card .card-data .card-overlay {
    padding-bottom: 21px;
    margin-bottom: 0;
}

.card-container.city-country-card {
    height: 451px;
    margin-bottom: 46px;
}

.city-country-card .card-data {
    height: 83px;
    padding: 20px;
}

.card-container.city-country-card:hover .card-data {
    height: 140px;
}

.card-container.city-country-card .card-data p {
    padding-bottom: 21px;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .noRoomsFound {
        padding-top: 58px;
        padding-bottom: 90px;
    }
    .restaurant-card.hotelmbox.card-container {
        margin-top: 0 !important;
    }
    .hotel-country-card.card-container .card-data {
        height: 119px;
    }
    .city-country-card.card-container .card-data {
        height: 140px;
    }
    .hotel-country-card.card-container,
    .city-country-card.card-container {
        margin-bottom: 85px;
    }
    #countrynamefilter.pricefilter {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
    }
}


/* ScrollBar Style */

#countrynamefilter.pricefilter::-webkit-scrollbar-track {
    background: #ccc;
}

#countrynamefilter.pricefilter::-webkit-scrollbar-thumb {
    background: #333;
}

#countrynamefilter.pricefilter::-webkit-scrollbar {
    width: 100%;
    height: 0;
}


/* ScrollBar Style END */