/*   
Theme Name: Greenbean
Theme URI: http://www.blank.com
Author: El Blanko
Author URI: http://www.blank.com
Version: 1.00
*/


@font-face {
    font-family: 'Diodrum';
    src: url('fonts/diodrum-regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Diodrum';
    src: url('fonts/diodrum-light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Diodrum';
    src: url('fonts/diodrum-medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Diodrum';
    src: url('fonts/diodrum-semi.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Diodrum';
    src: url('fonts/diodrum-bold.ttf');
    font-weight: 700;
    font-style: normal;
}


html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size:18px;
	line-height:1.4;
	color: #000;
}
@media only screen and (max-width : 750px) {
	html {
		font-size:16px;
	}
}

.szd img,
.szd svg {
	width:100%;
	height:auto;
}

a {
	color:#3A5CFF;
	transition:all .3s;
}
a:hover {
	color:#6E06C1;
}

body {
    padding: 0;
    margin: 0;
	color:#000;
	font-family: 'Diodrum', sans-serif;
	font-weight:400;
}

header {
	position:relative;
	width:100%;
	background-color:#170D67;
}
header .logo {
	position:relative;
	width:220px;
	height:auto;
	padding:15px 50px;
}
@media(max-width: 750px) {
	header .logo {
		width:170px;
		padding:15px 15px;
	}
}
header .buttons {
	position:absolute;
	top:35px;
	right:35px;
}
header .buttons.mobile {
	display:none;
}
@media(max-width: 950px) {
	header .buttons.desktop {
		display:none;
	}
	header .buttons.mobile {
		display:block;
		position:relative;
		top:auto;
		right:auto;
		margin: 20px 40px 40px;
	}
}
header .buttons .contact {
	background-color: #170d67;
	border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 20px 10px 20px;
    border-radius: 6px;
	text-transform:capitalize;
	text-decoration: none;
}
header .buttons.mobile .contact {
	display:block;
	text-align: center;
}
header .buttons .contact:hover {
	background-color: #2e2292;
	text-decoration: none;
}

header .buttons .signup {
	background-color: #395cff;
	border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 20px 10px 20px;
	margin:0 0 15px 0;
    border-radius: 6px;
	text-transform:capitalize;
	transition:all .3s;
	text-decoration: none;
}
header .buttons.mobile .signup {
	display:block;
	text-align: center;
}
header .buttons .signup:hover {
	background-color: #3e80ff;
	text-decoration: none;
}


header .navbar {
	position:relative;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #e7e7e7;
}
header .navbar .nav {
	position:relative;
	margin:0;
}
@media(max-width: 950px) {
	header .navbar .nav {
		 position:absolute;
		display:none;
		 top:0;
		 max-height: calc(100vh - 90px);
    	 overflow: scroll;
		 left:auto;
		 right:0;
		 width:100%;
		 z-index:1000;
		 background-color:#fff;
		border-bottom:2px solid #e7e7e7;
	}
}
header .navbar .nav ul {
	position:relative;
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}
@media(max-width: 950px) {
	header .navbar .nav ul {
		margin:20px 40px;
		text-align: left;
	}
}
header .navbar .nav ul li {
	position:relative;
	display:inline-block;
}
@media(max-width: 950px) {
	header .navbar .nav ul li {
		position:relative;
		display:block;

	}
}
header .navbar .nav ul li a {
	display:block;
	color: #170d67;
	font-size:22px;
	font-weight:500;
	text-decoration: none;
	padding:10px 15px 5px;
	border-bottom: 5px solid #fff;
	transition:all .3s;
}
@media(max-width: 950px) {
	header .navbar .nav ul li a {
		font-size:22px;
		padding:10px 0;
		border-bottom: none;
	}
}
header .navbar .nav ul li a:hover {
	border-bottom: 5px solid #3a5cff;
}
header .navbar .nav ul li.current-menu-item a {
	border-bottom: 5px solid #3a5cff;
}
@media(max-width: 950px) {
	header .navbar .nav ul li a:hover {
		color:#3a5cff;
		border-bottom: none;
	}
	header .navbar .nav ul li.current-menu-item a {
		color:#3a5cff;
		border-bottom: none;
	}
}

#hamburger {
	display:none;
}
@media(max-width: 950px) {
	 #hamburger {
		 display: block;
		 position:absolute;
		 top:25px;
		 right:15px;
		 width:40px;
		 height:40px;
		 transition:all .4s;
	}
	
	.shrink  #hamburger {
		 top:15px;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:8px;
	fill:#fff;
	transition:all .4s;
}
#hamburger.on .bar {
	fill:#fff;
}
#hamburger:hover .bar {
	fill:#395cff;
}
#hamburger.on:hover .bar {
	fill:#395cff;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:14px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
}
#hamburger #bar3 {
	top:14px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
}
#hamburger #bar4 {
	top:27px;
}
#hamburger.on #bar4 {
	opacity:0;
}



