

html, body {
	font-size:20px;
	min-width:800px;
   /* border:1px red solid;*/
  }
  
  
  .content2{
	  width: 90%;
	  height:83%;
  }
  
  .dropHolder{
	  width:80%;
  }
  
  .header{
	  background-image:url(../Images/whiteBG.png);
	  margin-bottom:10px;
  }
  
  .holder{
	  display: block;
  }
  
  .imageHolder{
	  margin:0px auto;;
  }
  

  
  .contentWrapper{
  overflow-y:auto;
  }
  
  .controller{
	  margin-top:50px;
  }
  
  
  .answer .imageHolder img{
	  margin-top:20px; 
  }
  
  
  .choicesHolderImg{
	  position: relative;
	  display: inline-block;
	  
	  width: 350px;
	  
	  
	
	 
  }
  
.ui-widget-header{
		
	margin-left: -70px;

	/* border: solid black 1px; */
	/* background-color:white; */
	
	margin-top: -42px;
	

}

.numHolder{
	
	width: 25px;
	/* height: 43px; */
	/* width:45px;
	height:45px; */
	font-weight:bold;
	text-align:center;
	font-size:20px;
	line-height:100%;
	font-family: "Avgardd_bold";
	border: solid black 1px;
	background-color: white;
	overflow: hidden;

	padding: 12px 12px;
	margin-left: -4px;
}
	
/* 		
  
  .choicesImage,.choicesImageAns{
	background-size: 270px;
	margin-left:8px;
	width:270px;
	height:180px;
} */

.currrent{
	display: inline-block;


	
	
}




.popupHolder {
  height:350px;
  width:250px;
}

.question-wrap {
	flex-direction: column;
}

.choicesHolderImg{
	
	display: flex;
	flex-direction: row;
	margin-top: 0px;
}

.drops,.dropsAns {
	margin-left: 20px;
	margin-top: 72px;
	gap: 16px;
}

.choicesImageAns {
	height:100px;
}

.dropsAns {
	margin-top: 32px;
}

.dummy1 {
	display: none;
}

.choicesHolderImg{
	display: none;
}

.choicesHolderImgMobile,.hide{
	display: block;
}

.choicesHolderImgMobile{
	width: 400px;
}

