/*==============================================*/
/*----------------------------------------------*/
@media (min-width: 0px) and (max-width: 419px) {}
/*----------------------------------------------*/
@media (min-width: 420px) and (max-width: 767px) {}
/*----------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {}
/*----------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {}
/*----------------------------------------------*/
@media (min-width: 1200px) {}
/*----------------------------------------------*/
/*==============================================*/
/*----------------------------------------------*/
@media (min-width: 0px) {}
/*----------------------------------------------*/
@media (min-width: 420px) {}
/*----------------------------------------------*/
@media (min-width: 768px) {}
/*----------------------------------------------*/
@media (min-width: 992px) {}
/*----------------------------------------------*/
@media (min-width: 1200px) {}
/*----------------------------------------------*/
/*==============================================*/
/*----------------------------------------------*/
@media (max-width: 1199px) {
    /* --------------------------- */
    /* 1199 START */
    /* --------------------------- */
        /*.............................*/
        /* template */
        .wsb-template {

        }
        /* /template */
        /*.............................*/
    /* --------------------------- */
    /* 1199 END */
    /* --------------------------- */
}
/*----------------------------------------------*/
@media (max-width: 992px) {
    /* --------------------------- */
    /* 992 START */
    /* --------------------------- */
        /*.............................*/
        /* template */
        .wsb-template {

        }
        /* /template */
        /*.............................*/
    /* --------------------------- */
    /* 992 END */
    /* --------------------------- */
}
/*----------------------------------------------*/
@media (max-width: 767px) {
    /* --------------------------- */
    /* 767 START */
    /* --------------------------- */
        /*.............................*/
        /* template */
        .wsb-template {

        }
        /* /template */
        /*.............................*/
    /* --------------------------- */
    /* 767 END */
    /* --------------------------- */
}
/*----------------------------------------------*/
@media (max-width: 420px) {
    /* --------------------------- */
    /* 420 START */
    /* --------------------------- */
        /*.............................*/
        /* template */
        .wsb-template {

        }
        /* /template */
        /*.............................*/
    /* --------------------------- */
    /* 420 END */
    /* --------------------------- */
}
/*----------------------------------------------*/
