@media only screen and (min-width: 0) and (max-width: 767px) {
  .container {
    width: 100%;
  }
  #main-div {
    padding: 0;
  }
  img {
    width: 100%;
  }
  .Feature-area {
    margin-top: 0 !important;
  }
  .content-top.container {
    padding: 0;
  }
  #mobile-menu {
    position: absolute;
    z-index: 99;
    top: 25px;
    right: 65px;
    width: 30px;
    height: 30px;
    background: url("../images/menu.png") no-repeat;
    background-size: contain;
  }
  #mobile-search {
    position: absolute;
    z-index: 99;
    top: 25px;
    right: 185px;
    width: 30px;
    height: 30px;
    background: url("../images/search.png") no-repeat;
    background-size: contain;
  }
  #mobile-search {
    position: absolute;
    z-index: 99;
    top: 27px;
    right: 166px;
    width: 30px;
    height: 30px;
    background: url("../images/search.png") no-repeat;
    background-size: contain;
  }
  #block-homepageh1tag h1 {
    display: none;
    color: #000;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .form-inline .form-control {
    display: block;
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 5px;
  }
}