.loader-section {
    width: 100%;
    height: 100%;
    display: flex;
}

.loader-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.account-icon
{
    font-size: 24px;
}

.avatar-submenu
{
    left: -180px !important;
}

.showPasswordBtn {
    cursor: pointer;
}

.hidePasswordBtn {
    display: none;
    cursor: pointer;
}

.intro .subtitle
{
    font-weight: normal;
}

.rate-text
{
    margin-bottom: 4px;
}

.rates-listing
{
    list-style: none;
    padding-left: 0px;
}

.rates-listing li
{
    position: relative;
    margin-bottom: 5px;
    padding-left: 40px;
}

.rates-listing li::before
{
    content: "-";
    position: absolute;
    left: 20px;
    color: #333;
    font-weight: bold;
}

.exclusive-news
{
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.exclusive-news .news-title
{
    flex-grow: 0.3;
}

footer .footer_bg
{
    padding-top: 150px !important;
}

@media (max-width: 767px) {
    footer .footer_bg {
        padding-top: 100px !important;
    }
}

.hero.full-height.bg-banner
{
    height: 140vh;
}

@media (max-width: 1200px)
{
    .hero.full-height.bg-banner {
        height: 100vh;
    }
}

.bg-banner
{
    background: url(../../img/landing/landing-banner.png) no-repeat top center;
    background-size: cover;
}

.full-width-image
{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    display: block;
}