/*
Theme Name: Wellness Innovation Tech Child
Template: wellnessinnovationtech
Version: 1.0.0
*/
/* Add your custom styles here */

section#custom_html-2 {
    padding: 0px;
}
.d-none{
	display: none;
}

.contact_us_form input[type="checkbox"] {
    margin-left: -18px;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary {
        padding: 19px 80px;
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        border-radius: 20px;
        width: 59%;
        border: 1px solid var(--black);
        padding: 3px;
        height: 80%;
}