.pre-footer {
    background-color: #002B49;
    float: left;
    width: 100%;
}

.pre-footer:first-child {
    padding-left:127px;
}

.pre-footer .container {
    width: 100%;
}

.pre-footer-col {
    padding-bottom: 0px;
    float: left;
    width: 17.5%;
    
}

.footer-first-col{
   margin-left : 110px;		
}


.pre-footer-svg {
    margin-left : 103px;
    text-align: left;
    margin-top : 18px;
    margin-bottom : 18px;
}

.pre-footer-svg svg {
    height: 61px;
    width: 61px;
    fill: #FFFFFF;
}

.pre-footer-col h2 {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    background: #002B49;
    margin-top: 26px;
    margin-bottom :16px;
}

.footer-lower-border {
    border-bottom: 2px solid #7fa5bf9e;
    border-top : none;
    border-left : none;
    border-right : none;
    width : 100%;
    float : right;
}

.footer-no-border {
    border : none;
    width : 100%;
    float : right;
}

.pre-footer-col .list-unstyledcentered {
    padding: 0 0px;
    margin: 0;
}

.pre-footer .row {
   /* border: none;*/
}

.pre-footer a {
    color: #ffffff;
    line-height: 1.375rem;
    font-size:14px;
}

.pre-footer a:hover {
    color : #FFFFFF;
    background-color : transparent;
}

.pre-footer p {
    margin-bottom: 20px;
}

.pre-footer li {
    margin-bottom: 6px;
    list-style-type: none;
}

.pre-footer .top-line {
    padding-top: 24px;
    padding-bottom: 17px;
}

.copyright{
    float : left;
    text-align:left;
    width : 40%;
    font-size : 14px;
}

.privacyPolicy a {
    font-size : 14px;
}

.privacyPolicy {
    float: left;
    width: 20%;
    text-align:left;
}

.footer-last-row{
    margin-top : 40px;
    margin-bottom : 40px;
    color:#FFFFFF;
    direction : ltr;
}

.display-mobile{
    display:none;
}

.display-desktop{
    display:block;
}

.arabic-text-right{
    text-align: right; 
}

.termsOfService{
    text-align:left;
}

.footer-community:lang(fr){
    
}

.footer-legal:lang(fr),.footer-legal:lang(ru){
    width : 16.5%;
}

.footer-help:lang(fr),.footer-legal:lang(ru){
    margin-left: 24px
}


@media (min-width: 320px) and (max-width: 768px) {
    
    
    .pre-footer-col:lang(ar){
        margin-right : 30px;
    }
    
    .footer-legal:lang(fr),.footer-legal:lang(ru){
        width : 50%;
    }
    
    .footer-lower-border{
        border-bottom: 2px solid white;
    }
    
    .footer-connect-with-us:lang(fr) {
        margin-left: 24px !important;
    }
    
    .footer-first-col,.footer-legal,.footer-community,.footer-help,.footer-connect-with-us{
        margin-left : 30px;
    }
    
    .pre-footer-col h2{
        margin-bottom : 0px;
    }
    

    
    .pre-footer .container {
        display:block;
    }
    
    .copyright-mobile{
        float : left;
        width : 100%;
        font-size : 14px;
    }
    
    .footer-last-row{
        padding-top:25px;
        padding-left:10px;
        margin-top : 0px;
    }
	
	.pre-footer {
        float: left;
        width: 100%;
        display:block;
        margin-top : 38px;
    }

    .pre-footer .container {
        float: left;
    }

    .pre-footer .row {
        float: left;
        width: 100%;
        display :flex;
        flex-direction : column;
    }
    
    .pre-footer-svg{
      margin-left : 30px;
    }

    .pre-footer-col {
        word-wrap: break-word;
        width: 85%;
    }

    .pre-footer-col h2 {
        padding: 0 0 16px 16px;
        white-space: nowrap;
    }

    .pre-footer-col svg {
        display: none;
    }

    .pre-footer-col .list-unstyledcentered {
        padding-left: 16px;
        margin: 0;
    }

    .pre-footer li {
        margin-left: 0;
    }
    
    .copyright{
        margin-left : 3px !important;
        width : 90%;
    }
    
    .privacyPolicy{
        width : 30%;
        margin-left : 3px;
        margin-top : 15px;
    }
    
    .termsOfService{
        margin-top : 15px;
        width : 60%;
        float: left;
    }
    
    .footer-connect-with-us {
        margin-bottom: 40px;
    }


}