/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets,
768px and up) */
/* Small devices (tablets,
768px and up) */
/* Medium devices (desktops,
992px and up) */
/* Large devices (large desktops,
1200px and up) */

/* Extra small devices (phones,
less than 768px) */
/* No media query since this is the default in Bootstrap */

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

}

/*  (min-width:1280px)+++ */
@media only screen and (max-width:1280px) {

}

/*  (min-width:1200px)+++ */
@media only screen and (min-width:1200px) {

}

/*  (max-width:1200px)+++ */
@media only screen and (max-width:1200px) {

}

less than 992px) */
@media only screen and (max-width:991px) {
/* ExTra Class Start*/
}

/* (min-width:361px) (max-width:520px) */
@media only screen and (max-width:520px) {

}

/* (min-width:480px) (max-width:500px) */
@media only screen and (max-width:500px) {

}

/* (min-width:361px) (max-width:479px) */
@media only screen and (max-width:479px) {

}

@media only screen and (max-width:400px) {
/* ExTra Class Start*/


}

/* (min-width:321px) (max-width:360px) */
@media only screen and (max-width:360px) {

}
