.stats {
    display: block;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    background-color: #28609063;
    bottom: 0;
}

.stats li {
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fefe;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8);
    background-color: #00486B;
}

.stats ul {
    display: block;
    width: 100%;
    list-style: none;
}

.stats li {
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fefe;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8);
    background-color: #1b1b1b;
}

.innerPage .ucase {
    font-weight: normal !important;
}

.stats ul {
    display: block;
    width: 100%;
    list-style: none;
}

.stats li i {
    font-size: 2em;
    line-height: 1.5;
    display: block;
    color: #fff;
    margin: 10px auto 0;
    width: 100%;
}

.calign {
    text-align: center;
}

.ucase {
    text-transform: uppercase;
}









.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.p-0 {
    padding: 0 !important;
}

.py-2 {
    padding-top: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.py-2 {
    padding-bottom: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

@media (min-width:576px) {
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
}

.text-center {
    text-align: center !important;
}



.icon-phone:before {
    content: "\e90c";
}

.icon-menu:before {
    content: "\e903";
}

.phone-call {
    position: relative;
    width: 38px;
    height: 38px;
    background: #f29620;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 40px;
    margin: 5px 10px 0 0;
}

.phone-call:hover {
    text-decoration: none;
    color: #fff;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -20px;
    left: -21px;
    background-color: #f29620;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

a {
    font-size: 1em;
    font-weight: 400;
    color: #444;
}

.topHeader {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.topHeader .logo {
    float: left;
}

.topHeader .logo img {
    height: 40px;
}

.topHeader .navWrapper .mainMenu a {
    color: #444;
    font-size: 1.7em;
}

.sticky {
    position: fixed;
    height: 67px;
    width: 100%;
    background: #fff;
    text-align: left;
    padding-left: 20px;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sticky .logo {
    margin-top: 5px;
}

.sticky .searchPanelTop {
    height: 50px;
}

.searchPanelTop {
    display: none;
}


.sticky .searchPanelTop {
    height: 50px;
    margin: 5px 10px 0px 10px;
}

.searchWrapper-1 .propertyType-1,
.searchWrapper-1 .searchBtn-1 {
    float: left;
}

.searchWrapper-1 .propertyType-1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.searchWrapper-1 .form-control-1 {
    padding: 10px 80px 10px 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    border: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.form-control-1 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchWrapper-1 .searchBtn-1 button {
    top: 0;
    width: 75px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    background: #f29620 url(https://www.propertyxpo.com/assets/img/search-icon-t.png) center center no-repeat;
    position: absolute;
    right: 0;
    border: none;
}

@media (max-width: 600px) {
    .searchWrapper-1 .propertyType-1 {
        font-size: 0.8em;
        line-height: 20px;
        padding: 10px 4px;
    }
}

@media (max-width: 600px) {
    .searchWrapper-1 .searchBtn-1 button {
        top: 0;
        width: 46px;
        height: 40px;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        background: #f29620 url(https://www.propertyxpo.com/assets/img/search-icon-t.png) center center no-repeat;
    }
}

@media (max-width: 600px) {
    .form-control-1 {
        font-size: 0.8rem;
        height: 40px !important;
        padding: 10px 50px 10px 60px !important;
    }
}

.fixed-top.d-flex.justify-content-between.px-sm-4.py-2.px-2 {
    background: #ffff;
}

.nav>li>a {
    position: relative;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
}

input.form-control-1.searchText.propertySearch.ui-autocomplete-input::placeholder {
    font-size: 16px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -5px;
    left: -7px;
    background-color: #f29620;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.5;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
span.ui-helper-hidden-accessible {
    display: none;
}
ul#ui-id-1 {
    z-index: 1031;
    display: block;
    width: 69% !important;
    position: relative;
    top: -6267.33px;
    left: 272px;
    background: #fff;
    list-style: none !important;
}
ul#ui-id-1 li{
    list-style: none !important;
}
.ui-autocomplete-category
{
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
ul.nav.justify-content-end.navWrapper li{
    list-style: none !important;
}
#mu-header {
    display: inline;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    padding: 0;
    z-index: 999;
    transition: all 0.5s;
}
@media (max-width:568px){
    header.topHeader {
        display: none;
    }
    #mu-header {
        display: inline;
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 0;
        z-index: 999;
        transition: all 0.5s;
    }
}