/* arrow */
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 40px;
	width: 50px;
	margin: 0px 0 0 -20px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: ca3_fade_move_down 1.6s ease-in-out infinite;
	        animation: ca3_fade_move_down 1.6s ease-in-out infinite;
}


/*animated scroll arrow animation*/

@-webkit-keyframes ca3_fade_move_down {
  	/* 0%   { transform:translate(0,-40px); opacity: 0;  } */
  	0%   { -webkit-transform:translate(0,-20px); transform:translate(0,-20px); opacity: 0;  }
  	50%  { opacity: 1;  }
  	100% { -webkit-transform:translate(0,-5px); transform:translate(0,-5px); opacity: 0; }
}

@keyframes ca3_fade_move_down {
  	/* 0%   { transform:translate(0,-40px); opacity: 0;  } */
  	0%   { -webkit-transform:translate(0,-20px); transform:translate(0,-20px); opacity: 0;  }
  	50%  { opacity: 1;  }
  	100% { -webkit-transform:translate(0,-5px); transform:translate(0,-5px); opacity: 0; }
}


/* style */

.nav-banner {
	background-color: #333;
	color: #fff;
	font-size: 16px;
}

.test-content .container {
	width: 2000px;
}

.test-content .container .left {
	padding-top: 0px;
	overflow: hidden;
	width: auto;
    position: absolute;
    z-index: 100;
    height: 100%;
}

.test-content .container .content {
	margin-left: 0px;
	height: 100%;
	color: #fff;
	padding: 50px 50px;
	background-color: transparent;
	z-index: 10;
	/* display: flex;
	flex-direction: column; */
	/* justify-content: center; */
}

.test-content .families-get-started .text-wrapper {
	z-index: 100;
	margin-top: 30px;
}

