.ielts-explain {
  position: relative;
}
#ielts-explain-content {
  position: absolute;
  top: -40px;
}
.main-wrapper.ielts_explanation > .item-price {
  margin-bottom: 20px;
}
.ielts_explanation .addeventatc {
  border: 1px solid #cccccc;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
  width: 48%;
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff url(/themes/iot/images/change-day.svg) left 15px center no-repeat;
  background-size: 18px;
  padding: 0 0 0 47px;
  width: 48%;
  text-align: left;
  outline: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.ielts_explanation .addeventatc:hover {
  font-size: 14px;
}
.ielts_explanation .addeventatc .addeventatc_icon {
  top: 6px;
  background: transparent url(/themes/iot/images/change-day.svg) center no-repeat;
}.ielts_explanation .addeventatc {
  border: 1px solid #cccccc;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
  width: 48%;
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff url(/themes/iot/images/change-day.svg) left 15px center no-repeat;
  background-size: 18px;
  padding: 0 0 0 47px;
  width: 48%;
  text-align: left;
  outline: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.ielts_explanation .addeventatc:hover {
  font-size: 14px;
}
.ielts_explanation .addeventatc .addeventatc_icon {
  top: 6px;
  background: transparent url(/themes/iot/images/change-day.svg) center no-repeat;
}.ielts_explanation .addeventatc {
  border: 1px solid #cccccc;
  box-shadow: none !important;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  width: 48%;
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff url(/themes/iot/images/change-day.svg) left 15px center no-repeat;
  background-size: 18px;
  padding: 0 5px 0 47px;
  width: 48%;
  text-align: left;
  outline: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.ielts_explanation .addeventatc:hover {
  font-size: 16px;
}
.ielts_explanation .addeventatc .addeventatc_icon {
  display: none;
}
.listening-result .ielts-explain .product-caption, .reading-result .ielts-explain .product-caption {
  max-height: 70px;
}
.playlist .tl-item {
  position: relative;
}
.playlist .tl-item.active {
  color: #327846;
}
.ielts-explain.listening .tl-item.active,
.listening .tl-item.active {
  color: #32b4c8;
}
.playlist .tl-item .play-icon {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 16px;
  z-index: 2;
}

.media-player.loading {
  opacity: .8;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.media-player.loading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(74, 74, 74, 0.98);
  z-index: 998;
}
.media-player.loading::after {
  content: "\f110";
  display: inline-block;
  font: normal normal normal 80px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #fff;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
/* For hide add to calendar btn */
.ielts-explain .share-tag button.share-bt:last-child {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.all-class.price-box .price .list-price {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: normal;
  text-decoration: line-through;
}
/* End for hide add to calendar btn */
@media (max-width: 1199px) and (min-width: 992px) {
  .ielts_explanation .addeventatc {
    font-size: 14px;
    padding-left: 35px;
    background-position: left 10px center;
  }
}

@media (max-width: 767px) {
  /* .split-right .note-strategy {
    display: none;
  } */
  .ielts_explanation .addeventatc {
    font-size: 12px;
    background-position: left 10px center;
    background-size: 17px auto;
    padding-left: 40px;
  }
}
