.widget_form-customer-enquiry {}

.widget_form-customer-enquiry h2 {
    font-size: 23px;
    font-weight: 900;
}
.widget_form-customer-enquiry h3 {
    font-size: 16px;
}
.widget_form-customer-enquiry h3 a {
    color:rgb(6, 178, 227);
}

.form-customer-enquiry {
    max-width: 440px;
    margin: 0 auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 40px;
}
.form-customer-enquiry .default-response {
    text-align: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-customer-enquiry .default-response i.fa-check-circle {
    font-size: 100px;
}

.form-customer-enquiry .input-field .form-control {
    height: 56px;
}
.form-customer-enquiry .input-field.floating-label {
    display: flex;
    flex-direction: column;
}
.form-customer-enquiry .input-field.floating-label select.form-control {
    padding-top: 15px;
}
.form-customer-enquiry .input-field.floating-label label {
    font-size: 13px;
    position: relative;
    top: 13px;
    left: 17px;
    color: rgb(92, 92, 92);
    height: 0;
}
.form-customer-enquiry .input-field .field-error {
    font-size: 14px;
    color: rgb(255, 0, 0);
}
@media (min-width: 768px) {
    .widget_form-customer-enquiry h2 {
        font-size: 32px;
    }
    .widget_form-customer-enquiry h3 {
        font-size: 23px;
    }
}
/*angular*/
fmc-customer-enquiry .question {
    margin-bottom: 0;
}
