
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: 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: 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;
    }
}
