/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 12:42:25 */
.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active)
{
	display:block
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con
{
	height:0px;
	overflow:hidden;
	padding:0;
	transition:height 250s linear;
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con.e-active
{
	height:auto;
	padding:10px;
}

.qtPlaces-menuswitch
{
	display:none !important;
}

.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title
{
	background:#000 !important;
}