.select2-container .select2-selection--single {
    height: 70px !important;
    border: 1px solid #d1cdcd !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 5px 0 5px !important;
    left: 20% !important;
    top: 55% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 66px !important;
    color: #000;
    opacity: 0.7;
    padding-left: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 21px !important;
    right: 17px !important;
    width: 20px;
}

@media (max-width:767px) {
    .select2-container .select2-selection--single {
        height: 70px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 67px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 10px 7px 0 7px !important;
        left: 10% !important;
        top: 70% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 16px !important;
        right: 17px !important;
        width: 20px;
    }

    .one {
        margin-top: 38% !important;
    }

    .modal-dialog {
        margin-top: 20% !important;
    }
}