@import "global.css"/*tpa=https://www.tunefab.net/Public/home/css/global.css*/;
.sitemap .container {
  padding: 0px 0px;
}
h1,
h2 {
  font-weight: inherit;
}
.sitemap .banner {
  width: 100%;
  background-color: #4D6C82;
  padding: 70px 0px;
}
.sitemap .banner h1 {
  display: inline-block;
  font-size: 43px;
  color: #fff;
  font-weight: bold;
}
.sitemap .content {
  padding: 46px 0px;
}
.sitemap .content .box {
  margin-bottom: 40px;
}
.sitemap .content .box .name {
  font-size: 20px;
  color: #4B4C4C;
  margin-bottom: 19px;
  font-weight: bolder;
}
.sitemap .content .box p {
  margin-bottom: 0px;
}
.sitemap .content .box p span {
  transition: 0.5s;
  display: inline-block;
  overflow: hidden;
}
.sitemap .content .box p span a {
  font-size: 16px;
  color: #4D6C82;
  transition: 0.5s;
  display: inline-block;
  float: left;
}
.sitemap .content .box p span a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #4D6C82;
  transition: 0.5s;
  margin-right: 15px;
}
.sitemap .content .box p span:hover {
  padding-left: 13px;
}
.sitemap .content .box p span:hover a {
  color: #827502;
}
.sitemap .content .box p span:hover a::before {
  background-color: #827502;
  margin-right: 2px;
}
@media (max-width: 414px) {
  .sitemap .banner {
    padding: 55px 0px;
  }
  .sitemap .banner h1 {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
}
