
.stellarnav .dropdown-block
{
    padding: 12px 0.5rem!important;
    font-size: 14px;
    background: white;
    text-align: center;
    color: black;
   
}
.stellarnav .dropdown-block::before
{
    display: none;
}

.drop-li
{
    cursor: pointer;
}

.dropdown-li
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: none;
    left: -43px;
    top: 56px!important;
}

.dropdown-li-2
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: none;
    left: -9px;
    top: 56px!important;
}
/* .dropdown-block
{
  
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
} */

.stellarnav .dropdown-block:hover
{
    color:white!important;
    text-decoration: none;
    background:linear-gradient(to left, #08a7dd, #00d7dd)!important;
}

.stellarnav .nav-link
{
    color: black;
}



@media only screen and (min-width: 991px)
{
.stellarnav ul{
    float: right;
}

.stellarnav .drop-li .nav-link::after
{
    content: '';
    margin-left: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid #00000000;
    border-top: 6px solid #413c3c!important;
    display: inline-block;
}
.stellarnav .dropdown-block::after
{
    display: none!important;
}


}



@media only screen and (max-width: 991px)
{
    .dropdown-li-2
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: none;
    left: 0px;
    top: 5px!important;
}


    .stellarnav .icon-plus
    {
        height: 77%!important;
    }
    .stellarnav a::before
    {
        display: none;
    }
    .stellarnav .dropdown-block
{
    padding: 18px 1.5rem;
    font-size: 12px;
    background: white;
    text-align:left;
    color: black;
   
}


    .dropdown-li
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: none;
    left: 0px;
    top: 5px!important;
}
.stellarnav .menu-toggle{

text-align: right;
    width: 20%;
    padding: 0px;
   /* margin-bottom: 34px;*/
    }

    .stellarnav{
    text-align: right;
    width: 100%;
    right: 2px;
    position: absolute;
    top: 0px;
    }

    .navbar-brand 
    {
        /*position: absolute;*/
    top: 8px;
}
}
    