@media (max-width: 1920px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {
    .main-container {
        padding: 0 60px;
    }

    .heritage-content {
        padding: 130px 80px;
    }

    .heritage-content p {
        font-size: var(--font-18px);
    }
}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {
    /* nav.c-navbar .links {
        width: 68%;
    } */

    .heritage-content p {
        font-size: var(--font-16px);
    }
}

@media (max-width: 1300px) {
    /* nav.c-navbar .links {
        width: 72%;
    } */

    .product-listing-details-img-1 {
        height: 500px;
    }

    .product-listing-details-img-2 {
        height: 300px;
    }

    .product-listing-details-img-3 {
        height: 280px;
    }

    .product-listing-details-img-4 {
        height: 250px;
    }

    .product-listing-details-img-5 {
        height: 330px;
    }
}

@media (max-width: 1240px) {}

@media (max-width: 1200px) {
    /* nav.c-navbar .links {
        width: 85%;
    } */


}

@media (max-width: 1140px) {
    .middle-container {
        padding: 0 70px;
    }

    .heritage-content {
        padding: 80px 80px;
    }

}

@media (max-width: 1024px) {
    nav.c-navbar .links a {
        padding: 10px 12px;
    }

    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-col.brand {
        grid-column: span 3;
    }
}

@media (max-width: 992px) {
    .banner-slider-section .slick-dots {
        position: absolute;
        bottom: 64px;
        left: 5%;
        display: flex;
        gap: 30px;
    }
    .banner-slider-text {
        position: absolute;
        bottom: 77px;
        left: 56%;
        right: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 15px 40px 15px;
    }
    .section-padding-top {
        padding-top: 35px;
    }
    .tech-card {
        border: none !important;
    }
    .tech-grid {
        display: block !important;
    }
    .tech-card:nth-child(6n) {
        padding: 0px !important;
    }
    .section-padding-bottom {
        padding-bottom: 35px;
    }
    .tech-card:first-child {
       padding: 0px !important;
    }

    .service-section {
        margin-bottom: 35px;
    }

    .common-heading h2 {
        font-size: var(--font-36px);
    }

    .common-heading p {
        font-size: var(--font-18px);
    }

    .heading-section .common-heading p {
        font-size: var(--font-20px);
    }
    .contact-us-wrapper {
        max-width: 100% !important;
        margin: 0 !important;
    }
    div#wpforms-774 {
        padding: 0px 0px !important;
    }
    .middle-container,
    .main-container {
        padding: 0 25px;
    }

    nav.c-navbar .logo {
        float: none;
        width: auto;
        justify-content: center;
    }

    nav.c-navbar .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 100%;
        width: auto;
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--bg-primary);
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }

    nav.c-navbar .links a {
        font-size: var(--font-16px);
        padding: 7px 25px 7px 25px !important;
        color: var(--text-white);
    }

    nav.c-navbar .links .secondry-btn {
        border-color: var(--border-white);
        font-size: var(--font-16px) !important;
    }

    nav.c-navbar .links .secondry-btn:hover {
        color: var(--text-primary) !important;
        background: var(--bg-white);
    }

    nav.c-navbar :checked~.links {
        bottom: 0;
    }

    nav.c-navbar .icon-burger {
        display: block;
    }

    nav.c-navbar :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    nav.c-navbar :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav.c-navbar :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    nav.c-navbar .links .menu-links {
        flex-direction: column;
    }

    nav.c-navbar .links .nav-btn {
        margin: 7px 0 0 25px;
    }

    .banner-slider-section,
    .banner-img {
        height: 50vh;
    }

    .heritage-wrapper {
        flex-direction: column;
    }

    .heritage-image,
    .heritage-content {
        width: 100%;
        margin: 0;
    }

    .heritage-content {
        border-radius: 40px;
        padding: 40px;
        margin-top: -40px;
    }

    .product-listing-details-img-1,
    .product-listing-details-img-2,
    .product-listing-details-img-3,
    .product-listing-details-img-4,
    .product-listing-details-img-5 {
        height: 400px;
    }

    .technology-section-main-img img {
        height: auto;
    }

    .heritage-badge,
    .heritage-mattress {
        display: none;
    }

    .heritage-content {
        margin-top: -115px;
        border-radius: 0 0 16px 16px;
        padding: 160px 60px 80px 60px;
    }

    .product-img-slide {
        display: flex !important;
        width: 100%;
        flex-direction: column !important;
    }

    .product-img-slide .slider-for {
        height: auto;
    }

    .product-img-slide .slider-for img {
        height: auto;
        padding: 40px;
    }

    .product-img-slide .slider-nav {
        height: auto;
        padding-top: 20px;
        gap: 20px;
    }

    .product-img-slide .slider-for {
        width: 100% !important;
    }

    .product-img-slide .slider-nav {
        width: 100% !important;
    }

    .inner-page-section-ptrn::before,
    .inner-page-section-ptrn-2::before {
        display: none;
    }
    .sub-heading .icon-heading h2{
        padding: 0px 20px 14px 20px;
        font-size: var(--font-20px);
    }
    .video-container video {
        height: 420px;
    }
    .links .primary-btn{
        background-color: var(--text-white) !important;
        color: var(--bg-primary) !important;
    }
}

