/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2023 | 15:18:41 */
/*------------------------------------------------------------------*/
/* Service form styling */
/*------------------------------------------------------------------*/
.iframe-wrapper {
	margin-bottom: 10px;
    position: relative;
}

.iframe-wrapper .col-inner {
	position: relative;
	min-height: 500px;
}

.iframe-wrapper .col-inner::before {
	content: "";
	position: absolute;
	z-index: +1;
    display: block;
    width: 150px;
    height: 150px;
    left: -54px;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/bula2.png) no-repeat;
    background-size: contain;
    bottom: 40%;
}

.iframe-wrapper .col-inner::after {
	content: "";
	position: absolute;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/bula1.png) no-repeat;
    background-size: contain;
    display: block;
    width: 190px;
    height: 200px;
    bottom: -50px;
    right: 100px;
    z-index: 1;
	bottom: -10%;
}

.iframe-wrapper #wrapper {
    position: relative;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
	min-height: 500px;
}

.iframe-wrapper iframe {
    min-height: 500px;
}


@media screen and (max-width: 849px) {
	.iframe-wrapper .col-inner::before, 
	.iframe-wrapper .col-inner::after {
		display: none;
	}	
}
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/* Thank you pages styling */
/*------------------------------------------------------------------*/
.jm-thank-you-hero {
	width: 100%;
}

.jm-thank-you-hero .jm-hero-row-content .col .col-inner .row .col .col-inner {
	padding-left: 0;
	padding-right: 0;
}

.jm-thank-you-hero .jm-hero-col-left {
	flex-basis: 33%;
    max-width: 33%;	
}

.jm-thank-you-hero .jm-hero-col-right {
	flex-basis: 66%;
    max-width: 66%;	
	margin-bottom: -110px;
}

.jm-thank-you-hero .jm-hero-col-right .img img {
	width: 100% !important;
	max-width: 100% !important;
	left: 0 !important;
	position: relative;
	z-index: +1;
}


.jm-thank-you-hero .jm-hero-col-right .img .img-inner {
	overflow: auto !important;
}

.jm-thank-you-hero .jm-hero-col-right .img {
	position: relative;
}

.jm-thank-you-hero .jm-hero-cta {
	font-size: 15px !important;
}

@media screen and (max-width: 849px) {
	.jm-thank-you-hero .jm-hero-col-left {
		flex-basis: 100%;
		max-width: 100%;	
	}

	.jm-thank-you-hero .jm-hero-col-right {
		flex-basis: 100%;
		max-width: 100%;	
		margin-bottom: -20px;
	}
	
	.jm-thank-you-hero .jm-hero-col-right .img img {
		width: 80% !important;
		max-width: 80% !important;
		margin-top: 80px;
	}	
}
/*------------------------------------------------------------------*/