.orange-fade {
    background: #ff910e;
    background: linear-gradient(135deg,#ff910e 0,#ffa841 100%);
}
.pos-r {
    position: relative!important;
}
.brown {
  width: 290px; 
    height: 292px; 
  background-image: url('bg_reviews.png'); 
  background-size: cover;
  border-radius: 27px 27px 30px 30px; 
  /* Test Comment */
  
  
  margin-right: 15px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;

}
.text-white {
    color: #fff!important;
}
.text-gray {
    color: #363636;
}
.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.separator {
    width: 14%;
    height: 3px;
    margin: 1.2em auto 1em;
    background: #ffc53a;
}
.one-slide {
  border-radius: 3px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  padding:10px;
}
.one-slide img {
  width: 100%;
}
.carousel-controls .control {
  position: absolute;
  cursor: pointer;
  top: 56.4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prev {
  left: -1.875rem;
}
.next {
  right: -1.875rem;
}

.slick-prev:before, .slick-next:before{
    color:brown !important;
}

.testimonial-carousel, .slick-initialized { 
    width: 850px;
    height: 270px; 
   
    padding: 10px;

    
  
  }
 .message {
    width: 100%;
    font-size: .9rem;
  }
  .brand {
    width: 100%;
    font-size: .8rem;
  }
  @media (max-width: 575px) {
    .one-slide {
	    height: 200px;
	  }
    img {
  	    width: 40%;
  	  }
  }
  
/*rating stars*/
span.fa.fa-star.checked {
  color: orange;
}
.textCon{

  overflow: auto; 
  height: 160px;
 
  margin-top: 10px;

 
 
}

.der-ratings {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    flex-wrap: wrap; /* Ensures the spans wrap if there's not enough space */
}
.heart52Image {
    width: 25px !important; 
}
.para{
  font-size: 15px;
}