#hero {
    padding-top: 50px;
    background-color: #0d0d0d;
    background-image: url("../assets/img/tio-trader.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#hero h1 {
    font-size: 45px;
    padding-top: 50px;
}

#swaps-section {
    position: relative;
    padding-bottom: 200px;
}

#swaps-section .test {
    padding-top: 70px;
}

#hero .tio-generic-subtitle-white {
    max-width: 900px;
    margin: 30px auto 10px;
}

#hero p {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}

#hero .tio-cta-orange {
    margin-right: 30px;
    margin-top: 30px;
}

/*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 #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*/

#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: -57%;
    text-align: right;
}

#new-standard .new-standard-cta a:before, #new-standard .new-standard-cta a:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    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 img {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
}

#best-in-business .image {
    text-align: center;
}

#trading-platform-top {
    position: relative;
    padding-top: 150px;

    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: contain;
}

#trading-platform-top .mt5-left {
    background-image: url("../assets/img/laptop-mt5.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 385px;
}

#trading-platform-top .mt5-right {
    max-width: 600px;
}

#trading-platform-top .mt5-right h2 {
    margin-bottom: 20px;
    padding-top: 30px;
}

#trading-platform-top .mt5-right img {
    height: 40px;
    margin-right: 20px;
    margin-top: 20px;
}

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

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

#trading-platform-top .left-platform h2 {
    margin-bottom: 30px;
}

#trading-platform-top .tio-cta-dark {
    margin-top: 30px;
}

#trading-platform {
    position: relative;
    padding-top: 100px;
    background-color: #f1f1f1;
    background-image: url("../assets/img/big-white-logo.svg");
    background-repeat: no-repeat;
    background-position: right;
    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: 42px;
}

#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;
}

/*ACCORDION*/

#questions {
    background-color: #ff7a04;
    padding-top: 50px;
    padding-bottom: 50px;
}

#questions .cta-box {
    margin-top: 30px;
    text-align: center;
}

#questions .tio-cta-orange {
    border-color: #ffffff;
    margin: auto;
}

#questions .tio-cta-orange:hover {
    background-color: #ffffff;
}

#faq {
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #2e2c32;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #3e4250;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default .fa-chevron-up {
    color: #ff7a04;
}

#swaps-section .panel-body {
    margin-top: -8px;
}

#swaps-section .panel-default {
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.75);
}

#swaps-section .spreads hr {
    margin-top: 100px;
    margin-bottom: 100px;
}

#swaps-section .commissions {
    margin-top: 60px;
}

#swaps-section .commissions .commissions-header .head {
    background-color: #0d0d0d;
    padding: 10px 15px;
}

#swaps-section .commissions .commissions-header h4 {
    margin-bottom: 0;
    color: #ff7a04;
}

#swaps-section .commissions .commissions-header h4 {
    margin-bottom: 0;
    color: #ff7a04;
}

#swaps-section .commissions .commissions-header .table .thead-dark th {
    border: none;
    padding-top: 30px;
    padding-bottom: 40px;
}

.panel-default .table .thead-dark th {
    border: none;
}

.accent-color {
    color: #ff7a04;
    font-weight: 600;
}

#swaps-section .tio-cta-dark:hover {
    color: #3e4250;
}

.panel-default .table {
    margin-bottom: 0;
}

.panel-default .table .thead-light th {
    background-color: #ffffff;
}

.panel-default .table td {
    background-color: #f1f1f1;
    position: relative;
}

td.positive {
    color: #00a651;
    font-weight: 500;
}

td.positive::after {
    content: '\025B4';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    margin: auto;
    height: 40px;
    width: 10px;
    font-weight: 800;
    font-size: 25px;
    display: flex;
    align-itmes: center;
    justify-content: center;
}

td.negative {
    color: #ff0014;
    font-weight: 500;
}

td.negative::after {
    content: '\025BE';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    margin: auto;
    height: 40px;
    width: 10px;
    font-weight: 800;
    font-size: 25px;
    display: flex;
    align-itmes: center;
    justify-content: center;
}

#faq .panel-body p {
    margin-left: 100px;
}

#faq .panel-group .panel {
    border-bottom: 1px solid #3e4250;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    background-color: #3c404d;
}

