body {
    background-color:  #394B91 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
}
header {
    z-index: 99;
    position: relative;
    width: 100%;
    background:  #394B91;
}
img {
    max-width: 100%;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: 50px !important;
    font-weight: 200 !important;
    line-height: 1.2 !important;
}

h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    color: #ffffff !important;
}

h6 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.common-label {
    color: #45A56D;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

h1 span {
    color: #45A56D;
}

p {
    color: #eaeaea;
    font-size: 15px;
    font-weight: 300;
}
a{
    text-decoration: none !important;
}
p span {
    color: #bbbbbb;
}

.navbar.navbar-expand-lg {
    background-color: transparent !important;
    padding: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.navbar.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    position: relative;
}
header{
    transition: all .3s; 
}
header.fixedHeader{
    width: 100%;
    top: 0;
    position: fixed;
    transition: all .3s; 
}
.fixedHeader .navbar-brand img{display: none;}
.logo2 img{display: none;}
.fixedHeader .logo2 img{display: block;}

.navbar.navbar-expand-lg .navbar-collapse .navbar-brand{
    transition: all .3s; 
}
.fixedHeader .navbar.navbar-expand-lg .navbar-collapse .navbar-brand {
    position: absolute;
    margin: 0 !important;
    padding: 0;
    left: 50%;
    top: -17px;
    transform: translate(-50%, 0);
    padding: 0;
    background:  #394B91;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
    transition: all .3s;
    width: 80px;
}



.navbar.navbar-expand-lg .navbar-collapse .navbar-brand {
    position: absolute;
    margin: 0 !important;
    padding: 0;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    padding: 25px 20px;
    background:  #394B91;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
}

.navbar.navbar-expand-lg .navbar-nav {
    gap: 24px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 2px !important;
    position: relative;
}


input {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff!important;
    background: transparent;
    margin-bottom: 20px;
    color: #fff !important;
    margin-bottom: 15px !important;
}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    background: transparent;
    margin-bottom: 20px;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.inner-background {
    background: #2a3c80;
    border-radius: 0 0 100px 100px;
    position: relative;
}
.inner-banner{
    position: relative;
    height: 650px;
}
.common-card-wrap.blw {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-content: center !important;
}

element.style {
    visibility: visible;
    animation-duration: 2s;
    animation-name: fadeIn;
}
.inner-background h3{
    font-size: 18px;
}
h5{
    margin-bottom: 0 !important;
}
.tc{
        text-align: center;
        width: 100%;
}

.ictabset-tab {
    display: flex;
    justify-content: space-evenly;
}
.ictabset-tab{
background-image: url(../img/bg-graph-1.svg);
background-repeat: no-repeat;
background-size: contain;
background-position-y: bottom;
z-index: 0;
position: relative;
padding-bottom: 50px;
}
.ictabset-tab a{
    display: inline-block;
    transition: 0.3s ease-in all;
}
.ictabset-tab a:hover{
    box-shadow: 0px 2px 100px -29px #000000;
    border: 1px solid #45a56d;
    transition: .3s;
    cursor: pointer;
}
.ictabset-tab a.tabActive{
    transition: 0.3s ease-in all;
    box-shadow: 0px 2px 100px -29px #000000;
    border: 1px solid #45a56d;
    transition: .3s;
}
.ictabset-detailbox .tabdetail-each{
    padding: 15px;
    margin-top: 15px;
    width: 100%;
    display: none;
}
.ictabset-detailbox .tabdetail-each.active{
    display: block;
}
.flag img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.table>thead {
    vertical-align: bottom;
    background-color: #45a56d;
}
.table>thead  th{
    background: transparent !important;
    color: #fff !important;
    border-bottom: 0 !important;
    text-align: left;
    font-weight: 400 !important;
    font-size: 14px;
    padding:15px  !important;
}
.table{

background: rgba(217, 217, 217, 0.04);
box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(10px);
}
.table td{
    background: transparent !important;
    color: #fff !important;
    border-color: #2A2A2A !important;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 15px !important;
}
.inner-banner::before {
    content: '';
    position: absolute;
    left: -38px !important;
    top: calc(50% - 55%);
    width: 100%;
    height: 100%;
    width: 80px;
    height: 110%;
    background: #1d2e6c;
    transform: rotate(6deg);
    z-index: 1;
}
.inner-banner::after {
    content: '';
    position: absolute;
    right: -38px !important;
    top: calc(50% - 55%);
    width: 100%;
    height: 100%;
    width: 80px;
    height: 110%;
    background: #1d2e6c;
    transform: rotate(6deg);
    z-index: 1;
}

.inner-banner {
    overflow: hidden;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.inner-banner img{
    width:100%;
    height: 100%;
    object-fit: fill;
    opacity: .5;
}
.gold_icon{
    width: 100px;
    height: 100px;
    display: block;
}
.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #45A56D;
    border-radius: 2px;
    transition: .3s;
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: .3s;
}

.navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
    transition: .3s;
}

