.check-course-list-page {
    background: #f4f6f8;
}

.check-course-list-page .about-area {
    background: #f4f6f8;
}

.check-course-list-page .check-course-filter {
    width: 100%;
    margin: 0 auto 28px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e0e5ea;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.07);
}

.check-course-list-page .check-course-filter > .row {
    align-items: flex-end;
}

.check-course-list-page .check-course-filter h4 {
    margin: 0;
    color: #2a3038;
    font-size: 22px;
}

.check-course-list-page .check-course-filter hr {
    margin: 10px 0 18px;
    border-color: #e5e8ec;
}

.check-course-list-page .select2-container {
    display: block;
    width: 100% !important;
}

.check-course-list-page .select2-container--bootstrap .select2-selection--single {
    height: 48px;
    padding: 12px 38px 10px 14px;
    color: #27303a;
    background: #ffffff;
    border: 1px solid #cbd3dc;
    border-radius: 5px;
    font-size: 15px;
}

.check-course-list-page .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.check-course-list-page .select2-container--bootstrap.select2-container--focus .select2-selection,
.check-course-list-page .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #987521;
    box-shadow: 0 0 0 3px rgba(152, 117, 33, 0.14);
}

.check-course-list-page .select2-dropdown {
    border-color: #cbd3dc;
}

.check-course-list-page .select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.45;
}

.check-course-list-page .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #987521;
}

.check-course-list-page .check-course-filter .btn {
    width: 100%;
    min-height: 48px;
    margin: 0;
}

@media (max-width: 767px) {
    .check-course-list-page .check-course-filter {
        padding: 18px 14px;
    }

    .check-course-list-page .check-course-filter .col-md-2 {
        margin-top: 12px;
    }
}
