/* Responsive CSS For all Bootstrap Breakpoints */


/* Tablet & Mobile ----------- */
@media
only screen and (max-width : 991px) {
/* Styles */



}


/* XS - Extra Small Devices ----------- */
@media
only screen and (max-width : 767px) {
/* Styles */



}


/* SM - Small Devices ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 991px) {
/* Styles */



}


/* MD - Medium Devices ----------- */
@media only screen
and (min-width : 992px)
and (max-width : 1199px) {
/* Styles */



}


/* LG - Large Devices */
@media
only screen and (min-width : 1200px) {
/* Styles */



}
