/*i have added this code for mobile menu fix*/

@media only screen and (max-width: 768px) {
 .attr-nav {
    float: left;
    /* margin-right: 70px; */
    width: 105px !important;
    margin-right: 53px !important;
}
}

@media screen and (max-width: 991px){
.navbar-toggler {
    background: #282b2d;
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
    z-index: 12399994;
    border: none;
}
/*.attr-nav {*/
/*    float: left;*/
/*    margin-right: 55px !important;*/
/*    width: 110px !important;*/
/*}*/
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 90px !important;
    right: 20px;
    z-index: 999999999;
}