.red {
    color: var(--red)
}

.containers {
    width: 1170px;
    margin: 0 auto
}

.contain_90 {
    width: 90%;
    margin: auto
}

.container:after,
.containers:before,
.row:after,
.row:before {
    content: "";
    display: table
}

.clr,
.containers:after,
.row:after {
    clear: both
}

.rows {
    margin-left: -10px;
    margin-right: -10px
}

.cols-sm-1,
.cols-sm-10,
.cols-sm-11,
.cols-sm-12,
.cols-sm-2,
.cols-sm-3,
.cols-sm-4,
.cols-sm-5,
.cols-sm-6,
.cols-sm-7,
.cols-sm-8,
.cols-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left
}

.busting_myths .busting_myths_video img,
.celebs_home .thum img,
.cols-sm-12,
.explore_our_store .img_boxes .img_box img,
.why_wallcovering .thum img {
    width: 100%
}

.cols-sm-11 {
    width: 91.66666667%
}

.cols-sm-10 {
    width: 83.33333333%
}

.cols-sm-9 {
    width: 75%
}

.cols-sm-8 {
    width: 66.66666667%
}

.cols-sm-7 {
    width: 58.33333333%
}

.cols-sm-6,
.design_gallery .img_boxes_wrapper .col-sm-4:nth-child(2) .vertical_wrap .img_box:nth-child(2),
.design_gallery .img_boxes_wrapper .col-sm-4:nth-child(2) .vertical_wrap .img_box:nth-child(3) {
    width: 50%
}

.cols-sm-5 {
    width: 41.66666667%
}

.cols-sm-4 {
    width: 33.33333333%
}

.cols-sm-3 {
    width: 25%
}

.cols-sm-2 {
    width: 16.66666667%
}

.cols-sm-1 {
    width: 8.33333333%
}

.flt-right {
    float: right
}

.flt-left {
    float: left
}

.ace-responsive-menu li ul.sub-menu>li {
    width: unset
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase;
    background: 0 0;
    color: #000;
    text-transform: none
}

.features_boxes .inner_container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0
}

.features_boxes .inner_container .feature_box {
    width: 20%;
    text-align: center;
    position: relative;
    padding: 20px 0
}

.features_boxes .inner_container .feature_box::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, #0000, #c4c4c5, #0000)
}

.features_boxes .inner_container .feature_box:last-child::before {
    display: none
}

.features_boxes .inner_container .feature_box .text {
    font-size: 20px;
    padding: 10px 0 0
}

.video-btn {
    animation: 1.5s infinite zoom;
    cursor: pointer
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.headings {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px
}

.sub_head {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    padding: 0 0 30px
}

.primary_btn {
    border: none;
    outline: 0;
    background: #d9dbda;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 7px 10px;
    text-transform: uppercase
}

.shop_by_category {
    padding: 50px 0;
    background-color: #f7f4eb;
    border-bottom: 20px solid #fff
}

.shop_by_category .boxes {
    display: grid;
    grid-template-areas: 'box_3 box_4 box_6' 'box_3 box_4 box_6' 'box_2 box_4 box_7' 'box_2 box_5 box_7' 'box_1 box_5 box_8' 'box_1 box_5 box_8';
    text-align: center;
    gap: 20px
}

.shop_by_category .boxes .box_1,
.shop_wall_murals .boxes .box_1 {
    grid-area: box_1
}

.shop_by_category .boxes .box_2,
.shop_wall_murals .boxes .box_2 {
    grid-area: box_2
}

.shop_by_category .boxes .box_3,
.shop_wall_murals .boxes .box_3 {
    grid-area: box_3
}

.shop_by_category .boxes .box_4,
.shop_wall_murals .boxes .box_4 {
    grid-area: box_4
}

.shop_by_category .boxes .box_5,
.shop_wall_murals .boxes .box_5 {
    grid-area: box_5
}

.shop_by_category .boxes .box_6 {
    grid-area: box_6
}

.shop_by_category .boxes .box_7 {
    grid-area: box_7
}

.shop_by_category .boxes .box_8 {
    grid-area: box_8
}

.shop_by_category .boxes .box a,
.shop_wall_murals .boxes .box a {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.design_gallery .img_boxes_wrapper .vertical_wrap .img_box a,
.shop_by_category .boxes .box a .img_box,
.shop_wall_murals .boxes .box a .img_box {
    width: 100%;
    height: 100%
}

.design_gallery .img_boxes_wrapper .vertical_wrap .img_box a img,
.shop_by_category .boxes .box a .img_box img,
.shop_wall_murals .boxes .box a .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shop_by_category .boxes .box a .text_box,
.shop_wall_murals .boxes .box a .text_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #00000099;
    color: #fff;
    font-size: 25px;
    padding: 10px 0
}

.shop_wall_murals {
    padding: 50px 0;
    background-color: #f1f2ee
}

.shop_wall_murals .boxes {
    display: grid;
    grid-template-areas:
    'box_1 box_3 box_4'
    'box_2 box_5 box_6';
    text-align: center;
    gap: 20px
}
.shop_wall_murals .boxes .box a .img_box img{
    height: 366px;
}
.manufactured_with_pride {
    padding: 50px 0;
    position: relative;
    border-bottom: 20px solid #fff;
    background: url(../images/bg/manufactured-with-pride.jpg) bottom/100% 25% no-repeat
}

.manufactured_with_pride::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50px;
    width: calc((1170px* .225) + (50% - 585px));
    height: 40%;
    background: url(../images/bg/mds.png) top right/contain no-repeat;
    z-index: -1
}

