.carousal-wedgets {
  position: relative;
  overflow: hidden;
  padding: 5rem 2rem;
}
.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: 26px;
  position: absolute;
  top: 24px;
  left: 20px;
  height: 26px;
  color: white;
}
.google-reviews-card .verify {
  width: 14px;
}
.google-reviews-card .verify i {
  color: #197BFF;
}
.google-reviews-card .review-content p {
  position: relative;
  overflow: hidden;
  max-height: 69px;
}

.logo-img img {
  height: 30px;
  width: 92px !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);
}/*# sourceMappingURL=testimonial-sliderDesgin1.css.map */