.site-footer .widget:not(:last-child) {
    margin-bottom: 30px;
}

.site-footer .widget-title {
    position: relative;
    margin-bottom: 15px;
}

.site-footer .widget_nav_menu ul {
    padding-left: 0;
}

.site-footer .widget_nav_menu ul li {
    position: relative;
    list-style: none;
    line-height: 1.7;
}

.site-footer .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

.ohm-widget-help {
    background: #F5F2ED;
    padding: 22px;
    color: #3B4A5E;
    border-radius: 10px;
}

.ohm-widget-help h6 {
    color: #6B7888;
    font-weight: 700;
}

.ohm-widget-help a {
    color: rgb(var(--primary-color));
    font-weight: 500;
}

/*=== copyright area start ===*/

.widget_recent_entries ul {
    padding: 0;
}
.widget_recent_entries ul li {
    list-style: none;
}

.widget_recent_entries  ul li:not(:last-child) {
	margin-bottom: 20px;
}


.footer-bottom {
    padding: 25px 0;
}

.copyright p {
    margin-bottom: 0;
}

#menu-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

#menu-footer-bottom li {
    margin-bottom: 0;
    margin-left: 15px;
}


@media screen and (max-width: 1199px) {

    .site-footer .widget:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {

    .site-footer .widget-title {
        display: inline-block;
    }

    .site-footer .widget-title:after {
        left: 35px;
    }

    .site-footer .widget_nav_menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
    }

    .footer-nap-item {
        justify-content: center;
    }

    #menu-footer-bottom {
        justify-content: center;
    }

    #menu-footer-bottom li {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .footer-opening {
        justify-content: center !important;
    }


}