/* ------------------------------  global   ------------------------------------------- */

main {
	margin:0 auto;
	padding: 0 50px;
}
@media only screen and (max-width : 750px) {
	main {
		margin:0;
		padding: 0 25px;
	}
}
main > .wpb-content-wrapper {
	max-width: 1200px;
	margin:0 auto;
}

h1 {
	font-size:46px;
	line-height:1.1;
    color: #6E06C1;
	font-weight: 400;
}
@media only screen and (max-width : 750px) {
	h1 {
		font-size:38px;
	}	
}
h2 {
	font-size:36px;
	line-height:1.1;
    color: #6E06C1;
	font-weight: 400;
}
@media only screen and (max-width : 750px) {
	h2 {
		font-size:30px;
	}	
}
h3 {
	font-size:28px;
	line-height:1.1;
    color: #6E06C1;
	font-weight: 400;
}
@media only screen and (max-width : 750px) {
	h3 {
		font-size:23px;
	}	
}


.btn-blue button,
.btn-blue a {
	background-color: #395cff!important;
	border: 2px solid #395cff!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 18px!important;
    margin:0 5px 0 0; 
	padding: 10px 45px 10px 20px!important;
    border-radius: 6px!important;
	text-transform:capitalize!important;
	background-image:url(images/ButtonArrowWhite.svg)!important;
	background-size: 30px!important;
	background-position: right 5px center!important;
	background-repeat:no-repeat!important;
}
.btn-blue button:hover,
.btn-blue a:hover {
	background-color: #3e80ff!important;
}

.btn-clear button,
.btn-clear a {
    background-color: transparent!important;
    border: 2px solid #262162!important;
    color: #170d67!important;
    font-weight: 600!important;
    font-size: 18px!important;
    margin:0 5px 0 0; 
	padding: 10px 45px 10px 20px!important;
    border-radius: 6px!important;
	text-transform:capitalize!important;
	background-image:url(images/ButtonArrowBlue.svg)!important;
	background-size: 30px!important;
	background-position: right 5px center!important;
	background-repeat:no-repeat!important;
}
.btn-clear button:hover,
.btn-clear a:hover {
	background-color: #e7e7e7!important;
}

.btn-orange button,
.btn-orange a {
	background-color: #ff8300!important;
	border: 2px solid #ff8300!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 18px!important;
    margin:0 5px 0 0; 
	padding: 10px 45px 10px 20px!important;
    border-radius: 6px!important;
	text-transform:capitalize!important;
	background-image:url(images/ButtonArrowWhite.svg)!important;
	background-size: 30px!important;
	background-position: right 5px center!important;
	background-repeat:no-repeat!important;
}
.btn-orange button:hover,
.btn-orange a:hover {
	background-color: #ffac54!important;
}
.btn-green button,
.btn-green a {
	background-color: #00e3a4!important;
	border: 2px solid #00e3a4!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 18px!important;
    margin:0 5px 0 0; 
	padding: 10px 45px 10px 20px!important;
    border-radius: 6px!important;
	text-transform:capitalize!important;
	background-image:url(images/ButtonArrowWhite.svg)!important;
	background-size: 30px!important;
	background-position: right 5px center!important;
	background-repeat:no-repeat!important;
}
.btn-green button:hover,
.btn-green a:hover {
	background-color: #2ff4be!important;
}

