.icon-size{
    font-size: 1.4em;
}
.icon-size-mobile{
    font-size: 1.6em;
}
.cursor-default{
    cursor: default!important;
}
.index-icons{
    display:block;
    text-align:right
}
.index-banner-icons{
    display: inline-flex!important;
}
.index-banner-footer{
    -webkit-justify-content: start!important;
    align-items: end!important;
}
.index-banner-footer-mobile{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: block;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}
.index-banner-footer-mobile-center{
    text-align: center!important;
}