
html {
    font-size: 16px; /* laptop */
}

@media (max-width: 1200px) {
    html { font-size: 14px; }
    header .hero_navigation
        {
            display: block;
            background: #1e7abd;
            height: 30vh;
            width: 100%;
            border: 1px solid;
            position: relative;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        header .hero_navigation::before
        {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #12385f;
            height:4.6em;
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }

        
         header .hero_navigation .logo_container
    {
        /* margin-top: 1rem; */
        width: 70%;
    }
    header .hero_navigation .logo_container img
        {
            filter:brightness(1.2) drop-shadow(0 5px 10px rgba(255, 255, 255, 0.938));
            width: 20vw;
        }
        header .hero_navigation .logo_container h3
        {
            width: 15em;
            text-align: right;
            font-size: 2em;
            font-weight: 700;
            text-transform: capitalize;
            color: #8eb9d7;
            text-shadow: 2px 4px 10px rgba(4, 4, 4, 0.527);
        }

         header .hero_navigation .link_box
        {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20%;
            margin: 5% 65%;
            color: whitesmoke;
            position: relative;
            /* bottom: -30px; */
            z-index: 11111;
        }
        header .hero_navigation .link_box a
        {
            font-size: 1.2rem;
            text-decoration: none;
            color: aliceblue;
        }
        header .content_box .content h3
        {
            font-size: 1rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        main .cards .card{
    
            background: #fff;
            height: 40vh;
            width: 15.8vw;            
            /* background: url('https://rntu.ac.in/admin/public/uploads/images/banners/1709201969.jpg') no-repeat; */
            background-size: cover;
            background-position: 50%, 30%;
        }
        main .cards .card2
        {
            width: 100vw;
        }

        header .content_box
        {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -53%);
            margin: 0 auto;
            background: #fff;
            height: 43vh;
            width: 70vw;
            z-index: 11111;
            -webkit-box-shadow: 3px 8px 19px 3px rgba(142, 139, 139, 0.685); 
            box-shadow: 3px 8px 19px 3px rgba(131, 130, 130, 0.527);
        }

        header .content_box .item:first-child
        {
            position: relative;
            width: 35%;
        }header .content_box .item:last-child
        {
            width: 70%;
        }
        header .content_box .item:first-child::before
        {
            content: '';
            position: absolute;
            right: 0;
            bottom: 50%;
            transform: translateY(50%);
            border-right: 1px solid #000;
            height: 90%;
            /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);  */
            filter: blur(1px);
            width: 1%;
        }

        header .content_box .item
        {
            height: 100%;
            padding: 1rem 2rem;
        }
        header .content_box .item:first-child
        {
            margin: 0;
            padding: 0;
        }
        header .content_box .item:first-child nav
        {
            width: 80%;
            display: block;
            margin: 1rem auto;
        }
        header .content_box .item:first-child nav ul li 
        {
            font-size: 1rem;
            list-style-type: ">";
            font-weight: 700;
        }
        header .content_box .item:first-child nav ul li a
        {
            text-decoration: none;
            color: gray;
            font-weight: 400;
        }
        header .content_box .item:first-child nav ul li.active a
        {
            font-weight: 700;
        }
        header .content_box .content #Home h3
        {
            font-size: 0.8rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        header .content_box .content p, table
        {
            color: #1e7abd;
            font-size: 0.6rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        header .content_box .content #onlineVerification form,
        header .content_box .content #Register form
        {
            margin: 0 auto;
            width: 100%;
            display: block;
            border: 1px solid;
        }

        header .content_box .content #Home h3
        header .content_box .content #onlineVerification form h3,
        header .content_box .content #Register form h3
        header .content_box .content #contact h3
        {
            text-align: center;
            line-height: 1.5rem;
            /* background: gray; */
            color: #000;
            border-width: 1px;
            font-size: 1rem;
        }
        header .content_box .content #onlineVerification form .inputBox
        {
            /* background: gray; */
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 1.5rem;
            margin: 1rem 0;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox label
        {
            /* margin-left: 1rem; */
            display: block;
            width: 100%;
            padding: 0 4px;
        }
        header .content_box .content #onlineVerification form .inputBox input
        {
            width: 60%;
            margin-right: 1.5rem;
            padding:4px;
            font-size: 0.6rem;
            outline: none;
            border: 1px solid;
            width: 100%;
            border-radius: 2px;
        }
        header .content_box .content #onlineVerification form  input[type="submit"]
        {
            width: 80%;
            padding: 8px;
            font-weight: 500;
            /* background: gray; */
            outline: none;
            border: none;
            cursor: pointer;
            margin-left: 10%;
        }
        header .content_box .content #onlineVerification form  .links
        {
            margin-top: 1.5rem;
            text-align: center;
            font-size: 0.7rem;
        }
        #info
        {
            width: 75%;
            color: #1e7abd;
            font-size: 0.6rem;
            margin-bottom: 0.2rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        #tab
        {
            margin-right: 1rem;
            width: 100%;
            margin: 0px -10px;
        }
        /* new code */

        /* CONTENT */
        header .content_box .content #onlineVerification .content_fin {
            width: 100%;
            /* padding: 30px; */
            display: block;
        }

        header .content_box .content #onlineVerification .verify-section h3 {
            font-size: 1.3rem;
            color: #1e7abd;
        }
        header .content_box .content #onlineVerification .verify-form label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 0.71vw;
        }

        header .content_box .content #onlineVerification .verify-form input {
            width: 100%;
            padding: 4px;
            font-size: 1vw;
        }

        header .content_box .content #onlineVerification .verify-form button {
            margin-top: 1rem;
            padding: 5px;
            width: 100%;
            background: #1e7abd;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 0.61rem;
        }

        /* RESULT */
        header .content_box .content #onlineVerification .result-box {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid #1e7abd;
            background: #f4f9fd;
            border-radius: 4px;
        }


}

