
.form-check-input {
    border: 2px solid #f48a00;
    background-color: #fff;
    accent-color: #f48a00;
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
.form-check input[type="checkbox"] {
	-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
    height: auto !important;
}
.form-check-input:checked {
    background-color: #f48a00;
    border-color: #f48a00;
}
.form-check label {
	font-weight: normal;
	line-height: 1.35;
}
.home_contact .form-check label {
	line-height: 1.6;
	font-size: 16px;
} 
.form-check a {
	color: #f48a00;
	border-bottom: 2px solid #e4e4e4;
}
.home_contact .form-check a {
	border-color: transparent;
}
.form-check a:hover {
	color: #f48a00;
  border-bottom: 2px solid #f48a00;
}