/************************************************
[Responsive Stylesheet]

Project Name    : 
Team & Company  : 
Desgined By     : 
Developed By    : 
Date            : 
*************************************************/

@media (min-width: 1200px) {}

/* ==============================================
==================Large Display==============*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}


/* ==============================================
==================Tab Screen==============*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media only screen and (max-width: 991px) {
    
}


/* ==============================================
==================Medium Mobile Screen==============*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}

@media only screen and (max-width: 767px) {
    
}


/* ==============================================
============Small Mobile Display==============*/

@media only screen and (min-width: 300px) and (max-width: 479px) {
    
}
