/* Reward banner */
.reward_wrap{
    background-image: url(../images/reward_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.reward_wrap h2{
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Kanit', sans-serif;
}
.reward_wrap h2 span{
    font-size: 40px;
    font-weight: 400;
}
.reward_wrap p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Kanit', sans-serif;
}
/* --------------------------------- */




/* Reward Sec CSS */
.reward_box{
    /* border: 2px solid transparent; */
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
.reward_name {
    top: -1.25rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Kanit', sans-serif;
    padding: 10px 20px !important;
}
.reward_price h5{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Kanit', sans-serif;
}
.reward_box ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Kanit', sans-serif;
    border-bottom: 1px solid #eeeeee;
    list-style: none;
    color: #000;
}
.reward_btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    line-height: 1;
    padding: 10px 30px;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    color: #FFB800;
    border: 2px solid #FFB800;
    border-radius: 50rem;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.reward_btn:hover{
    background-color: #FFB800;
    color: #fff;
}
.reward_box.active .reward_btn{
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.reward_box.yellow .reward_name{
    background-color: #d4a31e;
}
.reward_box.yellow .reward_price{
    background-color: #FCC73B;
}
.reward_box.yellow.active{
    border: 2px solid #FCC73B;
}

.reward_box.green .reward_name{
    background-color: #568725;
}
.reward_box.green .reward_price{
    background-color: #87C945;
}
.reward_box.green.active{
    border: 2px solid #87C945;
}

.reward_box.orange .reward_name{
    background-color: #AC7824;
}
.reward_box.orange .reward_price{
    background-color: #EB9D20;
}
.reward_box.orange.active{
    border: 2px solid #EB9D20;
}

.reward_box.sky .reward_name{
    background-color: #0A8194;
}
.reward_box.sky .reward_price{
    background-color: #2DBCD2;
}
.reward_box.sky.active{
    border: 2px solid #2DBCD2;
}

.reward_box.seagreen .reward_name{
    background-color: #1E906E;
}
.reward_box.seagreen .reward_price{
    background-color: #28D9A4;
}
.reward_box.seagreen.active{
    border: 2px solid #28D9A4;
}

.reward_box.violet .reward_name{
    background-color: #7B2EB0;
}
.reward_box.violet .reward_price{
    background-color: #B37DD8;
}
.reward_box.violet.active{
    border: 2px solid #B37DD8;
}




.disclaimer_box{
    background-color: #666666;
    color: #fff;
}
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: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Kanit', sans-serif;
    cursor:pointer;
}
.form-check-input:checked {
    background-color: #fcc73b;
    border-color: #fcc73b;
    box-shadow: none;
}
.form-check-input:checked[type=radio]{
    background-color: #fff;
    border-color: #fcc73b;
    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: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.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;
}
/* --------------------------------- */



/* Membership Perks CSS */
.perks_heading h2{
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    font-family: 'Kanit', sans-serif;
    color: #F2F2F2;
    top: 50px;
}
.perks_box{
    margin-bottom: 90px;
}
.perks_text{
    flex: 1;
}
.perks_text p{
    font-size: 16px;
    line-height: 24px;
}
.perks_icon{
    width: 80px;
    height: 80px;
}
.perks_icon img{
    filter: brightness(0) invert(1);
}
.perks2 .perks_icon{
    margin-right: -2rem;
}
.perks3 .perks_icon{
    margin-left: -2rem;
}
.perks_box_wrap.left_box>div::after{
    content: '';
    position: absolute;
    top: 35px;
    right: -2px;
    width: 42px;
    height: 200px;
    background-image: url(../images/perks_shape1.png);
    background-position: top right;
    background-repeat: no-repeat;
    transform: rotate(-4deg);
    z-index: -1;
}
.perks_box_wrap.right_box>div::after{
    content: '';
    position: absolute;
    top: -65px;
    left: -155px;
    width: 215px;
    height: 320px;
    background-image: url(../images/perks_shape2.png);
    background-position: top right;
    background-repeat: no-repeat;
    transform: rotate(9deg);
    z-index: -1;
}
/* --------------------------------- */



/* Cancel Form CSS */
.cancel_wrap{
    border: 2px solid #fcc73b;
}
.cancel_wrap .heading_sec{
    background-color: #fcc73b;
}
.cancel_wrap .heading_sec h3{
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
}
.cancel_text{
    border-right: 3px solid #d0d0d0;
}
.cancel_text h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #1d72b0;
}
.cancel_text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #342F4B;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', 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: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #152354 !important;
    margin: 0;
}
.form-control, .form-select{
    height: 48px;
    background-color: #fff !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 0;
    font-size: 15px;
    border-radius: 50rem !important;
    position: relative;
    padding: 10px 20px;
}
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;
}
/* --------------------------------- */




