@media only screen and (max-width:1199px) {
    .container {
        max-width: 95% !important;
    }
}

@media only screen and (max-width:1080px) {
    .agree-register-btns .btn {
        width: 45%;
    }

    .main-title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:991px) {
    .nav-item::before {
        display: none;
    }

    .agree-register-btns .btn {
        width: 100%;
    }

        .agree-register-btns .btn::before {
            display: none;
        }

    .help-icon {
        display: none;
    }

    .help-number-email {
        padding-right: 15px;
    }

    .big-buttons {
        padding-left: 15px;
        margin-top: 20px;
    }

    .help-section .secondry-with-title {
        margin-bottom:15px;
    }


}

@media only screen and (max-width:767px) {
    .inner-header {
        padding-top: 60px;
        padding-bottom: 50px;
    }

        .inner-header h1 {
            font-size: 40px;
        }

    .help {
        margin-bottom: 25px;
    }

    .apply-step-col::after, .apply-step-col::before {
        display: none;
    }

    .apply-step-col {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .campus-col {
        justify-content: center;
        margin: 15px 0;
    }
}

@media only screen and (max-width:440px){
    .form-permanent{
        width:100%;
        float:left;
        margin-top:10px;
        clear:both;
        padding-left:0;
        position:relative;
    }
}
