/*Price Table*/
.pricing-wrap h1{
	text-transform: uppercase;
}
.pricing-wrap .sub-title{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 25px;
}
.pricing-wrap .pricing-cols h4{
	background: #696969;
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0px;
}
.pricing-wrap .inner-cols{
	margin-bottom: 15px;
	position: relative;
}

.pricing-wrap .inner-cols .label:before{
  	font-family: FontAwesome;
	content: '';
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	font-size: 57px;
	top: -10px;
	left: -19px;
	color: #008000;
	z-index: 1;
}
.pricing-wrap .inner-cols .label{
	font-weight: 700;
	font-size: 14px;
	right: -6px;
	border-radius: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 52px;
	width: auto;
	background: #008000;
}

.pricing-wrap .price{
	background: #32373C;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}
.pricing-wrap .price .circle{
	display: inline-block;
	font-size: 30px;
	line-height: 18px;
	padding-top: 20px;
	/*border: 2px solid #fff;*/
}
.pricing-wrap .price .circle span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.pricing-wrap .inner-cols .button-wrap{
	background: #32373C	;
	text-align: center;
	padding: 15px 0;
}
.pricing-wrap .features{
	/*background: #4797CC;*/
	margin-bottom: 0;
}
.pricing-wrap .features li{
	padding: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #32373C;
	font-weight: 600;
}
.pricing-wrap .features li:nth-child(odd){
	background: #FAFAFA;
}
.pricing-wrap .features li:nth-child(even){
	background: #DFDFDF;
}
.pricing-wrap .features li:last-child{
	border-bottom: 0;
}
.pricing-wrap .button-wrap .btn-get{
	background: #A6ABB0;
	border: 0;
	text-align: center;
	color: #32373C;
	font-size: 14px;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
}
.pricing-wrap .green .price{
	background: #2E9F9D;
}
.pricing-wrap .green .button .btn-get{
	background: #2E9F9D;	
}
.pricing-wrap .purple .price{
	background: #9A5E7A;
}
.pricing-wrap .purple .button .btn-get{
	background: #9A5E7A;	
}
.pricing-wrap .yellow .price{
	background: #F4B251;
}
.pricing-wrap .yellow .button .btn-get{
	background: #F4B251;	
}
