.header-tab-title {
	display: none;
	margin-bottom: 14px;
}

.text-p-0 p:not(:last-child) {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.header-tab-title {
		display: block;
	}
	.single-tour .wpb_tab.ui-tabs-panel {
		display: block !important;
		position: relative !important;
		visibility: visible !important;
		opacity: 1 !important;
		left: auto !important;
		margin-bottom: 30px;
	}

	.single-tour .wpb_tabs_nav {
		display: none;
	}

	.single-tour .wpb_tab.ui-tabs-panel:last-child {
		margin-bottom: 0;
	}
	.ct-header-tab-line {
		border-top: 1px solid #cdcdcd;
		padding-top: 50px !important;
	}
}