.detail-info-section {
  background-color: #e6ebf1;
  padding: 0px 0 100px;
  
}
.educast-detail-section::after {
  content: unset;
}
.detail-info {
  display: flex;
  gap: 24px;
  align-items: start;
}
.detail-info .subscrive-img {
  height: 207px;
  width: 307px;
  flex-shrink: 0;
}
.detail-info-inner {
  position: relative;
  z-index: 11;
  margin-top: -130px;
}
.educast-detail-section {
  height: 440px;
  border-radius: 0 00px 30px 30px;
}
.educast-detail-section::before{
  border-radius: 0 00px 30px 30px;
}
.detail-info .subscrive-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
.rating-view ul {
  display: flex;
  align-items: center;
}
.rating-view ul li {
  padding-left: 10px;
  margin-left: 10px;
  color: #576a82;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.rating-view ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.rating-view ul li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 4px;
  width: 4px;

  background-color: #576a82;
}
.rating-view ul li span {
  color: #020e1d;
}
.rating-view ul li i {
  color: #8ac142;
  margin: 0 4px;
}
.left-details {
  background-color: #ffffffe5;
  backdrop-filter: blur(25px);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.detail-info h2 {
  color: #020e1d;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin: 12px 0;
}
.detail-info .tutor-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-info .tutor-info .profile-pic {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.detail-info .tutor-info .tutor-content h4 {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #576a82;
}
.detail-info .tutor-info .tutor-content p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #020e1d;
}
.view-section {
  margin-bottom: 8px;
}
.view-section .views {
  display: flex;
  gap: 4px;
  color: #576a82;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.view-section .views img {
  height: 16px;
  width: 16px;
}
.detail-info-section .what-requirments {
  padding: 32px 0;
  border-bottom: 0;
}
.detail-info-section .what-requirments h3 {
  color: #020e1d;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.detail-info-section .what-requirments .article {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #020e1d;
}
.detail-info-section .what-description {
  padding-top: 0;
  border: 0;
}
.detail-info-section .what-description h3 {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #020e1d;
}
.detail-info-section .what-description .article {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #020e1d;
}
.detail-info-section .about-instructor {
  padding-top: 0;
}
.detail-info-section .about-instructor h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #020e1d;
}
.detail-info-section .about-instructor .tutor-info {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--Neutral-Neutral-0, #e6e9ec);
  padding: 20px;
}
.detail-info-section .about-instructor .tutor-info > img {
  min-width: unset;
  flex-shrink: 0;
  height: 68px;
  width: 68px;
  border-radius: 50%;
}
.detail-info-section .about-instructor .tutor-info .tutor-content {
  margin-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.rating-view ul li:last-child::before {
  content: unset;
}
.detail-info-section .about-instructor .rating-view ul li .ratting {
  border: 1px solid var(--Green-Green-1, #dbecc4);
  background-color: #f3f9ec;
  padding: 12px 13px;
  width: unset;
  height: unset;
  color: #000000;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-self: start;
  font-weight: 700;
  align-items: start;
  max-height: unset;
  gap: 4px;
}
.detail-info-section .about-instructor .tutor-info p {
  color: #020e1d;
  margin-bottom: 4px;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.detail-info-section .about-instructor .tutor-info .count-review {
  color: #576a82;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
}
.detail-info-section .about-instructor .rating-view ul li .views {
  flex-direction: column;
  width: auto;
  align-items: start;
}
.detail-info-section .about-instructor .rating-view ul li .views {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
}
.detail-info-section .about-instructor .rating-view ul li .views span {
  background-color: unset;
  height: unset;
  width: unset;
  padding: 0;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  margin-bottom: 4px;
}
.detail-info-section .about-instructor .rating-view ul li {
  margin-right: 0;
  padding-left: 20px;
  border-left: 1px solid #e6e9ec;
}
.detail-info-section .about-instructor .rating-view ul li:last-of-type {
  padding-left: 0;
  border: 0;
}
.detail-info-section .about-instructor .rating-view ul li .view-section {
  margin: 0;
  margin-right: 20px;
}
.detail-info-section .tutor-text p a {
  color: #020e1d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 100%;
}
.educast-middle .detail-info-section .tutor-content .tutor-text p {
  color: #576a82;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.data_not_find {
  text-align: center;
  padding: 20px 0;
}
.detail-info-section .student-review .educast-ratting h3 {
  font-size: 48px;
}
.detail-info-section .student-review h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
.detail-info-section
  .review-comment
  .review-list
  li
  .comment-box
  .user-profile
  img {
  border-radius: 50%;
}
.detail-info-section
  .review-comment
  .review-list
  li
  .comment-box
  .user-content
  .ratting {
  padding: 4px 5px;
  height: unset;
  width: max-content;
}
.detail-info-section
  .review-comment
  .review-list
  li
  .comment-box
  .user-content
  p {
  line-height: 1.2;
}
.detail-info-section .about-instructor {
  border: 0;
}
.detail-info-section .about-instructor .tutor-info {
  margin-bottom: 0;
}
.subscribe-banner {
  background-color: #ffffffe5;
  backdrop-filter: blur(25px);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.subscribe-banner .price h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #020e1d;
}
.tutor-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.course-info ul li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.course-info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border: 1px solid var(--Neutral-Neutral-0, #e6e9ec);
  background-color: #fff;
  border-radius: 50%;
}
.course-info ul li span img {
  height: 16px;
  width: 16px;
}
.course-info ul li p {
  margin-bottom: 0;
  color: #020e1d;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.course-info ul li {
  padding-bottom: 12px;
}
.course-info .btn {
  margin-top: 4px;
  padding: 11.5px 10px;
}
.educast-detail-section .educast-detail-content .banner-content {
  height: auto;
}
.course-info h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.tutor-content h3 {
  margin: 0;
  font-size: 20px;
}
.educast-text {
  width: 100%;
}
.educast-detail-section .educast-detail-content .banner-top {
  margin-top: 110px;
}
.educast-detail-section .educast-detail-content .banner-top .btn-back {
  font-size: 0;
  height: 48px;
  color: #576a82;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.educast-detail-section
  .educast-detail-content
  .banner-top
  .dropdown-more
  .btn-more {
  height: 48px;
  color: #576a82;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.educast-detail-section .educast-detail-content .banner-top .btn-back img {
  filter: grayscale(100%) brightness(0.5);
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 1199px) {
  .educast-detail-section .educast-detail-content .banner-top .btn-back,
  .educast-detail-section
    .educast-detail-content
    .banner-top
    .dropdown-more
    .btn-more {
    height: 40px;
    width: 40px;
  }
  .detail-info .subscrive-img {
    height: 177px;
    width: 277px;
  }
  .detail-info h2 {
    font-size: 24px;
  }
  .tutor-content h3 {
    margin: 0;
    font-size: 18px;
  }
  .detail-info .tutor-info .profile-pic {
    border-radius: 50%;
    height: 36px;
    width: 35px;
  }
  .detail-info-section .student-review .educast-ratting h3 {
    font-size: 30px;
  }
  .rating-view ul li {
    padding-left: 8px;
    margin-left: 8px;
  }
  .detail-info-section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .detail-info-inner > .container > .row {
    flex-direction: column-reverse;
  }
  .subscribe-banner {
    margin-bottom: 20px;
  }
  .detail-info-section .about-instructor .tutor-info {
    padding: 16px;
  }
  .detail-info-section .tutor-text p a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .detail-info {
    flex-direction: column;
    gap: 20px;
  }
  .detail-info .subscrive-img {
    width: 100%;
  }
  .subscribe-banner,
  .left-details {
    padding: 16px;
  }
  .detail-info h2 {
    font-size: 20px;
  }
  .detail-info .tutor-info .profile-pic {
    height: 28px;
    width: 28px;
  }
  .tutor-content h3 {
    font-size: 16px;
  }
  .detail-info-section .student-review {
    padding-top: 0;
  }
  .detail-info-section .student-review .educast-ratting h3 {
    font-size: 24px;
  }
  .detail-info-section .about-instructor .tutor-info .tutor-content {
    flex-direction: column;
    justify-self: start;
    align-items: start;
  }
  .detail-info-section .about-instructor .tutor-info .tutor-content {
    margin-left: 12px;
  }
  .detail-info-section .tutor-text p a {
    font-size: 16px;
  }
  .detail-info-section .about-instructor .tutor-info {
    padding: 12px;
  }
  .detail-info-section .about-instructor .rating-view ul li {
    padding-left: 12px;
  }
  .detail-info-section .about-instructor .tutor-info > img {
    position: relative;
    top: 10px;
    height: 40px !important;
    width: 40px !important;
    min-width: unset !important;
  }
  .detail-info-section .what-requirments h3 {
    margin-bottom: 12px;
  }
  .detail-info-section .about-instructor .rating-view ul li .ratting {
    padding: 5px;
  }
  .detail-info-section .about-instructor .rating-view ul li .ratting {
    font-size: 16px;
  }
  .detail-info-section .about-instructor .tutor-info .count-review {
    font-size: 10px;
  }
  .detail-info-section .student-review .educast-ratting {
    min-height: unset;
  }
  .detail-info-section
    .review-comment
    .review-list
    li
    .comment-box
    .user-profile
    img {
    height: 100%;
    width: 100%;
    min-width: unset;
  }
  .detail-info-section
    .review-comment
    .review-list
    li
    .comment-box
    .user-profile {
    height: 40px;
    width: 40px;
  }
  .detail-info-section .student-review h3 {
    margin-bottom: 12px;
  }
  .detail-info-section .student-review .educast-ratting h3 {
    font-size: 18px;
  }
  .detail-info-section .about-instructor .rating-view ul li .views span {
    font-size: 16px;
  }
  .educast-detail-section {
    height: 380px;
}
}
