/*
Theme Name:   Thema Child Theme: wbandsmith
Theme URI:    https://www.wbandsmith.com
Description:  Thema Child Theme: wbandsmith
Template:     thema
Version:      1.0.0
Text Domain:  thema
*/

/* wbandsmith font awesome */
@import url(assets/css/font-awesome.css);

/* wbandsmith main font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap');

body {
    background-color: #FFFFFF;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    font-style: normal;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    font-style: normal;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.wbandsmith {
    max-width: 1100px;
    margin: auto;
}

.wbandsmith_inner {
    max-width: 1060px;
    margin: auto;
    text-align: left;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

img {
    /*max-width: 100%;*/
    /*height: auto;*/
}

#logo {
    margin: auto;
}

.thema-page__content {
    text-align: -moz-center;
    text-align: -webkit-center;
}

.txt_align_left {
    text-align: left;
}

.txt_align_center {
    text-align: center;
}

.txt_align_right {
    text-align: right;
}

/* === header === */
.main-header {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/* === end header === */


a.nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #28343A;
}

a.nav-link:hover {
    color: #FF861C;
}

/* =============================section-reviews============================== */
.carousel-inner .container {
    max-width: 1300px;
    padding-top: 120px;

}

.section-reviews {
    max-height: 645px;

}

.section-reviews h2 {
    font-weight: lighter;
}

.section-reviews h2 b {
    font-weight: bold;
}

.section-reviews .carousel-caption {
    top: 5%;
    bottom: auto;
    text-align: left;
}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.slider_buttons {
    display: inline-flex;
}

.slider_buttons_join {}

.slider_buttons_login {
    padding-left: 20px;

}

.slider_buttons_login button {
    width: 220px;
}

.slide01 {
    position: relative;
    /*width: 498px;*/
    bottom: -52px;
    /*right: 100px;*/
}

.slide02 {
    position: relative;
    bottom: -122px;
    /*right: 100px;*/
}

.slide-small {
    bottom: -52px;
}

@media screen and (max-width: 992px) {
    .owl-prev {
        display: none;
    }

    .owl-next {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .owl-slide-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 22px;
        color: #FFFFFF;
    }
}

@media screen and (max-width: 767px) {
    .owl-slide-subtitle p:nth-of-type(2) {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .owl-slide-title {
        width: unset;
        font-size: 26px;
    }

    .slide02 {
        bottom: 4px;
    }

    .slide-small {
        margin-bottom: 90px;
    }

}




/* ==== end ==== */

/* .scrollToTop{
    position: fixed;
    bottom: 60px;
    right: 50px;
    border-radius: 4px;
    display: none;
    font-size: 32px;
    height: 50px;
    width: 50px;
    z-index: 1001;
    color: #fff;
    transition: all .5s;
    background-color: #FF861C;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.scrollToTop:hover{
    background-color: #fff;
    text-decoration: none;
    outline: none;
    color: #FF861C;
    border: 1px solid #FF861C;
} */

/* scrollToTop button */

.bw-scroll-top-visible .bw-scroll-top {
    opacity: 1;
    visibility: visible;
}

.bw-scroll-top {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FF861C;
    position: fixed;
    right: 25px;
    bottom: 130px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}

html[lang='ar'] .bw-scroll-top {
    left: 25px;
    right: auto;
}

.bw-scroll-top:hover {
    background-color: #fff;
    border: 1px solid #FF861C;
}

.bw-scroll-top:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%) rotate(45deg);
    transform: translate(-50%, -35%) rotate(45deg);
}

.bw-scroll-top:hover::after {
    border: 2px solid #FF861C;
    border-right: 0;
    border-bottom: 0;
}


.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:active,
.carousel-control-next:active {
    color: #FF861C;
    font-size: 75px;
    opacity: 1.0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #fff;
    font-size: 75px;
    opacity: 1.0;
}

.carousel-indicators {
    top: 10px;
    position: relative;
    justify-content: flex-start;
    margin: 0;
    padding-left: 0px;
    /*padding-top:25px;*/
}



/* ======= buttons ======= */
.btn {
    border: 2px solid black;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    width: 210px;
    height: 48px;
    padding-top: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


.start_trading_now {
    border-color: #FF861C;
    background-color: #28343A;
    color: #ffffff;
    white-space: nowrap;
}

.start_trading_now:hover {
    background: #FF861C;
    color: white;
}

.learn_more {
    border-color: #FF861C;
    background-color: #28343A;
    color: #ffffff;
}

.learn_more:hover {
    background: #FF861C;
    color: white;
}

.learn_more_black {
    border-color: #FF861C;
    color: #000000;
}

.learn_more_black:hover {
    background: #FF861C;
    color: #000000;
}

.learn_more_white {
    border-color: #ffffff;
    color: #ffffff;
}

.learn_more_white:hover {
    background: #FF861C;
    color: white;
}

.learn_more_orange {
    border-color: #FF861C;
    color: white;
    background-color: #FF861C;
    width: 220px !important;
}

.learn_more_orange:hover {
    background: white;
    color: #FF861C;
}

.join_now_white {
    border-color: #FF861C;
    color: #28343A;
    background-color: #ffffff;
    width: 220px !important;
}

.join_now_white:hover {
    border-color: #FF861C;
    color: #ffffff;
    background-color: #FF861C;
    width: 220px !important;
}

.join_now_orange {
    border-color: #FF861C;
    color: #ffffff;
    background-color: #FF861C;
    width: 220px !important;
}

.join_now_orange:hover {
    border-color: #FF861C;
    color: #ffffff;
    background-color: #FF861C;

}

.register-header-btn>a {
    border-color: #FF861C;
    color: #ffffff !important;
    background-color: #FF861C;
}

#login-menu>.register-header-btn>.nav-link {
    color: #fff;
}

#learn_more_button_container {
    text-align: center;
}

/* === small slider === */
.gallery {
    width: 100%;
    /*background: url("bg.png");*/
}

.sm_title {
    text-align: -webkit-center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.gallery-container img {
    width: 100%;
    height: auto;
}

.gallery-container {
    align-items: center;
    display: flex;
    height: 300px;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}

.gallery-item {
    height: 150px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 150px;
    z-index: 0;
    /*cursor:pointer;*/
}

.gallery-item-1 {
    left: 15%;
    opacity: .8;
    transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
    height: 200px;
    opacity: 1;
    width: 200px;
    z-index: 1;
}

.gallery-item-2 {
    left: 30%;
    transform: translateX(-50%);
}

.gallery-item-3 {
    height: 250px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    z-index: 2;
}

.gallery-item-4 {
    left: 70%;
    transform: translateX(-50%);
}

.gallery-item-5 {
    left: 85%;
    opacity: .8;
    transform: translateX(-50%);
}

.gallery-controls {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.gallery-controls button:focus {
    outline: none;
}

.gallery-controls-previous {
    position: relative;
}

.gallery-controls-previous::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 0;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-previous:hover::before {
    /*left: -18px;*/
}

.gallery-controls-next {
    position: relative;
}

.gallery-controls-next::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-next:hover::before {
    right: -18px;
}

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}

.gallery-nav li.gallery-item-selected {
    background: #555;
}

.next_small_button {
    font-size: 51px;
    color: #FF861C;
    font-style: normal;
    right: 20px;
    position: absolute;
    cursor: pointer;
}

.next_small_button:hover {
    color: #FFFFFF;
}

.prev_small_button {
    font-size: 51px;
    color: #FF861C;
    font-style: normal;
    left: 20px;
    position: absolute;
    cursor: pointer;
}

.prev_small_button:hover {
    color: #FFFFFF;
}



/* === footer disclaimer === */
.footer_desclaimer {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #989898;
    padding-top: 25px;
}

b .footer_desclaimer {
    font-weight: bold;
}

.footer_desclaimer p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #989898;
    padding-top: 25px;
    text-align: justify;
}

