/*
*================================================================== -->
* Medium Screen [1281px into 1399px]
*================================================================== -->
*/
@media only screen and (min-width: 1281px) and (max-width: 1399px) {

}


/*
*================================================================== -->
* Medium Screen [992px into 1280px]
*================================================================== -->
*/
@media only screen and (min-width: 992px) and (max-width: 1280px) {

}


/*
*================================================================== -->
* Tablet Screen [768px into 991px]
*================================================================== -->
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
 
}


/*
*================================================================== -->
* Mobile Screen [320px into 767px]
*================================================================== -->
*/
@media only screen and (max-width: 767px) {
  
}

/*
*================================================================== -->
* Wide Mobile Screen [480px into 767px]
*================================================================== -->
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
   
}
