@font-face {
    font-family: "Akhand";
    src: url(../fonts/Akhand.eot);
    src: url("../fonts/Akhand.eot?#iefix") format("embedded-opentype"), url(../fonts/Akhand.woff) format("woff"), url(../fonts/Akhand.ttf) format("truetype"), url("../fonts/Akhand.svg#Akhand") format("svg");
}

:root {
    --white: #fff;
    --black: #000;
    --footer: #1e64b9;
    --banner-bg: #0d529d;
    --primary: #4a83f6;
    --warning: #f0a808;
    --login-btn-bg: var(--primary);
    --register-btn-bg: var(--warning);
    --dark-yellow: #fda609;
    --view-more-btn-bg: #dbe6fc;
    --light-blue: #47a6f6;
    --fade-blue: #6798d3;
    --dip-blue: #1473e6;
    --dip-light-blue: #48b8e8;
    --highereducation: #1e64b9;
    --schoolmasseducation: #159d6b;
    --skilldevelopmenteducation: #dc851e;
    --sportsyouthservices: #b93445;
    --odialanguageliteratureculture: #711c9b;
}

.row {
    --bs-gutter-x: 2rem;
}

body {
    font-size: 1rem;
    font-family: sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    background: #e3e3e3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Akhand'
}

a {
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.w-40 {
    width: 40px;
}

.w-60 {
    width: 60px;
}

.w-80 {
    width: 80px;
}

.w-100custom {
    width: 100px;
}

.w-120 {
    width: 120px;
}

.w-140 {
    width: 140px;
}

.w-160 {
    width: 160px;
}

header {
    padding: .5rem 0;
    background: var(--white);
    color: var(--black);
}

.RightTopBox {
    margin-bottom: .5rem;
}

    .RightTopBox a {
        color: #777;
    }

.font-size:after {
    display: none;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dept-name {
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid var(--black);
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0;
}

    .dept-name small {
        font-size: 65%;
        color: #787878;
        font-weight: 400;
    }

    .dept-name .engLogoTxt {
        margin-top: .2rem;
    }

.nav-header .nav-link {
    color: var(--black);
    padding: 0;
    position: relative;
    transition: 0.3s;
}

    .nav-header .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transform: scale(0);
        transition: .3s;
        background: #f0a808;
    }

    .nav-header .nav-link:hover::before {
        transform: scale(1);
    }

.nav-header .nav-item {
    padding: 0 .4rem;
}

    .nav-header .nav-item:not(:last-child) {
        border-right: 1px solid #cfcfcf;
    }

.banner {
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.hsebannerbg {
    background-image: url(../images/llb_landing_img.jpg);
}

.factsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .8rem;
}

.btnBox .banner-register-btn {
    border: none;
    outline: none;
    padding: 1rem;
    color: var(--white);
    margin-right: 1rem;
    padding: .7rem 1.5rem;
    color: var(--white);
    margin-right: 1rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: .8rem;
    background: #2658bd;
}

    .btnBox .banner-register-btn:nth-child(2) {
        background: #4072d9;
    }

    .btnBox .banner-register-btn:nth-child(3) {
        background: #4a7ee9;
    }

    .btnBox .banner-register-btn:nth-child(4) {
        background: #6796f7;
    }

    .btnBox .banner-register-btn:nth-child(5) {
        background: #6f9af3;
    }

.welcomBox p {
    margin: .7rem 0 2rem 0;
}

.banner a.banner-register-btn::before, .banner-link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f0f8ff30;
    transform: translateX(-105%);
    transition: .3s;
}

.banner a.banner-register-btn:hover::before, .banner-link a:hover:before {
    transform: translateX(0%);
}

form {
    margin-bottom: 0;
}

.banner-link {
    display: inline-flex;
}

    .banner-link a {
        background: #edd427;
        border: none;
        outline: none;
        color: #000;
        padding: .6rem 1.5rem;
        margin-right: 1rem;
        border-radius: .25rem;
        position: relative;
        overflow: hidden;
        margin-bottom: .8rem;
        cursor: pointer;
    }

    .banner-link .h5 {
        margin-bottom: 0;
    }

    .banner-link a {
        color: #000;
    }

.btnBox .banner-register-btn.hpc {
    display: table;
}

.banner-link:hover a {
    text-decoration: none;
}

.banner h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px + (40 - 28)*(100vw - 375px) /(1920 - 375));
}

