#mega-menu-view {
    position: absolute;
    /*top: 0;*/
    background-color: #fff;
    z-index: 9999;
}
.mm-main-heading {
    font-family: Abril Display;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #887056;
    text-align: center;
}

.mm-small-text {
    font-family: Open Sans;
     font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #887056;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.mm-main-heading.active{
    font-family: Abril Display;
    /*font-size: 1.5rem;*/
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #E22726;
    text-align: center;
}
.mm-content{
    display: flex;
    justify-content: center;
}


.mg-hr {
    width: 25%;
    background:rgb(33, 37, 41)
}

.web-nav-link.active {
    position: relative;
    /* color: #E22726; */
    a{
        color: #E22726;
    }
}
.web-nav-link.active::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 2%;
    margin-left: 15%;
    background-color: #E22726;
    border-radius: 25px;
    height: 5px;
    width: 70%;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-family: Abril Display;
    padding: 10px 0 5px 0;
    /* font-size: 16px; */
    color: #2c3743;
}

.color-control{
    background: none;
    box-shadow: none;
    color: #aa9987;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    padding: 10px;
}
.color-control:hover{
    background: none;
}
.color-control:focus{
    background: none;
    box-shadow: none;
}
