@media screen and (max-width:978px) {
    .owl-theme .owl-dots {
        display: none;
    }
    #intro .bottom-slider1 {
        display: none;
    }
    #intro .bottom-slider2 {
        display: none;
    }
    footer {
        background-image: none;
        padding-top: 0;
    }
}
@media (max-width: 575.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       width: 40vw;
    }
    .card-first .svg {
        width: 40vw;
        margin-right: -12vh;
        margin-top: -2vh;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       width: 40vw;
    }
    .card-first .svg {
        width: 40vw;
        margin-right: -12vh;
        margin-top: -2vh;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       width: 40vw;
    }
    .card-first .svg {
        width: 40vw;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
}
@media (min-width: 1200px) {   
}