.testimonials {
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px 0
}

.testimonials h1 {
	font-size: 30px;
	font-family: Arial;
	font-weight: 400;
	color: #333;
	text-align: center
}

.testimonials .title_msg {
	font-size: 16px;
	font-family: Arial;
	color: #666;
	margin: 20px 0 36px;
    text-align: center;
}

.title_star {
	margin-bottom: 20px;
    text-align: center;
}

.title_star ul {
	display: flex;
	justify-content: center;
	margin-bottom: 10px
}

.title_star li {
	width: 24px;
	height: 24px;
	margin: 0 2px
}

.title_star li img {
	float: left
}

.testimonials .comment_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff8d32;
	cursor: pointer
}

.testimonials .comment_icon img {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.testimonials .testimonials_content {
	display: flex;
	justify-content: center
}

.testimonials .testimonials_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonials .testimonials_content ul li {
	box-shadow: 0 5px 10px #b0b0b0;
	width: 28%;
	margin: 33px 25px 0;
	cursor: pointer;
}

.testimonials .testimonials_content {
	font-size: 18px;
	font-family: Arial;
	margin: 0 auto
}

.testimonials .testimonials_content_msg {
	padding: 14px;
	overflow: hidden
}

.testimonials_content_header {
	display: flex;
	justify-content: space-between;
	padding: 14px
}

.testimonials_content_header div {
	font-size: 20px;
	color: #333
}

.testimonials_content_header p img {
	width: 24px;
	height: 24px;
	margin-left: 7px
}

.testimonials .testimonials_content .iframe_box {
	height: 290px;
	overflow: hidden;
	text-align: center
}

.testimonials .testimonials_content .iframe_box img {
	width: 100%;
	height: auto
}

.testimonials .testimonials_content ul li iframe {
	width: 100%;
	height: 290px
}

.testimonials_model {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.testimonials_model_box {
	width: 960px;
	max-height: 803px;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%);
	background: #ffffff;
	border-radius: 20px;
	padding: 20px 24px
}

.testimonials_model_box_header {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	align-items: center;
	margin-bottom: 14px
}

.testimonials_model_box_header div,
.testimonials_model_box_header div p {
	display: flex;
	align-items: center
}

.testimonials_model_box_header div p img {
	margin: 0 5px
}

.testimonials_model_box_header i {
	width: 26px;
	height: 26px;
	background: url(../../images/testimonials/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer
}

.testimonials_model_box img {
	width: 100%;
	height: auto;
	cursor: pointer
}

.testimonials_model_box iframe {
	width: 100%;
	height: 600px
}

.testimonials_model_content {
	margin-top: 28px;
	word-break: break-all;
	font-size: 18px;
	color: #545454
}

.testimonials_model_scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 730px
}

.testimonials_model_scroll::-webkit-scrollbar {
	display: none
}

@media (max-width: 980px) {
	.testimonials_model_box {
		width: 585px
	}

	.testimonials_model_scroll {
		height: 555px
	}
}

@media (max-width: 665px) {
	.testimonials_model_box {
		max-height: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0
	}

	.testimonials_model_box iframe {
		height: 250px !important
	}
}

/* Medium screens - 2 per row */
@media (max-width: 992px) {
  .testimonials .testimonials_content ul li {
    width: 45%;
  }
}

/* Small screens - 1 per row */
@media (max-width:576px) {
	.testimonials .testimonials_content ul li {
		width: 90%
	}

	.testimonials_content_header div {
		font-size: 16px
	}

	.testimonials_content_header p img,
	.testimonials_model_box_header div p img {
		width: 20px;
		height: 20px
	}

	.testimonials .testimonials_content_msg {
		font-size: 13px
	}

	.testimonials .title_msg {
		padding: 10px;
		font-size: 14px
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

.body-box {
    margin: 5px 10px;
    border-radius: 25%;
}

.coinpayu-pagination{
    padding-bottom: 1px;
    margin-bottom: 30px;
}