.comuneAutocomplete {
    width: 100%;
}

.clinic-block-one {
    cursor: pointer;
}

.easy-autocomplete-container {
    top: 60px;
}

.easy-autocomplete {
    width: 100% !important;
}

#map {
    height: calc(100vh - 110px)!important;
}

.boxed_wrapper{
    min-height: 100vh;
}

.clinic-half-map .left-inner{
    min-height: fit-content;
}

@media only screen and (max-width: 1200px) {
    .boxed_wrapper {
        height: 100vh;
        min-height: auto;
    }

    #mobile-info-window{
        display: block;
        position: fixed;
        bottom: 0;
        width: 95vw;
        margin-left: 2.5vw;
    }

    #mobile-info-window .inner-box{
        margin-bottom: 2.5vw;
        box-shadow: 0 11px 40px -21px #000;
    }

    #search-desktop-version{
        display: none;
    }

    #map{
        height: 100vh!important;
    }

    #mobile-search{
        display: block;
        width: 70%;
    }

    #mobile-search .content-box form .form-group button{
        top: 0;
    }

    .main-header{
        height: 50px;
        padding-top: 7px;
    }

    .menu-area{
        margin: auto;
        margin-right: 0;
    }

    #desktop-logo{
        display: none;
    }

    .searched-location{
        padding: 20px;
        text-align: center;
    }

    .searched-location h2{
        background: white;
        width: fit-content;
        margin: auto;
        border-radius: 10px;
        padding: 8px 25px;
        box-shadow: 0 11px 40px -18px #000;
        font-size: 1.2rem;
    }

    #back-mobile a h5{
        background: white;
        width: fit-content;
        margin: auto;
        border-radius: 10px;
        padding: 5px 25px;
        box-shadow: 0 11px 40px -21px #000;
    }
}

@media only screen and (min-width: 1201px) {

    #mobile-info-window{
        display: none!important;
    }

    #mobile-search{
        display: none;
    }

    #back-mobile{
        display: none;
    }

    .searched-location{
        display: none;
    }

}

.ad{
    margin-bottom: 30px;
    border-radius: 10px;
}

#resultCount{
    margin-bottom: 5px;
}
