.custom-comparison-tbl-wrap {
	position:relative;	
}

.custom-comparison-tbl-wrap::before,
.custom-comparison-tbl-wrap::after {
	content:'';
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	border-radius:15px;
}

.custom-comparison-tbl-wrap::before {
	background:#002554;
	left:0;
	width:52%;
}

.custom-comparison-tbl-wrap::after {
	background:#0A366E;
	right:0;
}

.custom-comparison-tbl-inner {
	position:relative;
	z-index:2;
}

.custom-comparison-tbl-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.custom-comparison-tbl-header .c-heading {
	color: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 54px;
	font-weight: 600;
	text-transform: uppercase;
	text-align:center;
	line-height:1.2;
}

.custom-comparison-tbl-header .c-subheading {
	color: #FFF;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight:600;
}

.custom-comparison-tbl-header .c-vs {
	width:80px;
	height:80px;
	background:#fff;
	border-radius:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	
	color: #0A366E;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin:0 auto;
}

.custom-comparison-tbl-header .c-left,
.custom-comparison-tbl-header .c-right {
	max-width: 40%;
	flex: 0 0 40%;
	padding: 4rem 0;
}

.custom-comparison-tbl-header .c-mid {
	max-width:20%;
	flex:0 0 20%;
}

.custom-comparison-tbl-body-row {
	display: flex;
	flex-flow:row wrap;
	align-items: center;
	border-bottom: 2px dashed #2FA8DF;
	max-width: 90%;
	margin: 0 auto;
}

.custom-comparison-tbl-body-row:last-of-type {
	border-bottom:0;
}

.custom-comparison-tbl-body-row .c-left,
.custom-comparison-tbl-body-row .c-right {
	max-width: 40%;
	flex: 0 0 40%;
	padding: 4rem;
}

.custom-comparison-tbl-body-row .c-mid {
	max-width:20%;
	flex:0 0 20%;
}

.custom-comparison-tbl-body-row .c-text {
	color: #FFF;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height:1.3;
}

.custom-comparison-tbl-body-row .c-text-2 {
	color:#2FA8DF;
}

.custom-comparison-tbl-body-row .c-title {
	color: #FFF;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
	font-size: 23px;
	font-weight: 700;
	padding: 0 2rem;
	line-height: 1.3;
}

.custom-comparison-tbl-body {
	padding: 2rem 0 4rem 0;
}

.custom-comparison-tbl-body .c-hidden {
	display:none;
}

@media (max-width:1180px) {
	.custom-comparison-tbl-header .c-heading {
		font-size:48px;
	}
	
	.custom-comparison-tbl-header .c-subheading {
		font-size:16px;
	}
	
	.custom-comparison-tbl-header .c-vs {
		font-size:36px;
	}
	
	.custom-comparison-tbl-body-row {
		max-width:100%;
	}
	
	.custom-comparison-tbl-body-row .c-title {
		font-size:20px;
	}
	
	.custom-comparison-tbl-body {
		padding:0 0 2rem 0;
	}
}
/* END 1180px */

@media (max-width:910px) {
	.custom-comparison-tbl-header {
		display:none;
	}
	
	.custom-comparison-tbl-body-row {
		background:#002554;
	}
	
	.custom-comparison-tbl-body-row:nth-of-type(even) {
		background:#0A366E;
	}
	
	.custom-comparison-tbl-body-row .c-left,
	.custom-comparison-tbl-body-row .c-right {
		order:2;
		max-width:50%;
		flex:0 0 50%;
	}
	
	.custom-comparison-tbl-body-row .c-mid {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.custom-comparison-tbl-body-row .c-title {
		font-size: 20px;
		background: #fff;
		color: #0A366E;
		padding: 1.5rem;
	}
	
	.custom-comparison-tbl-body-row .c-left {
		border-right:2px dashed #2FA8DF;
	}
	
	.custom-comparison-tbl-body-row {
		border:0;
	}
	
	.custom-comparison-tbl-wrap::before, .custom-comparison-tbl-wrap::after {
		display:none;
	}
	
	.custom-comparison-tbl-body-row .c-title {
		font-size:18px;
	}
	
	.custom-comparison-tbl-body .c-hidden {
		display:block;
		
		color: #FFF;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 1.2;
		text-transform: uppercase;
		margin-bottom:0.5rem;
	}
	
	.custom-comparison-tbl-body-row {
		align-items:stretch;
	}
	
	.custom-comparison-tbl-body-row .c-text {
		font-size:15px;
	}
}
/* END 910px */

@media (max-width:600px) {
	.custom-comparison-tbl-body-row .c-title {
		font-size:17px;
	}
	
	.custom-comparison-tbl-body-row .c-left, .custom-comparison-tbl-body-row .c-right {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.custom-comparison-tbl-body-row .c-left {
		border-bottom: 2px dashed #2FA8DF;
		border-right:0;
	}
	
	.custom-comparison-tbl-body-row .c-text br {
		display:none;
	}
	
	.custom-comparison-tbl-body-row .c-left, .custom-comparison-tbl-body-row .c-right {
		padding:4rem;
	}
}
/* END 600px */