

@font-face {
    font-family: 'Open Sans Regular';
    src: url("../font/OpenSans-Regular.woff2") format("woff2"), url("OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Semi Bold';
    src: url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url("../font/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Bold';
    src: url("../font/Nunito-Bold.woff2") format("woff2"), url("Nunito-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.font-semi-bold {
    font-family: 'Open Sans Semi Bold'
}

.bg-blue {
    background-color: #1A3967 !important
}

.bg-orange {
    background-color: #f58220 !important
}

.bg-grey {
    background-color: #666666 !important
}

.bg-off-white {
    background-color: #f5f6f2 !important
}

.bg-warm-black {
    background-color: #333333 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-white-fade {
    background-color: #FAFAFA !important
}

.bg-border-grey {
    background-color: #F1ECE6 !important
}

.color-blue {
    color: #1A3967 !important
}

.color-grey {
    color: #666666 !important
}

.color-off-white {
    color: #f5f6f2 !important
}

.color-warm-black {
    color: #333333 !important
}

.color-white {
    color: #fff !important
}

.color-black {
    color: #000 !important
}

.color-orange {
    color: #f58220 !important
}

.color-green {
    color: #0CD070 !important
}

.color-red {
    color: #C31A12 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

*, :after, :before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body, html {
    font-family: "Open Sans Regular", sans-serif;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 27px
}

a, a:focus, a:hover {
    text-decoration: none;
    transition: all 0.3s
}

    a:focus, button:focus {
        box-shadow: none;
        outline: none;
    }
.container1 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0
}
.container {
    width: 1110px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 1279px) {
    .container {
        padding: 0 30px
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px
    }
}

section {
    padding: 40px 0 0 0;
    position: relative
}

.header-block {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #1A3967;
    font-weight: 600;
    background-color: #ECECEC;
    padding: 10px 25px;
    margin: 0 auto 15px;
    text-align: center;
    display: table;
    border-radius: 5pxbox-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 7%);
    border-radius: 7px;
    border: 1px solid #cfcccc;
}

.dark-header {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-bottom: 15px
}

@media (max-width: 1199.98px) {
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1
    }

    [data-aos=fade-up] {
        transform: translate3d(0, 0, 0)
    }

    [data-aos=fade-left] {
        transform: translate3d(0, 0, 0)
    }

    [data-aos=fade-right] {
        transform: translate3d(0, 0, 0)
    }
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.navbar {
    padding: 20px 0;
    background-color: #fff;
    transition: all .4s;
    height: 60px;
    -webkit-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
    box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0;
        height: 60px;
    }
}

@media (max-width: 991.98px) {
    .navbar .container {
        padding: 5px 25px 5px 0px
    }
}

.navbar .container .navbar-brand {
    width: 315px
}

@media only screen and (max-width: 767px) {
    .navbar .container .navbar-brand {
        width: 250px
    }
}

.navbar.sticky-header {
    box-shadow: 0 6px 25px -8px #fff
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 20px 30px;
        height: calc(100vh - 140px);
        overflow: auto
    }
}

.navbar .navbar-nav .nav-item {
    margin-right: 30px;
    position: relative
}

@media (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-item {
        margin-right: 25px
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item {
        margin: 0 0 20px
    }
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar .navbar-nav .nav-item.show a svg {
    transform: rotate(-180deg)
}

.navbar .navbar-nav .nav-item.btn-one {
    margin-right: 10px
}

    .navbar .navbar-nav .nav-item.btn-one .btn {
        width: 172px;
        font-size: 16px;
        line-height: 5px;
        font-family: "Open Sans Regular", sans-serif
    }

.navbar .navbar-nav .nav-item.btn-two .btn {
    width: 81px;
    font-size: 16px;
    line-height: 10px;
    font-family: "Open Sans Regular", sans-serif
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .dropdown-item {
    font-size: 14px;
    line-height: 14px;
    color: #1A3967
}

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .dropdown-item:hover {
        opacity: 0.8;
        background-color: transparent !important
    }

    .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .dropdown-item:focus {
        opacity: 1;
        color: #1A3967
    }

.navbar .navbar-nav .nav-link {
    position: relative;
    top: 6px
}

    .navbar .navbar-nav .nav-link svg {
        margin-left: 8px;
        transition: all .3s;
        vertical-align: middle;
    }

.navbar .navbar-nav .dropdown-item {
    padding: 10px 25px
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    border-top: 2px solid #f58220;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.75)
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .dropdown-menu {
        background-color: #fff;
        box-shadow: none;
        margin-left: 10px;
    }
}

.navbar .navbar-nav .dropdown-toggle::after {
    display: none
}

.navbar .navbar-nav .nav-theme {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1A3967;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative
}

    .navbar .navbar-nav .nav-theme::before {
        content: "";
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 5px solid #1A3967;
        -webkit-animation: pulse 2s linear infinite;
        -moz-animation: pulse 2s linear infinite;
        animation: pulse 2s linear infinite;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1
    }

    .navbar .navbar-nav .nav-theme img {
        margin: -2px 0 0 1px;
        position: relative;
        z-index: 2
    }

.navbar .nav-animate {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.navbar .navFadeInUp {
    -webkit-animation-name: navFadeInUp;
    animation-name: navFadeInUp
}

.navbar .navbar-toggler {
    border: none;
    padding: 0;
    z-index: 10;
    align-self: center;
}

    .navbar .navbar-toggler.collapsed {
        transform: rotate(0);
        transform-origin: 0;
        opacity: 1
    }

        .navbar .navbar-toggler.collapsed .icon-bar {
            transform: rotate(0);
            transform-origin: 0;
            opacity: 1
        }

    .navbar .navbar-toggler .icon-bar {
        background: #ccc;
        display: block;
        width: 25px;
        height: 2px;
        transition: all 0.2s;
        border-radius: 30px
    }

        .navbar .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px
        }

    .navbar .navbar-toggler .top-bar {
        transform: rotate(44deg);
        transform-origin: 7px 4px
    }

    .navbar .navbar-toggler .middle-bar {
        opacity: 0
    }

    .navbar .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 3px -3px
    }

@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        position: absolute;
        height: 100vh;
        top: 0;
        background-color: #fff;
        width: 50%;
        right: -100%;
        transition: all .15s ease;
        box-shadow: 0 16px 25px -8px #000
    }
}

@media (max-width: 767.98px) {
    .navbar .navbar-collapse {
        width: 60%
    }
}

@media (max-width: 575.98px) {
    .navbar .navbar-collapse {
        width: 80%
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-collapse.show {
        right: 0;
        transition: all .2s
    }
}

@-webkit-keyframes navFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes navFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(0.9);
        opacity: .2
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0
    }

    50% {
        -moz-transform: scale(0.6);
        opacity: 0
    }

    60% {
        -moz-transform: scale(0.9);
        opacity: .2
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .35
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.6);
        opacity: 0
    }

    50% {
        transform: scale(0.6);
        opacity: 0
    }

    60% {
        transform: scale(0.9);
        opacity: .1
    }

    70% {
        transform: scale(1.1);
        opacity: .25
    }

    80% {
        transform: scale(1.25);
        opacity: .1
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes shine {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes movement-up-down {
    0% {
        top: 0
    }

    25% {
        top: 6px
    }

    50% {
        top: 0px
    }

    75% {
        top: -4px
    }

    100% {
        top: 0
    }
}

ul.no-list {
    list-style-type: none
}

ul {
    margin: 0
}

.hide {
    display: none
}

@media (max-width: 575.98px) {
    .text-center-mobile {
        text-align: center
    }
}

.font-open-sans-regular {
    font-family: "Open Sans Regular", sans-serif
}

.color-#fff {
    color: #fff !important
}

.color-#000 {
    color: #000 !important
}

.color-grey {
    color: #666 !important
}

h1 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #1A3967;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 33px
    }
}

h1 span {
    color: #f58220
}

h2 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #1A3967;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

h2 span {
    color: #f58220
}

h3 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #1A3967;
    font-weight: 700;
    /*letter-spacing: -1px;*/
    display: block;
    clear: both
}

@media only screen and (max-width: 1279px) {
    h3 {
        font-size: 40px;
        line-height: 49px
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 30px
    }
}

h4 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 50px;
    line-height: 58px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    display: block;
    clear: both
}

@media only screen and (max-width: 1279px) {
    h4 {
        font-size: 40px;
        line-height: 48px
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 30px;
        line-height: 39px
    }
}

h5 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    clear: both
}

@media (max-width: 767.98px) {
    h5 {
        font-size: 22px;
        line-height: 32px
    }
}

h1 {
    margin: 0 0 20px
}

h2, h3 {
    margin: 0 0 10px
}

p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px
}

.heading01 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #1A3967;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .heading01 {
        font-size: 34px;
        line-height: 42px
    }
}

@media only screen and (max-width: 480px) {
    .heading01 {
        font-size: 30px;
        line-height: 40px
    }
}

.heading01 span {
    color: #f58220
}

.heading02 {
    font-family: "Nunito Bold", sans-serif;
    font-size: 50px;
    line-height: 57px;
    color: #333;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1.56 px;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .heading02 {
        font-size: 28px;
        line-height: 36px
    }
}

.btn {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px !important;
    padding: 12px 0;
    border: none;
    transition: all .5s;
    height: 40px
}

@media (max-width: 767.98px) {
    .btn {
        padding: 14px 0;
        font-size: 14px;
        line-height: 14px
    }
}

.btn.btn-primary {
    color: #fff;
    width: 175px;
    background: #f58220;
    border: 1px solid #f58220;
    transition: all .3s ease;
    border-radius: 5px !important;
    height: 40px;
}

    .btn.btn-primary:hover {
        color: #f58220;
        background-color: white;
        border: 1px solid #f58220
    }

.btn.btn-secondary {
    color: #fff;
    width: 215px;
    background: #1A3967;
    border: 1px solid #fff;
    transition: all .3s ease;
    border-radius: 5px
}

    .btn.btn-secondary:hover {
        color: #1A3967;
        background-color: white;
        border: 1px solid #1A3967
    }

.btn.btn-orange-bordered {
    color: #f58220;
    width: 138px;
    background: transparent;
    border: 1px solid #f58220;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 0
}

    .btn.btn-orange-bordered:hover {
        color: #fff;
        background-color: #f58220
    }

.btn.btn-bordered {
    color: #333;
    width: 138px;
    background: transparent;
    border: 1px solid #F1ECE6;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 0
}

    .btn.btn-bordered:hover {
        color: #fff;
        background-color: #333
    }

.btn.btn-black-bordered {
    color: #333;
    width: 138px;
    background: transparent;
    border: 1px solid #333;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 0;
    height: 40px
}

    .btn.btn-black-bordered:hover {
        color: #fff;
        background-color: #333
    }

.btn.btn-green {
    color: #1A3967;
    width: 138px;
    background: #E2EEE8;
    border: 1px solid #0CD070;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    height: 24px
}

    .btn.btn-green:hover {
        background-color: #0CD070
    }

.btn-text {
    font-family: "Open Sans Semi Bold", sans-serif
}

    .btn-text:hover {
        opacity: 0.7
    }

.container920 {
    width: 920px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .container920 {
        width: 100%;
        padding: 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .container920 {
        padding: 0 20px
    }
}

.breadcrumb-block {
    background-color: #FAFAFA;
    margin-top: 90px;
    padding: 10px 0 15px
}

@media only screen and (max-width: 767px) {
    .breadcrumb-block {
        padding: 10px 0 0;
        margin-top: 60px;
    }
}

.breadcrumb-block .breadcrumb-list-block {
    width: 100%;
    overflow-x: auto
}

@media only screen and (max-width: 767px) {
    .breadcrumb-block .breadcrumb-list-block {
        padding-bottom: 10px
    }
}

.breadcrumb-block .breadcrumb-list-block ul {
    list-style: none;
    padding: 0;
    display: flex
}

@media only screen and (max-width: 767px) {
    .breadcrumb-block .breadcrumb-list-block ul {
        display: inline-block;
        width: max-content
    }
}

.breadcrumb-block .breadcrumb-list-block ul li {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #f58220;
    margin-right: 36px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .breadcrumb-block .breadcrumb-list-block ul li {
        display: inline-block
    }
}

.breadcrumb-block .breadcrumb-list-block ul li a {
    color: #000
}

    .breadcrumb-block .breadcrumb-list-block ul li a img {
        position: relative;
        top: -2px
    }

.breadcrumb-block .breadcrumb-list-block ul li:before {
    content: ">";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: auto;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #333
}

.onboard-block {
    width: 665px;
    height: 135px;
    margin: 33px 0 0;
    background-color: #FFF6EB;
    border: 0.25px solid #F1ECE6;
    display: flex;
    padding: 25px 0;
    list-style: none;
    border-radius: 5px
}

@media only screen and (max-width: 767px) {
    .onboard-block {
        flex-wrap: wrap;
        width: 100%;
        height: auto
    }
}

.onboard-block li {
    padding: 0 30px 0 30px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .onboard-block li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0 0px;
        margin-bottom: 30px
    }
}

.onboard-block li:after {
    content: "";
    position: absolute;
    background-color: #e7e7e7;
    height: 74px;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .onboard-block li:after {
        width: 70%;
        height: 1px;
        left: 0;
        top: auto;
        bottom: -16px
    }
}

@media only screen and (max-width: 767px) {
    .onboard-block li:last-child {
        padding: 0;
        margin-bottom: 0
    }
}

.onboard-block li:last-child:after {
    display: none
}

.onboard-block li div {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 25px;
    line-height: 32px
}

.onboard-block li p {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-bottom: 0
}

.onboard-block li span {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.ipo-tab-list {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    display: flex;
}

    .ipo-tab-list li a {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 27px;
        color: #333;
        transition: all .3s ease;
        padding: 0 20px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
    }

@media only screen and (max-width: 767px) {
    .ipo-tab-list li a {
        font-size: 14px;
        line-height: 20px
    }

    .ipo-tab-list {
        overflow-x: scroll
    }
}

.ipo-tab-list li.active a {
    color: #f58220 !important;
    transition: all .3s ease
}

.ipo-tab-list li a:after {
    content: "";
    position: absolute;
    background-color: #999999;
    height: 21px;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.ipo-tab-list li:last-child a:after {
    display: none;
}

.ipo-tab-list li:nth-child(1) {
    padding-left: 0
}

.ipo-tab-list li:last-child:after {
    display: none
}

.ipo-row {
    border-radius: 5px;
    border: .5px solid #999999;
    margin-bottom: 20px
}

    .ipo-row:hover {
        border: 0.5px solid #f58220
    }

        .ipo-row:hover .ipo-body .ipo-list .title-txt {
            color: #f58220;
            transition: all .5s ease
        }

    .ipo-row .ipo-header {
        padding: 15px 20px;
        display: flex;
        position: relative;
        background-color: #FAFAFA;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

        .ipo-row .ipo-header .ipo-header-img {
            margin-right: 20px;
            height: 42px
        }

        .ipo-row .ipo-header .ipo-header-txt {
            font-family: "Open Sans Regular", sans-serif;
            font-size: 12px;
            line-height: 20px;
            color: #666
        }

            .ipo-row .ipo-header .ipo-header-txt span {
                font-family: "Open Sans Semi Bold", sans-serif;
                font-size: 14px;
                line-height: 14px;
                color: #333
            }

        .ipo-row .ipo-header .ipo-header-link {
            right: 30px;
            position: absolute;
            top: 16px;
            width: 9px
        }

            .ipo-row .ipo-header .ipo-header-link img {
                width: 100%
            }

    .ipo-row .ipo-body {
        padding: 20px 20px;
        display: flex;
        position: relative
    }

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body {
        display: table
    }
}

.ipo-row .ipo-body .ipo-list {
    width: 110px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body .ipo-list {
        width: 50% !important;
        float: left;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body .ipo-list:last-child {
        clear: right
    }
}

.ipo-row .ipo-body .ipo-list .title-txt {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.ipo-row .ipo-body .ipo-list .no-txt {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333
}

    .ipo-row .ipo-body .ipo-list .no-txt.up {
        color: #0CD070;
        position: relative;
        background: transparent
    }

        .ipo-row .ipo-body .ipo-list .no-txt.up:after {
            bottom: 100%;
            left: 8px;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: relative;
            pointer-events: none;
            border-color: rgba(12, 208, 112, 0);
            border-bottom-color: #0CD070;
            border-width: 6px;
            margin-left: -6px;
            display: inline-block
        }

    .ipo-row .ipo-body .ipo-list .no-txt.down {
        color: #C31A12;
        position: relative;
        background: transparent
    }

        .ipo-row .ipo-body .ipo-list .no-txt.down:after {
            bottom: -5px;
            left: 10px;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: relative;
            pointer-events: none;
            border-color: rgba(195, 26, 16, 0);
            border-top-color: #C31A12;
            border-width: 6px;
            margin-left: -6px;
            display: inline-block
        }

.ipo-row .ipo-body .btn-primary, .ipo-row .ipo-body .btn-secondary {
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body .btn-primary, .ipo-row .ipo-body .btn-secondary {
        clear: left
    }
}

.ipo-row .ipo-body .btn {
    width: 119px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
    float: right
}

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body .btn {
        float: left;
        margin-top: 5px
    }
}

.ipo-row .ipo-body .btn.btn-orange-bordered {
    width: 115px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .ipo-row .ipo-body .btn.btn-orange-bordered {
        position: relative;
        right: 0
    }
}

.ipo-row .ipo-body .btn.btn-orange-bordered .ipo-doc-link-icon {
    position: relative;
    top: -3px
}

.ipo-row .ipo-body .btn.btn-orange-bordered:hover .ipo-doc-link-icon {
    filter: brightness(0) invert(1)
}

.ipo-row .ipo-footer {
    padding: 10px 20px;
    background-color: #FFF1E5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

    .ipo-row .ipo-footer p {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 14px;
        color: #666;
        margin-bottom: 0
    }

.faq-block h3 {
    text-align: center;
}

.faq-block .accordion-faq-list .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0
}

    .faq-block .accordion-faq-list .card .card-body {
        padding: 10px 64px 20px 20px;
        width: 100%
    }

        .faq-block .accordion-faq-list .card .card-body p {
            margin-bottom: 25px;
            text-align: left;
            margin: 10px 0 30px;
            font-size: 14px
        }

            .faq-block .accordion-faq-list .card .card-body p:last-child {
                margin-bottom: 0
            }

        .faq-block .accordion-faq-list .card .card-body ul {
            padding-left: 20px
        }

            .faq-block .accordion-faq-list .card .card-body ul li {
                margin-bottom: 5px
            }

                .faq-block .accordion-faq-list .card .card-body ul li:last-child {
                    margin-bottom: 0
                }

    .faq-block .accordion-faq-list .card .card-header {
        background-color: transparent;
        border-bottom: 0
    }

        .faq-block .accordion-faq-list .card .card-header h5 {
            display: inline-block;
            width: 100%
        }

        .faq-block .accordion-faq-list .card .card-header button {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 20px;
            line-height: 1.3;
            padding: 16px 40px 16px 10px;
            position: relative;
            white-space: normal;
            position: relative;
            outline: none;
            width: 100%;
            border: none;
            box-shadow: none;
            text-align: left;
            background-color: transparent;
            border-bottom: 1px solid #F1ECE6;
            color: #000;
        }

            .faq-block .accordion-faq-list .card .card-header button h3 {
                color: #000;
                font-size: 20px;
                text-align: left;
                margin: 0
            }

@media (max-width: 991.98px) {
    .faq-block .accordion-faq-list .card .card-header button {
        font-size: 14px;
        line-height: 1.2
    }

    .faq-block .accordion-faq-list .card .card-body p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-block .accordion-faq-list .card .card-header button {
        padding: 22px 34px 22px 0
    }
}

.faq-block .accordion-faq-list .card .card-header button:after {
    content: "";
    background: url("../images/icon-up.svg");
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover
}

.faq-block .accordion-faq-list .card .card-header button.collapsed:after {
    content: "";
    background: url("../images/icon-down.svg");
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
    transition: all .3s
}

.width130 {
    width: 130px !important
}

.content-block {
    width: 920px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .content-block {
        width: 100%
    }
}

.content-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-bottom: 10px
}

.content-block p {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px
}

.content-block .sub-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-bottom: 10px
}

.content-block .btn {
    width: 168px;
    margin: 10px 0 30px
}

    .content-block .btn img {
        margin-left: 5px
    }

.content-block ul {
    margin: 0 0 40px 12px
}

.content-block .line-divider {
    border-top: 0.25px solid #666;
    height: 1px;
    width: 100%;
    margin-bottom: 40px
}

.content-block .text-link {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #f58220;
    letter-spacing: 0;
    margin-bottom: 30px;
    display: table
}

    .content-block .text-link .link-icon {
        margin-left: 10px;
        position: relative;
        transform: rotate(90deg);
        width: 12px;
        height: 12px
    }

.content-block .table-block {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px
}

    .content-block .table-block .four-columns {
        width: 920px;
        border: 1px solid #F1ECE6;
        margin-bottom: 10px
    }

        .content-block .table-block .four-columns tr {
            border: 1px solid #F1ECE6
        }

            .content-block .table-block .four-columns tr td {
                border: 1px solid #F1ECE6;
                padding: 8px 0;
                text-align: center;
                width: 25%;
                font-family: "Open Sans Regular", sans-serif;
                font-size: 14px;
                line-height: 18px
            }

                .content-block .table-block .four-columns tr td.font-semibold {
                    font-family: "Open Sans Semi Bold", sans-serif
                }

.testimonial-block {
    background-color: #FAFAFA;
    padding: 40px 0 0 0;
}

    .testimonial-block h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .testimonial-block p {
        text-align: center;
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #666
    }

    .testimonial-block .testimonial-slider {
        width: 100%;
        height: auto
    }

        .testimonial-block .testimonial-slider .swiper-slide p {
            font-family: "Open Sans Regular", sans-serif;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            text-align: left;
            min-height: 80px;
        }

        .testimonial-block .testimonial-slider .swiper-slide .testimonial-detail-block {
            display: flex;
        }

            .testimonial-block .testimonial-slider .swiper-slide .testimonial-detail-block .testimonial-img {
                width: 53px;
                height: 53px;
                margin-right: 9px
            }

            .testimonial-block .testimonial-slider .swiper-slide .testimonial-detail-block .name {
                font-family: "Open Sans Regular", sans-serif;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                line-height: 35px;
                font-weight: bold;
            }

                .testimonial-block .testimonial-slider .swiper-slide .testimonial-detail-block .name span {
                    display: block;
                    clear: both;
                    text-align: center;
                    font-family: "Open Sans Regular", sans-serif;
                    font-size: 12px;
                    line-height: 12px;
                    color: #666
                }

        .testimonial-block .testimonial-slider .swiper-pagination {
            position: relative;
            text-align: center;
            transition: .3s opacity;
            transform: translate3d(0, 0, 0);
            z-index: 10;
            bottom: auto;
            display: block;
            bottom: auto;
            left: auto;
            margin-top: 30px
        }

            .testimonial-block .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
                width: 7px;
                height: 7px;
                border: 1px solid #666;
                background-color: #fff
            }

                .testimonial-block .testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background-color: #f58220
                }

