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;
    background-image: url("images/gameplay/bg_gameplay.jpg");
    width: 1280px;
    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;
}

#gameplay_base {
    position: absolute;
    background-image: url("images/gameplay/gameplay_base.png");
    width: 1256px;
    height: 648px;
    background-size: cover;
}


.home_btn {
    position: absolute;
    right: 26px;
    top: 7px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    background-image: url("images/gameplay/gameplay_btn_home.png");
    z-index: 4;
    background-size: cover;
    transform: scale(1, 1);
}
.home_btn:hover{
    transform: scale(0.9, 0.9);
}

.submit_btn {
    position: absolute;
    right: 129px;
    bottom: 11px;
    width: 223px;
    height: 86px;
    cursor: pointer;
    background-image: url("images/gameplay/gameplay_btn_submit.png");
    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 */
    transform: scale(1, 1);
}
.submit_btn:hover{
    transform: scale(0.9, 0.9);
}
.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';

}

.ins_arrow {
    position: absolute;
    left: 189px;
    top: 120px;
    width: 170px;
    height: 170px;
    background-size: cover;
    background-image: url("images/cursor.png");
    z-index: 5;
    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: 129px;
    bottom: 11px;
    width: 223px;
    height: 86px;
    cursor: pointer;
    background-image: url("images/play.png");
    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 */
transform: scale(1, 1);
}
.tryagn_btn:hover{
    transform: scale(0.9, 0.9);
}

.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';

}

#tryagainbg {
    position: absolute;
    width: 1280px;
    height: 720px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}

.tryfeedback {
    position: absolute;
    width: 264px;
    height: 243px;
    z-index: 10;
    top: 28%;
    left: 42%;
    background-image: url("images/tryagain.png");

}

.weldone_btn {
    position: absolute;
    right: 129px;
    bottom: 24px;
    width: 190px;
    height: 69px;
    background-image: url("images/home/home_btn_play.png");
    background-size: cover;
    z-index: 4;
    display: none;
    cursor: pointer;
    transform: scale(1, 1);
}
.weldone_btn:hover{
    transform: scale(0.9, 0.9);
}

.weldoneInner {
    width: 190px;
    height: 69px;
    text-align: left;
    display: inline-block;
    position: relative;


}

.weldoneTxt {
    width: 100%;
    height: 100%;
    font-size: 39px;
    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: 1280px;
    height: 720px;
    background-color: #0000006e;
    z-index: 9;
    display: none;
}

.welldone {
    position: absolute;
    width: 400px;
    height: 336px;
    z-index: 10;
    top: 26%;
    left: 33%;
    background-image: url("images/welldone.png");

}

.showanswer_btn {
    position: absolute;
    right: 30px;
    bottom: 19px;
    width: 190px;
    height: 69px;
    background-image: url("images/batoon.png");
    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';

}

.play_audio {
    width: 57px;
    height: 49px;
    right: 182px;
    position: absolute;
    top: 12px;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    background-image: url("images/gameplay/gameplay_btn_sound.png");
    transform: scale(1, 1);
}
.play_audio:hover{
    transform: scale(0.9, 0.9);
}

.pause_audio {
    width: 39px;
    height: 53px;
    right: 118px;
    position: absolute;
    top: 12px;
    border-radius: 20px;
    cursor: pointer;
    background-size: cover;
    background-image: url("images/gameplay/gameplay_btn_music.png");
    transform: scale(1, 1);
}
.pause_audio:hover{
    transform: scale(0.9, 0.9);
}

.play_btn {
    position: absolute;
    left: 140px;
    bottom: 27px;
    width: 190px;
    height: 69px;
    background-size: cover;
    cursor: pointer;
    background-image: url("images/gameplay/gameplay_btn_reset.png");
    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 */

    transform: scale(1, 1);

}
.play_btn:hover{
    transform: scale(0.9, 0.9);
}
.playInner {
    width: 190px;
    height: 69px;
    text-align: left;
    display: inline-block;
    position: relative;

}

.playTxt {
    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';

}

