@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: 0.5rem 0;
    background: var(--white);
    color: var(--black);
}
.RightTopBox {
    margin-bottom: 0.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: 0.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: 0.3s;
    background: #f0a808;
}
.nav-header .nav-link:hover::before {
    transform: scale(1);
}
.nav-header .nav-item {
    padding: 0 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;
}
.banner h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px + (40 - 28) * (100vw - 375px) / (1920 - 375));
}
.hssbannerbg {
    background-image: url(../images/schoolmasseducationbanner.jpg);
}
.factsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.btnBox .banner-register-btn {
    border: none;
    outline: none;
    padding: 1rem;
    color: var(--white);
    margin-right: 1rem;
    padding: 0.7rem 1.5rem;
    color: var(--white);
    margin-right: 1rem;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 0.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: 0.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: 0.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;
    flex-wrap: wrap;
}
.banner-link a {
    background: #edd427;
    border: none;
    outline: none;
    color: #000;
    padding: 0.6rem 1.5rem;
    margin-right: 1rem;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.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 h1 {
    margin-bottom: 1.2rem;
}
.card {
    border-radius: 0.3rem;
    overflow: hidden;
    border: 0;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    padding: 0.9rem 1.5rem;
}
.card-header span[class*="icon"] {
    color: var(--primary);
    margin-right: 0.8rem;
    font-size: 2rem;
}
.card-body {
    padding: 1rem 1.5rem;
}
.view-more-btn {
    background: var(--view-more-btn-bg);
    color: var(--footer);
    padding: 0.3rem 1rem;
    display: block;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    font-weight: 700;
}
.view-more-btn:hover {
    background: var(--primary);
    color: var(--white);
    text-decoration: none !important;
}
.impNoticeBox {
    background: #fff;
    padding: 3rem 0;
}
.ntBox {
    display: flex;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    margin: 0.6rem 0;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    border-radius: 0.3rem;
    font-size: 95%;
    align-items: flex-start;
    justify-content: space-between;
}
.ntBox .fa-long-arrow-right {
    position: absolute;
    left: 1rem;
    top: 0.7rem;
}
.ntBox .icon-download-file {
    color: red;
    font-size: 1.8rem;
    margin-left: 1rem;
}
.impNoticeBox .factsheading {
    margin-bottom: 0.8rem;
}
.impNoticeBox .factsheading i {
    color: red;
    margin-right: 0.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: 0.9rem 1.5rem;
    display: flex;
}
.grid-list li img {
    width: 30px;
    margin-left: 0.5rem;
}
.grid-list.mis-report-list li {
    border: none;
    align-items: center;
    position: relative;
    padding: 0 0.9rem 0 2.7rem;
    margin-bottom: 0.6rem;
}
.grid-list.mis-report-list li::before {
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 0.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 a {
    color: inherit;
    font-size: 0.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: 0.5rem;
    line-height: 1;
    border-radius: 0.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: 0.2rem;
    position: relative;
}
.custom-list li {
    position: relative;
    margin-bottom: 0.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;
}
.facts .text-muted {
    color: #939393 !important;
}
.card-header h3 {
    display: flex;
    align-items: center;
}
.factsheading {
    margin-bottom: 0.2rem;
}
.headingSecBox {
    display: flex;
    justify-content: space-between;
}
.bckbtn {
    padding: 0.3rem 0.8rem;
    border-radius: 0.3rem;
    color: #fff;
}
.small-card p {
    font-family: "Akhand";
    margin: 0.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: 0.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);
}
.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 0.8rem 1.5rem;
    margin-bottom: 2rem;
}
.help-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0.15rem;
    width: 80px;
    background: var(--warning);
    transform: translateX(-50%);
}
.help-card {
    padding: 0.5rem 1rem;
    border-radius: 0.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: 0.2;
    font-size: 10rem;
}
.help-card.faq .before-img {
    position: absolute;
    right: -28px;
    bottom: -186px;
    opacity: 0.2;
    font-size: 14rem;
}
footer {
    color: #a2c1e7;
    text-align: center;
    padding: 0.9rem 0;
    font-size: 0.8rem;
}
.text-muted {
    color: #9b9b9b !important;
}
.need-help {
    padding: 3rem 0;
    background: #fff;
}
.noticeBox a,
.keyDatesBox a {
    margin-bottom: 0.25rem;
    display: block;
}
.mis-report-list.grid-list,
.keyDatesBox.grid-list {
    padding-top: 0.2rem;
}
.noticeBox .icon-pdf-file {
    font-size: 2.2rem;
    margin-right: 0.8rem;
}
@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: 90s;
}
.ticker-wrap:hover .ticker {
    animation-play-state: paused;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 0.5rem;
    color: #d01515;
}
.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: 0.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: -0.3rem;
    background: #f0a808;
}
.innerContentBox .updatedSoon {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
}
.searchPanel {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 0.3rem;
    padding: 0.9rem;
}
.searchPanel .btn {
    padding: 0.375rem 1.25rem;
    height: auto;
}
.searchPanel label {
    font-weight: 700;
}
.resultBox .tab-pane .nav .nav-item {
    margin-right: 0.3rem;
}
.resultBox .nav-tabs .nav-link {
    background: #e3e3e3;
    margin-right: 0.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: 0.8rem;
    border: 1px solid #e1e1e1;
    border-radius: 0 0.3rem 0.3rem 0.3rem;
}
.resultBox .nav-tabs {
    border: 0;
}
.card.noticeBoardBox .card-body,
.card.keyDates .card-body,
.card.misReport .card-body {
    padding: 0.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: 0.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: 0.35rem;
}
.dateTimeBox {
    font-weight: 700;
    color: #5083f6;
    margin-bottom: 0.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: 0.5rem 1rem;
}
.faq .card .card-header a i {
    position: absolute;
    right: 1rem;
    top: 0.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: 0.5rem;
    border-radius: 0.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;
}
/* General styles for the learn-guide modal */
.learn-guide .modal-body {
    padding: 0;
}

