 .styled-select {
   width: 85%;
   height: 35px;
   overflow: hidden;
   background: url('../Images/button/dropdown.jpg') no-repeat right #F6F1DB;
   background-position:95%;
   border: 0px solid #7d6754;
   border-radius: 5px;
   transition: .5s ease;       
   }

   .styled-select select {
   background: transparent;
   width: 85%;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
    border: 0px solid #7d6754;
   border-radius: 0;
   height: 35px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;
   transition: .5s ease;
   }

.select1
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color:white;
    border:none;
}