.bannerSingleSelect{
    position: relative;
}
.bannerSingleSelect select{
    width: 260px;
    height: 50px;
    background: transparent;
    border-radius: 6px;
}
.bannerSingleSelect svg{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.bannerSelectWrappper .select2-container{
    min-width: 260px;
}
.bannerSelectWrappper .selection .select2-selection--single{
    min-height: 50px;
    padding: 13px;
    background: transparent;
    border: 1px solid #A1A1A1;
}
.bannerSelectWrappper .selection .select2-selection--single:focus{
    border-color: #fff;
}
.bannerSelectWrappper .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    line-height: 170% !important;
    color: #D3D3D3;
}
@media(max-width: 575px) {
    .bannerSelectWrappper .select2-container{
        min-width: 326px;
    }
    .bannerSingleSelect select{
        width: 326px;
    }
    .bannerSelectWrappper .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 13px;
    }
}