.elementor-1072 .elementor-element.elementor-element-ddaa5c5 iframe{height:685px;}/* Start custom CSS for bdevs-contact, class: .elementor-element-92d7b54 *//* form styles */
.wpcf7 {
    font-family: inherit;
    font-weight: 300;
    width: 100% !important;
}
.wpcf7 label {
    color: var(--cf7-labels);
}
.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.wpcf7 a {
    color: #2d8cff;
    text-decoration: none;
}
.wpcf7 a:hover {
    color: #247de9;
}
/* General Inputs */
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 textarea
{
    border: 1px solid #D5E0EB;
	background-color: #ffffff;
	border-radius: 6px;
    line-height: 1.3;
    padding: 0 .75rem;
    min-height: 35px;
    font-size: #8CA3B9;
    font-weight: 300;
    font-family: inherit;
    width: 100%;

}

.wpcf7 textarea{
    height: 100px
}

/* Other Inputs */
.wpcf7 input[type=submit] {
    background-color: #b61f56;
    color: white;
    border: 0;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: .2s linear;
}
.wpcf7 input:hover[type=submit] {
    background-color: white;
    transition: .2s linear;
    cursor: pointer;
    box-shadow: 0 0 0 1px #b61f56;
    color: #b61f56;
}
.wpcf7 input:focus[type=submit] {
    color: #b61f56;
    box-shadow: 0 0 0 1px #b61f56;
    background-color: white;
}

/* Other States */
.wpcf7 input:hover[type=color],
.wpcf7 input:hover[type=date],
.wpcf7 input:hover[type=datetime-local],
.wpcf7 input:hover[type=datetime],
.wpcf7 input:hover[type=email],
.wpcf7 input:hover[type=month],
.wpcf7 input:hover[type=number],
.wpcf7 input:hover[type=search],
.wpcf7 input:hover[type=tel],
.wpcf7 input:hover[type=text],
.wpcf7 input:hover[type=time],
.wpcf7 input:hover[type=url],
.wpcf7 input:hover[type=week],
.wpcf7 input:hover[type=file]::file-.elementor-1072 .elementor-element.elementor-element-92d7b54-button,
.wpcf7 textarea:hover,
.wpcf7 select:hover
{
    border: 1px solid #92ACC7;
    outline: none;
    background-color: #ffffff;
    font-size: 16px;
}
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type="checkbox"],
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 a:focus
{
    border: 1px solid #92ACC7;
    outline:none;
    background-color: #ffffff;
}


/* background div */
.contact-home-1-form{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-radius: 11px !important;
}/* End custom CSS */