.testimonial-area {
  /* padding: 180px 0; */
  position: relative;
  background-color: #f1f1f1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-area:before {
  position: absolute;
  content: "";
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-testimonial {
  color: #fff;
  /* padding-left: 75px; */
  position: relative;
  margin: 0 15px 15px;
}
/* .img-area {
  border-radius: 50%;
  height: 150px;
  left: 0;
  margin-top: -75px;
  position: absolute;
  top: 50%;
  width: 150px;
  bottom: 50%;
} */
.testi-text {
  background: #fff;
  /* padding: 40px 20px 40px 100px; */
  color: grey;
  padding: 20px 30px;
}

.testimonial-main-title {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 3vh;
  padding-top: 5vh !important;
}

button {
  outline: none !important;
}

.upper-testi {
  display: flex;
  justify-content: space-between;
}
/* .img-area > img {
  background: linear-gradient(to bottom, dark cyan, white);
  border-radius: 50%;
  padding: 5px;
} */
.testi-text h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Times New Roman";
  margin-right: 60px;
}
.testi-text h4 span {
  display: block;
  font-size: 14px;
}

.testimonial-img {
  margin-left: 20px;
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testi-text p {
  font-family: "Times New Roman";
  line-height: 25px;
  font-size: 18px;
}
/* .single-testimonial:hover .testi-text{
    background: #fff;
    transition: 0.9s;
} */
.testimonial-area div.owl-nav {
  color: #fff;
  display: inline-block;
  font-size: 55px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  width: 40px;
  transition: 0.3s;
}
.owl-prev,
.owl-next {
  position: absolute;
  color: rgb(87, 87, 87) !important;
}
.owl-prev {
  left: -20px;
  top: 100px;
}
.owl-next {
  right: -20px;
  top: 100px;
}

/* responsive-css */
@media only screen and (max-width: 767px) {
  /* .testimonial-area {
    padding: 15px 0;
  } */
  .single-testimonial {
    padding-left: 0;
    /* padding-top: 75px; */
  }
  .img-area {
    left: 50%;
    /* margin-left: -75px; */
  }
  /* .testi-text {
    padding: 80px 25px 25px;
  } */
  .testi-text h4 {
    font-size: 20px;
    /* margin-bottom: 20px; */
  }
  .testi-text p {
    font-size: 16px;
  }
  /* .owl-prev {
    left: -15px;
    top: 150px;
  } */
  /* .owl-next {
    right: -15px;
    top: 150px;
  } */
}