.footer_inner {
    width: 1100px;
}

.footer_menu {
    padding-top: 55px
}

.footer_data {
    height: unset;
}

.footer_payments {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.footer_payments img {
    /*width: 100%;*/
    height: auto;
    max-width: 417px;
}

.footer-payments-main {
    flex: 1;
}

@media (min-width: 1200px) {
    .footer-payments-main {
        margin-left: -15px;
    }
}

.footer-payments-facebook {
    margin-left: auto;
}

.footer-menu-flex {
    display: flex;
}

.footer-menu-main {
    flex: 1;
}

.footer-menu-facebook {
    margin-left: auto;
}

.footer-payments-facebook a:hover,
.footer-menu-facebook a:hover {
    text-decoration: none;
}

.need-help {
    text-align: center;
    background-color: #FF861C;
    color: #FFFFFF;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.need-help b {
    font-weight: 700;
}

.need-help-link:hover {
    text-decoration: none;
}


@media screen and (max-width: 992px) {
    .footer-menu-facebook {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .footer-payments-facebook {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .footer-menu-facebook {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .footer-payments-facebook {
        display: none;
    }

    .footer-menu-flex {
        display: block;
        text-align: -webkit-center;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .footer_menu {
        padding-top: 25px;
    }

    /* === need help === */
    .need-help img {
        display: block;
        margin: auto;
    }

    .need-help span {
        display: block;
        margin: auto;
    }
}

/* === why2 === */
.wbandsmith800 {
    max-width: 820px;
    margin: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.section-why2 {
    background-color: #28343A;
    margin: auto;
    color: #FFFFFF;
}

.why2-btn {
    text-align: -webkit-center;
    padding-bottom: 80px;
    padding-top: 80px
}

.why2-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: -webkit-center;
    color: #FFFFFF;
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 576px) {
    .why2-btn {
        padding-bottom: 50px;
        padding-top: 30px
    }

    .why2-title {
        padding-bottom: 50px;
        padding-top: 30px
    }
}



.why2-icons {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: -webkit-center;
    color: #FFFFFF;
}

.col-sm img:after {
    content: "\a";
    white-space: pre;
}

.col-sm p {
    margin-top: 20px;
    max-width: 134px;
}

@media screen and (max-width: 576px) {
    /*.col-sm p {*/
    /*    float: right;*/
    /*    text-align: left;*/
    /*    max-width: unset;*/
    /*}*/
    /*.col-sm img {*/
    /*    padding: 10px;*/
    /*}*/
    /*.col-sm {*/
    /*    max-width: 300px;*/
    /*    margin: auto;*/
    /*    display: flex;*/
    /*}*/
}

/* === contact us === */

.contact-us-container {
    max-width: 700px;
}

.contact-us-main {
    text-align: -webkit-center;
}

.btn-submit-contact-us-form {
    padding-bottom: 100px;
}

.contact-us-title-container {
    max-width: 415px;
}

.contact-us-title-container p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.wpcf7-submit {
    border: 2px solid #FF861C;
    color: #FFFFFF;
    background-color: #FF861C;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    height: 48px;
    padding-top: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.wpcf7-submit:hover {
    border: 2px solid #000000;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-select {
    background: #f8f8f8;
    border: 2px solid #DADADA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px 5px;
    width: 100%;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-select:focus {
    outline-color: #FF861C;
}

.wpcf7-response-output {
    margin-top: -60px !important;
    margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
    .mob-padding-20px {
        padding-top: 20px;
    }
}

label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #28343A;
    float: left;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2021/05/select.png') !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;

}

/* === breadcrumbs === */
.breadcrumbs {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #464646;
    text-align: left;
    margin-left: 15px;
    max-width: 1060px;
}

.breadcrumbs span {
    color: #FF861C;
}

.breadcrumbs span a {
    color: #FF861C;
    text-decoration: none;
}

.breadcrumbs a {
    color: #464646;
    text-decoration: none !important;
}

@media screen and (max-width: 992px) {
    .breadcrumbs {
        display: none;
    }
}

/* === documents === */

@media screen and (max-width: 1100px) {
    .documents-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.documents-main {
    text-align: -webkit-center;
    border: 1px solid #DADADA;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #28343A;
}

.documents-main a {
    text-decoration: underline;
    color: #28343A;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .documents-main p {
        margin-bottom: 12px !important;
    }
}

.documents-main p {
    margin-bottom: 3px;
}

.doc-columns {
    text-align: left;
    padding-left: 50px !important;
}

@media screen and (max-width: 768px) {
    .doc-columns {
        padding-left: 5px !important;
    }
}

.documents-main h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #28343A;
}

.documents-main h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FF861C;
    line-height: 30px;
}

/* === search page === */
.thema-main__content--search {
    padding-top: 150px;
    padding-bottom: 150px;
}



button.bw-button.bw-button-gray.btn-custom {
    position: absolute;
    right: 33px;
    top: 7px;
    border: none;
    background: 0 0;
    width: 14px;
    height: 0;
    border: none !important;
}

/* === slider === */
.cover {
    background-size: cover;
    /*background-position: center;*/
    background-position: bottom right;
    background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}



.owl-carousel .owl-slide {
    position: relative;
    height: 640px;
    padding-top: 55px;
    background-color: lightgray;
}

@media screen and (max-width: 992px) {
    .owl-carousel .owl-slide {
        /*height: unset;*/
    }
}

.owl-carousel .owl-item img {
    width: unset !important;
}

@media (max-width: 992px) and (min-width: 768px) {
    .slide-small {
        bottom: -252px;
    }

    .owl-carousel .owl-item img {
        width: 400px !important;
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel .owl-slide {
        height: 680px;
    }

    .owl-slide-title {
        width: 100% !important;
    }

    .owl-slide-text {
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center;
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .section-reviews {
        max-height: 690px;
    }
}





.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    /*background: transparent;*/
    /*border: 1px solid var(--main-black-color);*/
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    //  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    font-size: 75px;
    color: #FF861C;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    margin: 0;
    min-width: 95%;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.owl-slide-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #FFFFFF;
}

.owl-slide-title p {
    font-weight: 700;
}

.owl-slide-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

@media screen and (max-width: 992px) {
    .slide01 {
        position: absolute;
        bottom: -52px;
        right: -40px;
    }

    .col-md-6.slide01 img {
        width: 320px !important;
    }

    .slide02 {
        right: 100px;
        bottom: -204px;
    }

    .owl-nav {
        display: none;
    }

}

@media screen and (max-width: 992px) {
    .slider_buttons_login {
        padding-left: unset;
        padding-top: 15px;
    }

    .owl-slide-title {
        width: calc(100vw - 30%);
    }

    .slider_buttons {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .owl-slide-title {
        width: 400px;
    }
}

.owl-carousel .owl-nav .owl-prev {
    left: 55px;
}

.owl-pagination {
    position: relative;

}

/*.owl-dots {*/
/*    position: absolute;*/
/*    left: 115px;*/
/*    top: 362px;*/
/*}*/

@media screen and (max-width: 414px) {
    .slide02 {
        bottom: 4px;
    }

    .owl-slide-text {
        text-align: center;
        margin-top: 55px;
    }

    .owl-slide-title {
        font-size: 26px;
        width: unset;
    }

}

@media (max-width: 992px) and (min-width: 768px) {
    .owl-slide-text p {
        width: 370px;
    }

    .crsl {
        max-width: 95%;
    }

    html[lang=es-ES] .owl-slide-text p {
        width: 500px;
    }
}

/* === currency table === */
.project-tab {
    /*padding-top: 50px;*/
    max-width: 550px;
    word-wrap: break-word;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    color: #FFFFFF;
    background-color: #FF861C;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: unset;
}


.project-tab .nav-link {
    width: 33%;
    color: #28343A;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 414px) {

    .project-tab .nav-link,
    .project-tab #tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 12px;
    }
}


.project-tab .nav-link:hover {
    color: #FFFFFF;
    background-color: #FF861C;
}


.project-tab thead {
    background: #28343A;
    color: #FFFFFF;
}


.project-tab a {
    color: #333;
    float: left;
    padding: 8px;
}

.price-up {
    color: green !important;
}

.price-down {
    color: red !important;
}

.price-freeze {
    color: black !important;
}

.price-up::after {
    font-family: FontAwesome;
    content: " \f062";
}

.price-down::after {
    font-family: FontAwesome;
    content: " \f063";
}

.price-freeze::after {
    font-family: FontAwesome;
    content: " \f017";
}

.nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-right: 1px solid #28343A;
    border-bottom: 1px solid #28343A;
}


nav {
    padding-bottom: 25px;
}


.nav-tabs .nav-link:nth-child(3),
.nav-tabs .nav-link:nth-child(6) {
    border-right: none;
}

.nav-tabs .nav-link:nth-child(4),
.nav-tabs .nav-link:nth-child(5),
.nav-tabs .nav-link:nth-child(6) {
    border-bottom: none;
}


.nav-tabs {
    border: unset;
    background-color: #F5F7F9;
}


.table thead th {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
}


.table thead th:nth-child(1) {
    width: 30%;
}


.table thead th:nth-child(2) {
    text-align: center;
}


.table thead th:nth-child(3) {
    text-align: center;
}


.table tbody td:nth-child(2) {
    text-align: center;
}


.table tbody td:nth-child(3) {
    text-align: center;
}


.table thead th:nth-child(4) {
    width: 20%;
}


.table tbody td {
    color: #28343A;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
}


.table tbody td:first-child {
    color: #28343A;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
}


@media screen and (max-width: 411px) {

    .table thead th,
    .table tbody td,
    .table tbody td:first-child {
        font-size: 12px;
    }
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F5F7F9;
}


.has-search .form-control {
    padding-left: 2.375rem;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-bottom: 0.5px solid #28343A;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


@media screen and (max-width: 414px) {
    .tab-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* bootstrap courusel fade out */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/* === internal pages === */

@media screen and (min-width: 992px) {
    .internal-page {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .internal-page {
        /*text-align: center;*/
    }
}

.internal-page h1 {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
}

.internal-page p {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.internal-page b {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.internal-page h3 {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: 30px;
}

.internal-page .app_icons {
    padding-top: unset;
}


@media screen and (max-width: 991px) {
    .app_icons {
        /*padding-left: 20%;*/
    }
}

/* === internal pages - accordion */
.panel {
    background-color: #F5F7F9;
    border: 1px solid #DADADA;
}

.panel-heading {
    background-color: #F5F7F9;
    border-bottom: none;
}

.panel-body {
    border-top: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

.panel-body p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: #212529 !important;
}

.panel-body i {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

.panel-body a {
    color: #FF861C;
    text-decoration: underline;
}

.panel-body a:hover {
    color: #FF861C;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-left: 43px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.panel.panel-default {
    margin-bottom: 20px;
}

.panel-title>a {
    color: #28343A;
}

h4.panel-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    font-size: 17px;
    color: #FF861C;
    padding-right: 15px;
    float: left !important;
}

.panel-title>a.collapsed:before {
    float: left !important;
    content: "\f067";
    color: #28343A;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

/* === internal page - trading platform === */
.profit-platform-header {
    height: 570px;
}

.profit-platform-woman img.vc_single_image-img.attachment-full {
    max-width: unset;
}

.page-id-346 .image100 img,
.page-id-601 .image100 img,
.page-id-948 .image100 img {
    width: 50px;
}

.container-inner-page .wpb_single_image img {
    margin-left: -6px;
}

.container-inner-page .wpb_single_image.vc_align_left {
    text-align: right !important;
}

@media screen and (min-width: 413px) {

    .page-id-346 .image100 img,
    .page-id-601 .image100 img,
    .page-id-948 .image100 img {
        width: 70px;
    }

}

@media screen and (min-width: 992px) {

    .page-id-346 .image100 img,
    .page-id-601 .image100 img,
    .page-id-948 .image100 img {
        width: auto;
    }

}

@media screen and (max-width: 768px) {
    .page-id-346 .image100 img {
        height: unset;
    }

    .profit-platform-woman {
        margin-bottom: 0px !important;
    }
}

/* === internal page - cfd trading === */
.cfd-trading-man img.vc_single_image-img.attachment-full {
    max-width: unset;
}

.cfd-trading-header {
    height: 570px;
}

.internal-text-block {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .cfd-trading-header {
        height: unset;
    }

    .cfd-trading-man {
        margin-bottom: -35px;
    }

    .cfd-trading-header {
        margin-bottom: 0px !important;
    }

    .internal-text-block {
        display: block;
        height: unset;
    }
}


/* === header menu === */
nav.navbar {
    justify-content: space-between;
    padding: 14px 0;
    z-index: 10;
}

.enter-tm>span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    color: #28343A;
    margin-bottom: -6px;
}

.header-l {
    display: flex;
    align-items: center;
}


.nav.navbar-nav>li {
    margin: 0 7px;
}

@media screen and (min-width: 992px) {
    html[lang=pt-br] #main-menu li.menu-item,
    html[lang=es-ES] #main-menu li.menu-item {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    html[lang=pt-br] #main-menu li.menu-item {
        margin: 0 7px;
    }
}

.search-wrapper {
    position: relative;
    margin-left: 15px;
    margin-top: 0;
}

html[lang=pt-br] .search-wrapper {
    margin-left: 10px;
}

.search-form {
    display: flex;
    align-items: center;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 19px 15px 13px 15px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 220px;
    display: none;
}

.search-form input {
    border: 0;
    border-bottom: 1px solid #DADADA;
    background: transparent;
    font-size: 14px;
    line-height: 21px;
    color: #28343A;
    padding: 2px 0;
    width: 100%;
}

.search-form button {
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    padding: 0;
    border: 0;
}

.navbar-brand {
    margin-right: 10px;
}



.nav.navbar-nav .dropdown-toggle {
    font-size: 16px;
    line-height: 24px;
    color: #28343A;
    display: flex;
    align-items: center;
    padding-right: 13px;
    text-decoration: none;

}

.nav.navbar-nav .dropdown-toggle::after {
    border: 0;
    position: absolute;
    right: 0;
    /*top: 5px;*/
    width: 7px;
    transition: 0.5s;
    height: 15px;
    content: "";
    background: url(/wp-content/uploads/2021/arrow-menu.svg);
}



.nav.navbar-nav a:hover,
.nav.navbar-nav .dropdown-toggle:hover {
    color: #FF861C;
}

.nav.navbar-nav li.dropdown.show .dropdown-toggle::after,
.nav.navbar-nav .dropdown-menu:hover~.dropdown-toggle::after {
    transform: rotate(90deg);
    transition: 0.5s;
}

.nav.navbar-nav>li.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

.nav.navbar-nav .dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    /*padding: 20px 15px;*/
    /*width: 188px;*/
    margin-top: 18px;
}

.nav.navbar-nav .dropdown-menu a {
    font-size: 16px;
    line-height: 24px;
    /*color: #28343A;*/
    background-color: unset;
}

.nav.navbar-nav .dropdown-menu a:not(:nth-last-child(1)) {
    margin-bottom: 15px;
}

.search-wrapper>button {
    padding: 0;
    background: transparent;
    border: 0;
}


header {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}


.enter-tm {
    display: block;
    margin: 0 18px;
}

.enter-tm .dropdown-toggle {
    background: transparent;
    border: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #FF861C;
    padding: 0;
}

.enter-tm .dropdown-toggle::after {
    margin-left: 1px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}


.header-r {
    display: flex;
    align-items: center;
    max-height: 27px;
    height: 27px;
}

.lang .dropdown-toggle:before,
.nav.navbar-nav>li.dropdown:after {
    top: 100%;
    width: 100%;
    background: transparent;
    height: 27px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
}



.lang .dropdown-toggle {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0 15px 0 8px;
    border-right: 1px solid #464646;
    border-left: 1px solid #464646;
}

.lang .dropdown-toggle:after {
    border: 0;
    background: url("/wp-content/uploads/2021/arrow-tm.svg");
    width: 13px;
    height: 7px;
}

.lang .dropdown-toggle img {
    margin-right: 7px;
}

.lang .dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 14px 8px;
    width: 87px;
    min-width: 0;
}

.lang .dropdown-menu {
    margin-top: 25px;
    width: 90px;
    height: 60px;
}

.lang .dropdown-menu a {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #28343A;

}

.lang .dropdown-menu a img {
    margin-right: 7px;
}

.lang .dropdown-menu li:not(:nth-last-child(1)) a {
    margin-bottom: 10px;
}

/* === login menu === */


#login-menu>li>.nav-link {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #28343A;
    padding: 7px;
    height: 41px;
    max-width: 150px;
    width: 150px;
    border: 2px solid #FF861C;
    border-radius: 2px;
    text-align: -webkit-center;
    text-align: -moz-center;
}

#login-menu>li>.nav-link:hover {
    color: #FFFFFF;
    background-color: #FF861C;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #login-menu>li>.nav-link {
        width: unset;
    }
}

.orange-button-border {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    transition: 0.6s;
    color: #28343A;
    padding: 11px 42px;
    border: 2px solid #FF861C;
    border-radius: 2px;
}

.orange-button-border:hover {
    color: #FF861C;
    transition: 0.6s;
    text-decoration: none;

}

.orange-button {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF !important;
    padding: 8px 20px;
    display: inline-block;
    background: #FF861C;
    border-radius: 2px;
    transition: 0.6s;
    text-align: center;
    text-decoration: none !important;
}

.orange-button:hover {
    transition: 0.6s;
    background: #FF861C;
}



.enter-tm .dropdown-menu {
    padding: 20px 6px;
    min-width: 0;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-top: 20px;
    width: 130px;
    margin-left: -15px;
}

.enter-tm .dropdown-menu .orange-button {
    width: 100%;
    margin-bottom: 8px;
}



.enter-tm .dropdown-menu p {
    font-size: 12px;
    line-height: 100%;
    color: #464646;
    margin-bottom: 0;
    text-align: center;
}

.orange-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 120.5%;
    color: #FF861C !important;
    display: block;
    text-align: center;
}

.search-wrapper>button.active {
    background: url("/wp-content/uploads/2021/close.svg") no-repeat center;
}


.search-wrapper>button.active img {
    opacity: 0;
}

.navbar-toggler-tm {
    display: none;
}

ul.nav.navbar-nav {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .top-menu-container {
        max-width: unset;
    }

    .icon-bar {
        width: 16px;
        height: 2px;
        background: #28343A;
        border-radius: 100px;
        margin: 3px 0;
        display: block;
    }

    .header-r {
        display: none;
    }

    .header-l {
        width: 100%;
        justify-content: space-between;
    }

    .search-wrapper {
        margin-left: 0;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler-tm {
        padding: 0;
        background: transparent;
        border: 0;
        display: block;
    }



    .navbar-collapse.collapse {
        position: fixed;
        top: 55px;
        width: 290px;
        left: -290px;
        display: block !important;
        transition: 0.8s;
        background: #FFFFFF;
        border: 1px solid #DADADA;
        box-sizing: border-box;
        border-radius: 2px;
        /*height: calc(100vh - 49px);*/
        padding: 55px 38px;
    }

    nav.navbar {
        padding: 3px 0;
    }

    .navbar-collapse.collapse.show {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        transition: 0.8s;
        left: -20px;
        position: absolute;
    }


    .lang .dropdown-toggle:before,
    .nav.navbar-nav>li.dropdown:after {
        display: none;
    }

    .nav.navbar-nav .dropdown-toggle::after {
        position: static;
        margin-left: 6px;
    }

    .nav.navbar-nav li.dropdown.show>.dropdown-toggle::after {
        transform: rotate(90deg) !important;
    }

    .nav.navbar-nav li {
        margin: 0;
        margin-bottom: 13px;
    }

    .nav.navbar-nav .dropdown-menu {
        border: 0;
        padding: 0;
        width: 0;
        box-shadow: none;
        margin: 10px 0 5px 0;
        border-bottom: 1px solid #DADADA;
        padding-bottom: 5px;
    }

    .nav.navbar-nav li.dropdown:not(.show) ul.dropdown-menu:not(.show2) {
        display: none !important;
    }

    .nav.navbar-nav li.dropdown:not(.show) .dropdown-toggle:not(.show2):after {
        transform: rotate(0deg) !important;

    }

    .navbar-nav {
        border-bottom: 1px solid #DADADA;

    }

    .lang {
        margin: 19px 0 30px 0;
        border-right: 0;
    }


    .navbar-collapse.collapse .orange-button-border {
        padding: 7px 20px;
        width: 155px;
        text-align: center;
        margin-bottom: 12px;
    }

    .navbar-toggler-tm.active {
        background: url(/wp-content/uploads/2021/close.svg) no-repeat center;
    }

    .navbar-toggler-tm.active span {
        opacity: 0;
    }

    .search-form {
        top: 39px;
        width: 310px;
        right: -15px;
        border-right-color: #fff;
        left: auto;
        max-width: calc(100vw - 30px);
    }

    .search-wrapper {
        margin-top: 0px;
    }

    .navbar-header {
        align-items: center;
        display: flex;
    }

    .lang .dropdown-toggle {
        padding-left: 0;
        border-right: 0;
    }

    .collapse.navbar-collapse.show .dropdown-menu a {
        padding-right: 50px;
    }

}

/* === language menu === */
.menu-button-wrapper {
    justify-content: space-between;
}

.menu-button-wrapper .tbs-header__nav__menu--languages {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 25px;
    padding-top: 26px;
    text-align: center;
}

.tbs-header__nav__menu--languages {
    padding-top: 17px;
}

@media screen and (max-width: 991px) {
    .tbs-header__nav__menu--languages {
        padding-top: 0px;
        padding-left: 0px;
    }

    .collapse.navbar-collapse.show .dropdown-menu a {
        padding-left: 15px;
    }
}

.menu-button-wrapper .tbs-header__nav__menu--languages .dropdown-menu.show {
    position: absolute !important;
    max-width: 100px !important;
}

.menu-button-wrapper .tbs-header__nav__menu--languages .menu-item {
    padding: 0;
    border-bottom: none;
}

.menu-button-wrapper .tbs-header__nav__menu--languages .menu-item .nav-link {
    padding-bottom: 5px;
}

.menu-button-wrapper .tbs-header__nav__menu--languages .menu-item .nav-link:after {
    content: none;
}

.menu-button-wrapper .tbs-header__nav__menu--actions {
    padding: 0;
}

.menu-button-wrapper .tbs-header__nav__menu--actions .nav-item {
    border: none;
}

.menu-button-wrapper .tbs-header__nav__menu--actions .nav-item span {
    border: 2px solid #343434;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 9px 36px;
}

img.wpml-ls-flag {
    /*padding-right: 10px;*/
    /*padding-bottom: 3px;*/
}

span.wpml-ls-display:after {
    font-family: FontAwesome;
    color: #FF861C;
    font-size: 20px;
    content: "\f107";
    margin: 2px;
}

.tbs-header__nav__menu--languages .dropdown-toggle::after {
    display: none;
}

.search-form input:active,
.search-form input:focus {
    border: 0px;
}

a.dropdown-item {
    /*padding-left: 0;*/
}

li.menu-item {
    display: block;
}

.footer-menu-class li.menu-item {
    display: inline-block;
}

li.menu-item a:hover {
    /*background-color: unset;*/
}

#menu-languages-menu-2 {
    height: 10px;
}

.dropdown-menu show {
    width: 100px;
    height: 60px;
    padding-top: 14px;
}

#menu-languages-menu-2>li>ul>li>a {
    padding: 0;
}

#menu-languages-menu-2>li>ul>li>a:hover {
    background-color: unset;
}

