.footer_section{
    background-color: #F6F7F8;
    width: 100%;
    height: 100%
}
.footer_section .section_top{
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    padding-bottom: 20px;
}
.footer_section .section_top p,
.footer_section .section_middle .formular_footer h6{
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 16px;
}
.footer_section .section_top svg{
    width: 25px;
    height: 25px;
}
.footer_section .section_middle .card_inside .logo_footer img{
    width: 170px;
}
.footer_section .section_middle  .contact_footer{
    padding-top: 10px;
}
.footer_section .section_middle  .contact_footer svg{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.footer_section .section_middle  .contact_footer a{
    text-decoration: none;
    color: #30323A;
    display: inline-block;
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}
.footer_section .section_middle  .card_inside_links_footer ul{
    padding-left: 0;
}
.footer_section .section_middle  .card_inside_links_footer ul li{
    list-style: none;
    padding-bottom: 5px;
}
.footer_section .section_middle  .card_inside_links_footer ul li a{
    color: #30323A;
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.footer_section .section_middle{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_section .section_bottom{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.footer_section .section_bottom .legale_guvern{
    margin-left: 15px;
    margin-right: 15px;
}
#site-footer .footer_bottom_section{
    background-color: #ff6600;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:2px solid #ff9900;
    border-bottom:2px solid #ff9900;
    text-align: center;
}
#site-footer .footer_bottom_section span{
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
#site-footer .footer_bottom_section span a{
    text-decoration: none;
    color: #fff;
}
.footer_section .section_middle .formular_footer .card_form_input{
    margin-bottom: 14px;
}   
.footer_section .section_middle .formular_footer .card_form_input input{
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
.footer_section .section_middle .formular_footer .card_form_input input::placeholder{
    color: #fff;
}
.footer_section .section_middle .formular_footer .check_custom label{
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.footer_section .section_middle .formular_footer .button_submit_news{ 
    margin-top: 10px;
    background-color: #007e25;
    border-color: #007e25;
    color: #fff;
    border:none;
    border-radius:10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.footer_section .section_middle .formular_footer .button_submit_news .inside_news svg{
    width: 15px;
    height: 15px;
}
@media (max-width: 991.98px) {
    .footer_section .section_middle .card_inside,
    .footer_section .section_middle .card_inside_links_footer{
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .footer_section .section_middle .card_inside,
    .footer_section .section_middle .card_inside_links_footer{
        margin-bottom: 20px;
    }
    .footer_section .section_top p, .footer_section .section_middle .formular_footer h6{
        font-size: 14px;
        font-weight: 600;
    }
}