select#menu_serp_id {
    border: 1px solid #BBC6C7;
    border-radius: 24px;
    max-width: 365px;
    padding: 9px 30px;
    color: #333333;
    font-weight: 400;
    font-size: 1em;
    line-height: 2em;
	display:inline-block;
	cursor:pointer;
}
button#go_serpLink {
    background-color: #5397E3;
    border: 0;
    color: #fff;
    border-radius: 8px;
    max-width: 56px;
    width: 100%;
    /* max-height: 36px; */
    margin-left: 13px;
}

.menus_link_all {
    position: relative;
}

.menus_link_all:after {content: '';font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f107";position: absolute;
right: 25%;
    top: 10px;
    font-size: 24px;
    color: #BBC6C7;
}
.menus_link_all select {
  /* Appearance will hide the default arrow */
  /* But kind of quirky and best to include the browser prefix */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}