/* Testimonial Deffernt Css */
.testimonial-space-right .slick-list {
  padding-right: 140px !important; }

.testimonial-fixed-width {
  width: 456px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .testimonial-fixed-width {
      margin: 0 auto 25px; } }

.brook-testimonial-area .title-max-width {
  width: 600px;
  max-width: 100%;
  float: right; }

.testimonial-nav-style .clint-thumb {
  -webkit-transform: scale(0.6667);
  -ms-transform: scale(0.6667);
  transform: scale(0.6667);
  background: none;
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s; }
  .testimonial-nav-style .clint-thumb img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .testimonial-nav-style .clint-thumb img {
        width: 114px !important; } }
  .testimonial-nav-style .clint-thumb:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
.testimonial-nav-style .clint-thumb.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 6px;
  width: 132px !important;
  height: 132px;
  border-radius: 50%;
   }
.testimonial-nav-style.testimonial-nav--2 .slick-center .clint-thumb {
  background-image: inherit; }

.testimonial-nav-content .testimonial-nav .content {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }
  .testimonial-nav-content .testimonial-nav .content p {
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 40px;
    max-width: 100%;
    color: #6b7076; }
    @media only screen and (max-width: 767px) {
      .testimonial-nav-content .testimonial-nav .content p {
        font-size: 26px !important;
        line-height: 1.5;
        margin-bottom: 25px;
      } }
  .testimonial-nav-content .testimonial-nav .content .rating {
    padding: 0;
    margin: 0;
    margin-bottom: 27px;
    list-style: none; }
    .testimonial-nav-content .testimonial-nav .content .rating li svg {
      padding: 0 2px;
      width: 18px;
      height: 18px;
}
.testimonial-nav-content .testimonial-nav .content .rating li svg path {
  fill: currentColor;
  stroke: currentColor;
}
  .testimonial-nav-content .testimonial-nav .content .testimonial-info .clint-info h6 {
    color: #1f2226;
    display: inline-block;
    margin-bottom: 0; }
  .testimonial-nav-content .testimonial-nav .content .testimonial-info .clint-info span {
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    max-width: 100%;
    color: #6b7076; }
.testimonial-nav-content.testimonial-content--2 .testimonial-nav .content p {
  line-height: 1.5;
  font-style: normal;
  color: #6b7076; }
  @media only screen and (max-width: 767px) {
    .testimonial-nav-content.testimonial-content--2 .testimonial-nav .content p {
      font-size: 22px; } }
.testimonial-nav-content.testimonial-content--2 .testimonial-nav .content .testimonial-info .clint-info h6 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.testimonial-nav-content.testimonial-content--2 .testimonial-nav .content .testimonial-info .clint-info span {
  font-style: italic;
  display: inline-block;
  color: #333333; }