/* ------------------------------  home page   ------------------------------------------- */


#hp-hero {
	padding:80px 0;
	background: linear-gradient(225deg,#170d67 57.65%,#6e06c1 93.62%);
	background-color:#170d67;
	background-position: right center !important;
	background-size: contain !important;
}
#hp-hero > .wpb_column > .vc_column-inner {
  	padding: 0 25px;
}
@media only screen and (max-width : 750px) {
	#hp-hero > .wpb_column > .vc_column-inner {
		padding: 0 25px;
	}	
}

@media only screen and (max-width : 550px) {
	#hp-hero > .wpb_column > .vc_column-inner {
		padding: 0 10px;
	}	
}


#hp-hero .wpb_content_element {
	margin-bottom: 15px;
}
.hp-hero-text-1 p {
	font-size:50px;
	color: #fff;
  	margin: 0 0 25px !important;
	line-height:.75;
}
.hp-hero-text-2 p {
	font-size:60px;
	color: #fff;
   	margin: 0;
	line-height:1;
}
#hp-hero-img-1 {
	display:inline-block;
}
#hp-hero-img-1 img {
	width:539px;
	height:164px;
}

@media only screen and (max-width : 1150px) {
	#hp-hero {
		padding:50px 0;
	}
	#hp-hero .wpb_content_element {
		margin-bottom: 12px;
	}
	.hp-hero-text-1 p {
		font-size:45px;

	}
	.hp-hero-text-2 p {
		font-size:50px;

	}
	#hp-hero-img-1 img {
			width:431px;
			height:132px;
	}
	
}
@media only screen and (max-width : 750px) {
	#hp-hero {
		padding:30px 0;
	}
	#hp-hero .wpb_content_element {
		margin-bottom: 9px;
	}
	.hp-hero-text-1 p {
		font-size:35px;

	}
	.hp-hero-text-2 p {
		font-size:40px;

	}
	#hp-hero-img-1 img {
			width:346px;
			height:106px;
	}

}

@media only screen and (max-width : 550px) {
	#hp-hero {
		padding:35px 0 80vw 0;
		text-align:center;
		background-image:url(/wp-content/uploads/2025/11/Home-Page-Hero-1.png) !important;
		background-position: center bottom -145px !important;
		background-size: 115% auto !important;
	}
	#hp-hero .wpb_content_element {
		margin-bottom: 5px;
	}
	.hp-hero-text-1 p {
		font-size:30px;
		margin: 0 0 15px !important;

	}
	.hp-hero-text-2 p {
		font-size:35px;

	}
	#hp-hero-img-1 img {
			width:235px;
			height:76px;
	}

}

#hp-row-1 {
	margin:0;
	padding:50px 0 0 0;
}
#hp-row-1 .vc_row.vc_row-flex {
	align-items: flex-start;
}


#hp-row-1-img .wpb_single_image .wpb_wrapper.vc_figure {
	border-radius:20px;
	width:100%;
}


#hp-row-1-img .wpb_single_image .vc_single_image-wrapper {
	border-radius:20px;
	width:100%;
}
#hp-row-1-img .wpb_single_image .vc_single_image-wrapper img {
	border-radius:20px;
	width:100%;
}

#hp-row-1 .title-wrapper .title {
  font-size:40px;
	font-weight:600;
	line-height:1.1;
	color:#00395d;
}
#hp-row-1 .title-after_title {
    font-size: 24px;
		line-height:1.2;
    color:#00395d;
    font-family: 'Diodrum-regular';
}


#hp-row-2 {
	position:relative;
	z-index:20;
	padding:50px 0;
}
@media only screen and (max-width : 750px) {
	#hp-row-2 {
		padding:25px 0;
	}
}
#hp-row-2-heading {
	text-align:center;
}
#hp-row-2-boxes {
	font-weight:400;
	margin:0;
}
#hp-row-2-boxes h3 {
	color: #453b80;
	font-weight:600;
	margin:0 0 10px;
}