.learn-guide .modal-header {
    padding: 0;
    border-bottom: none; /* Optional: Remove border line if desired */
}

    .learn-guide .modal-header .btn-close {
        position: absolute;
        right: 0.4rem;
        top: -0.1rem;
        height: 1rem;
        width: 1rem;
        border-radius: 50%;
        background: red;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 0;
    }

.learn-guide .modal-content {
    border-radius: 0.8rem;
    overflow: hidden;
}

/* Styling for the modal image background */
.learn-guide .bg-image {
    width: 100%;
    height: auto;
}

    .learn-guide .bg-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

/* Custom styles for swiper navigation buttons */
.learn-guide .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.learn-guide .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.learn-guide .swiper-button-prev,
.learn-guide .swiper-button-next {
    height: 2.1rem;
    width: 2.1rem;
    background: #004a77;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #f5f5ff;
    font-weight: 100;
}

.learn-guide .swiper-button-prev {
    left: 0rem;
}

.learn-guide .swiper-button-next {
    right: 0rem;
}

/* Additional modal title styling (optional) */
.learn-guide .modal-title::after {
    content: "";
    position: absolute;
    height: 0.1em;
    width: 8rem;
    background: #b90d0d;
    bottom: 0;
    left: 50%;
    border-radius: 0.5rem;
    transform: translateX(-50%);
}

@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: 0.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: 0.5rem 1rem;
    }
    .logoHeading img {
        width: 85%;
    }
    .dept-name {
        padding-left: 1.1rem;
        margin-left: -0.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: 0.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: 0.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;
    }
    .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: 0.9rem 1rem;
    }
    .dept-name {
        width: 400px;
        font-size: 1rem;
    }
    .facts,
    .need-help {
        padding: 1rem 0;
    }
    .help-title {
        margin-bottom: 1rem;
    }
    .help-title::before {
        bottom: 0.8rem;
    }
    .help-card.faq {
        margin-bottom: 1rem;
    }
    .banner {
        padding: 1rem 0;
    }
    .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: 0.6rem;
        margin-left: -0.5rem;
    }
    .welcomBox p {
        margin: 0 0 1.1rem 0;
    }
}
@media (max-width: 414px) {
    .dept-name {
        padding-left: 0.4rem;
        margin-left: -0.6rem;
    }
}
@media (max-width: 375px) {
    .dept-name {
        width: 250px;
        font-size: 1rem;
        padding-left: 0.5rem;
        margin-left: 0.5rem;
    }
    .logoHeading {
        width: 100px;
    }
    .navbar-collapse {
        top: 3rem;
    }
    .logoHeading img {
        width: 96%;
    }
    .btnBox .banner-register-btn {
        display: block;
        text-align: center;
        margin-right: 0;
        padding: 0.5rem 1.5rem;
    }
}
@media (max-width: 320px) {
    .dept-name {
        width: 235px;
        padding-left: 0.5rem;
        margin-left: -0.6rem;
    }
    .logoHeading img {
        width: 75%;
    }
}
