.landing-page-banner #project-guide-article h1 {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 60px;
    width: 100% !important;
    border: 0px;
    padding: 0;
}

.landing-page-banner .primary-btn {
    display: inline-block;
    margin-top: 5px;
}

.landing-page-banner #project-guide-article {
    padding: 0px;
}

.landing-page-banner #project-guide-article p {
    color: #fff;
}

.landing-page-banner #project-guide-article .h1-container {
    background-color: transparent;
    position: relative;
    top: 110px;
    left: 0px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

h2.homepage-section-header {
    color: #00763C;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    border-bottom: 3px solid #E66F2F !important;
    display: inline-block;
    text-transform: initial;
}

.our-single-col-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-col-product-layout-wrap {
    display: flex;
    flex-direction: column;
    flex: 0 0 31.3%;
    max-width: 31.3%;
    margin: 0 1.5% 30px;
    text-align: center;
}

.single-col-product-layout-wrap img {
    max-width: 100%;
    width: 100%;
}

.single-col-product-layout-wrap img~h4,
.flooring-services-layout-wrap h4 {
    color: #E66F2F;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    width: max-content;
    margin: 20px auto;
}

.single-col-product-layout-wrap>a:hover h4 {
    color: #00763C;
}

.shop-by-feature .single-col-product-layout-wrap {
    flex: 0 0 22.7%;
    max-width: 22.7%;
}

.shop-by-accessories .single-col-product-layout-wrap {
    flex: 0 0 17.6%;
    max-width: 17.6%;
}

.container.home-product-tiles.homepage h2.homepage-section-header {
    padding-top: 50px;
}

.shop-by-feature {
    padding-top: 60px;
}

.shop-by-room {
    margin-bottom: 70px;
}

.container.home-product-tiles.homepage.shop-by-material h2.homepage-section-header,
.container.home-product-tiles.homepage.shop-by-carpet h2.homepage-section-header,
.container.home-product-tiles.homepage.px-0.px-lg-1.shop-by-feature.shop-by-carpet {
    padding-top: 0px !important;
}

.our-flooring-services {
    background: #F2F5F8;
    padding: 20px 0;
    text-align: center;
}

.our-flooring-services h2.homepage-section-header~p {
    margin-bottom: 40px;
}

.our-single-col-main-wrap p {
    color: #464646;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.single-col-product-layout-wrap.flooring-services-layout-wrap a,
.primary-btn {
    background-color: #E66F2F;
    color: #FFFFFF !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    padding: 15px 40px;
    margin: 6px auto;
    text-decoration: none !important;
}

.home-product-tiles.homepage.px-0.px-lg-1.our-flooring-services .container {
    padding: 0;
}

.single-col-product-layout-wrap.flooring-services-layout-wrap a:hover,
.primary-btn:hover {
    background-color: #000 !important;
}

.single-col-product-layout-wrap:first-child {
    margin-left: 0;
}

.single-col-product-layout-wrap:nth-child(3n) {
    margin-right: 0;
}

.single-col-product-layout-wrap:nth-child(3n + 1) {
    margin-left: 0;
}

.shop-by-feature .single-col-product-layout-wrap:nth-child(3n) {
    margin-right: 1.5%;
}

.shop-by-feature .single-col-product-layout-wrap:nth-child(4n) {
    margin-right: 0 !important;
    margin-left: 1.5% !important;
}

.shop-by-feature .single-col-product-layout-wrap:nth-child(4n + 1) {
    margin-left: 0!important;
}

.shop-by-feature .single-col-product-layout-wrap:nth-child(3n + 1) {
    margin-left: 1.5%;
}

.shop-by-accessories .single-col-product-layout-wrap:nth-child(3n) {
    margin-right: 1.5%;
}

.shop-by-accessories .single-col-product-layout-wrap:nth-child(4n) {
    margin-left: 1.5%;
}

.shop-by-accessories .single-col-product-layout-wrap:nth-child(5n) {
    margin-right: 0;
    margin-left: 1.5%;
}

.shop-by-accessories .single-col-product-layout-wrap:nth-child(5n + 1) {
    margin-left: 0;
}

.shop-by-accessories .single-col-product-layout-wrap:nth-child(3n + 1) {
    margin-left: 1.5%;
}

.shop-by-accessories .single-col-product-layout-wrap:first-child {
    margin-left: 0;
}

@media(max-width:768px) {
    .our-single-col-main-wrap {
        flex-direction: column;
    }
    .single-col-product-layout-wrap,
    .shop-by-feature .single-col-product-layout-wrap,
    .shop-by-accessories .single-col-product-layout-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 20px 0px !important;
    }
    .flooring-services-layout-wrap {
        margin-bottom: 30px !important;
    }
    .single-col-product-layout-wrap:nth-child(1n + 1),
    .shop-by-feature .single-col-product-layout-wrap:nth-child(1n + 1),
    .shop-by-accessories .single-col-product-layout-wrap:nth-child(1n + 1) {
        width: 92%;
    }
    .shop-by-feature {
        padding-top: 0px;
    }
    .shop-by-feature .single-col-product-layout-wrap:nth-child(4n + 1) {
        margin-left: 20px !important;
    }
    .home-product-tiles.homepage.px-0 {
        padding: 0px 20px !important;
        text-align: center;
    }
    .container.home-product-tiles.homepage h2.homepage-section-header {
        padding-top: 0px;
    }
    .landing-page-banner #project-guide-article .h1-container {
        top: 10px;
    }
}

