@media (min-width: 769px) {
    .ac-padding-right {
        padding-right: 5.89rem;
    }

    .ac-padding-left {
        padding-left: 5.89rem;
    }
}

@media (max-width: 768px) {
	
	html {
		font-size: 3.8vw;
	}

    .ac-container {
        width: 96%;
    }

    header {
        padding: 0.5rem 0;
    }

    header .logo {
        width: 16rem;
    }

    header .mobile-button {
        position: absolute;
        top: 0.6rem;
        right: 1rem;
        font-size: 3rem;
        display: block;
    }

    header .right .mobile-button {
        font-size: 2rem;
    }

    header .right {
        float: none;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: auto;
        padding: 5rem 2rem 2rem;
        -webkit-transition: left 250ms ease-out;
        -moz-transition: left 250ms ease-out;
        -ms-transition: left 250ms ease-out;
        -o-transition: left 250ms ease-out;
        transition: left 250ms ease-out;
        z-index: 1000;
    }

    body.mobile-menu-visible header .right {
        left: 0;
    }

    header .right ul.social-media {
        float: none;
        text-align: center;
        padding: 0;
    }

    header .right ul.social-media li {
        margin: 0 1rem;
        display: inline-block;
        float: none;
        font-size: 2rem;
        line-height: 2rem;
    }

    header .right ul.social-media li a {
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
    }

    header .right ul.social-media li a i {
        line-height: 2rem;
    }

    header .right ul.social-media li a.square-container i, header .right ul.social-media li a.circle-container i {
        font-size: 1.2rem;
    }

    header nav.main ul {
        margin: 2rem 0 0;
        float: none;
    }

    header nav.main ul li {
        display: block;
        margin: 0 0 2rem;
        float: none;
        text-align: center;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .hero-banner {
        height: auto;
        background-position: 37% center;
    }

    .hero-banner .table {
        height: auto;
        margin-left: 0;
    }

    .hero-banner h2 {
        font-size: 2.69rem;
        line-height: 3.21rem;
        text-align: right;
        text-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

    .hero-banner .table-cell {
        text-align: center;
        padding: 18rem 2rem 2rem;
    }

    .home-intro h3 {
        font-size: 1.8rem;
    }

    .hero-banner-2 {
        height: auto;
    }

    .hero-banner-2 .table {
        height: auto;
    }

    .hero-banner-2 .table-cell {
        padding: 6rem 6rem 5rem 0;
    }

    .hero-banner-2 p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-bottom: 1.7rem;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

    .courses .preview h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .courses .box {
        float: none !important;
        width: 100%;
    }

    .courses .box h3 {
        font-size: 3.2rem;
    }

    .courses .box .separator {
        max-width: 14.5rem;
    }

    footer {
        overflow: hidden;
    }

    footer .logo {
        float: none;
        width: 70%;
        margin: 0 auto 1rem;
    }

    footer .right {
        float: none;
        width: 100%;
    }

    footer .right .btn.btn-white {
        font-size: 0.85rem;
        letter-spacing: 0;
    }

    footer .footer-menu ul {
        text-align: center;
    }

    footer .footer-menu ul li {
        margin-right: 1rem;
    }

    footer .footer-menu ul li:last-child {
        margin-right: 0;
    }

    footer .col-md-6.text-right {
        text-align: center;
    }

    .new-course-block .big-label {
        font-size: 7.43rem;
        line-height: 7.43rem;
    }

    .new-course-block .date {
        font-size: 2.13rem;
    }

    .new-course-block h3 {
        font-size: 2.49rem;
        line-height: 2.85rem;
    }

    .about-hero-banner {
        height: auto;
        background-position: 34% center;
    }

    .about-hero-banner .table {
        height: auto;
        margin-left: 0;
    }

    .about-hero-banner .table-cell {
        text-align: center;
        padding: 10rem 0em 1rem 10rem;
    }

    .about-hero-banner .table-cell p {
        font-size: 1.4rem;
        line-height: 1.5rem;
        margin: 0 0 0.6rem;
        text-align: left;
    }

    .about-hero-banner .table-cell p strong {
        font-size: 2rem;
    }

    p.h2 {
        font-size: 2.13rem;
        line-height: 2.54rem;
    }

    .about-4 p.h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .courses-list .course-item {
        margin: 1.6rem 0;
    }

    .courses-intro h2 {
        margin-top: 0;
    }

    .contact {
        margin: 2rem 0;
    }

    .contact .btn-secondary {
        font-size: 1rem;
        margin-top: -2rem;
        margin-bottom: 4rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        letter-spacing: 0.1rem
    }

    .contact .btn-secondary i {
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .contact form .btn {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .testimonials .ac-container::before {
        display: none;
    }

    .course-hero-banner, .course-hero-banner .table {
        height: 35rem;
    }

    .course-hero-banner h1 {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .course-hero-banner {
        margin-bottom: 3rem;
    }

    .course-intro {
        margin: 2rem 0;
    }

    .course-intro .col-md-6.ac-padding-left {
        margin-top: 3rem;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 3.1rem;
    }

    .course-info-block .table {
        height: auto;
        margin: 1rem 0;
    }

    .course-info-block .content {
        height: auto;
        margin-bottom: 1rem;
    }

    .course-info-block.warning p, .course-info-block.warning.v2 p {
        font-size: 1.2rem;
        line-height: 1.7rem;
        padding: 0 !important;
    }

    .course-info-block h2 {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .register-form .actual-form .form-end .btn {
        min-width: 0;
    }

    .btn {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .btn-sm {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .btn-lg {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .courses-list .course-item h3 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .media-articles .list article {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .testimonials .slider p {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonials .ac-container {
        background: none;
    }

    .testimonials .ac-container::after {
        display: none;
    }

    .testimonials h2 {
        margin-bottom: 2.25rem;
    }

    .about-1 .content {
        margin-bottom: 2rem;
    }

    .h2 p {
        font-size: 1.5rem;
    }

    .course-benefits {
        padding: 2rem 1rem 1rem 0.5rem !important;
    }
}

