/*
 Theme Name:     Plastpak
 Theme URI:      https://www.Plastpak.com
 Description:    Divi Child Theme
 Author:         Plastpak
 Author URI:     https://www.Plastpak.com
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --font_Outfit: 'Outfit' !important;
    --black_color: #222;
    --white_color: #fff;
    --font_weight_400: 400;
    --font_weight_500: 500;
    --font_weight_600: 600;
    --font_weight_700: 700;
}
.xoo-el-login-tgr, .xoo-el-reg-tgr, .xoo-el-lostpw-tgr {
    display: block!important;
}
.sbi_box_icon_inr img {
    border-radius: 0;
    object-fit: contain;
    height: 270px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
        border-radius: 15px;
}
.hide_btn button:nth-child(1) {
    display: none;
}

.woocommerce-ordering select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    padding-right: -18rem !important;
    background: url('/wp-content/uploads/2025/05/down-arrow.png') no-repeat right 0.955rem center;
    background-size: 16px;
}

body {
    font-family: var(--font_Outfit) !important;
    line-height: 1.6em !important;
    overflow: hidden;
}

html {
    overflow-y: scroll !important;
    scrollbar-width: 3px !important;
    overflow: hidden;
}

.woocommerce-product-attributes-item {
    display: none !important;
}

body .et_pb_image_wrap {
    width: 100% !important;
    line-height: 0 !important;
}

textarea {
    resize: none !important;
}

.pd_0 {
    padding: 0px !important;
}

.tb_padd,
.single-product #left-area .product>.clearfix {
    padding: 80px 0px !important;
}

body .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed !important;
    background-position: top !important;
}

.dis_fx {
    display: flex;
    flex-wrap: wrap;
}

.dis_fx_al {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.dis_fx_al_ed {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.cust_width {
    width: 100% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.enquire_popup {
    width: 100% !important;
    max-width: 65% !important;
    margin: auto !important;
}

.abt_img,
.foot_copy_img,
.head_logo,
.cut_img,
.war_img,
.pbs_img,
.bnr_ar_img {
    width: 100% !important;
    line-height: 0 !important;
    text-align: center !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222;
}

.xoo-wsc-cart-active .sfm-navicon-button.sf_label_default,
.xoo-el-popup-active .sfm-navicon-button.sf_label_default,
.blur_body .sfm-navicon-button.sf_label_default,
.da-popup-visible .sfm-navicon-button.sf_label_default {
    display: none;
}

body a {
    color: #000;
    font-weight: 600;
}

.site_title {
    display: block;
    width: fit-content;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.bnr_img {
    line-height: 0;
}

.bnr_btn .site_button:hover {
    background: linear-gradient(270deg, #066C37 0%, #4B9B2E 45%, #8CC826 100%);
    color: #fff;
}

.bnr_icon img {
    width: 100% !important;
    height: 117px;
    object-fit: contain;
    object-position: left;
}

/* Get In Touch With Us section start */

.gitu_col_1 {
    width: 65.5% !important;
    padding-right: 85px;
}

.gitu_col_2 {
    width: 34.5% !important;
}

.google_map {
    width: 100%;
    line-height: 0;
}

.google_map iframe {
    width: 100%;
    height: 315px;
}

.cotnact_main_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto -10px;
}

.cotnact_main_col_6 {
    width: 50%;
    padding: 10px;
}

.cotnact_main_col_12 {
    width: 100%;
    padding: 10px;
}

.cotnact_main_row input.text,
.cotnact_main_row input.title,
.cotnact_main_row input[type=email],
.cotnact_main_row input[type=password],
.cotnact_main_row input[type=tel],
.cotnact_main_row input[type=text],
.cotnact_main_row select,
.cotnact_main_row textarea {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    color: var(--black_color);
    border-radius: 38px;
    background: var(--white_color);
}

.cotnact_main_row textarea {
    height: 115px;
    border-radius: 16px;
    padding-top: 10px;
}

span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    margin: auto;
}

.cotnact_main_from_inner {
    position: relative;
}

.wpcf7-response-output {
    color: var(--black_color);
    border-radius: 15px;
    border: 1px solid #ddd !important;
    background: #fff;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.cont_det {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    height: 325px;
    padding: 35px 45px;
    padding-right: 0px !important;
    position: relative;
}

.gitu_main_inr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gitu_box_inr {
    display: flex;
    align-items: center;
}

.gitu_box {
    width: 100%;
    margin-bottom: 35px;
}

.gitu_box:last-child {
    margin-bottom: 0px;
}

.gitu_icon_inr {
    margin-right: 15px;
    line-height: 0;
}

.gitu_icon_inr a {
    display: block;
}

.gitu_txt_inr span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.cont_det:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/cont-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 189px;
    height: 189px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 90px;
    margin: auto;
    z-index: 0;
}

.gitu_box_inr:hover .gitu_txt_inr span {
    color: var(--black_color);
}


/* Get In Touch With Us section end */


/* Our Production Process For Plastic Bags section start */

.site_sub_title {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
    text-transform: uppercase;
     transition: 0.6s ease;
}

.site_des {
    display: block;
    color: var(--black_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    padding-bottom: 10px;
}
.site_des span{
    display: block;
    padding-bottom: 10px;
}

.color_white span {
    color: var(--white_color);
}

/* .site_des span:last-child {
    padding-bottom: 0px;
} */


/* Our Production Process For Plastic Bags section end */


/* Contact Us Today section start */

.cut_section,
.oro_section {
    position: relative;
    overflow: hidden;
}

.cut_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/cut-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 312px;
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.site_btn {
    display: flex;
}

.p_top_10 {
    padding-top: 10px;
}

.cut_col_1 {
    width: 46% !important;
    padding-right: 50px;
}

.cut_col_2 {
    width: 54% !important;
}

.cut_img img {
    object-fit: cover;
    width: 100%;
    height: 425px;
    border-radius: 30px;
}

.cut_img {
    padding-left: 18px;
    padding-bottom: 15px;
    position: relative;
}

.cut_img:before {
    content: '';
    border: 1px solid #47982E;
    border-radius: 37px;
    width: 97%;
    height: 96%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}

.dis_n {
    display: none;
}


/* Contact Us Today section end */


/* OUR RANGE OF PLASTIC BAGS FOR SALE section start */

.oro_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/oro-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 312px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover 1s infinite alternate;
}

.oro_main_inr {
    margin: -10px;
}

