@media only screen and (max-width: 767px) {
    .links a {
        margin: 0 10px;
        display: block;
        margin-bottom: 10px;
    }
    .navbar-brand img {
        height: 45px;
        position: relative;
        top: -13px;
    }
    .search-btn i {
        margin-right: 10px;
    }
    .search-holder .dropdown {
        width: auto;
        position: absolute;
        top: -35px;
        left: 35px;
    }
    .search-holder.inside input {
        width: calc(100% - 60px);
    }
    .search-holder input {
        font-size: 15px;
    }  
    .select2-container {
        max-width: 96% !important;
    }  
  }