.tml-title h4{
  position: relative;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 6px;
  text-align: center;
  overflow: hidden;
}

.tml-title span:after, .tml-title span:before{
  border-top: 1px solid #eeeeee;
  content: '';
  position: absolute;
  top: 10px;
  width: 1000px;
  display: block;

}

.tml-title span:before{
  right: 100%;
}

.tml-title span:after{
  left: 100%;
}

.tml-title h4 span{
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  vertical-align: baseline;
}
.testimonial-slider {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.sl-testimonial{
  display: block;
  margin: 0;
  padding: 0;
}
.slick-dots{
  position: static;
}

.sl-testimonial li{
  list-style-type: none;
  float: left;
}

.sl-testimonial li:last-child{
  margin-right: 0;
}

.testimonial{
  width: 300px;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tml-profile{
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  clear: both;
  margin-bottom: 31px;
}

.tml-image-box{
  display: inline-block;
  height: 110px;
}

.tml-image{
  display: inline-block;
}

.tml-profile h4{
  color: #6f7c82;
  font-size: 17.98px;
  font-weight: 400;
  letter-spacing: -0.18px;
  text-align: center;
  transform: scaleY(1.001); /* width and height properties ommitted due to transform */
}

.tml-profile p{
  color: #dd4321;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;

}

.tml-content:after, .tml-content:before{
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: -13px;
  left: 135px;
  border-width: 0 15px 13px;
  border-style: solid;
  border-color: transparent transparent #eeeeee;
  z-index: 5;
}

.tml-content{
  position: relative;
  background: #eeeeee;
  height: auto;
  padding: 24px 20px;
  border:0 none;
  border-radius: 5px;
  clear: both;
}

.tml-content p{
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}


.tml-content p:last-child{
  margin-bottom: 0px;
}
