/* Form section Start*/

section.form {
	background-image: url('./img/front-page/form-bg.png'), linear-gradient(#fff 0% 20%, #fff 10% 100%);
	background-repeat: no-repeat;
	background-size: 100% 500px;
	background-position: top right;
	padding: 100px 0 0;
}

section.form .form-icon {
	max-width: 128px;
	display: block;
	margin: 0 auto 15px;
}
section.form h2.title {
	font-size: 48px;
	line-height: 57.6px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: white;
}
section.form h3.subtitle {
	font-size: 21px;
	line-height: 25.2px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: white;
}
section.form .description {
	margin-bottom: 40px;
}
section.form .description,
section.form .description p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-align: center;
	color: white;
}
section.form .description p:last-child {
	margin-bottom: 0;
}

section.form form {
	background-color: white;
	padding: 35px 25px;
	border-radius: 25px;
}

section.form form .input-wrapper {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

section.form form .input-wrapper label {
	margin-bottom: 20px;
	font-weight:  bold;
}

section.form form .input-wrapper input {
	height: 70px;
	padding: 0 25px;
}
section.form form .input-wrapper textarea {
	height: 125px;
	padding: 15px 25px;
}
.btn-blue{
    padding: 10px 65px;
    background-color: #1B38DB;
    color: #fff !important;
    border-radius: 25px;
    font-weight: 800;
}
@media screen and (max-width:767px){
    section.form {
		background-size: auto 550px;
		padding: 50px 0 0;
		margin-top: 30px;
	}
	section.form h2.title {
		font-size: 36px;
		line-height: 42px;
	}
	section.form h3.subtitle {
		font-size: 19px;
		line-height: 120%;
	}
	section.form form {
		padding: 30px 10px;
		border-radius: 10px;
	}
}
@media screen and (max-width:575.9px){
    section.form h2.title {
        font-size: 26px;
        line-height: 1.2;
    }
    section.form h3.subtitle {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    section.form .description p {
        font-size: 16px;
        line-height: 1.2;
    }
	section.image-block h3.title {
		font-size: 20px;
		color: white;
		font-weight: bold;
	}
	.hipaa-features h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 900;
	}
	.get-help h2 {
		font-weight: 900;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.get-help p {
		font-size: 16px;
	}
}
.contact-us-select option {
    font-size: 18px;   
}
/* Form section End*/