.realestate-header-top-bar {
    padding-top: 7px;
    padding-bottom: 7px;
}

.realestate-header-top-bar-landing-links .realestate-nav-all-categories i {
    color: var(--primary-color);
}

.home .realestate-header-top-bar-landing-links a {
    font-family: var(--primary-font);
    font-weight: 500 !important;
    line-height: 32px;
}

.realestate-navigation-nav li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    transition: var(--transition);
    text-transform: uppercase;
    font-family: var(--primary-font);
    padding: 0 12px;
}

.realestate-navigation-quick.realestate-user-menu-container {
    line-height: 15px;
    margin-left: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.realestate-header .realestate-header-top-container {
    padding: 20px 0;
    position: relative;
}

.realestate-dropdown-side-menus {
    display: flex;
    align-items: center;
}

.realestate-header .realestate-header-top .realestate-navigation-quick .realestate-submission-btn {
    border: 3px solid var(--secondary-color);
    color: #1F1B30;
    border-radius: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 4px 4px 4px 4px;
    font-family: var(--primary-font);
    background: var(--secondary-color);
}

.realestate-header .realestate-header-top .realestate-navigation-quick .realestate-submission-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color) !important;
}

.realestate-header .realestate-header-top .realestate-navigation-quick .realestate-submission-btn i {
    background: var(--primary-color);
    padding: 10px 11px;
    border-radius: 3px;
    margin-right: 4px !important;
}

.realestate-header .realestate-header-top .realestate-navigation-quick .realestate-submission-btn:hover i {
    background: var(--secondary-color);
    color: #1F1B30;
}

.realestate-dropdown-side-menus a {
    text-transform: uppercase;
}

.realestate-dropdown-side-menus a i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9797972b;
    border-radius: 4px;
    margin-right: 8px;
    margin-left: 10px;
}

.realestate-navigation-quick_icons {
    display: inline-block;
}

.realestate-navigation-quick.realestate-submission-btn-container {
    display: flex;
    align-items: center;
}

ul.realestate-navigation-quick_icons_lis {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.realestate-navigation-quick_icons_lis a {
    width: 29px;
    height: 29px;
    margin-left: 12px;
    border-radius: 50%;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.realestate-navigation-quick_icons_lis a:hover {
    opacity: 0.8;
}

.realestate-header-top-bar-landing-links a .icon {
    margin: 0 6px 3px 0;
}

.realestate-navigation-quick_icons {
    display: flex;
}

.realestate-navigation-nav li {
    margin: 0;
    padding: 0;
    position: relative;
}

.realestate-navigation-nav li a:hover,
.realestate-header-top-bar-landing-links a:hover {
    font-weight: 600;
}

.realestate-navigation-nav li:after {
    content: '';
    position: absolute;
    transition: var(--transition);
    left: 12px;
    height: 2px;
    bottom: -35px;
    right: 100%;
}

.realestate-logout-user-number {
    padding: 14px 0;
}

.realestate-header .sub-menu li::after {
    display: none;
}

.realestate-navigation-nav li:hover:after {
    right: 12px;
}

.realestate-logout-user-number a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--primary-font);
    padding: 0 12px;
}

