.theme-section-banner-heading {
    background-color: #fcfaf3;
    padding: 48px 0;
    margin-bottom: 32px;
}
h1 {
    font-size: 44px;
    line-height: 54px;
    color: #b8323b;
    font-weight: 700;
}
.theme-section-banner-heading heading, .theme-section-banner-heading h1 {
    margin-bottom: 0;
}
.sign-up {
    background-color: #b8323b;
    border-radius: 0;
    max-width: 300px;
    width: 100%;
    text-align: center;
    height: 49px;
    font-size: 16px;
    line-height: 19px;
    font-family: "Montserrat", sans-serif;
	    color: rgb(255, 255, 255);
}
.feedback-invalid+.jcf-select, input[type='checkbox'].feedback-invalid, .form-control.feedback-invalid {
    border-color: red;
}

.emailerror,.phoneerror{
	color:red;
	display:none;
}
.emailerror.show,.phoneerror.show{
	display:block !important;
}
input[type=checkbox], input[type=radio]{
    appearance: auto;
}
.custom-select-first label{
    display: block;
}
.custom-select-first{
    margin-top: 20px;
}