body{font-family: 'Raleway', sans-serif;font-weight:400; overflow-x: hidden;font-size:12px;}
h1,h2,h3,h4,h5,h6{color:#051d74;font-weight:600;font-family: Poppins,sans-serif;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
h2{
	font-size: 2.5rem
}
.hidden { visibility:hidden }
/* Bootstrap Overrides  */
.bg-primary{
	background: #182D66 !important;
}
.message { padding:10px; margin:15px 0; display:block; text-align:left }
.message-title { font-weight:bold; font-size:1.25em }
.message-body { margin-top:4px }
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }
.rc-anchor-alert {
	display: none !important;
}
.ico-sm svg{
	width: 16px !important;
	height: 16px !important;
	vertical-alignment: bottom;
}

.btn{ 
	border-radius: 2px; 
	text-transform: uppercase;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.19);
	font-size: 1rem
 }
.btn .ico{vertical-align: bottom}

.btn-round.btn-default{
	width: 140px;
	height: 140px;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	/* border: 4px solid #4CC8E9 !important; */
	/* line-height: 56px; */
	margin: 50px;
	color: #2C88C0;
	font-size: 2.4em;
	font-weight: 500;
	padding: 0;
	padding-top: 45px;
	text-align: center;
	/* line-height: 100px; */
}
.eligibilityBtns .form-check{
	display: inline-block;
	vertical-align: top;
}
.btn-round.btn-default:hover{
	background: #2C88C0  !important;
	color: #fff;
	text-shadow: none;
}

.btn-round.btn-default input{
	margin-left: -15px;
}
.btn-light, .btn-light:hover{
	background: #fff;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show>.btn-warning.dropdown-toggle
{
	background: #E75614;
	border: 1px solid #ECB017;
	color: #fff;
}




    @keyframes pulse {
       	0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }
        
        100% {
        	transform: scale(1);
        }
    }


/*  user */
.user__videos {
	
	height:45vh;width:50vw;

}

@media (max-width: 56.25em) {
	.user__videos {
		height: 45vh; width: 90vw;
	}
	
	body {
		width: 100vw;
		overflow-x: hidden;
	}
}


/* navigation  */

@media(max-width: 37.5em) {
	.logo--break {
		display: none;
	}
}

.navbar{
	background-color: white;
	/* position: fixed; */
	z-index: 1000;
	/* width: 100%; */ 
	top: 0;
	/* box-shadow: 1px 1px 10px rgba(0,0,0,0.13); */
	border-radius: 0px !important;
}

.navbar__content {
	display: flex;
	justify-content: space-between;
	width: 100%; 
	align-items: center;
	padding: 1em;
}

.navbar__logo {
	height:24px;
}

.navbar__logo--link {
	color: #2C88C0;
	text-decoration: none;
}

.navbar__logo--link:hover {
	color: #2DB4D6;
	text-decoration: none;
}

.navbar__logo--sub {
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

@media(max-width: 37.5em) {
	
	.navbar__logo--sub {
		width: 70%;
	}
}
.navbar__items {
	display: flex;
	align-items: center; 
	
}

.navbar__item {
	font-size: 16px; 
	margin-left: 1em;
	color: #555;
	font-weight: 600; 
	cursor: pointer;
}

.navbar__item:hover {
	text-decoration: none;
	color: #000; 
}

.navbar__callus_txt {
	font-size: 19px;
	color: #2C88C0;
	font-weight: 500;
}
.navbar__popup {
	font-size: 17px;
	color: black;
	font-weight: 400;
	line-height: 1.5em;
}
.navbar__button {
	padding: 1em;
	font-weight: 600; 
	margin-left: 1em; 
	border-radius: 2px;
	font-size: 16px; 
	cursor: pointer;
}

.navbar__signin {
	background: transparent;
	color: #444;
	border: 1.5px solid #444;
}

/* @media(max-width: 37.5em) {
	.navbar__signin {
		display: none;
	
	}
	
} */

.navbar__signin:hover {
	border: 2px solid #000; 
}

.navbar__signin--link {
	color: #444;
}

.navbar__signin--link:hover {
	text-decoration: none; 
	color: #222;
}

.navbar__signin--link:focus {
	outline: none;
}

.navbar__signup {
/* 	background:#2C88C0;
 */	background: #E75614;
	color: white;
	border: none; 
	
	animation: pulse 1s infinite;
}

.navbar__signup--link {
	color: white; 
}

.navbar__signup--link:focus {
	outline: none;
}
	
.navbar__signup--link:hover {
	text-decoration: none;
	color: white;
}

.navbar__mobile--menu {
	margin-left: 1em;
	cursor: pointer;
	position: fixed;
	top: 3em;
	left: 87vw;
	
	z-index: 10001; 
	height: 36px; 
	width: 36px; 	
	color: red;
	
	
 	visibility: hidden;
	opacity: 0; 
	
}

.mobile__menu--open {
	
	opacity: .25;
	visibility: hidden;
}

.navbar__mobile--menu:checked ~ .mobile__menu--open {
	opacity: 1;
	visibility: visible; 
	
}

.navbar__mobile--menu--text {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	display: none;
	
}


@media (max-width: 75em) {
		.navbar__callus_txt {
			display: none; 
		}
	
	
}

@media (max-width: 56.25em) {
	.navbar {
		width: 100vw; 
		overflow-x: hidden;
	}
	
/* 	.navbar__content {
		width: 100vw;
		overflow-x: hidden;
	} */
	.navbar__item {
		display: none;
	}

	.navbar__button {
		padding: .5em;
		font-weight: 600; 
		margin-left: 1em; 
		border-radius: 2px;
		font-size: 12px; 
		cursor: pointer;
	}
		
	.navbar__logo {
		height: 24px;
	}
	
	
	.navbar__logo--sub {
		color: #333;
		font-size: 1em;
		font-weight: 600;
	}
	
	.navbar__mobile--menu {
		visibility: visible;
	}
	 
	.navbar__mobile--menu--text {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: #333;
		
	}
	
}

@media (max-width: 37.5em) {
	.navbar__content {
		padding: 1em .5em;
	}
	
	.navbar__logo {
		height: 17px;
	}
	
	.navbar__logo--sub {
		font-size: .75em; 
	}
	
}


/* navbar user */

.navbar-user{
	/* padding: 1em; */
	height: 8em;
	background-color: white;
	position: fixed;
	z-index: 1000;
	width: 100%; 
	top: 0;
}

.navbar-user__content {
	display: flex;
	justify-content: space-between;
	width: 100%; 
	align-items: center;
	padding: .5em;
}

.navbar-user__logo {
	height: 36px;
	margin-left: 1em;
}

.navbar-user__logo--link {
	color: #2C88C0;
	text-decoration: none;
}

.navbar-user__logo--link:hover {
	color: #2C88C0;
	text-decoration: none;
}

.navbar-user__logo--sub {
	color: #777;
	font-size: 1.2em;
	font-weight: 500;
	margin-left: 1em;
}

.navbar-user__items {
	display: flex;
	align-items: center; 

}

.navbar-admin__items {
	display: flex;
	align-items: center; 	
	
}

.navbar-user__item {
    font-size: 16px;
    margin-left: 7px;
    color: #051D74;
    font-weight: 500;
    cursor: pointer;
    padding: 8px;
    display: inline-block;
}

.navbar-user__item:hover {
	text-decoration: none;
	color: #222; 
}

.navbar-user__item--right {
	margin-right: 1em;
}

.navbar-user__menu {
	display: none;
}

    @media (max-width: 56.25em) {
		.navbar-user__items {
			display: none;
		}
		
		.navbar-user__menu {
		display: block;
		}
	}
	
/* pay plan styles */
.payPlan {
	background-color: #fff; 
	width: 100%; 
	transform: translateY(10em); 
	padding-top: 2em;
	padding-bottom: 6em;
	
}

/* 		height: auto;
		width: 100%;
		background-size: cover;
		transform: translateY(6em);
		padding-bottom: 8em; 
		padding-top: 2em;
 */








/* Home Page Styles */
	.home-banner, .inner-banner{
/* background-image: linear-gradient(to right, #45B9D7, #63D3F1);  */
/* 		background-image: linear-gradient(to right, #2DB4D6, #2DB4D6);  
 */ 	
		background-image: linear-gradient(to right, #2C88C0, #2C88C0);  

				
		/* height: 88vh; */
		background-size: cover;
		transform: translateY(6em);
		
	}
	
	.inner-banner-pricing {
		background-color: #fff;
		height: auto;
		background-size: cover;
		transform: translateY(6em);
	}

	.inner-banner-eligibility {
		/* background-image: linear-gradient(to right, #45B9D7, #63D3F1);  */
		background-color: #fff;
		height: auto;
		background-size: cover;
		/* transform: translateY(6em); */
		padding-bottom: 12em; 

	}

	.inner-banner-faq {
		background-color: #fff;
/* 		background-color: #2C88C0;
 */		height: auto;
		background-size: cover;
		transform: translateY(6em);
		padding-bottom: 12em; 
		padding-top: 4em;
	}

	.inner-banner-login {
		background-color: #fff;
		height: auto;
		width: 100%;
		background-size: cover;
		transform: translateY(6em);
		padding-bottom: 10em; 
		padding-top: 8em;
	}

	.inner-banner-signup {
		background-color: #fff;
		height: auto;
		width: 100%;
		background-size: cover;
		transform: translateY(6em);
		padding-bottom: 8em; 
		padding-top: 2em;
    }
    
    .inner-banner-manageProfile {
    	transform: translateY(6rem); 
    }

	.home-banner__content {
		display: flex;
		height: 100%;
		width: 100%;
		
		padding: 7em 7em 2em 7em;
	}
	
	.home-banner__navigation {
		display: none;

	}
	
	
	
	.home-banner__navigation--item {
		font-size: 17px;
		color: white;
		font-weight: 600;
		margin: 0 1em;
		
	}
	
	@media (max-width: 37.5em) {
		.home-banner__navigation {
			display: flex;
			justify-content: space-between;
			margin-top: 1em;
			margin-bottom: .5em;		
		}
		
		.home-banner {
			width: 100vw;
		}
	}

	.home-banner__left {
		height: 100%; 
		width: 45%; 
		padding-right: 5em;

	}

	.home-banner__title {
		font-size: 3.6em;
		font-weight: 600;
		color: white;
		line-height: 1.4; 
		margin-bottom: 17px; 
		
	}
	
	.home-banner__subtitle {
		font-size: 1.8em;
		font-weight: 500;
		color: white;
		line-height: normal;
		margin-bottom: 36px;  
		line-height: 1.4;
	}

	.home-banner__buttons {
		display: flex;
	}

	.home-banner__button {
		padding: 1em;
		font-size: 17px;
		font-weight: 600;
		cursor: pointer;
		outline: none; 
		border-radius: 2px; 
	}

	.home-banner__button--eligibility {
		background-color: #E75614;
		color: white;
		border: none;
		margin-right: .75em; 
		margin-bottom: 1em;
		text-decoration: none;
		
		transition: all .2s;
	}
	.home-banner__button--eligibility:hover {
		transform: scale(1.1);
	}

	.home-banner__button--eligibility-link {
		text-decoration: none;
		color: white; 
	}

	.home-banner__button--eligibility-link:hover {
		text-decoration: none;
		color: white;
	}

	.home-banner__button--othermatters {
		background-color: transparent;
		color: white;
		border: 3px solid white;
		margin-right: .75em; 
		margin-bottom: 1em;
		text-decoration: none;
		
		transition: all .2s;
	}
	.home-banner__button--signup {
		border: 4px solid white;
		background: transparent;
		color: white; 
	}

	.home-banner__button-signup:hover {
		border: none;
		background: white;
		color: #ECB017;
	}

	.home-banner__callus {
		color: white;
		font-size: 1.7em;
		font-weight: 500;
	}
	
	.home-banner__mobile {
		display: flex; 
		margin-top: 2em; 
		align-items: center;	
	}
	.home-banner__ios {
		height: 5em;
	}
	
	.home-banner__android {
		height: 7.5em;
	}
	 
	
	@media(max-width: 64em) {
		.home-banner__mobile {
			justify-content: center;
		}
		
		.home-banner__ios {
			height: 4em;
			
		}
		
		.home-banner__android {
			height: 6em;
		}
	}


	.home-banner__right {
		height: 100%;
		width: 55%; 

		display: flex;
		flex-direction: column;

	}
	.home-banner__right--video {
		text-decoration: none;
		outline: none;
		margin-bottom: 2.5em;
		margin-left: 5em;
	}

	.home-banner__right--video-thumbnail {
		width: 50em;
		text-align: center;
		cursor: pointer;
		margin-top: 2em;
	}
	
	

	.home-banner__right--clickflag {
		font-size: 24px;
		color: white;
		font-weight: 500;
		margin-left: 3.5em; 
		margin-bottom: 1em;
		text-align: start; 
		animation: 1s pulse infinite;
	
	}
	.home-banner__right--morelanguage {
		font-size: 21px;
		color: white;
		font-weight: 500;
		margin-left: 6.5em; 
		margin-bottom: 0em;
		text-align: start; 
		
	}
	
	  @media (max-width: 75em) {
    	.home-banner__right--morelanguage {
    		margin-left: 0;
    		text-align: start;
    	}
    
	}
    @media (max-width: 75em) {
    	.home-banner__right--clickflag {
    		margin-left: 0;
    		text-align: start;
    	}
    
	}
	
	@media (max-width: 64em) {
		.home-banner__right--clickflag {
			text-align: center;
		}
	}
	
	.home-banner__video {
		height: 30em;
		width: 30em; 
		z-index: 100; 
	}
	
	.home-banner__bottom {
		width: 100%;
		display:flex;
		flex-direction: column;
		padding: 0 8em 4em 8em;
		justify-content: space-between;
		align-items: center;
	}
	
	.home-banner__bottom--header {
		color: white;
		font-size: 2.4em;
		font-weight: 500;
		margin-bottom: 1.25em;
		text-align: center;
	}
	
	.home-banner__bottom--languages {
		align-self: center;
		text-align: center;
		width: 100%;
		display: flex;
		transform: translateX(2em);
	
		
	}
	

	.home-banner__bottom--languages-top {
		margin-bottom: 2em;
	}
	
	.home-banner__bottom--languages-bottom {
		margin-bottom: 3em;
	}
	.home-banner__bottom--language {
		display: flex;
		align-items: center;
		margin: 0 .75em .1em .75em;
	}
	
	.home-banner__bottom--language-text {
		color: white;
		font-size: 14px;
		font-weight: 600;
		
	}
	
	.home-banner__bottom--language-icon  {
		height: 3.3em;
		width: 3.3em;
		margin-right: .75em;
	}
	
	@media (min-width: 105em) {
		.home-banner__bottom {
			padding: 0 16em 4em 8em;

		}

	}

	@media (max-width: 75em) {
		.home-banner__title {
			font-size: 4em; 
        }
        
        .home-banner__subtitle {
            font-size: 1.7em;
        }

	.home-banner__right {
		height: 100%;
		width: 50%; 

		display: flex;
		flex-direction: column;
		align-items: center;

	}
	
	.home-banner__left {
	
		height: 100%; 
		width: 50%; 
		padding-right: 5em;
	}
        
	.home-banner__right--video-thumbnail {
		width: 45em;
		text-align: center;
		cursor: pointer;
		margin-top: 2em;
	}

    }

    @media (max-width: 64em) {
        .home-banner__content {
			flex-direction: column;
			align-items: center; 
		}
		
		.home-banner__left {
			height: 100%;
			width: 100%;
			padding: 2em 0;
			text-align: center; 
		}

		.home-banner__right {
			height: 100%;
			width: 100%;
			padding-top: 0;
		}
		
		.home-banner__right--video {
			margin-left: 0;
			transform: translateX(0);
		}
		
		.home-banner__right--clickvideo {
			margin-left: 3.6em;
			color: white;
			font-size: 1.7em;
			font-weight: 600;
			text-align: start;		
		}
		
	    @media (max-width: 56.25em) {
		   	.home-banner__right--clickvideo {
		   		margin-left: 0;
		   		text-align: center;
		   	
		   	}
	    	
	    	
	    }		
		
		.home-banner__buttons {
			justify-content: center; 
		}

		.home-banner__button {
			padding: 1em;
			font-size: 17px;
		}
		.home-banner__title {
			font-size: 3.6em; 
		}
		
	.home-banner__bottom {

		flex-direction: column;
		padding: 0 4em 4em 4em;
		justify-content: space-between;
		align-items: center;
	}
	
	.home-banner__bottom--header {
		margin-right: 0;
		text-align: center;
		font-size: 2em;
	}

	.home-banner__bottom--languages {
		align-self: center;
		text-align: center;
		width: 100%;
		display: flex;
		transform: translateX(2em);
		flex-wrap: wrap;
		
	}
	
	
	.home-banner__bottom--languages-top {
		margin-bottom: 1em;
	}
	
	.home-banner__bottom--language {
	margin-bottom: .5em}
	}

	@media (max-width: 37.5em) {
		.home-banner__content {
			padding: 5em 3em 2em 3em;
		}
		.home-banner__title {
			font-size: 3em; 
		}
		.home-banner__right--video-thumbnail {
			width: 27em;
		}
		.home-banner__button {
			font-size: 14px;
		}
		
		.home-banner__right--languages {
			font-size: 1.2em;
		}
	}
	

	/* full screen videos */
	#fullscreenVideo {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--intro {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--intro:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--civicm {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--civicm:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--english {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--english:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--spanish {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--spanish:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--russian {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--russian:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--japanese {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--japanese:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--punjabi {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--punjabi:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--gujarati {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--gujarati:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	
	#fullscreenVideo--korean {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--korean:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--bengali {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--bengali:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--tagalog {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--tagalog:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--arabic {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--arabic:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--cantonese {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}
	#fullscreenVideo--cantonese:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--french {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}
	#fullscreenVideo--french:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
		#fullscreenVideo--farsi{
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}
	#fullscreenVideo--farsi:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--mandarin {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}
	#fullscreenVideo--mandarin:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--hindi {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}
	
	

	#fullscreenVideo--hindi:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	
	
	
	#fullscreenVideo--polish {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--polish:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	
	
	
	#fullscreenVideo--studyMaterials {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--studyMaterials:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenVideo--civicPaper {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--civicPaper:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	
	
	
 
	.fullscreenVideo__content {
		background-color: transparent;
  		height: 85vh;
 		width: 85vw; 
		margin: auto;
		transform: translateY(5em);
	} 
	
	@media (max-width: 37.5em) {
		.fullscreenVideo__content {
			height: auto;
		}
	}

	.fullscreenVideo__exit {
		height: 2.4em;
		position: fixed;
		top: 2em;
		right: 2em;
		cursor: pointer;
		z-index: 11001; 
	}

	.fullscreenVideo__video {
		height: 85vh;
		width: 85vw;
		margin-left: 50%;
		transform: translateY(5em) translateX(-50%);
	}
	
	@media (max-width: 37.5em) {
 		.fullscreenVideo__video {
			height: 60vh;
		} 
	}	
	
	
		/*  */
		#fullscreenVideo--demo {
			position: fixed;
			top: 0;
			left: 0;
			height: 100vh;
			width: 100vw; 
			background-color: rgba(0,0,0, .8);
			opacity: 0;
			visibility: hidden;
		z-index: 11000 !important;
		}
	
		#fullscreenVideo--demo:target {
			position: fixed;
			top: 0;
			left: 0;
			height: 100vh;
			width: 100vw; 
			background-color: rgba(0,0,0, .8);
			opacity: 1;
			visibility: visible;
		z-index: 11000 !important;
		}

	/*  */
	#fullscreenVideo--aboutOne {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		display: none;
		opacity: 0;
		visibility: hidden; 
		z-index: 11000 !important;
	}

	#fullscreenVideo--aboutOne:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		display: block;
		opacity: 1;
		visibility: visible; 
		z-index: 11000 !important;
	}


	/*  */
	#fullscreenVideo--aboutTwo {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenVideo--aboutTwo:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	

	#fullscreenVideo--mockinterview {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		display: none;
		opacity: 0;
		visibility: hidden; 
		z-index: 11000 !important;
	}

	#fullscreenVideo--mockinterview:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		display: block;
		opacity: 1;
		visibility: visible; 
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--email {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--email:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(#000, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--phone {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--phone:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(#000, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
		#fullscreenLanguagesSoon {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenLanguagesSoon:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(#000, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--1 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--1:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(#000, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--2 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(#000, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--2:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--3 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--3:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--4 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--4:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--5 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--5:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	#fullscreenFlashcard--6 {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 0;
		visibility: hidden;
		z-index: 11000 !important;
	}

	#fullscreenFlashcard--6:target {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw; 
		background-color: rgba(0,0,0, .8);
		opacity: 1;
		visibility: visible;
		z-index: 11000 !important;
	}
	
	.fullscreenFlashcard__content {
		background-color: #2C88C0;
		height: 60vh;
		width: 60vw;
		margin: auto;
		transform: translateY(10em);
		padding: 4em 8em;
	}


	.fullscreenFlashcard__exit {
		height: 3em;
		position: fixed;
		top: 2em;
		right: 2em;
		cursor: pointer;
	}

	.fullscreenFlashcard__flashcard {
		font-size: 2.4em;
		font-weight: 500;
		color: white;
		padding-top: 12%;
	}
	
	.fullscreenFlashcard__button {
		font-size: 1.7em;
		font-weight: 500;
		padding: .75em;
		color: white;
		background-color: #E75614;
		border: none; 
		margin-top: .75em;
		cursor: pointer;
	}
	