#menu-languages-menu-2>li>ul>li>a>span::after {
    content: "";
}

#menu-languages-menu-1>li>ul>li>a {
    /*padding-top: 10px;*/
    padding-left: 0px;
}

#menu-languages-menu-1 {
    /*padding: 0;*/
}

html[lang=pt-br] #menu-languages-menu-1 {
    padding: 0;
    padding-top: 17px;
}

#menu-languages-menu-1>li>ul>li>a:hover {
    background-color: unset;
}

#menu-languages-menu-1>li>ul>li>a>span::after {
    content: "";
}

div.search-wrapper>form>input[type=text] {
    outline: none;
}



.collapse.navbar-collapse.show .dropdown-menu a {
    padding-left: 0px;
}


/* === resp panels inner pages === */

.col-inner-flex {
    flex: 1;
}

.col-inner-page.col-text {
    padding: 40px;
}

.layout-inner-page {
    padding-bottom: 3px;
}

@media only screen and (min-width: 768px) {
    .layout-inner-page {
        display: flex;
    }

    .container-inner-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .col-inner-page.col-text {
        padding: 40px;
    }
}

.container-inner-page {
    /*max-width: 1100px;*/
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
    margin: auto;
    text-align: left;
}

.container-inner-page p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF;
}

.container-inner-page p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF;
}

