  #testimonial-slider {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
/* #testimonial-slider .slick-slide {height:auto;} */
#testimonial-slider .slick-track {
  /* display:flex; */
  align-items: stretch;
  align-content: space-between;
}
#testimonial-slider .content-slides {
  margin:25px 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%); 
}
#testimonial-slider .slide-content {
  display: flex;
  gap: 20px;
  column-gap: 20px;
  padding:20px 40px;
/*   border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%); */
}
.testimonial-image, .testimonial-text {
  display: flex;
  height: 100%;
  justify-content: center;
  flex: 1 1 auto;
  align-self: start;
}
.testimonial-text { flex-direction:column;}
.testimonial-text p {
  font-size: 1.25rem;
  line-height:1.5;
  padding: 0;
  margin: 0 0 10px 0;
}
.testimonial-quote {font-weight:400;}
.testimonial-name {font-weight:700!important;}
#testimonial-slider .btn-outline-blue {
  color: #00448D;
  border: 1px solid transparent;
  border-color: #00448D;
  background-color: transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow:none;
}
#testimonial-slider a.btn-outline-blue {color: #00448D; margin:0;}
#testimonial-slider .btn-outline-blue:hover, #testimonial-slider.btn-outline-blue:focus, #testimonial-slider.btn-outline-blue:active {
    color: #fff!important;
    background-color: #00448D!important;
    border-color: #121628!important;
}
#testimonial-slider img {
  align-self: center;
  flex: 0 0 auto;
  margin: auto;
  width: auto;
}
/* navigation buttons */
#testimonial-slider .content-slides .slick-prev:before, #testimonial-slider .content-slides .slick-next:before {
  color: black;
  font-size: 40px;
}
#testimonial-slider .content-slides .slick-prev, #testimonial-slider .content-slides .slick-next {width:25px;height:25px;}
#testimonial-slider .slick-prev { left: 0; z-index:99;}
#testimonial-slider .slick-prev:before { content: "\276E"!important;}
#testimonial-slider .slick-next {right: 0;}
#testimonial-slider .slick-next:before {content: "\276F"!important;}
#testimonial-content-slides button:hover, #testimonial-content-slides button:active, #testimonial-content-slides  button:focus {
    background-color: transparent;
}
#testimonial-content-slides  .slick-prev:focus-visible:before, #testimonial-content-slides  .slick-next:focus-visible:before {
    outline: 2px solid #4A94FC!important;
    opacity: 1;
}
/* media queries*/
@media (max-width: 1200px) {
	#testimonial-slider a.btn {margin:10px 0;}
	#testimonial-slider .slide-content {
		flex-direction: column;
	}

	#testimonial-slider .medium-16 {
		width: 100%;
	}
	.testimonial-text p {font-size:1em;}
	.testimonial-image {order:1; max-height:250px;}
	#testimonial-slider img {margin: 0 auto;}
	.testimonial-image, #testimonial-slider img {
		max-height: 325px;
	}
	.testimonial-text {order:2;display:block; text-align:center; justify-content:flex-start;}
	/* scroll issue on mobile */
	.slick-slider {touch-action: auto;-ms-touch-action: auto;}
}
@media (max-width: 768px) {
  .testimonial-text p {
    font-size: 1em;
  }

  .testimonial-image, #testimonial-slider img {
	    max-height: 40vw;
	}
}
