/* Reward banner */
.page-cstm-wrp{
    overflow-x: hidden;
}
.reward_banner, .member_sec, .cancel_sec {
    background-color: #E1E4F1;
}
.reward_banner_box{
    background-image: url(../images/reward_bg.png);
    background-size: 100% 100%;
    background-position:  center;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0 150px;
}
.reward_banner_text img{
    width: 150px;
}
.reward_banner_text h5{
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #222222;
}
.reward_banner_text h2{
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #222222;
}
.reward_banner_text p{
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    color: #222222;
}
/* --------------------------------- */



/* Membership Sec CSS */
.member_heading h4{
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    font-family: 'Inter', sans-serif;
    color: #CD4883;
}
.member_heading p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #342F4B;
}
.member_text h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Inter', sans-serif;
    color: #001B2E;
}
.member_text p{
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.member_text ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.member_text ul li + li{
    margin-top: 6px;
}
.member_box{
    background-color: #83C1E4;
    border-radius: 10px;
    border: 5px solid #83C1E4;
    box-shadow: 0px 4px 4px 140px rgba(255, 255, 255, 0.25) inset;
    transition: all 0.4s ease-in-out;
}
.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-size: 35px;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Inter', sans-serif;
    color: #082539;
    margin: 0;
}
.member_box h5{
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    color: #082539;
}
.member_price{
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #082539;
}
.member_price .member_month{
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}
.member_list_wrap{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
.member_list{
    columns: 2;
}
.member_list li{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.member_list li i{
    color: #000;
}
.member_list li + li{
    margin-top: 10px;
}
.member_icon, .member_icon_active{
    bottom: 0;
    width: 130px;
    transition: all 0.4s ease-in-out;
}
.member_icon_active{
    opacity: 0;
}
.member_box.active{
    background-color: #F7971D;
    border: 5px solid #6C4609;
}
.member_box.active .member_icon_active{
    opacity: 1;
}
.member_box.active .member_icon{
    opacity: 0;
}
.member_box.active .member_name,
.member_box.active h5,
.member_box.active .member_price{
    color: #fff;
}
/* --------------------------------- */


/* Disclaimer Box CSS */
.disclaimer_box h3{
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #001B2E;
}
.disclaimer_box .form-check-label{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #000;
    text-align: justify;
    cursor: pointer;
}
.disclaimer_box .form-check-input{
    margin-left: 0 !important;
    width: 35px;
    height: 35px;
    border: 2px solid #000000;
    background-color: #fff;
    border-radius: 5px;
}
.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: 'Inter', 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: 'Inter', sans-serif;
    color: #000;
    flex: 1;
    margin-bottom: 0;
}
/* --------------------------------- */



/* Cancel Form CSS */
.cancel_title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #333333;
}
.cancel_text p{
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    text-align: justify;
    letter-spacing: 1px;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #F05B9D;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', 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: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    color: #333333;
    margin-bottom: 10px;
}
.form-control, .form-select {
    height: 58px;
    background-color: #fff !important;
    border: 1px solid #152354;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 50px !important;
    position: relative;
    padding: 10px 20px;
    line-height: 1;
}

textarea.form-control{
    height: 100px;
    border-radius: 0;
}
.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;
} */


