.testimonials-carousel-slider {
    display: none;
}

.testimonials-carousel-container {
    position: relative !important;
	z-index: 3;
}

.testimonials-carousel-slider .slick-slide {
	display: flex !important;
	justify-content: center !important;
}

.testimonials-carousel-slider .slick-slide {
	margin-top: 16px;
/* 	margin-bottom: 39px; */
	margin-left: 19.3px;
	margin-right: 19.3px;
	box-shadow: 0px 4px 30px 0px rgba(54, 54, 54, 0.05) !important;
}

.testimonials-carousel-card {
	display: flex !important;
    flex-direction: column !important;
	justify-content: space-between !important;
    height: 100%;
/* 	min-height: 441px; */
	padding: 24px;
	border-radius: 4px;
	border: 1px solid #F4F4F4;
	background: #FFF;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.testimonials-carousel-upper {
	flex: 1 !important;
}

.testimonials-carousel-upper div:last-child {
	margin-bottom: 96px;
}
	
.testimonials-carousel-lower {
	display: flex !important;
}

.testimonials-carousel-lower p {
	padding: 0 !important;
	margin: 0 !important;
}

.testimonials-carousel-lower:last-child{
	display: flex;
	align-items: center;
}

.testimonials-carousel-svg {
	display: flex;
	width: 48px;
	height: 48px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
    border: 1px solid #EFEFEF;
	margin-bottom: 8px;
}

.testimonials-carousel-svg > svg {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	color: #80a253;
}

.testimonials-carousel-summary {
	color: #638c1c;
	font-family: Poppins;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
	margin-bottom: 22px;
}

.testimonials-carousel-description {
	color: #606e74;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 150% */
	margin-bottom: 22px;
}

.testimonials-carousel-lower > div:first-child{
	margin-right: 12px;
}

.testimonials-carousel-lower > div:last-child{
	margin-top: 7px;
}

.testimonials-carousel-image {
	width: auto;
	height: 40px;
	object-fit: contain;
/* 	aspect-ratio: 1/1; */
}

.testimonials-carousel-name {
	color: #3d4d55;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 150% */
}

.testimonials-carousel-title {
	color: #606e74;
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 180% */
}

.testimonials-carousel-header {
    display: flex !important; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 8px;
}

.testimonials-carousel-main-title {
	color: #3d4d55;
	font-family: Poppins;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 116.667% */
}

.testimonials-carousel-arrow {
	position: absolute !important;
	top: 32px;
	left: auto;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 24px;
	border: 1px solid #d7d8db;
	display: flex; 
	justify-content: center;
	align-items: center;
	touch-action: manipulation;
}

.testimonials-carousel-arrow:hover {
	background: #dfe8d4;
}

.slick-prev {
	right: 72px;
}

.slick-next {
	right: 0;
}

.slick-prev:before {
	content: url('/wp-content/plugins/custom-testimonials-carousel-plugin/assets/images/hovered-left-arrow.svg');
}

.slick-next:before {
	content: url('/wp-content/plugins/custom-testimonials-carousel-plugin/assets/images/hovered-right-arrow.svg');
}

.slick-prev:before, .slick-next:before {
    opacity:1;
}

.testimonials-carousel-slider .slick-dots {
    display: flex !important;
    justify-content: flex-end !important;
    /* padding-right: 1.3%; */
}
  
.testimonials-carousel-slider .slick-dots li button:before {
    content: none !important;
}
  
.testimonials-carousel-slider .slick-dots li {
    background-color: #dfe8d4 !important;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
  
.testimonials-carousel-slider .slick-dots li.slick-active {
    background-color: #638c1c !important;
}

@media only screen and (min-width: 1330px){
	.testimonials-carousel-slider {
		width: 101.5% !important;
	}

    .testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
        width: 100%;
		/* max-width: 270px !important; */
    }
	
	/* .testimonials-carousel-summary {
	    white-space: nowrap;
	} */
}

@media only screen and (min-width: 1025px) and (max-width: 1329px) {
	.testimonials-carousel-slider {
		width: 101.5% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}

	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.testimonials-carousel-slider {
		width: 102.5% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}

	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
	}
}

/* @media only screen and (min-width: 1px) and (max-width: 767px) {
	.testimonials-carousel-slider {
		width: 103.5% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
} */

@media only screen and (max-width: 990px) {
	.testimonials-carousel-arrow:hover {
		background: transparent !important;
	}
	
	.testimonials-carousel-header {
    	margin-bottom: 12px;
	}
	
	.testimonials-carousel-main-title {
		font-size: 32px;
		line-height: 40px;
 		padding-top: 15px !important;
	}
}

@media only screen and (max-width: 766px) {
	.testimonials-carousel-header {
		margin-bottom: 6px;
	}
	
	.testimonials-carousel-main-title {
		font-size: 28px;
		line-height: 40px; /* 142.857% */
		padding-top: 0px !important;
	}
	
	.testimonials-carousel-arrow { 
		width: 40px;
		height: 40px;
		padding: 0;
		top: 19px;
	}
	
	.slick-prev {
		right: 52px;
	}
	
	.slick-prev:before, .slick-next:before {
		width: 20px;
		height: 20px;
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
	}
	
	.slick-prev:before {
		background-image: url('/wp-content/plugins/custom-testimonials-carousel-plugin/assets/images/hovered-left-arrow.svg');
	}

	.slick-next:before {
		background-image: url('/wp-content/plugins/custom-testimonials-carousel-plugin/assets/images/hovered-right-arrow.svg');
	}
	
	.testimonials-carousel-slider .slick-dots {
    	display: flex !important;
    	justify-content: center !important;
    	/* padding-right: 1.3%; */
	}
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
	.testimonials-carousel-slider {
		width: 103% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
}

@media only screen and (min-width: 406px) and (max-width: 560px) {
	.testimonials-carousel-slider {
		width: 105% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
}

@media only screen and (min-width: 361px) and (max-width: 405px) {
	.testimonials-carousel-slider {
		width: 106% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
}

@media only screen and (min-width: 335px) and (max-width: 360px) {
	.testimonials-carousel-slider {
		width: 107% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 335px) {
	.testimonials-carousel-slider {
		width: 107.5% !important;
	}
	
	.testimonials-carousel-slider > div {
		margin-left:-20px;
	}
	
	.testimonials-carousel-slider .slick-slide > div {
	    width: 100%;
    }
}
