    .al-menu-warp > ul.al-menu-content {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .al-menu-warp > ul.al-menu-content li {
        width: fit-content;
        padding: 24px 15px 24px 0;
    }
    
    .al-menu-warp > ul.al-menu-content li:last-child{
        padding-right: 0;
    }
    .al-menu-warp > ul.al-menu-content li:first-child{
        padding-left: 0;
    }
    .al-menu-warp > ul.al-menu-content li  .al-menu-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .al-menu-warp > ul.al-menu-content li:hover >.al-menu-link:after{
           content: "";
            display: block;
            width: 0;
            height: 0;
            border: 25px solid transparent;
            border-top-color: #101033;
            position: absolute;
            top: 50px;
            z-index: 1;
            right: 0;
            left: 0;
            margin: 0 auto;
    }
    .al-menu-warp > ul.al-menu-content li a{
        text-decoration: none;
        color:#fff;
        white-space: nowrap;
        outline: none;
        font-family: sans-serif;
        text-transform: uppercase;
        font-weight: 600;
    }
    .al-menu-warp > ul.al-menu-content li  .al-menu-link i{
        padding: 0 10px;
    }
    .al-menu-warp > ul.al-menu-content li  a:focus {
        outline: none;
    }
    .al-menu-warp > ul.al-menu-content li a:hover{
        color:#3b3bf3;
    }

    .al-menu-warp .al-menu-submenu-panel {
        position: absolute;
        width:100%;
        background: #fff;
        right: 0;
        top: 95px;
        box-shadow: 0 5px 8px #3c3c3c;
        display: none;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        padding: 20px 0 10px;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item{
        padding: 30px 25px 10px;
        border-right: 1px solid #eee;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item:last-child{
        border-right:none;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item a{
        display: block;
        text-decoration: none;
        outline: none;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item .al-menu-submenu-item-title{
        color: #000;
        font-size: 14px;
        text-transform: capitalize;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item .al-menu-submenu-item-img img{
        max-width: 80%;
        height: auto;
        margin-bottom: 20px;
        min-width: 240px;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item .al-menu-submenu-child-item{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item .al-menu-submenu-child-item>a{
        font-size: 12px;
        color:#333;
        margin-top: 3px;
        text-transform: capitalize;
    }
    .mobile-menu-button,.mobile-menu-header{
        display: none;
    }
    .custom-header-warp{
        flex-wrap: nowrap !important;
    }
    .mobile-menu-mask{
        display: none;
    }
    @media only screen and (max-width: 1200px) {
        .mobile-menu-button,.mobile-menu-header{
            display: block;
        }
        .mobile-menu-mask.show{
            display: block;
            position: fixed;
            height: 100vh;
            width: 100%;
            background: #000;
            top: 0;
            right: 0;
            opacity: 0.5;
        }
        .mobile-menu-button{
            height: 40px;
            background: transparent;
            font-size: 27px;
            outline: none;
            border: none;
            color: #fff;
        }
        .mobile-menu-button:focus{
            border: none;
            outline: none;
        }
        .mobile-menu-header{
            text-align: right;
            line-height: 48px;
            padding: 0 20px;
            color: #000;
        }
        .mobile-menu-header .close-slider-menu{
            padding: 3px 8px;
            border: 1px solid #333;
            border-radius: 3px;
            font-style: normal;
            font-weight: 600;

        }
        .al-menu-warp{
            position: fixed;
            width: 80%;
            top: 0;
            left: 0;
            height: 100vh;
            overflow-y: auto;
            background: #fff;
            display: none;
        }
        .al-menu-warp > ul.al-menu-content{
            flex-direction: column;
            padding: 0 15px ;
        }
        .al-menu-warp > ul.al-menu-content li{
            width: 100%;
            padding: 10px 0;
        }
        .al-menu-warp > ul.al-menu-content li  a{
            color: #000;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            text-transform: uppercase;
        }
        .al-menu-warp > ul.al-menu-content li:hover >.al-menu-link:after{
            display: none;
        }
        .al-menu-warp > ul.al-menu-content li .al-menu-link i{
            border: 1px solid #000;
            border-radius: 40px;
            width: 40px;
            text-align: center;
            padding: 0;
            color: #000;
            line-height: 1;
        }
        .al-menu-warp .al-menu-submenu-panel{
            position: initial;
            width: 100%;
            left: 0;
            top: 0;
            box-shadow: none;
        }
        .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section{
            flex-direction: column;

        }
        .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item{
            border: none;
        }
        .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item a.al-menu-submenu-item-img{
            display: none;
        }
        .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item{
            padding: 10px;
        }
        .al-menu-warp .al-menu-submenu-panel .al-menu-submenu-section .al-menu-submenu-item .al-menu-submenu-child-item>a{
            font-weight: 400;
        }
    }



    #sticky-header{
        padding-bottom: 0 !important;
    }
    
    
    
    /*customer home style*/
    
    .customer-image-1{
        border-color: #fafafa6e;
        border-width: 3px;
        border-radius: 8px;
        border-style: solid;
        overflow: hidden;
        position: relative;
    }
    .customer-image-1>a:before{
        content: "";
        display: block;
        width: 65px;
        height: 65px;
        background: url(https://www.aluecho.com/wp-content/themes/biz-flick/assets/images/arrow.png) no-repeat;
        bottom: 12px;
        right: 10px;
        position: absolute;
        z-index: 1;
    }
    
    .customer-image-1>a:after{
        content: "";
        display: block;
        background: var(--wp--preset--gradient--gradient-1) ;
        bottom: 0;
        left: 0;
        opacity: .2;
        position: absolute;
        right: 0;
        top: 0;
    }
    @media only screen and (max-width: 768px) {
      .custom-hero{
        overflow-x: auto;
       }
     .custom-hero>.wp-block-group{
         width: 960px;
      }
      .custom-quote-but{
          display: none !important;
      }
      
      #sticky-header{
          padding: 10px 20px !important;
          height: 65px;
      }
      #sticky-header figure.wp-block-image img{
            object-fit: contain;
            width: 120px !important;
            height: 25px !important;
      }
      #sticky-header h3.wp-block-heading{
          transform: scale(0.8) translateX(-30px);
      }
     
    }
     @media only screen and (min-width: 376px) and (max-width:1024px) {
       .tax-product_cat .wp-block-post-title{
            min-height: 51px;
        }  
     }
    
    