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

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root {
    --font_DM_Sans: 'DM Sans' !important;
    --primary_color: #DF3063;
    --secondary_color: #2AB5D1;
    --black_color: #000;
    --white_color: #fff;
    --font_weight_400: 400;
    --font_weight_500: 500;
    --font_weight_600: 600;
    --font_weight_700: 700;
}

header {
    z-index: 999 !important;
    position: relative !important;
}


#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    border-radius: 0px !important;
}

.term-47 .our_products_title {
    padding-top: 0 !important;
}

.sku_wrapper {
    color: #000 !important;
}

.term-47 .our_products_img_box img {
    object-position: center !important;
    height: 230px !important;
}

.term-47 .our_products_main_box {
    padding-top: 0 !important;
}

.our_products_price_box {
    padding-left: 30px !important;
}

.sing_pro_des {
    color: #000 !important;
}

body {
    font-family: var(--font_DM_Sans) !important;
    line-height: 1.6em !important;
    overflow: hidden;
    scroll-behavior: smooth !important;
}

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

.related.products .slick-slide {
    border: none !important;
}

.single-product .slick-slide {
    border-radius: 0 !important;
}

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

textarea {
    resize: none !important;
}

.tc {
    text-align: center !important;
}

.pd_0 {
    padding: 0px !important;
}

.tb_padd,
.single-product #left-area .product>.clearfix {
    padding: 90px 0px !important;
}
.single-product #left-area .product>.clearfix{
	padding:40px 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;
    justify-content: center;
}

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

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

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

.mg_img,
.wb_img,
.pdg_img,
.oos_img,
.abt_img,
.abt_sec_img,
.abt_us_img,
.wt_img,
.how_does_work_img {
    width: 100% !important;
    line-height: 0 !important;
    text-align: center !important;
}

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

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

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

.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: var(--primary_color);
    font-weight: 600;
}

.color_white {
    color: #fff !important;
}


/* main banner start */

.bnr_section,
.yos_section,
.fyp_section,
.wmb_section,
.mg_section,
.wab_section,
.pdg_section,
.wcd_section,
.oos_section {
    position: relative;
    overflow: hidden;
}

.bnr_section .et_pb_slide_0,
.bnr_section .et_pb_slide_1,
.bnr_section .et_pb_slide_2,
.bnr_section .et_pb_slide_3,
.bnr_section .et_pb_slide_4,
.bnr_section .et_pb_slide_5 {
    background-repeat: no-repeat;
    width: 100% !important;
    height: 870px !important;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
}

.bnr_section .et_pb_slide_0:before,
.bnr_section .et_pb_slide_1:before,
.bnr_section .et_pb_slide_2:before,
.bnr_section .et_pb_slide_3:before,
.bnr_section .et_pb_slide_4:before,
.bnr_section .et_pb_slide_5:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/07/home-banner-image-shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.bnr_section .et_pb_slide_description {
    padding: 0px !important;
    text-shadow: unset !important;
}

.bnr_title {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-shadow: unset;
}

.bnr_des {
    display: block;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    padding: 15px 0px;
}

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

.p_top_10 {
    padding-top: 10px;
}

.btn_col_right {
    margin-left: 10px;
}

.bnr_btn .btn_col_left .site_button {
    width: 225px;
}


/* main banner end */


/* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */

.site_title {
    display: block;
    color: var(--primary_color);
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
}

.site_title:before {
    content: '';
    border-bottom: 2px solid var(--secondary_color);
    width: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}

.center_line.site_title:before {
    left: 0;
    right: 0;
    margin: auto;
}

.site_des span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    padding-bottom: 10px;
}

.yos_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Grates-2-Go-Your-One-Stop-Shop-for-Superior-Drainage-Solutions-left-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0px;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}

.yos_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Grates-2-Go-Your-One-Stop-Shop-for-Superior-Drainage-Solutions-right-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 150px;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: -15px;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}

@keyframes mover_lr {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes mover_ud {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


/* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */


/* map start */

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

.map_col_1,
.map_col_2 {
    width: 50% !important;
}

.map_col_2 {
    padding-left: 25px;
}

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

.map_title {
    display: block;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    padding: 10px 15px;
    background: #2AB2D1;
    width: fit-content;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 0;
	width:50% !important;
}


/* map end */


/* Find your perfect drainage solution start */

.fyp_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Find-your-perfect-drainage-solution-left-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}

.fyp_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Find-your-perfect-drainage-solution-right-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: auto;
    right: -15px;
    margin: auto;
    z-index: 0;
    animation: mover_ud 1s ease-in-out infinite alternate;
}


/* Find your perfect drainage solution end */


/* What Makes Us The Best? start */

.wmb_main_inr {
    margin: auto -10px;
}

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

.wmb_main_box_inr {
    background: #fff;
    padding: 40px 14px 30px 40px;
}

.wmb_box_title span {
    display: block;
    color: var(--secondary_color);
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
}

.wmb_des .site_des span {
    height: 65px;
    overflow: auto;
}

.wmb_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/What-Makes-Us-The-Best-right-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 400px;
    position: absolute;
    top: auto;
    bottom: 80px;
    left: auto;
    right: -15px;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}


/* What Makes Us The Best? end */


/* Our Products start */

.our_products_box {
    width: 20%;
}

.our_products_main_box {
    border: 1px solid #DDDDDD;
    padding-top: 0px;
    padding-bottom: 30px;
    background: #fff;
}

.or_pro_col_1 {
    width: 20% !important;
}

.or_pro_col_2 {
    width: 69% !important;
    padding-left: 30px;
    padding-right: 10px;
    border-left: 1px solid #DDDDDD;
}

.or_pro_col_3 {
    width: 11% !important;
}

.our_products_main {
    padding-top: 20px;
}

