.courses-wrapper .courses {
    margin: 35px 0;
    background-color: #fff;
    padding: 25px;
}

.courses-wrapper .courses .courses-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}

.courses-wrapper .courses .courses-header section {
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.courses-wrapper .courses .courses-header h4 {
    font-size: 16px;
    color: #212121;
    margin: 10px 5px;
}

.courses-wrapper .courses .filtred {
    display: inline;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.courses-wrapper .courses .filtred .filter {
    box-shadow: 1px 5px 40px 1px rgba(206, 206, 206, 0.3);
    margin: 15px 0;
    border: 1px solid #c00d0e;
    padding: 30px;
}

.courses-wrapper .courses .filtred .filter .filtred-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #212121;
}

.courses-wrapper .courses .filtred .filter .filtred-checkboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.courses-wrapper .courses .filtred .filter .filtred-checkboxes .form-check-input:checked {
    background-color: #c00d0e;
    border-color: #c00d0e;
    box-shadow: 0 0 0 0.25rem rgba(192, 13, 14, 0.25);
}

.courses-wrapper .courses .filtred .filter .search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.courses-wrapper .courses .filtred .filter .search .input-search {
    width: 100%;
    border: none;
    padding: 10px;
    background-color: white !important;
    border: 1px solid #cecece;
    outline-color: #c00d0e;
}

.course-details-container .course-details {
    margin: 50px 0;
    background: #fff;
    padding: 50px;
}

.courses-wrapper .courses-alert {
    margin: 25px 0;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: start;
    border: 2px solid #c00d0e;
    padding: 30px;
}

.courses-wrapper .courses-alert .title {
    color: #c00d0e;
    font-size: 22px;
}

.courses-wrapper .courses-alert .sub-title {
    color: #647488;
    font-size: 16px;
}

.course-details-container .course-details .course-details-header .title {
    color: #c00d0e;
    font-size: 24px;
    line-height: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.course-details-container .course-details .course-details-header .sub-title {
    padding: 10px 0;
    font-size: 16px;
    color: #647488;
    line-height: 2rem;
    text-align: justify;
}

.course-details-container .course-details .course-details-image .image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.course-details-container .course-details .course-details-tag .tag {
    margin: 10px 0;
    width: 100%;
    background-color: #3b4148;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    padding: 15px 10px !important;
}

.course-details-container .course-details .course-details-tag .tag .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
}

.course-details-container .course-details .course-details-tag .tag .content {
    display: flex;
    align-items: flex-start;
}

.course-details-container .course-details .course-details-tag .tag .content .title {
    display: block;
    color: #fff;
    font-size: 18px;
}

.course-details-container .course-details .course-details-tag .tag .content .sub-title {
    color: #ececec;
    font-size: 14px;
}

.course-details-container .course-details .course-details-description {
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
}

.course-details-container .course-details .course-details-description .header {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
}

.course-details-container .course-details .course-details-description .header .title {
    color: #212121;
    font-size: 20px;
}

.course-details-container .course-details .course-details-description .header .lists {
    list-style-type: none;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: flex-start;
}

.course-details-container .course-details .course-details-description .header .lists .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    font-size: 16px;
    color: #5c5f61;
    font-weight: 600;
    margin: 5px 0;
    transition: all 0.2s ease-in-out;
    padding: 15px;
    border: 1px solid #c00d0e;
    width: 100%;
}

.course-details-container .course-details .course-details-description .header .lists .list-item:hover {
    background-color: #c00d0e;
    color: #fff;
    transform: scale(104%);
}

.course-details-container .course-details .course-details-description .header .lists .list-item:hover .item-title {
    color: #fff;
}

.course-details-container .course-details .course-details-description .header .lists .list-item:hover .icon {
    background: #fff;
    color: #c00d0e;
}

.course-details-container .course-details .course-details-description .header .lists .list-item .icon {
    font-size: 20px;
    padding: 10px;
    background: #c00d0e;
    color: #fff;
    margin: 0 5px;
}

.course-details-container .course-details .course-details-description .header .lists .list-item .item-title {
    font-weight: 400;
    color: #647488;
    margin: 0 5px !important;
}

.course-details-container .course-details .course-details-description .payment .header {
    padding: 15px;
    margin: 10px 0;
    text-align: start;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.course-details-container .course-details .course-details-description .payment .header .title {
    font-size: 20px;
    color: #212121;
}

.course-details-container .course-details .course-details-description .payment .header .title span {
    padding: 0 10px;
    font-weight: 400;
    font-size: 24px;
}

.course-details-container .accordion-ask {
    margin: 50px 0;
    background: #fff;
    padding: 50px;
}

.course-details-container .accordion-ask .header .title {
    font-size: 28px;
    color: #212121;
}
/*# sourceMappingURL=courses.css.map */
