.result{
	font-weight:bold;
}
.qablock{
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.userselected{
	background-color: gold;
	width: 19px;
	height: 19px;
	border-radius: 50px;
	float: left;
	margin-right:10px;
}
.question{}
.qh{
	margin-bottom:10px;
}
.qtext{
	padding:5px;
	margin-bottom:5px;
	font-weight:bold;
}
.answers{}
.answer{
	border: 1px solid gray;
	border-radius: 4px;
	margin-bottom: 5px;
	cursor: pointer;
}
.answer:hover{
	background-color:orange;
}

.qb{
	width:24px;
	height:24px;
	border:1px solid;
	border-radius:4px;
	margin:2px;
	float:left;
	font-size:10px;
}
.current{
	background-color: #ebeb00;
}
.accept{
	background-color:#19b80b;
}
.fail{
	background-color:#ff2b2b;
	*background-color:red;
}
.null{}
.question_iteraion{}
.qic{}
.qbase{
	*border: 1px solid;
	*border-radius: 5px;
}
.container{
	margin:0 auto;
	*width:80%;
}
.content{
	*background-color:lightgray;
	clear:both;
	margin-top: 130px;
}
.clr{
	clear:both;
}
.testing_header{}
.testing_title{
	*width: 722px;
	margin:0 auto;
	height:30px;
}
.first{
	*float: left;
	line-height: 29px;
	width: max-content;
	margin-right:5px;
	margin:0 auto;
}
.cats{
	*float:left;
	margin: 0 auto;
width: max-content;
	
}
.catselect{
	*width:100px;
}
.curcat{}
.startingtest{
	line-height: 27px;
	width: 75px;
	text-align: center;
	border: 1px solid;
	border-radius: 2px;
	background-color: #3b66b3;
	cursor: pointer;
	margin: 0 auto;
	color: #fff;
}

.startingtest:hover{
	box-shadow: 0px 0px 1px 1px green;
}

/*redesign start*/
.first{
	display: none;
}
.cats{
	width: 100%
}
.catselect{
	overflow: unset;
    width: 100%;
    border: 0;
	appearance: none;
}
.catselect:focus {
  outline: none;
  box-shadow: 0 0 5px #ddd;
}
.catselect option{
	padding: 25px;
	font-size: 16px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	margin-bottom: 10px;
	border-radius: 5px;
	transition: 300ms;
	cursor: pointer;
	text-wrap: wrap;
}
.catselect option:hover{
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.startingtest{
	margin-top: 80px;
	width: 174px;
	height: 37px;
	padding: 10px 35px;
	background: #3B66B3;
	transition: 300ms;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Calibri';
	border-radius: 5px;
}
.startingtest:hover{
	background: #22427B;
	outline: none;
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}
.qb{
	width: 43px;
	height: 43px;
	border-radius: 5px;
	border: 0;
	outline: 4px solid #686B6F;
	outline-offset: -4px;
}
.accept, .current, .fail{
	border: 0;
	outline: 0;
}
.qic{
	margin-bottom: 33px;
}
.qh{
	margin-bottom: 11px;
	font-size: 28px;
	color: #3D3D3D;
}
.qtext{
	padding: 0;
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qbase{
	font-family: 'Calibri';
}
#testings .content{
	margin-top: 50px;
}
.answer{
	padding: 25px;
	font-size: 18px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	margin-bottom: 10px;
	border-radius: 5px;
	transition: 300ms;
	cursor: pointer;
}
.answer:hover{
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	background: #3B66B3;
}
.result{
	margin-bottom: 30px;
    margin-top: 10px;
}
.qablock{
	margin-bottom: 80px;
	border: 0;
}
.back-link-wrapper{
	text-align: center;
	margin-top: 50px;
}
.back-link{
	background: #3B66B3;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px 35px;
	text-decoration: none;
	border-radius: 5px;
	transition: 300ms;
}
.back-link:hover{
	background: #22427B;
	outline: none;
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}
.answer.fail{
	background: red;
	color: #fff;
}
.answer.accept{
	background: green;
	color: #fff;
}
.catselect option:checked{
	font-weight: 600;
}
/*redesign end*/