@media (max-width: 992px) {
    html { font-size: 13px; }

    header .hero_navigation
        {
            display: block;
            background: #1e7abd;
            height: fit-content;
            width: 100%;
            border: 1px solid;
            position: relative;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        header .hero_navigation::before
        {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #12385f;
            /* height: 3.6em; */
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }

        
         header .hero_navigation .logo_container
    {
        /* margin-top: 2rem; */
        width: 80%;
    }
    header .hero_navigation .logo_container img
        {
            filter:brightness(1.2) drop-shadow(0 5px 10px rgba(255, 255, 255, 0.938));
            width: 25vw;
        }
        header .hero_navigation .logo_container h3
        {
            width: 15em;
            text-align: right;
            font-size: 2em;
            font-weight: 700;
            text-transform: capitalize;
            color: #8eb9d7;
            text-shadow: 2px 4px 10px rgba(4, 4, 4, 0.527);
        }

         header .hero_navigation .link_box
        {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20%;
            margin: 5% 75%;
            color: whitesmoke;
            position: relative;
            bottom: -10px;
            z-index: 11111;
        }
        header .hero_navigation .link_box a
        {
            font-size: 1rem;
            text-decoration: none;
            color: aliceblue;
        }
        header .content_box .content h3
        {
            font-size: 1rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        main .cards .card{
            background: #fff;
            height: 40vh;
            width: 15.8vw;            
            /* background: url('https://rntu.ac.in/admin/public/uploads/images/banners/1709201969.jpg') no-repeat; */
            background-size: cover;
            background-position: 50%, 30%;
        }
        main .cards .card2
        {
            width: 100vw;
        }

        header .content_box
        {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -68%);
            margin: 0 auto;
            background: #fff;
            height: 43vh;
            width: 80vw;
            z-index: 11111;
            -webkit-box-shadow: 3px 8px 19px 3px rgba(142, 139, 139, 0.685); 
            box-shadow: 3px 8px 19px 3px rgba(131, 130, 130, 0.527);
        }

        header .content_box .item:first-child
        {
            position: relative;
            width: 35%;
        }header .content_box .item:last-child
        {
            width: 70%;
        }
        header .content_box .item:first-child::before
        {
            content: '';
            position: absolute;
            right: 0;
            bottom: 50%;
            transform: translateY(50%);
            border-right: 1px solid #000;
            height: 90%;
            /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);  */
            filter: blur(1px);
            width: 1%;
        }

        header .content_box .item
        {
            height: 100%;
            padding: 1rem 2rem;
        }
        header .content_box .item:first-child
        {
            margin: 0;
            padding: 0;
        }
        header .content_box .item:first-child nav
        {
            width: 80%;
            display: block;
            margin: 1rem auto;
        }
        header .content_box .item:first-child nav ul li 
        {
            font-size: 0.6rem;
            list-style-type: ">";
            font-weight: 700;
        }
        header .content_box .item:first-child nav ul li a
        {
            text-decoration: none;
            color: gray;
            font-weight: 400;
        }
        header .content_box .item:first-child nav ul li.active a
        {
            font-weight: 700;
        }
        header .content_box .content #Home h3
        {
            font-size: 0.8rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        header .content_box .content p, table
        {
            color: #1e7abd;
            font-size: 0.63rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        header .content_box .content #onlineVerification form,
        header .content_box .content #Register form
        {
            margin: 0 auto;
            width: 100%;
            display: block;
            border: 1px solid;
        }

        header .content_box .content #Home h3
        header .content_box .content #onlineVerification form h3,
        header .content_box .content #Register form h3
        header .content_box .content #contact h3
        {
            text-align: center;
            line-height: 1.5rem;
            /* background: gray; */
            color: #000;
            border-width: 1px;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox
        {
            /* background: gray; */
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 1.5rem;
            margin: 1rem 0;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox label
        {
            /* margin-left: 1rem; */
            display: block;
            width: 100%;
            padding: 0 4px;
        }
        header .content_box .content #onlineVerification form .inputBox input
        {
            width: 60%;
            margin-right: 1.5rem;
            padding:4px;
            font-size: 0.6rem;
            outline: none;
            border: 1px solid;
            width: 100%;
            border-radius: 2px;
        }
        header .content_box .content #onlineVerification form  input[type="submit"]
        {
            width: 80%;
            padding: 8px;
            font-weight: 500;
            /* background: gray; */
            outline: none;
            border: none;
            cursor: pointer;
            margin-left: 10%;
        }
        header .content_box .content #onlineVerification form  .links
        {
            margin-top: 1.5rem;
            text-align: center;
            font-size: 0.7rem;
        }
        #info
        {
            width: 75%;
            color: #1e7abd;
            font-size: 0.6rem;
            margin-bottom: 0.2rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        #tab
        {
            margin-right: 1rem;
            width: 100%;
            margin: 0px -10px;
        }
        /* new code */

        /* CONTENT */
        header .content_box .content #onlineVerification .content_fin {
            width: 100%;
            /* padding: 30px; */
            display: block;
        }

        header .content_box .content #onlineVerification .content_fin h3 {
            font-size: 1rem;
            color: #1e7abd;
        }
        header .content_box .content #onlineVerification .verify-form label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 0.71vw;
        }

        header .content_box .content #onlineVerification .verify-form input {
            width: 100%;
            padding: 4px;
            font-size: 1.8vw;
        }

        header .content_box .content #onlineVerification .verify-form button {
            margin-top: 1rem;
            padding: 5px;
            width: 100%;
            background: #1e7abd;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 0.61rem;
        }

        /* RESULT */
        header .content_box .content #onlineVerification .result-box {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid #1e7abd;
            background: #f4f9fd;
            border-radius: 4px;
        }


}

