.msg_patienter {
    display: none;
    color: #27409d;
    display: inline-block;
    font-weight: 600;
    margin-top: 4px;
}
#elig-results {
    display: none;
}

#elig-results ul {
    display: flex;
    gap: 10px;
    flex: 1 1 0;
    height: 350px;
    width: 100%;
}

#elig-results ul li {
    list-style: none;
    text-align: center;
    width: 100%;
}

#elig-results ul li p {
    font-weight: 700;
    text-align: center;
}

#elig-results ul li p span {
    font-weight: 400;
    display: inline-block;
}

#elig-results ul li > div {
    background-color: #e8e8e3;
    height: 100%;
    position: relative;
}

#elig-results ul li > div > div {
    height: 0;
    transition: height 0.20s ease-out;
    width: 100%;
    background-color: #077a4c;
    position: absolute;
    bottom: 0;
    display: flex;
    place-items: center;
    justify-content: center;
}

#elig-results ul li > div > div span {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

/* custom */
.wrapper { width:100%;font-family:'Source sans pro'; }
#mapid { height: 400px; }
#elig-results ul { padding-left:0;margin-top:6px;height: 147px !important; }
.btn_contact { display: none;cursor: pointer;background-color: blue;color: #fff;border: none;padding: 12px 18px;margin: 30px 0 0 0;border-radius: 40px; }
#query { width: 68%;padding: 8px 13px;font-size: 14px;border-radius: 18px;border: 1px solid #9f9f9f;margin-right: 7px; }
.btn_valider { cursor: pointer;background-color: blue;color: #fff;border: none;padding: 8px 16px;font-size: 15px;border-radius: 60px; }
.btn_valider.btn_disabled { background-color: #c9c9cf !important; }
.btn_valider:hover,
.btn_contact:hover { background-color: #101061; }
@media all and (max-width: 1044px) {
    .col-left { width:100%;float:none; }
    .col-right { width:100%;float:none;margin-top: 20px; }
}
@media all and (max-width: 750px) {
    #elig-results ul { width: 100%; }
    .btn_contact { margin-top: 113px; }
}
