.sec_title{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #6D23B3;
}
.sec_subtitle{
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}
.signup_btn{
    position: relative;
    display: inline-block;
    background-color: #F0CD15;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    padding: 20px 60px;
    text-decoration: none;
    visibility: visible !important;
}
.form-check-input:checked{
    background-color: #6D23B3;
    border-color: #6D23B3;
    box-shadow: none;
}



.reward-banner{
    width: 100%;
    /* height: 600px; */
    /* background-image: url(../images/reward-bg.jpg); */
    /* background-size: cover; */
    /* background-position: 20% 30%; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.content-overlay{
    width: 80%;
    /* height: 607px; */
    display: flex;
    flex-direction: column;
    margin-left: 90px;
    /* margin-top: 7%; */
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 91px 30px 74px 30px;
    background-color: rgb(236 246 255 / 70%);
}
.content-overlay h2{
    font-size: 70px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 70px;
}
.content-overlay p{
    font-size: 23px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-transform: capitalize;
    line-height: 28px;
}
.reward_banner_text{
    background-image: url(../images/reward_banner_shape.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.reward_banner_text h5{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #333;
}
.reward_banner_text h1{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #6D23B3;
}
.mem-cont{
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    padding: 18px 0px;
}
.btn-reward{
    background-color: #ffc700!important;
    padding: 10px 40px!important;
    font-size: 24px!important;
    font-weight: 700!important;
    color: #000!important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.btn-re{
     background-color: #FFC700!important;
     padding: 12px 60px!important;
     font-size: 22px!important;
     font-weight: 700!important;
     color: #000!important;
     font-family: "Poppins", sans-serif;
     box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
     margin-bottom: 15px !important;
     
}
.bt-pluse{-webkit-animation: pulse 1.5s infinite;}
.bt-pluse:hover{-webkit-animation: none;}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.reward-content{
    padding: 80px 0px;
}

.left-content{
    width: 95%;
    background-color: #e3f2ff;
    border: 1px solid #989898;
    border-radius: 30px;
}
.left-content h4{
    font-size: 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 30px;
    padding-top: 10px;
}
.ben-div{
    padding-top: 10px;
}
.benefit{
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    gap: 10px;
}
.ben-check{
    padding: 6px 7px;
    border-radius: 100%;
    background-color: #5acc81;
    display: flex;
    margin-top: 5px;
}
.ben-check i{
    font-size: 15px;
    color: #e3f2ff;
    align-items: center;
}
.benefit p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}
.right-content{
    width: 100%;
    /* padding: 0px 0px 0px 15px; */
    /* margin-left: 15px; */
}

.plan{
    width: 100%;
    /* height: 140px; */
    background: transparent;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 5px 10px;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}
.med-img{
    text-align: center;
}
.med-img img{
    width: 50%;
}
.med-img p{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    /* width: 100%; */
    font-family: "Poppins", sans-serif;
}
.mem-list{
    display: flex;
    align-items: flex-start;
    gap: 2px;
    padding-top: 2px;
    width: 100%;
}
.mem-list img{
    width: 20px;
}
.mem-list p{
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}
.mem-top{
    /* padding: 30px 0px; */
}
.mem-mid{
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}
.plan-price{
    padding-left: 20px;
}
.plan-price h3{
    font-size: 36px;
    color: #5acc81;
    font-weight: 800;
}
.plan-price h3 span{
    font-size: 12px;
    color: #000;
    font-weight: 500;
    padding-left: 5px;
}
.plan-term{
    background-color: transparent;
    border: 5px solid #6D23B3;
    padding: 38px 30px;
    border-radius: 0;
    margin: 40px 0px;
    color: #000;
    font-size: 12px;
    text-align: left;
}
.product_checkbox span{
    /* font-size: 12px; */
    /* color: #000; */
    /* padding-left: 14px; */
    display: block;
    font-size: 18px;
    color: #000;
    padding-left: 25px;
    line-height: 32px;
}
.product_checkbox input#memberchekbox{
    width: 40px;
    /* margin: 4px 0 0; */
}
.reward-term-sec{
    width: 100%;
    background-color: #e3f2ff;
    margin: 45px 0px;
}
.reward-term-sec-in{
    padding: 60px 0px;
    text-align: center;
}
.reward-term-sec-in p{
    font-size: 14px;
    max-width: 75%;
    margin: auto;
    font-family: "Poppins", sans-serif;
}
.sec-cancel{
    width: 70%;
    margin: auto;
    
}
.cancel-box{
    border: 3px solid #3E3E3E;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    font-family: "Poppins", sans-serif;
    margin: 30px 0px;
    background-color: #fff !important;
}
.form-row{
    padding: 20px 0px;
}
.form-group + .form-group{
    margin-top: 30px !important;
}
.cancel-box .form-group label{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 0;
    position: absolute;
    background: #fff;
    line-height: 1;
    color: #6d23b3;
    left: 30px;
    top: -8px;
}