.bg-blur {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	/* -webkit-filter: blur(10px);
	        filter: blur(10px); */
    background-image: -webkit-linear-gradient(144deg, rgba(0,255,255,0.54) 0%, rgba(2,122,202,0.73) 53%, #03039A 100%);
    background-image: -o-linear-gradient(144deg, rgba(0,255,255,0.54) 0%, rgba(2,122,202,0.73) 53%, #03039A 100%);
    background-image: linear-gradient(-54deg, rgba(0,255,255,0.54) 0%, rgba(2,122,202,0.73) 53%, #03039A 100%);
    z-index: -1;
}

.hero-wrapper-test {
	padding-top: 120px;
}

.hero-wrapper-test .girl {
	width: 100%;
}

.hero-wrapper-test .phone {
	margin: 20px 0px 0px;
	margin-left: 0px;
	width: 270px;
	max-width: 100%;
}

.phone-wrapper {
	width: 330px;
	max-width: 100%;
	text-align: left;
	z-index: 100;
}

.phone-wrapper img {
	z-index: 100;
}

.test-content .families-get-started h1 {
	font-size: 40px;
	margin-bottom: 0px;
}

.test-content .families-get-started .text-wrapper .get-started {
	margin-top: 25px;
	width: 270px;
}

.mobile-info-container .text-wrapper {
	width: 320px;
}

.mobile-phone {
	width: 100%;
}

.families-get-started {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.steps-wrapper {

	/* border-bottom: 1px solid #eee; */
}

.steps-wrapper .container {
	padding: 15px;
	background-image: -webkit-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
	background-image: -o-linear-gradient(41deg, #0000FF 0%, #FF00FF 100%);
	background-image: linear-gradient(49deg, #0000FF 0%, #FF00FF 100%);
	color: #fff;
}

.steps-wrapper h1 {
	margin-top: 60px;
}

.steps-wrapper .get-started {
	margin: 0px auto 60px;
}

.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 830px;
	margin: 0px auto 60px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.steps .num {
	/* padding: 10px; */
	/* border: 1px solid #fff; */
	/* border-radius: 50%; */
	width: 60px;
	height: 60px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px auto 10px;
	/* background: #fff; */
}

.step {
	text-align: center;
	z-index: 100;
}

.line {
    top: 25px;
    left: 20px;
	height: 100px;
	width: 1px;
	border-right: 1px solid #333;
	position: absolute;
	z-index: -1;
}

.easy-steps {
	position: relative;
}

.easy-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}

.easy-steps .num {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px auto 0px;
	margin-right: 15px; 
	background: #fff;
	z-index: 100;
}

.easy-steps span {
	width: 100%;
	position: relative;
}

.easy-steps-wrapper {
	margin: 60px 0px 90px;
}


.easy-steps-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 1100px;
}

.easy-steps-wrapper .container .section {
	width: 33.33333%;
	padding: 30px;
	border-right: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.easy-steps-wrapper .container .section .content {
	width: 300px;
	max-width: 100%;
}

.easy-steps-wrapper .family {
	width: 300px;
	max-width: 100%;
	height: auto;
}


.wrapper-app-card {
	padding: 90px 15px 0px;
}

@media screen and (max-width: 500px) and (orientation : portrait) {
	.wrapper-app-card .container {
		/* padding: 445px 15px 30px 30px !important; */
	}
}
.phone-left p, .phone-right p{
	font-family: "Maison Neue Bold", sans-serif;
}


@media screen and (min-width: 2000px){
	.test-content .container .content {
/* 		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column; */
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
/* 		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center */;
	}	

	/* .test-content .container .left { 
		width: 33%;
	} */
}

@media screen and (max-width: 1360px){
	.families-section2-steps {
		max-width: 80%;
	}		

	.hero-wrapper-test .phone {
		/* display: none; */
		/* width: 200px; */
		width: 60%;
	}

	.test-content .families-get-started .text-wrapper {
		margin-top: 0px;
	}
}

@media screen and (min-width: 1360px){

	.test-content .container .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}	


	.test-content .container .left { 
		width: 33%;
	}
}

@media screen and (max-width: 1250px) {
  .wrapper-app-card .phone-right, .wrapper-app-card .phone-left {
    display: block;
  }

  .people {
  	width: 530px;
  }
}


@media screen and (max-width: 1200px){
	/* .hero-wrapper-test .phone {
		width: 150px;
	} */

	.test-content .families-get-started h1 {
		font-size: 28px;
	}

	.test-content .families-get-started ul {
		font-size: 16px;
	}
}

@media screen and (max-width: 1150px){
	/* .hero-wrapper-test .phone {
		display: none;
	} */
}

@media screen and (max-width: 1060px){
	/* .test-content .families-get-started h1 {
		font-size: 28px;
	}

	.test-content .families-get-started ul {
		font-size: 16px;
	} */

	/* .phone {
		display: none;
	} */

	/* 	.families-section2-steps {
		max-width: 60%;
	} */

	/* .test-content .families-get-started .text-wrapper {
		margin-top: 15px;
	} */

}

@media screen and (max-width: 980px){

	.bg-blur { 
		display: none;
	}

	.test-content .container .left {
		position: relative !important;
		height: auto;
		overflow: visible;
	}

	.test-content .container .content { 
		color: #333;
		padding: 15px;
	}

	.test-content .families-get-started .text-wrapper {
		text-align: left;
		width: 320px;
		max-width: 100%;
	}

	.test-content .families-get-started h1 {
		margin-top: 15px;
		font-size: 28px;
	}

	.test-content .families-get-started .text-wrapper .get-started {
		margin: 15px 0px 0px;
	}

	.mobile-info-container {
		border: none;
		padding: 0px 15px
	}

	.hero-wrapper-test {
		padding-top: 100px;
	}

	.hero-wrapper-test .girl {
		height: auto;
	}

	.mobile-info-container p {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.mobile-info-container ul {
		margin-top: 0px;
	}

	.press-logo {
		max-width: 100%;
	}

	.quote-bubble img {
		opacity: 1;
	}

	.families-section2-steps {
		max-width: 100%;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}

	.wrapper-app-card .phone-right, .wrapper-app-card .phone-left {
	    display: block;
	}

	.people {
		display: none;
	}

	 .phone-left p, .phone-right p {
	  	font-family: "Maison Neue Medium", sans-serif !important;
	  }

	.wrapper-app-card .mobile-app-card-description {
		display: none;
	}

	.phone-left {
		margin-right: 50px;
	}

	.ca3-scroll-down-link {
		display: none;
	}

	.steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.step {
		width: 300px;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.step .num {
		margin: 0px;
		margin-right: 15px;
	}

	.step span {
		width: 100%;
	}

	.easy-steps-wrapper .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-left: 1px solid transparent;
		border-bottom: 1px solid transparent;
	}

	.easy-steps-wrapper .container .section {
		width: 100%;
		max-width: 330px;
		padding: 30px;
		border-right: 1px solid transparent;
	}

	#family-section-image {
		max-width: 600px;
		margin-top: 60px;
	}

	#family-section-image img {
		width: 100%;
	}



}

@media screen and (max-width: 500px){
	.wrapper-app-card .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.phone-left {
		margin-right: 0px;
		margin-bottom: 30px;
	}
}



@media screen and (max-width: 434px){
	.hero-wrapper-test {
		padding-top: 125px;
	}
}
