.sed_testimonial_section{
    padding:6rem 0rem
  }
  
  .testi_person_img_icon{
    margin-top: 2rem;
  }
  
  .testi_person_img_icon ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  
  .testi_person_img_icon ul li{
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 11px;
    cursor: pointer;
  }
  
  .testi_person_img_icon ul li img{
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .change_contet_test:nth-child(1){
    display: block;
  }
  
  .change_contet_test{
    display: none;
  }
  
  
  .test_user_review_content h1{
    font-family: 'Work-Sans-SemiBold';
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    color: #000000;
    text-transform: uppercase;
  }
  
  .test_user_review_content p{
    font-size: 14px;
    text-align: right;
    color: #000000;
  }
  
  .bottom_line_green {
    border-bottom: 2px solid #53b778;
    padding-bottom: 2rem;
  }
  
  .img_peroson_fullsize{  
    text-align: center;
  
  }

  .active_user{
    position: relative; 
    border: 3px solid #53b778 !important;
    border-radius: 11px;
  }
  
  .active_user:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #53b778;
    border: 3px solid #000000 !important;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 50%;
    bottom: -8px;
  }
  
  .p_b_80{
    padding-bottom: 80px;
  }
  
  .sed_testimonial_section{
    padding-bottom: 4rem;
  } 
  
  .img_peroson_fullsize{
    position: relative;
  }
  
  

  .testimonials {
    /* background-color: #53b778; */
    position: relative;
    padding-top: 10px;
  }
  .testimonials:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ffffff;
  }
  #customers-testimonials .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
  }
  #customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
  }
  #customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
  }
  #customers-testimonials .item-details p {
    font-size: 14px;
  }
  #customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
  }
  .owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #ffffff;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
  }
  .owl-carousel .owl-prev {
    left: -70px;
  }
  .owl-carousel .owl-next {
    right: -70px;
  }
  