    .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-y: auto;
        overflow-x: hidden;
        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;
}


@media (max-width: 767px) {

    .search-section1 {
        padding: 30px 0;
        margin-top: -100px;
    }


    .search-section1 .container {
        padding: 15px;
        height: auto;
    }


    input[type="text"],
    input[type="number"] {
        font-size: 16px;
        padding: 10px;
    }

    .nav-tabs1 {
        border-bottom: none;
    }

    .nav-link1 {
        width: auto;
        font-size: 14px;
        padding: 8px 5px;
    }

    .nav-link1.active {
        background-color: #e0e0e0;
    }
}




