body{
	margin:0px;
	padding:0px;
	user-select: none;
}
@font-face {
	font-family: STIX2Text-Regular;
	src: url('fonts/STIX2Text-Regular.otf'), url('fonts/STIX2Text-Regular.woff');
}
@font-face {
	font-family: STIX2Math;
	src: url('fonts/STIX2Math.otf'), url('fonts/STIX2Math.woff') ;
}
@font-face {
	font-family: STIX2Text-Italic;
	src: url('fonts/STIX2Text-Italic.otf'), url('fonts/STIX2Text-Italic.woff');
}
@font-face {
	font-family: STIX2Text-Bold;
	src: url('fonts/STIX2Text-Bold.otf'), url('fonts/STIX2Text-Bold.woff');
}
#container {
	width: 1366px;
	height: 100vh;
	margin: 0px auto;
	position: relative;
	background-color: white;
	border:2px solid #000066;
	padding: 0;
	font-family: "STIX2Text-Regular";
	display: none;
  }

#headerArea {
	position: relative;
	width:100%;
	padding: 5px;
	margin: 0;
	background: linear-gradient(to right, #FFFFCC , #D2D2CC);
}
#logo {
	padding: 0;
}
#heading {
	margin-top: 13px;
	padding: 0;
}
#restart {
	margin-top: 25px;
	padding-left: 48px;
	cursor: pointer;
}
#restart:hover, #restart:focus {
	font-weight: bold;
}


#animateContainer
{
	width: 213px;
	height: 10vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: white;
	overflow-y: auto;
	border: 2px solid #000066;
	padding: 0;
}


#contentArea {
	width: 100%;
	height: 88vh;
	position: relative;
	padding: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-size: 16px;
	overflow-y: auto;
}
#description {
	height: 140px;
	overflow-y: auto;
	padding-right: 30px;
}
#line {
	width :100%;
	height:2px;
	background-color:#000066;
	margin-top: 10px;
}
#questionary {
	position: relative;
}
#questionNo {
	margin-top:5px;
}
#question {
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.orange {
	color: #FF9D00;
}
.opt {
	padding: 5px;
	height: auto;
	width: 100%;
	display: table;
}
.opt:hover {
	background: #d4cece;
	cursor: pointer;
}
#answer {
	height: auto;
	overflow-y: auto;
}
.red {
	color: #FF0101;
}
.green {
	color: #008000;
}
#footerArea {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	background-color: white;
}
.margin-right15 {
	margin-right: 15px;
}
.margin-top10 {
	margin-top: 10px;
}
.padding-top10 {
	padding-top: 5%;
}
.margin-top15 {
	margin-top: 15px;
}
.feedback {
	/* position: absolute; */
	margin-top: 5px;
	margin-left: -25px;
	float: left;
}
/* popup */
#popupArea, #contentpopupArea {
	width: 100%;
	height: 84vh;
	position: relative;
	font-size: 18px;
	display: none;
}
#contentpopupArea
{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
}
#popupContentArea,#contentPopup {
	width: 55%;
  height: 20%;
	font-size: 20px;
	border: 2px solid #000066;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 5px 5px 5px grey;
	background:white;
}
#contentPopup
{
	text-align: center;
}
#popupContentAreaText {
	padding: 5%;
}
#contentPopupText
{
	padding: 40px;
}
#popupClose {
	top: 0;
	border-radius: 3px;
	position: absolute;
	right: 5px;
}
#nextBtn,#prevBtn,#popupClose {
	cursor: pointer;
}
#prevBtn
{
	display: none;
}
.bold
{
	font-weight: bold;
}

.list {
	width: 5%;
	float: left;
}
.listContent
{
	width: 85%;
	float: left;
}


ol {
    counter-reset: list;
    margin: 0;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    counter-increment: list;
    content: "(" counter(list) ") ";
    position: absolute;
    left: -1.4em;
}

.center{
	text-align: center;
}
.removemargin
{
	margin:0px !important;
}
td.upper_line {
    border-top: solid 1px #000;
}
.fraction,table.fraction,table.fractions {
    vertical-align: middle;
    text-align: center;
}
.alert-btns,.alert-content,.center,.fraction,table.fraction,table.fractions {
    text-align: center;
}
table.fraction {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 2em;
}
.fraction,.arrowfraction {
    margin-left: 10px!important;
    margin-right: 10px!important;
    display: inline-block;
    margin: 0 .2em .4ex;
}
.image_move_top{
margin-top: 16px;
}
.indent{
	margin-left: 12%;
}