#hp-row-2-boxes .wpb_single_image {
	margin-bottom:15px;
}
#hp-row-2-boxes .wpb_single_image img {
	width:125px;
}
@media only screen and (max-width : 750px) {
	#hp-row-2-boxes .wpb_single_image img {
		width:85px;
	}
}
#hp-row-2-box-1 {
	padding:0 10px 10px;
}
#hp-row-2-box-1 > .vc_column-inner {	
	border: #FF8300 5px solid;
	border-radius:20px;
	background-color: #fff2e5;
	padding: 20px 50px 10px 50px;
	font-size: 20px;
  	color: #453b80;
  	line-height: 1.2;
}
@media only screen and (max-width : 750px) {
	#hp-row-2-box-1 > .vc_column-inner {	
		padding: 20px 25px 10px 25px;
		font-size: 20px;
	}
}
#hp-row-2-box-2 {
	padding:0 10px 10px;
}
#hp-row-2-box-2 > .vc_column-inner {	
	border: #00E3A4 5px solid;
	border-radius:20px;
	background-color: #e5fcf6;
	padding: 20px 50px 10px 50px;
	font-size: 20px;
  	color: #453b80;
  	line-height: 1.2;
}
@media only screen and (max-width : 750px) {
	#hp-row-2-box-2 > .vc_column-inner {	
		padding: 20px 25px 10px 25px;
		font-size: 20px;
	}
}


#hp-purple-bg {
	margin-top:-300px;
	padding-top:100px;
	background: #470999;
    background: linear-gradient(225deg,#170d67 57.65%,#6e06c1 93.62%);
	z-index:5;
}

#hp-row-3 {
	max-width:1150px;
	margin:0 auto;
	padding:50px 25px;
	color:#fff;
}

#hp-row-3 h2 {
    color: #fff;
}


#hp-row-4 {
	max-width:1150px;
	margin:30px auto 0;
	background: linear-gradient(219deg, #3a5dff 70%, #01e0a7 100%);
    padding: 40px 50px 40px !important;
    border-radius: 20px !important;
	color:#fff;
	font-size: 20px;
}
@media only screen and (max-width : 1200px) {
	#hp-row-4 {
		margin:30px 10px 0;
		padding: 40px 25px 20px !important;
	}
}
#hp-row-4 h2 {
    color: #fff;
	margin-top:0;
}
#hp-row-4  .wpb_single_image .vc_figure {
	width: 100%;
}
#hp-row-4 .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
	text-align:right;
}
@media only screen and (max-width : 768px) {
	#hp-row-4 .wpb_single_image .vc_single_image-wrapper {
		text-align:center;
	}
}


#image-44 img.vc_single_image-img {
    margin-top: -165px;
		margin-bottom: -150px;
	  width:460px;
}
@media only screen and (max-width : 768px) {
	#image-44 img.vc_single_image-img {
		margin-top: -40px;
		margin-bottom: -75px;
		width:350px;
	}
}

#hp-footnote {
	color:#fff;
	font-weight:500;
	padding:0 50px;
}
@media only screen and (max-width : 768px) {
	#hp-footnote {
		padding:0 25px;
	}
}


/* ------------------------------  about page   ------------------------------------------- */

#atp-banner .vc_column-inner {
	margin:0 auto;
	padding:250px 15px 50px;
	color:#fff;
}
@media only screen and (max-width : 750px) {
	#atp-banner .vc_column-inner {
		margin:0;
		padding:170px 15px 30px;
	}
}
#atp-banner .vc_column-inner h1 {
	color:#fff;
	font-weight:600;
}

#atp-01 {
	margin:0 auto;
	padding:50px 0;
}
#atp-01 h3 {
	font-weight:500;
	color:#170D67;
}

#atp-01 .vc_single_image-wrapper {
	border-radius:20px;
	overflow: hidden;
}


