.pll-parent-menu-item .elementskit-dropdown {
    background-color: #ffffff;
    padding: 0 !important;
    min-width: 65px !important;
}

.pll-parent-menu-item .elementskit-dropdown li a {
    padding: 15px !important;
    text-align: center;
}
#hero-slider {
    display: none !important;
}
.hero-list {
    max-width: 1200px !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
.hero-block::before {
    display: none !important;
}
.hero-list li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 5px 5px;
    color: #343B57;
    background-color: #fff;
    border: 1px solid #CFD3E2;
    border-radius: 48px;
    padding:14px;
}
.hero-list li a {
    line-height: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    font-family: "gotham-pro", Sans-serif;
}
.hero-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4B5891;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .hero-list li {
        margin: 5px;
    }
    .hero-list li::before {
        width: 10px;
        height: 10px;
    }
}


@media (max-width: 880px) {
        .hero-list li {
        margin: 3px;
    }
    .hero-list li {
    padding:12px 14px;
}
    .hero-list li a {
        font-size: 12px;
    }
    .hero-list li::before {
display:none;
    }
}
