.footer_logo {
    width: 100% !important;
    line-height: 0 !important;
    padding-bottom: 40px !important;
}

.footer_logo img {
    object-fit: contain;
    height: auto;
}

.foot_menu_title span {
    display: block;
    color: #6E573F;
    font-family: var(--font_mondia);
    font-size: 28px !important;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer_menu ul,
.social_media ul {
    padding: 0;
    list-style: none;
    position: relative;
}

.footer_menu ul li {
    position: relative;
}

.footer_menu ul li a {
    display: block;
    width: fit-content;
    font-family: var(--font_montserrat);
    color: #6E573F;
    font-size: 18px !important;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 0px;
    position: relative;
}

.footer_menu a:hover,
.footer_menu ul li.current-menu-item a {
    color: #000;
}

.footer_week a {
    display: block;
    width: fit-content;
    font-family: var(--font_montserrat);
    color: #6E573F;
    font-size: 16px !important;
    font-weight: 300;
    line-height: normal;
    padding: 10px 0px;
    position: relative;
}

.footer_week ul li a {
    text-transform: uppercase;
}

.footer_week ul {
    padding-bottom: 0;
}

.footer_week ul li::marker {
    color: #6E573F;
}

.foot_col_1,
.foot_col_2 {
    border-right: 1px solid #0000001A;
}

.foot_col_1 {
    width: 36% !important;
}

.foot_col_2 {
    width: 32% !important;
}

.foot_col_3 {
    width: 32% !important;
}

.foot_col_2,
.foot_col_3 {
    padding-left: 100px;
}

.pd_padd_10 {
    padding: 10px 0px !important;
}

.cp_txt span {
    display: block;
    font-family: var(--font_montserrat);
    color: #6E573F;
    font-weight: 400;
    font-size: 18px !important;
    line-height: normal;
    text-transform: capitalize;
}

.social_media ul li {
    line-height: 0;
}

.social_media ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.social_media ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #6E573F;
    border-radius: 100%;
}

.social_media ul li a:hover {
    background: #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .footer_logo img {
        width: 100% !important;
        height: 70px;
    }

    .footer_logo {
        padding-bottom: 30px !important;
    }

    .foot_menu_title span {
        font-size: 15px !important;
    }

    .footer_week a {
        font-size: 14px !important;
        padding: 8px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 8px 0px;
    }

    .foot_col_1 {
        width: 100% !important;
        padding-left: 10px !important;
        border-right: none !important;
    }

    .foot_col_2 {
        width: 100% !important;
        padding-left: 10px !important;
        padding-top: 30px !important;
        border-right: none !important;
    }

    .foot_col_3 {
        width: 100% !important;
        padding-top: 30px !important;
        padding-left: 10px !important;
    }

    .cp_txt span {
        font-size: 14px !important;
        text-align: center !important;
        padding-bottom: 10px !important;
    }

    .social_media ul li a {
        width: 35px;
        height: 35px;
    }

    .footer_menu ul li {
        width: 50% !important;
        float: left;
    }

    .foot_cp_col_1 {
        width: 100% !important;
    }

    .foot_cp_col_2 {
        width: 100% !important;
    }

    .social_media ul {
        justify-content: center;
    }

    .footer_menu ul#menu-our-services li {
        width: 100% !important;
        float: unset !important;
    }

}

@media all and (min-width: 581px) and (max-width: 767px) {

    .footer_week ul li {
        width: 50% !important;
        float: left;
    }

    .footer_menu ul#menu-our-services li {
        width: 50% !important;
        float: left !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .footer_logo img {
        width: 100% !important;
        height: 70px;
    }

    .footer_logo {
        padding-bottom: 30px !important;
    }

    .foot_menu_title span {
        font-size: 16px !important;
    }

    .footer_week a {
        font-size: 14px !important;
        padding: 8px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 8px 0px;
    }

    .foot_col_1 {
        width: 48% !important;
    }

    .foot_col_2 {
        width: 52% !important;
        padding-left: 30px !important;
        border-right: none !important;
    }

    .foot_col_3 {
        width: 100% !important;
        padding-top: 30px !important;
        padding-left: 0px !important;
    }

    .cp_txt span {
        font-size: 14px !important;
    }

    .social_media ul li a {
        width: 35px;
        height: 35px;
    }

    .footer_menu ul li {
        width: 50% !important;
        float: left;
    }

    .foot_cp_col_1 {
        width: 70% !important;
    }

    .foot_cp_col_2 {
        width: 30% !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .footer_logo {
        padding-bottom: 30px !important;
    }

    .foot_menu_title span {
        font-size: 19px !important;
    }

    .footer_week a {
        font-size: 15px !important;
        padding: 8px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 30px;
    }

    .footer_menu ul li a {
        font-size: 15px !important;
        padding: 8px 0px;
    }

    .foot_col_1 {
        width: 32% !important;
    }

    .foot_col_2 {
        width: 34% !important;
    }

    .foot_col_3 {
        width: 34% !important;
    }

    .cp_txt span {
        font-size: 15px !important;
    }

    .social_media ul li a {
        width: 35px;
        height: 35px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .footer_logo {
        padding-bottom: 30px !important;
    }

    .foot_menu_title span {
        font-size: 22px !important;
    }

    .footer_week a {
        font-size: 15px !important;
        padding: 8px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 60px;
    }

    .footer_menu ul li a {
        font-size: 15px !important;
        padding: 8px 0px;
    }

    .foot_col_1 {
        width: 32% !important;
    }

    .foot_col_2 {
        width: 34% !important;
    }

    .foot_col_3 {
        width: 34% !important;
    }

    .cp_txt span {
        font-size: 15px !important;
    }

    .social_media ul li a {
        width: 35px;
        height: 35px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .footer_logo {
        padding-bottom: 30px !important;
    }

    .foot_menu_title span {
        font-size: 25px !important;
    }

    .footer_week a {
        font-size: 15px !important;
        padding: 8px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 80px;
    }

    .footer_menu ul li a {
        font-size: 16px !important;
        padding: 8px 0px;
    }

    .foot_col_1 {
        width: 32% !important;
    }

    .foot_col_2 {
        width: 34% !important;
    }

    .foot_col_3 {
        width: 34% !important;
    }

    .cp_txt span {
        font-size: 16px !important;
    }

    .social_media ul li a {
        width: 40px;
        height: 40px;
    }

}