/*********************************
*                                *
*         TESTIMONIALS           *
*                                *
**********************************/

.n-slider {
	width: 100%;
	padding-bottom: 20px;
}

.swiper-title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.swiper,
.swiper-container {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	
}

.swiper-slide {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.testimonial-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
	max-width: 280px;
	max-height: 360px;
	min-height: 360px;
    margin: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
    font-size: 14px;
	line-height: 30px;
    margin-bottom: 5px;
    color: #333;
}

.testimonial-stars {
    color: #f5a623;
    font-size: 18px;
    margin-bottom: 8px;
}

.testimonial-name {
    font-weight: bold;
    color: #444;
}

.testimonials-slider .read-more{
  display: inline-block;
  font-weight: bold;
  color: #444;
  padding-left: 10px;
  text-decoration: none;
}

.testimonials-slider .read-more:hover {
	color: #999;
}


@media (max-width: 1600px) {

	.swiper,
	.swiper-container {
		width: 620px;
	}
}

@media (max-width: 1500px) {

	.swiper,
	.swiper-container {
		width: 620px;
	}
}

@media (max-width: 1400px) {

	.swiper,
	.swiper-container {
		width: 620px;
	}
}

@media (max-width: 1200px) {

	.swiper,
	.swiper-container {
		width: 620px;
	}
	
	.testimonial-item {
		width: 280px;
		height: 360px;
	}
}

@media (max-width: 800px) {
	
	.swiper,
	.swiper-container {
		width: 310px;
	}
	
	.testimonial-item {
		width: 280px;
		height: 360px;
		border-radius: 12px;
	}
}

@media (max-width: 640px) {
	
	.swiper,
	.swiper-container {
		width: 310px;
	}
	
	.testimonial-item {
		width: 280px;
		height: 360px;
		border-radius: 12px;
	}
}
