.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 0;}.select2-container--default .select2-selection--single .select2-selection__rendered {    font-size: 20px;
		color: #105a60;}.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    text-align: right;
    padding-right: 20px;
}.select2 {
    padding: 8px 20px !important; 
    margin: 0px 0px;}.select2-container--default .select2-selection--single .select2-selection__arrow 
 {
    height: 0; 
    width: 0;
}.select2-container .select2-selection--single .select2-selection__rendered { 
    padding-right: 0;}
	@media screen and (max-width:767px) {
	.select2-container--default .select2-selection--single .select2-selection__rendered {    font-size: 16px;}
}	@media screen and (max-width: 767px) {
   
    .select2 {
        padding: 4px 20px !important;
    }

}