.bg-dark {
    background-color: #000000 !important;
}
.bg-grey {
    background-color: #f2f7f8 !important;
}
.card {
    background: none;
    border: none;
}
h1.h0 {
    font-size: 4rem;
}
.text-yellow {
    color: #ffaf00;
}
.text-orange {
    color: #ffa524;
}
.text-shadow {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;    
}

@media (min-width: 1200px) {
    .font-size-lg-15 {
        font-size: 1.5em;
    }
}

.payment-container {
    background-image: url('https://www.hentaikey.com/sys/members/join_pages/20years/img/bg-main.jpg');
    background-repeat: no-repeat;
    background-position: center top;    
    min-height: 700px;
    background-color: #020304;
}
@media (max-width: 992px) {
    .payment-container {
        min-height: 550px;
        background-position: center -150px;
    }
}

#block-videos {
    background-image: url('https://www.hentaikey.com/sys/members/join_pages/20years/img/videos.jpg');
    background-repeat: no-repeat;
    background-position: center top;    
    min-height: 650px;    
}

#block-creations {
    background-image: url('https://www.hentaikey.com/sys/members/join_pages/20years/img/creations.jpg');
    background-repeat: no-repeat;
    background-position: center top;    
    min-height: 225px;    
}


.bg-block-3 {
    background-image: url('https://www.hentaikey.com/sys/members/join_pages/20years/img/bg-block3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.block-3 {
    min-height: 597px;
}
.bg-transparent-dark {
    background-color: rgba(0,0,0,.65);
}

/* progressbar for form */
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

#progressbar .active {
    color: #FFFFFF;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
}

#progressbar #your-plan:before {
    font-family: "Font Awesome 5 Free";
    content: "\f53a";
    font-weight: 900;
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
    font-weight: 900;
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 2;
    position: relative;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}


/* subscribe */
 
/* radio for payment methods */
.radio-box {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    text-transform: none;
    font-size: 19px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
/* Hide the browser's default radio button */
.radio-box input, 
.radio-box-type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 16px;
    width: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.radio-active {
    background: #cc0000;
    border-color: #cc0000;
    color: #FFFFFF;
}

/* When the radio button is checked, add a blue background */
.radio-box input:checked ~ .checkmark,
.radio-box-type input:checked ~ .checkmark,
.radio-box-type:hover input ~ .checkmark {
    background-color: #666666;
    border-color: #FFFFFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-box input:checked ~ .checkmark:after,
.radio-box-type input:checked ~ .checkmark:after,
.radio-box-type input:hover ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-box .checkmark:after,
.radio-box-type .checkmark:after{
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radio-box .payment-small {
    display: block;
    font-size: 13px;
}

.radio-box-type-div {
    border: 2px solid #cccccc;
    margin-bottom: 12px;
    border-radius: 5px;
}

/* radio-box-type */
.radio-box-type {
    position: relative;
    padding-left: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    text-transform: none;
    font-size: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 25px;

}

.radio-box-type .checkmark {
    background-color: #ffffff;
}

.radio-box-type input:checked ~ .checkmark{
    border-color: #666666;
}

/** fraction */
.fraction {
    display: inline-block;
    font-size: 15px;
}
.fraction .bottom {
    display: block;
    font-size: 15px;
}
.month-price {
    font-size: 30px;
    float: right;
}

/* best deal */
.best-deal {
    font-size: 16px;
    background: #660000;
    border-radius: 5px;
    padding: 7px;
}

@media (max-width: 992px) {
    .radio-box-type {
        display: block;
        width: 80%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#paymentTypeContent a:hover {
    text-decoration: none;
}

#paymentType .nav-link, 
#paymentType .nav-link:hover {
    color: #FFFFFF;
}
#paymentType .nav-link.active {
    color: #495057;
} 
#paymentType .nav-link:first-child:hover {
    border-color: transparent;
}

.years20 {
    position: absolute;
    max-width: 450px;
    top: 45px;
    left:0px;
    right: 0px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.years20 img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .years20 {
        max-width: 300px;
        top: 55px;
    }
}

/* bottom prices */
.price-grey {
    border: 2px solid #efefef;
}
.price-grey .price-header {
    background: #efefef;
}
.price-grey .btn-price {
    color: #fff;
    background-color: #a5a5a5;
    border-color: #a5a5a5;    
}

.price-red, .price-grey:hover {
    border: 2px solid #cc3211;
}
.price-red .price-header,
.price-grey:hover .price-header {
    background: #cc3211;
    color: #FFFFFF;
}
.price-red .btn-price,
.price-grey:hover .btn-price {
    color: #fff;
    background-color: #fa9f13;
    border-color: #fa9f13;    
}