body {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.carousal-wedgets .owl-theme .owl-nav {
  top: 43% !important;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev,
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  width: 35px !important;
  height: 35px !important;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev i,
.carousal-wedgets .owl-theme .owl-nav .owl-next i {
  font-size: 1rem !important;
}

.google-reviews-card .review-content p {
  position: relative;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  line-height: 23px;
  max-height: -moz-max-content;
  max-height: max-content;
  color: rgb(17, 17, 17);
  margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.es-review-card-tail {
  fill: #f6f6f8 !important;
  position: absolute;
  bottom: 82px;
  left: 30px !important;
}/*# sourceMappingURL=slider-without-star-rating.css.map */