/*
  Theme Name: Getbizon
  Theme URI: https://getbizon.com
  Description: Getbizon Child Theme
  Author: Jet Lee
  Author URI: https://jet.my
  Template: Divi
  Version: 4.8.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* General Theme Add-ons Settings - BEGIN */



/* General Theme Add-ons Settings - END */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

	

}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

	

}

/*** Responsive Styles Desktop And Above ***/
@media only screen and (min-width: 1025px) {
	
	
	
}

/*** Responsive Styles Tablet And Below ***/
@media only screen and (max-width: 1024px) {

	

}

/*** Responsive Styles Tablet Landscape Only ***/
@media all and (min-width: 981px) and (max-width: 1024px) {


}
 
/*** Responsive Styles Tablet Portrait Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

	

}

/*** Responsive Styles Tablet Landscape & Portrait Only ***/
@media all and (min-width: 768px) and (max-width: 1024px) {

	

}

/*** Responsive Styles Tablet Portrait And Below ***/
@media only screen and (max-width: 980px) {

	

}

/*** Responsive Styles Tablet And Above ***/
@media only screen and (min-width: 768px) {

	

}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

	/* Make Table Responsive - BEGIN */
	table {
		overflow-x: auto;
		display: block!important;
	}
	/* Make Table Responsive - END */

}

/*** Responsive Styles Smartphone Portrait And Above ***/
@media all and (min-width: 480px) {

	

}
 
/*** Responsive Styles Smartphone Portrait And Below ***/
@media all and (max-width: 479px) {

	
	
}
