header {
    transition: 0.4s all ease-in-out;
    background: #fff;
}

/* 
.submenu-open{
    overflow: hidden;
} */

header.scrolled {
    box-shadow: 0 0px 8px #171717;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    max-width: 100%;
    transition: 0.4s all ease-in-out;
}

header .menu-cards {
    display: flex;
    position: absolute;
    right: 30px;
    width: 900px;
    z-index: 20;
    gap: 30px;
    top: 30px;
    flex-wrap: wrap;
    justify-content: end;
}

header .menu-cards .menu-card-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 24px;
    object-position: top;
}

header .header-bottom .menu-items-desktop .menu-item .sub-menu li .menu-cards a.menu-card-wrap {
    display: flex;
    flex-direction: column;
    width: 48%;
    text-decoration: none;
    gap: 20px;
    padding: 20px !important;
    background-color: #f5f5f5 !important;
    border-radius: 24px !important;
    border: none !important;
}

header .header-bottom .menu-cards a.menu-card-wrap .menu-card-title {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #595959;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header .header-bottom .menu-cards a.menu-card-wrap .menu-card-desc {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #595959;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header .data-lineage-desktop {
    display: none;
}

.header .request-demo-desktop {
    display: none;
}

.anchor-location-body .header .header-menu-wrap ul.menu {
    display: none;
}

.anchor-location-body .header .searchbar-sec {
    border: none;
}

.anchor-location-body .header.scrolled .header-wrp {
    padding-bottom: 0;
}

.header-wrp {
    padding: 20px 0;
}

.header .header-wrp {
    display: flex;
    align-items: center;
    transition: 0.4s ease-in-out;
    flex-direction: column;
}

.mini-header {
    position: relative;
    padding: 0 30px;
}

.header .container {
    max-width: 1575px;
    width: 100%;
}

.header .search-icon-header img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-left: 10px;
}

.header .search-icon-header {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header .header-parent-wrap {
    width: 13%;
}

.header .header-parent-wrap img {
    height: auto;
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
}

.header .header-button-wrap a.headerbutton2 {
    background-color: #11182A;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 08px 35px 08px 35px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100px 100px 100px 100px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    max-width: fit-content;
    width: 100%;
}

.header .header-button-wrap a.headerbutton2:hover {
    background: #099BDD;
}

.header .header-button-wrap a.headerbutton1 {
    text-decoration: none;
    font-size: 20px;
    color: #595959;
    font-weight: 500;
    line-height: normal;
    max-width: fit-content;
    width: 100%;
    padding: 4px 15px 4px 15px;
    font-family: "Lato", serif;
    transition: 0.3s ease-in-out;
    border-radius: 24px;
}

.header .header-button-wrap a.headerbutton1:hover {
    background-color: #e6e6e6;
}

.header .header-button-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.header .header-menu-wrap {
    width: 51%;
    padding: 0 30px;
}

.header .header-menu-wrap ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.header .header-menu-wrap ul.menu>li {
    list-style: none;
    font-family: "Lato", serif;
    padding: 4px 14px;
    padding-left: 0;
    margin-left: 10px;
    font-weight: 500;
    color: #595959;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.header .header-menu-wrap ul.menu>li:hover {
    background-color: #e6e6e6;
    border-radius: 999px;
}

.header .header-menu-wrap ul.menu>li>a {
    font-size: 18px;
    line-height: normal;
    color: #595959;
    font-weight: 500;
    text-decoration: none;
    margin: 0 16px;
    font-family: "Lato", serif;
    letter-spacing: 0.4px;
}

.header .header-menu-wrap ul.menu li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: fit-content !important;
    min-width: 333px !important;
    border: 0.5px solid #e7e7e7;
    padding: 30px;
    top: 37px;
    border-radius: 25px;
    background-color: #fff;
    font-size: 13px;
    transition: 0.3s ease-in-out;
    font-family: "Lato", serif;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 8px 10px -6px rgba(0, 0, 0, .1), 0px 10px 25px -5px rgba(0, 0, 0, .1);
}

