.voice-overlay{width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.733); z-index: 10100;}
.voiceWrapper{
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
    color:#000; display: flex; justify-content: center; margin: auto; text-align: center; align-items: center;     left: 50%;
    top: 50%;position: absolute; transform: translate(-50%, -50%); margin: auto !important;width: 70%;background: #dbdbdb; min-height: 400px;}
.voiceSec{width:100%; font-size:18px;}
.voiceSec img{width:90px; position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;}
.voiceSec #voicetext:after{content: ''; height: 2px;width: 60%;background: #44b2e5;display: block; margin: auto; margin-bottom:10px; margin-top: 5px;}
.voiceSec #voicetext{margin-bottom:50px;}
.voiceSec #voiceinstration{font-size: 11px;}
#search-voice-btn{width: 37px; border: 0;background: #f1f2f5;}
#search-voice-btn img{width: 70%; height: auto;}