body {
    margin: 0;
    padding: 0;
}

.btn2 {
    background: #c01604;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 10px;
    border: 10px;
    outline: 1px solid;
    outline-color: #fff;
    outline-offset: 0;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-top: 20px;
}

.btn2:hover {
    text-decoration: none;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: white;
    background: #f33333;
}

.sec-tb {
    padding: 80px 0;
}

.sec-t {
    padding-top: 80px;
}

.sec-b {
    padding-bottom: 80px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.sec-title .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.sec-title .title:after {
    content: "";
    display: block;
    margin-left: 0;
    height: 3px;
    width: 70px;
    border-radius: 4px;
    background-color: #c01604;
    position: relative;
    top: 10px;
}

.sec-title.center-alg .title:after {
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

/* Header */

.navbar {
    padding: 24px 0;
}

/* .navbar .navbar-brand {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
} */
.navbar .navbar-brand img {
    width: 200px;
    height: 100%;
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding: 0;
}

.navbar .nav-link:hover {
    color: #bf2d23;
}

.navbar .nav-item .btn2 {
    margin: 0;
    padding: 8px 14px;
    margin-left: 20px;
}

.navbar .nav-item.active a {
    color: #bf2d23;
}

.navbar .nav-item {
    padding: 0 2px;
    display: flex;
    align-items: center;
}

.navbar .nav-item:last-child {
    border-right: none;
    padding: 0;
}

/* slider */
.slider img {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}

.slider .carousel-item {
    position: relative;
}

.slider .carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #72727233;
    opacity: 0.7;
}

.slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    left: 50%;
    text-align: left;
}

.slider .carousel-caption h1 {
    font-size: 44px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.slider .carousel-caption p {
    font-size: 18px;
    margin-top: 46px;
    color: #000;
}

/* our-cabinets */
.productPage {
    padding: 80px 0 60px 0 !important;
}

.our-cabinets {
    background: #f9f9f9;
    padding: 80px 0;
}

.our-cabinets img {
    width: 100%;
    display: block;
    height: 350px;
    object-fit: contain;
}

.our-cabinets h3 {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 14px;
    margin-top: 6px;
}

.our-cabinets .our-cabinets {
    display: block;
    overflow: hidden;
    position: relative;
}

.our-cabinets .imgArea {
    position: relative;
    transition: 0.4s;
}

/* services */
.services {
    padding: 80px 0 60px 0;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .services {
        padding: 40px 0;
    }
}

.services .contArea {
    /*border-bottom: 4px solid #c01604;*/
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
    /*border-radius: 10px;*/
    padding: 24px 30px;
    background: #fff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .services .contArea {
        margin-bottom: 20px;
    }
}

.services .contArea img {
    height: 60px;
    width: 60px;
    margin-bottom: 28px;
}

.services .contArea .h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #252525;
}

.services .contArea p {
    margin-bottom: 0;
}

.services .contArea a {
    font-weight: 600;
    font-size: 18px;
    color: #12296d;
    transition: ease-in-out 0.4s;
}

.services .contArea a:hover {
    color: #516399;
}

.services .contArea a:hover i {
    padding-left: 18px;
}

.services .contArea a i {
    transition: ease-in-out 0.4s;
    padding-left: 14px;
}

/* fourSection */
.fourSection {
    background-image: url(../images/bath-01.webp);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0;
}

.fourSection::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000061;
    position: absolute;
    top: 0;
    left: 0;
}

.fourSection h3 {
    color: #fff;
}

.fourSection p {
    color: #fff;
    margin-bottom: 0;
}

.fourSection .btn {
    margin-top: 0;
}

/* our-showrooms */
.our-showrooms {
    background: #f9f9f9;
}

.our-showrooms img {
    width: 100%;
}

.our-showrooms .mainArea {
    position: relative;
}

.our-showrooms .mainArea .item .contArea {
    padding: 20px 20px;
}

.our-showrooms .mainArea .item .contArea h3 a {
    color: #000;
}

.our-showrooms .mainArea .item .contArea h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.our-showrooms .mainArea .item {
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
}

.our-showrooms .mainArea .item .contArea h3 {
    font-size: 24px;
}

/* .our-showrooms .mainArea .item img {
    padding: 20px 20px 0 20px;
} */

/* a-showrooms */

.a-showrooms img {
    height: 600px;
    width: 100%;
}

.a-showrooms .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* sevenSection */
.sevenSection {
    background: #f9f9f9;
}

.sevenSection .leftArea {
    width: 80%;
}

.sevenSection h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 34px;
}

.sevenSection img {
    width: 100%;
    border-radius: 14px;
}

/* testimonialArea */

.testimonialArea .owl-carousel .owl-stage {
    padding: 34px 0;
}

.testimonialArea .item {
    position: relative;
}

.testimonialArea .item .feedback {
    position: relative;
}

.testimonialArea .item .feedback {
    position: relative;
}

