:root{
    --primrycolor:#B59971;
    --secondarycolor:#0A1F31;
    --colorwhite:#fff;
    --colorlight:#F6F5F2;
    --custom-font: 'Poppins', sans-serif;
    --custom-font-Amiri: 'Amiri Regular';
    --colortext:#737373;
    --fontsize20:20px;
    --fontsize14:14px;
    --fontsize16:16px;
    --fontsize18:18px;
    --fontsize20:20px;
    --fontsize32:32px;
    --fontsize48:48px; 
    --fontweight300:300;
    --fontweight400:400;
    --fontweight500:500;

    }

    @font-face {
        font-family: 'Amiri Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Amiri Regular'), url('../font/amiri/Amiri-Regular.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Amiri Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Amiri Italic'), url('../font/amiri/Amiri-Italic.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Amiri Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Amiri Bold'), url('../font/amiri/Amiri-Bold.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Amiri Bold Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Amiri Bold Italic'), url('../font/amiri/Amiri-BoldItalic.woff') format('woff');
        }

    body{
        font-family: var(--custom-font);
    }
    p{
        font-size: var(--fontsize14);
        font-weight: var(--fontweight400);
    }
    .h1, .h2, h1, h2{
        font-family: var(--custom-font-Amiri)
        }
  .h3, .h4, .h5, .h6,  h3, h4, h5, h6{
        font-family: var(--custom-font)
        }
.bannertext {
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
            display: flex;
            justify-content: center;
            bottom: 0;
            z-index: 9;
            color: #fff;
            width: 650px;
            /* height: 100%; */
            align-items: center;
            top: 0px;
            z-index: 99;
        }
        .bannertext p {
    font-size: var(--fontsize20);
    font-weight: var(--fontweight300);
    margin-top: 30px;
    margin-bottom: 40px;
}
    .carousel-item::before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background: hsl(0deg 0% 0% / 55%);
        z-index: 9;
    }

    .bg-header{
        position: absolute;
        right: 0;
        left: 0px;
        z-index: 999;
        background: #2E2E2C80;
    }
    button.btn.btn-bg {
        background-color: var(--primrycolor) !important;
        color: var(--colorwhite);
        white-space: nowrap;
        font-size: 14px;
        padding: 10px;
    }
    .boxnav {
        background: rgb(0 0 0 / 10%);
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: CENTER;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 8px;
    }
    .avatar-sm {
        border-radius: 100%;
        width: 25px;
        display: flex;
        overflow: hidden;
        height: 25px;
        border: 1px solid #FFF;
        align-items: center;
        justify-content: center;
    }
    a.dropdown-toggle.profile-pic {
        display: flex;
        align-items: center;
        background: rgb(0 0 0 / 10%);
        border-radius: 120px;
        padding: 4px 10px;
        margin: 0px 15px 0px 8px;
    }
    .avatar-sm img.avatar-img.rounded-circle {
        width: 100%;
    }
    .submenu .dropdown-toggle::after {
        color: #fff;
    }
    .CategoryBox{
        position: relative;
        height: 100%;
    }
    .CategoryDetail {
        align-items: center;
        display: flex;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
        position: absolute;
        bottom: 0px;
        z-index: 99;
        color: var(--colorwhite);
        padding: 15px;
        padding-top: 150px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        width: 100%;
        justify-content: space-between;
    }
    .CategoryDetailhead h4 {
    color: var(--primrycolor);
    font-weight: var(--fontweight500);
    }
    a.linkitem {
        background: rgb(0 0 0 / 43%);
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: CENTER;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }
    .CategoryBox img{
    width: 100%;
    border-radius: 8px;
    height: 400px;
    }
     .CategoryBox.ourtopwork img{
    height: 300px;
    }
    .servicesbox {
        border: 1px solid #E4E4E4;
        border-radius: 8px;
        padding: 15px;
        height: 100%;
        background-color: #fff;
    }
    .servicesbox a.linkitem{
    margin: auto;
    background-color: #F6F6F6;
}
.head-design {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: var(--custom-font-Amiri);
    font-weight: 100;
    color: #0A1F31;
    font-size: 36px;
}
span.linewidth {
    height: 2.4px;
    display: inline-block;
    background: #000;
    width: 100px;
    margin: 0px 15px;
}
.Expertsfillter {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 15px;
}
ul.navul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.navul li {
    display: block;
}
.navul li a {
    color: #A8A8A8;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.navul .active{
    color: #B59971;
    border-radius: 4px;
    font-weight: 500;
}
.navul a.filter-link.active{
        pointer-events: none;
}
a.filter-link.mt-2.active {
    margin-top: 0px !important;
}
.bordertop {
    border-top: 1px solid #E4E4E4;
}
 .service-categoriesbox{
    overflow-y: scroll;
    height: 288px;

} 

