#hero {
    padding-top: 80px;
    background-color: #0d0d0d;
    background-image: url("../assets/img/city-2.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}
#hero::after{
    content: '';
    background-image: url("../assets/img/header-candlesticks.png");
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 0;
    height: 140px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

#hero .tio-generic-subtitle-white {
    max-width: 950px;
    margin: 30px auto 10px;
}
#hero h1{
    text-transform: none;
    max-width: 900px;
    margin: auto;
}
#hero h1:lang(pt){
    font-size: 50px;
}
#hero p {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}

.tio-cta-orange {
    /*margin-right: 30px;*/
    /*margin-top: 30px;*/
    max-width: 250px;
    width: 100%;
}
 .below-cta{
    font-size: 16px;
    margin-top: 20px;
}
/*TABLES*/
#hero .tabbed-calculator .tab-content,
#hero .tabbed-calculator .tab-inhalt {
    display: none;
    width: 100%;
}

#hero .tabbed-calculator .stock li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin: 0 20px 0 0;
}

#hero .tabbed-calculator .stock a {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
}

#hero .tabbed-calculator .stock li.current a {
    color: #ff7a04;
    position: relative;
}

#hero .tabbed-calculator .stock li.current a:before {
    content: '';
    background-image: url("../assets/img/calculator-top-indicator.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 13px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -15px;
}

#hero .tabbed-calculator .stock-ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#hero .tabbed-calculator .stock-ul a.current {
    color: #4c565c;
}

#hero .tabbed-calculator .tab-alles {
    width: 100%;
    background-color: #f1f2f4;
    margin-top: 15px;
}

#hero .tabbed-calculator .tab-oben {
    width: 25%;
    float: left;
    height: 260px;
}

#hero .tabbed-calculator .tab-oben li {
    text-decoration: none;
    list-style: none;
    /*display: inline-block;*/
    margin: 0;
    background-color: #0b0b0b;
    border: 1px solid #3e4250;
    /*width: 100px;*/
    height: 70px;
}

#hero .tabbed-calculator .tab-oben a {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    padding: 22px 5px;
    text-align: center;
    height: 100%;
    display: block;
    margin: auto;
}

#hero .tabbed-calculator .inner-ul li.current {
    background-color: #3e4250;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#hero .tabbed-calculator ul.inner-ul {
    padding: 0;
    position: relative;
}

#hero .tabbed-calculator ul.inner-ul li.current a:after {
    content: '';
    right: -15px;
    border-color: transparent #3e4250;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    height: 0;
    width: 0;
    position: absolute;
    /* top: 15px; */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#hero .tabbed-calculator .tab-open {
    /*width: 30%;*/
    float: left;
}

#hero .tabbed-calculator .tab-inhalt-all {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75%;
    float: right;
    height: 350px;
    background-color: #0b0b0b;
    border: 1px solid #3e4250;
}

#hero .tabbed-calculator .tab-inhalt-all .content {
    color: #ffffff;
    height: 350px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}

#hero .tabbed-calculator .bid-ask {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #17181a;
}

#hero .tabbed-calculator .bid-ask span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hero .tabbed-calculator .bid {
    border-top: 1px solid #3e4250;
    border-right: 1px solid #3e4250;
    color: #08803a;
    width: 50%;
    float: left;
    height: 105px;
    margin: auto;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 300;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
#hero .tabbed-calculator .bid #bid{
    text-shadow: 0 0 10px;
}
#hero .tabbed-calculator .ask #ask{
    text-shadow: 0 0 10px;
}

#hero .tabbed-calculator .ask {
    border-top: 1px solid #3e4250;
    color: #ff3d38;
    width: 50%;
    float: right;
    height: 105px;
    margin: auto;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 300;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#hero .tabbed-calculator .ask .colored {
    padding-top: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

#hero .tabbed-calculator .bid .colored {
    padding-top: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .symbol {
    color: #ffffff;
    font-size: 26px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .symbol span#vs {
    color: #4f5464;
    font-size: 20px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .pips {
    font-size: 45px;
    color: #ff7a04;
    text-shadow: 0 0 10px;
}

#hero .tabbed-calculator .tab-inhalt-all .content p {

}
#hero .hero-video {
    z-index: 10;
}
#hero .hero-video img {
    max-width: 560px;
}

#hero #exampleModalCenter {
    padding-right: 0 !important;
}

#hero .modal-header {
    border-bottom: 0;
}

#hero .modal-container {
    position: relative;
    max-width: 880px;
    max-height: 495px;
}

#hero .modal-container iframe {
    width: 880px;
    height: 495px;
}

#hero .close {
    color: #ffffff;
    padding-bottom: 15px;
    position: absolute;
    top: -40px;
    right: 0;
}

#hero .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
}

