/* Reward banner */

.reward_banner_box{
    background-image: url(../images/reward_bg.png);
    background-size: cover;
    background-position:  left;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0;
    height: 500px;
    box-shadow: 0px 10px 10px 0px #00000040;
}
.reward_banner_box .container-fluid{
    padding: 0 35px;
}
.reward_banner_text h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #000;
    text-shadow: 0px 4px 4px #00000040;
    margin-bottom: 30px;
}
.reward_banner_text p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: #000;
}
/* --------------------------------- */
/* .reward-middle-sec */
.reward-middle-sec{
    position: relative;
       z-index: 1;
    overflow: hidden;
}
.reward-middle-sec::after{
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    bottom: -125px;
    right: -608px;
    background: #1E690333;
    z-index: -1;
    border-radius: 50%;
}
.reward-middle-sec::before{
    content: "";
    position: absolute;
    width: 1226px;
    height: 1332px;
    bottom: -488px;
    left: -750px;
    background: #01FF1F1A;
    z-index: -1;
    border-radius: 50%;
}

/* updated member css */
.member-section .container-fluid{
    padding: 0 35px;
}
.member_wrap{
    padding: 18px;
    border: 1px solid #8E8E8E;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 10px 10px 0px #00000040;
    background: #fff;
}
.member_wrap:active {
  border: 2px solid green;
}
.member-price{
        text-align: center;
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 700;
    color: #096C3B;
    padding-top: 15px;
}
.member-price span{
    color: #000;
}

.member_sec_list{
    padding-left: 0;
    margin-bottom: 10px;
}

.member_sec_list li {
  list-style: none; 
  position: relative;
  padding-left: 30px; 
      font-family: Inter;
    font-weight: 400;
    font-size: 15px;
}
.member_sec_list li::after{
  content: url("../images/Diamond.png"); /* replace with your icon path */
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;   /* resize if needed */
  height: 24px;

}
.member_wrap_icon{
    text-align: center;
}
.select-btn:hover{
    background: #2FD885;
    color: #fff;
}
.select-btn{
        font-family: Inter;
    font-weight: 700;
    font-size: 20.85px;
    text-align: center;
    background: #2FD885;
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.member_wrap:has(input[type="radio"]:checked){
  border: 5px solid #086C3B;
}


.member_wrap:has(input[type="radio"]:checked) .select-btn {
    background: red;
    color: transparent; 
}


.member_wrap:has(input[type="radio"]:checked) .select-btn::after {
    content: "Selected";
    font-family: Inter;
    font-weight: 700;
    font-size: 20.85px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.member_inner{
    width: 100%;
    height: 100%;
}

.member_btn{
    margin-top: 20px;
}

.member_offer_list{
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height:30px;
    color: #000;
    list-style: none;
    padding: 25px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    margin-top: 30px;
}
.member_offer_list li{
    padding-bottom: 20px;
   display: flex;
    align-items: center;
}
.member_offer_list li:last-child{
    padding-bottom: 0px;
}
.member_offer_list li img{
        margin-right: 15px;
        width: 50px
}
.member-section-header h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
        margin-bottom: 15px;
}
.member-section-header p{
        font-family: Inter;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
     margin-bottom: 15px;
}
.member-section{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/reward-member-bg.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.member-section::after{
     content: "";
  position: absolute;      
  width: 1000px;
    height: 1000px;
    top: -500px;
    left: -630px;
  background: #1E69031A;   
  transform: rotate(0deg); 
  z-index: -1;  
  border-radius: 50%;
}
.member-section::before{
    content: "";
    position: absolute;
    width: 800px;
    height: 900px;
    top: 30px;
    right: -459px;
    background: #51F8151A;
    z-index: -1;
    border-radius: 50%;
}


.member-section-header hr{
        width: 885px;
    height: 4px;
    border-radius: 20px;
    background: #123E1A;
    margin: 0 auto 30px;
}
.cart_reward_btn{
    display: inline-block;
  padding: 12px 50px;
  background: #ff5c5c; /* same red as your screenshot */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.3s ease;
  animation: newpulse 1.5s infinite;
}
@keyframes newpulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08); /* grow */
  }
  100% {
    transform: scale(1); /* shrink back */
  }
}

/* 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 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.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-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
    background: #97857A;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.member_price{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    color: #000;
    /* letter-spacing: 2px; */
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
}


