select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/

 color: #000;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 10px;
 width: 35%;
 cursor: pointer;

 background: #0d98e8 url(drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}

.custom-dropdown{-webkit-appearance: none; -moz-appearance: none; border: 0 !important; color: #fff; -webkit-border-radius: 5px; border-radius: 5px; font-size: 14px; padding: 10px; width: 35%; cursor: pointer;  background-size: 40px 37px;}

.custom-dropdown option{color:#000;font-family:'75';font-size:18px;line-height:22px;}