﻿ @media print
        {
            .no-print, .no-print *
            {
                display: none !important;
            }

@font-face { font-family: 'customunicodefont'; src: url( '../fonts/EkMukta-Regular.ttf' ); }
.customunicodefont { font-family: customunicodefont; font-size: 18px; }


        }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    overflow-x: hidden !important;
    border-top: none !important;
    color: #ABA8A8 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;
    border: none;
    padding-right: 24px;
}
a,
a:hover {
    text-decoration: none !important;
    outline: none;
    color: #202020;
    transition: 0.3s all linear;
}

    a:hover {
        color: #27548A;
    }

        .navbar
        {
            /* -webkit-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);
            -moz-box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);
            box-shadow: 1px 1px 2px rgba(0,0, 0, 0.3);*/
        }
        .navbar *
        {
            color: #78170c !important;
        }
        .nav-link:hover, .dropdown-item:hover
        {
            background-color: #007bff !important;
            color: #ffffff !important;
        }
        .nav-item
        {
            border-left:1px solid #e3e3e3;            
        }
         .nav-item:first-child 
        {
            border-left:1px solid #e3e3e3;            
        }
        .nav-item:last-child 
        {
            border-right:1px solid #e3e3e3;            
        }
        /*
        .dropdown:hover > .dropdown-menu
        {
            display: block;
        }
        .dropdown > .dropdown-toggle:active
        {
            pointer-events: none; //Without this, clicking will make it sticky
        }
        */
        
        .gototop
        {
            width: 48px;
            height: 48px;
            min-width: 48px;
            min-height: 48px;
            background-image: url(/images/up48x48.png);
            background-repeat: no-repeat;
            margin: 48px;
        }
        .gototop:hover
        {
            background-image: url(/images/up48x48_h.png);
        }
        
        .gototop-small
        {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            background-image: url(/images/up24x24.png);
            background-repeat: no-repeat;
            margin: 24px;
        }
        .gototop-small:hover
        {
            background-image: url(/images/up24x24_h.png);
        }

/*header*/
.top-header .logo-box {
    background: transparent;
    height: 52px;
    margin: 10px 0px;
}

    .top-header .logo-box img {
        height: 100%;
        object-fit: contain;
    }


