

@media(max-width: 786px ){
	.main-content-tabs #global-consults::after{ 
		display: table !important; 
	}
	.main-content-tabs #travels-and-tours {
		overflow-y: auto;
	}
	.banner_tours { 
		margin-top: 30px; 
		margin-bottom: 30px; 
	}
	.search_form_tabs {
		width: 100%;
	}
	.const_block_list p {
		position: relative; 
	}
}

/* 5) (Optional) responsive tweak */
@media (max-width: 575.98px) {
	.main-content-tabs #global-consults,
	.main-content-tabs .tabs1 {
		/* adjust height/scroll behavior for small screens */
		/* max-height: none; overflow-y: visible; */
	}
}