.register-form {
    padding: 50px !important;
    /* box-shadow: 0 0 29px -2px rgba(130,130,130,0.35); */
    background: #fff;
    max-width: 90%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 15px;
    border-width: 1px 5px 5px 1px;
    border-color: #ddd #F39C12 #F39C12 #ddd;
}

.section02 {
    padding-top: 50px;
    padding-bottom: 80px;
}


/*side content*/

.side-over {
    background-image: none;
    background-color: #e2e4ec;
    display: inline-block;
    height: 100%;
    position: absolute;
    background-size: cover;
    padding: 20px;
}

.step-container {
    margin-top: 23px;
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 620px;
    text-align: center;
}

.step-connect {
    left: 47px;
    top: 11px;
    height: 80%;
    position: absolute;
}

.step-line {
    width: 2px;
    height: 100%;
    position: absolute;
    background-image: none;
    background-color: #0048d4;
    z-index: 0;
    display: block;
    margin-top: 6px;
    left: 5px;
    background: -webkit-linear-gradient(left, #4784f3 82%, #002688 87%);
    background: -o-linear-gradient(left, #4784f3 82%, #002688 87%);
    background: -ms-linear-gradient(left, #4784f3 82%, #002688 87%);
    background: linear-gradient(to right, #4784f3 82%, #002688 87%);
}

.gradient {
    filter: none;
}

.steps {
    z-index: 100;
    position: relative;
}

.step-container .step-pod {
    min-height: 80px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.step-container .step-pod.selected .step-num {
    border-color: #F39C12;
    background-color: #F39C12;
    color: #fff;
}

.step-container .step-num {
    margin: 15px 5% 0 6%;
}

.step-container .step-num {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-family: 'Roboto';
    background-color: #e2e4ed;
    border: 2px solid #518fff;
    color: #518fff;
    margin: 15px 5% 0 9%;
    vertical-align: top;
}

.step-num {
    padding: 10px;
    font-size: 20px;
    border-radius: 30px;
}

.step-txt {
    width: 62%;
    display: inline-block;
}

.step-txt h2 {
    color: #4f4f4f;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}

.step-txt p {
    color: #616161;
    font-size: 10px;
    line-height: 16px;
}

.step-pod.selected .step-txt h2 {
    color: #F39C12;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.step-pod.selected .step-txt p {
    color: #F39C12;
    font-size: 11px;
    line-height: 16px;
}


/*registration form*/

.btn-primary i {
    font-size: 12px;
}

.title-head {
    margin: 40px;
}

.title-head h1 {
    color: #F39C12;
}

.title-head h5 {
    font-size: 16px;
}

.title-head h6 {
    font-size: 16px;
    color: #F39C12;
}

.about-us {
    margin-top: 100px;
    margin-bottom: 30px;
}

.about-us p {
    text-align: justify;
    font-size: 10px;
}

.about-us h6 {
    color: #F39C12;
}

.part-registration h6 {
    font-size: 12px;
}

.btn_area {
    margin-top: 20px;
    margin-bottom: 30px;
}

.verification {
    background: #fff7db;
    padding: 10px;
}

.custom-control {
    line-height: 25px;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd !important;
}

select.invalid {
    background-color: #ffdddd !important;
}

.hide {
    display: none !important;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #4CAF50;
}

input.valid {
    background-color: #fff;
}

.btn_area button {
    margin-left: 10px;
    margin-right: 0px;
}

.back-side {
    background: url('../img/spreads_point.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.layer-side {
    background-color: rgba(154, 164, 175, 0.15);
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.btn_auth {
    font-size: 10px !important;
    color: #fff !important;
}

.d-none {
    display: none !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #F39C12 !important;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #F39C12 !important;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #F39C12 !important;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #F39C12 !important;
}


/*about us*/

.bg_header_about_us {
    /*background-image: url('../img/back-about-us.jpg');*/
    background: linear-gradient(rgb(20, 36, 64), rgba(0, 0, 0, .5)), url(../img/back-about-us.jpg);
}

.bg_profitable {
    background: linear-gradient(rgb(2, 112, 193), rgba(0, 0, 0, 0.29)), url(../img/spreads_point.png);
}

.bg_header_forex {
    /*background-image: url('../img/back-about-us.jpg');*/
    background: linear-gradient(rgb(20, 36, 64), rgba(0, 0, 0, .5)), url(../img/forex_image.jpg);
}

.bg_header_indices {
    /*background-image: url('../img/back-about-us.jpg');*/
    background: linear-gradient(rgb(20, 36, 64), rgba(0, 0, 0, .5)), url(../img/indices.jpg);
}

.bg_header_contact_us {
    /*background-image: url('../img/back-about-us.jpg');*/
    background: linear-gradient(rgb(20, 36, 64), rgba(0, 0, 0, .5)), url(../img/back-contact.jpg);
}

.bg_header_career {
    background: linear-gradient(rgb(20, 36, 64), rgba(0, 0, 0, .5)), url(../img/back-career.jpg);
}

.bg-01 {
    background: linear-gradient(rgb(107, 107, 107), rgba(0, 0, 0, .5)), url(../img/guy_with_phone.png);
}

.bg-legal {
    background: linear-gradient(rgb(55, 55, 55), rgba(0, 0, 0, .5)), url(../img/legal.jpg);
}

.bg_demo_account {
    background: linear-gradient(rgb(138, 138, 138), rgba(0, 0, 0, .5)), url(../img/back-reg-demo3.jpg);
    background-position: right;
    background-size: 100% auto;
}

.page_title.has_bg_image {
    padding: 65px 0;
}

.white_section {
    color: rgba(255, 255, 255, 0.7);
    /*background: #4a7598;*/
}

.page_title.has_bg_image h1 {
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500 !important;
    color: #fff;
}

.page_title {
    border-bottom: 4px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 1;
}

.breadcrumbs a {
    color: #fff;
}

.spacer30 {
    height: 30px;
}

.row_spacer {
    padding-bottom: 90px;
    padding-top: 90px;
}

.detail-content p {
    text-align: justify;
    font-size: 14px;
}

.bg_fixed {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateZ(0);
}

.bg_scroll {
    min-height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateZ(0);
}

.section-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    text-align: center;
    top: -38px;
    z-index: 1;
}

.icon-style01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.section-icon i {
    background: #fff;
    color: #229bd0;
    display: block;
    font-size: 32px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    width: 76px;
    border-radius: 100%;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.btn p {
    margin-bottom: 0;
}


/*careers*/

.accordion .card .fa-angle-down {
    float: right;
}

.card-header-career {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header-career h5 {
    font-weight: 300 !important;
}

.small_title {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.small-title .small-title-sub {
    background: #FFF;
}

.small-title .small-title-sub {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.small-title .ssmall-title-sub .small-title-text {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}

.small-title:after {
    background: #eee;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 87%;
    left: 75px;
}

.list_require_career li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
}

.list_require_career li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #2e9cd0;
}

.card-body p {
    font-size: 14px;
    text-align: justify;
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}


/*contact us*/

.contact_details_row {
    margin-bottom: 40px;
    min-height: 75px;
    position: relative;
}

.clearfix:before {
    display: table;
    content: " ";
}

.contact_details_row .icon {
    top: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 70px;
    position: absolute;
    width: 70px;
    background: #576162;
    text-align: center;
    line-height: 70px;
}

.contact_details_row .icon {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.contact_details_row .c_con {
    position: relative;
    padding-left: 90px;
    display: table;
}

.c_con .c_title {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.c_detail {
    line-height: 28px;
    display: block;
}

.c_detail .c_name {
    display: inline-block;
    color: #324545;
    margin-right: 10px;
    text-transform: capitalize;
}

.c_detail .c_desc {
    color: #9ea3a3;
}

.contact-form {
    border-left: 1px dashed #dedede;
    padding: 0px 0px 0px 50px !important;
}


/*legal*/

.legal_details_row {
    margin-bottom: 40px;
    min-height: 75px;
    position: relative;
}

.clearfix:before {
    display: table;
    content: " ";
}

.legal_details_row .icon {
    top: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 45px;
    position: absolute;
    width: 45px;
    background: #2b2b2b;
    text-align: center;
    line-height: 46px;
}

.legal_details_row .icon {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.legal_details_row .c_con {
    position: relative;
    padding-left: 60px;
    display: table;
}

.legal_details_row h5 {
    font-weight: 300 !important;
}

.legal_details_row h6 {
    font-weight: 300 !important;
    color: #aaa;
}

.legal_link:hover .legal_details_row .icon {
    color: #229bd0;
    transition: all 0.4s ease;
}

.legal_link:hover .legal_details_row .c_con h5 {
    color: #229bd0 !important;
    transition: all 0.4s ease;
}

.legal_link:hover .legal_details_row .c_con h6 {
    color: #fff !important;
    transition: all 0.4s ease;
}

.legal_link {
    cursor: pointer;
}

.legal_details_row .c_con h5 i {
    opacity: 0;
    font-size: 14px;
}

.legal_link:hover .legal_details_row .c_con h5 i {
    color: #229bd0 !important;
    opacity: 1;
    transition: all 0.4s ease;
}


/*mt4*/

.mt4ul li {
    list-style: none;
    line-height: 30px;
    /* padding-left: 30px; */
}

.mt4ul {
    padding-left: 15px;
    margin-left: 15px;
}

.mt4ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f058";
    margin-right: 0;
    color: #229bd0;
    position: absolute;
    left: 15px;
}


/*account types*/

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -65px;
    overflow: hidden;
    border: 5px solid #fff;
    height: 120px;
    border: 1px solid #f3f3f3;
}

.rounded-circle {
    border-radius: 50%!important;
}

.testimonial-card .avatar img {
    width: 100%;
}

.avatar.mx-auto i {
    font-size: 65px;
    text-align: center;
    padding-left: 30px;
    padding-top: 20px;
    line-height: 75px;
}

.account_typeul li {
    list-style: circle;
    line-height: 30px;
}

.account_typeul {
    padding-left: 15px;
    font-size: 14px;
}


/*.account_typeul li span.float-left:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f058";
    margin-right: 15px;
    color: #229bd0;
}
*/


/*trading **N*/

.font12 {
    font-size: 12px;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-dark.main-color-b.scrolling-navbar.header-hv {
    transition: .5s all;
}

.md-form {
    margin-bottom: 35px !important;
}


/******* M.O *******/

select.invalid {
    border-bottom: 1px solid #f44336 !important;
}

.err-help-block {
    color: #dc3545;
    margin: 2px;
}


/*profitable **N*/

.form-elegant .font-small {
    font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.logo-profitable {
    max-width: 120px;
}

.profitable-ul li {
    list-style: none;
    line-height: 30px;
    color: #fff;
}

.profitable-ul {
    padding-left: 25px;
}

.profitable-ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f058";
    margin-right: 15px;
    color: #fff;
}

.profitable-card.card {
    border-radius: 0;
}

.profitable-card h3 {
    font-size: 22px;
    color: #0081c5 !important;
}

.bold600 {
    font-weight: 600 !important;
}


/********/

.greystone-cont,
.ineedfx-cont {
    margin-bottom: -30px;
}

.greystone-cont:before,
.ineedfx-cont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.ineedfx-cont:before {
    background: rgba(0, 0, 0, 0.3);
}


/*modal demo account **N*/

.head-content-demo p {
    font-size: 12px;
    padding: 0px 70px;
}

.head-content-demo {
    height: 140px;
}

section.bg-legal h1 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.bg-legal h1 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.bg-legal .mask.pattern-6 {
    z-index: -1;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.mask.pattern-6 {
    z-index: -1;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.bg_header_open_demo {
    background: none;
    background-image: url(../img/open-demo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.open-demo-content .card.mb-5.border.shadow-none.rounded-0 {
    border: 5px solid #f5f5f5 !important;
}

.grey-bg {
    background: #f1f1f1;
}

.grey-bg a.back-to-page.btn.btn-dark.btn-border.btn-border-cut.waves-effect.waves-light {
    background: #f1f1f1 !important;
}

.blue-text {
    color: #F39C12 !important;
}

.thanks-content h1 span {
    font-weight: 600;
}

.thanks-content h1 {
    font-size: 20px;
    margin-top: 5px;
}

.thanks-content {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    border-radius: 10px;
}

.step-container .step-pod:nth-child(3) p {
    padding: 0;
}

.step-container .step-pod.selected .step-ico {
    color: #fff;
}

.step-container .step-pod .step-ico {
    color: #F39C12;
    font-size: 3.1rem;
    line-height: 0;
}

.alert ul {
    margin: 0;
}

.steps {
    z-index: 100;
    position: relative;
}

.step-container .step-pod {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 20px 18px;
    /* flex: 1; */
}

.step-container .step-pod.selected .step-num {
    border-color: #F39C12;
    background-color: #F39C12;
    color: #fff;
}

.step-container .step-num {
    /* margin: 15px 5% 0 6%; */
}

.step-container .step-num {
    /* width: 55px; */
    /* height: 55px; */
    /* display: inline-block; */
    text-align: center;
    line-height: 30px;
    font-family: 'Roboto';
    /* background-color: #e2e4ed; */
    /* border: 2px solid #518fff; */
    color: #F39C12;
    /* margin: 15px 5% 0 9%; */
    /* vertical-align: top; */
}

.step-num {
    padding: 10px;
    font-size: 20px;
    border-radius: 30px;
}

.step-txt {
    width: 62%;
    display: inline-block;
}

.step-txt h2 {
    color: #F39C12;
    font-size: 20px;
    font-weight: 600 !important;
}

.step-txt p {
    color: #777;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 5px;
    letter-spacing: .5px;
}

.step-pod.selected .step-txt h2 {
    color: #fff;
    /* font-size: 18px; */
    /* line-height: 21px; */
    /* margin-bottom: 5px; */
    /* font-weight: 500 !important; */
}

.step-pod.selected .step-txt p {
    color: #fff;
    /* font-size: 11px; */
    /* line-height: 16px; */
}

input.form-control.apply {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
}