@media (max-width: 56.25em) {

	
}

@media (max-width: 37.5em) {
	.fullscreenFlashcard__content {
		background-color: #2C88C0;
		height: 60vh;
		width: 75vw;
		margin: auto;
		transform: translateY(10em);
		padding: 2em 4em;
	}


	.fullscreenFlashcard__exit {
		height: 3em;
		position: fixed;
		top: 2em;
		right: 2em;
		cursor: pointer;
	}

	.fullscreenFlashcard__flashcard {
		font-size: 1.7em;
		font-weight: 500;
		color: white;
		padding-top: 12%;
	}
	
	.fullscreenFlashcard__button {
		font-size: 1.2em;
		font-weight: 500;
		padding: .5em;
		color: white;
		background-color: #E75614;
		border: none; 
		margin-top: .75em;
		cursor: pointer;
	}

}


/*  languages */
.languages {
	transform: translateY(6em);
	background-color: #0D5591;
	padding: 3em 0; 
	
}

.languages__content {
	display: flex;
	flex-direction: column;
	
}
.languages__header {
	font-size: 2.4em;
	color: #fff;
	font-weight: 600;
	margin-bottom: .5em;
	text-align: center;
}

.languages__languages {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 150px;
	margin-left: 5em;
}

.languages__languagesxx {
	display: flex; 
	flex-direction: column; 
	margin-left: 4em;	
	
}

.languages__languages--row {
	display: flex; 
	margin-bottom: 1em; 	
}

.languages__languagex {
	width: 11em;
}

.languages__selectlanguage {
	margin-top: 2em; 
	margin-bottom: 1em; 
	padding: 1.5em 0 1.5em 2em; 
	font-size: 17px; 
	width: 22em; 
	text-align: center; 
	border: none; 
	background-color: #E75614; 
	color: white; 
	outline: none; 
	font-weight: 600; 
	cursor: pointer; 
	margin-left: 36%; 
	transform: translateX(-50%); 
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;	
	animation: pulse 1s infinite;
	
}
.languages__selectlanguage1 {
	margin-top: 10px; 
	margin-bottom: 15px; 
	padding: 1.5em 0 1.5em 1em; 
	font-size: 17px; 
	width: 22em; 
	text-align: center; 
	border: none; 
	background-color: #E75614; 
	color: white; 
	outline: none; 
	font-weight: 600; 
	cursor: pointer; 
	margin-left: 60px;
}

@media (max-width: 56.25em) {
	
	.languages__languagesxx {
		margin-left: 0;
		margin-left: 1em;
		margin-right: 1em; 
	}
	
	.languages__languagex {
		width: auto;
	
	}
	
	.home-banner__bottom--language-icon {
		height: 3em;
		width: 3em;
	}
	
	.home-banner__bottom--language-text {
	
	}	
	
	
	.languages__selectlanguage {
		padding: 2em 0 2em 1em; 
		font-size: 14px;
		width: 21em;
		margin-left: 33px; 
	}
	
}



