.solarsun_test_area {
  padding: 90px 0 70px;
}
.solarsun_test_area .witr_section_title {
  margin-bottom: 20px;
}
.solarsun_test_area .witr_testi_itemt {
  padding: 0 10px;
}
.solarsun_test_area .em_single_testimonial {
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 #f0f1f3;
  overflow: hidden;
  position: relative;
  text-align: left;
  background:#fff;
}
.solarsun_test_area .em_single_testimonial .em_testi_text {
  float: none;
  margin: 15px 0;
  padding: 0;
  height: 82px;
}
.solarsun_test_area .em_single_testimonial .em_testi_text p {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 17px;
  font-weight: 400;
}
.solarsun_test_area .em_test_thumb {
  float: left;
  margin-right: 20px;
}
.solarsun_test_area .test-part {
  display: inline-block;
  margin-bottom: 10px;
}
.solarsun_test_area .em_test_thumb img {
  border-radius: 50%;
  width: 59px;
  height: 59px;
  object-fit: cover;
}
.solarsun_test_area .em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--title-text-color);
}
.solarsun_test_area .em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  float: left;
  text-align: left;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;

}
.solarsun_test_area .test-part {
  display: inline-block;
  margin-bottom: 10px;
}
.solarsun_test_area .test-part ul li {
  display: inline-block;
  padding-top: 0;
}
.solarsun_test_area .execllent_toggol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solarsun_test_area .execllent_toggol i.qico {
  color: var(--color-primary);
}
.solarsun_test_area .em_crating img {
  width: 18px;
  margin-right: 3px;
}
.solarsun_test_area .execllent_star {
  margin-left: 15px;
}
.solarsun_test_area .execllent_star h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
  font-family: var(--title-font-family);
  font-size: 18px;
  font-weight: 600;
  color: var(--title-text-color);
}
.solarsun_test_area .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
}
.solarsun_test_area .witr_section_title .witr_section_title_inner h2 {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  padding: 0 0 5px 0;
}
.solarsun_test_area .witr_section_title .witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--title-font-family);
  color: var(--title-text-color);
}
.solarsun_test_area .em_testi_title h2 {
  font-family: var(--title-font-family);
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 24px;
  transition: .5s;
  margin-bottom: 5px;
  color: var(--title-text-color);
}
.solarsun_test_area .test-part {
  display: inline-block;
  margin-bottom: 10px;
}

.solarsun_test_area .slick-prev, .solarsun_test_area .slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  background-color: #ff3d;
  z-index: 9;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: .5s;
  border: 0px solid #17161a;
  background: var(--color-primary);
}

.solarsun_test_area:hover .slick-prev,
.solarsun_test_area:hover .slick-next {
  opacity: 1;
}

.solarsun_test_area .slick-prev {
  left: -65px;
}
.solarsun_test_area .slick-next {
   right: -65px;
}
.solarsun_test_area .slick-next:before, .solarsun_test_area .slick-prev:before {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  content: "\e64f";
  font-family: "qico" !important;
  line-height: inherit;
  opacity: 1;
}
.solarsun_test_area .slick-next:before {
  content: "\e650";
  font-family: "qico" !important;
}
.solarsun_test_area .slick-next:focus, .solarsun_test_area .slick-next:hover, .solarsun_test_area .slick-prev:focus, .solarsun_test_area .slick-prev:hover {
  background: var(--btn-hover);
}
.solarsun_test_area .slick-prev:hover:before, .solarsun_test_area .slick-next:hover:before {
  color: #fff;
}
.solarsun_test_area button:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .solarsun_test_area .slick-prev, .solarsun_test_area .slick-next{
    display: none !important;
  }
}