footer .footer-middle .main-area {
    border-bottom: 1px solid var(--mid-grey);
    padding: 60px 0px 45px;

}
footer .main_logo {
    max-width: 125px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 36%;
}
footer .footer.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
footer .footer.menu li {
    padding-right: 45px;
}
footer .footer.menu li:last-of-type {
    padding-right: 0px;
}
footer .footer.menu li a {
    text-decoration: none;
    color: var(--off-black);
    font-size: 18px;
    font-weight: var(--figtree-semibold);
}
footer .footer-bottom {
    padding: 40px 0px;
}
footer .footer-bottom * {
    color: var(--off-black);
    font-size: 14px;
}
footer a.button.link-button.social {
    border-radius: var(--global-border-radius);
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
footer a.button.link-button.social:hover {
    background: var(--mid-grey);
}
footer a.button.link-button.social:last-of-type {
    margin-right: 0px;
}
footer a.button.link-button.social > img {
    max-width: 20px;
    max-height: 20px;
}
footer a.button.link-button.social:last-of-type > img {
    max-width: 25px;
    max-height: 25px;
    width: 25px;
}
footer .social-icons {
    text-align: right;
}
.postid-807 .fixed-buttons-single-block {
    display: none;
}
footer .footer.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
footer .footer-bottom .policy-links a {
    text-decoration: none;
}
footer .footer-bottom .policy-links a:first-of-type {
    margin-right: 30px;
}
footer .footer.menu li a:hover,
footer .footer-bottom a:hover {
    color: var(--labour-red);
    transition: ease 0.3s;
}

/* Modal */
#firstLoadModal::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
#firstLoadModal {
    overflow-y: scroll;
}
#firstLoadModal .modal-dialog {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
#firstLoadModal .modal-content {
    padding: 60px;
    border: 0px;
    border-radius: 0px;
    max-height: 90vh;
    overflow: auto;
}
#firstLoadModal .modal-header, #firstLoadModal .modal-footer {
    padding: 0px;
}
#firstLoadModal .modal-body {
    padding: 90px 0px;
    text-align: center;
    max-width: 74.3%;
    margin: 0 auto;
}
#firstLoadModal .modal-header {
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}
#firstLoadModal .modal-footer {
    border-top: 1px solid #999999;
    padding-top: 20px;
}
#firstLoadModal .close {
    opacity: 1;
    font-size: 1.8rem;
    background-image: url(../assets/close-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    width: 18px;
    height: 18px;
    margin: 0px;
}
@media(max-width: 1199.98px){
    footer .footer.menu li {
        padding-right: 25px;
    }
    footer .footer.menu li a {
        font-size: 20px;
    }
    footer a.button.link-button.social {
        width: 30px;
        height: 30px;
    }
    footer a.button.link-button.social > img {
        max-width: 15px;
        max-height: 15px;
    }
    footer a.button.link-button.social:last-of-type > img {
        max-width: 20px;
        max-height: 20px;
        width: 20px;
    }
}
@media(max-width: 991.98px){
    footer a.button.link-button.social {
        height: 40px;
        width: 40px;
    }
    footer a.button.link-button.social > img {
        max-height: 20px;
        max-width: 20px;
    }
    footer .main_logo {
        margin-bottom: 15px;
    }
    footer .footer-middle .main-area {
        padding: 60px 0px 30px;
    }
    #firstLoadModal .modal-content {
        padding: 30px;
    }
}
@media(max-width: 767.98px){
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }
    footer .footer-bottom {
        padding: 30px 0px;
    }
    footer .footer-bottom .row.align-items-center * {
        text-align: center!important;
    }
    footer .main_logo {
        margin: 0 auto 30px;
    }
    footer .footer.menu {
        margin-bottom: 30px;
    }
    footer .footer-bottom .row.align-items-center div:first-of-type {
        order: 3;
    }
    footer .footer-bottom .social-icons {
        order: 1;
        margin-bottom: 15px;
    }
    footer .footer-bottom .policy-links {
        order: 2;
        margin-bottom: 15px;
    }
    footer .footer-bottom .policy-links a:first-of-type {
        margin-right: 15px;
    }
    footer .footer.menu ul {
        display: block;
    }
    footer .footer.menu li {
        width: 100%;
        text-align: center;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    footer .footer.menu li:last-of-type {
        margin-bottom: 0px;
    }
    #firstLoadModal .modal-body {
        padding: 45px 0px;
    }
    #firstLoadModal .modal-body {
        max-width: calc(100% - 45px);
    }
    #firstLoadModal .modal-dialog-centered {
        min-height: auto;
        margin-top: 80px;
    }
}
@media(max-width: 575.98px){
    footer .footer.menu {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .footer.menu li {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer.menu li a {
        font-size: 17px;
    }
}