span.badge.bg-danger.featured-article-badge {
    display: none;
}
#sp-header {
    background-color: transparent;
  box-shadow: none;
}
#sp-header.header-sticky {
    background-color: #fff;
    transition: all 0.3s ease;
}
#sp-header .container {
    background-color: #fff;
    border-radius: 80px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn {
    --bs-btn-padding-x: 1rem;
}
.btn.btn-outline-primary {
    color: #62007b;
  border: 1px solid #62007b;
  border-radius: 20px;
}
.btn.btn-outline-primary:hover {
    color: #fff !important;
  background:#62007b;
}
@media (max-width: 768px) { 
  #sp-header {
    padding-left: 10px;
    padding-right: 10px;
}
}