@media only screen and (max-width: 1599px) {

	/* Check 1367px and add css here */
}

@media only screen and (max-width: 1366px) {

	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		max-width: 940px;
	}
	/* Check 1200px and add css here */
}

@media only screen and (max-width: 1199px) {


	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		max-width: 740px;
	}
	/* Check 1025px and add css here */
}

@media only screen and (max-width: 1024px) {

	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 30px;
	}

	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: initial !important;
		left: 0% !important;
		width: 100% !important;
		height: calc(100% - 90px) !important;
		padding: 0 30px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
	}

	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		width: 100%;
		max-width: fit-content;
	}

	/* Check 768px and add css here */
}

@media only screen and (max-width: 767px) {

	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 20px;
	}

	.notfound-content {
		padding: 12vw 0;
	}

	.fsm-field input {
		padding: 16px;
		font-size: 12px;
	}

	.fsm-field label {
		font-size: 14px;
	}

	.fsm-check {
		font-size: 12px;
	}

	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		width: 100%;
		max-width: 350px;
	}

	/* Check 480px and add css here */
}

@media only screen and (max-width: 479px) {

	.inner-contener>.elementor-container,
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		padding: 0 15px;
	}

	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		width: 100%;
		max-width: 240px;
	}

	/* Check 375px and add css here */
}

@media only screen and (max-width: 374px) {

	.tutor-frontend-dashboard-maincontent  .tutor-dashboard-right-content {
		width: 100%;
		max-width: 200px;
	}
	/* Check 320px and add css here */
}