@media (max-width: 768px) {
    html { font-size: 12px; }
     header .hero_navigation
        {
            display: block;
            background: #1e7abd;
            height: fit-content;
            width: 100%;
            border: 1px solid;
            position: relative;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        header .hero_navigation::before
        {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #12385f;
            /* height: 3.6em; */
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }

        
         header .hero_navigation .logo_container
    {
        /* margin-top: 2rem; */
        width: 80%;
    }
    header .hero_navigation .logo_container img
        {
            filter:brightness(1.2) drop-shadow(0 5px 10px rgba(255, 255, 255, 0.938));
            width: 25vw;
        }
        header .hero_navigation .logo_container h3
        {
            width: 15em;
            text-align: right;
            font-size: 2em;
            font-weight: 700;
            text-transform: capitalize;
            color: #8eb9d7;
            text-shadow: 2px 4px 10px rgba(4, 4, 4, 0.527);
        }

         header .hero_navigation .link_box
        {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20%;
            margin: 5% 75%;
            color: whitesmoke;
            position: relative;
            bottom: -10px;
            z-index: 11111;
        }
        header .hero_navigation .link_box a
        {
            font-size: 1rem;
            text-decoration: none;
            color: aliceblue;
        }
        header .content_box .content h3
        {
            font-size: 1rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        main .cards .card{
            background: #fff;
            height: 40vh;
            width: 15.8vw;            
            /* background: url('https://rntu.ac.in/admin/public/uploads/images/banners/1709201969.jpg') no-repeat; */
            background-size: cover;
            background-position: 50%, 30%;
        }
        main .cards .card2
        {
            width: 100vw;
        }

        header .content_box
        {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -68%);
            margin: 0 auto;
            background: #fff;
            height: 43vh;
            width: 80vw;
            z-index: 11111;
            -webkit-box-shadow: 3px 8px 19px 3px rgba(142, 139, 139, 0.685); 
            box-shadow: 3px 8px 19px 3px rgba(131, 130, 130, 0.527);
        }

        header .content_box .item:first-child
        {
            position: relative;
            width: 35%;
        }header .content_box .item:last-child
        {
            width: 70%;
        }
        header .content_box .item:first-child::before
        {
            content: '';
            position: absolute;
            right: 0;
            bottom: 50%;
            transform: translateY(50%);
            border-right: 1px solid #000;
            height: 90%;
            /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);  */
            filter: blur(1px);
            width: 1%;
        }

        header .content_box .item
        {
            height: 100%;
            padding: 1rem 2rem;
        }
        header .content_box .item:first-child
        {
            margin: 0;
            padding: 0;
        }
        header .content_box .item:first-child nav
        {
            width: 80%;
            display: block;
            margin: 1rem auto;
        }
        header .content_box .item:first-child nav ul li 
        {
            font-size: 0.6rem;
            list-style-type: ">";
            font-weight: 700;
        }
        header .content_box .item:first-child nav ul li a
        {
            text-decoration: none;
            color: gray;
            font-weight: 400;
        }
        header .content_box .item:first-child nav ul li.active a
        {
            font-weight: 700;
        }
        header .content_box .content #Home h3
        {
            font-size: 0.8rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        header .content_box .content p, table
        {
            color: #1e7abd;
            font-size: 0.63rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        header .content_box .content #onlineVerification form,
        header .content_box .content #Register form
        {
            margin: 0 auto;
            width: 100%;
            display: block;
            border: 1px solid;
        }

        header .content_box .content #Home h3
        header .content_box .content #onlineVerification form h3,
        header .content_box .content #Register form h3
        header .content_box .content #contact h3
        {
            text-align: center;
            line-height: 1.5rem;
            /* background: gray; */
            color: #000;
            border-width: 1px;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox
        {
            /* background: gray; */
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 1.5rem;
            margin: 1rem 0;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox label
        {
            /* margin-left: 1rem; */
            display: block;
            width: 100%;
            padding: 0 4px;
        }
        header .content_box .content #onlineVerification form .inputBox input
        {
            width: 60%;
            margin-right: 1.5rem;
            padding:4px;
            font-size: 0.6rem;
            outline: none;
            border: 1px solid;
            width: 100%;
            border-radius: 2px;
        }
        header .content_box .content #onlineVerification form  input[type="submit"]
        {
            width: 80%;
            padding: 8px;
            font-weight: 500;
            /* background: gray; */
            outline: none;
            border: none;
            cursor: pointer;
            margin-left: 10%;
        }
        header .content_box .content #onlineVerification form  .links
        {
            margin-top: 1.5rem;
            text-align: center;
            font-size: 0.7rem;
        }
        #info
        {
            width: 75%;
            color: #1e7abd;
            font-size: 0.6rem;
            margin-bottom: 0.2rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        #tab
        {
            margin-right: 1rem;
            width: 100%;
            margin: 0px -10px;
        }
        /* new code */

        /* CONTENT */
        header .content_box .content #onlineVerification .content_fin {
            width: 100%;
            /* padding: 30px; */
            display: block;
        }

        header .content_box .content #onlineVerification .content_fin h3 {
            font-size: 1.5rem;
            color: #1e7abd;
        }
        header .content_box .content #onlineVerification .verify-form label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 0.71vw;
        }

        header .content_box .content #onlineVerification .verify-form input {
            width: 100%;
            padding: 4px;
            font-size: 1.8vw;
        }

        header .content_box .content #onlineVerification .verify-form button {
            margin-top: 1rem;
            padding: 5px;
            width: 100%;
            background: #1e7abd;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 0.61rem;
        }

        /* RESULT */
        header .content_box .content #onlineVerification .result-box {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid #1e7abd;
            background: #f4f9fd;
            border-radius: 4px;
        }
        main .cards .card
        {
            display: none;
        }



}

