
#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: 90px;

    left: calc(50% - 400px);

    z-index: 1000;

    border-radius: 0px;

    padding-bottom: 0px;

    display: none;

}

.partOne, .partTwo {

    width: 50%;

    float: left;

    min-height: 376px;
    background: #e7fff6;

}

.partTwo {

    min-height: 445px;

    background: #f9c51e;

    padding: 10px;

}

.innrPrt {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px solid #000;

    padding: 0 10px;

    min-height: 426px;

}

.innerStyling {

    height: auto;

    margin: 0 auto;

    text-align: center;

    font-family: 'Poppins', sans-serif;

    font-weight: 400 !important;

}

.innerB_all {

    color: #000;

    font-size: 22px;

    padding-top: 0;

}

.partTwo p {

    color: #000;

    font-size: 17px;

    text-align: center;

    margin-bottom: 0;

    margin-top: 13px;

}

#innerE1 {

    width: 300px;

    height: auto;

    margin: 0 auto;

    text-align: center;

    font-family: arial;

    color: #2f2f2f;

    font-size: 38px;

    padding-top: 0;

    font-weight: bold;

    letter-spacing: 2px;

}

#innerE1 #timeCount {

    color: #2f2f2f;

    font-weight: bold;

}

#innerF1 {

    width: 150px;

    height: auto;

    margin: 0 auto;

    color: #4e4e4e;

    font-size: 14px;

    padding-top: 5px;

    text-align: center;

}

#innerFa1 {

    width: 75px;

    height: auto;

    float: left;

}

#innerFb1 {

    width: 75px;

    height: auto;

    float: right;

}

.clear {

    line-height: 0;

    height: 0;

}

.innerButton_all {

    width: 100%;

    height: auto;

    margin: 0 auto;

    margin-top: 20px;

    padding: 9px 0;

    color: #fff;

    font-size: 19px;

    font-weight: bold;

    text-align: center;

    background: #000002;

    border-radius: 0;

    border: 1px solid #000002;

    cursor: pointer;

}

.partTwo span.save {

    display: block;

    text-align: center;

    margin: 10px 0;

}

.partTwo span.save a {

    color: #000 !important;

    text-decoration: underline;

}



.innerA_all {

    color: #000;

    font-size: 40px;

    font-family: 'Poppins', sans-serif;

    font-weight: 700 !important;

    padding-top: 0;

}

.partOne img{

    max-width: 100%;

}

.partOne img {

    height: 445px;

    object-fit: cover;

    width: 100%;

}

.innerButton_all:hover{

        background: #000002 !important;

}



@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;

    }

    .innerA_all {

        font-size: 20px;

        padding-top: 4px;

    }

    .leavepop_all {

        width: 97%;

        top: 25px;

        left: auto;

        margin-left: 6px;

    }

    .innerA_all {

        font-size: 20px;

        padding-top: 4px;

    }

    .innerB_all {

        font-size: 16px;

        padding: 2px;

    }

    #innerE1 {

        height: auto;

        font-size: 25px;

        padding: 2px;

        width: auto;

    }

    .innerButton_all {

        width: 100%;

        font-size: 15px;

        margin: 10px auto;

    }

}



@media (max-width: 480px) {

    .partTwo {

        min-height: 380px;

    }

    .partOne img {

        height: 380px;

    }

    .innrPrt {

        min-height: 359px;

    }



}
