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;
}

/************* Global CSS Start **************/

.page_itext {
    width: 100%;
    height: 40px;
    background: #FFF url(../images/pages/global/Mouse.png);
    background-position: -1px 0;
    line-height: 40px;
    background-repeat: no-repeat;
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: #000;
    box-sizing: border-box;
    padding-left: 25px;
}

.page_return {
    width: 100%;
    height: 42px;
    background:url(../images/pages/global/Mouse.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #000;
    box-sizing: border-box;
    padding-left: 36px;
}
.return_btn {
    background: #43c5d5;
    color: #333;
    width: 66px;
    height: 32px;
    border-radius: 10px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    position: absolute;
    bottom: 8px;
    left: 43%;
    cursor: default;
}
.page_return span {
    line-height: 42px;
}
.line_bx {
    width: 100%;
    height: 5px;
    background: #003399;
    position: absolute;
    bottom: 41px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 2;
}

.rtnBld {
    font-weight: bold;
}


.bx.active:after {
    width: 28px;
    height: 28px;
    content: '';
    background: url("../images/pages/global/tick.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: -30px;
    top: 0;
}

.branch_mainbx ul li {
    position: relative;
}

.pageReturn_bg {
    width: 100%;
    background: #FFF;
    float: left;
    height: 50px;
    position: absolute;
    bottom: 0px;
    display: none;
}



/************* Global CSS End **************/


/************* page 2 start **************/


/************* page 2 end **************/


/************* page 3 start **************/


/************* page 3 end **************/


/************* page 4 start **************/


/************* page 4 end **************/


/************* page 5 start **************/


/************* page 5 end **************/


/************* page 6 start **************/


/************* page 6 end **************/


/************* page 7 start **************/


/************* page 7 end **************/


/************* page 8 start **************/


/************* page 8 end *************/

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