.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-radius: 2px;
    outline: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.hero-search-content .select2.select2-container,
.simple-sidebar.sm-sidebar .select2.select2-container{
    border: none;
    border-radius: 3px;
    height: 60px;
    background: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    height: calc(2.25rem + 2px);
    overflow-y: auto;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-radius: 4px;
    cursor: text;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding-left: 0.75rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1C5FE9;
    border: 1px solid #1C5FE9;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.form-control.form-ref{
    height: calc(2.25rem + 2px);
    border-radius: 4px;
    border: 1px solid #ced4da;
}


@media (min-width: 768px) {
    .ad-search,.ad-search:hover, .ad-search:focus {
        height: 62px;
        display: inline-block;
        width: 20px;
        margin: 0 auto;
        text-align: center;
        color: #9db0c3 !important;
        line-height: 66px;
        border-radius: 0.2rem;
        font-size: 22px;
        margin-right: 25px;
    }

    .btn.search-btn {
        background: #1C5FE9;
        padding: 9px;
        border-radius:5px;
        box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
        color: #ffffff;
        width: 70%;
        font-size:1rem;
    }

    .form-control.form-ref{
        height: calc(2.25rem + 2px);
        border-radius: 4px;
        border: 1px solid #ced4da !important;
    }


}

/*.select2-search__field {*/
/*    width: 100% !important;*/
/*}*/

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 0 !important;
}

/*.select2-search.select2-search--inline{*/
/*    width: 100%;*/
/*}*/
