.popup-mobile-menu {
    display: none;
}

.mainmenu li a {
    text-transform: uppercase;
}

.service-wrapper>[class*=col]:nth-child(odd) .service .icon {
    color: var(--color-secondary) !important;
}

.service-wrapper>[class*=col]:nth-child(even) .service .icon {
    color: var(--color-tertiary) !important;
}

.footer-style-default .footer-top .rn-footer-widget .footer-link li a {
    text-transform: none !important;
}

.footer-style-default .footer-top ul li {
    font-size: 14px !important;
    margin: 20px 0px !important;
}

small {
    font-size: 11px !important;
}

.clltoaction-style-default.style-7 .content .subtitle {
    max-width: none;
}

a.btn-default {
    text-transform: uppercase;
}

.clltoaction-style-default.style-7 .container .call-to-btn a {
    float: left;
}

.footer-top .rn-footer-widget ul.social-icon li {
    margin-right: 10px !important;
}

@media (min-width: 768px) {

    .clltoaction-style-default.style-7 .container .call-to-btn a {
        float: right;
    }

}