#leaveFade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.7);
    display: none;
}


.leavepop_all {
    width: 800px;
    height: auto;
    position: fixed;
    top: 35px;
    left: calc(50% - 400px);
    z-index: 1000;
    background: #ffe300;
    border: 5px solid #e43b2c;
    border-radius: 10px;
    padding-bottom: 40px;
    display: none
}


.innerStyling {
    width: 700px;
    height: auto;
    margin: 0 auto;
    text-align: center
}

.leaveX_all {
    width: 35px;
    height: 35px;
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    z-index: 1005;
    cursor: pointer
}

.innerA_all {
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 700;
    padding-top: 70px
}

.innerB_all {
    color: #00e;
    font-size: 24px;
    font-weight: 700;
    padding-top: 25px
}

#innerD1 {
    color: #2f2f2f;
    font-size: 18px;
    padding-top: 25px
}

#innerE1 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: arial;
    color: #2f2f2f;
    font-size: 32px;
    padding-top: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

#innerE1 #timeCount {
    color: #2f2f2f;
    font-weight: 700
}

#innerF1 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    font-family: open sans;
    color: #4e4e4e;
    font-size: 10px;
    padding-top: 5px;
    text-align: center
}

#innerFa1 {
    width: 75px;
    height: auto;
    float: left
}

#innerFb1 {
    width: 75px;
    height: auto;
    float: right
}

.innerButton_all {
    width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #0bba18;
    border-radius: 4px;
    border: 1px solid #099513;
    cursor: pointer
}

.innerButton_all:hover {
    background: #03880d;
    border: 1px solid #04730c
}

@media screen and (max-width: 900px) and (min-width:320px) {
    #leaveFade {
        -webkit-overflow-scrolling:touch!important;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        z-index: 2147483647;
        background: rgba(0,0,0,.7);
        overflow-x: hidden
    }

    .leavepop_all {
        height: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 160px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        font-size: 14px;
        line-height: 1.42857143;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 2px;
        width: 97%!important;
        top: 50%!important;
        transform: translateY(-50%)
    }

    .innerA_all {
        font-size: 20px;
        padding-top: 4px
    }

    .innerB_all {
        font-size: 12px;
        padding: 2px
    }

    #innerD1 {
        font-size: 12px;
        padding: 2px;
        margin: 0 auto
    }

    #innerE1 {
        height: auto;
        font-size: 25px;
        padding: 2px
    }

    .innerButton_all {
        width: 92%;
        font-size: 16px;
        margin: 20px auto 10px
    }

    .innerStyling {
        width: 80%
    }

    .leavepop_all {
        width: 97%;
        top: 25px;
        left: auto;
        margin-left: 6px;
        max-width: 390px;
        margin: auto
    }

    .leaveX_all {
        z-index: 1005;
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #333;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        font-weight: 700;
        line-height: 30px;
        padding: 0;
        margin: 0
    }
}
