.heading-title {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    color: var(--color-9);
}
#sitemap_banner_section{
    background-color: var(--color-11);
}
.heading:before {
    background-color: #0675e8;
    bottom: -12px !important;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4%;
}
/*#direct_link ul li:before {*/
/* background-image: url(../../public/assets/img/sitemap/arrow.png);*/
/*    background-repeat: no-repeat;*/
/*    content: "";*/
/*    height: 14px;*/
/*    filter: brightness(1) invert(1);*/
/*    left: -10px;*/
/*    position: absolute;*/
/*    top: 11px;*/
/*    width: 25px;*/
/*}*/
#direct_link ul li a{
    font-size: 20px;
}
#direct_link ul li{
    margin-bottom: 20px;
}

/* start animation  */
.sitemap-image {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.sitemap-image {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* end animation */

@media (max-width: 1200px){
  
    #sitemap_banner_section div div{
        text-align: center;
    }
    #sitemap_banner_section .hero-content {
        margin: 25px 0;
    }
    .sitemap-image{
        margin-top:22px;
    }
}