/* ==========================================================================
  12. TESTIMONIALS
  =========================================================================== */

#reviews-1.aliceblue_shape,
#reviews-1.whitesmoke_shape,
#reviews-2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}

#reviews-1.aliceblue_shape:after,
#reviews-1.whitesmoke_shape:after,
#reviews-2:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  background-color: #f9f9f9;
  top: 0;
  left: 12%;
  z-index: -1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

#reviews-1.aliceblue_shape:after {
  background-color: #f2f2fa;
}

#reviews-2:after {
  width: 56%;
  left: 44%;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}

#reviews-2.aliceblue_shape:after {
  background-color: #f2f2fa;
}

/*------------------------------------------*/
/*  TESTIMONIALS CAROUSEL
/*------------------------------------------*/

.review-1,
.review-2 {
  text-align: center;
  background-color: #fff;
  padding: 45px 30px;
  margin: 0 10px 20px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, 0.05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, 0.05);
}

.review-3 {
  margin-bottom: 40px;
}

.review-4 {
  padding: 0 30px;
  margin-bottom: 40px;
}

.review-3-txt,
.review-4-txt {
  background-color: #fff;
  padding: 35px 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, 0.05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, 0.05);
  margin-bottom: 25px;
}

.review-4-txt {
  padding: 40px 30px;
}

.review-3-data,
.review-4-data {
  position: relative;
  padding: 0 15px;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.reviews-section h5.h5-sm {
  margin-bottom: 10px;
}

#reviews-4.reviews-section h5.h5-sm {
  margin-bottom: 2px;
}

.reviews-section h5.h5-xs {
  margin-bottom: 0;
}

.review-3-txt p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.review-4-txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}

.txt-highlight {
  display: inline;
  padding: 5px 7px;
  margin: -3px 3px -3px -5px;
  border-radius: 8px;
  background-image: linear-gradient(
    -100deg,
    #ffda0233,
    #ffda02bf 95%,
    #ffda021a
  );
}

.review-3-data p,
.review-4-data p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Testimonials Rating
/*------------------------------------------*/

.app-rating {
  margin-bottom: 15px;
}

.review-3 .app-rating {
  position: absolute;
  top: 1px;
  right: 12px;
  margin-bottom: 0;
}

.review-4 .app-rating {
  position: absolute;
  top: 10px;
  right: 15px;
  margin-bottom: 0;
}

.review-1 .ico-20 [class*="flaticon-"]:before,
.review-1 .ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  Testimonials Download Button
/*------------------------------------------*/

.reviews-download-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.reviews-download-btn .store img {
  max-height: 55px;
}

.reviews-download-btn .os-version {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}
