/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2021 | 12:11:59 */
.section-16 form h4 {
  	color: #E2001A;
  	font-size: 20px;
  	line-height: 24px;
  	font-weight: bold;
    margin-bottom: 0;
	font-family: 'Roboto';
}

.section-16 form p {
  	color: #485253;
  	font-size: 16px;
  	line-height: 24px;
    margin-bottom: 26px;
	font-family: 'Roboto';
}

.section-16 form textarea {
    border: 1px solid #C9C9C9;
    resize: none;
    width: 100%;
    color: #485253;
}

.section-16 .wpcf7-checkbox .wpcf7-list-item ,
.section-16 .wpcf7-radio .wpcf7-list-item {
  	display: block;
    margin: 0;
}

.section-16 .wpcf7-checkbox .wpcf7-list-item input,
.section-16 .wpcf7-radio .wpcf7-list-item input {
  	width: 24px;
  	height: 24px;
    margin-right: 10px;
}

.section-16 .wpcf7-checkbox .wpcf7-list-item label,
.section-16 .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.section-16 form .wpcf7-submit {
  	background-color: #E2001A;
    border-radius: 0;
    width: 260px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  	font-size: 20px;
  	line-height: 24px;
  	font-weight: 400;
}

.section-16 form .wpcf7-submit:hover {
  	background-color: #E2001A;
}

.section-16 form .Required .wpcf7-list-item {
  	display: inline-block;
}

.section-16 form sup {
  	font-size: 16px;
  	line-height: 25px;
}

.section-16 form sup a{
  	text-decoration: underline;
  	color: #485253;
  	font-weight: bold;
}

.section-16 form  [class*="col-"] {
  margin-bottom: 10px;
}

@media (min-width: 992px){
  .section-16 form  [class*="col-"] {
    margin-bottom: 50px;
  }
}