.re-hide {
    display: block;
}

.re-show {
    display: none;
}

.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;
}

@media screen and (max-width: 1199px) {
    
    .re-hide {
        display: none;
    }

    .re-show {
        display: block;
    }
    
    .responsive-header {
        display: block;
        width: 100%;
        height: 60px;
        background: #fff;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        box-shadow: 2px 2px 8px #333;
    }
    
    .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.95);
        opacity: 1;
    }
    
    .responsive-menu ul {
        border-top: solid 1px #DA164A;
    }
    
    .responsive-menu ul li {
        border-bottom: solid 1px #DA164A;
        padding: 18px 35px;
        color: #22677C;
        font-size: 15px;
        font-weight: bold;
        position: relative;
    }
    
    .responsive-menu ul li a {
        color: #DA164A;
        display: block;
        opacity: 1;
        text-decoration: none;
    }
    
    body {
        padding: 60px 0 0 0;
        overflow-x: hidden;
    }
    
    .header {
        display: none;
    }
    
    .home-banner {
        height: 320px;
    }
    
    .white-line {
        display: none;
    }
    
    .home-map {
        min-height: auto;
    }
    
    .home-flow {
        min-height: auto;
    }
    
    .home-flow h3 {
        margin-bottom: 50px;
    }
    
    .home-flow .flow-arrow {
        margin: 25px 0;
        transform: rotate(90deg);
    }
    
    .footer .text-right {
        text-align: left !important;
        margin-top: 25px;
    }
    
    .sub-banner {
        height: 150px;
    }
    
    .sub-banner h2 {
        text-align: center;
        top: 25px;
        font-size: 29px;
    }
    
    .home-map {
        font-size: 17px;
    }
    
    .home-map h2 {
        font-size: 29px;
        color: #DA164A;
        margin: 35px 0 35px 0;
    }

}

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

    .service-box h3 {
        margin-top: 10px;
    }
    
    .cs-area h3 {
        margin: 25px 0 25px 0;
    }
    
}

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

}