@media screen and (max-width: 479px){
    .frm_new input[type=email] {
        width: calc(100% - 110px);
    }
}
section#footer_top{
    background: #f16800 !important
}
.contact-form button.le-button{
    background: #fff !important;
    color: #ff9813 !important;
}
@media screen and (min-width: 1024px){
    .item_policy .info_policy .description p{
        display: none;
    }
    .item_policy .info_policy{
        display: flex;
        align-items: center;
    }
}
.desFooter{
    display: none !important;
}