body {
    overflow-x: visible!important;
}
.footer-body{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 30px;
}
.footer-left,
.footer-center,
.footer-right{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-left{
    width: 25%;
}
.footer-center{
    width: 50%;
    align-items: flex-end;
    flex-direction: row;
    padding-right:50px;
}
.footer-right{
    width: 25%;
}
.footer-center .c-f__top-button-wrap{
    width: calc(50% - 20px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.footer-center .c-f__top-button-wrap .c-f__button{
    min-width: 0;
    width: 100%;
    border: solid 1px #fff;
    font-size: 12px;
    text-align: center;
}
.footer-right .sg_mailchimp {
    padding: 0;
    margin: -10px 0 0;
}
.footer-right .sg_mailchimp .sp-form{
    padding: 5px;
    width: 100%;
    max-width: 250px;
}
.footer-right .sg_mailchimp .sp-form .sp-form-control{
    margin-top: 5px;
}
.footer-right .sg_mailchimp .sp-form .sp-field.sp-button-container{
    margin-top: 0;
}
.footer-right .sg_mailchimp .sp-form .sp-field.sp-button-container button{
    font-size: 13px;
    height: 36px;
    padding: 0 30px;
}
.footer-left ul{
    text-align: left;
    margin-top: 20px;
    padding-left: 50px;
}
.footer-left ul li{
    margin-bottom: 5px;
    line-height: 25px;
}
.footer-left a{
    color: #fff;
    font-size: 18px;
}
.footer-left a:hover{
    color: #DF0023;
}
.footer-address.icon-address{
    color: #fff;
    font-size: 17px;
    padding-left: 50px;
    font-family: Verdana, sans-serif!important;
    align-items: center;
    display: flex;
}
.footer-address.icon-address i{
    margin-right: 5px;
}
.footer-bottom{
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
}
.footer-bottom,
.footer-social,
.footer-copyright,
.footer-created{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.footer-social{
    width: 20%;
    justify-content: center;
}
.footer-copyright{
    width: 40%;
    color: #fff;
    padding-left: 50px;
}
.footer-created{
    width: 40%;
    justify-content: flex-end;
    color: #fff;
    padding-right: 30px;
}
.footer-social .sg-social{
    position: relative;
    left: auto;
    top: auto;
}
.footer-created a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}
.footer-created a:hover{
    color: #DF0023;
}
.footer-social .sb-socials--item:hover .sb-socials--desc{
    bottom: auto;
    top: -25px;
}
.footer-social .sb-socials--item:hover .sb-socials--desc::before,
.footer-social .c-search.is-active .c-search__form label::before,
.footer-social .c-n__search label::before{
    bottom: auto;
    top: 100%;
    border-style: solid;
    border-width: 5px 2.5px 0 2.5px;
    border-color: #fff transparent transparent transparent;
}
.footer-social .sb-socials--item{
    margin-right: 10px;
}
.c-f .c.footer-body{
    text-align: left;
}
.sgPopup .c-form__header-row h2{
    width: calc(100% - 40px);
}
.c-form__close-wrapper{
    height: 30px;
    width: 30px;
    position: absolute;
    top: -5px;
    right: 0;
    display: flex;
}
.c-form__close{
    height: 30px;
    width: 30px;
    border: solid 2px #0f0f0f;
    position: relative;
    cursor: pointer;
    transition: .3s all;
    display: flex;
}
.c-form__close::after,
.c-form__close::before{
    content: '';
    height: 1px;
    width: 22px;
    background: #0f0f0f;
    top: 12px;
    position: absolute;
    transition: .3s all;
    transform: rotate(45deg);
    left: 2px;
}
.c-form__close::after{
    transform: rotate(-45deg);
}
.c-form__close:hover{
    background: #0f0f0f;
}
.c-form__close:hover::after,
.c-form__close:hover::before{
    background: #fff;
}
.sgPopup span.wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    font-size: 12px;
    top: -25px;
}
.sgPopup div.wpcf7-response-output {
    width: calc(100% - 5px);
    margin: 0 auto;
    margin-top: -111px;
    padding: 20px;
    text-align: center;
}
.codedropz-btn-wrap{
    padding-bottom: 5px;
    margin-top: 10px;
}
.footer-center__wrapper{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -25px;
}
.sg-partners{
    max-width: 860px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
.sg-partners h2{
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    margin: 25px 0 35px;
}
.sg-partners--list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.sg-partners--item{
    display: flex;
    flex-direction: column;
    width: 25%;
    color: #000;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.sg-partners--item span{
    text-align: center;
}
.sg-partners--item img{
    height: 100px;
    width: auto;
    object-fit: contain;
    max-width: 85%;
    margin-bottom: 10px;
}
strong.title{
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 65px 0 20px;
}
@media screen and (max-width: 1100px) {
    .footer-center{
        order: 1;
        width: 100%;
    }
    .footer-left{
        order: 2;
        width: 50%;
    }
    .footer-right{
        order: 3;
        width: 50%;
    }
    .footer-right .sg_mailchimp .sp-form {
        padding: 5px;
        width: 100%;
        max-width: calc(100% - 45px);
        margin-left: 15px;
    }
    .footer-social {
        width: 100%;
        justify-content: center;
        order: 3;
        margin-top: 20px;
    }
    .footer-created,
    .footer-copyright{
        width: 50%;
    }

    .footer-right .sp-form-fields-wrapper{
        width: 90%!important;
    }
    .footer-right .sg_mailchimp form{
        max-width: 100%;
    }
    .footer-left ul,
    .footer-address.icon-address{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-center__wrapper{
        margin-bottom: 25px;
    }
    .footer-copyright{
        padding-left: 0;
    }
}
@media screen and (max-width: 790px) {
    .footer-social .sg-social {
        display: block;
    }
    .sg-partners--item{
        width: 50%;
    }
}
@media screen and (max-width: 680px) {
    .footer-left{
        order: 1;
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-right{
        order: 3;
        width: 100%;
        margin-top: 20px;
    }
    .footer-address.icon-address,
    .footer-left ul{
        padding-left: 15px;
    }
    .footer-center .c-f__top-button-wrap .c-f__button{
        font-size: 11px;
    }
    .footer-created,
    .footer-copyright{
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 15px;
    }
    .footer-bottom{
        margin-top: 25px;
    }
    .footer-bottom{
        padding-bottom: 30px!important;
    }
    .footer-right .sg_mailchimp .sp-form{
        padding: 5px;
        width: 100%;
        max-width: calc(100% - 30px);
        margin-left: 15px;
    }
    .footer-center{
        padding-right: 35px;
    }
    .codedropz-upload-inner h3,
    .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
        font-size: 14px;
    }
    .codedropz-upload-inner span{
        font-size: 12px;
    }
    .sgPopup div.wpcf7-response-output {
        width: 348px;
        margin: 0 auto;
        margin-top: -111px;
        max-width: 100%;
        text-align: center;
        padding: 20px;
    }
}
@media screen and (max-width: 500px) {
    .footer-center .c-f__top-button-wrap{
        width: 100%;
    }
    .sg-partners--item{
        width: 100%;
    }
}