
.pd-l
{
 padding-left: 20px;
}
.pd-r
{
 padding-right: 20px;
}

.header-bar {
    min-height: 4.5rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1030;
    position: fixed;
    width: 100%;
}

.navbar-brand {
    margin-right: 0;
    width: 80%;
    height: 100%;
    max-height: 2.5rem;
    overflow: hidden;
    padding-right: 0.625rem;
}

.menu-box {
   display: flex;
    justify-content: end;
    position: relative;
    top: -6px;
}

.list-style-none {
    list-style-type: none;
    position: absolute;
}

.main-menu.dropdown.dropdown-mega {
    position: static;
}

.main-menu {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.main-menu .menu-icon {
    width: 2rem;
    height: 2rem;
    fill: #fff;
    stroke: #3B1759;
}

.main-menu.dropdown.dropdown-mega .dropdown-menu {
    padding: 0;
    padding-bottom: 4.125rem;
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
    min-width: 100%;
}

.main-menu .dropdown-menu,
.user-dropdown .dropdown-menu {
    min-width: 16.25rem;
    left: auto;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0.625rem 0.625rem;
    border: none;
    top: 0.75rem !important;
}

.user-dropdown .menu-icon-ug {
    fill: #fff;
    stroke: #fff;
    color: #fff;
    display: contents;
}

.user-dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.user-dropdown .menu-icon:focus {
    outline: none;
    box-shadow: none;
}

.user-dropdown .menu-icon:hover {
    stroke: #2D073C;
}

.user-dropdown .menu-icon {
    fill: #fff;
    stroke: #3B1759;
    color: #3B1759;
}

.main-menu .dropdown-toggle.show {
    fill: #FF5D4A;
    stroke: #fff;
}

.main-menu .nav-link {
    padding: 0;
}

.main-menu.dropdown.dropdown-mega .dropdown-menu {
    padding: 0;
    padding-bottom: 4.125rem;
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
    min-width: 100%;
}

.main-menu .dropdown-menu,
.user-dropdown .dropdown-menu {
    min-width: 16.25rem;
    left: auto;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0.625rem 0.625rem;
    border: none;
    top: 0.75rem !important;
}

.user-dropdown .menu-icon svg {
    width: 2rem;
    height: 2rem;
    margin: 0px 8px;
}

 .btn-guide{
 background-color: #3b1759; padding: 8px 14px; border-radius: 10px; height: 40px; margin: 2px 10px 0px 0px;}

.home-icon
{
    width: 40px;
    position: relative;
    margin: 0px 0px 0px 15px;
}


@media only screen and (max-width: 480px) and (min-width: 320px){
    .list-style-none {
    position: relative;
    margin-top: 10px;
}

.header-bar {
    position:fixed;
}
#wrapper {
    margin-top: 65px;
}
}
@media only screen and (max-width: 768px) and (min-width: 480px){
    .list-style-none {
    position: relative;
    margin-top: 10px;
}

.header-bar {
    position:fixed;
}
#wrapper {
    margin-top: 65px;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .list-style-none {
    position: relative;
    margin-top: 10px;
} 

.header-bar {
    position:fixed;
}

#wrapper {
    margin-top: 65px;
}

    .navbar-brand {
        width: 19%;
        padding-right: 0;
    }
    
    .main-menu.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        top: 4.375rem !important;
        transform: none !important;
        padding: 1rem;
    }
    
    
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){}
        