@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 #9292927a !important;
    margin-bottom: 10px;
    background: #27ac7f08;
    overflow-y: auto;
  }
  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;
    text-align: left;
  }
  .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;
  }
}

@media (max-width: 991px) {
  ul.lessons.list-unstyled.lessons-beside-video {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@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;
    margin-top: 50px !important;
  }
  div#splms .course-lessons h3 {
    font-size: 22px;
    padding-bottom: 15px;
    margin: 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;
  }
}
ul.lessons.list-unstyled.lessons-beside-video li.active a {
  color: #9b0202;
}

ul.lessons.list-unstyled.lessons-beside-video li a {
  color: #fff;
}

/*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: 16px;
  top: 7px;
  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: 16px;
  top: 7px;
  left: 10px;
}

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

/*course next prev button*/
a.btn.pre-button {
  background: #9b0202;
  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: #f1ba3e;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #000 !important;
  transition: 0.6s;
}

/*table*/
/*overview table*/
/*-----------------------------------------------------------------------
  TABLE STYLE              
-------------------------------------------------------------------------*/

.splms-lesson-description table {
  border: 0px solid #cccccc;
  padding: 0px 15px !important;
}

.splms-lesson-description th,
.splms-lesson-description td {
  padding-right: 30px !important;
  padding-bottom: 15px;
  border: 0px solid #cccccc;
  font-size: 13px;
  text-align: left;
}

.splms-lesson-description tbody tr:nth-child(even) {
  background: transparent;
  color: #fff;
}
.splms-lesson-description tbody tr:nth-child(odd) {
  background: transparent;
}

.splms-lesson-description td:first-child {
  opacity: 0.5;
}

/*course lesson details*/