.our_products_img_box {
    width: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.our_products_title {
    padding-top: 20px;
}

.our_products_hover_btn {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%);
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: -120%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s !important;
    height: 0%;
}

.our_products_main_box:hover .our_products_hover_btn {
    top: 0;
    height: 100%;
}

.our_products_main_box:hover {
    border-color: #2AB5D1;
}

.our_products_img_box img {
    object-fit: contain;
    width: 100%;
    object-position: center;
    height: 250px;
}

.our_products_title span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
}

.our_products_price .amount {
    /* display: block; */
    color: var(--primary_color);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


/* Our Products end */


/* More Than Just Drainage Grates start */

.dis_n {
    display: none;
}

.mg_img img {
    object-fit: cover;
    width: 100%;
    height: 640px;
}

.mg_col_1 {
    width: 41% !important;
}

.mg_col_2 {
    width: 59% !important;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    border: 1px solid #2AB5D1;
    position: relative;
}

.site_des ul {
    padding-bottom: 0;
    padding-left: 17px;
}

.mg_section:after {
    content: '';
    background: #F2E1E638;
    width: 200px;
    height: 200px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: auto;
    right: -80px;
    margin: auto;
    z-index: 0;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    animation: rotate_img 7s ease-in-out infinite alternate;
}

@keyframes rotate_img {
    100% {
        transform: rotateZ(180deg);
    }
}


/* More Than Just Drainage Grates end */


/* We are now available at bunnings start */

.wab_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/We-are-now-available-at-bunnings.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}

.line_none.site_title:before {
    display: none;
}

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

.wb_img img {
    object-fit: contain;
    width: 100%;
    height: 89px;
    object-position: right;
}

.wab_col_1 {
    width: 55% !important;
}

.wab_col_2 {
    width: 45% !important;
}

.wab_section:after {
    content: '';
    background: #0B4B50;
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: -80px;
    bottom: 0;
    margin: auto;
    z-index: 0;
    border-left: 4px solid #DA291C;
    transform: skewX(-20deg);
}


/* We are now available at bunnings end */


/* Download our Product Catalogue start */

.ctg_btn .site_button {
    background: #2AB3D2;
    border: 2px solid #fff;
    color: #fff;
}

.ctg_btn .site_button:hover {
    background: #fff;
    border-color: #2AB3D2;
    color: #000;
}

.tb_padd.pad_t_0 {
    padding-top: 0px !important;
}

.pdg_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Group-34085.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: auto;
    right: -15px;
    margin: auto;
    z-index: 0;
    animation: mover_ud 1s ease-in-out infinite alternate;
}

.pdg_img img {
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.dif_pad_tb {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 120px !important;
    padding-right: 90px !important;
}

.ctg_title {
    display: block;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
}

.dpc_col_1 {
    width: 32% !important;
}

.dpc_col_2 {
    width: 46% !important;
    padding-left: 30px;
    padding-right: 10px;
    border-left: 1px solid #FFFFFF4D;
}

.dpc_col_3 {
    width: 22% !important;
}

.ctg_btn {
    justify-content: end;
}


/* Download our Product Catalogue end */


/* We Cater To Diverse Needs start */

.wcd_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/We-Cater-To-Diverse-Needs-left-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 440px;
    height: 440px;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: -15px;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: crescendo 2s ease-in-out infinite alternate;
}

.wcd_section:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/We-Cater-To-Diverse-Needs-right-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 360px;
    height: 360px;
    position: absolute;
    top: 60px;
    bottom: auto;
    left: auto;
    right: -15px;
    margin: auto;
    z-index: 0;
    animation: crescendo 2s ease-in-out infinite alternate;
}

