.animated-slider{
	padding-bottom:10rem;
	overflow:hidden;
}
.animated-slider .slick-list{
	padding-bottom:6rem;
}
.animated-slider .slide .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align:left;
	margin-top:1.6rem;
	width:100%;
	gap: 2rem;
}
.animated-slider .slide .info .stars{
	display:flex;
	align-items:center;
}
.animated-slider .slide .info h5{
	margin:0;
}
.animated-slider .slide .info p{
	margin:.5rem;
}
.slider-header{
	overflow:hidden;
}
.slider-header .center{
	text-align:center;
	justify-content:center;
}
.animated-slider .slide{
	padding:3.2rem 5.5rem 5rem;
	background:#fff;
	box-shadow: 0px 8px 28px 0px rgba(123, 128, 197, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:1rem 0;
}
.animated-slider .slide .info .left{
	width:calc(100% - 10rem);
}
.animated-slider .slide .info .right{
	width: 10rem;
	height: 10rem;
	border-radius: 100%;
	overflow: hidden;
}
.animated-slider .slide .info .right img{
	object-fit: cover;
	object-position: center;
	height:100% !important;
	width:100% !important;
}
/* the slides */
.animated-slider .slick-slide {
	margin: 1rem;
}

/* the parent */
.animated-slider .slick-list {
	margin: -1rem;
}
.animated-slider .slide .images{
	display: flex;
	align-items: center;
	justify-content: center;
}
.animated-slider .slide .images .image-left{
	margin-right: -1rem;
}
.animated-slider .slide .images .image-right{
	margin-left: -1rem;
}
.animated-slider .slick-dots{
	bottom:0;
}
.animated-slider .slick-list{
	overflow:inherit;
}
.animated-slider .slick-dots button{
	padding: 0;
	width: 3rem;
	background: #DBDBDB;
	height: 0.2rem;
	border-radius: 0.5rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.animated-slider .slick-dots li{
	height:auto;
	width:auto;
}
.animated-slider .slick-dots button:before{
	display:none;
}
.animated-slider .slick-active button{
	width:4rem;
	background:#00B2AD;
}
.animated-slider .slick-arrow{
	bottom: -19px;
	top: auto;
	z-index:1;
}
.animated-slider .slick-arrow.slick-prev{
	right: 10rem;
	left:auto;
}
.animated-slider .slick-arrow.slick-next{
	right: 6rem;
}
.animated-slider .slick-arrow.slick-prev:before{
	content:'';
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23dbdbdb}</style><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
	background-repeat:no-repeat;
	background-size:contain;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.animated-slider .slick-arrow.slick-prev:hover:before{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%2300b2ad}</style><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
}
.animated-slider .slick-arrow.slick-next:before{
	content:'';
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23dbdbdb}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
	background-repeat:no-repeat;
	background-size:contain;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	right: 0;
}
.animated-slider .slick-arrow.slick-next:hover:before{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%2300b2ad}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
}
.animated-slider{
	padding-bottom:10rem;
}




/* Header */
.slider-header{
	padding-top:6rem;
}
.slider-header .animated-arrows{
	display: flex;
	padding-bottom: 6rem;
}
.slider-header .animated-arrows svg{
	width:100%;
}
.slider-header .animated-arrows .left-arrow{
	padding-right:4rem;
}
.slider-header .content{
	display: flex;
}
.slider-header .content .content-left{
	padding-right: 4rem;
	width: 50%;
}
.slider-header .content .content-right{
	width: 50%;
	padding-left: 5rem;
}

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
	.animated-slider .slick-arrow.slick-next {
		right: 0rem;
	}
	.animated-slider .slick-arrow.slick-prev {
		right: 4rem;
	}
}
@media only screen and (max-width: 550px) {
	.animated-slider .slide {
		padding: 3.2rem 3.2rem 3.2rem;
	}
	.animated-slider .slide .info {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
		.slider-header{
		padding-top:4rem !important;
	}
	.animated-slider{
		padding-bottom:4rem !important;
	}
}