.leadform-wrap {
	/*width: 325px;*/
	margin-top:-5px;
}
.leadform-wrap #leadform-box {
	/*border-radius: 0.38rem;*/
    /*border: 1px solid #a7aaad;*/
	/*padding: 10px;*/
}
.leadform-wrap fieldset {
	border:0;
}
.leadform-wrap .form-input {
	background-color: #fff;
    color: rgb(72, 80, 84);
    border-radius: 0.38rem;
    border: 1px solid #e6ecf2;
    font-size: 14px;
    height: 48px;
    padding: 10px 10px!important;
    margin-bottom: 5px;
}
.leadform-wrap .form-input:focus {
    border-color: #016180;
    outline: none;
}
.leadform-wrap .form-select {
	background-color: #fff;
    color: rgb(72, 80, 84);
    border-radius: 0.38rem;
    border: 1px solid #e6ecf2;
    font-size: 14px;
    height: 48px;
    padding: 10px 8px !important;
    margin-bottom: 5px;
}
.leadform-wrap .form-check label {
	font-size: 14px;
}
.leadform-wrap .form-check nput[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid #e6ecf2;
  border-radius: 0.15em;
  transform: translateY(-0.075em);	
}
.leadform-wrap #error {
	color: red;
	font-weight:600;
	position: absolute;
}
.leadform-wrap .final {
	background-color: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
     -ms-transition: opacity 0.3s ease-in-out;
     -o-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}
.leadform-wrap  #infobox {
    position: absolute;
    text-align: center;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.leadform-wrap #infobox p {
    color: #000000;
}
.leadform-wrap button {
	background-color: #016880;
	border-color: #016880;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
	font-style: italic;
}
.form-check label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.link-inherit {
    line-height: inherit;
}
@media (max-width: 767px) {

}