.jf-loading * {
    color: transparent !important;
}
#jf-navbar {
    border-bottom: 1px solid #E5EAED;
}
#jf-navbar .modal-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
@media (min-width: 1099px) {
    #jf-navbar .modal-container {
        flex-direction: row;
    }
}
#jf-navbar .navbar .container-fluid {
    padding: 0;
}
@media (max-width: 1200px) {
    #jf-navbar .navbar .container-fluid {
        padding: 0 12px;
    }
}
#jf-navbar .navbar .container-fluid .navbar-brand {
    position: relative !important;
}
#jf-navbar .navbar .container-fluid .navbar-toggler {
    border: none !important;
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 1.25rem;
    color: black;
}
@media (min-width: 1099px) {
    #jf-navbar .navbar .container-fluid .navbar-toggler {
        display: none;
    }
}
#jf-navbar .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width: 1099px) {
    #jf-navbar .navbar .container-fluid .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}
@media (min-width: 1099px) {
    #jf-navbar .navbar .container-fluid .navbar-collapse .navbar-nav {
        flex-direction: row !important;
    }
}
#jf-navbar .navbar .container-fluid .navbar-collapse .navbar-nav .nav-link {
    color: black;
}
#jf-navbar .dropdown-menu {
    border-radius: 0.5rem;
}
@media (min-width: 1099px) {
    #jf-navbar .dropdown-menu {
        position: absolute !important;
    }
}
#jf-navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
}
#jf-navbar .dropdown-menu .dropdown-item .badge {
    background-color: #66ac35;
    margin-left: 3px;
}
#jf-navbar .dropdown-menu .dropdown-item:focus, #jf-navbar .dropdown-menu .dropdown-item:hover {
    color: #5a992f;
    text-decoration: none;
    background-color: #e9ecef;
}
.mobile-header .navbar-toggler {
    width: 54px;
}
@media (min-width: 1099px) {
    .modal-02 .flex-container + div .btn-more {
        margin-top: 30px;
    }
}
.site-footer {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #fff;
    box-shadow: 0 0 0 1px #E5EAED;
    font-size: 14px;
    color: #5B5757;
}
.site-footer h5 {
    color: #46413E;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
}
.site-footer address span {
    font-size: 14px !important;
    color: #5B5757;
}
.site-footer a {
    color: #5B5757 !important;
    text-decoration: none;
}
.site-footer li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.site-footer .footer-nav {
    box-shadow: none !important;
}
@media (max-width: 1200px) {
    .site-footer .footer-nav {
        padding: 0 1rem;
    }
}
.site-footer .footer-nav .contact {
    min-width: 160px;
}
.site-footer .subscribe p {
    font-size: 14px !important;
    color: #5B5757;
    line-height: 1.75;
}
@media (max-width: 1099px) {
    .site-footer .subscribe {
        width: 100% !important;
    }
}
@media (min-width: 576px) and (max-width: 1099px) {
    .site-footer .row .col-sm {
        order: 2;
    }
    .site-footer .row .subscribe {
        order: 1;
        margin-bottom: 2rem;
    }
}
@media (max-width: 575px) {
    .site-footer ul > li {
        display: inline-block;
        margin-right: 1rem;
    }
    .site-footer .row .col-sm {
        order: 2;
    }
    .site-footer .row .contact {
        order: 5;
    }
    .site-footer .row .subscribe {
        order: 1;
        margin-bottom: 1rem;
    }
}
