.acf-map {
    width: 100%;
    height: 600px;
}

.search-overlay.active {
    display: block;
}

.search-overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 154, 171, 0.9);
    z-index: 3000;
    display: none;
}

.search-overlay .close-button {
    position: fixed;
    top: 40px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.search-overlay .hd-search {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    width: 400px;
    margin: auto;
}

.search-overlay .hd-search input {
    display: inline-block;
    width: 400px;
    font-size: 20px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid grey;
    margin-bottom: 40px;
    background: white;
}
.search-overlay .hd-search .fa {
    position: absolute;
    top: 15px;
    right: 15px;
    color: dimgrey;
}
.arrow_disable .slick-arrow{
    display: none !important; 
}
