
.dropdown-item {
    padding: 8px 10px;
    font-size: .8em;
    transition: .4s linear all;
    border-bottom: 1px #ccc dotted;
}

.dropdown-item {
    display: block !important;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400; font-size:15px !important;
    color: #212529; 
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.wel h1 span{
    color:#dd0f0f;
}

.f14{
    font-size: 17px; line-height:28px;
}

@media(max-width:967px){
    .dropdown-item{
        color:#fff !important;
    }
    .logo-area img {
    width: 159px !important;
}
}