/*
Theme Name: Tobel Child
Theme URI: https://tobel.qodeinteractive.com
Description: A child theme of Tobel
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.3
Text Domain: tobel
Template: tobel
*/



	


@media screen and (max-width:767px) and (min-width:320px){
	button.owl-prev {
		right: 290px !important;
	}
	button.owl-next {
		right: 15px !important;
	}
} 

@media screen and (device-width: 768px) and (device-height: 1024px) {
	button.owl-prev {
		right: 625px !important;
	}
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1024px) {
	button.owl-prev {
		right: 655px !important;
	}
}