.no-scroll {
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
}
.overlay,
.sideMenu {
    position: fixed;
    bottom: 0
}

.overlay {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    transition: all ease 0
}

.overlay.open {
    left: 0;
    right: 0
}

.sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content: space-between;
}

.sidebarNavigation .leftNavbarToggler {
    margin-right: 10px;
    order: -1
}

.sideMenu {
    left: -100%;
    top: 0;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 100%;
    z-index: 1000;
    max-width: 80%;
    margin-bottom: 0;
    padding: 1rem;
    background: #fff;
}

.sideMenu.open {
    left: 0;
    display: block;
    overflow-y: auto
}

.sideMenu ul {
    margin: 0;
    padding: 15px
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#dismiss:hover {
    background: #fff;
    color: #7386D5;
}*/

.overlay2,
.sideMenu2 {
    position: fixed;
    bottom: 0
}

.overlay2 {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    transition: all ease 0
}

.overlay2.open {
    left: 0;
    right: 0
}

.sidebarSearch {
    margin-bottom: 0;
    z-index: 999;
    justify-content: space-between;
}

.sidebarSearch .leftNavbarToggler {
    margin-right: 10px;
    order: -1
}

.sideMenu2 {
    right: -100%;
    top: 0;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 50%;
    z-index: 1000;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: #fff;
}
.sideMenu2 .container-fluid {
    position: fixed;
    border-bottom: 1px solid #ced4da;
}
/*.sideMenu2 .list-unstyled {
    padding: 75px 0 0 0;
}*/
.sideMenu2 .media {
    border-bottom: 1px solid #ced4da;
}
.sideMenu2 .media a {
    width: 100%;
    padding: 0.75rem;
}

.sideMenu2.open {
    right: 50%;
    transform: translate(50%, 0);
    display: block;
    overflow-y: auto
}

.sideMenu2 ul {
    margin: 0;
    padding: 15px
}
#dismiss2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }

@media (max-width: 576px) {
    .sideMenu2 {     
        width: 100%;
    }
}