.create_acc h2{
    margin-top: 2rem;
    font-size: 3rem;
    font-weight: 600;
}
.form_field{
    margin-top: 1.5rem;
    text-align: left;
    font-size: 1.5rem;
}
.form_field .small{
    margin: 0.2rem 0.5rem 0 0;
    font-weight: 600;
    font-size: 0.6rem;
    text-align: end;
}
.form_field .star{
    color: red;
    font-size: 1.5rem;
}
.form_field input {
    background-color: #FFF4CC;
    height: fit-content;
    padding: 0.5rem 1rem;
}
.checkbox1{
    margin-top: 4rem;
}
.checkbox1 button{
    width: 9rem;
    border-radius: 12px;
}
.signin{
    text-align: center;
}
.signin h6{
    font-size: 1.2rem;
}
.signin a{
    color: #FF396A;
    text-decoration: none !important;
    font-weight: 700;
}

.mob-search {
    display: none;
}

.mob-navbar {
    display: none;
}

.mobile-nav {
    display: none;
}

@media (min-width: 350px) and (max-width: 480px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .s1 {
        height: fit-content;
        padding: 1rem 0 2rem;
    }

    .agree {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .agree label {
        font-size: .7rem;
    }

    .signin h6 {
        font-size: 1.2rem;
        margin-bottom: 5rem;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .s1 {
        height: fit-content;
        padding: 1rem 0 2rem;
    }

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

    .agree label {
        font-size: .8rem;
        margin-left: 1rem;
    }

    .signin h6 {
        font-size: 1.2rem;
        margin-bottom: 5rem;
    }
}