select {
    border: 1px solid #c2bda6;
   background: transparent;
   font-size: 14px;
   width:200px;
   border: 1px solid #c2bda6;
   height: 34px;
   -webkit-appearance: none;
   background-color:#f3f0e3;
   -moz-appearance: none;
   appearance: none;
    background: url(https://plants.sloatgardens.com/image/icon-arrows.png) 96% / 15% no-repeat #eee;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}