

.navbar-nav-item:last-child a{
background-color: #de272b;
border-color: #de272b;
color:#fff;
font-weight: 600;
text-align: center;
vertical-align: middle;
user-select: none;
border: 0.0625rem solid transparent;
padding: 0.5rem 0.75rem!important;
font-size: 1rem;
line-height: 1.6;
transition: all 0.2s ease-in-out;
}


.navbar-nav-item:last-child .nav-link.active {
color: #ffffff!important;
}

.navbar-nav-item:last-child:hover .nav-link, .navbar-nav-item:last-child:focus .nav-link {
color: #fff;
}

.header-section.shadow{
box-shadow: none!important;
}

.liststylecustom ul{
list-style-type: disclosure-closed;
}

.topBarPane{
padding-bottom:1rem;
}

.navbar-brand, .navbar-brand > img {
    width: 15rem;
    margin-top: -1rem;
}

@media (min-width: 1400px){
.navbar-brand, .navbar-brand > img {width: 22rem;margin-top:-1.5rem;}
.navbar-nav-item:last-child{margin-left:1rem;}
}

@media (max-width: 991.98px){
.navbar-brand, .navbar-brand > img {margin-top: 0!important;}
.navbar-expand-lg .navbar-brand, .navbar-expand-lg .navbar-brand > img {
width: 12rem;}
}