#hero .modal-content {
    background-color: #0d0d0de3;
    /*border: 1px solid #a15104;*/
    height: 100%;
}

#hero .modal-content .btn {
    color: #ffffff;
}

#hero .modal-body {
    padding: 10px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#hero .modal-footer {
    padding: 2px 15px;
    border-top: none;
}

/*END TABLES*/
#get-more{
    padding-top: 250px;
    background-color: #f0f0f0;
    padding-bottom: 70px;
}
#get-more h2,
#new-standard h2 {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

#new-standard .image {
    text-align: center;
}

#new-standard img {
    width: 50px;
    height: 50px;
    text-align: center;
}

#new-standard .flex-this {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new-standard .flex-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 18%;
    flex: 1 0 18%;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#new-standard .new-standard-cta{
    margin-top: 70px;
}
#new-standard .new-standard-cta a:before {
    margin-left: -32%;
    text-align: right;
}

#new-standard .new-standard-cta a:before, #new-standard .new-standard-cta a:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 26%;
    height: 1px;
    content: '\a0';
    background-color: #e2e3e5;
}
#new-standard .new-standard-cta a:after {
    margin-left: 6%;
}
#best-in-business{
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #0d0d0d;
}
#best-in-business h2{
    margin-bottom: 70px;
}
#best-in-business img {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
}
#best-in-business .image {
    text-align: center;
}

#any-device{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #f1f1f1;
}
#any-device .right-side{
    padding-top: 40px;
}

#trading-platform {
    position: relative;
    padding-top: 100px;
    background-color: #ffffff;
    background-size: contain;
}

#trading-platform h2 {
    font-size: 40px;
}

#trading-platform .left-platform {
    padding-bottom: 270px;
}

#trading-platform .left-platform h2 {
    margin-bottom: 30px;
}
#trading-platform .left-platform img{
    height: 35px;
    margin-right: 20px;
    margin-top: 20px;
}
#trading-platform .left-platform svg{
    color: #7ef786;
}
#trading-platform .left-platform .metaquotes-logo{
    width: 175px;
    height: 47px;
    margin: 15px 0;
}
#trading-platform .tio-cta-dark {
    margin-top: 30px;
}

#trading-platform .floating-box {
    position: absolute;
    bottom: -110px;
    left: 0;
    text-align: center;
    margin: auto;
    border: 1px solid #ff7a04;
    background-color: #ff7a04;
    max-width: 1140px;
    width: 100%;
    z-index: 5;
    min-height: 220px;
    -webkit-box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.75);
}

#trading-platform .floating-box h2 {
    margin: auto;
    padding-top: 45px;
    font-size: 35px;
}

#trading-platform .floating-box .tio-cta-white {
    margin-right: 30px;
}

#trading-platform #myTabContent {
    height: 260px;
    margin-top: 50px;
}

#trading-platform .nav-tabs .nav-item {
    width: 50%;
}

#trading-platform .nav-tabs .nav-link {
    text-align: center;
    font-weight: 600;
    border: 1px solid #3e4250;
    margin-right: 30px;
}

#trading-platform .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: #3e4250;
    background-color: #f1f1f1;
}

#trading-platform .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link.active {
    background-color: #3e4250;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #ffffff;
}

#trading-platform .nav-tabs .nav-link {
    border-radius: 30px;
}

#trading-platform .nav-tabs {
    border-bottom: none;
}

#trading-platform .platform-os {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

#trading-platform .platform-os .download-bg {
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 35px;
    height: 80px;
}

#trading-platform .platform-os .plat-windows {
    background-image: url("../assets/img/windows.svg");
}

#trading-platform .platform-os .plat-windows:hover {
    background-image: url("../assets/img/windows-w.svg");
}

#trading-platform .platform-os .plat-mac {
    background-image: url("../assets/img/mac.svg");
}

#trading-platform .platform-os .plat-mac:hover {
    background-image: url("../assets/img/mac-w.svg");
}

#trading-platform .platform-os .plat-web {
    background-image: url("../assets/img/web.svg");
}

#trading-platform .platform-os .plat-web:hover {
    background-image: url("../assets/img/web-w.svg");
}

#trading-platform .platform-os .plat-android {
    background-image: url("../assets/img/android.svg");
}

#trading-platform .platform-os .plat-android:hover {
    background-image: url("../assets/img/android-w.svg");
}

#trading-platform .platform-os .plat-apple {
    background-image: url("../assets/img/apple.svg");
}

#trading-platform .platform-os .plat-apple:hover {
    background-image: url("../assets/img/apple-w.svg");
}

#trading-platform .platform-os .plat-windows:hover {
    border: 1px solid red;
}

#trading-platform .platform-os a.download-button {
    width: 80px;
    padding: 5px 5px 0;
    text-align: center;
    color: #0b0b0b;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#trading-platform .platform-os a.download-button:hover {
    border: 1px solid #ff7a04;
    background-color: #ff7a04;
    border-radius: 10px;
    color: #ffffff;
}

