@media (min-width: 813px){}
/* --------------------- */
@media (max-width: 1920px){}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1280px){}
@media (max-width: 1152px){

    .car-search-item .blog-checkbox label .icon-box {
        min-width: 200px;
    }

    /* type */
    .car-search-item form .grop-car-type{
    flex: 0 0 100%;
    max-width: 100% !important;
    }
    .car-search-item .blog-type .blog-checkbox {
        flex-wrap: nowrap !important;
    }
    /* end type */

    /* brand */
    .car-search-item form .grop-car-brand{
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .car-search-item .blog-brand .blog-checkbox {
        right: -50px;
        width: 80%;
        top: 0 !important;
    }

    .slick-prev {
        left: -35px !important;
    }
    /* end brand */

    .car-video-list .blog_colum{
        min-height: 250px;
    }

}
@media (max-width: 1080px){}
@media (max-width: 900px){

     /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        right: -19px;
    }

    .slick-prev {
        left: -23px !important;
    }
    /* end brand */

    .car-video-list .blog_colum{
        min-height: 200px;
    }

}
@media (max-width: 834px){}
@media (max-width: 768px){

    /* brand */
     .car-search-item .blog-brand .blog-checkbox {
        right: -15px;
    }
    /* end brand */

}
@media (max-width: 640px){}
@media (max-width: 414px){

    .car-search-item .blog-checkbox label .icon-box {
		min-width: 160px !important;
	}

    /* type */
    .car-search-item .blog-type .blog-checkbox {
        flex-wrap: wrap !important;
    }
    /* end type */

     /* brand */
     .car-search-item .blog-brand .blog-checkbox {
        right: -22px;
        width: 90%;
    }
    /* end brand */

    .slick-prev {
        left: -20px !important;
    }

}
@media (max-width: 375px){

    /* type */
    .car-search-item .blog-type .blog-checkbox label.mr-2{
        margin-right: 0 !important;
    }
    .car-search-item .blog-type .blog-checkbox label .icon-box {
		min-width: 325px !important;
	}
    /* end type */

    /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        right: -15px;
    }
    /* end brand */

    .slick-prev {
        left: -11px !important;
    }

}
@media (max-width: 320px){}