.oro_box {
    width: 33.33%;
    padding: 10px;
}

.oro_box_inr {
    background: #fff;
    border: 1px solid #87C426;
    border-radius: 18px;
}

.oro_box_title {
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    border-radius: 18px 18px 0 0;
    padding: 20px 0px 15px 35px;
}

.oro_des {
    padding: 20px 20px 30px 35px;
    height: 190px;
}


/* OUR RANGE OF PLASTIC BAGS FOR SALE section end */


/* We Are A Leading Plastic Bags Supplier in Sydney section start */

.cust_diff_width.pd_0 {
    padding-left: 5% !important;
}

.war_col_1 {
    width: 47.5% !important;
    padding-right: 40px;
}

.war_col_2 {
    width: 52.5% !important;
}

.war_img img {
    object-fit: cover;
    width: 100%;
    height: 475px;
    border-radius: 50px 0px 0px 50px;
}


/* We Are A Leading Plastic Bags Supplier in Sydney section end */


/* Shop By Industries section start */

.sbi_main_inr {
    margin: -10px;
}

.sbi_box {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.sbi_box_inr {
    position: relative;
}

.site_sub_title_inr {
    padding: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 20px !important;
}

.sbi_box_icon_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset !important;
    border: unset !important;
    width: 100%;
    height: 100% !important;
    border-radius: 0 !important;
    margin: auto;
    line-height: 0;
    position: relative;
    padding: 15px;
}

.sbi_box_icon_inr:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e0efdc;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
    z-index: -1;
    display: none !important;
}

.sbi_box_inr:before {
    content: '';
    background: var(--white_color);
    width: 100%;
    height: 100% !important;
    border-radius: 15px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: 0.6s ease;
}

.sbi_box_icon_inr svg {
    animation: crescendo 1.5s alternate infinite ease-in-out;
}

@keyframes crescendo {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(.9);
    }
}


/* Shop By Industries section end */


/* Our Collection section start */

.oc_row.pd_0 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.cate_main_class {
    width: 20%;
    position: relative;
    overflow: hidden;
}

.category_image {
    width: 100%;
    line-height: 0;
}

.category_image img {
    object-fit: cover;
    width: 100%;
    height: 280px;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.cate_main_class:hover .top_selling_pro_title {
    width: fit-content;
    height: fit-content;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    padding: 2px 6px;
    border-radius: 10px;
}

.sbi_box_inr:hover.sbi_box_inr:before {
    background: #2d2d2d;
}

.sbi_box_inr:hover .site_sub_title_inr {
    color: #fff !important;
}

.top_selling_pro_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white_color);
    font-family: Outfit;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: capitalize;
}

.cate_main_class a {
    position: relative;
}

.cate_main_class a:before {
    content: '';
    background: #00000073;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}


/* Our Collection section end */


/* banner section start */

.tb_diff_padd {
    padding-top: 155px !important;
    padding-bottom: 90px !important;
}

.banner_section .et_pb_slide,
.banner_section .et_pb_slide_description {
    padding: 0px !important;
    text-shadow: none !important;
}

.bnr_txt_box {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    width: 42%;
    padding-left: 45px;
    border-radius: 35px 0px 0px 35px;
}

.bnr_img_box {
    width: 58%;
}

.bnr_img img {
    object-fit: cover;
    width: 100%;
    height: 568px;
    border-radius: 0px 35px 35px 0px;
}

.bnr_title span {
    display: block;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.bnr_des span {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.bnr_btn .site_button {
    background: #fff;
    color: #000;
    margin-bottom: 30px;
}

.bnr_icon {
    line-height: 0;
}


/* banner section end */


/* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */

.pbs_img img {
    object-fit: cover;
    width: 100%;
    height: 345px;
    border-radius: 230px;
}

.pbs_img {
    padding-left: 17px;
    padding-bottom: 24px;
    position: relative;
}

.pbs_col_1 {
    width: 38.5% !important;
}

.pbs_col_2 {
    width: 61.5% !important;
    padding-left: 60px;
}

.pbs_inr_title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
}

.pbs_row .site_title {
    background: unset;
    background-clip: unset;
    color: #fff;
    -webkit-text-fill-color: unset;
    line-height: 2;
}

.site_title span {
    position: relative;
    text-transform: capitalize;
    padding: 10px 35px;
    background: url(/../../../wp-content/uploads/2024/05/Rectangle-39.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pbs_img:before {
    content: '';
    border: 1px solid #47982E;
    border-radius: 230px;
    width: 97%;
    height: 96%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}

.pbs_img:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/179574931-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 107px;
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    border: aliceblue;
    margin: auto;
    z-index: 0;
}

.pbs_sec_row.pd_0 {
    padding-top: 20px !important;
}


/* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */


/* create about us section start */

.diff_cust_width.pd_0 {
    padding-left: 100px !important;
    padding-right: 275px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.sub_site_title {
    display: block;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.abt_col_1 {
    width: 55.5% !important;
    position: relative;
    padding-right: 45px;
}

.abt_col_2 {
    width: 44.5% !important;
    padding-left: 95px;
    z-index: 0;
}

.abt_img img {
    object-fit: cover;
    width: 100%;
    height: 484px;
    border-radius: 35px;
}

.abt_col_1:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Group-33972-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -32px;
    margin: auto;
    z-index: 0;
}

.abt_col_1:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/179574931-1-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 75px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: -56px;
    z-index: 0;
    animation: MoveUpDown 7s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: 400px;
    }
}

.abt_img:before {
    content: '';
    border: 1px solid #47982E;
    border-radius: 35px;
    width: 97%;
    height: 96%;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: auto;
    right: -20px;
    margin: auto;
    z-index: 0;
}

.abt_section {
    position: relative;
    overflow: hidden;
}

.abt_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Object-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 405px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 1;
    animation: mover 1s infinite alternate;
}

.abt_col_1 .site_des {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #2D2D2D;
}

.banner_section {
    position: relative;
}

.bnr_ar_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: auto;
    bottom: -157px;
    left: 0;
    right: 0;
}

.bnr_ar_img img {
    object-fit: contain;
    width: 100%;
    height: 114px;
    animation: mover 1s infinite alternate;
}


/* create about us section end */


/* our product section start */

