/* Testimonial Carousel
**********************/

.testimonial-body {
	background: none;
}

.card-img-top {
	border-radius: 50%;
	box-shadow: 0 8px 20px -4px #95abbb;
	margin: 15px auto 0;
    max-width: 100%;
	height: 90px;
	width: 90px;
}

h5 {
	color: #01b0f8;
	font-size: 21px;
	line-height: 1.3;
    text-align: center;
}

#carouselTestimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

#carouselTestimonials .carousel-inner {
	padding: 1em;
}
	
#carouselTestimonials .card {
	margin: 0.5em;
}

@media screen and (max-width:576px) {
.carousel-inner{
	display: flex;
}
	
#carouselTestimonials .carousel-item {
	display: block;
	margin-right: 0;
	flex: 0 0 100%;
	}
}

@media screen and (min-width:576px) {
.carousel-inner{
	display: flex;
}
	
#carouselTestimonials .carousel-item {
	display: block;
	margin-right: 0;
	flex: 0 0 33.333333%;
	}
}

.carousel-control-prev span {
	/*width: 1.5rem;
	height: 1.5rem;*/
	margin-bottom: 25rem;
	margin-right: 8rem;
	background-color: #78278B;
	border-radius: 50%;
	padding: 1.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 
.carousel-control-next span {
	/*width: 1.5rem;
	height: 1.5rem;*/
	margin-bottom: 25rem;
	margin-left: 12rem;
	background-color: #78278B;
	border-radius: 50%;
	padding: 1.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media (max-width: 768px) {
.carousel-control-prev span{
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: 26rem;
	margin-right: -.5rem;
	background-color: #78278B;
	border-radius: 50%;
	padding: 1.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.carousel-control-next span {
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: 26rem;
	margin-left: -1rem;
	background-color: #78278B;
	border-radius: 50%;
	padding: 1.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
	

/*
.gtco-testimonials {
	position: relative;
	margin-top: 30px;
}	

.active {
	box-shadow: none;
	opacity: 1;
    transition: all 0.3s;
}

.span {
	font-size: 18px;
	color: #666666;
}

.p {
	font-size: 18px;
	color: #555;
	padding-bottom: 15px;
	text-align: center;
}

.center {
    opacity: 1;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #232323;
    width: 10vh;
    height: 10vh;
	top: 50%;
    border-radius: 50%;
    transform: translate(20%);
	opacity: .4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/

/***********************/