.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: 25px 0px 0px 20px;
margin: 0px;
border: none;
}
.reg-tabs ul li {
margin: 0px !important;
}
.reg-tabs ul li button {
font-size: 16px;
font-weight: 500;
border: none !important;
border-radius: 10px 10px 0px 0px !important;
background: #d7e7f7;
padding: 15px 40px;
text-transform: uppercase;
margin: 0px 5px;
outline: none !important;
}
.reg-tabs ul li button.active {
color: #fff !important;
background: #004b87 !important;
}
.reg-tabs ul li button img {
vertical-align: middle;
}
.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 0px 30px;
background: #ededed;
border-top: 5px solid #004b87;
border-radius: 10px;
width: 100%;
border-left: 1px solid #d0cece;
border-right: 1px solid #d0cece;
border-bottom: 1px solid #d0cece;
}
form#postal-payments-form {
position: relative;
margin-top: 20px;
}
form#postal-payments-form .form-group {
    width: 47%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    vertical-align: text-top;
}
form#postal-payments-form .form-group:nth-child(7) {
width: 96%;
margin-right: 0px;
}
form#postal-payments-form .form-group:nth-child(8), form#postal-payments-form .form-group:nth-child(9), form#postal-payments-form .form-group:nth-child(10) {
width: 30%;
}
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: 100% !important;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    outline: none !important;
    box-shadow: none !important;
}
form#postal-payments-form select {
    padding: 10px 0px;
}
div#credit-card-form {
position: relative;
background: #d7d7d7;
padding: 20px;
border-radius: 10px;
margin: 30px 0px 20px;
width: 95%;
}
div#credit-card-form h5 {
font-size: 20px;
font-weight: 600;
margin: 5px 0px 0px;
}
div#credit-card-form .paymf1 {
margin-top: 30px;
width: 100%;
}
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: 81% !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;
    padding: 0px;
    margin: 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 {
padding: 10px 0px 0px 15px !important;
width: 100%;
display: block;
}
.reg-tabs ul li {
display: inline-block;
}
.reg-tabs ul li button {
font-size: 14px !important;
padding: 15px 10px;
margin: 0px;
}
.reg-tabs ul li button img {
vertical-align: sub;
width: 20px;
}
.tab-content {
padding: 10px 10px !important;
width: 100%;
}
form#postal-payments-form .form-group {
width: 100%;
margin-right: 0px;
}
form#postal-payments-form .form-group:nth-child(8), form#postal-payments-form .form-group:nth-child(9), form#postal-payments-form .form-group:nth-child(10) {
width: 100%;
}
div#credit-card-form {
width: 100%;
padding: 20px 20px 10px;
margin: 15px 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;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
div#credit-card-form input {
width: 93%;
}
form#postal-payments-form .form-group:nth-child(8), form#postal-payments-form .form-group:nth-child(9), form#postal-payments-form .form-group:nth-child(10) {
width: 30%;
}

}