.manufactured_with_pride .upper_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 55%;
    margin: auto;
    --img-width: 30%;
    padding: 0 0 50px
}

.manufactured_with_pride .upper_box .img_box {
    width: var(--img-width)
}

.manufactured_with_pride .upper_box .text_box {
    width: calc(100% - var(--img-width));
    padding: 0 0 0 30px
}

.experience_wallcoverings {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #eff1ec;
    text-align: center
}

.experience_wallcoverings .row {
    display: flex;
    align-items: center
}

.experience_wallcoverings h3.title {
    font-size: 34px;
    color: #000;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 30px
}

.experience_wallcoverings .col-sm-5 {
    padding: 0 0 0 112px
}

.experience_wallcoverings .col-sm-5 p {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    text-align: center
}

.busting_myths .busting_myths_banner,
.design_gallery .img_boxes_wrapper .col-sm-4,
.social_media ul.social_links li:last-child,
.wallcovering_banner {
    padding: 0
}

.experience_wallcoverings .room_setup_container {
    background: 0 0
}

.design_gallery .img_boxes_wrapper,
.experience_wallcoverings .favourite_banner .slide_box,
.resp-vtabs .resp-tabs-list {
    display: flex;
    flex-wrap: wrap
}

.experience_wallcoverings .favourite_banner .slide_box .item_box {
    width: 33.333%;
    padding: 15px;
    cursor: pointer
}

.experience_wallcoverings .favourite_banner .slide_box .item_box img {
    border-radius: 50%;
    border: 2px solid #fff
}

.experience_wallcoverings .view_more {
    padding: 10px 0 0
}

.owl-carousel.owl-theme .owl-nav {
    margin: 0
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #b2b4b3;
    color: #fff;
    transition: .3s
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    background: #dbdbdb
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -20px
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] span {
    font-size: 50px;
    line-height: .2em;
    padding: 0 0 .3em;
    font-family: 'Font Awesome 5 Free'
}

.busting_myths_banner.owl-carousel.owl-theme .owl-nav [class*=owl-],
.favourite_banner.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: unset;
    color: #b2b4b3;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px)
}

.favourite_banner.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000
}

.design_gallery {
    padding: 50px 0
}

.design_gallery .img_boxes_wrapper .vertical_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}

.design_gallery .img_boxes_wrapper .vertical_wrap .img_box {
    padding: 3px;
    width: 100%
}

.design_gallery .view_more {
    text-align: center;
    padding: 20px 0 0
}

.sizzling_experiences {
    background: url(../images/review.png) 85% 50%/cover no-repeat;
    padding: 80px 0
}

.sizzling_experiences .inner_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sizzling_experiences .inner_container .heading {
    padding: 0 0 10px;
    color: #fff
}

