.footer-section{
    background: url("../../images/index/bottom-bg.png") no-repeat center/ auto;
    padding: 30px 0;
}
.footer-section *{
    color: #fff;
    font-size: 14px;
}
.footer-section a{
    text-decoration: none;
    color: #fff;
}
.footer-section a:hover{
    color: #f60;
}
.footer-section .footer-wrapper{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.footer-links{
    display: flex;
    justify-content: space-between;
}
.footer-links .link-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-wrapper ul{
    list-style: none;
    line-height: 25px;
    font-weight: lighter;
    padding-left: 0;
}
.footer-wrapper ul em{
    font-weight: bold;
    font-style: normal;
}
.footer-wrapper .btn-contact{
    display: inline-block;
    width: 130px;
    border-radius: 4px;
    background: linear-gradient(0deg, #FC6E10 0%, #F99D60 100%);
    text-align: center;
    margin-right: 10px;
    margin-top: 15px;
    line-height: 30px;
}
.footer-wrapper .btn-liveChat{
    display: inline-block;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 30px;
}
.footer-wrapper .btn-liveChat:hover, .footer-wrapper .btn-contact:hover{
    color: #fff;
}
.footer-partner p{
    font-weight: bold;
}
.footer-partner span{
    margin: 0 10px;
}
.footer-payment{
    padding: 20px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 20px;
}
.footer-payment img{
    vertical-align: middle;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.footer-payment span{
    font-weight: bold;
}
.footer-relevant{
    padding: 20px 0 0;
}
.footer-relevant img{
    vertical-align: unset;
}
.footer-relevant > div{
    display: inline-block;
    margin: 0 auto;
    line-height: 24px;
}
.footer-relevant span{
    margin: 0 10px;
}

@media (max-width: 1200px) {
    .footer-section .footer-wrapper{
        width: 95%;
    }
}

@media (max-width: 992px) {
    .footer-links,.footer-partner,.footer-payment{
        display: none;
    }
    .footer-relevant{
        padding-top: 0;
    }
    .hidden-divider{
        display: block;
        height: 0;
        opacity: 0;
    }
    .footer-section{
        text-align: center;
        padding: 20px;
    }
    .footer-relevant {
        text-align: center;
    }
}
@media (max-width: 576px) {

    .footer-section *{
        font-size: 12px;
    }

}