.mob_header{
    .mob_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        .left_side{
            font-size: 26px;
            color: $white;
            font-weight: 500;
        }
        .right_side{
            i{
                font-size: 24px;
                color: $white;
                height: 35px;
                width: 35px;
                text-align: center;
                justify-content: 35px;
                padding-top: 3px;
               }
        }
    }
}

.offcanvas{
    .offcanvas-body{
        ul{
            li{
                padding-bottom: 16px;
                a{
                    font-size: 16px;
                    font-weight: 400;
                    color: $black;
                    &:hover{
                        color: $primaryColor;
                    }
                }
            }
        }
    }
}