/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Extra small devices (portrait phones, less than 320px) */
.home .fusion-standard-logo {
    display: none!important;
}

.home.page-template-new-home .fusion-mobile-logo {
    display: none!important;
}

.home .fusion-logo .home-logo {
    display: none!important;
}

.home .fusion-sticky-logo {
    display: block !important;
    margin-top: -8rem;
}

.home .fusion-logo {
    top: 0;
}

img.open-account-banner {
    width: 178px;
    margin-bottom: 4rem;
} 

.hero-container {
    max-width: 550px;
    margin: -40px auto 40px auto;
}
.hero-container h1 {
    color: #333333;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hero-container p {
    color: #888;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.become-a-member-section {
    max-width: 700px;
    margin: 0 auto 40px auto;
    padding: 0 0 0 0;
}
.become-a-member-section h1 {
    color: #333333;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 22px !important;
}
.become-a-member-section p {
    color: #888;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.become-a-member-section p strong {
    color: #333333;
}
.become-a-member-section ul {

    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
}
.become-a-member-section ul li {
    margin-bottom: 4px;
}
.lists-container {
        display: flex;
    justify-content: space-between;
}
/*17-3-2020*/

.main_bg {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
}
.container-trade {
    max-width: 1440px;
    margin: 0 auto;
}
.inner_txt {
    float: left;
    width: 50%;
    padding-top: 10rem;
}   
.inner_txt h2 {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 10px;
}
.inner_txt p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.sign_up a {
    float: left;
    width: 100%;
    background-color: #f7a600;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.sign_up {
    float: left;
    width: auto;
}
.kick_starts {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #efefef;
}
.kick_starts h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 33px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

.kick_starts h2.partner_title {
    color: #214199;
}
.cover_txt {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
}
.cover_txt ul {
    padding-left: 0;
}
.cover_txt li {
    list-style: none;
    float: left;
    width: 33.3%;
    margin: 0 auto;
    display: block;
}
.cover_txt h3 {
    text-align: center;
    color: #1288CC;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.cover_txt ul li p {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
}
p.get_up {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    height: 80px;
}
.cover_txt a {
    color: #1288cb;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    float: left;
    width: 100%;
}
.access_now {
    float: left;
    width: 100%;
    text-align: center;
    margin: 6px 0 37px 0;
}
    
.access_now a {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
    padding: 1rem;
}

.join_sect .col-sm-4:nth-child(1) .access_now a {
    background: linear-gradient(6.07deg, #136569 0%, #13676B 22.4%, #156C71 41.91%, #17767B 60.35%, #188489 78.13%, #14959A 95.29%, #119CA1 99.95%);
}

.join_sect .col-sm-4:nth-child(2) .access_now a {
    background: linear-gradient(54.09deg, #1380A4 11.12%, #0C9EC0 36.21%, #0FB9DA 68.9%, #39BFDC 84.6%, #36C2DF 101.66%);
}

.join_sect .col-sm-4:nth-child(3) .access_now a {
    background: linear-gradient(6.06deg, #00377B 0%, #00AEEF 100%);
}

.kick_starts .col-sm-6:nth-child(1) .access_now a {
    background: linear-gradient(354.01deg, #223D77 0%, #253C78 3.96%, #65308F 100%);
}

.kick_starts .col-sm-6:nth-child(2) .access_now a {
    background: linear-gradient(353.92deg, #201B52 0%, #69C1AD 100%);
}

.access_now a:hover{
    color:#fff;
}
.getting_head {
    float: left;
    width: 100%;
    background-color: #efefef;
    padding-bottom: 70px;
}
.getting_head ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #000;
}  
.getting_head ul li {
    list-style: none;
    float: left;
    width: calc(33.33%);
    padding: 15px;
    margin: 0;
    position: relative;
}
.getting_head img {
    float: left;
    width: auto;
}   
.getting_head p {
    color: #1288cb;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: 0;
    margin-top: 0px;
    float: left;
    margin-left: 10px;
    font-weight: 700;
}
.bar_sect {
    float: left;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.float_left {
    float: left;
    width: 20%;
}
.float_left img {
    max-width: 160px;
    margin-top: -20px;
}
.float_right {
    float: right;
    width: 80%;
    padding: 50px 0;
}
.float_right p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin: 0;
}
.join_sect {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.join_sect p {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    margin-top: 0;
}
.cover_join {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
}
.join_txt {
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.join_btm_text{
    color: #1288CB;
    font-weight: bold;
    font-size: 25px;
}
.join_btm {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.join_data {
    float: left;
    width: 33%;
}
.join_btm {
    float: left;
    width: 100%;
    text-align: center;
}
.cover_join .access_now a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    padding: 1rem;
}

.join_data .join_img_wrapper {
    height: 20px;
}
.join_data img.join_img {
    max-width: 25px;
    float: left;
    width: auto;
    display: inline-block;
}
.join_data p {
    float: left;
    width: auto;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #4f4f4f;
    padding-top: 10px;
    line-height: 1;
}
.join_txt h2 {
    float: left;
    width: 100%;
    margin: 13px 0 23px 0;
    text-align: center;
    font-size: 17px;
}
.join_sect .col-sm-4{
    padding: 0px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top:50px;
}
.join_sect img {
    float: left;
    width: 100%;
}
.rocket_sect {
    float: left;
    width: 100%;
    background-color: #01b086;
    margin-top: 30px;
}
.rocket_img {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left;
    height: 300px;
}
.rocket_sect img.space_img {
    margin-top: -40px;
    float: left;
}
.flot_lc {
    float: left;
    width: 50%;
    margin-top: 30px;
}
.flot_rg {
    float: left;
    width: 30%;
}
.flot_lc p {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
}
.boost_btn a {
    float: left;
    width: 350px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 90px;
    font-size: 18px;
    padding: 5px 0;
}
.boost_btn {
    float: left;
    width: 100%;
    margin: 50px 0;
}   
.boost_btn a:hover {
    color: #fff;
}
.blue_border {
    float: left;
    width: 100%;
    border-bottom: 50px solid #1288c9;
}

.modal-dialog {
    /* width: 500px!important; */
}

.closeWrapper {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
}

.closeWrapper .close {
    font-weight: 100;
    float: right;
    font-size: 18px;
    cursor: pointer;
}

.modal-dialog {
    margin-top: 10rem!important;
}

.modal-header {
    padding: 0!important;
    margin: 3rem 5rem;
    margin: 2rem 2rem 0;
    border-bottom: none!important;
}

button.close {
    /* width: 16px; */
    /* opacity: 1; */
}

h3#modal-heading-1 {
    font-size: 28px!important;
    font-weight: 600;
    color: #1288cb;
    width: 80%;
    /* float: left; */
}

h3#modal-heading-2 {
    font-size: 28px!important;
    font-weight: 600;
    color: #1288cb;
    width: 80%;
    /* float: left; */
}

.modal-content {
    width: 100%;
    /* height: 680px; */
}

.modal-content hr {
    margin: 0 5rem 5rem;
    border-top: 1px solid #d1d2d4;
}

.modal-body {
    padding: 0!important;
    margin: 5rem 5rem 0;
    margin: 0rem 2rem 0;
}

.modal-body p {
    font-size: 14px;
    color: #000;
    margin-bottom: 3rem;
    margin-bottom: 2rem;
    line-height: 25px;
}

.modal-footer {
    text-align: center!important;
    border: none!important;
    padding-top: 24px;
    margin-top: 0!important;
}

img.modal-acknowledge {
    width: 160px;
}

.modal-footer a.fusion-button {
    /* background: none; */
    /* color: #1288cb; */
    /* width: 100%; */
    /* margin-top: 2rem; */
    /* text-transform: capitalize; */
    /* font-size: 14px; */
    border-radius: 50px;
}

.modal-footer a.fusion-button:hover {
    background: none!important;
    color: #1288cb!important;
}

img.yct-logo {
    /* width: 52px; */
    /* margin-top: -8rem; */
    /* float: right; */
}

.header_sect {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 111;
    height: 50px;
    margin-top: 20px;
}
.logo_main {
    float: left;
    width: auto;
}
.right_btns {
    float: right;
}
.right_btns button.btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    cursor: pointer;
}
.right_btns button.btn.btn-primary {
    color: #1288cb;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(255,255,255,0.9);
    cursor: pointer;
}
.cover_join {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    position: relative;
    display: block;
    /* background: #0b0b0b; */
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
    background-color: #fff;
}
.cover_join:hover {
    -webkit-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.and_logo {
    float: left;
    width: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 290px;
    transform: translate(-50%,-50%);
}
.and_logo p {
    background: #b5b5b5;
    padding: 30px;
    color: #fff;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 25px;
}
img.dummy_pics {
    float: left;
    width: 100%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.float_right span {
    font-weight: 700;
}
img.small_imgs {
    max-width: 30px;
}
div#trade_pop {
    float: left;
}
#newmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}


/*modal css*/

#newmodal .modal-dialog {
    width: 500px;
    margin: 5% auto;
}
#newmodal .modal-body{
     text-align: center;
}
#newmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}
#newmodal form {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
#newmodal .already_txt p {
    float: left;
    width: 100%;
    color: #aba0a0;
}
#newmodal span.login {
    color: #1288c9;
}
#newmodal .form-control{
    border-radius: 0px;    
}
#newmodal label {
    float: left;
    width: 100%;
}
#newmodal form button.btn.btn-primary {
    margin: 30px 0;
    background-color: #1288c9;
    padding: 10px 50px;
    border-radius: 50px;
    border-color: transparent;  
}
#newmodal img.cross_img {
    padding: 20px;
}
#newmodal .close:hover{
    opacity: 1;
}
#newmodal input[type=checkbox], input[type=radio] {
    margin-right: 10px;
    margin-top: -3px;
}
#newmodal .close{
    opacity: 1;
}
#newmodal .btn:focus{
    outline:0px;
}
#newmodal span.subscription_txt {
    color: #1288c9;
}
.already_txt a.login {
    font-weight: 700;
    margin-left: 10px;
}
.sign_up button.btn.btn-primary {
    background-color: #f7a600;
}
#loginmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}
#loginmodal img.cross_img {
    padding: 20px;
}
#loginmodal .close{
    opacity: 1;
}
#loginmodal .btn:focus{
    outline:0px;
}
#loginmodal .modal-body{
    text-align: center;
}
#loginmodal .modal-body h3 {
    color: #1288c9;
    font-weight: 600;
}
#loginmodal p {
    color: #1288c9;
    font-weight: 600;
}   
#loginmodal button.btn.btn-primary {
    background-color: #1288c9;
    width: 80px;
    border-radius: 60px;
    border-color: transparent;
}
#loginmodal .modal-body {
    padding: 20px 10rem;
}
#loginmodal .modal-dialog{
    width:500px;
}
#loginmodal .btn:focus{
    outline:0;
}
#newmodal img.cross_img:focus {
    outline: 0;
}
.cover_txt a:hover{
    text-decoration: none;
}
.btn:focus{
    outline:transparent;
}
a:hover {
    text-decoration: none;
}
#newmodal .close:focus {
    outline: transparent;
}
.video_section {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -200px;
}
.video_section iframe {
    float: none;
    width: 80%;
    margin-top: -200px;
    position: relative;
    border-radius: 15px;
    height: 645px;
    margin: 0 auto;
    max-width: 80%;
    box-shadow: -20px -1px 51px 0px rgba(0, 0, 0, 0.2);
}
.cover_join button.btn.btn-primary {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 10px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
}
.cover_txt button.btn.btn-primary {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 10px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
}

.course-price {
    margin-top: 15px;
}





/*Responsive*/

@media only screen and (max-width: 1920px){
    
    
    
}
@media only screen and (max-width: 1600px){
    
    
    
}
@media only screen and (max-width: 1440px){
    .join_txt h2{
        font-size: 23px;
    }
    
}
@media only screen and (max-width: 1280px){
    
    
    
}
@media only screen and (max-width: 1199px){
    
    
    
}
@media only screen and (max-width: 1170px){
    .container-trade{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .flot_lc p{
        font-size: 20px;
    }
    .boost_btn a{
        width: 100%;        
        font-size: 16px;
    }
    
    
}
@media only screen and (max-width: 1024px){
    .page-id-16389 .fusion-main-menu{
        right:0px !important;
    }
    .inner_txt p{
        font-size: 16px;    
    }
    .inner_txt h2{
        font-size: 40px !important;
    }
    .access_now a{
        font-size: 16px;
    }
    .cover_txt{
        padding: 20px;
    }
    p.get_up{
        height: 100px;
        font-size: 14px;
    }
    img.small_imgs {
        max-width: 40px;
    }
    section#content {
        padding-left: 15px !important;
        padding-right: 15px!important;
    }
    
    
}

@media only screen and (max-width: 991px){
    .full_frame img.free_insight{
        left:100px;
    }
    .join_txt h2{
        font-size: 16px;
    }
    .join_data p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .float_right span{
        font-size: 20px;
    }
    #loginmodal .modal-dialog {
        width: 500px;
        margin: 10% auto;
    }
}

@media only screen and (max-width: 800px){
    .fusion-mobile-logo {
        max-width: 200px;
        margin-top: -1rem;
        position: absolute;
        top: 1.25rem;
        left: auto;
    }
    
    .page-template-new-home #side-header .fusion-mobile-logo {
        display: inline-block;
        max-width: 200px;
        margin-top: -20px;
        position: absolute;
        top: -40px;
        left: 0px;
    }
    .page-template-new-home .fusion-main-menu{
        display: none;
    }
    .page-template-new-home .header_sect {
        display: none;
    }
    .page-template-new-home .fusion-mobile-logo {
        display: block !important;
        padding-left: 0px;
        max-width: 180px;
        margin-top: -8rem;
    }
    .page-template-new-home .fusion-header-wrapper .fusion-header{
        background-color:transparent;
    }
    .page-template-new-home .fusion-icon.fusion-icon-search {
        display: none !important;
    }
    .page-template-new-home .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line{
        background-color:#fff;
    }

    #main {
        margin-top: 99px;
    }

    .tribe-mobile #main {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 820px){
    .full_frame img.free_insight{
        left:80px !important;
        max-width: 100px;
    }
    .pmpro_checkout h3 span.pmpro_checkout-h3-name {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 0;
}
    
    .hero-container {
        padding: 0 20px;
    }
    
    .become-a-member-section {
        padding: 20px 20px 0 20px;
    }
        .become-a-member-section {
            max-width: 400px;
    margin: -250px auto 40px auto;
    }
    
    .become-a-member-section ul {

    margin: 0 0 0 14px;
}
    
        .lists-container {
        flex-direction: column;
    }
    
    .become-a-member-section p {
    text-align: left;
    
}
    .hero-container h1 {
        font-size: 24px !important;
    margin-bottom: 4px;
    }
    
    .become-a-member-section h1 {

    text-align: left;
    
}
}

@media only screen and (max-width: 767px) {
    .kick_starts .col-sm-6:nth-child(1) {
        padding-right: 15px !important;
}
    .kick_starts .col-sm-6:nth-child(2) {
        /*padding-left: 15px !important;*/
}
    .join_sect .col-sm-4:nth-child(2){
        margin-left: 0px!important;
        margin-right: 0px!important;
        width:calc(100% - 0px) !important;
    }
    /*
    .kick_starts .col-sm-5{
        width: 100%;
    }
    */
    .kick_starts .col-sm-2{
        display: none;
    }
    img.cover_imgs {
        float: left;
        width: 100%;
    }
    p.get_up{
        height:auto;
    }
    .float_right p{
        font-size: 20px;
    }
    .float_left img {
        max-width: 100px;
    }
    .rocket_sect img.space_img{
        max-width: 100px;
    }
    .flot_lc{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .flot_rg{
        width: 100%;   
        padding-left: 15px;
        padding-right: 15px;
    }
    .boost_btn a {
        width: auto;
        font-size: 16px;
        display: inline-block;
        margin: 0 auto;
        float: none;
        padding: 5px 20px;
    }
    .boost_btn {
        text-align: center;
    }
    

    
}

@media only screen and (max-width: 575px) {
    .page-template-new-home .inner_txt.new_home{
        margin-top:0rem;
    }
    .full_frame img.free_insight{
        left:55px !important;
    }
    .cover_box {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .getting_head ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .cover_join{
        margin-bottom: 30px;
    }
    .boost_btn{
        margin-top:0px;
    }
    .inner_txt{
        width: 100%;
    }
    .getting_head{
        padding-bottom: 0px;
    }
    #loginmodal .modal-body {
        padding: 20px 2rem;
    }
    #loginmodal .modal-dialog {
        width: 400px;
        margin: 10% auto;
    }
    #newmodal form button.btn.btn-primary{
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    #newmodal .modal-dialog{
        width: 400px;
    }
    .video_section iframe{
        height: auto;
    }
    
}

@media only screen and (max-width: 479px) {
    .kick_starts h2{
        font-size: 23px;
    }
    .inner_txt.new_home{
        padding-top:10rem !important;
    }
    
}

