

@media (min-width: 992px) and (max-width: 1230px) {
    header .manu-list nav ul li a {
        font-size: 16px;
    }
    header .manu-list nav ul li {
        margin: 0 7px;
    }
    header .manu-list nav ul li a .searchbox {
        min-width: auto;
    }
    header .manu-list .profile-card .notification a .user-name h4 {
        font-size: 16px;
    }

}
@media (min-width: 576px) and (max-width: 991px) {
   header .manu-list {
        display: block;
        padding: 0;
    }

    header .manu-list .menu-links{
        display: none;
    }
    .menu-icon, header .manu-list .profile-card .notification.menu-icon,
    header .manu-list .profile-card .notification.search-icon {
        display: inline-block;
    }
    header .manu-list .profile-card .notification.menu-icon a,
    header .manu-list .profile-card .notification.menu-icon,
    header .manu-list .profile-card .notification.search-icon a {
        font-size: 28px;
        text-decoration: none;
        color: #fff;
    }
    .search-mobile {}
    .search-mobile form.searchbox {
        position: relative;
        margin: 10px 0;   }
    .search-mobile form.searchbox i {
        position: absolute;
        top: 8px;
        right: 20px;
        font-size: 20px;
        color: #288851;
    }
    .search-mobile form.searchbox input.form-control {
        border: none;
        height: 40px;
        box-shadow: none;
        border-radius: 100px;
    }
    header .manu-list .profile-card .notification a .user-name {
        display: none;
    }
    header .manu-list .profile-card .notification .profile-box {
        border: none;
        padding: 0;
        width: 250px;
        top: 40px;
        left: -211px !important;
        right: inherit;
        margin: 0 auto;
    }
    .dropdown-menu.notification-card {
        left: -117px !important;
        top: 45px !important;
    }
    header {
        padding: 15px;
    }
    header .search-mobile.open {
        display: block;
    }
    .search-mobile form.searchbox {
    width: 100%;
    margin: 0;
}
    .category ul li a {
        width: 60px;
        display: block;
        height: 60px;
    }
    .category ul li {
        display: inline-block;
        margin: 0px 10px 10px;
        text-align: center;
    }
    header .search-mobile .form-group {
        margin: 0;
    }
    .category {
        padding: 15px;
        top: 160px;
    }
    header .manu-list .profile-card .notification .profile-box .profile-header {
        display: block;
    }
    .mob-none {
        display: block !important;
    }
    .notification.menu-icon a {
        font-size: 28px;
        text-decoration: none;
        color: #fff;
    }

header .manu-list .profile-card .notification:last-child{
    display: none;
}
 header .manu-list .profile-card {
        text-align: right;
    }
    .mobile-logo{
        display: none;
    }
    header .manu-list .profile-card .notification .profile-box {
            border: none;
            padding: 0;
            width: 200px;
            top: 40px;
            left: -60px;
        }
         .mobile-menu {
        position: fixed;
        z-index: 999;
        background: #fff;
        left: -100%;
        top: 0;
        width: 40%;
        height: 100%;
        transition: all 0.5s;
        display: block;
    }
    .mobile-menu.open-menu{
        left: 0;
    }
 .mobile-profile {
        display: block;
        padding: 30px;
        border-bottom: solid 1px #ddd;
        text-align: center;
    }
    .mobile-profile .profile-icon {
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.mobile-profile .profile-icon img {
    width: 100%;
}

.mobile-profile .closebtn {
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    display: block;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile-profile h3 {
    font-size: 18px;
    margin: 15px 0;
}

.mobile-profile p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.mobile-profile p a {margin-left: 15px;vertical-align: middle;display: inline-block;color: green;}
.mobile-menu .menu-links {
    height:calc(100vh - 300px);
    overflow: auto;
}
.mobile-menu .menu-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu .menu-links ul li {
    display: block;
    text-align: left;
    border-bottom: solid 1px #dddd;
}

.mobile-menu .menu-links ul li a {
    transition: all 0.5s;
    color: #333;
    padding: 11px 30px;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.mobile-menu .menu-links ul li a:hover {
    color: green;
    text-decoration: none;
}
.mobile-menu .menu-links ul li a img {
    width: 24px;
    vertical-align: sub;
    margin-right: 14px;
    height: 24px;
}
.overlay-menu:before {
    content: '';
    position: fixed;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
}
@media (min-width: 768px) and (max-width: 991px){
    header .manu-list .profile-card .notification .profile-box{
           left: -211px !important;
            right: inherit;
            width: 250px;
    }
}
@media (max-width: 575px) {
    .overlay-menu:before {
        content: '';
        position: fixed;
        padding: 100px 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }
    header .manu-list {
        display: block;
    }
    header .manu-list .menu-links{
        display: none;
    }
    header .manu-list .profile-card .notification.menu-icon,
    header .manu-list .profile-card .notification.menu-icon,
    header .manu-list .profile-card .notification.search-icon {
        display: inline-block;
    }
    header .manu-list .profile-card .notification.menu-icon a,
    header .manu-list .profile-card .notification.menu-icon,
    header .manu-list .profile-card .notification.search-icon a {
        font-size: 28px;
        text-decoration: none;
        color: #fff;
    }
    .search-mobile {}
    .search-mobile form.searchbox {
        position: relative;
    }
    .search-mobile form.searchbox {
        width: 100%;
        margin: 0;
    }
    .search-mobile form.searchbox i {
        position: absolute;
        top: 8px;
        right: 20px;
        font-size: 20px;
        color: #288851;
    }
    .search-mobile form.searchbox input.form-control {
        border: none;
        height: 40px;
        box-shadow: none;
        border-radius: 100px;
    }
    header .manu-list .profile-card .notification a .user-name {
        display: none;
    }
    .mobile-logo img {
        width: 90px;
        display: none;
    }
    header .manu-list .profile-card .notification .profile-box {
        border: none;
        padding: 0;
        width: 250px;
        top: 40px;
        left: -171px;
        right: 0;
        margin: 0 auto;
    }
    .dropdown-menu.notification-card {
        left: -207px !important;
        top: 45px !important;
    }
    header {
        padding: 15px;
    }
    header .search-mobile.open {
        display: block;
    }
    .category ul li a {
        width: 60px;
        display: block;
        height: 60px;
    }
    header .search-mobile .form-group {
        margin: 0;
    }
    .category {
        padding: 15px;
        top: 160px;
    }
    .category ul li {
        display: inline-block;
        margin: 0px 10px 10px;
        text-align: center;
    }
    header .manu-list .profile-card .notification .profile-box .profile-header {
        display: block;
    }
    .mob-none {
        display: block !important;
    }
    header .manu-list .profile-card {
        text-align: right;
    }
    .notification.menu-icon a {
        font-size: 28px;
        text-decoration: none;
        color: #fff;
    }
    .profile-card .notification: last-child {
        display: none !important;
    }
    .menu-icon{
        display: block;
    }
header .manu-list .profile-card .notification:last-child{
    display: none;
}
 .mobile-menu {
        position: fixed;
        z-index: 999;
        background: #fff;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        display: block;
    }
    .mobile-menu.open-menu{
        left: 0;
    }
 .mobile-profile {
        display: block;
        padding: 30px;
        border-bottom: solid 1px #ddd;
        text-align: center;
    }
    .mobile-profile .profile-icon {
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.mobile-profile .profile-icon img {
    width: 100%;
}

.mobile-profile .closebtn {
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    display: block;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mobile-profile h3 {
    font-size: 18px;
    margin: 15px 0;
}

.mobile-profile p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.mobile-profile p a {margin-left: 15px;vertical-align: middle;display: inline-block;color: green;}
.mobile-menu .menu-links {
    height:calc(100vh - 300px);
    overflow: auto;
}
.mobile-menu .menu-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu .menu-links ul li {
    display: block;
    text-align: left;
    border-bottom: solid 1px #dddd;
}

.mobile-menu .menu-links ul li a {
    transition: all 0.5s;
    color: #333;
    padding: 11px 30px;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.mobile-menu .menu-links ul li a:hover {
    color: green;
    text-decoration: none;
}
.mobile-menu .menu-links ul li a img {
    width: 24px;
    vertical-align: sub;
    margin-right: 14px;
    height: 24px;
}
}



@media (max-width: 991px){

   
}
