.select2-container{width: 100% !important;}
.select2-container--default .select2-selection--single{ 
     padding-bottom: 7px;
     border: 0;
     border-radius: 0;
     resize: none;
     padding: 10px 20px;
}
.select2-dropdown{border:none; background: rgb(246 248 250);}
.select2-container--default .select2-selection--single .select2-selection__rendered{ color: rgba(100, 100, 100, 0.71);}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
     height: 50px;
     padding: 0 20px;
     font-weight: 400;
     border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{padding: 0; line-height: 50px;}
.select2-container--default .select2-results__option--highlighted {background: #333 !important; color: #ffffff;}
.select2-container--default .select2-results__option--highlighted .option-icon{background-color: #333;}
.select2-container--default .select2-results__option--selected {background-color: rgb(233 238 245);}
.select2-container--open .select2-dropdown--below {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
[dir=rtl] .contactus-ajax-form, [dir=rtl] .option-wrapper{direction: rtl;}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow{left:1px; right: auto;}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered, [dir=rtl] .select2-results__option {text-align: right;}
[dir=rtl] .response{text-align: right; direction:rtl;}
.form-error{display:block; min-height:30px;}
.select2-results__option {padding: 3px 10px;}