  /* Custom CSS for the header image */

        /* importing google fonts */
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

        ::selection {
            color: #fff;
            background: #007bff;
        }

        header .timer {
            color: #004085;
            background: #ffcccc;
            border: 1px solid #f11111;
            height: 40px;
            padding: 0 8px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 145px;
        }

        header .timer .time_left_txt {
            font-weight: 400;
            font-size: 16px;
            user-select: none;
        }

        header .timer .timer_sec {
            font-size: 17px;
            font-weight: 500;
            height: 30px;
            width: 45px;
            color: #fff;
            border-radius: 5px;
            line-height: 30px;
            text-align: center;
            background: #343a40;
            border: 1px solid #343a40;
            user-select: none;
        }

        header .time_line {
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 3px;
            background: #007bff;
        }

        .form-control {
            background-color: #e9ecef;
            opacity: 1;
        }

        .card-headers {
            padding: 0.75rem 1.25rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, .03);
            border-bottom: 1px solid rgba(0, 0, 0, .125);
        }

        .fline {
            margin-bottom: 95px;
        }

        a:hover {
            text-decoration: none;
            border: none;
        }

        button.btn.btn-primary.btn-lg.btn-block {
            color: white;
            border: none;
            background: -webkit-linear-gradient(right, #43cea2, #185a9d);
        }

        button.btn.btn-primary.btn-lg.btn-block:hover {
            color: white;
            border: none;
            background: -webkit-linear-gradient(right, #185a9d, #43cea2);
            transform: none;
        }

        label {
            font-size: 18px !important;
        }

        body {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            margin: 0;
            background-color: #f8f9fa;
        }

        .card {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        h4 {
            font-size: 1.8rem;
        }

        .form-label {
            font-size: 1.2rem;
        }

        .btn-success {
            margin-top: 20px;
        }

        .mobile_text1 {
            text-align: justify;
        }

        .question_set {
            width: 50%;
        }

        .hidden-section {
            display: none;
        }

        @media (max-width: 576px) {
            .card-body {
                padding: 15px;
            }

            h4 {
                font-size: 1.5rem;
            }

            .first_page {
                padding: 2px 5px;
                background-color: white;
                width: 100%;
            }

            .mobile_border {
                border: none !important;
            }

            .mobile_logo {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .mobile_text1 {
                text-align: justify center !important;
            }

            .question_set {
                width: 100%;
                border: none !important;
                margin-bottom: 30px;
                font-size: 10px !important;
            }
            .question_set h4{
            
                font-size: 16px !important;
            }

            label{
                font-size: 12px !important;
            }
            header .timer .time_left_txt {
                
                font-size: 12px;
                
            }
            header .timer .timer_sec {
                font-size: 14px;
                height: 30px;
                width: 30px;
               
            }
        }