@media (max-width: 768px) {
    .common-heading h6 {
        font-size: var(--font-16px);
    }

    .common-heading h2 {
        font-size: var(--font-28px);
    }

    .common-heading h2 br {
        display: none;
    }

    .common-heading p br {
        display: none;
    }

    .common-heading p {
        font-size: var(--font-16px);
    }

    .heading-section .common-heading p {
        font-size: var(--font-16px);
    }

    .banner-slider-text h1 {
        font-size: var(--font-40px);
    }

    .banner-slider-text p {
        font-size: var(--font-18px);
    }

    nav.c-navbar .links {
        top: 80px;
    }

    nav.c-navbar .logo img {
        width: 110px;
        height: 50px;
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-col.brand {
        grid-column: span 2;
    }

    .marquee-item p {
        font-size: var(--font-20px)
    }

    .heritage-content {
        padding: 160px 24px 80px 24px;
    }

    .timeline-item-content {
        top: 0;
    }

    .timeline-item.bottom,
    .timeline-item.top {
        padding-top: 0;
    }

    .timeline-item .dot {
        top: 0;
    }

    .timeline-container {
        padding-left: 1px;
        flex-direction: column;
    }

    .product-listing-fliter-left {
        gap: 10px;
        flex-direction: column;
        align-items: self-start;
    }
   .timeline-line {
        left: 20px;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 100%;
        transform: none;
    }
    .timeline-item.top, .timeline-item.bottom {
        padding-top: 00px;
        padding-bottom: 40px;
    }
    .timeline-item {
        width: 100%;
        text-align: left;
        padding: 40px 0 40px 40px;
    }
    .timeline-item .dot {
        left: 20px;
        top: 0;
        transform: translate(-50%, 0);
    }
    .banner-slider-section .slick-dots li button:before {
        width: 45px;
    }
    /* .specifications-section .product-table th,
    .specifications-section .product-table td {
        padding: 8px 5px;
        font-size: 14px;
    }

    .specifications-section .product-table thead {
        display: none;
    }

    .specifications-section .product-table,
    .specifications-section .product-table tbody,
    .specifications-section .product-table tr,
    .specifications-section .product-table td {
        display: block;
        width: 100%;
    }

    .specifications-section .product-table tr {
        margin-bottom: 10px;
    }

    .specifications-section .product-table td {
        position: relative;
        padding-left: 50%;
    }

    .specifications-section .product-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        text-transform: uppercase;
        color: #003366;
    } */
    .banner-slider-text {
        left: 50% !important;
    }
    .banner-slider-section .slick-dots {
        bottom: 60px !important;
        left: 0px !important;
        gap: 22px !important;
    }
    .btn-video {
        background-color: var(--bg-white);
        border-radius: 50px;
        padding: 8px 16px;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 1px;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: var(--bg-primary);
    }

    .sale-icon {
        background-color: #2EC1AC;
        padding: 20px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 8px;
        right: 11px;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: var(--bg-white);
    }
}

@media (max-width: 670px) {

    .product-listing-details-img-1,
    .product-listing-details-img-2,
    .product-listing-details-img-3,
    .product-listing-details-img-4,
    .product-listing-details-img-5 {
        height: 300px;
    }

    .footer-col {
        grid-column: span 2;
    }
}

@media (max-width: 586px) {}

@media (max-width: 575px) {
    .banner-slider-text h1 {
        font-size: var(--font-30px);
    }

    .banner-slider-text p {
        font-size: var(--font-16px);
    }

    .faq-section .accordion-button {
        font-size: 15px;
        padding-left: 45px;
    }

    .faq-section .accordion-body {
        padding-left: 45px;
    }

    .content-ab {
        position: absolute;
        top: 85%;
        right: 3%;
    }

    .background-image-section .main-container {
        position: absolute;
        left: 8%;
        top: 80%;
    }

    .blag-detail img {
        height: auto;
    }

}

@media (max-width: 480px) {
    .about-images .about-images-right img {
        margin-top: 24px;
    }

    .about-images .about-images-left img {
        margin-bottom: 24px;
    }

    .about-images .about-images-left img,
    .about-images .about-images-right img {
        height: 170px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .social-links {
        justify-content: flex-start;
    }

    .marquee-item p {
        font-size: var(--font-14px);
        padding: 15px 0;
    }

    .choose-us-section .product-details-wrapper .product-details-content h6 {
        font-size: var(--font-16px);
    }

    .choose-us-section .product-details-wrapper .product-details-content p {
        font-size: var(--font-12px);
    }

    .timeline-item.top,
    .timeline-item.bottom {
        padding-bottom: 16px;
    }

    .product-listing-card-page-section .list-view .custom-card img {
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
    }

    .custom-card .custom-card-bottom .custom-card-content-top h4 {
        font-size: var(--font-16px);
    }

    .product-listing-card-page-section .list-view .custom-card .custom-card-bottom .primary-btn {
        font-size: var(--font-12px);
        padding: 10px 15px;
    }

    .product-listing-card-page-section .custom-card .custom-card-top {
        display: flex;
        align-items: center;
    }

    .specifications-section .product-table th,
    .specifications-section .product-table td {
        padding: 6px;
        font-size: 12px;
    }
}

@media (max-width: 426px) {
    .hospitality-partner img {
        height: 40px;
    }
}

@media (max-width:400px) {

    .banner-slider-section, .banner-img {
        height: 75vh !important;
    }
    .primary-btn {
        padding: 10px 18px;
    }
}