@media screen and (min-width:701px) {

    .desktop-img,
    .desktop-banner-img {
        display: block;
    }

    .mobile-img,
    .mobile-banner-img {
        display: none;
    }
}

@media screen and (max-width:701px) {

    .desktop-img,
    .desktop-banner-img {
        display: none;
    }

    .mobile-img,
    .mobile-banner-img {
        display: block;
    }
}

.aq-blog-area .aq-blog-meta-cat p {
    font-size: 10px;
    line-height: normal;
}



/* footer mobile screen css */
footer .aq-footer-dropdown-icon {
    display: none;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    footer .aq-footer-dropdown-toggle {
        cursor: pointer;
        align-items: center;
    }

    footer .aq-footer-dropdown-icon {
        display: inline-flex;
    }

    footer .aq-footer-dropdown-content {
        display: none;
        padding-top: 10px;
    }

    footer .aq-footer-dropdown.active .aq-footer-dropdown-icon {
        transform: rotate(180deg);
    }

    footer .aq-footer-widget.aq-footer-dropdown {
        border-bottom: 1px solid #ccc;
    }

    .bestseller-section .aq-product-main .aq-product-content p {
        height: 110px;
    }


}

@media screen and (min-width: 992px) {
    footer .aq-footer-dropdown-content {
        display: block !important;
    }



    .aq-product-arrow {
        display: none;
    }

    footer .aq-footer-widget.aq-footer-dropdown .aq-footer-dropdown-toggle .aq-footer-dropdown-icon {
        display: none;

    }



}

@media screen and (min-width: 768px) {
    .aq-footer-area {
        padding-bottom: 50px;
    }
}

@media screen and (min-width:1441px) {
    footer .footer-bottom .font-heading h1 {
        font-size: 7rem;
    }
}


@media screen and (min-width: 1201px) and (max-width:1440px) {
    footer .footer-bottom .font-heading h1 {
        line-height: 1;
        font-size: 6rem;
    }

}

@media screen and (max-width:1200px) and (min-width:992px) {
    footer .footer-bottom .font-heading h1 {
             font-size: 5rem;
    }
}
.collection-section .collection-image{
    row-gap: 10px;
}