@media only screen and (max-width: 1760px) {
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1500px;
	}
	/* Check 1367px and add css here */
}

@media only screen and (max-width: 1599px) {
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1280px;
	}
	/* Check 1367px and add css here */
}

@media only screen and (max-width: 1366px) {
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1160px;
	}

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

@media only screen and (max-width: 1199px) {
	.elementor>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1000px;
	}
	.nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: 90px !important;
		left: 30px !important;
		width: fit-content !important;
		height: fit-content !important;
		padding: 15px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
		max-height: 100% !important;
		border-radius: 0px;
		z-index: -1 !important;
	}
	.side_space > .elementor-container.elementor-column-gap-default .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100% !important;
    }

	/* 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;
	}

	
	.extra .elementor-container.elementor-column-gap-default{
		padding: 0px !important;
		margin: 0px !important;
	}
	
	/* 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;
	}
	body .gform_wrapper form .gform_body ul li.gfield {
		width: 100%;
	}

	/* 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;
	}

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

@media only screen and (max-width: 374px) {
	/* Check 320px and add css here */
}