.footer_nav ul li {
    padding-bottom: 30px;
}

.footer_nav ul li a {
    display: block;
    color: #f5bc31;
    font-size: 18px;
    font-weight: 400;
}





.address_uk {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
    cursor: default;
}

.footer_email {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
}

.footer_email a {
    color: #f5bc31;

}

.footer_contact {
    width: 150px;
    height: 50px;
    line-height: 42px;
    border: 2px solid #f5bc31;
    border-radius: 5px;
    color: #f5bc31;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;

    margin: 30px auto;
}

.footer_contact:hover {
    color: #fff;
    background-color: #f5bc31;
}

.copyright_box {
    border-top: 2px solid #fff;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-top: 26px;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .header {
        width: 100%;
        height: 130px;
        background-color: #fff;
        box-shadow: 0px 0px 3px rgba(99, 99, 99, 0.1);
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 99;
        transition: all 400ms linear;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .btn {
        display: none;
    }

    .header_a {
        width: 250px;
        height: 100%;
        display: block;
        padding: 15px 0 15px 2em;
        transition: all 200ms linear;

    }

    .header_a img {
        width: 100%;
        height: 100px;
    }

    .nav {
        padding-right: 2em;
        transition: all 400ms linear;

    }

    .nav ul {
        display: flex;

    }

    .nav ul li a {
        display: block;
        color: #586d32;
        font-size: 18px;
        font-weight: 400;
        padding: 30px 15px;
        transition: all 400ms linear;
    }

    .nav ul li a:hover {
        color: #f5bc31;
    }

    .active {
        color: #f5bc31 !important;
    }

    .scroll_header {
        height: 80px;
        width: 100%;
    }

    .scroll_header .header_a {
        width: 150px;
        padding: 16px 0 16px 2em;
    }

    .scroll_header .header_a img {
        width: 100%;
        height: auto;
    }

    .address {
        color: #f5bc31;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .footer {
        width: 100%;
        height: 500px;
        background-image: url("../images/bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-top: 6px solid #f5bc31;
        padding: 40px 0px;
    }

    .footer_box {
        display: flex;
        justify-content: space-around;
    }

    .footer_logo {
        width: 240px;

    }

    .footer_logo a img {
        width: 100%;
        height: auto;
    }

    .icon {
        width: 100%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .icon img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }

    .footer_nav ul {
        width: 200px;
        list-style: disc outside;
        color: #4d4d4d;
    }

    .footer_address {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .header {
        width: 100%;
        height: 80px;
        background-color: #fff;
        box-shadow: 0px 0px 3px rgba(99, 99, 99, 0.5);
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 99;
        transition: all 400ms linear;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .btn {
        display: block;
        height: 80px;
        padding: 30px 0 30px 2em;
    }

    .btn img {
        width: 20px;
        height: auto;
    }

    .header_a {
        width: 150px;
        height: 100%;
        display: block;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_a img {
        width: 100%;
        height: auto;
    }

    .nav {
        height: 0px;
        overflow: hidden;
        width: 100%;
        transition: all 400ms linear;
        background-color: #fff;
        box-shadow: 0px 0px 3px rgba(99, 99, 99, 0.5);
    }

    .nav ul {
        width: 100%;

    }

    .nav ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 2em;
    }

    .nav ul li a {
        color: #586d32;
        font-size: 18px;
        font-weight: 400;
    }

    .nav ul li a:hover {
        color: #f5bc31;
    }

    .active {
        color: #f5bc31 !important;
    }

    .footer {
        width: 100%;
        background-image: url("../images/bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-top: 6px solid #f5bc31;
        /* padding: 40px 0px; */
    }

    .footer_box {}

    .footer_logo {
        width: 100%;

    }

    .footer_logo a {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .footer_logo a img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;

    }

    .icon {
        width: 100%;
        margin: 30px auto;
        display: flex;
        justify-content: center;
    }

    .icon img {
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }

    .footer_nav ul {
        width: 100%;
        list-style: disc outside;
        color: #4d4d4d;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .address {
        color: #f5bc31;
        font-size: 18px;
        font-weight: 700;
        margin: 20px auto;
        line-height: 24px;
    }

    .footer_address {
        width: 100%;
    }
}