#header {
    padding: 0 !important;
    max-width: 1250px;
    width: 100%;
    height: auto;
}

#header #logo {
    margin: 12px 0 0 10px;
}

.search-listing-header-wrapper {
    top: 15px;
    left: 260px;
}

.search-listing-header {
    width: auto;
}

.search-listing-header input.input-keyword {
    width: 240px;
    margin-right: 5px;
}

#header .head_link {
    margin-right: 0;
    padding: 18px 0;
}

#header .head_link #helpmore {
    top: 100%;
    margin-top: 19px;
}

#nav-help:hover:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
}

#header .head_link > * {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#header .head_link .phone-header-home {
    margin: 0 0 0 5px;
}

#header .head_link .account-wrap {
    /*display: none !important;*/
}

.headInlineLink > a{
    position: relative;
    display: block;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 10px;
    text-decoration: none !important;
}

#header .head_link #nav-help #a1 {
    position: relative;
    height: auto;
    line-height: normal;
    background: none;
    line-height: 18px;
    padding: 8px 10px;
    text-decoration: none !important;
    /* font-family: 'Montserrat',Arial,'Lucida Grande',sans-serif; */
    font-family: Inter,Arial,'Lucida Grande',sans-serif;
    font-weight: bold
}

#header .head_link #nav-help #a1:after, #header .head_link .headInlineHasMenu > a:after {
    content: ' ';
    position: absolute;
    top: 12px;
    right: -2px;
    display: inline-block;
    line-height: normal;
    width: 10px;
    height: 10px;
    background: url(https://www.parkhound.com.au/images/svg/v3/icons_toggle-down.svg) no-repeat;
    background-size: 9px 10px;
}

.headInlineLink > a:before, #header .head_link #nav-help #a1:before, #header .head_link .logged:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 4px;
    background: #21b685;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.headInlineLink:hover > a:before, #header .head_link #nav-help:hover #a1:before, #header .head_link .logged:hover:before {
    visibility: visible;
    opacity: 1;
}

body.parkhound2088.no-menu #nav-help {
    float: none;
}

#header .head_link #button_login {
    padding: 7px 15px;
    margin: 0 10px 0 10px;
    line-height: normal;
    height: auto;
}

#header .head_link .logged {
    padding-bottom: 0;
    height: auto;
    padding: 0 10px;
}

#header .head_link .logged > img, #header .head_link .logged > .firstname {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

#header .head_link .logged > img {
    width: 22px;
    height: 22px;
}

#header .head_link .logged > .firstname {
    margin: 0 4px 0 5px;
    line-height: 18px;
    padding: 8px 0px;
}

#header .head_link .logged:hover:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
}

#header .head_link .logged #avatar {
    top: 100%;
    margin-top: 20px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#header .head_link .logged .arrow {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-size: 9px 10px;
    background-position: center;
}

.headDropdownBlock, .headDropdownBlock * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.headDropdownBlock {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 260px;
    margin-top: 18px;
    border: 1px solid #e1e1e1;
    z-index: 501;
    display: none;
}

.headInlineLink:hover:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
}

.headInlineLink:hover .headDropdownBlock {
    display: block;
}

.headDropdownBlock a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #555;
    padding: 10px 15px;
    /* font-family: Raleway, "Lucida Grande", sans-serif; */
    font-family: Inter, 'Lucida Grande', sans-serif;
    border-bottom: 1px solid #e1e1e1;
}

.headDropdownBlock a:last-child {
    border-bottom: 0;
}

.headDropdownBlock a:hover {
    color: #21b685;
}

.citiesViewMore {
    font-size: 14px !important;
    font-weight: bold;
}


/* V2 Css Stat */
#header .head_link {
    padding: 0 0 5px;
    margin: 32px 0 0 0;
}

#header .head_link .phone-header-home {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0 10px 2px 0;
}

.phone-header-home img {
    width:12px;
}

.headDropdownBlock, #header .head_link #helpmore, #header .head_link .logged #avatar {
    margin-top: 5px;
}
#nav-help:hover #helpmore {
    display: block !important;
}
#a1{
    color:#333;
}

.headInlineLink > a:before, #header .head_link #nav-help #a1:before, #header .head_link .logged:before {
    bottom: -6px;
}
/* V2 Css End */


/* V3 Css Start */
.search-listing-header-wrapper {
    left: 280px;
}

@media only screen and (max-width: 979px) {
    #nav-help>a {
        background: none;
        top: 0 !important;
        left: 0 !important;
    }
}


.search-listing-header input.input-keyword {
    width: 340px;
}
/* V3 Css End */

/*--------------------- start - header banner ---------------------*/
.header-banner {
    background: var(--Parkhound-Green, #1EB785);
    position: relative;
    padding: 8px;
}
.header-banner .header-banner-content {
    width: 100%;
    margin: auto;
    height: 20px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.header-banner .header-banner-content p {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    /* font-family: 'Montserrat','texgyreadventorregular',Arial,'Lucida Grande',sans-serif; */
    font-family: Inter,'texgyreadventorregular',Arial,'Lucida Grande',sans-serif;
}
.header-banner .header-banner-content p a {
    color: #fff;
    text-decoration-line: underline;
}
.header-banner .header-banner-content p a:hover,
.header-banner .header-banner-content p a:active {
    color: #fff;
    text-decoration-line: underline;
}
.header-banner .header-banner-content p br {
    display: none;
}
.header-banner.mobile .header-banner-content p br {
    display: unset;
}
.header-banner .header-banner-close {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 33px;
    text-align: center;
}
.header-banner-content p {
    white-space: nowrap; /* Prevent line break for desktop */
}
@media only screen and (max-width: 599px) {
    .header-banner .header-banner-content {
        height: auto;
    }
    .header-banner .header-banner-content p {
        color: var(--White, #FFF);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'ss09' on, 'ss02' on, 'liga' off;
        /* font-family: Raleway; */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 15.6px */
    }
    .header-banner .header-banner-content p b {
        color: var(--White, #FFF);
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'ss09' on, 'ss02' on, 'liga' off;
        /* font-family: Raleway; */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .header-banner-content p {
        white-space: normal; /* Allow line break for mobile */
    }

}
/*--------------------- end - header banner ---------------------*/