footer{padding:60px 0px 30px; color: var(--v-black);font-size: var(--fs-14);background: var(--v-grey-light3);}
footer .footer-logo{width: 128px;margin-bottom: 15px;}
footer .footer-connect{border-bottom: 1px solid var(--v-grey-dark);padding-bottom: 20px;margin-bottom: 30px;}
footer .footer-connect .footer-connect-info p{font-weight: 500;font-size: var(--fs-16);color: var(--v-black);line-height: 2;margin: 0;}
footer .footer-connect .footer-share{padding-bottom: 3px;}
footer .footer-connect .footer-share li{display: inline-block;display: inline-block;font-size: 18px;color: var(--v-grey);padding: 0px 12px;}
footer .footer-connect .footer-share li:hover path{fill: var(--v-orange);}
footer .footer-menu{border-bottom: 1px solid var(--v-grey-dark);padding-bottom: 25px;margin-bottom: 30px;}
footer .footer-menu ul li{font-size: var(--fs-16);font-weight: 400;line-height: 1.6;color: var(--v-black);}
footer .footer-menu ul li:hover{color: var(--v-orange);}
footer .footer-menu ul li.main-item{font-weight: 600;font-size: var(--fs-18);margin-bottom: 3px;}
footer .footer-risk{border-bottom: 1px solid var(--v-grey-dark);padding-bottom: 5px;margin-bottom: 30px;}
footer .footer-risk p{line-height: 1.7;}
footer .footer-risk .footer-risk-title{margin: 0 0 3px;font-weight: 500;}
footer .footer-risk .footer-risk-text{margin: 0 0 10px;}
footer .footer-company{border-bottom: 1px solid var(--v-grey-dark);padding-bottom: 5px;margin-bottom: 30px;}
footer .footer-company p{line-height: 1.7;}
footer .footer-company .footer-company-title{font-weight: 500;color: var(--v-black);margin: 0;}
footer .footer-company ul{margin-bottom: 30px;}
footer .footer-company ul li{width: 48%;}
footer .footer-company ul li div{font-weight: 400;color: var(--v-black);padding-left: 22px;margin-bottom: 5px;position: relative;}
footer .footer-company ul li div img{width: 12px;position: absolute;left: 0;top: 5px;}
footer .footer-company ul li .footer-company-address:after{content:"";display:block;}
footer .footer-company ul li .footer-company-phone:after{content:"";display:block;}
footer .footer-copy ul li{display: inline-block;margin-right: 30px;color: var(--v-black);font-size: 14px;font-weight: 500;line-height: 1.7;}
footer .footer-copy ul li a:hover{opacity: 0.6;}
footer .footer-au {text-decoration: underline; }
footer .footer-copy p{margin: 0;font-size: var(--fs-16);}
.footer-tab-bar{position: fixed;bottom: 0;width: 100%;background: var(--v-white);box-shadow: 0px 0px 14px #88888829;z-index: 1000;}
.footer-tab-bar li{font-size: var(--fs-12);font-weight: 500;color: var(--v-black);width: 20%;text-align: center;position: relative;}
.footer-tab-bar li.active{color: var(--v-orange);}
.footer-tab-bar li.active::after{content: '';display: block;position: absolute;width: 100%;height: 3px;background: var(--v-orange);top: 0;}
.footer-tab-bar li a{display: block;padding: 15px 3px 16px;}
.footer-tab-bar li a i{width: 23px;height: 23px;display: block;margin: 0 auto 3px;}
/* .footer-tab-bar li a i.tab-bar-home-icon{background: url(/images/tab-bar-home-icon.svg) center no-repeat;background-size: cover;}
.footer-tab-bar li a i.tab-bar-markets-icon{background: url(/wp-content/themes/vantage/images/tab-bar-markets-icon.svg) center no-repeat;background-size: cover;}
.footer-tab-bar li a i.tab-bar-academy-icon{background: url(/wp-content/themes/vantage/images/tab-bar-academy-icon.svg) center no-repeat;background-size: cover;}
.footer-tab-bar li a i.tab-bar-promotions-icon{background: url(/wp-content/themes/vantage/images/tab-bar-promotions-icon.svg) center no-repeat;background-size: cover;}
.footer-tab-bar li a i.tab-bar-login-icon{background: url(/wp-content/themes/vantage/images/tab-bar-login-icon.svg) center no-repeat;background-size: cover;}
.footer-tab-bar li.active a i.tab-bar-home-icon{background-image: url(/wp-content/themes/vantage/images/tab-bar-home-on-icon.svg);}
.footer-tab-bar li.active a i.tab-bar-markets-icon{background-image: url(/wp-content/themes/vantage/images/tab-bar-markets-on-icon.svg);}
.footer-tab-bar li.active a i.tab-bar-academy-icon{background-image: url(/wp-content/themes/vantage/images/tab-bar-academy-on-icon.svg);}
.footer-tab-bar li.active a i.tab-bar-promotions-icon{background-image: url(/wp-content/themes/vantage/images/tab-bar-promotions-on-icon.svg);}
.footer-tab-bar li.active a i.tab-bar-login-icon{background-image: url(/wp-content/themes/vantage/images/tab-bar-login-on-icon.svg);} */

html[lang='ar-AE'] footer .footer-company p,
html[lang='ar-AE'] footer .footer-risk p{direction: rtl;text-align: right;}
html[lang='ar-AE'] footer .footer-company ul li div{text-align: right;}
html[lang='ar-AE'] footer.footer-lp .footer-company p,
html[lang='ar-AE'] footer.footer-lp .footer-risk p{direction:ltr;text-align: left;}
html[lang='ar-AE'] footer .footer-copy p{direction:ltr;}

@media (max-width:1240px){
    footer .footer-menu .flex{flex-wrap: wrap;justify-content: flex-start;}
    footer .footer-menu .flex div{margin-bottom: 10px;}
}

@media (max-width:992px){
    footer .footer-company ul{flex-wrap: wrap;margin-bottom: 0px;}
    footer .footer-company ul li{width: 100%;border-bottom: 1px solid var(--v-grey-dark);padding-bottom: 10px;margin-bottom: 20px;}
    footer .footer-company ul li p br{display:none;}

    footer .footer-copy{display: block;}
    footer .footer-copy .info-box{margin-bottom: 10px;}
}

@media (max-width:768px){
    footer{padding: 30px 0px 20px;background: var(--v-white);}
    footer .footer-menu{display:none;}
    footer .footer-connect.flex{flex-wrap: wrap;padding-bottom: 15px;margin-bottom: 25px;}
    footer .footer-connect .footer-connect-info{width: 100%;margin-bottom: 15px;}
    footer .footer-risk{padding-bottom: 5px;margin-bottom: 15px;}
    footer .footer-risk p{line-height: 1.4;margin: 0 0 10px;}
    footer .footer-company{margin-bottom: 12px;}
    footer .footer-company p{line-height: 1.4;margin: 0 0 5px;}
    footer .footer-company ul li{padding-bottom: 7px;margin-bottom: 10px;}
    footer .footer-copy .info-box{overflow-x: auto;}
    footer .footer-copy ul{width: max-content;}
    footer .footer-copy ul li{margin-right: 15px;}
    footer .footer-copy .info-box::-webkit-scrollbar{display: none;width: 0;height: 0;}
}