.menu-left {
    width: 130px;
    border-right: solid 10px #f6cc04;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: white;
}

.menu-left ul {
    padding-left: 0;
    z-index: 999;
}

.menu-left ul li {
    list-style: none;
    text-align: center;
    border-bottom: solid 2px;
    z-index: 999;
}

.menu-left ul li a {
    font-weight: 900;
    font-size: 1em;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #f6cc04;
}

.menu-left ul li a i {
    font-size: 1.3em;
}

.pl-0 {
    padding-left: 0!important;
}

.more-btn {
    width: 20px;
    text-align: center;
    float: right;
}

.menu-only-mobile {
    display: none;
}

.active {
    background-color: #f6cc04!important;
}

.active a {
    color: white!important;
}

.other-gb {
    height: 200px;
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 120px;
    width: 100%;
    padding-left: 130px;
    text-align: center;
    background-image: url('/front/img/breadcumb.jpg');
    background-size: cover;
    margin-bottom:20px;
}