@media (min-width: 991px) and (max-width: 1240px){
.sp-megamenu-parent > li > a {
    font-size: 14px;
}
}

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

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

@media (max-width: 991px) {
    #sp-logo>div
Specificity: (1,0,1)
 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.sp-column.column-inner.d-flex.justify-content-between.align-items-center,
.menu-with-offcanvas.d-flex.justify-content-between.align-items-center,
nav.sp-megamenu-wrapper.d-flex,
ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    width: 100%;
}

@media (max-width: 1240px){
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        padding: 0 10px;
        font-size: 16px;
    }
}

@media (min-width: 991px) and (max-width: 1086px){
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        font-size: 14px;
        padding: 0 8px;
    }
}

@media (max-width: 991px) {
    #sp-logo>div {
        display: flex;
        justify-content: start;
    }
}

@media (max-width: 575px) {
    #offcanvas-toggler {
        height: 80px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    #offcanvas-toggler {
        height: 80px;
        line-height: 50px;
    }
}

.offcanvas-menu {
    background-color: #dc143c;
    color: #fff;
}

body .btn,
body .sppb-btn {
  text-transform: none !important;
}

.no-cap {
  text-transform: none !important;
}

.fun-fact {
    border-top-right-radius: 30px;
  }

#sp-footer, #sp-bottom {
    color: #fff;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.28px;
}

#sp-header:before {
    content: "";
    width: 50px;
    height: 6px;
    position: absolute;
    left: 50%;
    background: none;
    top: -18px;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #sp-footer #sp-footer1
 {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
}