@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width:320px) {

    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: 65px;
        margin-top: 26px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }

    .nav-link.dropdown-toggle::after {
        display: inline-block;
        float: right;
    }
}

@media (min-width:480px) {
    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: 65px;
        margin-top: 26px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }
    .nav-link.dropdown-toggle::after {
        display: inline-block;
        float: right;
    }
}

@media (min-width:600px) {
    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: 65px;
        margin-top: 26px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }
    .nav-link.dropdown-toggle::after {
        display: inline-block;
        float: right;
    }
}

@media (min-width:801px) {

    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: 65px;
        margin-top: 26px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }
    .nav-link.dropdown-toggle::after {
        display: inline-block;
        float: right;
    }
}

@media (min-width:1025px) {

    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: -15px;
        margin-top: -15px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }
    .nav-link.dropdown-toggle::after {
        display: none;
    }
}

@media (min-width:1281px) {

    .dropdown-menu.megamenu.show::after {
        content: '';
        position: absolute;
        top: 0;
        left: 27.5%;
        margin-left: -15px;
        margin-top: -15px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #eee;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        color: black;
    }
    .nav-link.dropdown-toggle::after {
        display: none;
    }
}






.navbar-dqst {
    background-color: #FFFFFF !important;
    color: black;
    padding: 0;
}

.dropdown-menu.megamenu.show {
    margin: 0 0 0;
    border-radius: 0;
    border: 1px solid #efefef;
}

.navbar-dqst>a.navbar-brand {
    padding: 0px 0;
    top: 2px;
    position: relative;
    margin-right: 4rem;
}

.navbar-nav>li>a {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #A8A8A8;
}

.dropdown-menu.megamenu {
    background: #EFEFEF;
}

.col-megamenu>h6.title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #009DC1;
}

.col-megamenu>ul>li>a {
    color: #555;
}

.li-login-register {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #374D62 !important;
}