/*==================================
         RESPONSIVE WEBSITE
====================================*/
@media only screen and (min-width : 1920px) {/* to 1366px */
   
}
@media only screen and (max-width : 1400px) {/* to 1366px */
   
}
@media only screen and (max-width : 1365px) { /* to 1024 */
    
}
@media only screen and (max-width : 1023px) { /* to 980 */
    
}
@media only screen and (max-width : 979px) { /* to 800 */
    
}
@media only screen and (max-width : 799px) { /* to 768 */
    
}
@media only screen and (max-width : 767px) { /* to 600 */
    
}
@media only screen and (max-width : 599px) { /* to 480 */
    
}
@media only screen and (max-width : 479px) { /* to 375 */ 
    
}
@media only screen and (max-width : 374px) { /* to 360 */
    
}
@media only screen and (max-width : 359px) { /* to 320 */

}