.sizzling_experiences .inner_container .line_2 {
    font-size: 80px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.why_wallcovering {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0
}

.why_wallcovering .thum {
    width: 100%;
    float: left
}

.why_wallcovering .details_wall {
    width: 100%;
    float: left;
    position: relative
}

.why_wallcovering .details_wall h3.title {
    position: static;
    left: -360px;
    font-size: 78px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 99;
    vertical-align: top;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 0 -360px
}

.why_wallcovering .details_wall h3.title span {
    color: #fff;
    font-size: 158px
}

.why_wallcovering .details_wall h3.title sup {
    vertical-align: super
}

.resp-vtabs ul.resp-tabs-list {
    position: static
}

.resp-vtabs .resp-tabs-container {
    position: static;
    margin: 0 0 0 -135px
}

.details_wall_tab {
    width: 100%;
    padding: 50px 0 0
}

.resp-vtabs .resp-tab-content {
    background: #eee;
    padding: 40px
}

.details_wall_tab .content_box {
    width: 100%;
    background: #eee;
    height: 20vw;
    overflow-y: scroll;
    overflow-x: hidden
}

.details_wall_tab .content_box h3 {
    color: #c42126;
    display: inline-block;
    text-transform: capitalize
}

.details_wall_tab .content_box p {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 5px
}

.resp-vtabs .resp-tabs-list li span.icon {
    width: 35px;
    margin: 0;
    padding: 0
}

.resp-vtabs .resp-tabs-list li span.txt {
    width: calc(100% - 35px);
    margin: 0;
    padding: 0 0 0 10px
}

.details_wall_tab .content_box h3 {
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 15px
}

.paint_vs_wallcoverings {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    text-align: center
}

.paint_vs_wallcoverings .explore {
    padding: 20px 0 0
}

.social_media {
    background: #e6eded;
    padding: 50px 0
}

.explore_our_store .heading,
.social_media .heading {
    padding: 0 0 15px
}

.social_media .img_box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.social_media ul.social_links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0
}

.social_media ul.social_links li {
    padding: 0 20px 0 0
}

.social_media ul.social_links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.social_media ul.social_links li a .icon {
    width: 35px
}

.social_media ul.social_links li a .txt {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 0 0 0 10px
}

.ready_transform {
    padding: 60px 0
}

.ready_transform .heading {
    padding: 0 0 30px
}

.ready_transform .link_boxes ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.ready_transform .link_boxes ul li {
    padding: 0 10px
}

.ready_transform .link_boxes ul li a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9dbda;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 3px 3px 0 0 #d9dbda
}

.ready_transform .link_boxes ul li a .icon {
    width: 40px
}

.ready_transform .link_boxes ul li a .txt {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 0 0 0 5px
}

.explore_our_store {
    padding: 50px 0;
    background: #f6f5ea
}

.explore_our_store .img_boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.explore_our_store .img_boxes .img_box {
    width: 48%;
    position: relative
}

.explore_our_store .img_boxes .img_box .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    text-transform: capitalize
}

.busting_myths {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    text-align: center
}

.busting_myths_banner .item_box {
    position: relative
}

.busting_myths .busting_myths_video a,
.busting_myths_banner .item_box a {
    display: block
}

.busting_myths .busting_myths_banner .item_box .title_bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding: 7px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.busting_myths_banner.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px
}

.busting_myths_banner.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px
}

.busting_myths .busting_myths_video {
    width: 98%;
    position: relative;
    text-align: center
}

.busting_myths .busting_myths_video .play_btn {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99
}

.busting_myths .busting_myths_video .video_title_bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding: 15px 10px;
    font-size: 16px;
    color: #fff
}

.celebs_home {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #34403e;
    text-align: center
}

.celebs_home .heading {
    color: #fff
}

.celebs_home .thum {
    width: 100%;
    position: relative;
    text-align: center
}

.celebs_home .thum .play_btn {
    position: absolute;
    top: 38%;
    left: 40%;
    z-index: 99
}

.celebs_home .thum .video_title_bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding: 15px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.eliteliving_wrap {
    background: #f8ebe9;
    padding: 70px 0
}

.eliteliving_wrap .info_box {
    text-align: center;
    padding: 0 0 0 30px
}

.eliteliving_wrap .info_box .elite_logo {
    margin: -25px 0 0
}

.eliteliving_wrap .info_box .text_box {
    text-align: left
}

.eliteliving_wrap .info_box .text_box p {
    padding: 20px 0 30px;
    font-size: 18px
}

.eliteliving_wrap .info_box .text_box .explore a {
    background: #7b256f;
    color: #fff
}

.whatsapp_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 999;
    transform: rotate(360deg)
}

.whatsapp_link .whatsapp_bg {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    background: 0 0/400% 400% #25d366
}

.whatsapp_link .whatsapp_bg .whatsapp_icon {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 3px;
    top: 10px
}

.whatsapp_link .whatsapp_bg .whatsapp_icon i {
    font-size: 35px;
    padding: 0 0 0 10px;
    color: #fff
}