.OurExperts {
    /* align-items: center; */
    /* display: flex; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0px;
    z-index: 99;
    color: var(--colorwhite);
    padding: 15px 15px 30px 15px;
    padding-top: 150px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    left: 0px;
    right: 0px;
}
.customer-profile {
    border-radius: 100%;
    width: 50px;
    display: flex;
    overflow: hidden;
    height: 50px;
    border: 2px solid #FFF;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.OurExpertsDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.OurExpertsCta {
    display: flex;
    justify-content: end;
    align-items: center;
}
.OurExpertsName h5 {
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: var(--fontweight300);
}
.OurExpertsName p.location {
    color: #737373;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: var(--fontsize14);
}
.customers {
    display: flex;
    align-items: center;
}
.OurExperts h3 {
    font-size: 20px;
    color: var(--primrycolor);
    font-weight: var(--fontweight300);
}
.OurExperts h3 a{
    color: var(--primrycolor);
    text-decoration: none;
}
.bgcontainer{
background-color: var(--colorlight);
border-radius: 8px;
}
.Choosebox {
    width: 120px;
    height: 56px;
    background: #F2EEE7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 30px;
}
.Choosebox img.img-fluid {
    width: 25px;
}
.Choosedetail p {
    color: var(--colortext);
}
.Choosedetail h3{
font-size: var(--fontsize20);
font-weight: var(--fontweight300);
}
.Chooseicon {
    display: flex;
}
.stepsicon {
    display: flex;
}
.stepsdetail h3{
    font-size: var(--fontsize20);
    font-weight: var(--fontweight500);
}
.stepsdetail p{
    color: var(--colortext);
}
.arrow-coontrolsReview.arrowcoontrols-left {
    right: inherit;
    left: -150px;
    bottom: -16px;
}
.lineheight {
    width: 1.5px;
    height: 50px;
    background: #9B9B9B;
    margin-bottom: 35px;
    margin-left: 13px;
}


.faq-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
    font-family: var(--custom-font-Amiri);
  }
  .faq-title::before,
  .faq-title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #1c1c1c;
    margin: 0 15px;
    vertical-align: middle;
  }
  .accordion-button {
    font-weight: 500;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-family: var(--custom-font);
  }
  .accordion-body {
    color: #5a5a5a;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ECE3D6;
    border-radius: 4px;
  }
  .accordion-button:not(.collapsed){
    background-color: #fff;
    color: #000;
    border: 0px;
    box-shadow: none;
  }

video.slider-video {
    border-radius: 6px;
    overflow: hidden;
    height: 450px;
    object-fit: cover;
}





  .footer {
    background-color: #0d1b2a;
    color: #e5e7eb;
    padding: 60px 20px 20px;
  }

  .footer h6 {
    color: #d6b075;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .footer a {
    color: #989898;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 400;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer .logo-text {
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .footer .newsletter-input {
    background: transparent;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #989898;
    font-size: 12px;
  }
  .footer .newsletter-input::placeholder {
    color: #ccc;
  }
  .footer .subscribe-btn {
    background-color: #d6b075;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
  }
  .footer .subscribe-btn:hover {
    background-color: #c9a25f;
  }

  .footer .bottom-bar {
    margin-top: 15px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #9ca3af;
    font-size: 0.9rem;
    border-top: 1px solid #606060;
  }

  .footer .social-icons a {
    color: #9ca3af;
    margin-left: 15px;
    font-size: 1.2rem;
  }

  .footer .social-icons a:hover {
    color: #fff;
  }
  .social-icons {
    display: flex;
    margin-right: 60px;
}
.Contactus{
    color: #989898;
}
.bannertext{
    text-align: center;
}
.bannertext h3 {
    font-family: 'Amiri Regular';
    font-size: var(--fontsize48);
    color: #fff;
    font-weight: var(--fontweight300);
}
.serachbox .serachbox-input {
    background: rgb(0 0 0 / 50%);
    border: 1px solid #ABA9A9;
    padding: 20px 15px;
    border-radius: 60px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
    letter-spacing: 0.5px;
}
.serachbox .searchicon {
    position: absolute;
    right: 42px;
    bottom: 12px;
}
.serachbox {
    position: relative;
    margin-top: 30px;
    padding: 0px 30px;
}

.serachbox ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .serachbox ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
  }
  
  .dropdown-item{
    padding: 8px 20px;
  }
  .dropdown-item svg {
    margin-right: 10px;
}
.nav-link{color: var(--colorwhite);font-size: 12px;}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--primrycolor);
}
.carousel-indicators {
    z-index: 9;
}
 

.CustomersSlider .carousel-item::before {
    background-color: transparent;
}

.arrow-coontrolsReview .carousel-control-next:focus, .arrow-coontrolsReview .carousel-control-next:hover, .arrow-coontrolsReview .carousel-control-prev:focus, .arrow-coontrolsReview .carousel-control-prev:hover {
    border: 1px solid #C49B66;
}
.arrow-coontrolsReview .carousel-control-next, .arrow-coontrolsReview .carousel-control-prev {
    position: relative;
    background: #C49B6633;
    padding: 20px 15px;
    border-radius: 4px;
    margin-right: 10px;
    width: 100%;
}
.bgcolorBule {
    background: #0A1F31;
    padding: 20px;
    color: #fff;
    margin: 10px;
    border-radius: 8px;
}
.CustomersSlider {
    position: absolute;
    left: -50%;
    padding: 20px;
    background: #fff;
    bottom: 50px;
    padding-bottom: 0px;
    border-radius: 4px;
}
.pb-100{
 padding-bottom: 100PX;    
}
.CustomersBox .OurExpertsName h5 {
  color: var(--primrycolor);
  font-size: var(--fontsize20);
  
}
.CustomersBox p{
        font-size: var(--fontsize14);
        font-weight: var(--fontweight400);
    }
p.quiteicon {
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 0px;
    margin-top: 20px;
}
.CustomersBox {
    width: 50%;
}
.container-fluid {
    padding: 0px 15px;
    width: 90% !important;
}


.profilebox {
    position: relative;
    margin-top: -100px;
    border-radius: 50%;
    border: 8px solid #FFFFFF;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.profilebox img.img-fluid {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bgBule{
background-color: var(--secondarycolor);
}
.ReviewSlider .carousel-item::before {
    background-color: transparent;
}
.ReviewSlider .OurExpertsName h5{
    font-family: var(--custom-font);
    font-size: var(--fontsize20);
    margin-bottom: 6px;
}
.ReviewSlider {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.arrow-coontrolsReview {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 15px;
    z-index: 9;
}
.ReviewSlider .carousel {
    height: 100%;
}
.ReviewBox p {
    color: #737373;
    font-size: var(--fontsize16);
}
.arrow-coontrolsReview .carousel-control-next, .arrow-coontrolsReview  .carousel-control-prev{position: relative;background: #C49B6633;padding: 20px 15px;border-radius: 4px;margin-right: 10px;width: 100%;}

.arrow-coontrolsReview .carousel-control-next:focus, .arrow-coontrolsReview .carousel-control-next:hover, .arrow-coontrolsReview .carousel-control-prev:focus, .arrow-coontrolsReview .carousel-control-prev:hover{
    border: 1px solid #C49B66
}
.height100{
    height: 100%;
}
.Ratings {
    position: absolute;
    bottom: 30px;
    z-index: 99;
}
.videoActioon .carousel-item::before {
    background-color: transparent;
    /* display: none; */
    top: inherit;
    height: 400px;
    background: linear-gradient(180.02deg, rgba(0, 0, 0, 0) 45.44%, #000000 87.53%);
}
.Actionarrow-coontrols{
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 99999;
    display: flex;
}
.Actionarrow-coontrols .carousel-control-next, .Actionarrow-coontrols .carousel-control-prev{position: relative;background: #ffffff33;border-radius: 50%;margin-right: 10px;height: 50px;width: 50px;align-items: center;justify-content: center;padding: 12px;background: #ffffff38;}
.videoActioontitle {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 30px;
}
.videoActioontitle h5 {
    color: #B59971;
    font-family: var(--custom-font);
    line-height: normal;
}
.videoActioontitle p{
color: #fff;;
}

.playButton {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-intro p{
color: var(--colortext);
}
.navbar-brand img.img-fluid {
    width: 60px;
}
h2.common-head {
    text-transform: capitalize;
}
.portfolioImage img.img-fluid {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolioImage {
    height: 361px;
    overflow: hidden;
}

.arrow-coontrolsReview.arrowDesigner {
    bottom: -10px;
 
}
.ctaViewallbox {
    position: absolute;
    top: 34px;
    right: 20px;
}
.ctaViewallbox a.ctaviewall {
    color: #0A1F31;
    text-decoration: underline;
    font-size: 14px;
}
.Expertsfillter h4 {
    font-family: var(--custom-font);
    font-size: var(--fontsize20);
    padding: 10px 0px;
    font-weight: var(--fontweight300);
}
.stepsdetail {
    padding-left: 30px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../../assets/images/minus.png);
    background-size: auto;
}

.accordion-button::after{
     background-image: url(../../assets/images/plus.png);
    background-size: auto;
}
.privacy-policy{
    background: #f9f9f9;
    color: #222;
}
.privacy-policy .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.privacy-policy h1.wp-block-post-title {
    display: none;
}
 .terms-container .highlight {
            font-weight: bold;
            color: #c0392b;
        }
        .terms-container {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
            padding: 2.5rem 2rem;
            margin: 40px auto;
            max-width: 900px;
        }
        .terms-container h1, .terms-container h2, .terms-container h3 {
            color: #1a4d7a;
        }
       .terms-container  h1 {
            font-size: 2.2em;
            margin-bottom: 0.5em;
        }
       .terms-container  h2 {
            font-size: 1.4em;
            margin-top: 2em;
        }
    
.testimonials-slider {
    /* overflow: hidden; */
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    margin-top: 65px;
}
.Customers-showtop{
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 70px; */
}
.Customersslidershow{
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 0px 140px;
}

.testimonials-slider .owl-carousel .owl-nav button.owl-prev,
.testimonials-slider .owl-carousel .owl-nav button.owl-next {
    position: relative;
    background: #C49B6633 !important;
    padding: 5px 18px !important;
    border-radius: 4px !important;
    margin-right: 0px !important;
    width: 100%;
    color: #C49B66;
    font-size: 30px;
}

.testimonials-slider  .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    position: absolute;
    left: -150px;
    z-index: 999;
    bottom: 5px;
}

ul.dropdown-menu.notif-box.animated.fadeIn.show li a.see-all {
    white-space: nowrap;
    color: #000;
    font-size: 12px;
}

ul.dropdown-menu.notif-box.animated.fadeIn.show {
    padding: 15px;
}
.notif-scroll.scrollbar-outer .notif-center a{
color: #000;
text-decoration: none;
}
.notif-scroll.scrollbar-outer .notif-center{
color: #000;
}
.dropdown-toggle::after{
    color: #fff;
}
span.notification {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: var(--primrycolor);
}
ul.dropdown-menu.notif-box.animated.fadeIn.show {
    padding: 15px;
    width: 280px;
    padding: 0 !important;
}
.dropdown-title {
    border-bottom: 1px solid #f1f1f1;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
}

.notif-scroll {
    max-height: 256px;
    overflow: hidden !important;
    padding: 0 !important;
}
.notif-scroll.scrollbar-outer .notif-center {
    color: #000;
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    height: 240px;
    padding: 15px;
}
.notif-scroll.scrollbar-outer .notif-center a {
    text-decoration: none;
    display: flex;
    color: #4d585f;
}
.notif-icon.notif-success {
    /* display: flex; */
    width: 38px;
    height: 30px;
    margin: 10px 10px 0px 0px;
    align-items: center;
    justify-content: center;
    background: #b59971 !important;
    border-radius: 50%;
    text-align: center;
}
.notif-content {
    padding: 6px 0px 4px 0;
    width: 100%;
}
.notif-content span.block {
    font-size: 13px;
    line-height: 20px;
    display: block;
}
.notif-content span.time {
    color: #7d8c95;
    font-size: 11px;
}


.messages-notif-box .see-all:hover, .notif-box .see-all:hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.messages-notif-box .see-all, .notif-box .see-all {
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
header {
    /* z-index: 999; */
    /* position: relative; */
}

.Reviewdetailbox{
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.ReviewSliders{
    border: 0px solid #EAEAEA;
}
.ReviewImageBox {
    height: 500px;
}
.ReviewImageBox img.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: #C49B6633 !important;
}
.ReviewSliders .owl-nav {
    position: absolute;
    right: 45px;
    bottom: 30px;
}
.portfoliobox {
    height: 450px;
    object-fit: cover;
}

.portfoliobox img{
    height: 450px;
    object-fit: cover;
}
.portfoliobox img.img-fluid {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.page-id-29083 main#main-content, .page-id-29029 main#main-content , .page-id-29030 main#main-content {
    padding: 0px;
    width: 100%;
    margin: 0px;
    max-width: 100%; 
    display: inline-block;
}
.whb-header_104933 .menu .menu-item .woodmart-nav-link{
    color: #fff !important;
    font-weight: 100;

}
.whb-header_104933 .menu .menu-item .woodmart-nav-link:hover{
    color: var(--primrycolor) !important;

}

#menu-currency-furniture-2 .wd-sub-menu .woodmart-nav-link{
color: #000 !important;
}
.mobilenumber .info-box-content .info-box-title{
    color: #fff !important;
}

.whb-header_104933 .menu .menu-item .woodmart-nav-link{
    color: #fff !important;

}

.whb-header_104933  #menu-main-navigation img.wd-nav-img {
    filter: invert(1);
}
.servicesbox h4{
font-weight: 500;
}
.filter-btn{
    display: none !important;
 
}
/* .ctaViewallbox{
    display: none !important;
} */

.whb-sticky-prepared.whb-sticked.whb-scroll-up .whb-general-header {
    background-color: #0d1b2a;
}
.review-stars span.star {
    cursor: pointer;
}
.testimonial-content-box{
  height: 160px;
  overflow: auto;
  padding-right: 10px;
}


/* Chrome, Edge, Safari */

.testimonial-content-box::-webkit-scrollbar {
  width: 5px;
}
 
.testimonial-content-box::-webkit-scrollbar-track {
  background: #061624;
  border-radius: 20px;
}

.testimonial-content-box::-webkit-scrollbar-thumb {
  background: rgba(181, 153, 113, 1); 
  border-radius: 20px;
}


@media only screen and (max-width: 768px) {
    .ctaViewallbox{
        display: block !important;
    }
    .filter-btn{
        display: flex !important;
    }
.InteriorCategory .col-md-4 {
    margin-bottom: 20px;
}
.container-fluid {
    padding: 0px 15px;
    width: 100% !important;
}
.maine-slider .bannertext {
    width: 100%;
}

.maine-slider #demo .carousel-item.active img {
        width: 100%;
        height: 560px;
        object-fit: cover;
    }
.maine-slider .bannertext h3 {
        font-size: var(--fontsize32);
    }
.ctaViewallbox {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 20px;
}
button.navbar-toggler {
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
}
span.linewidth {
    height: 2px;
    width: 10px;
    margin: 0px 6px;
}
.CustomersSlider {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-bottom: 0px;
    padding: 0px;
}
.Customersreview img.img-fluid.pb-100.Customersimgleft {
    padding-bottom: 0px;
}
.Customersreview h2.head-design.pb.pt-4.mt-5 {
    margin-top: 0px !important;
}
.footer {
    background-color: #0d1b2a;
    color: #e5e7eb;
    padding: 30px 15px 15px;
}
.fawqsection .bgcontainer.p-5 {
    padding: 10px !important;
}
.accordion-header button.accordion-button {
    font-size: 14px;
}
h2.faq-title {
    font-size: 20px;
}
.faq-title::before, .faq-title::after {
    width: 20px;
}

#designer-suggestions {
    width: 84%;
    margin: auto !important;
}
#designer-suggestions li.heading {
    color: #000;
} 
img.footerlogo {
    width: 60px;
}
.Customersslidershow {
    position: relative;
    padding: 0px 0px;
}
.testimonials-slider {
    padding: 0px;
    margin-top: 0px;
}
.testimonials-slider .owl-theme .owl-nav {
    position: relative;
    left: 0px;
    bottom: 0px;
    text-align: center;
    margin: auto;
    justify-content: center;
    width: 150px;
}
.whb-header_665343 .menu .wd-sub-menu .menu-item .woodmart-nav-link {
    color: #000 !important;
}
.wd-header-nav.wd-header-secondary-nav.whb-p50ume6i77mqs6ahqlys.text-left {
    text-align: right;
}
.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    right: 0px;
    left: inherit;
}
.CategoryBox img {
    height: auto;
}
.head-design {
    font-size: 20px;
}

}   