.select-style {
    padding: 0;
    margin: 0;
   
    width: 100%;
   
    overflow: hidden;
    background-color: #fff;
    height: 85px;
    background: #fff url("../images/down-arrow1.png") 98% 10% no-repeat ;
}

 
.select-style select {
    padding: 5px 8px;
        font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            padding: 0;font-family: 'Poppins', sans-serif;color: #ca992c;height: 40px;line-height: 40px;width: 100%;min-height: 45px;margin-bottom: 45px;letter-spacing: 2px;text-transform: uppercase;background: none;border:none;box-shadow: none;border-bottom: 1px solid #ca992c;border-radius: 0px;outline: none;
}

.select-style select:focus {
    outline: none;
}