@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'fontarial';
	src: local('☺'), url('../fonts/HelveticaNeueLTCom-Cn.eot'), url('../fonts/HelveticaNeueLTCom-Cn.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_wacn____';
	src: url('../Hindi_Fonts/wacn____.eot');
	src: local('☺'), url('../Hindi_Fonts/wacn____.woff') format('woff'), url('../Hindi_Fonts/wacn____.ttf') format('truetype'), url('../Hindi_Fonts/wacn____.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
:focus {outline:none;}
body{font-family: Verdana, Geneva, sans-serif; margin:0; padding:0; background:#769fd7; font-size:14px; font-weight:bold;border:0px solid;overflow-x:hidden;}

.font
	{
		font-family:'arial';
		font-size:13.5px;
		
	} 

.wrapper{
	width: 103%;
	margin: 0 auto;
	clear:both;
	
	/*	-moz-box-shadow: 0 0 8px 2px #333;
	-webkit-box-shadow: 0 0 8px 2px #333;
	box-shadow: 0 0 8px 2px #333;*/
	padding: 0px;
	border:0px dashed #000;
	
	
}
.QnsTitle
{ 

color:#251D08;
font-weight:bold;
font-family:'Trebuchet MS';
font-size:16px;
font-style:normal;
padding:0px 0 42px 10px;
width:920px;
/* background: url(../images/iconQ.gif) left top  no-repeat ;
background-size: 50px 50px; 
 */height:5px;
border:0px solid;
margin:0px 0px 20px 22px;
/* border-top-left-radius: 10px;
border-top-right-radius: 10px; */

}
select{ width:70px;}
.wrongOption{ width:120px; }

input::-moz-focus-inner { 
  border: 0; 
}

.input_submit {
	background-image: url(../images/btn_submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 126px;
/* 	padding:0px 0px 2px 0px; */
	/* float:left; */
	background-color:transparent;
	border:0px dashed #fff;
	font-size:15px;
	font-weight:bold;
	font-family:'Trebuchet MS';
	color:#fff;
	/* margin:-14px 37px; */
	
}
.input_submit:hover {
	background-image: url(../images/btn_submit_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
.input_button {
	background-image: url(../images/btn_ans.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 126px;
	/* float:left; */
	background-color:transparent;
	border:0px dashed #fff;
	font-size:13px;
	font-weight:bold;
	font-family:'Trebuchet MS';
	color:#fff;
	/* margin:-15px -37px; */
}
.btn_ans{
	background-image: url(../images/btn_ans.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 126px;
	/* float:left; */
	background-color:transparent;
	border:0px dashed #fff;
	font-size:13px;
	font-weight:bold;
	font-family:'Trebuchet MS';
	color:#fff;
	/* margin:-15px -37px; */
}
.btn_ans_over{
	background-image: url(../images/btn_ans_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 126px;
	/* float:left; */
	background-color:transparent;
	border:0px dashed #fff;
	font-size:13px;
	font-weight:bold;
	font-family:'Trebuchet MS';
	color:#fff;
	/* margin:-15px -37px; */
}
.input_button:hover {
	background-image: url(../images/btn_ans_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
input[type="button"][disabled="disabled"] {opacity:0.5;
filter:alpha(opacity=50); }
input[type="button"][disabled="disabled"].input_button:hover{
	background-image: url(../images/btn_ans.png); cursor:not-allowed;
	}
input[type="button"][disabled="disabled"].input_submit:hover{
	background-image: url(../images/btn_submit.png); cursor:not-allowed;
	}
/*input[type=button],input[type=submit]{ cursor:pointer; background:#bebebe; border-radius:8px; border:none; padding:5px 15px; font-size:14px; font-weight:bold; font-style:italic;}
input[type=button]:hover,input[type=submit]:hover{ background:#797979; color:#fff; border-radius:8px; font-weight:bold; font-style:italic;}*/
/*.qnsOption{
margin: 0px 0 0 0px;
padding: 10px 40px 0px 10px;
margin-top:0px;
border:0px solid #000000;
overflow: auto;
float: left;
width: 100%;
display:block;
}*/
.ansSign{ position:absolute; }

/*.qnsOption ol{
	margin:0px;
	padding:0px;
	width: 860px;	
	height:30px;
	}*/

.TextboxHolder { width:200px; border:none; background-color:transparent; }
.dropdown { width:100%; border:none; background-color:transparent;; height:35px; font-size:20px; color:#d8a041 ;border-bottom: 0px solid black;}

/*    Input box size adjustment   */



/*#textbox_71 {
    padding-left: 32%;
    width: 110px;
}*/
.qnsOption ul {
    padding-left: 26%;
    padding-top: 420px;
    position: absolute;
    width: 54%;
	margin-top:0px;
}
.qnsOption li {
    border: 0 solid #000000;
    float: left;
    font-weight: normal;
    list-style-type: none;
    padding: 0 0 11px;
    position: relative;
    vertical-align: top;
    width: 40%;
}

.qnsOption li .correct{ background:url(../images/icon-correct.png) no-repeat; width:27px; height:30px;right: 0px;
    position: absolute;
 	bottom: 0px;
    width: 27px;
	 }
.qnsOption li .wrong{ background: rgba(0, 0, 0, 0) url("../images/icon-wrong.png") no-repeat scroll 0 0;
    height:35px;
    right: 0px;
    position: absolute;
 	bottom: 0px;
    width: 27px; }

.btnHolder {
    border: 0 dashed #000;
    margin: 0 auto;
}

.msgHolder {
    border: 0 dashed #000;
    color: #bc0c29;
    text-align: center;
    width: 85%;
	position:absolute;
	bottom:0%;
}
.msgHolder span {
	float:left;
	font-size:9px;
	font-style:italic;
	}


.footer
{  
clear:both;
text-align:right; 
font-style:italic; 
color:#000; 
font-size:8px; 
margin-top:-10px;
padding-right:24px; 
float:right; 
font-weight:normal;
border:0px #000000 solid;

}

.answers { color:#45ae0e !important;font-weight:bold; display:block; margin-top: -18px; margin-left: 75px;}

.audioPlayer{
	position: absolute;
	top: 10%;
	left: 32%;
	display: block;
	background: #333;
	padding: 10px 20px 6px 20px;
	border: 2px solid #000;
	width: 300px;
	text-align: center;
	z-index: 999999;
	}
.btnCloseAudio{
	position: absolute;
	right: -15px;
	top: -14px;}
	
.buttonsRight {
	float: right;
	padding: 14px 14px 0px 0px;
}
.container {
	width: 700px;
	margin: auto;
	clear:both;
	height: 700px;
	/*background-color: #bc0c29;*/
	padding: 0px 10px 10px 10px;
	position:relative;
	background-image:url(../images/06.png);
	background-repeat: no-repeat;
	background-position: left top; 
	border:0px solid;
	background-size:100% 100%;
	
	}
.header {
	width: 1000px;
	margin: 0 auto;
	height: 15px;
	border: 0px solid;
	}

 .header .upperHeading 
 {   
 
 font-size:20px;
 font-family:'Trebuchet MS';
/* background-color:#A8D44B;  */
 color:#fff;
 bottom:12px;position: relative;

 margin-left:200px;
 text-align:center;
 width:580px;
 float:left;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border: 0px solid;

 }
.header .rightIcon {
	/*background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
	background-color:transparent;*/
	float:right;
	margin-top:125px;
	margin-right:40px;
	cursor:pointer;
	border:0px solid;
	}
	
	.header .rightIcon:hover {
	/*background-image: url(../images/infoIcon1.png);
	background-repeat: no-repeat;
	background-color:transparent;*/
	float:right;
	}
.header .rightIcon span {
	float:left;
	padding:8px;
	}
/*.content {
	float: left;
	 background-color:#fff; 
	width: 100%; 
	margin-top:0px;
	height:620px;
	border:0px solid #a7a7a7;
	padding: 0px 0px 0px 0px;
	margin-left:20px;
		}*/
/*.middleShadow {
	background-image: url(../images/middle_shadow.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	float: left;
	height: 366px;
	width: 30px;
	position: relative;
	z-index: 2;
	}*/
.imgWrapper {
	float:right;
	width:301px;
	height:200px;
	padding:0px 0px 50px 0px;
	position:absolute;
	z-index:1;
	right:111px;
	border:0px solid;
	}
.imgWrapper .imgBox {
	background-color:#fff;
	padding:0px 0px;
	text-align:center;
	margin:auto;
	}
.imgWrapper .imgBox img {
	width:292px;
	height:210px;
	margin-top:4px;
	border:0px solid #a7a7a7;
	box-shadow: 0 0 8px 2px #333;
	}
.notifiactinMsgWrapper {
	position: absolute;
	right: 0px;
	height: 434px; /*580*/
	top: 159px;  /*20*/
	right:0px;
}
.notifiactinMsgWrapper .notifiactinTopArrow {
	background-image: url(../images/notificationtoparrow.png);
	background-repeat: no-repeat;
	background-position: 235px top;
	height: 12px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 999;
	float: left;
}
.notifiactinMsgWrapper .notifiactinMsg {
	background-color: #19191a;
	/*background-color:transparent;*/
	font-family: Calibri-Regular;
	font-size: 20px;
	word-wrap: break-word;
	color: #fff;
	position: relative;
	top: 8px;/*45*/
	left:0px;
	z-index: 99;
	width: 281px;
	color: #01deff;
	height: 434px;/*530*/
	font-style: italic;
	
}
.notifiactinMsgWrapper .notifiactinMsg .cloaeBtnWrapper {
	background-color: #000;
	float: left;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.notifiactinMsgWrapper .notifiactinMsg .cloaeBtnWrapper .closeBtn {
	font-size: 20px;
	color: #01deff;
	padding: 10px;
	float: left;
	width: 91%;
	text-align: center;
	
}
.notifiactinMsgWrapper .notifiactinMsg h2 {
	border-bottom: 1px solid #01deff;
	margin: 0px;
	padding: 4px 0px 3px 10px;
	font-weight: normal;
	font-style: normal;
}
.notifiactinMsgWrapper .notifiactinMsg h3 {
	border-bottom: 1px solid #01deff;
	margin: 0px;
	padding: 4px 0px 3px 10px;
	font-weight: normal;
	font-style: normal;

}
.notifiactinMsgWrapper .notifiactinMsg h4 {
	margin: 0px;
	padding: 4px 0px 3px 10px;
	font-weight: normal;
	font-style: normal;

}
.notifiactinMsgWrapper .notifiactinMsg h4 a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #CCC;
	font-style: normal;
	padding:5px 0px;
	}
.notifiactinMsgWrapper .notifiactinMsg p {
	padding: 12px 0px 12px 10px;
	height: 401px;
	overflow-y: auto;
	margin:0px;
}
.notifiactinMsgWrapper .notifiactinMsg h4{ margin:0; text-align:center; background:#000; position:absolute; bottom:0; width:100%; padding:5px 0;}

.bird {
  -moz-animation-name: stylie-transform-keyframes;
  -moz-animation-duration: 10s;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0 0;
  animation-name: stylie-transform;
  animation-duration: 10s;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 0 0;
  float:right;
  position:absolute;
  width:120px;
  height:120px;
  

}

#line_1 {
margin-top: 0%;
margin-left: 2%;
}

#line_2 {
margin-top: 0.5%;
margin-left: 2%;
clear: both;
}
#line_3 {
margin-top: 0.5%;
margin-left: 2%;
clear: both;
}
#line_4 {
margin-top: -25%;
margin-left: 12%;
}
#line_5 {
margin-top: -12%;
margin-left: 12%;
}
#line_6 {
margin-top: 0.5%;
margin-left: 12%;
}

#line_7 {
margin-top: 0.5%;
margin-left: 54%;}


@-moz-keyframes stylie-transform-keyframes {
  0% {-moz-transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0%, 0%);-moz-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {-moz-transform:translate(-930px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0%, 0%);}
}
@keyframes stylie-transform {
  0% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0%, 0%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translate(-930px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0%, 0%);}
}

	.back-btn {
    margin-top: 2px;
    padding-left: 12px;
    position: absolute;
    width: 120px;
}
@media(max-width:880px){	
	.container {
	width: 590px;
	height: 700px;
	margin: auto;
	clear:both;}

.dropdown { font-size:16px; height:20px;}
.qnsOption ul { padding-left: 26%;
    padding-top: 435px;
    position: absolute;
    width: 54%;}
#line_1 {margin-top: 0%;margin-left: 2%;}
#line_2 {margin-top:5%;margin-left: 2%;clear: both;}
#line_3{ margin-top:5%;margin-left: 2%;clear: both;}
#line_4{ margin-top:-26%; margin-left: 12%;}
#line_5 {margin-top: -10%;margin-left: 12%;}
#line_6 {margin-top: 5%;margin-left: 12%;}
#line_7 {margin-top: 5%;margin-left: 54%;}
.qnsOption li .wrong{ bottom:0px;}
.qnsOption li .correct{ bottom: 0px;}
.msgHolder { text-align:left; width:80%;margin-left: 7%;}
}
@media(max-width:700px){	
	.container {
	width: 590px;
	height: 700px;
	margin: auto;
	clear:both;}

.dropdown { font-size:16px; height:20px;}
.qnsOption ul { padding-top:435px;}
#line_2 {margin-top: 5%;margin-left: 2%;clear: both;}
#line_3{ margin-top:5%;}
#line_4{ margin-top:-26%; margin-left: 12%;}
#line_5{ margin-top:-10%; margin-left: 12%;}
#line_6 {margin-top: 5%;margin-left: 12%;}
#line_7 {margin-top: 5%;margin-left: 54%;}
.qnsOption li .wrong{ bottom:0px;}
.qnsOption li .correct{ bottom: 0px;}
.msgHolder { text-align:left; width:80%;margin-left: 7%;}
}
		
@media(max-width:600px){	
	.container {
	width: 440px;
	height: 700px;
	margin: auto;
	clear:both;
	}

.dropdown { font-size:15px; height:16px;}
.qnsOption ul { padding-top:435px;}
#line_2{ margin-top:9%;}
#line_3{ margin-top:8%;}
#line_4{ margin-top:-33%;}
#line_5{ margin-top:-12%;}
#line_6{ margin-top:8.5%; margin-left: 11%;}
#line_7{ margin-top:8%; margin-left: 52%;}
.qnsOption li .wrong{ bottom:0px;}
.qnsOption li .correct{ bottom: 0px;}
.msgHolder { text-align:left; width:80%;margin-bottom: -20%;margin-left: 17%;}
}	

@media(max-width:400px){	
	.container {
	width: 300px;
	height: 470px;
	margin: auto;
	clear:both;
	}

.dropdown { font-size:12px; height:20px;}
.qnsOption ul { padding-top: 282px;padding-left: 25%;}
#line_1 {margin-top: 0%;margin-left: 2%;}
#line_2{ margin-top:1%; margin-left: 2%;}
#line_3{ margin-top:0%; margin-left: 2%;}
#line_4{ margin-top:-40%; margin-left:12%;}
#line_5{ margin-top:-20%; margin-left: 12%;}
#line_6{ margin-top:-0%; margin-left: 12%;}
#line_7{ margin-top:0%; margin-left: 54%;}

.qnsOption li .wrong{ bottom:0px;}
.qnsOption li .correct{ bottom: 0px;}
.msgHolder { text-align:left; width:100%;bottom: -20%;}
}