@media screen and (max-width:1399px){
    .reward_banner_box{
        padding-bottom: 120px;
    }
    .reward_banner_text img {
        width: 140px;
    }
    .reward_banner_text h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .reward_banner_text h2 {
        font-size: 42px;
    }
    .reward_banner_text p {
        font-size: 22px;
        line-height: 32px;
    }
    .member_heading h4{
        font-size: 40px;
        line-height: 68px;
    }
    .member_heading p{
        font-size: 18px;
    }
    .member_text h3{
        font-size: 35px;
        line-height: 45px;
    }
    .member_text p{
        font-size: 22px;
        line-height: 32px;
    }
    .member_icon, .member_icon_active{
        width: 110px;
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 32px;
        line-height: 40px;
    }
    .member_box h5 {
        font-size: 22px;
        line-height: 28px;
    }
    .member_price{
        font-size: 42px;
    }
    .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: 5px !important;
    }
    .benefit_sec .heading_sec h3{
        font-size: 25px;
        line-height: 35px;
    }
    .benefit_box p{
        font-size: 14px;
        line-height: 24px;
    }
    .disclaimer_box h3{
        font-size: 30px
    }
    .disclaimer_box .form-check-input{
        width: 30px;
        height: 30px;
    }
    .disclaimer_box .form-check-label{
        font-size: 16px;
        line-height: 25px;
    }
    .cancel_title {
        font-size: 38px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_form label{
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px){
    .reward_banner_box{
        padding: 30px 0 120px;
    }
    .reward_banner_text img{
        width: 120px;
    }
    .reward_banner_text h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .reward_banner_text h2 {
        font-size: 38px;
    }
    .reward_banner_text p {
        font-size: 20px;
        line-height: 30px;
    }
    .member_text h3{
        font-size: 32px;
        line-height: 42px;
    }
    .member_text p{
        font-size: 20px;
        line-height: 30px;
    }
    .member_text ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .member_box{
        border-width: 3px;
    }
    .member_icon, .member_icon_active{
        width: 90px;
    }
    .member_check{
        width: 30px;
        height: 30px;
    }
    .member_name {
        font-size: 28px;
        line-height: 35px;
    }
    .member_box h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .member_price{
        font-size: 36px;
    }
    .member_price .price_medium{
        font-size: 25px;
    }
    .member_box.active{
        border-width: 3px;
    }
    /* .heading_sec .sec_title{
        font-size: 28px;
    } */
    .disclaimer_box h3 {
        font-size: 25px;
    }
    .disclaimer_box .form-check-label {
        font-size: 15px;
        line-height: 24px;
    }
    
    .heading_sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_title {
        font-size: 32px;
    }
    .cancel_text p{
        font-size: 18px;
        line-height: 30px;
    }
    .cancel_form label{
        font-size: 16px;
    }
    .form-control, .form-select{
        height: 45px;
    }
}

@media screen and (max-width:991px){
    .reward_banner_box{
        padding: 30px 0 100px;
        background-size: cover;
    }
    .reward_banner_text h2 {
        font-size: 35px;
    }
    .reward_banner_text p {
        font-size: 18px;
        line-height: 25px;
    }
    .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_title {
        font-size: 30px;
    }
    .cancel_text p{
        font-size: 16px;
        line-height: 28px;
    }
    .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){
    .reward_banner_text h2 {
        font-size: 30px;
    }
    .reward_banner_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .benefit_sec{
        padding: 60px 0;
    }
    .benefit_sec .heading_sec h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .member_sec{
        background-color: #fff;
    }
    .member_heading h4{
        font-size: 38px;
        line-height: 48px;
    }
    .member_heading p{
        font-size: 14px;
    }
    .member_box {
        
    }
    .member_name {
        font-size: 32px;
        line-height: 42px;
    }
    .member_box h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .member_price {
        font-size: 40px;
    }
    .member_icon, .member_icon_active {
        width: 130px;
    }
    .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_sec{
        background-color: #DAECF6;
    }
    .cancel_title {
        font-size: 28px;
    }
    .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){
    .reward_banner_box{
        background-image: url(../images/reward_bg_mob.png);
        background-size: 100% 100%;
        padding-bottom: 70px;
    }
    .member_box {
        
    }
    .member_check{
        top: 3rem;
        right: 3rem;
        width: 35px;
        height: 35px;
    }
}

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: "Inter", 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){
    .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;}
}

/* rewardds page form */
.formBox{
    position: sticky;
    top: 0;
}
.checkout_heading{
    font-weight: bold;
    /* text-decoration: underline; */
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative;
}
.checkout_heading::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 2px;
    background-color: #e1842d;
}
.payment-flds-box p{
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 18px;
}
.paymentname{
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 18px;
}

.formBox input{
    margin-bottom: 18px;
}
.frm-flds select{
    margin-bottom: 18px;
}
.form-control, .form-select{
    border-radius: 10px !important;
}
.paymybtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #df9d5f;
    background-color: #fffdfb;
}
.item-detail-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

