.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  margin-top: 30px;
}
.testimonial-slide ul li {
  list-style: none !important;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #2cabe2;
}
.testimonial-section,
.testimonial-section .fullTes {
  display: none;
}

.testimonial-frame{
    display: flex !important;
    flex-wrap: wrap;
}

.testimonial-section .testimonial-box {

}

.testimonial-box .TesContent {
 font-size: 16px;
 margin-bottom: 20px;
}

.testimonial-box .TesContent,
.testimonial-box a.readMoreTes {
  color: #000;
  line-height: 22.5px;
  padding-bottom: 0;
}
.testimonial-box a.readMoreTes {
  padding-bottom: 0 !important;
  margin-top: 10px;
  font-size: 14px;
}
.testimonial-section p.name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px !important;
}
.testimonial-section .testimonial-slide .testimonial-item {
  min-height: 400px;
  position: relative;
  margin-inline: auto;
  background-color: #fff;
  padding: 30px;
  display: flex;
flex-direction: column;
justify-content: space-between;
flex-basis: 50%;

}


.testimonial-footer{
border-top: 2px solid #f7f7f7;
padding-top: 20px;;
}


.testimonial-section .testimonial-slide.style1 .testimonial-item {
  background-color: #000;
}
.testimonial-section .testimonial-slide.style1 p.name {
  color: #0b1533;
}
.testimonial-section .tesBody {
  overflow: hidden;
  margin-bottom: 30px;
  height: fit-content;
}
.testimonial-section .firstSpan {
  display: block;
}
.testimonial-section .TesContent .dots {
  margin-left: -5px;
}
.testimonial-slide .slick-slider {
  position: unset !important;
}
.testimonial-slide .slick-slide {
  margin-inline: 15px !important;
}
.testimonial-slide .slick-list {
  margin-inline: -15px !important;
}
.testimonial-slide .slick-next,
.testimonial-slide .slick-prev {
  color: #000;
  position: absolute;
  border: 0;
  z-index: 10px;
  transform: translateY(50%);
  bottom: 30px;
  transition: 2s;
}

.testimonial-footer .date{
    font-size: 14px !important;
     }

 .testimonial-box .stars{
         margin-bottom: 20px;
         }


.testimonial-image{
    min-height: 300px;
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    flex-basis: 50%;
}


@media (max-width: 768px) {
  .testimonial-section .testimonial-box {
    padding: 20px 20px 0;
  }
  .testimonial-section .tesBody {
    margin-bottom: 0;
  }
  .testimonial-section p.name {
    padding-inline: 20px;
  }

.testimonial-frame{
    display: block !important;
}

.testimonial-section .testimonial-slide .testimonial-item {
    padding: 20px;
    min-height: auto;
  
  }

  .testimonial-footer{
    margin-top: 50px;
    }

    .testimonial-footer .date{
        font-size: 14px !important;
        padding-inline: 20px;
         }
    

}
.slick-dots li,
.slick-dots li.slick-active ~ li:last-child,
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li:last-child,
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li:last-child,
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li:last-child,
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
  display: block;
}