@media (max-width: 480px) {
    html { font-size: 11px; }

    header .hero_navigation
        {
            display: block;
            background: #1e7abd;
            height: fit-content;
            width: 100%;
            border: 1px solid;
            position: relative;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        header .hero_navigation::before
        {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #12385f;
            height: 3.6em;
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }




    header .hero_navigation .logo_container
    {
        margin-top: 2rem;
        width: 70%;
    }
    header .hero_navigation .logo_container img
        {
            filter:brightness(1.2) drop-shadow(0 5px 10px rgba(255, 255, 255, 0.938));
            width: 25vw;
        }
        header .hero_navigation .logo_container h3
        {
            width: 15em;
            text-align: right;
            font-size: 1.2em;
            font-weight: 700;
            text-transform: capitalize;
            color: #8eb9d7;
            text-shadow: 2px 4px 10px rgba(4, 4, 4, 0.527);
        }

         header .hero_navigation .link_box
        {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20%;
            margin: 5% 65%;
            color: whitesmoke;
            position: relative;
            bottom: 0;
            z-index: 11111;
        }
        header .hero_navigation .link_box a
        {
            font-size: 0.6rem;
            text-decoration: none;
            color: aliceblue;
        }
        header .content_box .content h3
        {
            font-size: 0.6rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        main .cards .card{
            background: #fff;
            height: 40vh;
            width: 15.8vw;            
            /* background: /* url('https://rntu.ac.in/admin/public/uploads/images/banners/1709201969.jpg') no-repeat; */
            background-size: cover;
            background-position: 50%, 30%;
        }
        main .cards .card2
        {
            width: 100vw;
        }

        header .content_box
        {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -80%);
            margin: 0 auto;
            background: #fff;
            height: 43vh;
            width: 70vw;
            z-index: 11111;
            -webkit-box-shadow: 3px 8px 19px 3px rgba(142, 139, 139, 0.685); 
            box-shadow: 3px 8px 19px 3px rgba(131, 130, 130, 0.527);
        }

        header .content_box .item:first-child
        {
            position: relative;
            width: 35%;
        }header .content_box .item:last-child
        {
            width: 70%;
        }
        header .content_box .item:first-child::before
        {
            content: '';
            position: absolute;
            right: 0;
            bottom: 50%;
            transform: translateY(50%);
            border-right: 1px solid #000;
            height: 90%;
            /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);  */
            filter: blur(1px);
            width: 1%;
        }

        header .content_box .item
        {
            height: 100%;
            padding: 1rem 2rem;
        }
        header .content_box .item:first-child
        {
            margin: 0;
            padding: 0;
        }
        header .content_box .item:first-child nav
        {
            width: 80%;
            display: block;
            margin: 1rem auto;
        }
        header .content_box .item:first-child nav ul li 
        {
            font-size: 0.6rem;
            list-style-type: ">";
            font-weight: 700;
        }
        header .content_box .item:first-child nav ul li a
        {
            text-decoration: none;
            color: gray;
            font-weight: 400;
        }
        header .content_box .item:first-child nav ul li.active a
        {
            font-weight: 700;
        }
        header .content_box .content #Home h3
        {
            font-size: 0.8rem;
            color: gray;
            margin-bottom: 0.5rem;
        }
        header .content_box .content p, table
        {
            color: #1e7abd;
            font-size: 0.43rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        header .content_box .content #onlineVerification form,
        header .content_box .content #Register form
        {
            margin: 0 auto;
            width: 100%;
            display: block;
            border: 1px solid;
        }

        header .content_box .content #Home h3
        header .content_box .content #onlineVerification form h3,
        header .content_box .content #Register form h3
        header .content_box .content #contact h3
        {
            text-align: center;
            line-height: 1.5rem;
            /* background: gray; */
            color: #000;
            border-width: 1px;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox
        {
            /* background: gray; */
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 1.5rem;
            margin: 1rem 0;
            font-size: 0.6rem;
        }
        header .content_box .content #onlineVerification form .inputBox label
        {
            /* margin-left: 1rem; */
            display: block;
            width: 100%;
            padding: 0 4px;
        }
        header .content_box .content #onlineVerification form .inputBox input
        {
            width: 60%;
            margin-right: 1.5rem;
            padding:4px;
            font-size: 0.6rem;
            outline: none;
            border: 1px solid;
            width: 100%;
            border-radius: 2px;
        }
        header .content_box .content #onlineVerification form  input[type="submit"]
        {
            width: 80%;
            padding: 8px;
            font-weight: 500;
            /* background: gray; */
            outline: none;
            border: none;
            cursor: pointer;
            margin-left: 10%;
        }
        header .content_box .content #onlineVerification form  .links
        {
            margin-top: 1.5rem;
            text-align: center;
            font-size: 0.7rem;
        }
        #info
        {
            width: 75%;
            color: #1e7abd;
            font-size: 0.6rem;
            margin-bottom: 0.2rem;
            font-weight: 500;
            letter-spacing: 0.03rem;
        }
        #tab
        {
            margin-right: 1rem;
            width: 100%;
            margin: 0px -10px;
        }
        /* new code */

        /* CONTENT */
        header .content_box .content #onlineVerification .verify-section {
            width: 100%;
            /* padding: 30px; */
            display: block;
        }

        header .content_box .content #onlineVerification .verify-section h3 {
            font-size: 1rem;
            color: #1e7abd;
        }
        header .content_box .content #onlineVerification .verify-form label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 0.71vw;
        }

        header .content_box .content #onlineVerification .verify-form input {
            width: 100%;
            padding: 4px;
            font-size: 1.8vw;
        }

        header .content_box .content #onlineVerification .verify-form button {
            margin-top: 1rem;
            padding: 5px;
            width: 100%;
            background: #1e7abd;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 0.61rem;
        }

        /* RESULT */
        header .content_box .content #onlineVerification .result-box {
            margin-top: 20px;
            padding: 15px;
            border: 1px solid #1e7abd;
            background: #f4f9fd;
            border-radius: 4px;
        }
       
}

