.apic-user-form-or{
display:none;
}

.top-notification {
    background-color: #97144d;
    position: relative;
    text-align: right;
    padding-top: 8px;
}

.top-notification .bell-icon{
    display: inline-block;
    text-decoration: none;
    height: 2.2rem;
    width: 1rem;
    background: url(https://apiportal.axis.bank.in/portal/sites/portal.apiportal.axis.bank.in/themes/axis_theme/images/home-sprite.png) no-repeat -236px -69px;
}

.top-notification .bell-icon .alter-info {
    top: -1.3em;
    margin-left: -1em;
    margin-top: -1em;
    position: relative;
}

.top-notification .bell-icon .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px 3px 4px;
    font-size: 0.6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: unset;
    border-radius: 10px;
}

.top-notification .fa-bell {
    font-size: 18px;
    width: 24px;
    height: 19px;
    color: #bac0c6;
}

.notification-menu {
    position: absolute;
    right: 0;
    border: #989898;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 20em;
    max-height: 20em;
    word-break: break-word;
    width: auto;
    display: none;
    text-align: left;
    border: 1px solid #ccc;
}

.notification-menu li {
    padding: 0;
    margin: 0;
}

.notification-menu li a {    
    display: block;
    padding: 10px 18px;
    color: #7a868e;
    text-decoration: none;
}

.notification-menu li a p{
    margin: 0 0 5px;
    line-height: normal;
}

.notification-menu li a p .ng-binding{
    font-size: 15px;
    font-weight: normal;
    display: block;
    line-height: 16px;
}

.notification-menu li a:hover{
    background: #97144d;
    color: #fff;
    transition: 0.5s all;
}

.notification-menu li .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.notification-menu li:last-child .divider{
    display: none;
}

.notification-menu .text-muted .ng-binding{
    font-size: 10.5px;
    color: #777;
    float: right;
    display: block;
}

.notification-menu li a:hover .text-muted .ng-binding{
    color: #fff;
}

.notification-menu .text-muted em{
    font-style: italic;
}

.custom-content-count .table-responsive{
   display:none;
}
@media (min-width: 768px) and (max-width:1024px){
	.img-header{
		background-size: 100% 75%;
	}
	.top-notification{
		padding-top:4px;
	}
}