/** sitemap-list **/
.sitemap-list{
    list-style-type: none;
    column-count: 2;
}
.content-box .sitemap-list ul{
    padding-left: 15px;
}
.content-box .sitemap-list li{
    padding: 0;
    line-height: 1.5;
}
.sitemap-list li:after{
    display: none;
}
.sitemap-list a{
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}
.sitemap-list a:hover{
    color: #ef2034;
}
@media(max-width: 1025px){
    .sitemap-list{
        column-count: 1;
    }
    .content-box .sitemap-list li{
        padding: 0;
        line-height: 1.8;
    }
}
/** sitemap-list end**/
.footer-row-menu{
    margin: 0 0 9px 0;
    line-height: normal !important;
}

@media screen and (min-width: 1600px) {
    #header #nav ul.submenu li a {
        padding: 5px 8px;
    }
    #header #menu > li > .submenu > li {
        position: static;
    }
    #header #nav > ul > li > .submenu > li > .submenu {
        min-height: 454px;
        z-index: 100;
    }
    #header #nav ul.submenu::before {
       background: #fff;
    }



}
@media screen and (max-width: 767px) {
    #footer .footer-row{
        column-gap: 10px;
        align-items: center;
    }
}