.testimonialArea .item .feedback {
    padding: 44px;
    background-color: #f9f9f9;
    border-radius: 14px;
}

.testimonialArea .item .face-img {
    position: absolute;
    z-index: 9;
    top: -26px;
    margin: 0;
    left: 34px;
}

.testimonialArea .item .face-img img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.testimonialArea .item .cont {
    padding-left: 16px;
}

.testimonialArea .item .cont {
    text-align: center;
}

.testimonialArea .item p {
    margin-bottom: 0;
}

.testimonialArea .item .cont .h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-top: 18px;
}

.testimonialArea .owl-dot {
    margin-top: 26px;
}

.testimonialArea .owl-dot span {
    background: #c01604 !important;
    opacity: 0.4 !important;
}

.testimonialArea .owl-dot.active span {
    opacity: 1 !important;
}

.testimonialArea .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

/* our-blogs */
.our-blogs {
    background: #f9f9f9;
}

.our-blogs img {
    width: 100%;
}

.our-blogs .item {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.our-blogs h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.our-blogs h3 a {
    color: #000;
}

.our-blogs .contArea h3 {
    font-size: 22px;
    font-weight: 400;
}

.our-blogs .contArea {
    padding: 20px 20px;
}

/* faq */
.faq .accordion {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
}

.faq .accordion-item-description {
    background: #fff;
}

.faq .accordion .accordion-item {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible;
}

.faq .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
}

.faq .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 10px;
    cursor: pointer;
}

.faq .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
}

.faq .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: var(--transition);
}

.faq .accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.faq .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition);
}

.faq .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 10px;
    line-height: 1.5;
}

