/* Write Custom Css Here */

/* home search bar */

.banner-form-inner {
    width: 490px;
}

.banner-form-inner .single-input {
    border-radius: 40px;
    border: solid;
}

.banner-form-inner .form--control {
    border:none;
}


button.btn.btn-primary {
    background: #ff5527;
    border-radius: 35px;
    padding: 7px 21px 7px 21px;
    margin-top: 7px;
    color: #000000;
    border: none;
    font-weight: 500;
}