.header{
    padding: 0px 15px;
    background-color: #fff;
}

.header2{
    padding: 18px 12px;
    background-color: #fff;
    border-top: 1px solid #000;
    display: flex;
}


.inner-form{
    display: flex;
    border: 0px solid;
    border-radius: 19px;
    width: 100%;
    background: #f1f6fa;
    padding: 4px 10px;
}
.input-field.second-wrap{
    width: 100%;
}
.input-select select {
    height: 30px;
    border: 0px;
    border-right: 1px solid #ccc;
    background: transparent;
    outline: none;
}
input#search {
    border: 0px;
    height: 31px;
    width: 100%;
    background: transparent;
    outline: none;
}
button.btn-search {
    border: 0px;
    outline: none;
    height: 31px;
    background: transparent;
}


a.btn.btn-secondary.dropdown-toggle {
    background: none;
    color: #000;
    border: 1px;
}

.bg-body-tertiary {
    background-color: transparent !important;
}
.navbar{
    /* border-left: 2px solid #ccc; */
    --bs-navbar-padding-y: 0rem;
}