.technology-illustration-block {
    border-radius: 0px 120px 0px 0px;
    padding: 20px 0 0;
    padding-bottom: 10px;
}

.ipo-page .recently-closed-block .col-lg-8 .tab-content {
    min-height: auto;
}

@media only screen and (max-width: 1023px) {
    .technology-illustration-block {
        padding: 40px 20px 0
    }
}

.technology-illustration-block .container {
    background-color: #FAFAFA;
    padding-top: 30px;
    margin-bottom: 30px;
    min-height: 350px;
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

    .technology-illustration-block .container:hover {
        -webkit-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
        -moz-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
        box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
    }

@media only screen and (max-width: 1023px) {
    .technology-illustration-block .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.technology-illustration-block .container .tech-div {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: 100%;
    align-content: center
}

@media only screen and (max-width: 1023px) {
    .technology-illustration-block .container .tech-div {
        padding: 0 20px !important
    }
}

.technology-illustration-block .container .tech-div h3 {
    min-width: 280px;
    text-align: left;
    color: #000
}

@media only screen and (max-width: 1023px) {
    .technology-illustration-block .container .tech-div h3 {
        margin-bottom: 10px; /*3-6-22*/
        width: 100%
    }
}

.technology-illustration-block .container .tech-div P {
    width: 428px
}

@media only screen and (max-width: 1023px) {
    .technology-illustration-block .container .tech-div P {
        width: 100%
    }
}

.technology-illustration-block .container .tech-div .tech-logo {
    width: 186px;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .technology-illustration-block .container .tech-div .tech-logo {
        margin: 0 0 20px
    }
}

.technology-illustration-block .container .tech-div.padding94 {
    padding-left: 80px
}

@media only screen and (max-width: 1023px) {
    .technology-illustration-block .container .tech-div.padding94 {
        padding-left: 0
    }
}

.technology-illustration-block .container .tech-illustration-img-01 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.technology-illustration-block .container .tech-illustration-img-02 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.technology-illustration-block .container .tech-illustration-img-03 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.technology-illustration-block .container .tech-illustration-img-04 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.technology-illustration-block .container .tech-illustration-img-05 {
    width: 100%;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .technology-illustration-block .container .tech-illustration-img {
        width: 100% !important
    }
}

.form-get-started {
    max-width: 450px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .technology-illustration-block .container .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px
}

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.btn-primary {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 10px;
    margin: 0 ;
    display: inline-block;
    width: 148px;
    background-color: #1A3967;
    color: #fff;
    border-radius: 5px !important;
    position: relative;
    z-index: 3;
    height: 48px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 15px 0;
    border-color: #1A3967;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .form-get-started .input-group .btn-primary {
        width: 120px !important
    }
}

.blog-block .blog-list-block {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .blog-block .blog-list-block {
        flex-wrap: wrap
    }
}

.blog-block .blog-list-block .blog-list {
    width: 350px
}

@media only screen and (max-width: 1279px) {
    .blog-block .blog-list-block .blog-list {
        width: 31%
    }
}

@media only screen and (max-width: 767px) {
    .blog-block .blog-list-block .blog-list {
        width: 100%;
        margin-bottom: 20px
    }
}

.blog-block .blog-list-block .blog-list .blog-img-block {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    .blog-block .blog-list-block .blog-list .blog-img-block {
        height: 150px
    }
}

@media only screen and (max-width: 767px) {
    .blog-block .blog-list-block .blog-list .blog-img-block {
        height: 200px
    }
}

.blog-block .blog-list-block .blog-list .blog-img-block img {
    width: 100%;
    height: 200px;
    transition: all .3s linear;
    border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    .blog-block .blog-list-block .blog-list .blog-img-block img {
        height: 150px
    }
}

@media only screen and (max-width: 767px) {
    .blog-block .blog-list-block .blog-list .blog-img-block img {
        height: 200px
    }
}

.blog-block .blog-list-block .blog-list .blog-img-block:hover img {
    transition: all .3s linear;
    transform: scale(1.1)
}

.blog-block .blog-list-block .blog-list .date {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px
}

.blog-block .blog-list-block .blog-list .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px
}

.blog-block .blog-list-block .blog-list p {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px
}

.blog-block .blog-list-block .blog-list a {
    text-decoration: underline
}

.text-link {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #f58220;
    letter-spacing: 0;
    margin-bottom: 30px;
    display: table
}

    .text-link:hover {
        color: #f58220;
        opacity: .8
    }

    .text-link .link-icon {
        margin-left: 10px;
        position: relative;
        transform: rotate(90deg);
        width: 12px;
        height: 12px
    }

footer {
    position: relative
}

    footer:before {
        content: "";
        position: absolute;
        background-color: #ECEEF3;
        height: 80%;
        width: 100%;
        right: 0;
        left: 0;
        top: 98px;
        margin: auto;
        z-index: -1;
        border-radius: 0
    }

    footer.common-footer {
        background-color: #ECEEF3;
        margin-top: 0px;
        z-index: 9;
    }

        footer.common-footer:before {
            display: none
        }

        footer.common-footer .footer-mid-block {
            margin: 0px 0 40px;
            padding-top: 50px
        }

@media only screen and (max-width: 767px) {
    footer.common-footer .footer-mid-block {
        margin: 0;
        padding-top: 20px;
    }
}

footer .footer-top-block {
    width: 100%;
    height: auto;
    background-color: #1A3967;
    padding: 40px;
    overflow: hidden;
    border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    footer .footer-top-block {
        height: auto;
        width: auto
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-top-block {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 30px 20px
    }
}

footer .footer-top-block .footer-header {
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #fff
}

    footer .footer-top-block .footer-header span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        display: block;
        clear: both;
        margin-bottom: 15px
    }

footer .footer-top-block .contact-list {
    list-style: none;
    padding: 0 0 0 100px;
    margin-top: 20px
}

@media only screen and (max-width: 1023px) {
    footer .footer-top-block .contact-list {
        padding: 0
    }
}

footer .footer-top-block .contact-list li {
    margin-bottom: 15px
}

    footer .footer-top-block .contact-list li a {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #fff
    }

        footer .footer-top-block .contact-list li a img {
            margin-right: 10px
        }

footer .get-in-touch-illustration {
    width: 437px;
    margin: 0 auto 0;
    display: block;
    top: -70px;
    position: relative
}

@media only screen and (max-width: 1023px) {
    footer .get-in-touch-illustration {
        border-bottom: 2px solid #1A3967;
        margin: -60px auto 0;
        top: auto
    }
}

@media only screen and (max-width: 767px) {
    footer .get-in-touch-illustration {
        margin: -40px auto 0;
        top: auto;
        width: 100%
    }
}

footer .app-btn {
    width: 149px;
    margin: 0 auto 15px;
    display: block
}

    footer .app-btn img {
        width: 100%
    }

footer .ios-btn {
    margin-top: 20px
}

@media only screen and (max-width: 1023px) {
    footer .playstore-btn {
        margin-bottom: 40px
    }
}

footer .footer-mid-block {
    margin: 50px 0 40px
}

@media only screen and (max-width: 767px) {
    footer .footer-mid-block {
        margin: 50px 0 0
    }
}

footer .footer-mid-block .vogue-logo {
    width: 349px;
    height: 50px;
    display: block;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    footer .footer-mid-block .vogue-logo {
        width: 100%;
        text-align: center;
    }
}

footer .footer-mid-block .vogue-logo img.mstock-logo {
    height: 60px;
}

footer .footer-mid-block .vogue-logo img.voguefo-logo {
    height: 45px;
    margin-left: 10px;
}

footer .footer-mid-block p {
    font-size: 14px;
    line-height: 20px;
    width: 349px
}

@media only screen and (max-width: 767px) {
    footer .footer-mid-block p {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-mid-block .d-flex {
        flex-wrap: wrap
    }
}

footer .footer-mid-block .footer-link-list {
    list-style: none;
    padding: 0;
    width: 30%;
    float: left
}

@media only screen and (max-width: 767px) {
    footer .footer-mid-block .footer-link-list {
        width: 50%;
        margin-bottom: 30px
    }
}

footer .footer-mid-block .footer-link-list li {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #1A3967
}

    footer .footer-mid-block .footer-link-list li a {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 30px;
        color: #666
    }

        footer .footer-mid-block .footer-link-list li a.footer-head {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 16px;
            line-height: 30px;
            color: #1A3967
        }

footer .footer-bottom-block {
    border-top: 1px solid #1A3967;
    padding: 10px 0
}

    footer .footer-bottom-block .footer-app-list {
        list-style: none;
        padding: 0 95px 0 0;
        display: flex;
        justify-content: flex-end
    }

@media only screen and (max-width: 767px) {
    footer .footer-bottom-block .footer-app-list {
        padding: 0 0 0 0;
        justify-content: flex-start
    }
}

footer .footer-bottom-block .footer-app-list li a {
    width: auto;
    height: 43px;
    display: block
}

    footer .footer-bottom-block .footer-app-list li a img {
        width: auto;
        height: 43px
    }

footer .footer-bottom-block p {
    position: relative;
    top: 10px
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom-block p {
        position: relative;
        top: 0;
        display: block;
        margin: 0 0 20px
    }
}

footer .disclaimer-block {
    padding: 40px 0
}

    footer .disclaimer-block p {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 17px;
        color: #1A3967
    }

        footer .disclaimer-block p span {
            font-family: "Open Sans Semi Bold", sans-serif
        }

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    width: 100%;
    padding: 15px 20px
}

    .select .styledSelect {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: white;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        padding: 18px 10px
    }

        .select .styledSelect:after {
            content: "";
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-color: #f58220 transparent transparent transparent;
            position: absolute;
            top: 0px;
            right: 10px;
            bottom: 0;
            margin: auto
        }

        .select .styledSelect:active, .select .styledSelect.active {
            background-color: #eee
        }

    .select .options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0 0;
        padding: 0 0;
        list-style: none;
        border: 1px solid #e7e7e7;
        background-color: white;
        border-radius: 5px
    }

        .select .options li {
            padding: 10px 10px;
            margin: 0 0
        }

            .select .options li:hover {
                background-color: #39f;
                color: white
            }

    .select.s-hidden {
        visibility: hidden;
        padding-right: 10px
    }

.about-us-page .about-banner-block h1 {
    margin-bottom: 33px
}

.about-us-page .about-banner-block .wwa {
    position: relative;
    margin-top: 70px;
}

    .about-us-page .about-banner-block .wwa:after {
        content: "";
        position: absolute;
        background: linear-gradient(89.88deg, rgba(245, 130, 32, 0.1) -2.85%, rgba(245, 130, 32, 0) 77.74%);
        height: 250px;
        width: 250px;
        left: -65px;
        top: -30px;
        margin: auto;
        z-index: 1;
        border-radius: 50%
    }

    .about-us-page .about-banner-block .wwa .icon-quotes {
        display: block;
        margin-bottom: 20px;
        width: 36px
    }

    .about-us-page .about-banner-block .wwa p {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 16px;
        line-height: 28px;
        color: #333;
        margin-bottom: 20px;
        width: 443px
    }

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .wwa p {
        width: 100%
    }
}

.about-us-page .about-banner-block .wwa .name {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 5px
}

.about-us-page .about-banner-block .wwa .designation {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666
}

.about-us-page .about-banner-block .about-banner-img {
    width: 446px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    float: right
}

