footer.page-footer {
    background-color: #383266;
    z-index: 1;
}

footer.page-footer p.h5.link-toggle {
    font-weight: 500 !important;
}

@media (min-width:568px){
    .page-footer .footer-content-bottom .footer-address:before {
        content: "";
        width: 100vw;
        height: 1px;
        background: white;
        position: absolute;
        top: 0;
        margin-left: calc(((100vw - 1200px)/2) * -1);
    }
    
    .page-footer .footer-content-bottom .footer-address:after {
        content: "";
        width: 100vw;
        height: 1px;
        background: white;
        position: absolute;
        top: 0;
        margin-right: calc(((100vw - 1200px)/2) * -1);
    }
}

.footer-social {
    display: block!important;
    align-items: center;
    flex-wrap: wrap;
    text-align:center;
}

.footer-social.hover-iconsocial a {
    font-size: 20px;
    display: inline-block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 500ms ease;
    backface-visibility: hidden;
}

ul#footer-content-2, ul#footer-content-3, ul#footer-content-4, ul#footer-content-5 {
    padding-left: 0!important;
}

.page-footer .footer-box .footer-link li {
    list-style: none;
}

.footer.content {
    max-width:1600px;
}

#back-top{
    z-index: 103;
}

@media (max-width: 575.98px) {
    p.h5.footer-followus-title:before {
        display: none;
    }

    ul#footer-content-2, ul#footer-content-3, ul#footer-content-4, ul#footer-content-5 {
        padding-left: 10px !important;
    }
}

div#mb-bottom-toolbar .mb-toolbar-inner .btn-group ul.menu-items{
    display:flex;
    justify-content:space-between;
}

div#mb-bottom-toolbar .mb-toolbar-inner .btn-group ul.menu-items li.btn-search {
    display: none;
}