.languages__thumbnail {
	margin-top: 1em;
	width: 50em;
	margin-left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

@media (max-width: 75em) {

	.languages__header {
		font-size: 2.2em;
	}
	
	.home-banner__bottom--language-icon {
		height: 3em;
		width: 3em;
	}
	
	.home-banner__bottom--language-text {
		font-size: 15px;
	
	}
}

.navbar__itemAttorney {
    font-size: 16px;
    margin-left: 0em;
    color: #555;
    font-weight: 600;
    cursor: pointer;
    margin-top: 60px;
}

#show_language{
	top: 54px;
    position: fixed;
    z-index: 10001;
    box-shadow: none;
    background-color: #1F73B7 !important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    border-radius: 50px;
    right: 20px;
}
#show_language a{
	color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 28px;
    display: block;
    cursor: pointer;
}
#show_language a .fa-language{
	font-size: 20px;
    float: left;
    margin-top: 2px;
}
.a2a_menu_title_container {	
	position: absolute;
    right: 263px;
    top: 75px;
    z-index: 99999;
    background: #FFF;
    padding: 10px;
    font-size: 20px;
    border-radius: 20px;
}

.a2a_menu_title_container .goog-te-gadget{
	font-size: 2px !important;
}
.a2a_menu_title_container .goog-te-gadget .goog-te-combo{
	font-size: 16px;
    font-family: inherit;
}


@media (max-width: 56.25em) {
	.languages__header {
		margin-left: 1em;
		margin-right: 1em;
	}
	
	.home-banner__bottom--language-icon {
		height: 2.4em;
		width: 2.4em;
	}
	
	.home-banner__bottom--language-text {
		font-size: 12px;
	
	}
	
	.languages__languages {
		margin-left: 0;
		padding: 0 3em 2em 3em;
	}
	
		.languages__thumbnail {
			width: 75%;
		}
	
}

@media (max-width: 37.5em) {
	.languages__header {
		font-size: 1.7em;
		margin-left: 1em;
		margin-right: 1em;
	}
	
	.languages__languages {
			margin-bottom: 3em;
	}
	
		.languages__thumbnail {
			margin-top: .75em;
			width: 75%;
		}
	

	
}




/*  beyond */

.beyond {
	height: 100%;
	width: 100%;
	background-color: #fbfbfb;

	
}

.beyond__content {
	padding: 2em;
	text-align: center;
	
}


.beyond__header {
	padding: 0 2em;
	margin-top: 1em;
	font-size: 3em;
	color: #333;
	font-weight: 600;
	margin-bottom: 1em;
}

.beyond__subheader {
	font-size: 2em;
	font-weight: 500;
	color: #333;
	margin-bottom: 2em;
	
}

@media (max-width: 56.25em) {
	.beyond__header {
		font-size: 2.7em;
	}
	
	.beyond__subheader {
		font-size: 1.7em;
		font-weight: 500;
		color: #333;
		margin-bottom: 2em;
		
	}
	
}





/* American bar */
.americanBar {
	transform: translateY(6em);
	padding: 6em 12em 2em 12em;
	
}

.americanBar__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
}

.americanBar__header {
	font-size: 3.6em;
	color: #333;
	font-weight: 600;
	
	
}

.americanBar__subheader {
	
	
}

.americanBar__founder {
	font-size: 2em;
	font-weight: 500;
	color: #333;
	
}


@media (max-width: 56.25em) {
	.americanBar {
		padding: 6em 6em 2em 6em; 
	}
	
	.americanBar__header {
		font-size: 2.7em;
	}
	
	
	.break--temp {
	display: none;
	}
}




	/* six easy steps */
.sixEasySteps {
	transform: translateY(4em);
	background: white;
	height: auto;
	width: 100%; 
}

.sixEasySteps__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sixEasySteps__title {
	font-size: 4em;
	color:#2C88C0;
	font-weight: 600;
	margin-top: 1em;
}

.leftQuote {
	margin-left: 8em; margin-top: -7em;
}

.rightQoute {
	margin-right: 101em; margin-bottom: -1em;
}

.testimonialBy{
font-size: 16px;font-style: italic;margin-left: 65em;margin-top: 4em;font-family: monospace;
}
.testimonial__title {
	font-style: italic;
    font-family: 'Raleway';
    font-size: 2em;
    color: #2C88C0;
    font-weight: 600;
    /* margin-top: 1em; */
    margin-left: -43em;
}

.sixEasySteps__title--sub {
	font-size: 2.4em;
	color:#555;
	font-weight: 500;
	margin-bottom: 60px; 
	text-align: center;
	padding: 0 2em;

}


