/*Top banner search*/
.top-search-input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 1.1rem 0.75rem!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.top-search-icon {
    position: relative;
    top: 14px!important; /* Move the icon 1px up */
    left: 13px!important;
}
.top-search-input{
    padding-left: 33px!important;
    border :1px solid #ced4da;
}
.top-search-input:focus {
    border: 2px solid #80bdff!important; /* Change border color on focus */
}
