.top_part{
    position: fixed;
    z-index: 111;
    width: 100%;
    height: auto;
    padding: 15px 0px 0px;
    background: #fff;
    /*color: #fff;*/
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0px 1px #dee2e6;
}
.overlay5 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #f7345b;
    background: linear-gradient(-45deg,#5f5ea5, #eddfd2);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}
.overlay5 .closebtn {
    position: absolute;
    top: 20px;
    right: -25px !important;
    right: 15px !important;
    font-size: 30px;
    border: 0;
}
.overlay5 a {
    padding: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.3s;
    /* text-align: right; */
    /* padding-right: 50px; */
    padding-right: 0px;
    line-height: 7px;
    text-align: left;
    /* left: 10px; */
    /* border-bottom: 1px solid #fff; */
}
.overlay-content5 {
    /*position: relative;*/
    /*top: 8%;*/
    width: 100%;
    /* margin-left: -40px; */
}
.home2{
    background-color: #baefddbf;
}
/*------------footer menu-------------*/
.bottom-menu-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 350;*/
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* -webkit-overflow-scrolling: touch; */
    /* padding: 5px; */
    width: 100% height: auto;
    background-color: #baefdd;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
}
.bottom-menu-bar a {
    color: #000;
    text-align: center;
}
.bottom-menu-bar p {
    font-size: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}
.bottom-inner-menu {
    width: 100%;
    height: auto;
    padding: 5px;
}