.card {
    border-radius: .3rem;
    overflow: hidden;
    border: 0;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    padding: .9rem 1.5rem;
}

    .card-header span[class*="icon"] {
        color: var(--primary);
        margin-right: .8rem;
        font-size: 2rem;
    }

.card-body {
    padding: 1rem 1.5rem;
}

.view-more-btn {
    background: var(--view-more-btn-bg);
    color: var(--footer);
    padding: .3rem 1rem;
    display: block;
    border-radius: .25rem;
    font-size: .9rem;
    font-weight: 700;
}

    .view-more-btn:hover {
        background: var(--primary);
        color: var(--white);
        text-decoration: none !important;
    }

.category > div {
    margin-bottom: .5rem;
    display: flex;
    align-items: start;
    gap: .25rem
}

.searchPanel_light {
    background: #e9e9e959;
    border: 1px solid #f8f9fa;
    border-radius: .3rem;
    margin-bottom: 1.3rem;
    padding: .6rem
}

.cut_off_flex {
    display: flex;
    flex-wrap: wrap
}

    .cut_off_flex > div {
        flex-basis: 200px
    }

.impNoticeBox {
    background: #fff;
    padding: 3rem 0;
}

.ntBox {
    display: flex;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    margin: .6rem 0;
    padding: .5rem .5rem .5rem 2.5rem;
    border-radius: .3rem;
    font-size: 95%;
    align-items: flex-start;
    justify-content: space-between;
}

    .ntBox .fa-long-arrow-right {
        position: absolute;
        left: 1rem;
        top: .7rem;
    }

    .ntBox .icon-download-file {
        color: red;
        font-size: 1.8rem;
        margin-left: 1rem;
    }

.impNoticeBox .factsheading {
    margin-bottom: .8rem;
}

    .impNoticeBox .factsheading i {
        color: red;
        margin-right: .5rem;
    }

.main-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
}

.inner-content {
    flex: 1 1 auto;
}

    .inner-content th {
        background: #f3f3f3;
        border-bottom-width: 2px;
    }

.icon-pdf-file.text-danger {
    color: #ff080c !important;
}

.grid-list {
    min-height: 300px;
}

    .grid-list li {
        border-bottom: 1px solid #eee;
        padding: .9rem 1.5rem;
        display: flex;
    }

    .grid-list.mis-report-list li {
        border: none;
        align-items: center;
        position: relative;
        padding: 0 .9rem 0 2.7rem;
        margin-bottom: .6rem;
    }

        .grid-list.mis-report-list li::before {
            content: "";
            position: absolute;
            left: .8rem;
            top: .1rem;
            background-image: url(data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22493.356px%22%20height%3D%22493.356px%22%20viewBox%3D%220%200%20493.356%20493.356%22%20style%3D%22enable-background%3Anew%200%200%20493.356%20493.356%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%235facf6%22%20d%3D%22M490.498%2C239.278l-109.632-99.929c-3.046-2.474-6.376-2.95-9.993-1.427c-3.613%2C1.525-5.427%2C4.283-5.427%2C8.282v63.954H9.136%20c-2.666%2C0-4.856%2C0.855-6.567%2C2.568C0.859%2C214.438%2C0%2C216.628%2C0%2C219.292v54.816c0%2C2.663%2C0.855%2C4.853%2C2.568%2C6.563%20c1.715%2C1.712%2C3.905%2C2.567%2C6.567%2C2.567h356.313v63.953c0%2C3.812%2C1.817%2C6.57%2C5.428%2C8.278c3.62%2C1.529%2C6.95%2C0.951%2C9.996-1.708%20l109.632-101.077c1.903-1.902%2C2.852-4.182%2C2.852-6.849C493.356%2C243.367%2C492.401%2C241.181%2C490.498%2C239.278z%22/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E);
            width: 493px;
            height: 493px;
            background-repeat: no-repeat;
            background-size: 4%;
            background-position: top left;
        }

    .grid-list li img {
        width: 30px;
        margin-left: .5rem;
    }

    .grid-list li a {
        color: inherit;
        font-size: .95rem;
        z-index: 1;
    }

        .grid-list li a:hover span {
            text-decoration: underline;
        }

    .grid-list li:last-child {
        border: none;
    }

    .grid-list.keyDatesBox li {
        display: block;
    }

    .grid-list .calendar {
        text-align: center;
        background: #f0f1f1;
        color: var(--primary);
        font-weight: 600;
        font-family: 'Akhand';
        margin-right: 1rem;
        padding: .5rem;
        line-height: 1;
        border-radius: .15rem;
        align-self: flex-start;
    }

        .grid-list .calendar .year {
            font-size: 1.75rem;
        }

    .grid-list .fa-long-arrow-right {
        color: var(--light-blue);
    }