@media(max-width:768px) {
    .landing-page-banner #project-guide-article .h1-container {
        text-align: center;
    }
    .home-product-tiles.homepage.px-0 {
        text-align: left;
    }
    .shop-by-feature .single-col-product-layout-wrap,
    .single-col-product-layout-wrap,
    .shop-by-feature .single-col-product-layout-wrap,
    .shop-by-accessories .single-col-product-layout-wrap,
    .shop-by-feature .single-col-product-layout-wrap:nth-child(4n + 1),
    .shop-by-feature .single-col-product-layout-wrap:nth-child(4n),
    .single-col-product-layout-wrap:nth-child(1n + 1),
    .shop-by-feature .single-col-product-layout-wrap:nth-child(1n + 1) {
        margin: 2px 10px 2px 0px !important;
        width: 100% !important;
        position: relative;
    }
    .single-col-product-layout-wrap img {
        max-height: 120px;
        object-fit: cover;
    }
    .shop-by-feature .single-col-product-layout-wrap>a h4,
    .single-col-product-layout-wrap>a h4,
    .shop-by-feature .single-col-product-layout-wrap>a h4 {
        position: absolute;
        top: 30px;
        left: 30px;
        color: #fff;
        z-index: 1;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .single-col-product-layout-wrap h4 a {
        color: #fff !important;
        position: absolute;
        top: 50px;
        left: 30px;
        font-size: 18px;
        font-weight: bold;
    }
    .single-col-product-layout-wrap h4 a:after {
        display: none;
    }
    .single-col-product-layout-wrap:nth-child(1n + 1),
    .shop-by-feature .single-col-product-layout-wrap:nth-child(1n + 1) {
        height: 100%;
        max-height: 120px;
    }
    .single-col-product-layout-wrap h4:after {
        content: "\f105";
        width: 17px;
        font-size: 60px !important;
        text-align: right;
        margin-right: 10px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -20px;
        right: 50px;
        color: #fff;
    }
    /* .shop-by-material .single-col-product-layout-wrap h4:after {
        top: 30px;
        right: 20px;
        z-index: 1;
    } */
    .single-col-product-layout-wrap h4>a {
        top: 50px !important;
        right: 50px !important;
        text-align: left;
        z-index: 1;
    }
    .our-flooring-services .single-col-product-layout-wrap.flooring-services-layout-wrap {
        max-height: 100%;
    }
    .our-flooring-services .single-col-product-layout-wrap img {
        max-height: 100%;
    }
    .our-flooring-services .single-col-product-layout-wrap a:after,
    .our-flooring-services .single-col-product-layout-wrap h4:after {
        display: none;
    }
    .single-col-product-layout-wrap>a:after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .no-slider,
    .owl-stage {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: auto !important;
        transition: initial !important;
        transform: initial !important;
    }
    div#better-brands-carousel>div.item,
    .owl-stage>div.owl-item {
        flex: 0 0 48%;
        max-width: 48%;
        width: auto !important;
        margin: 0px !important;
    }
    .shop-by-accessories .single-col-product-layout-wrap:nth-child(1n + 1),
    .shop-by-accessories .single-col-product-layout-wrap img {
        max-height: 100%;
    }
    .shop-by-accessories .single-col-product-layout-wrap>a:after,
    .shop-by-accessories .single-col-product-layout-wrap h4:after {
        display: none;
    }
    .shop-by-accessories .single-col-product-layout-wrap>a h4 {
        position: initial;
        color: #E66F2F;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shop-by-accessories .our-single-col-main-wrap {
        flex-direction: row !important;
    }
    .shop-by-accessories .our-single-col-main-wrap>div {
        flex: 0 0 47%;
        max-width: 47%;
    }
}