.section-background{
	background: url('../images/services.png');
}

.price-table{
	background: #ededed;
}
.price-table .col-sm-4:hover .price-title{
	color: maroon;
}
.price-wrapper {
	background: white;
    padding: 0px;
    border-radius: 12px;
}
.price-title{
	/*background: #f9f9f9;*/
	padding: 10px;
	font-size: 20px;
	text-align: center;
}
.price-title span{
	font-size: 16px;
}
.price-list{
	list-style-type: none;
	margin-left: -40px;
}
.price-list li{
	padding: 10px 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #969595;
}

.price-list li:last-child{
	border-bottom: 1px solid #ccc; 
	padding-bottom: 10px;  
}

.custom-btn-default{
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0px;
	color: #969595;
}
.price-table .col-sm-4:hover .custom-btn-default{
	color: #fff;
	background: maroon;
	transition: all .4s ease-in-out;
}

.price-list-footer {
	padding-left: 10px!important;
}