body {
  background-color: #fff !important;
}

#search_engine {
  padding-top: 80px;
}

#search_engine .search_for{  
  margin-bottom: 30px;
}
#search_engine .search_for img {
  width: 300px;
}

#search_engine #search_engine_form .search_input {
  padding: 30px 30px 30px 5px;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none !important;
  background-color: #fafafa;
  border: none !important;
}

#search_engine #search_sections {
  margin-top: 30px;
  display: none;
}

#search_engine #search_sections label.section {
  cursor: pointer;
  font-family: var(--nice_font_2) !important;
  text-align: center;
  padding: 20px 15px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  transition: all 0.3s ease 0s;
}

#search_engine #search_sections .section h2 {
  font-size: 22px;
  margin-top: 10px;
  color: #767a7d;
}

#search_engine #search_sections .section h4 {
  margin-top: 15px;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 26px;
}

#search_engine #search_sections .section:hover {
  cursor: pointer;
  background: #767a7d;
  border-color: #767a7d !important;
  transition: all 0.3s ease 0s;
}

#search_engine #search_sections .section:hover h2,
#search_engine #search_sections .section:hover h4 {
  color: #f4f4f4 !important;
}

#search_engine #search_sections .section.active {
  cursor: pointer;
  background: #f96b6b;
  border-color: #f96b6b !important;

  transition: all 0.3s ease 0s;
}
#search_engine #search_sections .section.active h2,
#search_engine #search_sections .section.active h4 {
  color: #f4f4f4 !important;
}