.member_list li{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 10px;
}
.member_icon{
    width: 80px;
    height: 80px;
}
.member_box.active{
    border: 5px solid #00C2CB;
}
.paramount{
    background: #97857A;
}
.supreme{
     background: #B8B8B9;
}
.elite{
    background: #DABA49;
}
.epic{
    background-image: url(../images/epicbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* --------------------------------- */


/* Disclaimer Box CSS */
.disclaimer_box{
    background: #373737;
    border-radius: 10px;
    padding: 20px 30px;
        box-shadow: 0px 10px 10px 0px #00000040;
}
.disclaimer_box .form-check-label{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: montserrat;
    color: #ffffff;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 37px;
    height: 37px;
    border: 2px solid #D9D9D9;
    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: '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{
    width: 80px;
    height: 80px;
}
.benefit_box p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Manrope', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
/* --------------------------------- */





/* Cancel Form CSS */
.cancel_sec{
    padding: 0px 0 50px;
}
.cancel_text{
    padding-right: 30px;
    position: relative;
}
/* .cancel_text::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #000000;
    z-index: 1;
    border-radius: 10px;
} */
.cancel_form{
    padding-left: 30px;
}
.cancel_wrap{
    border: 1px solid #828282;
    background: #8CC2B4;
    box-shadow: 0px 10px 10px 0px #00000040;
    padding: 40px;
    border-radius: 20px
}
.cancel_sec .container-fluid{
    padding: 0 35px;
}
.cancel_wrap::after{
    content: '';
    position: absolute;
    top: -7rem;
    left: -6rem;
    width: 260px;
    height: 285px;
    border-radius: 100%;
    background-color: rgba(0, 194, 203, 0.42);
    filter: blur(85px);
    z-index: -1;
}

.cancel_wrap .heading_sec h3{
    font-size: 48px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    color: #F4F7F5;
}
.cancel_text h3{
    font-family: Inter;
    font-weight: 700;
    font-size: 45px;
}

.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Manrope', sans-serif;
    color: #CD4883;
}
.cancel_text p{
    font-family: Inter;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 43px;
    margin-top: 30px;
}
.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: 25px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat';
    color: #000000 !important;
    margin-bottom: 10px;
}
.form-control, .form-select{
    height: 50px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 5px !important;
    position: relative;
    padding: 10px 20px;
        color: #00000080;
    font-family: montserrat;
    font-weight: 700;
}
.reward_sub_btn {
    display: block;
    width: 30%;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 92, 87);
    text-align: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 10px;
    animation: 1.8s ease 0s infinite normal none running pulserewardanime;
    margin: 0px auto;
}
@keyframes pulserewardanime{
0% {
    width: 30%;
    transform: scale(1.1);
}

50% {
    width: 98%;
    transform: scale(1);
}

100% {
    width: 30%;
    transform: scale(1.1);
}
}

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;
} */
.learn-btn{
    background: #FF5555;
    color: #fff;
    padding: 16px 75px;
    display: inline-block;
    border-radius: 13px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
}
.learn-btn:hover{
     color: #fff;
    background-color: #ed4c47;
}
@media screen and (max-width:1399px){
    @keyframes pulserewardanime{
0% {
    width: 50%;
    transform: scale(1.1);
}

50% {
    width: 98%;
    transform: scale(1);
}

100% {
    width: 50%;
    transform: scale(1.1);
}
}
    .member_offer_list{
        font-size: 20px;
        line-height: 25px;
    }
    .member-section-header h2{
      font-size: 42px;  
    }
    .member-section-header p{
        font-size: 20px;
    }
    .reward_banner_text h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .reward_banner_text p {
        font-size: 20px;
        line-height: 25px;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 20px;
    }
    .member_price{
        font-size: 38px;
    }
    .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;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1250px){
.member-price{
        font-size: 27px;
}
}

@media screen and (max-width: 1199px){
    .member-section-header hr{
        width: 382px;
    }
        .cancel_text p {
        font-size: 18px;
        line-height: 25px;
    }
    .cancel_text h3 {
    font-size: 39px;
}
    
    .reward_banner_text h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .member_name{
        width: auto;
    }
    .member-price{
            font-size: 22px;
    }
        .reward_banner_text p {
        font-size: 18px;
        line-height: 24px;
    }
    .reward_banner_box{
        border-top-width: 10px;
        background-position: left;
    }
    .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;
    }
}

