@media (min-width: 1650px) and (max-width: 2000px) {

    html {
        font-size: 14px;
    }

}



@media (min-width: 1400px) and (max-width: 1649px) {

    html {
        font-size: 12px;
    }

}

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

    html {
        font-size: 10px;
    }


}



@media (min-width: 1px) and (max-width: 1199px) {

    html {
        font-size: 12px;
    }

    .fx-header-1-main {
        margin: 0 2rem;
        border-radius: 0.5rem;
    }


    .fx-header-1-action-link .fx-menu-btn-1 {
        border-radius: 0.5rem;
    }

    .fx-hero-3-slider-item {
        padding-top: 10rem;
        flex-wrap: wrap;
        padding-left: 0px;
        justify-content: space-between;
    }

    .fx-hero-3-slider-item-img .main-img {
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .fx-services-5-scn-title {
        margin-bottom: 2rem;
    }

    .fx-about-3-area {
        padding-top: 2rem;
        font-size: 3rem;
    }

}