@media only screen and (min-width:1201px) and (max-width:1400px) {
}

@media(max-width:1199px) {
}

@media only screen and (max-width:991px) {
}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:575.98px) {
}