.container-inner-page b {
    font-weight: 700;
}

@media only screen and (max-width: 970px) {
    .container-inner-page p {
        font-size: 14px;
        line-height: 20px;
    }

    .col-inner-page.col-text {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .container-inner-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .col-inner-page.col-text {
        padding: 20px;
    }
}

.col-inner-page {
    padding: 0;
    margin: 0;
    /*background: #b3e888;*/
    margin-bottom: 0px;
}

.col-img img {
    width: 100%;
    height: 100%;
}

.col-img {}

#mob-trading-text {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    #mob-trading-text {
        margin-top: 0px;
    }
}

#profit-text01,
#profit-text02 {
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {

    #profit-text01,
    #profit-text02 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 320px) {
    .app_icons img {
        max-width: 100%;
    }

    .er-404-wrapper {
        max-width: 280px;
        margin: auto;
    }
}


/* thema-restriction */
.thema-restriction {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.thema-restriction__content {
    background-color: #FFF;
    padding: 60px 40px 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.thema-restriction__content__ok {
    display: block;
    width: 100%;
    max-width: 30%;
    padding: 10px 10px;
    margin: 0 auto;
    background: #FF861C;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.thema-restriction__content__ok:hover {
    text-decoration: none;
    background: #FF861C;
    color: #FFF;
}

/* Thema-Restricition CSS end */
/* Thema Contact Details Pop up START */
.thema-contact-details {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999997;
}

.thema-contact-details__content {
    background-color: #FFF;
    padding: 50px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    width: 90%;
    height: 90%;
    overflow-y: auto;
    text-align: center;
}
.thema-contact-details__content .contact-details-close-btn {
    background: #FF861C;
    outline: none;
    box-shadow: none;
    padding: 4px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    transition: 0.50s;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
    position: fixed;
    top: 16px;
    right: 16px;
}

.thema-contact-details__content .contact-details-close-btn:hover {
    -webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
	transition: 0.50s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .thema-contact-details__content {
        padding: 50px 40px;
    }
}
/* Thema Contact Details Pop up END */

/* 404 page */
.er-404-image img {
    max-width: 100%;
    height: auto;
}

.er-404-text-message {
    padding-bottom: 40px;
}


/* section symbols */
.section-symbols {
    max-width: 1080px;
    /*width: 1080px;*/
    margin: auto;
}

.symbols-crumbs {
    max-width: 1100px;
    margin: auto;
    text-align: left;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.symbol-menu>li {
    width: 20%;
    text-align: center;
    border-left: 1px solid #DADADA;
    line-height: 10px;
    /*display: inline;*/
    /*margin-right: 1em;*/
}

.symbol-menu {
    width: 100%;
    box-sizing: border-box;
}

.symbol-menu>li>a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #28343A;
    /*padding-left: 50px;*/
    /*padding: 50px;*/
}

.symbol-menu>li>a:hover {
    color: #FF861C;
    text-decoration: none;
}

a.symbol-menu-item.active {
    color: #FF861C;
}

.symbol-menu>li:first-child {
    text-align: left;
    border-left: none;
}


.symbol-menu>li:last-child {
    /*text-align: right;*/
}

.symbol-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #28343A;
    display: inline;
    padding-right: 10px;
}

.symbol-sub-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #28343A;
    display: inline;
}

