/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 06 2024 | 16:34:17 */
.grecaptcha-badge { 
    visibility: hidden;
}

/* Pricing Tables*/.price-tab {
    min-height: 720px;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
}

/* 959px and smaller screen sizes */
@media (max-width:959px){

	.price-tab {
    min-height: 740px;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
}
	
}

/* 767px and smaller screen sizes */
@media (max-width:767px){

	.price-tab {
    min-height: auto;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
}
	
}

/* Image */
.elementor-image-carousel .swiper-slide img{
	height: 120px;
}

/*Carousel Image */
.jet-listing-grid__items .swiper-slide img{
	min-height: 300px;	
}


/* Eicon chevron right */
.jet-listing-grid__items .elementor .eicon-chevron-right{
	background-color: black;
	opacity: 0.8;
}

/* Eicon chevron left */
.jet-listing-grid__items .elementor .eicon-chevron-left{
	background-color: black;
	opacity: 0.8;
}

/* Image Carousel*/
.elementor-image-carousel a img{
	min-height: 500px;
	
}

/* Image Carousel 2*/
.carousel2 a img{
	min-height: 340px;
}

/* 575px and smaller screen sizes */
@media (max-width:767px){

	/* Image */
	.elementor-image-carousel a img{
			min-height: 300px;
	}
	
	/* Image Carousel 2*/
	.carousel2 a img{
		min-height: 300px;
}
}

/* 479px and smaller screen sizes */
@media (max-width:479px){

	/* Division */
	.elementor-element-2bc2e1d div .jet-mobile-menu__container-inner{
		z-index: 999 !important;
		position: relative !important;
		min-height:805px !important;
	}
	
}