.op_section {
    background: linear-gradient(180deg, #F8FFEC -43.12%, #F1FFEC 21.28%, #FFFFFF 100%);
}

.our_products_main {
    /*     margin: -15px; */
    justify-content: center;
}

.our_products_box {
    width: 20%;
    padding: 15px;
}

.our_products_img_box {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 15px;
    border: 2px solid #DDDDDD;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.our_products_img_box img {
    object-fit: cover;
    width: 100%;
    height: 320px;
}

.our_products_hover_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: 1s !important;
}

.our_products_main_box:hover .our_products_hover_btn {
    transform: scale(1);
}

.our_products_main_box:hover .our_products_img_box {
    border-color: #4B9B2E;
}

.our_products_title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.our_products_price {
    display: flex;
    align-items: center;
}

.our_products_price span {
    color: #066C37;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    padding-left: 4px;
}

.our_products_price {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


/* our product section end */

.abt_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Ellipse-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 700px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}

.abt_row {
    position: relative;
}

.abt_row:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Ellipse-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 750px;
    height: 750px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 0;
}

.cart_icon {
    display: flex;
    align-items: center;
    width: fit-content;
    background: #FFFFFF;
    border: 2px solid #4B9B2E;
    border-radius: 30px 0px 0px 30px;
    padding: 4px 5px;
    border-right: none;
}

.cart_icon_inr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    cursor: pointer;
    line-height: 0;
    margin-right: 10px;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.cart_txt_inr span {
    display: inline-block;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 5px;
}

.show_quote_count {
    padding-right: 0 !important;
}

.head_cart {
    position: fixed;
    top: auto;
    left: auto;
    right: -120px;
    bottom: 150px;
    margin: auto;
    z-index: 0;
    transition: 0.6s ease;
}

.head_cart:hover {
    right: 0;
}

header {
    z-index: 99999;
    position: relative;
}


/* 320 */

.single-product #left-area .product>.clearfix {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

input.input-text.qty.text[type='number'] {
    -moz-appearance: textfield;
}

input.input-text.qty.text::-webkit-outer-spin-button,
input.input-text.qty.text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.shop_bnr_row {
    padding: 0 !important;
}

.yith_ywraq_add_item_response.yith_ywraq_add_item_response_message {
    /* display: none !important; */
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 99;
    /* right: 0; */
    left: 0;
    width: fit-content;
    margin: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 0px 7px 1px #00000063;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.info_page_img {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
}

.info_page_img p {
    width: 20%;
    padding: 0 !important;
    border: 1px solid #62ab2b;
    padding: 20px !important;
}

.info_page_img p img {
    display: block;
    text-align: center;
    height: 240px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.rte {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

.rte tr td {
    border: 1px solid #5fa92c;
}

.info_multi_img_box img {
    border: 1px solid #6bb12a;
    padding: 10px;
    height: 250px;
    object-fit: contain;
    flex: 1;
}

.info_multi_img_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}


.bnr_main p {
    padding: 0 !important;
}



/* ------------------------Timeline section start -------------------- */
.timeline_mn_con_inr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
}

.timeline_ec_con {
    width: 100%;
    position: relative;
}

.timeline_ec_back_box {
    padding: 0 60px 0 0;
    position: relative;
    max-width: 50%;
    margin-right: auto;
}

.timeline_ec_con_inr {
    padding: 17px 50px;
    background: #F0FFEC;
    border-radius: 20px;
    position: relative;
}

.timeline_ec_con:nth-child(even) .timeline_ec_back_box {
    padding: 0 0 0 60px;
    margin-right: 0;
    margin-left: auto;
}


.timeline_ec_con:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.timeline_num_con {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid #DDDDDD;
    font-size: 18px;
}

.timeline_txt_ttl_con {
    padding-bottom: 10px;
}

.timeline_txt_ttl {
    font-size: 23px;
    color: #fff;
    line-height: 1.2;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline_ec_con:nth-child(even) .timeline_num_con {
    right: auto;
    left: -10px;
}

.timeline_ec_back_box:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddd;
    border-radius: 100%;
    transition: 0.6s !important;
}



.timeline_ec_con:nth-child(even) .timeline_ec_back_box:after {
    right: auto;
    left: -10px;
}

.timeline_mn_con {
    padding-top: 10px;
}

.timeline_mn_con_inr:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.active_1 .timeline_ec_back_box:after {
    background: #066C37;
}

/* ------------------------Timeline section end -------------------- */
.oc_section {
    padding-top: 0 !important;
}



/* ---------------------testimonial section start ----------------------------------  */
.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.testimonial_h_row.testimonial_h_row_new {
    margin: -12px !important;
    margin-top: 5px !important;
}

.testimonial_h_row_new .hk_testimonial_col {
    padding: 12px;
}

.testimonial_h_row_new .hk_testimonial_box {
    background-color: #F8F8F8;
    padding: 23px 23px 30px 23px;
}

.testimonial_h_row_new .hk_testimonial_quote_img {
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    position: absolute;
    top: 0;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_h_row_new .hk_testimonial_quote_box {
    display: flex;
    align-items: center;
}

.testimonial_h_row_new .hk_testimonial_title_box {
    padding-left: 80px;
    margin-top: -8px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
}

.testimonial_h_row_new .hk_testimonial_quote_img::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -14px;
    width: 0;
    height: 0;
    background-size: 11px;
    background-repeat: no-repeat;
    border: 7px solid;
    border-color: transparent #066C37 #066C37 transparent;
}

.testimonial_h_row_new .hk_testimonial_review_box .fa {
    color: #F2BB23;
    font-size: 19px;
    margin: 0 3px;
}

.testimonial_h_row_new .hk_testimonial_review_box {
    margin-top: 25px;
    margin-bottom: 5px;
}

.testimonial_h_row_new .hk_testimonial_content_box {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    height: 120px;
    overflow: hidden;
}

