.agent-information-link {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.agent-information-link a {
    font-weight: bold;
}

.agent-information-link a:hover {
    text-decoration: underline;
}

.listing-slider img {
	min-height: 480px;
}

.custom-search-form {
    padding: 30px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    margin-left: calc( -10px/2 );
    margin-right: calc( -10px/2 );
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-search-form .field-group {
    min-height: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 10px;
}

.custom-search-form .field-group label {
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.custom-search-form .field-group .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.custom-search-form .field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.select-dropdown-arrow select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.select-dropdown-arrow:after {
    font-family: "houzez-iconfont";
    content: "";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #A1A7A8;
}