.hustle-ui.module_id_1 button.hustle-button-close {
    color: #000 !important;
    background: #fff !important;
}

.hustle-ui .hustle-info, .hustle-ui .hustle-info * {
  margin: 0px !important;
}

.hustle-ui.module_id_1 .hustle-layout .hustle-content, .hustle-ui.module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {
    padding: 0px !important;
}

.bk-page-bg, .pg-footer {
    background-image: none !important;
    background: #fffdf6;
}

@media (min-width: 1200px) {
    .bk-header .logo-bk img {
        width: 250px !important;
    }
}

.bk-header .phone-bk.small-phone-bk {
    font-size: 1.6rem;
}

@media (max-width: 1199px) {
.bk-menu-nav nav ul li.active button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.7rem;
}
}

@media (min-width: 1200px) {
.menu-item-114 ul:after, .menu-item-113 ul:after {
   display: none !important;
}

.menu-item-114:hover .sub-menu, .menu-item-113:hover .sub-menu {
    display: inherit !important;
    left: 196px;
    top: -10px;
    opacity: 1 !important;
    transition: 2s !important;
}

.menu-item-114 .sub-menu, .menu-item-113 .sub-menu {
display: none !important;
    transition: .9s !important;
}
}