.search_main_section{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.search_main_section h1{
  font-size: 35px !important;
  font-weight: 700;
  padding-bottom: 0px;
}
.search-input {
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 15px 0px 0px 15px;
  width: 70%;
  height: 62px;
  padding-left: 56px;
  color: #000000;
  font-size: 18px;
}
.search_icon {
  left: 11%;
  top: 20px;
}
.search_btn {
  background-color: #ff551a;
  height: 62px;
  width: 130px;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0px 15px 15px 0px;
  font-size: 18px;
}
.drowpdown_search {
  font-size: 18px;
  right: 25%;
}
.search_icon_white {
  display: none;
}
.search_phrase {
  color: #000000;
}
.category_menu_style {
  background-color: rgba(207, 207, 207, 1);
  color: #000000;
}
.category_menu_item {
  color: #222222;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.category_menu_item:hover {
  color: #ff551a;
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 991px) {
  .search_icon {
    display: none;
  }
  .search-input {
    height: 40px;
    width: 100%;
    padding-left: 16px;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
  }
  .search_btn {
    background-color: #ff551a;
    height: 40px;
    width: 53px;
    font-size: 16px;
    border-radius: 0px 10px 10px 0px;
  }
  .drowpdown_search {
    font-size: 18px;
    right: 23%;
  }
  .search_icon_white {
    display: block;
  }
  .search_phrase {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .drowpdown_search {
    right: 18%;
  }
  .search_main_section h1{
    font-size: 22px !important;
  }
}
