.offcanvas-menu{
    display: none;
}
.jform_contact_email_copy .optional{
    display: none;
}
.jform_contact_email_copy label{
    transform: translateY(0px);
}
 
.jform_contact_email_copy .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
}

.jform_contact_email_copy .form-group label {
    margin-left: 10px;
}
label#jform_contact_emailmsg-lbl {
    display: none;
}
.view-contact select#jform_contact_emailmsg {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    font-weight: normal;
}

.tradingview-widget-container iframe {
    min-height: 700px;
}

.sppb-addon-single-image-container img {
    width: 100%;
}
.article-details  .sppb-row-container{
    padding: 0;
}

.home_banner h1 {
    text-align: left;
}
.home_banner p{
    text-align: left;
}


.sp-item {
    visibility: hidden;
}

.sp-item.active {
    visibility: visible;
    position: absolute;
    top: 0;
}

.home_banner .captionbox {
    overflow: hidden;
}
.home_banner {
    position: relative;
}
.home_banner .imagebox {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.sppb-carousel-inner>.sppb-item.active{
    display: block;
    visibility: visible;
}
.sppb-carousel-inner>.sppb-item {
    z-index: 99;
    position: absolute;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.sppb-carousel-caption h2 {
    text-align: left;
    font-size: 65px;
    line-height: 1;
}

.sppb-carousel-content {
    text-align: left;
}

.sppb-carousel-inner>.sppb-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sppb-carousel-content p {
    font-family: 'DIN-Medium';
    font-size: 25px;
}
.sppb-carousel-content {
     
   
}

.home_banner .in_caption a {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.home_banner .in_caption a.sppb-btn{
    display: block;
    height: 54px;
    min-width: 238px;
    padding: 0 20px 2px;
    text-align: center;
    background: #CA9600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_banner {
    min-height: 450px;
}




.btnbox_container {
    display: flex;
}

.btnbox_container .btnbox {
    margin-right: 50px;
}

.btnbox_container .btnbox 
 a.btn.dark {
    font-weight: normal;
}

.btnbox_container .btnbox 
 a.btn.light {
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}

.individualAccount h2{
    font-size  :36px;
    font-weight: normal;
        padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.individualAccount h2:after{
    content: '';
    border-bottom:1px solid #000;
    display:block;
    width:100%;
    position: absolute;
    bottom: 0;
}

.individualAccount ul li .iconbox {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    background: #CA9600;
    align-items: center;
    justify-content: center;
    margin: 0 28px 0 0;
    font-weight: bold;
}
.individualAccount ul {
    display: block;
    margin: 0;
    padding: 23px 0 0 0;
    margin-bottom:60px;
}
.individualAccount ul li .detailr {
    padding: 0;
}

.individualAccount ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.individualAccount ul li + li {
    padding: 23px 0 0 0;
}
.individualAccount ul li .detailr strong{
    font-weight: normal;
    color: #CA9600;
}
.individualAccount .colpart .innner  {
    width: 100%;
     
    background: #B9B9B9;
    text-align: left;
    
    -webkit-flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.individualAccount .colpart .innner h3{
    color: #fff;
    font-weight: normal;
    font-size: 25px;
}
.individualAccount .colpart .innner .textb {
    font-weight: normal;
    font-size: 25px;
}
.individualAccount .colpart .innner .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 50px;
}
.individualAccount .flxrow.row{
    margin-bottom:40px;
}
.individualAccount .btnbox{
    justify-content: center;
    padding: 0px 0 40px 0;
}
.individualAccount > p {
    margin-bottom: 60px;
}

.comparing.dark {
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 20px;
}
.comparing.dark h2{
    color: #fff;
}
.comparing.dark .description_text {
    color: #fff;
}
.comparing.light {
    background-color: rgba(185, 185, 185, 0.2);
    padding-bottom: 20px;
}

.compare_head_image img {
    max-width: 100%;
}

.comparing h2 {font-weight: normal;margin-top: 20px;margin-bottom: 20px;}

.comparing .compare_innner{
    margin: 20px;
}

.comparing table {
    width: 100%;
    border: 0px;
}
 
.comparing td.table-col {
    width: 33.33%;
    padding: 10px;
}

.comparing td.table-col > div {
    background-color: #fff;
    border: 19px solid transparent;
    display: flex;
    height: 100%;
}
 
.comparing tr.table-row > td.table-col.table-col1 > div {
    background-color: #CA9600;
    display: flex;
    height: 100%; 
    align-items: center;
}

.comparing tr.table-row.table-row-0 > td.table-col.table-col1 > div {
    background-color: transparent;
}

.comparing tr.table-row.table-row-0 td.table-col > div {
    background-color: transparent;
    border: 0px solid transparent;
    color: #CA9600;
}

.comparing table {
    display: flex;
}

.comparing table tbody {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.comparing table tr.table-row {
    width: 100%;
    display: flex;
}

.comparing table td.table-col.table-col2[colspan="2"] {
    width: 66.66%;
} 

.comparing table ul, .comparing table li {
    list-style: disc;
    
}
.comparing table ul{
    padding: 5px;
    margin: 10px;
}

.comparing  .note_text {
    font-size: 20px;
}

.comparing  .description_text {
    font-size: 25px;
    font-weight: normal;
    margin-top: 20px;
}

.comparing  .btnbox {
    width: 100%;
    justify-content: center;
}


.programeDetails {}

.programeDetails h2 {
    margin-bottom: 30px;
}

.programeDetails {
    margin-top: 50px;
    margin-bottom: 100px;
}

.programeDetails h3 {
    color: #CA9600;
    text-transform: uppercase;
}

.programeDetails li {
    border-bottom: 1px solid #CA9600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.programeDetails ul {
    margin-top: 18px;
}

.programeDetails li:last-child {
    border-bottom: 0;
}

.programeDetails .btnbox {
    align-items: center;
    justify-content: center;
}


.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block {
        background-color: transparent;
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
}

.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block:before {
    content: " ";
    border-top: 3px solid #CA9600;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block h6.sppb-addon-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 37px;
    min-height: 50px;
}

.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block .sppb-addon-content .btnbox {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block .sppb-addon-content {
    margin-bottom: 70px;
}

.btnbox_container.btns.center_align {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_sec_2.productNumbers {
    padding: 0;
    margin: 0;
}

.abt_sec_2.productNumbers .part_row.flxrow {
    margin: 0;
}


.products_btns_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_btns_row .colpart.flxrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.products_btns_row .colpart.flxrow .textb {
    margin-bottom: 30px;
    color: #CA9600;
}

.products_btns_row .colpart:nth-child(even) .textb {
    color: #000;
}
.products_btns_row .colpart:nth-child(even) .btnbox a{
    color: #fff;
    background: #000;
}
.products_btns_row .colpart:nth-child(even) .btnbox a:hover{
    color: #000;
    background: #fff;
}
.products_btns_row .colpart.flxrow .btnbox {
    width: 80%;
}

.products_btns_row .colpart.flxrow .btnbox a {
    max-width: 100%;
    min-width: auto;
    width: 100%;
}




.productTabs
.products_tabs_title_container {
    background-position: center right;
    min-height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.productTabs
.sppb-tab ul {
    display: flex;
    justify-content: stretch;
    text-align: center;
}

.productTabs
.sppb-tab ul li {
    width: 33.33%;
    /* border-radius: 0px 0px 30px 30px; */
    display: flex;
    margin-right: 4px;
}
 
.productTabs
.sppb-tab ul li a {
    
    display: flex;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.productTabs
.sppb-tab ul li:last-child {
    margin-right: 0;
}

.productTabs
.sppb-tab-content {
    padding: 20px;
}

.productTabs
.sppb-tab ul li a:hover,
.productTabs .sppb-tab ul li.active a {
    background-color: #CA9600;
}

.btnbox_container.productTabs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.btnbox_container.productTabs .btnbox {
    margin: 0;
    margin-left: 20px;
}

.productTabs.style1
h2.products_tabs_title {
    color: #000;
}
.productTabs.style1
.sppb-tab ul li a {
    background: #000000;
    color: #fff;
}
.productTabs.style1 .sppb-tab ul li a:hover,
.productTabs.style1 .sppb-tab ul li.active a {
    background-color: #CA9600;
}

.productTabs.style1
.sppb-tab-content {
    color: #000;
}
.productTabs.style1
.sppb-tab-content a{
    color: #CA9600;
}



.productTabs.style2
h2.products_tabs_title {
    color: #fff;
}

.productTabs.style2
.sppb-tab ul li a {
    background: #B9B9B9;
    color: #000;
}
.productTabs.style2 .sppb-tab ul li a:hover,
.productTabs.style2 .sppb-tab ul li.active a {
    background-color: #CA9600;
    color: #fff;
}
.productTabs.style2{
    background-color: rgba(185, 185, 185, 0.2);
}

.productTabs.style2
.sppb-tab-content {
    color: #000;
}
.productTabs.style2
.sppb-tab-content a{
    color: #CA9600;
}



.productTabs.style3
h2.products_tabs_title {
    color: #fff;
}

.productTabs.style3
.sppb-tab ul li a {
    background: #B9B9B9;
    color: #000;
}
.productTabs.style3 .sppb-tab ul li a:hover,
.productTabs.style3 .sppb-tab ul li.active a {
    background-color: #FFFFFF;
    color: #000;
}
.productTabs.style3{
    background-color: rgba(0, 0, 0,1);
}
.productTabs.style3
.sppb-tab-content {
    color: #fff;
}
.productTabs.style3
.sppb-tab-content a{
    color: #CA9600;
}



.productTabs.style4
h2.products_tabs_title {
    color: #fff;
}

.productTabs.style4
.sppb-tab ul li a {
    background: #B9B9B9;
    color: #000;
}
.productTabs.style4 .sppb-tab ul li a:hover,
.productTabs.style4 .sppb-tab ul li.active a {
    background-color: #FFFFFF;
    color: #000;
}
.productTabs.style4{
    background-color: #CA9600;
}
.productTabs.style4
.sppb-tab-content {
    color: #000;
}
.productTabs.style4
.sppb-tab-content a{
    color: #fff;
}

.productTabs.style4
.btnbox a{
    background-color: #FFFFFF;
    color: #000;
}










h3.instruments_title {
    color: #CA9600;
    font-size: 25px;
    margin-bottom: 15px;
}

.instruments li {
    border: 1px solid #000000;
    font-size: 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}
 
.instruments li div.title {
    padding: 12px;
}

.instruments li div.value {
    background-color: #B9B9B9;
    padding: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-width: 125px;
}

div.instruments {
    margin-top: 20px;
}

.instruments li:last-child {
    margin-bottom: 0px;
}

#sppb-addon-1617126553965 .sppb-addon-content {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}



div.blogs {
    background-color: rgba(185,185,185,0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

div.blogs h2.instruments_title {
    margin-bottom: 50px;
}

.blogs_container {
    display: flex;
    justify-content: space-around;
    align-items: self-end;
    flex-wrap: wrap;
}

.blogs_inner {
    width: 24%;
    text-align: center;
}

.blogs_inner span.image {
    margin-bottom: 19px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.blogs_inner span.category {
    text-transform: uppercase;
    display: flex;
    text-align: center;
}





.btn_box_black {
    background-color: #000;
    color: #fff;
    margin-bottom: 50px !important;
}

.btn_box_black h3.sppb-addon-title {
    color: #fff;
}

.btn_box_black .sppb-addon.sppb-addon-text-block  {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn_box_black .sppb-addon-content {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}






.view-contact
.jform_contact_name {
    width: 50%;
    float: left;
}

.view-contact
.jform_contact_email {
    width: 50%;
    float: left;
}

.view-contact
fieldset {
    width: 100%;
    float: left;
}

.view-contact
.form-control {
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px !important;
}

.view-contact
.jform_contact_name input#jform_contact_name {
    width: 98%;
}

.view-contact
label {
    padding-left: 20px;
    text-transform: uppercase;
}

.view-contact
.jform_captcha label#jform_captcha-lbl {
    display: none;
}
.view-contact
div#jform_captcha {
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-contact
.controls {
    text-align: center;
}

#sppb-addon-1617126553965
.sppb-addon-content a {
    color: #CA9600;
}


#sppb-addon-1617017754421 .sppb-content-holder {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#sppb-addon-wrapper-1617017754421 {
    margin: 0 !important;
}

#column-id-1617013355922 {
    padding-bottom: 15px !important;
}
.sp-page-builder .page-content #section-id-1617021362776 {
    margin-bottom: 50px !important;;
}

.edutrade .trade2 .sec4block{
    padding: 58px 0;
}

.sp-page-builder .page-content #section-id-1617055086650 {
    margin-bottom: 50px !important;
}

.abt_sec_5 .teamblk .pos{
    font-size: 18px;
    min-height: 68px;
}

.sppb-article-page-wrapper .withulli .sppb-addon-content ul {
    
    /* list-style: disc; */
    margin-left: 19px;
    margin-top: 15px;

    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;

}

.sppb-article-page-wrapper .withulli .sppb-addon-content ul li {
    list-style: disc;
}

.edublack .black_1 .title p {
    padding-top: 0;
}


.view-contact label.focused{
    padding-left: 0px;
}

form#contact-form .jform_spacer {
    display: none;
}

div#sppb-addon-1617545643834 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {


    .productTabs .sppb-tab ul li {
        width: 100%;
    }
    
    .productTabs .sppb-tab ul {
        flex-direction: column;
    }
    
    .productTabs .sppb-tab ul li a {
        border-radius: 0;
        margin-bottom: 5px;
    }

    .edublack .black_1 ul li {
        flex-direction: column;
    }
    .edublack .black_1 ul li::before{
        margin-right: 0px;
    }
    .edublack .black_1 ul li{
        text-align: center;
    }

    .home_sec_4 .sec4block ul li::before {
        font-size: 14px !important;
    }
    
    .home_sec_4 .sec4block ul li {
        padding-left: 15px !important;
    }
    
    .footer p {
        padding-top: 0 !important;
    }
    .sppb-carousel-indicators li,
.page-content ol li{
    margin: 0 !important;
}
.sppb-carousel-content {
    margin-bottom: 20px !important;
}
    
    .btnbox a, .home_banner .in_caption a.sppb-btn{
        line-height: 1;
    }
.btnbox_container {
    flex-direction: column;
}

.btnbox_container .btnbox {
    margin-bottom: 20px;
}

.individualAccount ul li {
    flex-direction: column;
}

.individualAccount .colpart .innner .content {
    padding: 10px;
}

.individualAccount ul {
    margin-bottom: 0;
}

.comparing table tr.table-row {
    flex-direction: column;
}

.comparing td.table-col {
    width: 100%;
}

.comparing .compare_innner {
    margin: 10px;
}

.comparing table td.table-col.table-col2[colspan="2"] {
    width: 100%;
}
main#sp-component {
    padding: 0;
}
}