.search_box_wrapper {
    width: 100%;
}

.search_box_wrapper .search_box_item .search_box{
    display: flex;
    gap: 120px;
}

.search_box_wrapper .search_box_item {
    position: relative;
    height: 25px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
}
.search_box_wrapper .search_box_item .input_search {
    background: var(--search-bg-clr);
    border: 0;
    border-radius: 25px;
    color: #000;
    height: 100%;
    position: absolute;
    top: 3px;
 
}
.search_box_wrapper .search_box_item .icon {
    position: absolute;
    top: 16px;
    color: var(--white);
    font-size: 18px;
    display: flex;
    width: 20px;
}

.input-search .MuiBox-root{
    flex-direction: row-reverse !important;
}
.search_box_wrapper .search_box_item button {
    width: 155px;
    height: 64px;
    position: absolute;
    top: 6px;
    border-radius: 25px;
    border: 0;
    display: block;
    background: var(--white);
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.search_box_wrapper .search_box_item button:hover {
    background: var(--btn-hvr-clg);
}
.search_box_wrapper .search_box_item button {
    right: 0;
}

.search_box_wrapper .search_box_item button.MuiAutocomplete-clearIndicator svg{
    position: absolute;
    top: -15px;
    right: 15px;
}

.css-clttge-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 0;
    min-width: 250px;
}

.result-box{
    justify-content: space-between !important;
}

@media only screen and (max-width: 1450px){
    .hero-image-box{
        width: unset !important;
        
    }
}

.result-box{
    height: 381px;
}
   
  .result-box::-webkit-scrollbar-track {
    display: none !important;
  }
   

.search-result-box:last-child{
    border-bottom: none !important;
}

.search-filed::placeholder{
    color: #000 !important;
}