@keyframes crescendo {
    0% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.wcd_main_inr {
    margin: auto -6px;
}

.wcd_box {
    width: 20%;
    padding: 6px;
}

.wcd_box_inr {
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wcd_box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 115px;
    background: #FFFFFF;
    border: 3px solid #2AB5D1;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 0;
}

.wcd_box_title span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.wcd_box_inr:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 70%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.wcd_box_des .site_des span {
    height: 140px;
    padding-bottom: 0px;
    overflow: auto;
}

.wcd_box_icon svg {
    animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* We Cater To Diverse Needs end */


/* Our Other Services start */

.oos_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/05/Frame-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 175px;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: -10px;
    right: auto;
    margin: auto;
    z-index: 0;
    animation: mover_lr 1s ease-in-out infinite alternate;
}

.oos_section:after {
    content: '';
    background: #2AB5D117;
    width: 150px;
    height: 150px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: -75px;
    right: auto;
    margin: auto;
    z-index: 0;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    animation: rotate_img 7s ease-in-out infinite alternate;
}

.oos_col_1 {
    width: 57% !important;
    padding-right: 50px;
}

.oos_col_2 {
    width: 43% !important;
}

.oos_img img {
    object-fit: cover;
    width: 100%;
    height: 385px;
}

.oos_row {
    position: relative;
}

.oos_row:before {
    content: '';
    background: #2AB5D1;
    width: 17px;
    height: 115%;
    border-radius: 180px 0 0 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -220px;
    margin: auto;
    z-index: 0;
}

.wcd_box_inr:hover .wcd_box_icon {
    background: var(--primary_color);
}

.wcd_box_inr:hover .wcd_box_icon svg path {
    fill: var(--white_color);
}


/* Our Other Services end */


/* Get In Touch start */

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

.git_col_1 {
    width: 24% !important;
}

.git_col_2 {
    width: 52% !important;
    padding-left: 55px;
    padding-right: 55px;
}

.git_col_3 {
    width: 24% !important;
}

.cont_details {
    display: block;
    background: #fff;
    height: 540px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.git_title span {
    display: block;
    color: var(--secondary_color);
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.git_title span:before {
    content: '';
    border-bottom: 2px solid #DF3063;
    width: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}

.cont_box {
    padding: 20px;
}

.cont_main_inr {
    margin: auto -20px;
}

.cont_details:before {
    content: '';
    border-bottom: 10px solid var(--primary_color);
    border-radius: 50px 50px 0 0;
    width: 235px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.cont_details:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/06/image-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 75px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    animation: rotate 7s ease-in-out infinite alternate;
}

@keyframes rotate {
    100% {
        transform: rotateY(180deg);
    }
}

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

.cont_box_icon_inr {
    line-height: 0;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #DDDDDD;
}

.cont_box_txt_inr>span {
    display: block;
    color: var(--primary_color);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}

.cont_box_txt_inr a span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

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

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

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

.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: 48px;
    border-bottom: 1px solid #666666 !important;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    background: transparent;
}

.cotnact_main_row textarea {
    height: 105px;
}

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: #2E2E2E;
    border-bottom: 1px solid #666666 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background: transparent;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.cotnact_main_from_inner .site_button {
    margin: auto;
}


/* Get In Touch end */


/* About Us start */

.tb_padd.pd_t_0 {
    padding-top: 0 !important;
}

.line_white.site_title:before {
    border-color: #fff;
}

.pd_l {
    padding-left: 150px;
    padding-top: 40px;
}

.ctg_title.color_primary {
    color: var(--primary_color) !important;
    padding-bottom: 10px;
}

.abt_col_1 {
    width: 39% !important;
    z-index: 1;
}

.abt_col_2 {
    width: 33% !important;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 90px;
    z-index: 0;
}

.abt_col_3 {
    width: 28% !important;
    padding-top: 70px;
    position: relative;
}

.abt_img img {
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.abt_sec_img img {
    object-fit: contain;
    width: 100%;
    height: 430px;
    object-position: left;
}

.abt_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background: var(--secondary_color);
    position: relative;
    margin-top: 75px;
}

.abt_inr:before {
    content: '';
    background: var(--secondary_color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -80px;
    right: auto;
    margin: auto;
    z-index: 0;
}

.abt_inr:after {
    content: '';
    background: url(/../../../wp-content/uploads/2024/06/Group-1437254846_cleanup.png);
    background-size: contain;
    width: 1150px;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: -590px;
    margin: auto;
    z-index: -1;
}

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

.abt_col_1:before {
    content: '';
    background: var(--secondary_color);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 0;
}


/* About Us end */


/* Find your perfect drainage solution start */

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

.wcg_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2024/06/Rectangle-5867.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 720px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.wcg_col_1,
.wcg_col_2 {
    width: 50% !important;
}

.wcg_col_1 {
    padding-right: 35px;
}

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

.wcg_col_1 .wc_box_inr {
    justify-content: end;
}

.wcg_col_2 .wc_box_inr {
    justify-content: start;
}

.wc_title span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.wcg_col_1 .wc_box_inr .wc_title span {
    text-align: right;
}

.wc_inr_title span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.wcg_col_1 .wc_box_inr .wc_inr_title span {
    text-align: right;
}

.wc_icon_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    border: 2px solid #2AB5D1;
    line-height: 0;
    z-index: 0;
    position: relative;
}

.wcg_col_1 .wc_box:nth-child(1),
.wcg_col_2 .wc_box:nth-child(1) {
    padding-bottom: 40px;
}

.wcg_col_1 .wc_box:nth-child(2),
.wcg_col_2 .wc_box:nth-child(2) {
    padding-bottom: 60px;
}

.wc_box:last-child {
    padding-bottom: 0;
}

.wc_icon_inr {
    margin-left: 15px;
}

.wcg_col_2 .wc_icon_inr {
    margin-right: 15px;
}

.wcg_col_1 .wc_box:nth-child(2) {
    padding-right: 90px;
}

.wcg_col_1 .wc_box:nth-child(3) {
    padding-right: 180px;
}

.wcg_col_2 .wc_box:nth-child(2) {
    padding-left: 90px;
}

.wcg_col_2 .wc_box:nth-child(3) {
    padding-left: 180px;
}

.tb_padd.tb_b_0 {
    padding-bottom: 0px !important;
}

.wcg_img {
    width: 100%;
    line-height: 0;
    text-align: center !important;
    margin-top: -120px;
}

.wcg_img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 415px;
}

.wc_box {
    position: relative;
}

.wc_box_inr svg {
    animation: blink 1.5s ease-in-out infinite alternate;
}

.wcg_col_1 .wc_box:nth-child(1).wc_box:before {
    content: '';
    border-right: 1px solid #dddddd;
    height: 200px;
    position: absolute;
    top: 80px;
    left: auto;
    right: 30px;
    margin: auto;
    z-index: 0;
}

.wcg_col_2 .wc_box:nth-child(1).wc_box:before {
    content: '';
    border-left: 1px solid #dddddd;
    height: 200px;
    position: absolute;
    top: 80px;
    left: 65px;
    right: auto;
    margin: auto;
    z-index: 0;
}

.wcg_col_1 .wc_box:nth-child(2).wc_box:before {
    content: '';
    border-right: 1px solid #dddddd;
    height: 140px;
    position: absolute;
    top: 80px;
    left: auto;
    right: 125px;
    margin: auto;
    z-index: 0;
}

.wcg_col_2 .wc_box:nth-child(2).wc_box:before {
    content: '';
    border-left: 1px solid #dddddd;
    height: 140px;
    position: absolute;
    top: 80px;
    left: 165px;
    right: auto;
    margin: auto;
    z-index: 0;
}

.wcg_col_1 .wc_box:nth-child(3).wc_box:before {
    content: '';
    border-right: 1px solid #dddddd;
    height: 100px;
    position: absolute;
    top: 80px;
    left: auto;
    right: 200px;
    margin: auto;
    z-index: 0;
    transform: rotate(-25deg);
}

