html body div.portal-layouts .mega-menu-item{
    flex-direction: row;
}

html body div.portal-layouts .mega-menu-item li{
    width:33%;
    padding:0 10px !important;
}

html body div.portal-layouts .mega-menu-item li h5{
    font-size:18px;
}
html body div.portal-layouts .mega-menu-item li a{
    font-size:21px !important;
}

.easy-contact-left-funfacts-8 address{
    font-size: 22px;
    color: #fff;
}

html body div.portal-layouts .footer-bg-three {
    background-image:  url('/images/footer/03.webp');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    max-width: 92%;
}

html body div.portal-layouts .rts-btn:hover{
    opacity:0.7;
    transition: all 0.3s ease-in-out;
}
html body div.portal-layouts .rts-btn.btn-secondary{
    color:#fff !important;
}

html body div.portal-layouts .rts-btn.btn-warning{
    color:#fff !important;
    background-color: var(--color-danger)
}

html body div.portal-layouts .rts-btn.btn-success{
    background-color: var(--color-warning);
    color:#fff;
}
