.re-header {
    display: none;
}

.re-menu {
    display: none;
}

.re-show {
    display: none;
}

.re-hide {
    display: block;
}

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

    .recruit-card {
        padding: 15px;
    }

    .subpage-banner {
        height: 200px;
    }

    .subpage-banner .row {
        height: 200px;
    }

    .re-show {
        display: block;
    }

    .re-hide {
        display: none;
    }

    .re-header {
        display: block;
        padding: 0 20px 0 15px;
        background-color: rgba(255, 255, 255, 1);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 65px;
        z-index: 2000;
        border-bottom: solid 1px #ccc;
    }

    .re-header .row {
        height: 65px;
    }

    .re-header a {
        color: #fff;
        text-decoration: none;
    }

    .menu-open {
        display: inline-block;
        cursor: pointer;
    }

    .menu-close {
        display: none;
        cursor: pointer;
    }

    .re-menu {
        display: block;
        background-color: rgba(173, 19, 45, 0.97);
        width: 100%;
        height: 100%;
        padding-bottom: 200px;
        overflow-x: scroll;
        left: 0;
        top: -100%;
        z-index: 1800;
        position: fixed;
        transition: all 0.3s ease 0s;
        opacity: 0;
    }

    .re-menu.show {
        top: 65px;
        opacity: 1;
    }

    .re-menu ul {
        margin: 0;
        padding: 0;
    }

    .re-menu ul li a {
        margin: 0 !important;
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 15px;
        border-bottom: solid 1px #fff;
    }

    .re-menu a {
        color: #fff;
        text-decoration: none;
    }

    body {
        padding: 65px 0 0 0;
    }

    .top-bar {
        display: none;
    }

    .header {
        display: none;
    }

    .home-banner .swiper-slide {
        height: 400px;
        background-position: left;
    }

    .home-banner .banner-slogan {
        margin-top: 50px;
        font-size: 15px;
    }

    .home-banner .banner-slogan .slogan-text {
        /*
        background-color:rgba(255,255,255,0.88);
        padding: 15px;
        border-radius: 8px;
        margin-top: 15px;
        box-shadow: 2px 2px 4px #ccc;
        max-height: 120px;
        overflow-y: scroll;
        */
    }

    .home-banner .banner-slogan a {
        margin-top: 20px;
        width: 100%;
    }

    .upcoming-date-box {
        width: 65px;
        height: 65px;
        line-height: 18px;
    }

    .upcoming-d {
        font-size: 21px;
    }

    .upcoming-m {
        font-size: 15px;
    }

    .upcoming-ecpd {
        font-size: 21px;
        line-height: 12px;
    }

    .footer-logo {
        width: 200px;
        position: relative;
        left: 50%;
        margin-left: -100px;
    }

    .course-detail-table .bg-color-1 {
        width: 100% !important;
        display: block;
        border-right: none;
        border-bottom: 0;
        text-align: left;
    }

    .course-detail-table .bg-color-2 {
        width: 100% !important;
        display: block;
        border-left: none;
        border-bottom: 0;
        font-size: 12px;
    }

    .progress-bar-area {
        display: none;
    }

    .course-detail-table .row:last-child .bg-color-1 {
        border-bottom: none;
    }

    .course-detail-table .row:first-child .bg-color-1 {
        border-radius: 5px 5px 0 0;
    }

    .course-detail-table .row:first-child .bg-color-2 {
        border-radius: 0 0 0 0;
    }

    .course-detail-table .row:last-child .bg-color-1 {
        border-radius: 0 0 0 0;
    }

    .course-detail-table .row:last-child .bg-color-2 {
        border-radius: 0 0 5px 5px;
    }

    .application-form-area input[type="text"],
    .application-form-area input[type="email"],
    .application-form-area input[type="number"] {
        height: 40px;
    }

    .application-form-area select {
        height: 40px;
    }

    .course-detail-table .bg-color-1 {
        padding: 5px 15px;
    }

}

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

    .recommended-cpd-card {
        width: 80%;
    }

    .home-recommended-cpd .swiper-button-next {
        right: 10px !important;
    }

    .home-recommended-cpd .swiper-button-prev {
        left: 10px !important;
    }

    .footer-bar .text-right {
        text-align: left !important;
    }

    .r-cpd-card-title, .r-cpd-card-details {
        min-height: auto;
    }

}
