.features_pricing-header{
	padding: 40px 0;
}
.page_title{
	text-align: center;
	color: #000;
	font-size: 48px;
	margin: 0;
}

.pricing_table{
	width: 100%;
	margin-bottom: 3em;
	color: #333;
	border-bottom: solid 1px rgba(20,80,180,0.1)
}
.pricing_table tbody tr td{
	border-top:solid 1px #eee;
}
.pricing_table th,
.pricing_table td{
	padding: 12px 14px;
	font-weight: 400;
	text-align: center;
	background-color: #f8f8f8;
}
.pricing_table td:first-child{
	text-align: left;				
}
.pricing_table-head{
	color:#0088E7;
	text-transform: uppercase;
	background-color: #fff;
	border-top:solid 1px #aaa;
}

.pricing_table thead th:nth-child(1),
.pricing_table thead td:nth-child(1){
	background-color: transparent;
}

.pricing_table th:nth-child(2),
.pricing_table td:nth-child(2){
	border-left:solid 1px #ddd;
	background-color: #fbfbfb;
}
.pricing_table th:nth-child(3),
.pricing_table td:nth-child(3){
	border-left:solid 1px #ddd;
	background-color: #fff;
}
.pricing_table th:nth-child(4),
.pricing_table td:nth-child(4){
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	background-color: #fafafa;
}
.pricing_table th:nth-child(5),
.pricing_table td:nth-child(5){
	border-right:solid 1px #ddd;
}

.pricing_table_header{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.fas{
	font-family: "Font Awesome 5";
}


.pricing_table .btn{
	font-size: 12px;
	padding: 6px 12px;
}

.table_wrapper{
	overflow-x: scroll;
}
.price_title{
	color:#0088E7;
		font-weight: bold;
	display: block;
	margin: 16px 0 10px;
}
.fa-times{
color: #f53345;	
}
.fa-check{
	color:#82c91e;
}

.features_row .m4{margin-bottom: 30px;}

.features_card{
	background-color: #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
	margin-bottom: 30px;
	height: 100%;
	box-shadow: 0 3px 4px -2px rgba(10,85,160,0.3);
}
.features_card h3{
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
}
.features_card p{margin-bottom: 0;}

.features_icon{
	margin-top: -50px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    font-size: 32px;
    text-align: center;
    background-color: #0088E7;
    color: #fff;
    padding: 16px 0;
    box-sizing: border-box;
}



@media (min-width: 960px) {
	.features_pricing-header{
	padding: 60px 0;
}
	.table_wrapper{
		overflow: auto;
	}
	.pricing_table{
		margin-bottom: 60px;
	}
	
	.features_row .m4{margin-bottom: 50px;}
	.features_card{padding: 30px 30px 10px;}
}