#atp-row-2 {
	background: #470999;
    background: linear-gradient(38deg, #470999 0%, #170d67 30%);
}
#atp-row-2-heading {
	text-align:center;
	margin:0;
	padding:50px 0 0;
	color:#fff;
}
#atp-row-2-heading h2 {
	color:#fff;
	margin-bottom:0;
}
#atp-row-2-boxes {
	font-weight:400;
	margin:0;
	padding: 25px 0;
}
#atp-row-2-boxes h3 {
	color: #453b80;
	font-weight:600;
	margin:0 0 10px;
}

#atp-row-2-boxes .wpb_single_image {
	margin-bottom:15px;
}
#atp-row-2-boxes .wpb_single_image img {
	width:125px;
}

#atp-row-2-box-1 {
	padding:0 10px 10px;
}
#atp-row-2-box-1 > .vc_column-inner {	
	border: #FF8300 5px solid;
	border-radius:20px;
	background-color: #fff2e5;
	padding: 20px 50px 10px 50px;
	font-size: 20px;
  	color: #453b80;
  	line-height: 1.2;
}
@media only screen and (max-width : 750px) {
	#atp-row-2-box-1 > .vc_column-inner {	
		padding: 20px 25px 10px 25px;
		font-size: 18px;
	}
}
#atp-row-2-box-2 {
	padding:0 10px 10px;
}
#atp-row-2-box-2 > .vc_column-inner {	
	border: #00E3A4 5px solid;
	border-radius:20px;
	background-color: #e5fcf6;
	padding: 20px 50px 10px 50px;
	font-size: 20px;
  	color: #453b80;
  	line-height: 1.2;
}
@media only screen and (max-width : 750px) {
	#atp-row-2-box-2 > .vc_column-inner {	
		padding: 20px 25px 10px 25px;
		font-size: 18px;
	}
}
#atp-row-2-text {
	text-align:center;
	margin:0;
	padding:25px 50px 75px;
	color:#fff;
	font-size:20px;
}
@media only screen and (max-width : 750px) {
	#atp-row-2-text {
		padding:0 25px 25px;
		font-size:18px;
	}
}
#atp-03 {
	margin:0;
	padding:50px 100px;
}
@media only screen and (max-width : 1250px) {
	#atp-03 {
		margin:0;
		padding:50px 50px;
	}
}
@media only screen and (max-width : 750px) {
	#atp-03 {
		margin:0;
		padding:50px 0;
	}
}
#atp-03 h2 {
	text-align:center;
	color:#170D67;
}

#atp-03-program .vc_toggle_title {
	padding:17px 0;
	margin-bottom:0;
}
#atp-03-program .vc_toggle_icon {
	display:none;
}
#atp-03-program .vc_toggle_title h3 {
	font-weight:600;
	color:#252060;
	font-size:22px;
	margin:0;
	transition:all .3s;
}
#atp-03-program .vc_toggle_title:hover h3 {
	color: #6E06C1;
}


#atp-03-program .vc_toggle_content {
	margin:0;
	padding:0;
}

#atp-03-program #program-dd-1 {
	background-image:url(/wp-content/uploads/2025/08/peep-icon-1.png);
	background-size:60px auto;
	background-position:left top 25px;
	background-repeat: no-repeat;
	padding:20px 20px 20px 80px;
	margin-bottom:0;
	border-bottom:1px solid #e7e7e7;
}

#atp-03-program #program-dd-2 {
	background-image:url(/wp-content/uploads/2025/08/bolt-icon.png);
	background-size:60px auto;
	background-position:left top 25px;
	background-repeat: no-repeat;
	padding:20px 20px 20px 80px;
	margin-bottom:0;
	border-bottom:1px solid #e7e7e7;
}

#atp-03-program #program-dd-3 {
	background-image:url(/wp-content/uploads/2025/08/house-icon.png);
	background-size:60px auto;
	background-position:left top 25px;
	background-repeat: no-repeat;
	padding:20px 20px 20px 80px;
	margin-bottom:0;
	border-bottom:1px solid #e7e7e7;
}

