#testimonial_area {
  padding: 4% 0;
}
.box-area {
  padding: 30px;
  position: relative;
  display: block;
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 12px;
  margin: 40px 0;
}
.box-area h5 {
  font-size: 16px;
  font-weight: 700;
  color: #125241;
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box-area span {
  color: #262626;
  display: block;
  font-size: 13px;
  margin: 0 0 10px;
  font-weight: 400;
}
.box-area .content {
  color: #262626;
  padding-top: 9px;
}
.box-area .img-area {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  z-index: 1;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.socials {
  margin-top: 30px;
}
.socials i {
  margin: 0 10px;
  color: #0a69ed;
  font-size: 18px;
}
#testimonial_area .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
#testimonial_area .owl-prev,
#testimonial_area .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
#testimonial_area .owl-prev {
  left: -50px;
  top: -30px;
}
#testimonial_area .owl-next {
  right: -50px;
  top: -30px;
}
.review-rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  column-gap: 12px;
  margin: 0px auto;
}
@media only screen and (max-width: 991px) {
  .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .box-area {
    text-align: center;
  }
  .owl-nav {
    display: none;
  }
}