header .content_box.verification-expanded {
    align-items: flex-start;
    height: auto;
    min-height: 73vh;
    padding-bottom: 1rem;
    top: 17vh;
    transform: translateX(-50%);
}

header .content_box.verification-expanded .item {
    height: auto;
    min-height: 73vh;
}

header .content_box .content #onlineVerification .result-box {
    height: auto;
    clear: both;
}

@media (max-width: 1200px) {
    header .content_box.verification-expanded {
        min-height: 43vh;
        top: 27vh;
    }

    header .content_box.verification-expanded .item {
        min-height: 43vh;
    }
}

@media (max-width: 992px) {
    header .content_box.verification-expanded {
        top: 21vh;
    }
}

@media (max-width: 480px) {
    header .content_box.verification-expanded {
        top: 16vh;
    }
}

@media (max-width: 768px) {
    header {
        position: relative;
    }

    header .hero_navigation {
        min-height: 9.2rem;
    }

    header .content_box {
        top: 9.5rem;
        transform: translateX(-50%);
        width: min(70vw, 360px);
        height: auto;
        min-height: 43vh;
        align-items: stretch;
    }

    header .content_box .item {
        height: auto;
        min-height: 43vh;
    }

    main .cards .card {
        height: 48vh;
    }
}

@media (max-width: 480px) {
    header .hero_navigation {
        min-height: 8.6rem;
    }

    header .content_box {
        top: 9rem;
        width: 70vw;
    }
}

