body {
    width: 1024px !important;
    height: 768px !important;
}


.ui-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.animated {
    animation-duration: 0.2s;
}



.ui-select {
    width: 53%;
    left: 26%;
}


select#drpre {
    width: 140%;
}

div#drpre-button {
    width: 89%;
    padding-right: 32px;
}


img.playpause {
    position: absolute;
    width: 6%;
    z-index: 1
}




/*
#p3.ui-page{
    background-image: url(p3_bg.png);
    background-position: center;
    background-size: cover;
    height:768px !important;
    width:1024px !important;
}
#p4.ui-page{
    background-image: url(pg4_bg.png);
    background-position: center;
    background-size: cover;
    height:768px !important;
    width:1024px !important;
}
#p5.ui-page{
    background-image: url(p5_bg.png);
    background-position: center;
    background-size: cover;
    height:768px !important;
    width:1024px !important;
}
*/

.btn1 {
    position: absolute;
    bottom: 60px;
    left: 80px;
    width: 150px;
    height: 40px;
    background: red;
    opacity: 0;
}

.btn2 {
    position: absolute;
    bottom: 60px;
    left: 240px;
    width: 190px;
    height: 40px;
    background: blue;
    opacity: 0;
}

.btn3 {
    position: absolute;
    bottom: 60px;
    left: 440px;
    width: 190px;
    height: 40px;
    background: blue;
    opacity: 0;
}

.btn11 {
    position: absolute;
    bottom: 60px;
    left: 260px;
    width: 140px;
    height: 40px;
    background: red;
    opacity: 0;
}

.btn21 {
    position: absolute;
    bottom: 60px;
    left: 410px;
    width: 190px;
    height: 40px;
    background: blue;
    opacity: 0;
}

.btn31 {
    position: absolute;
    bottom: 60px;
    left: 615px;
    width: 190px;
    height: 40px;
    background: blue;
    opacity: 0;
}

.welcome {
    position: absolute;
    /*top: 44%;*/
    top: 40%;
    /*left: 2%;*/
    left: 37%;
    text-transform: uppercase;
    /*font-size: 5.5em;*/
    font-size: 9em;
    font-weight: bold;
    color: #33699c;
}














/*.logo-container:after {

    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
}




/* Hover state - trigger effect */


/* Active state */


/*.logo-container:active:after {
    opacity: 0;
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}*/

.modal-div {
    z-index: 1;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}









/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
}









/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}










/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}











/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}










/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #150000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}









/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.all_t {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes neon {
    10% {
        -webkit-filter: drop-shadow(0px 0px 1px rgb(255, 214, 97));
    }

    50% {
        -webkit-filter: drop-shadow(0px 0px 2px rgb(139, 212, 223));
    }

    80% {
        -webkit-filter: drop-shadow(0px 0px 4px rgb(96, 97, 165));
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 2px rgb(238, 242, 245));
    }
}

.maskTag {
    width: 489px;
    height: 91px;
    position: absolute;
    top: 10%;
    left: 46%;
    right: 0;
    bottom: 0;
    transition: all .2s;
    background: radial-gradient(0 0, circle farthest-side, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, .8) 98%, rgba(255, 255, 255, 0) 100%) no-repeat;
    background: radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.74) 98%, rgba(255, 255, 255, 0) 100%) no-repeat;
    /* transform: rotate(20deg); */
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    from {
        background-position: -500px 0;
    }

    to {
        background-position: 100px 0;
    }
}

@font-face {
    font-family: FuturaHV;
    src: url(../img/FUTURAH.TTF);
}

@font-face {
    font-family: Hatten;
    src: url(../img/HATTEN.TTF);
}


#namediv {
    width: 40%;
    position: absolute;
    left: 38%;
    top: 50.5%;
}

#hqdiv {
    width: 40%;
    position: absolute;
    left: 38%;
    top: 58.5%;
}

#regiondiv {
    width: 40%;
    position: absolute;
    left: 38%;
    top: 66%;
}

#drdiv {
    width: 13%;
    position: absolute;
    left: 35%;
    top: 53%;
    font-family: FuturaHV;
    color: #A9ABAE;
}

.ui-select .ui-btn {
    font-size: 2em;
    padding: 0;
}

#drnamediv {
    width: 39%;
    position: absolute;
    left: 51%;
    top: 51%;
    font-family: FuturaHV;
    color: #A9ABAE;
}

.ui-input-text,
.ui-input-search {
    border: 0;
}

.inputclass {
    font-family: FuturaHV;
    font-size: 2em;
    color: #263768;
}

.clickover {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 9.5%;
    bottom: 11.5%;
}

.temp {
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}





/*Animation*/


#p3_1 {
    position: absolute;
    width: 40%;
    top: 18%;
    left: 9%;
}

#p3_2 {
    position: absolute;
    width: 42%;
    top: 36%;
    left: 3%;
}

