.reg-tabs {
    position: relative;
    margin-top: 25px;
}
.form-tabs {
        margin-top: 30px;
    }

    .applePayButton {
        margin-top: 35px;
    }
    .disable-tab-pane {
        display: none !important;
    }
    #postal-loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 15px;
    }
    #postal-loading-overlay img {
        width: 200px;
        object-fit: contain;
    }
.reg-tabs ul {
    padding: 0px;
    margin: 0px;
    border: 2px solid #dfdfdf !important;
    border-radius: 10px 10px 0px 0px;
}
.reg-tabs ul li {
    margin: 0px !important;
    width: 50%;
}
.reg-tabs ul li button {
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
    padding: 18px 5px;
    text-transform: uppercase;
    margin: 0px;
    outline: none !important;
    width: 100%;
}
.reg-tabs ul li#creditCardTab button {
    border-radius: 10px 0px 0px 0px !important;
}
.reg-tabs ul li#applePayTab button {
    border-radius: 0px 10px 0px 0px !important;
}
.reg-tabs ul li button.active {
    background: #004b87 !important;
    color: #fff !important;
}
.reg-tabs ul li button img {
    vertical-align: sub;
}
.reg-tabs ul li:first-child button img {
    margin-right: 5px;
}
.reg-tabs ul li button.active img {
    filter: brightness(0) invert(1);
 }
.tab-content {
    padding: 10px 30px !important;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    border: 1px solid #d0cece;
    border-top: none;
}
form#postal-payments-form {
    position: relative;
    margin-top: 20px;
}
form#postal-payments-form .form-group {
    margin-bottom: 20px;
}
form#postal-payments-form label {
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0px;
}
form#postal-payments-form input, form#postal-payments-form select {
    width: 70% !important;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    outline: none !important;
    box-shadow: none !important;
    background: #f8f8f8;
}
form#postal-payments-form select {
    padding: 10px 10px;
}
div#credit-card-form {
    position: relative;
    background: #e9e9e9;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0px 20px;
    width: 90%;
}
div#credit-card-form h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px 0px;
}
div#credit-card-form .paymf1 {
    margin-top: 30px;
}
div#credit-card-form .paymf2 {
    display: inline-block;
    width: 45%;
    margin-right: 10px;
}
div#credit-card-form .expire-card {
    width: 45%;
    display: inline-block;
}
div#credit-card-form input {
    width: 83% !important;
}
div#credit-card-form .paymf2 input {
    width: 100% !important;
}
div#credit-card-form select#ccmonth {
    width: 70px !important;
}
div#credit-card-form select#ccyear {
    width: 100px !important;
    margin-left: 16px;
}
p.nominal-text a {
    color: #e0162b;
    margin: 0px;
    padding: 0px;
}
form#postal-payments-form input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #e0162b;
    width: auto !important;
    border: none;
    padding: 10px 50px 12px;
    text-transform: uppercase;
    margin-top: 20px;
    outline: none !important;
}
form#postal-payments-form input[type="submit"]:hover {
    color: #fff;
    background: #c12333;
}

@media only screen and (max-width: 767px) {
.reg-tabs ul li button {
        font-size: 13px !important;
        font-weight: 600;
    }
.reg-tabs ul li button img {
vertical-align: sub;
width: 18px;
}
.reg-tabs ul li:first-child button img {
    margin-right: 2px;
}
.tab-content {
    padding: 10px 10px !important;
    width: 100%;
}
form#postal-payments-form input, form#postal-payments-form select {
    width: 100% !important;
}
div#credit-card-form {
    width: 100%;
    padding: 20px 20px 10px;
    margin: 30px 0px 0px;
}
div#credit-card-form .text-right {
    text-align: left !important;
    margin-top: 15px;
}
div#credit-card-form h5 {
    font-size: 20px;
}
div#credit-card-form .paymf1 {
    margin-top: 20px;
}
div#credit-card-form .paymf2 {
    width: 100%;
    margin-right: 0px;
}
div#credit-card-form input {
    width: 100% !important;
}
div#credit-card-form .expire-card {
    width: 100%;
}
p.nominal-text {
    text-align: center;
}
p.nominal-text a {
    display: block;
}
form#postal-payments-form .btn-all {
    text-align: center;
}


}