.footer-logo {
    width: 125px;
}
@media (max-width:992px) {
    .apto-dropdown-wrapper {
        float: unset !important;
        margin: auto;
    }

}
/*********************************
  APTO Dropdown Styles
**********************************/

.btn-dropdown,
.dropdown-menu
{
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.sx-footer{
    background-color: #FFFFFF;
}
.sx-footer .btn-dropdown{
    width: 160px;
}

.dropdown-item-ft {

    width: 100%;
    height: 40px;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    transition:0.2s ease-in;
    background-color:#fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #5a616c;
    text-align: left;
    padding-inline-start: 12px;

}

.dropdown-item-ft:hover{
    background-color:#e5e5e5;
}

.dropdown-item-ft:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-icon{
    float: right;
    margin-top: 6%;
}

.footer-category-title {
    font-size: 14px !important;
    color: #5E6A74;
}
.sx-footer > div > div > div >ul >li >a{
    font-size: 13px !important;
    color: #5E6A74!important;
}

.sx-footer > div > div > div >ul >li >a:focus{
    text-decoration: none!important;
}

.sx-footer > div > div > div >ul >li >a:hover{
    color: #1C7DB7!important;
    text-decoration: none!important;
}

.sx-footer > div > div > div >ul{
    list-style-type: none;
    text-align: left;
    padding: unset;
}
.flag-icon{
    height: 20px;
    padding: 2px;
    margin-bottom: 2px;
}
.sx-footer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 10px;
    vertical-align: center;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
@media (max-width: 992px){
    .sx-footer>div {
        text-align: center !important;
    }
    .sx-footer>div>div>div>ul {
        text-align: center !important;
    }
}