.questiontxt {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    font-family: 'ArialMTProRegular';
    left: 360px;
    top: 27px;
    color: rgba(182, 80, 21, 0.781);
    text-transform: uppercase;

    -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 */
}

#alphabet_container {
    position: absolute;
    top: 110px;
    width: 1230px;
    height: 290px;
}

.alphabetStyle {
    position: absolute;
    width: 72px;
    height: 80px;
    z-index: 2;
    background-image: url("images/gameplay/gameplay_key_highlight.png");
    background-size: cover;
}
.redhightligt{
    background-image: url("images/gameplay/red.png") !important;
    background-size: cover;
}
#alphabet1 {
    left: 121px;
    top: 8px;
    cursor: default;
}

#alphabet2 {
    left: 196px;
    top: 8px;
}

#alphabet3 {
    left: 266px;
    top: 8px;
}

#alphabet4 {
    left: 336px;
    top: 8px;
}

#alphabet5 {
    left: 406px;
    top: 8px;
}

#alphabet6 {
    left: 476px;
    top: 8px;
}

#alphabet7 {
    left: 546px;
    top: 8px;
}

#alphabet8 {
    left: 616px;
    top: 8px;
}

#alphabet9 {
    left: 686px;
    top: 8px;
}

#alphabet10 {
    left: 756px;
    top: 8px;
}

#alphabet11 {
    left: 826px;
    top: 8px;
}

#alphabet12 {
    left: 896px;
    top: 8px;
}

#alphabet13 {
    left: 966px;
    top: 8px;
}

#alphabet14 {
    left: 1036px;
    top: 8px;
}

#alphabet15 {
    left: 121px;
    top: 90px;
}

#alphabet16 {
    left: 196px;
    top: 90px;
}

#alphabet17 {
    left: 266px;
    top: 90px;
}

#alphabet18 {
    left: 336px;
    top: 90px;
}

#alphabet19 {
    left: 406px;
    top: 90px;
}

#alphabet20 {
    left: 476px;
    top: 90px;
}

#alphabet21 {
    left: 546px;
    top: 90px;
}

#alphabet22 {
    left: 616px;
    top: 90px;
}

#alphabet23 {
    left: 686px;
    top: 90px;
}

#alphabet24 {
    left: 756px;
    top: 90px;
}

#alphabet25 {
    left: 826px;
    top: 90px;
}

#alphabet26 {
    left: 896px;
    top: 90px;
}

#alphabet27 {
    left: 966px;
    top: 90px;
}

#alphabet28 {
    left: 1036px;
    top: 90px;
}

#alphabet29 {
    left: 147px;
    top: 172px;
}

#alphabet30 {
    left: 217px;
    top: 172px;
}

#alphabet31 {
    left: 287px;
    top: 172px;
}

#alphabet32 {
    left: 357px;
    top: 172px;
}

#alphabet33 {
    left: 427px;
    top: 172px;
}

#alphabet34 {
    left: 497px;
    top: 172px;
}

#alphabet35 {
    left: 567px;
    top: 172px;
}

#alphabet36 {
    left: 637px;
    top: 172px;
}

#alphabet37 {
    left: 707px;
    top: 172px;
}

#alphabet38 {
    left: 777px;
    top: 172px;
}

#alphabet39 {
    left: 847px;
    top: 172px;
}

#alphabet40 {
    left: 917px;
    top: 172px;
}

#alphabet41 {
    left: 987px;
    top: 172px;
}

.alphabetTxt {
    width: 62px;
    height: 70px;
    text-align: center;
    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 */

}

