.c-select select{
  -webkit-appearance: none;
  appearance: none;
}

.select-img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 10px auto auto;
  pointer-events: none;
  width: 16px;
  height: 16px;
 
}
.select-img img{
  vertical-align: top;
  margin: 0 !important;
  display: block !important;
}

@media only screen and (max-width: 767px){
  
.select-img{
  width: 12px;
  height: 12px;
 
}
}