.onlinetest-detail h1{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #006abc;
}

.detail-form .form-control{
	position: relative;
	background-color: #eee;
}

.detail-form:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
}

.detail-form .btn{
	position: relative;
	z-index: 9999;
}

.text-green{
	color: green;
}

.text-red{
	color: #f00;
}

.show{
	font-weight: normal;
}

#frm-answer-submit h1{
	text-align: center;
	color: #006abc;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

#frm-answer-submit h1 span{
	display: block;
}

.exam-info ul{
	margin: 0;
	padding: 0;
}

.exam-info ul li{
	display: flex;
	align-items: center;
	width: 100%;
}

#countdown{
    display: flex;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 1px;
    color: #ff0000;
}

.exam-info-submit{
	display: flex;
    margin: 10px -10px 0;
}

.exam-info-submit .btn{
    margin: 0 10px;
    color: #fff;
    padding: 5px 0;
}

.exam-info-submit .btn:first-child{
	width: 70%;
}

.exam-info-submit .btn:last-child{
	width: 30%;
}