.see {
  max-width: 940px;
  margin: 0px auto;
  justify-content: space-between;
  display: flex;
  background: #292929;
border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.header1input {
  display: flex;
  
  padding: 12px 48px;
  width: 79%;
  margin-left: 20px;
  align-items: center;
}

.header1input input {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  width: 80%;
     color: #fff;
}
.header1input input::placeholder{
    color: #fff;
}
.icon-search:before {
  font-size: 20px;
}
.ull .search .icon-search:before {
  color: #ffd808;
}
.search_btn {
  display: flex;
  width: 6%;
  background: #ffdf40;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;

  align-items: center;
  justify-content: center;
}
.search_btn img {
  width: 20px;
  height: 14px;
  margin-left: 12px;
}
@media (max-width: 1380px) {
  .see {
    width: 95%;
  }
}
@media (max-width: 1380px) {
 
  .header1input {
    width: 80%;
  }
}
@media (max-width: 900px) {
   .search_btn {
    width: 10%;
  }
  .ul_lhome {
    display: block;
  }
}

@media (max-width: 740px) {
  .search_btn {
    font-size: 14px;
  }
  .header1input {
    padding: 9px 16px;

    margin-left: 0px;
    align-items: center;
  }
  .icon-search:before {
    font-size: 16px;
  }
  .header1input input {
    font-size: 14px;

    line-height: 18px;
  }
  .search_btn {
    width: 14%;
  }

  .search_btn img {
    margin-right: 30px;
    margin-left: 0px;
  }
}
