.html-form-container {
    width: 100%;
    padding: 5px;
}

.html-form-container .header-image img {
    width: 70%;
    margin: auto;
    align-items: center;
    display: flex;
}

.html-form-heading h2 {
    color: black;
    text-align: center;
}

.registration-details .registration-heading h3{
    font-size: 20px;
    color: black;
}

.registration-heading {
    width: 100%;
    display: flex;
    margin: auto;
    background-color: transparent;
    color: rgb(204, 200, 200);
    padding: 5px;
}

.registration-content {
    display: flex;
    margin: auto;
    width: 100%;
}

.registration-content .fst-content {
    width: 60%;
    background-color: transparent;
    color: rgb(204, 200, 200);
    padding: 5px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    border-right: 0.5px solid black;
    border-top: 0.5px  solid black;
    border-bottom: 0.5px solid black;
}

.registration-content .scnd-content {
    width: 50%;
    border-bottom: 0.5px solid black;
    border-top: 0.5px solid black;
    padding: 5px;
}

.inner-form-container {
    border: 2px solid black;
}

p{
    margin: 0px;
    color: black;
    font-size: 18px;
}

.scnd-content input, select {
    width: 300px;
    padding: 5px;
}

button {
    margin: auto;
    display: flex;
    padding: 5px;
    width: 300px;
    justify-content: center;
}

#same {
    margin-left: 20px;
    width: 1.4%;
}

#same_permanent {
    font-size: 18px;
}

@media(max-width:1000px) {
    .html-form-container .header-image img {
        width: 100%;
        margin: auto;
        align-items: center;
        display: flex;
    }
    
    
    .html-form-container {
        width: 100%;
        zoom:80%;
    }

    .inner-form-container {
        width: 90%;
    }
}    

@media(max-width:608px) {
    .registration-content {
        display: flex;
        flex-direction: column;
    }

    .registration-content .fst-content {
        width: 100%;
    }

    .registration-content .scnd-content {
        width: 100%;
    }

    .registration-content .scnd-content input {
        width: 100%;
    }

    .registration-content .scnd-content select {
        width: 100%;
    }
}

.razorpay-payment-button{
    display:none;
}