/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;

}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */


.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}




a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/
@media screen and (max-width: 575px){
    .main-banner{background:url(../images/reward-bg-2.png);background-position: center center;height: 545px;}
    .pp-reward-4{margin-top: 1%;text-align: center;}
    .pp-reward-1 h4{font-size: 36px;}
    .lunima-rewardspage-7 ul{text-align: left;margin-left: 9%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 9%;}
    img.shopping-bag{height: auto;}
    .bnf-luminasection-1 h4{font-size: 21px;line-height: normal;}
    .reward_banner{
        height: 604px!important;
    }
    .reward_banner_box{       
       height: auto;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .member_check{
        top: 3rem;
        right: 3rem;
        width: 35px;
        height: 35px;
    }
    .heading_sec{
        border-radius: 0 !important;
    }
    .reward_banner_text img{
        display: none!important;
    }
    .reward-img-mob{
        margin-top: 140px;
        display: block!important;
    }
    .reward-wrap {
        padding: 40px 10px !important;
    }
    .cancel_wrap {        
        padding: 20px !important;
        height: auto;       
    }
    .theme_btn_2{
        font-size: 16px !important;
        padding: 15px 60px !important;
    }
}

.member_wrap{
    padding: 20px 18px !important;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */




.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .theme_btn_2 {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}


a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/


.member_wrap{
    padding: 20px 40px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */
.reward_banner{
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    width: 26px;
    height: 26px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
.theme_btn_2{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */




.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .theme_btn_2 {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}



a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/


.member_wrap{
    padding: 20px 40px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px 45px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */
.disclaimer_box{text-align: center;}
.disclaimer_box .form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    width: 26px;
    height: 26px;
    border: 1px solid #212121;
    background-color: #D9D9D8;
    /* border-radius: 2px; */
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */
.cancel_wrap{
    background: #fff;
    padding: 60px;
}



.cancel_wrap .heading_sec h3{
    font-size: 44px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
}
.cancel_text{
}
.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
    padding-top: 40px;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #F3F3F3 !important;
    border: 2px solid #E6E6E6;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 44px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}



a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/


.member_wrap{
    padding: 20px 35px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
    padding: 50px 0px;
}
.theme_btn_2{
  
    display: inline-block;
    background-color: #EF7400;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 68px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */


.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}


a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/


.member_wrap{
    padding: 20px 40px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */




.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}


a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}



.member_wrap{
    padding: 20px 40px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */
.reward_banner {
    background-color: #F6F6F2;
}
.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    /* border: 2px solid #000000; */
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */

.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    width: 26px;
    height: 26px;
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 2px;
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */




.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 50px;
        /* height: 50px; */
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text p {
        font-size: 12px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 85%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}


a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}



.member_wrap{
    padding: 20px 40px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
}/* Reward banner */

.reward_banner{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.reward_banner_box{
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.reward_banner_text h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    font-family: 'Inter', sans-serif;
    color: #F4F7F5;
    max-width: 80%;
    margin: auto;
}
.reward_banner_text p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #F6F6F2;
    max-width: 76%;
    margin: auto;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #342F4B;
}
.member_box{
    background-color: #fff;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
}
.member_check{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    background-color: #E2DBFF;
    border: 3px solid #180C49;
    border-radius: 5px;
    margin: 0;
}
.member_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #42A0D9;
    margin: 0;
}
.member_price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    padding: 20px 15px 45px 15px;
    /* columns: 2; */
}
.member_list li{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #444444;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 5px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
/* --------------------------------- */


/* Disclaimer Box CSS */
.disclaimer_box{text-align: center;}
.disclaimer_box .form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    width: 26px;
    height: 26px;
    border: 1px solid #212121;
    background-color: #D9D9D8;
    /* border-radius: 2px; */
}
.disclaimer_box .form-check-input:focus{
    box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}
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;
}
.disclaimer_box .theme_btn{
    font-size: 25px;
    padding: 25px 100px;
}
/* --------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-color: #F6F6F2;
    padding: 80px 0;
}
.benefit_sec .heading_sec h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: 'Manrope', sans-serif;
    color: #1A1A1A;
}
.benefit_wrap{
    background-color: #F4F7F5;
    border: 5px solid #00C2CB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}
.benefit_icon{}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
.benefit_box{
    margin-bottom: 36px;
}
/* --------------------------------- */





/* Cancel Form CSS */
.cancel_wrap{
    background: #fff;
  padding: 30px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 20px 0px #003E7040;
}



.cancel_wrap .heading_sec h3{
    font-size: 44px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
}
.cancel_text{
}
.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-family: 'Manrope', sans-serif;
    color: #000;
    padding-top: 40px;
    text-align: justify;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Manrope', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 55px;
    background-color: #F3F3F3 !important;
    border: 2px solid #E6E6E6;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
}
textarea.form-control{
    height: 100px;
    border-radius: 15px !important;
}
.cancel_form .request_radio{
    flex: 1;
    min-height: auto;
}
.cancel_form .request_radio label{
    font-weight: 600;
    background: #fff;
    border: 1px solid #152354;
    padding: 15px 20px 15px 50px !important;
    border-radius: 50rem;
}
.cancel_form .request_radio .btn-check{
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 15px;
    height: 15px;
    border: 1px solid #152354;
    z-index: 1;
    clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label{
    background: linear-gradient(90deg, #152354 0%, #2F4EBA 100%);
    color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */


@media screen and (max-width:1399px){
    .reward_banner_text h2 {
        font-size: 50px;
        line-height: 62px;
        max-width: 90%;
        margin: auto;
    }
    .reward_banner_text p {
        font-size: 21px;
        max-width: 95%;
        margin: auto;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_box{
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 16px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
.member_month{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }
    .member_list li{
        font-size: 14px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        /*! padding-left: 80px !important; */
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 16px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 44px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        border-top-width: 10px;
        background-position: center center;
    }
    .member_price{
        font-size: 40px;
        letter-spacing: -1px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .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;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        height: 300px;
    }
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 14px;
        font-weight: 500;
    }
    .member_heading h4{
        font-size: 32px;
        line-height: 42px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_list li{
        font-size: 14px;
        line-height: 24px;
    }
    .member_price{
        font-size: 28px;
    }
    .disclaimer_box{
        border-width: 4px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .benefit_icon {
        width: 10px;
    }
    .benefit_box p {
        font-size: 13px;
        line-height: 22px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .form-control, .form-select{
        height: 42px;
        font-size: 14px;
    }
    textarea.form-control {
        height: 80px;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:767px){
    .reward_banner_text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .reward_banner_text p {
        font-size: 16px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        width: 75%;
        margin: 0 auto;
    }
    .member_name {
        font-size: 18px;
    }
    .member_price {
        font-size: 30px;
        letter-spacing: 0;
        /* border-bottom: 2px solid #000; */
    }
    .member_price .member_month {
        font-size: 20px;
    }
    .member_list_wrap{
        border: none;
    }
    .member_list {
        columns: 1;
    }
    .member_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .disclaimer_box .form-check-label{
        font-size: 14px;
        line-height: 24px;
    }
    .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;
    }
    .disclaimer_box .theme_btn {
        font-size: 22px;
        padding: 20px 60px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
    }
    .cancel_text h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #CD4883;
    --color-2: #E9488F;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
}


.main-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pp-reward-1 h4{
    font-family: var(--text-1);
    color: var(--text-white);
    font-weight: 600;
}
.pp-reward-1 p{
    color: var(--text-white);
    font-size: 16px;
    padding-top: 20px;
}
.lunima-rewardspage-1{
    padding: 20px 10px;
}
.lunima-rewardspage-1 h4{
    color: #CD4883;
    font-weight: 600;
    font-family: var(--text-1);
    font-size: 42px;
    text-transform: uppercase;
}
.reward-btn-luminabtn{
    font-family: var(--text-1);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%);
    text-transform: uppercase;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #fbce76;
    border: solid 3px #ff9c54;
    text-align: center;
}
.lunima-rewardspage-3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;
}
.lunima-rewardspage-4{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}

.lunima-rewardspage-7{
    border-radius: 15px;
    /* padding: 20px 10px; */
    background-color: #382B6C;
    /* border: solid 3px #1F1640; */
    border: 5px solid #1F1640; 
    /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
    text-align: center;
}
.lunima-rewardspage-9{
    background: #FBCE76;
    color: #382B6C;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-6{
    padding: 0px 20px;
}
p.reward-txt-1 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
p.reward-txt-5 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-6 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}


p.reward-txt-5 a.reward-txt-6 {
    margin-bottom: 0px !important;
    color: #FBCE76;
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
    margin-bottom: 0px !important;
    color: var(--text-white);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
img.shopping-bag{
        width: 50%;
    height: 113px;
    /* overflow: hidden; */
    object-fit: fil;
}
.bnf-luminasection{
    background: linear-gradient(90deg, #FFEFFD 1.35%, #FFF7D8 100%);
    padding: 30px 0px;
}
.lunima-rewardspage-7.activeee{
    border: 5px solid #FBCE76; 
    /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
    background-color: #FBCE76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9{
    background: var(--color-2);
    color: #fbce76;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 25px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6{
    margin-bottom: 0px !important;
    color: var(--color-2);
    font-size: 55px;
    font-family: var(--text-1);
    font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8{
    margin-bottom: 0px !important;
    color: var(--text-black);
    font-size: 19px;
    font-family: var(--text-1);
    font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-family: var(--text-1);
    font-weight: 500;
    color: #181525;
    font-size: 17px;
}
.bnf-luminasection-1 h4{
    color: #D20D65;
    font-family: var(--text-1);
    text-align: center;
}
.bnf-luminasection-2{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bnf-luminasection-2-img {
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}
.bnf-luminasection-2-text {
    width: 80%;
}
.bnf-luminasection-2-text h4 {
    font-size: 15px;
    font-family: var(--text-1);
    font-weight: 500;
}







/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-1{margin-left: 10%;}
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 42px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 30px;line-height: 20px;}
    
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 9%;}
    .pp-reward-1 h4{font-size: 32px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .desktop-br{width: 100%;display: inline-block;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: 20px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner{background:url(../images/reward-bg-1.png);background-position: center center;height: 350px;}
    .pp-reward-4{margin-top: 3%;}
    .pp-reward-1 h4{font-size: 30px;}
    .lunima-rewardspage-6 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul{text-align: left;margin-left: 7%;}
    .lunima-rewardspage-1 h4{font-size: 28px !important;}
    .bnf-luminasection-1 h4{font-size: 25px;line-height: normal;}
}

/*mobile view*/

.member_wrap{
    padding: 20px 35px;
}
.primary-btn-1{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #42A0D9;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-1:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}

.primary-btn-2{
    font-family: 'Raleway';
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 20px;
    color: #42A0D9;
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}
.primary-btn-2:hover{
    background-color: #EF7400;
    border: 2px solid #EF7400;
    color: #fff;
}
.clr-1{
    background: #42A0D9;
    color: #fff;
}
.clr-2{
    background: #0878BB;
    color: #fff;
}
.reward-wrap{
    padding: 40px 0px 0px 50px;
}
.container-sec{
    background: #42A0D9;
    color: #fff;
    padding: 50px 0px;
}
.theme_btn_2{  
    display: inline-block;  
    background-color: #EF7400;  
    color: #fff;  
    font-size: 20px;  
    font-weight: 700;  
    line-height: 1;  
    font-family: "Inter", sans-serif;  
    text-transform: uppercase;  
    text-align: center;  
    letter-spacing: 1px;  
    padding: 15px 68px;  
    border-radius: 50rem;  
    border-color: transparent;  
    transition: all 0.3s ease-in-out;
}
.member_sec{
     background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #76C6F5 100%);
     background-attachment: fixed;
}
.cancel_sec{    
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #76C6F5 100%);
    background-attachment: fixed;
}
.cancel-box{
    padding-bottom: 160px;
}
.reward_banner_text img{
        display: block;
    }
.reward-img-mob{
    display: none;
}
.swiper_res{
    display: none;
}
.cstm-slide{
    padding: 40px 0px;
    background: transparent;
}
.swiper-pagination-bullet-active {
    background: #42A0D9 !important;
    width: 14px !important;
    height: 14px !important;
}
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}




/* rewardds page form */
.formBox{
    position: sticky;
    top: 0;
}
.checkout_heading{
    font-weight: bold;
    /* text-decoration: underline; */
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative;
}
.checkout_heading::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 2px;
    background-color: #e1842d;
}
.payment-flds-box p{
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 18px;
}
.paymentname{
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 18px;
}

.formBox input{
    margin-bottom: 18px;
}
.frm-flds select{
    margin-bottom: 18px;
}
.form-control, .form-select{
    border-radius: 10px !important;
}
.paymybtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #df9d5f;
    background-color: #fffdfb;
}
.item-detail-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* new css for rewards :)*/
#bronzeCard{
    background-color: #fff;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
    text-align: center;
}
#silverCard{
    background-color: #fff;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
    text-align: center;
}
#goldCard{
    background-color: #42A0D9;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
    text-align: center;
    color: #fff;
}
#platinumCard{
    background-color: #42A0D9;
    border: 5px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px #003E7040;
    text-align: center;
    color: #fff;
}
#bronzeCard p.member-price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
}
#bronzeCard p.member-price span{
    color: #000;
    font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
}
#silverCard p.member-price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #42A0D9;
}
#silverCard p.member-price span{
    color: #000;
    font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
}
#goldCard p.member-price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff;
}
#goldCard p.member-price span{
    color: #fff;
    font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
}
#goldCard div.member_name{
    color: #fff;
}

#platinumCard p.member-price{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #fff;
}
#platinumCard p.member-price span{
    color: #fff;
    font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
}
#platinumCard div.member_name{
    color: #fff;
}
ul.member_sec_list{
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}
ul.member_sec_list li{
    font-size: 14px;
    padding-bottom: 15px;
}