.filter-fixed-top img {
    height: auto;
    width: 100%;
    top: 15px;
    border-radius: 10px;
}
.fixed-top {
    position: sticky !important;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
}
nav .sctheme-btn {
    padding: 26px 23px;
    border-radius: 0;
}
.fixed-top .nav-item {
    margin: 0 0px;
}
.filter-fixed-top {
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: all ease-in-out .45s;
    background: #ffffff !important;
}

.filter-fixed-top .nav-link {
    color: #000 !important;
    transition: all ease-in-out .45s;
    font-weight: 500;
}

.filter-fixed-top small {
    color: #2274e0;
    font-weight: 500;
}

.filter-fixed-top .material-icons {
    color: #000 !important;
}
.img-show {
    visibility: visible;
}

.img-hide {
    display: none;
}

.filter-fixed-top .img-show {
    display: none;
}

.filter-fixed-top .img-hide {
    display: block;
}


a.navbar-brand img {
    height: auto;
    position: absolute;
    top: 0;
    width: auto;
}

.display-nav-none.navbar-collapse {
    display: none !important;
}
.fixed-top .nav-link:hover:before, .fixed-top .nav-link.active:before {
    width: 100%;
    transition: 0.6s;
    background: var(--scbg-primary);
}

.fixed-top .nav-link:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 0;
    top: 0;
    height: 2px;
    left: 0;
    transition: 0.6s;
}
.fixed-top .nav-link {
    position: relative;
}
/*----sidebar START----*/
@media screen and (max-width:768px) {
    .loginlist a {
    margin-right: 0 !important;
    font-size: 12px;
}
    a.navbar-brand img{
        position: relative;
    }
    .sidebar-show img {
        padding: 0 !important;
        width: 41% !important;
        margin: 0 !important;
    }

    .sidebar-show {
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 1035;
        bottom: 0px;
        height: 100%;
        width: 80%;
        cursor: default;
        transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out, left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
        background-color: #fff;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
        overflow: auto;
    }

    #sidebar-close-btn {
        position: absolute;
        right: 0px;
        top: 0;
        padding: 0px;
        cursor: pointer;
        -webkit-text-fill-color: #fff;
        width: 52px;
        height: 52px;
        text-align: center;
        opacity: 1;
    }

    .sidebarclassadd {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        clear: both;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1035;
    }

    .sidebar-icon li.nav-item:nth-child(n) {
        border-left: none;
    }

    .sidebar-icon i,
    .contact-box i {
        width: 35px;
        height: 34px;
        border-radius: 25px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        margin-right: 13px;
    }

    .sidesocial-icon {
        color: #fff;
        background: #cbcbcb;
        width: 35px;
        height: 35px;
        padding: 9px;
        text-align: center;
        border-radius: 50px;
    }


    a.sidebar-icon {
        border-bottom: 1px solid gainsboro;
    }

    .top-mnheader .font-size-15 {
        font-size: 11px !important;
    }

    .top-mnheader ul a {
        padding: 4px !important;
        font-size: 12px;
    }

}

/*----sidebar END----*/
