.custom-checkbox{
	padding: 0.3em 0px;
	margin-left: 2em;
}
.optClass{
	margin: 0.4em;
	border-radius: 0.5em;
}
.correct{
	background: lightgreen !important;
}
.error{
	background: lightcoral;
}
#btnNext{
	display: none;
}
.quizLayout{
	display: none;
}
.displayBlock{
	display: block !important;
}
.displayNone,.tab{
	display: none;
}
label{
	font-size: 1.1em;
}
#btnView,#btnMail{
	display: none;
}
.tphad h4{
	font-size:1em;
}
.tphad h4 span{
	font-size:1.2em;
	font-weight:bold;
}
.rightAns{
	color:green;
}
.wrongAns{
	color:red;
}
.jumbotron{
	background:#fff5de;
	border: 0.3rem solid #ffb505;
	color:#8e0101;;
}
@media (max-width: 575.98px) {
	h3,h4{
		font-size:1.2em;
	}
}
/*@media screen and (min-width: 576px) and (max-width: 767.98px) {
	
}*/