.responsive-header {
    display: none;
}

.responsive-menu {
    right: -100%;
    top: 60px;
    opacity: 0;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    padding-bottom: 110px;
    overflow-y: auto;
}

.dashboard-responsive-menu {
    display: none;
}

@media screen and (max-width: 3000px) {

    .slogan {
        min-height: 430px;
    }

}

@media screen and (max-width: 2500px) {

    .slogan {
        min-height: 400px;
    }

}

@media screen and (max-width: 1920px) {

    .slogan {
        min-height: 360px;
    }

}

.re-hide {
    display: block;
}

.re-show {
    display: none;
}

.re-show-inline {
    display: none;
}

@media screen and (max-width: 1199px) {

    .responsive-header {
        display: block;
        width: 100%;
        height: 60px;
        background: #EF5455;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
        border-bottom: solid 3px #EEA5A6;
    }

    .re-logo {
        position: absolute;
        left: 15px;
        top: 16px;
        z-index: 600;
    }

    .menu-icon {
        position: absolute;
        right: 15px;
        top: 21px;
        z-index: 600;
        cursor: pointer;
    }

    .menu-close {
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 600;
        cursor: pointer;
        display: none;
    }

    .responsive-menu.active {
        top: 60px;
        right: 0;
        background-color: rgba(255, 255, 255, 0.96);
        opacity: 1;
    }

    .responsive-menu ul {
        border-top: solid 1px #EF5455;
        margin: 0;
        padding: 0;
    }

    .responsive-menu ul li {
        border-bottom: solid 1px #e8d1d2;
        padding: 18px 35px;
        color: #EF5455;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        list-style: none;
    }

    .responsive-menu ul ul {
        border-top: none !important;
    }

    .responsive-menu ul li a {
        color: #777777;
        display: block;
        opacity: 1;
        text-decoration: none;
    }

    .responsive-menu ul li li {
        border-bottom: none;
        padding: 0;
        color: #EF5455;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        list-style: none;
        margin: 10px 0 0 25px;
    }

    .re-lang {
        padding: 18px 35px;
    }

    .re-lang a {
        color: #EF5455;
        text-decoration: none;
        font-size: 14px;
        margin-right: 5px;
        font-weight: bold;
        display: inline-block;
        padding: 3px 6px;
        background: #f4eaeb;
        border-radius: 5px;
        width: 36px;
        text-align: center;
    }

    .re-lang a.active {
        color: #fff;
        background: #EF5455;
    }

    .menu-arrow-box {
        width: 16px;
        height: 32px;
        display: inline-block;
        background: url("../images/expand_arrow.png") right 10px no-repeat;
        background-size: 16px auto;
        float: right;
    }

    .re-menu.active .menu-arrow-box {
        transform: rotate(180deg);
        margin-top: -5px;
    }

    .re-sub-menu {
        display: none;
        background: #f4eaeb !important;
    }

    .re-menu.active .re-sub-menu {
        display: block;
        margin: 15px -35px -18px -35px;
        padding: 5px 25px 10px 25px;
    }

    .re-hide {
        display: none;
    }

    .re-show {
        display: block;
    }

    .re-show-inline {
        display: inline-block;
    }

    .hb-text-box {
        height: 300px;
    }

    .card-area {
        margin: 10px -15px 0 -15px !important;
    }

    .why-glostudy-area .card-area {
        height: 100%;
        padding: 10px 0;
        margin: 10px -15px 0 -15px !important;
        min-height: 0;
    }

    .why-glostudy-area .card-area img {
        padding: 0 0 10px 0;
    }

    .why-glostudy-area .card-area h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .slogan {
        padding-bottom: 50px;
    }

    .trusted-img-area img{
        height: 40px;
        margin: 5px;
    }

    .t-img-left, .t-img-right {
        text-align: center;
    }

    .dashboard-left {
        margin: 0;
        width: 70%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 1200;
    }

    .dashboard-left.re-active {
        left: 0;
    }

    .dashboard-right {
        width: 100%;
        padding-top: 80px;
    }

    .dashboard-top-bar {
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 60px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    }

    .dashboard-area {
        background: #F2F2F2;
        height: 100%;
        padding-top: 85px;
    }

    .dashboard-right-main-area {
        padding-bottom: 35px;
    }

    .dashboard-right-main-area .p-3 {
        padding: 0 1rem !important;
    }

    .application-box {
        padding: 20px 5px;
    }

    .application-box a.btn-learn-more {
        font-size: 12px;
        padding: 5px 8px;
    }

    .q-pop-up {
        position: absolute;
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
    }

    .q-pop-up.small {
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
    }

    .q-pop-up-top-bar {
        text-align: center;
    }

    .q-pop-up-top-bar img {
        width: 120px;
    }

    .q-pop-up .profile-left {
        padding: 0;
    }

    .q-pop-up .profile-right {
        padding: 0;
        border-left: none;
    }

    .schools-banner {
        margin-top: -20px;
        height: 150px;
    }

    .school-right-box.mtop {
        margin-top: -25px;
    }

    #school-part1, #school-part2, #school-part3, #school-part4 {
        margin: 0 0 0 0;
        padding: 60px 0 0 0;
    }

    a.upload-documents {
        margin: 10px 0;
    }

}

