.main-testimonial{     width: 100%; }




/* .testi-wrapper {overflow: hidden;} */

.testimonials{
  display: flex;
  flex-wrap: wrap;
}

.testimonials__description {
  overflow: hidden;
  margin-bottom: 20px;
}

.testimonials__description p{
  font-size: var(--secondary-paragraph-size)
}

.main-testimonial{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-testimonial .testimonial-left-section .heading-section{
  text-align: left;  
  padding-top: 70px;
}

.main-testimonial .testimonial-left-section .heading-section h2{
  margin-top: 0;
  margin-bottom: 50px;
}

.main-testimonial .testimonial-left-section .heading-section p{
  margin-bottom: 50px;
}

.main-testimonial .testimonial-left-section .heading-section strong{
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-family: var(--secondary-font),sans-serif;
  color: #2B2B2B;
}

.main-testimonial .testimonial-left-section .heading-section:before{
  top: 0;
  left: 0;
  transform: none;
}

.main-testimonial .testimonial-left-section .heading-section .read-more{
  display: inline-block;
  border-radius: 3px;
  background: #0071b9;
  padding: 15px 40px;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 300;
  font-family: var(--secondary-font),sans-serif;
  color: #fff;
  margin-top: 70px;
  text-decoration: none;
  position: relative;
  transition: all .3s ease 0s;
}

.main-testimonial .testimonial-left-section .heading-section .read-more:hover{
  color: var(--primary-color);
}

.main-testimonial > div{
  width: 100%;
/*   padding-right: 60px; */
   padding-right: 0;
  box-sizing: border-box
}

.home-testimonial .slick-track {
    display: flex !important;
}

.home-testimonial .slick-slide{
  box-sizing: border-box;
  height: inherit !important;
  position: relative;
}
.home-testimonial .slick-slide .single_slide_wrapper {
  height: 100% !important;
  padding: 10px 10px 80px 10px;
}

.home-testimonial .slick-slide:focus{
  outline: none;
}

.home-testimonial .single-slide{
  padding: 30px;
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 2px 3px #02030314;
  height: 100%;
  position: relative;
}

.home-testimonial .single-slide:after{
  content: "";
  border: 15px solid black;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px 0 rgba(79,90,109,0.1);
  transform-origin: 0 0;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -28px;
  left: 25px;
}

.home-testimonial .rating{
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.home-testimonial .rating > li{
  display: inline-block;
}

.home-testimonial .testimonial-content p{
  font-size: var(--font-small);
/*  font-family: var(--secondary-font),sans-serif; */
  color: #444444;
  margin: 0;
  line-height: 1.4;
}
.testimonial-content p.date {color: var(--secondary-color); font-weight: 600; margin-top: 10px;}

.home-testimonial .slick-dots > li{
  width: 10px;
  height: 10px;
}

.home-testimonial .slick-dots > li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  background: transparent;
}

.home-testimonial .slick-dots > li.slick-active button{
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.home-testimonial .slick-dots > li button:before{
  content: "";
}

.home-testimonial .title-section{
  width: 100%;
  text-align: left;
  bottom: 10px;
  position: absolute;
}

.home-testimonial .title-section h4{
  font-size: 20px;
/*  font-family: var(--secondary-font),sans-serif; */
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 6px;
}

.home-testimonial .title-section span{
  display: block;
  font-size: var(--font-small);
}

.home-testimonial .slick-dots{
  width: auto;
  right: 15px;
  bottom: 0px; 
} 

@media (max-width: 1100px){
  .main-testimonial .home-testimonial{
    padding-right: 0;
  }
}

@media (max-width: 1024px){
  .main-testimonial .testimonial-left-section{
    padding-right: 20px;
  }
  .main-testimonial .home-testimonial{
    padding-right: 0;
  }  
}

@media (max-width: 767px){
  .main-testimonial{
    width: 100%;
    padding: 60px 0;
  }
  .main-testimonial > div{
    width: 100%;
  }
  .main-testimonial .testimonial-left-section {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .main-testimonial .testimonial-left-section .heading-section{
    text-align: center;
    padding-top: 50px;
  }
  .main-testimonial .testimonial-left-section .heading-section:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .main-testimonial .testimonial-left-section .heading-section h2 {
    margin-bottom: 20px;
  }
  .main-testimonial .testimonial-left-section .heading-section p {
    margin-bottom: 20px;
  }
  .main-testimonial .testimonial-left-section .heading-section .read-more{
    font-size: 22px;
    margin-top: 40px;
  }
  .home-testimonial .single-slide{
    padding: 30px;
  }
  .home-testimonial .slick-dots {
      right: 10px;
  }
  
}

@media (max-width: 480px){
  .main-testimonial {
      width: 100%;
      padding: 50px 0;
  }
  .main-testimonial .testimonial-left-section .heading-section .read-more {
      font-size: 22px;
  }
}

.title-section h4 {display: inline-block; margin-right: 10px;}

.title-section .review-star-wrapper {
  background: var(--secondary-color);
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
}
.title-section .review-star-wrapper img {display: inline-block; margin-right: 5px; width: 15px;}