@media only screen and (max-width: 1023px) {
    .about-us-page .about-banner-block .about-banner-img {
        margin: 50px auto 0;
        float: none
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .about-banner-img {
        width: 100%
    }
}

.about-us-page .about-banner-block .cash-block {
    width: 554px;
    height: 130px;
    margin: 0 auto 0;
    background: #f58220;
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
    list-style: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: -20px;
    right: 40px
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .cash-block {
        flex-wrap: wrap;
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .cash-block {
        top: auto;
        right: auto;
        margin: 20px auto
    }
}

.about-us-page .about-banner-block .cash-block li {
    padding: 0 30px 0 30px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .cash-block li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0 30px;
        margin-bottom: 30px
    }
}

.about-us-page .about-banner-block .cash-block li:after {
    content: "";
    position: absolute;
    background-color: #F1ECE6;
    height: 80px;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .cash-block li:after {
        width: 70%;
        height: 1px;
        left: 0;
        top: auto
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .about-banner-block .cash-block li:last-child {
        padding: 0;
        margin-bottom: 0
    }
}

.about-us-page .about-banner-block .cash-block li:last-child:after {
    display: none
}

.about-us-page .about-banner-block .cash-block li div {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.about-us-page .about-banner-block .cash-block li p {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    margin: 5px 0
}

.about-us-page .about-banner-block .cash-block li span {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff
}

.about-us-page .about-info-block {
    padding-top: 20px
}

    .about-us-page .about-info-block .info-div {
        margin-bottom: 30px;
        padding-left: 20px;
        width: 358px;
        border-left: 2px solid #f58220
    }

        .about-us-page .about-info-block .info-div:last-child {
            margin-bottom: 0
        }

        .about-us-page .about-info-block .info-div .title {
            font-family: "Open Sans Bold", sans-serif;
            font-size: 20px;
            line-height: 34px;
            color: #1A3967;
            margin: 5px 0
        }

        .about-us-page .about-info-block .info-div p {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 16px;
            line-height: 27px;
            color: #666
        }

    .about-us-page .about-info-block .vision-img {
        display: block;
        margin: 0 auto;
        width: 304px
    }

@media only screen and (max-width: 767px) {
    .about-us-page .core-value-block {
        padding-top: 0
    }
}

.about-us-page .core-value-block:before {
    content: "";
    position: absolute;
    background: url("../images/about-us/bg-pattern.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 414px;
    height: 462px;
    left: 50px;
    top: 200px;
    margin: auto;
    z-index: -1
}

.about-us-page .core-value-block .cv-title-div {
    display: flex
}

    .about-us-page .core-value-block .cv-title-div .no {
        font-family: "Nunito Bold", sans-serif;
        font-size: 120px;
        line-height: 90px;
        color: #f58220
    }

    .about-us-page .core-value-block .cv-title-div .hdr {
        font-family: "Nunito Bold", sans-serif;
        font-size: 35px;
        line-height: 38px;
        color: #1A3967;
        margin: 5px 0 0 15px
    }

.about-us-page .core-value-block p {
    width: 246px;
    color: #333
}

.about-us-page .core-value-block .cv-block {
    width: 351px;
    height: 260px;
    padding: 66px 30px 0 30px;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease;
    margin: 0 auto 30px
}

@media only screen and (max-width: 1023px) {
    .about-us-page .core-value-block .cv-block {
        margin: 0 0 20px;
        display: inline-block
    }
}

.about-us-page .core-value-block .cv-block:nth-child(1) {
    margin-right: 20px
}

.about-us-page .core-value-block .cv-block:before {
    content: "";
    position: absolute;
    background-color: #1A3967;
    height: 0px;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block:hover:before {
    content: "";
    position: absolute;
    background-color: #1A3967;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block:hover:after {
    content: "";
    position: absolute;
    background-color: #f58220;
    height: 4px;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block:hover .cv-icon {
    filter: brightness(0) invert(1);
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block:hover .title {
    color: #fff;
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block:hover p {
    color: #fff;
    transition: all .3s ease
}

.about-us-page .core-value-block .cv-block .cv-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    z-index: 2
}

.about-us-page .core-value-block .cv-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
    transition: all .3s ease;
    position: relative;
    z-index: 2
}

.about-us-page .core-value-block .cv-block p {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    transition: all .3s ease;
    position: relative;
    z-index: 2
}

.about-us-page .milestone-block {
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
    border-radius: 0px 120px 0px 0px
}

    .about-us-page .milestone-block .header-block {
        margin: 0 0 20px
    }

    .about-us-page .milestone-block h2 {
        text-align: left
    }

@media only screen and (max-width: 1023px) {
    .about-us-page .milestone-block h2 {
        margin-bottom: 20px
    }
}

.about-us-page .milestone-block .milestone-timeline {
    display: flex;
    margin-bottom: 115px
}

@media only screen and (max-width: 1023px) {
    .about-us-page .milestone-block .milestone-timeline {
        margin-bottom: 0
    }
}

.about-us-page .milestone-block .milestone-timeline .vertical-navigtion {
    padding: 0 20px;
    border-right: 1px solid #F1ECE6
}

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .vertical-navigtion {
        padding: 0 20px 0 0
    }
}

.about-us-page .milestone-block .milestone-timeline .vertical-navigtion .navigation-dots li {
    display: block;
    clear: both;
    margin-bottom: 30px;
    height: 30px
}

    .about-us-page .milestone-block .milestone-timeline .vertical-navigtion .navigation-dots li a {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: #666;
        clear: both;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 69px;
        height: 30px;
        border-radius: 4px
    }

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .vertical-navigtion .navigation-dots li a {
        font-size: 12px;
        line-height: 12px;
        width: 56px
    }
}

.about-us-page .milestone-block .milestone-timeline .vertical-navigtion .navigation-dots li a.active {
    background-color: #FFF6EB;
    color: #f58220
}

.about-us-page .milestone-block .milestone-timeline .milestone-content-block {
    width: 539px;
    overflow-y: auto;
    max-height: 422px;
    margin-left: 20px;
    padding-right: 20px
}

    .about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .year {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #999999;
        display: block;
        margin-bottom: 6px;
        margin-top: 5px
    }

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .year {
        font-size: 12px;
        line-height: 12px
    }
}

.about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block {
    padding: 20px 30px;
    border: 1px solid #F1ECE6;
    display: block;
    width: 100%;
    margin-bottom: 17px
}

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block {
        padding: 15px 10px
    }
}

.about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block .date {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #f58220;
    display: block;
    margin-bottom: 13px
}

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block .date {
        font-size: 12px;
        line-height: 12px
    }
}

.about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block p {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .about-us-page .milestone-block .milestone-timeline .milestone-content-block .mm-block .content-block p {
        font-size: 12px;
        line-height: 16px
    }
}

.about-us-page .founder-block {
    height: 469px;
    margin-bottom: 40px;
    padding: 0;
    margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
    .about-us-page .founder-block {
        height: auto
    }
}

.about-us-page .founder-block .name {
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #f58220;
    margin-bottom: 5px;
    margin-top: 100px
}

@media only screen and (max-width: 1023px) {
    .about-us-page .founder-block .name {
        margin-top: 0
    }
}

.about-us-page .founder-block .designation {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #1A3967
}

    .about-us-page .founder-block .designation span {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #666;
        display: block;
        clear: both
    }

.about-us-page .founder-block p {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    width: 499px;
    margin-top: 26px
}

@media only screen and (max-width: 1279px) {
    .about-us-page .founder-block p {
        width: 100%
    }
}

.about-us-page .founder-block .founder-img-block {
    width: 538px;
    height: 469px;
    background: url("../images/about-us/founder-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -40px
}

@media only screen and (max-width: 1023px) {
    .about-us-page .founder-block .founder-img-block {
        margin-top: 0;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .founder-block .founder-img-block {
        width: 100%;
        margin: 30px auto 0
    }
}

.about-us-page .founder-block .founder-img-block .founder-img {
    width: 356px;
    height: 402px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -129px;
    margin: auto
}

@media only screen and (max-width: 1279px) {
    .about-us-page .founder-block .founder-img-block .founder-img {
        right: -72px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .founder-block .founder-img-block .founder-img {
        right: 0;
        left: 0
    }
}

.about-us-page .global-expansion-block h3 {
    text-align: center;
    margin-bottom: 30px
}

.about-us-page .global-expansion-block .ge-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 1279px) {
    .about-us-page .global-expansion-block .ge-list {
        width: 825px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1023px) {
    .about-us-page .global-expansion-block .ge-list {
        width: 535px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .global-expansion-block .ge-list {
        width: 100%;
        display: block
    }
}

.about-us-page .global-expansion-block .ge-list .ge-block {
    width: 255px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1279px) {
    .about-us-page .global-expansion-block .ge-list .ge-block {
        flex: 0 0 33.333333%
    }
}

@media only screen and (max-width: 1023px) {
    .about-us-page .global-expansion-block .ge-list .ge-block {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .about-us-page .global-expansion-block .ge-list .ge-block {
        flex: auto;
        margin: 0 auto 30px;
        display: block
    }
}

.about-us-page .global-expansion-block .ge-list .ge-block:last-child {
    margin-bottom: 0
}

.about-us-page .global-expansion-block .ge-list .ge-block .ge-image {
    width: 255px;
    height: 255px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px
}

    .about-us-page .global-expansion-block .ge-list .ge-block .ge-image .country-img {
        width: 100%;
        transition: all .3s ease
    }

        .about-us-page .global-expansion-block .ge-list .ge-block .ge-image .country-img:hover {
            transform: scale(1.1);
            transition: all .3s ease
        }

.about-us-page .global-expansion-block .ge-list .ge-block .year {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-bottom: 10px
}

.about-us-page .global-expansion-block .ge-list .ge-block .country {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 5px
}

.about-us-page .global-expansion-block .ge-list .ge-block .desc {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0
}

.open-account-page {
    padding-top: 105px
}

    .open-account-page .open-acc-banner-block {
        background: url("../font/wave-banner-pattern.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%
    }

        .open-account-page .open-acc-banner-block h1 {
            width: 500px;
            margin-top: 20px
        }

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-banner-block h1 {
        width: 100%
    }
}

.open-account-page .open-acc-banner-block .form-open-account {
    width: 350px;
    min-height: 315px;
    background-color: #F1ECE6;
    border-radius: 5px;
    border-top: 20px solid #f58220;
    padding: 30px;
    margin-top: 20px;
    transition: all .3s ease;
    margin-bottom: 40px;
    padding-bottom: 0px;
    color:#000000;
}
    .open-account-page .open-acc-banner-block .form-open-account #Message, .contact-us-page .contact-us-banner-block .form-open-account #Message {
        color: #1a3967 !important;
        font-size: 10px;
    }

@media only screen and (max-width: 1279px) {
    .open-account-page .open-acc-banner-block .form-open-account {
        width: 325px
    }
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-banner-block .form-open-account {
        width: 100%
    }
}

.open-account-page .open-acc-banner-block .form-open-account.sticky {
    position: fixed;
    
    transition: all .3s ease
}

.open-account-page .open-acc-banner-block .form-open-account .form-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 25px
}

.open-account-page .open-acc-banner-block .form-open-account .input-group {
    margin-bottom: 20px
}

    .open-account-page .open-acc-banner-block .form-open-account .input-group .input-group-prepend {
        position: relative
    }

        .open-account-page .open-acc-banner-block .form-open-account .input-group .input-group-prepend:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 28px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

        .open-account-page .open-acc-banner-block .form-open-account .input-group .input-group-prepend .input-group-text {
            background-color: #fff
        }

    .open-account-page .open-acc-banner-block .form-open-account .input-group .form-control {
        height: 45px;
        border-left: 0
    }

.open-account-page .open-acc-banner-block .form-open-account .btn-primary {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
}

.open-account-page .open-acc-banner-block .form-open-account .form-check input {
    background-color: #F1ECE6
}

.open-account-page .open-acc-banner-block .form-open-account .form-check label {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.open-account-page .open-acc-sub-block .vogue-rows {
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows {
        padding: 20px
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .header-block {
    margin: 0 0 15px
}

.open-account-page .open-acc-sub-block .vogue-rows h3 {
    text-transform: none
}

.open-account-page .open-acc-sub-block .vogue-rows p {
    color: #333;
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns {
        display: block
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul {
    list-style: none;
    padding: 0 0 0 25px;
    width: 450px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul {
        width: 100%
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul li {
    display: block;
    position: relative;
    margin-bottom: 27px
}

    .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul li:before {
        content: "";
        position: absolute;
        background: url("../images/icon-tick-mark.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 13px;
        width: 13px;
        left: -20px;
        top: 8px;
        margin: auto;
        z-index: 1
    }

    .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul li div {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 25px;
        line-height: 30px;
        color: #f58220;
        margin-bottom: 5px
    }

        .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul li div span {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 20px;
            line-height: 25px;
            color: #1A3967
        }

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul.just-text li:before {
    top: 3px
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns ul.width100 {
    width: 100%
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns .imagery-block {
    width: 160px;
    /*height: 180px;*/
    height: 210px; /*10-06-22 new*/
    background-color: #F1ECE6;
    border-radius: 5px;
    padding: 10px 15px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .vogue-columns .imagery-block {
        display: block;
        margin: 0 auto
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns .imagery-block .img-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #1A3967;
    text-align: center;
    margin-bottom: 18px
}

.open-account-page .open-acc-sub-block .vogue-rows .vogue-columns .imagery-block img {
    width: 92px;
    display: block;
    margin: 0 auto;
    left: -13px;
    position: relative
}

.open-account-page .open-acc-sub-block .vogue-rows .product-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    margin-top: 27px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .product-list {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
        flex-wrap: wrap
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    position: relative
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block:last-child {
        margin-bottom: 0
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block .product-icon {
    margin-right: 6px;
    display: block;
    width: 45px;
    position: relative
}

.open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block .product-info .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #f58220;
    letter-spacing: 0;
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    .open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block .product-info .title {
        font-size: 16px;
        line-height: 22px
    }
}

.open-account-page .open-acc-sub-block .vogue-rows .product-list .product-block .product-info .title span {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
    clear: both
}

.open-account-page .faq-block h3 {
    text-align: left
}

.ipo-page .ipo-banner-block h1 {
    width: 500px;
    margin-top: 20px
}

.ipo-page .ipo-banner-block .para-txt {
    width: 522px
}

@media only screen and (max-width: 767px) {
    .ipo-page .ipo-banner-block .para-txt {
        width: 100%
    }
}

.ipo-page .ipo-banner-block .ipo-banner-img {
    width: 305px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .ipo-page .ipo-banner-block .ipo-banner-img {
        margin: 30px auto 0
    }
}

.ipo-page .ipo-banner-block .banner-illustration-txt {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    background: linear-gradient(95.03deg, #EEB978 -56.58%, rgba(238, 185, 120, 0) 99.64%);
    border-radius: 10px 10px 0px 10px;
    width: 201px;
    height: 68px;
    padding: 15px 20px;
    position: absolute;
    left: -72px;
    top: 72px;
    margin: auto
}

@media only screen and (max-width: 1023px) {
    .ipo-page .ipo-banner-block .banner-illustration-txt {
        right: 0
    }
}

@media only screen and (max-width: 1023px) {
    .ipo-page .ipo-banner-block .banner-illustration-txt {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 20px
    }
}

.ipo-page .ipo-banner-block .banner-illustration-txt span {
    font-family: "Open Sans Semi Bold", sans-serif;
    color: #1A3967
}

.ipo-page .ipo-application-block {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #F1ECE6;
    background-color: #FAFAFA
}

    .ipo-page .ipo-application-block .ipo-app-hdr {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #f58220;
        margin-bottom: 15px
    }

    .ipo-page .ipo-application-block .ipo-app-list {
        list-style: none;
        padding: 0
    }

        .ipo-page .ipo-application-block .ipo-app-list li {
            display: flex;
            align-items: center;
            border-bottom: .5px solid #e7e7e7;
            padding-bottom: 20px;
            margin-bottom: 20px
        }

            .ipo-page .ipo-application-block .ipo-app-list li .step-hdr {
                font-family: "Open Sans Semi Bold", sans-serif;
                font-size: 20px;
                line-height: 20px;
                color: #f58220;
                background-color: #fff;
                padding: 16px 20px;
                width: 82px;
                border-radius: 2px;
                margin-right: 12px;
                width: 70px;
                height: 70px;
                border: 1px solid #f58220;
                text-align: center;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center
            }

                .ipo-page .ipo-application-block .ipo-app-list li .step-hdr span {
                    font-family: "Open Sans Regular", sans-serif;
                    font-size: 12px;
                    line-height: 12px;
                    margin-bottom: 2px;
                    display: block;
                    clear: both
                }

            .ipo-page .ipo-application-block .ipo-app-list li p {
                font-family: "Open Sans Regular", sans-serif;
                font-size: 14px;
                line-height: 18px;
                color: #666;
                margin-bottom: 0
            }

    .ipo-page .ipo-application-block .text-link {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 14px
    }

.ipo-page .ipo-sticky-nav {
    padding-bottom: 0;
    transition: all .3s ease
}

    .ipo-page .ipo-sticky-nav.sticky {
        background: #F1ECE6;
        position: fixed;
        top: 88px;
        width: 100%;
        z-index: 999;
        transition: all .3s ease;
        padding: 20px 0 0
    }

.ipo-page .recently-closed-block {
    padding-top: 0
}

.ipo-detail-page .ipo-detail-block .invest-block {
    width: 920px;
    margin: 0 auto 40px;
    display: block
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .invest-block {
        width: 100%
    }
}

.ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background-color: #FAFAFA;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-right: 50px
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list {
        padding-right: 0
    }
}

.ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li {
    position: relative;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    width: 25%;
    padding: 25px
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li {
        width: 100%;
        border-bottom: 0.5px solid #F1ECE6
    }
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li:last-child {
        width: 100%;
        border-bottom: none
    }
}

.ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li:first-child {
    background-color: #F1ECE6
}

    .ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li:first-child span {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #666
    }

.ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li span {
    display: block;
    clear: both;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px
}

    .ipo-detail-page .ipo-detail-block .invest-block .invest-div .invest-list li span b {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px
    }

.ipo-detail-page .ipo-detail-block .invest-block .invest-info {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px
}

.ipo-detail-page .ipo-detail-block .date-block {
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    width: 920px;
    margin: 0 auto 40px;
    display: block
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .date-block {
        width: 100%
    }
}

.ipo-detail-page .ipo-detail-block .date-block .date-div {
    position: relative;
    padding: 30px 30px 0px
}

    .ipo-detail-page .ipo-detail-block .date-block .date-div .title {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 16px;
        line-height: 27px;
        color: #333;
        margin: 0 0 15px
    }

    .ipo-detail-page .ipo-detail-block .date-block .date-div .date-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap
    }

        .ipo-detail-page .ipo-detail-block .date-block .date-div .date-list li {
            position: relative;
            width: 25%;
            font-family: "Open Sans Regular", sans-serif;
            font-size: 14px;
            line-height: 14px;
            color: #333;
            margin-bottom: 30px
        }

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .date-block .date-div .date-list li {
        width: 33.3%
    }
}

@media only screen and (max-width: 767px) {
    .ipo-detail-page .ipo-detail-block .date-block .date-div .date-list li {
        width: 50%
    }
}

.ipo-detail-page .ipo-detail-block .date-block .date-div .date-list li:before {
    content: "";
    position: absolute;
    background: url("../images/icon-tick-mark.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 2px
}

.ipo-detail-page .ipo-detail-block .date-block .date-div .date-list li span {
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px
}

.ipo-detail-page .ipo-detail-block .date-block .date-info {
    background-color: #E2EEE9;
    padding: 15px 30px;
    color: #1A3967
}

.ipo-detail-page .ipo-detail-block .register-info-block {
    background-color: #F1ECE6;
    padding: 30px;
    width: 920px;
    margin: 0 auto 50px;
    display: block
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-block .register-info-block {
        width: 100%
    }
}

.ipo-detail-page .ipo-detail-block .register-info-block .title {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin: 0 0 15px
}

.ipo-detail-page .ipo-detail-block .register-info-block .register-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

    .ipo-detail-page .ipo-detail-block .register-info-block .register-list li {
        position: relative;
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-right: 80px
    }

@media only screen and (max-width: 767px) {
    .ipo-detail-page .ipo-detail-block .register-info-block .register-list li {
        width: 100%;
        margin-bottom: 20px
    }
}

.ipo-detail-page .ipo-detail-block .register-info-block .register-list li:last-child {
    margin-right: 0
}

.ipo-detail-page .ipo-detail-block .register-info-block .register-list li span {
    display: block;
    clear: both;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
    line-height: 14px
}

.ipo-detail-page .ipo-detail-header {
    margin-top: 45px;
    transition: all .3s ease
}

    .ipo-detail-page .ipo-detail-header.sticky {
        background: #F1ECE6;
        position: fixed;
        top: 43px;
        width: 100%;
        z-index: 999;
        transition: all .3s ease;
        padding: 10px 0
    }

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header.sticky .dh-block .dh-content {
        margin-bottom: 0px
    }
}

.ipo-detail-page .ipo-detail-header.sticky .dh-block .dh-content .btn-green {
    display: none
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header.sticky .dh-block .btn-primary {
        margin-top: 0px
    }
}

.ipo-detail-page .ipo-detail-header .dh-block {
    display: flex;
    width: 920px;
    margin: 0 auto;
    padding: 20px 0
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header .dh-block {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header .dh-block {
        padding: 0
    }
}

.ipo-detail-page .ipo-detail-header .dh-block .dh-image {
    width: 50px;
    margin-right: 10px;
    align-self: baseline
}

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header .dh-block .dh-image {
        width: 62px
    }
}

.ipo-detail-page .ipo-detail-header .dh-block .dh-content {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .ipo-detail-page .ipo-detail-header .dh-block .dh-content .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #1A3967;
        width: 100%;
        margin-bottom: 5px
    }

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header .dh-block .dh-content .title {
        font-size: 12px;
        line-height: 16px
    }
}

.ipo-detail-page .ipo-detail-header .dh-block .dh-content .detail {
    display: flex
}

    .ipo-detail-page .ipo-detail-header .dh-block .dh-content .detail .name {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 3px
    }

    .ipo-detail-page .ipo-detail-header .dh-block .dh-content .detail .btn-green {
        margin-left: 20px;
        width: 91px
    }

@media only screen and (max-width: 1023px) {
    .ipo-detail-page .ipo-detail-header .dh-block .dh-content .detail .btn-green {
        width: 62px
    }
}

.ipo-detail-page .ipo-detail-header .dh-block .btn-primary {
    width: 132px;
    margin-left: auto;
    margin-top: 8px
}

.mutual-fund-page .mf-banner-block .para-txt {
    width: 522px
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .mf-banner-block .para-txt {
        width: 100%
    }

    .ipo-detail-page .ipo-detail-header.sticky {
        top: 16px
    }
}

.mutual-fund-page .mf-banner-block .onboard-block {
    width: 682px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .mf-banner-block .onboard-block {
        width: 100%
    }
}

.mutual-fund-page .mf-banner-block .onboard-block li {
    padding: 0px 28px 0 28px
}

.mutual-fund-page .mf-banner-block .ipo-banner-img {
    width: 366px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .mf-banner-block .ipo-banner-img {
        margin: 30px auto 0
    }
}

.mutual-fund-page .mf-banner-block h1.forced-heading {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px !important
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .mf-banner-block .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px
}

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.mutual-fund-page .build-wealth-block {
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
    border-radius: 0px 120px 0px 0px;
    padding: 40px 0;
    margin-top: 40px;
}

    .mutual-fund-page .build-wealth-block .header-block {
        margin: 0 0 20px
    }

    .mutual-fund-page .build-wealth-block h2 {
        text-align: left;
        font-size: 35px;
        line-height: 38px
    }

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .build-wealth-block h2 {
        margin-bottom: 20px
    }
}

.mutual-fund-page .build-wealth-block .wealth-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (max-width: 1279px) {
    .mutual-fund-page .build-wealth-block .wealth-div {
        justify-content: space-evenly
    }
}

.mutual-fund-page .build-wealth-block .wealth-div .wealth-hdr-block {
    width: 369px
}

.mutual-fund-page .build-wealth-block .wealth-div .wealth-block {
    width: 351px;
    height: 180px;
    padding: 25px;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease;
    margin: 0 auto 30px;
    display: flex
}

@media only screen and (max-width: 1279px) {
    .mutual-fund-page .build-wealth-block .wealth-div .wealth-block {
        margin: 0 0 30px
    }
}

.mutual-fund-page .build-wealth-block .wealth-div .wealth-block .wealth-icon {
    width: 45px;
    height: 45px;
    margin-right: 6px
}

.mutual-fund-page .build-wealth-block .wealth-div .wealth-block .wealth-content {
    display: block
}

    .mutual-fund-page .build-wealth-block .wealth-div .wealth-block .wealth-content .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #1A3967;
        margin-bottom: 10px;
        margin-top: 5px;
        letter-spacing: 0;
    }

    .mutual-fund-page .build-wealth-block .wealth-div .wealth-block .wealth-content p {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #666
    }

.mutual-fund-page .discover-block {
    padding: 40px 0 20px
}

    .mutual-fund-page .discover-block h3 {
        text-align: center;
        margin-bottom: 0
    }

    .mutual-fund-page .discover-block p {
        text-align: center;
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 30px
    }

    .mutual-fund-page .discover-block .discover-tab-list-block {
        width: 100%
    }

        .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list, .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list02 {
            list-style: none;
            padding: 0;
            width: 90%;
            display: block;
            margin: 0 auto 40px;
            display: flex;
            justify-content: space-between
        }

@media only screen and (max-width: 1279px) {
    .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list, .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list02 {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap
    }
}

.mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list li, .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list02 li {
    position: relative;
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    width: 189px;
    transition: all .3s ease;
    cursor: pointer
}

    .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list li span, .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list02 li span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #1A3967;
        position: relative;
        top: 10px
    }

    .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list li.active, .mutual-fund-page .discover-block .discover-tab-list-block .discover-tab-list02 li.active {
        border: 1px solid #f58220;
        background: linear-gradient(207.33deg, rgba(255, 135, 83, 0) 18.43%, rgba(255, 135, 83, 0.41) 49.42%);
        transition: all .3s ease
    }

.mutual-fund-page .discover-block .discover-content-list, .mutual-fund-page .discover-block .discover-content-list02 {
    width: 920px;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .discover-block .discover-content-list, .mutual-fund-page .discover-block .discover-content-list02 {
        width: 100%
    }
}

.mutual-fund-page .discover-block .discover-content-list .ipo-header, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header {
    background-color: #FAFAFA
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-header, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-header img, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header img {
        float: left;
        width: 18%;
        height: auto
    }
}

.mutual-fund-page .discover-block .discover-content-list .ipo-header .ipo-header-txt, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .ipo-header-txt {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #1A3967;
    width: 60%;
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-header .ipo-header-txt, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .ipo-header-txt {
        margin-bottom: 20px;
        float: left;
        width: 70%
    }
}

.mutual-fund-page .discover-block .discover-content-list .ipo-header .ipo-header-txt div, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .ipo-header-txt div {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 10px;
    border: 1px solid #999999;
    color: #999999;
    display: table;
    clear: both;
    margin-top: 5px;
    border-radius: 2px
}

.mutual-fund-page .discover-block .discover-content-list .ipo-header .btn-secondary, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .btn-secondary {
    margin-left: auto;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-header .btn-secondary, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .btn-secondary {
        margin-left: 0
    }
}

.mutual-fund-page .discover-block .discover-content-list .ipo-header .btn, .mutual-fund-page .discover-block .discover-content-list02 .ipo-header .btn {
    width: 120px
}

.mutual-fund-page .discover-block .discover-content-list .ipo-body, .mutual-fund-page .discover-block .discover-content-list02 .ipo-body {
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-body, .mutual-fund-page .discover-block .discover-content-list02 .ipo-body {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .mutual-fund-page .discover-block .discover-content-list .ipo-body .ipo-list:last-child, .mutual-fund-page .discover-block .discover-content-list02 .ipo-body .ipo-list:last-child {
        clear: none
    }
}

.mutual-fund-page .discover-block .btn-mf {
    margin: 40px auto 0;
    display: block
}

.mutual-fund-page .benefit-block {
    background-color: #F1ECE6;
    padding: 60px 0
}

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .benefit-block {
        padding: 60px 0 40px
    }
}

.mutual-fund-page .benefit-block h3 {
    text-align: center;
    margin-bottom: 5px
}

.mutual-fund-page .benefit-block p {
    text-align: center;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.mutual-fund-page .benefit-block .benefit-list {
    width: 1110px;
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0;
    list-style: none;
    padding: 0
}

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .benefit-block .benefit-list {
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

.mutual-fund-page .benefit-block .benefit-list li {
    width: 255px;
    height: auto;
    background-color: #fff;
    padding: 40px 30px 20px
}

@media only screen and (max-width: 1023px) {
    .mutual-fund-page .benefit-block .benefit-list li {
        margin-bottom: 20px
    }
}

.mutual-fund-page .benefit-block .benefit-list li img {
    width: 95px;
    height: 95px;
    margin-bottom: 25px
}

.mutual-fund-page .benefit-block .benefit-list li .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #1A3967;
    margin-bottom: 10px;
    text-align: left;
}

.mutual-fund-page .benefit-block .benefit-list li p {
    text-align: left;
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.technology-page .technology-banner-block h1 {
    width: 560px
}

@media only screen and (max-width: 767px) {
    .technology-page .technology-banner-block h1 {
        width: 100%
    }
}

.technology-page .technology-banner-block .para-txt {
    width: 522px
}

@media only screen and (max-width: 767px) {
    .technology-page .technology-banner-block .para-txt {
        width: 100%
    }
}

.technology-page .technology-banner-block .onboard-block {
    width: 660px
}

@media only screen and (max-width: 767px) {
    .technology-page .technology-banner-block .onboard-block {
        width: 100%
    }
}

.technology-page .technology-banner-block .onboard-block li {
    padding: 0px 28px 0 28px
}

.technology-page .technology-banner-block .tech-banner-img {
    width: 380px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1279px) {
    .technology-page .technology-banner-block .tech-banner-img {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .technology-page .technology-banner-block .tech-banner-img {
        margin: 30px auto 0;
        width: 380px
    }
}

.technology-page .technology-illustration-block .container .form-get-started {
    margin: 16px 0 0
}

@media only screen and (max-width: 767px) {
    .our-offering-page .offering-banner-block h1 {
        width: 100%
    }
}

.our-offering-page .offering-banner-block .para-txt {
    margin-bottom: 0;
    width: 491px
}

@media only screen and (max-width: 767px) {
    .our-offering-page .offering-banner-block .para-txt {
        width: 100%
    }
}

.our-offering-page .offering-banner-block .onboard-block {
    width: 653px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .our-offering-page .offering-banner-block .onboard-block {
        width: 100%
    }
}

.our-offering-page .offering-banner-block .onboard-block li {
    padding: 0px 28px 0 28px
}

.our-offering-page .offering-banner-block .offering-banner-img {
    width: 388px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1279px) {
    .our-offering-page .offering-banner-block .offering-banner-img {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .our-offering-page .offering-banner-block .offering-banner-img {
        margin: 30px auto 0;
        width: 439px
    }
}

@media only screen and (max-width: 767px) {
    .our-offering-page .offering-banner-block .offering-banner-img {
        width: 60%;
        margin-bottom: 30px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .our-offering-page .offering-banner-block .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    background: #fff;
}

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.form-get-started .input-group .btn-primary {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    display: inline-block;
    width: 160px;
    background-color: #1A3967;
    border-color: #1A3967;
    color: #fff;
    border-radius: 5px !important;
    position: relative;
    z-index: 3;
    height: 48px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 15px 0;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .form-get-started .input-group .btn-primary {
        width: 120px !important
    }
}

.our-offering-page .technology-illustration-block .container {
    background-color: #FAFAFA;
    border-radius: 10px;
    min-height: auto;
    padding: 20px;
}

    .our-offering-page .technology-illustration-block .container:hover {
        -webkit-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
        -moz-box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
        box-shadow: -1px 1px 4px 0px rgb(0 0 0 / 22%);
    }

    .our-offering-page .technology-illustration-block .container .tech-div .check-list {
        list-style: none;
        padding: 0 0 0 25px;
        width: 438px;
        margin: 13px 0 20px
    }

@media only screen and (max-width: 1023px) {
    .our-offering-page .technology-illustration-block .container .tech-div .check-list {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .our-offering-page .technology-illustration-block .container .tech-div .check-list {
        width: 100%
    }
}

.our-offering-page .technology-illustration-block .container .tech-div .check-list li {
    display: block;
    position: relative;
    margin-bottom: 9px
}

    .our-offering-page .technology-illustration-block .container .tech-div .check-list li:before {
        content: "";
        position: absolute;
        background: url("../images/icon-tick-mark.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 13px;
        width: 13px;
        left: -20px;
        top: 6px;
        margin: auto;
        z-index: 1
    }

    .our-offering-page .technology-illustration-block .container .tech-div .check-list li div {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 27px;
        color: #f58220;
        margin-bottom: 5px
    }

        .our-offering-page .technology-illustration-block .container .tech-div .check-list li div span {
            color: #333
        }

.our-offering-page .technology-illustration-block .container .tech-div .btn.btn-secondary {
    width: auto;
    display: table;
    clear: both;
    padding: 12px 20px
}

.our-offering-page .technology-illustration-block .container .tech-div .app-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 16px 0 0
}

    .our-offering-page .technology-illustration-block .container .tech-div .app-list li {
        margin-right: 13px
    }

        .our-offering-page .technology-illustration-block .container .tech-div .app-list li a {
            width: auto;
            height: 32px;
            display: block
        }

            .our-offering-page .technology-illustration-block .container .tech-div .app-list li a img {
                width: auto;
                height: 32px
            }

.our-offering-page .technology-illustration-block .container .tech-div .form-get-started {
    margin: 29px 0 0
}

.form-get-started .input-group .input-group-text {
    background-color: #fff
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-01 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-02 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-03 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-04 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-05 {
    width: 100%;
    display: block;
    margin: 0 auto
}

.our-offering-page .technology-illustration-block .container .tech-illustration-img-06 {
    width: 100%;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 480px) {
    .our-offering-page .technology-illustration-block .container .tech-illustration-img {
        width: 80% !important;
        display: block;
        margin: 30px auto 0
    }
}

.offerings-equity-page .offering-banner-block .heading01 {
    width: auto;
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .offering-banner-block .heading01 {
        width: 100%
    }
}

.offerings-equity-page .offering-banner-block p {
    margin-bottom: 0
}

.offerings-equity-page .offering-banner-block .onboard-block {
    width: 670px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .offering-banner-block .onboard-block {
        width: 100%
    }
}

.offerings-equity-page .offering-banner-block .onboard-block li {
    padding: 0px 28px 0 28px;
    width: 33%
}

.offerings-equity-page .offering-banner-block h1.forced-heading {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px !important
}

.offerings-equity-page .offering-banner-block .offering-banner-img {
    width: 439px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1279px) {
    .offerings-equity-page .offering-banner-block .offering-banner-img {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .offering-banner-block .offering-banner-img {
        margin: 30px auto 0;
        width: 439px
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .offering-banner-block .offering-banner-img {
        width: 100%;
        margin-bottom: 40px;
    }
}

.offerings-equity-page .offering-banner-block .form-get-started {
    width: 415px;
    margin: 20px 0 0;
    display: block
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .offering-banner-block .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px
}

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

    .form-get-started .input-group input {
        border: none;
    }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.offerings-equity-page .discover-stock-block {
    padding: 10px 0 0;
    position: relative
}

    .offerings-equity-page .discover-stock-block:before {
        content: "";
        position: absolute;
        background-color: #FAFAFA;
        height: 560px;
        width: 100%;
        left: 0;
        top: 0;
        margin: auto;
        z-index: -1;
        border-radius: 0px 120px 0px 0px;
        transition: all .3s ease
    }

    .offerings-equity-page .discover-stock-block h3 {
        width: 271px
    }

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block h3 {
        width: 100%;
        margin-bottom: 20px
    }
}

.offerings-equity-page .discover-stock-block .dsi-block {
    display: flex
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .discover-stock-block .dsi-block {
        flex-wrap: wrap
    }
}

.offerings-equity-page .discover-stock-block .dsi-block .dsi-div {
    width: 350px;
    height: 138px;
    padding: 45px 85px;
    margin-right: 30px;
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .discover-stock-block .dsi-block .dsi-div {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.offerings-equity-page .discover-stock-block .dsi-block .dsi-div:last-child {
    margin-right: 0
}

.offerings-equity-page .discover-stock-block .dsi-block .dsi-div .title {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-bottom: 5px
}

.offerings-equity-page .discover-stock-block .dsi-block .dsi-div .number {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333
}

    .offerings-equity-page .discover-stock-block .dsi-block .dsi-div .number span {
        color: #0CD070;
        position: relative;
        background: transparent
    }

        .offerings-equity-page .discover-stock-block .dsi-block .dsi-div .number span:after {
            bottom: 100%;
            left: 8px;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: relative;
            pointer-events: none;
            border-color: rgba(12, 208, 112, 0);
            border-bottom-color: #0CD070;
            border-width: 6px;
            margin-left: -6px;
            display: inline-block
        }

.offerings-equity-page .discover-stock-block .dsi-tech-block {
    background-color: #1A3967;
    border-radius: 0px 100px 0px 0px;
    padding: 40px 30px;
    margin-top: 40px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .dsi-tech-block {
        padding: 60px 40px
    }
}

.offerings-equity-page .discover-stock-block .dsi-tech-block .best-tech {
    width: 375px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .dsi-tech-block .best-tech {
        width: 100%
    }
}

.offerings-equity-page .discover-stock-block .dsi-tech-block h3 {
    color: #fff;
    width: 443px;
    margin-top: 30px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .dsi-tech-block h3 {
        width: 100%
    }
}

.offerings-equity-page .discover-stock-block .dsi-tech-block p {
    color: #fff;
    width: 443px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .dsi-tech-block p {
        width: 100%
    }
}

.offerings-equity-page .discover-stock-block .dsi-tech-block .best-tech-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-top: 40px
}

    .offerings-equity-page .discover-stock-block .dsi-tech-block .best-tech-list li {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #f58220;
        width: 50%;
        margin-bottom: 30px
    }

        .offerings-equity-page .discover-stock-block .dsi-tech-block .best-tech-list li img {
            margin-right: 6px;
            width: 41px;
            height: 41px
        }

.offerings-equity-page .discover-stock-block .vogue-columns {
    display: flex;
    justify-content: space-between;
    width: 1110px;
    margin: 40px auto 20px;
    background-color: #FAFAFA;
    padding: 30px 80px 30px 104px;
    align-items: center;
}

@media only screen and (max-width: 1279px) {
    .offerings-equity-page .discover-stock-block .vogue-columns {
        width: 100%;
        padding: 40px
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .discover-stock-block .vogue-columns {
        display: block
    }
}

.offerings-equity-page .discover-stock-block .vogue-columns ul {
    list-style: none;
    padding: 0 0 0 25px;
    width: 508px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    align-content: center
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .vogue-columns ul {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .discover-stock-block .vogue-columns ul {
        width: 100%
    }
}

.offerings-equity-page .discover-stock-block .vogue-columns ul li {
    display: block;
    position: relative;
    margin-bottom: 27px
}

    .offerings-equity-page .discover-stock-block .vogue-columns ul li:last-child {
        margin-bottom: 0
    }

    .offerings-equity-page .discover-stock-block .vogue-columns ul li:before {
        content: "";
        position: absolute;
        background: url("../images/icon-tick-mark.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 13px;
        width: 13px;
        left: -20px;
        top: 8px;
        margin: auto;
        z-index: 1
    }

    .offerings-equity-page .discover-stock-block .vogue-columns ul li div {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 25px;
        line-height: 30px;
        color: #f58220;
        margin-bottom: 5px
    }

        .offerings-equity-page .discover-stock-block .vogue-columns ul li div span {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 20px;
            line-height: 25px;
            color: #333
        }

    .offerings-equity-page .discover-stock-block .vogue-columns ul li p {
        margin-bottom: 0
    }

.offerings-equity-page .discover-stock-block .vogue-columns .imagery-block {
    width: 348px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .discover-stock-block .vogue-columns .imagery-block {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .discover-stock-block .vogue-columns .imagery-block {
        display: block;
        margin: 0 auto 20px;
        width: 100%
    }
}

.offerings-equity-page .discover-stock-block .vogue-columns .imagery-block img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative
}

.offerings-equity-page .core-value-block {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block {
        padding-top: 40px
    }
}

.offerings-equity-page .core-value-block p {
    width: 246px;
    color: #333
}

.offerings-equity-page .core-value-block .vogue-advantage-illustration {
    position: relative;
    width: 356px;
    height: 356px;
    left: 0;
    bottom: 0
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .vogue-advantage-illustration {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 20px 0 30px
    }
}

.offerings-equity-page .core-value-block .cv-block {
    width: 351px;
    min-height: 190px;
    padding: 30px 30px 0 30px;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease;
    margin: 0 auto 30px
}

@media only screen and (max-width: 1279px) {
    .offerings-equity-page .core-value-block .cv-block {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .cv-block {
        margin: 0 0 20px;
        display: inline-block;
        width: 351px
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block .cv-block {
        width: 100%
    }
}

.offerings-equity-page .core-value-block .cv-block:nth-child(1) {
    margin-right: 20px
}

.offerings-equity-page .core-value-block .cv-block:before {
    content: "";
    position: absolute;
    background-color: #1A3967;
    height: 0px;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block:hover:before {
    content: "";
    position: absolute;
    background-color: #1A3967;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block:hover:after {
    content: "";
    position: absolute;
    background-color: #f58220;
    height: 4px;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block:hover .cv-icon {
    filter: brightness(0) invert(1);
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block:hover .title {
    color: #fff;
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block:hover p {
    color: #fff;
    transition: all .3s ease
}

.offerings-equity-page .core-value-block .cv-block .cv-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    z-index: 2
}

.offerings-equity-page .core-value-block .cv-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    width: 230px
}

.offerings-equity-page .core-value-block .cv-block p {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    transition: all .3s ease;
    position: relative;
    z-index: 2
}

.offerings-equity-page .core-value-block .onboarding-block {
    width: 100%;
    height: 105px;
    margin-top: 30px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .onboarding-block {
        width: auto;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block .onboarding-block {
        padding: 0 15px
    }
}

.offerings-equity-page .core-value-block .onboarding-block .content-part {
    background-color: #F1ECE6;
    display: flex;
    align-items: center;
    align-content: center
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part {
        display: table;
        text-align: center;
        padding: 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part {
        padding: 20px 0
    }
}

.offerings-equity-page .core-value-block .onboarding-block .content-part:after {
    content: "";
    position: absolute;
    background-color: #F1ECE6;
    height: 100%;
    width: 50px;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: skew(-20deg)
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part:after {
        display: none
    }
}

.offerings-equity-page .core-value-block .onboarding-block .content-part .mstock-logo {
    width: 160px;
    height: 35px;
    margin: 0 50px
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part .mstock-logo {
        display: inline-block;
        margin: 0 auto 0;
        top: -18px;
        position: relative
    }
}

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part .mstock-logo {
        top: 0
    }
}

.offerings-equity-page .core-value-block .onboarding-block .content-part p {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 25px;
    line-height: 38px;
    color: #333;
    margin-bottom: 0
}

@media only screen and (max-width: 1023px) {
    .offerings-equity-page .core-value-block .onboarding-block .content-part p {
        display: inline-block
    }
}

.offerings-equity-page .core-value-block .onboarding-block .content-part p span {
    display: block;
    clear: both;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px
}

.offerings-equity-page .core-value-block .onboarding-block .form-part {
    background-color: #f58220
}

    .offerings-equity-page .core-value-block .onboarding-block .form-part .form-get-started {
        width: 415px;
        margin: 28px auto 0;
        display: block
    }

@media only screen and (max-width: 767px) {
    .offerings-equity-page .core-value-block .onboarding-block .form-part .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    background-color: #fff
}

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.pricing-page .pricing-banner-block h1 {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-banner-block h1 {
        width: 100%;
        font-size: 14px;
    }
}

.pricing-page .pricing-banner-block p {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-banner-block p {
        width: 100%;
        font-size: 12px !important;
    }
}

.pricing-page .pricing-banner-block .pricing-list {
    justify-content: space-between;
    list-style: none
}

@media only screen and (max-width: 1279px) {
    .pricing-page .pricing-banner-block .pricing-list {
        flex-wrap: wrap;
        margin: 33px auto 0;
        width: 550px
    }
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-banner-block .pricing-list {
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }
}

.pricing-page .pricing-banner-block .pricing-list li {
    width: 250px;
    height: 144px;
    background-color: #FFF6EB;
    border: 0.25px solid #F1ECE6;
    padding: 15px 25px;
    position: relative;
    border-radius: 5px;
    margin: 10px;
    float: left;
}

@media only screen and (max-width: 1279px) {
    .pricing-page .pricing-banner-block .pricing-list li {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-banner-block .pricing-list li {
        width: 47%;
        height: auto;
        padding: 20px
    }
}

.pricing-page .pricing-banner-block .pricing-list li:last-child {
}

@media only screen and (max-width: 1279px) {
    .pricing-page .pricing-banner-block .pricing-list li:last-child {
        margin-bottom: 0
    }
}

.pricing-page .pricing-banner-block .pricing-list li div {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 25px;
    line-height: 32px
}

.pricing-page .pricing-banner-block .pricing-list li p {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-bottom: 0;
    text-align: left
}

.pricing-page .pricing-banner-block .pricing-list li span {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.pricing-page .pricing-banner-block .pricing-banner-img {
    width: 441px;
    margin: 50px auto 0;
    display: block
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-banner-block .pricing-banner-img {
        width: 100%
    }
}

.pricing-page .pricing-charges-block {
    background: #FAFAFA;
    border-radius: 0px 120px 0px 0px
}

    .pricing-page .pricing-charges-block .charges-table {
        margin: 20px auto 0;
        width: 920px;
        display: block
    }

@media only screen and (max-width: 1023px) {
    .pricing-page .pricing-charges-block .charges-table {
        width: 100%
    }
}

.pricing-page .pricing-charges-block .charges-table .table-container {
    width: 100%;
    overflow-x: auto
}

    .pricing-page .pricing-charges-block .charges-table .table-container table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 920px
    }

        .pricing-page .pricing-charges-block .charges-table .table-container table td, .pricing-page .pricing-charges-block .charges-table .table-container table th {
            border: 1px solid #666;
            text-align: left;
            padding: 20px;
            color: #666
        }

        .pricing-page .pricing-charges-block .charges-table .table-container table th {
            background-color: #F1ECE6;
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 14px;
            line-height: 14px;
            width: 33%
        }

            .pricing-page .pricing-charges-block .charges-table .table-container table th:nth-child(1) {
                text-align: left;
                border-right: 1px solid #f58220
            }

            .pricing-page .pricing-charges-block .charges-table .table-container table th:nth-child(2) {
                text-align: center;
                background-color: #F1ECE6;
                border-left: 1px solid #f58220;
                border-right: 1px solid #f58220;
                border-top: 1px solid #f58220
            }

            .pricing-page .pricing-charges-block .charges-table .table-container table th:nth-child(3) {
                text-align: center
            }

        .pricing-page .pricing-charges-block .charges-table .table-container table td {
            font-family: "Open Sans Regular", sans-serif;
            font-size: 14px;
            line-height: 14px
        }

            .pricing-page .pricing-charges-block .charges-table .table-container table td:nth-child(1) {
                text-align: left;
                border-right: 1px solid #f58220
            }

            .pricing-page .pricing-charges-block .charges-table .table-container table td:nth-child(2) {
                text-align: center;
                background-color: #F1ECE6;
                border-left: 1px solid #f58220;
                border-right: 1px solid #f58220
            }

            .pricing-page .pricing-charges-block .charges-table .table-container table td:nth-child(3) {
                text-align: center
            }

        .pricing-page .pricing-charges-block .charges-table .table-container table tr {
            width: 33%
        }

            .pricing-page .pricing-charges-block .charges-table .table-container table tr:last-child td:nth-child(2) {
                border-bottom: 1px solid #f58220
            }

.pricing-page .pricing-charges-block .charges-table .table-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

    .pricing-page .pricing-charges-block .charges-table .table-details .view-other-charges {
        font-family: "Open Sans Semi Bold", sans-serif;
        cursor: pointer
    }

.pricing-page .other-charges-block .other-charges-table {
    margin-top: 20px
}

    .pricing-page .other-charges-block .other-charges-table .table-container {
        width: 100%;
        overflow-x: auto
    }

        .pricing-page .other-charges-block .other-charges-table .table-container .oc-table {
            border-collapse: collapse;
            width: 1110px
        }

            .pricing-page .other-charges-block .other-charges-table .table-container .oc-table td, .pricing-page .other-charges-block .other-charges-table .table-container .oc-table th {
                border: 1px solid #666;
                text-align: left;
                padding: 10px;
                color: #666
            }

            .pricing-page .other-charges-block .other-charges-table .table-container .oc-table th {
                background-color: #FAFAFA;
                font-family: "Open Sans Semi Bold", sans-serif;
                font-size: 14px;
                width: 20%
            }

            .pricing-page .other-charges-block .other-charges-table .table-container .oc-table td {
                font-family: "Open Sans Regular", sans-serif;
                font-size: 14px;
                line-height: 22px
            }

            .pricing-page .other-charges-block .other-charges-table .table-container .oc-table tr {
                width: 20%
            }

        .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table {
            border-collapse: collapse;
            width: auto
        }

@media only screen and (max-width: 1023px) {
    .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table {
        width: 700px
    }
}

.pricing-page .other-charges-block .other-charges-table .table-container .penalties-table td, .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table th {
    text-align: left;
    padding: 20px;
    color: #666
}

.pricing-page .other-charges-block .other-charges-table .table-container .penalties-table tr {
    border: 1px solid #666
}

    .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table tr td {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 18px;
        border-bottom: 1px solid #666
    }

        .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table tr td span {
            font-family: "Open Sans Semi Bold", sans-serif
        }

        .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table tr td:last-child {
            border-bottom: none;
            width: 70%
        }

@media only screen and (max-width: 1023px) {
    .pricing-page .other-charges-block .other-charges-table .table-container .penalties-table tr td:last-child {
        width: 50%
    }
}

.pricing-page .other-charges-block .other-charges-table h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
}

.pricing-page .other-charges-block .other-charges-table p {
    margin-bottom: 0;
}

.contact-us-page .contact-us-banner-block .container {
    width: 920px
}

@media only screen and (max-width: 1023px) {
    .contact-us-page .contact-us-banner-block .container {
        width: 100%
    }
}

.contact-us-page .contact-us-banner-block .container h1 {
    margin-bottom: 10px
}

.contact-us-page .contact-us-banner-block .container p {
    margin-bottom: 33px
}

.contact-us-page .contact-us-banner-block .container .contact-block {
    border: .5px solid #999999;
    border-radius: 5px;
    padding: 42px 0 50px 95px;
    list-style: none
}

@media only screen and (max-width: 1023px) {
    .contact-us-page .contact-us-banner-block .container .contact-block {
        padding: 42px 0 42px 45px
    }
}

@media only screen and (max-width: 767px) {
    .contact-us-page .contact-us-banner-block .container .contact-block {
        margin-bottom: 30px
    }
}

.contact-us-page .contact-us-banner-block .container .contact-block li {
    display: block;
    width: 100%;
    margin-bottom: 40px
}

    .contact-us-page .contact-us-banner-block .container .contact-block li:last-child {
        margin-bottom: 0
    }

    .contact-us-page .contact-us-banner-block .container .contact-block li p {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #666;
        width: 100%;
        margin-bottom: 10px
    }

    .contact-us-page .contact-us-banner-block .container .contact-block li a {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        margin-bottom: 0
    }

.contact-us-page .contact-us-banner-block .container .address-block {
    background-color: #E2EEE8;
    border-radius: 5px;
    padding: 55px 95px;
    margin: 30px 0;
    display: flex;
    list-style: none;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .contact-us-page .contact-us-banner-block .container .address-block {
        padding: 55px
    }
}

@media only screen and (max-width: 767px) {
    .contact-us-page .contact-us-banner-block .container .address-block {
        flex-wrap: wrap;
        padding: 40px 20px
    }
}

.contact-us-page .contact-us-banner-block .container .address-block li {
    padding-right: 95px;
    border-right: .5px solid #999999
}

@media only screen and (max-width: 767px) {
    .contact-us-page .contact-us-banner-block .container .address-block li {
        border-right: none;
        border-bottom: .5px solid #999999;
        padding: 0 0 30px;
        margin-bottom: 30px
    }
}

.contact-us-page .contact-us-banner-block .container .address-block li:last-child {
    margin-right: 0;
    border-right: none;
    padding-left: 30px;
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .contact-us-page .contact-us-banner-block .container .address-block li:last-child {
        border-bottom: 0;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.contact-us-page .contact-us-banner-block .container .address-block li .address-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 25px
}

.contact-us-page .contact-us-banner-block .container .address-block li p {
    margin-bottom: 25px;
    color: #333
}

    .contact-us-page .contact-us-banner-block .container .address-block li p:last-child {
        margin-bottom: 0
    }

    .contact-us-page .contact-us-banner-block .container .address-block li p a {
        margin-bottom: 25px;
        color: #333;
        text-decoration: none
    }

        .contact-us-page .contact-us-banner-block .container .address-block li p a:hover {
            text-decoration: underline;
            transition: all .3s ease
        }

.contact-us-page .contact-us-banner-block .container .form-open-account {
    width: 350px;
    min-height: 322px;
    background-color: #F1ECE6;
    border-radius: 5px;
    border-top: 4px solid #1A3967;
    padding: 30px;
    margin-top: 0px;
    color:#fff;
    padding-bottom:0;
}

@media only screen and (max-width: 1279px) {
    .contact-us-page .contact-us-banner-block .container .form-open-account {
        width: 325px
    }
}

@media only screen and (max-width: 1023px) {
    .contact-us-page .contact-us-banner-block .container .form-open-account {
        float: right
    }
}

@media only screen and (max-width: 767px) {
    .contact-us-page .contact-us-banner-block .container .form-open-account {
        width: 100%;
        float: none
    }
}

.contact-us-page .contact-us-banner-block .container .form-open-account .form-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px
}

.contact-us-page .contact-us-banner-block .container .form-open-account .input-group {
    margin-bottom: 20px
}

    .contact-us-page .contact-us-banner-block .container .form-open-account .input-group .input-group-prepend {
        position: relative
    }

        .contact-us-page .contact-us-banner-block .container .form-open-account .input-group .input-group-prepend:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 28px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

        .contact-us-page .contact-us-banner-block .container .form-open-account .input-group .input-group-prepend .input-group-text {
            background-color: #fff
        }

    .contact-us-page .contact-us-banner-block .container .form-open-account .input-group .form-control {
        height: 45px;
        border-left: 0
    }

.contact-us-page .contact-us-banner-block .container .form-open-account .btn-primary {
    width: 100%;
    margin-bottom: 0px;
    line-height:10px;
}

.contact-us-page .contact-us-banner-block .container .form-open-account .form-check input {
    background-color: #F1ECE6
}

.contact-us-page .contact-us-banner-block .container .form-open-account .form-check label {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.contact-us-page .faq-block {
    background: #FAFAFA;
    border-radius: 0px 120px 0px 0px;
    padding-top: 60px
}

    .contact-us-page .faq-block .container {
        width: 920px;
        margin: 0 auto;
        display: block
    }

.holiday-calender-page .holiday-calender-block h1 {
    text-align: left;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .holiday-calender-page .holiday-calender-block h1 {
        text-align: center
    }
}

.holiday-calender-page .holiday-calender-block .ge-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 1279px) {
    .holiday-calender-page .holiday-calender-block .ge-list {
        width: 825px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1023px) {
    .holiday-calender-page .holiday-calender-block .ge-list {
        width: 535px
    }
}

@media only screen and (max-width: 767px) {
    .holiday-calender-page .holiday-calender-block .ge-list {
        width: 100%;
        display: block
    }
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block {
    width: 255px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1279px) {
    .holiday-calender-page .holiday-calender-block .ge-list .ge-block {
        flex: 0 0 33.333333%
    }
}

@media only screen and (max-width: 1023px) {
    .holiday-calender-page .holiday-calender-block .ge-list .ge-block {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .holiday-calender-page .holiday-calender-block .ge-list .ge-block {
        flex: auto;
        margin: 0 auto 30px;
        display: block
    }
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block:last-child {
    margin-bottom: 0
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .ge-image {
    width: 255px;
    height: 255px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px
}

    .holiday-calender-page .holiday-calender-block .ge-list .ge-block .ge-image .country-img {
        width: 100%;
        transition: all .3s ease
    }

        .holiday-calender-page .holiday-calender-block .ge-list .ge-block .ge-image .country-img:hover {
            transform: scale(1.1);
            transition: all .3s ease
        }

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .year {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-bottom: 10px
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .country {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 13px
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .desc {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0
}

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .sector {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 10px
}

    .holiday-calender-page .holiday-calender-block .ge-list .ge-block .sector li {
        border: .25px solid #999999;
        margin-right: 10px;
        padding: 5px 20px;
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #666;
        border-radius: 5px
    }

        .holiday-calender-page .holiday-calender-block .ge-list .ge-block .sector li:last-child {
            margin-right: 0
        }

.holiday-calender-page .holiday-calender-block .ge-list .ge-block .tags {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 10px
}

    .holiday-calender-page .holiday-calender-block .ge-list .ge-block .tags li {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #666;
        margin-right: 20px
    }

        .holiday-calender-page .holiday-calender-block .ge-list .ge-block .tags li:last-child {
            margin-right: 0
        }

.error-page .error-banner-block .container {
    width: 820px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .error-page .error-banner-block .container {
        width: 100%
    }
}

.error-page .error-banner-block .container h1 {
    margin-top: 60px;
    margin-bottom: 10px
}

.error-page .error-banner-block .container .para-txt {
    width: 254px;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #666
}

@media only screen and (max-width: 767px) {
    .error-page .error-banner-block .container .para-txt {
        width: 100%
    }
}

.error-page .error-banner-block .container .error-banner-img {
    width: 347px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .error-page .error-banner-block .container .error-banner-img {
        margin: 30px auto 0
    }
}

.faq-page .faq-block h3 {
    text-align: left
}

.faq-page .faq-block .search-block {
    position: relative;
    width: 635px;
    height: 60px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .faq-page .faq-block .search-block {
        width: 100%
    }
}

.faq-page .faq-block .search-block:after {
    content: "";
    background: url("../images/icon-search.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 17px;
    height: 17px;
    margin: auto
}

.faq-page .faq-block .search-block input {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    width: 100%;
    padding: 20px 40px 20px 30px;
    height: 60px;
    border-radius: 5px;
    border: .5px solid #999999
}

.faq-page .faq-block .faq-tab-list-block {
    width: 100%
}

    .faq-page .faq-block .faq-tab-list-block .faq-list {
        list-style: none;
        padding: 0;
        width: 920px;
        display: block;
        margin: 0 auto 40px;
        display: flex;
        justify-content: flex-start;
        border-bottom: .5px solid #999999
    }

@media only screen and (max-width: 1279px) {
    .faq-page .faq-block .faq-tab-list-block .faq-list {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap
    }
}

.faq-page .faq-block .faq-tab-list-block .faq-list li {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    width: auto;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1
}

    .faq-page .faq-block .faq-tab-list-block .faq-list li:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        transition: width .3s;
        background-color: #f58220;
        z-index: 1
    }

    .faq-page .faq-block .faq-tab-list-block .faq-list li.active:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        transition: width .3s;
        background-color: #f58220;
        z-index: 1
    }

    .faq-page .faq-block .faq-tab-list-block .faq-list li:first-child {
        padding-left: 0
    }

@media only screen and (max-width: 1023px) {
    .maintenance-page .maintenance-banner-block .container {
        width: 100%
    }
}

.maintenance-page .maintenance-banner-block .container h1 {
    margin-top: 120px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
    .maintenance-page .maintenance-banner-block .container h1 {
        margin-top: 0px
    }
}

.maintenance-page .maintenance-banner-block .container .para-txt {
    width: 574px;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #666
}

@media only screen and (max-width: 767px) {
    .maintenance-page .maintenance-banner-block .container .para-txt {
        width: 100%
    }
}

.maintenance-page .maintenance-banner-block .container .error-banner-img {
    width: 367px;
    margin: 50px auto;
    display: block;
    position: relative;
    left: -40px
}

@media only screen and (max-width: 1023px) {
    .maintenance-page .maintenance-banner-block .container .error-banner-img {
        left: auto;
        margin: 20px auto
    }
}

.maintenance-page .maintenance-banner-block .container .para-txt2 {
    width: 446px;
    color: #666;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 767px) {
    .maintenance-page .maintenance-banner-block .container .para-txt2 {
        width: 100%
    }
}

.maintenance-page .maintenance-banner-block .container a {
    width: 110px;
    margin: 20px auto 0;
    display: block
}

.download-page .download-banner-block h1 {
    margin-top: 60px;
    margin-bottom: 30px
}

.download-page .download-banner-block .download-block {
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 60px;
    display: block;
    padding: 30px
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .download-block {
        margin: 0 auto 30px
    }
}

.download-page .download-banner-block .download-block .col-lg-6:last-child .download-list {
    margin-bottom: 0
}

.download-page .download-banner-block .download-block .block-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin: 0 0 20px
}

.download-page .download-banner-block .download-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 0 0 10px
}

.download-page .download-banner-block .download-block .download-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .download-block .download-list {
        margin-bottom: 30px
    }
}

.download-page .download-banner-block .download-block .download-list li {
    position: relative;
    width: 100%
}

    .download-page .download-banner-block .download-block .download-list li:before {
        content: ">";
        position: absolute;
        font-family: "Open Sans Bold", sans-serif;
        font-size: 14px;
        line-height: 10px;
        width: 10px;
        height: 11px;
        left: -15px;
        top: 8px
    }

    .download-page .download-banner-block .download-block .download-list li a {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 26px;
        color: #666
    }

.download-page .download-banner-block .single-blocks .download-block {
    min-height: 310px
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .single-blocks .download-block {
        min-height: inherit
    }
}

.download-page .download-banner-block .single-blocks .download-block .download-list {
    margin-bottom: 0
}

.download-page .download-banner-block .onboarding-block {
    width: 100%;
    height: 105px;
    margin: 0 auto 60px;
    border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .onboarding-block {
        margin: 0 auto 30px;
        width: auto;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .download-page .download-banner-block .onboarding-block {
        padding: 0 15px
    }
}

.download-page .download-banner-block .onboarding-block .content-part {
    background-color: #F1ECE6;
    display: flex;
    align-items: center;
    align-content: center
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .onboarding-block .content-part {
        display: table;
        text-align: center;
        padding: 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .download-page .download-banner-block .onboarding-block .content-part {
        padding: 20px 0
    }
}

.download-page .download-banner-block .onboarding-block .content-part:after {
    content: "";
    position: absolute;
    background-color: #F1ECE6;
    height: 100%;
    width: 50px;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: skew(-20deg)
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .onboarding-block .content-part:after {
        display: none
    }
}

.download-page .download-banner-block .onboarding-block .content-part .mstock-logo {
    width: 160px;
    height: auto;
    margin: 0 20px 0px 0px;
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .onboarding-block .content-part .mstock-logo {
        display: inline-block;
        margin: 0 auto 0;
        top: -18px;
        position: relative
    }
}

@media only screen and (max-width: 767px) {
    .download-page .download-banner-block .onboarding-block .content-part .mstock-logo {
        top: 0
    }
}

.download-page .download-banner-block .onboarding-block .content-part p {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 19px;
    line-height: 33px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .download-page .download-banner-block .onboarding-block .content-part p {
        display: inline-block
    }
}

.download-page .download-banner-block .onboarding-block .content-part p span {
    display: block;
    clear: both;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px
}

.download-page .download-banner-block .onboarding-block .form-part {
    background-color: #f58220
}

    .download-page .download-banner-block .onboarding-block .form-part .form-get-started {
        width: 395px;
        margin: 28px auto 0;
        display: block;
        vertical-align: middle;
        /* margin: auto; */
        margin-right: 5px;
    }

@media only screen and (max-width: 767px) {
    .download-page .download-banner-block .onboarding-block .form-part .form-get-started {
        width: 100%
    }
}

.form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    background-color: #fff
}

    .form-get-started .input-group .mob-no-input {
        height: 48px;
    }

    .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px;
        width: 40px;
        line-height: 5px;
    }

        .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .form-get-started .input-group input {
        width: 100px !important
    }
}

.glossary-page .glossary-banner-block h1 {
    margin-top: 60px;
    margin-bottom: 10px
}

.glossary-page .glossary-banner-block .glossary-list {
    padding: 20px 30px;
    background-color: #F1ECE6;
    border-radius: 5px;
    display: flex;
    list-style: none;
    margin: 10px 0 30px
}

@media only screen and (max-width: 767px) {
    .glossary-page .glossary-banner-block .glossary-list {
        flex-wrap: wrap
    }
}

.glossary-page .glossary-banner-block .glossary-list li {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    margin-right: 10px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .glossary-page .glossary-banner-block .glossary-list li {
        font-size: 16px;
        line-height: 24px
    }
}

.glossary-page .glossary-banner-block .glossary-list li.active {
    color: #f58220
}

.glossary-page .glossary-banner-block .glossary-block {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px
}

    .glossary-page .glossary-banner-block .glossary-block:last-child {
        border-bottom: none
    }

    .glossary-page .glossary-banner-block .glossary-block .block-title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #f58220;
        margin-bottom: 14px
    }

    .glossary-page .glossary-banner-block .glossary-block .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        margin-bottom: 14px
    }

    .glossary-page .glossary-banner-block .glossary-block p {
        margin-bottom: 36px
    }

.policy-page .policy-banner-block h1 {
    margin-top: 60px;
    margin-bottom: 10px
}

.policy-page .policy-banner-block .policy-list-block {
    width: 100%;
    overflow: auto
}

    .policy-page .policy-banner-block .policy-list-block .policy-list {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 6px 0 33px;
        width: auto
    }

        .policy-page .policy-banner-block .policy-list-block .policy-list li {
            padding: 0 20px;
            position: relative;
            cursor: pointer
        }

            .policy-page .policy-banner-block .policy-list-block .policy-list li:after {
                content: "";
                position: absolute;
                height: 21px;
                width: 1px;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                z-index: 1;
                background-color: #e7e7e7
            }

            .policy-page .policy-banner-block .policy-list-block .policy-list li:first-child {
                padding-left: 0
            }

            .policy-page .policy-banner-block .policy-list-block .policy-list li:last-child:after {
                display: none
            }

            .policy-page .policy-banner-block .policy-list-block .policy-list li.active a {
                color: #f58220
            }

            .policy-page .policy-banner-block .policy-list-block .policy-list li a {
                font-family: "Open Sans Semi Bold", sans-serif;
                font-size: 16px;
                line-height: 27px;
                color: #333
            }

.policy-page .policy-banner-block .policy-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 14px
}

.policy-page .policy-banner-block .policy-block p {
    margin-bottom: 36px
}

.sitemap-page .sitemap-banner-block {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .sitemap-page .sitemap-banner-block {
        margin-top: 0px
    }
}

.sitemap-page .sitemap-banner-block .sitemap-list-01 {
    background-color: #FAFAFA;
    padding: 20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 33px;
    width: 350px;
    border-radius: 5px
}

    .sitemap-page .sitemap-banner-block .sitemap-list-01 li {
        padding: 15px 30px;
        position: relative;
        cursor: pointer;
        width: 100%;
        transition: all .5s ease
    }

        .sitemap-page .sitemap-banner-block .sitemap-list-01 li:hover {
            background-color: #F1ECE6;
            transition: all .5s ease
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-01 li:hover a {
                color: #f58220
            }

        .sitemap-page .sitemap-banner-block .sitemap-list-01 li a {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 20px;
            line-height: 20px;
            color: #333
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-01 li a:hover {
                color: #f58220
            }

.sitemap-page .sitemap-banner-block .sitemap-list-02 {
    background-color: #F1ECE6;
    padding: 20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 33px;
    width: 255px;
    border-radius: 5px
}

    .sitemap-page .sitemap-banner-block .sitemap-list-02 li {
        padding: 10px 30px;
        position: relative;
        cursor: pointer;
        width: 100%;
        transition: all .5s ease;
        color: #f58220;
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 14px
    }

        .sitemap-page .sitemap-banner-block .sitemap-list-02 li.sub-item {
            background-color: #FFF6EB;
            margin: 10px 0;
            padding-top: 15px
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-02 li.sub-item:hover {
                background-color: #FFF6EB
            }

        .sitemap-page .sitemap-banner-block .sitemap-list-02 li.custom-list:hover {
            background-color: #F1ECE6;
            transition: all .5s ease
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-02 li.custom-list:hover a {
                color: #f58220
            }

        .sitemap-page .sitemap-banner-block .sitemap-list-02 li a {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 14px;
            line-height: 14px;
            color: #333
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-02 li a:hover {
                color: #f58220
            }

        .sitemap-page .sitemap-banner-block .sitemap-list-02 li ol {
            list-style: disc;
            padding-left: 12px;
            margin-top: 10px
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-02 li ol li {
                padding: 7px 7px;
                color: #666
            }

                .sitemap-page .sitemap-banner-block .sitemap-list-02 li ol li:hover {
                    background-color: transparent
                }

                .sitemap-page .sitemap-banner-block .sitemap-list-02 li ol li a {
                    color: #666
                }

                    .sitemap-page .sitemap-banner-block .sitemap-list-02 li ol li a:hover {
                        color: #f58220
                    }

.sitemap-page .sitemap-banner-block .sitemap-list-03 {
    background-color: #F1ECE6;
    padding: 20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0 33px;
    width: 255px;
    border-radius: 5px
}

    .sitemap-page .sitemap-banner-block .sitemap-list-03 li {
        padding: 10px 30px;
        position: relative;
        cursor: pointer;
        width: 100%;
        transition: all .5s ease
    }

        .sitemap-page .sitemap-banner-block .sitemap-list-03 li:hover {
            background-color: #F1ECE6;
            transition: all .5s ease
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-03 li:hover a {
                color: #f58220
            }

        .sitemap-page .sitemap-banner-block .sitemap-list-03 li a {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 14px;
            line-height: 14px;
            color: #666
        }

            .sitemap-page .sitemap-banner-block .sitemap-list-03 li a:hover {
                color: #f58220
            }

.support-page .support-banner-block .container {
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .support-page .support-banner-block .container {
        width: 100%
    }
}

.support-page .support-banner-block .container h1 {
    margin-top: 60px;
    margin-bottom: 40px
}

.support-page .support-banner-block .container .para-txt {
    width: 254px;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #666
}

@media only screen and (max-width: 767px) {
    .support-page .support-banner-block .container .para-txt {
        width: 100%
    }
}

@media only screen and (max-width: 1023px) {
    .support-page .support-banner-block .container .support-list-block {
        width: 100%;
        overflow-x: auto
    }
}

.support-page .support-banner-block .container .support-list-block .support-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 1023px) {
    .support-page .support-banner-block .container .support-list-block .support-list {
        display: table;
        width: 1500px;
        margin-bottom: 20px
    }
}

.support-page .support-banner-block .container .support-list-block .support-list li {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-bottom: 5px solid #fff;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s ease
}

@media only screen and (max-width: 1023px) {
    .support-page .support-banner-block .container .support-list-block .support-list li {
        display: inline-block;
        width: auto
    }
}

.support-page .support-banner-block .container .support-list-block .support-list li.active {
    border: 1px solid #f58220;
    border-bottom: 5px solid #f58220;
    transition: all .3s ease
}

@media only screen and (max-width: 1023px) {
    .support-page .support-banner-block .container .support-state p {
        margin-top: 20px
    }
}

.support-page .support-banner-block .container .support-state a {
    margin-top: 40px
}

.support-page .support-banner-block .container .support-state .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    padding-bottom: 26px;
    border-bottom: .25px solid #e7e7e7;
    margin-bottom: 30px
}

.support-page .support-banner-block .container .support-state form .form-group label {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-bottom: 15px
}

.support-page .support-banner-block .container .support-state form .form-group input {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px 20px;
    height: 60px;
    width: 100%;
    margin-bottom: 30px
}

    .support-page .support-banner-block .container .support-state form .form-group input.form-control-file {
        border: none;
        margin-bottom: 0px;
        padding-left: 0
    }

.support-page .support-banner-block .container .support-state form .form-group textarea {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: block;
    padding: 15px 20px;
    height: 247px;
    width: 100%;
    margin-bottom: 30px
}

.support-page .support-banner-block .container .support-state form .form-group .note {
    margin-bottom: 30px
}

.mtf-page .mtf-banner-block .para-txt {
    width: 522px
}

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .para-txt {
        width: 100%
    }
}

.mtf-page .mtf-banner-block .mtf-block {
    width: 100%;
    min-height: 475px;
    background-color: #FAFAFA;
    padding: 30px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .mtf-page .mtf-banner-block .mtf-block {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .mtf-block {
        width: 100%
    }
}

.mtf-page .mtf-banner-block .mtf-block .tag {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: 81px;
    padding: 7px 10px;
    background-color: #EEB978;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px
}

.mtf-page .mtf-banner-block .mtf-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #333
}

.mtf-page .mtf-banner-block .mtf-block .sub-title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #333
}

.mtf-page > .mtf-banner-block > .mtf-block > ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

    .mtf-page > .mtf-banner-block > .mtf-block > ul > li {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #666;
        margin-bottom: 26px;
        width: 50%
    }

.mtf-page .mtf-banner-block .mtf-block ul li .value {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    display: block;
    clear: both;
    margin-bottom: 5px
}

.mtf-page .mtf-banner-block .mtf-block .mtf-block-illustration {
    position: absolute;
    width: 298px;
    height: 184px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.mtf-page .mtf-banner-block .saving-block {
    display: flex;
    background-color: #FFF6EB;
    padding: 27px 40px;
    align-items: center;
    border-radius: 5px;
    height: 95px
}

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .saving-block {
        flex-wrap: wrap;
        height: auto
    }
}

.mtf-page .mtf-banner-block .saving-block .icon-saving {
    width: 38px;
    margin-right: 17px
}

.mtf-page .mtf-banner-block .saving-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #666;
    width: 177px
}

.mtf-page .mtf-banner-block .saving-block .value {
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #f58220;
    margin-left: auto;
    margin-right: 44px
}

    .mtf-page .mtf-banner-block .saving-block .value span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px
    }

.mtf-page .mtf-banner-block .saving-block .icon-shape {
    width: 60px
}

.mtf-page .mtf-banner-block .stock-broker-list {
    display: flex;
    margin: 15px 0
}

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .stock-broker-list {
        flex-wrap: wrap;
        margin: 20px 0
    }
}

.mtf-page .mtf-banner-block .stock-broker-list .stock-block {
    background-color: #fff;
    border: 1px solid #f7e0c4;
    width: 359px;
    height: 375px;
    padding-top: 40px;
    position: relative;
    border-radius: 5px
}

@media only screen and (max-width: 450px) {
    .mtf-page .mtf-banner-block .stock-broker-list .stock-block {
        width: 100%
    }
}

.mtf-page .mtf-banner-block .stock-broker-list .stock-block .versus {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 53px;
    height: 53px;
    background-color: #1A3967;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    bottom: 0;
    right: -34px;
    margin: auto;
    z-index: 3
}

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .stock-broker-list .stock-block .versus {
        font-size: 14px;
        line-height: 20px;
        bottom: -40px;
        top: auto;
        right: 0;
        margin: auto;
        left: 0
    }
}

.mtf-page .mtf-banner-block .stock-broker-list .stock-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #f58220;
    padding: 0 34px;
    margin-bottom: 14px
}

    .mtf-page .mtf-banner-block .stock-broker-list .stock-block .title img {
        position: relative;
        top: -2px;
        left: 2px
    }

.mtf-page .mtf-banner-block .stock-broker-list .stock-block .list {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    padding: 15px 34px
}

    .mtf-page .mtf-banner-block .stock-broker-list .stock-block .list span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        float: right;
        position: relative;
        top: -5px;
        color: #f58220
    }

.mtf-page .mtf-banner-block .stock-broker-list .stock-block .divider {
    padding: 10px 34px;
    border-bottom: 1px solid #e7e7e7;
    width: 80%;
    margin: 0 auto 14px;
    display: block
}

.mtf-page .mtf-banner-block .stock-broker-list .stock-block .total {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #f58220;
    padding: 14px 34px;
    margin: 14px 0 0;
    background-color: #F1ECE6;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px
}

    .mtf-page .mtf-banner-block .stock-broker-list .stock-block .total span {
        font-family: "Open Sans Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        float: right;
        position: relative;
        top: -5px
    }

.mtf-page .mtf-banner-block .stock-broker-list .broker-block {
    width: 359px;
    height: 375px;
    padding-top: 40px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #f7e0c4;
    margin-left: 12px
}

    .mtf-page .mtf-banner-block .stock-broker-list .broker-block .list input {
        width: 30%;
        float: right;
        border: none;
        border-bottom: solid 1px #333;
        text-align: right;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .mtf-page .mtf-banner-block .stock-broker-list .broker-block .list input:focus {
            border: #0CD070;
        }

.mtf-total-saving-block {
    width: calc(350px - 10px);
    height: 375px;
    background: rgb(240, 130, 0);
    background: linear-gradient(180deg, rgba(240, 130, 0, 1) 0%, rgba(240, 130, 0, 1) 100%);
    padding: 30px 15px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    padding-top: 110px;
}

.mtf-saving-img {
    width: 80px;
    display: inline-block;
}

    .mtf-saving-img img {
        width: 80px;
        margin-top: -25px;
    }

.mtf-txt-1 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    display: inline-block;
    width: calc(100% - 110px);
    line-height: 30px;
}

.percen-amt {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: "Nunito Bold", sans-serif;
    padding-top: 25px;
}

.percen-amt {
    font-family: "Open Sans Semi Bold", sans-serif;
}

.total-saving-img {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
}

    .total-saving-img img {
        width: 100%;
    }

@media only screen and (max-width: 767px) {
    .mtf-page .mtf-banner-block .stock-broker-list .broker-block {
        margin-left: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width: 450px) {
    .mtf-page .mtf-banner-block .stock-broker-list .broker-block {
        width: 100%
    }
}

.mtf-page .mtf-banner-block .stock-broker-list .broker-block .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    padding: 0 34px;
    margin-bottom: 14px
}

.mtf-page .mtf-banner-block .stock-broker-list .broker-block .list {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    padding: 15px 34px
}

    .mtf-page .mtf-banner-block .stock-broker-list .broker-block .list span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 20px;
        float: right;
        position: relative;
        top: -5px;
        color: #666
    }

.mtf-page .mtf-banner-block .stock-broker-list .broker-block .divider {
    padding: 10px 34px;
    border-bottom: 1px solid #e7e7e7;
    width: 80%;
    margin: 0 auto 14px;
    display: block
}

.mtf-page .mtf-banner-block .stock-broker-list .broker-block .total {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    padding: 14px 34px;
    margin: 14px 0 0;
    background-color: #F1ECE6;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

    .mtf-page .mtf-banner-block .stock-broker-list .broker-block .total span {
        font-size: 16px;
        line-height: 20px;
        float: right;
        position: relative;
        top: -5px
    }

.mtf-page .build-wealth-block {
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
    border-radius: 0px 120px 0px 0px;
    padding: 60px 0 0
}

    .mtf-page .build-wealth-block .header-block {
        margin: 0 0 20px
    }

    .mtf-page .build-wealth-block h2 {
        text-align: left;
        font-size: 35px;
        line-height: 38px
    }

@media only screen and (max-width: 1023px) {
    .mtf-page .build-wealth-block h2 {
        margin-bottom: 20px
    }
}

.mtf-page .build-wealth-block .wealth-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (max-width: 1279px) {
    .mtf-page .build-wealth-block .wealth-div {
        justify-content: space-evenly
    }
}

.mtf-page .build-wealth-block .wealth-div .wealth-hdr-block {
    width: 351px;
    margin-right: 19px
}

.mtf-page .build-wealth-block .wealth-div .wealth-block {
    width: 351px;
    height: 200px;
    padding: 30px 20px 30px 30px;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease;
    margin: 0 auto 30px;
    display: flex
}

@media only screen and (max-width: 1279px) {
    .mtf-page .build-wealth-block .wealth-div .wealth-block {
        margin: 0 0 30px
    }
}

.mtf-page .build-wealth-block .wealth-div .wealth-block .wealth-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px
}

.mtf-page .build-wealth-block .wealth-div .wealth-block .wealth-content {
    display: block
}

    .mtf-page .build-wealth-block .wealth-div .wealth-block .wealth-content .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #1A3967;
        margin-bottom: 10px;
        margin-top: 5px
    }

    .mtf-page .build-wealth-block .wealth-div .wealth-block .wealth-content p {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #666
    }

.mtf-page .technology-illustration-block .container {
    min-height: initial;
    padding-top: 20px
}

@media only screen and (max-width: 767px) {
    .mtf-page .technology-illustration-block .container:first-child {
        padding-bottom: 0;
        margin-bottom: 30px
    }
}

.mtf-page .technology-illustration-block .container .tech-div .tag {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: 81px;
    padding: 7px 10px;
    background-color: #f58220;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 20px
}

.mtf-page .technology-illustration-block .container .tech-div h3 {
    width: 100%
}

.mtf-page .faq-block h3 {
    color: #333
}

.referrals-page .referrals-banner-block h1 {
    margin-bottom: 15px
}

.referrals-page .referrals-banner-block .para-txt {
    width: 522px;
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .referrals-page .referrals-banner-block .para-txt {
        width: 100%
    }
}

.referrals-page .referrals-banner-block .referrals-banner-img {
    width: 352px;
    display: block;
    margin: 0 auto
}

.referrals-page .referrals-banner-block .referrals-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    width: 600px;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .referrals-page .referrals-banner-block .referrals-list {
        width: 100%
    }
}

.referrals-page .referrals-banner-block .referrals-list li {
    width: 50%;
    margin-bottom: 25px;
    display: flex
}

    .referrals-page .referrals-banner-block .referrals-list li img {
        margin-right: 10px;
        width: fit-content
    }

    .referrals-page .referrals-banner-block .referrals-list li .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: #333
    }

@media only screen and (max-width: 767px) {
    .referrals-page .referrals-banner-block .referrals-list li .title {
        font-size: 14px;
        line-height: 18px
    }
}

.referrals-page .referrals-banner-block .referrals-list li .title span {
    font-size: 14px;
    line-height: 14px;
    color: #f58220;
    display: block;
    clear: both;
    margin-bottom: 5px
}

.referrals-page .refer-and-earn-block {
    padding-bottom: 60px
}

    .referrals-page .refer-and-earn-block p {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333
    }

    .referrals-page .refer-and-earn-block .d-flex {
        flex-direction: row-reverse
    }

@media only screen and (max-width: 1023px) {
    .referrals-page .refer-and-earn-block .d-flex {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.referrals-page .refer-and-earn-block .other-block {
    width: 350px;
    height: 523px;
    background-color: #fff;
    border-radius: 5px;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .referrals-page .refer-and-earn-block .other-block {
        width: 315px
    }
}

@media only screen and (max-width: 1023px) {
    .referrals-page .refer-and-earn-block .other-block {
        display: block;
        margin: 30px auto 0
    }
}

.referrals-page .refer-and-earn-block .other-block .padding-block {
    padding: 33px 20px 0 20px
}

    .referrals-page .refer-and-earn-block .other-block .padding-block .title {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        padding-left: 20px
    }

    .referrals-page .refer-and-earn-block .other-block .padding-block .sub-title {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-bottom: 28px;
        padding-left: 20px
    }

    .referrals-page .refer-and-earn-block .other-block .padding-block .level {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #999999;
        margin-bottom: 12px;
        padding-left: 35px;
        position: relative;
        margin-top: 40px
    }

        .referrals-page .refer-and-earn-block .other-block .padding-block .level:before {
            content: "";
            position: absolute;
            background-color: #f58220;
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 20px;
            margin: auto;
            border-radius: 5px
        }

    .referrals-page .refer-and-earn-block .other-block .padding-block .list {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #666;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-left: 35px
    }

        .referrals-page .refer-and-earn-block .other-block .padding-block .list span {
            font-family: "Open Sans Semi Bold", sans-serif;
            font-size: 20px;
            line-height: 20px;
            color: #333;
            margin-top: 10px;
            display: block;
            clear: both
        }

        .referrals-page .refer-and-earn-block .other-block .padding-block .list.bordered {
            position: relative
        }

            .referrals-page .refer-and-earn-block .other-block .padding-block .list.bordered:before {
                content: "";
                position: absolute;
                border-bottom: 1px dotted #666;
                width: 80%;
                height: 1px;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto
            }

    .referrals-page .refer-and-earn-block .other-block .padding-block .level-list {
        width: 180px;
        display: block;
        margin: 0 auto
    }

        .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .top-level {
            background-color: #FFF6EB;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            padding: 10px;
            display: block;
            margin: 0 auto 33px;
            position: relative;
            z-index: 1
        }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .top-level .icon-user {
                width: 24px;
                margin: 0 auto 3px;
                display: block
            }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .top-level .name {
                text-align: center
            }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .top-level:before {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 1px;
                height: 20px;
                bottom: -20px;
                left: 0;
                right: 0;
                margin: auto;
                z-index: 0
            }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .top-level:after {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 90px;
                height: 1px;
                bottom: -20px;
                left: -10px;
                right: 0;
                margin: auto;
                z-index: 0
            }

        .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level {
            display: flex;
            justify-content: space-between
        }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user {
                text-align: center;
                display: flex;
                justify-content: center;
                width: 77px;
                border-radius: 5px;
                padding: 5px 10px;
                position: relative;
                z-index: 1
            }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user .icon-user {
                    width: 15px;
                    margin: 0 6px 0 0;
                    filter: brightness(0) invert(1)
                }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user .name {
                    text-align: center;
                    color: #fff
                }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.orange-dot {
                    position: relative
                }

                    .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.orange-dot:after {
                        content: "";
                        position: absolute;
                        border: 3px solid #fff;
                        background-color: #f58220;
                        width: 13px;
                        height: 13px;
                        top: 0;
                        bottom: 0;
                        left: -6px;
                        margin: auto;
                        border-radius: 5px
                    }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.user01:before {
                    content: "";
                    position: absolute;
                    background-color: #F1ECE6;
                    width: 1px;
                    height: 14px;
                    top: -14px;
                    left: 13px;
                    right: 0;
                    margin: auto;
                    z-index: 0
                }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.user01.bg-border-grey:before {
                    content: "";
                    position: absolute;
                    background-color: #F1ECE6;
                    width: 1px;
                    height: 69px;
                    top: -62px;
                    left: 13px;
                    right: 0;
                    margin: auto;
                    z-index: 0
                }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.user02:before {
                    content: "";
                    position: absolute;
                    background-color: #F1ECE6;
                    width: 1px;
                    height: 14px;
                    top: -14px;
                    left: -13px;
                    right: 0;
                    margin: auto;
                    z-index: 0
                }

                .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level .user.user02.bg-border-grey:before {
                    content: "";
                    position: absolute;
                    background-color: #F1ECE6;
                    width: 1px;
                    height: 35px;
                    top: -35px;
                    left: -13px;
                    right: 0;
                    margin: auto;
                    z-index: 0
                }

            .referrals-page .refer-and-earn-block .other-block .padding-block .level-list .mid-level.bottom62 {
                margin-bottom: 62px
            }

.referrals-page .refer-and-earn-block .other-block .total {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    padding: 18px 34px;
    margin: 14px 0 0;
    background-color: #F1ECE6;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

    .referrals-page .refer-and-earn-block .other-block .total span {
        font-size: 22px;
        line-height: 20px;
        float: right;
        position: relative;
        top: -5px
    }

.referrals-page .refer-and-earn-block .versus {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 86px;
    height: 86px;
    background-color: #1A3967;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    bottom: 0;
    right: -58px;
    margin: auto;
    z-index: 3
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .versus {
        font-size: 14px;
        line-height: 20px;
        width: 53px;
        height: 53px;
        top: -40px;
        bottom: auto;
        right: 0;
        margin: auto;
        left: 0
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block {
    width: 731px;
    height: 523px;
    margin-left: auto;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .referrals-page .refer-and-earn-block .stock-referral-block {
        width: 685px
    }
}

@media only screen and (max-width: 1023px) {
    .referrals-page .refer-and-earn-block .stock-referral-block {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block {
        height: auto
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .ribbon-text {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    height: 45px;
    padding: 14px 10px 10px 20px;
    margin-left: 20px;
    border-radius: 0 0px 0px 0;
    background-color: #1A3967;
    color: #fff;
    display: inline-block;
    width: 269px;
    top: 22px;
    left: 230px;
    padding-left: 20px
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .ribbon-text {
        position: relative;
        margin-left: 0;
        top: auto;
        left: 0;
        margin-bottom: 20px
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .ribbon-text:before {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    border: solid 23px #1A3967;
    border-left-width: 0;
    border-right-color: transparent
}

.referrals-page .refer-and-earn-block .stock-referral-block .ribbon-text img {
    width: 18px;
    margin-right: 18px;
    filter: brightness(0) invert(1);
    position: relative;
    top: -2px
}

.referrals-page .refer-and-earn-block .stock-referral-block .head-block {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #f58220;
    width: 255px;
    border-radius: 5px;
    border: 2px solid #f58220;
    border-bottom: none;
    position: relative;
    margin-bottom: -2px;
    padding: 32px 0 15px;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .referrals-page .refer-and-earn-block .stock-referral-block .head-block span {
        font-family: "Open Sans Regular", sans-serif;
        font-size: 12px;
        line-height: 12px;
        color: #666;
        display: block;
        clear: both
    }

.referrals-page .refer-and-earn-block .stock-referral-block .body-block {
    width: 100%;
    display: flex;
    border: 2px solid #f58220;
    padding: 30px 30px 30px 48px;
    height: 437px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .body-block {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0 0
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy {
    width: 180px
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy {
        margin: 0 auto
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list {
    width: 180px;
    display: block;
    margin: 0 auto
}

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .top-level {
        background-color: #FFF6EB;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        padding: 10px;
        display: block;
        margin: 0 auto 33px;
        position: relative;
        z-index: 1
    }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .top-level .icon-user {
            width: 24px;
            margin: 0 auto 3px;
            display: block
        }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .top-level .name {
            text-align: center
        }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .top-level:before {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            width: 1px;
            height: 20px;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 0
        }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .top-level:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            width: 90px;
            height: 1px;
            bottom: -20px;
            left: -10px;
            right: 0;
            margin: auto;
            z-index: 0
        }

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level {
        display: flex;
        justify-content: space-between;
        position: relative
    }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user {
            text-align: center;
            display: flex;
            justify-content: center;
            width: 77px;
            border-radius: 5px;
            padding: 5px 10px;
            z-index: 1
        }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user .icon-user {
                width: 15px;
                margin: 0 6px 0 0;
                filter: brightness(0) invert(1)
            }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user .name {
                text-align: center;
                color: #fff
            }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.orange-dot {
                position: relative
            }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.orange-dot:after {
                    content: "";
                    position: absolute;
                    border: 3px solid #fff;
                    background-color: #f58220;
                    width: 13px;
                    height: 13px;
                    top: 0;
                    bottom: 0;
                    left: -6px;
                    margin: auto;
                    border-radius: 5px
                }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.green-dot {
                position: relative
            }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.green-dot:after {
                    content: "";
                    position: absolute;
                    border: 3px solid #fff;
                    background-color: #0CD070;
                    width: 13px;
                    height: 13px;
                    top: 0;
                    bottom: 0;
                    left: -6px;
                    margin: auto;
                    border-radius: 5px
                }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.green-dot .icon-user {
                    filter: brightness(1) invert(0)
                }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.green-dot .name {
                    text-align: center;
                    color: #666
                }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.blue-dot {
                position: relative
            }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.blue-dot:after {
                    content: "";
                    position: absolute;
                    border: 3px solid #fff;
                    background-color: #1A3967;
                    width: 13px;
                    height: 13px;
                    top: 0;
                    bottom: 0;
                    left: -6px;
                    margin: auto;
                    border-radius: 5px
                }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.blue-dot .icon-user {
                    filter: brightness(1) invert(0)
                }

                .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.blue-dot .name {
                    text-align: center;
                    color: #666
                }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.user01:before {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 1px;
                height: 14px;
                top: -14px;
                left: 13px;
                right: 0;
                margin: auto;
                z-index: 0
            }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.user01.bg-border-grey:before {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 1px;
                height: 69px;
                top: -62px;
                left: 13px;
                right: 0;
                margin: auto;
                z-index: 0
            }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.user02:before {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 1px;
                height: 14px;
                top: -14px;
                left: -13px;
                right: 0;
                margin: auto;
                z-index: 0
            }

            .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level .user.user02.bg-border-grey:before {
                content: "";
                position: absolute;
                background-color: #F1ECE6;
                width: 1px;
                height: 35px;
                top: -35px;
                left: -13px;
                right: 0;
                margin: auto;
                z-index: 0
            }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level.h-line:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            width: 90px;
            height: 1px;
            top: -35px;
            left: 0px;
            right: 0;
            margin: auto;
            z-index: 0
        }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .hierarchy .level-list .mid-level.bottom62 {
            margin-bottom: 62px
        }

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details {
    width: 467px;
    padding-left: 50px
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details {
        width: 100%;
        padding: 0 20px
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
    margin-top: 40px
}

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.orange-dot {
        position: relative
    }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.orange-dot:before {
            content: "";
            position: absolute;
            background-color: #f58220;
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 0px;
            margin: auto;
            border-radius: 5px
        }

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.green-dot {
        position: relative
    }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.green-dot:before {
            content: "";
            position: absolute;
            background-color: #0CD070;
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 0px;
            margin: auto;
            border-radius: 5px
        }

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.blue-dot {
        position: relative
    }

        .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .level.blue-dot:before {
            content: "";
            position: absolute;
            background-color: #1A3967;
            width: 6px;
            height: 6px;
            top: 0;
            bottom: 0;
            left: 0px;
            margin: auto;
            border-radius: 5px
        }

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .list {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    padding-bottom: 15px;
    padding-left: 15px
}

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .list span {
        font-family: "Open Sans Semi Bold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #666;
        margin-top: -4px;
        float: right
    }

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .list span {
        margin-top: 10px;
        float: none;
        display: block
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .list.bordered {
    position: relative
}

    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .referral-details .list.bordered:before {
        content: "";
        position: absolute;
        border-bottom: 1px dotted #666;
        width: 100%;
        height: 1px;
        right: 0;
        bottom: -15px;
        left: 0;
        margin: auto
    }

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .total {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 18px 34px;
    margin: 14px 0 0;
    background-color: #f58220;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0
}

@media only screen and (max-width: 767px) {
    .referrals-page .refer-and-earn-block .stock-referral-block .body-block .total {
        position: relative
    }
}

.referrals-page .refer-and-earn-block .stock-referral-block .body-block .total span {
    font-size: 22px;
    line-height: 20px;
    float: right;
    position: relative;
    top: -5px
}

.referrals-page .technology-illustration-block .container {
    min-height: 311px;
    padding-top: 0px
}

    .referrals-page .technology-illustration-block .container:first-child {
        min-height: initial;
        margin-bottom: 0
    }

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container:first-child {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container {
        margin-bottom: 22px
    }
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container h3 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container .tech-div {
        padding: 0 !important
    }
}

.referrals-page .technology-illustration-block .container .tech-div h3 {
    width: 100%;
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #f58220
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container .tech-div h3 {
        margin-bottom: 15px
    }
}

.referrals-page .technology-illustration-block .container .tech-div ul {
    width: 380px
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container .tech-div ul {
        margin-bottom: 20px;
        width: 100%;
        padding-left: 10px
    }
}

.referrals-page .technology-illustration-block .container .tech-div ul li {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #999999
}

.referrals-page .technology-illustration-block .container .earn-illustration {
    width: 350px
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container .earn-illustration {
        width: 100%
    }
}

.referrals-page .technology-illustration-block .container .earn-illustration.earn-illustration01 {
    float: right;
    position: relative;
    right: 95px;
    margin-top: 56px
}

@media only screen and (max-width: 1023px) {
    .referrals-page .technology-illustration-block .container .earn-illustration.earn-illustration01 {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .referrals-page .technology-illustration-block .container .earn-illustration.earn-illustration01 {
        margin-top: 20px
    }
}

.referrals-page .technology-illustration-block .container .earn-illustration.earn-illustration02 {
    float: left
}

.referrals-page .technology-illustration-block .container .pattern01 {
    position: absolute;
    width: 311px;
    height: 311px;
    right: -100px;
    bottom: -60px;
    background: linear-gradient(89.88deg, rgba(245, 130, 32, 0.1) -2.85%, rgba(245, 130, 32, 0) 77.74%);
    border-radius: 50%
}

.referrals-page .technology-illustration-block .container .pattern02 {
    position: absolute;
    width: 311px;
    height: 311px;
    left: -100px;
    top: -60px;
    background: linear-gradient(89.88deg, rgba(245, 130, 32, 0.1) -2.85%, rgba(245, 130, 32, 0) 77.74%);
    transform: rotate(180deg);
    border-radius: 50%
}

.referrals-page .faq-block h3 {
    color: #333
}

.homepage {
    padding-top: 60px
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block {
        padding-bottom: 0;
        padding-top: 0
    }
}

.homepage .banner-block h1 {
    margin-top: 80px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1023px) {
    .homepage .banner-block h1 {
        margin-top: 0px
    }
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block h1 {
        margin-top: 30px
    }
}

.homepage .banner-block p {
    font-family: "Open Sans Semi Bold", sans-serif;
    width: 415px;
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block p {
        width: 100%
    }
}

.homepage .banner-block .form-get-started {
    width: 415px;
    margin: 0;
    display: block
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block .form-get-started {
        width: 100%
    }
}

.homepage .banner-block .form-get-started .input-group-addon {
    padding: 9px 0px;
    width: 48px
}

.homepage .banner-block .form-get-started .input-group {
    display: inline-flex;
    border: 1px solid #F1ECE6;
    border-radius: 5px
}

    .homepage .banner-block .form-get-started .input-group .input-group-text {
        background-color: transparent;
        border: none;
        position: relative;
        height: 48px
    }

        .homepage .banner-block .form-get-started .input-group .input-group-text:after {
            content: "";
            position: absolute;
            background-color: #F1ECE6;
            height: 30px;
            width: 1px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1
        }

@media only screen and (max-width: 767px) {
    .homepage .banner-block .form-get-started .input-group input {
        width: 100px !important
    }
}

.homepage .banner-block .form-get-started .input-group .btn-primary {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    display: inline-block;
    width: 148px;
    background-color: #1A3967;
    color: #fff;
    border-radius: 5px !important;
    position: relative;
    z-index: 3;
    height: 48px;
    border: 1px solid #1A3967;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 15px 0;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block .form-get-started .input-group .btn-primary {
        width: 120px !important
    }
}

.homepage .banner-block:before {
    content: "";
    background: url(../images/homepage/home-banner.png) no-repeat;
    position: absolute;
    width: 700px;
    height: 500px;
    display: inline-block;
    background-size: 700px;
    top: -20px;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block .home-banner {
        width: 100%;
        top: 0;
        margin-top: -30px
    }
}

.homepage .banner-block .banner-illustration {
    width: 583px;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .homepage .banner-block .banner-illustration {
        width: 400px;
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block .banner-illustration {
        width: 100%
    }
}

.homepage .banner-block .banner-illustration img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.homepage .banner-block .banner-illustration .banner-img-02 {
    position: absolute;
    width: 490px;
    height: 493px;
    left: -50px;
    top: 0;
    z-index: 2
}

@media only screen and (max-width: 1023px) {
    .homepage .banner-block .banner-illustration .banner-img-02 {
        width: 335px;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .homepage .banner-block .banner-illustration .banner-img-02 {
        left: 0;
        top: -40px
    }
}

.homepage .banner-block .banner-illustration .banner-img-02 img {
    width: 100%
}

.homepage .our-product-block h2 {
    text-align: center;
    margin-bottom: 20px
}

.homepage .our-product-block .product-div {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .homepage .our-product-block .product-div {
        align-content: flex-start;
        justify-content: center;
        flex-wrap: wrap
    }
}

.homepage .our-product-block .product-div .col-lg-6 {
    max-width: 49%
}

@media (max-width: 991.98px) {
    .homepage .our-product-block .product-div .col-lg-6 {
        max-width: 100%
    }
}

.homepage .our-product-block .product-div.two-columns .product-block {
    width: calc(50% - 10px);
}

@media only screen and (max-width: 1023px) {
    .homepage .our-product-block .product-div.two-columns .product-block {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .homepage .our-product-block .product-div.two-columns .product-block {
        width: 100%
    }
}

.homepage .our-product-block .product-div.three-columns .product-block {
    width: 32%
}

@media only screen and (max-width: 1023px) {
    .homepage .our-product-block .product-div.three-columns .product-block {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .homepage .our-product-block .product-div.three-columns .product-block {
        width: 100%;
        flex-wrap: nowrap;
        display: block;
    }
}

.homepage .our-product-block .product-div .product-block {
    padding: 30px 20px 30px 30px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #F1ECE6;
    position: relative
}

@media only screen and (max-width: 767px) {
    .homepage .our-product-block .product-div .product-block {
        width: 100%;
        margin: 0 auto 20px;
        padding: 20px;
        flex-wrap: wrap
    }
}

.homepage .our-product-block .product-div .product-block .product-icon {
    margin-right: 15px;
    display: block;
    width: 45px;
    position: relative
}

.homepage .our-product-block .product-div .product-block .product-info .title {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #1A3967;
    letter-spacing: 0;
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    .homepage .our-product-block .product-div .product-block .product-info .title {
        font-size: 16px;
        line-height: 22px
    }
}

.homepage .our-product-block .product-div .product-block .product-info p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    letter-spacing: 0;
    margin-bottom: 10px
}

.homepage .our-product-block .product-div .product-block .product-info .product-link {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #f58220;
    letter-spacing: 0;
    margin-bottom: 5px img;
    margin-bottom-margin-left: 10px;
    margin-bottom-position: relative
}

.homepage .our-product-block .product-div .product-block .rate-info {
    background: linear-gradient(139.5deg, rgba(245, 130, 32, 0.2) 10.74%, rgba(245, 130, 32, 0) 87.21%);
    width: 122px;
    height: 122px;
    border-radius: 50%;
    text-align: center;
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #f58220;
    letter-spacing: 0;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .homepage .our-product-block .product-div .product-block .rate-info {
        position: relative;
        margin: 20px 0 0 60px;
        right: 0
    }
}

.homepage .our-product-block .product-div .product-block .rate-info .symbol {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #f58220;
    position: relative;
    top: 10px
}

.homepage .our-product-block .product-div .product-block .rate-info sup {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #f58220
}

.homepage .our-product-block .product-div .product-block .rate-info b {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
    margin: 0 auto;
    clear: both
}

.homepage .our-pricing-block:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ECEEF3 0%, rgba(236, 238, 243, 0) 21.74%);
    transform: rotate(-180deg);
    height: 936px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 40px;
    margin: auto;
    z-index: -1;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block:before {
        border-radius: 0;
        bottom: 0
    }
}

.homepage .our-pricing-block h3 {
    width: 545px;
    text-align: center;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block h3 {
        width: 100%
    }
}

.homepage .our-pricing-block .pricing-detail-block {
    width: 836px;
    margin: 30px auto;
    display: block;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .homepage .our-pricing-block .pricing-detail-block {
        width: 700px
    }
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block .pricing-detail-block {
        width: 100%
    }
}

.homepage .our-pricing-block .pricing-detail-block .zero-brokerage {
    margin: 0 auto;
    display: block;
    width: 279px
}

.homepage .our-pricing-block .pricing-detail-block .rupee-symbol {
    position: absolute;
    width: 39px;
    height: 58px;
    left: -370px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block .pricing-detail-block .rupee-symbol {
        position: relative;
        left: -130px;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 20px auto;
        display: block
    }
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    position: absolute;
    height: 40px;
    border: 1px solid #F1ECE6;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 5px;
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block .pricing-detail-block .pricing-point {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 20px auto 0;
        display: block
    }
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point img {
    margin-right: 5px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point span {
    color: #f58220;
    margin-right: 5px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point tick-mark {
    width: 29px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-01 {
    width: 280px;
    left: 20px;
    top: 110px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-02 {
    width: 280px;
    left: 4px;
    top: 207px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-03 {
    width: 280px;
    left: 60px;
    top: 307px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-04 {
    width: 280px;
    right: 28px;
    top: 55px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-05 {
    width: 280px;
    right: 10px;
    top: 148px
}

.homepage .our-pricing-block .pricing-detail-block .pricing-point.pricing-point-06 {
    width: 280px;
    right: 39px;
    top: 240px
}

.homepage .our-pricing-block .open-account {
    display: block;
    margin: 0 auto 80px
}

@media only screen and (max-width: 767px) {
    .homepage .our-pricing-block .open-account {
        margin: 0 auto 20px
    }
}

.homepage .global-presence-block h3 {
    margin-bottom: 42px
}

@media only screen and (max-width: 767px) {
    .homepage .global-presence-block h3 {
        margin-bottom: 25px
    }
}

.homepage .global-presence-block .map-block {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: block
}

@media only screen and (max-width: 1023px) {
    .homepage .global-presence-block .map-block {
        width: 100%;
        height: auto
    }
}

.homepage .global-presence-block .map-block img {
    width: 100%
}

.homepage .global-presence-block .glance-list {
    padding: 0;
    list-style: none;
    width: 180px;
    margin-top: 38px
}

@media only screen and (max-width: 1023px) {
    .homepage .global-presence-block .glance-list {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-around
    }
}

@media only screen and (max-width: 767px) {
    .homepage .global-presence-block .glance-list {
        margin: 0 auto 0;
        width: 240px;
        flex-wrap: wrap
    }
}

.homepage .global-presence-block .glance-list li {
    border-radius: 5px;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-bottom: 15px;
    padding: 20px 22px;
    text-align: left;
    transition: all .3s ease;
    display: flex;
    border: 1px solid #F1ECE6;
    width: 275px
}

@media only screen and (max-width: 1023px) {
    .homepage .global-presence-block .glance-list li {
        width: 240px
    }
}

.homepage .global-presence-block .glance-list li:hover {
    background-color: #f58220;
    color: #fff
}

    .homepage .global-presence-block .glance-list li:hover img {
        filter: brightness(0) invert(1)
    }

    .homepage .global-presence-block .glance-list li:hover span {
        color: #fff
    }

.homepage .global-presence-block .glance-list li i {
    margin-right: 19px;
    width: 32px;
    text-align: center;
}

.homepage .global-presence-block .glance-list li div span {
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 28px;
    color: #f58220;
    margin-right: 5px
}

.homepage .global-presence-block .git {
    margin: 30px auto 20px;
    display: block
}

.homepage .global-presence-block p {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .homepage .global-presence-block p {
        margin-bottom: 0
    }
}

.homepage .txt-small {
    font-size: 12px;
    line-height: 16px
}

.homepage .technology-block {
    padding-top: 0
}

@media only screen and (max-width: 767px) {
    .homepage .technology-block {
        padding-top: 40px
    }
}

.homepage .technology-block .header-block {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .homepage .technology-block .header-block {
        margin-top: 0px
    }
}

.homepage .technology-block p {
    margin-bottom: 40px
}

.homepage .technology-block .technology-illustration-block {
    width: 570px;
    height: auto;
    margin: 0 auto 0;
    display: block;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .homepage .technology-block .technology-illustration-block {
        width: 100%;
        height: auto
    }
}

.homepage .technology-block .technology-illustration-block img {
    width: 100%
}

.homepage .technology-block .tech-list {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    margin: 30px auto 10px;
    text-align: left;
    flex-wrap: wrap
}

@media only screen and (max-width: 1023px) {
    .homepage .technology-block .tech-list {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .homepage .technology-block .tech-list {
        width: 100%
    }
}

.homepage .technology-block .tech-list li {
    width: 100%;
    margin-bottom: 43px;
    font-size: 20px;
    color: #000;
}

    .homepage .technology-block .tech-list li img {
        margin-right: 10px;
    }

@media only screen and (max-width: 767px) {
    .homepage .technology-block .tech-list li {
        margin-bottom: 10px
    }
}

.homepage .technology-block .tech-list li .tech-icon {
    margin-right: 10px
}

.homepage .technology-block .app-btns {
    display: flex
}

@media only screen and (max-width: 1023px) {
    .homepage .technology-block .app-btns {
        justify-content: center
    }
}

.homepage .technology-block .app-btns a {
    margin-right: 10px
}

    .homepage .technology-block .app-btns a:last-child {
        margin-right: 0
    }

    .homepage .technology-block .app-btns a.ios-btn {
        width: 116px
    }

    .homepage .technology-block .app-btns a.playstore-btn {
        width: 127px
    }

    .homepage .technology-block .app-btns a img {
        width: 100%
    }

.homepage .technology-block .btn-secondary {
    margin: 18px 0 0;
    display: block
}

@media only screen and (max-width: 1023px) {
    .homepage .technology-block .btn-secondary {
        margin: 18px auto 0
    }
}

.homepage .about-block {
    padding: 40px 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .homepage .about-block {
        padding: 20px 0
    }
}

.homepage .about-block:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ECEEF3 0%, rgba(236, 238, 243, 0) 21.74%);
    transform: rotate(-180deg);
    min-height: 936px;
    width: 130%;
    right: 0;
    left: -15%;
    bottom: 0px;
    margin: auto;
    z-index: -1;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .homepage .about-block:before {
        border-radius: 0;
        bottom: 0
    }
}

.homepage .about-block h3 {
    text-align: center
}

.homepage .about-block p {
    text-align: center;
    width: 790px;
    display: block;
    margin: 0 auto 20px
}

@media only screen and (max-width: 1023px) {
    .homepage .about-block p {
        width: 100%
    }
}

.homepage .about-block .learn-more {
    width: 170px;
    display: block;
    margin: 0 auto;
    line-height: 12px;
}

.homepage .about-block .award-list {
    padding: 0;
    list-style: none;
    width: 75%;
    border: 1px solid #F1ECE6;
    background-color: #FFF6EB;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 30px;
    padding: 26px 40px;
    text-align: center;
    border-radius: 10px
}

@media only screen and (max-width: 1023px) {
    .homepage .about-block .award-list {
        flex-wrap: wrap;
        padding: 20px 30px 30px;
        width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .homepage .about-block .award-list {
        width: 100%
    }
}

.homepage .about-block .award-list li {
    width: 48%;
    border-right: 1px solid #666666;
    padding-right: 30px
}

@media only screen and (max-width: 1023px) {
    .homepage .about-block .award-list li {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .homepage .about-block .award-list li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #666666;
        padding-right: 0;
    }
}

.homepage .about-block .award-list li:last-child {
    padding-right: 0;
    border-right: none
}

@media only screen and (max-width: 767px) {
    .homepage .about-block .award-list li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0
    }
}

.homepage .about-block .award-list li .title {
    text-align: center;
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
    .homepage .about-block .award-list li .title {
        font-size: 24px;
        line-height: 28px
    }
}

.homepage .about-block .award-list li p {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color: #666;
    width: auto
}

@media only screen and (max-width: 1023px) {
    .homepage .about-block .award-list li p {
        font-size: 16px;
        line-height: 16px
    }
}

.testimonial-block {
    background-color: #fff
}
.testimonial-block .testimonial-slider .swiper-slide p:last-child {
    margin-bottom: 0;
}
.testimonial-block .testimonial-slider .swiper-slide {
    width: 351px !important;
    height: auto;
    padding: 20px 40px;
    background-color: #FAFAFA;
    border: 1px solid #F1ECE6;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .testimonial-block .testimonial-slider .swiper-slide {
        width: 100% !important;
    }
}

.homepage .footer-contact {
    padding: 0
}
.homepage .footer-contact .footer-top-block {
    width: 100%;
    height: auto;
    background-color: #1A3967;
    padding: 40px;
    overflow: hidden;
    border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    .homepage .footer-contact .footer-top-block {
        height: auto;
        width: auto
    }
}

@media only screen and (max-width: 767px) {
    .homepage .footer-contact .footer-top-block {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 30px 20px
    }
    .form-get-started {
        max-width: auto;
    }
}

.homepage .footer-contact .footer-top-block .footer-header {
    font-family: "Nunito Bold", sans-serif;
    font-size: 35px;
    line-height: 38px;
    color: #fff
}
.homepage .footer-contact .footer-top-block .footer-header span {
    font-family: "Open Sans Semi Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
    clear: both;
    margin-bottom: 15px
}
.homepage .footer-contact .footer-top-block .contact-list {
    list-style: none;
    padding: 0;
    margin-top: 20px
}
.homepage .footer-contact .footer-top-block .contact-list li {
    margin-bottom: 15px
}
.homepage .footer-contact .footer-top-block .contact-list li a {
    color: #fff
}
.homepage .footer-contact .footer-top-block .contact-list li a img {
    margin-right: 10px
}
.color-warm-black.font-semi-bold {
    font-family: "Open Sans Regular", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}
.download-page .form-get-started .input-group {
    border: none;
}
.dropdown-item small, footer .footer-mid-block .footer-link-list li a small {
    font-size: 60%;
}
.ipo-tab-list li:first-child a {
    padding-left: 0;
}
.ipo-detail-page .ipo-detail-header.sticky .dh-block {
    padding: 0;
}
.ipo-detail-page .ipo-detail-header .dh-block .dh-image {
    justify-content: center;
    align-items: center;
}
.mobon-head {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobon-head {
        display: block;
        margin-top: 10px !important;
    }
    .deskt-headb {
        display: none;
    }
    .milestone-pp-ul-nav {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }
    .milestone-pp-ul-nav .nav-item {
        display: inline-block;
    }
    .download-page .download-banner-block .onboarding-block .form-part {
        padding-bottom: 30px;
    }
    .our-offering-page .offering-banner-block .offering-banner-img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .dyknow-newbar a {
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
    }
    .ipo-row .ipo-body .ipo-list {
        width: 42% !important;
    }
}

@media only screen and (max-width: 360px) {
    .ipo-row .ipo-body .ipo-list {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .homepage .about-block p {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .homepage .about-block p {
        width: 100%;
    }
}

/*6-6-22*/
h1.forced-heading {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 15px !important;
}
.invsms-offrilastbar {
    position: relative;
    text-align: center;
}
.invsms-offrilastbar .tech-div {
    text-align: center;
    display: inline-block !important;
    padding-left: 80px;
}
@media only screen and (min-width: 1025px) {
    .invsms-offrilastbar {
        padding: 25px 0;
    }
    .invsms-offrilastbar .tech-div {
        position: absolute;
        top: -90px;
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .invsms-offrilastbar .tech-div .form-get-started {
        min-width: 350px;
    }
}
/*6-6-22*/


/*oao new*/

.oaoipage .common-footer > .container {
    display: none;
}
