#nav-icon3 {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    transform: scaleX(-1);
    transition: transform 0.5s ease-in-out;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    background: rgb(5, 50, 91);
    border-radius: 2px;
    left: 0;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    width: 100%;
    top: 0;
}

#nav-icon3 span:nth-child(2) {
    width: 100%;
    top: 10px;
}

#nav-icon3 span:nth-child(3) {
    width: 100%;
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    width: 100%;
    top: 20px;
}

/* Animation to 'X' shape */
#nav-icon3.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

#nav-icon3.open span:nth-child(2) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(3) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(4) {
    transform: translateY(-10px) rotate(-45deg);
}


.sd-menu-level-two .sd-menu-level-two {
    padding-top: 0;
}

.sd-menu-language-chevron-icon {
    content: url(https://cdn.opptylab.com/hg/assets/down-chevron.svg);
    position: relative;
    display: inline-block;
    margin-left: 12px;
    transform-origin: center;
    width: 13px;
    height: 8px;
    transform: rotate(0deg) translateY(0);
    transition: transform 0.3sease-out;
}

.pq-header-search-inner-wrapper {
    cursor: pointer;
}

/* ::fbs::2692d491f13507d10a8f50f737f22b0917d181d7:: */