<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_shape {
  position: relative;
  z-index: 2;
}
.testimonial-block-new {
  background-color: #eef3f4;
}
.testimonial-left-text {
  width: 55%;
  padding: 25px 15px 25px 45px;
}
.testimonial-left-text p {
  font-size: 18px;
}
.testimonial-right-img {
  width: 45%;
  padding: 10px 35px 0;
}
.testimo_v_block {
  background-color: #EEF3F4;
  padding: 52px 30px 40px 45px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.testimo_v_info {
  width: 280px;
  min-width: 280px;
}
.testimo_v_info_top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.testimo_v_img {
  width: 65px;
  min-width: 65px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c6d1da;
}

.testimo_v_info {
  width: 280px;
  min-width: 280px;
}
.testimo_v_info h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.t_video_img {
  width: 51%;
  min-width: 51%;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:991px){
  .testimonial_third .section-title img{
    max-width: 65px;
  }
  .testimo_v_block{
    flex-wrap: wrap;
  }
  .testimo_v_info,
  .t_video_img {
      width: auto;
      min-width: inherit;
  }
  .testimo_v_info{
    margin-bottom: 2em;
  }
  
}

@media screen and (max-width:640px){
  .testimonial-left-text,
  .testimonial-right-img {
      width: 100%;
  }
  .testimonial-right-img{
    display: flex;
    justify-content: flex-end;
  }
  .testimonial-right-img img{
    max-width: 150px;
  }
  .testimonial-left-text {width: 100% !important;}
  .testimonial-right-img {width: 100% !important;}
  .home_client_say::after {bottom: -26px;}
	.home_client_say .slick-next {bottom: -12px;}
	.home_client_say .slick-prev {bottom: -12px;}
}
</pre></body></html>