.lang-img { width: 20px; height: 20px; }
.dropdown-menu-lang { z-index: 1002; }
#toTop {bottom: 0;right: 100px;}

.finance-cal-wrapper {background: #F4F6F8;border-radius: 5px;display: flex;min-height: 240px;height: auto;justify-content: center;align-items: flex-start;flex-direction: column;padding: 24px 45px 20px;}
.finance-cal-wrapper .LaonPriceM { color: #0028ad; }
.finance-end { text-align: right; }
.finance-center { text-align: center;}


@media (max-width: 767px) {
    .finance-end { text-align: left; }
    .finance-center { text-align: left;}
}