/* 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) {
    .header__left__content a {
        font-size: 60px;
    }
    .header__right__blk a {
        margin-right: 90px;
    }
}


/* SM Small Device :320px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header__left__content a {
        font-size: 40px;
    }
    .column-3{
        column-count: 1;
    }
    .header__right__blk a {
        margin-right: 90px;
    }
    .header__blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header__right__blk {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .header__area {
        padding: 20px 0;
        padding-bottom: 10px;
    }
    .footer__content p {
        font-size: 16px;
        padding: 15px 0;
    }
    .features__area {
        padding-bottom: 40px;
    }
}


/* SM Small Device :550px. */

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