@media (max-width: 700px) {
    *, *:before, *:after {
        box-sizing: border-box;
    }

    body.responsive, .responsive .home-tb .home-tr, body.responsive .wrapper {
        width: 100%;
    }

    .responsive .home-tb .home-tr > td {
        width: 100% !important;
    }

    .responsive table, .responsive .home-tb tr, .responsive .home-tb, .responsive .home-tb td, .responsive .home-tb th {
        display: block;
    }

    .style14.responsive-sidebar, .sidebar.responsive-sidebar {
        background-color: #f1ece6;
        background-image: none !important;
    }

    .home-tb .maintext {
        background: none !important;
    }

    .home-thead {
        display: grid;
    }

    .home-thead > tr {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .home-thead > tr .navigation a {
        line-height: 40px;
    }

    .search-field, .search-field > tbody, .search-field > tbody > tr {
        display: block;
        width: 100%;
    }

    .search-field .search-form {
        display: flex;
        flex-direction: column;
    }

    .search-field .search-form .submit-button {
        margin-top: 5px;
    }

    .home-navigation-ul {
        display: block;
        margin: 0;
        padding: 0;
    }

    .home-navigation-ul > li, .home-navigation-ul > li > h5 {
        display: inline-block;
    }

    .home-navigation-ul > li h5 {
        margin: 0;
        margin-bottom: 10px;
    }

    .home-navigation-ul > li a {
        background-image: url('./images/bullet.gif');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
    }

    .home-navigation-ul > li:not(:last-child) {
        margin-right: 10px;
    }

    .footerleft, .footerright {
        background-image: none;
    }

    .footerleft {
        margin-top: 50px;
        height: auto !important;
        width: auto !important;
    }
}