.quote-icon{
	background-image: url('../../../images/quote.png');
	height:36px;
	width:29px;
	background-size:contain;
	background-repeat:no-repeat;
	margin:0 auto;
}
.customer-quote {
	text-align:center;
	padding:20px 20px;
	font-size:20px;
	line-height:26px;
}
.customer-quote .author{
	font-size:14px;
	padding-top:20px;
}
h2.quote-thin {
	color:#000;
	margin-top:60px;
	margin-bottom:60px;
	font-weight:300;
}
.cq-center {
	border-left:1px solid #000;
	border-right:1px solid #000;
}
@media only screen and (max-width: 991px) {
	.cq-center{
		border-left:none;
		border-right:none;
	}
}

.hcqbtn {
    background: #ee521b;
    border-radius: 2px;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid transparent;
    margin-left: 0 !important;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
}

.hcqbtn:hover{
    background: #ffffff;
    color: #ee521b;
    border: 1px solid #ee521b;
}

.hcqbtnrow{
    padding-top: 40px;  
    
}
