select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #fff url("../png/arrow_new.png") !important;
    background-size: 12px !important;
    background-position: calc(100% - 6px) center !important;
    background-repeat: no-repeat !important;
    padding-right: 23px;
}

.form-control {
        padding: 6px 5px;
       
    font-size: 16px;
}

@media(max-width:767px){
.listing_content nav,
.listing_content .text-muted{
text-align:center;
}
.heading_line span{
padding: 0 10px 0 10px;
}
}

