    .validatemsg {
        color: #9B2E03;
        float: right;
        font-family: 'Poppins', sans-serif !important;
        margin-top: 5px;
    }

    #contactBanner {
        background: url('images/contact-us-bg.png');
        background-color: #9B2E03;
        background-size: cover;
        background-repeat: no-repeat !important;
        height: 380px;
    }

    #contactBanner span {
        width: 550px;
        display: flex;
        font-family: 'Poppins', sans-serif !important;
        float: right;
    }

    #contactBanner .container {
        padding-top: 80px;
    }

    #contactBanner h1 {
        font-size: 50px;
    }

    @media only screen and (max-width: 750px) {
        #contactBanner {
            background-repeat: no-repeat !important;
            height: 350px;
            background-position: right;
        }

        #contactBanner h1 {
            font-size: 30px;
        }

        #contactBanner span {
            font-size: 14px;
        }
    }

    #contactBanner {
        background: url('images/student-registration.png');
        background-color: #9B2E03;
        background-size: cover;
        background-repeat: no-repeat !important;
        height: 380px;
    }

    #contactBanner span {
        width: 550px;
        display: flex;
        font-family: 'Poppins', sans-serif !important;
        float: right;
    }

    #contactBanner .container {
        padding-top: 80px;
    }

    #contactBanner h1 {
        font-size: 50px;
    }

    @media only screen and (max-width: 750px) {
        #contactBanner {
            background-repeat: no-repeat !important;
            height: 350px;
            background-position: right;
        }

        #contactBanner h1 {
            font-size: 30px;
        }

        #contactBanner span {
            font-size: 14px;
        }
    }

    #studentRegister {
        font-family: 'Poppins', sans-serif !important;
    }

    #studentRegister label {
        font-weight: 500;
        font-size: 16px;
        color: #377988 !important;
    }

    #studentRegister select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="email"] {
        margin-top: 0;
        color: #377988 !important;
        border: 1px solid #ccc;
        padding: 12px 10px;
        width: 100%;
        font-size: 14px;
        background: #f7f7f787;
    }

    #studentRegister textarea {
        font-size: 16px;
        font-weight: 400;
        border: 1px solid #e5e5e5;
        height: 68px;
        background-color: #fff;
        border-radius: 0;
    }

    @media (max-width: 767px) {

        .wm-main-content .col-md-7,
        .wm-main-content .col-md-5,
        .wm-main-content .col-md-6 {

            margin-bottom: 5px;
        }
    }
