div#credit_card_options {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(120,113,103,0.7);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.credit_card_options .inner_cc_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    background: #fff;
    padding: 15px;
    padding: 30px;
    border: 2px solid #7d756a;
    text-align:center;
    max-width:90%;
}
.credit_card_options h3 {
    text-align: center;
    margin-top: 0px;
    color: maroon;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    color:#235789;
}
.credit_card_options p {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}
.credit_card_options i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size:18px;
    color: #756d63;
    cursor: pointer;
}
.credit_card_options p span {
    color: #f00;
    text-transform: uppercase;
    font-weight: 700;
}
.no_scroll_wondow{
    overflow:hidden !important;
}