.symbol-name-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 54px;
    color: #28343A;
    display: inline;
    padding-right: 20px;
}

.symbol-name-price-move {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #28343A;
    display: inline;
}

/*.price-up {*/
/*    color: #1ABB00;*/
/*}*/

/*.price-up:after {*/
/*    content: url('/wp-content/uploads/2021/06/symbol-arrow-up.png');*/
/*}*/

/*.price-down {*/
/*    color: #e60122;*/
/*}*/

/*.price-down:after {*/
/*    content: url('/wp-content/uploads/2021/06/symbol-arrow-down.png');*/
/*}*/

.price-up-small:after {
    content: url('/wp-content/uploads/2021/06/symbol-small-arrow-up.png');
}

.price-down-small:after {
    content: url('/wp-content/uploads/2021/06/symbol-small-arrow-down.png');
}

.tab-pane {
    padding-bottom: 50px;

}

/*.card-body {*/
/*    padding: 2.25rem;*/
/*}*/

.symbol-body {
    padding: 2.25rem;
}

.symbol-card-height {
    height: 290px;
}

.btn-symbol {
    border: 2px solid #28343A;
    color: #FFFFFF;
    background-color: #28343A;
    cursor: pointer;
    width: 190px;
    height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.btn-symbol:hover {
    background-color: #FF861C;
    border: 2px solid #FF861C;
}

.symbol-buttons {
    display: inline-block;
    padding-top: 20px;
}

.symbol-news-header {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    display: inline;
    background-color: #28343A;
    height: 40px;
    padding-top: 5px;
    padding-left: 30px;
}

.symbol-news-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #28343A;
    padding-bottom: 10px;
}

