/* Reward banner */
.reward_wrap{
    background-color: #3C85AE;
    position: relative;
    z-index: 1;
}
.reward_wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    z-index: -1;
}
.reward_wrap h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    font-family: 'Arial', sans-serif;
}
.reward_wrap h4{
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Arial', sans-serif;
}
.reward_wrap p span{
    color: #5ACC81;
}
/* --------------------------------- */




/* Reward Sec CSS */
.tier_badge{
    width: 90px;
    height: 90px;
}
.tier_text{
    flex: 1;
}
.tier_text h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Arial', sans-serif;
    color: #444;
}
.tier_text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Arial', sans-serif;
    color: #444;
}
.reward_box.active{
    background-color: #3C85AE !important;
}
.reward_box.active .tier_text h2{
    color: #fff;
}
.reward_box.active .tier_text p{
    color: #fff;
}
.reward_box.active .tier_badge img{
    filter: brightness(0) invert(1);
}
.disclaimer_wrap{
    background-color: #E9E9E9;
}
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;
}
input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
    padding-left: 100px !important;
}
.form-check-input{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 4px solid #3F6378;
    margin-left: 20px !important;
}
.form-check-label{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Raleway', sans-serif;
    cursor:pointer;
}
.form-check-input:checked {
    background-color: #3F6378;
    border-color: #3F6378;
    box-shadow: none;
}
.form-check-input:checked[type=radio]{
    background-color: #fff;
    border-color: #3F6378;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233F6378'/%3e%3c/svg%3e");
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 35px;
    height: 35px;
    border: 2px solid var(--text-black);
    border-radius: 0px;
}
.join_btn{
    position: relative;
    display: inline-block;
    background-color: #FF9124;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 15px 80px;
    border-radius: 4px;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}
.join_btn:hover, .join_btn:focus{
    background-color: #000;
    color: #fff;
}
/* --------------------------------- */




/* Cancel Form CSS */
.heading_sec .sec_title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}
.heading_sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
}
.heading_sec p a{
    color: #FF8A00;
}
.cancel_wrap{
    background-color: #F5F5F5;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F8ED33;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    padding: 15px 80px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.cancel_btn:hover, .cancel_btn:focus{
    background-color: #000;
    color: #fff;
}
.cancel_text{
    background-color: #FFF7E1;
}
.cancel_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
}
.cancel_form label{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 700;
    color: var(--text-white);
    line-height: 30px;
    font-family: var(
    --text-2);
}
.form-control, .form-select{
    height: 48px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 0px !important;
    position: relative;
}
/* .cancel_form select::after{
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #000;
} */
/* --------------------------------- */




@media screen and (max-width:1399px){
    .form-check-input {
        width: 45px;
        height: 45px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 80px !important;
    }
    .tier_text h2{
        font-size: 26px;
        line-height: 30px;
    }
    .tier_text p{
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px){
    .reward_box h4 {
        font-size: 22px;
        line-height: 1;
    }
    .reward_box h5 {
        font-size: 20px;
    }
    .tier_text h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .heading_sec .sec_title{
        font-size: 28px;
    }
    .heading_sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_form label{
        font-size: 18px;
    }
}

@media screen and (max-width:991px){
    .reward_wrap{
        background-image: none;
    }
    .reward_wrap .reward_logo{
        max-width: 160px;
    } 
    .reward_wrap h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .reward_wrap h4 {
        font-size: 30px;
        line-height: 40px;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        padding-left: 45px !important;
    }
    .form-check-input {
        width: 35px;
        height: 35px;
    }
    .form-check-label {
        font-size: 15px;
        line-height: 22px;
    }
    .tier_text h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width:767px){
    .reward_banner .sec_title{
        font-size: 20px;
    }
    .heading_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .reward_wrap {
        border-radius: 0 !important;
    }
    .reward_wrap h1 {
        font-size: 32px;
    }
    .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;
    }
    .tier_text h2 span:first-child{
        font-size: 20px;
        line-height: 32px;
    }
    .tier_text h2 span:last-child{
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 32px;
    }
    .cancel_form label{
        display: none;
    }
    .form-control, .form-select{
        height: 45px;
        font-size: 15px
    }
    .cancel_form h4{
        font-size: 25px !important;
        text-align: center;
    }
    .pp-membereward-cancel-2 p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .cancel_btn, .join_btn{
        font-size: 20px;
    }
}

