@media (max-width: 767px) {
    /* .navbar {
        display: none;
    } */

    #video1 {
        width: 100%;
    }

    #video2 {
        width: 100%;
    }

    #video3 {
        width: 100%;
    }

    #video4 {
        width: 100%;
    }

    #video5 {
        width: 100%;
    }

    #video6 {
        width: 100%;
    }

    #video7 {
        width: 100%;
    }

    #video8 {
        width: 100%;
    }

    #video9 {
        width: 100%;
    }
}

@media (min-width: 767px) {
    /* #nav {
        display: none;
    } */
}

@media (max-width: 767px) {
    /* #nav{
        background-color: rgba(14, 87, 255, .7);
    } */

    /* Registrasi Pemohon */
    #regis-box {
        width: auto;
        height: auto;
        margin: 0;
        border: 1px solid #fff;
        background-color: rgb(14, 87, 255);
        font-size: 12px;
        color: #fafafa;
        font-family: Arial, serif;
        border-radius: 10px;

    }

    #regis-box h1 {
        text-align: center;
        color: #fafafa;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    #regis-box input {
        width: 100%;
        /* padding: 8px 10px; */
        border-bottom: 2px solid #fff;
        color: #000000;
        font-size: 12px;
    }

    #regis-box select {
        width: 100%;
        /* padding: 8px 10px; */
        border-bottom: 2px solid #2979ff;
        font-size: 12px;
    }

    /* End Registrasi Pemohon */

    #pricing {
        display: none;
    }

    #petunjuk-test {
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: 100px;
        display: flexbox;
        text-align: center;
    }

    #informasi {
        display: flexbox;
        margin-top: 80px;
        margin-bottom: 30px;
    }


    /* Form Test Teori */

    #teori .data-pemohon table {
        display: flexbox;
    }

    #teori .lokasi {
        display: none;
    }

    #teori .data-pemohon th {
        font-size: 7px;
    }

    #teori .data-pemohon tr {
        font-size: 7px;
    }
}

@media (min-width: 767px) {
    #pricing2 {
        display: none;
    }
}
