.filter-title {
    font-size: 15px !important;
}

@media (max-width: 479px) {
    .list-group.double .list-group-item {
        width: 100%
    }

    .list-group.double .list-group-item:nth-child(2) {
        border-top: 1px solid #ddd
    }
}

@media screen and (min-width: 992px) {
    .c-section--search-fixed {
        top: 80px !important;
    }
}
.container {
    padding-top: 0 !important;
}

.tour-category .item-filter .filter-options .more {
    margin-left: 5% !important;
}
