/* STEPPER */
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.stepper-container {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #F0F0F0;
}

.stepper {
    text-align: center;
}

.stepper .stepper-icon {
}

.stepper .stepper-line {
    margin-top: -10px;
}


.stepper .stepper-title {
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.stepper .stepper-title.active {
    color: #000;
}




.partZero {
    width: 100%;
    float: left;
    /* background: #000; */
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partZeroMob {
    display: none;
}

.partZero h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #fff;
    margin: 0 auto; 
    text-align: center;
    flex: 1;
}

.partZero h2 span {
    color: #FFD933;
}

.partOne {
    width: 50%;
    float: left;
    position: relative;
}

.partOne .desktop-image {
    width: 359px;
    height: 441px;
    background-image: url(../../images/checkoutb/exit_pop.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 525px;  */
}
.partOne .mobile-image {
    display: none;
}

.partTwo {
    width: 50%;
    float: right;
    /* background: #FFD933; */
    padding: 0px 2rem;
}


.innrPrt {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    /* text-align: center; */
    position: relative;
    bottom: -25px;
    left: -35px;    
}

#innerA1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: #000;
    margin-top: 15px;
}

#innerA2 {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 500;
    color: #000;
}
#innerA2 span {
    font-weight:700;
    font-size: 24px;
}
#innerE1 #timeCount {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin: 1rem 0;
}

.partTwo p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    /* margin-top: 15px; */
}
.partTwo span {
    font-weight: 400;
}
.innerButton_all {
    border: 1px solid rgb(175, 138, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 5px -5px;
    background: rgb(255, 212, 49);
    height: 54px;
    border-radius: 8px;
    font-weight: 800;
    padding: 9px 0;
    color: #000!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 300px;
}
.innerButton_all:hover { 
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.leaveX_all {
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 16px;
    cursor: pointer;
    font-weight:800;
    position: absolute;
    top: 10px;
    right: -390px;
    z-index: 10;
    padding: 0 !important;
}

@media (max-width:900px) {
    .leavepop_all {
        height: 500px;
    }

    .partOne img {
        width: 87%;
    }

    .leaveX_all {
        /* right: 0px;
        top: 0px; */
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .leavepop_all {
        height: 400px;
    }

    .innrPrt {
        padding: 0;
        margin: 0;
        position: relative;
        bottom: -10px;
        left: -12px;           
    }


    .partOne {
        width: 50%;
        min-height: initial;
    }

    .partOne img {
        width: 100%;
        height: inherit;
    }

    .partTwo {
        width: 100% !important;
        min-height: initial;
        padding: 0;
        margin-bottom: 0 !important;
    }

    .partZeroMob {
        display: block;
        /*padding-top: 15px;*/
    }

    .partZero h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 0;
    }

    #innerA1 {
        font-size: 20px;
        line-height: 30px;
        /* padding: 0 10px 5px 10px; */
    }

    #innerA2 {
        font-size: 16px;
        line-height: 27px;
        padding-right: 5px;
    }

    #innerA2 span {
        font-weight:700;
        font-size: 18px;
    }    

    #innerE1 #timeCount {
        font-size: 35px;
        line-height: 45px;
    }

    .partTwo p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }

    .innerButton_all {
        font-size: 20px;
        width: 300px;
        height: 51px;
    }

    #leavePop2 {
        height: initial;
        padding-bottom: 25px;
    }

    #innerB1 {
        font-size: 49px;
        line-height: 31px;
        padding-top: 35px;
    }

    #innerB2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        padding: 25px 25px 10px 25px;
    }

    .leaveX_all {
        margin-right: 0;
        padding-right: 5px;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }


}
    
    @media (max-width: 480px) {
        .leavepop_all {
            width: 90%;
            max-width: 400px;
            height: auto;
        }
        .partOne {
            width: 100%;
            height: auto;
        }
        .partOne .desktop-image {
            display: none;
        }
        .partOne .mobile-image {
            display: block;
            width: 100%;
        }
        .partTwo {
            width: 100% !important;
            padding: 1.5rem;
        }
        .partZero h2 {
            font-size: 18px;
            margin-top: 0px;
        }
        #innerA1 {
            font-size: 26px;
        }
        #innerA2 {
            font-size: 18px;
        }
        #innerE1 #timeCount {
            font-size: 40px;
        }
        .innerButton_all {
            font-size: 16px;
        }
    }
.stepper-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    /* COUPON */
    .leavepop_all {
        background: #fff;
        /* border-radius: 10px; */
        padding-bottom: 0px;
        padding: 0px;
        overflow: hidden;
        background-size: 50% 100%;
        background-position: left;
        background-repeat: no-repeat;
        width:808px;
        height:441px;
        border: solid;
    }

@media (max-width: 768px) {
    /* COUPON */
    .leavepop_all {
        height: 569px;
        width: 323px;
    }

}