.bottom-nav {
    box-shadow: 30px 20px 30px 20px #343795;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 1;
    height: 64px;
    border-top: 1px solid #ebebeb;
}
.bottom-nav-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
}

.bottom-nav-item.active {
    background-color: #fff!important;
    color: white;
}

.bottom-nav-item--title {
    margin-top: 5px;
    font-size: 10.3px;
    margin-bottom: 10px;
}
.footer-nav-middle-icon span{
    position: relative;
    bottom: 3.8em;
    right: 2.7em;
    font-size: 12px;
    font-weight: bolder;
    background: #fff;
    border-radius: 50%;
    color: #000;
    padding: 0px 5px;
}
.footer-nav-middle-icon img{
    height: 75px;
    /*margin-bottom: 15px;*/
}
.footer-nav-icon,.footer-nav-icon-custom {
    margin-bottom: -15px;
}
.footer-nav-icon-custom img{
    height: 27px;
}
.footer-nav-icon img{
    height: 35px;

}
.bottom-nav-item--title p{

}