.listing-part ul {
    padding: 0 0 0 22px;
    list-style: circle;
}

.listing-part ul li {
    margin-bottom: 4px;
}

header button.mega-close {
    right: 20px !important;
    top: 15px !important;
    left: unset !important;
}

ul.max-mega-menu li a {
    font-family: "Overpass", Sans-serif !important;
}

header.scrolled>div {
    background-color: #517743;
}

header.scrolled>div .e-con-inner {
    padding: 0;
}

header.scrolled .header-logo img {
    max-width: 40px !important;
}

header .header-logo img {
    transition: all 0.3s;
}

header .mega-toggle-block {
    margin: 0 !important;
}

header .mega-toggle-block::before {
    margin: 0 !important;
}

header:has(.secondary-menu)+div {
    margin-top: 0px;
    /* margin-top: 100px;
    margin-top: 170px; */
}

.elementor-widget-text-editor ul {
    padding: 0 0 10px 25px;
}

header ul.max-mega-menu {
    justify-content: center;
    gap: 15px;
}

.bg-fixed {
    background-attachment: fixed;
}

@media only screen and (max-width: 1440px) {
    /* header:has(.secondary-menu)+div {
        margin-top: 150px;
    } */
}

@media only screen and (max-width: 1024px) {
    header.scrolled .header-logo img {
        max-width: 35px !important;
    }

    /* header:has(.secondary-menu)+div {
        margin-top: 90px;
    } */
}

@media only screen and (max-width: 767px) {
    header.scrolled .header-logo img {
        max-width: 30px !important;
    }

    /* header:has(.secondary-menu)+div {
        margin-top: 70px;
        margin-top: 110px;
    } */
}

@media only screen and (max-width: 575px) {
    /* header:has(.secondary-menu)+div {
        margin-top: 60px;
        margin-top: 100px;
    } */
}