.dh-testimonail-area {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 0;
  height: 615px;
   background-position: center ;

}

.dh-testimonail-area .qico-star {
  color: var(--color-primary);
}

.dh-testimonail-area .qico-star.dh-style-two {
  color: #616161;
}

.dh-testimonail-thumb {
  position: relative;
  z-index: 1;
}

.dh-testimonail-shape {
  position: absolute;
  right: -26px;
  top: 11px;
  margin: auto;
  left: 0;
  z-index: -1;
}

.dh-testimonail-shape2 {
  position: absolute;
  left: 0;
  right: -17px;
  bottom: -18px;
  z-index: -1;
}

.dh-testimonail-area .owl-carousel .owl-item img {
  display: inline-block !important;
}

.dh-testimonail-content {
  padding-top: 53px;
}

.dh-testimonail-title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.dh-testimonail-text span {
  font-size: 14px;
  font-weight: 400;
}

.dh-testimonail-description p {
  width: 57%;
  margin: 0 auto 0;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 17px;
  line-height: 1.6;
}

.dh-testimonail-icon ul li {
  display: inline-block;
}

.dh-testimonail-icon ul li i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 14px;
  margin-left: 3px;
}

.dh-testimonail-area .dh-style-two.fas.fa-star {
  color: #616161;
}

/*owl carousel*/
.dh-testimonail-area .owl-nav {
  position: relative;
}

.dh-testimonail-area .owl-prev,
.owl-next {
  height: 36px;
  width: 40px;
  border: 1px solid var(--color-primary);
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}

.dh-testimonail-area .owl-prev i,
.dh-testimonail-area .owl-next i {
  font-size: 22px;
  display: inline-block;
  color: var(--color-primary);
}

.dh-testimonail-area .owl-next {
  display: inline-block;
  position: absolute;
  right: -33px;
  top: -136px;
}

.dh-testimonail-area .owl-prev {
  position: absolute;
  top: -136px;
  left: -33px;
}


@media screen and (max-width: 1500px) {

 
  .dh-testimonail-area .owl-next {
  display: inline-block;
  position: absolute;
  right: -3px;
  top: -136px;
 }

  .dh-testimonail-area .owl-prev {
  position: absolute;
  top: -136px;
  left: -3px;
  }
}


@media screen and (max-width: 900px) {
 .dh-testimonail-area {
  /*padding: 40px 0 0;*/
  height: 415px;
 }
 .dh-testimonail-area .owl-next {
  display: inline-block;
  position: absolute;
  right: -3px;
  top: -136px;
 }

  .dh-testimonail-area .owl-prev {
  position: absolute;
  top: -136px;
  left: -3px;
  }
    .dh-testimonail-description p {
  font-size: 14px;
  }
}



@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-testimonail-area .testimonail-description p {
    width: 66%;
  }

  .dh-testimonail-area .owl-next {
    right: 10px;
  }

  .dh-testimonail-area .owl-prev {
    left: 10px;
  }

  .dh-testimonail-shape {
    right: 0px;
  }
}

@media only screen and (min-width: 220px) and (max-width: 479px) {
  .dh-testimonail-area .testimonail-description p {
    font-size: 15px;
    width: 81%;
  }

  .dh-testimonail-shape {
    right: 0px;
  }

  .dh-testimonail-area .owl-next {
    right: 10px;
  }

  .dh-testimonail-area .owl-prev {
    left: 10px;
  }
   .dh-testimonail-description p {
  font-size: 13px;
  }
}