#header{
    background-color: #000;
    border-color: #000;
}
#header .jouri-hills-brand img{
    display: inline-block;
    width: 100%;
    max-width: 160px;
}
#header a.arada-brand {
    max-width: 160px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.menu-tab div,
.menu-top-navigation li.search-button::before{
    background-color: #fff;
}
.menu-top-navigation .nav-button > a,
.footer-right input[type="submit"],
.button-style-1 {
    background-color: #EB5239;
    border-color: #EB5239;
    color: #fff;
}
.menu-top-navigation .nav-button > a:hover,
.footer-right input[type="submit"]:hover,
.button-style-1:hover,
.button-style-2:hover{
    transition: all 0.3s ease;
    background-color: #87499c;
    color: #fff;
}
.menu-top-navigation a{
    color: #fff;
}
.footer-right input[type="submit"]:hover {
    background-color: #87499c;
    border-color: #87499c;
}
.find-property-button,
.find-property-outer .section-title {
    background-color: #EB5239;
}
.property-form-group.property-form-group-button .button-style-1 {
    background-color: #EB5239;
}
#man-loader circle[stroke-miterlimit="10"] {
    stroke: #EB5239;
}
.menu-top-navigation .aradamenuimg{
    background: url(../images/arada-logo-white.svg) no-repeat;
    background-size: 80%;
    background-position: center;
}
body.rtl .menu-top-navigation .aradamenuimg{
    background: url(../images/arada-ar-logo-light.svg) no-repeat;
    background-size: 70%;
    background-position: center;
}
@media (max-width:1366px) 
{
    #header .jouri-hills-brand img{
        max-width: 140px;
    }

    .menu-top-navigation .aradamenuimg {
        background: url(../images/arada-logo-white.svg) no-repeat;
        background-size: 100px;
        background-position-y: center;
        background-position-x: calc(100% - 18px);
    }
    body.rtl .menu-top-navigation .aradamenuimg{
        background: url(../images/arada-ar-logo-light.svg) no-repeat;
        background-size: 100px;
        background-position-y: center;
        background-position-x: calc(0% + 18px);
    }
}

@media (max-width:768px) 
{
    .menu-top-navigation .nav-button > a:hover, 
    .button-style-1:hover, 
    .button-style-2:hover {
        background-color: #EB5239;
    }
}