@media only screen and (max-width: 1399px) {
    .img-step {
        width: 80vw;
        height: auto;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .student-login {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .sign_in-div {
        margin-top: 0% !important;
    }

    /* ================= Start:- Side_Menu and container_main ================= */

    .sidemenu {
        width: 0%;
    }

    .offcanvas-body .sidemenu {
        width: 100%;
    }

    .container-main {
        width: 100%;
    }

    .btn-menu {
        display: inline-block;
    }

    .sign_up-div {
        margin-top: 5% !important;
        margin: auto;
    }

    .sign_up-img-con-div {
        display: none;
    }

    .img-step {
        width: 85vw;
        height: auto;
    }

    .payment-plan-info {
        font-size: 0.9375rem;
    }
}


@media only screen and (max-width: 767px) {

    .sign-up-heading .heading-size-1 {
        font-size: var(--fs-24);
    }

    .sign-up-heading .heading-size-3 {
        font-size: var(--fs-20);
    }

    .nav-logo {
        width: 100px;
        height: auto;
    }

    .btn-main {
        min-width: auto;
    }

    .sign_in-div {
        width: 100% !important;
    }

    .header-main .user-img {
        width: 55px;
        height: 55px;
    }

    .payment-plan-info {
        font-size: 0.8125rem;
    }

    .img-step-container {
        display: none;
    }

    .mobile-step {
        display: inline-block;
        text-align: center;
    }

    .mobile-step-info {
        width: 35px;
        height: 35px;
    }

    .mobile-step-circle {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-bottom: -16px;
        background-color: var(--primary-5);
        box-shadow: 0 0 5px 15px #89bcfb85;
        z-index: 200;

    }

    .mobile-step-info::before {
        content: "";
        display: inline-block;
        margin-right: 15px;
        width: 40%;
        height: 3px;
        background-color: var(--primary-5);
        z-index: 15;
    }

    .mobile-step-info::after {
        content: "";
        display: inline-block;
        margin-left: 15px;
        width: 40%;
        height: 3px;
        background-color: var(--primary-5);
        z-index: 16;
    }
}