.mb-25 {
	margin-bottom: 25px;
}

header {
	min-height: 96px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	padding: 15px;
	z-index: 9;
	position: relative;
}

.banner {
	background-color: #ffffff;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.banner::before {
	content: '';
	background-color: #eeeeee;
	position: absolute;
	top: -319px;
	left: -600px;
	transform: rotate(20deg);
	width: 1500px;
	bottom: 0;
	height: 1010px;
}

.banner .left-side p {
	font: 25px/30px 'Poppins';
	color: #3c3b3b;
	margin-bottom: 20px;
}

.banner .left-side label {
	font: 600 20px/20px 'Poppins';
	color: #3c3c3c;
}

.banner .left-side section {
	display: flex;
	margin: 70px 0;
	position: relative;
	max-width: 450px;
	width: 100%;
}

.banner .left-side section img {
	position: absolute;
	top: -45px;
	left: calc(50% - 90px);
}

.banner .left-side section span {
	max-width: 122px;
	display: block;
	font: 500 20px/20px 'Poppins';
	color: #000000;
}

.banner .left-side article {
	padding: 16px;
	max-width: 50%;
	flex: 0 0 50%;
	height: 75px;
}

.banner .left-side article a {
	font: 300 15px/18px 'Poppins';
	color: #3581c9;
	text-decoration: underline;
	position: relative;
	top: 25px;
	max-width: 120px;
	display: inline-block;
}

