.footer_logo_code img {
    height: 88px;
    width: 100% !important;
    object-fit: contain;
}

.footer_logo_code {
    display: flex;
    justify-content: center;
}

.foot_social_icon_box_inner {
    height: 48px;
    width: 48px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.foot_social_box_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_desc_box_inner {
    line-height: 2 !important;
}




.footer_section {
    padding: 30px 0 23px !important;
}

.footer_logo_row {
    padding: 0 0 30px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_desc_row {
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.footer_desc_col_1 {
    width: 40% !important;
    padding-right: 120px;
}

.footer_desc_col_2 {
    width: 31% !important;
    padding-left: 120px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_desc_col_3 {
    width: 29% !important;
    padding-left: 120px;
}

.social_txt_box_inner {
    padding-left: 10px;
}

.foot_social_box:last-child {
    padding-left: 24px;
}

.foot_social_main_box_inner {
    padding: 32px 0 0;
}

.footer_desc_col {
    padding-top: 40px;
    padding-bottom: 30px;
}


/* link css */
.myclass a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.myclass {
    padding: 20px 0 0 !important;
}

.myclass li {
    list-style: none;
    padding: 10px 0;
}

/* copy right section */
.cpy_right_main_box_inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    flex-wrap: wrap;
}

.cpy_right_row {
    border-radius: 120px;
}

/* copy right section end */


/* site popup section */
.site_popup_section {
    width: 750px;
}

.site_popup_row {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

#et-boc .area-outer-wrap .da-close {
    background: #fff !important;
    opacity: 1 !important;
    height: 23px;
    line-height: 22px;
    width: 24px;
}

.with-close {
    right: -100%;
    transition: 0.6s !important;
    transform: rotate(0deg);

}

.is-open {
    right: 0;
    transform: rotate(360deg);

}

.site_popup_section .contact_form_main_col1 input,
.site_popup_section .contact_form_main_col2 select,
.site_popup_section .contact_form_main_col1 textarea {
    font-size: 15px;
    color: #fff;
}

.site_popup_section:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url(/wp-content/uploads/2025/03/banner_logo_img.png) no-repeat;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: 1;
}

/* site popup section end */


/* 320 */
@media all and (min-width: 20px) and (max-width: 767px) {
    .footer_desc_col_1 {
        width: 100% !important;
        padding-right: 0px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer_desc_col_2 {
        width: 100% !important;
        padding-left: 0px;
        border-left: unset;
        border-right: unset;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer_desc_col_3 {
        width: 100% !important;
        padding-left: 0px;
    }

    .myclass li {
        padding: 3px 0;
    }

    .footer_desc_col {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .foot_social_icon_box_inner {
        height: 40px;
        width: 40px;
    }

    .foot_social_icon_box_inner svg {
        height: 20px;
        width: 16px;
    }

    .footer_logo_code img {
        height: 60px;
    }

    .footer_desc_box_inner {
        line-height: 1.8 !important;
    }

    .myclass {
        padding: 10px 0 0 !important;
    }

    .foot_social_main_box_inner {
        padding: 10px 0 0;
        justify-content: center;
    }

    .cpy_right_main_box_inner {
        padding: 5px;
        justify-content: center;
        text-align: center;
    }

    .cpy_right_box {
        width: 100%;
    }

    .footer_logo_row {
        padding: 0 0 15px !important;
    }

    .cpy_right_row {
        border-radius: 10px;
    }

    .myclass a {
        font-size: 15px;
    }

    /* site popup */
    .site_popup_section {
        width: 90%;
    }

    .site_popup_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .site_popup_section:after {
        height: 70px;
        width: 70px;
    }

    /* site popup end */
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .footer_desc_col_2 {
        width: 40% !important;
        border-bottom: unset;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer_desc_col_3 {
        width: 60% !important;
        padding-left: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_desc_col_1 {
        width: 100% !important;
        padding-right: 0px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer_desc_col_2 {
        width: 50% !important;
        padding-left: 70px;
        border-left: unset;
    }

    .footer_desc_col_3 {
        width: 50% !important;
        padding-left: 60px;
    }

    .myclass li {
        padding: 6px 0;
    }

    .footer_desc_col {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .foot_social_icon_box_inner {
        height: 40px;
        width: 40px;
    }

    .foot_social_icon_box_inner svg {
        height: 20px;
        width: 16px;
    }

    .footer_logo_code img {
        height: 75px;
    }

    .footer_desc_box_inner {
        line-height: 1.8 !important;
    }

    .myclass {
        padding: 10px 0 0 !important;
    }

    .foot_social_main_box_inner {
        padding: 10px 0 0;
        justify-content: center;
    }

    .cpy_right_main_box_inner {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .footer_desc_col_1 {
        width: 38% !important;
        padding-right: 50px;
    }

    .footer_desc_col_2 {
        width: 29% !important;
        padding-left: 70px;
    }

    .footer_desc_col_3 {
        width: 33% !important;
        padding-left: 60px;
    }

    .myclass li {
        padding: 6px 0;
    }

    .footer_desc_col {
        padding-top: 30px;
    }

    .foot_social_icon_box_inner {
        height: 40px;
        width: 40px;
    }

    .foot_social_icon_box_inner svg {
        height: 20px;
        width: 16px;
    }

    .footer_logo_code img {
        height: 80px;
    }

    .footer_desc_box_inner {
        line-height: 1.8 !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_desc_col_1 {
        width: 38% !important;
        padding-right: 50px;
    }

    .footer_desc_col_2 {
        width: 29% !important;
        padding-left: 70px;
    }

    .footer_desc_col_3 {
        width: 33% !important;
        padding-left: 60px;
    }

    .myclass li {
        padding: 6px 0;
    }

    .footer_desc_col {
        padding-top: 30px;
    }

    .foot_social_icon_box_inner {
        height: 40px;
        width: 40px;
    }

    .foot_social_icon_box_inner svg {
        height: 20px;
        width: 16px;
    }

    .footer_logo_code img {
        height: 80px;
    }

    .footer_desc_box_inner {
        line-height: 1.8 !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_desc_col_1 {
        width: 38% !important;
        padding-right: 50px;
    }

    .footer_desc_col_2 {
        width: 29% !important;
        padding-left: 80px;
    }

    .footer_desc_col_3 {
        width: 33% !important;
        padding-left: 80px;
    }

    .myclass li {
        padding: 8px 0;
    }

    .footer_desc_col {
        padding-top: 30px;
    }

    .foot_social_icon_box_inner {
        height: 46px;
        width: 46px;
    }

    .footer_logo_code img {
        height: 80px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .footer_desc_col_1 {
        width: 38% !important;
        padding-right: 100px;
    }

    .footer_desc_col_2 {
        width: 30% !important;
        padding-left: 100px;
    }

    .footer_desc_col_3 {
        width: 32% !important;
        padding-left: 100px;
    }

    .myclass li {
        padding: 8px 0;
    }

    .footer_desc_col {
        padding-top: 30px;
    }

    .foot_social_icon_box_inner {
        height: 46px;
        width: 46px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}