header#header nav.navbar {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
header#header nav.navbar .nav-link.menu-title {
    font-size: 14px !important;
    color: #075c8f !important;
    text-underline-offset: 5px;
}
header#header nav.navbar .nav-link.menu-title.active {
    font-weight: 700;
    text-decoration: underline;
}
header#header nav.navbar .nav-link.menu-title:hover {
    text-decoration: underline;
}
header#header nav.navbar .navbar-toggler {
    outline: none !important;
}

.hero-section {
    margin-top: 87px;
    position: relative;
    width: 100%;
    height: calc(100dvh - 87px);
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    display: flex;
    width: 100%;
}
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.hero-section::before {
    width: 100%;
    background: url(/Images/easyMarketsChina_HERO_BG.jpg);
    background-size: cover;
    z-index: 0;
}
.hero-section > .row {
    position: relative;
    z-index: 2;
    align-items: center;
    flex: 0 0 calc(100% + 30px);
    margin: 0;
}
.h1-new {
    font-weight: 900;
    font-size: 46px;
}
#regform-modal {
    border-radius: 10px;
    box-shadow: none;
    border-color: #fff;
    background-color: #fff;
    padding: 25px 30px;
}
#regform-modal h3 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 13px;
    width: 100%;
}
.form-control {
    font-size: 1rem;
    border-radius: 0.25rem;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
}
.user-form-submit {
    height: 50px;
    margin-top: 10px;
}
.invalid {
    padding: 0 10px;
    margin: 5px 0px;
    line-height: 1;
}
.form-group.has-error {
    margin-bottom: 0;
}
.regulator-info p {
    margin: 0;
}
.form-group.form-row:last-child {
    margin-bottom: 0 !important;
}
.password-visibility {
    width: 24px !important;
    height: 24px;
    background-image: url(/Images/pw-hide.png);
    opacity: 1 !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
}
[type="text"] ~ .password-visibility {
    background-image: url(/Images/pw-show.png);
}
.btn.btn-cta.btn-em-green {
    width: 100%;
}
.btn.btn-default {
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
    width: 359px;
    min-width: fit-content;
    max-width: 100%;
    border-radius: 5px;
    background-color: #84c561;
    border: 1px solid #84c561;
    color: #fff;
}
.btn.btn-default:hover {
    color: #84c561;
    background: transparent;
}
.btn-center {
    display: block;
    margin: 0 auto;
}
.banners-section {
    padding-top: 73px;
    padding-bottom: 73px;
}
.banners-section h2 {
    margin-bottom: 73px;
}
.banners-section .adSlider {
    margin-bottom: 73px;
}
.banners-section .adSlider img {
    width: 100%;
}
.banners-section .adSlider .top-banner {
    width: 100%;
}

.feature-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    margin-bottom: 20px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: block;
}

.feature-icon video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title {
    font-size: 28px;
    font-weight: bold;
    color: #075c8f;
    margin-bottom: 15px;
}

.feature-description {
    font-size: 14px;
    color: #404041;
    line-height: 1.6;
}

.brand-green {
    color: #84c561;
}

.award-card {width: 400px;max-width: 100%;position: relative;min-height: 166px;padding: 20px 89px;margin: 0 auto;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.award-card::after, .award-card::before {content: '';display: block;position: absolute;height: 166px;width: 89px;top: 50%;transform: translateY(-50%);}
.award-card::after {right: 0;background-image: url(/Images/DAPHNER.png);}
.award-card::before {left: 0;background-image: url(/Images/DAPHNEL.png);}
.award-card p {font-weight: 400;font-size: 14px;text-align: center;margin-bottom: 12px;color: #949496;}
.award-card h4 {font-weight: 700;font-size: 20px;text-align: center;margin-bottom: 12px;margin-top: 0;color: #075c8f;}
.award-card span {display: block;font-weight: 400;font-size: 12px;text-align: center;margin-bottom: 0;color: #949496;}