.typeahead-ui {
	box-shadow: 0px 8px 18px 0 rgba(0, 0, 0, 0.5);
}
.typeahead-ui .ui-menu-item {
	background-color: #ffffff !important;
	font-size: 0;
}
.typeahead-item.ui-menu-item{
	height:48px;
	padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.ui-state-focus a{
	background: #dee8e9 !important
}
.typeahead-ui .ui-state-focus {
	background: #ffffff !important
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-hover {
	margin:0;
}

.typeahead{
	font-family: 'MuseoSans-500';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	text-align: left;
	color: #000000;
	margin: 0px 9px 0px 9px;
    border-radius: 4px;
    border: 1px solid #e1e6e4;
    display: inline-block;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    width:330px;
   	height:43px;
   	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typeahead:focus,.typeahead:hover{
	background: #dee8e9 !important;	
}
.typeaheadp{
	border: none;
	display: inline-block;
	width:330px;
    height:43px;
}
.typeahead p {
	font-family: 'MuseoSans-500';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	text-align: left;
	margin-left:13px;
	padding-top: 2.5px;
	color: #000000;
	width:330px ;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typeahead img {
	width: 20px;
	height: 14px;
	margin: 8px 12px 15px 13px;
	object-fit: contain;
}

.typeahead-item:hover, .typeahead-item:focus{
	background: #ffffff !important;
}
.ui-state-hover a,.ui-state-hover a:hover,
.ui-state-focus a,.ui-state-focus a:hover{
	color:#000000;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 1024px)  {
  .typeahead{
    width:280px!important;
	}
}
.typeahead-ui .ui-state-focus,.typeahead-ui .ui-widget-content .ui-state-focus {
  	border:#ffffff!important;
    font-weight:normal;
} 
@media (min-device-width: 375px) and (max-width: 667px)  {
.typeahead{
    width:280px!important;
	}
}