@media only screen and (max-width: 1799px) {
	
	.testimonial-slider .elementor-testimonial__name {
		margin-top: 50px;
	}
	
	body .gform_wrapper form .gform_body ul li.gfield label{
	    font-size: 17px;	
	}
	
	body .gform_body input[type=text], body .gform_body input[type=email], body .gform_body input[type=tel], body .gform_body input[type=number], body select, body textarea{
	    padding: 12px 18px !important;
	    font-size: 16px !important;
	}
	
	body .gform_wrapper form .gform_body ul li.gfield{
		margin: 0 0px 18px !important;
	}
	
	.gform_footer input[type=submit] {
		font-size: 18px !important;
		padding: 14px 26px !important;
	}
	/* 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 {
		position: fixed !important;
		bottom: 0;
		top: initial !important;
		left: 0% !important;
		width: 100% !important;
		height: calc(100% - 73px) !important;
		padding: 0px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
		padding-top: 20px;
	}
	
	body {
		padding-top: 73px;
	}
	

	.gallery .gallery-item{
		width: 48% !important;
		max-width: 48% !important;
		padding: 0 !important;
	}
	.gallery .gallery-icon{
		text-align: center ;
	}
	.gallery .gallery-caption{
		text-align: center !important;
	}

	.gallery #gallery-1{
		gap: 14px;
	}
	
	.gallery #gallery-1 .gallery-item:first-child .gallery-icon.landscape{
		height: 91%;
	}
	
	.gallery #gallery-1 .gallery-item:first-child img{
		height: 100%;
	}
	
	.nav-bar ul li:last-child a {
    display: block;
}
	
		

	/* 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;
	}
	
	.testimonial-slider .elementor-swiper-button-next,
	.testimonial-slider .elementor-swiper-button-prev{
		display: none !important;
	}
	
	
	.gallery .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
		margin-bottom: 14px !important;
    }
	.gallery #gallery-1 .gallery-item:first-child{
		    width: 100% !important;
	}
	.gallery #gallery-1 .gallery-item:first-child .gallery-icon.landscape {
        height: auto;
    }
	
	.gallery #gallery-1 {
        gap: 0px;
    }
	/* 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 */
}