@font-face {
    font-family: 'PFBeauSansPro-Bold';
    src: url("../fonts/pfbeausanspro-bold.eot");
    src: url("../fonts/pfbeausanspro-bold.eot") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-bold.woff") format("woff"),
        url("../fonts/pfbeausanspro-bold.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-bold.svg#pfbeausanspro-bold") format("svg");
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype"),
        url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
} 

.account-spcification {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border:1px solid #ebecee;
}
.account-spcification table {
    width: 100%;
}
.account-spcification table tr td {
    height: 50px;
    vertical-align: middle;
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
    color: #444b4d;
}
.account-spcification table tr:nth-child(2n+1) {
    background: #f6f7f9
}
.account-spcification table tr td:first-child {
    color: #90969e
}
.account-spcification__head {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    color: #26282f;
}
.account-table {
    background: #fff;
    margin-bottom: 25px;
}
.account-table table {
    width: 100%;
    border:1px solid #ebecee;
    border-radius: 5px;
}
.account-table table td {
    border:1px solid #ebecee;
    padding: 0 15px 0 25px;
    height: 50px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 19px;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
}
.account-table table td span {
    display: inline-block;
    vertical-align: middle;
    
}
.account-table table thead td {
    height: 66px;
    font-size: 18px;
    color: #b5a48d;
}
.account-table table td span:first-child {
    color: #90969e;
}
.account-table table td:nth-child(2) {
    background: #f5f3f0
}
.account-table table td:first-child {
    color: #90969e
}
.pro-card {
    display: block;
    z-index: 55;
    width: 100%;
    border:1px solid #bdad97;
    background: #fff;
}
.pro-card__head {
    margin:0 0 25px 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e54655;
    font-size: 38px;
    color: #fff;
    font-family: 'Roboto-Bold', sans-serif;
}
.pro-card__body {
    padding: 0 20px 20px;
}
.pro-card__body .btn {
    border-radius: 5px;
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    height: auto;
    line-height: 24px;
    padding: 11px 10px;
    padding-top: 14px;
    white-space: normal;
}
.demo-acc {
    padding: 25px 20px;
    margin: 25px -20px;
    background: #f6f7f9;
}
.btn.btn--demo {
    color: #bdad97;
    border:1px solid #bdad97;
    text-transform: none;
}
.btn.btn--demo:hover {
    color: #fff;
    background: #bdad97
}
.meta-trader {
    text-align: center;
    display: block;
    text-decoration: none !important;
}
.meta-trader  img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.meta-trader  ul {
    list-style: none;
    padding: 25px 0 0;
}
.meta-trader  ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.affix {
    top: 0 !important;
    position: fixed !important; 
} 
@media only screen and (min-width: 992px) {
    .pro-card__body {
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
/*    .pro-card {
        margin-top: 50px;
        position: static !important;
        width: 100% !important;
    }*/
    .cont-mobile {
        position: relative;
        /*padding-top: 60px;*/
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cont-mobile .col-md-9 {
        order:2 ;
    }
    .cont-mobile .col-md-3 {
        order: 1;
        /*position: absolute;
        top: 0;
        left: 0;*/
        padding-right: 0;
        min-height: 90px;
        /*right: 0;*/
    }
    /*.pro-card:not(.affix) .pro-card__body {
        display: block !important;
    }*/
    .pro-card:not(.affix):not(.sticky) .pro-card__head:before {
        display: none;
    }
    .pro-card {
        margin: 0;
        max-width: 100vw;
    }
    .pro-card__body {
        /*display: none;*/
        padding-top: 25px;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .pro-card__head {
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
    }
    .pro-card__head:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7.5px 0 7.5px;
        border-color: #fff transparent transparent transparent;
        transition:all 0.5s ease;
    }
    .pro-card__head.active:before {
        transform: rotate(-180deg);
    }
}
@media only screen and (max-width: 767px) {
    .cont-mobile .col-md-3 {
        padding: 0;
    }
    .account-spcification table tr td, .account-table table thead td, .account-table table td {
        padding: 0 10px;
        font-size: 16px;
    }
    .s1, .s2 {
        padding: 0 15px
    }
    .pro-card__body {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .demo-acc {
        margin: 15px -15px;
        padding: 15px;
    }
}
@media only screen and (max-width: 599px) {
    .account-spcification table tr td, .account-table table thead td, .account-table table td {
        padding: 0 5px;
        font-size: 14px;
    }
    .account-spcification {
        padding: 15px 0;
    }
    .account-details .tab-content {
        overflow-x: auto;
        
    }
    .account-spcification__head {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}