#p3_3 {
    position: absolute;
    width: 42%;
    top: 53%;
    left: 3%;
}

#p3_4 {
    position: absolute;
    width: 42%;
    top: 71%;
    left: 7%;
}

#p3_5 {
    position: absolute;
    right: 12.5%;
    top: 26.5%;
}

#p3_6 {
    position: absolute;
    right: 8.5%;
    top: 43.5%;
}


#p3_7 {
    position: absolute;
    right: 17.5%;
    top: 61%;
    animation: btnzoom 2s infinite;
}

div#p4_0 {
    position: absolute;
    font-size: 2.5em;
    top: 14.5%;
    left: 35%;
    font-family: FuturaHV;
    color: #0079C0;
}


img#p4_2 {
    position: absolute;
    left: 11%;
    top: 9%;
}

img#p4_3 {
    position: absolute;
    left: 11%;
    top: 38%;
}

img#p4_4 {
    position: absolute;
    left: 11%;
    top: 67%;
}

img#p4_5 {
    position: absolute;
    top: 23%;
    left: 35.5%;
}

img#p4_6 {
    position: absolute;
    top: 38%;
    left: 33%;
}

img#p4_7 {
    position: absolute;
    top: 65%;
    left: 35%;
}

img#p4_8 {
    position: absolute;
    bottom: 11.5%;
    right: 9.5%;
}


/**/

img#p3_9 {
    position: absolute;
    top: 25.5%;
    left: 29.5%;
}

img#p3_10 {
    position: absolute;
    top: 39%;
    left: 9.5%;
}

img#p3_11 {
    position: absolute;
    top: 49.5%;
    left: 31.4%;
}

img#p3_12 {
    position: absolute;
    top: 39%;
    left: 41%;
}

img#p3_13 {
    position: absolute;
    top: 49.5%;
    left: 63.8%;
}

img#p3_14 {
    position: absolute;
    top: 39%;
    left: 72.5%;
}

img#p3_15 {
    position: absolute;
    top: 82%;
    left: 22.2%;
}

img#p3_16 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}





/**/

img#p3_17 {
    position: absolute;
    top: 24.5%;
    left: 25.5%;
}

img#p3_18 {
    position: absolute;
    top: 38%;
    left: 35.5%;
}

img#p3_19 {
    position: absolute;
    bottom: 14%;
    left: 23%;
}

img#p3_20 {
    position: absolute;
    bottom: 3.5%;
    left: 9%;
}





/**/

img#p3_21 {
    position: absolute;
    top: 17%;
    left: 15.5%;
}

img#p3_22 {
    position: absolute;
    bottom: 14%;
    right: 7.5%;
}

img#p3_22-1 {
    position: absolute;
    bottom: 19%;
    right: 21.5%;
    animation: btnzoom 2s infinite;
}

img#p3_23 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}





/**/

img#p3_24 {
    position: absolute;
    top: 28.3%;
    left: 41%;
}

img#p3_25 {
    position: absolute;
    top: 40%;
    left: 42.5%;
}

img#p3_25_1 {
    width: 157px;
}

div#tick_div {
    position: absolute;
    top: 40%;
    left: 46%;
    height: 16.5%;
    width: 0%;
    overflow: hidden;
}

img#p3_26 {
    position: absolute;
    bottom: 24%;
    left: 25%;
}

img#p3_27 {
    position: absolute;
    bottom: 4%;
    left: 14%;
}




/**/

img#p3_28 {
    position: absolute;
    top: 26.5%;
    left: 26.5%;
}

img#p3_29 {
    position: absolute;
    top: 33%;
    left: 38%;
}

img#p3_30 {
    position: absolute;
    bottom: 12%;
    left: 37%;
}

img#p3_31 {
    position: absolute;
    bottom: 37%;
    left: 47.3%;
    animation: high 2s infinite;
}

@keyframes high {
    0% {
        bottom: 40%;
    }

    50% {
        bottom: 37%
    }

    100% {
        bottom: 40%;
    }
}



/**/

img#p3_32 {
    position: absolute;
}

img#p3_33 {
    position: absolute;
    top: 9%;
    left: 15%;
}

img#p3_34 {
    position: absolute;
    top: 38%;
    left: 15%;
}

img#p3_35 {
    position: absolute;
    top: 67%;
    left: 15%;
}

img#p3_36 {
    position: absolute;
    top: 15%;
    right: 15%;
}

img#p3_37 {
    position: absolute;
    top: 33.5%;
    right: 18%;
}

img#p3_38 {
    position: absolute;
    top: 47.5%;
    right: 23%;
}

img#p3_39 {
    position: absolute;
    top: 56.5%;
    right: 12%;
}

img#p3_40 {
    position: absolute;
    top: 68%;
    right: 27.5%;
}

img#p3_41 {
    position: absolute;
    bottom: 5%;
    right: 25.5%;
    animation: btnzoom 2s infinite;
}

@keyframes btnzoom {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.0);
    }
}




