@media (min-width: 1200px){
    .container, .container-lg, 
    .container-md, .container-sm, 
    .container-xl, .container-footer {
        max-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199.95px){
    h2.h2-md, h2.h2-sm, h2.h2-xs {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px){
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 991px) { 
    .mobile-header {
        background-color: #fff;
    }

    .mobile-header {
        width: 100%;
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10002;
        height: 90px;
        box-shadow: 0 0 2px rgb(50 50 50 / 40%) !important;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: 0 0 1px rgb(0 0 0 / 30%);
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile__logo img {
        width: auto;
        max-width: inherit;
        max-height: 70px;
    }

    .mobile-header .mobile__logo {
        display: block;
        margin-top: 19px;
        /* padding-left: 22px; */
    }

    .mobile-header .mobile__logo {
        display: inline-block;
        margin-top: 12px;
        /* padding-left: 18px; */
    }

    .animated-arrow {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .animated-arrow span, 
    .animated-arrow span:before, 
    .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .animated-arrow span, 
    .animated-arrow span:before, 
    .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 22px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
    }

    .animated-arrow {
        cursor: pointer;
        padding: 14px 22px 14px 0px;
        margin: 36px 28px 0 0;
    }

    .animated-arrow span:before {
        top: -7px !important;
        width: 26px !important;
    }

    .animated-arrow span:after {
        bottom: -7px;
        width: 20px;
    }
    
    .header__navigation {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        right: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0px;
    }

    .header__main {
        height: 0 !important;
    }

    .header__logo, 
    .hero__image {
        display: none;
    }

    .main__content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero {
        padding-top: 220px;
    }

    .hero__content {
        width: 100%;
        font-size: 1.05rem;
        text-align: center;
    }

    .bounded {
        margin-bottom: 50px;
    }

    .fbox-2-wrapper .col, 
    .fbox-6-wrapper .col, 
    .fbox-8-wrapper .col {
        padding: 0 8px;
    }

    .full-menu-content .full-menu-content-up {
        flex-direction: column;
    }

    .container-lg {
        max-width: 720px;
    }
}

@media (min-width: 768px) and (max-width: 991.95px){
    h2.h2-md, h2.h2-sm, h2.h2-xs {
        font-size: 2.55rem;
    }
}

@media (min-width: 768px){
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 767px) {
    .mobile-header .mobile__logo {
        display: block;
        margin-top: 10px;
        /* padding-left: 22px; */
    }
}

/* @media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .container, .container-lg, 
    .container-md, .container-sm {
        max-width: 960px;
    }
} */


@media (min-width: 480px) and (max-width: 767.95px){
    .fbox-8 p {
        padding: 0 5%;
    }
    p.p-lg {
        font-size: 1.05rem;
    }

    h2.h2-md, h2.h2-sm, h2.h2-xs {
        font-size: 2.125rem;
    }
}

.full-menu-content {
    position: relative;
    top: 10%;
    width: 100%;
}

.full-menu-content .menu-item {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.full-menu-content .full-menu-content-up {
    display: flex;
    justify-content: space-between;
}

.full-menu-content-up .programmes-menu p {
    margin-top: 10px;
}

.full-menu-content .menu-item p {
    margin-bottom: 10px;
}

.full-menu-content .courses-title, 
.full-menu-content-down p.font-semibold {
    font-size: clamp(16px,4vw,24px);
    font-weight: 600;
    color: #fff;
}

.full-menu-content ul a {
    color: #fff;
    text-transform: none;
    line-height: 1;
    letter-spacing: 1px;
    font-size: clamp(10px,3.5vw,16px);
}

.full-menu-content .menu-title {
    font-size: clamp(16px,2vw,24px);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.full-menu-content-down p.font-semibold {
    margin-bottom: 5px;
    /* border-bottom: 1px solid #fff; */
}

.border-none {
    border: none !important;
}

.info__menu-items p {
    border-bottom: none;
}

/*------------------------------------------*/
/*  FOOTER SECTION
/*------------------------------------------*/
/* If you don't want the footer to be responsive, remove these media queries */

@media screen and (max-width: 1275px){
    .footer-items {
        width: 50%;
    }
}

@media screen and (max-width: 660px){
    .footer-items {
        width: 100%;
    }

    .footer-items:before {
        content: "";
        position: absolute;
        margin-top: -20px;
        left: 7px;
        right: 7px;
        height: 1px;
        /* width: 100%;  or 100px */
        border-top: 1px solid #fff;
      }

    .footer-items:first-child:before {
        border-top: none;
    }

    .footer-items:not(:first-child) {
        padding-top: 20px;
    }

    h2.h2-md, h2.h2-sm, h2.h2-xs {
        font-size: 2.125rem;
    }

    .pb-30 { padding-bottom: 10px; }

    .mt-5, .my-5 {
        margin-top: 1.5rem!important;
    }
    .mb-70 { margin-bottom: 45px; }

    .wide-60 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after {
        font-size: 2.5625rem;
        margin-left: 10px;
    }

    .inner-page-hero {
        padding-top: 110px;
    }

    .order-first {
        order: -1!important;
    }

    .order-last {
        order: 6!important;
    }

    .txt-block.left-column {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }

    .fbox-5-wide .fbox-txt, 
    .fbox-4-wide .fbox-txt {
        width: 100%;
        padding: 0 10px;
    }

    .fbox-txt {
        text-align: center;
        margin-top: 20px;
    }
    
    .fbox-ico {
        text-align: center;
        width: 100% !important;
        float: none;
        margin-top: 0;
    }
}
