/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2023 | 08:07:10 */
.jm-transition-ga4-hero {
	/*width: 100%; */
}

.jm-shadow-box-section::before {
    bottom: 60px !important;
}

.jm-shadow-box-section::after {
    top: auto !important;
	bottom: -25% !important;
    right: 50px !important;
    z-index: -1;
}

.jm-shadow-box-section .jm-shadow-box-section-inner::after {
	content:"";
	background: url('https://growthsavvy.io/wp-content/uploads/2022/11/blurry-blue-bubble-1-1.png');
	width: 290px;
	height: 240px;
	position: absolute;
    top: -30px !important;
	bottom: auto !important;
    right: -20% !important;
    z-index: +1;
}

.jm-advanced-2cols-section-style-2 .cols-wrapper .col-right .col-right-inner::before {
    display: none !important;
}

.jm-advanced-2cols-section .cols-wrapper .col-left::before {
    background: #FBB219 !important;
}

.jm-advanced-2cols-section-style-2 .section-content .row .col-left .col-inner {
	position: sticky !important;
	top: 120px;
}

.jm-advanced-2cols-section-style-2 .cols-wrapper .col-right {
    padding-top: 0 !important;
}

.jm-advanced-2cols-section-style-2 .cols-wrapper .col-right {
	overflow: visible !important;
	max-height: 100% !important;
}

.jm-advanced-2cols-section-style-2 .cols-wrapper .col-right .number-paragraph.number-one h3 {
	margin-top: 10px !important
}

.jm-section-boxed {
	width: 100%;
}

.jm-section-boxed-container .col-inner {
	background: transparent linear-gradient(180deg, #FFFFFF7D 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	border-radius: 60px !important;
}

.jm-section-boxed-container .col-inner .row .col .col-inner {
	background: transparent;
	border-radius: 0;
}

.jm-section-boxed-container .jm-second-row {
	margin-top: -50px;
}

.jm-section-boxed-container .icon-box.checked {
	margin-bottom: 1em;
}

.jm-section-boxed-container .icon-box.checked h5.uppercase {
	text-transform: capitalize !important;
	color: #353535;
	font-size: 18px;
	font-weight: 400;
}

.jm-section-boxed-container .icon-box.checked .icon-box-img {
	position: relative;
	top: -5px;
}

.jm-section-boxed-container .img img {
	position: relative;
	right: -10%;
}

.jm-section-boxed-container .jm-col-right-bigger-image {
	width: 130% !important;
}

.jm-green-checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jm-green-checklist ul li {
	position: relative;
	margin-left: 0 !important;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #414141;
	font-size: 15px;
	font-weight: normal !important;
	display: flex;
	gap: 5px;
	line-height: 1.4rem;
	align-items: center;
}

.jm-green-checklist ul li:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
	position: relative;
	margin-right: 0;
	background: url('https://growthsavvy.io/wp-content/uploads/2022/11/check-mark-black-outline.png');
	background-repeat: no-repeat;
	display: flex;
	flex-basis: 30px;
}

.jm-green-checklist ul li span {
	display: inline-block;
	position: relative;
	display: flex;
	flex-basis: 95%;
}

.jm-section-headline-blue h3 {
	color: #4467b3;
}

.jm-yellow-underline:after {
	content: "";
	display: block;
	width: 220px;
	height: 13px;
	position: relative;
	right: -20%;
	bottom: 5px;
	margin-right: 15px;
	background: url('https://growthsavvy.io/wp-content/uploads/2022/11/underline-svg.svg');
}

.jm-get-the-best-section .jm-lists-row .col:after {
	content: "";
	display: inline-block;
	background: #707070 !important;
	opacity: 0.2;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
    /*top: 25%;*/
	left: -5px;
}

.jm-get-the-best-section .jm-lists-row .col:first-child::after {
	display: none;
}


@media screen and (max-width: 850px) {
	.jm-shadow-box-section {
		margin: 0 10px;
	}

	.jm-shadow-box-section::before,
	.jm-shadow-box-section::after, 
	.jm-shadow-box-section .jm-shadow-box-section-inner::after {
		display: none !important;
	}
	
	.jm-get-the-best-section .jm-lists-row .col:after {
		display: none;
	}
	
	.jm-section-boxed-container .jm-col-right-bigger-image {
		width: 100% !important;
		left: -10%;
	}	
}