
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: 1280px;
    height: 720px;
	color: #fff;
}

#game_container{
	position: absolute;
	width: 1280px;
    height: 720px;
    background-image: url("images/bg.png");
    -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;
}
#scorebtn{
    position: absolute;
    width: 132px;
    height: 46px;
    right: 130px;
    top: 32px;
    font-size: 30px;
    border: 2px solid white;
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 30px;
    background-color: #3a3a3c;
}
#startbtn{
    position: absolute;
    width: 231px;
    left: 530px;
    top: 280px;
    height: 93px;
    background-image: url("images/start.png");
   cursor: pointer;
}
#startscreengame{
    position: absolute;
	background-color: #0a0a0ae3;
	width: 1280px;
    height: 720px;
    z-index: 20;
    display: none;
}
#startscreen{
    position: absolute;
	/* background-color: #0a0a0ae3; */
	width: 1280px;
    height: 720px;
    z-index: 99;
    background-image: url("images/busseness.jpeg");
}
#startscreenlogo{
    position: absolute;
    width: 450px;
    height: 318px;
    z-index: 99;
    left: 410px;
    background-image: url(images/logo.png);
    top: 180px;
}
.home_btn{
	position: absolute;
    right: 10px;
    top: 14px;
    width: 92px;
    height: 85px;
    cursor: pointer;
    background-image: url("images/homebotton.png");
    z-index: 4;
    background-size: cover;
}
.submit_btn{
	position: absolute;
    right: 13px;
    bottom: 39px;
    height: 65px;
    width: 211px;
    cursor: pointer;
    background-image: url("images/submit_ac.png");
   background-size: cover;
   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: 190px;
    height: 69px;
    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{
    display: none;
	position: absolute;
    right: 13px;
    bottom: 39px;
    height: 65px;
    width: 211px;
    cursor: pointer;
    background-image: url("images/tryaggian.png");
   background-size: cover;
   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 */
}

.tryInner{
    width: 190px;
    height: 69px;
    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: 1280px;
    height: 720px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}
.tryfeedback{
    position: absolute;
    width: 264px;
    height: 264px;
    z-index: 10;
    top: 28%;
    left: 42%;
    background-image: url("images/tryagain.png");
    background-size: cover;
  
}

.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: 1280px;
    height: 720px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}
.welldone{
    position: absolute;
    width: 307px;
    height: 306px;
    z-index: 10;
    top: 26%;
    left: 40%;
    background-image: url("images/welldone.png");
    background-size: cover;
  
}
.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;

}
.startlinksite1{
    position: absolute;
    bottom: 137px;
    left: 371px;
    color: #b85cc8;
    font-size: 35px;
    font-weight: bold;
}
.startlinksite{
    position: absolute;
    bottom: 187px;
    left: 363px;
    color: #b85cc8;
    font-size: 26.4px;
    font-weight: bold;
}
.linksite {
    position: absolute;
    bottom: 5px;
    left: 363px;
    color: #b85cc8;;
    font-size: 32px;
    font-weight: bold;
}
.play_audio{
    top: 26px;
    width: 70px;
    height: 70px;
    right: 228px;
    position: absolute;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    display: none;
}

.pause_audio{
    top: 38px;
    width: 50px;
    height: 50px;
    right: 160px;
    position: absolute;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    display: none;
}


.play_btn{
	position: absolute;
    height: 104px;
    width: 92px;
    left: 12px;
    bottom: 20px;
    background-size: cover;
    background-image: url("images/reset.png");
    cursor: pointer;
    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 */
}

