@media screen and (max-width: 1365px) {
    .cate_blocks ul {
        column-gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .cate_blocks ul {
        column-gap: 15px;
        row-gap: 0;
    }
    .chooseOne li {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {
    .chooseOne li {
        width: 50%;
    }
    .page-content-side {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 600px) {
    .cate_blocks ul {
        column-gap: 5px;
    }

    .cate_blocks li {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    .cate_blocks li {
        width: 100%;
    }
    .chooseOne li {
        width: 100%;
    }
    footer{
        position: static;
        bottom: 0;
        width: 100%;
    }
    .w-220{
        width: 50%!important;
    }
    h1.fs-50 {
        font-size: 30px!important;
    }
    
}

@media screen and (max-height: 900px) {
    .container-fluid.align-items-center {
        align-items: start !important;
    }
    .selctCat {
        height: auto !important;
    }
}