/* Home Testimonial block start */

#psttestimonialcmsblock .title-wrapper {
	text-align: center;
}

#psttestimonialcmsblock {
	clear: both;
	overflow: hidden;
	padding: 70px 0 30px;
	margin-bottom: 50px;
	background-attachment: fixed;
}

#left-column #psttestimonialcmsblock .block_content,
#right-column #psttestimonialcmsblock .block_content {
	width: 100%;
	float: left;
}

#psttestimonialcmsblock .name a {
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #423c3c;
	font-style: italic;
}

#psttestimonialcmsblock .name a:hover {
	color: #9fa0a5;
}

#psttestimonialcmsblock .designation a {
	color: #423c3c;
}

#psttestimonialcmsblock .designation a:hover {
	color: #9fa0a5;
}

#psttestimonialcmsblock .testmonial-image {
	border: 1px solid #423c3c;
	display: inline-block;
	height: 120px;
	width: 120px;
	position: relative;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 7px;
	margin-right: 30px;
}

#psttestimonialcmsblock .testmonial-image img {
	max-width: 100%;
	height: auto;
}

#psttestimonialcmsblock .desc {
	margin: 30px auto;
	width: 80%;
	line-height: 24px;
	font-size: 14px;
	position: relative;
}

#psttestimonialcmsblock .desc:after {
	content: '';
	display: block;
	position: absolute;
	left: -55px;
	right: auto;
	top: auto;
	bottom: 20px;
	background: url(../img/quote.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 72px;
	width: 92px;
	z-index: -1;
}

#psttestimonialcmsblock .designation {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	vertical-align: top;
	color: #423c3c;
	margin: 5px 0;
	font-weight: 300;
}

#psttestimonialcmsblock .product_inner_cms {
	display: inline-block;
	vertical-align: top;
	margin: 25px 0;
	text-align: left;
}

@media (max-width: 991px) {
	#psttestimonialcmsblock {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	#psttestimonialcmsblock .desc {
		margin: 60px auto 30px;
		width: 90%;
	}
	#psttestimonialcmsblock .desc:after {
		left: 0;
		right: auto;
		top: -30px;
		bottom: auto;
	}
}


/* Home Testimonial block end */