
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

@font-face {
	font-family: "ArialMTProRegular";
	src: url("fonts/ArialMTProRegular.eot");
	src: url("fonts/ArialMTProRegular.eot") format("embedded-opentype"),
	  url("fonts/ArialMTProRegular.woff2") format("woff2"),
	  url("fonts/ArialMTProRegular.woff") format("woff"),
	  url("fonts/ArialMTProRegular.ttf") format("truetype"),
	  url("fonts/ArialMTProRegular.svg#ArialMTProRegular") format("svg");
  }
  body {
	font-family: 'ArialMTProRegular';
  }
#wrapper{
	width: 960px;
    height: 720px;
	color: #fff;
}

#game_container{
	position: absolute;
	background-image: url("images/bg.png");
	width: 960px;
    height: 720px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    display: none;
}

#timerbox{
	position: absolute;
    width: 207px;
    height: 72px;
    top: 0px;
    right: 0px;
}
#timerthumb{
    position: absolute;
    width: 48px;
    height: 62px;
    top: 18px;
    left: 4px;
    font-size: 32px;
    font-weight: bold;
    color: white;
    
}
#timer{
    position: absolute;
    left: 98px;
    top: 21px;
    font-size: 32px;
    font-weight: bold;
    color: white;
}
#scorestarbox{
    position: absolute;
    width: 717px;
    height: 73px;
    top: 0px;
    left: 0px;
}
.active{
    opacity: 1 !important;
}
.star{
    position: relative;
    width: 38px;
    height: 38px;
    top: 17px;
    left: 14px;
    margin-right: 20px;
    float: left;
    background-image: url("images/star.png");
    opacity: 0.4;
}

#targetthumb{
    position: absolute;
    width: 65px;
    height: 58px;
    top: 19px;
    left: 11px;
    font-size: 32px;
    font-weight: bold;
    color: white;
}
#target{
    position: absolute;
    left: 114px;
    top: 21px;
    font-size: 32px;
    font-weight: bold;
    color: white;

}
#header{
    position: absolute;
    width: 960px;
    height: 72px;
    background-color: #06064c;
}

#options_container{
	position: absolute;
    width: 960px;
    top: 0px;
    left: 0px;
    height: 720px;
}

.optionsStyle{
    position: absolute;
    width: 142px;
    height: 145px;
}

.bird{
	left: 21px;
    top: 282px;
    background-image: url("images/bird.png");
}

.book{
	left: 214px;
    top: 138px;
    background-image: url("images/book.png");
}
.cup{
	left: 562px;
    top: 128px;
    background-image: url("images/cup.png");
}
.eraser{
	left: 416px;
    top: 282px;
    background-image: url("images/eraser.png");
}
.eye{
	left: 755px;
    top: 282px;
    background-image: url("images/eye.png");
}

.cat{
	left: 775px;
    top: 432px;
    background-image: url("images/cat.png");
}
.cap{
	left: 595px;
    top: 422px;
    background-image: url("images/cap.png");
}
.dog{
	left: 755px;
    top: 112px;
    background-image: url("images/dog.png");
}

.pen{
	left: 165px;
    top: 442px;
    background-image: url("images/pen.png");
}
.rat{
	left: 395px;
    top: 72px;
    background-image: url("images/rat.png");
}
.telephone{
	left: 405px;
    top: 432px;
    background-image: url("images/telephone.png");
}
.watch{
    left: 25px;
    top: 92px;
    background-image: url("images/watch.png");
}

.optionsTxt{
	width: 180px;
    height: 50px;
    text-align: left;
    display: inline-block;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
	
}
.optionsVal{
	width: 100%;
    height: 100%;
    font-size: 35px;
    color: white;
    /* font-weight: bold; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';
}

.questionStyle{
    position: absolute;
    width: 180px;
    height: 50px;
    background-color: green;
    bottom: 10px;
    border: 2px solid black;
    border-radius: 10px;
}
#question0{
    left: 40px;
}
#question1{
    left: 280px;
}
#question2{
    left: 520px;
}
#question3{
    left: 750px;
}
#question4{
    left: 40px;
}
#question5{
    left: 280px;
}
#question6{
    left: 520px;
}
#question7{
    left: 750px;
}
#question8{
    left: 40px;
}
#question9{
    left: 280px;
}
#question10{
    left: 520px;
}
#question11{
    left: 750px;
}





#replay{
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: cover;
    left: 422px;
    top: 400px;
    z-index: 10;
    cursor: pointer;
    background-image: url("images/replay.png");
}
#startgame{
    position: absolute;
    width: 960px;
    height: 720px;
    background-color: green;
    z-index: 9;
}
#startTxt{
    position: absolute;
    left: 49.7%;
    top: 66.5%;
    font-weight: bold;
    font-size: 27px;
    z-index: 10;
}
.game_heading{
    position: absolute;
    width: 585px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 6%;
    left: 20%;
    font-size: 40px;
    text-align: center;
  
}
#start{
	position: absolute;
    width: 200px;
    height: 200px;
    background-size: cover;
    left: 385px;
    top: 270px;
    z-index: 10;
    cursor: pointer;
    background-image: url("images/startbtn.png");
}

#levels_container{
    position: absolute;
    width: 960px;
    height: 720px;
    background-color: green;
    z-index: 9;
    display: none;
}


.levelBoxStyle{
    position: relative;
    width: 215px;
    height: 61px;
    background-size: cover;
    left: 16px;
    top: 190px;
    z-index: 10;
    border-radius: 20px;
    border: 2px solid #ffff00;
    background-color: #9acb2e;
    opacity: 0.5;
    float: left;
    margin-top: 30px;
    margin-left: 14px;
    pointer-events: none;
}


.levelStyle{
    position: absolute;
    font-size: 40px;
    left: 45px;
    top: 8px;
}


#welldonebg{
    position: absolute;
    width: 1280px;
    height: 720px;
    background-color: #000000a6;
    z-index: 9;
    display: none;
}
.welldone{
    position: absolute;
    width: 405px;
    height: 173px;
    z-index: 10;
    font-weight: bold;
    top: 30%;
    left: 21%;
    font-size: 70px;
    text-align: center;
}


#reset{
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: cover;
    left: 422px;
    top: 400px;
    z-index: 10;
    cursor: pointer;
    background-image: url("images/replay.png");
}
#timeupbg{
    position: absolute;
    width: 1280px;
    height: 720px;
    background-color: #000000a6;
    z-index: 9;
    display: none;
}
.timeup{
    position: absolute;
    width: 455px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 40%;
    left: 20%;
    font-size: 70px;
    text-align: center;
  
}










#stopclick{
	position: absolute;
	width: 1280px;
	height: 720px;
    z-index: 3;
    display: none;
}


/*-- Loader CSS Starts --*/
#html5Loader{
	top:0;left:0;margin:0;position:fixed;z-index: 3;background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 49%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(49%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 49%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#html5Loader .fallback {top:50%;position:absolute;text-align:center;width:100%;color:white;/*vertical-align: middle;*/ /*display: block;font-style: normal;font-size:100px;*/}

div#DvLoaderCont{width:300px; height: 15px; position: absolute; top:0px; left:0px; bottom: 0px; right: 0px; margin: auto; z-index:100; background: #ffffff; overflow: hidden;}
div#DvLoaderProgress{width:300px; height: 15px; position: absolute; top:0px; left:-300px; background: #0079c0;}
/*-- Loader CSS Ends --*/