@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        padding: 0 40px;
    }
}
@media (max-width: 1199.98px) {
    .confirmed .bottomArea {
        width: 100%;
    }

}

@media (max-width: 575.98px) {
    .cartItem .itemArea .rightArea {
        margin-top: 10px
    }
}

@media (max-width: 575.98px) {
    .cartItem .itemArea .leftArea img {
        height: auto !important;
    }
}

@media (max-width: 575.98px) {

    .slider img {
        height: 350px;
    }

    .slider .carousel-caption h1 {
        font-size: 22px;
    }

    .slider .carousel-caption p {
        font-size: 16px;
    }

    .fourSection .leftArea {
        margin-bottom: 20px;
    }

    .confirmed .bottomArea .btnArea {
        flex-direction: column;
    }

    .confirmed .bottomArea .btnArea .btn03 {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 991.98px) {
    header .navbar-toggler {
        background-color: #f35c52;
        border: 1px solid #fff;
        padding: 0.4rem 0.55rem;
        border-radius: 0 !important;
    }

    header .navbar-toggler-icon {
        height: 1.3em;
    }

    header .navbar-nav {
        margin-top: 14px;
    }

    header .navbar .nav-item {
        border-right: 0;
        padding: 6px 0;
    }

    header .navbar {
        padding: 12px 0;
    }

    footer .parts .h3 {
        padding-top: 22px;
    }

    footer {
        padding: 38px 0 40px 0;
    }

    .inner_banner .breadcrumbArea .page-title-content h2 {
        font-size: 32px;
    }

    .navbar .nav-item .btn2 {
        margin-left: 0;
        font-size: 11px;
    }

    .navbar .nav-item {
        display: block;
    }

    .navbar .dropdown-item {
        font-size: 12px;
        padding: 4px 8px;
    }

    .slider .carousel-item::after {
        background-color: #32323285;
    }

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

    .slider .carousel-caption p {
        color: #fff;
        margin-top: 18px;
    }

    .our-showrooms .mainArea .item {
        margin: 10px 0;
    }

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

    .our-showrooms .mainArea .item .contArea p {
        font-size: 14px;
    }

    .our-blogs .item {
        margin: 10px 0;
    }

    .our-blogs h3 a {
        font-size: 18px;
    }

    .productDetails .product-details .form-elements {
        flex-direction: column;
        align-items: flex-start;
    }

    .productDetails .product-details .form-elements li {
        width: 100%;
    }

    .productDetails .product-details .form-elements li .form-group {
        max-width: 100%;
    }

    .productDetails.product-details .form-elements li .button {
        justify-content: center;
    }

    .productDetails .product-details .form-elements li+li {
        margin-top: 1.6rem;
    }

    .productDetails .product-details {
        margin-top: 126px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider img {
        height: 380px;
    }

    .slider .carousel-caption h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider img {
        height: 500px;
    }

    .slider .carousel-caption h1 {
        font-size: 30px;
    }

    .our-showrooms .mainArea .item .btn2 {
        padding: 14px 8px;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .btn {
        padding: 14px 24px;
    }

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

    footer .contArea ul {
        display: block;
        margin-top: 12px;
    }

    footer .contArea ul li {
        display: inline-block;
        margin: 4px 6px 0 0;
    }

    footer .contArea {
        flex-direction: column;
    }

    footer .copyright-text {
        font-size: 14px;
    }

    footer .fourArea2 li a svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767.98px) {
    .slider .carousel-caption {
        display: block !important;
        left: 20px;
    }

    .sec-title .title {
        font-size: 24px;
        margin-bottom: 38px;
    }

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

    .videoArea iframe {
        height: auto;
    }

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

    .sevenSection h3 {
        font-size: 26px;
    }

    .a-showrooms img {
        height: auto;
    }

    .sevenSection .leftArea {
        margin-bottom: 24px;
    }

    .contact-innerBanner .rightArea {
        margin-top: 30px;
    }

    .productDetails .thumb-carousel {
        margin-bottom: 3.2rem;
    }

    .productDetails .thumb-carousel .carousel {
        flex-direction: column;
        padding-left: 0;
    }

    .productDetails .thumb-carousel .carousel .carousel-indicators {
        position: relative;
        width: 100%;
        flex-direction: row;
        order: 1;
        overflow: auto !important;
        left: 0;
        padding: 0;
        touch-action: pan-x !important;
        margin-top: 1.6rem;
        margin: 0;
    }

    .productDetails .thumb-carousel .carousel .carousel-indicators li {
        margin: 0 5px;
    }

    .productDetails .thumb-carousel .carousel .carousel-inner .carousel-item img {
        height: auto;
        margin-bottom: 20px;
    }

    .productDetails .product-details .review {
        align-items: baseline;
        flex-direction: column;
    }

    .productDetails .product-details .review>li {
        margin: 6px 0;
    }

    .productDetails .product-details h1 {
        font-size: 2.4rem;
    }

    .productDetails .product-details {
        margin-top: 0;
    }

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

@media (max-width: 374px) {}

@media (max-width: 1399px) {
    .navbar .nav-link {
        font-size: 11px;
    }
}

@media (max-width: 767.98px) {
    .our-cabinets .leftArea-bottom {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}
