.search-section1 {
    padding: 60px 0;
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

.search-section1 .container {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(149, 148, 148, 0.77);
    height:240px;


}

input[type="text"] {
    background-color: #f9f9f9;
    color: #333;
}


input[type="number"] {
    background-color: #f9f9f9;
    color: #333;
}


input[type="text"]:focus {
    outline: none;
}

input[type="text"] {
    background-position: 10px center;
    background-repeat: no-repeat;
}

.search-section1 .container .nav1 .nav-tabs1{
    background-color: #ffffff58;
}


.form-control,
.btn {

    align-items: baseline;

}

.ui-menu {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item {
    padding: 5px;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1051;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}

.nav-tabs1 {
border-bottom: 1px solid #ccc;
padding-left: 0;
margin-bottom: 0;
list-style: none;
border-radius: 0;
}


.nav-link1 {
display: block;
padding: 9px;
color: #000;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0;
font-weight: normal;
text-transform: none;
cursor: pointer;
text-align: center;
transition: color 0.3s, background-color 0.3s, border-color 0.3s;
width: 120px;
}

.nav-link1.active {
color: #000;
background-color: #dcdcdc;
border-color: #ccc #ccc transparent;
}


.nav-link1:hover {
background-color: #ccc;
border-color: #e9ecef;
}


.nav-tabs1 .nav-link1.active {
border-bottom-color: transparent;
}








