@media screen and (max-width: 767px) {

    /*    home page css*/
    .home-hero-section {
        padding: 50px 0;
    }

    .home-credibility-section .cred_container {
        flex-wrap: wrap;
        gap: 26px;
        justify-content: center;
    }

    .home-credibility-section .usp_block h3 {
        margin: 0;
    }

    .home-credibility-section .usp_block-popup.customize-notify.hidden {
        display: block;
        position: unset !important;
        background: none;
        color: white;
        transform: translateX(0%);
        box-shadow: none;
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
        margin-top: -8px
        line-height: normal;
    }

    .home-credibility-section .usp_block {
        flex-direction: column;
    }

    .home-credibility-section .customize-notify:after {
        display: none;
    }

    .home-credibility-section .usp_block-popup h6 {
        display: none;
    }

    .home-key-benefits .key-benefits-box {
        margin: 0 auto 20px;
    }

    #home-product-category-carousel .slick-dots li button:before,
    .home-best-selling-slider .slick-dots li button:before {
        font-size: 9px !important;
    }

    #home-product-category-carousel {
        padding: 26px 0 36px 0 !important;
    }

    #home-testimonials {
        padding: 36px 0 51px 0;
    }

    .home-whychooseus-section {
        padding: 36px 0 36px 0 !important;
    }

    .home-social-media-section {
        padding: 38px 0 36px 0;
    }

    .home-best-price-section {
        padding: 36px 0 33px 0 !important;
    }

    #home-best-selling-section {
        padding: 36px 0 36px !important;
        margin: 0px !important;
    }

    .title-h2 {
        font-size: 26px !important;
    }

    .home-whychooseus-section .align-items-center {
        gap: 20px;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .home-key-benefits {
        padding: 36px 0 0px 0 !important;
    }

    .home-credibility-section {
        padding: 36px 0 !important;
    }

    .home-final-cta-section {
        padding: 36px 0 36px 0 !important;
    }

    .container-fluid.bg-d.text-body.footer.mt-5.pt-5.px-0.wow.fadeIn.animated {
        padding-top: 0px !important;
    }
    /*  end  home page css*/

    .page-template-hire-page .home-key-benefits .col-md-1 img {
        display: none;
    }

    .event-accessories-section {
        padding: 36px 0 !important;
    }

    .marquee-comparison {
        padding: 36px 0 28px 0 !important;
    }

    .calculator-section-part {
        padding: 36px 0 !important;
    }

    .hire-bg-light {
        padding: 29px 0 26px 0 !important;
    }

    .page-template-hire-page .hire-hero-section {
        padding: 80px 0 80px 0 !important;
    }

    .page-template-hire-page .hire-nav-link.active {
        border-color: #1D3B33;
        background: #1D3B33;
        color: #fff;
    }

    .page-template-hire-page .hire-nav-link {
        padding: 6px 10px;
    }

    .table-responsive-wrapper {
          width: 100%;
          overflow-x: auto;
        }

    .table-responsive-wrapper .table-dimension {
          width: 100%;
          min-width: 600px; 
          border-collapse: collapse;
        }

    .table-responsive-wrapper .table-dimension td,
    .table-responsive-wrapper .table-dimension th {
      padding: 10px;
      border: 1px solid #ccc;
      white-space: nowrap;
    }


}