@media only screen and (max-width: 395px) {
    .logo_main img {
        float: left;
        width: 100%;
        max-width: 100px;
        margin-top: 10px;
    }
    .right_btns button.btn.btn-primary{
        font-size: 12px;
    }
    .right_btns button.btn{
        font-size: 12px;
    }
    .float_right {
        float: right;
        width: 100%;
        padding: 30px 0;
    }
    .float_left img {
        max-width: 40px;
    }
    .getting_head p{
       margin-left: 10px;
       margin-top: 5px;
       font-size: 12px;
    }
    img.small_imgs {
        max-width: 30px;
    }
    .float_right {
        padding: 15px 0;
    }
    .float_left img{
        margin-top:0px;
    }
    .cover_txt ul li p{
        font-size: 12px;
    }
    #loginmodal .modal-body h3{
        font-size: 20px;
    }
    #loginmodal .modal-dialog{
        width: 300px;
    }
    #newmodal .modal-dialog {
        width: 100%;
    }
}

@media only screen and (max-width: 320px){
    .boost_btn a{
        font-size: 14px;
    }
    .float_right p {
        font-size: 18px;
    }
    .float_right span {
        font-size: 16px;
    }
}


.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 3px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #ddd;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #f7a600;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #f7a600;
}
.wizard .nav-tabs > li {
    width: 33.3%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
#steps_forms section {
    float: left;
    width: 100%;
}
#steps_forms .left_wizard h2 {
    font-family: 'Montserrat', sans-serif;
}
#steps_forms .left_wizard h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
}
.left_wizard p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 50px;
}
.left_wizard span.she_trade {
    font-weight: 600;
}
.right_wizard h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 500;
    margin-bottom: 30px;
}
.right_wizard span.steps {
    font-weight: 700;
}
.right_wizard .form-control {
    border-radius: 0;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
}
.right_wizard label {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.right_wizard span.sub_agree {
    font-weight: 600;
    color: #1288c9;
}
#steps_forms button.btn.btn-primary.next-step {
    font-family: 'Montserrat', sans-serif;
    background-color: #1288c9;
    font-weight: 500;
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 40px;
}
.logo_header {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}
#step1 .first_st button.btn.btn-primary.next-step:before {
    content: '';
    position: absolute;
    background-image: url(./images/white-arrow.png);
    background-position: left center;
    background-size: 17px;
    height: 100%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 11111;
    bottom: -20px;
    padding: 0;
    left: 160px;
}
#step1 ul.list-inline.pull-right.first_st {
    position: relative;
}
#step2 .pull-right button.btn.btn-primary.next-step:before {
    content: '';
    position: absolute;
    background-image: url(./images/white-arrow.png);
    background-position: left center;
    background-size: 17px;
    height: 100%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 11111;
    bottom: -20px;
    padding: 0;
    left: 160px;
}
#steps_forms #step2 button.btn.btn-primary.next-step{
    width: 250px;
}
#step2 .pull-right button.btn.btn-primary.next-step:before{
    left:210px;
}
#step2 ul.list-inline.pull-right {
    position: relative;
}
#steps_forms #step3 button.btn.btn-primary.next-step{
    width: 280px;
}

#step2 .right_wizard select#sel1{
    height:50px;
}
#step3 .yct_account a {
    color: #1288c9;
    font-weight: 600;
    font-size: 16px;
}
#step3 .right_wizard select#sel2 {
    height: 50px;
}
.pay_txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.right_wizard {
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}
div#congrats_page h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
}
div#congrats_page {
    float: left;
    width: 100%;
    text-align: center;
    margin: 4rem 0;
}
div#congrats_page p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 0;
    margin: 40px 0;
}
div#congrats_page a {
    font-family: 'Montserrat', sans-serif;
    background-color: #1288c9;
    font-weight: 500;
    width: auto;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 30%;
}
div#congrats_page a:hover {
    text-decoration: none;
}
img.blue_pic {
    margin-bottom: 10px;
    max-width: 30px;
    margin-left: 2px;
}
li.done {
    background-image: url(../images/edit_profile_white.png);
    background-size: cover;
    height: 100%;
}
.profile_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .profile_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: none !important;
}

.home_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .home_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: url(../images/edit_profile_white.png) !important;
}

.notepad_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .notepad_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: url(../images/edit_profile_white.png) !important;
}

li.active a.active.show .home_pik{
    background-image: url(../images/home_location.png) !important;
}
li.active a.active.show .notepad_pik{
    background-image: url(../images/notepad_icon.png) !important;
}
.wizard .nav-tabs > li.done a span.round-tab:after {
    content: "\f00c";
    color: #fff;
    position: absolute;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.wizard li.done span.round-tab {
    background: blue;
}
.done span.round-tab {
    background-color: #f4a51b !important;
    border-radius: 100px;
    border: transparent;
}
.done .fa-user-edit:before{
    content:none;
}
.done .fa-home:before{
    content:none;
}
.done .fa-sticky-note:before{
    content:none;
}
#click_steps .modal-dialog {
    width: 70%;
    margin: 30px auto;
}
#click_steps .modal-dialog {
    max-width: 100%;
}
#click_steps .container {
    width: 100%;
}
#click_steps .modal-header{
    padding: 0px;
    border-bottom: transparent;
}
img.close_icon {
    padding: 20px;
}
#click_steps .close{
    opacity: 1;
}
#click_steps .close:hover{
    opacity: 1;
}
img.close_icon:focus {
    outline: 0;
}
.fa-sticky-note:before {
    content: "\f249";
    position: relative;
    top: -10px;
}
.fa-home:before {
    content: "\f015";
    position: relative;
    top: -10px;
}
.fa-user-edit:before {
    content: "\f4ff";
    position: relative;
    top: -10px;
    left: 3px;
}
#steps_forms .nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.wizard li.done span.round-tab {
    background: transparent;
}
/*New Homepage Style*/ 

/*27-3-2020*/

.inner_txt.new_home {
    float: left;
    width: 100%;
    text-align: center;
    padding-top:10rem;
    margin-top: 5rem;
}
.join_sect.join_home {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.join_home p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.join_home hr {
    border: 1px solid #EFEFEF;
}

.join_home h2{
    color:#000;
    font-weight: 600;
}

.join_home .join_title{
    color: #214199;
    font-weight: 400;
}

.video_btn {
    float: left;
    width: 100%;
    margin: 3rem 0;
    cursor: pointer;
}
.video_btn button.btn.btn-primary {
    background-color: transparent;
    border-color: transparent;
}
.video_btn img {
    max-width: 60px;
}
#videomodal .modal-body {
    position: relative;
    padding: 0px;
}
#videomodal iframe {
    float: left;
    width: 100%;
}
#videomodal .modal-header{
    padding:0px;
    border-bottom: transparent;
}
#videomodal .modal-dialog {
    width: 750px;
    margin: 10% auto !important;
}
#videomodal .modal-content{
    border:transparent;
}
#videomodal .close{
    opacity:1;
}
#videomodal button.close {
    border: 0 none;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    right: -20px;
    top: 20px;
    z-index: 111;
}
#videomodal .close:hover{
    opacity: 1;
}
#videomodal :focus{
    outline:0;
}
.kick_home img.cover_imgs {
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.kick_starts.kick_home {
    background-color: transparent;
    text-align: center;
}
.kick_home h2 {
    border-top: 0px solid #ddd;
    padding-top: 8rem;
    margin-bottom: 0;
}
.kick_home .cover_txt {
    padding: 40px 15px;
    border-radius: 0 0 4px 4px;
    min-height: 44rem;
}
.kick_home img.tradition_img {
    text-align: center;
    margin: 30px 0 50px 0;
    display: none;
}
.kick_home .access_now{
    margin: 25px 0;
}
.kick_home .cover_txt h3 {
    float: left;
    width: 100%;
    margin: 10px 0px;

}
.rocket_sect.rocket_home img.space_img{
    margin-top: -40px;
    float: left;
    width: 20%;
    max-width: 200px;
}
.rocket_home .flot_lc {
    width: 80%;
    float: left;
    text-align: center;
}
.rocket_home .flot_lc p {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.rocket_home .flot_lc span {
    font-size: 22px;
    color: #fff;
}
.trading_section{
    float: left;
    width: 100%;
}   
.trading_section .top_trade{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top:25%;
    border-radius: 4px;
}
.trading_section {
    float: left;
    width: 100%;
    padding: 5rem 0;
}

.container-trade-link {
    font-size: 12px !important;
}
.tradition_content {
    float: left;
    width: 100%;
    padding: 30px 20px 10px 20px;
    text-align: center;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.tradition_content h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    height: 60px;
    margin-bottom: 0;
}
.trading_learn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.trading_learn a {
    float: none;
    width: 100%;
    text-align: center;
    background: linear-gradient(268.5deg, #1288CB 0.16%, #6FC498 130.45%);
    padding: 10px 40px;
    color: #fff;
    border-radius: 50px;
}
.tradition_content p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    height: 100px;
}
.trading_learn a:hover{
    color:#fff;
}
.top_trade img.sv_img {
    float: left;
    width: auto;
    margin-left: 20px;
    margin-bottom: -20px;
}
.rocket_home {
    float: left;
    width: 100%;
    margin-top: 30px;
    background-repeat: no-repeat;
    min-height: 200px;
    background-position: 50% 50%;
    background-color:transparent !important;
    background-size: cover;
}
.clients_section {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 30px 0;
    text-align: center;
}
.clients_section p {
    font-style: italic;
    color: #000;
    font-size: 14px;
}
.clients_section h3 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.clients_section .clients_title {
    color: #214199;
    font-weight: 600;
    font-size: 21px;
}

.logos_section {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #c4c4c4;
}
.page-template-new-home .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-left {
    display: none;
}
.page-template-new-home .fusion-header {
    background-color: transparent;
}
.page-template-new-home .fusion-secondary-header{
    background-color:transparent;
}
.page-template-new-home .fusion-header-wrapper {
    position: absolute;
    z-index: 10010;
    width: 100%;
}
.page-template-new-home .main_bg{
    height:500px;
}
.page-template-new-home .fusion-header-v2 .fusion-header{
    border-bottom-color:transparent;
}
.page-template-new-home .fusion-main-menu > ul > li > a {
    color: #fff;
}
:focus{
    outline:0;
}
.join_home .cover_join{
    box-shadow:none !important;
    border-radius: 4px;
}
#congrats_page img.site_logo {
    margin-bottom: 30px;
}
.page-id-16485 .header_sect{
    display: none;
}
.explore_cent {
    text-align: center;
    float: left;
    width: 100%;
}
label.normal_ft {
    font-weight: 400;
}
.wizard.hide-header .wizard-inner {
    display: none;
}
#congrats_page span {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
    font-size: 20px;
}
.wizard.hide-header div#step4 {
    padding: 0;
}
#steps_forms li:nth-child(4) a {
    display: none;
}












@media only screen and (max-width: 1440px){
    .left_wizard p{
        font-size: 18px !important;
    }
    #steps_forms .left_wizard h2{
        font-size: 24px;
    }
    .right_wizard h2{
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px){
    div#congrats_page a{
        max-width: 90%;
    }
}

@media only screen and (max-width: 767px){
    .rocket_home .flot_lc p{
        font-size: 25px;
    }
    .kick_home .cover_box {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .rocket_home .flot_lc span{
        font-size: 16px;
    }
    .tradition_content{
        margin-bottom: 40px;
    }
    .join_home .cover_join{
        margin-bottom: 30px;
    }
    .logos_section .col-sm-2 {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    #videomodal .modal-dialog {
        width: 500px;
    }
    .right_wizard{
        border-left: transparent;
        padding-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .left_wizard br {
        display: none;
    }
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .rocket_home .flot_lc p {
        font-size: 24px;
    }
    #videomodal .modal-dialog {
        width: 350px;
        margin: 10% auto !important;
    }
}
@media only screen and (max-width: 575px){
    .right_wizard{
        border-left: transparent;
        padding-left: 0;
    }
    .left_wizard p{
        font-size: 18px;
    }
    .right_wizard h2{
        font-size: 26px;
    }
    .pull-right {
        float: left!important;
        text-align: center;
        width: 100%;
    }
    .profile_pik{
        background-size: 20px;
        background-position: center 10px;
        margin-top: 2px;
        margin-left: 5px;
    }
    #steps_forms .left_wizard h2{
        font-size: 25px;
    }
    .list-inline>li{
        width: 100%;
    }
    #step1 .first_st button.btn.btn-primary.next-step:before{
        left:210px;
    }
    #steps_forms button.btn.btn-primary.next-step{
        width: 100%;
    }
    #steps_forms #step2 button.btn.btn-primary.next-step {
        width: 100%;
    }
    #step2 .pull-right button.btn.btn-primary.next-step:before {
        left: 250px;
    }
    .inner_txt.new_home h2 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 479px){
    div#myModal {
        padding-left: 0 !important;
    }
    #click_steps .modal-dialog{
        width: 100%;
    }
    #steps_forms .left_wizard h2 {
        font-size: 22px;
    }
    .right_wizard h2 {
        font-size: 22px;
    }
    .rocket_home .flot_lc{
        margin-top: 0px;
        width:100%;
    }
}
@media only screen and (max-width: 395px){
    #videomodal .modal-dialog {
        width: 250px;
        margin: 15% auto !important;
    }
    .full_frame img.free_insight{
        left:35px !important;
    }
}
@media only screen and (max-width: 375px){
    #step2 .pull-right button.btn.btn-primary.next-step:before {
        left: 230px;
    }
    div#congrats_page a{
        max-width: 100%;
        font-size: 16px;
    }
    
}


/*16-4-2020*/
.full_frame {
    float: left;
    width: 100%;
    position: relative;
}
.full_frame img.free_insight {
    position: absolute;
    z-index: 11;
    left: 110px;
}

.join_sect .join_title{
    margin: 20px 0 10px 0;
}


.join_sect .join_content{
    margin: 0 0 50px 0;
}