.header .header-menu-wrap ul.sub-menu li.menu-item:not(:last-child) {
    margin-bottom: 16px;
}

.header .header-menu-wrap ul.sub-menu li.menu-item {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    font-weight: 500;
    list-style: none;
    align-items: center;
    display: flex;
    font-family: "Lato", serif;
}

.header .header-menu-wrap ul.menu>li:focus-visible {
    outline: none;
    box-shadow: none;
}

.header .header-menu-wrap ul.menu>li:focus {
    outline: none;
    box-shadow: none;
}

.header .header-menu-wrap ul.sub-menu li.menu-item:focus-visible {
    outline: none;
    box-shadow: none;
}

.header .header-menu-wrap ul.sub-menu li.menu-item:focus {
    outline: none;
    box-shadow: none;
}

.header .header-menu-wrap ul.sub-menu li.menu-item a {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    font-weight: 500;
    padding: 8px 20px;
    font-family: "Lato", serif;
}

.header .header-menu-wrap ul.sub-menu li.menu-item a {
    text-decoration: none;
    width: 100%;
    display: flex;
    transition: 0.3s ease-in-out;
}

.header .header-menu-wrap ul.sub-menu li.menu-item a:hover {
    background-color: #e6e6e6;
    border-radius: 999px;
}

.header .header-menu-wrap .menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.toggle-open-icon {
    display: none;
    width: 32px;
    height: 32px;
}

.toggle-open-icon svg,
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-toggle-close {
    display: none;
    width: 32px;
    height: 32px;
}

.menu-toggle-close svg,
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icons-wrp.active .toggle-open-icon {
    display: none;
}

.icons-wrp.active .menu-toggle-close {
    display: block;
}

.header .menu .menu-item-has-children:hover::after {
    transform: rotate(180deg);
    transition: 0.3 ease-in-out;
}

.header .icons-wrp {
    display: none;
}

.header .menu-items-mobile {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 100px;
    max-height: var(--menu-height);
    height: 100vh;
    background-color: #fff;
    font-size: 13px;
    font-family: "Lato", serif;
    z-index: 99;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: 0.3s ease-in-out;
}

.header .menu-items-mobile .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 64px 16px 128px;
}

.header .menu-items-mobile .menu>li {
    list-style: none;
    max-width: calc((100% - 80px) / 5);
    width: 100%;
}

.header .menu-items-mobile .menu li.menu-item-has-children::after {
    display: none;
}

.header .menu-items-mobile .menu li a {
    text-decoration: none;
    display: block;
}

.header .menu-items-mobile .menu .sub-menu {
    padding: 0;
}

.header .menu-items-mobile .menu .sub-menu li {
    list-style: none;
    font-family: "Lato", serif;
}

.header .menu-items-mobile .menu .sub-menu li .menu-image {
    display: none;
}

.header .menu-items-mobile .menu li {
    list-style: none;
    font-family: "Lato", serif;

}

.header .menu-items-mobile .menu .sub-menu li a {
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75rem;
    background: transparent;
    padding: 2px 0px;
    color: #595959;
    font-family: "Lato", serif;
    font-weight: 500;
}

.header .menu-items-mobile .menu li a {
    text-decoration: none;
    font-family: "Lato", serif;
    color: #6c6d6d;
    background-color: transparent;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background: transparent;
    font-weight: 400;
}

.header .searchbar-sec .search-box {
    opacity: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    height: 0;
}

.header .searchbar-sec {
    border-left: 1px solid #000;
    padding-left: 30px;
}

.header li.mobile-menu-demo.mobile-demo-1 {
    max-width: 450px !important;
    width: 100%;
}

.header li.mobile-menu-demo.mobile-demo-2 {
    max-width: 260px !important;
    width: 100% !important;
}

.header li.mobile-menu-demo.mobile-demo-2 a {
    display: flex !important;
    color: #fff !important;
    padding: 0.5rem 2rem !important;
    background: #11182A !important;
    width: auto !important;
    border-radius: 100px !important;
    font-size: 1rem !important;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Lato", serif !important;
}

.header .header-menu-wrap.active {
    width: 26%;
    height: 0;
}

