@media only screen and (max-width: 1026px) {
    .orange-block h4 {
        height: 53px;
        font-size: 1em;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.1em;
    }

    #service-h1-wrapper h1 {
        font-size: 2em !important;
    }

    .supporting-services-back {
        display: none;
    }

    .supporting-section {
        height: auto;
        margin-top: 0px;
    }

    .supporting-services-main {
        background: #eeb939;
        z-index: 2;
        color: #3b3b3b;
        display: block;
        padding: 25px;
        height: auto;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    #menu {
        position: absolute;
        left: 0px;
        top: 90px;
        z-index: 999;
        background: #fff;
        width: 100%;
        transition: opacity 0.5s ease;
        opacity: 0;
        visibility: hidden;
    }

    #mainmenu a {
        color: #333 !important;
        padding: 6px;
    }

    #menu.shown {
        opacity: 1 !important;
        visibility: visible !important;
    }

    #menu ul {
        flex-direction: column !important;
    }

    #menu ul li>ul {
        position: static !important;
        display: none !important;
        padding-top: 0px !important;
    }

    #menu ul li:hover>ul {
        opacity: 1 !important;
        display: flex !important;
    }

    #menu ul li>ul a {
        padding: 10px 5px;
        display: flex;
        background: #fff;
        color: #333;
    }

    #menu li {
        list-style: none;
        margin: 3px 10px;
    }

    #footer {
        flex-direction: column;
    }

    #footer-menu {
        flex-direction: column;
    }


}




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


    #page-header {
        background: #fff no-repeat center center;
        background-size: 100% 100%;
        height: auto;
        padding-top: 5px;
    }



    #page-header .left-header {
        display: inline-block;
        width: 100%;
        padding: 10px 0px;
        float: none;
    }

    .more-button {
        margin: 5px 25px;
    }


    iframe {
        width: 90%;

        display: block;

        margin: 0 auto;
    }


    #page-header h1 {

        padding: 5px 25px;

    }

    #page-header .right-header {
        display: block;
        width: 100%;
        float: none;
        margin-top: 15px;
    }


}