@media(min-width:991px){
ul.lessons.list-unstyled.lessons-beside-video{
    max-height: 424px;
    width: 100% !important;
    overflow-x: hidden;
    width: 100%;
    border-radius: 0 0 3px 3px;
    padding: 15px 10px;
    border: 1px solid #e26480 !important;
    margin-bottom: 10px;
    background: #ffffff;
    /* box-shadow: 0px 0px 10px #00000090; */
    border-radius: 0px !important;
}
ul.lessons.list-unstyled.lessons-beside-video li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 15px !important;
    border-bottom: 1px solid #292929;
}
.course-lessons-video.col-md-4 h3 {
    font-size: 28px;
    margin: 0px;
    margin-bottom: 20px;
}
.course-lessons-video.col-md-4 h3 {
    border: none;
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2px;
}
.course-lessons-video.col-md-4 {
    padding: 0px;
}}
ul.lessons.list-unstyled.lessons-beside-video li a {
    color: #000;
}
@media(max-width:991px){
div#splms .lesson-video.col-sm-8 {
    padding: 0px;
}
div#splms .splms-lesson-description.item-content {
    padding: 0px;
}
div#splms .splms-lesson-description.item-content h2 {
    font-size: 22px !important;
    line-height: 1.5;
    border-bottom: 1px solid #464646;
    padding-bottom: 10px;
}
div#splms .course-lessons {
    padding: 0px 15px;
}
div#splms .course-lessons h3 {
    font-size: 22px;
    margin: 30px 0px 0px 0px;
}
div#splms .splms-lesson-teacher-info-title {
    font-size: 22px !important;
}
.splms-teacher-info-wraper.splms-col-sm-8.splms-col-md-9 .splms-lesson-teacher-name {
    font-size: 20px;
    margin-top: 10px;
}
.splms-teacher-info-wraper.splms-col-sm-8.splms-col-md-9.splms-teacher-info-wraper a {
    overflow-wrap: break-word;
}
}


/*button*/
a.btn.pre-button.btn-next {
    position: relative;
    padding: 8px 35px 8px 20px;
}
a.btn.pre-button.btn-next:before {
    position: absolute;
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 20px;
    top: 5px;
    right: 10px;
}
a.btn.pre-button.btn-previous {
    position: relative;
    padding: 8px 20px 8px 35px;
}
a.btn.pre-button.btn-previous:before {
    position: absolute;
    content: '\f060';
    font-family: 'FontAwesome';
    font-size: 20px;
    top: 5px;
    left: 10px;
}

.com-splms.view-lesson .splms-lesson-description {
    display: inline-block;
    width: 100%;
}


/*course next prev button*/
a.btn.pre-button {
    background: #ef118c;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #fff !important;
    transition: 0.6s;
}
a.btn.pre-button:hover {
    opacity: 0.6;
}
.button-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

.wzsy4-menu a.btn.pre-button {
    background: #e26480;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #fff !important;
    transition: 0.6s;
}
.splms.course-details .course-lessons ul li:last-child, .splms.course-details .splms-course-quizzes ul li:last-child, .splms-lesson-details {
    padding: 8px 0px;
}
@media(max-width:991px){
.splms.course-details .course-lessons ul li:last-child, .splms.course-details .splms-course-quizzes ul li:last-child, .splms-lesson-details {
    box-shadow: 0px 0px 10px #00000015;
    padding: 30px 0px;
}
.splms-lesson-description {
    padding: 0px 15px;
}}
div#splms.splms.splms-lessons.splms-lesson-details {
    box-shadow: 0px 0px 10px #00000015;
} 
.splms.course-details .course-thumbnail {
    padding: 0px 15px;
}


div#splms.splms.view-splms-course.course-details a#addtocart {
    background: #eb93a6 !important;
    border-radius: 0px !important;
}
div#splms.splms.view-splms-course.course-details .educon-course-deatils-wraper {
    padding: 0px !important;
    margin-bottom: 30px !important;
}

div#splms.splms.view-splms-course.course-details .course-thumbnail {
    margin-bottom: 30px;
    padding: 0px !important;
}


/*sharing button*/

span.referral-sharing-buttons a {
    font-size: 16px !important;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}
span.referral-sharing-buttons div {
    transition: 0.3s;
    justify-content: center;
}
span.referral-sharing-buttons div:hover {
    opacity: 0.7;
}
span.referral-sharing-buttons a span {
    font-size: 16px !important;
}
@media(max-width:991px){
span.referral-sharing-buttons a span,
span.referral-sharing-buttons a{
    font-size: 12px !important;
    padding: 0px;
}
}

/*hide banner*/
.com-splms.view-course .course-details-hide {
    display: none;
}