.Average_Rating {
  background: #ffffff 0% 0% no-repeat padding-box;
  /* border: 1px solid #7fabdb; */
  border-radius: 5px;
  opacity: 1;
  /* padding: 10px; */
}

.Average_Rating .heading_holder h4 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  opacity: 1;
}

.Average_Rating .rating_breakdown .progress .bg-success {
    background-color: #00455f !important;
}


.Average_Rating.no-rating {
  height: 100%;
}

.Average_Rating.no-rating .no-rating-box {
  height: 100%;
  min-height: 180px;
  padding: 25px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fafafa;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Average_Rating.no-rating .no-rating-box .no-rating-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eef6ff;
  color: #428bcf;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  margin-bottom: 10px;
}

.Average_Rating.no-rating .no-rating-box h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.Average_Rating.no-rating .no-rating-box p {
  margin: 0;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.5;
  color: #373737;
}

.Average_Rating.no-rating .no-rating-box .empty-stars {
  display: flex;
  gap: 5px;
  margin-top: 15px;
  color: #cfd8e3;
  font-size: 18px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Average_Rating {
    margin-bottom: 5%;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Average_Rating .heading_holder h4 {
    font-size: 16px;
  }

  .Average_Rating.no-rating .no-rating-box {
    padding: 10px;
  }

  .Submit_Your_Review .heading_holder h4 {
    font-size: 15px !important;
  }

  .Average_Rating.no-rating .no-rating-box .no-rating-icon {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .Average_Rating.no-rating .no-rating-box h4 {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 1399px) {
  .Average_Rating .heading_holder h4 {
    font-size: 17px;
  }


  .Submit_Your_Review .heading_holder h4 {
    font-size: 17px !important;
  }
}