
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: 780px;
    height: 750px;
	color: #fff;
}

#game_container{
	position: absolute;
	background-image: url("images/bg2.jpg");
    background-size: cover;
    background-position: center;
	width: 780px;
    height: 750px;
    -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;
}

.home_btn{
	position: absolute;
    right: 14px;
    top: 23px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url("images/home2.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 4;
    -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 */
}

.submit_btn{
	position: absolute;
     right: 100px;
    bottom: 50px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-image: url("images/submit.png");
    background-size: contain;
    z-index: 4;
    -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 */
}
.submitInner{
    width: 236px;
    height: 128px;
    top: -7px;
    left: -6px;
    text-align: left;
    display: inline-block;
	position: relative;
	
}
.submitTxt{
    width: 100%;
    height: 100%;
    font-size: 41px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';

}

.ins_arrow{
    position: absolute;
    left: 296px;
    top: 122px;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-image: url("images/cursor.png");
    z-index: 4;
    display: none;
    -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 */
}
.tryagn_btn{
	position: absolute;
    right: 100px;
    bottom: 50px;
    width: 100px;
    height: 100px;
    background-image: url("images/replaybtn.png");
    background-size: contain;
    z-index: 4;
    display: none;
    cursor: pointer;
    -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 */
}

.tryInner{
	width: 100px;
    height: 100px;
    top: -7px;
    left: -6px;
    text-align: left;
    display: inline-block;
	position: relative;
	
}
.tryTxt{
    width: 100%;
    height: 100%;
    font-size: 41px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';

}


#welldonebg{
    position: absolute;
    width: 780px;
    height: 750px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}
.welldone{
    position: absolute;
      width: 500px;
    height: 500px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("images/welldone3.png");
}

#tryaganinbg{
    position: absolute;
    width: 780px;
    height: 750px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}
.tryaganinimg{
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("images/lose.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.showanswer_btn{
	position: absolute;
    right: 126px;
    bottom: 2px;
    width: 236px;
    height: 128px;
    background-image: url("images/batoon.png");
    z-index: 4;
    display: none;
    cursor: pointer;
}
.showanswerInner{
    width: 236px;
    height: 128px;
    top: -7px;
    left: -6px;
    text-align: left;
    display: inline-block;
	position: relative;
	
	
}
.showanswerTxt{
    width: 100%;
    height: 100%;
    font-size: 41px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';

}


.weldone_btn{
	position: absolute;
    right: 126px;
    bottom: 2px;
    width: 236px;
    height: 128px;
    background-image: url("images/batoon.png");
    z-index: 4;
    display: none;
    cursor: pointer;
}
.weldoneInner{
    width: 236px;
    height: 128px;
    top: -7px;
    left: -6px;
    text-align: left;
    display: inline-block;
	position: relative;
	
	
}
.weldoneTxt{
    width: 100%;
    height: 100%;
    font-size: 41px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';

}



.play_btn{
	position: absolute;
    left: 100px;
    bottom: 50px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-image: url("images/tryagain2.png");
    background-size: contain;
    z-index: 4;
}

.play_btnInner{
    width: 100px;
    height: 100px;
    text-align: left;
    display: inline-block;
	position: relative;
	
}
.play_btnTxt{
    width: 100%;
    height: 100%;
    font-size: 41px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	font-family: 'ArialMTProRegular';

}

.play_audio{
    width: 53px;
    height: 53px;
    right: 228px;
    position: absolute;
    top: 37px;
    border-radius: 20px;
    cursor: pointer;
}

.pause_audio{
    width: 53px;
    height: 53px;
    right: 156px;
    position: absolute;
    top: 37px;
    border-radius: 20px;
    cursor: pointer;
}




#number_container{
	position: absolute;
    width: 775px;
    top: 85px;
    left: 0px;
    height: 635px;
    /* border: 2px solid #000000; */
}

.numberStyle{
    /* border: 2px solid #000000; */
	position: absolute;
    width: 108px;
	height: 108px;
	background-size:cover;
    background-position: center;
	cursor: pointer;
    z-index: 2;
    background-image: url("images/square3.png");
	
}
.numberStyle1{
	position: absolute;
    width: 156px;
	height: 148px;
	background-size:cover;
	cursor: pointer;
    z-index: 2;
}
#number1 {
    left: 30px;
    top: 42px;
    /* background-image: url("images/1.png"); */
}
#number2 {
    left: 151px;
    top: 42px;
    /* background-image: url("images/2.png"); */
}
#number3 {
    left: 272px;
    top: 42px;
    /* background-image: url("images/3.png"); */
}
#number4 {
    left: 393px;
    top: 42px;
    /* background-image: url("images/4.png"); */
}
#number5 {
    left: 514px;
    top: 42px;
    /* background-image: url("images/5.png"); */
}
#number6 {
    left: 633px;
    top: 42px;
    /* background-image: url("images/6.png"); */
}

