ul.desktop-only-module-legal-icon {
    opacity: 0;
}
.footer_submit_title h2 {
    color: #2790bf;
    text-transform: uppercase;
    font-size: 21px;
}

.box-length-alls .length-header-footer {
    color: #2790bf;
    font-weight: 500;
}

ul.desktop-only-module-legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.desktop-only-module-legal-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/*
.banner-info .banner-title {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
}

.banner-info .banner-description p {
    color: #fff;
    font-size: 16px;
}
*/

ul.desktop-only-module-legal-icon a svg {
    height: 38px;
    width: auto;
}

.row.box-footer-one {
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

ul.desktop-only-module-legal li {
    padding-right: 27px;
    font-weight: 300;
    border: 1px solid #cdcdcd;
    max-width: 50%;
    width: 50%;
    padding: 10px 10px;
}

ul.desktop-only-module-legal li a {
    font-size: 18px;
}

.module-footer {
    padding-top: 35px;
    border-top: 1px solid #cdcdcd;
}


.footer_submit_title {
    text-align: center;
}

.box-length-alls ul li {font-size: 20px;}

.box-length-alls ul li .length-footer {
    font-size: 16px;
    font-weight: 300;
}

.box-length-alls {
    display: flex;
}

.box-length-alls ul {
    padding-right: 70px;
}


.box-footer-rows {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #cdcdcd;
}

.button-submit-footer button {
    height: 50px;
    background: #1e49e2;
    width: 219px;
    color: #fff;
    font-size: 18px;
}

.button-submit-footer {
    padding-top: 20px;
}



.footer-footerText-content {
    padding: 20px 0px;
}

.footer-footerText {
    background: #dedede;
    margin-top: 45px;
}

.footer-footerText-content p {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
.item-footer-next li svg {
    position: unset !important;
}
.footer-menu ul li{
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}
.footer-menu ul li svg{
    height: 14px;
    fill: #2790bf;
    position: absolute;
    margin-top: 3px;
}
.footer-menu ul li span{
    padding-left: 25px;
    font-weight: 300;
}
.title-footer{
    text-transform: uppercase;
    color: #2790bf;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
.footer-menu ul li a{
    font-weight: 300;
}
.footer-social li{
    margin-right: 10px;
}
.footer-social li a{
    height: 35px;
    width: 35px;
    background-color: #0000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bg-1);
}
.footer-social li a svg{
    margin: 0;
}

.services-title-odule span a {
    text-transform: uppercase;
    font-weight: 500;
}
.footer-social li a svg {
    width: 22px;
    height: 22px;
}

@media (min-width: 576px) {
    .footer-menu ul li{
        font-size: 15px;
    }
    
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .footer-footerText-content {
        padding: 30px 0px;
    }
    .footer_submit_title {
        text-align: right;
    }
    
ul.desktop-only-module-legal li {
    border: unset;
    max-width: unset;
    width: unset;
}
}
@media (min-width: 1200px){}
@media (min-width: 1600px){}


