/***
.owl-carousel .owl-stage {
display:flex;
align-items:center;
}
.testimonial-content {
          line-height: 1.6;
          text-align: left;
      }
      .rating {
          margin: 15px 0;
          text-align: left;
      }
      .rating i {
          color: #fbc02d;
          font-size: 1.2rem;
      }
      .profile {
          display: flex;
          align-items: center;
          margin-top: 20px;
      }
      .profile-info {
          margin-left: 10px;
          text-align: left;
      }
      .profile-info h4 {
          font-size: 1em;
          line-height:1.2 !important;
          margin: 0;
          margin-bottom:5px;
          color: #0129ac;
      }
      .cf-carousel-no-dot-two .owl-carousel .item .profile img{
        height: 100px;
        width: 100px;
      }
      .profile-info p {
          margin: 0;
          color: #666666;
          font-size: 0.8em;
          line-height:1.4;
      }

      .cf-carousel-no-dot-two .owl-carousel .item .quote-top img{
        width: 80px;
        height: 50px;
      }
      .rating-quote{
        display: flex;
      }
      .rating-quote .rating{
        width: 75%;
      }
      .cf-carousel-no-dot-two .rating-quote .quote-bottom img{
        transform: rotateY(180deg);
        width: 80px;
        height: 50px;
      }

    .cf-carousel-no-dot-two .owl-carousel .item {
      color: #525252;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}
.cf-carousel-no-dot-two .owl-dots{
display: none;
}

  .cf-carousel-no-dot-two .custom-nav-two {
    display:none;
    visibility:hidden;
}***/
/*   .cf-carousel-no-dot-two .custom-nav-two button {
  border: 3px solid #829ff9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 17px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  background-color: #809ffc;
  color: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 640px){
.cf-carousel-no-dot-two .custom-nav-two button {
  position:relative;
}
.cf-carousel-no-dot-two .custom-nav-two {
  display: flex;
  visibility:visible;
  justify-content: center;
  margin-top: 20px;
}

}
.cf-carousel-no-dot-two .custom-nav-two .custom-prev{
left: -40px;
}
.cf-carousel-no-dot-two .custom-nav-two .custom-next{
right: -40px;
}*/
  