#atp-03-program #program-dd-4 {
	background-image:url(/wp-content/uploads/2025/08/hand-icon.png);
	background-size:60px auto;
	background-position:left top 25px;
	background-repeat: no-repeat;
	padding:20px 20px 20px 80px;
	margin-bottom:0;
}



#atp-04 {
	margin:0 50px 75px;
	padding:50px 50px 25px;
	background-color: #efefef;
	border-radius:20px;
}
@media only screen and (max-width : 750px) {
	#atp-04 {
		margin:0 0 50px;
		padding:25px 25px 10px;
	}
}
#atp-04 h2 {
	text-align:center;
	margin-top:0;
	color:#170D67;
}
#atp-04-faq .vc_do_toggle {
	margin:0;
	border-bottom:1px solid #ccc;
}

#atp-04-faq .vc_toggle_title {
	padding:20px 0 20px 25px;;
	margin-bottom:0;
	
}
#atp-04-faq .vc_toggle_title h3 {
	font-weight:600;
	color:#252060;
	font-size:22px;
	margin:0;
	transition:all .3s;
}
#atp-04-faq .vc_toggle_title:hover h3 {
	color: #6E06C1;
}
#atp-04-faq .vc_toggle_content {
	margin:0;
}


/* ------------------------------  savers page   ------------------------------------------- */

#sv-banner {
	background-color: #fff2e5;
	padding:75px 50px 40px;
	font-size:20px;
}
#sv-banner h2 {
	color: #170D67;
	margin:10px 0;
}
#sv-banner strong {
	color: #170D67;
	font-weight:600;
}
#sv-banner-icon {
	margin:0;
}
#sv-banner-icon img {
	width:80px;
}
#sv-banner-img {
	border-radius:20px;
	overflow:hidden;
}

#sv-row-01 {
	background: #470999;
    background: linear-gradient(225deg,#170d67 57.65%,#6e06c1 93.62%);
	padding:75px 50px 50px;
}
#sv-01-heading h3 {
	color:#fff;
	text-align: center;
}
#sv-01-boxes {
	color:#fff;
	padding:0;
}

#sv-01-boxes .wpb_single_image {
	width:70px;
	margin:0;
}
#sv-01-boxes .vc_column-inner {
	margin:0 10px 10px;
	border-radius:20px;
	padding:40px 40px 10px;
	background-color:#FFFFFF29;
	font-size:20px;
}
@media only screen and (max-width : 750px) {
	#sv-01-boxes .vc_column-inner {
		padding:30px 20px 10px;
		font-size:18px;
	}
}
#sv-01-text {
	color:#fff;
	text-align:center;
	font-size:20px;
	padding:25px 50px;
}
@media only screen and (max-width : 750px) {
	#sv-01-text {
		font-size:18px;
		padding:25px 25px;
	}
}

#sv-row-02 {
	padding:50px 0;
}
#sv-02-heading h2 {
	text-align: center;
}
#sv-02-steps p {
	margin:12px 0;
}
#sv-02-steps  {
	padding: 0 15px;
}
#sv-02-steps .box-1 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-1-orange.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#sv-02-steps .box-2 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-2-orange.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#sv-02-steps .box-3 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-3-orange.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#sv-02-steps .box-4 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-4-orange.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#sv-02-steps .box-5 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-5-orange.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}

#sv-02-boxes {
 margin: 50px 0 0 0;
}
#sv-02-boxes .vc_column-inner {
	margin:0 10px 10px;
	border-radius:20px;
	padding:10px 40px 0;
	background-color: #fff2e5;
}
#sv-02-boxes .vc_column-inner strong {
	color: #170D67;
	font-weight:600;
}
#sv-02-boxes .vc_column-inner h3 {
	font-size:20px;
	color: #170D67;
	font-weight:600;
	margin:25px 0 10px;
}



/* ------------------------------  super savers page   ------------------------------------------- */