@media screen and (max-width:1399px){
    .reward_wrap h2{
        font-size: 50px;
    }
    .reward_wrap h2 span{
        font-size: 35px;
    }
    .reward_wrap p{
        font-size: 16px;
        line-height: 22px;
    }
    .reward_box ul li{
        font-size: 14px;
    }
    .reward_name{
        font-size: 16px;
    }
    .reward_price h5 {
        font-size: 35px;
        line-height: 45px;
    }
    .reward_btn{
        font-size: 16px;
        font-weight: 400;
    }
    .form-check-input {
        width: 45px;
        height: 45px;
    }
    input[type=checkbox]+label, input[type=radio]+label, .tier_label_wrap {
        padding-left: 80px !important;
    }
    .perks_heading h2{
        font-size: 85px;
        line-height: 75px;
    }
    .perks_box{
        margin-bottom: 60px;
    }
    .perks_text p{
        font-size: 15px;
        line-height: 22px;
    }
    .perks_icon{
        width: 70px;
        height: 70px;
    }
    .perks_box_wrap.left_box>div::after{
        top: 35px;
        right: -10px;
        width: 42px;
        height: 200px;
        transform: rotate(-3deg);
    }
    .perks_box_wrap.right_box>div::after{
        top: -70px;
        left: -135px;
        width: 200px;
        height: 280px;
        transform: rotate(12deg);
    }
    .cancel_wrap .heading_sec h3{
        font-size: 32px;
    }
    .cancel_text h4 {
        font-size: 30px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1199px){
    .reward_wrap h2{
        font-size: 45px;
    }
    .reward_wrap h2 span{
        font-size: 30px;
    }
    .reward_name {
        font-size: 15px;
        top: -1rem;
    }
    .reward_price h5 {
        font-size: 32px;
        line-height: 40px;
    }
    .perks_heading h2{
        font-size: 75px;
        line-height: 65px;
        top: 30px;
    }
    .perks_box{
        margin-bottom: 50px;
    }
    .perks_text p{
        font-size: 14px;
    }
    .perks_icon{
        width: 60px;
        height: 60px;
    }
    .perks_box_wrap.right_box>div::after{
        top: -75px;
        left: -125px;
        width: 200px;
        height: 240px;
        transform: rotate(16deg);
    }
    .cancel_wrap .heading_sec h3{
        font-size: 30px;
    }
    .cancel_text h4 {
        font-size: 28px;
        line-height: 36px;
    }
    .cancel_text p{
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px){
    .reward_box{
        margin-bottom: 20px;
    }
    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;
    }
    .perks_heading h2 {
        font-size: 85px;
        line-height: 75px;
        top: 50px;
    }
    .perks_box {
        margin-bottom: 30px;
    }
    .perks_box:last-child {
        margin-bottom: 0;
    }
    .perks2 .perks_icon, .perks3 .perks_icon{
        margin: 0 !important;
    }
    .perks_box_wrap.left_box>div::after,
    .perks_box_wrap.right_box>div::after {
        display: none;
    }
    .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;
    }
}

@media screen and (max-width:767px){
    .reward_banner .sec_title{
        font-size: 20px;
    }
    .reward_wrap {
        background-image: url(../images/reward_bg_mob.jpg);
    }
    .reward_wrap h2 {
        font-size: 50px;
    }
    .reward_wrap h2 span {
        font-size: 35px;
    }
    .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;
    }
    .cancel_btn, .join_btn{
        font-size: 20px;
    }
    .perks_heading h2 {
        font-size: 65px;
        line-height: 1;
        top: 0;
    }
    .perks_text p {
        font-size: 15px;
        line-height: 24px;
    }
    .perks_icon {
        width: 65px;
        height: 65px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 28px;
        line-height: 50px !important;
    }
    .cancel_text {
        border-right: none;
        border-bottom: 3px solid #B8BED1;
    }
    .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;
    }
}

@media screen and (max-width:575px){
    .reward_box .form-check-input{
        transform: none !important;
        top: 25% !important;
        margin-left: 15px !important;
    }
    .cancel_sec .heading_sec{
        border-radius: 0 !important;
    }
}