.widget_semantic-search-bar .heading {
    font-size: 24px;
    font-weight: 700;
}

.widget_semantic-search-bar .box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 40px 40px 20px 40px;
}

.widget_semantic-search-bar .box-compare {
    background-color: rgb(255, 255, 255);
    padding: 0px 20px 0px 20px;
}

.widget_semantic-search-bar .inputfld {
    text-align-last: left;
}

.widget_semantic-search-bar .form label {
    font-size: 14px;
}

.widget_semantic-search-bar .form .form-control {
    border-color: rgb(82, 86, 95);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}

.widget_semantic-search-bar .form .form-control:focus {
    box-shadow: none;
}

.widget_semantic-search-bar .form .input-group-text {
    background-color: rgb(255, 255, 255);
    border-color: rgb(82, 86, 95);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.widget_semantic-search-bar .form .btn-group {
    background-color: rgb(245, 245, 245);
    border-radius: 8px;
    border: 3px solid rgb(245, 245, 245);
}

.widget_semantic-search-bar .form .btn-group .btn {
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 10px;
    min-width: 120px;
    border-width: 1px;
    border-style: solid;
    border-image: 
        linear-gradient(
            to bottom, 
            rgba(0, 0, 0, 0) 29%,
            rgba(0, 0, 0, 0.15) 30%,
            rgba(0, 0, 0, 0.15) 70%,
            rgba(0, 0, 0, 0) 71%
        ) 1 100%;
}

.widget_semantic-search-bar .form .btn-group > .btn:not(:last-child) {
    border-left: none
}

.widget_semantic-search-bar .form .btn-group > .btn:not(:first-child) {
    border-right: none
}

.widget_semantic-search-bar .form .btn-group .btn.active {
    background-color: rgb(86, 90, 191);
    color: rgb(255, 255, 255);
}

.widget_semantic-search-bar .form .btn-button:hover {
    background: #009d04;
	text-decoration: none;
}

.widget_semantic-search-bar .form .btn-button {
    display: block;
    background-color: #89c742;
    background: -moz-linear-gradient(left, #89c742 0%, #009d04 100%);
    background: -webkit-linear-gradient(left, #89c742 0%, #009d04 100%);
    background: linear-gradient(to right, #89c742 0%, #009d04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c742', endColorstr='#009d04', GradientType=1);
    border: solid 1px #89c742;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff !important;
    padding: 10px 15px;
}