.video_item {
    background-color: whitesmoke;
    border-radius: 25px;
    min-height: 350px;
}
.video_title {
    padding: 7px;
    font-size: 18px !important;
}
iframe {
    width: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    min-height: 350px;
}
.video_box {
    padding: 60px 0;
}
label {
    color: #033446;
}
button#apply-filter,
#clear-filter {
    border: 2px solid #199eb9;
    border-radius: 16px;
    background-color: #199eb9;
    color: #ffffff;
    margin-top: 30px;
}
input#date-filter,
select#filter-type {
    border: 2px solid #199eb9;
    border-radius: 16px;
}
.not-found-message {
    border: 2px solid #199eb9;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}
.filter {
    padding: 15px;
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .breadcrumb-nav .breadcrumb .active {
        display: none;
    }
}
@media (max-width: 370px) {
    .breadcrumb-nav {
        display: none;
    }
}
.not-found-message p {
    font-size: 23px;
    padding-top: 9px;
}
input#course-search {
    border: 2px solid #199eb9;
    border-radius: 16px;
}
.li_red {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #199eb9;
}

#course-list {
    padding: 20px;
    background-color: #033446;
    border-radius: 10px;
    overflow: auto;
    margin-top: 10px;
    height: 200px;
}
