
.testimonial-item.equal-height.style-6 {
    background-color: #f8f8f8;
    border-radius: 15px;
    margin: 0 20px;
    text-align: center;
    padding: 42px 25px;
}
.cell-right {
    text-align: center;
}
.testimonial-name {
    font-weight: 600;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}

.testimonial-slider .container {
  max-width: 1270px;
}

.testimonial-content {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.testimonial-name {
  color: #007b2f;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
}

.testimonial-name:after {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 35px;
  height: 3px;
  margin-left: -17.5px;
  content: "";
  background: #007b2f;
}

.testimonial-slider .owl-theme .owl-controls .owl-page span {
  margin: 20px 5px 0;
  border-radius: 4px;
  background: #dedede;
  width: 16px;
  height: 16px;
}

.testimonial-slider .owl-theme .owl-controls .owl-page.active span {
  background: #007b2f;
}

.star {
  text-align: center;
  margin: 20px 0 0;
}

.star img {
  margin: 0 auto;
  display: block;
}