


/*Tab*/

.elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}

@media only screen and (max-width : 767px) {
    .elementor-tabs .elementor-tabs-wrapper {
	     display: block !important;
	     
	}
	
	.elementor-widget-tabs .elementor-tab-content {
		/*border-top: 0 !important;*/
	}
	
}