ul.rpt li a:hover {
    color: #0446a7 !important;
}

.rpt {
    margin-bottom: 1.5rem;
}

.mis-report-list li {
    border: none;
    align-items: center;
    padding-bottom: .2rem;
    position: relative;
}

.custom-list li {
    position: relative;
    margin-bottom: .4rem;
    padding-left: 1.8rem;
}

    .custom-list li:before {
        position: absolute;
        left: 0;
        top: 0rem;
        content: "\f178";
        font-family: 'FontAwesome';
        color: #f0a808;
    }

.facts {
    padding: 2rem 0;
    background: #fafafa;
}

    .facts .card {
        box-shadow: 0 0 10px 0 #dbd7d7;
        height: 100%;
    }

    .facts .text-muted {
        color: #939393 !important;
    }

.card-header h3 {
    display: flex;
    align-items: center;
}

.factsheading {
    margin-bottom: .2rem;
}

.headingSecBox {
    display: flex;
    justify-content: space-between;
}

.bckbtn {
    padding: .3rem .8rem;
    border-radius: .3rem;
    color: #fff;
}

.small-card p {
    font-family: 'Akhand';
    margin: .7rem 0;
    line-height: 105%;
    font-size: 1.05rem;
}

.small-card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.small-card {
    padding: 1.5rem 1rem;
    border-radius: .3rem;
    text-align: center;
    flex: 0 0 48%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    height: stretch;
}

    .small-card .count, .small-card span[class*="icon"] {
        font-size: 2rem;
    }

    .small-card .count {
        font-weight: 600;
        line-height: 75%
    }

    .small-card.light-blue {
        background: var(--light-blue);
    }

    .small-card.fade-blue {
        background: var(--fade-blue);
    }

    .small-card.dip-blue {
        background: var(--dip-blue);
    }

    .small-card.dip-light-blue {
        background: var(--dip-light-blue);
    }

.help-title {
    position: relative;
    padding: 0 1.5rem .8rem 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(28px + (40 - 28)*(100vw - 375px) /(1920 - 375));
}

    .help-title::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        height: .15rem;
        width: 80px;
        background: var(--warning);
        transform: translateX(-50%);
    }

