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

	/* Check 1367px and add css here */
}
@media only screen and (max-width: 1400px) and (min-width: 1367px) {
	.e-con > .e-con-inner {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}
@media only screen and (max-width: 1366px) {
	.get-in-touch {
		padding-left: calc((1121px - 100%) / -2) !important;
	}

	.services-loop .e-loop-item:nth-child(odd) .post-row {
		gap: 70px !important;
	}

	.services-loop .e-loop-item:nth-child(even) .post-row {
		gap: 130px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.get-in-touch {
		padding-left: calc((940px - 100%) / -2) !important;
	}
	.ari-field {
		margin-bottom: 22px;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row {
		gap: 60px !important;
	}

	.services-loop .e-loop-item:nth-child(even) .post-row {
		gap: 100px !important;
	}
}

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

	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: 112px !important;
		left: 0% !important;
		width: 100% !important;
		height: calc(100% - 90px) !important;
		padding: 0 30px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
	}
	/* Menu links - Black (footer except) */
	header nav a,
	header .site-navigation a,
	header .main-navigation a,
	.site-header nav a {
		color: #000000 !important;
	}

	/* Active page - White (footer except) */
	/* header nav .current-menu-item a,
	header nav .active a,
	header .site-navigation .current-menu-item a {
	color: #FFFFFF !important;
} */
	.elementor .elementor-element.e-con-boxed.e-parent>.e-con-inner{
		padding-right:30px !important;
		padding-left:30px !important;
	}

	body:has(.elementor-menu-toggle[aria-expanded="true"]) {
		overflow: hidden !important;
	}
	.newslatter-sec .wpcf7 input[type="email"] {
		padding: 11px 16px;
	}
	.subscribe-form input[type="submit"] {

		padding: 12px 12px !important;
	}
	.footer-social .elementor-icon-list-text br{
		display: none;
	}
	.menu-btn a {
		display: block !important;
	}
	.ari-field {
		margin-bottom: 15px;
	}
	.get-in-touch {
		padding-left: 0px !important;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row,
	.services-loop .e-loop-item:nth-child(even) .post-row {
		flex-direction: column !important;
	}
	.post-row {
		gap: 40px !important;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row {
		gap: 50px !important;
	}

	.services-loop .e-loop-item:nth-child(even) .post-row {
		gap: 50px !important;
	}
	.e-loop-item:nth-child(odd).ser-detail-image {
		width: 100% !important;
	}
	.e-loop-item:nth-child(odd) .ser-detail-content{
		width: 100% !important;
	}

	.services-loop .e-loop-item:nth-child(odd) .post-row .elementor-widget-theme-post-featured-image{
		--align-self: center !important;
		text-align: start !important;
	}
}

@media only screen and (max-width: 767px) {
	.service-img{
		align-self: center !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;
	}

	.elementor .elementor-element.e-con-boxed.e-parent>.e-con-inner{
		padding-right:20px !important;
		padding-left:20px !important;
	}

	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown{
		padding:0px 20px;
	}
	.tech-sec .elementor-image-box-wrapper{
		display: flex;
		gap:16px;
	}
	.get-in-touch{
		background-image: none !important;
	}
	.ari-form-wrapper {
		width:100% !important;
		max-width: unset !important;
	}
	.ari-input::placeholder,
	.ari-textarea::placeholder {
		font-size: 14px;
	}
	.ari-input,
	.ari-textarea {
		font-size: 14px;
	}
	.post-row {
		gap: 30px !important;
	}
	.hero-head .elementor-icon-list-item{
		flex-direction: column;
		gap:5px;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row {
		gap: 30px !important;
	}

	.services-loop .e-loop-item:nth-child(even) .post-row {
		gap: 30px !important;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row .elementor-widget-theme-post-featured-image{
		--align-self: flex-start !important;
		text-align: start !important;
	}
}

@media only screen and (max-width: 479px) {
	.subscribe-form{
		flex-direction:column;
	}
	.subscribe-form input[type="submit"] {
		width: auto;
	}
	.service-image img{
    height: 100% !important;
}
	/* Check 375px and add css here */
}

@media only screen and (max-width: 374px) {
	.footer-menu-social .e-con-full{
		width: 100%;

	}
	.hero-sec{
		flex-direction:column !important;
	}
	.hero-sec .e-con-full{
		width:100%;
		padding:0px;
	}
	.post-row {
		gap: 20px !important;
	}
	.services-loop .e-loop-item:nth-child(odd) .post-row {
		gap: 30px !important;
	}

	.services-loop .e-loop-item:nth-child(even) .post-row {
		gap: 30px !important;
	}
	/* Check 320px and add css here */
}