@media only screen and (max-width: 1920px) {
}


@media only screen and (max-width: 1440px) {
    footer ul a, footer .btmFooter p, footer .btmFooter a{
        font-size: 1rem;
    }
}



@media only screen and (max-width: 1366px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {

}


@media only screen and (max-width: 820px) {
}