
@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;
}

form {
    margin: 0;
}

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 */
header {
    padding: 0.5rem 0;
    background: var(--white);
    color: var(--black);
}

.RightTopBox {
    margin-bottom: 0.5rem;
}

    .RightTopBox a {
        color: #777777;
    }

.font-size:after {
    display: none;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dept-name {
    padding-left: 0.5rem;
    margin-left: 0rem;
    border-left: 1px solid var(--black);
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
}

    .dept-name small {
        font-size: 65%;
        color: #787878;
        font-weight: normal;
    }

    .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: .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;
    }
.skill-img {
    width: 100%;
}
/*.nav-header .nav-link:hover {
    color: var(--footer)
}*/
/* header end */
/* banner */
.banner {
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.skilldevelopmentbannerbg {
    background-image: url(../images/skildevelopmenttecheducationbanner.jpg);
}

.diplomabannerbg {
    background-image: url(../images/diplomabanner.jpg);
}

.itibannerbg {
    background-image: url(../images/itibanner.jpg);
}

.pdisbannerbg {
    background-image: url(../images/pdisbanner.jpg);
}

.pdismpmbannerbg {
    background-image: url(../images/pdismpmbanner.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;
    cursor: pointer;
}

    .btnBox .banner-register-btn {
        background: #053874
    }

/*
.btnBox .banner-register-btn:nth-child(1) {
    background: #f0a808
}

    .btnBox .banner-register-btn:nth-child(2) {
        background: #053874;
    }

    .btnBox .banner-register-btn:nth-child(3) {
        background: #053874
    }

    .btnBox .banner-register-btn:nth-child(4) {
        background: #053874
    }

    .btnBox .banner-register-btn:nth-child(5) {
        background: #053874
    }*/



.welcomBox p {
    margin: 0.7rem 0 2rem 0;
}

.banner a.banner-register-btn::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 {
    transform: translateX(0%);
}



.banner-link {
    color: var(--warning);
    display: inline-block;
}

    .banner-link a {
        text-decoration: underline;
        color: inherit;
    }

    .banner-link:hover a {
        text-decoration: none;
    }

.banner h1 {
    margin-bottom: 1.2rem;
}
/* banner end */
/* card */
.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: bold;
}

    .view-more-btn:hover {
        background: var(--primary);
        color: var(--white);
        text-decoration: none !important;
    }
/* card end */

.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 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);
    }

.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: 4rem 0;
    background: #fafafa;
}

    .facts .card {
        box-shadow: 0px 0px 10px 0px #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 {
    /*min-height:10rem;*/
    /*background: #0369d5;*/
    padding: 1.5rem 1rem;
    border-radius: 0.3rem;
    text-align: center;
    /* min-height: 130px; */
    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: 0px 6px 16px 1px #c0c0c0;
    }

    .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 {
    background: var(--footer);
    text-align: center;
    padding: 0.9rem 0;
    font-size: 80%;
    color: #92b2d9;
}

.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;
}

.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%;
    }

.pagination {
    font-size: 90%;
}

.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;
        min-width: 90%;
    }

        .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;
    margin-bottom: 1.3rem;
    padding: 0.9rem;
}


    .searchPanel .btn {
        padding: 0.375rem 1.25rem;
        height: auto;
    }

    .searchPanel label {
        font-weight: bold;
    }

.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: #1473e6;
        top: 1.1rem;
        left: 15px;
    }

    .keyDatesBox li:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #fff;
        top: 1.28rem;
        left: 1.165rem;
    }

.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: bold;
    color: #5083f6;
    margin-bottom: 0.2rem;
}
/*.screen-reader:focus {
    outline: none;
    box-shadow: none;
}*/
.faq .card .card-header {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}

    .faq .card .card-header a {
        display: block;
        width: 100%;
        text-align: left;
        background: var(--odialanguageliteratureculture);
        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(--odialanguageliteratureculture);
        }

        .faq .card .card-header a.collapsed:hover {
            background: #ccc;
        }

.faq .card {
    border: 1px solid #e1e1e1;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
}

.customMenu {
    /*trial*/
    /*justify-content: flex-start;*/
    justify-content: flex-end;
}

.btn-warning {
    background-color: #f0a808 !important;
    border-color: #ffc107 !important;
}

.btn-sec {
    background-color: #8996a9 !important;
    border-color: #ffc107 !important;
}

.logoHeading {
    width: 173px;
    margin: 0 1rem 0 0;
    /* margin: 0*/
}
.skill-odisha {
    width: 56px;
    margin: 0 0.3rem 0 0;
}
.logoHeading img {
    width: 100%;
}

.meritrankBG, .pdfbg {
    height: 150px;
}

.meritrankBG {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdfbg {
    overflow: auto;
    padding: 0 0.8rem 0 1.4rem;
}


ul.list-aggregate {
    margin: 0px;
    padding: 0px 7px 7px 0px;
}

    ul.list-aggregate li {
        list-style-type: none;
        padding: 7px 0px 7px 7px;
    }

.list-aggregate li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    color: #727272;
    margin-left: -1.6em;
    width: 1.5em;
    font-size: 68%;
}

