/* Course banner */
.course-banner {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 0px;
    border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
background: #ffffff;
}
.headh_desc{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.course-banner.big-size {
  overflow: hidden;
  transform: translate(0, -50%);
  width: 380px;
  background: #ffffff;
    border-radius: 10px;
}
.course-banner.small-size {
  transform: translate(0, -50%);
  padding: 48px 0 8px 0;
  width: 130px;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .course-banner.small-size {
    padding: 45px 0 5px;
    width: 110px;
    right: 0;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
.course-banner.big-size {
  width: 100%;
margin: 0 auto;
}
}
.course-banner.mobile-size {
  display: none;
  right: 0;
  margin-top: -40px;
  padding: 5px;
  width: 48px;
  background: #764cda;
  border-radius: 3px 0 0 3px;
}
.course-banner.mobile-size .course-banner__player-btn-mini {
  font-size: 12px;
}
.course-banner.mobile-size .course-banner__player-btn-mini svg {
  margin-bottom: 5px;
  width: 36px;
  height: 28px;
}
.course-banner.show {
  opacity: 1;
  pointer-events: auto;
}
.course-banner__head {
  position: relative;
  padding: 35px 0 10px;
  background: #ffffff;
  border-radius: 3px 3px 0 0;
}
.course-banner__stash {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0px;
  transition: color 0.2s;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
    background: #4A5767;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
width: 100%;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .course-banner__stash {
    top: 1px;
  left: 1px;
    right: 0px;
  }
}
.course-banner__stash.course-banner__hide {
  justify-content: flex-end;
}
.course-banner__stash.course-banner__hide svg {
  float: right;
  margin: 6px 0 0 5px;
  width: 14px;
  height: 8px;
  transition: fill 0.2s;
  fill: #fff513;
  transform: rotate(-90deg);
}
.course-banner__stash.course-banner__hide:hover svg {
  fill: #fff;
}
.course-banner__stash:hover {
  color: #fff;
}
.course-banner__hide {
  font-size: 14px;
}
.course-banner__show {
  font-size: 15px;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .course-banner__show {
    font-size: 10px;
    font-weight: 400;
  }
}
.course-banner__show svg {
  float: left;
  margin: 10px 5px 0 0;
  width: 14px;
  height: 8px;
  transition: fill 0.2s;
  fill: #ffffff;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .course-banner__show svg {
    margin: 10px 2px 0 0;
    transform: scale(0.65) rotate(90deg);
    transform-origin: 50%;
  }
.modal-dialog {
    margin: 1.5rem !important;   
}
}
.course-banner__show:hover svg {
  fill: #fff;
}
.course-banner__close {
  display: none;
}
.course-banner__close svg {
  float: right;
  margin: 6px 0 0 4px;
  width: 12px;
  height: 12px;
  transition: fill 0.2s;
  fill: #fff513;
}
.course-banner__close:hover svg {
  fill: #fff;
}
.course-banner__title {
  padding: 0 10px;
  line-height: 26px;
  color: #00529b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.course-banner__player-btn-mini {
  color: #0775CD;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .course-banner__player-btn-mini {
    font-size: 10px;
    line-height: 1.1;
  }
}