:root {  
  --white: #FFFFFF;
  --black: #000000;
  --red: #FF0000;
  --gray: #BFBFBF;
  --light-gray: #F1F1F1;
  --dark-gray: #979797;
  --dark-green: #79C128;
}

.text-decoration-none {
	text-decoration: none;
}
.how-it-works-blocks{
	padding-bottom: 20px;
	flex-direction: column;
}
.c-pointer{
	cursor: pointer;
}
.d-flex{
	display: flex;
}
.flex-column{
	flex-direction: column;
}
.d-none{
	display: none;
}
.border-0{
	border: 0px;
}
.text-red{
	color: var(--red);
}
.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.w-full{
	width: 100%;
}
.align-items-start{
	align-items: flex-start;
}
.align-items-center{
	align-items: center;
}
.align-items-baseline{
	align-items: baseline;
}
.justify-content-end{
	justify-content: flex-end;
}
.text-white{
	color: var(--white);
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-center{
	justify-content: center;
}
.text-uppercase{
	text-transform: uppercase;
}
.mb-0{
	margin-bottom: 0px;
}
.fz-24{
	font-size: 24px;
}
.fz-16{
	font-size: 16px;
}
.leading-16{
	line-height: 16px;
}
.fz-12{
	font-size: 12px;
}
.background-cover-tablet{
	max-width: 570px;
	margin-left: auto; 
	padding-left: 15px;
}
.container-fluid{
	margin-top: 20px;
	padding-bottom: 50px;
}
.block{
	background-color: var(--light-gray);
	border-radius: 12px;
	color: var(--black);
	padding: 10px;
	margin-top: 10px;
}
.loading-screen{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	pointer-events: disabled;
	z-index: 1;
	background-color: var(--black);
	opacity: 0.7;
}
.loader{
	width: 200px; 
	height:200px;
}
.icon{
	width: 40px;
	height: auto;
}
.content{
	padding-left: 10px;
}
.flex-wrap{
	flex-wrap: wrap;
}
.text-center{
	text-align: center;
}
.pricing-form-section{
	background-image: url('/img/how-it-works/pricing-form.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 560px; 
	width: 100%;
	color: var(--black);
	justify-content: center;
	padding: 15px;
	align-items: flex-end;
}
.form{
	min-height: 268px; 
	background-color: white; 
	border-radius: 6px; 
	padding: 30px 20px;
}
.tagline{
	line-height: 24px;
}
.number-of-employees, .practice-name, .email{
	border: 1px solid var(--gray);
	box-shadow: inset 1px 2px 4px 0 rgba(0,0,0,0.24);
	height: 48px;
}
.next-btn{
	height: 48px;
	background-color: var(--dark-green);
	font-size: 16px;
	color: var(--white);
	font-weight: bold;
}
input:focus{
	outline: none;
}
.steps{
	position: absolute; 
	right: 0px; 
	bottom: 0px; 
	padding-right: 27px;
    padding-bottom: 2px;
	font-weight: normal;
}
.back{
    position: absolute;
    left: 0px;
    color: var(--dark-green);
    bottom: 0px;
    padding-left: 33px;
    padding-bottom: 6px;
    font-weight: normal;
}
.page-title{
	display: block;
}
.tablet-page-title{
	display: none;
}
.completed-icon{
	width: 96px;
	height: 96px;
	margin-bottom: 10px;
}
.pricing-form-section h1{
	margin-bottom: 20px;
	font-size: 30px;
}
#pricing_form .pricing-form-tagline{
	color: var(--white);
}

@media (min-width: 768px) {
	.page-title{
		display: none;
	}
	.tablet-page-title{
		display: block;
		position: absolute;
		width: 40%;
		text-align: right;
		top: 10%;
		left: -30%;
	}
	.fz-md-16{
		font-size: 16px;
	}
	.fz-md-30{
		font-size: 30px;
	}
	.leading-md-20{
		line-height: 20px;
	}
	.icon{
		width: 62px;
	}
	.container-fluid{
		padding-right: 30px;
		padding-left: 30px;
		margin-top: 50px;
		padding-bottom: 100px
	}
	.block{
		padding: 20px;
		margin-top: 20px;
		width: 48%;
	}
	.content{
		padding-left: 20px;
	}
	.how-it-works-blocks{
		padding-bottom: 20px;
		flex-direction: row;
		flex-wrap: wrap;
		padding-right: 10px;
		padding-left: 10px;
		justify-content: space-between;
	}
	.pricing-form-section{
		padding: 55px;
		padding-bottom: 10px;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.form{
		padding: 45px 65px;
	}
	.tagline{
		line-height: 36px;
	}
	.steps{
		padding-right: 35px; 
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.page-title{
		display: block;
	}
	.tablet-page-title{
		display: none;
	}
	.how-it-works-blocks{
		padding-right: 60px;
		padding-left: 60px;
	}
	.container-fluid{
		padding-right: 0px;
	}
	.tablet-page-title{
		display: none;
	}
	.pricing-form-section{
		align-items: center;
		padding-bottom: 55px;
	}
}

@media (min-width: 1200px) {
	.pricing-form-section h1{
		font-size: 40px;
		margin-bottom: 50px;
	}
	.container-fluid{
		padding-left: 110px;
	}
	.how-it-works-blocks{
		padding-right: 0;
		padding-left: 0;
	}
	.how-it-works-blocks{
		padding-bottom: 20px;
		flex-direction: column;
	}
	.cover-background-image{
		background-image: url('/img/how-it-works/background-cover.png');
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.fz-40{
		font-size: 40px; 
	}
	.block{
		padding: 20px;
		margin-top: 20px;
		width: 50%;
	}
}
