/* XL Device :1200px. */

@media (min-width: 1200px) and (max-width: 1449px) {}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1200px) {}


/* MD Device :768px. */

@media (min-width: 768px) and (max-width: 991px) {}


/* SM Small Device :320px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {

    html,
    body,
    .macrofit__main__area {
        height: auto;
    }

.hm_100 {
    height: 100%;
}


    html,
    body,
    .height__full {
        height: 100%;
    }
    
}


/* SM Small Device :550px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {}
@media only screen and (max-width: 435px) {
    .slider__thumb__blk .owl-dots {
        bottom: 77px;
    }
}