@media screen and (max-width:991px){
    .cancel_text h3 {
        font-size: 30px;
    }
    .cancel_form label{
            font-size: 20px;
    }
     @keyframes pulserewardanime{
0% {
    width: 70%;
    transform: scale(1.1);
}

50% {
    width: 98%;
    transform: scale(1);
}

100% {
    width: 70%;
    transform: scale(1.1);
}
}
        .member_offer_list {
        font-size: 16px;
        line-height: 22px;
    }

    .reward_banner_text h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .reward_banner_box{
        height: auto;
        padding: 40px 0;
    }
    .learn-btn{
            padding: 16px 55px;
    }
    .reward_banner_box
    .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){
    .cancel_text{
        padding: 0 0 30px;
        position: relative;
  display: inline-block;
    }
    .cancel_text::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #000000;
    z-index: 1;
    border-radius: 10px;
}
.reward-middle-sec::after, .reward-middle-sec::before{
    display: none;
}
.cancel_form{
    padding: 30px 0 0;
}
 .cancel_text::after{
     display: none;
 }
    .member-section::before{
        position: static;
    }
    .member-section::after{
        position: static;
    }
    .reward_banner_box{
        background-image: url(../images/reward_bg_mobile.png);
        height: 700px;
        background-size: cover;
        background-position: bottom;
    }
    .reward_banner_text h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .learn-btn{
        margin-top: 20px;
    }
    .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: 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_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
   
    .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;
    }
}

@media screen and (max-width:575px){
    .cancel_sec .container-fluid {
    padding: 0 15px;
}
.cancel_wrap{
    box-shadow: 0px 6px 6px 0px #00000040;
    padding: 27px 15px;
}
.member-section{
    padding: 50px 0 30px;
}
.cancel_text p{
    margin-top: 15px;
}
.reward_sub_btn{
    font-size: 16px;
}

    .member-section-header h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .member-section-header p {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .reward_banner_box{
        height: 700px;
        padding: 0 0 40px;
            box-shadow: 0px 4px 4px 0px #00000040;
    }
        .learn-btn {
        padding: 16px 80px;
    }
    .reward_banner_text h2{
        margin-bottom: 20px;
    }
        .learn-btn {
        margin-top: 20px;
    }
        .reward_banner_box .reward_banner_text p {
        font-size: 15px;
        font-weight: 500;
    }
    
    .member_check{
        top: 3rem;
        right: 3rem;
        width: 35px;
        height: 35px;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}

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){
    #reward-terms-hid{
            margin-top: 10px !important;
    }
   
    /* extra */
    .cart_reward_btn-wrap{
        text-align: center;
    }
    .disclaimer_box{
        padding: 20px;
    }
    .disclaimer_box .form-check-label{
        line-height: 20px;
    }
    .reward-card-row{
        padding: 0 20px;
    }
    .member_offer_list {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .member-section .container-fluid {
    padding: 0 15px;
}
    .member_offer_list li img {
    width: auto;
    margin-bottom: 11px;
}
.member_offer_list{
    padding: 25px 15px;
}
    .member_offer_list li{
        flex-direction: column;
    }
    .member_name {
        font-size: 27px;
        width: 222px;
    }
    .member-price {
        font-size: 31px;
    }
    .member_wrap{
        padding: 23px 19px;
    }
    .member_sec_list li{
        font-size: 20px;
    }
    .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;}
}

/* new style */
.reward_right{
    box-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.2);
  background: #ded8cf;
}
.checkout_heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: #e1842d;
}
.checkout_heading {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
}
.input-flds, .selcet-fld{
    border: solid 1.5px #ccc !important;
  border-radius: 11px !important;
}
.input-flds:focus{
    box-shadow: none !important;
}
.form-floating input{
    margin-bottom: 15px;
}
.form-floating select{
    margin-bottom: 15px !important;
}
.selcet-fld{
    margin-bottom: 15px !important;
}
.paymybtn, .item-detail-row{
    display: flex;
    justify-content: space-between;
}
.form-check-input[type="checkbox"]{
    border: solid 1px #000 !important;
}
.why_box{
    text-align: left;
  display: flex;
  align-content: center;
  gap: 20px;
}
.main_nav{
    margin-left: auto !important; 
}