/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .anmt-blk {
        right: -10px;
    }

}


/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .anmt-blk {
        right: -10px;
    }

    .header_top_menu.header_right {
        text-align: center;
    }

    .single_hero_slide {
        height: 500px;
    }

    .hero_slide_content h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}


/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .anmt-blk {
        right: -10px;
    }

    .header_top_menu.header_right {
        text-align: center;
    }

    .single_hero_slide {
        height: 400px;
    }

    .hero_slide_content h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }


}


/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .single_hero_slide {
        height: 300px;
    }

    .hero_slide_content h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

}