@media only screen and (min-width:768px) {
    min-width: 500px;
    position: absolute;
    z-index: 9999;
    max-height: 0;
    width: 767px !important;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    padding: 0;
    opacity: 0;
    top: 37px;
    border: none;
    left: 0;
    cursor: pointer;
    transition: opacity .25s ease 0s
}

.new-menu>li.services-dropdown:hover>ul {
    left: -130px
}

.new-menu>li:hover>ul {
    padding: 12px 0;
    border: 1px solid #ddd;
    opacity: 1;
    z-index: 10;
    border-top: 2px solid var(--theme-clr);
    background: #fff;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 100%;
    left: -130px
}

.new-menu {
    margin: 0
}

.new-menu hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.new-menu li a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .01em;
    text-transform: capitalize;
    line-height: 1.4;
    color: #000;
    text-decoration: none
}

.new-menu li a:hover {
    color: rgba(17, 17, 17, .85)
}

.new-menu>li {
    display: inline-flex;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative
}

.new-menu>li.has-sub::after {
    font-family: indotradingfonts;
    content: "\f107";
    padding-left: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;
    opacity: .6
}

.new-menu>li.has-sub:hover::before {
    transition: opacity .2s cubic-bezier(0, 0, 0, .1);
    opacity: 1;
    display: block
}

.new-menu>li>ul>li {
    float: unset;
    position: relative;
    padding: 5px 12px;
    list-style: none
}

.new-menu>li>ul>li>a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px
}

.new-menu>li>ul>li>a.menu-top-childproduk {
    margin-bottom: 104px
}

.new-menu>li>ul>li>ul>li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.new-menu>li>ul>li>ul>li:hover {
    background: #f5f5f5;
    color: #000
}

.new-menu>li>ul>li.subCat ul.sub-child-container {
    padding-left: 0;
    background: #fff;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px
}

.new-menu>li>ul>li>ul>li>a {
    color: rgba(102, 102, 102, .85);
    text-transform: capitalize;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.new-menu>li:not(.has-sub)>a::after {
    content: '';
    display: block;
    width: 0;
    margin-top: 5px;
    height: 2px;
    background: var(--theme-clr);
    transition: width .15s
}

.new-menu>li:not(.has-sub)>a:hover::after {
    width: 100%
}

ul.new-menu>li>ul::-webkit-scrollbar {
    width: .4em
}

ul.new-menu>li>ul::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px
}

ul.new-menu>li>ul::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .75)
}

ul.new-menu>li>ul::-moz-scrollbar {
    width: .4em
}

ul.new-menu>li>ul::-moz-scrollbar-thumb {
    background: #666;
    border-radius: 10px
}

ul.new-menu>li>ul::-moz-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .75)
}

ul.new-menu>li>ul::-o-scrollbar {
    width: .4em
}

ul.new-menu>li>ul::-o-scrollbar-thumb {
    background: #666;
    border-radius: 10px
}

ul.new-menu>li>ul::-o-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .75)
}