.select-contaner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.5%;
    align-items: center;
}

.select-label {
    padding: 0.3%;
    background-color: orange;
    margin: 0% 1%;
    border-radius: 3px;
    font-size: 16px;
    color: black;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: orange !important;
    color: black !important;
}

.req_place {
    width: 70% !important;
    margin-top: 1%;
    padding: 0.5% !important;
    border-radius: 10px;
}

/* #s2id_leadadd_mode_of_enq .select2-default {
    color: #f00 !important;
} */