.questiontxt{
	position: absolute;
    font-size: 53px;
    font-weight: bold;
    padding: 15px;
    font-family: 'ArialMTProRegular';
    text-shadow: 2px 2px 8px #0a0a0a;
    left: 62px;
    top: 11px;
	-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: 647px;
    top: 122px;
    left: 341px;
    height: 409px;
}
.numberStyle{
	position: absolute;
    width: 110px;
    height: 91px;
    z-index: 2;
    top: 100px;
    background-color: #0a5be1db;
    border: 2px solid white;
}
#number1{
	left: 28px;
    top: 19px;
    cursor: default;
    /* background-color: #0000dc; */
}
#number2{
	left: 145px;
    top: 19px;
    /* background-color: #6a0000; */
}
#number3{
	left: 261px;
    top: 19px;
    /* background-color: #f75f5e; */
}
#number4{
	left: 377px;
    top: 19px;
    /* background-color: #9a39f8; */
}
#number5{
	left: 492px;
    top: 19px;
    /* background-color: #00ff23; */
}
#number6{
	left: 28px;
    top: 117px;
    cursor: default;
    /* background-color: #0000dc; */
}
#number7{
	left: 145px;
    top: 117px;
    /* background-color: #6a0000; */
}
#number8{
	left: 261px;
    top: 117px;
    /* background-color: #f75f5e; */
}
#number9{
	left: 377px;
    top: 117px;
    /* background-color: #9a39f8; */
}
#number10{
	left: 492px;
    top: 117px;
    /* background-color: #00ff23; */
}

#number11{
	left: 28px;
    top: 215px;
    /* background-color: #0000dc; */
}
#number12{
	left: 145px;
    top: 215px;
    /* background-color: #6a0000; */
}
#number13{
	left: 261px;
    top: 215px;
    /* background-color: #f75f5e; */
}
#number14{
	left: 377px;
    top: 215px;
    /* background-color: #9a39f8; */
}
#number15{
	left: 492px;
    top: 215px;
    /* background-color: #00ff23; */
}

#number16{
	left: 28px;
    top: 312px;
    /* background-color: #0000dc; */
}
#number17{
	left: 145px;
    top: 312px;
    /* background-color: #6a0000; */
}
#number18{
	left: 261px;
    top: 312px;
    /* background-color: #f75f5e; */
}
#number19{
	left: 377px;
    top: 312px;
    /* background-color: #9a39f8; */
}
#number20{
	left: 492px;
    top: 312px;
    /* background-color: #00ff23; */
}

input {
    background-color: none !important;
}
.numberTxt{
	width: 59px;
    height: 51px;
    text-align: left;
    display: inline-block;
    left: 20px;
    top: 20px;
    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: white; 
    /* font-weight: bold; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
    font-family: 'ArialMTProRegular';
    background-color: transparent;
    pointer-events: none;
    line-height: 100;
    text-shadow: 3px 2px #0d0d0d;
}

#stopclick{
	position: absolute;
    width: 930px;
    left: 130px;
    height: 720px;
    z-index: 9999;
    display: none;
}

#numpad{
    position: absolute;
    width: 765px;
    height: 152px;
    right: 372px;
    bottom: -119px;
    z-index: 4;
    display: none;
}
.numberStylenumpad{
    position: absolute;
    width: 76px;
    top: 45px;
    height: 64px;
    cursor: pointer;
    border-radius: 10px;
}
.numpadnumber{
    font-size: 61px;
    color: white;
    font-weight: bold;
    position: relative;
    font-family: 'ArialMTProRegular';
    display: block;
    text-align: center;
}

#closebtn{
    position: absolute;
    width: 80px;
    height: 63px;
    top: 45px;
    right: -119px;
    cursor: pointer;
    background-color: lightseagreen;
    border-radius: 10px;

}
.numberXX{
    position: absolute;
    width: 54px;
    height: 39px;
    top: 11px;
    left: 8px;
    background-size: cover;
    background-image: url("images/cls.png");
}
#numpadnumber0{
    left: 2px;
    background-color: green;
}
#numpadnumber1{
    left: 82px;
    background-color: rgb(19, 22, 190);
}
#numpadnumber2{
    left: 162px;
    background-color: rgb(209, 40, 158);
}
#numpadnumber3{
    left: 242px;
  background-color: #f5ce43;
}
#numpadnumber4{
    left: 322px;
    background-color: green;
}
#numpadnumber5{
    left: 402px;
    background-color: rgb(19, 22, 190);
}
#numpadnumber6{
    left: 483px;
    background-color: turquoise;
}
#numpadnumber7{
    left: 564px;
    background-color:#f5ce43;
}
#numpadnumber8{
    left: 643px;
    background-color: green;
}
#numpadnumber9{
    left: 722px;
    background-color: rgb(19, 22, 190);
}
/*-- 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 --*/