#frmsearch {
    flex: 0 0 auto;
}

#MainMenoInIndexCont {
    flex: 1 1 auto;
    align-items: center;
}

@media screen and (max-width:768px) {
    #MainMenoInIndexCont {
        flex-flow: row-reverse;
        justify-content: space-between;
    }

    #tempDivInMainMeno {
        display: flex;
    }
}


@media screen and (min-width:768px) {
    #MainMenoInIndexCont {
        flex-flow: row;
    }

    #tempDivInMainMeno {
        display: none;
    }

    #btnTogglerInMainMeno {
        display: none;
    }
}
