/* footer css here */
@media screen and (min-width: 991px) {
    .page-footer .block-footer-top .collapsible:last-child .menu-ft:first-child .link-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 20px 0px;
    }
    .page-footer .block-footer-top .collapsible:first-child {
        width: 26%;
    }
    .page-footer .block-footer-top .collapsible:last-child .menu-ft:first-child {
        width: 10%;
    }
    .page-footer .block-footer-top .collapsible:last-child .menu-ft {
        width: 28%;
    }
}

.eb_contactmail{
    display: flex;
}

.page-footer .box-content .menu-ft .link-list a, .page-footer .info span, .page-footer .box-content .menu-ft .link-list span {
    font-weight: 400;
}
.page-footer .box-content .menu-ft .toggle-tab b {
    color: #333e48;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page-footer .block-footer-top .title, .page-footer .box-content .span3 b {
    font-weight: bold;
}
.page-footer .block-footer-top .collapsible:first-child .hot-number {
    font-weight: 300;
}
.page-footer .block-footer-top .collapsible:first-child .address {
    font-weight: 300;
}
.page-footer .block-footer-top .collapsible:first-child .question {
    font-weight: 100;
}

/* footer css ends here */