header .hero_navigation .logo_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.75rem, 4vw, 3rem);
}

header .hero_navigation .logo_container h3 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    text-align: right;
    font-size: clamp(0.95rem, 3.8vw, 1.72rem);
    line-height: 1.15;
}

header .hero_navigation .portal-title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
}

header .hero_navigation .portal-title h3 {
    width: auto;
    text-align: center;
}

header .hero_navigation .portal-title span {
    font-size: clamp(0.5rem, 1.9vw, 0.78rem);
}

header .hero_navigation .logo_container img {
    flex: 0 0 auto;
}

@media (max-width: 480px) {
    header .hero_navigation .logo_container {
        width: 86%;
        gap: 0.65rem;
    }

    header .hero_navigation .logo_container img {
        width: 22vw;
    }

    header .hero_navigation .logo_container h3 {
        font-size: clamp(0.72rem, 4.3vw, 1rem);
    }

    header .hero_navigation .portal-title span {
        font-size: 0.5rem;
    }
}

@media (max-width: 768px) {
    header .content_box .content #onlineVerification .verify-form input {
        font-size: 0.72rem;
    }

    header .content_box .content #onlineVerification .captcha-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    header .content_box .content #onlineVerification .verification-table th,
    header .content_box .content #onlineVerification .verification-table td {
        font-size: 0.52rem;
        padding: 3px 4px;
    }
}
/* Final responsive overrides for better mobile alignment */
@media (max-width: 1200px) {
    html { font-size: 15px; }
    header .hero_navigation { height: auto; min-height: 18vh; padding: 1.2rem 0 1rem; }
    header .hero_navigation::before { height: 3.2em; }
    header .hero_navigation .portal-title h3 { font-size: clamp(1.6rem, 2vw, 2.1rem); }
    header .hero_navigation .portal-title span { font-size: 0.85rem; }
    header .hero_navigation .link_box { width: auto; margin: 0.4rem auto; }
    header .content_box { position: relative; top: auto; left: auto; transform: none; width: min(92vw, 1080px); margin: 0 auto 1.5rem; padding: 1rem; height: auto; align-items: stretch; }
    header .content_box .item { width: 100%; max-width: 100%; }
    header .content_box .item:first-child::before { display: none; }
    header .content_box .item:first-child nav { width: 100%; margin: 0; }
    header .content_box .item:first-child nav ul { display: flex; flex-wrap: wrap; gap: 0.35rem; justify-content: flex-start; padding: 0; }
    header .content_box .item:first-child nav ul li { width: auto; margin: 0; padding: 0.2rem 0.45rem; }
    header .content_box .item:first-child nav ul li a { font-size: 0.95rem; }
    header .content_box .content { padding: 0; }
    header .content_box .content #onlineVerification p { text-align: left; }
    header .content_box .content #onlineVerification .verify-form { width: 100%; border: none; padding: 0; }
    header .content_box .content #onlineVerification .verify-form input { width: 100%; }
    header .content_box .content #onlineVerification .captcha-row { grid-template-columns: 1fr; gap: 0.5rem; }
    header .content_box .content #onlineVerification .captcha-row label { margin-bottom: 0.35rem; }
    header .content_box .content #onlineVerification .verify-form button { width: 100%; }
    header .content_box .content #onlineVerification .result-box { margin-top: 1rem; }
    #tab { width: 100%; margin: 0; overflow-x: auto; }
}

