/**/
/* 169-15/03-v1 */
/**/

.description-content {
    overflow: hidden;
    max-height: 210px;
}

.description-content.description-expanded {
    max-height: none;
}
.bg-lms
{
    background: #fff !important;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.banner-section
{
    text-decoration: none;
    margin-top: 50px;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.banner-section .text
{
    position: relative;
}

.banner-section .text .title
{
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 10px;
}

.banner-section .text p
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.banner-section .buttons
{
    max-width: 540px;
}

.banner-bg
{
    background-repeat: no-repeat;
    background-position: center top 0;
    background-size: cover;
    width: 100%;
    margin-bottom: auto;
    position: relative;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.course-box
{
    box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    background: #fff;
    width: 100%;
}

.course-box .thumbnail
{
    text-decoration: none;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    align-items: inherit;
    align-self: normal;
    /* min-height: 370px; */
    /* background: #000000; */
}

.course-box .thumbnail figure
{
    margin-bottom: 0;
    position: relative;
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f3f0f0;
    vertical-align: initial;
    align-items: center;
}

.course-box .thumbnail figure::after
{
    content: "";
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(32 33 33 / 21%)); */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.course-box .thumbnail figure img
{
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.course-box .info
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    align-self: normal;
}

.course-box .tags
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: self-start;
    width: 100%;
    margin-bottom: auto;
}

.course-box .tags > div
{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.course-box .title
{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

.course-box .title a
{
    color: #000;
}

.course-box .category
{
    text-decoration: none;
    font-size: 14px;
    display: flex;
    /*gap: 1px 5px;*/
    flex-wrap: wrap;
}
.course-box .category a {
    margin-left: 5px;
}
.course-box .category span
{}

.course-box .type
{
    text-decoration: none;
    display: none;
}

.course-box .price
{
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    background: red;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: red;
    right: 0;
    display: none;
}

.course-box .bottom
{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: normal;
    margin-top: auto;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.tag
{
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.tag-sm
{
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #000;
}

.skill
{
    background: #ebeff3;
}

.level
{
    background: #daecff;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.search-panel .border-right-1
{
    border-right: 1px solid #b7b7b7;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.top-section
{
    text-decoration: none;
    background-size: cover;
    padding: 15px 0;
    position: relative;
    background-color: #f5f7fa;
}

.top-section .text
{
    position: relative;
}

.top-section .text .title
{
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}

.top-section .text .price
{
    font-size: 30px;
    font-weight: 600;
    color: red;
}

.top-section .text p
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.top-section .buttons
{
    text-decoration: none;
}

.top-section .tags
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: self-start;
    width: 100%;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.details-thumbnail
{
    position: relative;
    height: auto;
}

.details-thumbnail .info
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.details-thumbnail figure
{
    margin: 0;
    margin-bottom: 0;
    position: relative;
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f3f0f0;
    vertical-align: initial;
    align-items: center;
}

.details-thumbnail figure img
{
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    height: max-content;
}

.details-thumbnail .price
{
    text-decoration: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    background: red;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: red;
    right: 0;
}

.details-thumbnail .video-link
{
    text-decoration: none;
    z-index: 1;
    background: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    left: 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-thumbnail .video-link a
{
    color: #fff;
}

.details-thumbnail .video-link a span
{
    font-size: 60px;
}

.details-thumbnail.date
{
    text-decoration: none;
    bottom: 100px;
    z-index: 1;
    background: red;
    padding: 10px;
    font-size: 14px;
    color: red;
    left: 0;
    line-height: normal;
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    display: none;
}

.details-thumbnail .date b
{
    font-size: 40px;
    font-weight: 500;
    display: block;
    line-height: 36px;
}

.details-thumbnail .date span
{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.video-popup .videobox
{
    max-width: 800px;
    margin: auto;
    padding: 10px;
}

.videobox iframe
{
    max-width: 100%;
    width: 100%;
    height: 400px;
}

.video-popup .videobox .modal-header
{
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    right: 0;
}

.video-popup .btn-close
{
    text-decoration: none;
    background-color: #fff;
    opacity: 1;
    color: #000;
    border-radius: 50px;
    padding: 10px;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.course-info2
{
    display: flex;
    gap: 5px 15px;
    align-items: normal;
    flex-wrap: wrap;
}

.course-info2 .box
{
    display: flex;
    align-items: flex-start;
}

.course-info2 .box:last-child
{
    border-right: 0px solid var(--nomi-200);
}

.course-info2 .box .info
{
    display: flex;
    gap: 10px;
    align-items: center;
}

.course-info2 .box .info .title
{
    font-size: 14px;
    font-weight: 400;
    color: var(--nomi-500);
    display: flex;
    align-items: center;
    align-items: baseline;
    align-self: baseline;
}

.course-info2 .box .info .value
{
    color: #5aa1ff;
    font-size: 16px;
    font-weight: 400;
}

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
@media only screen and (max-width: 1199px)
{
    .search-panel .border-right-1
    {
        border-right: 0px solid #b7b7b7;
    }
}

@media only screen and (min-width: 768px)
{
    .course-box .category span:nth-child(2)
    {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 360px)
{
    .banner-section .text .title
    {
        font-size: 30px;
    }
}
strong{
    font-weight: 600 !important;
}
.course-details h1, .course-details h2, .course-details h3, .course-details h4, .course-details h5, .course-details h6 {
    font-weight: bold !important;
}

.search-panel .border-right-1
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
input.select2-search__field::placeholder {
    color: #b2b2b2 !important;
}