#ss-banner {
	background-color: #e5fcf6;
	padding:75px 50px 40px;
	font-size:20px;
}
#ss-banner h2 {
	color: #170D67;
	margin:10px 0;
}
#ss-banner strong {
	color: #170D67;
	font-weight:600;
}
#ss-banner-icon {
	margin:0;
}
#ss-banner-icon img {
	width:80px;
}
#ss-banner-img {
	border-radius:20px;
	overflow:hidden;
}

#ss-row-01 {
	background: #470999;
    background: linear-gradient(225deg,#170d67 57.65%,#6e06c1 93.62%);
	padding:75px 50px 50px;
}
#ss-01-heading h3 {
	color:#fff;
	text-align: center;
}
#ss-01-boxes {
	color:#fff;
	padding: 0;
}

#ss-01-boxes .wpb_single_image {
	width:70px;
	margin:0;
}
#ss-01-boxes .vc_column-inner {
	margin:0 10px 10px;
	border-radius:20px;
	padding:40px 40px 10px;
	background-color:#FFFFFF29;
	font-size:20px;
}
@media only screen and (max-width : 750px) {
	#ss-01-boxes .vc_column-inner {
		padding:30px 20px 10px;
		font-size:18px;
	}
}
#ss-01-text {
	color:#fff;
	text-align:center;
	font-size:20px;
	padding:25px 50px;
}
@media only screen and (max-width : 750px) {
	#ss-01-text {
		font-size:18px;
		padding:25px 25px;
	}
}

#ss-row-02 {
	padding:50px 0;
}
#ss-02-heading h2 {
	text-align: center;
}
#ss-02-steps p {
	margin:12px 0;
}
#ss-02-steps {
	padding: 0 15px;
}
#ss-02-steps .box-1 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-1-green.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#ss-02-steps .box-2 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-2-green.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#ss-02-steps .box-3 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-3-green.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#ss-02-steps .box-4 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-4-green.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}
#ss-02-steps .box-5 {
	border:1px solid #ccc;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 80px;
	background-image:url(/wp-content/uploads/2025/08/steps-5-green.png);
	background-size:50px auto;
	background-position:left 15px center;
	background-repeat: no-repeat;
}

#ss-02-boxes {
 margin: 50px 0 0 0;
}
#ss-02-boxes .vc_column-inner {
	margin:0 10px 10px;
	border-radius:20px;
	padding:10px 40px 0;
	background-color: #e5fcf6;
}
#ss-02-boxes .vc_column-inner strong {
	color: #170D67;
	font-weight:600;
}
#ss-02-boxes .vc_column-inner h3 {
	font-size:22px;
	color: #170D67;
	font-weight:600;
	margin:25px 0 10px;
}


/* ------------------------------  compatible devices page   ------------------------------------------- */
#dev-heading {
	padding:25px 20px;
}
@media only screen and (max-width : 750px) {
	#dev-heading {
		padding:25px 10px;
	}
}
#dev-boxes {
	color:#fff;
	padding: 0;
}

#dev-boxes h3 {
	color:#170D67;
	font-weight:600;
}
#dev-boxes h3 strong {
	color:#6E06C1;
	font-weight:600;
}


#dev-boxes .gray-box > .vc_column-inner {
	border-radius:20px;
	padding:30px 40px 30px;
	background: #e6e7e8;
}
#dev-boxes .wpb_single_image {
	margin:0;
}
#dev-text {
	text-align:center;
	padding:25px 50px;
}

/* ------------------------------  contact us page   ------------------------------------------- */


#cu-row-1 {
	margin:0;
	padding:75px 0;
}
@media only screen and (max-width : 750px) {
	#cu-row-1 {
		margin:0;
		padding:50px 0;
	}
}
#cu-row-1 #cu-intro {
	margin:0;
    padding:0 20px;
}
@media only screen and (max-width : 750px) {
	#cu-row-1 #cu-intro {
		margin:0;
		padding:0 10px;
	}
}
#cu-row-1 h1 {
	margin-top:0;
}
#cu-boxes strong {
    color: #6E06C1;
	font-weight:600;
}
#cu-box-1 {
	padding: 0 10px 10px;
}
#cu-box-1 > .vc_column-inner {
	background: #f2f2f2;
  	padding: 30px 40px;
  	border-radius: 10px;
}