.symbol-news-text span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #28343A;
    /*padding-left: 10px;*/
}

/* */

.symbol-graph {
    padding-top: 40px;
}

.symbol-panel-body {
    padding-top: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.symbol-panel-body {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border: none;
}

.panel-symbol {
    border: none;
    background-color: unset;
    padding-top: 40px;
}



@media screen and (max-width: 992px) {
    .symbol-menu>li>a {
        font-size: 18px;
    }

    .btn-symbol {
        width: 180px !important;
    }

    .symbol-name-price {
        font-size: 40px !important;
    }

    .symbol-name {
        font-size: 32px !important;
    }

    .symbol-sub-name {
        font-size: 18px !important;
    }

    .symbol-card-height {
        /*height: 290px;*/
    }

    .symbol-card-height {
        height: unset !important;
    }

    #symbol-block {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    .btn-symbol-hide {
        width: 120px !important;
    }

    .btn-symbol-show {
        width: 120px !important;
    }

    html[lang=es-ES] .btn-symbol-show {
        width: 150px !important;
    }

    h4.panel-title.panel-symbol-title span {
        font-size: 22px !important;
    }

    .symbol-name-price {
        font-size: 30px !important;
        padding-right: 0;
    }

    .symbol-name {
        font-size: 24px !important;
    }

    .symbol-sub-name {
        font-size: 16px !important;
    }

    .symbol-menu>li>a {
        font-size: 14px;
    }

    .symbol-name-price-move {
        font-size: 16px;
    }

    .price-down:after {
        width: 10px;
        height: auto;
    }

}

@media screen and (max-width: 600px) {
    .btn-symbol-hide {
        display: none !important;
    }

    .btn-symbol-show {
        display: none !important;
    }
}

@media screen and (max-width: 518px) {
    .btn-symbol-hide {
        width: 100px !important;
    }

    .btn-symbol-show {
        width: 100px !important;
    }

    .btn-symbol {
        width: 220px !important;
        margin: 10px;
    }

    .symbol-name-price {
        font-size: 48px !important;
    }

    h4.panel-title.panel-symbol-title span {
        font-size: 18px !important;
    }

    .symbol-name {
        font-size: 20px !important;
    }

    .symbol-name-price {
        font-size: 24px !important;
    }

    .symbol-body {
        text-align: center;
    }

    .symbol-menu>li>a {
        font-size: 12px !important;
    }

}

@media screen and (max-width: 500px) {
    .symbol-menu>li {
        width: unset;
        text-align: center;
        border-bottom: 2px solid #FF861C;
        padding-bottom: 15px;
        padding-top: 10px;
        border-left: none;
        border-right: none;
        border-top: none;
        line-height: 20px;

    }

    .symbol-menu {
        width: 100%;

    }

    .symbol-menu>li>a {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 24px !important;
        color: #28343A;
    }

    .symbol-menu>li:first-child {
        text-align: center;
        border-left: none;
    }

    .symbol-menu>li:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    h4.panel-title.panel-symbol-title {
        font-size: 18px !important;
        padding-left: 15px !important;
    }

    h4.panel-title.panel-symbol-title span:nth-child(1) {
        font-size: 16px !important;
    }

    h4.panel-title.panel-symbol-title span:nth-child(2) {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 360px) {
    .btn-symbol {
        width: 200px !important;
    }
}



.panel-symbol>a {
    text-decoration: none;
}

.panel-symbol>a>.panel-heading {
    background-color: #FF861C;
    color: #fff;
    height: 80px;
}

.panel-symbol>a.collapsed>.panel-heading {
    background-color: #F5F7F9;
    color: #28343A;
    margin-bottom: 10px;
    display: block;
}

h4.panel-title.panel-symbol-title {
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
    padding-left: 40px;
}

h4.panel-title.panel-symbol-title span:nth-child(1) {
    font-weight: 400;
    font-size: 33px;
}

h4.panel-title.panel-symbol-title span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
}

