.back-color-banner {
    background-color: #000 !important
}

label#val_IIE_Qualification {
    color: #c50000;
}

label#val_Specialisation {
    color: #c50000;
}

.brand_challenge_container {
    margin: -15px auto 0;
    padding: 20px;
    text-align: center;
}

.btn-go button:focus:not(:focus-visible) {
    outline: 0;
    color: #fff !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
    color: #fff !important;
}

.btn-go, .drop-list {
    background-color: #000
}

.drop-list {
    font-size: 1rem;
    font-weight: 500;
}

.btn-go {
    border: 2px solid #ffffff;
    padding: 3px 14px 1px 14px;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    color: #000 !important;
    font-weight: 700;
    margin-left: 1%;
    font-size: 0.9rem !important;
}

.btn-go:hover {
    background: #000;
    color: #fff !important;
    border: 2px solid #fff;
}

select.drop-list {
    border-bottom: 2px solid #fff;
    border-top: none;
    border-left: 0;
    border-right: 0;
    appearance: none;
    width: 20rem;
    line-height: 22px;
    outline: 0;
    margin: 0px 2%;
}

.btn-go, .spec-color {
    color: #fff
}

select#ddl_QualificationType {
    line-height: 1.5;
    background-image: url(https://www.vegaschool.com/images/forms/thick.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 15px 15px;
}

select#ddl_QualificationType {
    padding: 3px 0px 1px 8px;
}

select#ddl_Specialisation {
    padding: 3px 0px 1px 8px;
}

select#ddl_Specialisation {
    line-height: 1.5;
    background-image: url(https://www.vegaschool.com/images/forms/thick.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 15px 15px;
}

.mobile-slider {
    display: none !important;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    select.drop-list {
        width: 16rem;

    }

    .btn-go {
        padding: 10px 3%;
        margin-left: 3%;
    }

}

@media only screen and (max-width:992px) {

    select.drop-list {
        width: 100% !important;
    }

    .btn-go {
        margin-left: 0%;
        font-size: 0.9rem !important;
        margin-top: 17px;
        width: 100%;
        margin-left: 13px;
    }

}

@media only screen and (max-width:767px) {

    .mobile-slider {
        display: inline-block !important;
    }

    .back-color-banner {
        background-color: #000 !important;
        margin-top: 15%;
    }

    .back-color-banner .btn-go {
        display: block;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #000;
        margin: 18px auto;
        padding: 8px 0px;
    }

}

@media only screen and (max-width:500px) {

    .drop-list {
        padding: 14px 0px !important;
        font-size: 20px !important;
    }

    select.drop-list {
        margin: 0px 0%;
    }
}