@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 770px) {}

@media screen and (max-width: 600px) {

    /* .deskHeader .logo {
        display: none;
    } */
    .deskHeader.stickyheader .logo {
        display: none;
    }

    .subCategoryCard .subcategoryName h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
    }

    .subCategoryCard .subcategoryName {
        position: absolute;
        top: 0;
        left: 6px;
    }

    .subCategoryCard .subcategoryName span {
        color: #fff;
        font-size: 11px;
    }

    .smt32 {
        margin-top: 32px !important;
    }

    .categoryHero {
        min-height: 280px;
    }

    .deskHeader.stickyheader .userOptions {
        display: none;
    }

    section.hero {
        padding: 10px;
        padding-top: 20px;
    }

    .deskHeader.stickyheader .searchBox {
        width: calc(100vw - 20px);
    }

    .faqRight {
        display: none;
    }

    .herocategories {
        margin-top: 20px;
    }

    .uspCard h4 {
        color: var(--white);
        font-size: 18px;
        font-weight: 400;
    }

    .centerHeading h2 {
        color: var(--main);
        font-size: 22px;
    }

    section.niches {
        margin: 10px;
    }

    .bottomFooter {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .clickbox {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .clickbox ul a img {
        width: 30px;
    }

    .uspGrid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .uspGrid::-webkit-scrollbar {
        height: 3px;
    }

    .uspCard {
        flex: 0 0 100%;
        scroll-snap-align: start;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    footer {
        margin: 10px;
        padding: 10px;
    }


    .resultBox {
        left: 20px;
        transform: translateX(0);
    }

    .deskHeader {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        transition: 1s;
        padding: 10px;
        background: var(--white);
        border-bottom: 1px solid #eee;
        box-shadow: 0 5px 10px -5px #ddd;
        z-index: 11;
    }

    .searchBox form input {
        width: 100%;
    }

    section.plainSection,
    section.commonSection {
        margin: 10px;
    }

    .buyBread {
        width: calc(100% - 20px);
        left: 10px;
        padding: 10px;
    }

    .buyBread h3 {
        font-size: 14px;
    }

    .aboutService {
        margin-top: 15px;
    }

    .productHeading {
        font-size: 24px;
    }

    .priceBox h6 {
        font-size: 14px;
    }

    h6.priceNow {
        font-size: 20px !important;
    }

    .searchBox {
        position: relative;
        width: 60vw;
        margin-top: 10px;
    }

    .userOptions {
        display: flex;
        justify-content: end;
    }
}

@media screen and (max-width: 475px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}