.dropmenu {
/*display: flex;*/
width: 50%;
display: table;
}
.dropmenu li {
margin: 0 30px;
position: relative;
/*border:1px solid red;*/
display:table-cell;
}
.dropmenu li:after {
content: "";
position: absolute;
width: 6px;
height: 6px;
background: #4ec7e5;
border-radius: 50%;
top: 5px;
left: 50%;
}