body {
    overflow-wrap: break-word;
}
.main-banner {
    min-height: 484px;
    display: flex;
    align-items: center;
}
.main-banner.category {
    background: #510977;
}
.main-banner .row {
    align-items: center;
}
.banner-content svg {
    width: 38px;
    height: 11px;
}
.breadcrumbs-hero {
    padding: 5px 0;
}
.breadcrumbs-hero a,
 .breadcrumbs-hero span {
    color: #000000;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
.breadcrumbs-hero a:hover {
    color: #EE661E;
}
.breadcrumbs-hero a:after {
    content: '>';
    padding: 0 2px 0 8px;
    display: inline-block;
    text-decoration: none;
}
.bannercaption h1 {
    font-size: 38px;
    line-height: 48px;
    color: #131313;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 25px;
}
.bannercaption p {
    font-size: 20px;
    line-height: 27px;
}
.bannercaption h1 span {
    font-size: 46px;
    color: #EF4013;
    font-weight: 600;
}
.banner-content.whitepper .bannercaption h1,
.banner-content.whitepper .bannercaption p.date,
.banner-content.whitepper .breadcrumbs-hero a,
.banner-content.whitepper .breadcrumbs-hero span {
    color: #fff;
}
.bg-gray {
    background: #F5F5F5;
}
.latest-image .blog-image {
    transition: all 1.6s;
    position: relative;
    overflow: hidden;
}
    .latest-image .blog-image .image-box {
        background-image: url(/assets/images/newsletterGlobal-Bath-and-Shower-Products-banner.png);
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }
.newsletter-latest {
    background: #F5F5F5;
    padding: 70px 0;
}
.latest-content p.date {
    line-height: 27px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.latest-content h2 {
    font-size: 28px;
    color: #000000;
    line-height: 36px;
}
.latest-content h2 a {
    color: #000000;
}
.latest-content h3 {
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
}
.latest-content p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest-content a.theme-button-one {
    background: #ee661e;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    width: 150px;
    border: 1px solid #ee661e;
}
/*====Our Blogs=================*/
.blog-grid {
    padding: 40px 0;
}
.post-wrapper .blist {
    display: none;
}
.post-wrapper .single-blog {
    margin: 0 8px 35px;
    display: block;
    background: #fff;
}
.post-wrapper .single-blog .blog-image {    
    transition: all 1.6s;
    position: relative;
    overflow: hidden;
}
    .post-wrapper .single-blog .image-box {
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }
.post-wrapper .single-blog.image-box a {
    display: block;
}
.post-wrapper .single-blog .image-box img {
    width: 100%;
   height: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.post-wrapper .single-blog:hover .image-box {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
    .post-wrapper .single-blog .post-meta {
        padding: 30px 20px 25px;
        box-shadow: 0px 3px 6px #00000029;
        background: #f8f8f8;
    }
        .post-wrapper .single-blog .post-meta .title {
            font-size: 19px;
            color: #242424;
            line-height: 30px;
            margin-bottom: 10px;
            height: 60px;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    .post-wrapper .single-blog .post-meta .datecomment {
        margin-top: 0px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }
.post-wrapper .single-blog .post-meta .datecomment span.date svg {
    display: none;
}
.post-wrapper .single-blog .post-meta .datecomment .comment {
    margin-left: 25px;
}
        .post-wrapper .single-blog .post-meta .content p {
            font-size: 15px;
            color: #333;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
.single-blog .post-meta .title a {
    text-decoration: none;
    color: #3E3E3E;
}
.single-blog .post-meta .title a:hover {
    color: #325080;
}
.single-blog .post-meta a.read-more {
    color: #0E34CE;
    font-size: 12px;
    font-weight: 500;
    word-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.single-blog .post-meta a.read-more span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}
.single-blog .post-meta a.read-more span svg {
    position: absolute;
    width: 1.1em;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.single-blog:hover .post-meta a.read-more {
    opacity: 1;
    color: #EE661E;
}
.single-blog .post-meta a.read-more span {
    transform: translate3d(0rem, 0, 0);
}
.single-blog:hover .post-meta a.read-more svg {
    opacity: 1;
    right: -1.5rem;
}
.blog-grid .case-btn-div .explore {
    background: #ee661e;
    color: #fff;
    border: 1px solid #ee661e;
    border-radius: 50px;
    padding: 8px 20px;
}
.blog-grid .case-btn-div .explore svg {
    width: 18px;
    fill: #fff;
}

.newsletter-details .bannercaption h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 500;
    margin-top: 60px;
}
.newsletter-details .bannercaption p.date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.newsletter-contents {
    padding: 40px 0;
}
.newsletter-contents h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
}
    .newsletter-contents p, .newsletter-contents ul li {
        font-size: 16px;
        color: #333;
        line-height: 27px;
        margin-bottom: 15px;
    }
.newsletter_det .single-blog {
    margin-bottom: 40px;
    background: transparent;
    box-shadow: unset;
}
.newsletter_det .single-blog .blog-image {
    height: 220px;
}
.newsletter_det .single-blog .image-box {
    height: 220px;
}
.newsletter_det .single-blog .post-meta .title a {
    font-weight: 600;
    font-size: 21px;
}
.newsletter-contents .contact-info {
    width: 70%;
    margin: 0 auto;
}
.newsletter-contents .contact-info p {
    font-size: 19px;
    color: #3A3A3A;
    line-height: 30px;
}
.learn_more {
    padding: 40px 0;
    text-align: center;
}
.learn_more h3 {
    font-size: 18px;
    font-weight: 600;
}
.learn_more h2 {
    font-size: 26px;
    font-weight: 500;
}
    .learn_more .single-blog {
       margin: 0;
    }
.learn_more .blog-image {
    border-radius: 40px;
}
    .learn_more .single-blog .post-meta {
        text-align: left;
        padding: 10px;
        box-shadow: unset;
    }
.learn_more .single-blog .post-meta .title {
    line-height: 20px;
}
.learn_more .single-blog .post-meta .title a {
    font-size: 16px;
    color: #0C51B9;
}
.learn_more .single-blog .post-meta .content p {
    font-size: 14px;
    line-height: 22px;
}
.learnmore .owl-nav button {
    bottom: 0;
    position: absolute;
}
.learnmore .owl-nav button.owl-prev {
    left: 46%;
}
.learnmore .owl-nav button.owl-next {
    right: 46%;
}
.learnmore .owl-nav button span {
    font-size: 26px;
    color: #0442b1;
    line-height: 0;
}
.newsletter-contents {
    overflow-wrap: break-word;
}
    .newsletter-contents img {
        max-width: 80%;
        margin: 0 auto;
    }


/*Table*/
table {
    width: 90% !important;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 auto 15px;
}

    table tbody tr td {
        background-color: #fff !important;
        border: 1px solid #ddd !important;

    }
    table tbody tr:nth-child(odd) td {
        background-color: #eeeeee75 !important;
    }
    table tbody tr:hover td {
        background-color: #eaf1f0 !important;
    }
    table tbody tr:first-child {
        background-color: #EE661E;
    }

        table tbody tr:first-child td {
            background-color: #EE661E !important;
        }
            table tbody tr:first-child td,
            table tbody tr:first-child td p,
            table tbody tr:first-child td p strong {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 20px;
                font-weight: 600;
                border: 0;
                text-align: center;
                margin: 0;
                border-color: #ee661e !important;
            }

    table tbody tr td,
    table tbody tr td p,
    table tbody tr td p strong {
        font-size: 15px !important;
        line-height: 19px;
        font-weight: 400;
        margin-bottom: 0 !important;
    }

    table tbody tr td {
        padding: 10px 20px;
    }
    table tbody tr td ul {
        list-style: none;
        padding: 0;
    }
        table tbody tr td ul li {
            line-height: 27px !important;
            font-size: 15px !important;
            color: #333 !important;
        }


@media only screen and (max-width : 768px) {
    .blog-list .bannercaption {
        width: 100%;
    }
    .blog-list .bannercaption h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .post-wrapper .single-blog {
        margin: 0 0 30px;
    }
}
@media only screen and (max-width : 575px) {
    .main-banner {
        padding: 30px 0;
        min-height: auto !important;
    }
    .bannercaption h1 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
        .bannercaption h1 span {
            font-size: 28px;
        }
    .bannercaption p {
        font-size: 16px;
    }
.banner-content {
    text-align: center;
}
    .newsletter-details .bannercaption h1 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 30px;
    }
.latest-content {
    margin-top: 30px;
}
    .newsletter-contents .contact-info {
        width: 100%;
    }
    .newsletter-contents p,
    .newsletter-contents ul li {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }
    .latest-content h2 {
        font-size: 19px;
        line-height: 30px;
    }
    table {
        width: 100% !important;
    }
    .newsletter-contents img {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width : 480px) {
    .post-wrapper .blist {
        width: 100%;
    }
}