.header .header-menu-wrap.active ul.menu {
    opacity: 0;
    visibility: hidden;
}

.header .search-icon-header.active .search-box {
    opacity: 1;
    visibility: visible;
    width: 315px;
    height: 100%;
}

.header .search-icon-header .searchbar-sec {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .search-icon-header.active {
    width: 27%;
}

.header .searchbar-sec .search-box form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .searchbar-sec .search-box form input {
    height: 40px;
    font-size: 100%;
    border: 0px;
    border-radius: 100px !important;
    color: #aadcf4 !important;
    background: #11182a !important;
    padding: 8px 20px !important;
    min-height: auto !important;
    transition: 0.5s ease-in-out;
    width: 100%;
    font-family: "Lato", serif !important;
}

.header .searchbar-sec .search-box form input::placeholder {
    color: #aadcf4 !important;
}

.header .searchbar-sec .search-box form button {
    background-image: url(../images/search-icon.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 30px;
    font-size: 0px !important;
    background-color: transparent !important;
    border: 0px;
    padding: 15px;
    background-size: 27px !important;
    background-position: left center !important;
}

.unique-search {
    display: flex;
    background-image: url(../images/search-icon.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.search-icon-header.active .unique-search {
    background-image: url(../images/searchclose.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(189, 204, 212);
    width: 100%;
}

.header .header-top .header-logo {
    width: 15%;
}

.header .header-top .header-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.data-lineage a {
    text-decoration: none;
    font-size: 18px;
    color: #595959;
    font-weight: 500;
    line-height: normal;
    max-width: fit-content;
    width: 100%;
    padding: 4px 15px 4px 15px;
    font-family: "Lato", serif;
    transition: 0.3s ease-in-out;
    border-radius: 24px;
}

.request-demo a {
    background-color: #11182A;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 08px 35px 08px 35px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100px 100px 100px 100px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    margin: 10px 0;
    max-width: fit-content;
    width: 100%;
}

.header .header-bottom {
    padding-top: 20px;
    width: 100%;
}

.header .header-bottom .menu-items-desktop .sub-menu {
    position: absolute;
    width: 100%;
    padding: 30px;
    right: 0;
    height: 550px;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    left: 0;
    top: 50px;
    z-index: 10;
    margin: 0px auto;
    box-shadow: 0 0px 8px #171717;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu li.updated_item a {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    color: #171717;
    padding: 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #000;
    border-radius: unset !important;
    transition: 0.3s ease-in-out;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu li.updated_item a:hover {
    background-color: transparent !important;
}

.header .header-bottom .menu-items-desktop .sub-menu li.updated_item .menu-card-wrap {
    border: none;
}

.header .header-bottom .menu-item .menu-items-desktop .sub-menu li.updated_item a {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.header .header-bottom .menu-items-desktop .sub-menu::-webkit-scrollbar {
    width: 10px;
    border-radius: 24px;
}

/* Track */
.header .header-bottom .menu-items-desktop .sub-menu::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 24px;
}

/* Handle */
.header .header-bottom .menu-items-desktop .sub-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 24px;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header .header-bottom .menu-wrapper .menu {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0;
    padding: 0;
    position: relative;
}

.header .header-bottom .menu-wrapper .menu li {
    list-style: none;
    cursor: pointer;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li.updated_item>a{
    position: relative;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li.updated_item>a::after{
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewBox='0 0 24 24' fill='none'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H17.5858L12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289Z' fill='%23171717'/%3E%3C/g%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0;
    background-repeat: no-repeat;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li.updated_item a {
    background-color: unset !important;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li {
    max-width: 400px;
    width: 100%;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li.current-menu-item a {
    background-color: #00000020;
}

.header .header-bottom .menu-wrapper .menu li>a {
    text-decoration: none;
    font-size: 22px;
    line-height: normal;
    color: #595959;
    font-weight: 500;
    text-decoration: none;
    font-family: "Lato", serif;
    letter-spacing: 0.4px;
    position: relative;
    padding-bottom: 2px;
}

.header .header-bottom .menu-wrapper .menu>li>a:hover::after {
    transform: scale(1, 1);
}

.header .header-bottom .menu-wrapper .menu>li>a::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #184284;
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: 0.3s ease-in-out;
}

.header .header-bottom .menu-wrapper .menu>li>a.menu-hover::after {
    transform: scale(1, 1);
}

.header .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header .header-top .search .search-icon {
    display: flex;
    background-image: url(../images/search-icon.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.header .header-top .search {
    position: relative;

}

.header .header-top .search.active-search .search-icon-header {
    opacity: 1;
    visibility: visible;
}

.header .header-top .search-box {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.header .header-top .search .search-icon-header {
    position: absolute;
    padding: 25px;
    top: 50px;
    background-color: #fff;
    box-shadow: 0 0px 4px #171717;
    width: 400px;
    border-radius: 24px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.header .header-top .search .search-icon-header .searchbar-sec {
    border: none;
    padding-left: 0;
    flex-direction: column;
    width: 100%;
}

.searchbar-sec .starting-point {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.searchbar-sec .starting-point span {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #595959;
    margin: 0;
}

.starting-point .suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.starting-point .suggestions p {
    font-size: 16px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
    transition: 0.3s all ease-in-out;
}

.starting-point .suggestions .sug {
    max-width: calc((100% - 16px) / 2);
    width: 100%;
}

.starting-point .suggestions .sug a {
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    display: flex;
}

.starting-point .suggestions .sug a p:hover {
    color: #15395b;
}

.menu-hidden-btns {
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    gap: 24px;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active li>a {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: start;
    align-items: center;
    transition: 0.3s ease-in-out;
    padding: 10px;
    border-radius: 24px;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active li>a:hover {
    background-color: #00000020;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active li>a span.menu-image-title-after {
    padding-left: 0;
    font-size: 22px;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.header .header-bottom .menu-items-desktop .menu-item .sub-menu.active li a .menu-image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


@media(max-width:1700px) {
    .header .container {
        max-width: 100%;
        width: 100%;
        margin: 0px auto;
        padding: 0 20px;
    }
}

@media(max-width:1640px) {
    .mini-header {
        padding: 0;
    }

    .header .header-menu-wrap {
        padding: 0 15px;
    }

    .header .searchbar-sec {
        padding-left: 30px;
    }

    .header .header-button-wrap {
        gap: 40px;
    }
}

@media(max-width:1600px) {

    .mini-header {
        padding: 0;
    }
}

@media(max-width:1440px) {
    .header .header-menu-wrap ul.menu>li>a {
        font-size: 16px;
        margin: 0 6px;
    }

    .header .searchbar-sec {
        padding-left: 20px;
    }

    .header .container {
        padding: 0 40px;
    }

    .header .header-button-wrap {
        gap: 10px;
    }

    .header .header-button-wrap a.headerbutton1 {
        font-size: 16px;
    }

    .header .menu .menu-item-has-children::after {
        top: 12px;
        right: 4px;
    }

    header .menu-cards {
        width: 750px;
    }

    header .menu-cards .menu-card-image img {
        height: 250px;
    }
}

@media(max-width:1340px) {
    .header .header-menu-wrap {
        padding: 0 15px;
    }

    .header .header-bottom .menu-items-desktop .menu-item .sub-menu.active>li {
        max-width: 330px;
        width: 100%;
    }
}

@media(max-width:1280px) {
    .header .header-parent-wrap {
        width: 28%;
    }

    .header-menu-wrap {
        opacity: 1;
        visibility: hidden;
    }

    .header .toggle-open-icon {
        display: block;
    }

    .header-button-wrap a {
        display: none;
    }

    .header .header-button-wrap {
        gap: 0;
        width: 13%;
        margin: 0;
        justify-content: space-between;
    }

    .header .menu-items-mobile .menu>li {
        max-width: 100%;
    }

    .header-menu-wrap {
        display: none;
    }

    .header .icons-wrp {
        display: block;
    }

    .header .icons-wrp.active .menu-items-mobile {
        opacity: 1;
        visibility: visible;
        top: 90px;
    }

    .header .container {
        padding: 0;
    }

    .header .searchbar-sec {
        padding-left: 30px;
    }

    .header .data-lineage-desktop {
        display: flex !important;
        align-items: center;
    }

    .header .request-demo-desktop {
        display: flex !important;
        align-items: center;
    }

    .header .request-demo-desktop a {
        display: block !important;
        background-color: #11182A !important;
        font-family: "Lato", serif;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        padding: 08px 35px 08px 35px !important;
        letter-spacing: 0px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
        border-radius: 100px 100px 100px 100px !important;
        transition: all 0.3s ease-in-out !important;
        text-decoration: none !important;
        color: #fff !important;
        margin: 10px 0 !important;
        max-width: fit-content !important;
        width: 100% !important;
    }

    .mini-header {
        padding: 0 40px;
    }

    .header .menu-items-mobile .menu>li:last-child {
        display: block !important;
    }

    .header .header-bottom {
        display: none;
    }

    .header .menu-items-mobile .menu {
        flex-direction: column;
        padding: 20px 40px 128px;
    }

    .header .icons-wrp.active .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .header .header-top .header-logo {
        width: 25%;
    }

    .header .header-top .search .search-icon-header {
        right: 0;
    }
}

@media(max-width:1024px) {
    .mini-header {
        padding: 0 40px;
    }
}

@media(max-width:991px) {
    .header .header-wrp {
        justify-content: space-between;
        padding: 16px 0;
    }

    .header .menu-items-mobile {
        top: 85px;
        margin-top: 0;
    }

    .header .icons-wrp.active .menu-items-mobile {
        top: 85px;
    }
}

@media(max-width:820px) {

    .header .header-top .header-logo {
        width: 35%;
    }

    .header .menu-items-mobile .menu>li {
        max-width: 100%;
        width: 100%;
    }

    .header .menu-items-mobile .menu .sub-menu li a {
        font-size: 16px;
        line-height: normal;
        padding: 8px 20px;
    }

    .header .header-button-wrap {
        margin: 0;
    }

    .header .search-icon-header img {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .header .header-button-wrap {
        margin-right: 0;
    }

    .header .header-parent-wrap {
        width: 40%;
    }

    .header .header-button-wrap {
        width: 20%;
        justify-content: end;
        gap: 30px;
    }
}

@media(max-width:767px) {
    .header .icons-wrp.active .menu-items-mobile {
        margin: 0;
    }

    .header li.mobile-menu-demo.mobile-demo-1 {
        max-width: fit-content !important;
        width: 100%;
        margin-right: 20px;
    }

    .header li.mobile-menu-demo.mobile-demo-2 {
        max-width: fit-content !important;
        width: 100% !important;
    }

    .header .header-parent-wrap {
        width: 50%;
    }

    .header .searchbar-sec .search-box form input {
        height: 32px;
        font-size: 14px;
        padding: 6px 14px !important;
    }

    .header .search-icon-header .searchbar-sec {
        gap: 10px;
    }

    .header .searchbar-sec .search-box form {
        gap: 10px;
    }

    .header .header-button-wrap {
        margin-left: 15px;
    }

    .header .search-icon-header .searchbar-sec {
        padding-left: 20px;
    }

    .mini-header {
        padding: 0 20px;
    }

    .header .menu-items-mobile .menu {
        padding: 20px 20px 80px 20px;
    }

    .header .header-top .header-logo {
        width: 40%;
    }

    .header .header-top .search .search-icon {
        width: 24px;
        height: 24px;
    }

    .header .header-top .search.active-search .search-icon-header {
        position: fixed;
        left: 0;
        right: 0;
        margin: 0px auto;
        top: 75px;
        width: calc(100% - 40px);
    }

    .starting-point .suggestions .sug {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:567px) {
    .header .search-icon-header .search-box {
        padding-top: 6px;
        padding-bottom: 10px;
        height: 80% !important;
        top: 56px;
    }

    .header .icons-wrp.active .menu-items-mobile {
        top: 70px;
    }

    .header .header-button-wrap {
        width: 30%;
    }
}