@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.search1234 {
  
  
  position: relative;
}
@media only screen and (max-width:3000px) {
    .search1234 {
        width: 100%;
        padding-right:5%;
    }
}
@media only screen and (max-width:800px) {
    .search1234 {
        width: 100%;
    }
}
@media only screen and (max-width:360px) {
    .search1234 {
        width: 100%;
    }
}
 @media only screen and (max-width:320px) {
    .search1234 {
        width: 100%;

    }
}

.txtsearch {

}
.search1234:before {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    border-radius: 5px;
    outline: none;

    
}

.searchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
