.custom-search-form {
    width: 250px;
    margin-top: 19px;
    margin-bottom: 25px;
}

@page {
    size: 5.5in 8.5in;
    size: A4 portrait;
}
input{
    max-width:unset !important;
}
@media screen and (max-width: 767px) {
    .details-search {
        float: left !important;
        clear: both !important;
    }

    .floatleft {
        float: none !important;
        clear: both;
    }
}


