
.form-text-ffccontact-wrapper {
	
	
	
	
    width: 100%;
    border: 1px solid #dfe3e7;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    font-size: 16px;
    color: var(--insur-gray);
    font-weight: 400;
    padding: 0 30px 0;
    border-radius: var(--insur-bdr-radius);
	margin-bottom: 5px;
}

.form-text-ffccontact-field {
	
	
	
	
    border: 0px solid #dfe3e7;
   
    outline: none;
    font-size: 16px;
    color: var(--insur-gray);
    font-weight: 400;
    padding: 10px 0px 10px;
    border-radius: var(--insur-bdr-radius);
	
}



.form-text-ffchome-wrapper {
	
	
	
	
    width: 100%;
    border: 1px solid #dfe3e7;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    font-size: 16px;
    color: var(--insur-gray);
    font-weight: 400;
    padding: 0 30px 0;
    border-radius: var(--insur-bdr-radius);
	margin-bottom: 5px;
}

.form-text-ffchome-field {
	
	
	
	
    border: 0px solid #dfe3e7;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    font-size: 16px;
    color: var(--insur-gray);
    font-weight: 400;
    padding: 10px 0px 10px;
    border-radius: var(--insur-bdr-radius);
	
}


.form-label-rf1 {
    display: block;
    margin: 20px 0px 0px 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    
    
}


.form-field-rf1 {
    outline: none;
    display: block;
   
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
}

.form-field-rf1:focus {
	    background: rgb(224 236 230);
}

.js-form-type-radio {
	  outline: none;
    display: block;
    background: #fff;
    width: 100%;
   
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
}

.js-form-type-radio:focus {
	background: rgb(224 236 230);
}

legend
{
	font-size: inherit;
}
.form-text-rf2 {
	
	
	
	
    border: 1px solid #dfe3e7;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    outline: none;
   
    color: var(--insur-gray);
   
    border-radius: var(--insur-bdr-radius);
	
}









a.is-active {
    color: #00925e;
}

.service-one__text {
     height: 8rem;
}

.feature-one__text {

 height: 5rem;
}


ul.breadcrumb-ffcflctfi {
  padding: 10px 16px;
  list-style: none;
  
}
ul.breadcrumb-ffcflctfi li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb-ffcflctfi li+li:before {
  padding: 8px;
  color: black;
  content: "\003E";
}
ul.breadcrumb-ffcflctfi li a {
  color: #00925e;
  text-decoration: none;
}
ul.breadcrumb-ffcflctfi li a:hover {
  color: #30e0a1;
  text-decoration: underline;
  font-size: 12px;
} 

a:hover {
    color: #00925e;
}


.buttonffc {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
}

input#edit-actions-submit {
    height: 60px;
}

.buttonffc1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
  border-radius: 4px;
}

.buttonffc1:hover {
  background-color: #04AA6D;
  color: white;
}

.buttonffc2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.buttonffc2:hover {
  background-color: #008CBA;
  color: white;
}

.buttonffc3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.buttonffc3:hover {
  background-color: #f44336;
  color: white;
}

.buttonffc4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.buttonffc4:hover {background-color: #e7e7e7;}

.buttonffc5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.buttonffc5:hover {
  background-color: #555555;
  color: white;
}