﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    scroll-behavior: smooth;
}


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;
        }


    .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.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;
    }

/*samadhan page*/
/*slider-main*/
.up-slider .slider-box {
    position: relative;
}

    .up-slider .slider-box .img-box {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

        .up-slider .slider-box .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .up-slider .slider-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0807070d;
    }

    .up-slider .slider-box .caption-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background: #d9d9d952;
        border: solid 2px #fff;
        backdrop-filter: blur(16px);
        padding: 30px 30px;
        border-radius: 10px;
        display: none;
    }

        .up-slider .slider-box .caption-box .icon-img {
            position: absolute;
            top: -40px;
            right: -37px;
            width: 75px;
        }

        .up-slider .slider-box .caption-box h3 {
            text-align: center;
            color: #fff;
            font-size: 45px;
            font-weight: bold;
        }

.up-slider {
    position: relative;
}

    .up-slider .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .up-slider .owl-dots button.owl-dot {
            width: 22px;
            height: 22px;
            border: solid 2px #fff;
            border-radius: 50%;
            margin: 0px 3px;
            text-align: center;
        }

            .up-slider .owl-dots button.owl-dot span {
                width: 10px;
                height: 10px;
                display: block;
                background: transparent;
                border-radius: 50%;
                margin: auto;
                transition: 0.3s all ease;
            }

            .up-slider .owl-dots button.owl-dot.active span {
                background: #27548A;
            }

section.Counter-box-main {
    padding: 30px 0px 30px 0px;
    position: relative;
}

.Counter-box-main .counter-box a {
    display: block;
    padding: 10px 10px 10px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
}

.Counter-box-main .counter-box h4 {
    margin: 14px 0 5px;
    padding: 0;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.Counter-box-main .counter-box p {
    margin: 0px 0 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.Counter-box-main .counter {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    border: solid 5px #ebebebe3;
}

    .counter-icon i {
        color: #fff !important;
        font-size: 25px !important;
        line-height: 60px;
        transition: 0.3s all linear;
    }

.Counter-box-main .counter-box a:hover p, .Counter-box-main .counter-box a:hover h4 {
    color: #27548a;
}

.Counter-box-main .counter-box.first .counter-icon {
    background: #FFBB64 !important;
}

.Counter-box-main .counter-box.second .counter-icon {
    background: #79A42E !important;
}

.Counter-box-main .counter-box.third .counter-icon {
    background: #507162 !important;
}

.Counter-box-main .counter-box.fourth .counter-icon {
    background: #F4648A !important;
}

/*samadhan page*/
.samadhan-boxes .information-boxes {
    background: #fff;
    box-shadow: 0 0 4px #00000061;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .samadhan-boxes .information-boxes .top-heading {
        background: #27548a;
        border-bottom: solid 3px #d88900;
        padding: 15px 10px;
        position: relative;
    }

        .samadhan-boxes .information-boxes .top-heading h2 {
            font-size: 20px;
            color: #ffff;
            font-weight: 600;
            margin: 0;
        }

        .samadhan-boxes .information-boxes .top-heading .ic-box {
            position: absolute;
            right: 10px;
            top: 7px;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 5px;
            line-height: 40px;
            text-align: center;
            color: #27548a;
            font-size: 21px;
        }

    .samadhan-boxes .information-boxes .content {
        padding: 15px;
    }

        .samadhan-boxes .information-boxes .content .box ol {
            padding: 0px 0px 0px 15px;
            margin: 0;
        }

        .samadhan-boxes .information-boxes .content .box {
            background: #eeeeeecc;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 8px;
        }

            .samadhan-boxes .information-boxes .content .box li {
                color: #000;
                font-size: 15px;
                margin-bottom: 5px;
            }

        .samadhan-boxes .information-boxes .content .box-tbl table tr th, .samadhan-boxes .information-boxes .content .box-tbl table tr td {
            padding: 6px;
            font-size: 15px;
        }

        .samadhan-boxes .information-boxes .content .box-tbl table tr th {
            white-space: nowrap;
        }

        .samadhan-boxes .information-boxes .content .box-tbl table tr td:last-child {
            min-width: 120px;
        }

        .samadhan-boxes .information-boxes .content .box-tbl table {
            margin-bottom: 0;
        }

        .samadhan-boxes .information-boxes .content .box-tbl.second table tr td {
            padding: 8px;
        }

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.msg-box {
    background: #fff;
    box-shadow: 0 0 4px #00000052;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.main-title {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    position: relative;
}

.message-main.about-page .inr_content p, .message-main.about-page .inr_content li {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}

.message-main.about-page .inr_content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.janhit-hme-box.hg-lenght {
   min-height: calc(100vh - 286px);
}


/*footer*/
footer {
    background: #E5F1FF;
    text-align: center;
    position: relative;
}

    footer .tp-footer-new {
        padding: 10px;
        position: relative;
        z-index: 1;
    }

    footer:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/footer-bg.png) no-repeat center;
        background-position: center bottom;
        background-size: cover;
        opacity: 0.6;
    }

    footer .btm-logo {
        height: 52px;
    }

        footer .btm-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    footer .btm-menus {
        margin: 5px 0px;
        border-bottom: solid 1px #C2C2C2;
        padding-bottom: 2px;
    }

        footer .btm-menus ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            footer .btm-menus ul li {
                display: inline-block;
                padding: 10px;
            }

    footer .footer-content p {
        color: #000;
        font-size: 14px;
        margin-bottom: 5px;
    }

    footer .copyright-txt {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        background: #C8D9EE;
        padding: 8px;
        position: relative;
        z-index: 1;
    }

.janhit-hme-box .card .card-header {
    background: rgba(0,0,0,.03) !important;
}

    .janhit-hme-box .card .card-header h5.card-title {
        color: #000;
    }

.modal .modal-content .modal-body {
    color: #000;
}

.modal .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 20px;
}

.modal .modal-content .modal-header {
    padding: 10px;
    background: #27548a;
}

    .modal .modal-content .modal-header button.close {
        color: #fff;
        opacity: 1;
    }

.modal .modal-content .modal-footer .btn-secondary {
    background: #27548a;
    border-color: #27548a;
}

    .modal .modal-content .modal-footer .btn-secondary:hover {
        background: #1d4473;
        border-color: #1d4473;
    }

@media (max-width:1399px) {
    .up-slider .slider-box .img-box {
        height: 398px;
    }
}

@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;
    }

    .up-slider .slider-box .img-box {
        height: 218px;
    }
}


@media (max-width:576px) {
    .up-slider .slider-box .img-box {
        height: 160px;
    }
}
