.test-inglese {
	position: relative;
    margin-bottom:50px;
}
.test-inglese .page {
	display: none;
    margin: 50px 0;
}
.test-inglese .page.active {
	display: block;
}
.test-inglese .progress {
	display: block;
	height: 50px;
	font-size: 16px;
	background-color: transparent;
	border-radius: 0;
}
.test-inglese #bar {
	height: 3px;
	width: 100%;
	position: relative;
	background-color: var(--colore_4);
	margin: 0px auto;
	display: block;
	margin-top: 10px;
}
.test-inglese #bar > span {
	display: block;
	height: 100%;
	background-color: var(--arancio);
	position: relative;
	overflow: hidden;
}
.test-inglese .question {
	font-size: 35px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.test-inglese .question p {
	font-size: 50px;
	line-height: 1.3em;
	font-weight: 300;
	margin: 0;
}
.test-inglese button {
	font-size: 20px;
	background-color: var(--colore_6);
	color: #fff;
	padding: 8px 50px;
	font-weight: 700;
	border: none;
	text-shadow: none;
	margin: 0 3px;
	border-radius: 3px;
	cursor: pointer;
}
.test-inglese button:hover {
	transition: all .3s;
	background-color: var(--arancio);
}
.test-inglese #progressBar {
	margin-bottom: 0;
}
.test-inglese form {
	margin: 0 auto;
	display: block;
}
.test-inglese .quiz-ico {
	color: var( --arancio );
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-top: 0;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #fff;
}
.test-inglese .quiz-ico:not(.animated) {
	border: 1px solid var( --arancio );
}
.test-inglese:hover .quiz-ico:not(.animated) {
	color: #fff;
	background-color: var( --arancio );
}
.test-inglese .quiz-ico.animated {
	color: #fff;
	background-color: var( --arancio );
}
.sidebar .test-inglese h2 {
	font-size: 24px;
	line-height: 1.2em;
    margin-bottom:10px;
}
.sidebar .test-inglese p {
	font-size: 16px;
	line-height: 1.4em;
}
.sidebar .test-inglese .page {
    margin: 10px 0 30px 0;
}
.sidebar .test-inglese .question p {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 400;
}
.sidebar .test-inglese button {
	font-size: 18px;
	padding: 5px 20px;
	margin: 4px;
}

@media all and (max-width: 767.98px) {
.test-inglese {
	padding: 0;
}
.test-inglese p {
	font-size: 18px!important;
	line-height: 1.4em;
}
.test-inglese .question p {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 400;
}
.test-inglese button {
	font-size: 18px;
	padding: 5px 20px;
	font-weight: 400;
	margin: 4px;
}
.sidebar .test-inglese button {
	font-size: 16px;
	padding: 2px 10px;
	margin: 4px;
}
}