#customer_reviews {
  @media (max-width:991px) {
    padding-top: 20px !important;
  }
  .container-fluid {
    background-color: #faf0e6;
  }
  .section-container {
    overflow: hidden;
    @media (max-width:768px) {
      padding-top: 5px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  ul {
    list-style: none;
    li {
      padding-left: 5px;
      padding-right: 5px;
      @media (max-width:640px) {
        padding-left: 5px;
        padding-right: 5px;
      }
    }
    .message_reviews_box {
      width: auto;
      background-color: white;
      padding: 39px;
      position: relative;
      border-radius: 10px;
      .ratings {
        span {
          color: rgba(0, 0, 0, 0.5);
        }
      }
      .ratings_star {
        i {
          color: #f5c415 !important;
        }
      }
    }
  }

  .message_reviews_box::after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .author_reviews_box {
    margin-left: 20px;
    h4 {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      color: #681e77;
    }
  }
  .author {
    width: 89px;
    height: 89px;
    border: 6px solid white;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    ellipse {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .reviews_person {
    max-height: fit-content;
    position: relative;
    z-index: 3;
    width: fit-content;
    .review_person {
      z-index: 3;
      width: 100%;
      transition: all 0.5s ease-in-out;
    }
  }
  .reviews_person .ellipse_orange {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -4;
  }
  .reviews_person .ellipse_purple {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: -4;
  }
}
@media (max-width: 640px) {
  .message_reviews_box {
    p {
      font-size: 12px;
    }
  }
}

.total_reviews {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin-left: 5px;
}

.google_star_ratings {
  background-color: white;
  width: fit-content;
  padding: 4px 4px;
  border-radius: 12px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
  img {
    width: 40px;
    height: 40px;
    @media (max-width:640px) {
      width: 35px;
      height: 35px;
    }
  }
  ul {
    &.google_star{
      flex: 1;
    }
    margin: 0;
    li {
      i {
        font-size: 12px;
        color: #f5c415;
      }
    }
  }
}

.reviews_slider_container {
  padding-left: 0;
  .slick-list {
    height: auto !important;
  }
}

.ellipse_purple {
  transition: transform 0.3s ease-out;
}
.ellipse_orange {
  transition: transform 0.3s ease-out;
}

.reviews_person .review_person {
  transition: transform 0;
}

.reviews_person .review_person:hover {
  transform: translateX(-30px);
}

.review-content {
  display: inline-block;
}
.more-text {
  display: none;
}
.ellipsis {
  display: inline;
}
.read-more {
  color: #681e77;
  cursor: pointer;
  text-decoration: underline;
}
.read-more:hover {
  text-decoration: none;
}
