.carousal-wedgets {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 2rem 0;
}
.carousal-wedgets .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev,
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev:hover,
.carousal-wedgets .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev {
  margin-right: auto;
}
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  margin-left: auto;
}
.carousal-wedgets .owl-theme .owl-dots {
  margin-top: 20px;
}
.carousal-wedgets .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.carousal-wedgets .owl-theme .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}

.google-reviews-card {
  min-height: 225px;
}
.google-reviews-card.two {
  min-height: auto;
}
.google-reviews-card .google-icon {
  width: 90px;
}
.google-reviews-card .user-avator {
  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;
}
.google-reviews-card .user-avator img {
  -o-object-fit: cover;
     object-fit: cover;
}
.google-reviews-card .sm-google-icon {
  width: 24px;
  position: absolute;
  top: 24px;
  left: 20px;
}
.google-reviews-card .verify {
  width: 14px;
}
.google-reviews-card .review-content p {
  position: relative;
  overflow: hidden;
  max-height: 69px;
}/*# sourceMappingURL=carousel-widget.css.map */