body{
  font-family: 'Open Sans';
  color:#000;
}
.formArea
{
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	height: auto;
	box-shadow: 0 0 5px #ccc;
}
#referenceID
{
	display: none;
}
.formArea textarea
{
	display: block;
	width: 100%;
	height: 70px;
	margin-top: 5px;
	    resize: none;
	    border-radius: 3px;
	     border: 1px solid #e4e4e4;

}
.formArea .fields
{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
.formArea .fields span
{
	    font-weight: bolder;
    font-size: 14px;
    color: #4a3636;
}
.formHeading
{
	width: 100%;
	height: 70px;
	background-color: #f6f6f6;
        position: relative;
}
ul.strip {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

ul.strip li {
    width: 25%;
    height: 3px;
}
ul.strip li:nth-child(1){
    background-color: #de5a5f;
}
ul.strip li:nth-child(2){
    background-color: #30a866;
}
ul.strip li:nth-child(3){
    background-color: #0087c3;
}
ul.strip li:nth-child(4){
    background-color: #ffd633;
}
.formHeading span
{
    line-height: 71px;
    margin-left: 30px;
    color: #1c70e2;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
}
.formHeading img {
    display: inline-block;
    max-width: 180px;
    max-height: 40px;
    padding: 14px;
    vertical-align: top;
    float: right;
}
.submitStyle
{
	margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}
.submitStyle input
{
	height: 36px;
    width: 189px;
    background-color: #433c3c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.formHeading div
{
	display: inline-block;
	height: 5px;
	background-color: blue;
}
.errorField
{
	color: red;
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   
}
/*---------------Thanks------------*/

.messageHeading span
{
	font-size: 21px;
    color: #066106c9;
}
.messageWord span
{
	font-size: 16px;
}
.formArea  .messageHeading,.messageWord
{
	margin-left: auto;
    margin-right: auto;
    width: 82%;
}
.nextButton
{
	text-align: center;
}
.nextButton button
{
    height: 27px;
    width: 92px;
    background-color: #433c3c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 35px;

}