.pbs-search-form{
    position:relative;
    width:100%;
    max-width:900px;
    margin:auto;
}

.pbs-search-wrapper{
    display:flex;
    align-items:center;
    height:58px;
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:50px;
    overflow:hidden;
}

.pbs-search-icon{
    width:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#777;
}

.pbs-search-input{
    flex:1;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
    background:transparent;
    font-size:16px;
}

.pbs-category{
    border:none!important;
    border-left:1px solid #ececec!important;
    height:58px;
    padding:0 20px;
    background:#fff;
}

.pbs-search-button{
    width:58px;
    height:58px;
    border:none;
    cursor:pointer;
    background:#0A84FF;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
}