/* media queries */
@media only screen and (min-width:1024px) and (max-width:1279px) {
	#heading
	{
		margin-top:13px;
	}

	h3{
		font-size: 20px;
   }
	#restart {
		font-size: 12px;
		margin-top: 35px;
		padding-left: 40px;
   }
	#contentArea {
		height:87vh;
		font-size: 14px;
   }
   #contentPopupText, #popupContentAreaText
   {
	   font-size: 15px;
   }
   #popupContentArea, #contentPopup
   {
	   height:20%;
   }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	#heading
	{
		margin-top:2px;
	}
	h3{
		font-size: 20px;
   }
	#restart {
		font-size: 12px;
		margin-top: 35px;
		padding-left: 5px;
   }
	#contentArea {
		height:87vh;
		font-size: 14px;
   }
   #contentPopupText, #popupContentAreaText
   {
	   font-size: 15px;
   }
   #popupContentArea, #contentPopup
   {
	   height:20%;
   }

}
@media only screen and (min-width:480px) and (max-width:767px) {
	#container {
		max-width: 500px;
   }
	#logo img{
		width:40px;
   }
	h3{
		font-size: 12px;
   }
	 #heading {
    margin-top: 13px;
    padding: 0;
    padding-left: 8px;
	}
	#contentArea {
		height:87vh;
		max-width: 495px;
		font-size:14px;
   }
	#restart {
		font-size: 10px;
		margin-top: 28px;
		text-align: center;
		padding-left: 0px;
   }
	 #contentPopupText, #popupContentAreaText {
    font-size: 15px;
	}
}
@media only screen and (min-width:320px) and (max-width:479px) {
	#container {
		max-width: 310px;
   }
	#logo img{
		width:24px;
   }
	 #heading {
		 margin-top: 13px;
		 padding: 0;
		 padding-left: 8px;
	}
	h3{
		font-size: 12px;
   }
	#heading {
		margin-top: 2px;
   }
	#restart {
		font-size: 8px;
		margin-top: 28px;
		padding-left: 0px;
		text-align: center;
   }
	#contentArea {
		font-size: 12px;
		height: 79vh;
   }
	#popupContentArea {
		width: 250px;
		height: 120px;
   }
   .list {
	width: 10%;
}
	#contentPopupText {
		font-size: 12px;
		padding: 28px;
	}
	#popupContentAreaText
	{
		font-size: 12px;
	}
	#footerArea
	{
		font-size: 14px;
	}
	.feedback
	{
		width:10px;
	}
	#popupContentArea, #contentPopup
	{
		height: 28%;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	#container {
		max-width: 550px;
   }
	#logo img{
		width:40px;
   }
   #heading {
		 margin-top: 3px;
		 padding-left: 8px;
   }

	h3 {
		font-size: 15px;
   }
	#restart {
		font-size: 10px;
		margin-top: 28px;
		text-align: center;
		padding-left: 30px;
   }
	#contentArea {
		height: 59vh;
		max-width: 540px;
		font-size: 12px;
   }
   #footerArea
	{
		font-size: 14px;
	}
	#contentPopupText {
		font-size: 12px;
		padding: 28px;
	}
	#popupContentAreaText
	{
		font-size: 12px;
	}
	.feedback
	{
		width:10px;
	}
	#popupContentArea, #contentPopup
	{
		height: 28%;
	}
}
@media only screen and (min-width:1280px) and (max-width:1440px) {
	#contentArea {
		height: 84vh;
   }
	#restart {
		font-size: 15px;
   }
}

::-webkit-scrollbar {
	width: 5px;
	background: lightgrey;
	border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
	background-color: lightgrey;
	border-radius: 10px;
  }

	.width98
	{
		    width: 98%;
	}
	.width97
	{
				width: 97%;
	}
	.width92
	{
			width: 92%;
	}
	.width91
	{
			width: 91%;
	}
	.width93
	{
		    width: 93%;
	}
	.width85
	{
		    width: 85%;
	}
	.width84
	{
			width: 84%;
	}
	.width79
	{
		    width: 79%;
	}
	
	.textAlign{width: 100%; text-align:center;}
	.textAlignLt{width: 100%; text-align:justify;}
	.textAlign1{width: 70%; text-align:center;}
	.tbl{line-height: 1em !important;margin: 0 !important;}
	.splfont{font-size:25px;}
	.textAlignLt1{width: 40%; text-align:center;}
	.spaceupper{ padding-top:5%;}