.loader {
  position: fixed;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loder-img {
  width: 200px;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.loder-img img {
  position: absolute;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 36px;
  color: #bfbfbf;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.video-gallery-area .video-block {
  position: relative;
}
.video-gallery-area .video-block a.play-icon {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 41%;
  left: 50%;
  margin: -31px 0 0 -31px;
}


.education-available-area .course-block .btn-read {
  background: transparent;
  border: none;
  padding: 0px;
  font-family: var(--font-nunito);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--main-color);
  text-decoration: underline;
}
.education-available-area .course-block h4 {
  margin-top: 40px;
}