.select2-container {
    height: auto;
    margin: 0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(179, 177, 179, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(179, 177, 179, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(179, 177, 179, 1);
    color: #9AA49C;
    font: 300 16px/18px "Gibson";
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    line-height: normal;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(179, 177, 179, 1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(179, 177, 179, 1);
    box-shadow: inset 0px 0px 10px 0px rgba(179, 177, 179, 1);
    background-color: #fff;
    font-size: 16px;
    border: 0 !important;
    margin: 0 0 20px;
    border-radius: 0 !important;
    outline: none;

    border: 1px solid #97999b;

    /* height: 44px; */
    text-transform: capitalize;
    color: #a9a9a9;
    background-color: #fff;

    width: 245px;
}

.select2-container--default .select2-selection--single
{
    background-color: inherit;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 10px 20px;
}
.select2-selection__arrow{display:none;}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #9AA49C;
    padding:0;

}

@media all and (max-width : 830px){
    .select2-container {margin: 0 10px 3px;}
}
@media all and (max-width : 640px){
    .select2-container {	width: 190px;}
}
@media all and (max-width : 420px){
    .select2-container {	width: 156px;}
}
@media all and (max-width : 380px){
    .select2-container {	width: 128px;}
}
@media all and (max-width : 320px){
    .select2-container {	width: 118px;}
}