/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 15:47:41 */

.bip-shell-divider {
    width: 100%;
    display:flex;
    align-items: center;
    gap:5px;
}
.bip-shell-divider img {
    width: 33px;
}
.bip-shell-divider:before {
    content:'';
    flex:1 1 100%;
    background: linear-gradient(var(--bip-light-grey) 33%,transparent 33%, transparent 67%, var(--bip-light-grey) 67%);
    height:10px;
}

.bip-hero-dropdown__menu {
	min-width: 240px;
}

button.houzez_agent_property_form {
    line-height: 40px;
}

/* ============================================================================
   17. Shell-divider
============================================================================ */

.bip-shell-divider {
    width: 100%;
    display:flex;
    align-items: center;
    gap:5px;
}
.bip-shell-divider img {
    width: 35px;
}
.bip-shell-divider:before {
    content:'';
    flex:1 1 100%;
    background: linear-gradient(var(--bip-light-grey) 33%,transparent 33%, transparent 67%, var(--bip-light-grey) 67%);
    height:9px;
}
.bip-shell-divider:after {
    content:'';
    flex:1 1 100%;
    background: linear-gradient(var(--bip-light-grey) 33%,transparent 33%, transparent 67%, var(--bip-light-grey) 67%);
    height:9px;
}