.wpcf7-select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    height:50px;
    padding:10px 25px;
    border-radius:25px;
    border: 1px solid #e0e0e0;
    background-image: url(../../assets/images/svg/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.wpcf7-select:focus,.wpcf7-select:hover {
    border-color:#41b6e6;
}
