.sitemap { display: block!important;}

.sitemap ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    margin: 0;
    padding: 10px 20px;
}

.sitemap li {
    width: 20%;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #FE0095;
    text-decoration: none;
    cursor: pointer;
}

.sitemap a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #FE0095;
    text-decoration: none;
    cursor: pointer;
}

.sitemapdown-head.acord-title1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin: 25px 0;
}

.sitemapdown-box1 {
    width: 50%;
    float: left;
}

.sitemapdown-box1 ul {
    border-bottom: 0;
    padding: 0;
}

.sitemapdown-box1 li {
    width: 31%;
    padding-right: 10px;
}

.sitemapdown-box2 {
    width: 20%;
    float: left;
}

.sitemapdown-box3 {
    width: 80%;
    float: left;
}

.sitemapdown-box2 ul,
.sitemapdown-box3 ul {
    padding: 0;
    border-bottom: 0;
}

.sitemapdown-box2 li,
.sitemapdown-box3 li {
    width: 100%;
}

.sitemapdown-box-all ul {
    border-bottom: 0;
}

.sitemapdown-box-all li {
    width: 16.66%;
}

.sitemap_heading {
    margin-top: 5rem;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin: 3rem 0 2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sitemap ul {
        padding: 0;
    }
    .sitemap ul li {
        width: 43%;
        padding: 5px 10px;
    }
    .sitemapdown-box2 {
        width: 40%;
    }
    .sitemapdown-box3 {
        width: 60%;
    }
}