@media (max-width: 967px) {

    .register-left {
        text-align: center;
        padding: 15px;
    }

        .register-left img {
            max-width: 150px;
            margin-bottom: 15px;
        }

    .register-heading {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .register-form {
        padding: 15px;
    }

        .register-form .col-md-6,
        .register-form .col-md-12 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
        }

    #profile .register-heading {
        margin-bottom: 20px;
    }

    .btnRegister {
        width: 100%;
        margin-top: 10px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 5px;
    }

    .register-right {
        padding: 15px;
    }

    .register .register-form {
        margin-top: 0;
    }
    ol.numbered li{
        margin-bottom:15px;
    }
}