.top-header .tp-top-btns {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

    .top-header .tp-top-btns a.tp-btns {
        display: inline-block;
        position: relative;
        background: #F5F5F5;
        padding: 20px 15px 20px 58px;
        border: solid 1px #0001;
        margin-left: 10px;
        border-radius: 10px;
        min-width: 143px;
    }

        .top-header .tp-top-btns a.tp-btns i {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            top: 12px;
            left: 8px;
            line-height: 40px;
            text-align: center;
            background: #273F4F;
            font-size: 23px;
            color: #fff;
        }

        .top-header .tp-top-btns a.tp-btns span {
            font-size: 13px;
        }

        .top-header .tp-top-btns a.tp-btns aside {
            font-size: 13px;
            color: #0a0a0a;
            font-weight: 700;
        }

.top-header {
    padding: 8px 0px;
}

    .top-header .tp-top-btns a.tp-btns.school-login-btn {
        display: flex;
        align-items: center;
    }

        .top-header .tp-top-btns a.tp-btns.school-login-btn i {
            background: #27548A;
        }

        .top-header .tp-top-btns a.tp-btns.school-login-btn span {
            font-size: 17px;
            color: #27548A;
            font-weight: 600;
        }

    .top-header .tp-top-btns a.tp-btns:hover {
        background: #27548a;
    }

        .top-header .tp-top-btns a.tp-btns:hover i {
            background: #fff;
            color: #27548a;
        }

        .top-header .tp-top-btns a.tp-btns:hover span, .top-header .tp-top-btns a.tp-btns:hover aside {
            color: #fff;
        }

    .top-header .tp-top-btns a.tp-btns.school-login-btn:hover {
        background: #27548A;
    }

        .top-header .tp-top-btns a.tp-btns.school-login-btn:hover i {
            color: #27548A;
        }

.btm-header {
    background: #27548A;
}

    .btm-header ul.main-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }


        .btm-header ul.main-menu > li > a {
            font-size: 17px;
            display: block;
            padding: 14px 20px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

        .btm-header ul.main-menu > li.active > a, .btm-header ul.main-menu > li:hover > a {
            background: #1a3a60;
            color: #fff;
        }

        .btm-header ul.main-menu li.dropdowns.ml-auto {
            margin-left: auto;
            padding: 7px 0px;
        }

            .btm-header ul.main-menu li.dropdowns.ml-auto a {
                background: #fff;
                color: #000;
                margin: 0px;
                padding: 7px 15px;
                border-radius: 5px;
            }

        .btm-header ul.main-menu li.dropdowns {
            position: relative;
        }

        .btm-header ul.main-menu > li > a span {
            font-size: 13px;
            padding-left: 5px;
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 0 5px #0000004a;
            margin: 0;
            list-style: none;
            width: max-content;
            padding: 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transition: 0.3s all ease;
            max-width: 23em;
            min-width: 200px;
            z-index: 11;
        }

        .btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu {
            right: 0;
            left: auto;
        }


        .btm-header ul.main-menu li.dropdowns ul.sub-menu li.dropdown-headings {
            color: #000;
            font-weight: 600;
            font-size: 16px;
            padding: 5px 13px;
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu li.divider {
            padding: 0;
            border-top: 1px solid rgb(233, 236, 239);
        }

        .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }

        .btm-header ul.main-menu li.dropdowns ul.sub-menu li a {
            color: #000;
            background: transparent;
            padding: 7px 24px;
            width: 100%;
            display: block;
            font-size: 16px;
        }

            .btm-header ul.main-menu li.dropdowns ul.sub-menu li a:hover {
                color: #fff;
                background: #27548A;
            }

        .btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu li a {
            border-bottom: 1px solid rgb(233, 236, 239);
            border-radius: 0;
        }

        .btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu li:last-child a {
            border-bottom: none;
        }

.toggle-btn-new {
    position: absolute;
    top: -46px;
    right: 20px;
    width: 30px;
    height: 20px;
    transition: 0.3s all ease;
    z-index: 99;
}

    .toggle-btn-new span {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 3px;
        background: #000;
        transition: 0.3s all ease;
        z-index: 11;
    }

        .toggle-btn-new span.middle {
            top: 8px;
        }

        .toggle-btn-new span.bottom {
            top: 16px;
            width: 13px;
        }

        .toggle-btn-new span.top {
            width: 20px;
        }

.menu-open .toggle-btn-new span.top {
    width: 30px;
    transform: rotate(45deg);
    top: 10px;
}

.menu-open .toggle-btn-new span.middle {
    display: none;
}

.menu-open .toggle-btn-new span.bottom {
    width: 30px;
    transform: rotate(-45deg);
    top: 10px;
}

.janhit-hme-box {
    margin: 30px 0px;
}

    .janhit-hme-box .card-box {
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .janhit-hme-box .card-box .card-header-new {
            background: rgb(39 84 138 / 11%);
            padding: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, .125);
        }

            .janhit-hme-box .card-box .card-header-new h5 {
                margin-bottom: 0;
                color: #000;
                font-size: 17px;
                font-weight: 600;
            }

        .janhit-hme-box .card-box .card-body-new {
            padding: 10px;
        }

            .janhit-hme-box .card-box .card-body-new ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .janhit-hme-box .card-box .card-body-new ul li {
                    color: #000;
                    font-size: 16px;
                    margin-bottom: 13px;
                }

                    .janhit-hme-box .card-box .card-body-new ul li a.card-link {
                        color: #27548a;
                        font-weight: 600;
                    }

            .janhit-hme-box .card-box .card-body-new .inner-new-tbl table tr th {
                background: #27548a;
                color: #fff;
            }

            .janhit-hme-box .card-box .card-body-new .inner-new-tbl table tr th, .janhit-hme-box .card-box .card-body-new .inner-new-tbl table tr td, .janhit-hme-box .card-box .card-body-new .inner-new-tbl table tr {
                border-color: #8299b5;
                font-size: 15px;
            }

    .janhit-hme-box .card-footer-new {
        text-align: center;
        color: #000;
        padding: 3px;
        font-size: 16px;
    }

        .janhit-hme-box .card-footer-new a {
            color: #27548a;
        }

footer {
    background: #E5F1FF;
    text-align: center;
    position: relative;
    padding: 11px;
    margin: 0px !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.janhit-hme-box .card-box .card-body-new p.clr-black {
    color: #000;
    font-size: 16px;
}

.janhit-hme-box .card-box .card-body-new ul.list-group .list-group-item {
    border: solid 1px #dee2e6;
    border-radius: 5px;
}
.janhit-hme-box.hg-lenght {
    min-height: calc(100vh - 252px);
}

.janhit-hme-box.form-page .card-body-new .form-group label {
    width: 100%;
    color: #000;
    font-weight: 600;
}

.janhit-hme-box.form-page .card-box {
    max-width: 710px;
    margin: auto;
}

.janhit-hme-box.form-page .card-body-new .form-group input, .janhit-hme-box.form-page .card-body-new .form-group select {
    width: 100%;
    height: auto;
    padding: 8px;
    border: solid 1px #888;
    outline: none;
    box-shadow: none;
}

.janhit-hme-box.form-page .card-body-new .form-group.sub-btn input, .janhit-hme-box.aft-login .form-group.sub-btn input {
    width: auto;
    background: #27548a;
    border-color: #27548a;
}

    .janhit-hme-box.form-page .card-body-new .form-group.sub-btn input:hover, .janhit-hme-box.aft-login .form-group.sub-btn input:hover {
        background: #d88900;
        border-color: #d88900;
    }

.janhit-hme-box.form-page .card-body-new .register-txt {
    color: #000;
    font-size: 15px;
}

    .janhit-hme-box.form-page .card-body-new .register-txt a {
        color: #27548a;
        font-weight: 600;
    }

.janhit-hme-box.inner-new.form-page .card-box {
    max-width: 100%;
}

.janhit-hme-box.form-page .card-box .card-header-new {
    background: #27548a;
}

    .janhit-hme-box.form-page .card-box .card-header-new h5 {
        color: #fff;
    }

.janhit-hme-box.form-page .card-body-new .form-group .cptcha-img {
    position: relative;
    padding: 2px;
    border: solid 1px #888;
    border-radius: 5px;
    background: #fdf9f9;
}

    .janhit-hme-box.form-page .card-body-new .form-group .cptcha-img button {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        width: 49px;
        height: 39px;
        background: #27548a;
        border-radius: 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        outline: none;
        box-shadow: none;
    }

.janhit-hme-box.aft-login .card-body {
    padding: 12px;
}

.janhit-hme-box.aft-login .specific-service-box .card-body table tr td label {
    color: #000;
    font-size: 15px;
    position: relative;
    padding-left: 31px;
}

    .janhit-hme-box.aft-login .specific-service-box .card-body table tr td label:before, .janhit-hme-box.aft-login .specific-service-box .card-body table tr td label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: solid 1px #000;
        border-radius: 50%;
    }

    .janhit-hme-box.aft-login .specific-service-box .card-body table tr td label:after {
        width: 12px;
        height: 12px;
        left: 4px;
        top: 4px;
        border: none;
        background: #27548a;
        opacity: 0;
    }

.janhit-hme-box.aft-login .specific-service-box .card-body table tr td input:checked ~ label:after {
    opacity: 1;
}

.janhit-hme-box.aft-login .specific-service-box .card-body table tr td input {
    position: absolute;
    width: 0;
    height: 0;
}

    .janhit-hme-box.aft-login .specific-service-box .card-body table tr td input:disabled ~ label:before {
        background: #e3e2e2;
        border-color: #888;
    }

    .janhit-hme-box.aft-login .specific-service-box .card-body table tr td input:disabled ~ label:after {
        background: #bdbaba;
        opacity: 1;
    }

.janhit-hme-box.list-box .card-body-new {
    color: #000;
    font-size: 14px;
}
.janhit-hme-box.list-box .card-footer-new a {
    background: #27548a;
    color: #fff;
    padding:8px 15px;
    border:none;
    border-radius:5px;
}

    .janhit-hme-box.list-box .card-footer-new a:hover {
        background: #d88900;
    }

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card-header {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}

    .janhit-hme-box .card-box .card-body-new .faqs-boxes .card-header button {
        background: #27548a;
        color: #fff;
        text-decoration: none;
        border-radius: 0;
        border: solid 1px #27548a;
        font-size: 14px;
    }

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card {
    border: none;
}

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card-body {
    border: solid 1px #c4c9cf;
    border-top: 0;
    padding: 10px;
}

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card-header button.collapsed {
    background: transparent;
    color: #000;
}

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card-body p, .janhit-hme-box .card-box .card-body-new .faqs-boxes .card-body ul li {
    font-size: 14px;
    margin-bottom: 8px;
}

.janhit-hme-box .card-box .card-body-new .faqs-boxes .card-body p {
    margin-bottom: 10px;
    font-weight: 600;
}

.upld-document-tbl table tr.thead-dark th {
    background: #27548a;
    font-size: 15px;
}

    .upld-document-tbl table tr.thead-dark th:nth-child(3) {
        width: 93px;
    }

.janhit-statuse-tbl table.details-table {
    margin: 0;
    border-color: #000;
}

    .janhit-statuse-tbl table.details-table tr td {
        border-color: #000;
        padding: 7px;
    }
.janhit-new-btns, .btn.btn-success {
    background: #275491 !important;
    border-color: #27548a !important;
    outline: none !important;
    box-shadow: none !important;
    
}

    .janhit-new-btns:hover, .btn.btn-success:hover {
        background: transparent !important;
        color: #27548a !important;
    }


    @media (max-width:991px){
        .btm-header .main-menu {
            position: absolute;
            left: -100%;
            top: 0px;
            width: 100%;
            background: #27548A;
            height: 100vh;
            transition: 0.5s all ease;
            overflow: auto;
            padding-bottom: 80px !important;
            z-index: 9999;
        }

        .btm-header ul.main-menu li {
            display: block;
        }

            .btm-header ul.main-menu li.dropdowns.ml-auto a {
                background: transparent;
                color: #fff;
                padding: 13px 15px;
            }

            .btm-header ul.main-menu li.dropdowns ul.sub-menu, .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu {
                visibility: visible;
                opacity: 1;
                position: relative;
                top: auto;
                left: auto;
                transform: none;
                width: 100%;
                right: auto;
                max-width: 100%;
                display: none;
            }

            .btm-header ul.main-menu li.dropdowns.active ul.sub-menu {
                display: block;
            }

            .btm-header ul.main-menu li:hover a, .btm-header ul.main-menu li.active a {
                background: transparent;
            }

            .btm-header ul.main-menu li.dropdowns span {
                position: absolute;
                right: 10px;
                color: #fff;
                top: 12px;
            }

        .btm-header ul.main-menu > li {
            border-bottom: solid 1px #fdfdfd4f;
        }

        .menu-open .btm-header .main-menu {
            left: 0;
            display: block;
        }

        body.menu-open {
            overflow: hidden;
        }

            body.menu-open:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #0000003d;
                z-index: 0;
            }

            .container{
                max-width:100% !important;
            }
        .top-header .logo-box {
            padding: 10px;
            height: 60px;
            margin: 0;
            text-align: left !important
        }

            .top-header .logo-box img {
                width: auto;
            }

        .top-header {
            position: relative;
            z-index: 1;
            background: #fff;
            background: #fff;
        }

        .btm-header ul.main-menu > li.ml-auto span {
            font-size: 17px;
            display: block;
            padding: 14px 20px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

    }

    @media (max-width:767px){
        .janhit-hme-box.hg-lenght {
            min-height: auto;
        }

        .janhit-hme-box.form-page .card-body-new .form-group.sub-btn input, .janhit-hme-box.aft-login .form-group.sub-btn input{
            white-space:normal;
            font-size:14px;
        }
        .janhit-new-btns, .btn.btn-success {
            white-space:normal;
        }
    }


