.mobile_header{
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.129);
    .mobile_header_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 55px;
        .mobile_heade_left{
            .mob_logo{
                a{
                    img{
                        height: 20px;
                        width: auto;
                        object-fit: contain;
                    }
                }
            }
        }
        .hamberger_icon{
            padding: 10px;
            i{
                font-size: 24px; 
                color: $black;
               }
        }
    }
}
.offcan_logo{
    img{
        height: 18px;
        width: 100%;
        object-fit: contain;
    }
}
.offcanvas-body{
    .nav_list{
        padding-top: 20px;
        padding-left: 10px;
        li{
            padding: 5px 0;
            a{
                font-size: 16px;
                font-weight: 400;
                color: #424040;
                padding: 5px 10px;
                &:hover{
                    background-color: #f3f3f3;
                }
            }
        }
        .droppper{
            .sub_down{
                padding-left: 20px;
                li{
                    padding: 3px 0;
                    a{
                        font-size: 14px;
                    }
                }
            }
        }
    }
}


.offcanvas-start {
    width: 240px;
}