#kbexit-modal-backdropDiv {
    z-index: 100;
}
.success-msgs {
    line-height: 1;
    background: #4caf50;
    font-size: 20px;
    padding: 10px;
    color: white;
}
#show-coupon {
    border: 1px dashed #1193D6;
    color: red;
    background: #d3eaf6;
    width: 75%;
    padding: 1%;
    font-size: 1.5em;
    margin-left: 12%;
    margin-top: 3%;
}
#sent-coupon {
    border: 1px dashed #1193D6;
    color: #1193D6;
    background: #d3eaf6;
    width: 75%;
    padding: 1%;
    font-size: 1.5em;
    margin-left: 12%;
    margin-top: 3%;
}
.saving {
    text-align: center
}
.saving span {
    animation-name: blink;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}

.saving span:nth-child(4) {
    animation-delay: .6s;
}

.saving span:nth-child(5) {
    animation-delay: .10s;
}
