*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.main_box{
    width: 850px;
    margin: auto;
    margin-top: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border: 1px solid grey;
    border-bottom: 2px solid grey;
}
.main_box1{
    display: flex;
    justify-content: center;
    margin-top: -325px;
    transform: translate(0px, -12px);
    position: relative;
    z-index: -1;
}
.logo{
    width: 94px;
    object-fit: cover;
}
.main_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #8080806b;
    background: linear-gradient(45deg, #25313e, #7acf6e);
    color: white;
    border-radius: 9px 9px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.child{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.heading{
    font-size: 25px;
    text-align:center;
}
.line1{
    width: 70px;
    height: 2px;
    background: #8080806b;
    transform: rotate(90deg);
    position: relative;
    right: 47px;
    top: 35px;
}

.ul_text{
    display: flex;
    font-size: 13px;
    gap: 20px;
    justify-content: center;
    list-style: none;
}
.darpan_style{
    list-style: none;
    font-size: 13px;
    text-align: center;
}

.darpan_style_1{
    display: flex;
    gap: 8px;
    font-size: 13px;
    list-style: none;
    justify-content: center;
}
.all_link{
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.receipt_heading {
    background-color: #385449;
    font-size: 18px;
    color: white;
    width: 315px;
    margin: auto;
    margin-top: 2px;
    overflow: hidden;
    font-weight: 500;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 3px;
    text-align: center;
}
.receipt_heading:before{
    content: '';
    position: absolute;
    width: 89px;
    height: 71px;
    /* background: white; */
    right: -41px;
    transform: rotate(26deg);
    top: 0px;
}

.second_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.label_amount{
    border: 1px solid grey;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    width: 155px;
    gap: 10px;
    height: 35px;
}

.lable{
    font-size: 13px;
    font-weight: 600;
}

.input{font-size: 14px;}
.receipt_user{
    margin-left: 7px;
    font-size: 13px;
    text-transform: capitalize;
}

.mainflex_chekbox{
    display: flex;
    justify-content: space-between;
    transform: translate(0px, 15px);
}

.pan_input{
    border: none;
    outline: none;
}
.download_btn{
    padding: 6px 20px;
    border: none;
    margin-bottom: 30px;
    border-radius: 4px;
    color: white;
    outline: none;
    cursor:pointer;
    background: linear-gradient(45deg, #334b46, #77c96c);
}
.membership_two_btn{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
}

.date_input{
    width: 120px;
    border: none;
    border-bottom: 1px solid grey;
    outline: none;
    background: none;
}

.bank_input{
    width: 200px;
    border: none;
    /* border-bottom: 1px solid grey; */
    outline: none;
}

.bank_input_1{
    border: none;
    outline: none;
}

.anchor{
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.paragraph_box{
    width: 100%;
    background: #80808042;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    transform: translate(0px, 0px);
}

.logo_box{
    width: 100px;
    height: 100px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.member_qr_box{
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trans_paragraph{
    color: #808080f0;
    font-weight: 300;
}

@media(max-width:767px){
    body{
        width: 857px !important;
    }
   
}

@media(max-width:500px){
    
    
}

.bottom_footer{
    width:100%;
    height:25px;
    background: linear-gradient(45deg, #25313e, #7acf6e);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top: 30px;
    border-radius: 0px 0px 8px 8px;
}