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

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

@media only screen and (max-width: 1366px) {
	
	.faq-section .e-n-accordion-item {
    	padding: 30px;
	}

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

@media only screen and (max-width: 1199px) {
	
	.faq-section .e-n-accordion-item {
    	padding: 24px;
	}

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

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

	.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;
	}
	
	.elementor-element.e-flex.e-con-boxed {
        padding: 0 30px;
    }
	
	.faq-section .e-n-accordion-item {
    	padding: 20px;
	}

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

@media only screen and (max-width: 767px) {
	
	.elementor-element.e-flex.e-con-boxed {
        padding: 0 20px;
    }
	
	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		padding: 0 20px;
		height: calc(100% - 79px) !important;
	}
	
	.hide-show-menu {
		display: block !important;
	}

	.cf7-flex {
		flex-direction: column;
	}

	.cf7-flex .half {
		width: 100%;
	}

	.wpcf7 .row {
		flex-wrap: wrap;
	}

	.wpcf7 .column {
		width: 100%;
	}

	.notfound-content {
		padding: 12vw 0;
	}
	
	.contact-form .wpcf7 .row {
    display: flex;
    gap: 0px;
    flex-direction: column;
	}
	
	.contact-form .wpcf7 .row p{
		width:100%;
	}
	
	.faq-section .e-n-accordion-item {
    	padding: 16px;
	}
	
	.foooter-contact-form .wpcf7-form {
    row-gap: 8px;
    flex-direction: column;
	}

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

@media only screen and (max-width: 500px) {
	.banner-image img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 479px) {
	
	.elementor-element.e-flex.e-con-boxed {
        padding: 0 15px;
    }
	
	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		padding: 0 15px;
	}

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

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

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