.badge-notify {
    background: red;
    position: absolute;
    top: -8px;
    color: #fff;
    font-size: 10px;
    right: 5px;
    left: 30px
}

.goog-te-banner-frame.skiptranslate {
    display: none!important
}

body {
    top: 0!important
}

.btn1:hover {
    background-color: #FDDDCF!important
}

.btn2:hover {
    background-color: #C4EEF5!important
}

.notification-list li {
    border-bottom: none;
    display: block;
    position: relative;
    transition: all .3s ease;
    padding: 4px 10px
}

.glyphicon-bell {
    font-size: 1.5rem
}

.menu-title,
.menu-title1 {
    font-size: 17px;
    display: inline-block;
    font-weight: 500
}

.notifications {
    min-width: 420px
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
    width: 100%
}

.menu-title {
    color: #3aa4ff;
    float: right
}

.menu-title1 {
    color: #000
}

.glyphicon-circle-arrow-right {
    margin-left: 10px
}

.notification-footer,
.notification-heading {
    padding: 2px 10px
}

.dropdown-menu .divider {
    margin: 5px 0;
    height: 0
}

.item-title {
    font-size: 1.3rem;
    color: #000
}

.notifications a.content {
    text-decoration: none;
    background: #ccc
}

.themeBg {
    background: #0f4c75;
}

.notification-item {
    margin: 5px;
    border-radius: 4px
}
.bg-own {
    background: #0f4c75;
}

.notification-list li {
    background-color: #d3def2
}

nav.second-nav {
    display: none;
    background: #484646;
    width: 100%;
    overflow: auto;
    padding-bottom: 0px;
}

nav.second-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.second-nav .nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 3px 20px 4px;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    position: relative;
    font-size: 14px;
    /* border: 1px solid #d93637 */
}

.second-nav .nav {
    vertical-align: top;
    xdisplay: -webkit-inline-box;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 0px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 30px
}

.second-nav .nav li {
    position: relative
}

.second-nav .nav>li {
    float: none;
    margin-right: 5px
}

.second-nav .nav>li>a {
    margin-bottom: 1px;
    border: 1px solid transparent;
}


/* .nav>li:hover>a,
.second-nav .nav>li:hover {
    border-bottom-color: orange
} */

.second-nav .nav li:hover>a {
    color: #fff;
    /* border: 1px solid #f7b006; */
    font-weight: 500;
    background: #8080802e;
}

.second-nav .nav>li:first-child {
    border-radius: 0
}

.second-nav .nav>li:first-child>a {
    border-radius: 0
}

.second-nav .nav>li:last-child {
    border-radius: 0 0 4px;
    margin-right: 0
}

.second-nav .nav>li:last-child>a {
    border-radius: 0 4px 0 0
}

.second-nav .nav li li a {
    margin-top: 0px
}

.second-nav .nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 40%;
    right: 0px
}

.second-nav .nav ul {
    position: fixed;
    white-space: nowrap;
    border-bottom: 5px solid #000;
    z-index: 1;
    left: -99999em;
    background: #808080b3;
    height: auto;
}

.second-nav .nav li ul li:hover a {
    color: #fff;
}

.second-nav .nav>li:hover>ul {
    left: auto;
    padding-top: 0;
    top: 133px;
}

.second-nav .nav>li li ul {
    border-left: 1px solid #fff
}

.second-nav .nav>li li:hover>ul {
    left: 100%;
    top: -1px
}

.second-nav .nav>li>a:first-child:nth-last-child(2):before {
    border-top-color: #fff
}

.second-nav .nav>li:hover>a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-bottom-color: #fff;
    margin-top: -5px
}

.second-nav .nav li li>a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px
}

.second-nav .nav li li:hover>a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: orange;
    right: 10px
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../gif/preloader.gif) 50% 50% no-repeat #f9f9f9;
    opacity: 1.9
}