.realestate-logout-user-number a i {
    margin-right: 5px;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container {
    border: 1px solid var(--primary-color);
    padding: 13px;
    margin: 0;
    line-height: 17px;
    border-radius: 50px;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number {
    padding: 0;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number a {
    margin: 0 10px 0 0;
    color: var(--primary-color);
    padding: 0;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number i {
    margin-right: 10px;
    color: var(--primary-color);
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover {
    background-color: var(--primary-color);
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover .realestate-login-register-btn i,
.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover .realestate-logout-user-number a,
.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover .realestate-logout-user-number,
.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover .realestate-logout-user-number i {
    color: #fff !important;
}

.realestate-header-container.style6 .realestate-navigation-nav li:after {
    content: '';
    position: absolute;
    transition: var(--transition);
    left: 0;
    height: 2px;
    bottom: 0;
    opacity: 0;
    width: 9px;
    right: 0;
    height: 8px;
    border-radius: 50%;
    margin: auto;
}

.realestate-header-container.style6 .realestate-navigation-nav li:hover:after {
    bottom: -25px;
    opacity: 1;
    background-color: var(--primary-color);
}

.realestate-header-container.style6 .realestate-login-register-btn i {
    color: var(--primary-color) !important;
}

.realestate-header-container.style7 .realestate-navigation-nav li a {
    font-size: 13px;
}

.realestate-header-container.style7 .realestate-navigation-nav li:after {
    display: none;
}

.realestate-header-container.style7 .realestate-filled-btn-styles {
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    color: var(--white-700);
    padding: 11px 15px;
    margin-left: 15px;
    font-family: var(--primary-font);
    border: unset;
    outline: unset;
    background-color: var(--secondary-color);
}

.realestate-header-container.style7 .realestate-filled-btn-styles:hover {
    transition: var(--transition);
    background-color: var(--primary-color);
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7 {
    border: 1px solid var(--primary-color);
    padding: 12px 14px;
    transition: var(--transition);
    margin: 0;
    line-height: 17px;
    border-radius: 50px;
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number {
    padding: 0;
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number a {
    margin: 0 10px 0 0;
    color: var(--primary-color);
    padding: 0;
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-logout-user-number i {
    margin-right: 10px;
    color: var(--primary-color);
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7:hover {
    background-color: var(--primary-color);
}

.realestate-login-register-btn-style7 {
    display: flex;
    align-items: center;
}

.realestate-header-container.style7 .realestate-login-register-btn i {
    color: var(--primary-color) !important;
}

.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7:hover .realestate-login-register-btn i,
.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7:hover .realestate-logout-user-number a,
.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7:hover .realestate-logout-user-number,
.realestate-header-container.style7 .realestate-navigation-quick.realestate-user-menu-container .realestate-login-register-btn-style7:hover .realestate-logout-user-number i {
    color: var(--white-700) !important;
}

.realestate-header-container.style8 .realestate-navigation-nav {
    width: calc(100% - 45%);
    justify-content: space-between;
}

.realestate-header-container.style8 .realestate-navigation-nav li a {
    font-weight: 600;
    font-family: Work sans;
}

.realestate-header-container.style8 .realestate-navigation-nav li:after {
    display: none;
}

.realestate-header-container.style8 .realestate-login-register-btn-style8 .realestate-login-register-btn {
    background: var(--primary-color);
    color: #fff;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 13px 28px;
    transition: var(--transition);
    border-radius: 8px;
    border: 1px solid #fff0;
}

.realestate-header-container.style8 .realestate-login-register-btn-style8 .realestate-login-register-btn:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: 1px solid var(--primary-color);
}

.realestate-header-container.style8 .realestate-navigation-quick .realestate-submission-btn {
    border: unset;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    padding: 15px 23px;
    font-family: var(--primary-font);
    background: var(--primary-color);
}

.realestate-header-container.style8 .realestate-navigation-quick .realestate-submission-btn i {
    padding: initial;
    color: #fff !important;
    background: var(--primary-color) !important;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container .realestate-filled-btn.realestate-submission-btn {
    border: unset;
    padding: unset;
    background: transparent;
    transition: var(--transition);
    color: var(--primary-color);
}

.realestate-header-container.style8 .realestate-navigation-quick .realestate-submission-btn:hover {
    opacity: 0.8;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container .realestate-filled-btn.realestate-submission-btn i {
    padding: 3px 4px;
    font-size: 8px;
}

.realestate-header-container.style6 .realestate-navigation-quick.realestate-user-menu-container:hover button {
    color: var(--white-700) !important;
}

.realestate-login-register-btn-style8 {
    display: flex;
    align-items: center;
}