/* Reward banner */
.reward_wrap{
    background-color: #3C85AE;
    position: relative;
    z-index: 1;
}
.reward_wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    z-index: -1;
}
.reward_wrap h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Arial', sans-serif;
}
.reward_wrap h4{
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Arial', sans-serif;
}
.reward_wrap p span{
    color: #5ACC81;
}
.reward_logo{
    width: 180px;
}
/* --------------------------------- */




/* Reward Sec CSS */
.tier_badge{
    width: 90px;
    height: 90px;
}
.tier_text{
    flex: 1;
}
.tier_text h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Arial', sans-serif;
    color: #444;
}
.tier_text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Arial', sans-serif;
    color: #444;
}
.reward_box.active{
    background-color: #3C85AE !important;
}
.reward_box.active .tier_text h2{
    color: #fff;
}
.reward_box.active .tier_text p{
    color: #fff;
}
.reward_box.active .tier_badge img{
    filter: brightness(0) invert(1);
}
.disclaimer_box{
    background-color: #fff;
}
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, .tier_label_wrap {
    padding-left: 100px !important;
}
.form-check-input{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 4px solid #3F6378;
    margin-left: 20px !important;
}
.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: #3F6378;
    border-color: #3F6378;
    box-shadow: none;
}
.form-check-input:checked[type=radio]{
    background-color: #fff;
    border-color: #3F6378;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233F6378'/%3e%3c/svg%3e");
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 35px;
    height: 35px;
    border: 2px solid #3F6378;
}
.join_btn{
    position: relative;
    display: inline-block;
    background-color: #FF9124;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 15px 80px;
    border-radius: 4px;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.join_btn:hover, .join_btn:focus{
    background-color: #000;
    color: #fff;
}
/* --------------------------------- */




/* Cancel Form CSS */
.heading_sec .sec_title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}
.heading_sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}
.heading_sec p a{
    color: #FF8A00;
}
.cancel_wrap{
    background-color: #F5F5F5;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #FF8A00;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 80px;
    border-radius: 4px;
    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: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.form-control, .form-select{
    height: 48px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 8px !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){
    .form-check-input {
        width: 45px;
        height: 45px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 80px !important;
    }
    .tier_text h2{
        font-size: 26px;
        line-height: 30px;
    }
    .tier_text p{
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px){
    .reward_box h4 {
        font-size: 22px;
        line-height: 1;
    }
    .reward_box h5 {
        font-size: 20px;
    }
    .tier_text h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .heading_sec .sec_title{
        font-size: 28px;
    }
    .heading_sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_form label{
        font-size: 18px;
    }
}

@media screen and (max-width:991px){
    .reward_wrap{
        background-image: none;
    }
    .reward_wrap .reward_logo{
        max-width: 160px;
    } 
    .reward_wrap h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .reward_wrap h4 {
        font-size: 30px;
        line-height: 40px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .form-check-input {
        width: 35px;
        height: 35px;
    }
    .form-check-label {
        font-size: 15px;
        line-height: 22px;
    }
    .tier_text h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width:767px){
    .reward_banner .sec_title{
        font-size: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .reward_wrap {
        border-radius: 0 !important;
    }
    .reward_wrap h1 {
        font-size: 32px;
    }
    .form-check-input {
        width: 30px;
        height: 30px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 60px !important;
    }
    .disclaimer_box .form-check-input{
        width: 30px;
        height: 30px;
    }
    .tier_text h2 span:first-child{
        font-size: 20px;
        line-height: 32px;
    }
    .tier_text h2 span:last-child{
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 32px;
    }
    .cancel_form label{
        display: none;
    }
    .form-control, .form-select{
        height: 45px;
        font-size: 15px
    }
    .cancel_btn, .join_btn{
        font-size: 20px;
    }
}

@media screen and (max-width:575px){
    .reward_box .form-check-input{
        transform: none !important;
        top: 25% !important;
        margin-left: 15px !important;
    }
    .tier_badge {
        width: 80px;
        height: 80px;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}

a.reward_btn{
    cursor: pointer !important;
}