.site-footer .widget:not(:last-child) {
    margin-bottom: 30px;
}

.site-footer .widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.site-footer .widget-title:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color:  #C33A32;
}

.site-footer .widget_nav_menu ul  {
    padding-left: 0;
}

.site-footer .widget_nav_menu ul li {
    position: relative;
    list-style: none;
    padding-left: 11px;
    line-height: 1.7;
}

.site-footer .widget_nav_menu ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgb(218, 36, 43);
    border-radius: 50px;
}

.site-footer .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-call {
    font-size: 28px;
}

.site-footer .c20-phone {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.footer-opening {
    justify-content: flex-start !important;
}

.footer-nap-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nap-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #241F1E;
    border-radius: 50%;
    margin-right: 15px;
}


/*=== copyright area start ===*/


.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;
    }


}

