/* Mobile landscape media query */
.testimonial {
  position: relative;
  background-color: #ebf5fe;
}

.testimonial .slider .slide-wrap {
  display: none;
}

.testimonial .slider .slide-wrap:first-child {
  display: block;
}

.testimonial .slider.slick-initialized .slide-wrap {
  display: block;
}

.testimonial .intro {
  margin-bottom: 20px;
}

.testimonial .intro h2 {
  text-align: center;
  color: #001480;
}

@media (max-width: 595px) {
  .testimonial .intro h2 {
    text-align: left;
  }
}

.testimonial .slide-wrap {
  position: relative;
}

.testimonial .slider {
  position: relative;
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1264px) {
  .testimonial .slider {
    padding: 0 26px;
  }
}

@media (max-width: 991px) {
  .testimonial .slider {
    margin-top: 30px;
    padding: 0 0px 40px;
  }
}

@media (max-width: 595px) {
  .testimonial .slider {
    padding: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .testimonial .slider {
    margin-top: 0;
    padding: 0 10px 20px;
  }
}

.testimonial .slider .slick-arrow {
  background-color: transparent;
}

.testimonial .quote-wrap {
  position: relative;
  width: 100%;
}

.testimonial .quote-wrap .text-wrap {
  max-width: 1346px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 595px) {
  .testimonial .quote-wrap .text-wrap {
    text-align: left;
  }
}

.testimonial .quote-wrap .text-wrap h3 {
  line-height: 1.7;
  color: #0084f2;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .testimonial .quote-wrap .text-wrap h3 {
    line-height: 1.2;
  }
}

.testimonial .quote-wrap .text-wrap .writer-info {
  margin-top: 20px;
}

.testimonial .quote-wrap .text-wrap .writer-info span {
  font-size: 25px;
  font-weight: 700;
  color: #001480;
}

@media (max-width: 767px) {
  .testimonial .quote-wrap .text-wrap .writer-info span {
    font-size: 20px;
  }
}

.testimonial .slick-list {
  margin-bottom: 30px;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

.testimonial .slick-prev::before,
.testimonial .slick-next::before {
  display: none;
}

.testimonial .slick-prev svg:hover path,
.testimonial .slick-next svg:hover path {
  fill: #001480;
}

.testimonial .slick-prev svg path,
.testimonial .slick-next svg path {
  fill: #545859;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial .slick-prev {
  left: -54px !important;
}

@media (max-width: 1849px) {
  .testimonial .slick-prev {
    left: -9px !important;
  }
}

@media (max-width: 991px) {
  .testimonial .slick-prev {
    right: 50% !important;
    left: unset !important;
    margin-right: 2px;
    bottom: -26px;
    top: unset;
  }
}

@media (max-width: 767px) {
  .testimonial .slick-prev {
    bottom: -65px;
  }
}

@media (max-width: 480px) {
  .testimonial .slick-prev {
    right: 50% !important;
  }
}

@media (max-width: 767px) {
  .testimonial .slick-prev {
    bottom: -26px;
  }
}

.testimonial .slick-next {
  right: -51px !important;
}

@media (max-width: 1849px) {
  .testimonial .slick-next {
    right: -9px !important;
  }
}

@media (max-width: 991px) {
  .testimonial .slick-next {
    left: 50% !important;
    right: unset !important;
    margin-left: 2px;
    bottom: -26px;
    top: unset;
  }
}

@media (max-width: 767px) {
  .testimonial .slick-next {
    bottom: -65px;
  }
}

@media (max-width: 767px) {
  .testimonial .slick-next {
    bottom: -26px;
  }
}

.testimonial.has-text-color .intro h2,
.testimonial.has-text-color .quote-wrap .text-wrap h3,
.testimonial.has-text-color .quote-wrap .text-wrap .writer-info span {
  color: var(--section-text);
}

.testimonial.has-text-color .slick-arrow svg path {
  fill: var(--section-text);
}