/* Reward Page Banner CSS */
.reward_hero{
    background-image: url(../images/member_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 !important;
    z-index: 1;
}
.reward_text_wrap h1{
    font-size: 85px;
    font-weight: 700;
    line-height: 85px;
    font-family: 'Inter', sans-serif;
}
.reward_text_wrap p{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
}
/* --------------------------------- */




/* Reward banner */
.reward_wrap{
    background-image: url(../images/member_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.reward_bg_mob{
    background-image: url(../images/member_bg.jpg);
    background-size: cover;
    background-position: -300px center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 160px;
}
.reward_wrap h1{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.reward_wrap p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.reward_wrap p span{
    color: #5ACC81;
}
/* --------------------------------- */




/* Reward Sec CSS */
.reward_sec .heading_sec h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    font-family: 'Inter', sans-serif;
}
.reward_sec .heading_sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    font-family: 'Inter', sans-serif;
}
.reward_box{
    background-color: #EBEBEB;
    border: 1px solid #757575;
}
.reward_badge{
    right: -15px;
    width: 140px;
    height: 140px;
}
.reward_box h4{
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.reward_box h5{
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.reward_box ul{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.reward_box li + li{
    margin-top: 5px;
}
.reward_btn{
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 3px solid #0037A2;
    color: #0037A2;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 40px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.reward_btn:hover, .reward_btn:focus{
    background-color: #0037A2;
    color: #fff;
}
.reward_box.active{
    background-color: #FFCB3C;
    border: 1px solid #000000;
}
.reward_box.active h4{
    color: #000 !important;
}
.reward_box.active .reward_btn{
    background-color: #0037A2;
    color: #fff;
}
.disclaimer_box{
    background-color: #FFE999;
}
input[type=checkbox]+label:before, 
input[type=radio]+label:before, 
input[type=checkbox]+label:after, 
input[type=radio]+label:after{
    display: none;
}
input[type=checkbox], input[type=radio]{
    opacity: 1;
}
input[type=checkbox]+label, input[type=radio]+label{
    padding-left: 55px !important;
}
.form-check-input{
    width: 40px;
    height: 40px;
    background-color: #D9D9D9;
    border: 1px solid #000;
    border-radius: 5px;
}
.form-check-label{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
    cursor:pointer;
}
.form-check-input:checked {
    background-color: #0037A2;
    border-color: #0037A2;
    box-shadow: none;
}
.join_btn{
    position: relative;
    display: inline-block;
    background-color: #0037A2;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    padding: 18px 60px;
    border-radius: 10px;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.join_btn:hover, .join_btn:focus{
    background-color: #000;
    color: #fff;
}
/* --------------------------------- */




/* Cancel Form CSS */
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #0037A2;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 40px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.cancel_btn:hover, .cancel_btn:focus{
    background-color: #000;
    color: #fff;
}
.cancel_text{
    background-color: #FFF7E1;
}
.cancel_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
}
.cancel_form label{
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #000;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
}
/* .cancel_form select::after{
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #000;
} */
/* --------------------------------- */




@media screen and (max-width:1399px){
    .reward_hero{
        padding: 120px 0 !important;
    }
    .reward_text_wrap h1{
        font-size: 70px;
        line-height: 70px;
    }
    .reward_text_wrap p{
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (min-width:992px) and (max-width: 1199px){
    .reward_badge {
        right: -10px;
        width: 90px;
        height: 90px;
    }
    .reward_box h4 {
        font-size: 21px;
        line-height: 1;
    }
    .reward_box h5 {
        font-size: 20px;
    }
    .reward_box ul {
        font-size: 18px;
        line-height: 28px;
    }
    .reward_box li + li {
        margin-top: 2px;
    }
    .reward_btn {
        font-size: 20px;
        padding: 12px 35px;
    }
}

@media screen and (max-width:991px){
    .reward_sec .heading_sec h3{
        font-size: 22px;
        line-height: 32px;
    }
    .reward_sec .heading_sec p {
        font-size: 16px;
        line-height: 25px;
    }
    .reward_wrap{
        background-image: none;
    }
    .reward_text{
        background-color: #000;
        padding: 20px;
    }
    .reward_wrap h1 {
        font-size: 38px;
    }
    .reward_wrap p {
        font-size: 18px;
        line-height: 28px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 40px !important;
    }
    .form-check-input {
        width: 30px;
        height: 30px;
    }
    .form-check-label {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width:767px){
    .reward_hero{
        background-image: url(../images/member_bg_mob.jpg);
        padding: 250px 0 40px !important;
    }
    .reward_text_wrap h1{
        font-size: 35px;
        line-height: 45px;
    }
    .reward_text_wrap p{
        font-size: 13px;
        line-height: 20px;
    }
    .reward_bg_mob{
        background-position: -650px center;
    }
    .reward_wrap h1 {
        font-size: 30px;
    }
    .reward_wrap p {
        font-size: 15px;
        line-height: 22px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 32px;
    }
    .cancel_form{
        background-color: #D9D9D9;
    }
    .cancel_form label{
        font-size: 18px;
        line-height: 28px;
    }
    .form-control, .form-select{
        height: 45px;
        font-size: 15px
    }
    .cancel_btn, .join_btn{
        font-size: 20px;
    }
}

@media screen and (max-width:575px){
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}

a.reward_btn{
    cursor: pointer !important;
}