/* Reward banner */
.reward_banner{
    background-image: url(../images/cat_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    /* height: 400px; */
    padding-bottom: 250px;
    z-index: 1;
}
.reward_banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 0, 177, 0.55);
    z-index: -1;
}
.reward_text h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Inter", serif;
}
.reward_text p{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Urbanist", serif;
}
.reward_text p::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #fff;
}
.benefit_sec{
    background-image: url(../images/benefit_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 60px;
    z-index: 1;
}
.benefit_wrap h2{
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Urbanist", serif;
    letter-spacing: 1px;
}
.benefit_wrap p{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Urbanist", serif;
    letter-spacing: 1px;
}
.benefit_box{
    margin-bottom: 40px;
}
.benefit_icon{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 5px solid #fff;
    background-color: #FD8F07;
}
.benefit_box p{
    font-size: 15px;
    line-height: 25px;
}
/* --------------------------------- */




/* Membership Sec CSS */
.member_sec{
    position: relative;
    margin-top: -200px;
    z-index: 1;
    padding: 0 0 60px;
}
.member_box_wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.member_box_wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.plan1 .member_box_wrap{
    background-image: url(../images/plan1_bg.jpg);
}
.plan1 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #f3db10 49.27%, rgba(243, 148, 16, 0) 100%)
}
.plan2 .member_box_wrap{
    background-image: url(../images/plan2_bg.jpg);
}
.plan2 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #F39410 49.27%, rgba(243, 148, 16, 0) 100%);
}
.plan3 .member_box_wrap{
    background-image: url(../images/plan3_bg.jpg);
}
.plan3 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #AB4EA4 0%, rgba(184, 116, 179, 0) 100%);
}
.plan4 .member_box_wrap{
    background-image: url(../images/plan4_bg.jpg);
}
.plan4 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #5373D5 0%, rgba(93, 116, 188, 0) 100%);
}
.plan5 .member_box_wrap{
    background-image: url(../images/plan5_bg.jpg);
}
.plan5 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #1B9A9D 0%, rgba(85, 176, 178, 0) 100%);
}
.plan6 .member_box_wrap{
    background-image: url(../images/plan6_bg.jpg);
}
.plan6 .member_box_wrap::after{
    background-image: radial-gradient(50% 50% at 50% 50%, #54B35C 0%, rgba(114, 183, 120, 0) 100%);
}
.member_header{
    height: 130px;
}
.member_text{
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: none;
}
.member_icon{
    width: 70px;
    height: 70px;
    background-color: #F2F3F7;
    border: 4px solid #fff;
    top: -2.25rem;
}
.member_name{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: "Urbanist", serif;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.member_list li{
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    font-family: "Urbanist", serif;
    color: #fff;
    text-align: center;
}
.member_price{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Urbanist", serif;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}
.member_price span{
    font-size: 16px;
}
.member_price::after{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 1px;
    background-color: #fff;
}
.member_btn{
    position: relative;
    display: inline-block;
    bottom: -25px;
    background-image: radial-gradient(50% 50% at 50% 50%, #F91F43 0%, #FF637C 100%);
    color: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    font-family: "Urbanist", serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 16px 45px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.member_btn:hover{
    background-image: radial-gradient(50% 50% at 50% 50%, rgb(5, 5, 5) 0%, rgb(49, 49, 49) 100%);;
    color: #fff;
}
.member_box.active .member_text{
    border: 4px solid #468DFF;
    border-top: none;
}
.member_box.active .member_btn{
    background-image: radial-gradient(50% 50% at 50% 50%, rgb(5, 5, 5) 0%, rgb(49, 49, 49) 100%);
}



.disclaimer_box{
    background-color: #070053;
}
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: #F2F3F7;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-left: 20px !important;
}
.form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Urbanist", serif;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #468DFF;
    border-color: #468DFF;
    box-shadow: none;
}
.form-check-input:checked[type=radio]{
    background-color: #fff;
    border-color: #468DFF;
    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 #468DFF;
    border-radius: 3px;
}
.join_btn{
    position: relative;
    display: inline-block;
    background-color: #ffc107;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 80px;
    border-radius: 50rem;
    letter-spacing: 1px;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.join_btn:hover, .join_btn:focus{
    background-color: #000;
    color: #fff;
}
/* --------------------------------- */



/* Divider Sec */
.divider_sec{
    background-color: #070053;
}
/* --------------------------------- */



/* Cancel Form CSS */
.cancel_sec .heading_sec h3{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-family: "Urbanist", serif;
    letter-spacing: 1px;
    color: #fff;
}
.cancel_sec .heading_sec p{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Urbanist", serif;
}
.cancel_sec{
    position: relative;
    padding: 80px 0 60px;
    z-index: 1;
}
.cancel_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(../images/cancel_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.cancel_wrap{
    border: 8px solid #fff;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cancel_wrap .heading_sec {
    background-color: #ffc107;
}
.cancel_text{
    background-color: #022693;
}
.cancel_text h4{
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    font-family: "Urbanist", serif;
}
.cancel_text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #342F4B;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #be102f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 80px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.cancel_btn:hover, .cancel_btn:focus{
    background-color: #000;
    color: #fff;
}
.cancel_form label{
    font-size: 16px;
    font-weight: 600;
    color: #656565;
    line-height: 30px;
    font-family: 'Urbanist', serif;
}
.form-control, .form-select{
    height: 40px;
    background-color: #fff !important;
    border: 2px solid #A1A1A1;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 25px;
    position: relative;
}
.form-control{
    border: none;
    border-bottom: 2px solid #A1A1A1;
    padding: 5px 0;
}
.form-control:focus, .form-select:focus {
    border-color: #000;
    box-shadow: none;
}
/* .cancel_form select::after{
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #000;
} */
.cancel_form .member_btn{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
/* --------------------------------- */




@media screen and (max-width:1399px){
    .reward_text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .reward_text p {
        font-size: 20px;
    }
    .member_header {
        height: 120px;
    }
    .member_icon {
        width: 65px;
        height: 65px;
        padding: 12px !important;
    }
    .member_name{
        font-size: 16px;
    }
    .member_list li{
        font-size: 13px;
        line-height: 30px
    }
    .member_price{
        font-size: 40px;
        letter-spacing: 0;
    }
    .member_price span{
        font-size: 14px;
    }
    .member_btn{
        font-size: 14px;
        padding: 15px 35px;
    }
    .disclaimer_box .form-check-input {
        width: 30px;
        height: 30px;
    }
    .form-check-label {
        font-size: 14px;
        line-height: 24px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 80px !important;
    }
    .benefit_sec{
        background-size: 100% 100%;
    }
    .benefit_wrap h2{
        font-size: 48px;
        line-height: 60px;
    }
    .benefit_wrap p{
        font-size: 18px;
        line-height: 30px;
    }
    .benefit_box{
        margin-bottom: 40px;
    }
    .benefit_icon{
        top: -35px;
        width: 75px;
        height: 75px;
    }
    .benefit_box p{
        font-size: 14px;
        line-height: 24px;
    }
    .benefit_box {
        margin-bottom: 25px;
    }
    .cancel_sec .heading_sec h3 {
        font-size: 45px;
    }
    .cancel_sec .heading_sec p {
        font-size: 20px;
        line-height: 30px;
    }
    .cancel_text h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px){
    .heading_sec .sec_title{
        font-size: 28px;
    }
    .heading_sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .reward_text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .reward_text p {
        font-size: 18px;
    }
    .member_price{
        font-size: 35px;
    }
    .benefit_wrap h2{
        font-size: 42px;
        line-height: 55px;
    }
    .benefit_wrap p{
        font-size: 16px;
        line-height: 28px;
    }
    .benefit_box{
        margin-bottom: 35px;
    }
    .benefit_icon{
        top: -40px;
        width: 70px;
        height: 70px;
    }
    .benefit_box p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_sec .heading_sec h3 {
        font-size: 40px;
    }
    .cancel_sec .heading_sec p {
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 30px;
    }
    .cancel_text h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .cancel_text p{
        font-size: 15px;
        line-height: 25px;
    }
    .cancel_form label{
        font-size: 15px;
    }
}

@media screen and (max-width:991px){
    .reward_text h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .reward_text p {
        font-size: 16px;
    }
    .benefit_icon {
        padding: 12px !important;
    }
    .member_sec{
        padding: 0 0 60px;
    }
    .member_name{
        font-size: 15px;
    }
    .member_list li{
        font-size: 14px;
    }
    .member_price span{
        font-size: 14px;
        letter-spacing: 1px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .form-check-input {
        width: 35px;
        height: 35px;
    }
    .form-check-label {
        font-size: 14px;
        line-height: 22px;
    }
    .join_btn{
        font-size: 20px;
    }
    .cancel_sec .heading_sec h3 {
        font-size: 38px;
    }
    .cancel_text h4 {
        font-size: 23px;
        line-height: 33px;
    }
    .cancel_text p{
        font-size: 13px;
        line-height: 23px;
    }
    .cancel_form label {
        font-size: 14px;
    }
    .cancel_btn, .join_btn{
        font-size: 16px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner {
        padding-bottom: 0;
    }
    .reward_text h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .reward_text p {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
    }
    .reward_text p::after{
        display: none;
    }
    .member_sec {
        margin-top: 0;
        padding: 0 0 60px;
    }
    .member_wrap{
        border-radius: 0 !important;
        padding-top: 25px !important;
    }
    .member_box{
        border: 4px solid #E5E5E5;
        border-radius: 0.75rem;
    }
    .member_box_wrap{
        background-image: none !important;
    }
    .member_box_wrap::after{
        background-image: none !important;
    }
    .member_header {
        height: auto;
        width: 180px;
    }
    .member_text{
        flex: 1;
    }
    .member_icon {
        width: 45px;
        height: 45px;
        top: 15px;
        left: -120px !important;
        transform: translateX(0) !important;
        border: none;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 10px !important;
    }
    .member_name{
        font-size: 14px;
        padding: 4px 20px;
    }
    .plan1 .member_name{
        background-color: #f3db10;
    }
    .plan2 .member_name{
        background-color: #FF9400;
    }
    .plan3 .member_name{
        background-color: #CB45E1;
    }
    .plan4 .member_name{
        background-color: #4169E2;
    }
    .plan5 .member_name{
        background-color: #1AACA9;
    }
    .plan6 .member_name{
        background-color: #2BAC31;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: #000;
        list-style: disc;
        margin-left: 15px;
    }
    .member_price{
        font-size: 35px;
        text-shadow: none;
        color: #000;
    }
    .member_price::after{
        display: none;
    }
    .member_box .form-check-input {
        width: 30px;
        height: 30px;
        right: 1.25rem;
        top: 1.25rem;
        border-radius: 100% !important;
        background-color: #F2F3F7;
        border: 3px solid #B9BED0;
        margin: 0 !important;
    }
    .member_box.active {
        border-color: #468DFF;
    }
    .member_box.active .member_text {
        border: none;
    }
    .member_box .form-check-input:checked {
        background-color: #468DFF;
        border: 3px solid #F2F3F7;
    }
    .form-check-input {
        width: 30px;
        height: 30px;
    }
    .form-check-label {
        font-size: 13px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 60px !important;
    }
    .disclaimer_box .form-check-input{
        width: 30px;
        height: 30px;
    }
    .benefit_sec{
        background-image: url(../images/benefit_bg_mob.png);
        padding: 100px 0 50px;
    }
    .benefit_wrap h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .benefit_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .benefit_box{
        padding-top: 40px !important;
        margin-bottom: 50px;
        min-height: 165px;
    }
    .benefit_icon{
        width: 55px;
        height: 55px;
        padding: 10px !important;
        top: -30px;
    }
    .benefit_box p {
        font-size: 12px;
        line-height: 22px;
    }
    .cancel_sec {
        padding: 50px 0 40px;
    }
    .cancel_sec .heading_sec h3 {
        font-size: 30px;
    }
    .cancel_sec .heading_sec p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }
    .cancel_wrap{
        border: 5px solid #fff;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .cancel_text p{
        font-size: 13px;
        line-height: 23px;
    }
    .cancel_btn, .join_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
    .form-control, .form-select{
        font-size: 14px;
    }
}

@media screen and (max-width:575px){
    .member_header {
        width: 120px;
    }
    .member_icon {
        left: -90px !important;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}