/* about us */
.main_roof_form_box .main_popup_main {
    display: none;
}
ul.benefits {
    text-align: left !important;
}

.nw_pro_section h3 {
    color: #000;
}

.page-id-3594 .product-image img {
    height: auto !important;
}

.border_bottom {
    border-bottom: 1px solid rgb(2, 67, 135);
}

.product_cat_dec h1,
.product_cat_dec h2,
.product_cat_dec h3,
.product_cat_dec h4 {
    padding: 10px 0px !important;
    color: #000;
}

.site_content .product_cat_dec span {
    padding: 0px 0px 10px;
}

.site_content ul li {
    font-size: 16px;
    color: #000;
}

.woo_products_box ul {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.main_roof_form_box br,
.contact_form_box br {
    display: none;
}

.contact_form_box_title {
    margin-bottom: 0px !important;
}

.page_title_section {
    height: 375px !important;
    padding: 0 !important;
}

.page_title_section_row {
    padding: 0 !important;
}

.dynamic-page-title {
    font-size: 50px;
    color: #014386;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 12px;
    line-height: normal;
    padding: 0px 20px;
}

.page_title_section_row {
    height: 100% !important;
    display: flex;
    align-items: center;
}

.abt_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.left_side_btn {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.abt_sec_page {
    position: absolute;
    right: 0;
    bottom: -100px;
}

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

.abt_first_page img {
    height: 428px !important;
    border-radius: 30px;
    width: 100% !important;
    object-fit: cover;
}

.abt_sec_page img {
    height: 335px;
    object-fit: cover;
    border-radius: 30px;
    width: 100% !important;
}

.abt_sec_page {
    text-align: right;
}

.abt_first_page {
    text-align: left;
}

.abt_sec_page {
    width: 50% !important;
}

.abt_first_page img {
    width: 80% !important;
}

.abt_first_page::before {
    position: absolute;
    content: '';
    border: 1px solid #ED1B24;
    height: 100%;
    width: 80%;
    border-radius: 40px;
    left: 20px;
    right: 20px;
    top: 50px;
    margin: auto;
}

.same_padding.abt_page_section {
    padding-bottom: 10% !important;
}


/* about end */


/* contact us */

.contact_details_box_page .address_row {
    display: flex;
    align-items: center;
}

.contact_details_box_page .address_col1:nth-child(1),
.contact_details_box_page .address_col1:nth-child(3) {
    width: 30% !important;
}

.contact_details_box_page .address_col1:nth-child(2) {
    width: 40% !important;
}

.contact_details_box_page .address_col1_inner {
    justify-content: center;
}

.contact_details_box_page .address_col1:nth-child(2) {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.contact_details_row_page {
    padding: 40px !important;
    border: 1px solid #DDDDDD;
}

.contact_details_row_page::before {
    position: absolute;
    content: '';
    background: #014386;
    height: 10px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.contact_details_box_page .address_col1_icon {
    width: 65px;
    height: 65px;
    border: 1px solid #ED1B24;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* contact us end*/


/* ===============product listing ====================*/

.product_class_main_inner {
    position: relative;
    width: 100%;
    height: 295px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #DDDDDD;
    background: white;
    transition: transform 0.3s ease;
}

.product_class_main_inner:hover {
    transform: translateY(-5px);
}

nav.woocommerce-breadcrumb a {
    color: #000 !important;
}

.product_class_main {
    margin: 10px;
}

.product_class_main:hover .product-image img {
    opacity: 0.1;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 25% !important;
    margin: 0 !important;
}

.shop_title .dynamic-page-title {
    color: #000 !important;
    background: transparent !important;
    font-weight: 300;
}

nav.woocommerce-breadcrumb {
    margin: 10px !important;
    font-size: 14px !important;
    color: #ED1B24 !important;
    text-transform: uppercase;
    font-weight: 500;
}

.product-image {
    position: relative;
}

.product-image img {
    width: 100%;
    height: 280px;
    opacity: 1;
    object-fit: contain;
    display: flex;
}

.overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    display: none;
}

.product_class_main:hover .overlay-button {
    display: block;
}

h3.product-title {
    font-size: 20px !important;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding-top: 20px !important;
}


/* product end */


/* product single page */

.woo_product_image_main .woocommerce-product-gallery__image img {
    height: 500px !important;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    object-fit: contain;
    display: flex !important;
    align-items: center !important;
    padding: 10px !important;
    justify-content: center !important;
}

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

.product_short_des {
    font-size: 16px;
    color: #000;
    line-height: normal;
}

.product_short_des ul li::marker {
    color: #ED1B24;
    font-size: 20px;
}

.cat_meta span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.product_title_man h1 {
    font-size: 50px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.cat_meta span a {
    color: #ED1B24;
}

.product_short_des ul {
    padding-bottom: 0 !important;
}

.product_meta {
    border-top: none !important;
}


/* product single page end*/


/* gallery */

.gallery_box .et_pb_gallery_image {
    padding: 10px !important;
}


/* gallery end */


/* thank you */

.thank_you_text_box_inner,
.error_text_box_inner {
    font-size: 100px;
    color: #004393;
    font-weight: 300;
    line-height: 1;
}

.thank_you_btn_box_inner a {
    margin: auto;
    margin-top: 30px;
}

.error_btn_main_box_inner {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.error_main_box {
    text-align: center;
}

.address_col1_icon_title a:hover {
    color: #ED1B24;
}


/* thank you end*/

.cat_des_box br {
    display: none;
}

.cat_des_box h1,
.cat_des_box h2,
.cat_des_box h3 {
    font-weight: 400;
    color: #000;
}

.cat_des_box span {
    display: block;
}

.cat_des_box b {
    font-size: 16px;
    color: #000;
}

.cat_des_box span,
.cat_des_box,
.cat_des_box ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}


/* service area box */

.service_area_list ul li {
    display: inline-block;
    margin: 10px;
}

.service_area_list ul {
    text-align: center;
    padding: 0 !important;
}


/* end */


/* suburb page */

.left_img img {
    height: 428px;
    border-radius: 35px;
    object-fit: contain;
}

.left_img {
    border: 1px solid red;
    padding: 40px;
    border-radius: 30px;
}


/* .left_img::after {
    position: absolute;
    content: '';
    top: 60px;
    left: 80px;
    border: 1px solid red;
    width: 90%;
    height: 90%;
    border-radius: 35px;
    z-index: -1;
} */

.box_title_main {
    background: #FFFFFF;
    height: 220px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px;
    justify-content: center;
}

.box_title {
    font-size: 22px;
    color: #ED1B24;
    font-weight: 500;
    line-height: normal !important;
    position: relative;
}

.box_title::after {
    position: absolute;
    content: '';
    background: #024387;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
    width: 70px;
}

.font_40 {
    font-size: 40px !important;
}

.list_title {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.content_main_title {
    font-size: 26px;
    line-height: 1;
    width: 25%;
    color: #fff;
    background: #094B8E;
    padding: 15px;
}

.list_title .site_content span {
    color: #fff !important;
}

.full_section_main .title_box_main .site_content span,.full_section_main .title_box_main .site_content span ul li,
.full_section_main .title_box_main .section_main_title {
    color: #fff;
}

.list_title .site_content {
    width: 75% !important;
    padding-left: 20px;
}

.card {
    display: flex;
    background-color: #003b82;
    /* Deep blue */
    color: white;
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border-radius: 2px;
}

.card-number {
    background-color: #e42320;
    /* Red */
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    font-weight: 400;
    color: white;
}

.card-content {
    padding: 10px 15px;
    display: flex;
    width: 85%;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
}

.card-subtext {
    font-size: 16px;
    margin-top: 4px;
    font-weight: 300;
}

.info-box {
    border-right: 1px solid #d3e0ea;
    padding: 30px;
}

.clean_three_box_row {
    border-top: 1px solid #ddd;
}

.last_box_col .info-box {
    border: none;
}

.left_img_bootom img {
    height: 535px !important;
    border-radius: 30px;
    object-fit: cover;
}

.left_img_bootom::after {
    position: absolute;
    content: '';
    z-index: -1;
    left: -10px;
    top: -10px;
    background: #003b82;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.info-box h3 {
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.same_width.three_box_row {
    padding-bottom: 0px !important;
}

.first_col_suburb {
    margin-bottom: 0 !important;
}


/* suburb page end */

.product_class_main_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product_class_main_page .product_class_main {
    width: 25% !important;
    margin: 0 !important;
    padding: 10px !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .error_btn_main_box_inner {
        display: block;
        text-align: center;
    }
    .error_btn_main_box_inner a {
        margin: auto !important;
        margin-bottom: 10px !important;
    }
    /* about  */
    .page_title_section {
        height: 200px !important;
    }
    .dynamic-page-title {
        font-size: 24px;
    }
    .abt_sec_page {
        bottom: -60px;
    }
    .abt_sec_page img {
        height: 180px;
        border-radius: 20px;
    }
    .abt_first_page img {
        height: 260px !important;
        border-radius: 20px;
    }
    .same_padding.abt_page_section {
        padding: 30px 15px !important;
    }
    .abt_col_main {
        text-align: center;
        padding-top: 50px;
    }
    .left_side_btn {
        justify-content: center;
    }
    /* about  start*/
    /* contact us */
    .contact_details_box_page .address_col1:nth-child(2) {
        border: none !important;
    }
    .contact_details_row_page {
        padding: 30px 10px !important;
    }
    .contact_details_row_page .address_col1_inner {
        display: block;
    }
    .contact_details_box_page .address_col1_icon {
        margin: auto;
    }
    .contact_details_box_page .address_col1_icon_title {
        padding-left: 0 !important;
    }
    .contact_details_box_page .address_col1_icon_title {
        text-align: center;
    }
    .contact_details_box_page .address_row {
        flex-wrap: wrap;
    }
    .contact_details_box_page .address_col1:nth-child(1),
    .contact_details_box_page .address_col1:nth-child(3) {
        width: 100% !important;
    }
    .contact_details_box_page .address_col1:nth-child(2) {
        width: 100% !important;
    }
    .contact_form_row_main {
        width: 100% !important;
    }
    /* contact us end*/
    /* shop page */
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        margin: 0px !important;
    }
    /* shop page end*/
    /* product page */
    .product_class_main_inner {
        height: 200px;
    }
    .product-image img {
        height: 180px;
    }
    .product_class_main {
        margin: 5px;
    }
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        width: 50% !important;
    }
    /* product page end*/
    /* single page */
    .product_title_man h1 {
        font-size: 30px;
    }
    .woo_product_image_main .woocommerce-product-gallery__image img {
        height: 350px !important;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 22px !important;
    }
    .box_title {
        font-size: 18px;
    }
    .list_title {
        display: block;
    }
    .left_img_bootom img {
        height: 350px !important;
    }
    .content_main_title {
        font-size: 22px;
        width: 100% !important;
    }
    .list_title .site_content {
        width: 100% !important;
        padding: 0 !important;
    }
    .card-title,
    .card-number {
        font-size: 22px;
    }
    .box_title_main .site_content {
        height: auto;
        overflow: auto;
    }
    .box_title_main {
        padding: 10px;
    }
    .info-box {
        font-size: 20px;
        padding: 10px;
        border: none;
    }
    .left_img::after {
        left: 40px;
        top: 40px;
    }
    .left_img img {
        height: 300px;
    }
    .top_first_row,
    .title_box_main {
        text-align: center !important;
    }
    /* end */
    .product_class_main_page .product_class_main {
        width: 50% !important;
        padding: 5px !important;
    }
    h3.product-title {
        display: block !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .contact_details_box_page .address_col1:nth-child(1),
    .contact_details_box_page .address_col1:nth-child(2) {
        width: 50% !important;
    }
    .contact_details_box_page .address_col1:nth-child(3) {
        width: 100% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    /* about  */
    .page_title_section {
        height: 200px !important;
    }
    .dynamic-page-title {
        font-size: 34px;
    }
    .abt_sec_page {
        bottom: -60px;
    }
    .abt_sec_page img {
        height: 300px;
    }
    .same_padding.abt_page_section {
        padding: 40px 30px !important;
    }
    .abt_col_main {
        text-align: center;
        padding-top: 50px;
    }
    .left_side_btn {
        justify-content: center;
    }
    /* about  start*/
    /* contact us */
    .contact_details_box_page .address_col1:nth-child(2) {
        border: none !important;
    }
    .contact_details_row_page {
        padding: 30px 10px !important;
    }
    .contact_details_row_page .address_col1_inner {
        display: block;
    }
    .contact_details_box_page .address_col1_icon {
        margin: auto;
    }
    .contact_details_box_page .address_col1_icon_title {
        padding-left: 0 !important;
    }
    .contact_details_box_page .address_col1_icon_title {
        text-align: center;
    }
    /* contact us end*/
    /* shop page */
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        width: 33.33% !important;
        margin: 0px !important;
    }
    /* shop page end*/
    /* product page */
    .product_class_main_inner {
        height: 250px;
    }
    .product-image img {
        height: 220px;
    }
    /* product page end*/
    /* single page */
    .product_title_man h1 {
        font-size: 34px;
    }
    .woo_product_image_main .woocommerce-product-gallery__image img {
        height: 350px !important;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 30px !important;
    }
    .content_main_title {
        font-size: 22px;
    }
    .card-title,
    .card-number {
        font-size: 22px;
    }
    .box_title_main .site_content {
        height: 100px;
        overflow: auto;
    }
    .box_title_main {
        padding: 10px;
    }
    .info-box {
        font-size: 20px;
        border: none;
    }
    .left_img::after {
        left: 60px;
    }
    /* end */
    .product_class_main_page .product_class_main {
        width: 33.33% !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .product_class_main_page .product_class_main {
        width: 33.33% !important;
    }
    /* about  */
    .page_title_section {
        height: 200px !important;
    }
    .dynamic-page-title {
        font-size: 34px;
    }
    .abt_sec_page {
        bottom: -60px;
    }
    .abt_sec_page img {
        height: 300px;
    }
    /* about  start*/
    /* contact us */
    .contact_details_box_page .address_col1:nth-child(2) {
        border: none !important;
    }
    .contact_details_row_page {
        padding: 30px 10px !important;
    }
    /* contact us end*/
    /* product page */
    .product_class_main_inner {
        height: 250px;
    }
    .product-image img {
        height: 220px;
    }
    /* product page end*/
    /* single page */
    .product_title_man h1 {
        font-size: 34px;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 30px !important;
    }
    .content_main_title {
        font-size: 22px;
    }
    .card-title,
    .card-number {
        font-size: 22px;
    }
    .box_title_main .site_content {
        height: auto;
        overflow: auto;
    }
    .box_title_main {
        padding: 10px;
    }
    .info-box {
        font-size: 20px;
    }
    .left_img::after {
        left: 60px;
    }
    /* end */
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /* about  */
    .page_title_section {
        height: 250px !important;
    }
    .dynamic-page-title {
        font-size: 34px;
    }
    .abt_sec_page {
        bottom: -60px;
    }
    .abt_sec_page img {
        height: 300px;
    }
    /* about  start*/
    /* contact us */
    .contact_details_box_page .address_col1:nth-child(2) {
        border: none !important;
    }
    .contact_details_row_page {
        padding: 40px 10px !important;
    }
    /* contact us end*/
    /* product page */
    .product_class_main_inner {
        height: 250px;
    }
    .product-image img {
        height: 220px;
    }
    /* product page end*/
    /* single page */
    .product_title_man h1 {
        font-size: 34px;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 30px !important;
    }
    .content_main_title {
        font-size: 22px;
    }
    .card-title,
    .card-number {
        font-size: 22px;
    }
    .box_title_main .site_content {
        height: auto;
        overflow: auto;
    }
    .box_title_main {
        padding: 10px;
    }
    .info-box {
        font-size: 20px;
    }
    .left_img::after {
        left: 60px;
    }
    /* end */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /* about  */
    .page_title_section {
        height: 250px !important;
    }
    .dynamic-page-title {
        font-size: 40px;
    }
    .abt_sec_page {
        bottom: -60px;
    }
    /* about  start*/
    /* single page */
    .product_title_man h1 {
        font-size: 40px;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 32px !important;
    }
    .content_main_title {
        font-size: 22px;
    }
    .card-title {
        font-size: 22px;
    }
    /* end */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /* about  */
    .page_title_section {
        height: 250px !important;
    }
    .dynamic-page-title {
        font-size: 40px;
    }
    .abt_sec_page {
        bottom: -80px;
    }
    /* about  start*/
    /* single page */
    .product_title_man h1 {
        font-size: 40px;
    }
    /* single page end */
    /* suburb page */
    .font_40 {
        font-size: 32px !important;
    }
    .content_main_title {
        font-size: 22px;
    }
    .card-title {
        font-size: 22px;
    }
    /* end */
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /* about  */
    .page_title_section {
        height: 325px !important;
    }
    .dynamic-page-title {
        font-size: 40px;
    }
    .abt_sec_page {
        bottom: -80px;
    }
    /* about  start*/
}

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

@media all and (min-width: 981px) and (max-width: 3000px) {}

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

@media all and (min-width: 981px) and (max-width: 3000px) {}