.menu-large {
    position: static !important
}

.megamenu {
    padding: 20px 20px;
    width: 100%
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0
}

.megamenu>div>li>ul>li {
    list-style: none
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: 0 0
}

.megamenu>div>li>ul>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.megamenu.disabled>a,
.megamenu.disabled>a:focus,
.megamenu.disabled>a:hover {
    color: #999
}

.megamenu.disabled>a:focus,
.megamenu.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px
}

@media (max-width:768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0
    }
    .megamenu>li {
        margin-bottom: 30px
    }
    .megamenu>li:last-child {
        margin-bottom: 0
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff
    }
}

.imgIconService {
    border-radius: 100px;
    margin: auto 0
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgba(0, 0, 0, .1)
}

#navbar>div>div>div>div>ul>li.dropdown.menu-large.nav-item>ul>div>li>ul>li>a>div>div>h6 {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100 !important;
    letter-spacing: 0
}