@media only screen and (max-width: 992px) {
    .bf-header-wrapper a.bf-primary {
        font-size: 14px;
        padding: 5px 13px;
    }
    #header-menu {
        gap: 5px
    }
    .biz-testi-card {
        left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
    .biz-hero-primary h1,
    .bf-service-fig,
    .bf-hero-wrapper a.bf-primary {
        margin-bottom: 20px;
    }
    .bf-services-list {
        height: auto;
        overflow: hidden;
    }
    ul#header-menu.expand-menu {
        overflow-y: auto;
    }
    #biz_mobile_nav:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        top: 15px;
    }
    #header-menu li.menu_item_children a {
        display: inline-block;
    }
    #header-menu li.menu_item_children a:after {
        right: -15px;
    }
    #header-menu .bf-mega-menu-items ul li a:after {
        content: "";
    }
    #header-menu li.menu_item_children:hover .ic-mega-menu {
        display: none;
    }
    #biz_mobile_nav_hide {
        display: block;
    }
    #biz_nav_items {
        display: none;
        transition: all 0.4s;
    }
    #biz_mobile_nav {
        display: block;
        height: 30px;
        width: 30px;
        border: 1px solid #f1f1f1;
        position: absolute;
        right: 15px;
        top: 14px;
        background-color: transparent;
    }
    .bf-header-wrapper a.bf-primary {
        margin-right: 42px;
    }
    #biz_nav_items {
        display: block;
        position: absolute;
        background: #fff;
        right: -100%;
        height: 100vh;
        top: 0;
        width: 300px;
        transition: all 0.4s;
    }
    ul#header-menu {
        padding-left: 0;
        padding-top: 40px;
        flex-direction: column;
    }
    #biz_nav_items.nav-show {
        right: 0;
    }
    #header-menu li a {
        color: #313131;
    }
    button#biz_mobile_nav_hide {
        border: 1px solid #333;
        background: transparent;
        border-radius: 0;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        margin-left: 15px;
        margin-top: 15px;
        transform: rotate(90deg);
        padding: 0 !important;
        border-radius: 5px;
        z-index: 1;
    }
    #biz_body_overlay.overlay-show {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    #header-menu li {
        padding-left: 15px;
    }
    #header-menu li.open .ic-mega-menu {
        padding: 10px;
        top: 30px;
    }
     #header-menu li.open .ic-mega-menu {
        display: block !important;
     }
    #header-menu li.open .ic-mega-menu .bf-mega-menu-items ul {
        flex-direction: column;
    }
    #header-menu li.open .ic-mega-menu .bf-mega-menu-items ul li {
        width: 100%;
    }
    #header-menu li.menu_item_children {
        position: relative;
    }
}