
.reward-banner{
    width: 100%;
    /* height: 600px; */
    background-image: url(../images/reward-bg.webp);
    /* 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;
}
.mem-cont{
    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: #f1f1f1;
    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: #e3f2ff;
    padding: 38px 30px;
    border-radius: 30px;
    margin: 40px 0px;
    color: #000;
    font-size: 12px;
    text-align: left;
}
.product_checkbox span{
    /* font-size: 12px; */
    /* color: #000; */
    /* padding-left: 14px; */
    font-size: 14px;
    color: #000;
    padding-left: 14px;
    line-height: 24px;
}
.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: 80%;
    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;
}
.cancel-box h4{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.form-row{
    padding: 20px 0px;
}
.form-group label{
    color: #020202;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}

.cancel-box input {
    background: #E5E5E5;
    height: 54px;
    color: #000;
    font-size: 14px;
    border: 1px solid #888888;
}
.mem-tier{
    text-decoration: none;
}
.mem-tier.active {
    border: 3px solid #f8941c;
}
.jn-sec{
    display: flex;
    justify-content: end;
}



/* Reward page responsive css*/
@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;
    }
    .plan{
        width: 90%;
        /* height: 140px; */
        margin: auto;
        background: #f1f1f1;
        border: 1px solid #000000;
        border-radius: 30px;
        padding: 10px 10px;
        margin-bottom: 12px;
        font-family: "Poppins", sans-serif;
    }
    .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: 38px 30px;
        border-radius: 0px;
        margin: 40px 0px;
        color: #000;
        font-size: 12px;
        text-align: center;
    }
    .product_checkbox span{
        font-size: 14px;
        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-box h4{
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
    }
    .form-row{
        padding: 20px 0px;
    }
    .form-group label{
        color: #020202;
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .cancel-box input {
        background: #E5E5E5;
        height: 54px;
        color: #000;
        font-size: 14px;
        border: 1px solid #888888;
    }

    .jn-sec{
        display: flex;
        justify-content: center;
    }
    
}


.reward-trm{
    height: 24px;
    width: 20px;
    position: absolute;
    margin-top: -1px;
}

.eddy-slct{
    /* background: #E5E5E5; */
    height: 54px;
    color: #000;
    font-size: 14px;
    border: 1px solid #888888;
}
.form-select{
    background-color: #e5e5e5;
    border-radius: 0px !Important;
}
#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){

}


.cta-section.active {
  background-color: #ffffb3 !important; /* Background color when button is active */
  /* border: 5px solid;
  border-image: linear-gradient(to right, #DD4B8C 0%, #FF9C54 100%) 1; */
}
.cta-button.active {
   background-image: linear-gradient(90deg, #4ea311 0%, #4ea311 100%)!important;
 color: #fff !important;
 border: none !important;
}