@media screen and (max-width:575px){
    .reward_box .form-check-input{
        transform: none !important;
        top: 25% !important;
        margin-left: 15px !important;
    }
    .tier_badge {
        width: 80px;
        height: 80px;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}

a.reward_btn{
    cursor: pointer !important;
}

/* new reward css */
:root{
    --btn-color: #084C61;
    --color-1: #0F8D7E;
    --color-2: #007365;
    --text-color: #143642;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Montserrat", sans-serif;
    --text-2: "Raleway", sans-serif;
}


.main-banner{
    background: linear-gradient(180deg, #EC9A29 31.61%, #0F8D7E 100%);
}
.pp-reward-1 h4 {
    color: var(--text-white);
    font-weight: bold;
    font-family: var(--text-1);
    text-transform: capitalize;
    padding: 20px 0px;
}
.next-section{
    padding: 20px 0px;
}
.next-section-1 h4{
    color: var(--text-color);
    font-family: var(--text-2);
    font-weight: 700;
}
.next-section-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.next-section-1{margin-bottom: 20px;}
.next-section-text p{
    font-weight: 500;
    font-family: var(--text-2);
    color: var(--text-color);
}
h4.pp-reward-5{
    font-family: var(--text-2);
    color: var(--text-color);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}
.bg-1{background-color: #FFA113;}
.bord-tp-1{border-top: dashed 3px #FFA113;}

.bg-2{background-color: #B40000;}
.bord-tp-2{border-top: dashed 3px #B40000;}

.bg-3{background-color: #FFEA2E;}
.bord-tp-3{border-top: dashed 3px #FFEA2E;}

.bg-4{background-color: #B4E3FE;}
.bord-tp-4{border-top: dashed 3px #B4E3FE;}

.bg-5{background-color: #1363FF;}
.bord-tp-5{border-top: dashed 3px #1363FF;}

.bg-6{background-color: #0f8d7e;}
.bord-tp-6{border-top: dashed 3px #0f8d7e;}

.pp-member-reward-1{
    border-radius: 20px 20px 0 0;
}
.pp-member-reward-2{
    
    text-align: center;
    padding: 0px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pp-member-reward-2 h4{
    color: var(--text-black);
    font-family: var(--text-1);
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    padding-top: 16px;
    text-transform: uppercase;
}
.pp-member-reward-2 ul{
    padding-top: 10px;
    list-style-type: none;
}
.pp-member-reward-2 ul li{
    padding-bottom: 8px;
    font-family: var(--text-2);
    color: var(--text-black);
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}
.pp-member-reward-2 ul li img{width: 10%;}
a.reward-btn{
    background-color: var(--text-color);
    color: var(--text-white);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--text-2);
    padding: 6px 22px;
    cursor: pointer;
}
.pp-member-reward-4{
    height: 40px;
    background: #fff;
    width: 24%;
    border-radius: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    box-shadow: 0px -1px 3px -1px rgba(0, 0, 0, 0.3);
}
.pp-member-reward-3{
    background: var(--text-white);
    height: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.pp-rewardmemberrespon-1{
    display: flex;
    align-items: center;
}
.respon-bg-1{background-color: #FFA113;}
.respon-brdl-1{border-left: dashed 3px #FFA113;background-color: var(--text-white);}

.respon-bg-2{background-color: #B40000;}
.respon-brdl-2{border-left: dashed 3px #B40000;background-color: var(--text-white);}

.respon-bg-3{background-color: #FFEA2E;}
.respon-brdl-3{border-left: dashed 3px #FFEA2E;background-color: var(--text-white);}

.respon-bg-4{background-color: #B4E3FE;}
.respon-brdl-4{border-left: dashed 3px #B4E3FE;background-color: var(--text-white);}

.respon-bg-5{background-color: #1363FF;}
.respon-brdl-5{border-left: dashed 3px #1363FF;background-color: var(--text-white);}

.pp-rewardmemberrespon-1{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 20px;
}
.pp-rewardmemberrespon-3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 15px 10px;
    border-radius: 0 20px 20px 0;
}
.pp-rewardmemberrespon-3 ul{
    padding-top: 10px;
    list-style-type: none;
}
.pp-rewardmemberrespon-3 ul li{
    padding-bottom: 8px;
    font-family: var(--text-2);
    color: var(--text-black);
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}
.pp-rewardmemberrespon-3 ul li img{width: 10%;}
.pp-rewardmemberrespon-3 h4{
    color: var(--text-black);
    font-family: var(--text-1);
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    padding-top: 16px;
    text-transform: uppercase;
}
.pp-rewardmemberrespon-2 img{padding: 50px 0px;/* width: 20%; */}
.pp-rewardmemberrespon-2{border-radius: 20px 0px 0px 20px;width: 50%;}
.pp-memberewardterm{
    font-family: var(--text-2);
    font-size: 14px;
    font-weight: 400;
}
.pp-membereward-cancel-1{
    background-color: var(--color-1);
    border-radius: 0px;
    /* padding: 25px 15px; */
}
.pp-membereward-cancel-2{
    background-color: var(--color-2);
    border-radius: 0px;
    /* padding: 25px 15px; */
    align-items: center;
    display: flex;
}
.pp-membereward-cancel-2 p{
    color: var(--text-white);
    font-size: 17px;
    line-height: 38px;
    font-family: var(--text-2);
    font-weight: 500;
    padding: 20px 15px;
}
.cancel_form h4{
    text-transform: capitalize;
    font-family: var(--text-2);
    color: var(--text-white);
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}
.pp-membereward-cancel-3{padding: 30px;}


/*laptop view*/
@media screen and (min-width: 992px){
    .pp-reward-3{display: none;}
    .pp-reward-1 h4{font-size: 47px;line-height: 54px;}
    .pp-reward-4{align-items: center;}
    .next-section-1 h4{font-size: 31px;line-height: 43px;}
    .next-section-text p{font-size: 18px;}
    .next-section-text{width: 80%;text-align: left;}
    .next-section-2{margin-bottom: 20px;}
    .pp-member-reward-6{display: none;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .pp-reward-3{display: none;}
    .pp-reward-1 h4{font-size: 33px;line-height: 32px;}
    .pp-reward-4{align-items: center;}
    .next-section-1 h4{font-size: 22px;line-height: 35px;}
    .next-section-text p{font-size: 15px;}
    .next-section-text{width: 80%;text-align: left;}
    .next-section-2{margin-bottom: 20px;}
    .pp-member-reward-6{display: none;}
    .cancel_btn{font-size: 19px !important;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .pp-reward-2{display: none;}
    .pp-reward-1 h4{font-size: 30px;line-height: 32px;}
    .pp-reward-4{align-items: center;}
    .next-section-1 h4{font-size: 16px;line-height: 26px;}
    .next-section-2{flex-direction: column;}
    .next-section-text p{padding-top: 10px;}
    .pp-member-reward-6{display: none;}
    .pp-rewardmemberrespon-3{padding: 28px 10px !important;}
    .mobile-ppmemberreward{background-color: var(--color-1);}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .pp-member-reward-5{display: none;}
    .pp-reward-1 h4{font-size: 23px;line-height: 23px;}
    .pp-reward-4{align-items: end;}
    .pp-reward-1{width: 135%;}
    .next-section-1 h4{font-size: 19px;line-height: 27px;}
    .next-section-2{flex-direction: column;}
    .next-section-text p{padding-top: 10px;}
    .pp-member-reward-5{display: none;}
    .pp-member-reward-4{width: 6%;position: absolute;margin-left: 66% !important;margin-right:0px !important;height:29px !important;}
    .mobile-ppmemberreward{background-color: var(--color-1);}
    h4.pp-reward-5{font-size: 30px !important;}
}

.desc-pp-1{
    margin-top: 6%;
    background-color: #E9E9E9;
}