.navbar{
    min-height: 80px;
    border-radius: 0;
}

.navbar-default {
    background:rgba(0,0,0,0.8);
    border: 0;
    color: white;
}

.navbar-default .navbar-nav > li > a{
    color: white;
    padding-top: 30px;
    font-size: 17px;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #eebe06;
}

.navbar-default .navbar-nav > li > a .fa-globe{
    font-size: 22px;
}

.navbar-default .navbar-nav > li > a .fa-dollar{
    width: 22px;
    height: 22px;
    background: #eebe06;
    color: black;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    min-height: 80px;
    color: black;
    background: #eebe06;
}

.navbar-toggle{
    margin-top: 21px;
}

.city-gallery .slick-slider button{
    display: none;
}

.listing-wrapper .result-box .city-info a {
  margin-bottom: 10px;
  display: block;
}



@media screen and (max-width: 767px){

.navbar-collapse{
    margin-top: 14px;
}

}

.custom-select {
    background: none;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 17px;
    width: 100%;
    height: 33px;
    padding: 0 1px;
}
.custom-select.sty2 {
    min-height: 45px;
    padding: 0 20px;
}



.custom-select option{
    color: black;
}