.sixEasySteps__box {
	height: 35em;
	width: 80em;
	background-image: linear-gradient(to right, #2C88C0, #2C88C0);
	margin-bottom: 40px; 
	display: flex;
	flex-direction: column;
	
	cursor: pointer;
}


.sixEasySteps__box--top {
	display: flex;
	height: 50%;
}

.sixEasySteps__box--bottom {
	display: flex;
	height: 50%;
}

.sixEasySteps__box--step {
	width: 33.333%;
	height: 100%;
	padding: 1em 2em 2em 2em; 
	border-bottom: 4px solid white;
	transition: all .2s;
	
}


.sixEasySteps__box--step-bordered {
	border-right: 4px solid white; 
}
.sixEasySteps__box--step-text {
	color: white;
	font-size: 24px;
	font-weight: 500;
	text-align: center; 
	justify-self: center;
	margin-top: 20%; 
	line-height: 1.5em; 
}

.sixEasySteps__box--step-text-link:hover {
	color: white;
}

.signup_attorneys {
    padding: 0.8em .5em;
    background: #E75614;
    color: white;
    margin-left: 25em;
    font-size: 19px;
    font-weight: 600;
    text-align: center !important;
    border-radius: 9px;
    margin-bottom: 4em;
    border: none;
    width: 17em;
    cursor: pointer;
    transition: all .2s;
    
}


.sixEasySteps__demo	{
	padding: 1em .5em; 
	width: 10em;
	background: #E75614;
	color: white;
	font-size: 22px;
	font-weight: 500; 
	text-align: center;
	border-radius: 2px;
	margin-bottom: 4em; 
	border: none;
	cursor: pointer;
	
	transition: all .2s;
}

.sixEasySteps__demo:hover {
	transform: scale(1.1);
}


@media (max-width: 75em) {
	.sixEasySteps__title {
		font-size: 3.6em;
	}

	.sixEasySteps__box {
		width: 70em;
	}
}

@media (max-width: 56.25em) {
	.sixEasySteps__box {
		height: 100%;
		width: 75%;
	}
	.sixEasySteps__box--top {
		display: block;
		height: auto;
	}

	.sixEasySteps__box--bottom {
		display: block;
		height: auto;
	}

	.sixEasySteps__box--step {
		width: 100%;
		padding: 0;
	}

	.sixEasySteps__box--step-text {
		margin-top: 5%;
		padding: 2em;
	}
	
	.sixEasySteps__box--step-bordered {
	border-right: 0; 
}
}

@media (max-width: 37.5em) {
	.sixEasySteps__box {
		height: 100%;
		width: 80%;
	}

	.sixEasySteps__title {
		font-size: 3em;
	}
	.sixEasySteps__title--sub {
		font-size: 2em;
	}
}
/* about citizenship selfie one */

.civicsbutton {
	font-size: 1.4em; 
	font-weight: 600; 
	color: white; 
	background-color: #E75614; 
	padding: 1em; 
	animation: pulse 1s infinite; 
	border: none; 
	cursor: pointer; 
	margin-top: .5em;
}

@media (max-width: 37.5em) {
	
	.civicsbuttonlink {
		margin-left: 50%;
 		transform: translateX(-50%);
 		
	}
}


.aboutOne {
	height: auto;
	width: 100%;
/* 	background-image: linear-gradient(to right, #444, #333);
 */	background-image: linear-gradient(to right, #0D5591, #2C88C0);
	transform: translateY(6em);

}

.aboutOne__content {
	display: flex;
	flex-direction: column;

}

.aboutOne__videos {
	display: flex;
	padding: 5em 7.5em 2.5em 7.5em;
}
.aboutOne__videos--text{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 5%;

}

.aboutOne__videos--header {
	font-size: 3.3em;
	color: white;
	font-weight: 600;
}

.aboutOne__videos--details {
	color: white;
	font-weight: 500;
	font-size: 2em; 
	width: 85%;
	
}

.aboutOne__videos--video-container {
	width: 50%; 
	margin-right: 5%;
	
}

.aboutOne__videos--video {
	width: 100%;
/* 	height: 100%;
 */	cursor: pointer;
	padding: 0 3em;
	
}

.aboutOne__practice {
	display: flex;
	padding: 2.5em 7.5em 5em 7.5em;
}

.aboutOne__practice--text{
	display: flex;
	flex-direction: column;
	width: 50%; 
	margin-left: 5%;
}

.aboutOne__practice--header {
	font-size: 3.3em;
	color: white;
	font-weight: 600;
}

.aboutOne__practice--details {
	color: white;
	font-weight: 500;
	font-size: 2em; 
	width: 85%; 
	
}

.aboutOne__practice--video-container {
	width: 50%;
	margin-right: 5%;
}

.aboutOne__practice--video {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 0 3em;
}


@media (max-width: 75em) {
	
}

@media (max-width: 56.25em) {
	.aboutOne__videos {
		flex-direction: column;
		align-items: center;
		padding: 5em 3em 2.5em 3em;

	}

	.aboutOne__videos--header{ 
		text-align: center; 
	}
	
	.aboutOne__videos--text {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.aboutOne__videos--details {
		width: 100%;
		text-align: center; 
	}


	.aboutOne__videos--video-container {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 2em;
		
	}

	.aboutOne__videos--video {
		transform: translateX(0);

	}


	/*  */
	.aboutOne__practice {
		flex-direction: column;
		align-items: center;
		padding: 2.5em 3em 5em 3em;
		
		
	}

	.aboutOne__practice--header{ 
		text-align: center; 
	}
	
	.aboutOne__practice--text {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		left: 0;
		transform: translateX(0);
	}
	.aboutOne__practice--details {
		text-align: center; 
		width: 100%;

	}


	.aboutOne__practice--video-container {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 2em;
	}

	.aboutOne__practice--video {
		transform: translateX(0);
	}

	
}

@media (max-width: 37.5em) {
	.aboutOne__videos--video {
		width: 100%;
		height: 100%;
	}

	.aboutOne__practice--video {
		width: 100%;
		height: 100%;
	}
	
	.aboutOne__videos--header{ 
		font-size: 3em;
	}
	

	.aboutOne__videos--details {
		font-size: 1.7em;
	}
	
	.aboutOne__practice--header{ 
		font-size: 3em;
	}
	

	.aboutOne__practice--details {
		font-size: 1.7em;
	}
}
/* about citizenship selfie two */

.aboutTwo {
	height: auto;
	width: 100%;
	background-color: #FCFCFC;
	transform: translateY(6em);

}
.aboutTwo__review {
	display: flex;
	padding: 5em 7.5em 2.5em 7.5em;
}

.aboutTwo__review--text{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 5%;
}

.aboutTwo__review--header {
	font-size: 3.3em;
	color: #555;
	font-weight: 600;
}

.aboutTwo__review--details {
	color: #555;
	font-weight: 500;
	font-size: 2em; 
	width: 85%;
}

.aboutTwo__review--photo-container {
	width: 50%;
	margin-right: 5%;
	padding: 0 3em;

}

.aboutTwo__review--photo {
	width: 100%;
	height: 100%;
	text-align: center;
	
}

.aboutTwo__transparent {
	display: flex;
	padding: 2.5em 7.5em 5em 7.5em;
}

.aboutTwo__transparent--text{
	display: flex;
	flex-direction: column;
	width: 50%; 
	margin-left: 5%;
}

.aboutTwo__transparent--header {
	font-size: 3.3em;
	color: #555;
	font-weight: 600;
}

.aboutThree__transparent--header {
    font-size: 3.0em;
    color: #555;
    font-weight: 600;
}

.aboutAttorneyCon__transparent--header {
   text-align: center;
    font-size: 3.3em;
    color: #555;
    font-weight: 600;
}
.aboutAttorneyCon__transparent--details {
	color: #555;
	font-weight: 500;
	font-size: 2em; 
	width: 98%;
    text-align: center;

}
.aboutTwo__transparent--details {
	color: #555;
	font-weight: 500;
	font-size: 2em; 
	width: 85%; 

}

.aboutTwo__transparent--photo-container {
	width: 50%;
	margin-right: 5%;
	padding: 0 3em;

}
.aboutTwo__transparent--photo {
	width: 100%;
	height: 100%;
}

@media (max-width: 75em) {
	
}

@media (max-width: 56.25em) {
	.aboutTwo__review {
		flex-direction: column;
		align-items: center;
	padding: 5em 3em 2.5em 3em;

	}

	.aboutTwo__review--header{ 
		text-align: center; 
	}
	
	.aboutTwo__review--text {
		width: 100%;
		margin-right: 0;
	}
	.aboutTwo__review--details {
		width: 100%;
		text-align: center; 
	}


	.aboutTwo__review--photo-container {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 2em;
		padding: 0;

		
	}

	.aboutTwo__review--photo {
		transform: translateX(0);
	}

	/*  */

	.aboutTwo__transparent {
		flex-direction: column;
		align-items: center;
		padding: 2.5em 3em 5em 3em;

	}

	.aboutTwo__transparent--header{ 
		text-align: center; 
	}
	
	.aboutTwo__transparent--text {
		width: 100%;
		margin-right: 0;
		position: relative;
		left: 0;
		transform: translateX(0);
	}
	.aboutTwo__transparent--details {
		width: 100%;
		text-align: center; 
	}


	.aboutTwo__transparent--photo-container {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 2em;
		padding: 0;
		
	}

	.aboutTwo__transparent--photo {
		transform: translateX(0);
	}
}

@media (max-width: 37.5em) {
	
	.aboutTwo__review--photo {
		width: 100%;
		height: 100%;
	}

	.aboutTwo__transparent--photo {
		width: 100%;
		height: 100%;
	}
	
	.aboutTwo__review--header{ 
		font-size: 3em;
	}
	

	.aboutTwo__review--details {
		font-size: 1.7em;
	}
	
	.aboutTwo__transparent--header{ 
		font-size: 3em;
	}
	

	.aboutTwo__transparent--details {
		font-size: 1.7em;
	}
}


/* testimonials */

.testimonials {
	height: auto;
	width: 100%;
	background-color: white;
	margin: 4em 0;
	transform: translateY(6em);
}

.testimonials__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.testimonials__title {
	text-align: center;
	font-size: 4em;
	font-weight: 500;
	color: #777;
	margin-bottom: 1em; 
}

.testimonials__testimonial {
	height: 100%;
	background-image: linear-gradient(to right, #45B9D7, #63D3F1);
	width: 75%;
	margin-bottom: 4em; 

	display: flex;	
	flex-direction: column;
	align-items: center;
	padding: 3em 5em;
	position: relative;
}

.testimonials__testimonial--profile {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

.testimonials__testimonial--profile-picture {
	height: 6em;
	width: 6em;
	margin-right: 1em;
}

.testimonials__testimonial--profile-name {
	font-size: 3.6em;
	color: white;
	font-weight: 600;
}

.testimonials__testimonial--text {
	color: white;
	font-size: 2.4em;
	font-weight: 500;
	padding: 0 2em 2em 2em;
}

.testimonials__quotation {
	height: 69px;
	position: absolute;
}

.testimonials__quotation--top {
	top: 2em;
	left: 2em;
}

.testimonials__quotation--bottom {
	bottom: 2em;
	right: 2em;
}

@media (max-width: 37.5em) {
	.testimonials__title {
		font-size: 3em;
	}
	.testimonials__testimonial {
		width: 75%;
		padding: 2em;
	}

	.testimonials__quotation {
		display: none;
	}
	.testimonials__testimonial--profile-name {
		font-size: 2.4em;
	}
	.testimonials__testimonial--text {
		padding: 0;
		font-size: 1.7em;
		width: 100%;
	}
}
/* packages */

.packagesHome {
	background-color: #F8F8F8;
	transform: translateY(6em);

}

.packagesHome__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5em 0;
}

.packagesHome__title {
	font-size: 4em;
	color: #555;
	width: 75%;
	text-align: center;
	padding-bottom: 1em;
	font-weight: 500;
}

.packagesHome__pricing {
	padding: 1em .75em;
	background-color: #2C88C0;
	color: white;
	font-size: 2em;
	font-weight: 500;
	border: none;
	outline: none;
	cursor: pointer; 
	
	transition: all .2s;
}

.packagesHome__pricing:hover {
	transform: scale(1.1);
}
@media (max-width: 37.5em) {
	.packagesHome__title {
		font-size: 3em;
	}

	.packagesHome__pricing {
		font-size: 1.7em;
	}
}

/* reach out */
.reachoutHome {
	background-color: #EAEAEA;
	padding: 8em 3em;
	transform: translateY(6em);
}

.reachoutHome__content {
	display: flex;
	justify-content: space-around;
}

.reachoutHome__text {
	font-size: 4em;
	color: #555;
	font-weight: 500;
}

.reachoutHome__mediums {
	display: flex;
}

.reachoutHome__medium {
	height: 5em;
	width: 5em;
	margin-right: 1em;
	color: white;
	font-size: 2.2em;
	text-align: center;
	font-weight: 500;
	border: none;
	outline: none;
	cursor: pointer;
	
	transition: all .2s;
}

.reachoutHome__medium:hover {
	transform: scale(1.1);
}

.reachoutHome__medium--email {
	background-image: linear-gradient(to right, #2C88C0, #2C88C0);
}

.reachoutHome__medium--chat {
	background-image: linear-gradient(to right, #4986AC, #4986AC);

}

.reachoutHome__medium--faq {
	background-image: linear-gradient(to right, #E75614, #E75614);

}

@media (max-width: 75em) {
	.reachoutHome__text {
		font-size: 3.3em;
	}
}

@media (max-width: 56.25em) {
		.reachoutHome__text {
			display: block;
		}
}

@media (max-width: 37.5em) {
	.reachoutHome__mediums {
		flex-direction: column;
	}

	.reachoutHome__medium {
		margin-right: 0;
		margin-bottom: 1em;
	}
}

.getTestimonial {
    transform: translateY(6em);
    padding: 3em 3em;
    background-color: #FCFCFC;
}

/* get your citizenship */

.getCitizenship {
	transform: translateY(6em);
	padding: 7em 3em;
	background-color: #F6F6F6;
}

.getCitizenship__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.getCitizenship__header {
	font-size: 3em;
	color: #555;
	font-weight: 600;
	margin-bottom: 1em;
	text-align: center; 
	margin: 0 2em;
	line-height: 1.6;
}

.getCitizenship__button	{
	padding: 1em .5em;
	width: 8em;
	font-size: 2em;
	outline: none;
	background-color: #2C88C0;
	border-radius: 2px;
	color: white;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transform: translateY(1em);
	
	transition: all .2s;
}

.getCitizenship__button:hover {
	transform: translateY(1em) scale(1.1);
}

@media (max-width: 37.5em) {
	.getCitizenship {
		padding: 7em 1.5em;
	}
	
	.getCitizenship__header {
		font-size: 2.4em;
	}
}
.removelink {
	color: white;
	text-decoration: none;
	    
}

.removelink:hover {
	color: white;
	text-decoration: none;
}
/* footer */

.footerNew {
	background-color: #111;
	height: auto;
	/* transform: translateY(6em); */
	margin-bottom: 0;
	padding-bottom: 0;
}
.footerNew__content {
	display: flex;
	padding: 2em 4em;
}

.footerNew__left {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.footerNew__left--newsletter {
	display: flex;
	flex-direction: column;

}

.footerNew__left--newsletter-text {
	font-size: 2.7em;
	color: white;
	font-weight: 500;
	width: 100%;
	margin-bottom: .75em;

}

.footerNew__left--newsletter-form {
	display: flex;
	margin-bottom: 3em;
}

.footerNew__left--newsletter-input {
	width: 14em;
	height: 2em;
	outline: none;
	border-radius: 2px;
	font-size: 1.7em;
	color: #777;
	font-weight: 500;
	border: none;

}
@media only screen and (max-width: 450px) {
	.footerNew__left--newsletter-input {
		display: flex;
    	justify-content: center;
    	width: 100%;
	}
}

.footerNew__left--newsletter-subscribe {
	color: white;
	background-color: #E75614;
	font-size: 1.7em;	
	border: none;
	cursor: pointer;
	outline: none;
}

.footerNew__left--social {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;

}

.footerNew__left--social-text {
	font-size: 2.7em;
	color: white;
	font-weight: 500;
}

.footerNew__left--social-icons {
	display: flex;

}
.footerNew__left--social-icon {
	color: white;
	margin-right: 1em; 
	transition: all .2s;
}

.footerNew__left--social-icon:hover {
	color: #777;
}

.footerNew__left--legal {
	display: flex;
	width: 100%;
}

.footerNew__left--legal-item {
	font-size: 1em;
	color: white;
	margin-right: 1.4em;
}

.footerNew__right {
	color: white;
	justify-self: end;
	width: 60%;
	padding: 0 1em 0 15em;

}

.footerNew__right--disclaimer {
	justify-self: end;
	font-size: 1em;

}

@media (max-width: 56.25em) {
	.footerNew__right--disclaimer {
	font-size: 1.2em;
	}
	
	.footerNew__left {
		width: 100%;
	}
	
	.footerNew__right {
		width: 100%;
		padding: 0;
	}
	.footerNew__content {
		padding: 1em 2em;
		flex-direction: column;
	}
}

@media (max-width: 37.5em) {
	.footerNew {
		width: 100vw;
	}
	.footerNew__left {
		width: 100%;
	}
}

/* terms and privacy policy */
.termsPrivacy {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(7, 7, 7, .7);
	z-index: 100000;
	display: none;
}

.termsPrivacy:target {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(7, 7, 7, .7);
	z-index: 100000;
	display: block;
}

.termsPrivacy__close {
	position: fixed;
	top: 5%;
	right: 5%;
	color: white;
	font-size: 17px;
	cursor: pointer;
}

.termsPrivacy__content {
	height: 90%;
	width: 50%;
	background-color: white;
	margin: auto;
	margin-top: 5%;
	padding: 40px;
	overflow: scroll;

}

.termsPrivacy__header {
	text-align: center;
	font-size: 3em;
	font-weight: 600;
	color: #777;
	margin-bottom: 1em;
}

.termsPrivacy__body {
	font-size: 1.7em;
	font-weight: 500;
	color: #777;
}

@media (max-width: 37.5em) {
	.termsPrivacy__content {
		width: 80%;
		height: 90%;
		padding: 20px;
		margin-top: 15%;
	}
	.termsPrivacy__header {
		font-size: 2.2em;
	}

	.termsPrivacy__body {
		font-size: 1.2em;
	}

	.termsPrivacy__close {
		top: 10px;
		right: 10px;
	}
}


/* about page */
.aboutNew {
	background-color: white;
	height: 100%;
	width: 100%;
	transform: translateY(8em);
}

.aboutNew--header {
	background-color: #2C88C0;
	padding: 12em 4em;
	text-align: center;
	
}

.aboutNew--header__header {
	font-size: 4em;
	font-weight: 600;
	color: white;
	text-align: center;
	margin-bottom: 1em;
}

.aboutNew--header__subheader {
	font-size: 2em;
	font-weight: 500;
	color: white;
	text-align: center;
	margin: 0 7.5em 2.5em 7.5em;
	
	
}

.aboutNew--header__buttons {
	display: flex;
	justify-content: center;
	
}

.aboutNew--header__signup {
	font-size: 2em;
	color: white;
	background-color: #E75614;
	border: 3px solid #E75614;
	font-weight: 500;
	padding: .5em 1em;
	margin-right: .5em;
	cursor: pointer;
	transition: all .2s;
}

.aboutNew--header__signup:hover {
	transform: scale(1.1);
}

.aboutNew--header__login {
	font-size: 2em;
	color: white;
	background-color: transparent;
	font-weight: 500;
	border: 3px solid white;
	padding: .5em 1em;
	margin-left: .5em;
	cursor: pointer;
	transition: all .2s;
}

.aboutNew--header__login:hover {
	transform: scale(1.1);
}
.aboutNew__body {
	background-color: white;
	padding: 3em 8em;
}

.aboutNew__about {
	color: #555;
	font-size: 3em;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
}
.aboutNew__about--text {
	color: #555;
	font-size: 1.7em;
	line-height: 1.6;
	font-weight: 500;
	padding: 0 3em;
	margin-bottom: 2em;
}

.aboutNew__about--image {
	height: 75%;
	width: 75%;
	text-align: center;
}

.aboutNew__eligibility {
	font-size: 1.7em;
	color: white;
	font-weight: 500;
	background-color: #E75614;
	padding: 1em;
	cursor: pointer;
	text-align: center;
	transition: all .2s;
	margin-bottom: 1em;
	margin-left: 50%;
	transform: translateX(-50%);
}

.aboutNew__eligibility:hover {
	transform: translateX(-50%) scale(1.1);
}

@media (max-width: 56.25em) {
	.aboutNew--header {
		background-color: #2C88C0;
		padding: 12em 2em;
		text-align: center;
		
	}
	
	.aboutNew--header__subheader {
		margin: 0 2em 2.5em 2em;
	}

	.aboutNew__content {
	padding: 4em 2em;
	}
	
	.aboutNew__body {
		background-color: white;
		padding: 2em;
	
	}
}

@media (max-width: 37.5em) {
	

	.aboutNew__about--text {
		color: #555;
		font-size: 1.4em;
		line-height: 1.6;
		font-weight: 500;
		padding: 0 1em;
	}
	
.aboutNew--header__signup {
	font-size: 1.7em;
	color: white;
	background-color: #E75614;
	font-weight: 500;
	border: none;
	padding: .5em 1em;
	margin-right: .5em;
	cursor: pointer;
	transition: all .2s;
}

.aboutNew--header__login {
	font-size: 1.7em;
	color: white;
	background-color: transparent;
	font-weight: 500;
	border: 3px solid white;
	padding: .5em 1em;
	margin-left: .5em;
	cursor: pointer;
	transition: all .2s;
}
}
/* pricing page */

.pricing {
	padding: 6em 3em;
}

.pricing__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.pricing__title {
	color: #555;
	text-align: center;
}

.pricing__maintitle {
	font-weight: 600;
	font-size: 3em;
}

.pricing__subtitle {
	font-weight: 500;
	font-size: 2em;
	margin-bottom: 1em;
}

.pricing__plans {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 3em;

}

.pricing__plan {
	width: 27em;
	height: auto;
	background-color: white;
	margin: 0 3em;
	padding: 2em 3em;
	border-radius: 2px;
	border: 1.5px solid #f2f2f2; 
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	display: flex;
	flex-direction: column;
	align-items: center;

	transform: translateY(4em);
}

.pricing__plan--premium {
	transform: translateY(0);
}

.pricing__plan--title {
	font-size: 2.4em;
	color: #555;
	text-align: center;
	font-weight: 600;
}

.pricing__plan--title-premium {
	font-size: 1em;
	color: #ECB017;
	font-weight: 500;
	text-emphasis: center;
	
	
}



.pricing__plan--price {
	font-size: 4.5em;
	color: #2C88C0;
	text-align: center;
	
}

.pricing__plan--details {
	display: flex;
	flex-direction: column;
}

.pricing__plan--detail {
	display: flex;
	align-items: center;
}


.pricing__plan--detail-icon {
	height: 1em;
	margin-right: 1em;
}

.pricing__plan--detail-text {
	color: #555;
	font-size: 1.4em;
	font-weight: 500;
}
.pricing__plan--detail-youpay {
	
    color: #555;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
}

.pricing__plan--signup {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 7em;
	padding: .5em .2em;
	font-size: 1.7em;
	font-weight: 500;
	color: white;
	border: none;
	outline: none;
	border-radius: 2px;
	background-color: #E75614;
	cursor: pointer;
	align-self: center;
	transition: all .2s;
}

.pricing__plan--signup:hover {
	transform: scale(1.1);
}
.disable_buy_button {
	opacity: 0.5;
    cursor: not-allowed;
}

.disable_buy_button {
	opacity: 0.5;
    cursor: not-allowed;
}


.pricing__plan--expert-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pricing__plan--expert-recommended {
	background-color: #E75614;
	height: 4em;
	width: 27em;
}

.pricing__plan--expert-recommendedText {
	color: white;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;

}
@media (max-width: 56.25em) {
	.pricing__subtitle {
		margin-bottom: 1em;
	}

	.pricing__plans {
		flex-direction: column;
	}

	.pricing__plan {
		margin-bottom: 2em;
	}

	.pricing__plan--premium {
		transform: translateY(3em);
	}

	.pricing__plan--expert-recommended {
		transform: translateY(3em);

	}
}

.availableuponrequest {
	font-size: 2.7em;
	text-align: center;
}

.doesnotinclude {
	font-size: 12px;
	font-weight: 500;
	color: #777;
}
/* eligibility  */
.eligibilitySection {
	transform: translateY(12em);
}

.eligibility__startagain {
	color: #2C88C0;
	text-decoration: none;
	font-weight: 500;
}

.eligibility__finish {
	font-weight: 500;
	cursor: pointer;
}

.eligibility__question {
	color: #2C88C0;
/* 	color: #4CC8E9;
 */	font-size: 33px;
	font-weight: 600;
}
/* .eligibilitySectionSuccess {
	margin-top: 10em;
} */


/* eligibility success */
.eligibilitySuccess {


}

.eligibilitySuccess__content {
	display: flex;
	flex-direction: column;
	background-color: white; 
	height: auto;
	width: 60%;
	margin: auto; 
	padding: 3em;
	transform: translateY(6em);
	border: 1.5px solid #f2f2f2;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

@media (max-width: 56.25em) {
	.eligibilitySuccess__content {
		width: 100%;
	}
}

.eligibilitySuccess__title {

}


.eligibilitySuccess__title--main {
	color: #2C88C0;
	font-size: 3em;
	font-weight: 600;
	text-align: center; 
	margin-bottom: .5em;
}

.eligibilitySuccess__title--sub {
	color: #777;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center; 
	margin-bottom: .5em;
}

.eligibilitySuccess__body {
	display: flex;
	flex-direction: column;
}

.eligibilitySuccess__benefits {
	font-size: 17px;
	font-weight: 500;
	color: #555;
	margin-bottom: 1em;
	line-height: 2;
}

.eligibilitySuccess__form {
	align-self: flex-start;
	background-color: #E75614;
	color: white;
	font-size: 1.4em;
	font-weight: 500;
	border: none;
	width: 17em;
	margin-left: 12em;
	padding: 1em .5em;
	margin-bottom: 1em;
	cursor: pointer;
	
}
@media (max-width: 56.25em){
  .eligibilitySuccess__form {width: 15em;
  margin-left: -1em!important;}
}

.eligibilitySuccess__disclaimer {
	background-color: #F6F6F6;
	padding: .5em 1em;
}

.eligibilitySuccess__disclaimer--text {
	font-size: 14px;
	color: #333;
	font-weight: 500;

}



/* eligibility failed */
.eligibilityFailedStyle {
	padding: 4em 0;
}



/* faq */
.faq {
	background-color: white;
	width: 80%;
	margin: auto;
	padding: 2em;
	border: 1.5px solid #f2f2f2;
	box-shadow: 0 2px 2px rgba(0,0,0, .2);
}

.faq__header{
	font-size: 3em;
	font-weight: 600;
	color: #555;
	text-align: center;
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 1em;

}

.faq__question {
	font-weight: 600;
	color: #555;
	padding: .5em 0 .15em 0;
}

/* log in */
.login__content {
	background-color: white;
	padding: 3em 5em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.login__header {
	color: #2C88C0; 
	font-weight: 500;
	margin-bottom: 1em;
}

.login__link {
	color: #2C88C0;
	font-size: 1.2em;
	transition: all .2s;
}

.login__link:hover {
	color: #51C8EF;
}

.login__button {
	background-color: #E75614;
	color: white;
	width: 6em;
	padding: .5em;
	border-radius: 2px; 
	font-size: 1.2em;
	font-weight: 500;
	border: none;
	cursor: pointer;
}


/* sign up */

.signup__content {
	padding: 3em;
	background-color: white;
	width: 60em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.signup__header {
	font-weight: 500;
	color: #2C88C0; 
	margin-bottom: 1em;
}

.signup__section {
	font-size: 1.4em;
	font-weight: 500;
	color: #777;
}

.signup__alien-number {
	margin-bottom: 1em; 
}

.signup__languages-notice {
	margin-bottom: 1em;
}

.signup__languages {
	margin-top: 1em;
	width: 80%;
	cursor: pointer;
	height: 1em;
	
}

.signup__link {
	color: #2C88C0;
	font-size: 1.2em;
	transition: all .2s;
}

.signup__link:hover {
	color: #2C88C0;
}

.signup__accept-policy {
	color: #777;
	font-size: 1.7em; 
	margin-bottom: 1em;
}

.signup__button {
	background-color: #E75614;
	color: white;
/* 	width: 8em;
 */	padding: .5em 1.5em;
	border-radius: 2px; 
	font-size: 1.7em;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

.signup__select-languages {
	height: 1em;

}


/* product */

.product {
	overflow-x: hidden; 
	overflow-y: hidden;
}

.product--header {
    background-image: linear-gradient(to right, #2C88C0,#2C88C0);
    padding: 12em 2em;
    text-align: center;
	transform: translateY(8em);

}

.product--header__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    
}

.product--header__title {
    font-size: 4em;
    font-weight: 600;
    color: white;
    margin-bottom: 1em;
}

.product--header__subtitle {
	font-size: 2em;
	font-weight: 500;
	color: white;
	text-align: center;
	margin: 0 7.5em 2em 7.5em;
}

.product--header__nav {
    display: flex;
    justify-content: center;
    padding: 0 8em;
    margin-top: 12%;
}

.product--header__button {
    width: 14em;
    padding: 0 1em;
    height: 5em;
    background-color: #E75614;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    outline: none;
    border: none;
    margin: 0 2em;
}

.product--features {
/* 	height: 100%;
	width: 100%; */
}

.product--features__content {
    background-color: white;
    transform: translateY(8rem);
    padding: 3em 7.5em;
    height: 100%;
    width: 100%;
}

.product--features__right {
    display: flex;    
    margin-bottom: 80px;
	display: flex;
	
}

.product--features__left {
    display: flex;
    margin-bottom: 80px;    
    display: flex;
    
}

.product--study {
	background-color: #fbfbfb;
}

.product--features__image {
    width: 50%;
    height: auto;
    margin-right: 5%;
}

.product--features__image--image {
    	width: 100%;
    	height: auto;
    	padding: 0 3em;
}

.product--features__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;

}

.product--features__header {
    color: #2C88C0;
    font-weight: 600;
    font-size: 30px;
    width: 80%;
}

.product--features__sub {
    display: flex;
    flex-direction: column;
}

.product--features__sub-header {
    color: #555;
    font-weight: 600;
    font-size: 24px;
}

.product--features__sub-text {
    color: #555;
    font-weight: 500;
    font-size: 22px;
    width: 80%;
    
}


@media (max-width: 56.25em) {
	.product--header__title {
		font-size: 3em;
	}
	.product--header__content {
		align-items: center; 
	}
	.product--header__nav {
		flex-direction: column;
	}
	.product--header__button {
		margin-right: 0;
		margin-bottom: .5em;
		font-size: 1.7em;
	}
	
	.product--header__subtitle {
		margin: 0 1em;
	}

	.product--features__content {
    	padding: 3em;
	

	}

	.product--features__right {
		flex-direction: column;
		align-items: center;
		transform: translateX(0);
		text-align: center; 
		
		padding: 0 1em;
	}

	.product--features__left {
		flex-direction: column;
		align-items: center;
		transform: translateX(0);
		text-align: center;
		display: block;
		padding: 0 1em;
	}

	.product--features__image {
		width: 100%;
		display: block;
	}
	
	.languages__selectlanguage1 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 1em 0 1em .5em;
    font-size: 12px;
    width: auto;
    text-align: center;
    border: none;
    background-color: #E75614;
    color: white;
    outline: none;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0px;
	}

	.product--features__text {
		width: 100%;
		margin-left: 0;
	}

	.product--features__header {
		width: 100%;
	}

	.product--features__sub-header {
		width: 100%;
	}

	.product--features__sub-text {
		width: 100%;
	}
}

@media (max-width: 37.5em) {
	.product--header {
    padding: 8em 2em;
	

	}
	.product--header__nav {
	padding: 0 2em;
	
	}

	.productSignup {
		display: none;
	}
	
	.productSignin {
		display: none;
	}
}

/* user sections */




/* study material */
.studyMaterial {
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translateY(7em);
}

.studyMaterial__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 36px;
}

.studyMaterial__card {
    height: 220px;
    width: 360px;
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 0px 2px 2px #bbb;
    margin: 2%;    
    text-align: center;
    padding: 12px;
}

.studyMaterial__card--text {
    margin-top: 15%;
    font-size: 27px;
    font-weight: 500;
    color: #555;
    margin-bottom: 24px;
}

.studyMaterial__card--button {
    background-color: #E75614;
    padding: 10px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    border: none;

    cursor: pointer;

}

/* flashcards */

.flashCard__row {
	margin-bottom: 2em;
}

.flashCard__question {
	font-weight: 700;
	font-size: 18px;
}

.flashCard__answer {
	font-weight: 700;
	font-size: 16px;
	color: #2C88C0;
	padding: 0;
	margin: 0px;
}

.flashCard__answer li {
	list-style: none;
}

.flashCard__button {
	background-color: #E75614;
}

.check-circle {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}
.waterMark {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.waterMark::after {
	content: "";
	background: url(../images/csflashcardzlogo.png) no-repeat;
	opacity: 0.2;
	top: 4px;
	left: 57%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
/* practice test */
.practiceTest {
	backgroundColor: #F4FDFF; 
}




/* test result */
.testResult {
	backgroundColor: #fff;
	min-height: 60vh;
	width: 100%;
	transform: translateY(7em);
	padding: 0 5em 0 10em;
}


.removelink {
    color: white;
    text-decoration: none;
}

.removelink_english {
	margin-top: 1em;
	width: 45em;
	margin-left: 50%;
	transform: translateX(-50%);
    color: white;
    text-decoration: none;
        outline: none;
}

/* video */
.displayVideo__header {
	font-weight: 500;
	text-align: center;
	color: #555;
}


/* faq users */

.faqUser {
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translateY(6em);
    padding-top: 50px;
    padding-bottom: 100px;
}

.faqUser__content {
    display: flex;
    flex-direction: column;
    padding: 36px;
    height: 100%;
	
}

.faqUser__header {
    color: #555;
    font-size: 36px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
}

.faqUser__faqs {
	background-color: white;
	border: 1px solid #EAEAEA;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.faqUser__question {
	font-size: 17px;
	font-weight: 600;
	color: #555;
	padding: .5em;
	transform: translateY(.4em);
	
}

.faqUser__answer {
	font-size: 1.4em;
	color: #777;
	font-weight: 500;
}



/*  list forms */
.listForms {
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translateY(6rem);
    padding: 0 10em;
}

.listForms__content {
    display: flex;
	flex-direction: column;
    padding: 36px;
    height: 100%;
}

.listForms__header {
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 33px;
    margin-top: 33px;
}

.listForms__container {
   /* color: #fff; */
}

/* document Upload */
.documentUpload {
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 0 10em;
	margin: 0;
}




.displayVideo__content {
	min-height: 50vh;
}
#gettingStarted{
	
	background:  white; 
	background-size: cover;
	padding-bottom: 80px;
	transform: translateY(6em);
	
}
#howTo{
	color: #fff;
	margin-top: 60px;
}
#howTo p{
	font-size: 1.3em;
	line-height: 1.5em
}
.card{
	background: #FFFFFF;
box-shadow: 0 2px 14px 0 rgba(0,0,0,0.30);
border-radius: 2px
}
.card-lg{
	padding: 2em
}
#gettingStarted .card{
	position: relatrive;
	margin-top: -80px;
}

#usp-list .list-text{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
	height: 80px;
	font-size: 18px;
	
}
#usp-list .list-text h3{
	margin-top: 10px;
}
#usp-list {
	padding: 30px;
	
}

#howItWorks{
	background: rgba(221,228,231,.5);
	padding: 80px 0;
	
}
#howItWorks .box{
	padding: 30px;
	font-size: 1rem;
	background: #fff;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
border-radius: 3px;
margin-top: 30px;

}


.innerpage{
	margin-top: -80px;
    position: relative;
    z-index: 999999;
    margin-bottom: 80px;
}
.card-body{
	padding: 50px;
}
.card-footer{
	padding: 30px;
	background: #f9fafb
}
.card-footer a svg{ vertical-align: middle}
.progress{ margin-top: 30px;}
.progress-bar{background: #E75614;}


.columns {
    float: left;
    width: 25%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price li{ margin: 0}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #182D66;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    height: 78px;
}

.price .grey {
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    color: #182D66;
}
.feature-list li{
	border: none;
	font-size: 18px;
	text-align: left;
	
	
}
.price li.cta{
	border: none;
	padding-bottom: 20px;
	height: auto;
}
.feature-list:hover{ box-shadow: none !important;}
.recommonded{
	background-image: linear-gradient(-165deg, #FB964C 0%, #F55D25 98%) !important;
}
.pricingPanel{
	margin-top: -80px;
}



.addlink {
	text-decoration: underline;
	color: white;
}

.addlink:hover {
	color: white;
	
}

  @media (min-width: 150px) and (max-width: 200px) {
		.footerNew__left--newsletter-input{
			width:6em
		}
	  }
    @media (min-width: 200px) and (max-width: 355px) {
		.footerNew__left--newsletter-input{
			width:7em
		}
		.languages__languagex{
			width: 10em;
		}
    }
	 @media (min-width: 355px) and (max-width: 430px) {

		.languages__languagex{
			width: 10em;
		}
    }
		 @media (min-width: 430px) and (max-width: 550px) {

		.languages__languagex{
			width: 13em;
		}
    }
		 @media (min-width: 550px) and (max-width: 700px) {

		.languages__languagex{
			width: 9em;
		}
		.fullscreenFlashcard__flashcard{
		padding-top:0;
		font-size:1.4em
		}
		.fullscreenFlashcard__content{
			padding:2em 4em;
		}
    }
@media (max-width: 56.25em){
  .eligibilitySuccess__content {width: 80%;}
}

@media only screen and (max-width: 720px) {
	.documentUpload{padding: 0 2em 0 2em;}
}

@media only screen and (max-width: 680px) {
	.testResult{padding: 0 3em 0 3em;}
	.listForms{padding: 0 3em 0 3em;}
}
@media only screen and (max-width: 550px) {
	.eligibilitySuccess__title--main{font-size: 2em;}
  .eligibilitySuccess__title--sub{font-size: 1.4em;}
  .eligibilitySuccess__benefits{font-size: 14px;}
  #btnSubmit-0{top: 6px !important;left: 0 !important;}
  .listForms__content .listForms__container{min-width: 200px !important;}

}
@media only screen and (max-width: 450px) {
	.testResult{padding: 0 1.5em 0 1.5em;}
	.listForms{padding: 0 1.5em 0 1.5em;}
}
@media only screen and (max-width: 360px) {
	.eligibilitySuccess__title--main{font-size: 1.5em;}
}
.questionDivWrapper{
	display: inline-table;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px !important;
}
.notify{position: relative;}
.notify .navbar-user__item{font-size: 20px;}
.notify .noti_count{
	position: absolute;
    padding: 3px 7px;
    border-radius: 50%;
    background: #E75614;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    top: -10px;
    right: -8px;
}
.notify .dropdown-menu {
    padding: 0px;
    font-size: 11px;
    line-height: 1.5em;
    position: absolute;
    border-radius: 12px;
    right: -3px;
    width: 262px;
    left: auto;
    top: 45px;
    border: 2px solid #E75614;
}
 .notify .dropdown-menu::before{
 	content: '';
    position: absolute;
    left: auto;
    right: 9px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E75614;
    clear: both;
 }
 .notify .dropdown-menu li{
 	padding:8px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    background: #fbfbfb;
    font-weight: 550;
    border-bottom: 1px solid #E75614;
 }
 .notify .dropdown-menu li:first-child{
 	border-radius:12px;
 }
 .notify .dropdown-menu li:last-child{
 	border-bottom: 0px;
 	border-radius:12px;
 }
 
 .accountingtable_container {
	width:100%;
	display:block;
	/*max-height:90%;  para usar a futuro con scroll/cuidado, est� generando problemas*/
	margin: 0 0 20px;
}

.accountingtable_head {
    background-color:#E9E9E9;;
    height:30px;
    font-size:12px; /*150706*/
    font-weight:bold;
    color: #3C5B9B;
    padding:8px 10px;
    width: 100%;
    width: 100%;
    width: 100%;
	display: inline-table;
}

.mini_bt_txt {
	float: left;
    /*margin: -1px 0;*/
    padding: 0 8px 0 2px;
}

.accountingtable_bt {
  background-color:#E9E9E9;;
  border:0 none;
  color:#3C5B9B;
  text-decoration:none;
  height:28px;
  width:auto;
  cursor:pointer;
  font-weight:bold;
  text-align:left;
  margin: -3px 0;
  padding:0;	
}

.accountingtable_icons {
    float:right;
    margin-right: 15px;
    margin-top : 3px;
}
.invoicetable_head {
    background-color:#E9E9E9;;
    height:30px;
    font-size:12px; /*150706*/
    font-weight:bold;
    color: #3C5B9B;
    padding:8px 10px;
    width: 100%;
    width: 100%;
    width: 100%;
	display: inline-table;
}
.invoicetable_subhead_content {
    width:calc (100% -4px);
    border:#DDE3EE solid 2px;
    padding:8px 15px;
    margin:0 auto;
}
.main_form {
    width:100%;
    margin:0 auto;
}
span.asterisk {
	color:#F00;
	font-size:10px;
	font-weight:bold;
	padding: 0 0 0 3px;
}

.invoicetable_container {
	width:100%;
	display:block;
	/*max-height:90%;  para usar a futuro con scroll/cuidado, est� generando problemas*/
	margin: 0 0 20px;
}
 
 .scroll_content {
	border-bottom:1px solid #ccc;
    overflow-y: auto;
	max-height: calc(100vh - 217px) !important;
	width:100%;
	position:static;
	height:100vh; /*150702*/
/*@media only screen and (min-width: 1680px) {
	.scroll_content {
	max-height: calc(100vh - 230px) !important;
}*//*150706*/
}

.button_01 {
	font-size:13px;
	margin-right:13px;
	border-radius:4px;
	border:none;
	cursor:pointer;
	text-decoration:none;
	float: left;
	font-weight: normal;
    background-color: #3C5B9B;
    color: #FFF;
    min-width: 120px;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: center;
	
}
.pure-g {
    /*align-content: flex-start;*/
    text-rendering: optimizespeed;
	clear: both;
    display: inherit;
    min-height: 42px; /*55px;*/
    margin: 0 0 23px;
    /*padding: 0 0 5px;
	width:calc(100% + 3%);*/
}
.grid_3 {
	width:30.3%;
}

 
 
 .ui-widget-header{
    border: 1px solid #2988b7;
    background: #2988b7;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 10px;
    letter-spacing: 1px;
}	
.ui-multiselect-checkboxes{
	padding: 6px 10px;
    background: #FFF;
}
.ui-multiselect-checkboxes li{ 
    font-size: 14px;
    line-height: 1.2em;
    padding: 2px 10px;
    letter-spacing: 1px;
}
.ui-multiselect-checkboxes li label{
	font-size: 14px;
    letter-spacing: 1px;
}
.ui-multiselect-checkboxes li label input{
	    margin-right: 10px;
		}
		
.ui-multiselect-checkboxes li:hover label, 
.ui-multiselect-checkboxes li:focus label{
    border: 1px solid #ddd !important;
    background: #e7e7e7 !important;
    font-weight: bold !important;
    color: #000 !important;
}

.ui-button-text{
	font-size: 14px;
}
.captcha_padding{
	padding: 6px 178px;
}
.homeLandingPageContainer.p-5{
	padding: 1rem!important;
}

@media only screen and (max-width: 992px) {
	.signup__content{
		width: 100%;
	}
	.signup__content .signup_form_row .col{
		width: 100%;
    	flex-basis: auto;
	}
	.captcha_padding{
		padding: 6px 27px;
	}
	.landingNavItem{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.landingNavItem--button .tooltiptext{
		z-index: 99;
		left: auto;
		font-size: 12px;
		z-index: 99;
	}
}
.mini-tabs li a {
       padding: 20px !important;
    margin: 10px!important;
    display: inline-block!important;
    width: 100%;
    border-radius: 33px!important;
}

body .btn{min-width:100px;}
body .testStartBt .btn-primary:focus,body .btn-primary:hover,body .btn-primary:visited{background-color:#ec4618;border-color:#ec4618;color:#fff;box-shadow:1px 1px 10px rgba(100,77,235,.4)}
a{color:#051d74;text-decoration:none}
h1,h2,h3,h4,h5,h6{color:#051d74;font-weight:600;font-family: Poppins,sans-serif;}
.main_header{background:#fff}
.main_header .navbar{padding:0}
.main_header .navbar .navbar-nav .nav-link{color:#051d74;font-size:16px;padding:10px 17px;font-weight:500}
.main_header .navbar .navbar-nav .nav-link.active{color:#1d5691!important}
.main_header .navbar-brand img{height:82px;width:auto}
.btn-dark{background-color:#232340;color:#fff!important}
body .alert-info{color:#232340CC;background-color:#d1ecfd;border-color:#d1ecfd;font-size: 16px;}
@media (min-width:767px){ 
	.radius-0{border-radius:0!important}
    .radiusr-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}
    .radiusl-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}
}
.services_container{padding:0px 0 20px}
.service_block{background-color:transparent;width:100%;height:450px;perspective:1000px;margin-bottom:30px}
.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d;font-size: 16px;}
.service_block:hover .flip-card-inner{transform:rotateY(180deg)}
.back_flip,.front_flip{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s}
.front_flip{background-color:#fff;color:#000;padding:20px;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50px}
.back_flip{background-color:#1d5691;color:#fff;transform:rotateY(180deg);padding:20px;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50px}
.front_flip h2{margin-top:15px;font-size:22px}
.back_flip h2{margin-bottom:40px;font-size:27px}
.back_flip .btn{margin-top:30px}
.front_flip img{max-width:170px}
.allrights{padding-top:20px;margin-top:20px}
.breadcrumbs{background:#eee;padding:10px 0}
.breadcrumb{background:#eee!important}
.breadcrumb li { font-size: 15px;}
.breadcrumbs ul li,.breadcrumbs ul li a{color:#4f4f66}
.citizenship{padding:70px 0}
.citizenship .nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#3888c0;color:#fff}
.citizenship .nav-pills .nav-link{background-color:#d1ecfd;color:#1d5691;border-radius:25px;padding:17px;margin-right:20px;min-width:200px;text-align:center;font-size:19px;margin-bottom:20px}
.instructions .card{box-shadow:1px 1px 10px rgba(0,0,0,.12);border-radius:12px}
.instructions .card-header{background-color:rgba(56,136,192,1.8);border:none;border-radius:12px}
.instructions .card-header h2{color:#fff;font-weight:500;font-size:20px;margin:0;padding:10px}
.instructions .card .card-body{min-height:430px;color:#94A1C5;text-align:left;}
.instructions ul li{margin-bottom:4px;font-family: Poppins,sans-serif;}
.intro_videos{padding:50px 0}
.video_text{padding:20px;border-radius:25px;background:#d1ecfd;color:#232340CC;}
.video_text p {font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;}
.video_text h3{color:#e7562d}
.video_popup{position:relative;margin-bottom:20px}
.video_popup img{max-width:100%}
.playicon{position:absolute;top:0;bottom:0;right:0;left:0;width:100px;height:100px;margin:auto}
.ctaline {margin-bottom:30px;}
.no-transfoms {transform: none !important;}
.headerwhitespace {display:inline-block; width:100%; height:100px;}
.listformflip {box-shadow: 1px 1px 10px rgba(0,0,0,0.12);}
.bottoms_footer {padding:60px 0 0;background-color:#111;color:#fff;/* margin-top:100px; */} 
.bottoms_footer .footer_widget h3{font-size:20px;margin-bottom:23px;line-height:1.4}
.bottoms_footer ul { list-style:none;padding:0;margin:0;font-family: Poppins,sans-serif;}
.bottoms_footer ul li a{color:#fff;display:block;text-decoration:none;}
.bottoms_footer .f_logo img{max-width:80%;}
.bottoms_footer .info_lists li{margin-bottom:10px;font-size:15px;font-weight:400;display:flex;width:100%;}
.bottoms_footer .info_lists li i {
    width: 40px;
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}
.bottoms_footer .footer_links li {float:left; width:100%;margin: 0em;}
.bottoms_footer .footer_links li a{display:flex;padding:5px 0; border:none;font-size:16px;}
.bottoms_footer .socials_links{display:flex;}
.bottoms_footer .socials_links li a {padding:8px;margin-right:3px; border:none;font-size: 18px;} 
.links {color:#007bff;}
.citizenform_tabs ul.progbarUl {margin-left:0px !important;}
.citizenform_tabs .progressbarItems {  width: 100%; height: auto; max-width: 100%; } 
.citizenform_tabs nav ul.progbarUl li a {
    font-weight: 500;
    display: table;
    background: #D1ECFD !important;
    height: auto;
    color: #1D5691 !important;
    border-radius: 25px;
    padding: 12px 17px !important;
    margin-right: 15px;
    min-width: 136px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    width: auto;
}
.citizenform_tabs nav ul.progbarUl li a:hover {text-decoration:none;}
.citizenform_tabs nav ul.progbarUl li.active a {  background:#3888C0 !important;  color: #ffffff !important; }
.instructions ul {padding-left:15px;margin-top:15px;}
.instructions ul li {
    margin-bottom: 6px;
    font-family: Poppins, sans-serif;
    float: left;
    width: 100%;
    position: relative;
    padding-left:20px;
}
.instructions ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    font-size: 8px;
    top: 5px;
}
 .instructions .btn-warning, .instructions .btn-warning:hover, .instructions .btn-warning:focus, .instructions .btn-warning:visited {
    background-color: #ec4618 !important;
    border-color: #ec4618 !important;
}
.instructions p {
    line-height: 1.7;
    font-size: 16px;
}
.descpara {font-size:14px;}
.border-top {
    border-top: 1px solid #ddd;
}
.progressBarContent {margin-top:15px;}
.testContent, .fillFormContent {margin:auto;}

@media (max-width:767px){
.main_header .navbar-brand img{height:59px;width:auto}
.citizenform_tabs nav ul.progbarUl li a {
	width: 100%;
}
.citizenform_tabs nav ul li {
    float: left;
    width: 100%;
}

}


.bg-white {
    background: #ffffff;
}
.bg-light-grey {
    background: #f6f7fb;
}

.welcome-heading {
    color: #333;
    font-size: 2.4em;
    font-weight: 600;
    margin-top: 3em;
    width: 100%;
    margin-bottom: .5em;
}

.welcome-heading-sub {
    color: #333;
    font-size: 1.7em;
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
}

.language {
    nowrap: nowrap;
    cursor: pointer;
    padding: 15px 0px 10px 25px;
    font-size: 17px;
    color: black;
}

.answers {
	font-size: 16px;
	display: block;
	text-transform: capitalize;
}

/*login page changes start*/
.header {
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}
/* ul.navbar-nav {
	display: inline-block;
} */

ul.navbar-nav>li {
	float: none;
	display: inline-block;
	position: relative;
}

ul.navbar-nav>li:last-child {
	padding-right: 0;
}

ul.navbar-nav>li:last-child:after {
	background: none;
}

ul.navbar-nav>li>a {
	color: #000;
	text-rendering: optimizeLegibility;
	display: inline-block;
	padding: 5px 10px;
	line-height: 60px;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

ul.navbar-nav>li:hover>a:before,
ul.navbar-nav>li.active>a:before {
	border-color: #2d3559;
	opacity: 1;
	transform: scale(1) translateZ(0);
}

ul.navbar-nav>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-bottom: 3px solid transparent;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
	-moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
	-ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
	-o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
	transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
	background: none;
}

ul.navbar-nav>li>a i {
	font-weight: 700;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: transparent;
	border-color: transparent;
}

.loginbtn,.signupbtn {
	padding: 7px 30px;
	background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
}

.loginbtn:hover,.signupbtn:hover {
	padding: 7px 30px;
	background: #fff;
	border-radius: 10px;
	color: #2C88C0;
	font-weight: 600;
	border: 1px solid #2C88C0;
	transition: .5s;
}


/* .signupbtn {
	padding: 5px 30px;
	border: 2px solid #2C88C0;
	border-radius: 10px;
	color: #2C88C0;
	font-weight: 600;
}

.signupbtn:hover {
	padding: 5px 30px;
	background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	transition: .5s;
} */
#signup .form-bg {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
#signup form {
  width: 100%;
}

/*-- Logo --*/

.logo {
	height: auto;
	display: table;
}

.logo a {
	display: table-cell;
	vertical-align: middle;
	padding-top: 15px;
}

.header.nav-down .logo {
	height: 110px;
}
/*login page ends*/

body {
	background: #F5F5F7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252a37;
	font-family: 'Ubuntu', sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 900;
}

h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

.headerinfo {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../images/headerbg.jpg);
}


.header.navdown-boxed {
	height: 150px;
}

.header.navdown-boxed .site-navigation.navdown {
	background: none;
}

.header.navdown-boxed .site-navigation.navdown .row {
	position: relative;
	background: #2178AE;
	bottom: 0;
	z-index: 1;
	margin: 0;
	width: 100%;
}

.header.navdown-boxed .nav-search {
	right: 15px;
}

.nav-search.hide span {
	opacity: 0;
}

/* Logo area */

.logo-area {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	padding: 0px 0;
	height: 70px;
}

.logo-area .top-info {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* header right */

.header-right {
	float: right;
}

.top-info {
	list-style: none;
	margin: 35px 0 0;
	padding: 0;
	float: right;
}

.top-info li {
	display: inline-block;
}

.top-info li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.top-info .info-icon {
	font-size: 20px;
	color: #2178AE;
	display: inline-block;
	top: -10px;
	position: relative;
	margin-right: 10px;
	width: 45px;
	height: 47px;
	border: 1px solid #2C88C0;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
}

.top-info .info-wrapper {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	padding-right: 10px;
}

.top-info .info-wrapper:after {
	position: absolute;
	content: '';
	background: #ddd;
	right: -15px;
	width: 1px;
	height: 35px;
	top: 6px;
}

.top-info li .info-wrapper p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: normal;
	font-weight: normal;
	color: #000;
}

.top-info li.last .info-wrapper:after {
	background: none;
}

.top-info li .info-wrapper p.info-subtitle {
	line-height: normal;
	font-size: 14px;
	font-weight: 400;
	color: #7a7a7a;
	margin-top: 5px;
}

.languagebtn {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	padding: 7px 12px;
	top: -10px;
	border-radius: 15px;
	border: 2px solid #2C88C0;
	background: #fff;
}

.languagebtn .fas.fa-globe {
	font-size: 20px;
	color: #196EA1;
}

.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

/* #login{
	padding-top: 20%;
} */
#login form{
	width: 100%;
}
 #login .form-group{
     width: 100%;
}
#login .form-container{
	margin: auto;
	text-align: center;
}
 #login.form-horizontal .form-icon{
     color: #fff;
     background-color: #1B394D;
     font-size: 75px;
     line-height: 92px;
     height: 90px;
     width: 90px;
     margin: -65px auto 10px;
     border-radius: 50%;
}
 #login .form-container .user-signup {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
	 padding-top: 60px;
}
 #login .form-horizontal .form-group{
     margin: 0 0 10px;
     position: relative;
}
 #login.form-horizontal .form-group:nth-child(3){
     margin-bottom: 30px;
}
 #login.form-horizontal .form-group .input-icon{
     color: #e7e7e7;
     font-size: 23px;
     position: absolute;
     left: 0;
     top: 10px;
}
 #login.form-horizontal .form-control{
     color: #000;
     font-size: 16px;
     font-weight: 600;
     height: 50px;
     padding: 10px 10px 10px 40px;
     margin: 0 0 5px;
     border: none;
     border-bottom: 2px solid #e7e7e7;
     border-radius: 0px;
     box-shadow: none;
}
 #login .form-horizontal .form-control:focus{
     box-shadow: none;
     border-bottom-color: #EC5F20;
}
 #login .form-horizontal .form-control::placeholder{
     color: #000;
     font-size: 16px;
     font-weight: 600;
}
 #login.form-horizontal .forgot{
     font-size: 13px;
     font-weight: 600;
     text-align: right;
     display: block;
}
 #login.form-horizontal .forgot a{
     color: #000;
	 font-size: 16px;
     transition: all 0.3s ease 0s;
}
 #login.form-horizontal .forgot a:hover{
     color: #777;
     text-decoration: underline;
}
 #login .signin{
     color: #fff;
     background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
     font-size: 17px;
     text-transform: capitalize;
     letter-spacing: 2px;
     width: 70%;
	 border-radius: 10px;
     padding: 12px;
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
     transition: all 0.4s ease 0s;
	 margin: auto;
left: 0;
right: 0;
position: absolute;
}
 #login .signin:hover{
     font-weight: 600;
	 background: #fff;
	 color: #014A77;
     letter-spacing: 5px;
     box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

.form-container{
     background-color: #fff;
     font-family: 'Titillium Web', sans-serif;
     font-size: 0;
     padding: 20px;
     border-radius: 20px;
	 margin-top: 10px;
	 padding-bottom: 30px;
     box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}
 .form-container .title{
     color: #000;
     font-size: 25px;
     font-weight: 600;
     text-transform: capitalize;
     margin: 0 0 25px;
}
 .form-container .title:after{
     content: '';
     background-color: #00A9EF;
     height: 3px;
     width: 60px;
     margin: 10px 0 0;
     display: block;
     clear: both;
}
 .form-container .sub-title{
     color: #333;
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
     margin: 0 0 20px;
}
 .form-container .form-horizontal{
     font-size: 0;
}
 .form-container .form-horizontal .form-group{
     color: #333;
     width: 50%;
     padding: 0 8px;
     margin: 0px;
     display: inline-block;
	 text-align: left;
}
 .form-container .form-horizontal .form-group2{
     color: #333;
     width: 100%;
     padding: 0 8px;
     margin: 0 0 15px;
     display: inline-block;
}
 .form-container .form-horizontal .form-group:nth-child(4){
     margin-bottom: 30px;
}
 .form-container .form-horizontal .form-group label{
     font-size: 15px;
     font-weight: 600;
}
 .form-container .form-horizontal .form-group2 label{
     font-size: 17px;
     font-weight: 600;
	 color: #000;
}
 .form-container .form-horizontal .form-control{
     color: #888;
     background: #fff;
     font-weight: 400;
     letter-spacing: 1px;
     height: 40px;
     padding: 6px 12px;
     border-radius: 10px;
     border: 2px solid #e7e7e7;
     box-shadow: none;
}
 .form-container .form-horizontal .form-control:focus{
     box-shadow: 0 0 5px #dcdcdc;
}
 .form-container .form-horizontal .check-terms{
     padding: 0 8px;
     margin: 0 0 25px;
}
 .form-container .form-horizontal .check-terms .check-label{
     color: #333;
     font-size: 14px;
     font-weight: 500;
     font-style: italic;
     vertical-align: top;
     display: inline-block;
}
 .form-container .form-horizontal .check-terms .checkbox{
     height: 17px;
     width: 17px;
     min-height: auto;
     margin: 2px 8px 0 0;
     border: 2px solid #d9d9d9;
     border-radius: 2px;
     cursor: pointer;
     display: inline-block;
     position: relative;
     appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
     transition: all 0.3s ease 0s;
}
 .form-container .form-horizontal .check-terms .checkbox:before{
     content: '';
     height: 5px;
     width: 9px;
     border-bottom: 2px solid #00A9EF;
     border-left: 2px solid #00A9EF;
     transform: rotate(-45deg);
     position: absolute;
     left: 2px;
     top: 2.5px;
     transition: all 0.3s ease;
}
 .form-container .form-horizontal .check-terms .checkbox:checked:before{
     opacity: 1;
}
 .form-container .form-horizontal .check-terms .checkbox:not(:checked):before{
     opacity: 0;
}
 .form-container .form-horizontal .check-terms .checkbox:focus{
     outline: none;
}
 .form-container .signin-link{
     color: #333;
     font-size: 14px;
     width: calc(100% - 190px);
     margin-right: 30px;
     display: inline-block;
     vertical-align: top;
}
 .form-container .signin-link a{
     color: #00A9EF;
     font-weight: 600;
     transition: all 0.3s ease 0s;
}
 .form-container .signin-link a:hover{
     text-decoration: underline;
}
 .form-container .form-horizontal .signup{
     color: #fff;
     background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
     font-size: 15px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     width: 160px;
     padding: 8px 15px 9px;
     border-radius: 10px;
     transition: all 0.3s ease 0s;
	 float: right;
}
 .form-container .form-horizontal .btn:hover, .form-container .form-horizontal .btn:focus{
     text-shadow: 0 0 5px rgba(0,0,0,0.5);
     box-shadow: 3px 3px rgba(0,0,0,0.15),5px 5px rgba(0,0,0,0.1);
     outline: none;
}
 @media only screen and (max-width:479px){
     .form-container .form-horizontal .form-group{
         width: 100%;
    }
     .form-container .signin-link{
         width: 100%;
         margin: 0 10px 15px;
    }
}

.form-horizontal .form-group{
     margin: 0 50px 30px 50px;
     position: relative;
}
 .form-horizontal .form-group:nth-last-child(2){
     margin-bottom: 40px;
}
 .form-horizontal .form-group:last-child{
     margin: 0;
}
 .form-horizontal .form-control{
     height: 45px;
     background: #f1f1f1;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0 20px;
     font-size: 14px;
     font-weight: bold;
     color: #5c636c;
     position: relative;
     transition: all 0.3s ease 0s;
}
 .form-horizontal .form-control[type=password]{
     padding: 0 45px 0 20px;
}
 .form-horizontal .form-control:focus{
     box-shadow: none;
     outline: 0 none;
}
 .form-horizontal .form-control+span:before{
     content: "";
     width: 2px;
     height: 0;
     background: #2392fe;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.4s ease 0s;
}
 .form-horizontal .form-control:focus+span:before{
     height: 100%;
}
 .form-horizontal .show-hide{
     position: absolute;
     top: 60%;
     right: 20px;
     transform: translateY(-50%);
}
 .form-horizontal .show-hide span{
     width: 12px;
     height: 12px;
     line-height: 12px;
     background: #2392fe;
     border-radius: 50%;
     float: right;
     cursor: pointer;
	 left: 230px;
}
 .form-horizontal .show-hide span:before{
     content: "";
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #000;
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .form-horizontal .show-hide span.show:after{
     content: "";
     width: 2px;
     height: 35px;
     background: #777d85;
     position: absolute;
     top: -11px;
     left: 5px;
     opacity: 1;
     transform: rotate(30deg);
}
 .form-horizontal .show-hide span:after{
     opacity: 0;
}





 .form-horizontal .show-hide2{
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
}
 .form-horizontal .show-hide2 span{
     width: 12px;
     height: 12px;
     line-height: 12px;
     background: #2392fe;
     border-radius: 50%;
     float: right;
     cursor: pointer;
}
 .form-horizontal .show-hide2 span:before{
     content: "";
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #000;
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .form-horizontal .show-hide2 span.show2:after{
     content: "";
     width: 2px;
     height: 35px;
     background: #777d85;
     position: absolute;
     top: -11px;
     left: 5px;
     opacity: 1;
     transform: rotate(30deg);
}
 .form-horizontal .show-hide2 span:after{
     opacity: 0;
}







 .form-horizontal .main-checkbox{
     width: 20px;
     height: 20px;
     border-radius: 50%;
     border: 1px solid #2392fe;
     background: #2392fe;
     float: left;
     margin: 5px 0 0 0;
     position: relative;
}
 .form-horizontal .main-checkbox label{
     width: 20px;
     height: 20px;
     position: absolute;
     top: 0;
     left: 0;
     cursor: pointer;
}
 .form-horizontal .main-checkbox label:after{
     content: "";
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #fff;
     margin: auto;
     position: absolute;
     top: -2px;
     left: 0;
     bottom: 0;
     right: 0;
     opacity: 0;
}
 .form-horizontal .main-checkbox input[type=checkbox]{
     visibility: hidden;
}
 .form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
     opacity: 1;
}
 .form-horizontal .text{
     float: left;
     font-size: 13px;
     font-weight: bold;
     color: #5c636c;
     margin-left: 7px;
     line-height: 20px;
     padding-top: 5px;
     text-transform: uppercase;
}
 .form-horizontal .btn{
     width: 50%;
     background: #2392fe;
     padding: 12px 20px;
     float: left;
     border: none;
     border-radius: 0;
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
}
 .form-horizontal .btn:focus{
     background: #2392fe;
     color: #fff;
     outline: none;
     box-shadow: none;
}
 .form-horizontal .btn.facebook, .form-horizontal .btn.facebook:focus{
     background: #29416f;
}
 .form-horizontal .forgot-pass{
     width: auto;
     float: right;
     background: transparent;
     font-size: 13px;
     font-weight: bold;
     color: #5c636c;
     line-height: 20px;
     text-transform: uppercase;
     text-decoration: underline;
     padding: 5px 0 0 0;
     margin-top: 0;
     box-shadow: none;
     transition: all 0.3s ease 0s;
}
 .form-horizontal .forgot-pass:hover, .form-horizontal .forgot-pass:focus{
     background: transparent;
     text-decoration: none;
}
 @media only screen and (max-width: 479px){
     .form-horizontal .form-group{
         margin: 0 20px 30px;
    }
     .form-horizontal .form-group:nth-last-child(2){
         text-align: center;
         margin-bottom: 30px;
    }
     .form-horizontal .main-checkbox, .form-horizontal .text{
         float: none;
         display: inline;
    }
     .form-horizontal .btn{
         width: 100%;
    }
     .form-horizontal .forgot-pass{
         width: 100%;
         float: none;
         padding: 0;
         margin-top: 7px;
    }
}

.signup_pic{
	margin-bottom: 15%;
	margin-top: 15%;
}
.signup_pic img{
	width: 100%;
}

 .form-horizontal .forgot{
     font-size: 13px;
     font-weight: 600;
     text-align: right;
     display: block;
}
 .form-horizontal .forgot a{
     color: #000;
	  font-size: 16px;
     transition: all 0.3s ease 0s;
}
 .form-horizontal .forgot a:hover{
     color: #777;
     text-decoration: underline;
}

#login .signin.btn {
    display: block;
    font-size: 17px !important;
    padding: 12px !important;
}

#signup .btn.signup {
	font-size: 15px !important;
}

.form-container .form-horizontal {
	margin: 0 0 20px;
	font-size: 0;
}

/* Style the form */
#LeadForm {
  background-color: #ffffff;
  padding: 40px;
	width: 100%;
}
#LeadForm .percentagebox{
font-size: 60px;
color: #D9D9D9;
position: absolute;
right: 5%;
top: 34%;
}
/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
	display: none;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
	display: none;
} 

.progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
	background: #eee;
}
.progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 4px 0;
  font-size: var(--font-size-default);
  line-height: 1.5;
  color: var(--color-green);
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid var(--color-gray-disabled);
}
.progress-bar li:first-child,
.progress-bar li:last-child {
  flex: 1;
}
.progress-bar li:last-child {
  	text-align: right;
	width: 0%;
	background: #2C88C0;
}

