#contact_form .gform-theme--foundation .gfield input[type="text"],
#contact_form .gform-theme--foundation .gfield input[type="email"],
#contact_form .gform-theme--foundation .gfield input[type="number"],
#contact_form .gform-theme--foundation .gfield input[type="tel"],
#contact_form .gform-theme--foundation .gfield input[type="url"],
#contact_form .gform-theme--foundation .gfield input[type="search"],
#contact_form .gform-theme--foundation .gfield input[type="date"],
#contact_form .gform-theme--foundation .gfield input[type="time"],
#contact_form .gform-theme--foundation .gfield input[type="datetime-local"],
#contact_form .gform-theme--foundation .gfield input[type="month"],
#contact_form .gform-theme--foundation .gfield select{
    background: none !important;
    border-width: 0 0 1px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#contact_form #gform_submit_button_1.gform_button.button {
    background: #1e1e1e;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 40px;
    width: 300px;
    max-width: 100%;
}
#footer_contact_form,
#footer_contact_form .gfield_label,
#footer_contact_form .gform-field-label{
    color:#FFF;
}
#footer_contact_form .gform_heading{
    display: none;
}
#footer_contact_form .gform-theme--foundation .gfield input[type="text"],
#footer_contact_form .gform-theme--foundation .gfield input[type="email"],
#footer_contact_form .gform-theme--foundation .gfield input[type="number"],
#footer_contact_form .gform-theme--foundation .gfield input[type="tel"],
#footer_contact_form .gform-theme--foundation .gfield input[type="url"],
#footer_contact_form .gform-theme--foundation .gfield input[type="search"],
#footer_contact_form .gform-theme--foundation .gfield input[type="date"],
#footer_contact_form .gform-theme--foundation .gfield input[type="time"],
#footer_contact_form .gform-theme--foundation .gfield input[type="datetime-local"],
#footer_contact_form .gform-theme--foundation .gfield input[type="month"],
#footer_contact_form .gform-theme--foundation .gfield select{
    background: none;
    border: 1px solid #666666;
    border-radius: 99px;
    color: #FFF;
}
#footer_contact_form .gform-theme--foundation .gform_fields{
    row-gap:10px !important;
}
#footer_contact_form .gform_button.button {
    background: #01898a;
    padding: 15px 35px;
    border-radius: 40px;
}
#footer_contact_form .gform_footer{
    justify-content: end;
}

.plus-mobile-menu .navbar-nav > li.dropdown > a:after {
    background-image: url(https://alldogsunlestg.wpenginepowered.com/wp-content/uploads/2026/01/down.svg);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}