.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-weight: 500;
    color: #00133b;
    font-size: 20px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.justify-content-end {
    justify-content: left;
    float: left;
}

.d-flex {
    display: inline-flex;
}


@media (max-width: 575px){
#sp-header {
    height: 80px;
}
 
#sp-header .logo {
    height: 80px;
}

 
.header-has-modules #offcanvas-toggler {
    margin-right: 0px;
    margin-left: 0px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 0px;
}
 
  .header-has-modules .container-inner > .row {
    flex-wrap: nowrap !important;
    display: flex;
  }
  
 


@media (max-width: 991px) {
  #sp-logo.has-border
{
    padding-right: 0px;
  }
}