.yesbtn{
	width: 100%;
	display: inline-flex;
	  padding-left: 20px;
	color: #000;
	border: 2px solid #989898;
    background: #fff;
	line-height: 50px;
	border-radius: 10px;
	position: relative;
}
.yesbtn:hover{
	display: inline-flex;
	padding-left: 20px;
	color: #fff;
	border: 2px solid #000;
    background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
   box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.42);
}

#btnnext,#btnFinish {
padding: 5px 30px;
border: 1px solid #2C88C0;
background: #fff;
color: #2C88C0;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
border-radius: 20px;
position: absolute;
top: 26%;
right: 2%;	
}
#btnnext:hover,#btnFinish:hover{
	padding: 5px 30px;
	color: #fff;
	border: 0px solid #2C88C0;
    background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
   box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.42);
}
#btnPre {
    padding: 5px 30px;
  border: 1px solid #2C88C0;
	background: #fff;
  color: #2C88C0;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
  border-radius: 20px;
   position: absolute;
	left: 3%;
position: absolute;
top: 26%;	
}
#btnPre:hover{
	padding: 5px 30px;
	color: #fff;
	border: 0px solid #2C88C0;
    background: linear-gradient(178.55deg, #2C88C0 1.23%, #014A77 98.77%);
   box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.42);
}

