@media (min-width: 1200px) and (max-width: 1350px) {}

@media screen and (max-width:1200px) {
    .hero-banner {
        height: 480px;
    }

    .panel-space {
        padding: 50px 0;
    }

    .image-wrapper {
        height: 320px;
    }

    .request-link {
        display: none;
    }

    .category-title {
        justify-content: center !important;
    }

    .section-heading {
        font-size: 30px;
    }

    .header {
        padding: 7px 0;
    }

    .nav-logo img {
        width: 90px;
    }

    .testimonials:after,
    .testimonials:before {
        width: 0;
    }

    .cms-banner-title,
    .cms-sub-heading {
        font-size: 87px;
    }

    .cms-banner {
        margin-top: 85px;
    }

    .product-view {
        height: 270px;
    }

    #inquiryModal .modal-body {
        padding: 20px !important;
    }

    .cms-banner-title,
    .cms-sub-heading {
        justify-content: center !important;
        gap: 80px;
    }

    .about-gib-img {
        margin-top: -70px;
    }

    .about-cnt .w-50 {
        width: 100% !important;
    }

    .about-heading {
        font-size: 50px;
    }

    .gallery-container {
        height: 60vh;
    }

    .vertical-text {
        font-size: 28px;
    }

    .contact-panel {
        padding: 30px;
    }
}

@media screen and (max-width:992px) {
    .text-20 {
        font-size: 16px !important;
    }

    .hero-banner {
        height: 360px;
    }

    .image-wrapper {
        height: 200px;
    }

    .single-product .section-heading {
        font-size: 30px;
    }

    .section-heading {
        font-size: 25px;
    }

    .w-50 {
        width: 100% !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .w-25 {
        width: 100% !important;
    }

    .cms-banner-title,
    .cms-sub-heading {
        font-size: 65px;
    }

    .btn-black-cta {
        padding: 12px 20px;
        font-size: 15px;
    }

    .about-gib-img {
        margin-top: 90px;
    }

    .about-heading {
        font-size: 35px;
    }

    .crafted-panel .about-heading {
        margin-bottom: 18px;
    }
}

@media screen and (max-width:767px) {
    .owl-nav {
        display: none !important;
    }

    .text-24 {
        font-size: 20px !important;
    }

    .hero-banner p {
        font-size: 14px;
        line-height: normal;
    }

    .section-heading {
        font-size: 20px;
    }

    .image-wrapper {
        height: 150px;
    }

    .category-title {
        padding: 9px 0 1px;
    }

    .text-20 {
        font-size: 14px !important;
    }

    .btn-custom {
        font-size: 14px;
        min-width: 100%;
    }

    .single-product .section-heading {
        font-size: 20px;
    }

    .single-product .section-heading {
        top: 20px;
        color: #fff !important;
        left: 20px;
    }

    .single-product .section-heading h2 {
        color: #fff !important;
        font-size: 30px !important;
    }

    .testimonials .owl-stage {
        margin-bottom: 0 !important;
    }

    .testimonial-card {
        padding: 20px;
    }

    .panel-space {
        padding: 40px 0;
    }

    .footer ul li {
        margin-bottom: 7px;
    }

    .footer ul li a {
        font-size: 14px;
    }

    .cms-banner-title,
    .cms-sub-heading {
        font-size: 35px;
    }

    .nav-tabs .nav-link {
        padding: 5px 15px 0px;
        font-size: 14px !important;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 39px;
        line-height: 28px;
    }

    .nav-item.item {
        margin-bottom: 3px;
    }

    .menu-icon {
        font-size: 25px;
    }

    .product-view {
        height: 150px;
    }

    .btn-black-cta {
        padding: 11px 20px;
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .product-dtl .nav-tabs .nav-link {
        border-radius: 0 !important;
    }

    .product-tabs .nav-link.active {
        border-bottom: 2px solid #000;
    }

    .product-tabs .nav-link::after {
        display: none;
    }

    #inquiryModal .modal-body {
        padding: 15px !important;
    }

    #inquiryModal .btn-close {
        top: -6px;
        right: -3px;
    }

    .cms-banner-title,
    .cms-sub-heading {
        gap: 8px;
    }

    .about-heading {
        margin-bottom: 18px;
    }

    .about-gib-img {
        margin-top: 0;
    }

    .gallery-container {
        height: 100vh;
    }

    .about-heading {
        font-size: 25px;
    }

    .contact-panel {
        padding: 20px;
    }

    .title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .menu-icon {
        color: #000;
    }

    .menu-icon span{
        display: none;
    }
}