h4.panel-title.panel-symbol-title span:nth-child(2) .fa.fa-arrow-up {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.btn-symbol-hide {
    cursor: pointer;
    width: 154px;
    height: 41px;
    border: 2px solid #FFFFFF;
    background-color: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    right: 38px;
    position: absolute;
}

.btn-symbol-show {
    cursor: pointer;
    width: 154px;
    height: 41px;
    border: 2px solid #FF861C;
    background-color: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #28343A;
    right: 38px;
    position: absolute;
    display: none;
}

.panel-symbol>a.collapsed>.panel-heading>.panel-title>.btn-symbol-hide {
    display: none;
}

.panel-symbol>a.collapsed>.panel-heading>.panel-title>.btn-symbol-show {
    display: unset;
}

.thema-sc-live-rates {
    min-height: unset;
    padding: 0 0 20px 0;
    margin-bottom: 15px;
    background: #fafafa
}

.thema-sc-live-rates h2 {
    color: #343434;
    font-size: 1.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    background: #fff;
    padding: 10px 15px;
    margin: 0
}

html[lang=ar] .thema-sc-live-rates h2 {
    text-align: center
}

.thema-sc-live-rates__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.thema-sc-live-rates__buttons__btn {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 20px 20px 0 0;
    max-width: 50%;
    color: #343434 !important;
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    font-weight: 400 !important;
    line-height: 29px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: 0 10px;
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid #ffd600;
    cursor: pointer
}

.thema-sc-live-rates__buttons__btn:hover {
    color: #343434;
    border-color: #ee1212;
    cursor: pointer
}

.thema-sc-live-rates__buttons__btn:last-child {
    margin-right: 0
}

.thema-sc-live-rates--tabs #real-time-indx {
    margin: 10px 0;
    font-family: Encode Sans Expanded
}

.thema-sc-live-rates--tabs #real-time-indx>li {
    width: 22%;
    list-style: none;
    cursor: pointer;
    display: block;
    width: 100%
}

.thema-sc-live-rates--tabs #real-time-indx>li a {
    color: #9aa9b1;
    font-size: .75rem;
    font-weight: 700;
    line-height: 2.875rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem 0;
    background-color: unset;
    border-bottom: 4px solid #e8e8e8;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

html[lang=es-ES] .thema-sc-live-rates--tabs #real-time-indx>li a,
html[lang=fr-FR] .thema-sc-live-rates--tabs #real-time-indx>li a,
html[lang=ru-RU] .thema-sc-live-rates--tabs #real-time-indx>li a {
    min-height: 56px;
    line-height: 1rem
}

.thema-sc-live-rates--tabs #real-time-indx>li a.active,
.thema-sc-live-rates--tabs #real-time-indx>li a:hover {
    color: #323232;
    border-color: #ffd600;
    font-family: Encode Sans Expanded;
    font-style: normal;
    font-weight: 700;
    font-size: 20px
}

.thema-sc-live-rates--tabs div.qt_regular {
    width: 100%;
    border: none;
    margin-top: 0
}

.thema-sc-live-rates--tabs div.qt_regular div:not([class]) {
    padding-bottom: 10px
}

.thema-sc-live-rates--tabs div.qt_regular span.cell {
    display: table-cell;
    color: #323232;
    font-size: .9375rem;
    vertical-align: middle;
    padding: 10px 5px;
    border: 0;
    font-family: Encode Sans Expanded;
    font-style: normal;
    font-weight: 700;
    min-width: 64px;
    text-align: right
}

.thema-sc-live-rates--tabs div.qt_regular span.cell:first-of-type {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px
}

