﻿#course-enquiry {
}

.form-ban {
    position: absolute !important;
    right: 4%;
    top: 37%;
    max-width: 430px !important;
    z-index: 9;
    background: #fff;
    padding: 20px;
    border: 1px solid #f9c22a;
    border-radius: 30px;
}

    .form-ban label {
        font-size: 13px;
        margin: 0px;
        font-weight: normal;
    }

    .form-ban .form-group {
        margin-bottom: 8px;
    }
/* Extra small devices (phones, portrait) */
@media (max-width: 575.98px) {
    /* styles */
    .form-ban {
        display: none;
        right: 4%;
        top: 37%;
    }
}

/* Small devices (landscape phones, ≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* styles */
    .form-ban {
        display: none;
        right: 4%;
        top: 37%;
    }
}

/* Medium devices (tablets, ≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* styles */
    .form-ban {
        display: none;
        right: 4%;
        top: 37%;
    }
}

/* Large devices (desktops, ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* styles */
    .form-ban {
        display: none;
        right: 4%;
        top: 37%;
    }
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* styles */
    .form-ban {
        right: 4%;
        top: 34%;
    }
}

/* Extra-extra large (very large screens, ≥1400px) */
@media (min-width: 1400px) {
    /* styles */
    .form-ban {
        right: 4%;
        top: 37%;
    }
}
