.red{color: #f00 !important;}
.platinum{color: #8a9eb4;}
.gold{color: #e0a025;}
.silver{color: #7c99b8;}
.bronze{color: #d57f50;}


.btnCont{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.signUpBtn{
	background-color: #78a7db;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 40px;
	border-radius: 10px;
	border: 1px solid #78A7DB;
}
	.signUpBtn:hover{
		background-color: #0d72ba;
	}


#secContent{
	margin-top: 100px;
	font-size: 12px;
	font-family: 'Open Sans';
}
.secTitle{
	text-align: center;
	font-size: 40px;
	color: #212529;
	padding-bottom: 40px;
}
.secBoxTitle{
	text-align:center;
	padding: 20px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.secBoxTitle{
	cursor: pointer;
	background-color: #78a7db;
	color: #fff;
}
	.secBoxTitle .sTitle{
	font-weight: bold;
		font-size: 18px;
	}
	.secBoxTitle .sButton{
		font-size: 18px;
		position: relative;
	}
	.secBoxTitle .sButton span{	
		font-size: 30px;
		font-weight: bold;
		line-height: 18px;
		margin: 4px 0 0 -20px;
		position: absolute;
	}
	
.secBox{
	 max-width: 1200px;
	 width: 100%;
	 margin: 0 auto;
	 border: 1px solid #78a7db;
	 border-radius: 10px;
}

.secBoxContent .row{
	padding: 0 15px;
}
	
.secBoxContent .consulting{
	min-height: 380px;
}
.secBoxContent .technology{
	min-height: 350px;
}
.secBoxContent .optional{
	min-height: 190px;
}

.secBoxContent .secColCont{
	padding: 15px;
}
	.secColCont .topTitle{
		text-align: center;
	}
	.secColCont .topTitleTit{
		font-size: 24px;
		font-weight: bold;
		padding: 10px;
	}
	.secColCont .topTitlePri{
		font-size: 24px;
		font-weight: bold;
		background-color: #e6e9ed;
		border-radius: 8px;
		padding: 15px 5px;
		color: #212529;
	}
	.secColCont .topTitleSub{
		font-size: 14px;
		color: #9a9a9a;
		padding: 15px 5px;
		font-weight: bold;
	}
	.secColCont .tipTitle{
		color: #78a7db;
		font-size: 14px;
		font-weight: bold;
	}
	.secColCont .secUL{
		font-size: 13px;
	}
	.secColCont .secUL li{
		padding: 0 5px 5px 35px;
		list-style-type: none;
		color: #212529;
		line-height: 23.4px;
	}
	.secColCont .secUL .ulHighlight{
		font-weight: bold;
		background: url("/Content/fincompliance2023/images/pricing/check.png") no-repeat;
	}
	.secColCont .popular{
		height: 20px;
		margin-top: 10px;
	}
	.secColCont .popular span{
		background: #f40892;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 0 5px;
		border-radius: 4px;
	}
	
@media only screen and (max-width: 767px){
	.secBoxContent .consulting, 
	.secBoxContent .technology, 
	.secBoxContent .optional{
		min-height: auto;
	}
	.secColCont {
		border-bottom: 1px solid #78a7db;
	}
	.secColCont .topTitleTit {
		font-size: 30px;
	}
}