.join_sect .col-sm-4:nth-child(2) {
    margin-top: -17px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.join_sect .col-sm-4{
    width: 32% !important;
}
.kick_starts .col-sm-6:nth-child(1) {
    padding-right: 50px;
}
.kick_starts .col-sm-6:nth-child(2) {
    /*padding-left: 50px;*/
}
.sticker_cont {
    float: left;
    width: 100%;
    position: relative;
}

img.free_imgs {
    width: 23%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.kick_starts .col-sm-6:nth-child(2) .free_imgs{
    display: none;
    
}
.trade_station{
    float: left;
    width:100%;
    text-align: center;
    margin: 30px 0;
}
.trade_station p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}
.trade_station img.trdae_imgs {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}
.trade_station a {
    color: #0088cf;
    font-size: 18px;
}

img.fusion-standard-logo, img.fusion-sticky-logo, img.fusion-mobile-logo {
    max-width: 200px;
}

.page-template-new-home img.fusion-standard-logo {
    max-width: 200px;
    margin-top: -2rem;
}
.page-template-new-home a.fusion-social-network-icon {
    color: #a8a8a8 !important;
}
.page-template-new-home input#fusion-live-search-input {
    display: none;
}
.page-template-new-home .fusion-search-button.search-button {
    display: none;
}
.page-template-new-home .fusion-icon.fusion-icon-search {
    display: none;
}
.page-template-new-home .fusion-logo {
    display: block;
    max-width: 100%;
    zoom: 1;
    position: relative;
    top: 60px;
    left: 0px;
}
.page-template-new-home .fusion-main-menu{
    right:0px;
    top:65px;
}
.trade_hd {
    float: left;
    max-width: 180px;
}
.page-template-new-home .fusion-main-menu-icon.fusion-bar-highlight {
    display: none;
}
.page-template-new-home .right_btns button.btn.btn-primary {
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background-color: #faa61a;
    cursor: pointer;
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover {
    color:#fff;   
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover{
    color:#fff;
}
.page-template-new-home .fusion-mobile-logo{
    display: none;
}
.page-template-new-home .fusion-secondary-header {
    display: none;
}
.page-template-new-home #menu-yct-main-nav-2 {
    display: none;
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover {
    border-color: #fff;
}
/*
.page-template-new-home .fusion-header.fusion-sticky-shadow {
    height: 70px !important;
}
*/
.page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-logo{
    top:0px;
}
.page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-main-menu{
    top:0px;
}
.page-template-new-home ul#menu-yct-main-nav-1 {
    display: none;
}/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.hero-container {
    max-width: 550px;
    margin: -40px auto 40px auto;
}
.hero-container h1 {
    color: #333333;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hero-container p {
    color: #888;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.become-a-member-section {
    max-width: 700px;
    margin: 0 auto 40px auto;
    padding: 0 0 0 0;
}
.become-a-member-section h1 {
    color: #333333;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 22px !important;
}
.become-a-member-section p {
    color: #888;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.become-a-member-section p strong {
    color: #333333;
}
.become-a-member-section ul {

    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
}
.become-a-member-section ul li {
    margin-bottom: 4px;
}
.lists-container {
        display: flex;
    justify-content: space-between;
}
/*17-3-2020*/

.main_bg {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
}
.container-trade {
    max-width: 1440px;
    margin: 0 66px 0 66px; /*0 auto;*/
    text-align: center;
}

.container-trade .trading_title{
    margin-bottom:10px;
}

.container-trade .trading_subtitle{
    margin-bottom:20px;
}
.inner_txt {
    float: left;
    width: 50%;
    padding-top: 10rem;
}   
.inner_txt h2 {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 10px;
}
.inner_txt p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.sign_up a {
    float: left;
    width: 100%;
    background-color: #f7a600;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.sign_up {
    float: left;
    width: auto;
}
.kick_starts {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #efefef;
}
.kick_starts h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 33px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

.kick_starts h2.partner_title {
    color: #214199;
}
.cover_txt {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
}
.cover_txt ul {
    padding-left: 0;
}
.cover_txt li {
    list-style: none;
    float: left;
    width: 33.3%;
    margin: 0 auto;
    display: block;
}
.cover_txt h3 {
    text-align: center;
    color: #1288CC;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.cover_txt ul li p {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
}
p.get_up {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    height: 80px;
}
.cover_txt a {
    color: #1288cb;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    float: left;
    width: 100%;
}
.access_now {
    float: left;
    width: 100%;
    text-align: center;
    margin: 6px 0 37px 0;
}
    
.access_now a {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
}

.join_sect .col-sm-4:nth-child(1) .access_now a {
    background: linear-gradient(6.07deg, #136569 0%, #13676B 22.4%, #156C71 41.91%, #17767B 60.35%, #188489 78.13%, #14959A 95.29%, #119CA1 99.95%);
}

.join_sect .col-sm-4:nth-child(2) .access_now a {
    background: linear-gradient(54.09deg, #1380A4 11.12%, #0C9EC0 36.21%, #0FB9DA 68.9%, #39BFDC 84.6%, #36C2DF 101.66%);
}

.join_sect .col-sm-4:nth-child(3) .access_now a {
    background: linear-gradient(30.06deg, #00377B 0%, #00AEEF 100%);
}

.join_sect .col-sm-4:nth-child(4) .access_now a {
    background: linear-gradient(30.06deg, #610b8c 0%, #cd2dd8 100%);
}

.kick_starts .col-sm-6:nth-child(1) .access_now a {
    background: linear-gradient(354.01deg, #223D77 0%, #253C78 3.96%, #65308F 100%);
}

.kick_starts .col-sm-6:nth-child(2) .access_now a {
    background: linear-gradient(353.92deg, #201B52 0%, #69C1AD 100%);
}

.access_now a:hover{
    color:#fff;
}
.getting_head {
    float: left;
    width: 100%;
    background-color: #efefef;
    padding-bottom: 70px;
}
.getting_head ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #000;
}  
.getting_head ul li {
    list-style: none;
    float: left;
    width: calc(33.33%);
    padding: 15px;
    margin: 0;
    position: relative;
}
.getting_head img {
    float: left;
    width: auto;
}   
.getting_head p {
    color: #1288cb;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: 0;
    margin-top: 0px;
    float: left;
    margin-left: 10px;
    font-weight: 700;
}
.bar_sect {
    float: left;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.float_left {
    float: left;
    width: 20%;
}
.float_left img {
    max-width: 160px;
    margin-top: -20px;
}
.float_right {
    float: right;
    width: 80%;
    padding: 50px 0;
}
.float_right p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin: 0;
}
.join_sect {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.join_sect p {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    margin-top: 0;
}
.cover_join {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
}
.join_txt {
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.join_btm_text{
    color: #1288CB;
    font-weight: bold;
    font-size: 25px;
}
.join_btm {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.join_data {
    float: left;
    width: 33%;
    height: 73px;
}
.join_btm {
    float: left;
    width: 100%;
    text-align: center;
}
.cover_join .access_now a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    padding: 1rem;
}
.join_data img.join_img {
    max-width: 25px;
    float: none;
    width: auto;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.join_data p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #4f4f4f;
}   
.join_txt h2 {
    float: left;
    width: 100%;
    margin: 13px 0 23px 0;
    text-align: center;
    font-size: 17px;
}
.join_sect .col-sm-4{
    padding: 0px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top:50px;
}
.join_sect img {
    float: left;
    width: 100%;
}
.rocket_sect {
    float: left;
    width: 100%;
    background-color: #01b086;
    margin-top: 30px;
}
.rocket_img {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left;
    height: 300px;
}
.rocket_sect img.space_img {
    margin-top: -40px;
    float: left;
}
.flot_lc {
    float: left;
    width: 50%;
    margin-top: 30px;
}
.flot_rg {
    float: left;
    width: 30%;
}
.flot_lc p {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
}
.boost_btn a {
    float: left;
    width: 350px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 90px;
    font-size: 18px;
    padding: 5px 0;
}
.boost_btn {
    float: left;
    width: 100%;
    margin: 50px 0;
}   
.boost_btn a:hover {
    color: #fff;
}
.blue_border {
    float: left;
    width: 100%;
    border-bottom: 50px solid #1288c9;
}
.header_sect {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 50px;
    /*margin-top: 70px; RE-ENABLE IN CASE GREEN RIBBON IS ACTIVE AGAIN  */
}
.logo_main {
    float: left;
    width: auto;
}
.right_btns {
    float: right;
}
.right_btns button.btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    cursor: pointer;
}
.right_btns button.btn.btn-primary {
    color: #1288cb;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(255,255,255,0.9);
    cursor: pointer;
}
.cover_join {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    position: relative;
    display: block;
    /* background: #0b0b0b; */
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
    background-color: #fff;
}
.cover_join:hover {
    -webkit-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.and_logo {
    float: left;
    width: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 290px;
    transform: translate(-50%,-50%);
}
.and_logo p {
    background: #b5b5b5;
    padding: 30px;
    color: #fff;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 25px;
}
img.dummy_pics {
    float: left;
    width: 100%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.float_right span {
    font-weight: 700;
}
img.small_imgs {
    max-width: 30px;
}
div#trade_pop {
    float: left;
}
#newmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}


/*modal css*/

#newmodal .modal-dialog {
    width: 500px;
    margin: 5% auto;
}
#newmodal .modal-body{
     text-align: center;
}
#newmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}
#newmodal form {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
#newmodal .already_txt p {
    float: left;
    width: 100%;
    color: #aba0a0;
}
#newmodal span.login {
    color: #1288c9;
}
#newmodal .form-control{
    border-radius: 0px;    
}
#newmodal label {
    float: left;
    width: 100%;
}
#newmodal form button.btn.btn-primary {
    margin: 30px 0;
    background-color: #1288c9;
    padding: 10px 50px;
    border-radius: 50px;
    border-color: transparent;  
}
#newmodal img.cross_img {
    padding: 20px;
}
#newmodal .close:hover{
    opacity: 1;
}
#newmodal input[type=checkbox], input[type=radio] {
    margin-right: 10px;
    margin-top: -3px;
}
#newmodal .close{
    opacity: 1;
}
#newmodal .btn:focus{
    outline:0px;
}
#newmodal span.subscription_txt {
    color: #1288c9;
}
.already_txt a.login {
    font-weight: 700;
    margin-left: 10px;
}
.sign_up button.btn.btn-primary {
    background-color: #f7a600;
}
#loginmodal .modal-header {
    padding: 0;
    border-bottom: transparent;
}
#loginmodal img.cross_img {
    padding: 20px;
}
#loginmodal .close{
    opacity: 1;
}
#loginmodal .btn:focus{
    outline:0px;
}
#loginmodal .modal-body{
    text-align: center;
}
#loginmodal .modal-body h3 {
    color: #1288c9;
    font-weight: 600;
}
#loginmodal p {
    color: #1288c9;
    font-weight: 600;
}   
#loginmodal button.btn.btn-primary {
    background-color: #1288c9;
    width: 80px;
    border-radius: 60px;
    border-color: transparent;
}
#loginmodal .modal-body {
    padding: 20px 10rem;
}
#loginmodal .modal-dialog{
    width:500px;
}
#loginmodal .btn:focus{
    outline:0;
}
#newmodal img.cross_img:focus {
    outline: 0;
}
.cover_txt a:hover{
    text-decoration: none;
}
.btn:focus{
    outline:transparent;
}
a:hover {
    text-decoration: none;
}
#newmodal .close:focus {
    outline: transparent;
}
.video_section {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -200px;
}
.video_section iframe {
    float: none;
    width: 80%;
    margin-top: -200px;
    position: relative;
    border-radius: 15px;
    height: 645px;
    margin: 0 auto;
    max-width: 80%;
    box-shadow: -20px -1px 51px 0px rgba(0, 0, 0, 0.2);
}
.cover_join button.btn.btn-primary {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 10px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
}
.cover_txt button.btn.btn-primary {
    float: none;
    width: auto;
    text-align: center;
    background-color: #1288cb;
    padding: 10px 10px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
}






/*Responsive*/

@media only screen and (max-width: 1920px){
    
    
    
}
@media only screen and (max-width: 1600px){
    
    
    
}
@media only screen and (max-width: 1440px){
    .join_txt h2 {
        font-size: 15px;
    }
    
}
@media only screen and (max-width: 1280px){
    
    
    
}
@media only screen and (max-width: 1199px){
    
    
    
}
@media only screen and (max-width: 1170px){
    .container-trade{
        /*
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        */
        width: unset;
        max-width: 1440px;
        margin: 0 66px 0 66px; /*0 auto;*/
        text-align: center;    
    }
    .flot_lc p{
        font-size: 20px;
    }
    .boost_btn a{
        width: 100%;        
        font-size: 16px;
    }
    
    
}
@media only screen and (max-width: 1024px){
    .page-id-16389 .fusion-main-menu{
        right:0px !important;
    }
    .inner_txt p{
        font-size: 16px;    
    }
    .inner_txt h2{
        font-size: 40px !important;
    }
    .access_now a{
        font-size: 16px;
    }
    .cover_txt{
        padding: 20px;
    }
    p.get_up{
        height: 100px;
        font-size: 14px;
    }
    img.small_imgs {
        max-width: 40px;
    }
    section#content {
        padding-left: 15px !important;
        padding-right: 15px!important;
    }
    
    
}
@media only screen and (max-width: 991px){
    .full_frame img.free_insight{
        left:100px;
    }
    .join_txt h2{
        font-size: 16px;
    }
    .join_data p{
        font-size: 14px;
        margin-bottom: 15px;
        width: 100%;
    }
    .float_right span{
        font-size: 20px;
    }
    #loginmodal .modal-dialog {
        width: 500px;
        margin: 10% auto;
    }
}
@media only screen and (max-width: 800px){
    .fusion-mobile-logo {
        max-width: 200px;
        margin-top: -1rem;
        position: absolute;
        top: 1.25rem; 
        left: auto;
    }
    
    .page-template-new-home #side-header .fusion-mobile-logo {
        display: inline-block;
        max-width: 200px;
        margin-top: -20px;
        position: absolute;
        top: -40px;
        left: 0px;
    }
    .page-template-new-home .fusion-main-menu{
        display: none;
    }
    .page-template-new-home .header_sect {
        display: none;
    }
    .page-template-new-home .fusion-mobile-logo {
        display: block !important;
        padding-left: 0px;
        max-width: 180px;
        margin-top: -8rem;
    }
    .page-template-new-home .fusion-header-wrapper .fusion-header{
        background-color:transparent;
    }
    .page-template-new-home .fusion-icon.fusion-icon-search {
        display: none !important;
    }
    .page-template-new-home .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line{
        background-color:#fff;
    }
}
@media only screen and (max-width: 820px){
    .full_frame img.free_insight{
        left:80px !important;
        max-width: 100px;
    }
    .pmpro_checkout h3 span.pmpro_checkout-h3-name {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 0;
}
    
    .hero-container {
        padding: 0 20px;
    }
    
    .become-a-member-section {
        padding: 20px 20px 0 20px;
    }
        .become-a-member-section {
            max-width: 400px;
    margin: -250px auto 40px auto;
    }
    
    .become-a-member-section ul {

    margin: 0 0 0 14px;
}
    
        .lists-container {
        flex-direction: column;
    }
    
    .become-a-member-section p {
    text-align: left;
    
}
    .hero-container h1 {
        font-size: 24px !important;
    margin-bottom: 4px;
    }
    
    .become-a-member-section h1 {

    text-align: left;
    
}
}

@media only screen and (max-width: 767px) {
    .kick_starts .col-sm-6:nth-child(1) {
        padding-right: 15px !important;
}
    .kick_starts .col-sm-6:nth-child(2) {
        /*padding-left: 15px !important;*/
}
    .join_sect .col-sm-4:nth-child(2){
        margin-left: 0px!important;
        margin-right: 0px!important;
        width:calc(100% - 0px) !important;
    }
    .join_sect .col-sm-4{
        margin-left: 0px!important;
        margin-right: 0px!important;
        width:calc(100% - 0px) !important;
    }
    /*
    .kick_starts .col-sm-5{
        width: 100%;
    }
    */
    .kick_starts .col-sm-2{
        display: none;
    }
    img.cover_imgs {
        float: left;
        width: 100%;
    }

    p.get_up{
        height:auto;
    }
    .float_right p{
        font-size: 20px;
    }
    .float_left img {
        max-width: 100px;
    }
    .rocket_sect img.space_img{
        max-width: 100px;
    }
    .flot_lc{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .flot_rg{
        width: 100%;   
        padding-left: 15px;
        padding-right: 15px;
    }
    .boost_btn a {
        width: auto;
        font-size: 16px;
        display: inline-block;
        margin: 0 auto;
        float: none;
        padding: 5px 20px;
    }
    .boost_btn {
        text-align: center;
    }
    

    
}

@media only screen and (min-width: 522px) and (max-width: 575px) {
    .home .video_section {
        margin-top: -200px !important;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-new-home .inner_txt.new_home{
        margin-top:0.5rem;
    }
    .full_frame img.free_insight{
        left:55px !important;
    }
    .cover_box {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .getting_head ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .cover_join{
        margin-bottom: 30px;
    }
    .boost_btn{
        margin-top:0px;
    }
    .inner_txt{
        width: 100%;
    }
    .getting_head{
        padding-bottom: 0px;
    }
    #loginmodal .modal-body {
        padding: 20px 2rem;
    }
    #loginmodal .modal-dialog {
        width: 400px;
        margin: 10% auto;
    }
    #newmodal form button.btn.btn-primary{
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    #newmodal .modal-dialog{
        width: 400px;
    }
    .video_section iframe{
        height: auto;
    }
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home .video_section {
        margin-top: -220px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .home .video_section {
        margin-top: -215px !important;
    }
}


@media only screen and (max-width: 479px) {
    .kick_starts h2{
        font-size: 23px;
    }
    .inner_txt.new_home{
        padding-top:10rem !important;
    }
    
}
@media only screen and (max-width: 395px) {
    .logo_main img {
        float: left;
        width: 100%;
        max-width: 100px;
        margin-top: 10px;
    }
    .right_btns button.btn.btn-primary{
        font-size: 12px;
    }
    .right_btns button.btn{
        font-size: 12px;
    }
    .float_right {
        float: right;
        width: 100%;
        padding: 30px 0;
    }
    .float_left img {
        max-width: 40px;
    }
    .getting_head p{
       margin-left: 10px;
       margin-top: 5px;
       font-size: 12px;
    }
    img.small_imgs {
        max-width: 30px;
    }
    .float_right {
        padding: 15px 0;
    }
    .float_left img{
        margin-top:0px;
    }
    .cover_txt ul li p{
        font-size: 12px;
    }
    #loginmodal .modal-body h3{
        font-size: 20px;
    }
    #loginmodal .modal-dialog{
        width: 300px;
    }
    #newmodal .modal-dialog {
        width: 100%;
    }
}
@media only screen and (max-width: 320px){
    .boost_btn a{
        font-size: 14px;
    }
    .float_right p {
        font-size: 18px;
    }
    .float_right span {
        font-size: 16px;
    }
}


.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 3px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0px;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #ddd;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #f7a600;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #f7a600;
}
.wizard .nav-tabs > li {
    width: 33.3%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
#steps_forms section {
    float: left;
    width: 100%;
}
#steps_forms .left_wizard h2 {
    font-family: 'Montserrat', sans-serif;
}
#steps_forms .left_wizard h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
}
.left_wizard p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 50px;
}
.left_wizard span.she_trade {
    font-weight: 600;
}
.right_wizard h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 500;
    margin-bottom: 30px;
}
.right_wizard span.steps {
    font-weight: 700;
}
.right_wizard .form-control {
    border-radius: 0;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
}
.right_wizard label {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.right_wizard span.sub_agree {
    font-weight: 600;
    color: #1288c9;
}
#steps_forms button.btn.btn-primary.next-step {
    font-family: 'Montserrat', sans-serif;
    background-color: #1288c9;
    font-weight: 500;
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 40px;
}
.logo_header {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}
#step1 .first_st button.btn.btn-primary.next-step:before {
    content: '';
    position: absolute;
    background-image: url(./images/white-arrow.png);
    background-position: left center;
    background-size: 17px;
    height: 100%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 11111;
    bottom: -20px;
    padding: 0;
    left: 160px;
}
#step1 ul.list-inline.pull-right.first_st {
    position: relative;
}
#step2 .pull-right button.btn.btn-primary.next-step:before {
    content: '';
    position: absolute;
    background-image: url(./images/white-arrow.png);
    background-position: left center;
    background-size: 17px;
    height: 100%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 11111;
    bottom: -20px;
    padding: 0;
    left: 160px;
}
#steps_forms #step2 button.btn.btn-primary.next-step{
    width: 250px;
}
#step2 .pull-right button.btn.btn-primary.next-step:before{
    left:210px;
}
#step2 ul.list-inline.pull-right {
    position: relative;
}
#steps_forms #step3 button.btn.btn-primary.next-step{
    width: 280px;
}

