/* Reward banner */
.reward_banner, .member_sec, .cancel_sec {
    background-color: #FFFFFF;
}
.reward_banner_box{
    background-image: url(../images/reward_bg.png);
    background-size: 100% 100%;
    height: 550px;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    /* padding: 40px 0 150px; */
}
.reward_banner_text{
    position: relative;
    top: 40%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.reward_banner_text img{
    width: 150px;
}
.reward_banner_text h5{
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    color: #242E4E;
    text-align: end;
}
.reward_banner_text h2{
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #222222;
}
.reward_banner_text p{
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2B2B2B;
    text-align: end;
    max-width: 50%;
}
.res-sec-rewrd{
    display: none;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Inter', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #342F4B;
}
.member_text h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #242E4E;
    text-transform: uppercase;
}
.member_text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    color: #464646;
}
.member_text ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.member_text ul li + li{
    margin-top: 6px;
}
.member_box{
    border-radius: 20px;
    border: 4px solid;   
    text-align: center;    
    transition: all 0.4s ease-in-out;
    color: #FFFFFF;
}
.member_box_out_1{
    background: linear-gradient(0deg, #233D2D 70%, #22382B);
    box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;

}
.member_box_out_1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0deg, #424C47 40%, #00FF6A);
  box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.member_box_out_2{
    background: linear-gradient(0deg, #292929 70%, #2A4643);
    box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
}
.member_box_out_2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0deg, #424C47 40%, #00FFEA);
  box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.member_box_out_3{
    background: linear-gradient(0deg, #2C2C2C 70%, #412A46);
    box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
}
.member_box_out_3::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0deg, #424C47 40%, #D400FF);
  box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.member_box_out_4{
    background: linear-gradient(0deg, #2C2C2C 70%, #49422C);
    box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
}
.member_box_out_4::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(0deg, #424C47 40%, #FFC300);
  box-shadow: 0px 4px 16.1px 0px #FFFFFF99 inset;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.member_box img{
    width: 50%;
}
.member_box_out_1 h2{
   color: #00FF6A;
   font-size: 34px;
}
.member_box_out_2 h2{
   color: #03FCE7;
   font-size: 34px;
}
.member_box_out_3 h2{
   color: #D400FF;
   font-size: 34px;
}
.member_box_out_4 h2{
   color: #FFC300;
   font-size: 34px;
}
.member_box p{
    margin-bottom: 3px;
    font-weight: 300;
}

.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: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #082539;
    margin: 0;
    background: linear-gradient(180deg, #FFFFFF, #999999);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.member_box h5{
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    color: #082539;
}
.member_price{
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #082539;
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    columns: 2;
}
.member_list li{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 10px;
}
.member_icon, .member_icon_active{
    bottom: 0;
    width: 130px;
    transition: all 0.4s ease-in-out;
}
.member_icon_active{
    opacity: 0;
}
.member_box.active{
    background-color: #F7971D;
    border: 5px solid #707070;
    padding: 10px;
}
.member_box.active .member_icon_active{
    opacity: 1;
}
.member_box.active .member_icon{
    opacity: 0;
}
.member_box.active .member_name,
.member_box.active h5,
.member_box.active .member_price{
    color: #fff;
}
/* --------------------------------- */


/* Disclaimer Box CSS */
.disclaimer_box h3{
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #001B2E;
}
.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
    background-color: #D9D9D9;
    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: 'Inter', 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{
    width: 80px;
    height: 80px;
}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
/* --------------------------------- */



/* Cancel Form CSS */
.cancel_title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #ffffff;
}
.cancel_text p{
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    text-align: justify;
    letter-spacing: 1px;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', 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{
    padding: 20px;
}
.cancel_form label{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #333333;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 50px;
    background-color: #fff !important;
    border: 1.7px solid #000000;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    padding: 5px 10px;
}
textarea.form-control{
    height: 100px;
    border-radius: 0;
}
.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_box{
        /* padding: 40px 0 150px; */
    }
    .reward_banner_text img {
        width: 140px;
    }
    .reward_banner_text h5 {
        font-size: 90px;
        line-height: 90px;
    }
    .reward_banner_text h2 {
        font-size: 42px;
    }
    .reward_banner_text p {
        font-size: 20px;
        line-height: 32px;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_text h3{
        font-size: 42px;
        line-height: 45px;
    }
    .member_text p{
        font-size: 18px;
        line-height: 24px;
    }
    .member_icon, .member_icon_active{
        width: 110px;
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 26px;
        line-height: 40px;
    }
    .member_box h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .member_price{
        font-size: 42px;
    }
    .member_price .price_medium{
        font-size: 28px;
    }
    .member_price .member_month{
        font-size: 14px;
    }
    .member_list li{
        font-size: 16px;
        line-height: 26px;
    }
    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: 14px;
        line-height: 24px;
    }
    .disclaimer_box h3{
        font-size: 30px
    }
    .disclaimer_box .form-check-input{
        width: 30px;
        height: 30px;
    }
    .disclaimer_box .form-check-label{
        font-size: 16px;
        line-height: 25px;
    }
    .cancel_title {
        font-size: 38px;
    }
    .cancel_text p{
        font-size: 20px;
        line-height: 32px;
    }
    .cancel_form label{
        font-size: 18px;
    }
    
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        padding: 30px 0 120px;
    }
    .reward_banner_text img{
        width: 120px;
    }
    .reward_banner_text h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text h2 {
        font-size: 38px;
    }
    .reward_banner_text p {
        font-size: 20px;
        line-height: 30px;
    }
    .member_text h3{
        font-size: 34px;
        line-height: 42px;
    }
    .member_text p{
        font-size: 20px;
        line-height: 30px;
    }
    .member_text ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .member_box{
        border-width: 3px;
    }
    .member_icon, .member_icon_active{
        width: 90px;
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 28px;
        line-height: 35px;
    }
    .member_box h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    .member_box.active{
        border-width: 3px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .disclaimer_box h3 {
        font-size: 25px;
    }
    .disclaimer_box .form-check-label {
        font-size: 15px;
        line-height: 24px;
    }
    
    .heading_sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_title {
        font-size: 32px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 30px;
    }
    .cancel_form label{
        font-size: 16px;
    }
    .form-control, .form-select{
        height: 45px;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        padding: 30px 0 100px;
        background-size: cover;
    }
    .reward_banner_text h2 {
        font-size: 35px;
    }
    .reward_banner_text p {
        font-size: 18px;
        line-height: 25px;
    }
    .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_title {
        font-size: 30px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 28px;
    }
    .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: 30px;
    }
    .reward_banner_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_sec{
        background-color: #fff;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        
    }
    .member_name {
        font-size: 32px;
        line-height: 42px;
    }
    .member_box h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .member_price {
        font-size: 40px;
    }
    .member_icon, .member_icon_active {
        width: 130px;
    }
    .member_price .member_month {
        font-size: 16px;
    }
    .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_sec{
        background-color: #F0F0F0;
    }
    .cancel_title {
        font-size: 28px;
    }
    .cancel_form .request_radio label {
        padding: 10px 20px 10px 50px !important;
    }
    .cancel_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
}

@media screen and (max-width:575px){
    .reward_banner_box{
        background-image: url(../images/reward_bg_mob.png);
        background-size: 100% 100%;
        padding-bottom: 70px;
        height: 300px;
    }    
    .member_check{
        top: 3rem;
        right: 3rem;
        width: 35px;
        height: 35px;
    }
    .reward_banner_text {
        display: none;
    }
    .res-sec-rewrd{
        display: block;
        text-align: center;
        padding-top: 30px;
    }
    .res-sec-text h5{
        font-family: "Barlow Semi Condensed", sans-serif;
        text-transform: uppercase;
        color: #242E4E;
        font-size: 36px;
        font-weight: 600;
    }
    .res-sec-text p{
        font-family: "Barlow Semi Condensed", sans-serif;
        text-transform: uppercase;
        color: #242E4E;
        font-size: 18px;
        font-weight: 600;
        max-width: 70%;
        margin: auto;
    }
    .member_wrap {
        padding-top: 10px!important;
    }
    .member_text h3 {
       max-width: 70%;
    }
    .member_name {
        font-size: 18px;
        line-height: 16px;
    }
    .member_box_out_1 h2 {        
        font-size: 22px;
    }
    .member_box_out_2 h2 {      
        font-size: 22px;
    }
    .member_box_out_3 h2 {       
        font-size: 22px;
    }
    .member_box_out_4 h2 {       
        font-size: 22px;
    }
    .member_box p {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .select-btn {
        font-size: 16px;       
    }
    .member_box_out_1::before {
        border-radius: 16px;
    }   
    .member_box_out_2::before {
        border-radius: 16px;
    }    
    .member_box_out_3::before {
        border-radius: 16px;
    }   
    .member_box_out_4::before {
        border-radius: 16px;
    } 
    .disclaimer_wrap {       
        padding: 15px!important;       
    }  
    .more_btn {        
        font-size: 25px!important; 
        display: block;
    }
    .cancel_sec{
        margin-bottom: 20px;
    }
    .cncl-txt-wrp {
        padding: 10px!important;
        border-radius: 12px;
    }
    
}

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: "Inter", 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;}
}
.member_wrap{
    padding-top: 50px;
}
.member_btn{
    margin-top: 30px!important;
}
.select-btn {
    font-family: Inter;
    font-weight: 700;
    font-size: 20.85px;
    text-align: center;
    margin-top: 10px;
    background: linear-gradient(180deg, #2957EE 0%, #2F97B4 100%);
    border: none;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.disclaimer_wrap{
    background-color: #F0F0F0;
    padding: 60px 40px 70px 40px;
    border-radius: 12px;
    margin-top: 20px;
}
.more_btn{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    background: linear-gradient(180deg, #2957EE 0%, #2F97B4 100%);
    border: none;
    /* display: block; */
    padding: 20px 80px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase!important;
}
.cancel_sec{
    border: 1px solid #000000;
    border-radius: 12px;
}
.top-cancel{
    background-color: #707070;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.cncl-txt-wrp{
    background-color: #F0F0F0;
    padding: 30px;
    border-radius: 12px;
}
.cncl-txt-wrp_2{
    background-color: #F0F0F0;
    padding: 30px;
    border-radius: 0px 0px 12px 0px;
}