.testimonial_h_row_new .tog_btn {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.testimonial_h_row_new .hk_testimonial_content_box.intro {
    height: auto;
    overflow: unset;
}

.hk_testimonial_box {
    border: 1px solid #ddd;
}

.testimonial_h_row .slick-track {
    display: flex;
}

.testimonial_h_row .slick-slide {
    height: auto !important;
}

.testimonial_h_row .slick-slide>div {
    height: 100%;
}

.testimonial_h_row_new .hk_testimonial_col {
    height: 100%;
}

.testimonial_h_row_new .hk_testimonial_box {
    height: 100%;
}

/* ------------------testimonial section end--------------------------------- */

.productpg_product_des table {
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #000;
    color: #000;
}

.productpg_product_des table a {
    color: #268233;
}

.productpg_product_des table td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sbi_box:first-child .sbi_box_icon_inr img {
    object-fit: cover;
}
.cust_diff_width.pd_0{
    width: 100% !important;
    max-width: 100% !important;
}
.cat_des_tem_row .site_des{
    text-align: left !important;
}

@media all and (min-width: 20px) and (max-width: 767px) {

    .our_products_main_box .our_products_img_box {
        border-color: #4B9B2E;
    }

    .our_products_main_box .our_products_hover_btn {
        transform: scale(1);
    }

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 94% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 16px;
        padding-bottom: 10px;
        margin: auto;
        text-align: center;
    }

    .cotnact_main_from_inner .site_button {
        margin: auto;
    }

    .gitu_col_1 {
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }

    .cotnact_main_row textarea {
        height: 70px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        display: block;
        height: 100%;
        padding: 10px !important;
    }

    .gitu_txt_inr span {
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .gitu_txt {
        width: 100%;
    }

    .gitu_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .gitu_icon_inr {
        margin-right: 0px;
    }

    .gitu_icon_inr svg {
        width: 45px;
        height: 45px;
    }

    .gitu_col_1,
    .cotnact_main_col_6 {
        width: 100% !important;
    }

    .gitu_col_2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100% !important;
    }

    .cont_det:before {
        height: 100%;
        bottom: 0;
        right: 0;
    }

    .gitu_box_inr {
        justify-content: center;
        flex-wrap: wrap;
    }

    .gitu_main_inr {
        align-items: unset;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 15px;
        padding-bottom: 10px;
        text-align: center;
    }

    .site_des {
        font-size: 14px;
        text-align: center;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .cut_img img {
        height: 300px;
    }

    .cut_col_1,
    .cut_col_2 {
        width: 100% !important;
    }

    .cut_col_1 {
        padding-right: 0px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 200px;
    }

    .dis_b,
    .cut_img:before {
        display: none;
    }

    .dis_n {
        display: block;
        padding-bottom: 15px;
    }

    .site_btn {
        justify-content: center;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title,
    .oro_des {
        padding: 10px;
    }

    .oro_des {
        height: auto;
    }

    .oro_main_inr {
        margin: auto;
        justify-content: center;
    }

    .oro_box {
        width: 100%;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 0% !important;
        width: 100% !important;
        max-width: 94% !important;
    }

    .war_col_1 {
        width: 100% !important;
        padding-right: 0px;
    }

    .war_col_2 {
        width: 100% !important;
    }

    .war_img img {
        height: 300px;
        border-radius: 50px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
   

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    .sbi_main_inr {
        margin: auto;
    }

    .sbi_box {
        width: 100%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 15px;
    }

    .cate_main_class {
        width: 100%;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 110px !important;
        padding-bottom: 30px !important;
    }

    .bnr_txt_box {
        justify-content: center;
        padding: 30px 15px;
        border-radius: 35px;
        background: linear-gradient(270deg, rgb(140 200 38 / 70%) 0%, rgb(75 155 46 / 70%) 45%, rgb(6 108 55 / 70%) 100%);
    }

    .bnr_title span {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .bnr_des span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }

    .bnr_btn .site_button {
        margin-bottom: 7px;
    }

    .bnr_img img {
        height: 100%;
        border-radius: 35px;
    }

    .bnr_txt_box,
    .bnr_img_box {
        width: 100%;
    }

    .bnr_title span br {
        display: none;
    }

    .bnr_icon {
        text-align: center;
    }

    .bnr_main {
        position: relative;
    }

    .bnr_img_box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        height: 100%;
    }

    .bnr_btn .site_btn {
        flex-wrap: wrap;
    }

    .bnr_icon img {
        height: 60px;
        object-position: center;
    }

    .bnr_icon {
        display: none;
    }

    .bnr_img_box_inr {
        height: 100%;
    }

    .bnr_img {
        height: 100%;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:before,
    .pbs_img:after {
        display: none;
    }

    .pbs_col_1 {
        width: 100% !important;
    }

    .pbs_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 30px;
    }

    .pbs_inr_title {
        font-size: 15px;
        text-align: center;
    }

    .pbs_img {
        padding: 0px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
        max-width: 94% !important;
    }

    .sub_site_title {
        font-size: 15px;
        text-align: center;
    }

    .abt_col_1 {
        width: 100% !important;
        padding-right: 0px;
    }

    .abt_col_2 {
        width: 100% !important;
        padding-left: 0px;
    }

    .abt_col_1:before {
        display: none;
    }

    .abt_img img {
        height: 300px;
    }

    .abt_img:before {
        display: none;
    }

    .abt_section:before {
        display: none;
    }

    .bnr_ar_img img {
        height: 50px;
    }

    .bnr_ar_img {
        bottom: -65px;
    }

    .abt_col_1 .site_des {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_main {
        margin: auto;
    }

    .our_products_box {
        padding: 10px;
        width: 100%;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 14px;
    }

    .our_products_price span {
        font-size: 14px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cart_txt_inr span {
        color: #fff;
    }

    .head_cart {
        display: none !important;
    }

    .abt_col_1:after {
        display: none;
    }

    .info_page_img p {
        width: 100%;
    }


    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 20px 20px;
    }

    .timeline_num_con {
        width: 35px;
        height: 35px;
        font-size: 14px;
        position: relative;
        margin: auto;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin-bottom: 10px !important;
    }

    .timeline_txt_ttl {
        font-size: 16px;
    }

    .timeline_ec_back_box {
        padding: 10px !important;
        max-width: 100% !important;
    }


    .timeline_txt_ttl_con_inr {
        text-align: center;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box:after {
        right: auto;
        left: -10px;
    }

    .timeline_ec_back_box:after {
        width: 15px;
        height: 15px;
        right: -7px;
        display: none;
    }

    .timeline_mn_con_inr:after {
        display: none;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box:after {
        right: auto;
        left: -7px;
    }

    .timeline_txt_ttl_con {
        padding-bottom: 5px;
    }

    /*----------------- timeline section end ------------ */

    /*----------------- testimonial section end ------------ */

    .testimonial_h_row_new .slick-prev {
        left: 0;
        z-index: 999;
    }

    .testimonial_h_row_new .slick-next {
        right: 0;
    }
     .sbi_box_icon_inr {
        padding: 12px;
    }
    .sbi_box_icon_inr img {
        height: 256px;
    }
    .site_sub_title_inr {
        padding-top: 0px !important;
    }
    .sbi_box {
        width: 100%;
    }

    .cat_des_tem_row .margin_btm_green_title {
        margin-bottom: 0;
    }
    .cat_des_tem_row .product_cat_des_black_big_title_box {
        padding-bottom: 4px;
    }
    /*----------------- testimonial section end ------------ */
}

@media all and (min-width: 375px) and (max-width: 767px) {

    .timeline_ec_con {
        width: 50% !important;
    }

    .timeline_ec_back_box {
        padding: 5px !important;
        height: 100%;
    }

    .timeline_ec_con_inr {
        height: 100%;
        padding: 10px 10px;
    }

    .timeline_mn_con_inr {
        justify-content: center;
    }
	.sbi_box {
    width: 50%;
}
.productpg_product_des table {
    font-size: 14px;
    line-height: 17px;
}
 .sbi_box_icon_inr {
        padding: 10px;
    }
    .sbi_box_icon_inr img {
        height: 136px;
    }
    .site_sub_title_inr {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }
    .sbi_box {
        width: 50%;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {

    /* Get In Touch With Us section start */
    .gitu_box {
        width: 50%;
    }

    /* Get In Touch With Us section start */
    /* Shop By Industries section start */
    .sbi_box {
        width: 50%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .cate_main_class {
        width: 50%;
    }

    /* Our Collection section end */
    /* our product section start */
    .our_products_box {
        width: 50%;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .info_page_img p {
        width: 50%;
    }
    .sbi_box_icon_inr img {
        height: 186px;
    }
}
@media all and (min-width: 600px) and (max-width: 767px) {
    .sbi_box_icon_inr img {
        height: 242px;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 94% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 18px;
        padding-bottom: 10px;
        margin: auto;
        text-align: center;
    }

    .cotnact_main_from_inner .site_button {
        margin: auto;
    }

    .gitu_col_1 {
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }

    .cotnact_main_row textarea {
        height: 70px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        display: block;
        height: 100%;
        padding: 15px !important;
    }

    .gitu_txt_inr span {
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .gitu_txt {
        width: 100%;
    }

    .gitu_box {
        width: 33.33%;
        margin-bottom: 0px;
    }

    .gitu_icon_inr {
        margin-right: 0px;
    }

    .gitu_icon_inr svg {
        width: 45px;
        height: 45px;
    }

    .gitu_col_1 {
        width: 100% !important;
    }

    .gitu_col_2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100% !important;
    }

    .cont_det:before {
        height: 100%;
        bottom: 0;
        right: 0;
    }

    .gitu_box_inr {
        justify-content: center;
        flex-wrap: wrap;
    }

    .gitu_main_inr {
        align-items: unset;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 15px;
        padding-bottom: 10px;
        text-align: center;
    }

    .site_des {
        font-size: 14px;
        text-align: center;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .cut_img img {
        height: 300px;
    }

    .cut_col_1,
    .cut_col_2 {
        width: 100% !important;
    }

    .cut_col_1 {
        padding-right: 0px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 200px;
    }

    .dis_b,
    .cut_img:before {
        display: none;
    }

    .dis_n {
        display: block;
        padding-bottom: 15px;
    }

    .site_btn {
        justify-content: center;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title,
    .oro_des {
        padding: 10px;
    }

    .oro_des {
        height: 190px;
    }

    .oro_main_inr {
        margin: auto;
        justify-content: center;
    }

    .oro_box {
        width: 50%;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 0% !important;
        width: 100% !important;
        max-width: 94% !important;
    }

    .war_col_1 {
        width: 100% !important;
        padding-right: 0px;
    }

    .war_col_2 {
        width: 100% !important;
    }

    .war_img img {
        height: 350px;
        border-radius: 50px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
  

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    .sbi_main_inr {
        margin: auto;
    }

    .sbi_box {
        width: 33.33%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 15px;
    }

    .cate_main_class {
        width: 25%;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 120px !important;
        padding-bottom: 30px !important;
    }

    .bnr_txt_box {
        justify-content: center;
        padding: 40px;
        border-radius: 35px;
        background: linear-gradient(270deg, rgb(140 200 38 / 70%) 0%, rgb(75 155 46 / 70%) 45%, rgb(6 108 55 / 70%) 100%);
    }

    .bnr_title span {
        font-size: 25px;
        padding-bottom: 10px;
        text-align: center;
    }

    .bnr_des span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }

    .bnr_btn .site_button {
        margin-bottom: 15px;
    }

    .bnr_img img {
        height: 100%;
        border-radius: 35px;
    }

    .bnr_txt_box,
    .bnr_img_box {
        width: 100%;
    }

    .bnr_title span br {
        display: none;
    }

    .bnr_icon {
        text-align: center;
    }

    .bnr_main {
        position: relative;
    }

    .bnr_img_box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        height: 100%;
    }

    .bnr_icon {
        display: none;
    }

    .bnr_img_box_inr {
        height: 100%;
    }

    .bnr_img {
        height: 100%;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:before,
    .pbs_img:after {
        display: none;
    }

    .pbs_col_1 {
        width: 100% !important;
    }

    .pbs_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 30px;
    }

    .pbs_inr_title {
        font-size: 15px;
        text-align: center;
    }

    .pbs_img {
        padding: 0px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
        max-width: 94% !important;
    }

    .sub_site_title {
        font-size: 15px;
        text-align: center;
    }

    .abt_col_1 {
        width: 100% !important;
        padding-right: 0px;
    }

    .abt_col_2 {
        width: 100% !important;
        padding-left: 0px;
    }

    .abt_col_1:before {
        display: none;
    }

    .abt_img img {
        height: 400px;
    }

    .abt_img:before {
        display: none;
    }

    .abt_section:before {
        display: none;
    }

    .bnr_ar_img img {
        height: 50px;
    }

    .bnr_ar_img {
        bottom: -65px;
    }

    .abt_col_1 .site_des {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .abt_col_1:after {
        display: none;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_main {
        margin: auto;
    }

    .our_products_box {
        padding: 10px;
        width: 33.33%;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 14px;
    }

    .our_products_price span {
        font-size: 14px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cart_txt_inr span {
        color: #fff;
    }

    .head_cart {
        display: none !important;
    }

    .info_page_img p {
        width: 33.33%;
    }

    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 20px;
    }

    .timeline_num_con {
        width: 30px;
        height: 30px;
        font-size: 15px;
        right: -8px;
        top: -8px;
    }

    .timeline_txt_ttl {
        font-size: 17px;
    }

    .timeline_ec_back_box {
        padding: 0 20px 0 0;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box {
        padding: 0 0 0 20px;
    }

    .timeline_ec_con:nth-child(even) .timeline_num_con {
        left: -8px;
        top: -8px;
    }

    .timeline_txt_desc_con_inr span {
        text-align: left;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box:after {
        right: auto;
        left: -10px;
    }

    .timeline_ec_back_box:after {
        width: 15px;
        height: 15px;
        right: -7px;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box:after {
        right: auto;
        left: -7px;
    }

    .timeline_txt_ttl_con {
        padding-bottom: 5px;
    }

    /*----------------- timeline section end ------------ */
    .productpg_product_des table {
    font-size: 14px;
    line-height: 17px;
}
 .sbi_box_icon_inr {
        padding: 12px;
    }
    .sbi_box_icon_inr img {
        height: 196px;
    }
    .site_sub_title_inr {
        padding-top: 0px !important;
    }
    .sbi_box {
        width: 33.33%;
    }
    .cat_des_tem_row .margin_btm_green_title {
    margin-bottom: 0;
}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 94% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .gitu_col_1 {
        padding-right: 30px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 45px;
        padding-left: 15px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 80px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 200px;
        padding: 10px;
    }

    .gitu_txt_inr span {
        font-size: 15px;
    }

    .gitu_box {
        margin-bottom: 20px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    .gitu_icon_inr svg {
        width: 35px;
        height: 35px;
    }

    .gitu_col_1 {
        width: 65% !important;
    }

    .gitu_col_2 {
        width: 35% !important;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .cut_img img {
        height: 300px;
    }

    .cut_col_1 {
        padding-right: 30px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 230px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title,
    .oro_des {
        padding: 10px;
    }

    .oro_des {
        height: 250px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 3% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 30px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 400px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
 

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 16px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 90px !important;
        padding-bottom: 30px !important;
    }

    .bnr_txt_box {
        padding-left: 20px;
    }

    .bnr_title span {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .bnr_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .bnr_btn .site_button {
        margin-bottom: 15px;
    }

    .bnr_img img {
        height: 360px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:after {
        height: 90px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 30px;
    }

    .pbs_inr_title {
        font-size: 16px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 30px !important;
        padding-right: 40px !important;
    }

    .sub_site_title {
        font-size: 16px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 50px;
    }

    .abt_col_1:before {
        right: -25px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 200px;
    }

    .bnr_ar_img img {
        height: 60px;
    }

    .bnr_ar_img {
        bottom: -70px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
        width: 25%;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 15px;
    }

    .our_products_price span {
        font-size: 16px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 29px !important;
        padding-right: 29px !important;
    }

    .info_page_img p {
        width: 33.33%;
    }

    /* about icon css */
    .abt_col_1:after {
        right: -46px;
    }

    /* about icon css end */

    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 30px;
    }

    .timeline_num_con {
        width: 33px;
        height: 33px;
        font-size: 15px;
        right: -8px;
    }

    .timeline_txt_ttl {
        font-size: 20px;
    }

    .timeline_ec_back_box {
        padding: 0 30px 0 0;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box {
        padding: 0 0 0 30px;
    }

    .timeline_ec_con:nth-child(even) .timeline_num_con {
        left: -8px;
    }

    .timeline_ec_back_box:after {
        width: 17px;
        height: 17px;
        right: -9px;
    }

    /*----------------- timeline section end ------------ */
    /*----------------- testimonial section start ------------ */
    .testimonial_h_row_new .slick-prev {
        left: -5px;
        z-index: 999;
    }

    .testimonial_h_row_new .slick-next {
        right: -5px;
    }

    /*----------------- testimonial section end ------------ */
    .productpg_product_des table {
        font-size: 15px;
        line-height: 21px;
    }
    .productpg_product_des table td {
        padding: 8px !important;
    }
     .sbi_box_icon_inr {
        padding: 12px;
    }
    .sbi_box_icon_inr img {
        height: 264px;
    }
    .site_sub_title_inr {
        padding-top: 0px !important;
    }
    .sbi_box {
        width: 33.33%;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .enquire_popup {
        max-width: 90% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .gitu_col_1 {
        padding-right: 40px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 45px;
        padding-left: 15px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 80px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 250px;
        padding: 15px;
    }

    .gitu_txt_inr span {
        font-size: 15px;
    }

    .gitu_box {
        margin-bottom: 20px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    .gitu_icon_inr svg {
        width: 40px;
        height: 40px;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .cut_img img {
        height: 300px;
    }

    .cut_col_1 {
        padding-right: 30px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 230px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title,
    .oro_des {
        padding: 10px 15px;
    }

    .oro_des {
        height: 250px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 3% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 30px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 400px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
  

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 16px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 100px !important;
        padding-bottom: 40px !important;
    }

    .bnr_txt_box {
        padding-left: 12px;
    }

    .bnr_title span {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .bnr_des span {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .bnr_btn .site_button {
        margin-bottom: 15px;
    }

    .bnr_img img {
        height: 380px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:after {
        height: 90px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 30px;
    }

    .pbs_inr_title {
        font-size: 16px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 30px !important;
        padding-right: 50px !important;
    }

    .sub_site_title {
        font-size: 16px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 60px;
    }

    .abt_col_1:before {
        right: -30px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 250px;
    }

    .bnr_ar_img img {
        height: 70px;
    }

    .bnr_ar_img {
        bottom: -85px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
        width: 25%;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 15px;
    }

    .our_products_price span {
        font-size: 17px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .info_page_img p {
        width: 33.33%;
    }

    /* about icon css */
    .abt_col_1:after {
        right: -52px;
    }

    /* about icon css end */

    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 30px;
    }

    .timeline_num_con {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .timeline_txt_ttl {
        font-size: 22px;
    }

    .timeline_ec_back_box {
        padding: 0 30px 0 0;
    }

    .timeline_ec_con:nth-child(even) .timeline_ec_back_box {
        padding: 0 0 0 30px;
    }

    /*----------------- timeline section end ------------ */
    /*----------------- testimonial section start ------------ */
    .testimonial_h_row_new .slick-prev {
        left: -5px;
        z-index: 999;
    }

    .testimonial_h_row_new .slick-next {
        right: -5px;
    }

    /*----------------- testimonial section end ------------ */
    .productpg_product_des table {
        font-size: 15px;
        line-height: 21px;
    }
    .productpg_product_des table td {
        padding: 8px !important;
    }
    .productpg_product_des table {
        font-size: 15px;
        line-height: 21px;
    }
    .productpg_product_des table td {
        padding: 15px !important;
    }
     .sbi_box_icon_inr {
        padding: 15px;
    }
    .sbi_box_icon_inr img {
        height: 290px;
    }
    .site_sub_title_inr {
        padding-top: 0px !important;
    }
    .sbi_box {
        width: 33.33%;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 40px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .enquire_popup {
        max-width: 85% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .gitu_col_1 {
        padding-right: 45px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 45px;
        padding-left: 15px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 80px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 300px;
        padding: 15px 30px;
    }

    .gitu_txt_inr span {
        font-size: 15px;
    }

    .gitu_box {
        margin-bottom: 20px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .cut_img img {
        height: 330px;
    }

    .cut_col_1 {
        padding-right: 30px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 260px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title {
        padding: 10px 20px;
    }

    .oro_des {
        padding: 10px 20px;
        height: 225px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 3% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 30px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 400px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
 

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 250px;
    }

    .top_selling_pro_title {
        font-size: 16px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 110px !important;
        padding-bottom: 50px !important;
    }

    .bnr_txt_box {
        padding-left: 15px;
    }

    .bnr_title span {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .bnr_des span {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .bnr_btn .site_button {
        margin-bottom: 15px;
    }

    .bnr_img img {
        height: 420px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px 15px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:after {
        height: 90px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 35px;
    }

    .pbs_inr_title {
        font-size: 17px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 40px !important;
        padding-right: 100px !important;
    }

    .sub_site_title {
        font-size: 16px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 60px;
    }

    .abt_col_1:before {
        right: -34px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 280px;
    }

    .bnr_ar_img img {
        height: 80px;
    }

    .bnr_ar_img {
        bottom: -100px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
        width: 25%;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 15px;
    }

    .our_products_price span {
        font-size: 18px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .info_page_img p {
        width: 25%;
    }

    /* about icon css */
    .abt_col_1:after {
        right: -56px;
    }

    /* about icon css end */
    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 30px;
    }

    .timeline_num_con {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

    .timeline_txt_ttl {
        font-size: 22px;
    }

    /*----------------- timeline section end ------------ */
    /*----------------- testimonial section start ------------ */
    .testimonial_h_row_new .slick-prev {
        left: -5px;
        z-index: 999;
    }

    .testimonial_h_row_new .slick-next {
        right: -5px;
    }

    /*----------------- testimonial section end ------------ */
    .productpg_product_des table {
        font-size: 15px;
        line-height: 21px;
    }
    .productpg_product_des table td {
        padding: 15px !important;
    }
     .sbi_box_icon_inr {
        padding: 10px;
    }
    .sbi_box_icon_inr img {
        height: 180px;
    }
    .site_sub_title_inr {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 50px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .enquire_popup {
        max-width: 80% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .gitu_col_1 {
        padding-right: 55px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 45px;
        padding-left: 15px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 80px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 300px;
        padding: 15px 30px;
    }

    .gitu_txt_inr span {
        font-size: 13px;
    }

    .gitu_box {
        margin-bottom: 20px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .cut_img img {
        height: 350px;
    }

    .cut_col_1 {
        padding-right: 35px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 280px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title {
        padding: 10px 20px;
    }

    .oro_des {
        padding: 10px 20px;
        height: 200px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 3% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 30px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 400px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
    
    

    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 250px;
    }

    .top_selling_pro_title {
        font-size: 17px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 120px !important;
        padding-bottom: 60px !important;
    }

    .bnr_txt_box {
        padding-left: 20px;
    }

    .bnr_title span {
        font-size: 34px;
        padding-bottom: 10px;
    }

    .bnr_des span {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .bnr_btn .site_button {
        margin-bottom: 15px;
    }

    .bnr_img img {
        height: 500px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px 20px;
    }

    .pbs_img img {
        height: 300px;
    }

    .pbs_img:after {
        height: 90px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 40px;
    }

    .pbs_inr_title {
        font-size: 18px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 40px !important;
        padding-right: 150px !important;
    }

    .sub_site_title {
        font-size: 16px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 60px;
    }

    .abt_col_1:before {
        right: -27px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 330px;
    }

    .bnr_ar_img img {
        height: 90px;
    }

    .bnr_ar_img {
        bottom: -115px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 15px;
    }

    .our_products_price span {
        font-size: 20px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 38px !important;
        padding-right: 38px !important;
    }

    .info_page_img p {
        width: 25%;
    }

    /* about icon css */
    .abt_col_1:after {
        right: -50px;
    }

    /* about icon css end */

    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 40px;
    }

    /* .timeline_num_con {
        width: 50px;
        height: 50px;
        font-size: 20px;
    } */

    /* .timeline_txt_ttl {
        font-size: 24px;
    } */

    /*----------------- timeline section end ------------ */
    /*----------------- testimonial section start ------------ */
    .testimonial_h_row_new .slick-prev {
        left: -5px;
        z-index: 999;
    }

    .testimonial_h_row_new .slick-next {
        right: -5px;
    }

    /*----------------- testimonial section end ------------ */
    .sbi_box_icon_inr {
        padding: 10px;
    }
    .sbi_box_icon_inr img {
        height: 200px;
    }
    .site_sub_title_inr {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 60px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .enquire_popup {
        max-width: 75% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 32px;
        padding-bottom: 10px;
    }

    .gitu_col_1 {
        padding-right: 65px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 45px;
        padding-left: 15px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 90px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 300px;
        padding: 20px 35px;
    }

    .gitu_txt_inr span {
        font-size: 15px;
    }

    .gitu_box {
        margin-bottom: 25px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .cut_img img {
        height: 400px;
    }

    .cut_col_1 {
        padding-right: 40px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 300px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title {
        padding: 10px 25px;
    }

    .oro_des {
        padding: 15px 25px;
        height: 190px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 3% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 30px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 430px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */


    .site_sub_title_inr {
        padding: 15px !important;
    }

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 250px;
    }

    .top_selling_pro_title {
        font-size: 18px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 130px !important;
        padding-bottom: 70px !important;
    }

    .bnr_txt_box {
        padding-left: 35px;
    }

    .bnr_title span {
        font-size: 37px;
        padding-bottom: 10px;
    }

    .bnr_des span {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .bnr_btn .site_button {
        margin-bottom: 20px;
    }

    .bnr_img img {
        height: 530px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px 25px;
    }

    .pbs_img img {
        height: 330px;
    }

    .pbs_img:after {
        height: 100px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 45px;
    }

    .pbs_inr_title {
        font-size: 20px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 40px !important;
        padding-right: 170px !important;
    }

    .sub_site_title {
        font-size: 17px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 70px;
    }

    .abt_col_1:before {
        right: -28px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 350px;
    }

    .bnr_ar_img img {
        height: 100px;
    }

    .bnr_ar_img {
        bottom: -130px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 15px;
    }

    .our_products_price span {
        font-size: 22px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 42px !important;
        padding-right: 42px !important;
    }

    /* about icon css */
    .abt_col_1:after {
        right: -51px;
    }

    /* about icon css end */



    /*----------------- timeline section start ------------ */
    .timeline_ec_con_inr {
        padding: 15px 50px;
    }

    /* 
    .timeline_num_con {
        width: 50px;
        height: 50px;
        font-size: 20px;
    } */

    /*----------------- timeline section end ------------ */
    .sbi_box_icon_inr {
        padding: 10px;
    }
    .sbi_box_icon_inr img {
        height: 240px;
    }
    .site_sub_title_inr {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
	

    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 70px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 92% !important;
    }

    .enquire_popup {
        max-width: 70% !important;
    }

    /* Get In Touch With Us section start */
    .site_title {
        font-size: 34px;
        padding-bottom: 15px;
    }

    .gitu_col_1 {
        padding-right: 75px;
    }

    .cotnact_main_row input.text,
    .cotnact_main_row input.title,
    .cotnact_main_row input[type=email],
    .cotnact_main_row input[type=password],
    .cotnact_main_row input[type=tel],
    .cotnact_main_row input[type=text],
    .cotnact_main_row select,
    .cotnact_main_row textarea {
        height: 48px;
        padding-left: 18px;
        font-size: 15px;
    }

    .cotnact_main_row textarea {
        height: 100px;
    }

    .google_map iframe {
        height: 300px;
    }

    .cont_det {
        height: 300px;
        padding: 25px 40px;
    }

    .gitu_txt_inr span {
        font-size: 14px;
    }

    .gitu_box {
        margin-bottom: 30px;
    }

    .gitu_icon_inr {
        margin-right: 10px;
    }

    /* Get In Touch With Us section end */
    /* Our Production Process For Plastic Bags section start */
    .site_sub_title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .site_des {
        font-size: 15px;
    }

    /* Our Production Process For Plastic Bags section end */
    /* Contact Us Today section start */
    .cut_img {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .cut_img img {
        height: 420px;
    }

    .cut_col_1 {
        padding-right: 45px;
    }

    .cut_section:before,
    .oro_section:before {
        height: 310px;
    }

    /* Contact Us Today section end */
    /* OUR RANGE OF PLASTIC BAGS FOR SALE section start */
    .oro_box_title {
        padding: 15px 30px;
    }

    .oro_des {
        padding: 20px 30px;
        height: 200px;
    }

    /* OUR RANGE OF PLASTIC BAGS FOR SALE section end */
    /* We Are A Leading Plastic Bags Supplier in Sydney section start */
    .cust_diff_width.pd_0 {
        padding-left: 4% !important;
    }

    .war_col_1 {
        width: 47% !important;
        padding-right: 35px;
    }

    .war_col_2 {
        width: 53% !important;
    }

    .war_img img {
        height: 450px;
    }

    /* We Are A Leading Plastic Bags Supplier in Sydney section end */
    /* Shop By Industries section start */
 

  

    .sbi_box_inr:before {
        height: 70%;
    }

    /* Shop By Industries section end */
    /* Our Collection section start */
    .category_image img {
        height: 250px;
    }

    .top_selling_pro_title {
        font-size: 20px;
    }

    /* Our Collection section end */
    /* banner section start */
    .tb_diff_padd {
        padding-top: 150px !important;
        padding-bottom: 80px !important;
    }

    .bnr_txt_box {
        padding-left: 40px;
    }

    .bnr_title span {
        font-size: 41px;
        padding-bottom: 15px;
    }

    .bnr_des span {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .bnr_btn .site_button {
        margin-bottom: 25px;
    }

    .bnr_img img {
        height: 560px;
    }

    /* banner section end */
    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section start */
    .site_title span {
        padding: 10px 30px;
    }

    .pbs_img img {
        height: 340px;
    }

    .pbs_img:after {
        height: 105px;
    }

    .pbs_col_1 {
        width: 39% !important;
    }

    .pbs_col_2 {
        width: 61% !important;
        padding-left: 50px;
    }

    .pbs_inr_title {
        font-size: 22px;
    }

    /* create  Plastic Bags Suppliers Across Sydney - Plastpack section end */
    /* create about us section start */
    .diff_cust_width.pd_0 {
        padding-left: 70px !important;
        padding-right: 200px !important;
    }

    .sub_site_title {
        font-size: 18px;
    }

    .abt_col_1 {
        width: 56% !important;
        padding-right: 40px;
    }

    .abt_col_2 {
        width: 44% !important;
        padding-left: 90px;
    }

    .abt_col_1:before {
        right: -40px;
    }

    .abt_img img {
        height: 480px;
    }

    .abt_img:before {
        bottom: -15px;
        right: -15px;
    }

    .abt_section:before {
        height: 400px;
    }

    .bnr_ar_img img {
        height: 110px;
    }

    .bnr_ar_img {
        bottom: -145px;
    }

    /* create about us section end */
    /* our product section start */
    .our_products_box {
        padding: 10px;
    }

    .our_products_img_box img {
        height: 300px;
    }

    .our_products_img_box {
        margin-bottom: 10px;
    }

    .our_products_title a {
        font-size: 17px;
    }

    .our_products_price span {
        font-size: 24px;
    }

    /* our product section end */
    .single-product #left-area .product>.clearfix {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }


    /* about icon css */
    .abt_col_1:after {
        right: -65px;
    }


    /* about icon css end */
}