/* General start */
.elementor-element .elementor-widget-icon {
	cursor: pointer;
}
.elementor-element.radial-spacer-left {
	box-shadow: 10px 10px 0px 0px var(--e-global-color-secondary) !important;
}
.elementor-element.radial-spacer-right {
	box-shadow: -10px 10px 0px 0px var(--e-global-color-secondary) !important;
}

.page-header .entry-title {
	display: none;
}

.tutor-color-muted,
.tutor-color-secondary {
	color: var(--e-global-color-text);
}

/* General end */




/* responsive */
@media screen and (max-width: 1024px) {
	body {
		background-attachment: fixed;
	}
}

@media screen and (max-width: 767px) {
	.tutor-dashboard.tutor-pb-80 {
		padding-bottom: 40px;
	}
}


    
