.styled-select select {
border-bottom: #000 1px dashed;
}
.styled-select select {
background: transparent;
position:relative;
width: 268px;
margin-top: 9px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
color: #000;
outline: none;
}
.styled-select::after {
content : " ";
display:block;
height : 1px;
width: 268px;
border-bottom: 1px dashed #000;
}