body{
	background-color: #f8f8f8 !important;
}


.sitemap-menu li:first-child a {
  color: black !important;
}

.sitemap-menu a {
  color: black !important;
}

.sitemap{
	padding: 1.875em;
}

.sitemaptitle{
	line-height: 14.75em;
    font-size: 1.625em;
	color: #9a815c;
	font-weight: 800;
}

@media screen and (max-width: 30em){
.sitemaptitle{
	line-height: 14.75em;
}
}

.mt-20{
	margin-top: 1.25em;
}


.genric-btn.circle {
    border-radius: 1.25em;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.gray-border {
  /* width: 100%; */
  display: block;
  color: #fff;
  background: #9a815c;
  border: 0.0625em solid #9a815c;
  margin-bottom: 1.25em;
  border-radius: 1.25em;
}

.genric-btn.gray-border:hover {
    color: #9a815c;
    background: #fff;
    border: 0.0625em solid #9a815c;
}
.single-feature:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul li{
    list-style: disc;
}

ol li{
    list-style: circle;
}

.sitemap-div {
  font-weight: 600;
}

.second{
  margin-left: 2em;
}

.third{
  margin-left: 4em;
}