@media (max-width: 992px) {
    html { font-size: 14px; }
    header .hero_navigation .portal-title h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
    header .hero_navigation .portal-title span { font-size: 0.82rem; }
    header .hero_navigation .link_box { margin: 0.4rem auto; }
    header .content_box { width: min(95vw, 760px); padding: 0.9rem; }
    header .content_box .item { padding: 0.85rem; }
    header .content_box .content #onlineVerification .verify-section h3 { font-size: 1.35rem; }
    header .content_box .content #onlineVerification .verify-form input { padding: 0.75rem; font-size: 0.95rem; }
    header .content_box .content #onlineVerification .verify-form button { padding: 0.95rem; font-size: 0.98rem; }
    header .content_box .content #onlineVerification .verification-table th, header .content_box .content #onlineVerification .verification-table td { font-size: 0.82rem; }
    .certificate-container object, .certificate-container img { max-height: 240px; }
}

@media (max-width: 768px) {
    html { font-size: 13px; }
    header .hero_navigation { padding: 1rem 0 0.8rem; }
    header .content_box { width: min(96vw, 680px); margin-top: 1rem; padding: 0.8rem; }
    header .content_box .item { padding: 0.75rem; }
    header .content_box .content #onlineVerification .verify-section h3 { font-size: 1.25rem; }
    header .content_box .content #onlineVerification .verify-form input { font-size: 0.95rem; }
    header .content_box .content #onlineVerification .captcha-row { gap: 0.4rem; }
    header .content_box .content #onlineVerification .captcha-row label { font-size: 0.92rem; }
    header .content_box .content #onlineVerification .verify-form button { font-size: 0.98rem; padding: 0.9rem; }
    header .content_box .content #onlineVerification .verification-table th, header .content_box .content #onlineVerification .verification-table td { font-size: 0.78rem; }
    .certificate-container object, .certificate-container img { max-height: 220px; }
}

@media (max-width: 576px) {
    html { font-size: 12px; }
    header .hero_navigation .portal-title { padding: 0 0.8rem; }
    header .hero_navigation .portal-title h3 { font-size: 1.35rem; }
    header .hero_navigation .portal-title span { font-size: 0.78rem; }
    header .hero_navigation .link_box { flex-wrap: wrap; gap: 0.5rem; margin: 0.5rem auto; width: 100%; }
    header .content_box { width: 98vw; padding: 0.7rem; margin: 0.75rem auto 1.2rem; }
    header .content_box .item { padding: 0.6rem; }
    header .content_box .content #onlineVerification .verify-section h3 { font-size: 1.15rem; }
    header .content_box .content #onlineVerification .verify-form input { padding: 0.8rem; font-size: 0.95rem; }
    header .content_box .content #onlineVerification .captcha-row label { font-size: 0.9rem; }
    header .content_box .content #onlineVerification .verify-form button { padding: 0.85rem; font-size: 1rem; }
    header .content_box .content #onlineVerification .verification-table th, header .content_box .content #onlineVerification .verification-table td { font-size: 0.72rem; }
    #tab { font-size: 0.72rem; }
    .certificate-container object, .certificate-container img { max-height: 200px; }
}
