@media only screen and (max-width: 600px) {
.viewpage4 {
        width: 100%;
        margin-top: 15vw;
        flex: 1; 
        padding: 1vw;
        display: none;
        background-color: #fcfcfb;
        height: 100vh;
        margin-left: 0px;
        }
.pagetittle{
        width:100%;
        text-align:center;
        margin-bottom: 10vw;
        margin-top: 5vw;
        font-weight: bold;
        font-size: 4vw;
        font-family: serif;
    }
.property{
        display: flex;
        width:80%;
        justify-content: space-between;
        font-size: 3vw;
        margin:auto;
        margin-top: 5vw;
    }
.forms{
        display:none;
        height: fit-content;
        font-size: 3vw;
        background-color: #fcfcfb;
        width: 100%;
        margin: auto;
        
    }
.topdirection{
        color:#fcfcfb;
        background-color: #776a68;
        width:96%;
        padding: 2%;
        font-size: 3.5vw;
    }
.textinput{
        width: 50vw;
        height: 5vw;
        font-family: serif;
        font-size: 3vw;
    }
#form1{
        display:block;
    }
.track{
        width:100%;
        height:1vw;
        background-color: #776a68;
        margin-bottom: 3vw;
        margin-top: 3vw;
    }
.mintrack{
        width:20%;
        height:1vw;
        background-color:#f98305;
    }
.backnext{
        width:100%;
        display: flex;
        justify-content: space-around;
        margin-top:6vw;
        color:white;
    }
.bnext{
        background:#f98305;
        width:fit-content;
        border-radius: 1.4vw;
        padding: 0.9vw;
        font-size: 1.6vw;
    }
.select_proof{
        display:none;
        margin-left: 2vw;
    }
.proof_button{
    background-color: #f98305;
    border-radius: 1VW;
    padding: 0.5VW;
    height: fit-content;
    color: white;
}
.proof_Id{
        margin-top: 2vw;
        margin-left: 20%;
        display: flex;
        gap:5vw;
    }
.proof_image{
        width:20vw;
        aspect-ratio:auto;
        
    }
.reg_money_accounts{
        display: flex;
        margin-top: 4vw;
        font-size: 3.5vw ;
        }
}