/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2024 | 21:24:58 */
/*------------------------------------------------------------------------*/
/* HEADER styling */
/*------------------------------------------------------------------------*/
.header.sticky-jump .header-wrapper.stuck {
	background: #FFF; 
}

.header-main .nav > li {
	margin-left: 30px;
	margin-right: 0;
	padding: 0;
}

.header-main .nav > li > a {
	font-size: 16px;
	letter-spacing: .5px;
    line-height: normal;
	padding: 0 3px;
}

#masthead .nav-dropdown li.current-menu-item a,
#masthead .nav li.active a {
	font-weight: 500 !important;
}

.nav-line-bottom>li>a:before {
	width: 11px !important;
	background: #f9ab00 !important;
}

li#menu-item-25 >a.nav-top-link {
	pointer-events: none !important;
}

li#menu-item-4217 >a {
    padding: 0.7em 20px;
    border: 2px solid #f9ab00;
    color: #f9ab00;
	border-radius: 99px;
}


.nav-line-bottom>li#menu-item-4217>a:before {
    bottom: 3px;
}

.mfp-close svg {
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid;
}

@media screen and (max-width: 850px) {
	#logo img {
    	width: 150px;
	}
	
	ul.mobile-nav li:last-child {
		right: 0;
	}
	
	ul.mobile-nav li.has-icon>a>i {
		color: #4467b3;
	}
	
	.flex-col.flex-left {
		margin-right: 0;
		
	}
	
	.nav-slide {
		padding-top: 50px;
	}
	
	.header-social-icons .social-icons.follow-icons {
		text-align: center;
	}
	
	.header-social-icons .social-icons.follow-icons a.icon.button {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* GENERIC styling */
/*------------------------------------------------------------------------*/
.jm-section-headline h2 {
	font-size: 36px;
	font-weight: 700;
    color: #4467b3;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 1em;
	letter-spacing: .5px;
}

.jm-section-headline-3 h3 {
	font-size: 26px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif !important;
	color: #212529;
	letter-spacing: .5px;
}

.jm-cta-outline-blue {
	line-height: 0.8em !important;
	font-size: 18px;
    padding: 1em 30px;
	font-weight: 700;
	border: 2px solid;
}

.jm-cta-solid-blue {
	line-height: 0.8em !important;
	font-size: 18px;
    padding: 1em 30px;
	font-weight: 700;
	border: 2px solid;
	background: linear-gradient(90deg,rgb(100,128,203) 0%,rgb(69,96,164) 100%);
}

.jm-cta-outline-orange {
	color: #f9ab00;
	line-height: 0.8em !important;
	font-size: 18px;
    padding: 1em 30px;
	font-weight: 700;
	border: 2px solid #f9ab00;
}

.jm-cta-solid-orange {
    border-radius: 34px;
    background: linear-gradient(100deg,rgb(249,171,0) 0%,rgb(255,211,114) 100%);
    color: #414141;
    font-size: 18px;
    padding: 10px 30px;
}

@media screen and (max-width: 850px) {
	.jm-section-headline h2 {
		font-size: 28px;
	}
	
	.jm-section-headline-3 h3 {
		font-size: 20px;
	}
	
	.jm-business-logo .ux-logo-link {
		padding: 5px;
	}
	
	.jm-business-logo .ux-logo-link img {
		max-width: 100%;
		max-height: 100%;
		height: auto !important;
	}
	
	.jm-cta-outline-blue {
		font-size: 14px;
		padding: 0.5em 20px;
	}	
	
	.jm-cta-outline-blue {
		font-size: 14px;
		padding: 0.5em 20px;
	}
	
	.jm-cta-solid-orange {
		font-size: 14px;
		padding: 7px 20px;
	}	
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* HERO section styling */
/*------------------------------------------------------------------------*/
.jm-hero-section .row.row-collapse {
	max-width: 1340px
}

.jm-hero-section-services {
	/*max-width: 1340px*/
}

.jm-hero-section-yellow .jm-hero-row-content .col.jm-hero-column-parent .col-inner {
	background: transparent linear-gradient(105deg, #F9AD09 0%, #FFD884 100%) 0% 0% no-repeat padding-box;
}

.jm-hero-row-content .col.jm-hero-column-parent .col-inner {
	background: transparent linear-gradient(115deg, #6480CB 0%, #4560A4 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	border-top-left-radius: 60px;
    border-top-right-radius: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.jm-hero-row-content .col .col-inner .row .col .col-inner {
	background: transparent; 
}

.jm-hero-col-left .jm-first-text-block {
	margin-top: 40px;
}

.jm-hero-col-left .jm-second-text-block {
	margin-top: 1rem !important;
}

.jm-hero-col-left .jm-second-text-block p {
	font-size: 18px;
}

.jm-hero-col-left .jm-first-text-block h1 {
	font-size: 36px;
    color: #fff;
    font-family: "Roboto", sans-serif !important;	
}

.jm-hero-section-services .jm-hero-col-left .jm-first-text-block h1 {
	letter-spacing: .5px;
    font-family: "Roboto Condensed", sans-serif !important;	
	line-height: 1.2;
	margin-bottom: 1em;
}

.jm-hero-section-services .jm-hero-col-left .jm-first-text-block p {
	font-size: 16px;
	font-weight: 300 !important;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
}

.jm-hero-section-services .jm-hero-col-left .jm-last-paragraph p {
	max-width: 70%;
	font-size: 1rem !important;
	font-weight: 500;
	margin-top: 0 !important;
	margin-bottom: 1em;
}

.jm-hero-col-left .jm-first-text-block h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0 !important;
    color: #fff;
    font-family: "Roboto", sans-serif !important;	
}

.jm-hero-col-left .jm-hero-cta {
	border-radius: 34px !important;
    background: linear-gradient(100deg,rgb(249,171,0) 0%,rgb(255,211,114) 100%);
    color: #414141;
    font-size: 18px;
    padding: 10px 30px;
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}

.jm-hero-section-yellow .jm-hero-col-left .jm-hero-cta {
	border-radius: 34px !important;
    background: #FFFFFF !important;
    color: #414141;
    font-size: 18px;
    padding: 10px 30px;
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}

.jm-hero-section-yellow .jm-hero-col-left .jm-hero-cta:hover {
    background: #F2F2F2 !important;
	box-shadow: inset 0 0 0 0 rgb(0 0 0 / 0%);
	color: #414141;
}

.jm-hero-col-left .jm-hero-cta:hover {
	color: #FFF;
}

.jm-hero-col-left .jm-fw-light {
	font-size: 14px;
	font-weight: 300 !important;
}

.jm-hero-row-content .col .col-inner .row .jm-hero-col-right .col-inner {
	margin-bottom: -90px;
}

.jm-hero-col-right .img {
	top: -20px;
}

.jm-hero-col-right .img,
.jm-hero-col-right .img img {
	width: 112% !important;
	max-width: 112% !important;
	left: -40px;
}

.jm-hero-section-services .jm-hero-col-right .box-image {
	overflow: visible;
}

.jm-hero-section-services .jm-hero-col-right .box-image img {
	max-width: 130%;
    width: 130%;
	margin-left: -80px;
}


@media screen and (min-width: 850px) {
	.jm-hero-col-left {
		left: 0;
		flex-basis: 53%;
		max-width: 53%;	
	}	
	
	.jm-hero-col-right {
		flex-basis: 47%;
		max-width: 50%;	
	}	
}


@media screen and (min-width: 550px) and (max-width: 850px) {
	.jm-hero-col-left {
		left: 0;
		flex-basis: 100%;
		max-width: 100%;	
	}	
	
	.jm-hero-col-right {
		flex-basis: 100%;
		max-width: 100%;	
	}
}


@media screen and (min-width: 850px) and (max-width: 1360px) {
	.jm-hero-section {
		padding: 0 20px;
	}	
	
	.jm-hero-bottom-wave .jm-wave-image img {
		height: 170px;
	}	
}

@media screen and (max-width: 850px) {
	.jm-hero-section {
		padding: 0 20px;
	}
	
	.jm-hero-row-content .col.jm-hero-column-parent .col-inner {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center !important;
	}	
	
	.jm-underline-image {
		text-align: center;
	}
	
	.jm-underline-image {
		width: 100% !important;
	}
	
	.jm-underline-image .img-inner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.jm-hero-col-left .jm-first-text-block h1 {
		font-size: 26px;
		text-align: center;
	}

	.jm-hero-col-left .jm-first-text-block h2 {
		font-size: 22px;
		text-align: center;
	}	
	
	.jm-hero-col-left .jm-second-text-block {
		text-align: center;
	}
	
	.jm-hero-col-left .jm-fw-light {
		text-align: center;
	}
	
	.jm-hero-row-content .col .col-inner .row .jm-hero-col-right .col-inner {
		margin-top: -40px
	}

	.jm-hero-col-right .img,
	.jm-hero-col-right .img img {
		width: 100% !important;
		max-width: 100% !important;
		left: 0px;
		top: -20px;
	}
	
	.jm-hero-col-left .jm-hero-cta {
		border-radius: 34px !important;
		font-size: 15px;
		margin: 0 auto 0.5em auto;
	}
	
	.jm-hero-bottom-wave .col .col-inner {
		margin-top: -140px !important;
	}
	
	.jm-hero-bottom-wave .jm-wave-image img {
		height: 170px;
	}
	
	.jm-hero-section-services .jm-hero-row-content .col .col-inner .row .jm-hero-col-right .col-inner {
		margin-bottom: -10px;
	}
	
	.jm-hero-section-services .jm-hero-col-left .jm-last-paragraph p {
		max-width: 100%;
		/*font-size: 0.8rem !important;*/
		font-size: 1rem;
		font-weight: 300 !important;
		margin-bottom: 1em;
		text-align: center;
	}
	
	.jm-hero-section-services .jm-hero-col-right .box-image img {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
	}
}
/*------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/
/* MISC styling */
/*------------------------------------------------------------------------*/
.jm-fit-section .description p {
	font-weight: 300;
	font-size: 14px;
	color: #353535;
    letter-spacing: .5px;	
}

.jm-fit-section .description p strong {
	font-weight: 700;
}

@media screen and (max-width: 850px) {
	
	.jm-fit-section .cta-wrapper {
		text-align: center;
	}
	
	.jm-fit-section .banner-btn-as {
		margin-left: auto;
		margin-right: auto;
	}
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* FOOTER styling */
/*------------------------------------------------------------------------*/
.jm-bottom {
	width: 100%;
}

.jm-bottom-row-wrapper, 
.jm-bottom-row-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.jm-bottom-banner .box-image .overlay {
	display: none;
}

.jm-bottom-banner .box-text {
	padding: 0;
}

.jm-bottom .box-shade.dark .box-text,
.jm-bottom .box-overlay.dark .box-text {
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.jm-bottom-banner .text {
	font-size: 16px;
	letter-spacing: .5px;
}

.jm-bottom-banner h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;	
}

.jm-bottom-banner .text h3,
.jm-bottom-banner .text p {
	margin-bottom: 0.5rem !important;
}

.jm-bottom-banner .social-icons-as {
	text-align: right;
	justify-content: flex-end;
}

.jm-bottom-menu-useful ul.menu {
	margin: 0;
	padding: 0;
}

.jm-bottom-menu-useful ul.menu li {
	border-top: 0;
}

.jm-bottom-menu-useful ul.menu li a {
	/*text-decoration: underline;*/
	text-decoration: none;
	font-size: 16px;
}

.absolute-footer {
	padding-top: 0;
	padding-bottom: 0;
}

.absolute-footer p {
	padding: 0;
	margin: 0;
}

.copyright-footer {
	padding: 2em 0;
}

@media screen and (max-width: 850px) {
	.jm-bottom-row-wrapper {
		background: linear-gradient(to bottom, #4f69b1, #5d78c2);
	}
	
	.jm-bottom-menu-useful h3 {
		color: #FFF;
	}
	
	.jm-bottom-menu-useful ul.menu li {
		text-align: center;
	}		
	
	.jm-bottom-menu-useful ul.menu li a {
		color: #FFF;
	}	
	
	.jm-bottom-social-media-menu .social-icons-as {
		justify-content: space-around !important;
	}
	
	.jm-bottom-col-1,
	.jm-bottom-col-2, 
	.jm-bottom-col-3,
	.jm-bottom-col-4, 
	.jm-bottom-col-5 {
		flex-basis: 100%;
   	 	max-width: 100%;
	}
}

.back-to-top {
	border: 0 !important;
}

.back-to-top:hover {
	background: transparent !important;
}

.back-to-top i.icon-angle-up {
	background: rgba(252, 196, 71, 0.3);
    border-radius: 14px;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #000000;	
	padding: 1em 1.2em;
	font-size: 20px;
}

.back-to-top .icon-angle-up:before {
    font-size: 20px;
	width: 20px;
	height: 20px;
}
/*------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/
/* Goodies Section */
/*------------------------------------------------------------------------*/
.jm-goodies-section {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 800px;
}

.jm-goodies-section::before {
    content: "";
    display: block;
    width: 320px;
    height: 260px;
    position: absolute;
    bottom: -100px;
    left: -120px;
    background: url('https://growthsavvy.io/wp-content/uploads/2022/11/white-blur-left.svg') no-repeat;
    background-size: cover;
    filter: blur(5px);
}

.jm-goodies-section::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url('https://growthsavvy.io/wp-content/uploads/2022/11/right-yellow-buble.svg') no-repeat;
    position: absolute;
    top: -55px;
    right: -60px;
    background-size: contain;
    z-index: -1;
}

.jm-goodies-section-inner {
	/*background: linear-gradient(180deg, #6480CB 0%, #4560A4 100%);*/
	background: var(--Blue-Gradient, linear-gradient(180deg, #6480CB 0%, #4560A4 100%));
    border-radius: 20px;
	overflow: hidden;
}

.jm-goodies-section-inner .col-left h2 {
    color: #ffffff;
    text-align: left;
	font-size: 24px;
    line-height: 1.4;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
	letter-spacing: -0.2px;
	font-weight: 600;
	font-family: "Roboto", sans-serif !important;
}

.jm-goodies-section-inner .col-left h2 span.jm-secondary-title {
	color: #B5C9FF !important;
}

.jm-goodies-section-inner .col-left h3.jm-third-title {
	color: #FFF;
	font-family: 'Roboto';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-top: 12px;
}

.jm-send-it-to-me-cta {
	/*background: linear-gradient(180deg,rgb(249,171,0) 0%,rgb(255,219,141) 100%);*/
	border-radius: 30px !important;
	background: linear-gradient(180deg, #F9AB00 0%, #FFDB8D 100%);
	/*border-radius: 99px;*/
    color: #353535;
	font-size: 20px;
    margin-top: 15px;
    letter-spacing: 0;
	font-weight: 400;
    font-family: "Roboto Condensed", sans-serif !important;
	/*padding: 0.3em 1.2em;*/
	padding: 6px 36px;
	border: 0 !important;
}

.jm-send-it-to-me-cta::after {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
}

.jm-goodies-section .col-inner-goodies:after {
	content: "";
	display: block;
	width: 250px;
	height:155px;
	background-image: url('https://growthsavvy.io/wp-content/themes/jbv/assets/img/content-upgrade-paper-corner.svg');
	background-size: cover;
	position: absolute;
	bottom: -20px;
	right: -12px;
}

.jm-goodies-section .col-inner-goodies {
	padding: 10px 0 10px 0;
}

.jm-goodies-section-inner .col-left .col-inner {
	padding-left: 20px !important;
}

.jm-goodies-section-inner .col-right img {
	max-width: 110%;
}

.jm-goodies-section-inner .col-right .img img {
	width: 105%;
}

@media (max-width: 850px) {
	.jm-goodies-section::after {
		display: none;
	}	
	
	.jm-goodies-section-inner .col-left h2 {
		max-width: 80%;
		color: #ffffff;
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
		margin-right: 0;
		margin-bottom: 15px;
		font-weight: 600;
		font-family: "Roboto", sans-serif !important;
	}	
	
	.jm-send-it-to-me-cta {
		font-size: 16px;
	}
	
	.jm-goodies-section-inner .col-left .col-inner {
		padding-left: 10px !important;
	}
	
	.jm-goodies-section-inner .col-left {
		z-index: +1 !important;
	}		
	
	.jm-goodies-section-inner .col-right {
		position: absolute;
		right: 0;
		bottom: 9px;
	}	
	
	.jm-goodies-section-inner .col-right .col-inner {
		position: relative;
		right: -20px;
	}
	
	.jm-goodies-section-inner .col-right .img .img-inner {
		overflow: auto;
	}
	
	.jm-goodies-section-inner .col-right img {
		max-height: 220px;
		position: relative;
	}

	.jm-goodies-section-inner .col-right .img img {
		width: auto;
	}
	
	.jm-goodies-section .col-inner-goodies {
		padding: 10px 0 0 0;
	}	
	
	.jm-goodies-section .col-inner-goodies:after {
		content: "";
		display: block;
		width: 110px;
		height:177px;
		background-image: url('https://growthsavvy.io/wp-content/themes/jbv/assets/img/content-upgrade-paper-corner-mobile.png');
		background-size: cover;
		position: absolute;
		top: 30px;
		right: -14px;
	}
	
	.jm-send-it-to-me-cta {
		font-size: 16px;
		margin-top: 12px;
		padding: 3px 26px;
	}	
	
	.jm-goodies-section-inner .col-left h3.jm-third-title {
		color: #FFF;
		font-family: 'Roboto';
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		margin-top: 8px;
		letter-spacing: -0.2px;
	}	
}

.jm-content-upgrade-box {
	display: none;
 	position: fixed;
	top: 25%;
	max-width: 500px;
}

.jm-content-upgrade-box-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100%;
	background: linear-gradient(180deg, #6480CB 0%, #4560A4 100%) 0% 0% no-repeat;
	border-radius: 20px;
    z-index: 999;
    width: auto;
    height: auto;
    margin: 0;
    padding: 3rem 0 3rem 1.5rem;	
	display: flex;
	overflow: hidden;
}

.jm-content-upgrade-box a {
    font-size: 15px;
    color: #353535;
    background: linear-gradient(180deg, #F9AB00 0%, #FFDB8D 100%) 0% 0% no-repeat;
    border-radius: 20px;
    padding: 0.7em 1.5em;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif !important;
}

.jm-content-upgrade-box a:hover {
    text-decoration: underline;
}

.jm-content-upgrade-box h4, 
.jm-content-upgrade-box .h4 {
    color: #fff;
    margin-bottom: 20px !important;
    line-height: 1.3;
	font-size: 20px;
}

.jm-content-upgrade-box h4 span.jm-secondary-title {
	color: #B5C9FF !important;
}

.jm-content-upgrade-box h5.jm-third-title {
	color: #FFF;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin: -5px 0 18px 0;
}

.jm-content-upgrade-box .jm-content-upgrade-box-inner:after {
		content: "";
		display: block;
		width: 120px;
		height:174px;
		background-image: url('https://growthsavvy.io/wp-content/themes/jbv/assets/img/content-upgrade-paper-corner-side.png');
		background-size: cover;
		position: absolute;
		top: 30px;
		right: -3px;
}

.jm-content-upgrade-box .jm-col-left {
	padding-left: 30px;
	padding-bottom: 0;
}

.jm-content-upgrade-box .jm-col-right {
	position: relative;
	padding-bottom: 0 !important;
	margin-top: -40px;
	margin-bottom: -50px;
}

.jm-content-upgrade-box .jm-col-right img {
	position: relative;
	top: -50px;
	right: -20px;
}


/* Popup box BEGIN */
.jm-popup-wrapper-parent {
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top: 0;
    width:100%;
    z-index:10000;
}

/*
.jm-popup-wrapper-parent .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
*/

.modal {
    max-width: 100% !important;
    width: auto !important;
   	background:rgba(0,0,0,0) !important;
    padding: 0;
    -webkit-box-shadow: 0 0 0 #000 !important;
    -moz-box-shadow: 0 0 0 #000 !important;
    -o-box-shadow: 0 0 0 #000 !important;
    -ms-box-shadow: 0 0 0 #000!important ;
    box-shadow: 0 0 0 #000 !important;
    text-align: left;
}

.jm-popup-wrapper-parent > div.jm-popup-wrapper {
    background-color: #fff;
    display: inline-block;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 700px;
    border-radius: 10px;
    padding: 40px 80px 10px 80px;
    position: relative;
    overflow: hidden;
    margin: 0 50px;
    margin-top: 10%;	
}

.popupCloseButton {
	position: absolute !important;
    top: 20px !important;
    right: 30px !important;
    transition: all 200ms !important;
    font-size: 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #353535;
    padding: 4px 10px;
    border-radius: 4px ;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.modal a.close-modal {
	position: absolute !important;
    top: 20% !important;
    right: 15% !important;
    transition: all 200ms !important;
    font-size: 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #353535 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
}

.modal a.close-modal::after {
	position: absolute !important;
	content: "X";
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-indent: 0;
	left: 8px;
	top: 0;
	width: 20px;
	height: 20px;
	display: block;
}

.trigger_popup_fricc {
    cursor: pointer;
}

.jm-popup-wrapper {
	position: relative;
}

.jm-popup-content {
	position: relative;
}

.jm-popup-wrapper::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 33px;
    height: 60px;
    display: block;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/bubble-yellow.svg) no-repeat 0;
    transform: rotate(-166deg);
}

.jm-popup-wrapper img#tright {
    top: 35%;
    right: -60px;
	position: absolute;
}

.jm-popup-wrapper img#bright {
    bottom: -70px;
    right: -50px;
    transform: rotate(160deg);
	position: absolute;
}

.jm-popup-wrapper::after {
    content: "";
    position: absolute;
    height: 100px;
    width: 81px;
    left: 0;
    bottom: -11px;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/blue-corner.png) no-repeat 0;
}

.jm-popup-content ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.jm-popup-content.thankyouContainer {
	/*background: #4467b3;
    color: #fff; */
    padding: 30px
}

.jm-popup-content.thankyouContainer:before {
	content: "";
	background:url('https://growthsavvy.io/wp-content/uploads/2022/11/envelope.svg');
	width: 340px;
	height: 140px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.thankyouContainer ._form-thank-you {
    font-size: 28px;
    padding-top: 2em;
	text-align: center;
}

.jm-popup-content .d-flex.justify-content-between {
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	display: flex !important;
	margin: 2em 0;
}

.jm-popup-content .onehalf {
    margin: 1em 0;
    width: 49%;
}

.jm-popup-content .input-wrapper {
    position: relative;
}

.jm-popup-content .input-wrapper.w-100 {
    width: 100% !important;
	margin: 1em 0;
}

.jm-popup-content label {
    font-size: 9px;
    font-weight: bold !important;
    position: absolute;
    left: 16px;
    top: 3px;
    z-index: 3;
    visibility: hidden;
}

.jm-popup-content input {
    color: #9a9a9a;
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
	height: 3.5em;
	border: 1px solid #6480CB;
    border-radius: 10px;
    padding: 1em;
    font-size: 14px;
    font-weight: bold !important;
	margin-bottom: 0;
}

.jm-popup-content input::placeholder {
    color: #000000;
	font-weight: 300 !important;
}

.jm-popup-content .input-wrapper::after {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 1.6em;
    background: #6480cb;
}

.jm-popup-content ._submit {
    max-width: 300px;
    border-radius: 30px;
    background: transparent linear-gradient(100deg, #F9AB00 0%, #FFD372 100%) 0% 0% no-repeat padding-box;
    color: #353535;
    border: none;
	font-size: 14px;
    font-weight: bold !important;
	padding: 0.5em 2em;
	text-transform: capitalize;
}

.jm-popup-content ._submit .fa-arrow-right:before {
    position: relative;
    margin-left: 10px;
}

@media (max-width: 850px) {	
	.jm-content-upgrade-box {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.jm-popup-wrapper-parent > div.jm-popup-wrapper {
		background-color: #fff;
		display: inline-block;
		height: auto;
		min-height: 100px;
		vertical-align: middle;
		width: 100% !important;
		border-radius: 10px;
		padding: 90px 20px 60px 20px;
		position: relative;
		overflow: hidden;
		margin: 0 5%;
		margin-top: 10%;	
	}
	
	.modal a.close-modal {
		top: 10% !important;
		right: 15% !important;
	}	

	.jm-popup-content .onehalf {
		margin: 0.6em 0;
		width: 100%;
	}
}
/* Popup box END */
/*------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/
/* Learn form styling */
/*------------------------------------------------------------------------*/
.jm-learn-form {
	width: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F5FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
    text-align: center;
    padding: 40px 80px;
	margin-top: 50px;
}

.jm-learn-form ._form-title {
	font-size: 20px;
    color: #627ec8;
    font-weight: 700;
	text-align: center;
	letter-spacing: .5px;
}

.jm-learn-form ._form-content p {
    font-size: 16px;
}

.jm-learn-form ._form-content input:not([type="submit"]) {
    margin: 0;
    font-size: 16px;
    font-weight: normal !important;
    width: 100%;
}

.jm-learn-form #_form_11_ input:not([type="checkbox"]), 
.jm-learn-form #_form_11_ textarea {
    border: 1px solid #6480CB;
    border-radius: 10px;
    padding: 1em;
}

.jm-learn-form ._submit {
	margin-top: 30px;
    padding: 0.5em 2em;
    max-width: 300px;
    border-radius: 30px;
    background: transparent linear-gradient(100deg, #F9AB00 0%, #FFD372 100%) 0% 0% no-repeat padding-box;
    color: #353535;
    border: none;
	font-size: 14px;
    font-weight: bold !important;
	text-transform: capitalize;
}

.jm-learn-form ._form_content {
	margin-top: 20px;
}

.jm-learn-form ._form_content p {
	font-size: 16px;
}

.jm-learn-form ._field-text {
	margin-top: 1.5rem !important;
}

.jm-learn-form ._form_content .input-wrapper {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.jm-learn-form ._form_content ._field-wrapper input:not([type="checkbox"])  {
    margin: 0;
    font-size: 16px;
    font-weight: normal !important;
    width: 100%;
	border: 1px solid #6480CB;
    border-radius: 10px;
    padding: 1em;	
	height: 3.5em;
}

.jm-learn-form ._form_content ._error._below {
	position: absolute;
	right: 0;
	bottom: 25%;
	color: #C80000;
}

.jm-learn-form ._error._below ._error-inner {
	color: #C80000;
}

.jm-learn-form .input-wrapper::after, 
.jm-learn-form .input-wrapper::after {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 1.6em;
    background: #6480cb;
}

.jm-learn-form ._form-content label {
    font-size: 9px;
    font-weight: bold !important;
    position: absolute;
    left: 16px;
    top: 3px;
    z-index: 3;
    visibility: hidden;
}

.jm-form-additional-rows {
	display: flex;
	width: 66%;
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
    margin-right: auto;
}

.jm-form-additional-rows .onehalf {
	flex-basis: 48%;
	text-align: left;
}

@media (max-width: 850px) {
	.jm-learn-form {
		padding: 20px;
	}	
}
/*------------------------------------------------------------------------*/




/*------------------------------------------------------------------------*/
.d-none {
	display: none;
}

body a {
	color: #4467b3;
}

.button.icon.circle>i:only-child {
    position: relative;
    top: 1px;
}
/*------------------------------------------------------------------------*/