/**************************** footer style ******************************************************************************************/


.footer_left {
    text-align: center;
}

.footer_logo {
    width: 80%;
}

.footer_social_networks {
    display: inline-block;
}

.footer_social_networks h5 {
    display: inline-block;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: normal;
}

.footer_social_networks a {
    display: inline-block;
}

.footer_social_networks a img {
    width: 70px;
}

.menu_footer {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 15px;
}

.menu_footer li {
    display: block;
    list-style: none;
    margin: 10px;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu_footer li a {
    color: #ffffff;
    fill: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer_button_style {
    margin-top: 10px;
}

.footer_button_style a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 500;
    fill: #3D3D3D;
    color: #3D3D3D;
    background-color: transparent;
    background: linear-gradient(#DBDADA, #F0EEEE, #DBDADA);
    border-radius: 100px 100px 100px 100px;
    padding: 20px 50px 20px 50px;
    padding: 20px 50px 20px 50px;
}

.footer_button_style .button_green {
    background: #54CD05;
}

.footer_button_style a,
.footer_button_style button {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 400;
    min-height: 30px;
    fill: #3D3D3D;
    color: #3D3D3D;
    background-color: transparent;
    background: linear-gradient(#bacfeee5, #FFFFFF, #bacfeee5);
    border-radius: 100px 100px 100px 100px;
    padding: 15px 50px 15px 50px;
}

.footer_button_text {
    color: #000000;
}

.footer_button_green_text {
    color: #1B50A3;
    font-weight: bold;
}

.button_call {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}


.footer_form_container {
    background: #fff;
    padding: 35px;
    border-radius: 50px;
    margin-top: -100px;
    -webkit-box-shadow: -19px -22px 73px -45px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -19px -22px 73px -45px rgba(0, 0, 0, 0.75);
    box-shadow: -19px -22px 73px -45px rgba(0, 0, 0, 0.75);
}

.footer_form_title {
    color: #1B50A3;
    font-weight: 300;
    font-size: 30px;
}

.footer_form_subtitle {
    color: #3D3D3D;
    font-family: Product Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.footer_input_form {
    border-radius: 21.75px;
    background: #FFF;
    box-shadow: 0px 3.78268px 3.78268px 0px rgba(0, 0, 0, 0.25) inset;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    border-color: #E4E4E4;
    min-height: 40px;
    margin-bottom: 10px;
}

.footer_checkbox_form {
    border-radius: 4.728px;
    background: #EAEAEA;
    box-shadow: 0px 3.78268px 3.78268px 0px rgba(0, 0, 0, 0.25) inset;
    min-width: 20px;
    min-height: 20px;
    ;
}

.footer_container {
    margin-top: -50px;
}


@media (max-width: 991.98px) {


    .footer_form_container {

        margin-top: 20px;

    }
}

/************************************************************************************************************************************/