header,
header *,
footer,
footer * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.download_text a {
    color: #202020;
    text-decoration: none;
}

#pageDiv {
    box-sizing: border-box;
}


.itextbg {
    width: 100%;
    background: #FFF;
    float: left;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.return_itext {
    width: 100%;
    background: #FFF;
    float: left;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
    font-style: italic;

}

.mouse_icon {
    float: left;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 5px;
}

.itxt_content {
    float: left;
    height: 35px;
    line-height: 35px;
    font-style: italic;
}

.return_btn {
    background: #43c5d5;
    width: 85px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #333;
    float: left;
    margin-left: 50px;
    margin-top: 3.5px;
    border-radius: 5px;
    font-style: normal;
}

.return a {
    text-decoration: none;
    color: #000;
}

.overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 100px;
    height: 35px;
    left: 44%;
}

.page_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.download_main_bx {
    width: 100%;
    background: #FFF;
    float: left;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-style: italic;
}
   .download_itext .dwnldIcon {
    /* background: url(content/images/pages/global/download.png) no-repeat left top; */
    width: 37px;
    height: 39px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    margin-left: 8px;
    position: relative;
}

.blur_bg {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 488px;
    position: absolute;
    top: 0;
    display: none;
}

/****************************I Text Blink CSS Start *****************************/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #003399;
    }
    50% {
        opacity: 0.0;
        color: #000;
    }
    100% {
        opacity: 1.0;
        color: #003399;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #003399;
    }
    50% {
        opacity: 0.0;
        color: #000;
    }
    100% {
        opacity: 1.0;
        color: #003399;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        color: #003399;
    }
    50% {
        opacity: 0.0;
        color: #000;
    }
    100% {
        opacity: 1.0;
        color: #003399;
    }
}







/****************************I Text Blink CSS End *****************************/