#step2 .right_wizard select#sel1{
    height:50px;
}
#step3 .yct_account a {
    color: #1288c9;
    font-weight: 600;
    font-size: 16px;
}
#step3 .right_wizard select#sel2 {
    height: 50px;
}
.pay_txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.right_wizard {
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}
div#congrats_page h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
}
div#congrats_page {
    float: left;
    width: 100%;
    text-align: center;
    margin: 4rem 0;
}
div#congrats_page p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 0;
    margin: 40px 0;
}
div#congrats_page a {
    font-family: 'Montserrat', sans-serif;
    background-color: #1288c9;
    font-weight: 500;
    width: auto;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 30%;
}
div#congrats_page a:hover {
    text-decoration: none;
}
img.blue_pic {
    margin-bottom: 10px;
    max-width: 30px;
    margin-left: 2px;
}
li.done {
    background-image: url(../images/edit_profile_white.png);
    background-size: cover;
    height: 100%;
}
.profile_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .profile_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: none !important;
}

.home_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .home_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: url(../images/edit_profile_white.png) !important;
}

.notepad_pik {
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
}
li.done .notepad_pik{
    float: left;
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center 20px;
    background-image: url(../images/edit_profile_white.png) !important;
}

li.active a.active.show .home_pik{
    background-image: url(../images/home_location.png) !important;
}
li.active a.active.show .notepad_pik{
    background-image: url(../images/notepad_icon.png) !important;
}
.wizard .nav-tabs > li.done a span.round-tab:after {
    content: "\f00c";
    color: #fff;
    position: absolute;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.wizard li.done span.round-tab {
    background: blue;
}
.done span.round-tab {
    background-color: #f4a51b !important;
    border-radius: 100px;
    border: transparent;
}
.done .fa-user-edit:before{
    content:none;
}
.done .fa-home:before{
    content:none;
}
.done .fa-sticky-note:before{
    content:none;
}
#click_steps .modal-dialog {
    width: 70%;
    margin: 30px auto;
}
#click_steps .modal-dialog {
    max-width: 100%;
}
#click_steps .container {
    width: 100%;
}
#click_steps .modal-header{
    padding: 0px;
    border-bottom: transparent;
}
img.close_icon {
    padding: 20px;
}
#click_steps .close{
    opacity: 1;
}
#click_steps .close:hover{
    opacity: 1;
}
img.close_icon:focus {
    outline: 0;
}
.fa-sticky-note:before {
    content: "\f249";
    position: relative;
    top: -10px;
}
.fa-home:before {
    content: "\f015";
    position: relative;
    top: -10px;
}
.fa-user-edit:before {
    content: "\f4ff";
    position: relative;
    top: -10px;
    left: 3px;
}
#steps_forms .nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.wizard li.done span.round-tab {
    background: transparent;
}
/*New Homepage Style*/ 

/*27-3-2020*/


.banner_content{
    color: white;   
}
.inner_txt.new_home {
    float: left;
    width: 100%;
    text-align: center;
    padding-top:10rem;
    margin-top: 5rem;
}
.join_sect.join_home {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.join_home p, .partner_subtitle {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.join_home hr {
    border: 1px solid #EFEFEF;
}

.join_home h2{
    color:#000;
    font-weight: 600;
}

.join_home .join_title{
    color: #214199;
    font-weight: 400;
}

.video_btn {
    float: left;
    width: 100%;
    margin: 3rem 0;
    cursor: pointer;
}
.video_btn button.btn.btn-primary {
    background-color: transparent;
    border-color: transparent;
}
.video_btn img {
    max-width: 60px;
}
#videomodal .modal-body {
    position: relative;
    padding: 0px;
}
#videomodal iframe {
    float: left;
    width: 100%;
}
#videomodal .modal-header{
    padding:0px;
    border-bottom: transparent;
}
#videomodal .modal-dialog {
    width: 750px;
    margin: 10% auto !important;
}
#videomodal .modal-content{
    border:transparent;
}
#videomodal .close{
    opacity:1;
}
#videomodal button.close {
    border: 0 none;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    right: -20px;
    top: 20px;
    z-index: 111;
}
#videomodal .close:hover{
    opacity: 1;
}
#videomodal :focus{
    outline:0;
}
.kick_home img.cover_imgs {
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.kick_starts.kick_home {
    background-color: transparent;
    text-align: center;
}
.kick_home h2 {
    border-top: 0px solid #ddd;
    padding-top: 5rem;
    margin-bottom: 10px;
}
.kick_home .cover_txt {
    padding: 40px 15px;
    border-radius: 0 0 4px 4px;
    min-height: 44rem;
}
.kick_home img.tradition_img {
    text-align: center;
    margin: 30px 0 50px 0;
    display: none;
}
.kick_home .access_now{
    margin: 25px 0;
}
.kick_home .cover_txt h3 {
    float: left;
    width: 100%;
    margin: 10px 0px;

}
.rocket_sect.rocket_home img.space_img{
    margin-top: -40px;
    float: left;
    width: 20%;
    max-width: 200px;
}
.rocket_home .flot_lc {
    width: 80%;
    float: left;
    text-align: center;
}
.rocket_home .flot_lc p {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.rocket_home .flot_lc span {
    font-size: 22px;
    color: #fff;
}
.trading_section{
    float: left;
    width: 100%;
}   
.trading_section .top_trade{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top:25%;
    border-radius: 4px;
}
.trading_section {
    float: left;
    width: 100%;
    padding: 5rem 0;
}

.container-trade-link {
    font-size: 12px !important;
}
.tradition_content {
    float: left;
    width: 100%;
    padding: 30px 20px 10px 20px;
    text-align: center;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.tradition_content h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    height: 60px;
    margin-bottom: 0;
}
.trading_learn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.trading_learn a {
    float: none;
    width: 100%;
    text-align: center;
    background: linear-gradient(268.5deg, #1288CB 0.16%, #6FC498 130.45%);
    padding: 10px 40px;
    color: #fff;
    border-radius: 50px;
}
.tradition_content p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    height: 100px;
}
.trading_learn a:hover{
    color:#fff;
}
.top_trade img.sv_img {
    float: left;
    width: 15%;
    margin-left: 20px;
    margin-bottom: -20px;
}
.rocket_home {
    float: left;
    width: 100%;
    margin-top: 30px;
    background-repeat: no-repeat;
    min-height: 170px;
    background-position: 50% 50%;
    background-color:transparent !important;
    background-size: cover;
}
.clients_section {
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding: 30px 0;
    text-align: center;
}
.clients_section p {
    font-style: italic;
    color: #000;
    font-size: 14px;
}
.clients_section h3 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.logos_section {
    float: left;
    width: 100%;
    padding: 20px 0;
    padding: 48px 0;
    background-color: #c4c4c4;
}
.page-template-new-home .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-left {
    display: none;
}
.page-template-new-home .fusion-header {
    background-color: transparent;
}
.page-template-new-home .fusion-secondary-header{
    background-color:transparent;
}
.page-template-new-home .fusion-header-wrapper {
    position: absolute;
    z-index: 10010;
    width: 100%;
}
.page-template-new-home .main_bg{
    height:500px;
}
.page-template-new-home .fusion-header-v2 .fusion-header{
    border-bottom-color:transparent;
}
.page-template-new-home .fusion-main-menu > ul > li > a {
    color: #fff;
}
:focus{
    outline:0;
}
.join_home .cover_join{
    box-shadow:none !important;
    border-radius: 4px;
}
#congrats_page img.site_logo {
    margin-bottom: 30px;
}
.page-id-16485 .header_sect{
    display: none;
}
.explore_cent {
    text-align: center;
    float: left;
    width: 100%;
}
label.normal_ft {
    font-weight: 400;
}
.wizard.hide-header .wizard-inner {
    display: none;
}
#congrats_page span {
    font-family: 'Montserrat', sans-serif;
    color: #1288c9;
    font-weight: 700;
    font-size: 20px;
}
.wizard.hide-header div#step4 {
    padding: 0;
}
#steps_forms li:nth-child(4) a {
    display: none;
}







@media only screen and (max-width: 1440px){
    .left_wizard p{
        font-size: 18px !important;
    }
    #steps_forms .left_wizard h2{
        font-size: 24px;
    }
    .right_wizard h2{
        font-size: 24px;
    }
}


@media only screen and (min-width: 1000px){
    .join_sect .col-sm-4{
        width: 23% !important;
    }
}

@media only screen and (max-width: 991px){
    div#congrats_page a{
        max-width: 90%;
    }
}



@media only screen and (max-width: 767px){
    .rocket_home .flot_lc p{
        font-size: 30px;
    }
    .kick_home .cover_box {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .rocket_home {
        height: auto;
    }

    .flot_lc {
        margin-bottom: 30px;
    }

    .rocket_home .flot_lc span{
        font-size: 20px;
    }
    .tradition_content{
        margin-bottom: 40px;
    }
    .join_home .cover_join{
        margin-bottom: 30px;
    }
    .logos_section .col-sm-2 {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    #videomodal .modal-dialog {
        width: 500px;
    }
    .right_wizard{
        border-left: transparent;
        padding-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .left_wizard br {
        display: none;
    }
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .rocket_home .flot_lc p {
        font-size: 20px;
    }
    #videomodal .modal-dialog {
        width: 350px;
        margin: 10% auto !important;
    }
}
@media only screen and (max-width: 575px){
    .right_wizard{
        border-left: transparent;
        padding-left: 0;
    }
    .left_wizard p{
        font-size: 18px;
    }
    .right_wizard h2{
        font-size: 26px;
    }
    .pull-right {
        float: left!important;
        text-align: center;
        width: 100%;
    }
    .profile_pik{
        background-size: 20px;
        background-position: center 10px;
        margin-top: 2px;
        margin-left: 5px;
    }
    #steps_forms .left_wizard h2{
        font-size: 25px;
    }
    .list-inline>li{
        width: 100%;
    }
    #step1 .first_st button.btn.btn-primary.next-step:before{
        left:210px;
    }
    #steps_forms button.btn.btn-primary.next-step{
        width: 100%;
    }
    #steps_forms #step2 button.btn.btn-primary.next-step {
        width: 100%;
    }
    #step2 .pull-right button.btn.btn-primary.next-step:before {
        left: 250px;
    }
    .inner_txt.new_home h2 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 479px){
    div#myModal {
        padding-left: 0 !important;
    }
    #click_steps .modal-dialog{
        width: 100%;
    }
    #steps_forms .left_wizard h2 {
        font-size: 22px;
    }
    .right_wizard h2 {
        font-size: 22px;
    }
    .rocket_home .flot_lc{
        margin-top: 0px;
        width:100%;
    }
}
@media only screen and (max-width: 395px){
    #videomodal .modal-dialog {
        width: 250px;
        margin: 15% auto !important;
    }
    .full_frame img.free_insight{
        left:35px !important;
    }
}
@media only screen and (max-width: 375px){
    #step2 .pull-right button.btn.btn-primary.next-step:before {
        left: 230px;
    }
    div#congrats_page a{
        max-width: 100%;
        font-size: 16px;
    }
    
}


/*16-4-2020*/
.full_frame {
    float: left;
    width: 100%;
    position: relative;
}
.full_frame img.free_insight {
    position: absolute;
    z-index: 11;
    left: 110px;
}

.join_sect .join_title{
    margin: 20px 0 10px 0;
}


.join_sect .join_content{
    margin: 0 0 50px 0;
}


