.nav-main .menu_hed .nav .nav-item.active-parent>a::before {
    content: '';
    left: 0;
    right: 0;
    top: unset !important;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: #ffffff;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}
.img-responsive{
    max-width: 100%;
}