.list-aggregate li a i {
    float: right;
    margin-left: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.barcodeMainBox .searchpanel {
    margin-bottom: 0;
}

.noNotice {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.4rem;
    color: #ccc;
}
/*trial-helpline-Box*/
.helplineBox {
    margin-left: 1.5rem;
    display: flex;
    align-items: center;
}
    .helplineBox img {
        margin-right: 0.4rem;
    }
.tollfree {
    color: #837a7a;
    font-size: 0.8rem;
}
.tollfree-num {
    font-size: 1.3rem;
}
/**/

/*added for logo*/
/* added */
.headerRightBox {
    display: flex;
    align-items: center;
}

.yuba-logo {
    height: 70px;
}

.nuo-logo-inner {
    display: none;
}
/* 1152 */
@media (max-width:1152px) {
    .yuba-logo {
        display: none;
    }

    .nuo-logo-inner {
        display: block;
        height: 50px;
        margin-bottom: 0.5rem;
    }
}

    @media (max-width:1366px) {
        .innercontent .innerContentBox {
            min-height: 288px;
        }
        .logoHeading {
            width: 137px;
        }
            header .navbar {
            padding-top: 0.3rem;
        }

        .innerContentBox .updatedSoon {
            height: 175px;
        }

        .facts, .need-help {
            padding: 2rem 0;
        }
        /*
            .facts h3 {
                font-size: 1.3rem;
            }*/

        .updatedSoon p {
            margin-top: -2.9rem;
            font-size: 1.9rem;
        }

        .grid-list li {
            padding: 0.5rem 1rem;
        }

        .banner-link {
            margin-top: 0.8rem;
        }



        .dept-name {
            /*trial*/
            padding-left: 0.4rem;
            /*padding-left: 0.3rem;*/
            margin-left: -0.5rem;
        }

        .banner {
            padding: 1.5rem 0;
        }
    }
@media (max-width:1199px) {
    .helplineBox {
        display: none;
    }
}
@media (max-width:1024px) {
    .logoHeading {
        margin: 0 0.9rem 0 0;
    }
}
    @media (max-width:768px) {
        .headerRightBox .RightTopBox {
            display: none;
        }
        .logoHeading {
        
            margin: 0 1.9rem 0 0;
        }      

     /*   .helplineBox {
            margin-right: 1.5rem;
        }*/

        .logo {
            width: 100%;
        }

        .dept-name {
            padding-left: 0.4rem;
            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;
            top: 0.6rem;
        }

        .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
    }

    #myTab {
    }

        #myTab span {
            float: left;
            font-weight: 700;
            color: #fff;
            padding: 6px 15px;
        }

        #myTab ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: flex;
        }

            #myTab ul li {
                margin-right: 0.5rem;
            }

                #myTab ul li a {
                    color: #000;
                    text-decoration: none;
                    background-color: #F2F2F2;
                    text-align: center;
                    padding: 0.4rem 1.5rem;
                    display: block;
                    border-radius: 0.25rem 0.25rem 0 0;
                }

                    #myTab ul li a:hover {
                        color: #333;
                        background-color: #E6E6E6;
                    }

                #myTab ul li.active a {
                    background-color: #1e64b9;
                    color: #FFF;
                }

    .paging td a {
        padding: 0.2rem 0.5rem;
        z-index: 3;
        color: #fff;
        background-color: #0d6efd;
        border-radius: 0.25rem;
        font-size: 0.9rem;
        line-height: 100%;
    }

    .paging td span {
        padding: 0.2rem 0.5rem;
        z-index: 3;
        color: #fff;
        color: black;
        border: 1px solid #e1e1e1;
        border-radius: 0.25rem;
        line-height: 100%;
        font-size: 0.9rem;
    }

    .tabContentBox {
        border: 1px solid #e1e1e1;
        padding: 1.2rem;
        border-radius: 0 0.25rem 0.25rem 0.25rem;
    }
@media (max-width:1366px) {

    .dept-name.pdismpm {
        font-size: 1.4rem;
    }
}
@media (max-width: 1024px) {
    .dept-name.pdismpm {
        font-size: 0.9rem;
    }
}
    @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: 270px;
            font-size: 1rem;
            
            margin-bottom: 0;
        }

        .skill-odisha {
            width: 35px;
            margin-right: 0.09rem;
        }

        .skill-img {
            width: 100%;
        }
        .logoHeading {
            margin: 0 1.2rem 0 0;
        }
        .pdismpm-header .logoHeading {
            margin: 0;
        }
            .pdismpm-header .logoHeading img {
                width: auto;
                height: 40px;
            }
        .dept-name small {
            font-size: 63%;
        }

        .grid-list {
            min-height: 100px;
        }

        .updatedSoon {
            height: 100px;
        }

        .help-card.faq, .help-card {
            width: 100%;
        }

            .help-card.faq {
                margin-bottom: 1rem;
            }

      
        .navbar-collapse {
            top: 3.2rem;
        }

        .dept-name {
            padding-left: 0.5rem;
            margin-left: -0.5rem;
        }

        .welcomBox p {
            margin: 0 0 1.1rem 0;
        }

        .skill-odisha {
            /*        width: 35px;
        margin-right: 0.4rem;*/
            width: 35px;
            margin-right: 0.09rem;
        }
    }

    @media (max-width:414px) {
        .dept-name {
            padding-left: 0.4rem;
            margin-left: -0.6rem;
        }
    }

    @media (max-width:375px) {
        .dept-name {
            width: 225px;
            font-size: 1rem;
            padding-left: 0.5rem;
            margin-left: 0.5rem;
        }

        .logoHeading {
            width: 100px;
        }
        .logoHeading {
            margin: 0;
        }
        .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;
        }

        .pdis .dept-name small {
            font-size: 70%;
        }

        .pdis .dept-name {
            font-size: 1rem;
        }
    }

    @media (max-width:320px) {
        .dept-name {
            width: 170px;
            padding-left: 0.5rem;
            margin-left: -0.6rem;
            font-size: 0.7rem;
        }

            .dept-name small {
                font-size: 54%;
            }

        .logoHeading img {
            width: 75%;
        }
    }



    .ActiveButton {
        background: #f0a808 !important
    }