.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #dddddd;
    font-size: inherit;
    height: 25px;
    width: fit-content;
    position: relative;
    padding: 0;

}
.star-ratings-css-top {
    color: #ffc107 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.badge-align {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #555;
    z-index:1;
}

.badge-font{
    font-size:12px;
}

.li-rating-label{
    cursor: pointer;
}

#review_summary .star-ratings-css{
    margin-left:25%;
}

.sm_ds{
    color:#fff;
}

/*"What you will learn" CSS
Developer: Smita Patil
Date: 18/09/2019
*/

.col-xxs-8 {
    width: 100%;
    margin-bottom:15px;
}
.row--component-margin>*[class|=col]>.clp-component-render:first-child {
    margin-top: 40px;
}
.in-page-offset-anchor {
    position: absolute;
    top: -70px;
}
.what-you-get {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    padding: 10px 15px;
}
.js-simple-collapse {
    overflow: hidden;
    position: relative;
}
.what-you-get__content {
    margin-bottom: 5px;
}
.what-you-get__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.what-you-get__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.what-you-get__item--columns {
    width: 45%;
}
.what-you-get__icon {
    align-self: flex-start;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
}

.what-you-get__text {
    font-size: 15px;
}
.what-you-get .js-wrapper-simple-collapse-more-btn {
    background: linear-gradient(rgba(249,249,249,0),rgba(249,249,249,0.95),#f9f9f9);
}
.js-wrapper-simple-collapse-more-btn {
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.95),#FFF);
    bottom: 0;
    display: block;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.js-simple-collapse-more-btn {
    padding: 0;
    margin: 3px;
}
.btn-sm {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}