.widget-text{
    text-align: center;
    padding: 20px;
    background: #f7f7f9;
    border: 1px solid #f2f2f2;
}
.search-widget-autocomplete{
    margin-bottom: 10px !important;
    /* margin-top: 20px; */
}
.search-widget-btn{
    width: 100%;
    padding: 12px;
    border-color: #3ba1df;
    color:#3ba1df;
    font-size: 14px;
    font-weight: bold;
    background-color: #3ba1df;
    color: #ffffff;
    cursor: pointer;
}
.search-widget-title{
    margin-bottom: 10px !important;
    font-size: 24px !important;
    background: #f7f7f9 !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
}
.widget-title-bold{
    font-size: 24px;
    letter-spacing: normal;
    font-weight: 900;
}
.widget-search-container{
    background: #ffffff;
    padding: 10px;
    border: 1px solid #f2f2f2;
}
.widget-description{
    margin: 30px auto;
    text-align: center;
}