@media screen and (max-width: 1024px) {

    .for-student-area-content {
        margin: 0 15px;
    }

    .home.for-student-area h2 {
        margin-left: 0;
        margin-right: 15px;
    }
    .for-student-area h2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .for-student-area {
        margin: 0 -15px;
    }

    .slogan h1, .trusted-by-area h2 {
        line-height: 35px !important;
    }

    .slogan p {
        font-size: 15px;
    }

    .blog-box-img {
        height: 350px;
    }

    .spacing-bar {
        height: 25px;
    }

    .slogan {
        min-height: 0;
    }

    .swiper-pagination {
        bottom: 40px !important;
    }

    .footer ul li {
        margin: 5px 0 5px 0;
    }

    .screen-cap-box-left {
        position: relative;
        height: auto;
        text-align: center;
    }

    .screen-cap-box-left img {
        position: relative;
        max-width: 100%;
    }

    .screen-cap-box-right {
        position: relative;
        height: auto;
        text-align: center;
    }

    .screen-cap-box-right img {
        position: relative;
        max-width: 100%;
    }

    .grey-layer .text-area{
        position: absolute;
        bottom: 50px;
        left: 25px;
        font-size: 31px;
        color: #FFFFFF;
        text-shadow: 0 5px 7px #363636 ;
        font-weight: 500;
    }

    .homepage-banner {
        height: 300px;
    }

    .homepage-banner .homepage-banner-text {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 31px;
        color: #FFFFFF;
        text-shadow: 0 5px 7px #363636;
        font-weight: 500;
        z-index: 20;
    }

    .subpage-banner .subpage-banner-text h2 {
        font-size: 31px;
    }

    .subpage-banner .subpage-banner-text {
        margin: 50px -10px 0 -10px;
    }

    .header-menu a:hover, .header-menu a.active {
        border-bottom: transparent 3px solid;
    }

    a.btn-learn-more {
        min-width: 0;
    }

    .snp-box-img {
        height: 150px;
    }

    .snp-box .text-right {
        text-align: left !important;
    }

    .snp-box .text-right img {
        width: 20px;
        margin: 5px 0;
    }

    .student-reason-box h4 {
        text-align: center;
    }

    .meet-the-team {
        text-align: left !important;
    }

}

@media screen and (max-width: 991px) {

    .header {
        display: none !important;
    }

    .res-header {
        display: block !important;
    }

    .copy-right-area {
        text-align: center !important;
        padding: 5px 0 15px 0;
    }

    .copy-right-area .text-right {
        text-align: center !important;
        margin-top: 15px;
    }

    .meet-the-team .text-right {
        text-align: center !important;
    }

    .cs-icon-box {
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 200px;
        box-shadow: 0 2px 8px #ccc;
        top: -30px;
        z-index: 100;
        margin: auto;
        background: #fff;
        text-align: center;
    }

    .cs-icon-box img {
        width: 40px;
        position: relative;
        z-index: 20;
        top: 20px;
    }


    .cs-icon-box .cs-icon-white-block {
        position: absolute;
        width: 110%;
        height: 60px;
        left: -5%;
        bottom: -10px;
        background: #fff;
    }

    .cs-box-text {
        top: -25px;
    }

    a.tags {
        font-size: 12px;
    }

    .blog-box {
        box-shadow: 0 2px 8px #ccc;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease 0s;
        border: solid 1px #ddd;
        width: 100%;
        margin: 25px 0 0 0;
    }

    .blog-box .p-3 {
        padding: 10px !important;
    }

    .subpage-content.cs-area {
        margin-top: -450px;
    }

    .login-left {
        display: none;
    }

    .login-right .m-5 {
        margin: 10px !important;
    }

    .login-box .p-5 {
        padding: 20px !important;
    }

    .div-table-row img.u-img {
        max-width: 120px;
        margin: 15px 0 5px 0;
    }

    .how-it-works .step {
        margin-top: 15px;
    }

}


@media screen and (max-width: 540px) {

    .res-header .header-side-menu {
        padding: 10px 0 10px 15px;
    }

    .swiper-pagination {
        bottom: 35px !important;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 21px;
    }

    .grey-layer .text-area{
        font-size: 19px;
    }

    .homepage-banner {
        height: 200px;
    }

    .homepage-banner .homepage-banner-text {
        font-size: 30px;
    }

    .subpage-banner .subpage-banner-text h2 {
        font-size: 30px;
    }

    .subpage-banner .subpage-banner-text {
        margin-top: 25px;
    }

    .slogan-area .slogan h1 p{
        font-size: 23px;
    }

}
