#bg-main {
    background-color: #131313;
}

@media (min-width: 768px)  {
    #bg-main {
        background-image: url("/images/payment/join/11.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
}

.price-select {
    font-family: 'Montserrat', sans-serif;    
    color: #131313 !important;
}

.price-select:hover {
    border: 4px solid #E6AF3D;
}

.price-select.selected {
    background: #FFC244;
    color: #FFFFFF;
}

.price-select .fs-5 {
    color: #A78432;
}
.price-select.selected .fs-5{
    color: #131313;
}

#payment-methods {
    max-width: 786px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #payment-methods {
        max-width: 500px;
    }
}

.btn-check:checked + .btn {
    color: #131313;
    background-color: #FFC244;
    border-color: #FFC244;
}

.payment-image {
    height: 100%;
}

@media (max-width: 550px) {
    .benefit-item span {
        font-size: 14px !important;
    }
}

#ssl-text{
    font-size: 11px !important;
}

/* top up */
.top-up-logo {
    max-width: 200px;
}