.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 6px 15px; 
    position: relative;
    border-bottom: 1px solid #384A4A;
}
.body-innerwrapper {
  overflow-x: clip;
}
.btn-toolbar {

    display: none;
}
#sp-left .sp-module, #sp-right .sp-module {
    border: 0px solid #f3f3f3;
    padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {

    display: block;
  
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover{
background-color:#384A4A;
}

#sp-main-body {
  padding: 10px 0 0 0 !important; }

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #ffffff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #ffffff;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    background-color: #000;
}
a {
    color: #b31212;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #384A4A;
      font-weight: bold;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 25px;
    font-weight: bold;
    font-size: 15px;
}

.article-details .article-full-image img {
    border-radius: 400px;
    height: 250px;
    width: auto;
}

/*#sp-header {
  
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important
}
*/
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.sppb-carousel-extended {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    direction: ltr;
}
