/*######## Panthel Smart #########*/

body {
font-family: 'Raleway'; 
line-height: 32px;   
}

body a:hover {
    color:#d60000;   
}

/*----------------- Navi --------------*/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-size: 18px;
}
/*----------------- Content --------------*/
.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #efefef;
  border-radius: 0rem;
}
.fa-map-marker-alt::before {
  content: "\f3c5";
  padding-right: 10px;
  color: #454545;
  }

/*----------------- Content --------------*/
.article-details .featured-article-badge {
display: none;
}

#sp-main-body {
padding: 60px 0;
}

#sp-main-body .heading {
font-weight: 500;
color: #515151;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
letter-spacing: -0.5px;
text-transform: none;
  }

#sp-main-body .heading::after {
content: "";
left: 0;
bottom: 0;
width: 60px;
position: absolute;
border-bottom: 1px solid #ff0000;
}

.button1 {
color: #fff;
background-color:#ff2222;
padding: 12px 22px;
border-radius: 6px;
}

.button1:hover {
color: #fff;
background-color:#d60000;
}