.join_sect .col-sm-4:nth-child(2) {
    margin-top: -17px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.join_sect .col-sm-4:nth-child(4) {
    margin-top: -17px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.join_sect .col-sm-4:nth-child(4) .join_btm {

    margin-top: 82px;
 }   
    
    
.kick_starts .col-sm-6:nth-child(1) {
    /*padding-right: 50px;*/
}
.kick_starts .col-sm-6:nth-child(2) {
    /*padding-left: 50px;*/
}
.sticker_cont {
    float: left;
    width: 100%;
    position: relative;
}

img.free_imgs {
    width: 23%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.kick_starts .col-sm-4:nth-child(2) .free_imgs{
    display: none;
    
}
.trade_station{
    float: left;
    width:100%;
    text-align: center;
    margin: 30px 0;
}
.trade_station p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
}
.trade_station img.trdae_imgs {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}
.trade_station a {
    color: #0088cf;
    font-size: 18px;
}
.page-template-new-home img.fusion-standard-logo {
    max-width: 200px;
    margin-top: -2rem;
}
.page-template-new-home a.fusion-social-network-icon {
    color: #a8a8a8 !important;
}
.page-template-new-home input#fusion-live-search-input {
    display: none;
}
.page-template-new-home .fusion-search-button.search-button {
    display: none;
}
.page-template-new-home .fusion-icon.fusion-icon-search {
    display: none;
}
.page-template-new-home .fusion-logo {
    display: block;
    max-width: 100%;
    zoom: 1;
    position: relative;
    top: 60px;
    left: 0px;
}
.page-template-new-home .fusion-main-menu {
    right:0px;
    top:65px;
}
.trade_hd {
    float: left;
    max-width: 180px;
}
.page-template-new-home .fusion-main-menu-icon.fusion-bar-highlight {
    display: none;
}
.page-template-new-home .right_btns button.btn.btn-primary {
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background-color: #faa61a;
    cursor: pointer;
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover {
    color:#fff;   
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover{
    color:#fff;
}
.page-template-new-home .fusion-mobile-logo{
    display: none;
}
.page-template-new-home .fusion-secondary-header {
    display: none;
}
.page-template-new-home #menu-yct-main-nav-2 {
    display: none;
}
.page-template-new-home .fusion-main-menu > ul > li > a:hover {
    border-color: #fff;
}
/*
.page-template-new-home .fusion-header.fusion-sticky-shadow {
    height: 70px !important;
}
*/
.page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-logo {
    top:0px;
}
.page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-main-menu {
    top: 0px!important;
}
.page-template-new-home ul#menu-yct-main-nav-1 {
    display: none;
}

/*YCT Channels on New Homepage*/
.join_sect .yctchannels {
    padding: 0px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    border-radius: 4px;
}

:root {
    --banner-btn-bg-blue-traddictiv: linear-gradient(to right, rgb(43,51,128) , rgb(36,49,181));
    --banner-btn-bg-green-tworoads: linear-gradient(to right, rgb(48,103,107) , rgb(86,150,156));
    --banner-btn-bg-cyan-sctrade: linear-gradient(to right, rgb(20,128,164) , rgb(52,189,217));
    --banner-btn-bg-purple-crypto: linear-gradient(to right, rgb(106,76,159) , rgb(172,56,152));
    --banner-btn-bg-blue-tradeology: linear-gradient(to right, rgb(0,78,146) , rgb(0,157,223));
    --banner-btn-bg-orange-quan: linear-gradient(to right, rgb(255 64 21) , rgb(255 133 44));
}
.join_sect .yctchannels:nth-child(1) .access_now a {
    background: var(--banner-btn-bg-blue-traddictiv);
}
.join_sect .yctchannels:nth-child(2) .access_now a {
    background: var(--banner-btn-bg-green-tworoads);
}
.join_sect .yctchannels:nth-child(3) .access_now a {
    background: var(--banner-btn-bg-cyan-sctrade);
}
.join_sect .yctchannels:nth-child(4) .access_now a {
    background: var(--banner-btn-bg-orange-quan);
}
.join_sect .yctchannels:nth-child(5) .access_now a {
    background: var(--banner-btn-bg-blue-tradeology);
}

.container-trade .row.align-items-end.number-of-items-2 .tschannels:nth-child(2) .cover_box a.access_text {
    /*margin: 0 10%;*/
    padding: 1rem;
    background: linear-gradient(to right, #4d3486 0% , #38377e 100%);
}

.container-trade .row.align-items-end.number-of-items-2 .tschannels:nth-child(3) .cover_box a.access_text {
    /*margin: 0 10%;*/
    padding: 1rem;
    background: linear-gradient(to right, #518b8f 0% , #3f6279 100%);
}

.container-trade .row.align-items-end.number-of-items-3 .tschannels:nth-child(2) .cover_box a.access_text {
    /*margin: 0 10%;*/
    /*padding: 1rem;*/
    background: linear-gradient(to right, #4d3486 0% , #38377e 100%);
}

.container-trade .row.align-items-end.number-of-items-3 .tschannels:nth-child(3) .cover_box a.access_text {
    /*margin: 0 10%;*/
    /*padding: 1rem;*/
    background: linear-gradient(to right, #518b8f 0% , #3f6279 100%);
}

.container-trade .row.align-items-end.number-of-items-3 .tschannels:nth-child(4) .cover_box a.access_text {
    /*margin: 0 10%;*/
    /*padding: 1rem;*/
    background: linear-gradient(to right, #518b8f 0% , #3f6279 100%);
}

.container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
    padding: 1rem;
}


@media all and (max-width: 479px) {
    .video_section {
        margin-top: -250px;
    }

    .container-trade {
        width: unset;
        max-width: 1440px;
        margin: 0 1% 0 1%;
        text-align: center;
    }

    .video_section .container-trade {
        padding-left: 0;
        padding-right: 0;
    }

    .join_sect .join_content {
        font-size: 15px;
    }

    .join_sect .yctchannels {
        padding-left: 15px;
        padding-right: 15px;
    }

    .join_sect.join_home .cover_join{
        margin-bottom: 30px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important;
    }

    .join_data {
        margin-bottom: 15px;
        min-height: 80px;
    }

    .join_btm .join_learn_more_link {
        font-size: 16px;
    }
    
    .join_sect.join_home {
        margin-bottom: 0px;
    }

    .kick_starts.kick_home {
        padding-top: 0px;
    }

    .kick_home .partner_subtitle {
        font-size: 15px;
    }

    .kick_home .cover_txt {
        min-height: unset;
    }

    .cover_txt .cover_list_details {
        min-height: 75px;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }

    .cover_txt .learn_more_link {
        line-height: 3.4615;
        font-size: 13px;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
        font-style: normal;
    }

}

@media all and (max-width: 575px) {
    .inner_txt.new_home h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    } 
    
    .video_section iframe {
        height: 175px;
        margin-left: 0!important;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .inner_txt.new_home {
        /* padding-top: 3em; */
        margin-top: .5rem;
    } 
    
    .inner_txt.new_home h2 {
        margin-top: 5rem;
        font-size: 30px !important;
        line-height: 1.2 !important;
    } 

    .video_section iframe {
        height: 310px;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .container-trade {
        width: unset;
        max-width: 1440px;
        margin: 0 1% 0 1%;
        text-align: center;
    }
    
    div.yctchannels { 
        min-width: 45%;
        max-width: 48%;
    }

    div.yctchannels {
        margin-left: 1.166666667%;
    }

    .cover_join:hover {
        -webkit-transform: none; /*scale(1.03,1.03);*/
        -ms-transform: none; /*scale(1.03,1.03);*/
        -o-transform: none; /*scale(1.03,1.03);*/
        -moz-transform: none; /*scale(1.03,1.03);*/
        transform: none; /*scale(1.03,1.03);*/
    }

    .join_data {
        margin-bottom: 15px;
        min-height: 80px;

        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .cover_join .join_text {
        min-height: 5em; /*60px;*/
        overflow: hidden;
        font-size: 15px !important;
    }

    .join_txt {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    }

    .join_sect .join_content {
        margin-bottom: 0;
        font-size: 16px;
    }

    .container-trade .row.align-items-end {
        min-width: 100%;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        display: flex;
        flex-wrap: wrap;

        margin-top: 6rem;
    }

    .join_sect .join_content {
        margin-bottom: 0;
    }

    .cover_join .access_now a {
        display: block;
    }

    .kick_home .partner_subtitle {
        font-size: 16px;
    }

    .kick_home .cover_txt {
        min-height: unset;
    }

    .cover_txt .cover_list_details {
        min-height: 75px;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }

    .cover_txt .learn_more_link {
        line-height: 3.4615;
        font-size: 13px;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
        font-style: normal;
    }
}

@media all and (min-width: 480px) and (max-width: 520px) {
    .access_now a {
        display: block;
        padding: 10px 10px 10px 10px;
        border-radius: 50px; /*20px 20px 20px 20px;*/
    }

    .join_data img.join_img, .join_data p {
        float: none;
    }
}

@media all and (min-width: 753px) and (max-width: 767px) {
    .cover_join .join_text {
        min-height: 3em;
        overflow: hidden;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .inner_txt.new_home {
        /* padding-top: 3em; */
        margin-top: .5rem;
    } 
    
    .inner_txt.new_home h2 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        margin-top: 5rem;
    } 
    
    .video_section iframe {
        height: 295px;
    }
}

@media all and (min-width: 768px) and (orientation: landscape) {
    
    .inner_txt.new_home {
        padding-top: 3em;
    } 
    
    .video_section iframe {
        height: 310px;
    }

}

@media all and (min-width: 801px) and (max-width: 1199px) {
    
    .inner_txt.new_home {
        padding-top: 12em; /*7em;*/
    } 
    
    .home .video_section {
        margin-top: -160px !important;
    }

    .video_section iframe {
        height: 310px;
    }

}

@media all and (min-width: 1163px) and (max-width: 1199px) {
        
    .home .video_section {
        margin-top: -190px !important;
    }

}

@media all and (min-width: 768px) {
    div.yctchannels {
        min-width: 20.75%;
        max-width: 31.75%;
        float:left;
        margin-left: 1.166666667%;
    }

    div.yctchannels:last-child {
        margin-right: 1.166666667%;
    }

    .rocket_home {
        min-height: 200px;
    }

    .join_sect .join_content {
        margin-bottom: 0;
        font-size: 18px;
    }

    .container-trade .row.align-items-end {
        min-width:100%;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        display: flex;
        flex-wrap: wrap;

        margin-top: 6rem;
    }

    .join_data {
        margin-bottom: 15px;
        min-height: 80px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .cover_join .join_text {
        height: 5em; /*51px;*/
        overflow: hidden;
        font-size: 15px;
    }

    .join_sect .join_content {
        margin-bottom: 0;
    }

    .kick_home .partner_subtitle {
        font-size: 18px;
    }

    .cover_box p.get_up {
        font-size: 15px;
        min-height: 7em;
    }

    .cover_txt .cover_list_details {
        min-height: 75px;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }

    .cover_txt .learn_more_link {
        line-height: 3.4615; /*2.8125;*/
        font-size: 13px;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
        font-style: normal;
    }

    .tradition_content {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 787px) {
    .access_now a {
        display: block;
        padding: 10px 10px 10px 10px;
    }

    .join_data img.join_img, .join_data p {
        float: none;
    }
}

@media all and (min-width: 768px) and (max-width: 805px) {
    .cover_join .join_text {
        height: 8em; /*51px;*/
        overflow: hidden;
    }
}

@media all and (min-width: 768px) and (max-width: 806px) {
    .container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
        padding: 1rem 1.3rem 1rem 1.3rem;
    }
}

@media all and (min-width: 806px) and (max-width: 840px) {
    .cover_join .join_text {
        height: 7em; /*51px;*/
        overflow: hidden;
    }
}

@media all and (min-width: 841px) and (max-width: 991px) {
    .cover_join .join_text {
        height: 5em; /*51px;*/
        overflow: hidden;
    }
}

@media all and (min-width: 992px) {
    
    .inner_txt.new_home {
        padding-top: 9em;
    } 

    .inner_txt.new_home h2 {
        font-size: 35px !important;
    } 

    .video_section iframe {
        height: 465px;
    }
}

@media all and (min-width: 992px) {
    .container-trade {
        /*max-width: 1440px;*/
        margin: 0 1% 0 1%;
        /*text-align: center;*/
        padding-left: 15px;
        padding-right: 15px;
    }

    div.yctchannels {
        min-width: 16.066%;
        max-width: 18.3%;
        margin-left: 1.4%;
    }

    div.yctchannels:last-child {
        margin-right: 1.1%;
    }

    .join_data {
        margin-bottom: 15px;
        min-height: 100px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .join_data img.join_img, .join_data p {
        float: none;
    }

    .join_sect.join_home .container-trade .row.align-items-end {
        min-width:100%;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        display: flex;
        flex-wrap: wrap;
        margin-top: 6rem;

        justify-content: center;
    }

    .cover_join .join_text {
        min-height: 8em; /*120px;*/ /*60px;*/
        overflow: hidden;
    }

    /*if there are 4 items (class contains number-of-items-4)*/
    .number-of-items-4 div.yctchannels {
        min-width: 21.066%;
        max-width: 23.3%;
        margin-left: 1.4%;
    }

    .number-of-items-4 div.yctchannels:last-child {
        margin-right: 1.1%;
    }

    .number-of-items-4 .cover_join .join_text {
        min-height: 5em;
        overflow: hidden;
    }

    .number-of-items-4 .join_data {
        margin-bottom: 15px;
        min-height: 100px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .number-of-items-4 .join_data img.join_img, .join_data p {
        float: none;
    }

    /*-------------------------------------------------------*/

    .access_now a {
        display: block;
    }

    .join_sect .join_content {
        margin-bottom: 0;
        font-size: 18px;
    }

    .kick_home .partner_subtitle {
        font-size: 18px;
    }

    .rocket_home .flot_lc span {
        font-size: 25px;
    }

    .clients_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .clients_section .clients_title {
        font-size: 33px;
        line-height: 2.12;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .clients_section .test-disclaimer-div {
        margin-top: 60px;
    }

    .cover_txt .cover_list_details {
        min-height: 75px;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }

    .cover_txt .learn_more_link {
        line-height: 3.4615; /*2.8125;*/
        font-size: 13px;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
        font-style: normal;
    }

    .kick_home .cover_txt {
        padding-bottom: 30px;
    }
}

@media all and (min-width: 1192px) {
    .cover_join .join_text {
        min-height: 7em;
        overflow: hidden;
    }
}

@media all and (min-width: 1200px) {
    .container-trade {
        /*max-width: 1440px;*/
        margin: 0 66px 0 66px;
        /*text-align: center;*/
    }    
    div.yctchannels {
        min-width: 18.65%;
        max-width: 20.65%; 
        margin-left: 1.1%;
    }

    div.yctchannels:last-child {
        margin-right: 1.1%;
    }

    .join_data {
        margin-bottom: 15px;
        min-height: 100px;
    }

    .join_data img.join_img, .join_data p {
        float: none;
    }

    .inner_txt.new_home {
        padding-top: 6.25em;
    } 

    .inner_txt.new_home h2 {
        font-size: 35px !important;
    } 

    .video_section iframe {
        height: 630px;
    }
    /*if there are 4 items (class contains number-of-items-4)*/
    .number-of-items-4 div.yctchannels {
        min-width: 23.066%;
        max-width: 25.3%;
        margin-left: 1.4%;
    }

    .number-of-items-4 div.yctchannels:last-child {
        margin-right: 1.1%;
    }

    .number-of-items-4 .join_data {
        margin-bottom: 15px;
        min-height: 100px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .number-of-items-4 .join_data img.join_img, .join_data p {
        float: none;
    }

    /*-------------------------------------------------------*/
}
/*End YCT Channels on New Homepage*/

/*Ui Clean Up*/

.inner_txt h2 {
    font-size: 38px;
    margin-top: .7em;
}

.video_section {
    margin-top: -200px;
}

@media all and (max-width: 479px) {
    .container-trade .cover_box a.access_text {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        width: 66%;
        display: block;    
    }

    p.get_up {
        height: unset;
        min-height: 9em;
    }
}

@media all and (min-width: 480px) and (max-width: 523px) {
    .container-trade .cover_box a.access_text {
        font-size: 15px;
        padding-left: 16px;
        padding-right: 16px;
        display: block;    
    }
}

@media all and (min-width: 524px) and (max-width: 662px) {
    .container-trade .cover_box a.access_text {
        font-size: 15px;
        padding-left: 27px;
        padding-right: 27px;
        display: block;    }
}

@media all and (min-width: 768px) {
    .container-trade .cover_box a.access_text {
        display: block;
    }
}

@media all and (min-width: 517px) and (max-width: 547px) {
    .cover_box p.get_up {
        height: unset;
        min-height: 7em;
    }
}

@media all and (min-width: 815px) and (max-width: 991px) {
    .row.align-items-end.number-of-items-2 .tschannels .cover_box p.get_up {
        height: unset;
        min-height: 6em;
        font-size: 15px;
    }
}

@media all and (min-width: 950px) and (max-width: 991px) {
    .row.align-items-end.number-of-items-3 .tschannels .cover_box p.get_up {
        height: unset;
        min-height: 6em;
        font-size: 15px;
    }
}

@media all and (min-width: 663px) and (max-width: 991px) {
    .container-trade .cover_box a.access_text {
        font-size: 15px;
    }
}

@media all and (min-width: 992px) {
    .container-trade .cover_box a.access_text {
        margin-left: auto; /*4%;*/
        margin-right: auto; /*4%;*/
        width: 66%;
        font-size: 16px;
    }

    .container-trade .row.align-items-end.number-of-items-2 .cover_box a.access_text {
        margin-left: auto; /*4%;*/
        margin-right: auto; /*4%;*/
        width: 66%;
        font-size: 16px;
    }

    .container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
        margin-left: auto; /*4%;*/
        margin-right: auto; /*4%;*/
        width: 71%;
        font-size: 16px;
    }   
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .row.align-items-end.number-of-items-2 .tschannels .cover_box p.get_up {
        height: unset;
        min-height: 4em;
        font-size: 15px;
    }
}


@media all and (min-width: 992px) and (max-width: 1054px) {
    .row.align-items-end.number-of-items-3 .tschannels .cover_box p.get_up {
        height: unset;
        min-height: 5em;
        font-size: 15px;
    }
}

@media all and (min-width:1055px) and (max-width: 1199px) {
    .row.align-items-end.number-of-items-3 .tschannels .cover_box p.get_up {
        height: unset;
        min-height: 4em;
        font-size: 15px;
    }
}

@media all and (min-width: 1163px) and (max-width: 1199) {
    .home .video_section {
        margin-top: -190px !important;
    }
}

@media all and (min-width: 1200px) {
    /*
    .inner_txt.new_home {
        padding-top: 10em;
    } 
    */

    .inner_txt.new_home h2 {
        font-size: 38px !important;
    }

    .video_section {
        margin-top: -155px !important;
    }    
   
    .container-trade .cover_box a.access_text {
        margin-left: auto; /*2%;*/
        margin-right: auto; /*2%;*/        
        width: 100%; /*unset;*/ /*60%;*/
        font-size: 16px;

        padding: 1rem .9rem 1rem .9rem !important;
    }

    .container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
        margin-left: auto; /*2%;*/
        margin-right: auto; /*2%;*/        
        width: 100%; /*unset;*/ /*60%;*/
        font-size: 16px;

        padding: 1rem .9rem 1rem .9rem !important;
    }
}

@media all and (min-width: 1358px) {
    .container-trade .cover_box a.access_text {
        width: unset;
        margin-left: 6%;
        margin-right: 6%;
    }

    .container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
        width: unset;
        margin-left: 6%;
        margin-right: 6%;
    }

}

@media all and (min-width: 1367px) {

    .inner_txt.new_home {
        padding-top: 8em;
    } 
}

@media all and (min-width: 1369px) {
    .cover_box p.get_up {
        min-height: 5em;
    }
}

@media all and (min-width: 1339px) {
    .cover_join .join_text {
        min-height: 5em;
        overflow: hidden;
    }
}

@media all and (min-width: 1457px) {
    .container-trade .cover_box a.access_text {
        margin-left: 5%;
        margin-right: 5%;
    }

    .container-trade .row.align-items-end.number-of-items-3 .tschannels .cover_box a.access_text {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media all and (min-width: 1573px) {
    .container-trade {
        /*max-width: 1440px;*/
        margin: 0 auto 0 auto;
    }    
}

.cover_join .join_text, .cover_box p.get_up {
    line-height: 1.69;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    padding: 0 0 0 0;
}

.container-trade .cover_txt .list_title {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.join_data .join_image_text {
    color: #747474;
}

@media all and (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

/* 
 * 2 Columns for TradeStation Channels 
 * that behave like 5 column layout for 
 * YCT Channels at screen size below 768px
*/
@media all and (max-width: 362px) {
    .cover_box p.get_up {
        min-height: 6em;
        font-size: 15px;
    }
}

@media all and (min-width: 363px) and (max-width: 479px) {
    .cover_box p.get_up {
        min-height: 4em;
        font-size: 15px;
    }
}

@media all and (max-width: 479px) {
    .kick_starts .tschannels {
        padding-left: 15px;
        padding-right: 15px;
    }

    div.tschannels.empty-column {
        display: none;
    }

    .kick_starts.kick_home {
        margin-bottom: 0px;
    }

    .kick_starts .tschannels .free_imgs {
        display: unset !important;
    }

}

@media all and (min-width: 480px) and (max-width: 767px) {    
    div.tschannels {
        width: unset;
        min-width: 45%;
        max-width: 48%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div.tschannels {
        margin-left: 1.4%; /*1.166666667%;*/
    }

    .container-trade .row.align-items-end {
        min-width: 100%;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        display: flex;
        flex-wrap: wrap;

        margin-top: 6rem;
    }

    .kick_starts .tschannels .free_imgs {
        display: unset !important;
    }

    .cover_box p.get_up {
        height: unset;
        min-height: 7em;
        font-size: 15px;
    }

}

@media all and (min-width: 548px) and (max-width: 691px) {    
    .cover_box p.get_up {
        height: unset;
        min-height: 6em;
        font-size: 15px;
    }
}

@media all and (min-width: 692px) and (max-width: 767px) {    
    .cover_box p.get_up {
        height: unset;
        min-height: 4em;
        font-size: 15px;
    }
}

@media all and (min-width: 768px) {
    .row.align-items-end.number-of-items-2 div.tschannels {
        min-width: 15.45%;
        max-width: 37.75%;
        float:left;
        margin-left: 1.4%; /*1.166666667%;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row.align-items-end.number-of-items-3 div.tschannels {
        min-width: 15.45%;
        max-width: 31.5%;
        float:left;
        margin-left: 1.4%; /*1.166666667%;*/
        padding-left: 0 !important;
        padding-right: 0 !important;    
    }

    .row.align-items-end.number-of-items-2 div.tschannels.empty-column {
        min-width: 9.45%;
        max-width: 3%;
        float:left;
        margin-left: 1.4%; /*1.166666667%;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row.align-items-end.number-of-items-3 div.tschannels.empty-column {
        display: none;
    }

    .container-trade .row.align-items-end {
        min-width:100%;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
        display: flex;
        flex-wrap: wrap;

        margin-top: 6rem;
    }

    .kick_starts .tschannels .free_imgs {
        display: unset !important;
    }    
}

@media all and (min-width: 992px) {
    div.tschannels {
        width: unset;
    }
}

@media all and (min-width: 1200px) {
    div.tschannels {
        width: unset;

        min-width: 15.45%; /*18.45%;*/ /*15.45%;*/
        max-width: 20.834%;
        float:left;
        margin-left: 1.4%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row.align-items-end.number-of-items-2 div.tschannels {
        width: unset;

        min-width: 15.45%; /*18.45%;*/ /*15.45%;*/
        max-width: 20.834%;
        float:left;
        margin-left: 1.4%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .row.align-items-end.number-of-items-3 div.tschannels {
        width: unset;

        min-width: 15.45%; /*18.45%;*/ /*15.45%;*/
        max-width: 20.834%;
        float:left;
        margin-left: 1.4%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row.align-items-end.number-of-items-2 div.tschannels.empty-column {
        min-width: 26.366%; /*23.366%;*/ /*26.366%;*/
        display: block;
    }

    .row.align-items-end.number-of-items-3 div.tschannels.empty-column {
        min-width: 15.25%;
        display: block;
    }
}

/*Trading Content*/
@media all and (min-width: 801px) {
    p.trading_content {
        min-height: 11em;
    }

    .trading_learn a {
        padding: 10px 20px;
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 992px) {
    p.trading_content {
        min-height: 8em;
    }

    .trading_learn a {
        padding: 10px 20px;
        display: block;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
}











/* Small devices (portrait larger phones, 320px and up) */
@media (min-width: 320px) {

    .home .header_sect {
        z-index: 999999999;
    }

    .home .main_bg {
        height: 400px;
    }

    .home h2.banner_title {
        margin-top: -1rem;
    }

    .home .video_section {
        margin-top: -160px;
    }

    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 300px;
        max-height: 166px;
        border-radius: 10px;
        line-height: 1;
    }

    .yctAppBar #yctButton {
        width: 84px;
        height: 70px;
    }

    .yctAppBar #yctAppleButton {
        width: 123px;
        height: 36px;
    }

    .yctAppBar p {
        font-size: 12px;
        font-weight: 600;
        color: #150958;
        padding: 5px;
        margin: 3px;
    }

    .home .modal {
        z-index: 999999999!important;
    }

    .home .tradestation-ribbon-wrapper {
        width: 100%;
        height: 51px;
        text-align: center;
        background: #60c4ad;
        /* border-bottom: solid 8px #1288cb; */
    }

    .home .tradestation-ribbon {
        max-width: 1220px;
        height: 100%;
        margin: auto
    }

    .home img.ribbon-logo.large {
        display: none!important;
    }

    .home img.ribbon-logo.mobile {
        display: block!important;
        margin: 12px 10px 12px;
        width: 22.2px;
        height: 24px;
        float: left;
    }

    .home .tradestation-ribbon p {
        margin: auto;
        font-size: 14px;
        color: #fff;
        /* padding: 1.5rem 3rem; */
        display: none;
    }

    .home span.mobile {
        float: left;
        width: 75%;
        text-align: left;
        /* padding: 0.25rem 0 0 1rem; */
        margin: 8px 0 0 8px;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        text-decoration: underline;
    }

    .home img.open-account {
        width: 193px;
        padding: 1rem 0;
    }

    .home img.open-account.large {
        display: none;
    }

    .home .closeWrapper {
        padding-top: 12px;
    }

    .home img#white-x {
        width: 16px;
        /* margin-top: 1rem; */
        margin-top: 8px;
        margin-right: 8px;
    }

    .home .modal-dialog {
        width: 350px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .home .modal-content {
        width: 100%;
        height: auto;
    }

    .home .modal-footer img.modal-acknowledge {
        margin: 1rem auto;
        display: block;
    }

    .home .modal-footer a.fusion-button {
        background: none;
        color: #1288cb;
        width: 100%;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 50px;
    }

    img.yct-logo {
        width: 52px;
        margin-top: -8rem;
        float: right;
    }

    div#trade_pop {
        float: left;
        margin-right: 3rem;
    }

    .home .fusion-standard-logo {
        display: none!important;
    }

    .home.page-template-new-home .fusion-mobile-logo {
        display: none!important;
    }

    .home .fusion-logo .home-logo {
        display: none!important;
    }

    .home .fusion-sticky-logo {
        display: block !important;
        margin-top: -8rem;
    }

    .home .fusion-logo {
        top: 60px;
    }

    .home .tradestation-banner-wrapper {
        width: 100%;
        height: 375px;
        float: left;
        text-align: center;
        margin-top: 30px;
    }

    .home .tradestation-banner-wrapper .container-trade {
        height: 100%;
    }

    .home .tradestation-banner-wrapper .tradestation-banner {
        background: url('/wp-content/themes/Avada-Child-Theme/images/banner-background-320.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .row .tradestation-logo {
        width: 200px;
        float: left;
        margin: 3rem 8rem 3rem;
    }

    .home .tradestation-banner-wrapper .tradestation-banner h2 {
        font-size: 18px!important;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 2rem;
        color: #fff;
    }

    .home .tradestation-banner-wrapper .tradestation-banner p {
        font-size: 16px;
        padding: 0 3rem;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .open-account-banner {
        width: 178px;
        margin-top: 2rem;
    }

    .home .modal-header img.modal-1.yct-logo {
        margin-top: 0rem!important;
        margin-right: 0rem!important;
        float: left;
    }

    .home .modal-header img.modal-2.yct-logo {
        margin-top: 0rem!important;
        margin-right: 0rem!important;
        float: left;
    }

    .home h3#modal-heading-1, .home h3#modal-heading-2 {
        font-size: 24px;
        font-weight: 600!important;
        float: left;
    }

    .home h3#modal-heading-1 {
        margin-top: -3.5rem;
        margin-left: 8rem;
        font-size: 16px!important;
    }

    .home h3#modal-heading-2 {
        margin-top: -4rem;
        margin-left: 8rem;
    }

    img.open-account-banner {
        width: 178px;
        margin-bottom: 4rem;
    }

    .cover_box {
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .cover_box:hover {
        -webkit-transform: scale(1.03,1.03);
        -ms-transform: scale(1.03,1.03);
        -o-transform: scale(1.03,1.03);
        -moz-transform: scale(1.03,1.03);
        transform: scale(1.03,1.03);
    }

    .full_frame {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
        width: 100%;
        max-width: 100%;
    }

    .resp-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        max-width: 90%;
        height: 90%;
        border: 0;
        box-shadow: none;
        margin-left: 5%;
    }

    .open-account-banner {
        width: 100%;
    }

    .home .fusion-sticky-logo {
        margin-top: -6.25rem; /*-7rem;*/
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
    }

    .home .modal-dialog.modal-lg {
        margin-top: 5rem!important;
        width: 90%!important;
        min-height: 700px;
        height: calc(75% - 90px)!important;
    }

    .home .modal-content {
        height: auto!important;
    }

    .home .modal-header {
        margin: 3rem 2rem 0rem!important;
    }

    .home .modal-content hr {
        margin: 0 2rem;
    }

    .home .modal-body {
        margin: 1rem 2rem 0!important;
    }

    .CoachesLogos {
        margin-bottom: 2rem;
        padding-top: 0!important;
        padding-bottom: 18px!important;
        background: #c4c4c4!important;
    }

    .logos_section h2, .logos_section p {
        color: #fff;
    }

    .logos_section h2 {
        font-size: 32px;
    }

    .logos_section p {
        font-size: 18px;
        margin-bottom: 48px;
        max-width: 875px;
        margin-left: auto;
        margin-right: auto;
    }

    .logos_section .col-sm-1 {
        width: 50%;
        height: 100px;
    }

    .fusion-text .logos_section .col-sm-1 .logos_img {
        width: 100%;
    }

    .logos_section .col-sm-1:first-child {

    }

    .logos_section .col-sm-1:last-child {
        margin-right: 0!important;
    }

    .fusion-text .logos_section h2, .fusion-text .logos_section p {
        color: #fff;
    }

    .fusion-text .logos_section h2 {
        font-size: 32px!important;
    }

    .fusion-text .logos_section .col-sm-1:first-child {
    }

    .fusion-text .logos_section .col-sm-1 {
    }

    .fusion-text .logos_section .col-sm-1.last-row {
        margin-right: 0;
    }

    [style="background-color: #58585b;background-position: center center;background-repeat: no-repeat;padding-top:50px;padding-right:30px;padding-bottom:0px;padding-left:30px;"] {
        /* background-color: #c4c4c4!important; */
        /* padding-top: 0!important; */
    }

    .fusion-section-separator.section-separator.triangle {
        border: none!important;
    }

    .fusion-section-separator .divider-candy-arrow.top {
        border-bottom-color: #c4c4c4!important;
    }

    .fusion-section-separator .divider-candy.top {
        border-bottom: 1px solid #c4c4c4!important;
        border-left: 1px solid #c4c4c4!important;
    }
}

/* Small devices (landscape larger phones, 320px and up) */
@media (min-width: 320px) and (max-width: 800px) and (orientation: landscape) {
    .home h2.banner_title {
        margin-top: 5rem;
    }

    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 520px;
        max-height: 70px;
        /*width: 98%;*/
        border-radius: 10px;
        line-height: 1;
    }
    .yctAppBar #yctButton {
        float: left;
        width: 84px;
        height: 70px;
    }
    .yctAppBar #yctAppleButton {
        float: right;
        width: 124px;
        height: 36px;
        margin-top: 17px;
        margin-right: 17px;
    }
    .yctAppBar p {
        font-size: 12px;
        font-weight: 600;
        color: #150958;
        max-width: 227px;
        text-align: left;
        float: left;
        margin-top: 10px;
    }

    .home .modal-footer a.fusion-button {
        float: left;
        margin-top: 1.5rem;
        margin-left: 90px;
        width: unset;
    }

    .home .modal-footer img.modal-acknowledge {
        float: right;
        margin-right: 90px;
    }

    .home .tradestation-ribbon-wrapper {
        height: 60px;
    }

    .home img.ribbon-logo.large {
        display: none;
    }

    .home img.ribbon-logo.mobile {
        /* margin: 1rem; */
        margin-top: 15px;
        margin-right: 22px;
        width: 22.2px;
        height: 24px;
        float: left;
    }

    .home span.mobile {
        display: none;
        width: 48%!important;
    }

    .home p.large {
        display: block;
        text-align: left;
        width: 48%;
        float: left;
        line-height: 1.5;
        /* padding: .5rem 0 0 1rem; */
        margin-top: 12px;
        font-size: 12px;
        color: #fff;
    }

    .home img.open-account.large {
        margin-top: .75rem;
        margin-left: -2rem;
        /* width: 15rem; */
        width: 152px;
        display: inline-block;
    }

    .home img#white-x {
        float: right;
        width: 16px;
        /* margin-top: 1.25rem; */
        /* margin-right: 2rem; */
        margin-top: 15px;
        margin-right: 22px;
    }

    .home .fusion-sticky-logo {
        margin-top: -2rem;
    }

    .home .modal-dialog.modal-lg {
        margin-top: 5rem!important;
        width: 90%!important;
        min-height: 680px;
    }
    
    .home .tradestation-ribbon-wrapper {
        width: 100%;
        /* height: 51px; */
        height: 60px;
        text-align: center;
        background: #60c4ad;
        /* border-bottom: solid 8px #1288cb; */
    }

    .home .header_sect {
        display: none;
    }

    .home .modal-dialog {
        margin-left: auto!important;
        margin-right: auto!important;
        width: 500px!important;
    }

    .home .fusion-sticky-logo {
        margin-top: -2rem;
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
        margin-left: 0!important;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .row .tradestation-logo {
        width: 300px;
        float: left;
        margin: 3rem 18rem 3rem;
    }

    .home .tradestation-banner-wrapper .tradestation-banner h2 {
        font-size: 24px!important;
        line-height: 1.25!important;
    }

    .home .tradestation-banner-wrapper {
        height: 350px;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 30px;
    }

    .home .video_section {
        /* margin-top: -225px; */
    }

    .logos_section .col-sm-1 {
        width: 25%;
        height: 100px;
    }

    .logos_section .col-sm-1:first-child {
        /* margin-left: 10rem; */
    }
}

@media (min-width: 375px) and (orientation: portrait) {
    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 375px;
        max-height: 195px;
        width: 98%;
        border-radius: 10px;
        line-height: 1;
    }

    .yctAppBar #yctButton {
        width: 99px;
        height: 82px;
    }

    .yctAppBar #yctAppleButton {
        width: 145px;
        height: 43px;
    }

    .yctAppBar p {
        font-size: 14px;
        font-weight: 600;
        color: #150958;
        padding: 1rem;
    }
}

@media (min-width: 375px) and (orientation: landscape) {
    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 520px;
        max-height: 70px;
        width: 98%;
        border-radius: 10px;
        line-height: 1;
    }

    .yctAppBar #yctButton {
        width: 84px;
        height: 70px;
    }

    .yctAppBar #yctAppleButton {
        width: 123px;
        height: 36px;
        margin-top: 17px;
        margin-right: 17px;
    }

    .yctAppBar p {
        font-size: 12px;
        font-weight: 600;
        color: #150958;
        padding: 0;
        margin-left: 8px;
        margin-top: 15px;
        max-width: 280px;
    }
}

/* Medium devices (landscape phones, 569px and up) */
@media (min-width: 569px) and (max-width: 800px) and (orientation: landscape) {
    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 600px;
        max-height: 90px;
        border-radius: 10px;
        line-height: 1;
    }
    .yctAppBar #yctButton {
        width: 108px;
        height: 90px;
    }

    .yctAppBar #yctAppleButton {
        width: 152px;
        height: 45px;
        margin-top: 25px;
        margin-right: 25px;
    }

    .yctAppBar p {
        font-size: 14px;
        font-weight: 600;
        color: #150958;
        padding: 0;
        margin-left: 10px;
        margin-top: 25px;
        max-width: 300px;
    }

    .page-template-new-home .main_bg {
        height: 500px;
    }

    .home .video_section {
        margin-top: -225px;
    }

    .home h2.banner_title {
        margin-top: 0!important;
    }

    .home .tradestation-ribbon-wrapper {
        /* height: 200px; */
    }

    .home .header_sect {
        display: none;
    }

    .home .modal-dialog {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .home .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        width: 500px!important;
    }

    .home img.yct-logo {
        /* margin-top: 1rem; */
    }

    .home .fusion-sticky-logo {
        margin-top: -7rem;
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
        margin-left: 0!important;
    }

    .home .tradestation-banner-wrapper {
        height: 350px;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .row .tradestation-logo {
        width: 300px;
        float: left;
        margin: 3rem 18rem 3rem;
    }

    .home .tradestation-banner-wrapper .tradestation-banner h2 {
        font-size: 24px!important;
        line-height: 1.25!important;
    }

    .home img.open-account.large {
        /* margin-top: -.25rem!important; */
        margin-top: 16px!important;
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home .tradestation-banner-wrapper .tradestation-banner {
        background: url('/wp-content/themes/Avada-Child-Theme/images/banner-background-tablet-portrait@3x.png');
        background-size: cover;
    }
    
    .video_section iframe {
        margin-left: 0%;
    }

    /*
    .home h2.banner_title {
        margin-top: 5rem;
    }
    */

    .yctAppBar {
        width: 80%;
        /* margin-top: 0; */
    }

    .logos_section {
        padding: 48px 0 0!important;
    }

    .logos_section .col-sm-1 {
        width: 25%;
        height: 60px;
    }

    .logos_section .col-sm-1:first-child {
        /* margin-left: 10rem; */
    }

    /*
    .home .fusion-sticky-logo {
        margin-top: -6rem;
    }
    */

    .home .tradestation-ribbon-wrapper {
        height: 60px;
    }

    .home img.ribbon-logo.large {
        display: block!important;
        width: 153px;
        margin-top: 14px;
        margin-left: 32px;
        margin-right: 32px;
        float: left;
    }

    .home img.ribbon-logo.mobile {
        display: none!important;
    }

    .home .tradestation-ribbon p {
        display: block;
        text-align: left;
        float: left;
        margin-top: 10px;
        line-height: 1.25;
    }

    .home span.mobile {
        display: none;
    }

    .home img#white-x {
        margin-top: 1.75rem;
    }

    .home img.open-account.large {
        display: block;
        float: left;
        margin: .85rem 3rem 0;
        padding: 0;
    }

    .home .modal-dialog.modal-lg {
        margin-top: 5rem!important;
        width: 600px!important;
        height: 600px!important;
        min-height: unset;
    }

    .home .modal-header {
        margin: 5rem 5rem 2rem!important;
    }

    .home .modal-body {
        margin: 5rem 5rem 0rem!important;
    }

    .home #modal-2.modal-body {
        margin: 5rem 5rem!important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (orientation: landscape) {
    .yctAppBar #yctButton {
        width: 108px;
        height: 90px;
    }

    .yctAppBar #yctAppleButton {
        width: 152px;
        height: 45px;
        margin-top: 25px;
        margin-right: 25px;
    }

    .home img.ribbon-logo.large {
        margin-top: 1.75rem;
    }

    .ua-mobile .modal-open .fusion-modal .modal-dialog {
        height: unset;
    }

    .home .modal-header {
        margin: 3rem 5rem 0rem!important;
    }

    .home h3#modal-heading-1 {
        margin-top: -3rem;
    }

    .home .modal-content hr {
        margin: 0 5rem;
    }

    .home .modal-body {
        margin: 1rem 5rem 0rem!important;
    }

    .home .modal-footer a.fusion-button {
        float: left;
        margin-top: 1.5rem;
        margin-left: 160px;
        width: unset;
    }
    
    .home .modal-footer img.modal-acknowledge {
        float: right;
        margin-right: 150px;
    }

    .page-template-new-home .fusion-main-menu {
        /*
        right: 0px;
        top: 0!important;
        */
    }

    .home img.ribbon-logo.large {
        display: block!important;
        width: 131px;
        float: left;
        margin-top: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .home img.ribbon-logo.mobile {
        display: none!important;
    }

    .home p.large {
        width: 54%;
        text-align: left;
        margin-top: 20px;
        /* margin-top: 1.5rem; */
        /* padding-top: 2rem; */
        /* padding-left: 0.5rem; */
    }

    .home p.large br {
        display: none;
    }
    
    span.mobile {
        display: none;
    }

    .home img.open-account.large {
        /* margin: .25rem 0.75rem 0; */
        margin: .75rem .5rem 0;
        margin-top: 1.4rem!important;
    }

    .home img#white-x {
        margin: 1.8rem 2rem 1.8rem 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .yctAppBar {
        display: inline-flex;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: unset;
        max-height: 90px;
        border-radius: 10px;
        line-height: 1;
    }

    .yctAppBar p {
        font-size: 14px;
        font-weight: 600;
        color: #150958;
        padding: 0;
        margin-left: 2.5vw !important;
        margin-right: 2.5vw !important;
        margin: 20px;
        margin-top: 25px;
        min-width: 52%;
        width: 47vw;

        max-width: unset;
    }
}

/* Large devices (desktops and tablets, 992px and up) */
@media (min-width: 992px) {
    .home .tradestation-banner-wrapper .tradestation-banner {
        background: url('/wp-content/themes/Avada-Child-Theme/images/banner-background-tablet-landscape@3x.png');
    }
    
    .home h2.banner_title {
        margin-top: -1rem;
    }

    .yctAppBar {
        width: 95%;
        /* margin-top: 0; */
    }

    .logos_section .col-sm-1 {
        margin-right: 2.75%!important;
        width: 20%;
        height: 120px;
    }

    .fusion-text .logos_section .col-sm-1 .logos_img {
        width: 100%;
    }

    .logos_section .col-sm-1:first-child, .logos_section .col-sm-1:nth-child(5) {
        margin-left: 7%;
    }

    .home img.open-account.large {
        margin-top: 18px!important;
        padding: 0;
    }

    .home img.ribbon-logo.mobile {
        display: none!important;
    }

    .home img.ribbon-logo.large {
        display: block!important;;
        margin-top: 18px;
    }

    .home .tradestation-ribbon-wrapper {
        margin-top: -10px;
    }

    .home img#white-x {
        margin-top: 0;
        margin-right: 3rem;
        margin-bottom: 0;
        padding-top: 24px;
    }

    .page-template-new-home .fusion-main-menu {
        /*
        right: 0px;
        top: 50px!important;
        */
    }

    .home p.large br {
        display: none;
    }

    .home .tradestation-ribbon p {
        margin-top: 2.1rem;
        margin-top: 26px;
    }

    .home .tradestation-ribbon * {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .home .fusion-sticky-logo {
        margin-top: -2rem;
    }

    .home .modal-dialog.modal-lg {
        height: calc(60% - 90px)!important;
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
    }

    .home .tradestation-banner-wrapper .tradestation-banner {
        background: url('/wp-content/themes/Avada-Child-Theme/images/banner-background-tablet-portrait@3x.png');
        background-size: cover!important;
        background-repeat: no-repeat;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .home .tradestation-banner-wrapper .tradestation-banner h2 {
        font-size: 35px!important;
        font-weight: bold;
        line-height: 38px!important;
        margin-bottom: 2rem;
        color: #fff;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .row .tradestation-logo {
        margin: 3rem 36rem 3rem;
    }
}

/* Large devices (desktop and landscape tablets, 992px and up) */
@media (min-width: 992px) and (orientation: landscape) {

    .video_section iframe {
        /* margin-left: 5%; */
    }

    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 970px;
        max-height: 119px;
        /*width: 98%;*/
        border-radius: 10px;
        line-height: 1;
    }
    .yctAppBar #yctButton {
        float: left;
        width: 151px;
        height: 119px;
    }
    .yctAppBar #yctAppleButton {
        float: right;
        width: 186px;
        height: 55px;
        margin-top: 33px;
        margin-right: 33px;
    }
    .yctAppBar p {
        font-size: 20px;
        font-weight: 600;
        color: #150958;
        /*max-width: 540px;*/
        text-align: left;
        float: left;
        margin-top: 30px; /*35*/
        margin-left: 20px;
        
        width: 50.5%;
        max-width: unset;
    }

    .home .tradestation-ribbon p {
        margin-top: 28px;
    }

    .home img.open-account.large {
        margin-top: 22px!important;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 970px;
        max-height: 119px;
        /*width: 98%;*/
        border-radius: 10px;
        line-height: 1;
    }
    .yctAppBar #yctButton {
        float: left;
        width: 151px;
        height: 119px;
    }
    .yctAppBar #yctAppleButton {
        float: right;
        width: 186px;
        height: 55px;
        margin-top: 30px;
        margin-right: 30px;
    }
    .yctAppBar p {
        font-size: 20px;
        font-weight: 600;
        color: #150958;
        max-width: 510px;
        text-align: left;
        float: left;
        margin-left: 30px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .home h2.banner_title {
        margin-top: 3rem!important;
    }

    .video_section iframe {
        /*margin-left: 5%;*/
    }

    .yctAppBar {
        display: inline-block;
        background: #e0e0e0;
        margin: auto;
        margin-top: 1rem;
        padding-bottom: 2rem;
        max-width: 970px;
        max-height: 119px;
        line-height: 1;
    }
    .yctAppBar #yctButton {
        float: left;
        width: 151px;
        height: 119px;
    }
    .yctAppBar #yctAppleButton {
        float: right;
        width: 186px;
        height: 55px;
        margin-top: 35px;
        margin-right: 35px;
    }
    .yctAppBar p {
        font-size: 20px;
        font-weight: 600;
        color: #150958;
        max-width: 580px;
        text-align: left;
        float: left;
        margin-top: 35px;
        margin-left: 15px;
    }

    .logos_section .col-sm-1 {
        margin-right: 2.75%!important;
        width: 10%;
        height: 120px;
    }

    .logos_section .col-sm-1:nth-child(5) {
        margin-left: 0;
    }

    .home .modal-footer img.modal-acknowledge {
        margin-right: unset;
        float: unset;
        margin: auto;
    }

    .home .modal-footer a.fusion-button {
        float: unset;
        margin-left: unset;
    }

    .page-template-new-home .fusion-header-wrapper {
        position: absolute;
        width: 100%;
    }

    .page-template-new-home .fusion-main-menu {
        right: 0px;
    }
    
    .header_sect {
        display: block!important;
    }

    .home .modal-dialog.modal-lg {
        margin-top: 12rem!important;
        width: 500px!important;
        height: 680px!important;
    }

    .home .tradestation-ribbon-wrapper {
        width: 100%;
        height: 60px!important;
        text-align: center;
        background: #60c4ad;
        /* border-bottom: solid 8px #1288cb; */
    }
    
    .home .tradestation-ribbon {
        max-width: 1220px;
        height: 100%;
        margin: auto
    }

    .home .tradestation-ribbon * {
        display: inline;
    }
    
    .home img.ribbon-logo.large {
        margin-top: 14px!important;
        margin-right: 3rem;
        width: 193px;
    }

    .home img.ribbon-logo {
        margin-top: .5rem;
        margin-bottom: -.5rem;
        padding-top: 0rem;
        width: 193px;
        float: left;
    }

    .home img.ribbon-logo.mobile {
        display: none;
    }
    
    .home .tradestation-ribbon p {
        margin: auto;
        font-size: 16px;
        color: #fff;
        margin-top: 26px;
        float: left;
    }

    .home img.open-account.large {
        margin: 0 3rem;
        margin-top: 18px!important;
        width: 193px;
    }

    .home span.mobile {
        display: none;
    }
    
    .home img.open-account {
        width: 193px;
        padding: 1rem 0;
        float: left;
    }

    .home img#white-x {
        margin-top: 4px;
    }

    .home .fusion-sticky-logo {
        margin-top: -2rem; /*0rem;*/
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    /*
    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 90%!important;
        max-width: 100%!important;
        height: 90%!important;
        margin-left: 5%!important;
    }
    */

    .home .tradestation-banner-wrapper .tradestation-banner {
        background: url('/wp-content/themes/Avada-Child-Theme/images/banner-background-desktop-large3x.png');
        /* background-size: contain!important; */
        height: 333px;
    }

    .home .tradestation-banner-wrapper .tradestation-banner .row .tradestation-logo {
        margin: 3rem 5rem 0rem;
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .video_section {
        max-width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Extra large devices (extra large desktops, 1600px and up) */
@media (min-width: 1600px) {
    .video_section iframe {
        margin-left: 0%!important;
    }

    img#yctAppleButton {
        margin: 30px 33px 0 0;
    }

    .yctAppBar {
        width: 100%;
        margin-top: 1rem;
    }

    .yctAppBar p {
        width: 52%;
    }

    .home img.ribbon-logo.large {
        margin-top: 12px!important;
    }

    .home .tradestation-ribbon p {
        margin-top: 24px;
    }

    .home img.open-account.large {
        margin-top: 16px!important;
    }

    .page-template-new-home .fusion-main-menu {
        right: 0px;
        top: 65px;
    }

    .page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-main-menu {
        top: 0px!important;
    }

    .home .video_section {
        margin-left: auto;
        margin-right: auto;
        padding-left: 18%;
        padding-right: 18%;
    }

    .full_frame {
        position: relative!important;
        overflow: hidden!important;
        padding-top: 56.25%!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .resp-iframe {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
        margin-left: 0!important;
    }
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
    .fusion-header-sticky-height {
        height: 109px !important;
    }

    .fusion-header {
        padding-right: 15px;
        height: 109px !important;
    }
    
    .page-template-new-home .fusion-header {
        padding-right: 0;
    }

    .page-template-new-home .fusion-header .fusion-logo {
        margin-top: 65px !important;
    }

    .page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-logo {
        margin-top: 90px !important;
    }

    .page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-main-menu {
        margin-top: 30px;
    }

    .fusion-header.fusion-sticky-shadow {
        height: unset !important;
    }

    .fusion-is-sticky .fusion-main-menu > ul > li {
        padding-right: 26px !important;
    }
}

@media only screen and (min-width: 992px) {
    .page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-logo {
        margin-top: 50px !important;
    }

    .page-template-new-home .fusion-header.fusion-sticky-shadow .fusion-main-menu {
        margin-top: 30px;
    }

    .fusion-header.fusion-sticky-shadow {
        height: unset !important;
    }

}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .video_section {
        max-width: 85%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*End Ui Clean Up*/

@media only screen and (max-width: 800px) {
    /*Make menu and breadcrumb bars stick to the top*/
    header.fusion-header-wrapper:not(.is-root-url) {
        position: fixed;
        width: 100%;
        top: 0;
    }
    header.fusion-header-wrapper.page-as-adminbar:not(.is-root-url) {
        top: 32px;
    }

    div#wrapper div.fusion-page-title-bar:not(.is-root-url) {
        position: fixed;
        z-index: 20;
        top: 57px;
    }
    div#wrapper div.fusion-page-title-bar.page-as-adminbar:not(.is-root-url) {
        top: 89px;
    }
}
@media only screen and (max-width: 782px) {
    header.fusion-header-wrapper.page-as-adminbar:not(.is-root-url) {
        top: 46px;
    }
    div#wrapper div.fusion-page-title-bar.page-as-adminbar:not(.is-root-url) {
        top: 102px;
    }
}

/* Here starts All Access Pass banner at front page */
/* if the All Access Pass banner is removed from home-page you can remove it from this file */
.inserted-all-access-banner .fusion-fulwidth.fullwidth-box {
    padding-left: 30px;
    padding-right: 30px;
}
.inserted-all-access-banner .all-callout {
     position: absolute;
     right: 14%;
     top: 15px;
     max-height: 240px;
 }
.inserted-all-access-banner .all-banner>p{
    margin-bottom: 0;
}
.inserted-all-access-banner .all-acc-button-info {
    background: linear-gradient( to top, #1076b2, #1288c9 );
    border-radius: 25px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.inserted-all-access-banner .all-acc-button-checkout{
    background: #eaaa00 !important;
    border-radius: 25px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.inserted-all-access-banner .all-button-row{
    width: 50%;
    margin: 0 auto;
}
.inserted-all-access-banner .all-acc-button-checkout:hover{
    background: #ffcc45 !important;
}
.inserted-all-access-banner .all-logo{
    max-width: 250px;
}
.inserted-all-access-banner .all-text-box{
    text-align: center;
    width: 70%;
}
.inserted-all-access-banner .all-promo-title{
    font-size: 28px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 5px !important;
    font-weight: 500;
}
.inserted-all-access-banner .all-promo-title>strong{
    color: #eaaa00;
    font-weight: 800;
}
.inserted-all-access-banner .all-price-box{
    font-size: 30px;
    line-height: 1.1;
    color: #FFF;
    padding: 10px 20px !important;
    font-weight: 500;
    background: #1179b659 !important;
    width: fit-content;
    border-radius: 15px;
    margin: 15px auto !important;
}
.inserted-all-access-banner .all-price-box>strong{
    font-weight: 800;
}
.inserted-all-access-banner .all-access-back>.fusion-column-wrapper {
    background-size: cover !important;
}
@media only screen and (max-width: 320px) {
    .inserted-all-access-banner .all-logo{
        max-width: 100%;
    }
    .inserted-all-access-banner .all-text-box {
        margin: 25px auto;
    }
    .inserted-all-access-banner .all-promo-title {
        font-size: 20px;
    }
    .inserted-all-access-banner .all-price-box {
        font-size: 22px;
    }
    .inserted-all-access-banner .all-acc-button-info {
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-acc-button-checkout{
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-button-row{
        width: 100%;
    }
    .inserted-all-access-banner .all-button-row>.fusion-builder-row>.fusion-layout-column{
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 375px) {
    .inserted-all-access-banner .all-callout {
        width: 90%;
        right: 5% !important;
    }
    .inserted-all-access-banner .all-logo{
        max-width: 100%;
    }
    .inserted-all-access-banner .all-text-box {
        margin: 25px auto;
    }
    .inserted-all-access-banner .all-promo-title {
        font-size: 20px;
    }
    .inserted-all-access-banner .all-price-box {
        font-size: 22px;
    }
    .inserted-all-access-banner .all-acc-button-info {
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-acc-button-checkout{
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-button-row{
        width: 100%;
    }
    .inserted-all-access-banner .all-button-row>.fusion-builder-row>.fusion-layout-column{
        margin-bottom: 0 !important;
        background-position: 70% 50% !important;
    }
    .inserted-all-access-banner .all-text-box {
        margin-top: 230px;
    }
}
@media (max-width: 450px) and (min-width: 376px) {
    .inserted-all-access-banner .all-callout {
        width: 90% !important;
        right: 12px !important;
    }
}
@media (max-width: 600px) {
    .inserted-all-access-banner .all-text-box {
        width: 98%;
        margin-top: 245px;
        margin-bottom: 15px;
    }
    .inserted-all-access-banner .all-callout {
        right: 18%;
        max-height: 200px !important;
        top: 85px;
    }
    .inserted-all-access-banner .all-button-row>.fusion-builder-row>.fusion-layout-column{
        margin-bottom: 0 !important;

    }
}
@media all and (max-width: 800px) and (min-width: 600px) {
    .inserted-all-access-banner .all-text-box {
        margin: 160px 50% 0 auto !important;
        text-align: center;
        width: 100% !important;
    }
    .inserted-all-access-banner .all-callout {
        right: 4% !important;
        top: 15px;
        max-height: 180px;
    }
    .inserted-all-access-banner .all-button-row>.fusion-builder-row>.fusion-layout-column{
        margin-bottom: 0 !important;
        width: 48% !important;
    }
    .inserted-all-access-banner .all-button-row {
        margin-bottom: 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .inserted-all-access-banner .all-logo{
    }
    .inserted-all-access-banner .all-promo-title {
        font-size: 22px;
    }
    .inserted-all-access-banner .all-price-box {
        font-size: 26px;
    }
    .inserted-all-access-banner .all-acc-button-info {
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-acc-button-checkout{
        margin-top: 0;
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-button-row{
        width: 75%;
    }
}
@media all and (max-width: 1024px) and (min-width: 800px) {
    .inserted-all-access-banner .all-button-row>.fusion-builder-row>.fusion-layout-column{
        margin-bottom: 0;
    }
    .inserted-all-access-banner .all-callout {
        right: 6%;
        max-height: 200px;
    }
    .inserted-all-access-banner .all-text-box {
        margin: 0 50% 0 auto;
        text-align: center;
        width: 60%;
        margin-top: 25px;
    }
}
@media all and (max-width: 1440px) and (min-width: 1025px) {
    .inserted-all-access-banner .all-text-box {
        margin: 15px 30% 0 auto;
        text-align: center;
        width: 70%;
    }
    .inserted-all-access-banner .all-callout {
        position: absolute;
        right: 8%;
        top: 15px;
        max-height: 240px;
    }
}

@media (min-width: 640px) {
    .inserted-all-access-banner .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2 {
        width:calc(50% - ( ( 4% ) * 0.5 ) ) !important;
    }
}
@media (max-width: 640px) {
    .inserted-all-access-banner .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_2 {
        margin: 5px !important;
    }
}
/* Here ends All Access Pass banner at front page */

/* Level Sets Begins */
.pmpro_invoice_details .pmpro_invoice-billing-address, .pmpro_invoice_details .pmpro_invoice-payment-method, .pmpro_invoice_details .pmpro_invoice-total, .pmpro_invoice_details .pmpro_invoice-credit, .pmpro_invoice_details .pmpro_invoice-paid {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 25%;
    flex: 4 1 25%;
}

/* Level Sets Ends */

#wp-admin-bar-top-secondary {
    position: fixed !important;
    right: 0 !important;
    background: black !important;
}

.fusion-header:not(.fusion-sticky-shadow) {
    background-color: transparent !important;
}

@media screen and (max-width: 600px) {
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        left: unset;
    }
}

/* About Coach Pages */
#coach_about_page .main_bg {
    float: none;
    width: 100%;
    background: linear-gradient(230.42deg, #F6FAFD 19.02%, rgba(255, 255, 255, 0) 44.69%, #F9FAFC 68.76%);
    background-repeat: no-repeat;
    min-height: 570px;

    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .main_bg {
        float: none;
        width: 100%;
        background: linear-gradient(230.42deg, #F6FAFD 19.02%, rgba(255, 255, 255, 0) 44.69%, #F9FAFC 68.76%);
        background-repeat: no-repeat;
        min-height: 570px;
    
        overflow: hidden;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg {
        float: none;
        width: 100%;
        background: linear-gradient(230.42deg, #F6FAFD 19.02%, rgba(255, 255, 255, 0) 44.69%, #F9FAFC 68.76%);
        background-repeat: no-repeat;
        min-height: 473px;
    
        overflow: hidden;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg {
        float: none;
        width: 100%;
        background: linear-gradient(230.42deg, #F6FAFD 19.02%, rgba(255, 255, 255, 0) 44.69%, #F9FAFC 68.76%);
        background-repeat: no-repeat;
        
        height: 300px;
        min-height: unset;

        overflow: hidden;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg {
        float: none;
        width: 100%;
        background: linear-gradient(230.42deg, #F6FAFD 19.02%, rgba(255, 255, 255, 0) 44.69%, #F9FAFC 68.76%);
        background-repeat: no-repeat;
        
        height: 330px;
        min-height: unset;

        overflow: hidden;
    }
}

#coach_about_page .container-trade {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;

    position: relative;
    height: 100%;
}

#coach_about_page .main_bg .inner_txt {
    width: 58.86%;
    padding-top: 0;
    padding-left: 140px;
    text-align: left;
    margin-right: 1%;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .main_bg .inner_txt {        
        width: 57.5%;
        padding-top: 0;
        padding-left: 140px;
        text-align: left;
        margin-right: 1%;    

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg .inner_txt {
        width: 50%;
        padding-top: 0;
        padding-left: 35px;
        text-align: left;
        margin-right: 0;     

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .inner_txt {
        float: left;
        width: 58.86%;
        padding-top: 0;
        padding-left: 6.4%; /*24px;*/
        text-align: left;
        
        margin-right: 0;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .inner_txt {
        float: left;
        width: 56.86%;
        padding-top: 0;
        padding-left: 5.25%; /*24px;*/
        text-align: left;
        
        margin-right: 0;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

#coach_about_page .main_bg .inner_txt h2 {
    font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 55px !important;
    /* or 122% */
    
    display: flex;
    align-items: center;
    
    color: #333333;
    
    margin-top: 0;
    margin-bottom: 4.67%;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .main_bg .inner_txt h2 {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 39px !important;
        line-height: 55px !important;
        /* or 122% */
        
        display: flex;
        align-items: center;
        
        color: #333333;
        
        margin-top: 0;
        margin-bottom: 4.67%;
    }
}    

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg .inner_txt h2 {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 30px !important;
        line-height: 35px !important;
        /* or 122% */
        
        display: flex;
        align-items: center;
        
        color: #333333;
        
        margin-top: 0;
        margin-bottom: 4.67%;
    }
}    

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .inner_txt h2 {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 17px !important;
        line-height: 20px !important;
        /* or 122% */
        
        display: flex;
        align-items: center;
        
        color: #333333;
        
        margin-top: 0;
        margin-bottom: 4.67%;

        letter-spacing: -.4px;
    }
}    

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .inner_txt h2 {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 14px !important;
        line-height: 16px !important;
        /* or 122% */
        
        display: flex;
        align-items: center;
        
        color: #333333;
        
        margin-top: 0;
        margin-bottom: 4.67%;

        letter-spacing: -.4px;
    }
}    

#coach_about_page .main_bg .banner_double_quotes {
    max-width: 35px;
    margin-bottom: 4.2%;
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .banner_double_quotes {
        max-width: 24px;
        margin-bottom: 4.2%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .banner_double_quotes {
        max-width: 24px;
        margin-bottom: 4.2%;
    }
}

#coach_about_page .main_bg .banner_double_quotes img {
    width: 41.69%;
}

#coach_about_page .main_bg .banner_double_quotes img.first_image {
    margin-right: 16.7%;
    float: left;
}

#coach_about_page .main_bg .inner_txt p {
    font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.38px;

    color: #000000;

    margin-top: 0;
    max-width: 70%;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .main_bg .inner_txt p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24.38px;
    
        color: #000000;
    
        margin-top: 0;
        max-width: 81%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg .inner_txt p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.5px;
    
        color: #000000;
    
        margin-top: 0;
        max-width: 94.5%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .inner_txt p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
    
        color: #000000;
    
        margin-top: 0;
        max-width: 88%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .inner_txt p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
    
        color: #000000;
    
        margin-top: 0;
        max-width: 82%;
    }
}

#coach_about_page .main_bg .banner_image {
    width: 40.14%;
    display: inline;
    position: relative;
    left: 25%;
    transform: translateX(50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .main_bg .banner_image {
        width: 41.5%;

        display: inline;
        position: relative;
        left: 25%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg .banner_image {
        width: 50%;

        display: inline;
        position: relative;
        left: 25%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .banner_image {
        height: 300px;
        top: 0px;
        display: inline;
        position: relative;
        left: 38%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .banner_image {
        height: 300px;
        top: 0px;
        display: inline;
        position: relative;
        left: 38%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 1200px) {
    #coach_about_page .main_bg .banner_image .coach_banner_image {
        min-height: 570px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .main_bg .banner_image .coach_banner_image {
        min-height: 473px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .main_bg .banner_image .coach_banner_image {
        height: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .main_bg .banner_image .coach_banner_image {
        height: 100%;
        max-width: 88%;
    }
}

#coach_about_page .about_bg {
    min-height: 200px;
    background: #1894A1;
    opacity: 0.65;

    overflow: hidden;
}

#coach_about_page .about_bg .inner_txt {
    color: #ffffff;

    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 143px;
    padding-right: 265px;
    text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .about_bg .inner_txt {
        color: #ffffff;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 80px;
        padding-right: 120px;
        text-align: left;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .about_bg .inner_txt {
        color: #ffffff;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 90px;
        text-align: left;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .about_bg .inner_txt {
        color: #ffffff;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 37px;
        padding-right: 38px;
        text-align: left;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .about_bg .inner_txt {
        color: #ffffff;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
}

#coach_about_page .about_bg .inner_txt .label_about_coach {
    margin-top: 59px;

    display: flex;
    align-items: center;

    float: left;
    width: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach {
        margin-top: 59px;

        display: flex;
        align-items: center;

        float: left;
        width: 21.5%;
    }    
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach {
        margin-top: 59px;

        display: flex;
        align-items: center;

        float: left;
        width: 18.2%;

        margin-right: 2%;
    }    
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach {
        margin-top: 40px;
        display: block;
        align-items: center;
        float: none;
        width: unset;
        text-align: center;    }    
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach {
        margin-top: 55px;
        display: block;
        align-items: center;
        float: none;
        width: unset;
        text-align: center;    }    
}

#coach_about_page .about_bg .inner_txt .label_about_coach p {
    font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */

    margin-top: 0;
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        /* or 125% */
    
        margin-top: 0;
        margin-bottom: 0;
    }
}   

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .about_bg .inner_txt .label_about_coach p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        /* or 125% */
    
        margin-top: 0;
        margin-bottom: 0;
    }
}   

#coach_about_page .about_bg .inner_txt .text_about_coach {
    margin-top: 48px;
    display: inline-block;

    width: 78%;

    text-align: left;

    border-left: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-bottom: none;
    border-right: none;

    padding-left: 2.72%;

    margin-bottom: 48px;
}

@media only screen and (min-width: 900px) and (max-width: 1439px) {
    #coach_about_page .about_bg .inner_txt .text_about_coach {
        margin-top: 48px;
        display: inline-block;
    
        width: 78.5%;
    
        text-align: left;
    
        border-left: #ffffff;
        border-style: solid;
        border-width: 2px;
        border-top: none;
        border-bottom: none;
        border-right: none;
    
        padding-left: 2.72%;
    
        margin-bottom: 48px;
    }
}    

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .about_bg .inner_txt .text_about_coach {
        margin-top: 48px;
        display: inline-block;
    
        width: 76.25%;
    
        text-align: left;
    
        border-left: #ffffff;
        border-style: solid;
        border-width: 2px;
        border-top: none;
        border-bottom: none;
        border-right: none;
    
        padding-left: 2.72%;
    
        margin-bottom: 48px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .about_bg .inner_txt .text_about_coach {
        margin-top: 34px;
        display: inline-block;
        width: 100%;
        text-align: left;
        border-left: none;    
    
        margin-bottom: 80px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .about_bg .inner_txt .text_about_coach {
        margin-top: 19px;
        display: inline-block;
        width: 100%;
        text-align: left;
        border-left: none;    
    
        margin-bottom: 52px;
        padding-left: 0;
    }
}

#coach_about_page .about_bg .inner_txt .text_about_coach p {
    font-family: 'Roboto', 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
}

#coach_about_page .about_bg .inner_txt div.text_about_coach p:first-child {
    margin-top: 11px;
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .about_bg .inner_txt div.text_about_coach p:first-child {
        margin-top: 0;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .about_bg .inner_txt div.text_about_coach p:first-child {
        margin-top: 0;
    }
}

#coach_about_page .how_trades_bg {
    min-height: 358px;
    background: #ffffff;
    opacity: 0.65;

    overflow: hidden;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .how_trades_bg {
        min-height: unset;
        background: #ffffff;
        opacity: 0.65;

        overflow: hidden;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .how_trades_bg {
        min-height: unset;
        background: #ffffff;
        opacity: 0.65;

        overflow: hidden;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .how_trades_bg {
        min-height: unset;
        background: #ffffff;
        opacity: 0.65;

        overflow: hidden;
    }
}

#coach_about_page .how_trades_bg .inner_txt {
    color: #000000;

    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 143px;
    padding-right: 147px;
    text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .how_trades_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 100px;
        padding-right: 100px;
        text-align: left;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .how_trades_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 51px;
        padding-right: 49px;
        text-align: left;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .how_trades_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 45px;
        padding-right: 46px;
        text-align: left;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .how_trades_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
}

#coach_about_page .how_trades_bg .inner_txt .label_how_trades {
    margin-top: 85px;
    width: 100%;
    height: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .how_trades_bg .inner_txt .label_how_trades {
        margin-top: 81px;
        width: 100%;
        height: 40px;
    }
}    

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .how_trades_bg .inner_txt .label_how_trades {
        margin-top: 61px;
        width: 100%;
        height: 40px;
    }
}    

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .how_trades_bg .inner_txt .label_how_trades {
        margin-top: 50px;
        width: 100%;
        height: 40px;
        text-align: center;
    }
}   

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .how_trades_bg .inner_txt .label_how_trades {
        margin-top: 54px;
        width: 100%;
        height: 22px;
        text-align: center;
    }
}   

#coach_about_page .how_trades_bg .inner_txt .label_how_trades p {    
    font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30.48px;
    /* or 125% */
    text-align: center;

    color: #000000;

    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .how_trades_bg .inner_txt .label_how_trades p {    
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.94px;
        /* or 125% */
        text-align: center;
    
        color: #000000;
    
        margin-top: 0;
        margin-bottom: 0;
    }
}    

#coach_about_page .how_trades_bg .inner_txt .text_how_trades {
    margin-top: 73px;
    display: block;
    width: 100%;

    text-align: left;

    margin-bottom: 132px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .how_trades_bg .inner_txt .text_how_trades {
        margin-top: 80px;
        display: block;
        width: 100%;

        text-align: left;

        margin-bottom: 115px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .how_trades_bg .inner_txt .text_how_trades {
        margin-top: 80px;
        display: block;
        width: 100%;

        text-align: left;

        margin-bottom: 69px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .how_trades_bg .inner_txt .text_how_trades {
        margin-top: 48px;
        display: block;
        width: 100%;

        text-align: left;

        margin-bottom: 56px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .how_trades_bg .inner_txt .text_how_trades {
        margin-top: 52px;
        display: block;
        width: 100%;

        text-align: left;

        margin-bottom: 42px;
    }
}

#coach_about_page .how_trades_bg .inner_txt .text_how_trades p {
    font-family: 'Roboto', 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
    
    color: #000000;

    margin-top: 0;
}

#coach_about_page .follow_coach_bg {
    min-height: 705px;
    background: #F4F4F4;
    
    opacity: 0.65;

    overflow: hidden;
}

#coach_about_page .follow_coach_bg .inner_txt {
    color: #000000;

    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 97px;
    padding-right: 98px;
    text-align: center;
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt {
        color: #000000;

        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .label_follow_coach {
    margin-top: 84px;
    width: 100%;
}


@media only screen and (min-width: 375px) and (max-width: 899px) {
        #coach_about_page .follow_coach_bg .inner_txt .label_follow_coach {
        margin-top: 50px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .label_follow_coach {
        margin-top: 73px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .label_follow_coach p {
    font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30.48px;
    /* or 125% */
    text-align: center;

    color: #000000;

    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .label_follow_coach p {
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.94px;
        /* or 125% */
        text-align: center;
    
        color: #000000;
    
        margin-top: 0;
        margin-bottom: 0;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach {
    margin-top: 105px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout {
    margin-top: 105px;
    display: flex;
    justify-content: flex-start; /*center;*/
    max-width: 705px; /*77%;*/
    text-align: center;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout {
        margin-top: 105px;
        display: flex;
        justify-content: flex-start;
        max-width: 705px;
        text-align: center;
        flex-flow: wrap;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout {
        margin-top: 53.25px;
        display: flex;
        justify-content: flex-start;
        width: 195px;
        text-align: center;
        flex-flow: wrap;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout {
        margin-top: 46.25px;
        display: flex;
        justify-content: flex-start;
        width: 195px;
        text-align: center;
        flex-flow: wrap;
        margin-left: auto;
        margin-right: auto;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option {
    margin-right: 60px;
    width: 195px;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option {
    width: 195px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option {
        margin-right: 35px;
    }

    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option {
        width: 195px;
        margin-bottom: 60px;
        margin-right: 60px;
    }    
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option {
        margin-right: 0;
        margin-bottom: 45px;

    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option,
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option {
        margin-right: 0;
        margin-bottom: 45px;

    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach.use_second_layout .follow_coach_option.follow_coach_every_3rd {
    margin-right: 0;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.follow_coach_every_3rd {
        margin-right: 0;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.last_row_option {
    margin-bottom: 0;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.last_row_option {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.last_row_option {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.last_row_option {
        margin-bottom: 45px;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.follow_coach_option_last {
    margin-right: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.follow_coach_option_last {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option.follow_coach_option_last {
        margin-bottom: 0;
    }
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option img {
    max-height: 50px;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option .follow_coach_icon_label {
    margin-top: 45px;
    width: 195px;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option .follow_coach_icon_label p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-align: center;

    color: #000000;

    margin-bottom: 0;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option .follow_coach_icon_text {
    margin-top: 7px;
}

#coach_about_page .follow_coach_bg .inner_txt .text_follow_coach .follow_coach_option .follow_coach_icon_text p {
    font-family: 'Roboto', 'Montserrat', 'Arial', 'Helvetica', 'sans-serif'; /*Avenir Next;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
    
    color: #000000;

    margin-top: 0;
    margin-bottom: 0;
}

#coach_about_page .follow_coach_bg .inner_txt .follow_coach_follow_button {
    padding: 0;
    
    margin-top: 134px;
    margin-bottom: 134px;

    width: 167px;
    height: 40px;

    /* YCT_Blue */
    background: #0089D0;

    /* Video Shadow */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 250px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;

    color: #FFFFFF;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #coach_about_page .follow_coach_bg .inner_txt .follow_coach_follow_button {
        padding: 0;
        
        margin-top: 71px;
        margin-bottom: 79px;

        width: 167px;
        height: 40px;

        /* YCT_Blue */
        background: #0089D0;

        /* Video Shadow */
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 250px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }
}

@media only screen and (min-width: 375px) and (max-width: 899px) {
    #coach_about_page .follow_coach_bg .inner_txt .follow_coach_follow_button {
        padding: 0;
        
        margin-top: 67px;
        margin-bottom: 64px;

        width: 167px;
        height: 40px;

        /* YCT_Blue */
        background: #0089D0;

        /* Video Shadow */
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 250px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }
}

@media only screen and (min-width: 280px) and (max-width: 374px) {
    #coach_about_page .follow_coach_bg .inner_txt .follow_coach_follow_button {
        padding: 0;
        
        margin-top: 67px;
        margin-bottom: 64px;

        width: 167px;
        height: 40px;

        /* YCT_Blue */
        background: #0089D0;

        /* Video Shadow */
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 250px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }
}