/***** SL COurse Category Start Here *****/
.img-card-view .section-title {
    font-size: var(--fs19);
    line-height: 21px;
    margin: 0 0 30px;
}

.card-shade {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    margin-bottom: 15px;
}

.card-shade a:hover .card-shade-bg .category-name {
    color: var(--flamingo);
}

.card-shade .card-shade-bg {
    height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 20px 18px;
}

.card-shade .card-shade-bg::after {
    content: '';
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: var(--black);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.65)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(72, 72, 72, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(72, 72, 72, 0) 80%);
    left: 0;
    border-radius: 3px;
}

.card-shade .card-shade-bg .click-position {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}

.card-shade .card-shade-bg .category-name {
    color: var(--white);
    z-index: 999;
    font-size: var(--fs18);
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-family: "Atkinson Hyperlegible";
    line-height: normal;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.category-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.course-listis-view {
    margin-bottom: 110px;
}

.course-listis-view:last-child {
    margin-bottom: 0;
}

.content-img-cards .cards-img-bg {
    position: relative;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px 4px 0 0px;
}

.content-img-cards .cards-content-space {
    border: 1px solid var(--shady-lady);
    border-radius: 0 0 3px 3px;
    padding: 30px 20px;
    border-top: 0;
}

.content-img-cards .cards-content-space .cards-content-title {
    font-family: "Atkinson Hyperlegible";
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs35);
    line-height: 36px;
    margin-bottom: 15px;
}

.content-img-cards .cards-content-space .cards-content-title .course-head {
    color: var(--revolver);
}

.content-img-cards .cards-content-space .cards-content-title .course-head:hover {
    color: var(--elm);
}

.content-img-cards .cards-content-space .cards-content-detials {
    font-size: var(--fs15);
    line-height: 23px;
}

.listing-content {
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.listing-content .content-btn-click {
    margin-bottom: 0;
}

.listing-content .content-btn-click .course-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-family: "Atkinson Hyperlegible";
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs19);
    line-height: normal;
    color: var(--cod-grey);
}

.listing-content .content-btn-click .course-head:hover,
.listing-content .content-btn-click .course-head:focus {
    color: var(--elm);
}

.listing-content .content-btn-click .course-btn {
    padding-left: 10px;
    padding-right: 13px;
}

.listing-content .overview-content {
    font-size: var(--fs15);
    line-height: 23px;
    margin-top: 10px;
}

.listing-buttons .view-more-btn {
    margin-right: 40px;
}

/***** SL COurse Category END Here *****/