.pricing-wrap {
	text-align: center;
	padding: 20px 0;
}
.pricing-head .price-item-head {
	background: #6abad0;
	padding: 35px 15px;
	color: #fff;
}
.pricing-head, .pricing-body ul, .pricing-footer{
	flex-direction: row;
	display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
padding: 0 10px;
}
.pricing-head .price-item-head , .pricing-body ul li, .pricing-footer .price-item-foot{
	flex:0 0 32.5%;		
	
}
.pricing-footer .price-item-foot a{
	background: #6abad0;
	width: 100%;		
	padding: 12px 25px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
}
.pricing-wrap .hidden-box{
	visibility: hidden;			
}
.pricing-body ul:nth-of-type(odd) li{
	background: #f8f8f8;
}
.pricing-body ul:nth-of-type(even) li{
	background: #f1f1f1;
}
.price-item-head h3{
	margin-top: 0;
	font-weight: 700;
}
.price-item-head p{
	margin-bottom: 0;
}
.price-item-head h3, .price-item-head p{
	color: #fff;
}		
.pricing-body ul{
	margin: 0;
}
.pricing-body ul li{
	background: none;
	padding: 0;
	margin: 0;
	font-size: 17px;
	padding: 17px 10px;
	font-weight: 500;
	color: #3b3b3b;			
}