/* GET YOUR QUOTE */
.quote {
    background-image: url(../images/img-01.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.file {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.file input {
    cursor: pointer;
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.file-div .upload-icon {
    position: absolute;
    top: 30%;
    left: 12px;
}

.file-div {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 36px;

    .file {
        padding: 5px 0 0px;
        justify-content: center;
        font-weight: 600;
    }

    .upload-icon {
        position: absolute;
        top: 30%;
        left: 12px;
    }
}

/* footer */
footer {
    padding: 60px 0 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

footer img {
    width: 200px;
    height: 100%;
}

footer .contArea {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;
}

footer .contArea ul {
    display: flex;
}

footer .contArea ul li {
    margin: 0 16px;
}

footer .contArea ul li a {
    color: #000;
    font-size: 14px;
}

footer .fourArea2 {
    display: flex;
}

footer .fourArea2 li {
    margin-left: 16px;
}

footer .fourArea2 li a {
    color: #6f6f6f;
}

footer .copyright-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

footer .copyright-text p {
    color: #000;
}

footer .copyright-text p a {
    color: #c01604;
}

/* * inner-banner */
.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
}

.inner_banner .breadcrumbArea {
    text-align: left;
    position: relative;
    z-index: 9;
}

.inner_banner .breadcrumbArea .page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.inner_banner .breadcrumbArea .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.inner_banner .breadcrumbArea .page-title-content ul li:first-child {
    margin-left: 0;
}

.inner_banner .breadcrumbArea .page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 2px;
}

.inner_banner .breadcrumbArea .page-title-content ul li.main-pg {
    color: #c01604;
}

.inner_banner .breadcrumbArea .page-title-content ul li a {
    display: inline-block;
    color: #fff;
}

.inner_banner .breadcrumbArea .page-title-content ul li a:hover {
    color: #c01604;
}

.inner_banner .breadcrumbArea .page-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 0.5rem;
}

/* Gallery */
.gallery img {
    width: 100%;
    object-fit: cover;
}

.gallery .sm-class img {
    height: 24rem !important;
}

.gallery .md-class img {
    height: 28rem !important;
}

.gallery .xl-class img {
    height: 32rem !important;
}

.gallery ul {
    -moz-columns: 3;
    columns: 3;
}

.gallery ul li {
    margin-bottom: 20px;
}

/* contact-innerBanner */
.contact-innerBanner {
    color: #fff;
}

.contact-innerBanner .rightArea {
    text-align: center;
}

.contact-innerBanner .rightArea p {
    font-size: 18px;
    margin-top: 16px;
}

/* blogs */
.blogs img {
    width: 100%;
}

.blogs .mainArea {
    position: relative;
}

.blogs .mainArea .item .date {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #c01604;
    color: #fff;
    padding: 10px 0;
    transition: 0.3s ease;
}

.blogs .mainArea .item .date strong {
    font-size: 24px;
}

.blogs .mainArea .item .date span {
    font-size: 16px;
    text-transform: uppercase;
}

.blogs .mainArea .item .contArea {
    padding: 26px 14px;
}

.blogs .mainArea .item .contArea h3 a {
    color: #000;
}

.blogs .mainArea .item .contArea h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.blogs .mainArea .item {
    transition: 0.3s ease;
    transition: transform 0.5s ease !important;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #dcd9d9;
    margin: 30px 0;
}

.blogs .mainArea .item:hover .imgArea {
    transform: scale(1.05);
}

.blogs .mainArea .item .imgArea {
    transition: all 0.5s ease-in-out !important;
}

.blogs .mainArea .item .contArea h3 {
    font-size: 24px;
}

.blogs .mainArea .owl-nav {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.blogs .mainArea .owl-nav .owl-prev {
    position: relative;
    right: 40px;
}

.blogs .mainArea .owl-nav .owl-next {
    position: relative;
    left: 40px;
}

.blogs .mainArea .owl-nav span {
    color: #c01604;
    font-size: 74px;
}

.blogs .mainArea .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.blogs .mainArea .blogsItem {
    display: flex;
    justify-content: space-between;
}

.blogs .mainArea .blogsItem .date {
    width: 22%;
    height: 85px;
    border-radius: 10px;
}

.blogs .mainArea .blogsItem .content {
    width: 70%;
}

.blogs .mainArea .btn {
    width: 100%;
}

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

.blogs .paginationArea .page-link {
    border: 1px solid #ff6251;
    color: #000000;
    background-color: #ff625133;
    font-size: 18px;
}

.blogs .paginationArea .page-link.active {
    background-color: #c01604;
    color: #fff;
}

.blogs .paginationArea .page-link:hover {
    background-color: #c01604;
    color: #fff;
}

/* blogsDetails */
.blogsDetails img {
    width: 100%;
}

.blogsDetails .left-side-blog h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}

.blogsDetails .left-side-blog .datearea {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #c01604;
    margin-top: 10px;
}

/* assemblyIsntructions css */
.assemblyIsntructions .accordion {
    margin-top: 30px;
}

.assemblyIsntructions .accordion-item {
    border: 1px solid #c01604;
    margin: 20px 0;
}

.assemblyIsntructions .accordion-title {
    background-color: #c01604;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: background-color 0.3s ease;
}

.assemblyIsntructions .accordion-title::after {
    content: "\25B8";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 24px;
}

.assemblyIsntructions .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    color: #333;
    transition: max-height 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.assemblyIsntructions .accordion-item.active .accordion-title::after {
    content: "\25BE";
    transform: translateY(-50%) rotate(180deg);
}

.assemblyIsntructions .accordion-item.active .accordion-content {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.assemblyIsntructions .accordion-item.active .accordion-content a {
    margin: 0;
    color: #000;
}

.assemblyIsntructions .accordion-item.active .accordion-content a:hover {
    color: #c01604;
}

/* calendarArea */
:root {
    --first: #dfdfdf;
    --bg: #eeedeb;
    --accent: #2f3645;
    --accent-2: #e6b9a6;
}

.calendarArea #frame {
    width: 400px;
    height: 480px;
    margin: 24px auto;
    background-color: #fff;
    border-radius: 35px;
    padding: 0 1em;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.calendarArea header {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.calendarArea .header-display {
    display: flex;
    align-items: center;
}

.calendarArea .header-display p {
    color: var(--accent);
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
}

.calendarArea .arrow {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--accent);
    cursor: pointer;
    transition: all 0.4s linear;
    box-sizing: content-box;
}

.calendarArea .arrow:hover {
    background: var(--accent-2);
    transition: all 0.4s linear;
}

.calendarArea #days,
.calendarArea .week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
}

.calendarArea .week div,
.calendarArea #days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3em;
    border-radius: 100%;
}

.calendarArea #days div:hover {
    background: var(--accent-2);
    color: rgb(25, 25, 201);
    cursor: pointer;
}

.calendarArea .week div {
    opacity: 0.5;
}

.calendarArea .current-date {
    background-color: #a12838;
    color: var(--white);
}

.calendarArea .display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
}

.calendarArea .inactive {
    opacity: 0.5;
}

