.search-info-modal {top: -220px;}
#searchInfoModalLabel {color: #636363;}
.modal-top-section {border-bottom: 1px solid #f1f1f1;margin-bottom: 13px;}
.modal-top-section h2 {font-size: 18px;margin: 10px 0 0 10px;padding: 0;}
.advanced-search{text-align: center;padding: 1rem; background-color: #a4b13d;}
#searchinfo-modal-link{color: black; text-decoration: underline; font-weight: bold;}
#searchinfo-modal-link i{color: white;padding: 10px;font-size: 25px;background-color: black;border-radius: 50%;margin-left: 10px;}
@media(max-width:991px){
    .advanced-search{width: 100%;}
    .modal-close{display: flex;width: -webkit-fill-available;justify-content: space-between;margin-bottom: 10px;}
}
@media(min-width:992px){
    .advanced-search{width: fit-content;}
    .modal-top-section{justify-content: space-between;}
    .modal-close{width: auto;}
}