.help-card {
    padding: .5rem 1rem;
    border-radius: .25rem;
    text-align: center;
    display: inline-block;
    color: rgb(255 255 255 / 90%);
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .help-card:hover {
        color: rgb(255 255 255 / 85%);
        box-shadow: 0 6px 16px 1px silver;
    }

    .help-card.faq {
        background: var(--warning);
    }

    .help-card.call {
        background: var(--primary);
    }

    .help-card span[class*="icon"] {
        font-size: 3rem;
        line-height: 1.5;
    }

    .help-card.call .before-img {
        position: absolute;
        left: -32px;
        bottom: -116px;
        opacity: .2;
        font-size: 10rem;
    }

    .help-card.faq .before-img {
        position: absolute;
        right: -28px;
        bottom: -186px;
        opacity: .2;
        font-size: 14rem;
    }

footer {
    color: #a2c1e7;
    text-align: center;
    padding: .9rem 0;
    font-size: .8rem;
}

    footer p {
        margin: 0;
    }

.text-muted {
    color: #9b9b9b !important;
}

.need-help {
    padding: 3rem 0;
    background: #fff;
}

.noticeBox a, .keyDatesBox a {
    margin-bottom: .25rem;
    display: block;
}

.mis-report-list.grid-list, .keyDatesBox.grid-list {
    padding-top: .2rem;
}

.noticeBox .icon-pdf-file {
    font-size: 2.2rem;
    margin-right: .8rem;
}

.updatedSoon {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .updatedSoon p {
        margin-top: -4.2rem;
        margin-bottom: 0;
        font-size: 1.2rem;
        color: #ccc;
        line-height: 100%
    }

.card a:hover {
    text-decoration: underline;
}

.innercontent {
    padding: 1rem 0;
}

    .innercontent .innerContentBox {
        background: var(--white);
        padding: 1rem 1.5rem;
        border-radius: .25rem;
        min-height: 455px;
    }

        .innercontent .innerContentBox h3 {
            font-size: 1.8rem;
            margin-bottom: 1.2rem;
            position: relative;
        }

            .innercontent .innerContentBox h3:before {
                content: '';
                position: absolute;
                width: 50px;
                height: 3px;
                bottom: -.3rem;
                background: #f0a808;
            }

.innerContentBox .updatedSoon {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: .25rem;
}

.searchPanel {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: .3rem;
    margin-bottom: 1.3rem;
    padding: .9rem;
}

    .searchPanel .btn {
        padding: .375rem 1.25rem;
        height: auto;
    }

    .searchPanel label {
        font-weight: 700;
    }

.resultBox .tab-pane .nav .nav-item {
    margin-right: .3rem;
}

.resultBox .nav-tabs .nav-link {
    background: #e3e3e3;
    margin-right: .3rem;
    border-bottom: 1px solid #dee2e6;
    color: #767676;
}

    .resultBox .nav-tabs .nav-link.active {
        background: #fff;
        border-bottom: 1px solid #fff;
        color: #000;
    }

.resultBox .tab-content {
    padding: .8rem;
    border: 1px solid #e1e1e1;
    border-radius: 0 .3rem .3rem .3rem;
}

.resultBox .nav-tabs {
    border: 0;
}

.card.noticeBoardBox .card-body, .card.keyDates .card-body, .card.misReport .card-body {
    padding: .6rem 0 1.2rem 0;
}

    .card.noticeBoardBox .card-body .grid-list li:first-child, .card.keyDates .card-body .grid-list li:first-child, .card.misReport .card-body .grid-list li:first-child {
        padding-top: 0;
    }

.keyDatesBox li {
    position: relative;
    padding-left: 3rem !important;
    line-height: 130%;
    font-size: 95%
}

    .keyDatesBox li:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        top: 1.1rem;
        left: 15px;
        border: .2rem solid #1473e6;
    }

.card.keyDates .card-body .grid-list li:first-child:before {
    top: 3px;
}

.card.keyDates .card-body .grid-list li:first-child:after {
    top: .35rem;
}

.dateTimeBox {
    font-weight: 700;
    color: #5083f6;
    margin-bottom: .2rem;
}

.faq .card .card-header {
    padding: 0;
    background: #fff0;
    border-radius: 0;
    border: 0;
}

    .faq .card .card-header a {
        display: block;
        width: 100%;
        text-align: left;
        background: var(--schoolmasseducation);
        color: var(--white);
        border-radius: 0;
        height: auto;
        position: relative;
        padding: .5rem 1rem;
    }

        .faq .card .card-header a i {
            position: absolute;
            right: 1rem;
            top: .4rem;
            font-size: 2rem;
            transform: rotate(180deg);
        }

        .faq .card .card-header a.collapsed i {
            transform: rotate(0);
        }

        .faq .card .card-header a.collapsed {
            background: #efefef;
            color: var(--black);
        }

        .faq .card .card-header a:hover {
            text-decoration: none;
            background: var(--schoolmasseducation);
        }

        .faq .card .card-header a.collapsed:hover {
            background: #ccc;
        }

.faq .card {
    border: 1px solid #e1e1e1;
    margin-bottom: .5rem;
    border-radius: .2rem;
}

.customMenu {
    justify-content: flex-end;
}

.btn-warning {
    background-color: #f0a808 !important;
    border-color: #ffc107 !important;
}

.headerRightBox {
    display: flex;
    align-items: center;
}

.yuba-logo {
    height: 70px;
}

.nuo-logo-inner {
    display: none;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
}

    .ticker-wrap .ticker {
        display: inline-block;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-name: ticker;
        animation-duration: 40s;
    }

    .ticker-wrap:hover .ticker {
        animation-play-state: paused;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 .5rem;
        color: #d01515;
    }

@media (max-width:1152px) {
    .yuba-logo {
        display: none;
    }

    .nuo-logo-inner {
        display: block;
        height: 65px;
        margin-bottom: 1rem;
    }
}

@media (max-width:1366px) {
    .innercontent .innerContentBox {
        min-height: 288px;
    }

    header .navbar {
        padding-top: .3rem;
    }

    .innerContentBox .updatedSoon {
        height: 175px;
    }

    .impNoticeBox {
        padding: 2rem 0;
    }

    .facts, .need-help {
        padding: 2rem 0;
    }

    .updatedSoon p {
        margin-top: -2.9rem;
        font-size: 1.9rem;
    }

    .grid-list li {
        padding: .5rem 1rem;
    }

    .logoHeading img {
        width: 85%
    }

    .dept-name {
        padding-left: 1.1rem;
        margin-left: -.5rem;
    }

    .banner {
        padding: 1.5rem 0;
    }
}

@media (max-width:768px) {
    .headerRightBox .RightTopBox {
        display: none;
    }

    .logoHeading img {
        width: 75%
    }

    .logo {
        width: 100%
    }

    .dept-name {
        padding-left: .9rem;
        margin-left: -1.3rem;
        font-size: 1.4rem;
    }

    .navbar-toggler-icon:before {
        background-image: none;
        content: '\f0c9';
        font-family: 'FontAwesome'
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .navbar {
        position: static;
    }

    .navbar-collapse {
        position: absolute;
        right: 0;
        left: 0;
        top: 4.2rem;
        padding: 0;
        background: #565656;
        z-index: 9;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .nav-header .nav-item:not(:last-child) {
        border-right: none;
    }

    .nav-header .nav-link {
        color: var(--white);
        padding: .9rem 1.2rem;
        border-bottom: 1px solid #747373;
        font-size: 1.1rem;
    }

        .nav-header .nav-link:hover {
            background: #6c6969;
            color: #fff;
        }

    .usmDepartment .nav-header .nav-link:before {
        display: none;
    }

    .nav-header .nav-link.last {
        border-bottom: 0;
    }

    .nav-header .nav-item {
        padding: 0;
    }

    .banner {
        padding: 2rem 0;
    }

    .welcomBox {
        margin-bottom: 1.5rem;
    }

    .updatedSoon {
        height: 200px;
    }

    .facts .card {
        margin-bottom: 1.5rem;
        height: auto;
        margin-top: 1.2rem;
    }

    .searchPanel .btn {
        margin-top: 1rem;
    }

    .grid-list {
        min-height: 200px;
    }
}

.facts .card.keyDates {
    margin-bottom: 0;
}

@media (max-width:576px) {
    .navbar-collapse {
        top: 3.1rem;
    }

    .facts .misReport {
        margin: 1rem 0;
    }

    .card-header {
        padding: .9rem 1rem;
    }

    .dept-name {
        width: 400px;
        font-size: 1rem;
    }

    .facts, .need-help {
        padding: 1rem 0;
    }

    .help-title {
        margin-bottom: 1rem;
    }

        .help-title::before {
            bottom: .8rem;
        }

    .help-card.faq {
        margin-bottom: 1rem;
    }

    .btnBox .banner-register-btn.hpc {
        display: block;
    }

    .banner {
        padding: 1rem 0;
    }

    .banner-link {
        display: block;
    }

        .banner-link a {
            display: block;
            width: 100%
        }

    .updatedSoon p {
        margin-top: -1rem;
        font-size: 1.3rem;
    }

    .mCustomScrollbar {
        height: 250px;
    }

    .factsfigure {
        margin-bottom: 1rem;
    }
}

@media (max-width:425px) {
    .dept-name {
        width: 325px;
        font-size: 1.1rem;
        margin-bottom: 0;
    }

        .dept-name small {
            font-size: 80%
        }

    .grid-list {
        min-height: 100px;
    }

    .updatedSoon {
        height: 100px;
    }

    .help-card.faq, .help-card {
        width: 100%
    }

        .help-card.faq {
            margin-bottom: 1rem;
        }

    .logoHeading img {
        width: 85%
    }

    .navbar-collapse {
        top: 3.2rem;
    }

    .dept-name {
        padding-left: .6rem;
        margin-left: -.5rem;
    }

    .welcomBox p {
        margin: 0 0 1.1rem 0;
    }
}

@media (max-width:414px) {
    .dept-name {
        padding-left: .4rem;
        margin-left: -.6rem;
    }
}

@media (max-width:375px) {
    .dept-name {
        width: 250px;
        font-size: 1rem;
        padding-left: .5rem;
        margin-left: .5rem;
    }

    .lang_custom.mob {
        top: 0.7rem;
        right: 52px;
    }

    .navbar-collapse {
        top: 3rem;
    }



    .btnBox .banner-register-btn {
        display: block;
        text-align: center;
        margin-right: 0;
        padding: .5rem 1.5rem;
    }

    .logoHeading img {
        width: auto;
        height: 25px;
    }

    .logoHeading {
        width: 88px;
    }

    .dept-name small {
        font-size: 69%;
    }

    .dept-name {
        font-size: 0.8rem;
    }
}

@media (max-width:320px) {
    .dept-name {
        width: 235px;
        padding-left: .5rem;
        margin-left: -.6rem;
    }
}
