/***** Tablet screen and Desktop screen >768px *****/
@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

/***** Desktop screen *****/
@media (min-width: 1201px) {
	
}

@media (max-width: 1200px) {
	
}

/***** Tablet and Mobile screen <991px *****/
@media (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
}

/***** Mobile screen <767px *****/
@media (max-width: 767px) {
	.navbar-fixed-top .navbar-brand {
		margin-top: -18px;
	}
	.navbar-fixed-top .logo {
		width: 230px;
	}
	.owner-list-box img {
		width: 150px;
	}
	.cbp-so-init .cbp-so-side {
		opacity: 1;
	}
}
