@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {

}
.container {
	/*
  background-color: rgb(232, 242, 245);
  padding: 50px 40px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 25px #a7a7a7; */
}
.tag {
  text-align: center;
  font-size: 1.1rem;
}
.fa-heart {
  color: rgba(255, 230, 0, 0.959);
  font-size: 30px;
}
.card {
  height: 320px;
  padding: 10px 20px;
  border: none;
  box-shadow: -1px 3px 5px #a7a7a7;
}
.testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.active-star {
  color: #fbc02d;
  margin-bottom: 8px;
}
.active-star:hover {
  color: #f9a825;
  cursor: pointer;
}
.profile {
  padding-top: 10px;
}
.name {
  font-weight: 700;
}
.designation {
  font-size: 0.84rem;
  font-weight: 600;
}
.owl-carousel {
  margin-bottom: 15px;
}
.owl-carousel .owl-stage-outer {
  padding: 40px 10px;
  height: 380px;
}
.owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50% !important;
    background: #840015 !important;
    border: 1px solid #840015;
    color: #fff !important;
    padding: 15px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid #840015;
  color: #840015 !important;
  background: #fff !important;
}

.show_detail {
font-size: 15px;
    color: #840015;
    padding-top: 20px;
    line-height: 3rem;
}

#readmoreModal img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 575.5px) {
  .container {
    margin: 0px;
    padding: 20px;
  }
}
