.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;
                    }
                }
            }
        }
    }
}
.header{
    background-color: $white;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.129) ;
   .header_wrapper{
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: space-between;
         .logo{
            height: 40px;
            width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            img{
                height: 100%;
                width: 100%;
                object-fit: contain;
            }
         }
         ul{
            li{
                display: inline-block;
                padding-left: 14px;
                a{
                    font-size: 16px;
                    font-weight: 500;
                    color: #070707;
                    &:hover{
                        color: $primaryColor;
                    }
                }
            }
         }
   }
}

.offcanvas-start {
    width: 240px;
}