    body {
        background-color: #ebecec;
    }
    
    .app {
        box-shadow: 0px 0px 7px 0px #767676;
        min-height: 96vh;
        background-color: #fff;
    }
    
    .app p {
        font-size: 16px;
    }
    
    .app a,
    .list-content-head,
    .page-header h3,
    .page-header h2,
    .menu-icon {
        color: #009fe3;
    }
    
    .main-header,
    .right-side-nav,
    .footer {
        background-color: #009fe3;
    }
    
    .app,
    .main-header,
    .footer {
        /* max-width: 1200px; */
        width: 100%;
        margin: auto;
    }
    
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
    }
    
    .main-header {
        border-radius: 0;
        margin: 0;
        border-color: #009fe3;
        top: 0;
        left: auto;
        right: auto;
        bottom: auto;
    }
    
    .main-header .container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100px;
    }
    
    .navbar-brand {
        height: auto;
    }
    
    .main-header .navbar-header .navbar-brand {
        width: 200px;
        padding: 25px;
    }
    
    .main-header .navbar-header {
        flex: 1
    }
    
    .main-header .navbar-header .navbar-brand img {
        max-width: 100%;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    
    .main-header .navbar-default .navbar-nav>.active>a {
        color: #e7e7e7;
    }
    
    .navbar-default .navbar-nav>.active>a {
        color: #00aeef;
        background-color: #fff;
    }
    
    .navbar-right li {
        margin-right: 10px;
    }
    
    .menu-icon {
        height: 40px;
        width: 40px;
        padding: 0!important;
        line-height: 40px!important;
        text-align: center;
        font-size: 20px;
    }
    
    .right-side-nav {
        width: 300px;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        max-height: 100vh;
        z-index: 100;
        transform: translateX(120%);
        transition: all .3s;
    }
    
    .right-side-nav.active {
        transform: translateX(0);
    }
    
    .menubackdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 99;
        transition: background-color .3s, opacity .3s;
        opacity: 0;
    }
    
    .right-side-nav.active+.menubackdrop {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
    }
    
    .side-menu-icon {
        height: 100px;
        padding: 10px 25px;
    }
    
    .side-menu-icon img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .right-side-nav .menu-items {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .right-side-nav .menu-items li a {
        padding: 10px 25px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }
    
    .menu-items {
        border-top: 1px solid #fff;
    }
    
    .right-side-nav .menu-items li a:hover {
        text-decoration: none;
    }
    
    .menu-close-icon {
        position: absolute;
        left: -40px;
        top: 0;
        height: 100px;
        text-align: center;
        line-height: 100px
    }
    
    .menu-close-icon a {
        font-size: 34px;
        color: #00aeef;
        background-color: #fff;
        display: inline-block;
        padding: 0;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    
    .menu-close-icon a:hover {
        text-decoration: none;
    }
    
    .main {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    .page-header {
        margin: 0;
        min-height: 120px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 0;
    }
    
    .list-content-head a:hover,
    .list-content-head a:focus {
        text-decoration: none;
    }
    
    .page-header h3,
    .page-header h2 {
        margin: 0;
    }
    
    .page-header h2 {
        font-weight: 900;
        font-size: 36px;
    }
    
    .page-banner {
        margin-bottom: 35px;
    }
    
    .page-banner .banner-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .list-content-head {
        margin-top: 0;
        font-weight: bold;
    }
    
    .list {
        display: flex;
        flex-direction: row;
        flex: 1;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 2px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 7px 2px #aaa;
        padding: 10px;
    }
    
    .list-content,
    .list-image-wrapper {
        display: flex;
        flex-flow: column;
        flex: 1;
    }
    
    .list-content {
        padding-right: 20px;
    }
    
    .list-image-wrapper {
        width: 100%;
        height: 310px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-left: 20px;
    }
    
    .footer .container,
    .footer .container ul {
        height: 100%;
    }
    
    .footer .container ul {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-evenly;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .footer .container ul li a {
        color: #fff;
        font-size: 16px;
    }
    
    .footer .container ul li a:hover,
    .footer .container ul li a:focus {
        text-decoration: none;
    }
    
    .main-header .navbar-right {
        display: flex;
    }
    
    #menu2 {
        list-style-type: none;
        border-bottom: 1px solid #fff;
    }
    
    #menu2 li a {
        padding-left: 10px;
    }
    
    #menu2 li:last-child a {
        border-bottom: none;
    }
    
    .page-header {
        border-bottom: none;
    }
    
    .btn-submit {
        background-color: #009fe3;
        border-radius: 0;
        border-color: #0587be;
        padding: 5px 45px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .input2 {
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #ccc;
        margin-bottom: 5px;
        border-radius: 0;
        padding: 0;
        font-size: 16px;
    }
    
    .input2:focus {
        box-shadow: none;
        outline: none;
    }
    
    @media screen and (max-width:1023px) {
        .list-image-wrapper {
            height: 210px;
        }
    }
    
    @media screen and (max-width:600px) {
        .list-content {
            padding-right: 5px;
        }
        .app p {
            font-size: 14px;
        }
        .list-image-wrapper {
            height: 150px;
        }
        .list {
            flex-direction: column-reverse;
        }
        .list-image-wrapper {
            margin-left: 0;
        }
        .list-content {
            padding: 5px;
        }
    }