
.testimonial-section .testimonial-card {
	display:flex;
	gap:60px;
}


.testimonial-section .testimonialItem{
max-width:100%;
  margin:auto;
    
  }
.testimonial-section .testimonial-and-name {
display:flex;
gap:48px;
	flex-wrap:wrap;
}

.testimonial-section .testimonial-video .hs-video-widget {
	width:375px;
	height:100%;
}

.testimonial-section .splide__slide {
  text-align:center;
	position:relative;
	z-index:1;
}
.testimonial-icon img {
width:47px;
height:47px!important;
    border-radius: 30px;
    box-shadow: 0 0 34px 0 rgba(251,171,178,.35);
}

.testimonial-section .splide__track; {
	padding-bottom:70px;
}

 .testimonial-section .testimonial-info {
    position: absolute;
  bottom: -95px; 
  left: 50%;
	 justify-content:center;
	 flex-wrap:wrap;
  transform: translateX(-50%);
  text-align: center;
  }

.testimonial-info .testimonial-name, .testimonial-info .testimonial-title, .testimonial-info .testimonial-location {
flex-basis:100%;
}


.testimonial-info .testimonial-name {
	color: #163A70;
text-align: center;

/* Paragraph Large Bold */
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 30px */
}

.testimonial-info .testimonial-title, .testimonial-info .testimonial-location {
	color: var(--Black, #000);
text-align: center;

/* Paragraph */
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}


.testimonial-section .testimonial-content {
	color: var(--Navy, #163A70);
	margin:0;
text-align: center;

/* Feature Quote */
font-family: Outfit;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%; 
}
.testimonial-section .testimonial-sub-content {
  display:flex;
  flex-wrap:wrap;
  margin-top:48px;
justify-content: center;
  align-items:center;
}

.testimonial-section .testimonial-sub-content .title{
  color:#000;
  font-weight:400;
	font-size:18px;
	line-height:150%;
}
.testimonial-section .info {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
	padding-left:40px;
}

.testimonial-section .testimonialItem .splide__pagination {
   top:140%;
  gap: 8px !important;
}


.testimonial-section .splide__arrow svg {
height:24px;
width:24px;
}

.testimonial-section .splide__arrow {
background:transparent;
}
.testimonial-section .splide:not(.is-overflow) .splide__pagination {
	display:flex!important;
}
.testimonial-section  .splide__pagination__page {
    background: transparent;
    border: 1px solid #003B6F;
  width:12px!important;
  height:12px!important;
  }
.testimonial-video iframe {
					max-width:360px!important;
					max-height:265px!Important;
				}
				
				.testimonial-video .oembed_container {
							max-width:360px!important;
					max-height:265px!Important;
						width:360px!important;
					height:265px!Important;
				}

.testimonial-section .splide__track {
	position:unset;
}
.testimonial-section .splide__pagination__page.is-active {
   background: var(--dark-blue, #003B6F);
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
	opacity:1;
}
.testimonial-section .splide__list {
  align-items: flex-start;
 
}

.testimonial-section .container {
max-width:100%;
	position:relative;
}
.testimonial-section .splide__arrow--next {
	right:40px;
} 
.testimonial-section .splide__arrow--prev {
	left:40px;
}

.testimonial-section .testimonialWrapper {
	    min-height: 450px;
    display: flex;
	border-radius: 15px;
    padding: 60px;
    max-width: 1050px;
margin: 0 auto;
}

.testimonial-section .testimonialWrapper .splide {
  transition: all 0.2s ease-in-out;
}
.testimonial-section .splide__slide:not(.is-active) {
  height: 0;    
   transition: all 0.2s ease-in-out;
}

.testimonial-section .splide.testimonialItem {
	position:unset!important;
}




@media (max-width: 767px){
	
	.testimonial-section .testimonialWrapper {
min-height:auto;
	}
	
	.testimonial-section .testimonialWrapper {
padding:50px;
	}
	
	.testimonial-section .testimonial-and-name {
		gap:15px;
	}
	
  .testimonial-section .testimonial-content {
  font-size:18px!important;
    
    }
	
	.testimonial-section .testimonial-card {
		gap:0;
	}
	
	.testimonial-section .name {
padding-bottom:15px;
	}
	.testimonial-section .name, .testimonial-section .title {
		text-align:left;
	}
  .testimonial-section .info {
    align-items: center;
		padding-left:0px;

	}
	
}
@media (max-width:1050px) {
	.testimonial-section .testimonial-card {
		flex-wrap:wrap;
		justify-content: center;
	}
	

}

@media (max-width:992px) {
	.testimonial-section .testimonialItem .splide__pagination  {
display:none;
	}
}

@media screen and (max-width: 800px){
	.testimonial-section .info {
				padding-top:30px;
	}
	
}


@media (max-width:475px) {
	
	.testimonial-section .testimonial-info {
		bottom:-150px;
	}
}





