.survey-banner {
	width: 100%;
	height: auto;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: top;
	padding: 20px 0px;
}
.survey-banner .stat {
	width: 300px;
	text-align: center;
}
.survey-banner .stat .pie {
	width: 110px;
	height: 110px;
	background:#0077ee;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.survey-banner .stat .inner-pie {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #fafafa;
	margin: 0 auto;
	margin-top: 5px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 37px;
	font-weight: 700;
}
.survey-banner .stat .text {
	font-size: 17px;
	color: #111;
	font-weight: 700;
	margin-top: 15px;
}