@media only screen and (min-width:320px) and (max-width:767px) {
    .first-input{
            width: 130px !important;
    }
    .search-custom-class{
        padding: 0px !important;
    }
}