/**/

img#p3_42 {
    position: absolute;
    top: 19.5%;
    left: 21%;
}



/*img#p3_43 {
    position: absolute;
    bottom: 7.5%;
    left: 38.5%;
    width: 23%;
}
*/

img#p3_43 {
    position: absolute;
    bottom: 18.5%;
    left: 21.5%;
    width: 60%;
}


img#p3_44 {
    position: absolute;
    right: 1.5%;
    bottom: 3.5%;
}

div#numdiv {
    position: absolute;
    bottom: 33%;
    left: 14%;
    width: 100%;
    height: 30%;
    color: white;
    font-size: 9em;
    font-family: Hatten;
    text-align: center;
}

#numdiv p {
    position: absolute;
    display: inline-block;
    font-size: 0.7em;
}


p#nump1 {
    left: 24.5%;
}

p#nump2 {
    left: 40.5%;
}

p#nump3 {
    left: 56%;
}

p#nump4 {
    left: 71.5%;
}

p#nump5 {
    right: 23.5%;
}

img#p5_1 {
    position: absolute;
    top: 27%;
    left: 11%;
}

img#p5_2 {
    position: absolute;
    top: 20%;
    left: 32%;
}

div.radiobtngroup {
    position: absolute;
    top: 42%;
    left: 32%;
    margin-top: 1em;
    display: none;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 3px;
    /* background-color only for content */
    background-clip: content-box;
    border: 3px solid #bbbbbb;
    background-color: #e7e6e700;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
    background-color: #F44336;
}

label.radiobtngeneral.ui-btn.ui-corner-all.ui-btn-inherit.ui-btn-icon-left.ui-radio-on {
    background: #E6E7E8;
    z-index: 1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.radiobtngeneral {
    font-family: FuturaHV;
    color: #ED3237;
    font-size: 1.5em;
}

img#p5_8 {
    position: absolute;
    bottom: 4%;
    right: 4%;
}

.radiobtngroup p,
.radiobtngroup .ui-radio {
    margin: 0;
}

img#p6_1 {
    position: absolute;
    top: 35%;
    left: 2%;
}

img#p6_2 {
    position: absolute;
    top: 24%;
    left: 28%;
}

img#p6_3 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

img#p6_4 {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

img#p6_5 {
    position: absolute;
    bottom: 9%;
    left: 5%;
}

img#p7_1 {
    position: absolute;
    top: 35%;
    left: 6%;
}

img#p7_2 {
    position: absolute;
    top: 24%;
    left: 28%;
}

img#p7_3 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

img#p7_4 {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

#p7_5 {
    position: absolute;
    bottom: 9%;
    left: 5%;
}

img#p8_1 {
    position: absolute;
    top: 27%;
    left: 2%;
}

img#p8_2 {
    position: absolute;
    top: 24%;
    left: 28%;
}

img#p8_3 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

img#p8_4 {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

img#p8_5 {
    position: absolute;
    bottom: 9%;
    left: 5%;
}

img#p9_1 {
    position: absolute;
    top: 25%;
    left: 9%;
}


img#p9_2 {
    position: absolute;
    top: 24%;
    left: 28%;
}

img#p9_3 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

img#p9_4 {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

img#p9_5 {
    position: absolute;
    bottom: 9%;
    left: 5%;
}

img#p10_1 {
    position: absolute;
    top: 35%;
    left: 2%;
}


img#p11_1 {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 35%;
}

img#p11_2 {
    position: absolute;
    top: 26%;
    left: 45%;
    width: 50%;
}

img#p11_3 {
    position: absolute;
    top: 55%;
    left: 45%;
    width: 50%;
}


img#p10_2 {
    position: absolute;
    top: 24%;
    left: 28%;
}

img#p10_3 {
    position: absolute;
    bottom: 4%;
    left: 20%;
}

img#p10_4 {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

img#p10_5 {
    position: absolute;
    bottom: 9%;
    left: 5%;
}

.popupsuccess {
    background: #9e9e9ea1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.succpopup, .failpopup {
    display: none;
}

.psuccess_1 {
    position: absolute;
    left: 34%;
    top: 27%;
}


.fourd {
    font-size: 6em !important;
    ;
    bottom: 6% !important;
    ;
}

.threed {
    font-size: 7em !important;
    ;
    bottom: 7% !important;
    ;
}

.twod {
    font-size: 8em !important;
    ;
    bottom: 8% !important;
    ;
}

.oned {
    font-size: 9em !important;
    ;
    bottom: 9% !important;
    ;
}



/**/

p#docname {
    position: absolute;
    top: 0%;
    width: 60%;
    left: 21%;
    font-size: 4em;
    font-family: Hatten;
    color: #0078c0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.error {
    width: 200px;
    height: 20px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

div#syncdiv {
    position: absolute;
    /*background: #ff000054;*/
    width: 46%;
    height: 13%;
    left: 27%;
    top: 27%;
}