header.navbar .header-layertop a.header-notification-icon {
    background: url(../images/notification.png) no-repeat center;
    font-size: 0;
    padding: 17px;
    cursor: pointer;
    background-size: 21px;
    z-index: 999;
}

.header-top-bell-icon{
    position: absolute;
    top: 2;
    margin: 0 !important;
    right: 6%;
    color: #fff;
}

.toolbar-fixed header.navbar .header-layertop a.header-notification-icon{
  top: -29px;
}
header.navbar .header-layertop  a.header-notification-icon::after {
    z-index: 0;
    content: '.';
    width: 15px;
    height: 15px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 38px;
    right: 6px;
    -moz-box-shadow: #ccc 0 0 10px;
    -webkit-box-shadow: #ccc 0 0 10px;
    box-shadow: #ccc 0 0 10px;
    transform: rotate(45deg);
    visibility: hidden;
}
header.navbar .header-layertop span.header-notification-icon.show::after {
    visibility: visible;
}
.header-notification-icon:hover {
  background: red;
}

.header-notification-icon .badge {
  position: absolute;
  top: 0;
  padding: 5px 6px;
  border-radius: 50%;
  background: red;
  color: white;
}
.header-notifications {
    width: 340px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 35px;
    right: 24%;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 9999;
    display: none;
}
.toolbar-fixed .header-notifications{
  top: 32px;
}

.header-notifications h2 {
    font-size: 15px !important;
    padding: 0px 0px 9px 10px;
    margin: 10px 10px 0px 5px;
    border-bottom: 1px solid #eee;
    color: #353535
}

.header-notifications h2 span {
    color: #f00
}

.header-notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 2px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.header-notifications-item:hover {
    background-color: #eee
}

.header-notifications-item img {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 0;
}

.header-notifications-item .text {
    padding: 6px !important;
}

.header-notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.header-notifications-item .text p {
    color: #4d4d4d;
    font-size: 14px;
    /*display: list-item;
    list-style-type: disc;
    list-style-position: inside;*/
}
.header-notification-icon .badge {
    top: 2px !important;
    padding: 3px 6px !important;
}
.notification.css
.header-notifications-item{
    border-bottom: none;
}

.header-notifications-item ::marker {
    margin: 0;
    padding: 0;
    color: #e71313;
    font-size: 14px;
}
.header-notifications .frn-clear-notification {
  color: black !important;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
    .header-top-bell-icon {
        right: 60px !important;
    }
}
@media screen and (min-width:320px) and (max-width:400px) {
    header.navbar .header-layertop a.header-notification-icon {
        right: 190px !important;
    }
    .header-notifications {
        right: 5px;
        width: 262px;
    }
}
@media screen and (min-width: 401px) and (max-width: 600px){
    .header-notifications {
       right: 5px;
    }
}
