﻿.mob-item {
    display: none !important
}

.web-item {
    display: block
}

@media (max-width: 991.98px) {
    .mob-item {
        display: block !important
    }

    .web-item {
        display: none
    }

    .selected-Menu {
        background: rgba(255, 222, 218, 0.25);
    }

    .main-nav > .selected-Menu > a::before {
        content: "";
        position: absolute;
        background: #ff7f00;
        width: 2px;
        height: 40px;
        left: 9px;
        top: 65px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        opacity: 1;
    }
}
