.autocomplete-suggestions {
    border: 1px solid #999;
    border-radius: 4px !important;
    background: #FFF;
    overflow: auto;
    font-size: 16px;
    line-height: 22px;
}
#autocomplete { border-radius: 4px !important; }
.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: #6389d8;
}

.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, .wm-insurance-search * {
	box-sizing: border-box;
}

.wm-insurance-search {
	width: 800px;
	max-width: 100%;
	padding: 2em 2em;
	background-color: #6389d8;
	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 !important; text-align: center; margin-bottom: 30px; font-size: 30px; }
 .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 .sc_button:hover { background-color: #fff !important; }
  .btn-100 .sc_button.sc_button.aligncenter { max-width:100% !important;}
 .provider-search-results h3 { color: #fff !important; margin-bottom: 30px; }

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