.footer_part_one {
    padding-bottom: 70px;
}

.container_part_one {
    background-image: url(/wp-content/themes/printlab/assets/imgs/bg-footer-l1.jpg);
    min-height: 360px;
    border-radius: 30px;
    display: flex;
}

.container_part_one .content_one {
    display: flex;
    width: 50%;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
}

.container_part_one .content_two {
    width: 50%;
    display: flex;
    align-items: center;
}

img.content_one_img {
    width: 148px;
    height: 148px;
}

.content_one_title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.content_two_description {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 28px;
    max-width: 415px;
}

.content_two_description {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 28px;
    max-width: 415px;
    padding-bottom: 30px;
}

.content_two_items {
    width: 100%;
    padding-right: 30px;
}

.content_two_subscribe {
    display: flex;
}

input.subscribe_input {
    border-radius: 100px 100px 100px 100px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5384615385;
    padding: 16px 25px;
    outline: 0;
    border: 1px solid #fff;
    background-color: #fff;
    margin: 0 10px 0;
}

button.subscribe_button {
    border: none;
    border-width: 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    font-weight: 800;
    background-color: #7000fe;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    padding: 0 30px;
}

/* FOOTER PART TWO */

.footer_part_two {
    padding-bottom: 50px;
}

:root {
    --icon-size: 12px;
    --icon-padding: 1em;
}

.container_part_two {
    display: flex;
}

.content_one_info {
    padding: 6px 30px 0 0;
}

.info_description {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
    max-width: 300px;
    padding: 28px 0;
    color: #494f66;
}

.info_rs {
    display: flex;
    gap: 10px;
}

.div_rs {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #ffffff00;
    --icon-padding: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.div_rs:hover {
    border-color: #7000fe;
}

a.info_rs_link:hover {
    color: #7000fe;
}

a.info_rs_link {
    font-size: var(--icon-size, 25px);
    color: #2f3035;
}

.content_two_info {
    padding: 0 30px 0 0;
}

.info_title {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.content_info {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 30px;
    max-width: 240px;
    color: #494f66;
}

.content_tree_info {
    padding: 0 30px 0 0;
}

a.info_link {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #494f66;
}

a.info_link:hover {
    color: #7000fe;
}

/* FOOTER PART TREE */

.footer_part_tree {
    padding: 43px 0;
}

.container_divider {
    width: 100%;
    border: 1px solid #e8e8e8;
}

/* FOOTER PART FOUR */

.footer_part_four {
    padding: 0 0 50px;
}

.container_part_four {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content_part_four {
    width: 33.333%;
}

.copyright {
    padding: 0 20px 0 0;
}

.copyright_text {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #494f66;
}

a.copyright_link {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

a.copyright_link:hover {
    color: #7000fe;
}

.cards {
    padding: 0 10px;
}

.card_icon {
    text-align: center;
}

.back {
    padding: 0 0 0 20px;
}

.back_to_top {
    text-align: right;
}

a.back_to_top_link {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
    fill: #000000;
    color: #000000;
    padding: 0;
    font-weight: 600;
}

a.back_to_top_link:hover {
    color: #7000fe;
}

/* FOOTER WIDTH FIXER */

.footer_width_fixer {
    display: none;
    width: 100%;
}

.test_one {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 997;
    background-color: #fff;
    border-style: solid;
    border-color: #e8e8e8;
}

.test_two {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.column_one {
    width: 25%;
}

.site_search_popup {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: 99999;
    height: 100%;
    background-color: #fff;
    transition: opacity .3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.elementor_widget {
    border-style: solid;
    border-width: 0 1px;
    border-color: #e8e8e8;
    padding: 10px 5px;
}

.elementor_icon_box {
    display: block;
    text-align: center;
}

.elementor_icon_box_icon {
    margin-bottom: 2px;
    margin-right: auto;
    margin-left: auto;
    text-align: -webkit-center;
}

a.elementor_icon {
    fill: #000000;
    color: #000000;
    border-color: #000000;
    font-size: 20px;
}

a.elementor_icon_box_title {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 600;
}

.elementor_icon i, .elementor_icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

@media screen and (max-width: 1200px) {
    img.content_one_img {
        display: none;
    }

    .content_one_title {
        width: 70%;
    }
}

@media screen and (max-width: 1185px) {
    .content_one_title {
        width: 80%;
    }
}

@media screen and (max-width: 1052px) {
    .content_one_title {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .footer_width_fixer {
        display: block;
    }
}

@media screen and (max-width: 942px) {
    .content_one_title {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .container_part_two {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .container_one_info.flex_one {
        width: 50%;
    }

    .container_tree_info.flex_two {
        width: 33.333%;
    }
}

@media screen and (max-width: 767px) {
    .container_part_one {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        display: block;
    }

    .container_part_one .content_one {
        width: 100%;
        text-align: center;
        padding: 60px 60px 20px 60px;
    }

    .container_part_one .content_two {
        width: 100%;
    }

    .content_two_description {
        max-width: 100%;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    .content_two_subscribe {
        display: block;
    }

    input.subscribe_input {
        width: 100%;
    }

    button.subscribe_button {
        width: 100%;
        padding: 16px 25px;
        margin: 10px 10px 60px;
        text-align: left;
    }

    .container_part_four {
        display: block;
        text-align: center;
    }

    .content_part_four {
        width: 100%;
    }

    .content_part_four.padding {
        padding: 15px 0;
    }

    .back_to_top {
        text-align: center;
    }

    .container_part_two {
        display: block;
        text-align: center;
    }

    .container_one_info.flex_one {
        width: 100%;
    }

    .content_one_info {
        padding: 6px 0 0 0;
    }

    .info_description {
        max-width: 100%;
    }

    .info_rs {
        justify-content: center;
    }

    .content_two_info {
        padding: 30px 0 0 0;
    }

    .content_info {
        max-width: 100%;
    }

    .container_tree_info.flex_two {
        width: 100%;
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px){
    .content_one_title {
        font-size: 35px;
    }
}

@media screen and (max-width:380px) {
    .container_part_one .content_one {
        padding: 20px 0;
    } 
       
    .content_two_items {
        padding: 20px;
    }

    input.subscribe_input {
        margin: 0;
    }

    button.subscribe_button {
        margin: 10px 0 60px;
    }

    .content_two_description {
        padding-left: 0;
        padding-right: 0;
    }
}
