
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/10047993.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: 25px;
    top: 10px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("images/6507179.png");
    z-index: 4;
    background-size: cover;
}
.submit_btn{
	position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background-image: url("images/submit.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: 4;
    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 */
}
.submitInner{
   width: 100px;
    height: 100px;
    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';
    text-shadow: 3px 2px #0d0d0d;

}
.ins_arrow{
    position: absolute;
    left: 296px;
    top: 122px;
    width: 170px;
    height: 170px;
    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: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background-image: url("images/tryagain2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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;
    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';
    text-shadow: 3px 2px #0d0d0d;

}

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

.weldone_btn{
	position: absolute;
    right: 5px;
    bottom: 7px;
    width: 190px;
    height: 69px;
    z-index: 4;
    display: none;
    cursor: pointer;
}
.weldoneInner{
    width: 190px;
    height: 69px;
    text-align: left;
    display: inline-block;
	position: relative;
	
	
}
.weldoneTxt{
    width: 100%;
    height: 100%;
    font-size: 37px;
    color: white;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
    font-family: 'ArialMTProRegular';
    text-shadow: 3px 2px #0d0d0d;

}

#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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("images/welldone2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  
}
.showanswer_btn{
	position: absolute;
    right: 14px;
    bottom: 7px;
    width: 190px;
    height: 69px;
    z-index: 4;
    display: none;
    cursor: pointer;
}
.showanswerInner{
    width: 190px;
    height: 69px;
    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';
    text-shadow: 3px 2px #0d0d0d;

}

.play_audio{
    width: 43px;
    height: 43px;
    right: 142px;
    position: absolute;
    top: 12px;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    background-image: url("images/volume.png");
}

.pause_audio{
    width: 43px;
    height: 43px;
    right: 90px;
    position: absolute;
    top: 12px;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    background-image: url("images/pause.png");
}


.play_btn{
	position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background-size: cover;
    cursor: pointer;
    background-image: url("images/replaybtn.png");
    z-index: 3;
    -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 */
}

.questiontxt{
	 position: absolute;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'ArialMTProRegular';
    background-color: #f0e6d9;
    border: 5px solid #f3a790;
    box-shadow: inset 0 0 5px #38251f;
    border-radius: 30px;
    color: #4b4745;
    height: 50px;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
	-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 */
}
#number_container{
	position: absolute;
    width: 613px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 419px;
}
.numberStyle{
	position: absolute;
    width: 100px;
    height: 100px;
    z-index: 2;
    top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("images/square.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 2px solid #000000; */
}
#number1{
	left: 24px;
    top: 18px;
    cursor: default;
    /* background-color: #0000dc; */
}
#number2{
	left: 142px;
    top: 18px;
    /* background-color: #6a0000; */
}
#number3{
	left: 261px;
    top: 18px;
    /* background-color: #f75f5e; */
}
#number4{
	left: 377px;
    top: 18px;
    /* background-color: #9a39f8; */
}
#number5{
	left: 497px;
    top: 18px;
    /* background-color: #00ff23; */
}
#number6{
	left: 24px;
    top: 117px;
    cursor: default;
    /* background-color: #0000dc; */
}
#number7{
	left: 142px;
    top: 117px;
    /* background-color: #6a0000; */
}
#number8{
	left: 261px;
    top: 117px;
    /* background-color: #f75f5e; */
}
#number9{
	left: 377px;
    top: 117px;
    /* background-color: #9a39f8; */
}
#number10{
	left: 497px;
    top: 117px;
    /* background-color: #00ff23; */
}

#number11{
	left: 24px;
    top: 215px;
    /* background-color: #0000dc; */
}
#number12{
	left: 142px;
    top: 215px;
    /* background-color: #6a0000; */
}
#number13{
	left: 261px;
    top: 215px;
    /* background-color: #f75f5e; */
}
#number14{
	left: 377px;
    top: 215px;
    /* background-color: #9a39f8; */
}
#number15{
	left: 497px;
    top: 215px;
    /* background-color: #00ff23; */
}

#number16{
	left: 24px;
    top: 317px;
    /* background-color: #0000dc; */
}
#number17{
	left: 142px;
    top: 317px;
    /* background-color: #6a0000; */
}
#number18{
	left: 261px;
    top: 317px;
    /* background-color: #f75f5e; */
}
#number19{
	left: 377px;
    top: 317px;
    /* background-color: #9a39f8; */
}
#number20{
	left: 497px;
    top: 317px;
    /* background-color: #00ff23; */
}

input {
    background-color: none !important;
}
.numberTxt{
	width: 100px;
    height: 100px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: 20px;
    top: 15px; */
    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{
	width: 100%;
    height: 100%;
    font-size: 52px;
     color: rgb(56, 53, 53); 
    /* font-weight: bold; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
    font-family: 'ArialMTProRegular';
    background: none;
    pointer-events: none;
    line-height: 100;
    /* text-shadow: 0 0 10px #0d0d0d; */
    border: none;
}

#stopclick{
	position: absolute;
	width: 780px;
	height: 750px;
    z-index: 3;
    display: none;
   background-color: rgba(0, 0, 0, 0.7); /* 50% transparent black */
}


/*-- 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 --*/