ul#menu-header-menu-new>li a:hover {
    color: var(--blue);
}

/*double-header  */

.header-list ul {
    display: flex !important;
    flex-direction: row;
    gap: 4rem!important;
}

.header-list.right ul {
    justify-content: flex-end;
}

ul#menu-header-menu-new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

ul#menu-header-menu-new>li>a {
    color: #000;
    font-size: 18px;
    /* font-family: ""; */
    letter-spacing: 0.5px;
}
button:focus:after{
    all:unset !important
}



.cont-pad + #content {
    padding-top: 98px;
  }
div#header {
    z-index: 99;
    position: relative;
}
.header-desk.sticky-d-head{
    box-shadow: 0px 0px 0px #00000014;
    transition: box-shadow 0.2s linear;
    
}
.header-desk.sticky-d-head {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 3px 19px #00000014;
  }


/*double-header  */