.cancel-box input, .form-select {
    background: #F3EFF8;
    height: 60px;
    color: #000;
    font-size: 14px;
    border: 1px solid #6D23B3;
    border-radius: 0;
    padding: 10px 30px;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
input::placeholder{
    color: #C3A0E5;
}
::placeholder {
    color: #C3A0E5;
}
::-webkit-input-placeholder{
    color: #C3A0E5;
}
::-ms-input-placeholder {
    color: #C3A0E5;
}
.mem-tier{
    text-decoration: none;
}
.mem-tier.active {
    border: 3px solid #f8941c;
}
.jn-sec{
    display: flex;
    justify-content: end;
}



/* NEWS Tier Design CSS */
input[type=checkbox]+label:before, input[type=radio]+label:before, input[type=checkbox]+label:after, input[type=radio]+label::after{
    display: none;
}
.tier_each{
    position: relative;
    border: 5px solid #f0e9f700;
}
.tier_each.active{
    border: 5px solid #6D23B3;
}
.tier_each label{
    position: relative;
    background-image: url(../images/reward_shape.png);
    background-size: contain;
    background-position: 30px top;
    background-repeat: no-repeat;
    background-color: #F0E9F7;
    padding: 20px 60px 20px 220px !important;
}
.tier_each .form-check-input{
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    border-radius: 7px;
    border: 4px solid #333;
    background-color: transparent;
    z-index: 1;
}
.tier_each .form-check-input:focus{
    box-shadow: none;
}
.tier_each .form-check-input:checked{
    background-color: #6D23B3;
    border-color: #6D23B3;
}
.tier_name{
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    color: #6D23B3;
    text-transform: uppercase;
}
.tier_name span{
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #333;
}
.tier_bens{
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    list-style: disc;
    color: #333;
}
.tier_bens li + li{
    margin-top: 20px;
}
.tier_badge{
    top: -20px;
    width: 130px;
    height: auto;
}




/* Cancel Sec CSS */
.cancel_sec{
    background-color: #6D23B3;
}
.cancel_wrap h1{
    font-size: 50px;
    line-height: 75px;
    font-weight: 700;
}
.cancel_wrap p{
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
}
.cancel_form{
    border: 5px solid #6D23B3;
}
.cancel_title{
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    color: #6D23B3;
    text-transform: uppercase;
}




/* Reward page responsive css*/
@media screen and (max-width:1199px){
    .tier_each label{
        padding: 20px 40px 20px 150px !important;
    }
    .tier_each .form-check-input{
        width: 60px;
        height: 60px;
        left: 20px;
    }
    .tier_name {
        font-size: 55px;
        line-height: 60px;
    }
    .tier_name span {
        font-size: 20px;
        line-height: 24px;
    }
    .tier_bens {
        font-size: 22px;
        line-height: 28px;
    }
    .tier_badge {
        top: -20px;
        width: 115px;
    }
}

@media screen and (max-width:991px){
    .heading_sec{
        width: 100% !important;
    }
    .sec_title{
        font-size: 40px;
        line-height: 44px;
    }
    .sec_subtitle{
        font-size: 18px;
        line-height: 20px;
    }
    .reward_banner_text h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .mem-cont{
        font-size: 22px;
        line-height: 28px;
        padding: 10px 0px;
    }
    .tier_each label{
        padding: 20px 20px 20px 100px !important;
    }
    .tier_each .form-check-input{
        width: 50px;
        height: 50px;
        left: 20px;
    }
    .tier_name {
        font-size: 40px;
        line-height: 46px;
    }
    .tier_name span {
        font-size: 20px;
        line-height: 24px;
    }
    .tier_bens {
        font-size: 16px;
        line-height: 16px;
    }
    .tier_badge {
        top: -20px;
        width: 100px;
    }
}

@media screen and (max-width:767px){
    .tier_each label{
        background-position: -120px top;
        padding: 10px 20px 15px 80px !important;
    }
    .tier_each .form-check-input{
        width: 40px;
        height: 40px;
        left: 15px;
        border-width: 3px;
    }
    .tier_bens {
        padding-left: 20px;
    }
    .tier_badge {
        top: -10px;
        left: auto !important;
        right: -10px;
        transform: none !important;
        width: 100px;
    }
    .cancel_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
}


@media (max-width:600px){
    .reward-banner{
        background-position: 10% 50%;
    }
    .content-overlay{
        margin-left: 0px;
        margin-top: 20px;
        padding: 30px;
        width: 100%;
        height: 420px;
    }
    .content-overlay h2{
        font-size: 42px;
       
    }
    .content-overlay p{
        font-size: 20px;
        max-width: 85%;
    }

    .reward-content{
        padding: 40px 0px;
    }

    .left-content{
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }
    .left-content h4{
        font-size: 22px;
    }
    .ben-div{
        padding-top: 10px;
    }
    .benefit{
        display: flex;
        align-items: flex-start;
        margin-top: 12px;
        gap: 20px;
    }
    .ben-check{
        padding: 6px 7px;
        border-radius: 100%;
        background-color: #5acc81;
        display: flex;
        margin-top: 5px;
    }
    .ben-check i{
        font-size: 20px;
        color: #e3f2ff;
        align-items: center;
    }
    .benefit p{
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
    }
    .right-content{
        width: 100%;
        padding: 0px;
    }
    .med-img{
        text-align: center;
    }
    .med-img img{
        width: 70%;
    }
    .med-img p{
        color: #000;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0px;
        /* width: 100%; */
        font-family: "Poppins", sans-serif;
    }
    .mem-list{
        display: flex;
        align-items: flex-start;
        gap: 2px;
        padding-top: 2px;
        width: 100%;
    }
    .mem-list img{
        width: 24px;
    }
    .mem-list p{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .mem-top{
        padding: 0px 5px;
    }
    .mem-mid{
        display: contents;
        margin-bottom: 5px;
    }
    .plan-price{
        padding: 0px 0px;
        text-align: center;
    }
    .plan-price h3{
    padding-top: 20px;
    }
    .plan-price h3 span{
        font-size: 12px;
        color: #000;
        font-weight: 500;
        padding-left: 5px;
    }
    .plan-term{
        padding: 0;
        border-radius: 0px;
        margin: 40px 0px;
        color: #000;
        font-size: 12px;
        text-align: start;
        border: 0;
    }
    .reward-trm{
        width: 20px !important;
        height: 20px !important;
        margin-top: 5px !important;
    }
    .product_checkbox span{
        font-size: 16px;
        padding-left: 15px;
        line-height: 26px;
        color: #000;
    }
    .product_checkbox input#memberchekbox{
        width: 40px;
        /* margin: 4px 0 0; */
    }
    .reward-term-sec{
        width: 100%;
        background-color: #e3f2ff;
        margin: 45px 0px;
    }
    .reward-term-sec-in{
        padding: 80px 120px;
        text-align: center;
    }
    .reward-term-sec-in p{
        font-size: 14px;
        max-width: 75%;
        margin: auto;
        font-family: "Poppins", sans-serif;
    }
    .sec-cancel{
        width: 100%;
        margin: auto;
    }
    .cancel-box{
        border: 3px solid #3E3E3E;
        border-radius: 15px;
        text-align: center;
        padding: 15px;
        font-family: "Poppins", sans-serif;
        margin: 30px 0px;
    }
    .cancel_title{
        font-size: 35px;
    }
    .form-row{
        padding: 20px 0px;
    }
    .jn-sec{
        display: flex;
        justify-content: center;
    }
    
}


.reward-trm{
    height: 35px;
    width: 35px;
    border-radius: 2px;
    border-width: 2px;
    position: absolute;
    margin-top: -1px;
}

#program{
    /* background: #E5E5E5; */
    border-radius: 0px !important;
    height: 54px;
    color: #000;
    font-size: 14px;
    border: 1px solid #888888;
}






/*laptop view*/
@media screen and (min-width: 992px){
    .plan-price{padding-left: 0px !important; margin-left: -15px;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .content-overlay{width: 100%;margin-left: 23px;}
    .reward-banner{background-position: left center;background-size: cover;}
    .content-overlay h2{font-size: 62px !important;}
    /* .plan-price h3 span{margin-top: 5px;display: block;} */
    .left-content{width: 100% !important;margin-bottom: 20px ;}
    .jn-sec{justify-content: center !important;}
    .plan-term{margin: 40px 0px 20px 0px !important;}
    .cancel-box{margin: 40px 0px !important;}
}   



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}



/*mobile view*/
@media screen and (max-width: 575px){

}