   /*@media(max-width:992px){*/
   /*   .hmc-hero-wrapper,*/
   /*   .hmc-trust-grid,*/
   /*   .hmc-doctor-grid,*/
   /*   .hmc-category-grid,*/
   /*   .hmc-article-grid,*/
   /*   .hmc-footer-grid{*/
   /*     grid-template-columns:1fr 1fr;*/
   /*   }*/

   /*   .hmc-hero-text h1{*/
   /*     font-size:42px;*/
   /*   }*/
   /* }*/

   /* @media(max-width:768px){*/
   /*   nav{*/
   /*     display:none;*/
   /*   }*/

   /*   .hmc-hero-wrapper,*/
   /*   .hmc-trust-grid,*/
   /*   .hmc-doctor-grid,*/
   /*   .hmc-category-grid,*/
   /*   .hmc-article-grid,*/
   /*   .hmc-footer-grid{*/
   /*     grid-template-columns:1fr;*/
   /*   }*/

   /*   .hmc-hero-text h1{*/
   /*     font-size:36px;*/
   /*   }*/

   /*   .hmc-section-title h2{*/
   /*     font-size:32px;*/
   /*   }*/
   /* }*/
   
   @media (max-width:992px){

    .hmc-hero-wrapper,
    .hmc-trust-grid,
    .hmc-doctor-grid,
    .hmc-category-grid,
    .hmc-article-grid,
    .hmc-footer-grid{
        grid-template-columns:1fr 1fr !important;
    }

    .hmc-hero-text h1{
        font-size:42px !important;
    }

}

@media (max-width:768px){

    .healthmozo-home .hmc-navbar{
        display:none !important;
    }

    .hmc-hero-wrapper,
    .hmc-trust-grid,
    .hmc-doctor-grid,
    .hmc-category-grid,
    .hmc-article-grid,
    .hmc-footer-grid{
        grid-template-columns:1fr !important;
    }

    .hmc-hero-text h1{
        font-size:36px !important;
        line-height:1.2 !important;
    }

    .hmc-section-title h2{
        font-size:32px !important;
        line-height:1.25 !important;
    }

}