.progress-bar li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color:#2C88C0 ;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  position: absolute;
  left: calc(50% - 6px);
  bottom: -7px;
  z-index: 3;
  transition: all .2s ease-in-out;
}
.progress-bar li:first-child:before {
  left: 0;
}
.progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.progress-bar span {
  transition: opacity .3s ease-in-out;
}
.progress-bar li:not(.is-active) span {
  opacity: 0;
}
.progress-bar .is-complete:not(:first-child):after,
.progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid var(--color-green);
}
.progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}

.progress-bar .is-complete:last-child:after,
.progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}

.progress-bar .is-complete:before {
  background-color: var(--color-green);
} 

.progress-bar .is-active:before,
.progress-bar li:hover:before,
.progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
}
.progress-bar li:hover:before,
.progress-bar .is-hovered:before {
  transform: scale(1.33);
}
 
.progress-bar li:hover span,
.progress-bar li.is-hovered span {
  opacity: 1;
}

.progress-bar:hover li:not(:hover) span {
  opacity: 0;
}

.signup {
	margin-top: 60px;
}

.form-radio.focus\:outline-none.focus\:shadow-outline {
  position: absolute;
  right: -45%;
  margin-top: 18px;
  visibility: visible;
}

#signUpButton {
	margin-top: 0px;
}

#forgotPasswd .login-cta {
	font-size: 1rem !important;
}

.formpic img {
	height: 380px;
	width: 380px;
} 

