.custom-checklist-nav {
	margin:0 0 46px 0 !important;
	text-align: center;
}

.custom-checklist-nav li {
	display: inline-block;
	vertical-align: top;
}

.custom-checklist-nav li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	border: 2px solid #fff;
	border-radius: 15px;
	min-width: 227px;
	height: 48px;
	width: auto;
	justify-content: center;
	align-items: center;
	margin:0 5px;
	padding: 0 15px;
}

.custom-checklist-nav li a:hover {
	background: rgba(255,255,255,.3);
}

.custom-checklist-nav li a.active {
	background: #5ad200;
	border-color: #5ad200;
}

.custom-checklist-nav li a.active:hover {
	background: #62e201;
	border-color: #62e201;
}

.ccs-title {
	background: #5ad200;
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	min-height: 72px;
	height: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ccs-content {
	background: #fff;
	min-height: 500px;
	padding-left: 37px;
	padding-right: 37px;
	padding: 35px;
	border-radius: 0 0 12px 12px;
}

.ccs-wrap.slick-slide {
	opacity: .4;
	padding-top: 25px;
}

.ccs-wrap.slick-active {
	opacity: 1;
	position: relative;
	top: -25px;
}

body .custom-checklist-slider .slick-arrow.slick-prev {
	left: 0;
}

body .custom-checklist-slider .slick-arrow.slick-next {
	right: 0;
}