#cu-box-2 {
	padding: 0 10px 10px;
}
#cu-box-2 > .vc_column-inner {
	background: #f2f2f2;
  	padding: 30px 40px;
  	border-radius: 10px;
}
#cu-box-3 {
	padding: 0 10px 10px;
}
#cu-box-3 > .vc_column-inner {
	background: #f2f2f2;
  	padding: 30px 40px;
  	border-radius: 10px;
}


/* ------------------------------  videos page   ------------------------------------------- */

#vids-01 #heading {
	padding:25px 20px 0;
}
@media only screen and (max-width : 750px) {
	#vids-01 #heading {
		padding:25px 10px;
	}
}
#vids-01 .videos h2 {
	font-size:18px;
	font-weight:500;
	color:#000;
}
#vids-01 .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	border-radius: 20px;
	overflow: hidden;
}




/* ----------------------   sign up form   ------------- */
#gf-signup-form {
	max-width: 1000px;
	border: 1px solid #333;
	border-radius: 20px;
	margin:50px auto;
	padding: 50px;
}
@media only screen and (max-width : 750px) {
	#gf-signup-form {
		margin:20px auto;
		padding: 10px;
	}
}
#gf-signup-form h2 {
    font-size: 40px;
	line-height:1.1;
    font-weight: 500;
	font-family: 'Diodrum';
}
@media only screen and (max-width : 750px) {
	#gf-signup-form h2 {
			font-size: 28px;
	}
}
.gform_heading {
	display:none;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 24px;
	font-weight: 500;
	color:#333;
}
@media only screen and (max-width : 750px) {
	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 20px;
	}
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 21px;
	color:#333;
	font-weight: 500;
	font-family: 'Diodrum';
}
@media only screen and (max-width : 750px) {
	.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 18px;
	}
}
.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 7px;
	vertical-align: top;
}


.gform-footer input[type="submit"] {
	background-color: #395cff!important;
	border: 2px solid #395cff!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 18px!important;
    margin:0 5px 0 0; 
	padding: 10px 45px 10px 20px!important;
    border-radius: 6px!important;
	text-transform:capitalize!important;
	background-image:url(images/ButtonArrowWhite.svg)!important;
	background-size: 30px!important;
	background-position: right 5px center!important;
	background-repeat:no-repeat!important;
}

.gform-footer input[type="submit"]:hover {
	background-color: #3e80ff!important;
}



















/* ------------ DEFAULT ---------------- */

#default {
	margin:0;
	padding:25px 0 0;
	min-height:400px;
}

#default ol li,
#default ul li {
	padding:0 0 10px 0;
}


/* ------------ FOOTER ---------------- */

.prefooter {
	border-top:15px solid #fff;
	width:100%;
	background: #e6e7e8;
	color:#fff;
}

.prefooter-in {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:16px 50px 12px;
	text-align: right;
}
.prefooter-in .social {
	display:inline-block;
	margin:0 70px 0 0;
}

.prefooter-in .social svg {
	width:auto;
	height:16px;
	fill:#999;
	margin:0  0 0 25px;
	transition:all .3s;
}
.prefooter-in .social svg:hover {
	width:auto;
	fill:#252060;
}

.prefooter-in .bubble {
	position:absolute;
	right:0;
	top:-13px;
	width:80px;
}


.footer {
	width:100%;
	background: #252060;
	color:#fff;
}

.footer-in {
	max-width:1200px;
	margin:0 auto;
	padding:25px 50px;
}
.footer .copyright {
	display:inline-block;
	font-size:15px;
	font-weight:500;
	margin:0 25px 0 0;
	
}
.footer .links {
	display:inline-block;
	font-size:15px;
	font-weight:500;
	margin:0 25px 0 0;
}
.footer .links a {
	color:#fff;
	text-decoration:none;
}

#return-to-top {
	position: fixed;
	bottom: 0;
	right: 50%;
	margin:0 -44px 0 0;
	width: 88px;
	height: 32px;
	display: block;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:800;
}