.navbar-nav .nav-item .nav-link.register {
    color: #45A56D !important;
}

.banner-sec {
    position: relative;
}

.banner-sec .banner-img-wrap {
    width: 100%;
    height: 80vh;
}

.banner-sec .banner-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-sec .four-keynote {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.key-note {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-note span {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.key-note span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.key-note label {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.key-note label i {
    color: #45A56D;
    font-style: normal;
}

.common-btn {
    position: relative;
    transition: .3s;
}

.common-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    color:  #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.common-btn span i {
    font-size: 22px;
    margin-left: 12px;
}

.common-btn path {
    transition: .3s;
}

.common-btn:hover path {
    fill: rgb(58 146 95);
    transition: .3s;
}

.about {
    padding: 0 50px;
}

.social-media-icons {
    display: flex;
    flex-direction: column;
}

.social-media-icons a {
    width: 50px;
    height: 50px;
    border-bottom:1px solid#f1f1f173;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-icons a:last-child {
    border-bottom: none;
}

.social-media-icons a i {
    font-size: 20px;
    color: #7B8FDA;
    transition: .3s;
}

.social-media-icons a:hover i {
    color: #45A56D;
    transition: .3s;
}

.mouse-scroll {
    height: 160px;
    position: relative;
    width: 50px;
}

.mouse-scroll span {
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, -50%);
    animation: mousescroll 2s infinite cubic-bezier(.57, .01, .45, 1);
}

.mouse-scroll::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(50%, 0%);
    width: 1px;
    height: 100%;
    background: #7B8FDA;
}

@keyframes mousescroll {
    0% {
        top: 20%
    }

    50% {
        top: 80%
    }

    100% {
        top: 20%
    }
}

.fx-section {
    padding: 100px;
    background-image: url(../img/bg-graph-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 40px;
    padding-bottom: 0;
}

.common-card-wrap {
    border-radius: 50px;
    border: 1px solid #7B8FDA;
    background: rgba(217, 217, 217, 0.04);
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 30px 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.fx-section .common-card-wrap p {
    color: #ffffff;
    font-size: 12px;
}

.trading-account {
    padding-top: 80px;
    border-radius: 0px 239px 0px 144px;
    background: #2a3c80;
    margin-top: 0;
}

.trading-account-left {
    padding: 0 40px 100px 40px;
}

.trading-account .trade-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 190px 0 0 0;
    position: relative;
}

.trading-account .trade-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:  #394b918f;
    opacity: .8;
}

.trading-account .trade-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/graph-count.svg);
    background-repeat: no-repeat;
}

.trading-account .trade-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trading-account .trading-notes-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
}

