  body {
            font-family: "Mulish", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            box-sizing: border-box;
            width: 100%;
            height: 100svh;
            background-color: #f6f8f9;
        }

        .mainTempContent{
            display: flex;
            justify-content: center;
            width: 100%;
            height: 1100px;
            font-size: 100px;
            padding-top: 300px;
        }

        .navbar-toggler {
            color: rgba(0, 0, 0, .5);
            border: none;

        }

        .navbar-nav li>ul.dropdown-menu {
            margin: 0;

        }

        .navbar-collapse .dropdown-menu .dropdown-submenu a {
            padding-inline: 0.8rem;
        }

        .navbar-nav li:hover>ul.dropdown-menu {
            display: block;
            margin: 0;
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }


        .dropdown-menu>li>a:hover:after {
            text-decoration: underline;
            transform: rotate(-90deg);
        }

        .top_nav_fixed {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 99999;
            margin: 0px;
            padding-top: 0.4rem;
            color: #1e293b;
            background-color: #ffffff;
            transition: all ease-out .3s;
        }

        .navbar-light .navbar-nav .nav-link {
            color: #000000;
        }

        .bg-dimmed {
            margin: 0;
            padding: 0 !important;
        }

        .collapse.navbar-collapse.d_flex_nav_pri {
            /* justify-content: flex-end; */
        }

        .nav-login {
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 0.4rem 1rem !important;
}

        .img-fluid.d_none_mob {
            padding-top: 4rem !important;
        }

        @media only screen and (max-width: 991px) {
            .collapse.navbar-collapse.d_flex_nav_pri {
                justify-content: space-around;
                position: relative;
                max-height: 72vh;
                height: auto;
                overflow-y: scroll;


            }

            .nav-link.dropdown-toggle,
            .dropdown-item.dropdown-toggle {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: center;
                justify-content: space-between;
                align-items: center;
            }

            .top_nav_fixed {
                box-shadow: 0px 0px 4px silver;
            }

            .dropdown-item.nav-link.languages-item {
                padding-left: 1rem;
                background: #ffffff;
            }


            .dropdown-item:focus,
            .dropdown-item:hover {
                background-color: #dee2e6;
            }

            .navbar-nav li>ul.dropdown-menu {

                background-color: #e9ecef;
                border: none;
            }

            .navbar-toggler-icon-close {
                display: inline-block;
                width: 1.5em;
                height: 1.5em;
                vertical-align: middle;
                content: "";
                background: no-repeat center center;
                background-size: 100% 100%;
            }

            .navbar-toggler-icon-close {
                background-image: url(/images/home/cross.png);
                color: #000000;
            }

            .navbar-toggler-icon-eclip {
                color: #000000;
            }


        }

        @media only screen and (max-width: 1240px) {
            .navbar-expand-lg .navbar-nav {
                justify-content: center !important;
                flex-wrap: wrap !important;

            }

            .img-fluid.d_none_mob {
                padding-top: 4.9rem !important;
            }
        }


        .container::-webkit-scrollbar {
            display: none;
        }


        @media screen and (max-width:768px) {
            .container-fluid.bg-dimmed.wrapper {
                display: block !important;
            }
        }

        .navbar-expand-lg .navbar-nav {
            flex-wrap: wrap !important;
        }

        .navbar-expand-lg .d-fl-logos {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
        }
        .header-logo {
    width: 3.2rem;
}

.ministry-logo {
    width: 5.5rem !important;
}

    .collapsible {
          background-color: #777;
          color: white;
          cursor: pointer;
          padding: 18px;
          width: 100%;
          border: none;
          text-align: left;
          outline: none;
          font-size: 15px;
        }

        /* .active,
        .collapsible:hover {
          background-color: #555;
        } */

        .collapsible:after {
          content: '\002B';
          color: white;
          font-weight: bold;
          float: right;
          margin-left: 5px;
        }

        /* .active:after {
          content: "\2212";
        } */

        .panel {
          padding: 0 18px;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out;
          background-color: #f1f1f1;
        }

        .panel a {
          display: block;
          text-decoration: none;
        }

        .panel a:hover .panelist {
          color: #145b94
        }

        #activelink {
          background-color: #ffffff;
          font-weight: 700;
          color: #2196f3 !important;
        }

        .sidebar button.active {
          background-color: #007bff !important;
          color: #fff !important;
          border-bottom: 1px solid #fdfdfd;
        }

        .sidebar .panel {
          background-color: #fff !important;
          height: auto !important;
        }

        .sidebar .panelist {
          display: block;
          border-bottom: 1px solid #efefef;
          padding-top: 10px;
          padding-bottom: 10px;
          color: #2a2929;
        }

        .sidebar button:focus {
          outline: none !important;
        }


        .sidebar .collapsible {
          position: relative;
          background-color: #343434;
          color: #c4c4c4;
          border-bottom: 1px solid #1a1a1a;
          padding-right: 35px;
          text-transform: capitalize;
        }

        .sidebar .collapsible:after {
          font-size: 12px;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          line-height: 17px;
          text-align: center;
          border-radius: 50%;
          color: #ededed;
          border: 1px solid #121212;
          background-color: #121212;
          box-shadow: 3px 3px 12px -5px #dfdfdf;
        }

        .sidebar .collapsible.active:after {
          color: #2e2e2e;
          border: 1px solid #f3f3f3;
          background-color: #f3f3f3;
        }

        .panel a:last-child div.panelist {
          border-bottom: none !important;
        }

        .sidebar .panel {
          overflow-y: auto;
          -ms-overflow-style: none;
          scrollbar-width: none;
        }

        .sidebar .panel::-webkit-scrollbar {
          display: none;
        }

