@media (max-width: 414px)
{
    .search-bar{
        float: left;
        width:100%;
    }
    .box{
        float: left;
        width:100%;
        margin: 0px !important;
    }
    .search-bar .box .input{
        width:77%;
    }
    .search-bar .box .btn-search{
        padding: 5px 17px;
    }
    .box_search .text_field{
        width:100%;
    }
    .sbHolder{
        width:100% !important;
    }
    .sbSelector {
        width:100% !important;
    }

}

@media (max-width: 375px)
{
    .top-name{
        font-size: 25px;
    }

}
@media (min-width: 415px){
    .sbHolder {
        width: 315px !important;
    }
    .sbSelector {
        width: 285px !important;
    }

}