.panel-default > .panel-heading a:hover {
    text-decoration: none;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    margin-right: 30px;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #0d0d0d;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff;
    /* margin-right: 30px; */
    float: right;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ffffff;
    font-weight: 600;
    margin-right: 30px;
    float: right;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

#plans .box {
    text-align: center;
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 200px;
    margin-left: 10px;
    margin-right: 10px;
}

#plans .box h2 {
    margin-bottom: 10px;
}

#plans .box p {
    margin-top: 30px;
}

#plans p.plans-for {
    margin-top: 0;
    margin-bottom: 40px;
}

#plans .box a:before, #plans .box a:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 35%;
    height: 1px;
    content: '\a0';
    background-color: #e2e3e5;
}

#plans .box a:before {
    margin-left: -41%;
    text-align: right;
}

#plans .box a:before, #plans .box a:after {
    position: absolute;
    top: 57%;
    overflow: hidden;
    width: 20%;
    height: 1px;
    content: '\a0';
    background-color: #e2e3e5;
}

#plans .box a:after {
    margin-left: 10%;
}

/*German CSS*/


.tio-cta-orange:lang(de){
    font-size:14px;
}

/*End of German CSS*/

/*ARABIAN LANGUAGE*/
.panel-group:lang(ar){
    text-align: right;
}
#plans .box a:lang(ar)::before {
    margin-right: -41%;
    text-align: left;
}
#plans .box a:lang(ar)::after {
    margin-right: 10%;
}
.panel-default > .panel-heading a[aria-expanded="false"]:lang(ar)::after,
.panel-default > .panel-heading a[aria-expanded="true"]:lang(ar)::after{
    float: left;
}
@media (max-width: 991px){
    #dropdown-table:lang(ar){
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
    }
}


/*END OF ARABIAN LANGUAGE*/

/* MEDIA QUERIES DESCENDING */
@media (min-width: 992px) and (max-width: 1200px) {
    #trading-platform .left-platform {
        padding-bottom: 345px;
    }

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

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

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

    #trading-platform .right-platform {
        background-image: url("../assets/img/finger.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    .panel-default .table tr {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid black;
    }

    .panel-default .table tr td {
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .panel-default .table tr td:before {
        /* top: 6px; */
        /* left: 6px; */
        /* width: 45%; */
        /* padding-right: 10px; */
        /* white-space: nowrap; */
        /* text-align: left; */
        /* font-weight: bold; */
        /* content: attr(data-title); */
        /* color: black; */
        /* float: left; */
    }

    thead.thead-light {
        display: none;
    }

    .panel-default .table td.negative:after,
    .panel-default .table td.positive:after {
        display: none;
    }

    #hero {
        padding-bottom: 70px;
        margin-top: 55px;
    }

    #hero h1,
    #hero p {
        text-align: center;
    }

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

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

    #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 .modal-container {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    #hero .modal-container iframe {
        width: 100%;
        height: 100%;
        max-width: 100%;

    }

    #new-standard .image {
        text-align: center;
        margin-bottom: 60px;
    }

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

    #plans .box a:before, #plans .box a:after {
        display: none;
    }

    #swaps-section .commissions .container {
        padding-left: 0;
        padding-right: 0;
    }

    table#dropdown-table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table#dropdown-table, #dropdown-table thead, #dropdown-table tbody, #dropdown-table th, #dropdown-table td, #dropdown-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #dropdown-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #dropdown-table tr {
        border: 1px solid #ccc;
    }

    #dropdown-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /* padding-left: 50%; */
        padding-top: 30px;
    }

    #dropdown-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 5px;
        left: 6px;
        width: 98%;
        /* padding-right: 10px; */
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        /* color: #000; */
        font-weight: 500;
    }

    .panel-default > .panel-heading a {
        font-size: 18px;
        position: relative;
        padding: 10px 85px 10px 10px;
    }

    .panel-default > .panel-heading a[aria-expanded="false"]:after,
    .panel-default > .panel-heading a:after {
        display: none;
    }
}

@media (max-width: 767px) {
    #trading-platform .left-platform {
        padding-bottom: 350px;
    }

    #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;
    }
}

@media (max-width: 375px) {
    #trading-platform .left-platform {
        padding-bottom: 450px
    }
}

/* END OF MEDIA QUERIES DESCENDING */