@media only screen and (max-width:990px) {
    .mainHeader .mainMenu ul li
    {
        margin-right: 20px;
    }
}
@media only screen and (max-width:767px) {
    .ExploreFav-content .left-panel {
        margin-left: auto;
    }
    .footer .social ul li {
        margin-left: 16px;
    }
    .mainHeader .mainMenu
    {
        display: none;
    }
    .mainHeader .hidden-xx
    {
        display: block;
    }
    .mainSlider .main-slider .owl-dot
    {
        margin-left: 5px;
    }
    .mainSlider .main-slider .owl-nav
    {
        width: 230px;
    }
    .head-of h1
    {
        font-size: 50px;
    }
    .head-of h3 {
        margin-top: -55px;
    }
     .head-of p
    {
        width: 100%;
    }
    .ExploreFav-content
    {
        display: block;
    }
    .ExploreFav-content .left-panel , .ExploreFav-content .right-panel
    {
        width: 100%;
    }
    .ExploreFav-content .right-panel
    {
        margin-bottom: 50px;
    }
    .ourNewProduct .info
    {
        text-align: center;
    }
    .ourNewProduct .info a
    {
        display: block;
        margin: 0 auto;
        margin-top: 12px;
    }
    .getTouch
    {
        width: 90%;
    }
    .getTouch h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .getTouch p
    {
        width: 100%;
    }
    .footer .upperContent .line
    {
        width: 20%;
    }
    .footer .pages h3
    {
        margin-top: 30px;
    }
    .aboutGroup .pic img
    {
        width: 100%;
        margin-top: 12px;
    }
    .whyChooseUs .content
    {
        margin: 20px 0px;
    }
    .aboutGroup .data h3
    {
        font-size: 32px;
    }
    .pageSection .content
    {
        display: block;
    }
    .categoriesPageSection .brand {
        display: block;
        text-align: center;
    }
    .contactUs-section .one
    {
        justify-content: start;
    }
    .productDetailsSection .content a
    {
        margin-bottom: 50px;
    }



}