/* Panel Drop Down */
.destpanel-dropdown {
    position: relative;
    text-align: left;
}

@media (max-width: 991px) {
    .destpanel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
    }
}

/* DEFAULT: Below input box. Arrow at the TOP of the box to point upward. */
.destpanel-dropdown .destpanel-dropdown-content {
    top: 20px;        /* Position box below the input */
    bottom: auto;     /* Not using bottom offset by default */

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 400px;
}

/* Arrow pointing up (appears at the top of the box) */
.destpanel-dropdown .destpanel-dropdown-content:before,
.destpanel-dropdown .destpanel-dropdown-content:after {
    position: absolute;
    display: inline-block;
    content: '';
}

.destpanel-dropdown .destpanel-dropdown-content:before {
    top: -7px;      
    bottom: auto;   
    left: 9px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; /* arrow pointing up from the top */
    border-top: none;
}

.destpanel-dropdown .destpanel-dropdown-content:after {
    left: 10px;
    top: -6px;
    bottom: auto;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff; /* arrow pointing up from the top */
    border-top: none;
}

/* If we have a right-aligned dropdown, keep these rules */
.destpanel-dropdown .destpanel-dropdown-content.right {
    left: auto;
    right: 0;
}
.destpanel-dropdown .destpanel-dropdown-content.right:before {
    left: auto;
    right: 9px;
}
.destpanel-dropdown .destpanel-dropdown-content.right:after {
    left: auto;
    right: 10px;
}

/* Show content when active */
.destpanel-dropdown.active .destpanel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

/* TOP OVERRIDE: If DestPanelPosition = "Top", .results-top is applied, so the box (and its arrow) flips upside down above the input. */
.destpanel-dropdown.results-top .destpanel-dropdown-content {
    top: auto;        /* Ignore default top */
    bottom: 100%;     /* Position above the parent container */
}

/* Arrow pointing down (appears at the bottom of the box) */
.destpanel-dropdown.results-top .destpanel-dropdown-content:before {
    top: auto;
    bottom: -7px;  
    border-top: 7px solid #ccc; /* arrow pointing down from the bottom */
    border-bottom: none;
}

.destpanel-dropdown.results-top .destpanel-dropdown-content:after {
    top: auto;
    bottom: -6px;  
    border-top: 6px solid #fff; /* arrow pointing down from the bottom */
    border-bottom: none;
}

.destpanel-search-items i {
    border-radius: 3px;
    font-size: 18px;
    font-size: 1rem;
    position: unset;
    background-color: #fff;
    line-height: 20px;
    top: 0;
    right: 0;
    padding-right: 5px;
    display: inline-block;
    width: 18px;
    box-sizing: content-box;
    height: 20px;
    z-index: 9;
    color: #999;
}

.destpanel-search-items h5 {
    margin-top: 16px;
    margin-bottom: 6px;
}

#destpanel-search-items-props-container {
    display: block; /* or inline-block if you want it inline */
    margin: 0;
    padding: 0;
}

    #destpanel-search-items-props-container ul {
        margin: 0;
        padding: 0 0 2px 0;
    }

    #destpanel-search-items-props-container hr {
        margin: 4px 0 6px 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

.filters_listing {
    padding: 10px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #ededed;
    z-index: 99 !important;
    position: relative;
}

.panel-dropdown-content {
    z-index: 999 !important;
}

header {
    background-color: #246db3 !important;
}

    header a {
        color: white !important;
    }

    header a {
        color: white !important;
    }

    header.header .logo_normal {
        display: inline-block !important;
    }

    header.header .logo_sticky {
        display: none !important;
    }

    header.header {
        border-bottom: 0px solid #ededed !important;
        padding: 10px 20px 10px 30px !important;
    }

@media only screen and (min-width: 992px) {

    .main-menu > ul > li span > a {
        color: #fff;
        padding: 5px 8px 0px 8px;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
    }
}

.main-menu ul ul li a {
    color: #555 !important;
}

#property_search_btn_filter {
    background-color: #26679b;
    outline: none;
    border: 0px;
    color: white;
    font-family: "Poppins",Helvetica,sans-serif;
    font-weight: 600;
    width: 100%;
    padding: 7px 0px;
    margin-top: 7px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #property_search_btn_filter:hover {
        background: #ffc107;
    }

.destpanel-dropdown:not(.active) {
    height: 0px;
}


.custom-search-input-2 input[type=submit] {
    margin: 0px;
}

#searchbar-form > div > div {
    padding: 0px;
}


#property_search_btn {
    height: -webkit-fill-available;
    min-height: 50px;
    max-height: 50px;
}


.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}

@media only screen and (max-width: 991px) {
    .destpanel-dropdown-content {
        width: calc(100vw) !important;
    }
}