#trading-platform .platform-os p {
    margin-top: 6px;
    margin-bottom: 3px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 70px;
}
#new-standard .tio-generic-title-3-black{
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    height: 120px;
}
#best-in-business h3:lang(vi){
    height: 80px;
    margin-bottom: 5px;
}

/*#trading-platform .platform-os img{*/
/*    height: 35px;*/
/*}*/

/*ARABIC LANGUAGE*/
#any-device:lang(ar),
#trading-platform:lang(ar){
    text-align: right;
}
@media (max-width: 767px){
    #any-device:lang(ar),
    #trading-platform:lang(ar){
        text-align: center;
    }
}

/*END OF ARABIC LANGUAGE*/



/* MEDIA QUERIES DESCENDING */
@media (min-width: 992px) and (max-width: 1200px) {
    #trading-platform .left-platform {
        padding-bottom: 225px;
    }
    #hero .tabbed-calculator .stock li {
        font-size: 14px;
        line-height: 38px;
    }
    #new-standard .tio-generic-title-3-black{
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #hero {
        padding-top: 150px;
        padding-bottom: 100px;
        min-height: 500px;
    }

    #hero .hero-video {
        position: absolute;
        bottom: -160px;
        width: 100%;
        margin: auto;
        text-align: center;
        left: 0;
    }

    #new-standard {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    #trading-platform .right-platform {

    }
    #any-device .tio-generic-title-1-black{
        max-width: 330px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #hero{
        margin-top: 55px;
        padding-bottom: 55px;
    }
    #hero h1,
    #hero p {
        text-align: center;
    }
    #hero .hero-video{
        display: none;
    }
   .top-cta {
        margin: auto;
        text-align: center;
        padding-top: 0;
    }

   .top-cta .tio-cta-orange,
   .top-cta .tio-cta-dark {
        /*width: 100%;*/
        margin: 0 20px 20px;
    }

    #hero h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    #hero p {
        font-size: 19px;
    }

    #hero .tabbed-calculator .stock-ul {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    #hero .tabbed-calculator .stock li {
        font-size: 14px;
        line-height: 38px;
    }

    #hero .hero-video img {
        max-width: 100%;
        position: relative;
        text-align: center;
        margin: 55px auto;
    }
    #hero .modal-container{
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    #hero .modal-container iframe{
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    #hero::after{
        display: none;
    }
    #get-more{
        padding-top: 70px;
    }
    #new-standard .new-standard-cta a:before,
    #new-standard .new-standard-cta a:after{
        display: none;
    }
    #new-standard .image {
        text-align: center;
        margin-bottom: 60px;
    }
    #new-standard{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #new-standard .tio-generic-title-3-black{
        font-size: 14px;
        height: 68px;
        width: 160px;
    }
    #trading-platform .left-platform{
        padding-bottom: 60px;
    }
    #trading-platform{
        padding-top: 50px;
        padding-bottom: 120px;
    }
    #any-device{
        text-align: center;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #best-in-business{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #trading-platform .left-platform {
        padding-bottom: 75px;
        margin: auto;
        text-align: center;
    }
    #hero .tabbed-calculator .tab-oben a{
        font-size: 12px;
        line-height: 25px;
        padding: 22px 1px;
    }

    .tio-generic-title-1-black,
    .tio-generic-title-1-white{
        font-size: 30px;
    }

    #trading-platform .floating-box{

    }
    #trading-platform .floating-box h2{
        font-size: 22px;
        /*padding-top: 20px;*/
        padding-bottom: 20px;
    }

}

@media (max-width: 475px){
    #trading-platform .floating-box .tio-cta-white{
        margin: 0;
    }
    #trading-platform .tio-cta-dark{
        margin-top: 20px;
    }
    #trading-platform .floating-box{
        padding-bottom: 30px;
    }
    #trading-platform .nav-tabs .nav-link{
        margin-left: 5px;
        margin-right: 5px;
    }
    #trading-platform .platform-os{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #trading-platform .platform-os p{
        position: relative;
    }
    #trading-platform .left-platform p{
        bottom: -43px;
    }
    #trading-platform .left-platform h2{
        font-size: 28px;
    }
    #trading-platform .platform-images{
        max-width: 300px;
        margin: auto;
    }
    /*#trial-1 .quote-section .quote {*/
    /*    padding: 0 10px 40px;*/
    /*    font-size: 22px;*/
    /*    line-height: 40px;*/
    /*}*/
}

@media (max-width: 375px){
    #trading-platform .left-platform{
        padding-bottom: 85px;
        margin: auto;
        text-align: center;
    }
}

/* END OF MEDIA QUERIES DESCENDING */