.autocomplete-suggestions {
    border: 1px solid #999;
    border-radius: 4px;
    background: #FFF;
    overflow: auto;
    font-size: 16px;
    line-height: 22px;
}

.autocomplete-suggestion, .autocomplete-no-suggestion {
    padding: 8px 15px;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;

}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #b9c9cd;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.wm-search-field { 
	position: relative;
	padding-right: 0px;
 }


.wm-insurance-search {
	width: 800px;
	max-width: 100%;
	padding: 2em 2em;
	background-color: #b9c9cd;
	color: #fff;
	margin: 0 auto;
    margin-top: 60px;
    border-radius: 20px;
}

 .wm-svg-search-icon svg { 
 	position: absolute;
 	right: 14px;
 	top: 10px;
 	z-index: 3;
    fill: #000;
 }
 .wm-insurance-search h4 { color: #fff; text-align: center; margin-bottom: 30px; line-height:28px; font-size: 20px; }
 .wm-insurance-search label { display: block; font-size: 18px; line-height: 30px; padding-bottom: 6px; padding-left: 8px; }
 .wm-insurance-search input { width: 100%; padding-right: 30px; background-color: #fff !important; color: #000; }
.wm-insurance-search input:focus { border: 1px solid #6F5E56 !important;  }
 .wm-insurance-search .btn { background-color: #CFB7B7 !important; color: #6F5E56 !important;     padding: 11.5px 25px !important;     border: 1px solid #6F5E56 !important; }
  .wm-insurance-search .btn:hover { background-color: #464d48 !important; }
 .provider-search-results h3 { color: #fff; margin-bottom: 30px; }

 .provider-search-results div { text-align: center; padding: 1em 0 0 0; }