.drop-down02{
    position:relative;
    padding-left: 2px!important;
    padding-right: 0px!important;
}
.drop-down02 .sub-menu02
{
    position: absolute !important;
    left: 100%;
    top: 0;
}

.drop-down02 .dropdown-toggle{
    /*padding:.25rem 1.1rem !important;*/
    padding: 0 10px;
    font-size: 13px!important;
    line-height: 40px;
    height: 40px;
}
.drop-down02 .dropdown-toggle:hover{
    background: #0d6efd;
    color: #fff!important;
}
@media only screen and (max-width: 767px)
{
    .drop-down02 .sub-menu02{
        position: static !important;
    }
}