.profile-top-header .navbar-brand {
    margin-right: 30px;
}
.profile-top-header .border {
    border-left: 1px solid #727272;
    width: 1px;
    height: 28px;
    margin-top: 8px;
}
.profile-top-header .menu-tabs li:hover {
    background: none;
}
.lds-home-banner .icon {
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .profile-top-header .lds-nav  .navbar-brand {
        margin-right: 15px;
    }
    .profile-top-header .lds-nav li a {
        padding: 11px 10px;
    }
}
@media (max-width:767px) {
    .profile-top-header .nav-tabs li a {
        padding: 8px 6px;
        font-weight: 600;
    }
    .profile-top-header .nav-tabs li a:hover {
        font-weight: 600;
    }
    .profile-top-header .lds-nav li {
        margin-left: 4px;
    }
}