@media only screen and (max-device-width : 1360px){
    html{
        font-size: 16px;
    }
    
    .page-center{
        width: 95%;
    }

    .page-title{
        padding: 30px;
    }

    .page-title > ul{
        overflow: hidden;
        line-height: 1.4;
    }

    .header.faq{
        background-position: right -80px top 0px;
    }

    .header-top{
        display: flex;
        flex-direction: column-reverse;
    }

    .header-top-bar > div{
        flex-direction: column;
        font-size: 0.85rem;
    }

    .header-top-bar{
        padding-top: 0px;
    }

    .header-top-bar > div > ul{
        width: 100%;
        justify-content: space-between;
    }

    .header-top-bar > div > ul:first-child > li:first-child{
        line-height: 1.5;
    }

    .header-top-bar > div > ul:first-child > li:nth-child(2){
        display: none;
    }

    .header-top-bar > div > ul:first-child > li:last-child{
        min-width: 50px;
    }

    .header-top-bar > div > ul:last-child{
        font-size: 0.75rem;
        margin-top: 10px;
    }

    .header-top-bar > div > ul:last-child > li:last-child > a{
        font-size: 0px;
    }

    .header-top-bar > div > ul:last-child > li:last-child > a{
        vertical-align: middle;
    }

    ul.menu{
        display: none;
    }

    .logo{
        font-size: 1.4rem;
    }

    .menu-mobile-anchor{
        display: block;
    }    

    .menu-mobile-anchor > img{
        width: 38px;
    }

    .menu-mobile{
        display: block;
    }

    .header-login{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .services > div{
        flex-direction: column;
    }

    .services > div > ul{
        width: 100%;
    }

    .introduction > .page-center{
        flex-direction: column-reverse;
    }

    .introduction-image{
        width: 85%;
        margin-bottom: 50px;
    }

    .features > .page-center > div{
        flex-direction: column;
    } 

    .features > .page-center > div > span{
        width: 100%;
    }

    .multiple > .page-center{
        flex-direction: column;
    }    

    .multiple > .page-center > div{
        width: 100% !important;
    }

    .multiple > .page-center > div{
        margin-bottom: 80px;
    }

    i.glyph.multiple.student{
        width: 38px;
        height: 38px;
        background-size: 28px 28px;
    }

    .footer-top{
        flex-direction: column;
    }

    .footer-top > ul{
        width: 100% !important;
    }

    .contact-submit{
        flex-direction: column;
    }

    .contact-submit > span{
        margin: 20px 0 20px 0;
        text-align: center;
        line-height: 1.7;
    }

    .footer-top > ul:last-child{
        text-align: center;
    }

    .footer-logos{
        justify-content: center;
    }

    .footer-bottom > ul{
        flex-direction: column;
    }

    .footer-bottom > ul > li{
        text-align: center;
        font-size: 0.85rem;
    }

    .page-faq-items{
        flex-direction: column;
    }

    .page-faq-items > div{
        width: auto !important;
    }

    .page-content{
        padding: 20px;
    }

    .signup-form-container{
        flex-direction: column;
    }

    .signup-form-container > ul.form-field{
        width: auto !important;
        margin-bottom: 30px;
    }

    ul.form-field select{
        max-width: 90% !important;
    }

    .btns > span{
        line-height: 1.7;
    }

    .header.terms{
        background-position: right -100px top 0px;
    }

    .multiple-comments{
        flex-direction: column;
    }

    .multiple-comments > li{
        width: auto;
    }

    .news-items{
        flex-direction: column;
    }

    .news-items > li{
        width: auto;
        margin-bottom: 35px;
    }

    .news-items > li:last-child{
        margin-bottom: 0px;
    }

    .page-news-items{
        flex-direction: column;
    }

    .page-news-items > li{
        width: auto;
        margin-bottom: 30px;
    }

    .page-news-items > li:last-child{
        margin-bottom: 50px;
    }

    ul.founders{
        justify-content: center;
    }    

    ul.branches > li{
        flex-direction: column;
    }

    .brPic{
        margin-bottom: 30px;
    }

    .brDetails{
        width: auto;
    }

    .brTitle{
        flex-direction: column;
    }

    .personnelPics{
        margin-top: 30px;
    }

    .brDesc{
        margin-bottom: 30px;
    }

    .brParts{
        flex-direction: column;
        justify-content: flex-start;
    }

    .brGallery > li{
        margin-bottom: 10px;
    }

    .inquiry-form{
        flex-direction: column;
    }

    .inquiry-form > *{
        width: auto;
        margin-bottom: 30px;
    }

    #surveyForm > .sq_field{
        width: auto;
    }
    
    .header-top-menu.float{
        position: relative;
    }
}