.calendarArea .allArea {
    display: flex;
    padding: 40px;
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.calendarArea .allArea .leftArea img {
    width: 78%;
}

.calendarArea .allArea .leftArea {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Details css */
.productDetails {
    background: #f9f9f9;
}

.productDetails .thumb-carousel .carousel {
    display: flex;
    flex-direction: column-reverse;
}

.productDetails.thumb-carousel .carousel .carousel-indicators {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 8;
    position: relative;
    margin-top: 2.4rem;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    width: 64px;
    flex-shrink: 0;
    margin: 0 4px;
    margin-bottom: 10px;
    padding: 0;
    transition: all 0.8s ease;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a0aec0;
    padding: 6px 6px;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li.active img {
    border-color: #c01604;
}

.productDetails .thumb-carousel .carousel .carousel-inner {
    border-radius: 5px;
}

.productDetails .thumb-carousel .carousel .carousel-inner .carousel-item img {
    height: 376px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    border-radius: 5px;
}

.productDetails.product-details h1 {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
}

.productDetails .product-details .review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.8rem -0.8rem;
}

.productDetails .product-details .review>li {
    padding: 0 0.8rem;
    display: flex;
}

.productDetails .product-details .review>li ul {
    display: flex;
    flex-wrap: wrap;
}

.productDetails .product-details .review>li ul li svg {
    stroke: #718096;
    height: 16px;
    width: 16px;
}

.productDetails .product-details .review>li ul li.active svg {
    stroke: #fab101;
    fill: #fab101;
}

.productDetails .product-details .review>li a {
    color: #4a5568;
    font-size: 14px;
    font-weight: bold;
}

.productDetails .product-details .review span {
    color: #718096;
    display: block;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.productDetails .product-details .select-option {
    margin-top: 2.4rem;
}

.productDetails .product-details .select-option span {
    font-size: 1.4rem;
    color: #718096;
    display: block;
    margin-bottom: 0.4rem;
}

.productDetails .product-details .select-option ul {
    display: flex;
    margin: 0 -0.4rem;
}

.productDetails .product-details .select-option ul li {
    padding: 0 0.4rem;
}

.productDetails .product-details .select-option ul li a {
    display: block;
    min-width: 60px;
    padding: 8px;
    color: #1a202c;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
}

.productDetails .product-details .select-option ul li.active a {
    background-color: #e2e8f0;
}

.productDetails .product-details .price {
    margin-top: 2.4rem;
}

.productDetails .product-details .price h4 {
    font-size: 1.4rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.productDetails .product-details .price h4 span {
    color: #c01604;
    font-size: 1.4rem;
}

.productDetails .product-details .price h5 {
    font-size: 1.2rem;
    color: #a0aec0;
}

.productDetails .product-details .form-elements {
    display: flex;
    align-items: flex-end;
    margin: 1.6rem -0.4rem 0;
}

.productDetails .product-details .form-elements li {
    padding: 0 0.4rem;
}

.productDetails .carousel-indicators {
    bottom: -32%;
}

.productDetails h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.productDetails .product-details .review .call {
    color: #fff;
    margin-top: 0;
}

.productDetails .product-details .review li ul li {
    margin: 0 3px;
}

/* cart open */
.cart {
    background: #f9f9f9;
}

.cart img {
    width: 100%;
}

.cart .itemArea {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
    margin: 10px 0;
}

.cart .itemArea .leftArea {
    display: flex;
    height: 100%;
    object-fit: cover;
}

.cart .itemArea .rightArea h3 {
    text-transform: uppercase;
}

.cart .itemArea .rightArea h4 {
    font-size: 16px;
    color: #626262;
}

.cart .itemArea .rightArea .stockArae {
    color: #0dce3f;
}

.cart .itemArea .rightArea .stockArae svg {
    width: 20px;
    height: 20px;
}

.cart .itemArea .leftArea img {
    display: flex;
    height: 100%;
    object-fit: cover;
}

.cart .itemArea .leftArea .priceArea {
    font-size: 20px;
    font-weight: bold;
}

.cart .itemArea .leftArea .priceArea span {
    color: #7a7a7a;
    text-decoration: line-through;
}

.cart .itemArea .btn {
    background: #c01604;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 6px;
    border-radius: 0;
    width: 90%;
    text-transform: capitalize;
    margin-top: 4px;
    border-radius: 0.5rem;
}

.cart .itemArea p {
    margin: 0;
    padding-bottom: 6px;
}

.cart .itemArea .btn:focus {
    outline: none;
    box-shadow: none;
}

.cart .itemArea .btn:hover {
    background: #f33333;
}

.cart .all-carts {
    -moz-columns: 2;
    columns: 2;
}

.cart .all-carts li {
    margin-bottom: 20px;
}

/* checkout */
label {
    text-transform: capitalize;
}

.form-control {
    background: #f2f2f2;
    border: 1px solid #a8a8a8;
    /* height: 55px; */
    height: calc(1.5em + 0.75rem + 2px);
}

.checkout h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkout .return-cart {
    color: #000;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall {
    margin-top: 30px;
}

.checkout .rightArea .pDetailsall .pDetails {
    background: #f2f2f2;
    border: 1px solid #a8a8a8;
    border-radius: 7px;
    padding: 20px 10px;
}

.checkout .rightArea .pDetailsall .pDetails .fstUl {
    border-bottom: 2px solid #a19e9e;
    margin-bottom: 20px;
}

.checkout .rightArea .pDetailsall .pDetails ul li {
    display: flex;
    justify-content: space-between;
}

.checkout .rightArea .pDetailsall .pDetails ul li .color {
    color: #949494;
}

.checkout .rightArea .pDetailsall .pDetails li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall .pDetails li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall .pDetails .btnArea {
    margin-top: 30px;
    width: 100%;
    display: flex;
    text-align: center;
}

.checkout .rightArea .pDetailsall .pDetails .btnArea a {
    width: 100%;
}

/* booking-details */
.booking-details {
    margin: 40px 0;
}

.booking-details img {
    width: 100%;
}

.booking-details .allArea {
    display: flex;
    padding: 20px;
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.booking-details .form-control {
    height: 45px;
}

.booking-details .guest-email-class {
    height: 70px !important;
}

.booking-details .btn2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.booking-details .form-check {
    margin-bottom: 1rem;
}

.booking-details .check-label {
    font-weight: bold;
}

.booking-details textarea.form-control {
    height: auto !important;
}

.booking-details .leftArrow {
    width: 42px;
    margin-bottom: 19px;
}

.booking-details .detailsArea ul li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.booking-details .detailsArea ul li svg {
    width: 20px;
    margin-right: 10px;
    color: #a12838;
}

.booking-details .detailsArea ul li .bigSvg {
    width: 26px;
}

.booking-details .detailsArea h3 {
    margin: 50px 0 30px;
    text-transform: capitalize;
}

/* confirmed */
.confirmed .detailsArea h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px;
}

.confirmed .detailsArea svg {
    width: 30px;
    margin-right: 12px;
}

.confirmed .leftArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.confirmed img {
    width: 46%;
}

.confirmed .detailsArea ul li .bigSvg {
    width: 20px;
}

.confirmed .detailsArea ul {
    background-color: #fff;
    border-radius: 0;
    padding: 0 1em;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.confirmed .bottomArea .btnArea {
    display: flex;
    justify-content: space-between;
}

.confirmed .bottomArea .btnArea .btn03 {
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    border-radius: 30px;
    width: 48%;
    align-items: center;
    justify-content: center;
}

.confirmed .bottomArea .btnArea .btn03 svg {
    width: 20px;
    margin-right: 10px;
}

.confirmed .bottomArea {
    width: 52%;
    text-align: center;
    margin-top: 28px;
    border-top: 1px solid #cecece;
    padding-top: 15px;
}

.confirmed .bottomArea h4 {
    font-size: 16px;
    font-weight: bold;
}

.our-cabinets .leftArea-bottom {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.our-cabinets .leftArea-bottom .all-filter {
    padding: 32px 24px;
    background-color: #fff;
}

.our-cabinets .leftArea-bottom h3 {
    font-size: 26px;
    background: #f3f3f3;
    padding: 12px 24px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    margin: 0;
}

.our-cabinets .leftArea-bottom h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}

.our-cabinets .leftArea-bottom .la-door-closed {
    position: relative;
    left: -6px;
}

.our-cabinets .leftArea-bottom .items {
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
}

.our-cabinets .leftArea-bottom h4 i {
    margin-right: 10px;
    font-size: 22px;
}

#yourBtn1 span {
    font-weight: 100 !important;
}

.contArea.text-center h5 {
    color: #000000;
    font-weight: 600;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999999;
    /* height: 2em;
width: 2em; */
    text-align: center;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 25%;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8)); */
}

.text-color-black {
    color: #323232 !important;
}

/* ------footer----------- */
.footer-section {
    background: #151414;
    position: relative;
}

.footer-section .footer-widget ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ffbd27;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon {
    margin-bottom: 25px;
}

.footer-social-icon a {
    color: #7e7e7e;
    font-size: 16px;
    margin-right: 5px;
}

.footer-social-icon a svg {
    width: 20px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-social-icon i.fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    position: relative;
    top: 3px;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 50px;
    background: #b87708;
    display: none;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #b87708;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    width: 100%;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #b87708;
    padding: 13px 20px;
    border: 1px solid #b87708;
    top: 0;
}

.subscribe-form button svg {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #c4c4c4;
    margin-top: 30px;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #878787;
}

.copyright-text p a {
    color: #ffbd27;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ffbd27;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

footer .copyright-text {
    margin-top: 0px;
}

.form-search {
    height: 34px !important;
}

.imgArea img {
    height: 373px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 17px !important;
    height: 22px !important;
}

.row .col-sm-3 .product-list {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
}

.row .col-sm-3 .product-list .product-name {
    background: #c1c1c1;
    padding: 1px 0;
    margin-bottom: 4px;
    margin-top: 4px;
}

.row .col-sm-3 .product-list .gallery-section img {
    padding: 2px 5px;
}

.row .col-sm-3 .gallery-section a {
    color: #000;
}

.row .col-sm-3 .gallery-section a p {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.our-showrooms .mainArea .item .contArea h3 {
    font-size: 26px;
}

.row .col-sm-4 .item .contArea p {
    font-size: 19px;
    font-weight: 500;
}

.our-blogs .item {
    height: 100%;
}

.our-blogs .contArea h3 {
    height: 102px;
    /*text-indent: 100%;*/
    /*overflow: hidden;*/
}

#yourBtn1 span {
    font-weight: 600 !important;
}

.carousel-caption.d-none.d-md-block {
    background: #00000061 !important;
    padding: 10px 25px;
}

.slider .carousel-caption h1 {
    color: #ffffff;
}

.slider .carousel-caption p {
    color: #ffffff;
}

#captchaQuestion {
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.form-control {
    background: #fff !important;
}

.file {
    margin: 8px 0 0 138px !important;
    font-size: 14px !important;
}

@media (min-width: 375px) {
    .file {
        margin: 6px 0 0 0 !important;
        font-size: 14px !important;
    }
}

@media (min-width: 425px) {
    .file {
        margin: 6px 0 0 25px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .file {
        margin: 6px 0 0 0 !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1024px) {
    .file {
        margin: 6px 0 0 47px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1280px) {
    .file {
        margin: 6px 0 0 145px !important;
        font-size: 14px !important;
    }
}

.quote {
    background-position: unset;
}
/**************** cart accordian CSS start ****************/
.cart_accordian {
    position: fixed;
    border-radius: 10px 10px 0 0;
    right: -55px;
    top: 25%;
    z-index: 11;
    text-transform: capitalize;
    font-size: 18px;
    transform: rotate(-90deg);
    background: #f4eedc;
    color: #c01604;
    border: 1px solid #c01604;
    padding: 14px;
}

.cart_accordian:hover {
    color: #c01604;
}

.cart_accordian i {
    font-size: 24px;
}

.toggledContent {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    margin-left: -3px;
    padding: 10px;
    background: #ffffff;
    color: #000;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transform: translateX(0%);
    transition: all .3s ease;
}

.toggledContent.hide {
    transform: translateX(100%);
}

.shopping_cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid white;
    background: #e2dbc7;
}

.shopping_cart_header i {
    font-size: 40px;
    color: #c01604;
}

.cart_table thead tr th {
    text-transform: capitalize;
}

.cart_table tbody tr td {
    font-size: 16px;
    color: #717171;
}

.cart_table_div {
    height: 500px;
    overflow-y: scroll;
    position: relative;
    margin-top: 20px;
}

/* width */
.cart_table_div::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.cart_table_div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cart_table_div::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.cart_table_div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**************** cart accordian CSS end ****************/
/*************** kitchen cabinet page css *****************/
.inner_banner {
    position: relative;
}

.inner_banner .form-area .form-group {
    margin-bottom: 20px !important;
}

.inner_banner img {
    height: 650px;
}

.inner_banner:before {
    display: none;
}

.inner_banner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #ffffff41;
}

.inner_banner_info {
    z-index: 1;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
}

.cabinet_right_txt .cabinet_headeing {
    color: #c01604;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.cabinet_right_txt .cabinet_headeing::after {
    position: absolute;
    content: '';
    right: -70px;
    top: 55%;
    height: 2px;
    width: 58px;
    background: #432b03;
}

.cabinet_right_txt h6 {
    font-weight: 500;
    color: #5b322d;
    margin: 12px 0;
}

.cabinet_right_txt .fa-thumb-tack {
    color: #c01604;
    background: white;
    padding: 5px 7px;
    box-shadow: 2px 2px 4px #15141478;
    transform: rotate(35deg);
    border-radius: 50%;
    margin-right: 4px;
    font-size: 12px;
}

.cabinet_right_txt ul li {
    margin-bottom: 6px;
    font-size: 18px;
    color: #f3f9ff;
}

.inner_banner_info .design-help-info {
    background-color: white;
    box-shadow: 2px 2px 16px 4px #353232;
    border-radius: 8px;
    padding: 24px;
}




/*********** why choose us css start **********/
.why_choose_us,
.four_steps,
.video_feedback,
.our_projects {
    padding: 60px 0;
}

.why_choose_us_img {
    position: relative;
}

.why_choose_us_img img {
    height: 420px;
    width: 95%;
    position: relative;
    z-index: 11;
    object-fit: cover;
    border: 1px solid #f5a79e;
    padding: 24px;
}

.why_choose_us_img::after {
    position: absolute;
    content: '';
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 460px;
    width: 300px;
    background: #c01604;
}



/*********** 4 steps section css start ************/

.steps_ul {
    display: flex;
    margin-top: 60px;
}

.steps_ul li h1 {
    font-weight: 800;
    font-size: 80px !important;
    position: absolute;
    top: -50px;
}

.steps_ul li:nth-child(odd) {
    background: #151414;
}

.steps_ul li:nth-child(odd) strong {
    color: #c01604;
}

.steps_ul li:nth-child(odd) h1 {
    color: #151414;
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li:nth-child(even) {
    background: #c01604;
}

.steps_ul li:nth-child(even) strong {
    color: #151414;
}

.steps_ul li:nth-child(even) h1 {
    color: #c01604;
    text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li .step_div {
    padding: 70px 20px 20px;
    color: white;
    position: relative;
}

.steps_ul li h1 {
    transition: all 0.6s;
}

.steps_ul li:hover h1 {
    transform: translateY(-6px);
}

.steps_ul li {
    transition: all 0.6s;
}

.steps_ul li:hover:nth-child(odd) {
    background: #312f2f;
}

.steps_ul li:hover:nth-child(even) {
    background: #c01604;
}



/************* designer talk CSS start ************/
.designer_talk_div {
    background: #151414;
    padding: 60px 0 160px;
    position: relative;
}

.designer_talk_div svg {
    position: absolute;
    bottom: 0;
    opacity: 0.8;
}

.designer_talk {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 11;
}

.designer_talk p {
    font-size: 18px;
    color: #ffffff67;
    font-weight: 400;
    margin: 20px 0;
}

/************* designer talk CSS end ************/

/************** protected By CSS start *********/
.protectedBy {
    padding: 60px 0;
}

.protectedBy_div {
    margin-top: 20px;
}

.protectedBy_div i {
    font-size: 48px !important;
    color: #c01604 !important;
    margin-bottom: 16px;
}

.protectedBy_div h4 {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

/************** protected By CSS end *********/




/*********** award winning List CSS start *************/
.awardList_ul {
    margin-top: 12px;
}

.awardList_ul li {
    color: #666666;
    margin-bottom: 8px;
}

.awardList_ul li strong i {
    margin-right: 6px;
    color: #bc7c10;
}

.award_winningImg {
    position: relative;
}

.award_winningImg img {
    position: relative;
    z-index: 11;
    height: auto;
    width: 100%;
}

.award_winningImg::after {
    position: absolute;
    content: '';
    right: -25px !important;
    top: 70%;
    transform: translateY(-50%);
    height: 300px;
    width: 300px;
    background: transparent;
    border: 1px solid #f5a79e;
}

/*********** award winning List CSS end *************/


/************* video_feedback CSS start ************/
.video_feedback iframe {
    border-radius: 6px;
}

.iframe_txt_div {
    margin-top: 12px;
}

.star_ul {
    display: flex;

}

.star_ul li i {
    color: #db951c;
    margin-right: 6px;
}

/************* video_feedback CSS end ************/



/************ our_projects CSS start ***********/
.project_slider .item img {
    height: 200px;
    object-fit: cover;
    transition: all 0.6s;
}

.project_slider .item img:hover {
    opacity: 0.5;

}

/************ our_projects CSS end ***********/


/************ showroom_address CSS start ***********/
.visit_showroom {
    padding: 30px;
    margin-bottom: 60px;
    background: #353232;
}

.showroom_address_div {
    /* background: #0e4052;
      padding: 20px; */
    height: 100%;
    color: white;
    border-radius: 6px;
}

.showroom_img img {
    border-radius: 6px;
    width: 100%;
}

.showroom_address_div .sub-headline-area h3 {
    color: white;
}

.showroom_address_ul li i {
    font-size: 22px;
    color: #c01604;
    margin-right: 6px;
}

.showroom_address_ul li h6 {
    font-size: 18px;
}

.showroom_address_ul li p {
    margin-left: 22px;
    color: #ffffff6b;
}

.showroom_address_ul li {
    margin-bottom: 24px;
}

/************ showroom_address CSS end ***********/




/************** index service slider area *************/
.item {
    padding: 20px;
    position: relative;
}

.service_img img {
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.service_txt {
    padding: 16px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    background-color: white;
    text-align: start;

}

.service_txt a {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1d1d1d;
    text-align: start;
    transition: 0.3s;

}

.service_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: start;

}

.service_txt_img img {
    height: 45px !important;
    width: 45px !important;
    position: relative;
    z-index: 1;
    transition: 0.3s;

}

.service_txt_img {
    position: relative;
    transition: 0.3s;

}

.service_txt_img::after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    right: -15px;
    top: -5px;
    background: #db951c;
    border-radius: 50%;
    display: none;
}

.service_slide:hover .service_img img {
    transition: 0.3s;
    transform: scale(1.1) rotate(1deg);
}

.service_slide:hover .service_txt_img::after {
    display: block;
}

.service_slide .service_txt a:hover {
    color: #db951c;
}


/**************** our services css start ****************/
.our_Services {
    background-image: url('../assets/images/serviceBG.html');
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin: 0;
}

/**************** our services css end ****************/

/**************** gallery area css start ****************/
.service_slide .gallert_txt {
    margin-top: 24px;
}

.service_slide .gallert_txt a {
    text-transform: capitalize;
    color: #151414;
    font-size: 18px;
    transition: all 0.5s;
}

.service_slide:hover .gallert_txt a {
    color: #db951c;
}

/**************** gallery area css end ****************/



/*************** service page css start ************/
.learn_more {
    color: #db951c;
    text-transform: capitalize;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.learn_more i {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-left: 6px;
}

.learn_more:hover {
    color: black;
}

.services_div img {
    height: 120px;
    width: 120px;
    margin-bottom: 8px;
}

.project_slider .pic-area img {
    width: 100%;
    height: 70px !important;
}

.remodelingDiv {
    margin: 20px 0;
    text-align: center;
}

.remodelingDiv img {
    height: 60px;
    width: 60px;
    margin-bottom: 8px;
}

.remodelingDiv p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
}

/*************** service page css end ************/


/************** brands area CSS start ************/
.brand-area .pic-area img {
    height: 60px;
    width: 160px;
    object-fit: contain;
    background: #545454;
    padding: 6px 6px;
    margin-bottom: 12px;
}

.brand-slider .owl-dots.disabled {
    display: block !important;
}

.brands_area .pic-area img {
    height: 60px;
    width: 160px;
    object-fit: contain;
    /* filter: grayscale(1); */
    background: #545454;
    padding: 6px 6px;
}

.brand-slider .owl-dots .owl-dot.active span {
    width: 24px !important;
    height: 6px !important;
    background: #db951c !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2sease;
    border-radius: 4px;
}

.brand-slider .owl-dots .owl-dot.active span {
    width: 6px;
    height: 6px;
    margin: 6px;

}

/************** 25 brand area CSS end ************/

/* product-details-sec start */
.product-details-sec {
    padding: 50px 0;
}

.product-details-sec .details-slider {
    border: 1px solid #e8e1e1;
    margin-bottom: 25px;
    padding: 10px;
}

.product-details-sec .carousel-item {
    margin-bottom: 65px;
}

.product-details-sec .carousel-item .product-pic {
    max-width: 275px;
    margin: 35px auto;
}

.product-details-sec .product-info {
    margin-left: 15px;
    position: relative;
    z-index: 9;
}

.product-details-sec .product-info h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-details-sec .product-info ul {
    list-style: disc;
}

.product-details-sec .product-info ul li {
    margin-bottom: 8px;
    font-weight: 500;
}

.product-details-sec .carousel-control-prev-icon,
.product-details-sec .carousel-control-next-icon {
    background-color: #000;
    border-radius: 4px;
}

.product-details-sec .carousel-indicators {
    margin-right: 0;
    height: auto;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-left: 0;
    display: flex;
    gap: 10px;
}

.product-details-sec .carousel-indicators button .slide-icon {
    height: 30px;
    width: 40px;
    margin: 0 10px;
    display: contents;
    position: relative;
}

.product-details-sec .carousel-indicators button .slide-icon img {
    display: block;
}

.product-details-sec .carousel-indicators button img {
    border: 1px solid #d5d5d5;
    width: 100%;
    padding: 2px;
}

.product-details-sec .carousel-indicators button.active img {
    width: 80px;
    height: 80px;
    border: 1px solid #ffc96d;
    padding: 2px;
    object-fit: contain;
}

.product-details-sec .product-info-sec .product-filter-area {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.product-details-sec .product-info-sec .product-filter-area .area1 .form-select:focus {
    box-shadow: none;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li {
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li a {
    background-color: #dcdcdc;
    color: #000;
    font-size: 14px;
    padding: 8px 18px;
    display: inline-block;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li a.active {
    background-color: #000;
    color: #fff;
}

.product-details-sec .product-info-sec .info-area-sec .info-area {
    margin-bottom: 35px;
}

.product-details-sec .product-info-sec .info-area-sec .info-area h3 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product-details-sec .product-info-sec .info-area-sec .info-area .icon {
    display: flex;
    height: 15px;
    width: 15px;
    background-color: #000;
    margin-right: 15px;
    position: relative;
    top: 0;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr {
    border-color: transparent;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr th {
    border-color: transparent;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr td {
    font-size: 14px;
    color: #535353;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr td p {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr .btn {
    background-image: linear-gradient(to right, #bc7c10, #935e03);
    color: #fff;
    font-size: 13px;
    width: 85px;

}

.product-details-sec .detail-area01 {
    background-image: url(assets/images/picture-3.html);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    margin-bottom: 35px;
    padding: 25px 0;
    position: relative;
}

.product-details-sec .detail-area01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #C6FFDD;
    background: -webkit-linear-gradient(to right, #ffffff, #ffffff, #ffffff4a); */
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff4a);
    box-shadow: 0 1px 10px 4px #00000008;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:992px) {
    .product-details-sec .product-info {
        position: relative;
        z-index: 9;
    }
}

body noscript iframe{
    display:none;
    visibility:hidden;
}
ul.navbar-nav.ml-auto li .nav-item.profileBtn.ml-2.mb-1{
    font-size: 20px;
    padding: 3px;
}

.footer-logo img {
    background: #a2a2a2;
}
.sec-tb.our-cabinets .container .tab-content .row .col-sm-3 .product-list .btnArea .btn.btn2 {
    width:100%;
    margin-top:0;
    margin-bottom:14px;
}
.our-showrooms .container-sm .mainArea .blog-carousel .row .col-sm-4 .item .imgArea img{
    height: 500px;
}
.our-showrooms .container .mainArea .blog-carousel .col-sm-4 .imgArea img{
    height: 254px;
}
#captchaError{
    color:red;
    display:none;
}
.quote.sec-tb .form-group label{
    background: #000000ad !important;
    padding: 10px 25px;
    color:#ffffff;
    border-radius: 6px;
}