.banner .left-side article.section-right {
	text-align: right;
	background-image: linear-gradient(to right, #d2dde5 , #eeeeee);
}

.banner .left-side article.section-right span {
	margin-left: auto;
}

.banner .left-side article.section-left {
	background-image: linear-gradient(to right, #eeeeee , #e9d5d7);
}

.banner .left-side section + p {
	font: 400 18px/18px 'Poppins';
	color: #3a3a3a;
	margin-top: 15px;
}

.banner .right-side {
	text-align: right;
}

.banner .right-side h1, .banner .right-side .h1 {
	font: 500 32px/40px 'Poppins';
	color: #3c3b3b;
	margin-bottom: 20px;
}

.banner .right-side .media {
	max-width: 445px;
	margin-left: auto;
}

.banner .right-side .media-body {
	margin: 15px 0 0 25px;
}

.banner .right-side .media p {
	font: 34px/40px 'Poppins';
	color: #4b9a00;
	text-transform: uppercase;
}

.banner .right-side .media p strong {
	font-size: 36px;
	display: block;
	color: #458e01;
}

.banner .right-side .btn {
	background-color: #4b9a00;
	padding: 15px 25px;
	font: 600 20px 'Poppins';
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	margin: 15px 0 25px;
	letter-spacing: 0.75px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.banner .right-side .btn:hover,
.banner .right-side .btn:focus,
.banner .right-side .btn:active {
	background-color: #458c02;
}

.section-1 {
	background: url(../jpg/section1-bg.jpg) top right / cover;
	min-height: 398px;
	padding: 60px 0;
}

.section-1 h3 {
	font: 600 24px 'Poppins';
	color: #4c4c4c;
	margin-bottom: 25px;
}

[class*="section-"] p {
	font: 16px 'Poppins';
	color: #4c4c4c;
}

.section-2 {
	background-color: #f6f6f6;
	padding: 60px 0;
	text-align: center;
}

.section-2 .row {
	margin: 0;
}

.section-2 [class*="col"] {
	padding: 0;
}

.section-2 h3,
.section-3 h3  {
	font: 500 24px 'Poppins';
	color: #535353;
	margin-bottom: 20px;
}

.section-2 h3 span:first-child, .section-2 h2 span:first-child {
	color: #c52031;
}

.section-2 h3 span:last-child, .section-2 h2 span:last-child {
	color: #3581c9;
}

.section-2 p span.blue {
	color: #2a66b1;
}

.section-2 p span.orange {
	color: #de5246;
}

.section-2 section h3 {
	font: 500 24px 'Poppins';
}

.section-2 section.left h3 {
	color: #c52031;
}

.section-2 section.right h3 {
	color: #3581c9;
}

.section-2 section {
	padding: 52px;
	min-height: 575px;
}

.section-2 section ul {
	text-align: left;
	margin: 40px 0 25px;
	min-height: 175px;
}

.section-2 section ul li {
	font: 16px 'Poppins';
	color: #4c4c4c;
	position: relative;
	margin-bottom: 6px;
	padding-left: 25px;
}

.section-2 section ul li::before {
	content: '\f00c';
	font: 16px 'fontawesome';
	position: absolute;
	top: 3px;
	left: 0;
}

.section-2 section.left ul li::before {
	color: #c52031;
}

.section-2 section.right ul li::before {
	color: #3581c9;
}

.section-2 section.left {
	background-color: #f6ebec;
}

.section-2 section.right {
	background-color: #dbedf7;
}

[class*="section-"] .btn {
	font: 700 18px 'Poppins';
	padding: 15px 40px;
	color: #ffffff;
	display: inline-block;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

[class*="section-"] .btn.btn-red {
	background-color: #c52031;
}

[class*="section-"] .btn.btn-blue {
	background-color: #3581c9;
}

.section-3 {
	padding: 60px 0;
}

.section-3 .features {
	margin-top: 60px;
}

.section-3 .features .table-responsive {
	padding: 65px 15px 15px 15px;
}

.section-3 .features .table {
	width: 1050px;
}

.section-3 .features .table th {
	font: 500 24px 'Poppins';
	color: #4c4c4c;
	padding: 0;
}

.section-3 .features .table th,
.section-3 .features .table td {
	border: 0;
	padding: 0;
}

.section-3 .features .table th span {
	max-width: 265px;
	min-height: 65px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 35px;
	position: relative;
}

.section-3 .features .table th label {
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-3 .features .table th:first-child span::before {
	content: '';
	border-bottom: 65px solid #c52031;
	border-right: 36px solid transparent;
	position: absolute;
	top: 0;
	right: -36px;
}

.section-3 .features .table th:last-child span::before {
	content: '';
	border-bottom: 65px solid #3581c9;
	border-left: 36px solid transparent;
	position: absolute;
	top: 0;
	left: -36px;
}

.section-3 .features .table th span img {
	position: absolute;
	top: -31px;
}

.section-3 .features .table th:first-child span img {
	left: 18px;
}

.section-3 .features .table th:last-child span img {
	right: 18px;
}

.section-3 .features .table th:first-child span {
	background-color: #c52031;
}

.section-3 .features .table th:last-child span {
	background-color: #3581c9;
	margin-left: auto;
	justify-content: flex-start;
}

.section-3 .features .table td {
	font: 400 16px 'Poppins';
	color: #4c4c4c;
}

.section-3 .features .table td:first-child span img {
	margin-right: 25px;
}

.section-3 .features .table td:last-child span img {
	margin-left: 25px;
}

.section-3 .features .table td span {
	max-width: 500px;
	min-height: 86px;
	display: flex;
	align-items: center;
	padding: 15px;
	position: relative;
}

.section-3 .features .table td span::before,
.section-3 .features .table tr:last-child td span::after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: -6px;
	left: -6px;
	background-color: #c52031;
	border-radius: 50%;
}

.section-3 .features .table tr:last-child td:first-child span::after,
.section-3 .features .table tr:last-child td:last-child span::after {
	top: auto;
	bottom: 0;
}

.section-3 .features .table td:last-child span::before,
.section-3 .features .table tr:last-child td:last-child span::after {
	left: auto;
	right: -6px;
	background-color: #3581c9;
}

.section-3 .features .table td:first-child span {
	justify-content: flex-start;
	border-left: 2px solid #c52031;
	border-bottom: 2px solid #c52031;
}

.section-3 .features .table tbody tr:last-child td:first-child span {
	border-bottom: 0;
}

.section-3 .features .table td:last-child span {
	justify-content: flex-end;
	margin-left: auto;
	border-right: 2px solid #3581c9;
	border-bottom: 2px solid #3581c9;
}

.section-3 .features .table tbody tr:last-child td:last-child span {
	border-bottom: 0;
}

.section-3 .features .table th:last-child,
.section-3 .features .table td:last-child {
	text-align: right;
}

.section-3 .features .table td {
	min-height: 83px;
}

.section-3 .features .table tr:first-child td span::before {
	display: none;
}

.section-4 {
	background-color: #fafafa;
	padding: 60px 0;
	text-align: center;
}

.section-4 .img-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 25px;
}

.section-4 .img-sec em {
	width: 75px;
	height: 75px;
	font: 16px 'Poppins';
	color: #ffffff;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: -12px 37px 0;
}

.section-4 .left .img-sec em {
	background: url(../png/vs-red.png) no-repeat;
}

.section-4 .right .img-sec em {
	background: url(../png/vs-blue.png) no-repeat;
}

.section-4 .img-sec img {
	max-width: 65px;
}

.section-4 .img-sec small {
	font: 400 18px 'Poppins';
	color: #12676c;
	display: block;
}

.section-4 p {
	max-width: 445px;
	margin: 0 auto 25px;
	min-height: 200px;
}

.section-5 {
	padding: 40px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner .left-side section img {
		max-width: 80px;
		top: -3px;
	}
	.banner .right-side .media {
		display: block;
	}
	.banner .right-side .btn {
		font-size: 18px;
	}
	.section-2 section {
		min-height: 975px;
	}
	.section-2 section ul {
		min-height: 333px;
	}
}

@media screen and (max-width: 767px) {
	.banner .left-side section img {
		top: 13px;
		left: calc(50% - 35px);
		max-width: 50px;
	}
	.banner .right-side h1 {
		font-size: 25px;
		line-height: 30px;
	}
	.banner .right-side .media {
		display: block;
	}
	.banner .right-side .btn {
		font-size: 16px;
	}
	.section-2 section {
		padding: 25px;
	}
	.section-4 .img-sec small {
		font-size: 15px;
	}
	.section-4 .img-sec em {
		margin: -12px 11px 0;
	}
	.section-4 section.left {
		margin-bottom: 25px;
	}
}