.alphabetVal {
    width: 100%;
    height: 100%;
    font-size: 40px;
    color: white;
    font-weight: bold;
    /* font-weight: bold; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-family: 'ArialMTProRegular';
}

#keyboard_container {
    position: absolute;
    width: 1220px;
    top: 377px;
}

.keyboardStyle {
    position: absolute;
    width: 63px;
    height: 67px;
    cursor: pointer;
    z-index: 2;
    background-image: url("images/gameplay/gameplay_key_keyboard.png");
    background-size: cover;
}

#keyboard1 {
    left: 121px;
    top: 18px;
}

#keyboard2 {
    left: 196px;
    top: 18px;
}

#keyboard3 {
    left: 266px;
    top: 18px;
}

#keyboard4 {
    left: 336px;
    top: 18px;
}

#keyboard5 {
    left: 406px;
    top: 18px;
}

#keyboard6 {
    left: 476px;
    top: 18px;
}

#keyboard7 {
    left: 546px;
    top: 18px;
}

#keyboard8 {
    left: 616px;
    top: 18px;
}

#keyboard9 {
    left: 686px;
    top: 18px;
}

#keyboard10 {
    left: 756px;
    top: 18px;
}

#keyboard11 {
    left: 826px;
    top: 18px;
}

#keyboard12 {
    left: 896px;
    top: 18px;
}

#keyboard13 {
    left: 966px;
    top: 18px;
}

#keyboard14 {
    left: 1036px;
    top: 18px;
}

#keyboard15 {
    left: 121px;
    top: 86px;
}

#keyboard16 {
    left: 196px;
    top: 86px;
}

#keyboard17 {
    left: 266px;
    top: 86px;
}

#keyboard18 {
    left: 336px;
    top: 86px;
}

#keyboard19 {
    left: 406px;
    top: 86px;
}

#keyboard20 {
    left: 476px;
    top: 86px;
}

#keyboard21 {
    left: 546px;
    top: 86px;
}

#keyboard22 {
    left: 616px;
    top: 86px;
}

#keyboard23 {
    left: 686px;
    top: 86px;
}

#keyboard24 {
    left: 756px;
    top: 86px;
}

#keyboard25 {
    left: 826px;
    top: 86px;
}

#keyboard26 {
    left: 896px;
    top: 86px;
}

#keyboard27 {
    left: 966px;
    top: 86px;
}

#keyboard28 {
    left: 1036px;
    top: 86px;
}

#keyboard29 {
    left: 147px;
    top: 158px;
}

#keyboard30 {
    left: 217px;
    top: 158px;
}

#keyboard31 {
    left: 287px;
    top: 158px;
}

#keyboard32 {
    left: 357px;
    top: 158px;
}

#keyboard33 {
    left: 427px;
    top: 158px;
}

#keyboard34 {
    left: 497px;
    top: 158px;
}

#keyboard35 {
    left: 567px;
    top: 158px;
}

#keyboard36 {
    left: 637px;
    top: 158px;
}

#keyboard37 {
    left: 707px;
    top: 158px;
}

#keyboard38 {
    left: 777px;
    top: 158px;
}

#keyboard39 {
    left: 847px;
    top: 158px;
}

#keyboard40 {
    left: 917px;
    top: 158px;
}

#keyboard41 {
    left: 987px;
    top: 158px;
}

.keyboardTxt {
    position: absolute;
    width: 60px;
    height: 65px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    -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 */

}

.keyboardVal {
    width: 100%;
    height: 100%;
    font-size: 38px;
    color: white;
    /* font-weight: bold; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-family: 'ArialMTProRegular';
}

.whitebackground {
    /* background-color: white !important;
    height: 71px !important;
    width: 62px !important; 
    background-image: none; */
}


#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 --*/

.home_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    user-select: none;
    width: 1280px;
    height: 720px;
    z-index: 7;
    background-image: url("images/home/home_bg.jpg");
}

.title {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    user-select: none;
    top: 49px;
    left: 186px;
    width: 887px;
    height: 281px;
    z-index: 7;
    background-image: url("images/home/home_title.png");
}

.btn_play {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    user-select: none;
    left: 498px;
    top: 320px;
    width: 294px;
    height: 116px;
    z-index: 7;
    cursor: pointer;
    background-image: url("images/home/home_btn_play.png");
    transform: scale(1, 1);
}
.btn_play:hover{
    transform: scale(0.9, 0.9);
}

.btn_help {
	display:none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    user-select: none;
    width: 295px;
    height: 118px;
    top: 320px;
    right: 355px;
    z-index: 7;
    cursor: pointer;
    background-image: url("images/home/home_btn_help.png");
}

#logo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 166px;
    height: 76px;
    background-image: url("images/home/logo.png");
    background-size: cover;
    z-index: 15;
}