
@media only screen and (min-width: 768px){
#mobileMenu{
	display: none;
}
}


@media (max-width: 768px){
#desktopMenu{
    display: none;
}
    .content-body {
    margin-top: 118px;
}
    .home-abt{
        display: none;
    }
    .abt-padd {
    padding: 2rem 0;
}
    #mainSliderSection {
    padding: 10px 0 0;
}
    div#homeSlider {
    margin-bottom: 1rem;
}
    a.top-user {
    margin-right: 10px;
}
    .featured-grid {
    grid-template-columns: repeat(3, 1fr);
}
    #homeSliderSection .owl-dots{
        display: none;
    }
    .second .footer-li, .third .footer-li {
    display: inline-block;
    margin: 7px;
    font-size: 14px;
}
.second, .third, .fourth{
    margin-bottom: 1rem;
}
#preFooter {
    padding: 30px 0;
}
img.home-slider-img {
    height: 300px;
}
.section-padd {
    padding: 30px 0;
}
.subscribe-txt {
    font-size: 1.4rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
}

}

@media (max-width: 576px){
    .featured-grid {
    grid-template-columns: repeat(2, 1fr);
}
    img.home-slider-img {
    height: 200px;
}
.section-padd {
    padding: 25px 0;
}
.product-card img {
    padding: 10px;
    height: 180px;
}
.footer-social div {
    display: inline-block;
}
img.app-img {
    width: 200px;
}
}
