.elementor-location-footer .elementor-widget-form .elementor-field-group .elementor-field{
    height: 55px;
}

.elementor-location-footer .elementor-element .elementor-button[type="submit"] {
    height: 55px;
    border: none;
    outline: none;
    letter-spacing: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease-in-out;
}

.elementor-location-footer .elementor-element.footer-top:not(.elementor-motion-effects-element-type-background), 
.elementor-location-footer .elementor-element.footer-top > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: linear-gradient(to right, #00B36F, #008CA7) !important;
}

.elementor-location-footer ul.sub-menu {
    list-style: none;
    padding: 0;
}

.elementor-location-footer ul#menu-menu-footer {
    list-style: none;
    padding: 0;
    column-gap: 30px;
}

.elementor-location-footer ul.sub-menu a {
    color: #B8C3C3;
    font-size: 13px;
    line-height: 15.6px;
    font-weight: 400;
}

.elementor-location-footer ul#menu-menu-footer > .menu-item > a {
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.elementor-location-footer .elementor-form-fields-wrapper {
    flex-wrap: nowrap;
}

.elementor-location-footer ul#menu-menu-footer {
    display: flex;
}

.elementor-location-footer ul.sub-menu a:hover {
    color: #fff;
}

.elementor-location-footer .elementor-field-group.elementor-column.elementor-field-type-submit.e-form__buttons {
    display: inline-block;
    width: auto;
}

.elementor-location-footer .elementor-element .elementor-button[type="submit"] {
    width: 154px;
    max-width: 154px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.elementor-location-footer ul#menu-menu-footer > li {
    width: 20%;
}

.elementor-location-footer ul.sub-menu > li.menu-contact {
    margin-top: 40px;
}

.elementor-location-footer ul.sub-menu > li.menu-contact > a {
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
    text-transform: uppercase;
}

.elementor-location-footer .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    color: #fff;
}

.elementor-location-footer input:not([type="button"]):not([type="submit"]):-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF33 inset!important;
   -webkit-background-clip: text!important;
   -webkit-text-fill-color: #fff!important
}

.elementor-location-footer .elementor-widget-form .elementor-message {
    color: #fff;
    margin: 22px 0 0;
}


@media screen and (max-width: 991px){
   .elementor-location-footer ul#menu-menu-footer > li {
        width: calc((100% / 3) - 20px);
    }

    .elementor-location-footer ul#menu-menu-footer{
        flex-wrap: wrap;
        row-gap: 50px;
    }
}

@media screen and (max-width: 570px){
    .elementor-location-footer .elementor-element .elementor-form-fields-wrapper {
          flex-wrap: wrap !important;
    }

    .elementor-location-footer .elementor-element .elementor-button[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
    
    .elementor-location-footer .elementor-field-group.elementor-column.elementor-field-type-submit.e-form__buttons {
        width: 100%;
    }

    .elementor-location-footer ul#menu-menu-footer > li {
        width: calc((100% / 2) - 20px);
    }

    .elementor-location-footer ul#menu-menu-footer{
        column-gap: 20px;
    }
}