.trading-account .trading-notes-wrap .trading-notes {
    border: 1px solid #7b8fda6e;
    padding: 40px;
}
.color-1{color: #45a56d;}
.common-card-wrap h2{    color: #45a56d;
    font-weight: 500!important;}
.trading-account .trading-notes-wrap .trading-notes:first-child {
    border-left: 0;
    border-top: 0;
}

.trading-account .trading-notes-wrap .trading-notes:last-child {
    border-right: 0;
    border-bottom: 0;
}

.trading-account .trading-notes-wrap .trading-notes:nth-child(2) {
    border-right: 0;
    border-top: 0;
}

.trading-account .trading-notes-wrap .trading-notes:nth-child(3) {
    border-left: 0;
    border-bottom: 0;
}

.trading-account .trading-notes-wrap .trading-notes .common-label {
    margin-bottom: 15px;
}

.dots {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.dots li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.dots li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../img/star.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.common-card-wrap.three-card {
    display: block;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background-color: #394b91;
}

.three-card-wrap {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.three-card-wrap::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: calc(100vw - 50px);
    border-top: 1px solid #45A56D;
    z-index: -1;
}

.our-strength {
    background-image: url(../img/bg-graph-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    z-index: 0;
    position: relative;
    padding-bottom: 130px;
}

.our-strength .right-trade-grapgh {
    position: relative;
    z-index: -1s;
}

.raw-spread {
    background-image: url(../img/dble-circle.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* .raw-spread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/apple-nav.svg);
    background-size: contain;
    width: 564px;
    height: 35px;
    background-repeat: no-repeat;
    transform: translate(43px, 15px);
    z-index: 1;
} */

.raw-spread iframe {
    padding-top: 50px;
    position: relative;
}

.raw-spread.right-mock::before {
    content: unset;
}

.products {
    position: relative;
    background-image: url(../img/product-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 100px 50px !important;
    position: relative;
}

.products::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    background-image: url(../img/graph-2.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    height: 100%;
    z-index: -1;
}

.products h1 {
    margin-bottom: 50px
}

.product-card {
    padding: 59px 40px;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #7B8FDA;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 25px;
    min-height: 160px;
}

.product-card:hover {
    box-shadow: 0px 2px 100px -29px #45A56D;
    border: 1px solid #45A56D;
    transition: .3s;
}

.product-card h5 {
    margin: 0 !important;
}

.product-card i {
    font-size: 28px;
    color: #7B8FDA;
    font-size: 28px;
    line-height: 27px;
    border-radius: 50%;
    width: 28px;
    transition: .3s;
}

.customer-slider {
    background: #4457a0;
}

.product-card:hover i {
    color: #45A56D;
    transition: .3s;
}

.customer-slider .slider-left-cnt {
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.customer-slider .row {
     height: 350px;
}

.trade-img.wow.bounceInRight {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding: 0;
}

.trading-account{
    position: relative;
}

.customer-slider .slider-left-img {
    position: relative;
    min-height: 350px;
    height: 350px;
}

.customer-slider .slider-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customer-slider .slider-left-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:  #394b918f;
    opacity: .8;
}

.customer-slider .carousel-control-next,
.customer-slider .carousel-control-prev {
    width: 5%;
}

.customer-slider .carousel-control-next-icon,
.customer-slider .carousel-control-prev-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
}

.new-trader {
    border-radius: 10px;
    background: #2a3c80;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    position: relative;
    z-index: 1;
}

.new-trader h5 {
    margin-bottom: 0 !important;
}

footer {
    padding-top: 50px;
}

footer .container {
    border-bottom: 1px solid #7B8FDA;
}

footer .footer-logo {
    display: block;
    width: 250px;
    height: 100px;
    margin-bottom: 25px !important;
    margin: 0 auto;
    margin-top: 30px;
}

footer p {
    font-size: 13px;
}

footer .footer-logo img {
    height: 100%;
    object-fit: contain;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer-nav {
    margin-top: 50px;
    padding-bottom: 40px;
}

footer .common-label {
    margin-bottom: 15px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

footer .terms-conditions {
    padding: 20px 50px;
}

footer .terms-conditions .common-label {
    font-size: 15px;
    margin-bottom: 10px;
}

footer .copyrights span {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

footer .copyrights {
    background-color: #2a3c80;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

footer .copyrights span a {
    text-decoration: none;
    color: #fff;
}

.navbar-brand.mobile {
    display: none;
}

.navbar-brand.desktop {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: rgba(217, 217, 217, 0.04);
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 200;
    color: #fff;
    font-size: 13px;
    transition: .3s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #45a56d;
    transition: .3s;
}

.app-play-store {
    gap: 20px;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu p {
    font-size: 13px;
    color: #45A56D;
    padding: 0 15px;
    margin: 10px 0;
}






/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.spread-adv{display: none;}
    .our-strength h1{font-size: 16px!important;}
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .ictabset-tab {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .common-card-wrap {
        padding: 10px !important;
        width: 100%;
        text-align: center;
        display: flex ;
        justify-content: center;
    }
    .inner-banner::after{
        display: none;
    }
    .inner-banner {
        position: relative;
        height: 200px;
    }
    .trading-account .trading-notes-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .trading-account-left {
        padding: 0 20px 100px 20px;
    }

    .trading-account {
        border-radius: 0px 100px 0px 100px;
    }

    .trade-img.wow.bounceInRight {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 0;
    }
    .trading-account .trade-img {
        width: 100%;
        height: 600px;
        overflow: hidden;
        border-radius: 0 50px;
        position: relative;
        margin-bottom: 50px;
    }
    .trading-account {
        padding-top: 0 !important;
    }

    .banner-sec .banner-img-wrap {
        height: auto !important;
    }

    .banner-sec .four-keynote {
        position: relative;
        margin-bottom: 50px;
    }

    .mouse-scroll {
        display: none;
    }

    .social-about {
        flex-direction: column;
    }

    .social-media-icons {
        margin-bottom: 40px;
        flex-direction: row;
    }

    .social-media-icons a {
        border: 0;
    }

    .social-media-icons a i {
        font-size: 25px;
    }

    .about {
        padding: 0;
    }

    .trading-account .trade-img::after {
        background-size: contain;
    }

    .trading-account .trade-img {
        height: 400px;
    }

    .raw-spread iframe {
        margin-bottom: 50px;
    }

    .customer-slider .slider-left-cnt {
        padding: 45px;
    }

    .new-trader {
        gap: 20px;
        flex-direction: column;
    }

    footer .footer-logo {
        width: 100%;
    }

    footer .footer-nav {
        text-align: center;
    }
    .inner-banner::before{
        display: none;
    }

}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .navbar-brand.mobile {
        display: block;
        width: 100px;
    }

    .app-play-store {
        justify-content: center;
    }

    .navbar-brand.mobile img {
        width: 100%;
    }

    .navbar-brand.desktop {
        display: none;
    }

    .navbar.navbar-expand-lg .navbar-nav {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .navbar-toggler-icon {
        filter: brightness(100);
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        text-align: center;
        border: unset;
        background: unset;
        box-shadow: unset;
        backdrop-filter: unset;
    }

    .navbar.navbar-expand-lg .navbar-nav:first-child {
        margin-bottom: 24px;
    }

    .banner-sec .banner-img-wrap {
        height: 50vh;
    }

    .our-strength h1,
    .our-strength p {
        text-align: center;
    }

    .common-btn span {
        align-items: center;
    }

    .common-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .three-card-wrap {
        margin-bottom: 0;
    }

    .our-strength .right-trade-grapgh {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .spread-adv {
        margin-bottom: 80px;
    }

    .overthe-world .raw-spread.right-mock {
        margin-top: 50px;
    }

    .spread-adv h1,
    .spread-adv p {
        text-align: center;
    }

    .overthe-world h1,
    .overthe-world p {
        text-align: center;
    }

    .products {
        background-size: cover;
        margin-bottom: 50px;
    }

    .new-trader .common-btn {
        margin-top: 0;
    }

    footer .footer-nav {
        gap: 20px 0;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .common-card-wrap {
        padding: 30px;
    }

    .trading-account {
        padding-top: 140px;
    }

    .products {
        padding: 50px !important;
    }

    .products h1 {
        margin-bottom: 30px;
    }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}
.footer-nav span{    font-size: 14px;}
.pd-130{    padding: 130px 0;}
.doc-title{color:#fff}


.account {
    padding: 80px 15px;
}
.table-bg {
    background-color: #1d2e6c;
    padding: 32px;
    color: #ffffff;
    border-radius: 2rem;
}
.single-design-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.single-design-table.light-skin .spread-table {
    background: #2a3c80;
    color: #ffffff;
    background: #2a3c80;
    color: #ffffff;
}
.single-design-table .spread-table {
    box-shadow: none;
}
.single-design-table.light-skin .column-header {
    font-size: 0.875rem;
    color: #ffffff;
    background: rgb(42 60 128);
    font-size: 0.875rem;
    color: #ffffff;
    border-radius: 0.2rem;
}
.spread-table .column-header {
    display: flex;
    justify-content: space-between;
    height: 3.4375rem;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #f2f2f2;
    font-size: 0.75rem;
    font-weight: bold;
    color: #999;
}
.spread-table .column-name {
    color: #ffff;
    font-size: 1rem;
}
.spread-table .column-name {
    color: #ffff;
    font-size: 1rem;
}
.spread-table .column-name {
    color: #ffffff;
    font-size: 1rem;
    color: white;
}
.spread-table .table-rows-wrap {
    max-height: 37.5rem;
    overflow-y: auto;
    padding-right: 0;
}
.single-design-table .spread-table .table-row {
    background: transparent;
    line-height: initial;
    background-color: #394b91;
}
.single-design-table.light-skin .table-row {
    border-bottom: 1px solid #20295A;
    height: 4rem;
}
.spread-table .table-row {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 992px){
.d-lg-none {
    display: none !important;
}}

.pt-50{    padding-top: 50px;}
.Trade-choose{padding: 50px 0;}
.Trade-choose h2{padding-bottom: 30px; color:#fff}
.mt5{padding: 50px 0;}
.pb-2 {
    padding-bottom: 1rem !important;
}