#number7 {
    left: 30px;
    top: 194px;
    /* background-image: url("images/7.png"); */
}
#number8 {
    left: 151px;
    top: 194px;
    /* background-image: url("images/8.png"); */
}
#number9 {
    left: 272px;
    top: 194px;
    /* background-image: url("images/9.png"); */
}
#number10 {
    left: 393px;
    top: 194px;
    /* background-image: url("images/10.png"); */
}
#number11 {
    left: 514px;
    top: 194px;
    /* background-image: url("images/11.png"); */
}
#number12 {
    left: 633px;
    top: 194px;
    /* background-image: url("images/12.png"); */
}



#number13 {
    left: 30px;
    top: 347px;
    /* background-image: url("images/13.png"); */
}
#number14 {
    left: 151px;
    top: 347px;
    /* background-image: url("images/14.png"); */
}
#number15 {
    left: 272px;
    top: 347px;
    /* background-image: url("images/15.png"); */
}
#number16 {
    left: 393px;
    top: 347px;
    /* background-image: url("images/16.png"); */
}
#number17 {
    left: 514px;
    top: 347px;
    /* background-image: url("images/17.png"); */
}
#number18 {
    left: 633px;
    top: 347px;
    /* background-image: url("images/18.png"); */
}


#number19{
	left: 272px;
    top: 500px;
    /* background-image: url("images/19.png"); */
}
#number20{
	left: 393px;
    top: 500px;
    /* background-image: url("images/20.png"); */
}


.numberTxt{
	width: 104px;
	height: 108px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	-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 */
	
}
.numberVal{
	
    font-size: 40px;
    color: white;
    font-weight: bold;
	position: relative;
	font-family: 'ArialMTProRegular';
    text-shadow: 3px 2px #0d0d0d;
    display: block;
    text-align: center;
    
   



}
.questiontxt{
	position: absolute;
    width: 550px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
	/* text-shadow: 3px 2px #0d0d0d; */
    font-family: 'ArialMTProRegular';
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    border: 4px solid #f46c6c;
    border-radius: 30px;
    background-color: #eba3a3;
    box-shadow: inset 0px 0px 5px #000000;
    color: rgb(35, 34, 34);
	-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 */
}

.dropbox{
    position: absolute;
    width: 108px;
    height: 108px;
    /* background-color: #0000008a; */
    z-index: 1;
}
.dropbox1{
    position: absolute;
    width: 108px;
    height: 108px;
    /* background-color: #0000008a; */
    z-index: 1;
}
/* Row 1 (top: 44px) */
#dropbox1 { left: 30px; top: 44px; }
#dropbox2 { left: 151px; top: 44px; }
#dropbox3 { left: 272px; top: 44px; }
#dropbox4 { left: 393px; top: 44px; }
#dropbox5 { left: 514px; top: 44px; }
#dropbox6 { left: 633px; top: 44px; }

/* Row 2 (top: 194px) */
#dropbox7  { left: 30px; top: 194px; }
#dropbox8  { left: 151px; top: 194px; }
#dropbox9  { left: 272px; top: 194px; }
#dropbox10 { left: 393px; top: 194px; }
#dropbox11 { left: 514px; top: 194px; }
#dropbox12 { left: 633px; top: 194px; }

/* Row 3 (top: 350px) */
#dropbox13 { left: 30px; top: 350px; }
#dropbox14 { left: 151px; top: 350px; }
#dropbox15 { left: 272px; top: 350px; }
#dropbox16 { left: 393px; top: 350px; }
#dropbox17 { left: 514px; top: 350px; }
#dropbox18 { left: 633px; top: 350px; }

/* Row 4 (top: 502px) */
#dropbox19 { left: 272px; top: 502px; }
#dropbox20 { left: 393px; top: 502px; }

#stopclick{
	position: absolute;
	width: 780px;
	height: 750px;
    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 --*/