.testimonial{
    padding: 3.5rem;
    background-image: url("../images/testimonial/testimonial-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 1rem;
}
.wrapper{
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .box{
    background: #fff;
    width: 90%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
    margin: 30px;
    height: 300px;
  }
  .wrapper .box i.quote{
    font-size: 20px;
    color: #656EEA;
  }
  .wrapper .box .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
  }
  .box .info .name{
    font-weight: 600;
    font-size: 18px;
  }
  .box .info .job{
    font-size: 15px;
    font-weight: 500;
    /* color: #29BB89; */
  }
  .box .info .stars{
    margin-top: 2px;
  }
  .box .info .stars i{
    color: #FFA12E;
  }
  .box .content .image{
    height: 75px;
    width: 75px;
    padding: 3px;
    background: #090552;
    border-radius: 50%;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }
  .message{
      margin-top: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;  
      overflow: hidden;
  }
  @media screen and (min-width:300px) and  (max-width: 500px) {
    .testimonial{
        padding: 15px 0px;
    }
    .box .info .job {
        font-size: 14px !important;
    }
    .wrapper .box{
      width: 90% !important;
      margin: 10px 20px !important;
    }
    .wrapper{
        margin: 1rem !important;
    }
    .testimonial-title {
        font-size: 30px;
        margin: 1.5rem;
    }
    .box .info .name{
      font-size: 15px;
    }
    .box .content .image {
      height: 50px;
      width: 50px;
  }
  .message{
   font-size: 15px;
}
  }
  @media screen and (min-width:500px) and  (max-width: 700px) {
    .testimonial{
        padding:0px;
    }
    .wrapper .box{
      width: 90% !important;
      margin: 10px 20px !important;

    }
    .testimonial{
        padding: 0rem;
    }
    .box .info .name{
      font-size: 18px;
    }
  }

  @media  screen and (min-width:700px) and  (max-width: 1045px) {
    .testimonial{
        padding:0px;
    }
    .wrapper .box{
        width: 90% !important;
        /* margin: 10px 35px !important; */
  
      }
      .box .info .name{
        font-size: 14px;
      }
  }
  
  @media screen and (min-width:1610px) and (max-width: 2000px) {
    .testimonial{
        padding: 50px;
    }
    .wrapper{
        max-width: 1600px;
      }
      .message{
        height: 100px;
      }
  }

  .testimonial .wrapper > .owl-theme .owl-dots .owl-dot {
   outline: none !important;
  }
  .testimonial .wrapper > .owl-theme .owl-dots .owl-dot span{
    background: transparent !important;
    border: 2px solid rgb(255, 255, 255) !important;
    width: 18px !important;
    height: 18px !important;
    transition: all .5s ease!important;
  }
  .testimonial .wrapper > .owl-theme .owl-dots .active span {
     background-color: #ffffff !important;
  }

  .testimonial .wrapper > .owl-theme .owl-item{
    background-color: transparent !important;
  }