.custom-select select::-ms-expand
{
    display: none;
}
@-moz-document url-prefix()
{
    .custom-select select
    {
        width: 110% !important;
    }
}