#kb_vc_inpt_bk.search_field {
        display: none;
    /* width: 17px; */
    position: absolute;
    right: -29px;
    top: 12px;
    color: white;
    /*width: 40px;*/
    text-align: center;
    padding: 4px 0px 4px 0px;
    background: #7FB800;
    /*border: 1px solid #bfbfbf;*/
    line-height: 2;
}
@media(max-width: 991px) {

#kb_vc_inpt_bk.search_field {
        display: none;
    /* width: 17px; */
    position: absolute;
    right: -29px;
    top: 12px;
    color: #7FB800;
    /*width: 40px;*/
    text-align: center;
    padding: 4px 0px 4px 0px;
    background: white;
    /*border: 1px solid #bfbfbf;*/
    line-height: 2;
}	
}

#kb_vc_inpt_bk.search_field  i {
font-size: 25px;
    width: 100%;
}
#kb_vc_inpt_bk.identity_field {
    display: none;
    position: absolute;
    color: #0a0a0a;
    width: 35px;
    text-align: center;
    background: #fff;
    height: 38px;
    /* padding-top: 4px; */
    border: 1px solid #b5b5b5;
    right: 15px;
    padding: 0px;
}

#kb_vc_inpt_bk.identity_field  i {
    font-size: 25px;
    width: 100%;
}

.kb_vc_inline_field {
    display: inline-block;
}
.kb_vc_block_field {
    display: block;
}

.kb_vc_contact_field {
    width: 95%;
    display: inline-block;
}
.kb_voice_active {
    color: #fb0343 !important;

}
/*.kb_voice_active i {*/
    /*animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/  
/*}*/
/*@keyframes blinker {*/  
  /*from { opacity: 1; }*/
  /*to { opacity: 0; }*/
/*}*/