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

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

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


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

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


	/* 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 {
    	top: 30px !important;
	}

 	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: 180px !important;
		left: 0% !important;
		width: 100% !important;
		height: 100% !important;
		padding: 0 30px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
	} 
	.col-3 .elementor-container {
    	gap: 20px !important;
	}
/* 	
		#masthead{
    	position: fixed !important;
	} */
	.sticky{
		background-color: #7de4fd !important;
	}
/* 		.elementor-nav-menu{
    	margin-top: 60px !important;
	}
	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
    	top: 0px !important;
	} */

	.video-inner {
		overflow: overlay;
	}
	.video-inner > .elementor-container.elementor-column-gap-default {
		width: 2000px;
		overflow: scroll;
		padding-bottom: 10px;
	}
	/* 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;
	}
		.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
    	top: 104px !important;
	}
	
	.sticky{
		background-color: #7de4fd !important;
	}

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

	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
    	top: 100px !important;
	}
	.subscribe .es-form-field-container {
    align-items: center !important;
}
	
	
	.main-content-inner > div {
    flex-direction: column;
    gap: 24px !important;
}
/* 	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
            top: 100px !important;
    } */

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

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