@media only screen and (max-width: 480px) {
    .hero-banner .main-banner-slider {
        height: 180px !important;
        width: 100%;
    }
    .main-nav__logo-box a.main-nav__logo img.main-logo {
        height: 45px;
        width: 40px;
    }
    .media-section .nav-tabs .nav-item {
        margin-bottom: 6px !important;
        width: 300px;
    }
    .hide_in_responsive {
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    .tithi-bhojan-at-glance-section .daily-number .box-wrap .number-text {
        font-size: 38px;
    }
    .tithi-bhojan-at-glance-section .daily-number .box-wrap .number-details {
        font-size: 16px;
    }
    .tithi-bhojan-at-glance-section
        .daily-number
        .box-with-img
        .number-text::before {
        left: 15px;
    }
}
@media screen and (min-width: 1025px) {
    .my_department_name .my__dept {
        display: none !important;
    }
}
@media screen and (max-width: 379px) {
    .my_department_name .my__dept .d_name {
        color: #fff;
        margin: 5px 0 0 10px;
        min-width: 168px;
        font-weight: 600;
        font-size: 10px;
        line-height: 11px;
    }
    .my_department_name .my__dept .d_short_name {
        color: #fff;
        margin: 0 0 0 10px;
        font-weight: 600;
        font-size: 8px;
    }
}
@media screen and (min-width: 380px) and (max-width: 480px) {
    .my_department_name .my__dept .d_name {
        color: #fff;
        margin: 5px 0 0 10px;
        min-width: 243px;
        font-weight: 600;
        font-size: 13px;
        line-height: 14px;
    }
    .my_department_name .my__dept .d_short_name {
        color: #fff;
        margin: 0 0 0 10px;
        font-weight: 600;
        font-size: 10px;
    }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
    .my_department_name .my__dept .d_name {
        color: #fff;
        margin: 10px 0 0 10px;
        min-width: 300px;
        font-weight: 600;
        font-size: 18px;
        line-height: 19px;
    }
    .my_department_name .my__dept .d_short_name {
        color: #fff;
        margin: 10px 0 0 10px;
        font-weight: 600;
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .my_department_name {
        display: flex;
    }
    .my_department_name .my__dept {
        display: block;
    }
    .responsive_font_boxes {
        margin: 0 10px;
    }
    .responsive_font_boxes li {
        border: 1px solid #fff;
        padding: 8px 10px !important;
    }
    .responsive_font_boxes li a {
        color: #fff;
    }
    .responsive_font_boxes li a span {
        font-size: 20px;
    }

    .hero-banner .main-banner-slider {
        height: 260px;
    }

    .main-logo {
        /* width: 120px;
        height: 100px; */
        width: 90px;
        height: 90px;
    }
    .main-nav__header-one .right-nav-wrp {
        display: none;
    }
    .main-nav__right {
        padding-right: 0px;
        margin-right: 10px;
        width: 100%;
        float: right;
        align-items: center;
        justify-content: end;
        -webkit-box-align: center;
        display: flex;
        margin-left: auto;
        flex-direction: row;
    }
    .side-menu__toggler {
        width: 35px;
        height: 35px;
        line-height: 50px;
        margin-left: 20px;
        text-align: center;
        color: var(--thm-black);
    }
    #nav-icon1,
    #nav-icon2 {
        width: 30px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon1 span,
    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        /* background: var(--thm-black); */
        background: var(--thm-white);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1),
    #nav-icon2 span:nth-child(1) {
        top: 7px;
    }
    #nav-icon1 span:nth-child(2),
    #nav-icon2 span:nth-child(2) {
        top: 16px;
    }
    #nav-icon1 span:nth-child(3),
    #nav-icon2 span:nth-child(3) {
        top: 25px;
    }
    .tithi-bhojan-at-glance-section .dignitiers-box .dignitiers-title {
        font-size: 64px;
    }
    .main-logo-text-wrap {
        display: none;
    }
    .main-navigation-box-wrap {
        display: block;
    }
    .main-nav__navigation-box li {
        padding: 5px 0px;
    }
    .mobile-nav__container li.dropdown {
        position: relative;
    }
    .mobile-nav__container li.dropdown ul {
        padding-left: 0.5em;
        margin: 5px 0px 20px 0px;
        display: none;
    }
    .mobile-nav__container ul {
        padding: 0;
        list-style: none;
    }

    .nav-donation-btn-wrap {
        margin-top: 10px;
    }
    .nav-donation-btn-wrap button {
        width: 130px;
        font-size: 15px;
        font-family: "calibribold";
        padding: 8px 0px;
        border: none;
        background: #d96400;
        color: #fff;
    }
    /* .hero-banner .banner {
        padding: 300px 0px 70px 0px;
        align-items: flex-end;
    } */
    .banner-text-col h1 {
        font-size: 30px;
    }
    .banner-text-col h2 {
        font-size: 26px;
    }
    .tithi-bhojan-at-glance-section .daily-number .box-wrap {
        min-height: 150px;
    }
    .tithi-bhojan-at-glance-section .daily-number .box-wrap .number-text {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .tithi-bhojan-at-glance-section .daily-number .box-wrap .number-details {
        font-size: 14px;
    }
    .tithi-bhojan-at-glance-section
        .daily-number
        .box-with-img
        .number-text::before {
        background-size: 80px;
    }
    .profile-box-wrap .profile-img-box .profile-img img {
        width: 200px;
    }
    .tithi-bhojan-at-glance-section .dignitiers-box {
        padding-top: 0px;
    }
    .tithi-bhojan-at-glance-section .dignitiers-box .dignitiers-title {
        font-size: 44px;
        line-height: 60px;
    }
    .tithi-bhojan-at-glance-section .container::after {
        font-size: 60px;
        bottom: -118px;
    }
    .calendar-wrapper td span {
        padding: 15px 20px;
    }
    .btn-next {
        padding: 15px 0px;
    }
    .whats-new-section .title-h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .hero-banner .main-banner-slider {
        height: 210px;
    }
    .topbar-one .topbar-one-wrap .topbar-one__right .right-links {
        display: none;
    }
    .tithi-bhojan-at-glance-section .daily-number .box-wrap {
        min-height: 135px;
        margin-bottom: 10px;
    }
    .calendar-wrapper td span {
        padding: 5px 5px;
        font-size: 16px;
    }
    .drowp-wrp label {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-select select {
        padding: 5px;
    }
    .btn-next {
        font-size: 18px;
        padding: 5px 0px;
    }
    .whats-new-section .title-h2 {
        font-size: 20px;
    }
    .list-of-scheme-section .left-border {
        border-left: none;
        padding-left: 13px;
    }
    .list-of-scheme-title h2 {
        font-size: 24px;
    }
    .media-section .img-box {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .hero-banner .main-banner-slider {
        height: 210px;
    }
    .calendar-wrapper td span {
        font-size: 18px;
    }
    .calendar-wrapper .days td span {
        font-size: 13px;
    }
    .calendar-wrapper thead td {
        font-size: 20px !important;
    }
    .drowp-wrp label {
        font-size: 15px;
    }
    .select-items div,
    .select-selected {
        padding: 6px 16px;
        font-size: 14px;
    }
    .btn-next {
        font-size: 20px;
        padding: 6px 10px;
    }
}

/*** MEDIA QUERIES ***/
@media (max-width: 1023px) {
    .sitemap-wrapper ol.organizational-chart > li > div > a,
    .os-structure-wrapper ol.organizational-chart > li > div > a {
        width: 100%;
    }
    .sitemap-wrapper ol.organizational-chart > li > ol > li > div,
    .os-structure-wrapper ol.organizational-chart > li > ol > li > div {
        display: block;
    }
    .sitemap-wrapper ol.organizational-chart > li > div:first-of-type:after,
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:after {
        bottom: -14px;
        height: 3em;
        right: -1em;
        width: 1px;
    }
}

@media only screen and (min-width: 1024px) {
    .sitemap-wrapper ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    .sitemap-wrapper ol.organizational-chart > li > div,
    .os-structure-wrapper ol.organizational-chart > li > div {
        /*display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;*/

        display: flex;
        float: none;
        vertical-align: bottom;
        flex-direction: column;
        text-align: center;
        /*margin: 0 auto;*/
        margin: 0 1em 1em 1em;
        background-color: transparent;
    }
    .sitemap-wrapper ol.organizational-chart > li > div > a,
    .os-structure-wrapper ol.organizational-chart > li > div > span {
        padding: 10px 20px;
        display: block;
        margin: auto;
        border-radius: 0px;
        color: var(--thm-white);
        font-size: 13px;
        font-weight: 600;
    }
    .sitemap-wrapper ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2)
        ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3)
        ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4)
        ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5)
        ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    .sitemap-wrapper ol.organizational-chart > li > div:before,
    .sitemap-wrapper ol.organizational-chart > li > div:after {
        bottom: -1em !important;
        top: inherit !important;
    }

    .sitemap-wrapper ol.organizational-chart > li > div:before {
        height: 1em !important;
        left: 50% !important;
        width: 1px !important;
        display: none;
    }

    .sitemap-wrapper ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after,
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 1px;
        width: calc(50% + 1em + 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div
        + div:not(:last-of-type):after {
        height: 1px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    .sitemap-wrapper ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol:before,
    .sitemap-wrapper ol.organizational-chart > li > ol > li:before {
        height: 1em !important;
        left: 50% !important;
        top: 0 !important;
        width: 1px !important;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol:after {
        display: none;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type:before,
    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after,
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        height: 1px;
        top: 0;
        width: 50%;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li
        + li:not(:last-of-type):after {
        height: 1px;
        left: 0;
        top: 0;
        width: 100%;
    }
}

/* @media (max-width: 1024px) {
    .text_on_banner {
        display: none;
    }
} */
@media (max-width: 1199px) {
    .header-navigation ul.main-nav__navigation-box li {
        font-size: 16px;
        padding: 8px 5px;
    }
    .header-navigation ul.main-nav__navigation-box li a {
        font-size: 12px;
    }
    li.align-items-right {
        margin-left: 50px;
    }
    .registeredHospitalImage {
        margin-top: 0px !important;
        position: relative;
    }
}

@media (max-width: 768px) {
    .whats-new-section .title-h2-new {
        font-size: 25px;
    }
    .citizen-tab-box .nav-item .nav-link {
        font-size: 10px;
        font-weight: bolder;
    }
    .nav-link {
        padding: 0.2rem 0.2rem;
    }
    .citizen-tab-box-wrap .tab-content {
        padding: 10px 10px 10px 10px;
    }
    .citizen-tab-box-wrap .tab-content li {
        font-size: 15px;
        line-height: 25px;
    }
}

/* Mobile Menu */
@media (max-width: 1024px) {
    .main-navigation-box-wrap {
        flex-direction: column;
        left: 0;
        background: transparent;
        overflow-y: scroll;
    }
    div#mCSB_1_container {
        top: auto !important;
    }
    .mobile-nav__container {
        overflow-y: scroll;
    }

    .main-navigation-box-wrap.active {
        display: flex;
    }

    .main-nav__navigation-box {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .main-nav__navigation-box li {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .side-menu__toggler {
        display: block;
        cursor: pointer;
    }
    .side-menu__block-inner {
        background-color: #00000042;
    }
    a li {
        font-size: 16px;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }
    .right-links a {
        font-size: 9px;
    }
    .mobile-nav__container li > a,
    .mobile-nav__container li > a {
        color: #fff;
    }
}

/*** MEDIA QUERIES ***/
@media (max-width: 1023px) {
    .sitemap-wrapper ol.organizational-chart > li > div > a,
    .os-structure-wrapper ol.organizational-chart > li > div > a {
        width: 100%;
    }
    .sitemap-wrapper ol.organizational-chart > li > ol > li > div,
    .os-structure-wrapper ol.organizational-chart > li > ol > li > div {
        display: block;
    }
    .sitemap-wrapper ol.organizational-chart > li > div:first-of-type:after,
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:after {
        bottom: -14px;
        height: 3em;
        right: -1em;
        width: 1px;
    }
}

@media only screen and (min-width: 1024px) {
    .sitemap-wrapper ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    .sitemap-wrapper ol.organizational-chart > li > div,
    .os-structure-wrapper ol.organizational-chart > li > div {
        /*display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;*/

        display: flex;
        float: none;
        vertical-align: bottom;
        flex-direction: column;
        text-align: center;
        /*margin: 0 auto;*/
        margin: 0 1em 1em 1em;
        background-color: transparent;
    }
    .sitemap-wrapper ol.organizational-chart > li > div > a,
    .os-structure-wrapper ol.organizational-chart > li > div > span {
        padding: 10px 20px;
        display: block;
        margin: auto;
        border-radius: 0px;
        color: var(--thm-white);
        font-size: 13px;
        font-weight: 600;
    }
    .sitemap-wrapper ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2)
        ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3)
        ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4)
        ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5),
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5)
        ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    .sitemap-wrapper ol.organizational-chart > li > div:before,
    .sitemap-wrapper ol.organizational-chart > li > div:after {
        bottom: -1em !important;
        top: inherit !important;
    }

    .sitemap-wrapper ol.organizational-chart > li > div:before {
        height: 1em !important;
        left: 50% !important;
        width: 1px !important;
        display: none;
    }

    .sitemap-wrapper ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after,
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 1px;
        width: calc(50% + 1em + 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > div
        + div:not(:last-of-type):after {
        height: 1px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    .sitemap-wrapper ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol:before,
    .sitemap-wrapper ol.organizational-chart > li > ol > li:before {
        height: 1em !important;
        left: 50% !important;
        top: 0 !important;
        width: 1px !important;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol:after {
        display: none;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type:before,
    .sitemap-wrapper ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after,
    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        height: 1px;
        top: 0;
        width: 50%;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    .sitemap-wrapper
        ol.organizational-chart
        > li
        > ol
        > li
        + li:not(:last-of-type):after {
        height: 1px;
        left: 0;
        top: 0;
        width: 100%;
    }
}
