/*
* Author    : Kawindu Nirmal
* FaceBook  : https://www.facebook.com/kawindu12
* Company   : Redoox Solutions
* Contact   : hello@redoox.com
* Website   : https://www.redoox.com
* FaceBook  : https://www.facebook.com/redooxsolutions
* Version: 1.0.0
*/

@media only screen and (max-width: 1200px){
    
}
@media only screen and (max-width: 600px){
	
}
@media only screen and (max-width: 425px){
	
}

@media(min-width: 992px) {

	#page-content-wrapper {
		margin-left: 50px;
	}
}