.voice-search-widget {
    position: fixed !important;
    bottom: 51px;
    right: 20px;
    background-color: #211d70;
    border: 3px solid #f0ad3c;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    display: none;
    z-index: 99;
}
#voice-search-field {
    flex: 1;
    margin-right: 10px;
}
.floating-voice-search {
    position: fixed !important;
    bottom: 51px;
    right: 20px;
    background-color: #211d70;
    color: #ffffff;
    border: 3px solid #f0ad3c;
    /*padding: 10px;*/
    border-radius: 50% !important;
    font-size: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
#voice-search-button i.fas.fa-microphone {
    color: #fff;
    font-size: 21px;
}
@media (max-width: 1024px){
	.floating-voice-search {
    	bottom: 65px;
	}
}