 .equal-height {
  display: table;
  width: 100%;
 }

 .equal-height > [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
 }

 a {
  text-decoration: none !important
 }

 .accordion-collapse {
  border-width: 1px;
 }

 .floatright {
  float: right
 }

 .floatleft {
  float: left
 }

 .rating-cont {
  color: #333;
  font-size: 12px;
 }

 .accordion-button.collapsed {
  border: 1px solid rgba(0, 0, 0, .125);
 }

 .intrct-bar {
  background-color: #333;
  padding: 30px 0 20px;
  margin-bottom: 60px
 }

 .intrct-bar .breadcrumb {
  margin: 0
 }

 .intrct-bar .breadcrumb a {
  position: relative;
  text-decoration: none;
  margin: 0;
  color: #00B451
 }

 .intrct-bar .breadcrumb a.current {
  color: #fff;
  cursor: default;
  pointer-events: none;
 }

 .intrct-bar .breadcrumb a:not(:first-of-type):before {
  content: '-';
  margin: 0 5px;
  color: #00B451
 }

 .intrct-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
 }

 .intrct-cont.input-group {
  border-radius: 4px;
  overflow: hidden;
  height: 44px
 }

 .intrct-btns {
  display: block;
 }

 .intrct-btn {
  background: unset;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 32px;
  text-align: center;
  transition: .1s ease-in-out;
  margin: 0 10px;
  float: right;
  vertical-align: middle;
  display: inline-flex;
 }

 .intrct-btn:not(:first-of-type) {
  margin-right: 20px;
 }

 .intrct-btn:hover {
  color: #194294;
 }

 .intrct-txt {
  color: #fff;
  font-size: 24px;
 }

 .enrol-sec {
  flex: .4;
 }

 .enrol-prc {
  color: #333;
  font-size: 30px;
  width: auto;
  margin: 30px 0 15px
 }

 .enrol-prc b {
  text-align: left;
  font-size: 30px;
 }

 .enrol-sec input {
  border-radius: 0
 }

 .apply-btn {
  border-radius: 0;
  background-color: #00B451;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  transition: .1s ease-in-out
 }

 .apply-btn:hover,
 .course-btn:hover:not(.intrct-btn) {
  opacity: .9
 }

 .course-btn {
  background-color: #00B451;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  transition: .1s ease-in-out;
  font-size: 17px;
  line-height: 2rem;
  border: none;
  outline: none !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .course-btn .intrct-btn.clicked {
  color: #194294;
 }

 .enrol-prc small {
  font-size: 16px;
 }

 .crs-sec {
  padding: 0 0 90px;
  position: relative
 }

 .crs-sec .vid-desc {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
 }

 .crs-sec .vid-desc .cont-d {
  flex: 3;
 }

 .crs-sec .vid-desc .cont-title {
  font-weight: bold;
  font-size: 25px;
  /*margin-bottom: 30px;*/
  /*border-bottom: 1px solid #ddd;*/
  /*padding-bottom: 15px;*/
  color: #fff
 }

 .crs-sec .vid-desc .cont-title .cat-tag {
  background-color: #00B451;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  clear: both;
  vertical-align: middle
 }

 .crs-sec .vid-desc .cont-txt {
  font-size: 15px;
  padding-left: 10px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

 }


 .crs-sec .vid-desc .rating-d {
  flex: 1
 }

 .crs-sec .vid-desc .rating-d .rating-cont {
  display: flex;
  flex-direction: row;
  align-items: center;

 }

 .crs-sec .vid-desc .rating-d .rating-cont span {
  margin: 10px;
  font-size: 15px;
  color: #fff
 }

 .crs-sec .ctrl-btns {
  display: flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px
 }

 .crs-sec .ctrl-btns .ctrl-btn {
  width: 100%;
  padding: 10px 0;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  transition: .1s ease-in-out;
  border: 1px solid #ddd
 }

 .crs-sec .ctrl-btns .ctrl-btn i {
  color: #00B451;
  font-size: 20px;
  margin: 0 5px;
  vertical-align: text-top;
  font-weight: bold
 }

 .crs-sec .ctrl-btns .ctrl-btn:hover {
  box-shadow: inset 1px 1px 3px 0px #ddd;
 }

 .crs-sec .rltd-vids .vid-card {
  display: flex;
  margin: 15px 0;
  align-content: flex-end;
  align-items: center;
  padding-bottom: 15px
 }

 .crs-sec .rltd-vids a:not(:last-of-type) .vid-card {
  border-bottom: 1px solid #ddd
 }

 .crs-sec .rltd-vids .vid-card .cont-img {
  width: 50%;
  overflow: hidden
 }

 .crs-sec .rltd-vids .vid-card .cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .1s ease-in-out
 }

 .crs-sec .rltd-vids .vid-card:hover .cont-img img {
  transform: scale(1.02)
 }

 .crs-sec .rltd-vids .vid-card .cont-d {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  width: 50%
 }

 .crs-sec .rltd-vids .vid-card .cont-d .cont-title {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
  transition: .1s ease-in-out
 }

 .crs-sec .rltd-vids .vid-card:hover .cont-d .cont-title {
  color: #00B451
 }

 .crs-sec .rltd-vids .vid-card .cont-d .cont-txt {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px
 }

 @media screen and (max-width: 765px) {
  .crs-sec {
   padding: 0 0 60px;
  }
  .crs-sec .vid-desc .cont-txt {
    -webkit-line-clamp: 4;
  }
  .crs-sec iframe {
   height: 230px
  }

  .crs-sec .vid-desc {
   display: block
  }

  .crs-sec .vid-desc .rating-d {
   display: flex;
   justify-content: space-between;
  }

  .crs-sec .vid-desc .rating-d .like-d {
   justify-content: space-around;
   align-items: center;
   flex-direction: row;
  }

  .crs-sec .vid-desc .rating-d .like-d .like-count {
   border: none
  }
 }

 .comments-container {
  margin: 60px auto 15px;
  width: 768px;
 }

 .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
 }

 .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
 }

 .comments-list {
  margin-top: 30px;
  position: relative;
 }

 /**
 * Lineas / Detalles
 -----------------------*/

 .comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  right: 32px;
  top: 0;
 }

 .comments-list:after {
  content: '';
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  right: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
 }

 .reply-list:before,
 .reply-list:after {
  display: none;
 }

 .reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  right: 55px;
 }

 .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
 }

 .comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
 }

 .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
 }

 /**
 * Avatar
 ---------------------------*/

 .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  float: right;
  border: 3px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
 }

 .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

 .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
 }

 .comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
 }

 /**
 * Caja del Comentario
 ---------------------------*/

 .comments-list .comment-box {
  width: 680px;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
 }

 .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  right: -12px;
 }

 .reply-list .comment-box {
  width: 610px;
 }

 .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
 }

 .comment-box .comment-head i {
  float: left;
  margin-right: 14px;
  position: relative;
  top: 2px;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
 }

 .comment-box .comment-head i:hover {
  color: #03658c;
 }

 .comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-left: 10px;
 }

 .comment-box .comment-name a {
  color: #283035;
 }

 .comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
 }

 .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
 }

 .comment-box .comment-name.by-author,
 .comment-box .comment-name.by-author a {
  color: #03658c;
 }

 .comment-box .comment-name.by-author:after {
  content: 'Author';
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px
 }

 /** =====================
 * Responsive
 ========================*/

 .comments-container textarea {
  width: 100%;
  margin: 30px 0;
  resize: none;
  padding: 15px
 }

 .comments-container .button-mini {
  font-size: 16px;
  border: none;
  background: unset;
  box-shadow: inset 0 0 0 1px #eee;
  outline: none;
  background-color: #00B451;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px
 }

 .summary-category-title {
  margin-top: 25px;
  margin-left: 6px;
  font-weight: 600;
 }

 .summary-list {
  margin: 0 0 0 8px;
  padding: 0;
  list-style-type: none;
 }

 .summary-list > .linked-element-item {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  color: #00B451;
  font-size: 16px
 }

 .linked-element-item-locate {
  display: none;
  margin-right: auto;
  width: 10px;
  height: 10px;
 }

 .summary-list > .linked-element-item:hover {
  background: #00000022;
  cursor: pointer;
 }

 .linked-element-item:hover .linked-element-item-locate {
  display: flex;
 }

 .linked-elements-more {
  padding: 10px;
  color: #00B451;
  font-size: 12px;
 }

 .summary-list > .attached-file {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  font-size: 16px
 }

 .summary-list > .attached-file:hover {
  background: #00000022;
  cursor: pointer;
 }

 .summary-list > .attached-file > .attached-file-icon {
  color: #00B451;
  margin-left: 10px;
 }

 .summary-list.saved-views {
  display: flex;
  flex-wrap: wrap;
 }

 .summary-list > .saved-view {
  width: 90px;
  height: 60px;
  background: gray;
  margin: 6px 10px;
 }

 .crs-sec .nav-tabs button {
  width: auto;
  border: none;
  margin: 1px 0 0;
 }

 .crs-sec .nav-tabs button {
  font-size: 16px;
  border: none;
  background: unset;
  box-shadow: inset 0 0 0 1px #eee;
  border-radius: 0;
  outline: none;
  background-color: #f1f1f1
 }

 .crs-sec .nav-tabs button:first-of-type {
  border-radius: 0;
  overflow: hidden;
 }

 .crs-sec .nav-tabs button:last-of-type {
  border-radius: 0;
  overflow: hidden;
 }

 .crs-sec .nav-tabs button.active {
  background-color: #00B451;
  color: #fff;
  box-shadow: none;
  outline: none;
  border-color: #ddd;
 }

 /* Ahmed Ali Course sections styles */

 .course-content .head {
  font-size: 1.3rem;
  color: #0b3452;
  font-weight: 700;
 }

 .course-content .content-items-container .content-accordion .content-section .section-header {
  padding-bottom: 0;
 }

 .course-content .content-items-container .content-accordion .content-section .section-header button {
  color: #000000;
  font-weight: 600;
  box-shadow: none;
  background-color: #fff;
  line-height: 1.6rem;

 }

 .course-content .content-items-container .content-accordion .content-section .section-header button .title {
  font-size: 1.1rem;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }

 @media only screen and (max-width: 576px) {
  .course-content .content-items-container .content-accordion .content-section .section-header button .title {
   font-size: 0.925rem;
  }
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.925rem;
  font-weight: 600;
  margin-bottom: 0.675rem;
  max-width: 100%;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.enabled .title {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 100%;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item .title a {
  max-width: 500px;
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #314ba0;
  text-decoration: none;
  margin-right: 10px;
 }


 .course-content .content-items-container .content-accordion .content-section .content-section-item.enabled .title a:hover {
  color: #145f95;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.enabled .title i {
  color: #00B451;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.disabled {
  font-weight: 500;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.disabled .title {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 100%;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.disabled .title p {
  display: inline-block;
  max-width: 500px;
  position: relative;
  color: #a8a5a5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
 }




 @media only screen and (max-width: 576px) {
  .course-content .content-items-container .content-accordion .content-section .content-section-item.disabled .title p {
   font-size: 0.925rem;
  }
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item.disabled .title i {
  color: #a8a5a5;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item .meta-info a.disabled {
  color: #c2c2c2;
  pointer-events: none;
 }

 .course-content .content-items-container .content-accordion .content-section .content-section-item .meta-info a.type {
  color: #f15932;
  text-decoration: underline;
 }


 .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
 }

 .course-content .content-items-container .content-accordion .content-section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #00B451;
 }

 .course-content .content-items-container .content-accordion .content-section .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
 }

 .course-content .content-items-container .content-accordion .content-section .accordion-button:focus {
  border-color: #ddd;
  outline: none;
  box-shadow: none
 }

 .pay-info {
  border: 1px solid #ddd;
  padding: 20px 15px;
  margin-top: -127%;
  top: 9rem;
  z-index: 1;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
  background-color: #fff;
 }

 .pay-info ul li {
  padding: 0;
  margin: 9px 0
 }

 .pay-info.fade-in {
  animation: fadein 1s ease-in-out;
 }

 .pay-info ul li:first-of-type {
  margin-top: 15px
 }

 .pay-info p {
  font-size: 20px;
  color: #333
 }

 .pay-info p.enrol-prc {
  font-size: 40px
 }

 .list-unstyled {
  padding-right: 0;
  list-style: none;
 }

 .ec-rating,
 .ec-review-rating {
  color: rgba(24, 28, 33, .15);
  margin-bottom: 0;
 }

 .ec-rating > li,
 .ec-review-rating > li {
  display: inline-block;
 }

 .ec-rating > li.active,
 .ec-review-rating > li.active {
  color: #ffc107;
 }

 .list-unstyled:not(.dropdown-menu .list-unstyled) > li {
  margin-bottom: 0.3125rem;
 }

 .ec-rating,
 .ec-review-rating {
  color: rgba(24, 28, 33, .15);
  margin-bottom: 0;
 }

 .ec-rating > li,
 .ec-review-rating > li {
  display: inline-block;
 }

 .ec-rating > li.active,
 .ec-review-rating > li.active {
  color: #ffc107;
 }

 .list-unstyled:not(.dropdown-menu .list-unstyled) > li {
  margin-bottom: 0.3125rem;
 }

 .iconbox {
  width: 45px !important;
  height: 45px !important;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  flex-direction: column;
 }

 .iconbox img {
  width: 100%
 }

 .iconbox-xl {
  width: 70px !important;
  height: 70px !important;
 }

 .add-rating img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  transition: .1s ease-in-out
 }

 .add-rating .rating-txt {
  color: #333;
  font-weight: bold;
  text-align: right
 }

 .show-more {
  display: none;
  cursor: pointer;
  text-align: center;
  color: #c5c5c5;
  font-size: 12px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: unset;
  padding: 10px 0;
  transition: .1s ease-in-out;
  border: none;
  width: 100%;
 }

 .show-more:hover {
  color: #00B451;
  background: unset
 }

 .show-more:focus {
  color: #00B451;
  background: unset;
  outline: none;
  border: none;
  box-shadow: none
 }

 #reviews-cont .text-primary {
  color: #00B451 !important;
 }

 #reviews-cont .bg-primary {
  background-color: #00B451 !important;
 }

 .float-song-card {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 10px 19px 10px 0;
  margin: 0;
  text-align: right;
  transition: .1s ease-in-out;
 }

 .inrct-btns {
  display: flex
 }

 .inrct-btns button {
  background-color: unset;
  color: #333;
  font-size: 20px;
  transition: .1s ease-in-out;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0 7px
 }

 .inrct-btns a {
  text-decoration: none;
  font-size: 14px;
  color: #00B451;
  margin: 0 10px
 }

 .inrct-btns button:hover {
  opacity: .9;
  filter: drop-shadow(2px 2px 0.5px #00000033)
 }

 .progress {
  flex: 3
 }

 .inst-rwrds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
 }

 .inst-rwrds li {
  margin: 5px 0;
  font-size: 14px;
  color: #333
 }

 .inst-rwrds li i {
  margin-left: 15px
 }

 .vid-sec {
  position: relative
 }

 .vid-sec.played {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #33333399;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1025;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: fadein 0.4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.4s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.4s;
  /* Internet Explorer */
  -o-animation: fadein 0.4s;
  /* Opera < 12.1 */
  animation: fadein 0.4s;
 }


 .vid-sec .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #33333322;
  z-index: 3;
  -webkit-animation: fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.3s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.3s;
  /* Internet Explorer */
  -o-animation: fadein 0.3s;
  /* Opera < 12.1 */
  animation: fadein 0.3s;
 }

 .vid-sec .overlay .scale {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto;
  transition: .1s ease-in-out;
 }

 .vid-sec.fixed-vid.fade-in .overlay:hover .scale {
  font-size: 40px;
  cursor: pointer
 }

 .vid-sec.fixed-vid.fade-in:not(.played) {
  position: fixed;
  bottom: 7%;
  right: 5%;
  z-index: 9;
 }

 .vid-sec.fade-in {
  animation: fadein 1s ease-in-out;
 }

 .vid-sec.played .overlay {}

 .ytp-button {
  z-index: 1060;
  position: relative !important
 }

 .vid-sec.played .iframe-cont {
  width: 70%;
  height: 80%
 }

 .vid-sec.played .iframe-cont iframe {
  z-index: 1030;
  position: relative;
  width: 100%;
  height: 100%
 }

 .menu {
  z-index: 999;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none
 }

 .vid-sec.fade-in:not(.played) .menu {
  display: block
 }

 .menu .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #00b451;
  border-radius: 2px;
  color: #fff;
  cursor: pointer
 }

 .menu .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  border-top: 1px dashed #ddd;
  transition-delay: 0.08s;
 }

 .menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  border-top: 1px dashed #ddd;
  transition-delay: 0.16s;
 }

 .menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  border-top: 1px dashed #ddd;
  transition-delay: 0.24s;
 }

 .menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #ddd;
  transition-delay: 0.32s;
 }

 .menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  border-top: 1px dashed #ddd;
  transition-delay: 0.4s;
 }

 .menu .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -51px;
  transform: rotate(0deg);
  transition-delay: 0.5s;
  border-right: 1px dashed #ddd;
 }

 .menu .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -102px;
  transform: rotate(0deg);
  transition-delay: 1s;
  border-right: 1px dashed #ddd;
 }

 .menu .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -153px;
  transform: rotate(0deg);
  transition-delay: 1.5s;
  border-right: 1px dashed #ddd;
 }

 .menu .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  transition-delay: 2s;
  border-right: 1px dashed #ddd;
 }

 .menu .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  transition-delay: 2.5s;
  border-right: 1px dashed #ddd;
 }

 .menu .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
  border-left: 1px dashed #ddd;
 }

 .menu .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
  border-left: 1px dashed #ddd;
 }

 .menu .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
  border-left: 1px dashed #ddd;
 }

 .menu .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
  border-left: 1px dashed #ddd;
 }

 .menu .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
  border-left: 1px dashed #ddd;
 }

 .menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
 }

 .menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
 }

 .menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
 }

 .menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
 }

 .menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
 }

 .menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
 }

 .menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: .2s ease-in-out
 }

 .menu .share .submenu li:hover {
  transform: scale(1.05) !important
 }

 .menu .submenu li a {
  color: #212121;
 }

 .menu .submenu li a:hover i.fa {
  color: #fff;
 }

 .menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
 }

 .menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
 }

 .menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
 }

 .menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
 }

 .menu.topLeft {
  top: -30px;
  left: -30px;
  cursor: pointer;
 }



 .vid-desc .tile-progress {
  background: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  width: 100%;
  margin-top: 15px
 }

 .vid-desc .tile-progress .f-right {
  float: right
 }


 .vid-desc .tile-progress .f-left {
  float: left
 }

 .vid-desc .tile-progress .text-left {
  text-align: left
 }

 .vid-desc .trophy-i {
  color: #fff;
  font-size: 40px;
  text-align: right;
  margin-right: 30px
 }

 .vid-desc .bar-container {
  display: flex;
  align-items: center;
 }

 .vid-desc .tile-progress .tile-progressbar {
  height: 5px;
  background: #00b45155;
  margin: 0;
 }



 .vid-desc .tile-progress .tile-progressbar span {
  display: block;
  background: #00b451;
  width: 0;
  height: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 }

 .vid-desc .tile-progress .tile-footer {
  padding: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: unset;
  color: #fff;
  font-size: 11px
 }

 .cmnt-sec {
  margin: 30px 0;
  width: 100%
 }

 .cmnt-sec select {
  margin-bottom: 10px;
 }

 .cmnt-sec select:not(:first-of-type) {
  margin-right: 7px
 }

 .cmnt-sec textarea {
  display: block;
  margin: 7px 0;
  width: 100%
 }

 .cmnt-sec .title {
  font-size: 18px;
  font-weight: bold
 }

 .reply.float-song-card {
  width: 95%;
  float: left
 }

 .dwl-btn {
  background: unset;
  border: none;
  box-shadow: none;
  outline: none;
  color: #00b451;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin: auto
 }

 .dwl-btn:focus {
  outline: none
 }

 .dwl-btn:hover {
  opacity: .8
 }

 .course-content .content-items-container .content-accordion .content-section .meta-info a {
  color: #00b451;
  margin: 0 5px
 }

 .crs-rating-cont {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
 }

 .crs-rating-cont:not(:last-of-type) {
  border-bottom: 1px solid #ddd
 }

 .crs-rating-modal {
  padding-left: 0 !important
 }

 .crs-rating-modal .btn-close {
  margin-right: auto;
  margin-left: 0
 }

 .crs-rating-cont textarea {
  width: 100%;
  padding: 10px 15px
 }



 .more-disc {
  margin: auto;
  color: #00b451;
  transition: .1s ease-in-out;
  padding: 0 10px;
 }

 .more-disc:hover {
  background: unset;
  opacity: .8;
  color: #00b451;
 }

 .crs-spots li:before {
  content: '•';
  color: #00b451;
  font-weight: bold;
  margin: 0 5px;
  font-size: 24px;
  line-height: 1px
 }

 .course-btn span {
  display: inline-block;
  height: 100%;
  width: 80%;
 }

 .inst-sec .inst-name {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
 }

 .cmnt-sec .action-btn.disabled {
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #bbb !important;
 }

 .cmnt-sec .action-btn.disabled:hover {
  opacity: 1;
  background-color: #f5f5f5;
  color: #bbb;
 }

 .summary-cont > *:before {
  content: '-';
  margin: 0 5px;
  color: #00b451;
  font-weight: bold
 }

 @media screen and (max-width: 765px) {
  .crs-rating-cont {
   display: block !important;
  }

  .add-rating .rating-txt {
   text-align: center
  }

  .rating-set {
   margin: auto
  }
 }

 @media screen and (min-width: 992px) {

  .modal-lg,
  .modal-xl {
   max-width: 600px;
  }

 }