.wcg_col_2 .wc_box:nth-child(3).wc_box:before {
    content: '';
    border-left: 1px solid #dddddd;
    height: 100px;
    position: absolute;
    top: 80px;
    left: 235px;
    right: auto;
    margin: auto;
    z-index: 0;
    transform: rotate(25deg);
}


/* Find your perfect drainage solution end */

.woocommerce-page .wc-block-cart-items th {
    background: #df3063 !important;
    visibility: visible !important;
    color: #fff;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #df3063 !important;
}

.pr_policy_des h2 {
    font-size: 26px !important;
}

.service_img_box img {
    height: 300px !important;
    object-fit: contain !important;
    width: 100% !important;
}
	.wmb_box_title {
    font-size: 16px;
    color: #000;
}

/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {
	body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0 !important;
}

    .service_img_box img {
        height: 240px !important;
    }
    .text_center_mob {
        text-align: center;
    }
    .pr_policy_des h2 {
        font-size: 18px !important;
        text-align: center !important;
    }
    .site_des span {
        line-height: 1.5em;
    }
    .wcg_section {
        border-top: 1px solid #ddd;
    }
    .our_products_hover_btn {
        display: none;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .site_btn {
        justify-content: center;
    }
    .dis_b {
        display: none;
    }
    .dis_n {
        display: block;
        padding-bottom: 15px;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 350px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .bnr_title {
        font-size: 18px;
        line-height: normal;
    }
    .bnr_title br {
        display: none;
    }
    .bnr_des {
        font-size: 15px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 190px;
    }
    .bnr_btn .site_button {
        margin-bottom: 10px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }
    .site_title {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
    .site_des span {
        font-size: 14px;
        text-align: center;
    }
    .site_title:before {
        left: 0;
        right: 0;
        margin: auto;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 300px;
    }
    .map_title {
        font-size: 14px;
        padding: 10px;
        top: 20px;
    }
    .map_col_1,
    .map_col_2 {
        width: 100% !important;
    }
    .map_col_2 {
        padding-left: 0px;
        padding-top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 10px 10px 5px 10px;
    }
    .wmb_box_title span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .wmb_section:after {
        height: 200px;
        bottom: 40px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: auto;
        overflow: auto;
    }
    .wmb_main_box {
        width: 100%;
    }
    .yos_section:before,
    .yos_section:after,
    .wmb_section:after,
    .fyp_section:before,
    .fyp_section:after,
    .mg_section:after,
    .wab_section:before,
    .pdg_section:before,
    .wcd_section:before,
    .wcd_section:after,
    .oos_section:before,
    .oos_section:after,
    .oos_row:before {
        display: none;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 100% !important;
    }
    .or_pro_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .or_pro_col_3 {
        width: 100% !important;
    }
    .our_products_main_box {
        padding-bottom: 10px;
    }
    .our_products_img_box img {
        height: 200px;
        object-position: center;
    }
    .our_products_title span {
        font-size: 14px;
        padding-left: 10px;
        text-align: center;
    }
    .our_products_price .amount {
        font-size: 14px;
        text-align: center;
    }
    .our_products_box {
        width: 100%;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 300px;
    }
    .mg_col_1,
    .mg_col_2 {
        width: 100% !important;
    }
    .mg_col_2 {
        padding: 10px;
    }
    .site_des ul {
        padding: 0;
        list-style: none;
    }
    .mg_section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .wb_img img {
        height: 35px;
    }
    .wab_section:after {
        display: none;
    }
    .wab_col_1,
    .wab_col_2 {
        width: 100% !important;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .ctg_title {
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
    }
    .dpc_col_1 {
        width: 100% !important;
    }
    .dpc_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .dpc_col_3 {
        width: 100% !important;
    }
    .pdg_img img {
        height: auto;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 60px;
        height: 60px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 14px;
    }
    .wcd_box_des .site_des span {
        height: auto;
    }
    .wcd_box_inr:before {
        height: 78%;
    }
    .wcd_box {
        width: 100%;
    }
    .wcd_box_icon svg {
        width: 35px;
        height: 35px;
    }
    .wcd_main_inr {
        margin: auto;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 0px;
    }
    .oos_col_1,
    .oos_col_2 {
        width: 100% !important;
    }
    .oos_img img {
        height: auto;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: auto;
        padding: 10px;
    }
    .git_title span {
        font-size: 16px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 14px;
    }
    .cont_box_txt_inr a span {
        font-size: 14px;
    }
    .git_col_2 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 40px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 80px;
    }
    .git_col_1 {
        width: 100% !important;
    }
    .git_col_2 {
        width: 100% !important;
    }
    .git_col_3 {
        width: 100% !important;
    }
    .cotnact_main_col_6 {
        width: 100%;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 0px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 300px;
    }
    .abt_col_2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 100% !important;
    }
    .abt_col_2 {
        width: 100% !important;
    }
    .abt_col_3 {
        display: none;
    }
    .abt_inr:before {
        display: none;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wc_title span {
        font-size: 14px;
    }
    .wc_inr_title span {
        font-size: 14px;
    }
    .wc_icon_inr {
        margin-left: 0px;
        margin-right: 10px;
    }
    .wc_icon_inr {
        width: 65px;
        height: 65px;
    }
    .wcg_img img {
        display: none;
    }
    .wcg_section:before {
        height: 100%;
    }
    .wc_box_inr svg {
        width: 35px;
        height: 35px;
    }
    .wc_box_inr {
        padding-bottom: 10px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 481px) and (max-width: 767px) {
    /* Our Products start */
    .our_products_box {
        width: 50%;
    }
    /* Our Products end */
    /* We Cater To Diverse Needs start */
    .wcd_box_des .site_des span {
        height: 145px;
    }
    .wcd_box {
        width: 50%;
    }
    .wcd_main_inr {
        margin: auto;
    }
    /* We Cater To Diverse Needs end */
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .pr_policy_des h2 {
        font-size: 18px !important;
        text-align: center !important;
    }
    .site_des span {
        line-height: 1.5em;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .site_btn {
        justify-content: center;
    }
    .dis_b {
        display: none;
    }
    .dis_n {
        display: block;
        padding-bottom: 15px;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 400px !important;
    }
    .bnr_title {
        font-size: 32px;
    }
    .bnr_des {
        font-size: 16px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 190px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 30px 0px !important;
    }
    .site_title {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .site_des span {
        font-size: 14px;
        text-align: center;
    }
    .site_title:before {
        left: 0;
        right: 0;
        margin: auto;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 300px;
    }
    .map_title {
        font-size: 14px;
        padding: 10px;
        top: 20px;
    }
    .map_col_1,
    .map_col_2 {
        width: 100% !important;
    }
    .map_col_2 {
        padding-left: 0px;
        padding-top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 10px 10px 5px 10px;
    }
    .wmb_box_title span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .wmb_section:after {
        height: 200px;
        bottom: 40px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 105px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 100% !important;
    }
    .or_pro_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .or_pro_col_3 {
        width: 100% !important;
    }
    .our_products_main_box {
        padding-bottom: 10px;
    }
    .our_products_img_box img {
        height: 200px;
    }
    .our_products_title span {
        font-size: 14px;
        padding-left: 10px;
    }
    .our_products_price .amount {
        font-size: 14px;
    }
    .our_products_box {
        width: 33.33%;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 400px;
    }
    .mg_col_1,
    .mg_col_2 {
        width: 100% !important;
    }
    .mg_col_2 {
        padding: 15px;
    }
    .site_des ul {
        padding: 0;
        list-style: none;
    }
    .mg_section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .wb_img img {
        height: 55px;
    }
    .wab_section:after {
        display: none;
    }
    .wab_col_1,
    .wab_col_2 {
        width: 100% !important;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ctg_title {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
    .dpc_col_1 {
        width: 100% !important;
    }
    .dpc_col_2 {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .dpc_col_3 {
        width: 100% !important;
    }
    .pdg_img img {
        height: 300px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 70px;
        height: 70px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 14px;
    }
    .wcd_box_des .site_des span {
        height: 120px;
    }
    .wcd_box_inr:before {
        height: 78%;
    }
    .wcd_box {
        width: 33.33%;
    }
    .wcd_box_icon svg {
        width: 40px;
        height: 40px;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 0px;
    }
    .oos_col_1,
    .oos_col_2 {
        width: 100% !important;
    }
    .oos_img img {
        height: 300px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: auto;
        padding: 10px;
    }
    .git_title span {
        font-size: 16px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 14px;
    }
    .cont_box_txt_inr a span {
        font-size: 14px;
    }
    .git_col_2 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 40px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 80px;
    }
    .git_col_1 {
        width: 100% !important;
    }
    .git_col_2 {
        width: 100% !important;
    }
    .git_col_3 {
        width: 100% !important;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 0px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 350px;
    }
    .abt_col_2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 100% !important;
    }
    .abt_col_2 {
        width: 100% !important;
    }
    .abt_col_3 {
        display: none;
    }
    .abt_inr:before {
        display: none;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wc_title span {
        font-size: 14px;
    }
    .wc_inr_title span {
        font-size: 14px;
    }
    .wc_icon_inr {
        margin-left: 0px;
        margin-right: 10px;
    }
    .wc_icon_inr {
        width: 65px;
        height: 65px;
    }
    .wcg_img img {
        display: none;
    }
    .wcg_section:before {
        height: 100%;
    }
    .wc_box_inr svg {
        width: 35px;
        height: 35px;
    }
    .wc_box_inr {
        padding-bottom: 10px;
    }
    .text_center_mob {
        text-align: center;
    }
    /* Find your perfect drainage solution end */
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .pr_policy_des h2 {
        font-size: 18px !important;
    }
    .site_des span {
        line-height: 1.5em;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 93% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 450px !important;
    }
    .bnr_title {
        font-size: 36px;
    }
    .bnr_des {
        font-size: 18px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 190px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 35px 0px !important;
    }
    .site_title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 10px 10px 5px 10px;
    }
    .wmb_box_title span {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 200px;
        bottom: 40px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 87px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 21% !important;
    }
    .or_pro_col_2 {
        width: 65% !important;
        padding-left: 20px;
    }
    .or_pro_col_3 {
        width: 14% !important;
    }
    .our_products_main_box {
        padding-bottom: 15px;
    }
    .our_products_img_box img {
        height: 200px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 15px;
    }
    .our_products_price .amount {
        font-size: 15px;
    }
    .our_products_box {
        width: 25%;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 570px;
    }
    .mg_col_2 {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wb_img img {
        height: 65px;
    }
    .wab_section:after {
        width: 53%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ctg_title {
        font-size: 18px;
    }
    .dpc_col_1 {
        width: 27% !important;
    }
    .dpc_col_2 {
        width: 43% !important;
        padding-left: 20px;
    }
    .dpc_col_3 {
        width: 30% !important;
    }
    .pdg_img img {
        height: 250px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 70px;
        height: 70px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 15px;
    }
    .wcd_box_des .site_des span {
        height: 155px;
    }
    .wcd_box_inr:before {
        height: 78%;
    }
    .wcd_box {
        width: 25%;
    }
    .wcd_box_icon svg {
        width: 40px;
        height: 40px;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 30px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: auto;
        padding: 10px;
    }
    .git_title span {
        font-size: 17px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 15px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 30px;
        padding-right: 0px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 40px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 90px;
    }
    .git_col_1 {
        width: 50% !important;
    }
    .git_col_2 {
        width: 50% !important;
    }
    .git_col_3 {
        width: 100% !important;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 30px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 400px;
    }
    .abt_col_2 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 50% !important;
    }
    .abt_col_2 {
        width: 50% !important;
    }
    .abt_col_3 {
        display: none;
    }
    .abt_inr:before {
        display: none;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 15px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 80px;
        height: 80px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 30px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 30px;
    }
    .wcg_img img {
        height: 340px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 190px;
        top: 80px;
        right: 25px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 190px;
        top: 80px;
        left: 60px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 140px;
        top: 80px;
        right: 115px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 140px;
        top: 80px;
        left: 140px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 140px;
        top: 50px;
        right: 170px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 140px;
        top: 50px;
        left: 200px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 600px;
    }
    .wc_box_inr svg {
        width: 40px;
        height: 40px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .pr_policy_des h2 {
        font-size: 18px !important;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 92% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 500px !important;
    }
    .bnr_title {
        font-size: 40px;
    }
    .bnr_des {
        font-size: 20px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 190px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 40px 0px !important;
    }
    .site_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 15px 10px 5px 15px;
    }
    .wmb_box_title span {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 200px;
        bottom: 40px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 87px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 21% !important;
    }
    .or_pro_col_2 {
        width: 66% !important;
        padding-left: 20px;
    }
    .or_pro_col_3 {
        width: 13% !important;
    }
    .our_products_main_box {
        padding-bottom: 15px;
    }
    .our_products_img_box img {
        height: 200px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 15px;
    }
    .our_products_price .amount {
        font-size: 15px;
    }
    .our_products_box {
        width: 25%;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 570px;
    }
    .mg_col_2 {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wb_img img {
        height: 70px;
    }
    .wab_section:after {
        width: 53%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .ctg_title {
        font-size: 21px;
    }
    .dpc_col_1 {
        width: 28% !important;
    }
    .dpc_col_2 {
        width: 43% !important;
        padding-left: 20px;
    }
    .dpc_col_3 {
        width: 29% !important;
    }
    .pdg_img img {
        height: 300px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 70px;
        height: 70px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 16px;
    }
    .wcd_box_des .site_des span {
        height: 155px;
    }
    .wcd_box_inr:before {
        height: 78%;
    }
    .wcd_box {
        width: 25%;
    }
    .wcd_box_icon svg {
        width: 40px;
        height: 40px;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 30px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: 430px;
        padding: 10px;
    }
    .git_title span {
        font-size: 18px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 15px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 40px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 90px;
    }
    .git_col_1 {
        width: 25% !important;
    }
    .git_col_2 {
        width: 50% !important;
    }
    .git_col_3 {
        width: 25% !important;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 40px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 400px;
    }
    .abt_col_2 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 50% !important;
    }
    .abt_col_2 {
        width: 50% !important;
    }
    .abt_col_3 {
        display: none;
    }
    .abt_inr:before {
        display: none;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 15px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 80px;
        height: 80px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 30px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 40px;
    }
    .wcg_img img {
        height: 350px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 170px;
        top: 80px;
        right: 25px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 170px;
        top: 80px;
        left: 60px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 120px;
        top: 80px;
        right: 115px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 120px;
        top: 80px;
        left: 140px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 120px;
        top: 50px;
        right: 170px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 120px;
        top: 50px;
        left: 200px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 600px;
    }
    .wc_box_inr svg {
        width: 40px;
        height: 40px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .pr_policy_des h2 {
        font-size: 18px !important;
    }
    .abt_inr:after {
        width: 750px;
        right: -370px;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 89% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 550px !important;
    }
    .bnr_title {
        font-size: 44px;
    }
    .bnr_des {
        font-size: 22px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 190px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 50px 0px !important;
    }
    .site_title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 20px 10px 10px 20px;
    }
    .wmb_box_title span {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 200px;
        bottom: 40px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 87px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 21% !important;
    }
    .or_pro_col_2 {
        width: 66% !important;
        padding-left: 20px;
    }
    .or_pro_col_3 {
        width: 13% !important;
    }
    .our_products_main_box {
        padding-bottom: 15px;
    }
    .our_products_img_box img {
        height: 200px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 15px;
    }
    .our_products_price .amount {
        font-size: 15px;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 570px;
    }
    .mg_col_2 {
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .wb_img img {
        height: 70px;
    }
    .wab_section:after {
        width: 50%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .ctg_title {
        font-size: 23px;
    }
    .dpc_col_1 {
        width: 29% !important;
    }
    .dpc_col_2 {
        width: 43% !important;
        padding-left: 20px;
    }
    .dpc_col_3 {
        width: 28% !important;
    }
    .pdg_img img {
        height: 350px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 80px;
        height: 80px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 17px;
    }
    .wcd_box_des .site_des span {
        height: 155px;
    }
    .wcd_box_inr:before {
        height: 78%;
    }
    .wcd_box {
        width: 25%;
    }
    .wcd_box_icon svg {
        width: 45px;
        height: 45px;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 30px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: 450px;
        padding: 15px;
    }
    .git_title span {
        font-size: 20px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 16px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 45px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 90px;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 60px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 400px;
    }
    .abt_col_2 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 37% !important;
    }
    .abt_col_2 {
        width: 36% !important;
    }
    .abt_col_3 {
        width: 27% !important;
    }
    .abt_inr:before {
        left: -10px;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 16px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 80px;
        height: 80px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 30px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 40px;
    }
    .wcg_img img {
        height: 350px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 160px;
        top: 80px;
        right: 25px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 160px;
        top: 80px;
        left: 60px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 110px;
        top: 80px;
        right: 115px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 110px;
        top: 80px;
        left: 140px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 110px;
        top: 50px;
        right: 170px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 110px;
        top: 50px;
        left: 200px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 600px;
    }
    .wc_box_inr svg {
        width: 50px;
        height: 50px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .pr_policy_des h2 {
        font-size: 20px !important;
    }
    .abt_inr:after {
        width: 910px;
        right: -590px;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 86% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 600px !important;
    }
    .bnr_title {
        font-size: 48px;
    }
    .bnr_des {
        font-size: 24px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 200px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 60px 0px !important;
    }
    .site_title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 25px 10px 15px 25px;
    }
    .wmb_box_title span {
        font-size: 17px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 250px;
        bottom: 50px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 87px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 21% !important;
    }
    .or_pro_col_2 {
        width: 66% !important;
        padding-left: 20px;
    }
    .or_pro_col_3 {
        width: 13% !important;
    }
    .our_products_main_box {
        padding-bottom: 20px;
    }
    .our_products_img_box img {
        height: 200px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 20px;
    }
    .our_products_price .amount {
        font-size: 16px;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 570px;
    }
    .mg_col_2 {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .wb_img img {
        height: 75px;
    }
    .wab_section:after {
        width: 50%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
    .ctg_title {
        font-size: 25px;
    }
    .dpc_col_1 {
        width: 29% !important;
    }
    .dpc_col_2 {
        width: 44% !important;
        padding-left: 20px;
    }
    .dpc_col_3 {
        width: 27% !important;
    }
    .pdg_img img {
        height: 400px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 90px;
        height: 90px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 17px;
    }
    .wcd_box_des .site_des span {
        height: 205px;
    }
    .wcd_box_inr:before {
        height: 77%;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 30px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: 450px;
        padding: 15px;
    }
    .git_title span {
        font-size: 22px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 17px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 45px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 90px;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 80px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 400px;
    }
    .abt_col_2 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
    }
    .abt_inr {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
    }
    .abt_sec_img img {
        height: 300px;
    }
    .abt_col_1 {
        width: 37% !important;
    }
    .abt_col_2 {
        width: 36% !important;
    }
    .abt_col_3 {
        width: 27% !important;
    }
    .abt_inr:before {
        left: -10px;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 17px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 85px;
        height: 85px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 30px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 40px;
    }
    .wcg_img img {
        height: 350px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 160px;
        top: 80px;
        right: 25px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 160px;
        top: 80px;
        left: 60px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 110px;
        top: 80px;
        right: 115px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 110px;
        top: 80px;
        left: 140px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 110px;
        top: 50px;
        right: 170px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 110px;
        top: 50px;
        left: 200px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 600px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .pr_policy_des h2 {
        font-size: 22px !important;
    }
    .abt_inr:after {
        width: 1005px;
        right: -590px;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 83% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 700px !important;
    }
    .bnr_title {
        font-size: 52px;
    }
    .bnr_des {
        font-size: 26px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 210px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 70px 0px !important;
    }
    .site_title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 30px 10px 20px 30px;
    }
    .wmb_box_title span {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 300px;
        bottom: 60px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 87px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 20% !important;
    }
    .or_pro_col_2 {
        width: 68% !important;
        padding-left: 20px;
    }
    .or_pro_col_3 {
        width: 12% !important;
    }
    .our_products_main_box {
        padding-bottom: 20px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 20px;
    }
    .our_products_price .amount {
        font-size: 17px;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 570px;
    }
    .mg_col_2 {
        padding-left: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 17px;
        padding-bottom: 10px;
    }
    .wb_img img {
        height: 80px;
    }
    .wab_section:after {
        width: 49%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 100px !important;
        padding-right: 90px !important;
    }
    .ctg_title {
        font-size: 27px;
    }
    .dpc_col_1 {
        width: 30% !important;
    }
    .dpc_col_2 {
        width: 45% !important;
        padding-left: 20px;
    }
    .dpc_col_3 {
        width: 25% !important;
    }
    .pdg_img img {
        height: 450px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 100px;
        height: 100px;
        border: 1px solid #2AB5D1;
        margin-bottom: 10px;
    }
    .wcd_box_title span {
        font-size: 18px;
    }
    .wcd_box_des .site_des span {
        height: 155px;
    }
    .wcd_box_inr:before {
        height: 72%;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 35px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: 450px;
        padding: 15px;
    }
    .git_title span {
        font-size: 24px;
    }
    .cont_main_inr {
        margin: auto -10px;
    }
    .cont_box {
        padding: 10px;
    }
    .cont_box_icon_inr {
        padding-right: 10px;
        margin-right: 10px;
    }
    .cont_box_txt_inr>span {
        font-size: 18px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 45px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 90px;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 100px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 450px;
    }
    .abt_col_2 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
    }
    .abt_inr {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .abt_sec_img img {
        height: 350px;
    }
    .abt_col_1 {
        width: 38% !important;
    }
    .abt_col_2 {
        width: 35% !important;
    }
    .abt_col_3 {
        width: 27% !important;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 18px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 85px;
        height: 85px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 30px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 40px;
    }
    .wcg_img img {
        height: 350px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 150px;
        top: 80px;
        right: 25px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 150px;
        top: 80px;
        left: 60px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 100px;
        top: 80px;
        right: 115px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 100px;
        top: 80px;
        left: 140px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 100px;
        top: 50px;
        right: 170px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 100px;
        top: 50px;
        left: 200px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 650px;
    }
    /* Find your perfect drainage solution end */
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .pr_policy_des h2 {
        font-size: 24px !important;
    }
    .abt_inr:after {
        width: 1050px;
        right: -590px;
    }
    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* main banner start */
    .bnr_section .et_pb_slide_0,
    .bnr_section .et_pb_slide_1,
    .bnr_section .et_pb_slide_2,
    .bnr_section .et_pb_slide_3,
    .bnr_section .et_pb_slide_4,
    .bnr_section .et_pb_slide_5 {
        height: 800px !important;
    }
    .bnr_title {
        font-size: 56px;
    }
    .bnr_des {
        font-size: 28px;
        padding: 10px 0px;
    }
    .bnr_btn .btn_col_left .site_button {
        width: 220px;
    }
    /* main banner end */
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions start */
    .tb_padd,
    .single-product #left-area .product>.clearfix {
        padding: 80px 0px !important;
    }
    .site_title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* Grates 2 Go: Your One-Stop Shop for Superior Drainage Solutions end */
    /* map start */
    .google_map iframe {
        height: 350px;
    }
    .map_title {
        font-size: 15px;
        padding: 10px;
        top: 20px;
    }
    /* map end */
    /* What Makes Us The Best? start */
    .wmb_main_box_inr {
        padding: 35px 10px 25px 35px;
    }
    .wmb_box_title span {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .wmb_section:after {
        height: 350px;
        bottom: 70px;
        right: -15px;
    }
    .wmb_des .site_des span {
        height: 61px;
        overflow: auto;
    }
    /* What Makes Us The Best? end */
    /* Our Products start */
    .or_pro_col_1 {
        width: 20% !important;
    }
    .or_pro_col_2 {
        width: 68% !important;
        padding-left: 25px;
    }
    .or_pro_col_3 {
        width: 12% !important;
    }
    .our_products_main_box {
        padding-bottom: 25px;
    }
    .our_products_title span {
        font-size: 15px;
        padding-left: 25px;
    }
    .our_products_price .amount {
        font-size: 18px;
    }
    /* Our Products end */
    /* More Than Just Drainage Grates start */
    .mg_img img {
        height: 600px;
    }
    .mg_col_2 {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* More Than Just Drainage Grates end */
    /* We are now available at bunnings start */
    .wab_des span {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .wb_img img {
        height: 85px;
    }
    .wab_section:after {
        width: 48%;
    }
    /* We are now available at bunnings end */
    /* Download our Product Catalogue start */
    .dif_pad_tb {
        padding-left: 110px !important;
        padding-right: 90px !important;
    }
    .ctg_title {
        font-size: 29px;
    }
    .dpc_col_2 {
        padding-left: 25px;
    }
    .pdg_img img {
        height: 500px;
    }
    /* Download our Product Catalogue end */
    /* We Cater To Diverse Needs start */
    .wcd_box_inr {
        padding: 10px;
    }
    .wcd_box_icon {
        width: 110px;
        height: 110px;
        border: 2px solid #2AB5D1;
        margin-bottom: 15px;
    }
    .wcd_box_title span {
        font-size: 20px;
    }
    .wcd_box_des .site_des span {
        height: 130px;
    }
    /* We Cater To Diverse Needs end */
    /* Our Other Services start */
    .oos_col_1 {
        padding-right: 40px;
    }
    .oos_img img {
        height: 350px;
    }
    .oos_row:before {
        display: none;
    }
    /* Our Other Services end */
    /* Get In Touch start */
    .cust_width_diff {
        width: 100% !important;
        max-width: 93% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cont_details {
        height: 480px;
        padding: 20px;
    }
    .git_title span {
        font-size: 26px;
    }
    .cont_main_inr {
        margin: auto -15px;
    }
    .cont_box {
        padding: 15px;
    }
    .cont_box_icon_inr {
        padding-right: 15px;
        margin-right: 15px;
    }
    .cont_box_txt_inr>span {
        font-size: 20px;
    }
    .cont_box_txt_inr a span {
        font-size: 15px;
    }
    .git_col_2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .cotnact_main_row {
        margin: auto -10px;
    }
    .cotnact_main_col_6 {
        padding: 10px;
    }
    .cotnact_main_col_12 {
        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 {
        height: 45px;
        font-size: 15px;
    }
    .cotnact_main_row textarea {
        height: 100px;
    }
    /* Get In Touch end */
    /* About Us start */
    .pd_l {
        padding-left: 120px;
        padding-top: 30px;
    }
    .abt_img img {
        height: 500px;
    }
    .abt_col_2 {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
    }
    .abt_inr {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 52px;
    }
    .abt_sec_img img {
        height: 400px;
    }
    /* About Us end */
    /* Find your perfect drainage solution start */
    .wcg_col_1 {
        padding-right: 30px;
    }
    .wc_title span {
        font-size: 20px;
    }
    .wc_inr_title span {
        font-size: 15px;
    }
    .wc_icon_inr {
        margin-left: 10px;
    }
    .wc_icon_inr {
        width: 90px;
        height: 90px;
    }
    .wcg_col_1 .wc_box:nth-child(1),
    .wcg_col_2 .wc_box:nth-child(1) {
        padding-bottom: 35px;
    }
    .wcg_col_1 .wc_box:nth-child(2),
    .wcg_col_2 .wc_box:nth-child(2) {
        padding-bottom: 50px;
    }
    .wcg_img img {
        height: 400px;
    }
    .wcg_col_1 .wc_box:nth-child(1).wc_box:before {
        height: 180px;
        top: 80px;
        right: 32px;
    }
    .wcg_col_2 .wc_box:nth-child(1).wc_box:before {
        height: 180px;
        top: 80px;
        left: 65px;
    }
    .wcg_col_1 .wc_box:nth-child(2).wc_box:before {
        height: 120px;
        top: 80px;
        right: 125px;
    }
    .wcg_col_2 .wc_box:nth-child(2).wc_box:before {
        height: 120px;
        top: 80px;
        left: 160px;
    }
    .wcg_col_1 .wc_box:nth-child(3).wc_box:before {
        height: 100px;
        top: 80px;
        right: 190px;
        transform: rotate(-25deg);
    }
    .wcg_col_2 .wc_box:nth-child(3).wc_box:before {
        height: 100px;
        top: 80px;
        left: 220px;
        transform: rotate(25deg);
    }
    .wcg_section:before {
        height: 700px;
    }
    /* Find your perfect drainage solution end */
}