
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: 167px;
    height: 93px;
    top: 16px;
    left: 24px;
    background-image: url("images/box.png");
    
}
#timerthumb{
    position: absolute;
    width: 48px;
    height: 62px;
    top: 6px;
    left: 4px;
    background-image: url("images/stopwatch.png");
}
#timer{
    position: absolute;
    left: 59px;
    top: 21px;
    font-size: 32px;
    font-weight: bold;
    color: black;
}
#targetbox{
    position: absolute;
    width: 167px;
    height: 93px;
    top: 16px;
    left: 204px;
    background-image: url("images/box.png");
}
#targetthumb{
    position: absolute;
    width: 65px;
    height: 58px;
    top: 11px;
    left: 11px;
    background-image: url("images/heart.png");
}
#target{
    position: absolute;
    left: 92px;
    top: 21px;
    font-size: 32px;
    font-weight: bold;
    color: black;
}
#fullguntank{
    position: absolute;
    width: 271px;
    height: 258px;
    left: 330px;
    bottom: -2px;
}
#tankgun{
    position: absolute;
    background-image: url("images/tankgun.png");
    width: 194px;
    height: 49px;
    bottom: 123px;
    left: 64px;
    transform: rotate(90deg);
}
#gunbox{
    position: absolute;
    background-image: url("images/tankbase.png");
    width: 271px;
    height: 144px;
    bottom: 2px;
    left: 0px;
}

.questionbox{
    position: absolute;
    background-image: url("images/thumbnailbox.png");
    width: 190px;
    height: 197px;
    top: 5px;
    right: 7px;
	-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 */
}
#quesetionobj{
    position: absolute;
    width: 142px;
    height: 145px;
    bottom: 37px;
    right: 25px;
}

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

.optionsStyle{
	position: absolute;
    z-index: 2;
}

#options0{
    width: 178px;
    height: 172px;
	left: 21px;
    top: 282px;
    background-image: url("images/bubble_yellow.png");
}

#options1{
    width: 179px;
    height: 174px;
	left: 214px;
    top: 138px;
    background-image: url("images/bubble_blue.png");
}
#options2{
    width: 178px;
    height: 172px;
	left: 562px;
    top: 128px;
    background-image: url("images/bubble_green.png");
}
#options3{
    width: 178px;
    height: 172px;
	left: 416px;
    top: 282px;
    background-image: url("images/bubble_magenta.png");
}
#options4{
    width: 186px;
    height: 181px;
	left: 755px;
    top: 282px;
    background-image: url("images/bubble_purple.png");
}

.optionsTxt{
	width: 186px;
    height: 181px;
    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';
}

.feedback{
    position: absolute;
	width: 51px;
    height: 51px;
    left: 66px;
    top: 20px;
    background-size: cover;
}

#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: #000000db;
    z-index: 9;
}
#startTxt{
    position: absolute;
    left: 49.7%;
    top: 66.5%;
    font-weight: bold;
    font-size: 27px;
    z-index: 10;
}
.startIns{
    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: 416px;
    top: 270px;
    z-index: 10;
    cursor: pointer;
    background-image: url("images/startbtn.png");
}

#option_1{
    position: absolute;
    width: 225px;
    height: 68px;
    background-size: cover;
    left: 16px;
    top: 200px;
    z-index: 10;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #ffff00;
    background-color: #9acb2e;
    opacity: 0.5;
}
#option_2{
    position: absolute;
    width: 225px;
    height: 68px;
    background-size: cover;
    left: 16px;
    top: 277px;
    z-index: 10;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #ffff00;
    background-color: #9acb2e;
}
#option_3{
    position: absolute;
    width: 225px;
    height: 68px;
    background-size: cover;
    left: 16px;
    top: 353px;
    z-index: 10;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #ffff00;
    background-color: #9acb2e;
}

.spanish{
    position: absolute;
    font-size: 40px;
    left: 26px;
    top: 8px;
}
.french{
    position: absolute;
    font-size: 40px;
    left: 29px;
    top: 9px;
}

.chinese{
    position: absolute;
    font-size: 40px;
    left: 60px;
    top: 11px;
}

#welldonebg{
    position: absolute;
    width: 1280px;
    height: 720px;
    background-color: #000000a6;
    z-index: 9;
    display: none;
}
.welldone{
    position: absolute;
    width: 455px;
    height: 93px;
    z-index: 10;
    font-weight: bold;
    top: 40%;
    left: 20%;
    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 --*/