.htmegamenu-content-wrapper {
    width: 1200px;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: -20% !important;
    right: 0 !important;
}
.app-res-main-navigation .tmx-mega-menu > a:after {
    top: -2px;
    color: #c9ab81;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out;
}
.app-res-main-navigation .tmx-mega-menu > a{
    position: relative;
}
.app-res-main-navigation .htmegamenu-content-wrapper{
    width: 1200px;
    left: -33%!important;
}
.htmegamenu-content-wrapper {
    position: absolute;
    background: #fff;
    padding: 28px 0;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgb(40 40 40 / 8%);
    -khtml-box-shadow: 0 8px 83px rgba(40,40,40,8%);
    -moz-box-shadow: 0 8px 83px rgba(40,40,40,8%);
    -ms-box-shadow: 0 8px 83px rgba(40,40,40,8%);
    -o-box-shadow: 0 8px 83px rgba(40,40,40,8%);
    box-shadow: 0 8px 83px rgb(40 40 40 / 8%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    clip: rect(1px,1px,1px,1px);
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
.tmx-mega-menu:hover .htmegamenu-content-wrapper {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.tmx-mega-menu .dropdown-btn {
    display: none;
}
@media screen and (max-width: 991px) {
    .tmx-mega-menu {
        position: relative;
    }
    .app-res-main-navigation .tmx-mega-menu a:after {
        content: none;
    }
  .tmx-mega-menu .dropdown-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        text-align: center;
        line-height: 35px;
        background: 0 0;
        color: rgba(255,255,255,.5);
        border: 1px solid rgba(255,255,255,.5);
        border-radius: 0;
        padding: 0;
        width: 36px;
        height: 35px;
    }
    .app-res-mobile_menu_content .tmx-mega-menu .dropdown-btn {
        top: 6px;
        right: 10px;
        height: 30px;
        color: #afafaf;
        line-height: 22px;
        padding: 5px 10px;
        border: 1px solid #480b86;
    }
}