/**
 * EPL Developer CSS
 *
 */

.in-field.property_address {
        background-image: url(icons/search.svg);
        background-size: 15px 15px !important;
        background-repeat: no-repeat;
        background-position: 5px center;
        padding-left: 30px;
        background-color: transparent;
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-radius: 10px;
}
.in-field.property_address:hover {
        background-color: #fff;
}