html[lang=ar] .thema-sc-live-rates--tabs div.qt_regular span.cell:first-of-type {
    text-align: right
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.change {
    display: table-cell
}

html[lang=es-ES] .thema-sc-live-rates--tabs div.qt_regular span.cell.change,
html[lang=fr-FR] .thema-sc-live-rates--tabs div.qt_regular span.cell.change,
html[lang=ru-RU] .thema-sc-live-rates--tabs div.qt_regular span.cell.change {
    display: inline-table
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.ask,
.thema-sc-live-rates--tabs div.qt_regular span.cell.bid {
    width: 50px;
    text-align: center;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140%
}

html[lang=fr-FR] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask,
html[lang=fr-FR] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid {
    width: 60px
}

html[lang=es-ES] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask,
html[lang=es-ES] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid {
    width: 80px
}

html[lang=ru-RU] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask,
html[lang=ru-RU] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid {
    width: 70px
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.ask a,
.thema-sc-live-rates--tabs div.qt_regular span.cell.bid a {
    width: 50px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    line-height: 1.875rem;
    border: 2px solid #343434;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    font-weight: 400 !important;
    text-decoration: none
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.ask a:hover,
.thema-sc-live-rates--tabs div.qt_regular span.cell.bid a:hover {
    border-color: #ffd600
}

html[lang=fr-FR] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask a,
html[lang=fr-FR] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid a {
    width: 60px
}

html[lang=es-ES] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask a,
html[lang=es-ES] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid a {
    width: 80px
}

html[lang=ru-RU] .thema-sc-live-rates--tabs div.qt_regular span.cell.ask a,
html[lang=ru-RU] .thema-sc-live-rates--tabs div.qt_regular span.cell.bid a {
    width: 70px
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.bid {
    width: 80px !important;
    font-family: Encode Sans Expanded !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.bid>a {
    width: 90px !important;
    font-size: 16px !important;
    text-decoration: none
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.change {
    font-weight: 400 !important
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.name {
    font-weight: 700
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.arrowMetter {
    padding: 0;
    min-width: 40px;
    text-align: center
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.arrowMetter>span {
    margin: auto
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.arrowMetter>span.positive {
    display: block;
    width: 22px;
    height: 42px;
    background: transparent url(../assets/images/live_rates_icons.png) no-repeat -4px 0;
    vertical-align: middle
}

.thema-sc-live-rates--tabs div.qt_regular span.cell.arrowMetter>span.negative {
    display: block;
    width: 22px;
    height: 42px;
    background: transparent url(../assets/images/live_rates_icons.png) no-repeat -35px -5px;
    vertical-align: middle
}

.thema-sc-live-rates--tabs div.qt_regular .white-button {
    position: relative;
    display: inline-block;
    color: #343434;
    font-weight: 700;
    font-size: .75rem;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 0 0 0;
    margin: 4px auto;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0
}

a .thema-sc-live-rates--tabs div.qt_regular .white-button {
    color: #9aa9b1;
    text-decoration: none
}

.thema-sc-live-rates--tabs div.qt_regular .openGraphic {
    text-align: center;
    padding-left: 17px
}

.thema-sc-live-rates--tabs div.qt_regular .openGraphic .white-button {
    position: relative;
    display: inline-block;
    font-size: .6875rem;
    margin: -2px 0 0 0;
    border-radius: 2px
}

.thema-sc-live-rates--tabs div.qt_regular .openGraphic>.white-button>img {
    display: inline-block;
    width: initial
}

.thema-sc-live-rates--tabs .change {
    width: 100%
}

.thema-sc-live-rates--tabs .change>span {
    display: block;
    text-align: right
}

.thema-sc-live-rates--tabs .change>.negative,
.thema-sc-live-rates--tabs .change>.positive {
    line-height: 15px;
    text-align: right;
    margin: 0 auto
}

.thema-sc-live-rates--tabs .change>.negative:after,
.thema-sc-live-rates--tabs .change>.positive:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/thema-Xlntrade/assets/images/sprite-icons.png);
    content: ""
}

.thema-sc-live-rates--tabs .change>.positive {
    color: #78c201
}

.thema-sc-live-rates--tabs .change>.positive:after {
    background-position: -225px -27px
}

.thema-sc-live-rates--tabs .change>.negative {
    color: #ff4c44
}

.thema-sc-live-rates--tabs .change>.negative:after {
    background-position: -250px -27px
}

/*cookie bar start*/
.cookiealert {
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: none;
    border-radius: 0;
    /*transform: translateY(100%);*/
    /*transition: all 500ms ease-out;*/
    color: #ecf0f1;
    background: #212327;
}

.cookie-inner {
    max-width: 1110px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    display: block;
    /*transform: translateY(0%);*/
    /*transition-delay: 1000ms;*/
}

.cookiealert a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: #fff;
    text-decoration: underline;
}

.cookiealert a:hover {
    color: #FF861C;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    margin: auto;
}

.cookie-btn {
    margin: auto;
}

@media screen and (max-width: 992px) {
    .cookie-inner {
        font-size: 12px;
    }

    .cookiealert a {
        font-size: 12px;
    }

    .btn_box.download.acceptcookies {
        max-width: 110px;
    }
}

/*cookie bar end*/

#post-614 p {
    font-size: 15px;
}

html[lang=es-ES] div.wpb_raw_code.wpb_content_element.wpb_raw_html.btn-align-center>div>a>button {
    width: 220px;
}

html[lang=es-ES] div.row.why2-btn.wbandsmith800>div>button {
    width: 230px;
}

html[lang=es-ES] button.btn.learn_more {
    width: 220px !important;
}

@media screen and (max-width: 992px) {
    a.dropdown-item {
        font-size: 15px !important;
    }
}

html[lang=es-ES] .btn.start_trading_now {
    width: 230px;
}

ul.dropdown-menu.show {
    padding-left: 15px;
}

html[lang=es-ES] #menu-item-wpml-ls-11-en>a>span.wpml-ls-display::after,
html[lang=es-ES] #menu-item-wpml-ls-11-pt-br>a>span.wpml-ls-display::after {
    content: none;
}

html[lang=en-US] #menu-item-wpml-ls-11-es>a>span.wpml-ls-display::after,
html[lang=en-US] #menu-item-wpml-ls-11-pt-br>a>span.wpml-ls-display::after {
    content: none;
}

html[lang=pt-br] #menu-item-wpml-ls-11-es>a>span.wpml-ls-display::after,
html[lang=pt-br] #menu-item-wpml-ls-11-en>a>span.wpml-ls-display::after {
    content: none;
}

.flying-chat {
    position: fixed;
    bottom: 30%;
    display: inline-block !important;
    right: 0;
    font-size: 32px;
    height: 57px;
    width: 57px;
    z-index: 2;
    color: #fff;
    transition: all .5s;
    background-color: #FF861C;
    border: 0;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2021/05/need-help.png);
    background-repeat: no-repeat;
    background-size: 57px 57px;
    border: 1px solid #fff;
    border-radius: 4px;
}

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

.contact-details-btn {
    position: fixed;
    bottom: 30%;
    display: inline-block !important;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    height: 57px;
    width: 95px;
    z-index: 2;
    color: #fff;
    transition: all .5s;
    background: #FF861C;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
}

.contact-details-btn.d-none {
    display: none !important;
}

.tradingview-widget-container {
    padding-bottom: 20px;
}

/* === whats app === */
.whatsapp-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .whatsapp-desktop {
        display: none
    }

    .whatsapp-mobile {
        display: block;
        right: 40px;
        position: absolute;
    }

    .bw-whatsapp-icon {
        /*right: 40px;*/
        /*position: absolute;*/
    }
}

/* whatsapp */
.bw-whatsapp-icon {
    display: inline-block;
    background-color: transparent !important;
}

.bw-whatsapp-icon a {
    display: block;
    padding: 0 !important;
}

.bw-whatsapp-icon img {
    width: 30px;
    padding: 4px;
    vertical-align: top;
}

.bw-whatsapp {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin: 0 0 0 -250px;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9999991;
    transform: scale(0.9) translateY(-50%);
    -webkit-transform: scale(0.9) translateY(-50%);
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bw-whatsapp-expand .bw-whatsapp {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
}

.bw-whatsapp-header {
    background-color: #128C7E;
    text-align: center;
    line-height: 63px;
}

.bw-whatsapp-header>img {
    max-width: 40px;
    vertical-align: middle;
}

.bw-whatsapp-header>strong {
    margin-left: 8px;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.bw-whatsapp-content {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
}

.bw-whatsapp-content a {
    color: #6079E9;
}

.bw-whatsapp-footer {
    display: flex;
    margin-top: auto;
}

.bw-whatsapp-footer>a {
    flex: 0 1 50%;
    background-color: #e6e6e6;
    color: #000;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    border-right: 1px solid #ccc;
    text-decoration: none;
}

.bw-whatsapp-footer>a:hover {
    background-color: #ccc;
}

.bw-whatsapp-footer>a:last-child {
    border-right: 0;
}

.bw-whatsapp-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999990;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bw-whatsapp-expand .bw-whatsapp-overlay {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 560px) {
    .bw-whatsapp-header {
        line-height: 55px;
    }

    .bw-whatsapp {
        width: 300px;
        margin-left: -150px;
    }

    .bw-whatsapp-header>strong {
        margin-left: 6px;
        font-size: 20px;
    }

    .bw-whatsapp-header>img {
        max-width: 30px;
    }

    .bw-whatsapp-footer>a {
        font-size: 16px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 380px) {
    .bw-whatsapp-icon {
        /* position: absolute; */
        right: 20%;
    }
}