.overlay_card {
    /*border-style: solid;
    border-color: #1288c7;
    border-width: 5px;*/
    width: 700px !important;
    height: 500px !important;
    left: 50% !important;
    top: 45% !important;
    background-image: url(../../images/overlay_bg.png);
}
.welcome-left {
    text-align: center;
    font-family: bunny;
}
.coupon-text {
    text-align: center;
    font-size: 35px;
}
.condition {
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #1288c7;
}

.welcome-img {
    height: auto;
    width: 300px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -2;
    margin-left: -20px;
}
.overlay-body{
    margin: 0;
    font-size: 26px;
    width: 97%;
    text-align: center;
}
.overlay-head{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #63c6cc;
    overflow: hidden;
    word-spacing: -5px;
    padding-top: 5%;
}
.overlay-month{
    text-transform: uppercase;
    color: #63c6cc;
    font-size: 40px;
    line-height: 70px;
}

.overlay-redu {
    margin-top: -10px;
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 93px;
}

.coupoun_code {
    color: #2a425a;
    font-weight: bold;
    line-height: 24px;
    border-width: 1px;
    border-style: double;
    padding: 19px 15px 15px;
    background-color: white;
    /* margin-left: 14%; */
    /* margin-right: 14%; */
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 77%;
    margin: 0 auto 10px;
}

.overlay-footer {
    position: absolute;
    bottom: 5px;
    left: 11px;
    color: #FFFFFF;
    font-size: 13px;
}
.under-code {
    margin-top: 30px;
}

.shipping_price{
    color: #63c6cc;
}

.body-text{
    margin-top: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 36px;
    display: inline-block;
    width: 45%;
}

.body-code{
    margin-top: 10px;
    margin-right: 0px;
    text-transform: uppercase;
    color: white;
    border-color: white;
    padding: 19px 13px 10px;
    font-size: 31px;
    border-style: dashed;
    border-width: 3px;
    width: 45%;
    display: inline-block;
}
