.footer_section {
    padding: 60px 0px !important;
    overflow: hidden;
}

.footer_row {
    width: 100% !important;
    max-width: 1400px !important;
    display: flex;
}

.footer_col_1 {
    width: 34% !important;
    margin-right: 15% !important;
}

.myclass {
    display: flex;
    flex-wrap: wrap;
}

.myclass li {
    width: 50%;
}

.myclass li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.f_link_title_box_inner {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.f_link_title_box_inner {
    position: relative;
}

.f_link_title_box_inner:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    /* background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%); */
    left: 0;
    bottom: 0;
    border-radius: 10px;
    top: 40px;
    background-image: url(/wp-content/uploads/2023/11/f_title_svg.png);
    background-repeat: no-repeat;
}

.footer_desc_box_inner {
    color: #A5A5A5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.footer_desc_box_inner {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.f_logo_code span {
    width: 100% !important;
}

.f_logo_code img {
    width: 100% !important;
    height: 141px;
    object-fit: contain;
}

.f_logo_code {
    margin-bottom: 25px !important;
}

.footer_col_1:after {
    position: absolute;
    content: "";
    height: 365px;
    width: 1px;
    top: 0px;
    background: rgba(255, 255, 255, 0.20);
    right: -104px;
    bottom: 0;
    margin: auto;
}

.footer_col_2:after {
    position: absolute;
    content: "";
    height: 365px;
    width: 1px;
    top: 0;
    background: rgba(255, 255, 255, 0.20);
    right: -14px;
    bottom: 0;
    margin: auto;
}

/* ----------- copy right ------------- */
.fcopy_right_box_inner {

    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.copy_right_section {
    background: linear-gradient(90deg, #416E5F 0.35%, #416E5F 0.35%, #467260 5.71%, #66A259 52.55%, #A4BF76 99.24%);
    padding: 15px 0px !important;
}

/* --------- after ---------- */
.myclass li {
    text-decoration: none;
    list-style: none;
}


.myclass li:after {
    position: absolute;
    content: "";
    height: 57%;
    width: 23%;
    /* background: red; */
    left: -14px;
    top: 6px;
    bottom: 0;
    margin: auto;
    background-image: url(/wp-content/uploads/2023/11/f_svg.png);
    background-repeat: no-repeat;
    background-size: 15% 62%;
    z-index: -1;
}

.myclass li {
    position: relative;
}

.myclass li a:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #7dad64;
    bottom: 0;
    opacity: 0.4;
    transition: 0.6s;
}

.myclass li a {
    position: relative;
}

.myclass li a:hover:before {
    height: 48%;
    transition: 0.6s;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .footer_row {
        max-width: 90% !important;
        flex-wrap: wrap;
    }

    .footer_col_1 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .footer_col_2,
    .footer_col_3 {
        width: 100% !important;
    }

    .footer_col_2:after {
        display: none;
    }
}


@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_row {
        max-width: 750px !important;
        flex-wrap: wrap;
    }

    .footer_col_1 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .footer_col_2,
    .footer_col_3 {
        width: 50% !important;
    }

    .footer_col_2:after {
        height: 255px;
        right: 36px;
        bottom: auto;
        margin: auto;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .footer_row {
        max-width: 900px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_row {
        max-width: 1000px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_row {
        max-width: 1100px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .footer_row {
        max-width: 1200px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}