.card .verify {
  width: 14px;
}

.logo-img img {
  height: 30px;
  width: 96px !important;
}

.logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.user-photo {
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.review-text {
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
}

.card .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.owl-carousel .item {
  position: relative;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 21px;
  left: 46%;
  margin: 9px 0 0 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-dots .owl-dot span {
  width: 5px !important;
  height: 5px !important;
  margin: 5px 5px !important;
}

.card .card-body .rating-star {
  font-size: 18px;
  line-height: 20px;
  color: rgb(252, 191, 2);
}

.card .card-body {
  padding: 30px !important;
}

.card .card-body .name a p:hover {
  text-decoration: underline;
}

.card .card-body .google-image {
  width: 5%;
}

@media (max-width: 950px) {
  .card .card-body .google-image {
    width: 12%;
  }
}
@media (max-width: 600px) {
  .card .card-body .google-image {
    width: 16%;
  }
}
.rating-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 22px;
  line-height: 31px;
  color: rgb(17, 17, 17);
  text-align: center;
}

.card {
  background-color: #fff !important;
}

.rotater-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

.owl-carousel .item {
  position: relative;
}

.owl-carousel .owl-prev {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
}

.owl-carousel .owl-prev:hover {
  background-color: transparent !important;
}

.owl-carousel .owl-prev span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-bottom: 6px;
}

.owl-carousel .owl-next {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
}

.owl-carousel .owl-next:hover {
  background-color: transparent !important;
}

.owl-carousel .owl-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-bottom: 6px;
}

.card {
  background-color: rgb(246, 246, 248);
}

.card .card-body .rating-star {
  font-size: 15px;
  line-height: 20px;
  color: rgb(252, 191, 2);
}

.card .card-body .review-photo {
  width: 5%;
}

.card .card-body .name:hover {
  text-decoration: underline;
}

.card .card-body .google-image {
  width: 5%;
}/*# sourceMappingURL=testimonial-sliderDesgin2.css.map */