.nav-link {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	color: #014865;
	padding: 0 1rem;
	border-radius: 10px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00A59B;
}

.cp {
	cursor: pointer;
}