/* Single Broker page @np */

.single-brokers .mm-page {
    overflow: unset;
}

.broker_single_wrap {
    position: relative;
}

.broker_single_sidebar {
    display: inline-block;
    position: absolute;
    left: calc(50% - 750px);
    top: 0;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.broker_add_block {
    padding: 52px;
    background: #f1f7fa;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.broker_add_block:after {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: -1;
}

.broker_add_block:before {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 6px;
    z-index: -1;
}

.broker_single_sidebar img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.floating-box-design .btn-arrow.more-info-btn {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
    box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
}

.floating-box-design .btn-arrow.more-info-btn:hover {
    background-color: #0b7ec1;
}

.point-carousel-wrapper .point-carousel .single-block .link-wrapper {
    position: relative;
    z-index: 1;
}


/* Single post banner @np */

.single-post .mm-page {
    overflow: unset;
}

.single-post .blog-social {
    padding: 35px 0 15px;
}

.single-post .overview-content {
    overflow: unset;
}

.blog-details .text-page-wrapper .container {
    position: relative;
    max-width: 1500px;
}

.single-post .blog_sticky_banner {
    position: absolute;
    top: 0;
    z-index: 10;
}

.single-post .left-blog-banner {
    left: -15px;
}

.single-post .right-blog-banner {
    right: -15px;
}

.single-post .bs_add_block {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    padding: 52px;
    background: #f1f7fa;
    border-radius: 10px;
}

.single-post .bs_add_block:after {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: -1;
}

.single-post .bs_add_block:before {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 6px;
    z-index: -1;
}

.single-post.blog-details .text-page-wrapper .content-right {
    max-width: 100%;
    padding: 0 285px;
}

.single-post.blog-details .content-right .elementor-inner .elementor-section-wrap .elementor-section:nth-child(5) {
    /*display: none;*/
}

.single-post.blog-details .section-bg-shape {
    margin-bottom: 0;
}

.single-post.blog-details .section-bg-shape:after {
    display: none;
}


/* Horizontal ad */

.single-post .content-right .sp_horz_ad_wrap,
.single-brokers .broker_single_main_content .sp_horz_ad_wrap {
    background: #f1f7fa;
    border-radius: 10px;
    padding: 15px 15px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

.single-post .content-right .sp_horz_ad_wrap .sp_horz_ad,
.single-brokers .broker_single_main_content .sp_horz_ad_wrap .sp_horz_ad {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: auto;
}

.single-post .content-right .sp_horz_ad_wrap:after,
.single-brokers .broker_single_main_content .sp_horz_ad_wrap:after {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: auto;
    bottom: -130px;
    z-index: 1;
}

.single-post .content-right .sp_horz_ad_wrap:before,
.single-brokers .broker_single_main_content .sp_horz_ad_wrap:before {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: auto;
    top: -78px;
    left: 10px;
    bottom: auto;
    z-index: 1;
}


/* Review Float Buttons @np */

.review_floating_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 18px;
    right: 10px;
    top: auto;
    z-index: 1000;
}

.review_floating_btns .btn {
    margin: 0 4px;
}

.review_floating_btns .btn-green.btn-arrow {
    -webkit-box-shadow: 0 9px 9px 0px rgba(128, 186, 39, 0.33);
    box-shadow: 0 9px 9px 0px rgba(128, 186, 39, 0.33);
}

.review_floating_btns .btn-green.btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/right-arrow-white.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    margin-left: 15px;
}

.review_floating_btns a.btn.more-info-btn.btn-arrow {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
    box-shadow: 0 9px 9px 0px rgba(11, 126, 194, 0.11);
    padding: 17px 20px 17px;
}

.review_floating_btns a.btn.more-info-btn.btn-arrow:visited,
.review_floating_btns a.btn.more-info-btn.btn-arrow:focus {
    color: #0b7ec1!important;
}

.review_floating_btns a.btn.more-info-btn.btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/right-arrow-blue.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    margin-left: 15px;
}

.review_floating_btns a.btn.more-info-btn.btn-arrow:hover {
    background-color: #0b7ec1;
    border-color: #fff;
    color: #fff !important;
}

.review_floating_btns a.btn.more-info-btn.btn-arrow:hover:after {
    background-image: url(../images/right-arrow-white.svg);
}


/* ----- Hub page saxo-bank ----- */

.page-template-tmp-hubpage-saxobank section.warrom-saxobank-section {
    padding-bottom: 30px;
    margin-top: 100px;
}

.page-template-tmp-hubpage-saxobank .warrom-descbox p {
    /*color: #516373;*/
    line-height: 24px;
}

.page-template-tmp-hubpage-saxobank .repeat-blockbox .waarom-smallicon {
    margin-bottom: 16px;
}

.page-template-tmp-hubpage-saxobank .repeat-blockbox .waarom-titlebox h3 {
    margin-bottom: 5px;
}

.page-template-tmp-hubpage-saxobank section.warrom-saxobank-section h2 {
    margin-bottom: 45px;
}

.page-template-tmp-hubpage-saxobank .table-section-main p {
    /*color: #516373;line-height: 24px;*/
}

.page-template-tmp-hubpage-saxobank .saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .rdmr-div a {
    margin-top: 15px;
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo .star {
    display: none;
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo .star-mobile {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #516373;
    font-weight: 700;
    line-height: 1.2;
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo .star-mobile h3 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo .star-mobile img {
    width: auto;
    height: auto;
    margin-right: 7px;
    display: inline-block;
}

.saxobank_trans_offer {
    display: none;
}

.more_benefit_sec_sb {
    display: none;
}

.choice_alert {
    margin: 3px 0 0;
}

.choice_alert p {
    margin: 0;
    font-size: 14px;
    color: #0C0C0C;
    font-weight: 700;
    line-height: 1.2;
}

.choice_alert.choice_alert_green p {
    color: #80BA27;
}

.choice_alert.choice_alert_blue p {
    color: #0B7EC2;
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .link-wrapper ul {
    margin-top: 6px;
    border-bottom: 1px solid rgb(174 214 238 / 40%);
    padding: 0 0 11px;
}

.saxobank_bottom_logo {
    background-color: #15B9ED;
    height: 156px;
    width: 156px;
    border-radius: 100%;
    position: absolute;
    bottom: -100px;
    right: -35px;
}

.saxobank_bottom_logo p {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.saxobank_bottom_logo p i {
    color: #fff;
    display: block;
}

.saxobank_bottom_logo p strong {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    margin: 3px 0;
}

section.warrom-saxobank-section:before {
    pointer-events: none;
}

.benefits-slider.point_slider_sexo_bank .slick-prev,
.benefits-slider.point_slider_sexo_bank .slick-next {
    top: -10px;
}


/* ----- CDF broker hub page ----- */

.wc_text_ad_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wc_text_ad_left {
    display: inline-block;
    width: calc(100% - 400px);
}

.wc_text_ad_right {
    display: inline-block;
    width: 400px;
    padding-left: 30px;
    position: relative;
}

.wc_text_ad_right:after {
    background-image: url(../images/benefit-section-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    height: 330px;
    width: 330px;
    top: 185px;
    right: -172px;
    z-index: -1;
    opacity: 0.2;
}


/* wc list */

.wc_list {
    display: block;
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 5px;
    padding: 33px 43px 20px;
}

.wc_list h5 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.2;
    color: #516373;
    font-weight: 500;
    padding-left: 27px;
    background-image: url(../images/Icon-list-ul.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wc_list ul {
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0;
}

.wc_list ul li {
    margin: 0 0 13px;
    padding: 0 0 0 27px;
    list-style: none;
    background-image: url(../images/arrow_down_mobile.png) !important;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 1;
    color: #516373;
    font-weight: 400;
}

.wc_list ul li:after,
.wc_list ul li:before {
    display: none;
}


/* wc text */

.wc_text {
    height: 75px;
    width: 100%;
    overflow: hidden;
}

.wc_text.wc_text_more {
    height: auto;
    overflow: auto;
}

.wc_text_sec h2 {
    color: #414e5c;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    margin: 0 0 19px;
}

.wc_text_sec h2 span:after,
.wc_text_sec h2 strong:after {
    display: none;
}

.wc_text_sec p {
    color: #516373;
    line-height: 24px;
}


/*wc read more*/

.wc_read_more {
    text-align: center;
}

.wc_rm_trigger,
.wc_rm_trigger:visited {
    display: inline-block;
    color: #0B7EC2;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    padding-right: 18px;
    margin: 21px 0 0;
    cursor: pointer;
}

.wc_rm_trigger:hover,
.wc_rm_trigger:focus {
    color: #0B7EC2;
}

.wc_rm_trigger:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 6px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wc_rm_trigger.rm_toggle:after {
    background-image: url(../images/arrow-up-blue.svg);
}


/* AD block 300X250 */

.wc_ad_block {
    background: #F1F7FA;
    padding: 35px;
    position: -webkit-sticky;
    position: sticky;
    border-radius: 10px;
}

.wc_ad_block:before {
    height: 127px;
    width: 105px;
    content: "";
    background-image: url(../images/Pattern_top_grey_kopiëren_6.png);
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: -1;
}

.wc_ad_block:after {
    height: 112px;
    width: 131px;
    content: "";
    background-image: url(../images/Pattern_top_grey_kopiëren_7.png);
    background-size: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.cfd_broker_hub .wc_list {
    margin: 0 0 30px;
}


/* Green-box */

.green_box_list_cdf_hub {
    margin: 30px 0;
}

.green_box_list_wrap {
    border: 1px solid #C6E695;
    background: #F3F8EB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 7.5% 51px 36px;
    border-radius: 10px;
}

.green_box_list_wrap h2 {
    color: #414E5C;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    margin: 0 0 21px;
}

.green_box_list {
    display: inline-block;
    width: calc(100% - 260px)
}

.green_box_list ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 9px;
}

.green_box_list ul li {
    color: #516373;
    list-style: none;
    padding: 0 0 2px 40px;
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}

.green_box_list ul li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #80BA27;
    border-radius: 30px;
    background-image: url(../images/tick-green.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.green_box_list ul li:last-child {
    margin: 0;
}

.green_box_btn_sec {
    text-align: center;
    display: inline-block;
}

.green_box_btn_sec .green_box_btn,
.green_box_btn_sec .green_box_btn:visited {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    background: #80BA27;
    border: none;
    padding: 17px 26px;
    cursor: pointer;
}

.green_box_btn_sec .green_box_btn:hover {
    background: #6e9e24;
    text-decoration: none;
    color: #fff;
}


/* CFD article theme */

.cfd_article_sec {
    margin: 75px 0 70px;
}

.themes_wrapper.cdf_theme_wrapper .viewAllfeture {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 19px 0 0;
}

.themes_wrapper.cdf_theme_wrapper .viewAllfeture a {
    display: inline-block;
    position: relative;
    color: #0b7ec2;
    border: 1px solid #0b7ec2;
    border-radius: 40px;
    padding: 16px 26px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    vertical-align: middle;
    line-height: 1;
}

.themes_wrapper.cdf_theme_wrapper .viewAllfeture a:hover {
    background: #80ba27;
    color: #fff;
    border: 1px solid transparent;
}

.themes_wrapper.cdf_theme_wrapper h2 {
    color: #414E5C;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.dfd_theme_title {
    position: relative;
}

.dfd_theme_title .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #d0f1fb;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

.dfd_theme_title .icon img {
    display: inline-block;
    width: 23px;
    height: auto;
}

.themes_wrapper .dfd_theme_title h2 {
    color: #414E5C;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 40px;
    padding: 0 0 0 60px;
}

.cfd_article_sec .library_themes ul li {
    margin: 0 0 19px;
}

.themes_wrapper.cdf_theme_wrapper ul li p {
    line-height: 1.2;
}

.themes_wrapper.cdf_theme_wrapper ul li p a {
    line-height: 22px;
}

.mob_ad_sec {
    display: none;
}

.mob_ad_block {
    text-align: center;
    background: #F1F7FA;
    padding: 10px 5px;
}

.mob_ad_block img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* ----- Broker vs Broker page @np----- */

.banner-section.banner_lines {
    position: relative;
}

.banner-section.banner_lines:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -62px;
    background-image: url(../images/banner_lines.png);
    background-repeat: no-repeat;
    height: 62px;
    width: 100%;
    background-size: cover;
}

.bb_tooltip_sec {
    border: 1px solid #ADD76E;
    background-color: #F3F8EB;
    border-radius: 10px;
    padding: 16px 36px;
    position: relative;
}

.bb_tooltip_sec .tooltip_content {}

.bb_tooltip_sec .info-icon-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb_tooltip_sec .info-icon-block>p {
    position: relative;
    color: rgb(5 56 95 / 70%);
    display: inline-block;
    margin: 0;
    line-height: 1.25;
}

.bb_tooltip_sec .info-icon-boxs {
    margin-right: 18px;
}

.bb_tooltip_sec .info-icon-boxs:before {
    background-image: url(../images/info-solid.svg);
    border: none;
    background-size: cover;
    height: 25px;
    width: 25px;
}

.bb_tooltip_sec .tooltip_close {
    display: inline-block;
    text-decoration: none;
    padding: 12px 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.bb_tooltip_sec .tooltip_close img {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.bb_tooltip_sec .info-icon-block .info-tooltip {
    border-color: #ADD76E;
    width: 300px;
}

.bb_tooltip_sec .info-icon-block .info-tooltip:before {
    border-color: transparent #aed6ee transparent transparent;
}

.bb_tooltip_sec {
    margin: 5px 0 0;
}

.wc_text_sec.mob_load_text .wc_text {
    height: auto;
}

.wc_rm_trigger.toon_trigger {
    display: none;
}

.bb_text_ad .wc_text_ad_right {
    margin-top: -70px;
}

.bb_text_ad .wc_text_ad_right:after {
    display: none;
}


/* broker list */

.page-template-tmp-broker-vs-broker-overview .mm-page {
    overflow: unset;
}

.broker_overview_sec {
    margin: 23px 0 0;
}

.broker_overview_sec .container {
    max-width: 1830px;
    position: relative;
}

.broker_overview_content {
    max-width: 1170px;
    margin: 0 auto;
}

.left_ad_banner {
    left: 15px;
}

.right_ad_banner {
    right: 15px;
}

.sticky_banner_bo {
    position: absolute;
    top: 0;
}

.broker_overview_sec .ad_block {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    padding: 55px;
    background: #f1f7fa;
    border-radius: 10px;
}

.broker_overview_sec .ad_block:after {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: -1;
}

.broker_overview_sec .ad_block:before {
    height: 157px;
    width: 157px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 100%;
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 6px;
    z-index: -1;
}

.broker_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.broker_item {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 30px
}

.broker_item_content_wrap {
    border: 1px solid #AED6EE;
    background: #F5FBFD;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 20px 0 rgba(65, 78, 92, 0.05);
    box-shadow: 7px 7px 20px 0 rgba(65, 78, 92, 0.05);
}

.broker_item .vs_logo_sec {
    background: #fff;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vs_logo_b {
    display: inline-block;
    width: 37%;
    text-align: center;
}

.vs_logo_b img {
    max-height: 42px;
    max-width: 100%;
    width: 130px;
    margin: 0 auto;
    display: block;
}

.vs_logo {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.vs_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.broker_item_text {
    padding: 22px 10px 13px;
}

.broker_overview_list {
    padding: 0 9px 10px;
}

.broker_item_text h6 {
    color: #677785;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.broker_item_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.broker_item_text li {
    color: #516373;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 28px;
    margin: 0 0 13px;
    list-style: none;
    position: relative;
}

.broker_item_text li:last-child {
    margin: 0;
}

.broker_item_text li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #15B9ED;
    border-radius: 30px;
    background-image: url(../images/tick-light-blue.svg);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}

.battle_btn {
    padding: 13px 0 0;
    border-top: 1px solid rgb(174 214 238 / 40%);
}

.battle_btn .btn {
    background: #80BA27;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

.battle_btn .btn:hover {
    background: #6e9e24;
}


/* filter section */

.broker_filter_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 20px;
}

.broker_filter_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
}

.broker_filter_left h6 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #414E5C;
    margin: 0 0 13px;
    font-weight: 500;
}

.broker_filter_right {
    display: inline-block;
    width: 35%;
}

.type_broker_filter,
.broker_filter,
.uitslag_filter {
    display: inline-block;
    margin-right: 35px;
}

.sort_filter {
    margin: 0 0 19px;
}

.sort_filter,
.uit_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.broker_filter_right h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #414E5C;
    margin: 0 12px 0 0;
    font-weight: 500;
}

.broker_filter_right .mob_filter_title {
    display: none;
    font-size: 16px;
    line-height: 1;
    color: #0B7EC2;
    margin: 0 0 11px;
    font-weight: 500;
}


/* filter design */

.broker_filter_sec .select2-container--default .select2-selection--single {
    padding: 0;
    border: solid 1px #bad9ec;
    border-radius: 26px !important;
    height: auto;
    -webkit-box-shadow: 5px 9px 50px 0 rgba(0, 4, 19, 0.05);
    box-shadow: 5px 9px 50px 0 rgba(0, 4, 19, 0.05);
}

.broker_filter_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin: 0;
    font-size: 16px;
    color: #516373;
    line-height: 34px;
    background-image: url(../images/arrow-down-filter.svg);
    background-size: 8px;
    background-position: top 15px right 14px;
    background-repeat: no-repeat;
    width: 100% !important;
    padding: 0px 10px 0px 20px;
    height: 34px;
    position: relative;
}

.broker_filter_sec .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #516373;
}

.broker_filter_sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.broker_filter_sec .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

.broker_filter_sec .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #516373;
    opacity: 0.5;
}

.broker_filter_sec span.select2 {
    width: 190px !important;
}

.broker_filter_sec .sort_filter span.select2 {
    width: 150px !important;
}

.broker_filter_sec .select2-container--open .select2-dropdown--above {
    border: 1px solid #B4D9EF;
    -webkit-box-shadow: 0 0 5px 9px rgba(0, 4, 19, 0.05);
    box-shadow: 0 0 5px 9px rgba(0, 4, 19, 0.05);
    border-radius: 10px;
    width: 150px !important;
}

.page-template-tmp-broker-vs-broker-overview section.table-section-main.removespacing-box {
    margin-bottom: 0;
}

.page-template-tmp-broker-vs-broker-overview .section-bg-shape:after {
    display: none;
}

.broker_filter_result {
    margin: 0 0 15px;
}

.broker_filter_result p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #414E5C;
}


/* ----- White Paper Overview @np----- */

.page-template-tmp-whitepaper-overview .banner-section.banner_multi {
    margin: 0 0 15px;
}

.banner-section.banner_multi {
    padding: 35px 0 30px;
    margin: 0 0 30px;
}

.banner-section.banner_multi h1 {
    margin: 0;
}

.white_papper_wc .wc_text {
    max-width: 610px;
}

.white_papper_wc .wc_text_ad_right {
    margin-top: -130px;
}


/* filter tags */

.white_paper_fliter_sec {
    max-width: 1170px;
    margin: 0 auto;
}

.wpf_tag_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpf_tag_list ul li {
    list-style: none;
    margin: 0 14px 14px 0;
    padding: 0;
    display: inline-block;
}

.wpf_tag_list ul li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    font-size: 16px;
    padding: 9px 20px 9px 30px;
    color: #fff;
    background: #15B9ED;
    border-radius: 22px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-shadow: 4px 4px 15px 0 rgba(142, 142, 142, 0.13);
    box-shadow: 4px 4px 15px 0 rgba(142, 142, 142, 0.13);
    border: 1px solid #15B9ED;
}

.wpf_tag_list ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.wpf_tag_list ul li a:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
}

.wpf_tag_list ul li a:hover {
    text-decoration: none;
    color: #0B7EC2;
    border-color: #0B7EC2;
    background: #fff;
}

.wpf_tag_list ul li a:hover:after {
    background: #0B7EC2;
}

.wpf_tag_list h6 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 700;
    color: #414E5C;
}

.white_papper_filter_result {
    margin: 30px 0 50px;
}

.white_papper_filter_result p {
    color: #516373;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.broker_item_title {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 22px 17px;
}

.broker_item_title h6 {
    color: #348DC9;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.wp_broker_item_wrap .broker_overview_list {
    padding: 0 0 20px;
}

.wp_broker_item_wrap .broker_item_text {
    padding: 18px 17px 15px;
}

.wp_broker_item_wrap .battle_btn .btn {
    padding: 14px 10px;
}

.wp_broker_listIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wp_list_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 81px;
    width: 81px;
    background: #D0F1FB;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    margin: 15px 17px 0 0;
}

.wp_list_icon img {
    display: inline-block;
    max-width: 40px;
    height: auto;
}

.white_paper_fliter_sec .pagination {
    padding: 7px 0;
}

.page-template-tmp-whitepaper-overview .table-section-main.section-bg-shape {
    margin-bottom: 0;
}

.page-template-tmp-whitepaper-overview .table-section-main.section-bg-shape:after {
    display: none;
}


/* white paper PopUp */

.page-template-tmp-whitepaper-overview .fancybox-overlay {
    background: rgb(11 126 194 / 60%);
}

.page-template-tmp-whitepaper-overview .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    border-radius: 10px;
}

.page-template-tmp-whitepaper-overview .fancybox-close::before {
    font-size: 32px;
}

#white_paper_popup {
    max-width: 600px;
    background: #E8F8FF;
    border-radius: 10px;
}

#white_paper_popup .wp_popup_form {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 29px 0 rgba(24, 84, 119, 0.15);
    box-shadow: 7px 7px 29px 0 rgba(24, 84, 119, 0.15);
    padding: 55px 75px 20px;
}

.wp_popup_form h4 {
    color: #0B7EC2;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-weight: 300;
}

.wp_popup_form h2 {
    color: #0B7EC2;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 17px;
    font-weight: 700;
}

.wp_popup_form p {
    color: rgb(81 99 115 / 80%);
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 3px;
    font-weight: 400;
}

.wp_popup_form .fild-box-wrapper {
    margin: 5px -8px 0;
}

.wp_popup_form .fild-box-wrapper .fild-box>label .label,
.wp_popup_form .fild-box-wrapper .fild-box>label .placeholder {
    color: rgb(65 78 92 / 80%);
}

.wp_popup_form .fild-box-wrapper .fild-box>label input,
.wp_popup_form .fild-box-wrapper .fild-box>label textarea {
    color: #414E5C;
    font-size: 14px;
}

.wp_popup_form .fild-box-wrapper .note {
    font-size: 14px;
}

.wp_popup_form .fild-box-wrapper .fild-box.email {
    padding-bottom: 14px;
}

.wp_popup_form .fild-box-wrapper .fild-box.check {
    padding-bottom: 26px;
}

.wp_popup_form .fild-box-wrapper .fild-box.btn-submit {
    padding-bottom: 17px;
    position: relative;
}

.wp_popup_form .wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wp_download_counter {
    padding: 23px 15px;
    text-align: center;
}

.wp_download_counter p {
    margin: 0;
    color: #1382C4;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.wp_download_counter p>strong {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding-right: 15px;
    letter-spacing: 0.1em;
}

.res_wpf_tag_sec {
    display: none;
}


/*tag Search form */

.wp_tag_search_sec {
    margin: 27px 0 25px;
}

.wp_tag_search {
    position: relative;
}

.wp_tag_search input[type="search"] {
    border: 1px solid #AED6EE;
    background: #fff;
    border-radius: 50px;
    color: #0B7EC2;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 15px;
    height: auto;
}

.wp_tag_search input[type="submit"] {
    background: #80BA27;
    padding: 18px 17px 18px 28px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    line-height: 1;
    border-radius: 0 50px 50px 0;
}

.wp_tag_search input[type="search"]::-webkit-input-placeholder {
    color: #0B7EC2;
}

.wp_tag_search input[type="search"]:-ms-input-placeholder {
    color: #0B7EC2;
}

.wp_tag_search input[type="search"]::placeholder {
    color: #0B7EC2;
}

.wp_tag_search:after {
    background-image: url(../images/knowlege-search-icon.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position-x: 18%;
    background-position-y: 50%;
    background-color: #80ba27;
    background-size: 15px;
    top: 17px;
    right: 69px;
    height: 15px;
    width: 15px;
}

.wp_tag_search_result {
    margin: 28px 0;
}

.wp_tag_search_result p {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    color: rgb(81 99 115 / 70%);
}


/* ------- Broker VS Broker Detail Page ------- */

.banner-section.battle_banner {
    padding: 67px 15px 61px;
}

.battle_banner .battle_logo_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 868px;
    margin: 0 auto;
}

.battle_banner .battle_logo_sec:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #F9F9F9;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.battle_banner .battle_logo_item {
    width: 230px;
    border-radius: 10px;
    display: inline-block;
    height: 120px;
    background: #F9F9F9;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.battle_banner .battle_logo_item img {
    display: inline-block;
    width: 90%;
    max-height: 80px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
}

.battle_banner .vs_base {
    height: 86px;
    width: 86px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#15B9ED), to(#168ED5));
    background-image: linear-gradient(180deg, #15B9ED, #168ED5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.battle_banner .vs_base span {
    display: inline-block;
    font-size: 33px;
    line-height: 1;
    color: #FEFEFE;
    text-shadow: 0 0 6px #005A78;
}

.bb_tooltip_sec.warn_tt {
    border-color: #DF6D41;
    background-color: #FFF6EF;
    margin: 0 0 15px;
    padding: 18px 36px 18px 16px;
}

.bb_tooltip_sec.warn_tt .info-icon-boxs:before {
    background-image: url(../images/info-solid-red.svg);
}

.bb_tooltip_sec.warn_tt .info-icon-block .info-tooltip {
    border-color: #DF6D41;
    background-color: #FFF6EF;
}

.bb_tooltip_sec.warn_tt .info-icon-block .info-tooltip:before {
    border-color: transparent #DF6D41 transparent transparent;
}

.wc_text_sec.bb_wc_text_sec .wc_text p {
    color: #768699;
}

.wc_text_sec.bb_wc_text_sec .wc_text {
    height: auto;
    overflow: visible;
}

.wc_text_sec.bb_wc_text_sec .wc_read_more {
    display: none;
}


/* table */

.bb-voor-table table {
    border-collapse: separate;
    border: 1px solid #aed6ee;
    border-radius: 5px;
}

.voor-table.bb-voor-table table td {
    border: 1px solid #aed6ee;
    border-width: 1px 1px 0 0;
    padding: 20px 25px;
}

.voor-table.bb-voor-table table th {
    background: #fff;
    border: none;
    font-size: 24px;
    color: #0B7EC2;
    font-weight: 500;
    line-height: 1;
    padding: 28px 30px;
}

.voor-table.bb-voor-table table tr td:last-child {
    border-right: none;
}

.voor-table.bb-voor-table table td h6 {
    color: #0A1F44;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.voor-table.bb-voor-table table ul li:last-child {
    padding-bottom: 0;
}

.bb-voor-table .bb_table_btns a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.bb-voor-table .open_acc {
    color: #FFFFFF;
    background: #80BA27;
    padding: 9px 14px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 70, 8, 0.15);
    box-shadow: 0 8px 16px 0 rgba(39, 70, 8, 0.15);
    text-decoration: none;
}

.bb-voor-table .open_acc:hover {
    color: #FFFFFF;
    background: #6e9e24;
    text-decoration: none;
}

.bb-voor-table .bakijk_btn {
    color: #0B7EC2;
    border: 1px solid #0B7EC1;
    padding: 8px 14px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(39, 70, 8, 0.15);
    box-shadow: 0 8px 16px 0 rgba(39, 70, 8, 0.15);
    text-decoration: none;
    background: transparent;
    position: relative;
    margin: 0 5px;
}

.bb-voor-table .bakijk_btn:hover {
    background: #0B7EC1;
    color: #fff;
}

.bb-voor-table .bakijk_btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/right-arrow-blue.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    margin-left: 6px;
}

.bb-voor-table .bakijk_btn:hover:after {
    background-image: url(../images/right-arrow-white.svg);
}

.bb-voor-table .less_rev_btn {
    color: #0B7EC2;
    text-decoration: underline;
}

.bb-voor-table {
    margin: 0 !important;
}

.bb_comp_data_sec {
    background-color: #f5fbfd;
    border: 1px solid #aed6ee;
    border-radius: 10px;
}

.bb_comp_head .bb_comp_item img {
    display: block;
    max-height: 40px;
    max-width: 120px;
    margin: 0 auto;
}

.bb_comp_tooltip .info-icon-block {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

.bb_comp_data_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bb_comp_item {
    width: 33.3333%;
    padding: 21px 40px;
    border: 1px solid #aed6ee;
    border-width: 0px 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb_comp_item p {
    margin: 0;
    color: #5A7088;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
}

.bb_comp_item span {
    font-family: "Ubuntu", sans-serif;
}

.bb_comp_data_wrap .wc_text {
    font-family: "Ubuntu", sans-serif;
}

.bb_comp_tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb_comp_data_wrap .bb_comp_item:last-child {
    border-right: none;
}

.bb_comp_head .bb_comp_item p {
    text-align: left;
}

.info-icon-boxs {
    cursor: pointer;
}

.bb_comp_head .bb_comp_item,
.bb_comp_foot .bb_comp_item {
    padding: 16px 40px;
    background-color: #fff;
}

.bb_comp_head .bb_comp_item:first-child {
    background-color: #e3f4fa;
    border-radius: 10px 0 0 0;
}

.bb_comp_head .bb_comp_item:first-child span,
.bb_comp_head .bb_comp_item:first-child p {
    color: #0B7EC2;
    text-align: left;
    font-weight: 500;
}

.bb_comp_head .bb_comp_item:last-child {
    border-radius: 0 10px 0 0;
}

.bb_comp_tooltip .info-icon-block .info-tooltip {
    padding: 20px 23px;
    width: 271px;
}

.bb_comp_tooltip .info-icon-block .info-tooltip p {
    color: #05385f;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.bb_comp_data_wrap:last-child .bb_comp_item {
    border-top-width: 1px;
    border-bottom: none;
}

.bb_comp_item.winnaar_img {
    width: 66.666%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0 0 10px 0;
}

.bb_comp_item.winnaar_img .bb_comp_item.winnaar_img img {
    display: inline-block;
    max-height: 39px;
}

.bb_comp_item.winnaar_img img:first-child {
    display: inline-block;
    margin-right: 10px;
}

.bb_comp_item.winnaar_text {
    background-color: #E3F4FA;
    border-bottom-left-radius: 10px;
}

.bb_comp_item.winnaar_text span,
.bb_comp_item.winnaar_text p,
.bb_comp_item.winnaar_text {
    color: #0B7EC2;
    text-align: left;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
}

.bb_comp_data_wrap .bb_wc_text_sec {
    background: #fff;
    padding: 40px 30px;
}

.bb_comp_data_wrap .bb_wc_text_sec p:last-child {
    margin: 0;
}

.bb_comp_item.winnaar_img>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb_comp_ad {
    margin: 47px 0 49px;
}

.bb_comp_item p>img {
    display: block;
    max-width: 16px;
    height: auto;
    margin: 0 auto;
}

.bb_comp_data_wrap .bb_comp_item:first-child p {
    text-align: left;
}

.bb_icon_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
}

.bb_icon_text>div {
    display: inline-block;
    width: 32%;
}

.bb_icon_text>div img {
    display: inline-block;
    width: 16px;
    height: auto;
    margin-right: 1px;
    vertical-align: middle;
}

.bb_icon_text>div span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #5a7088;
    ;
    letter-spacing: -0.12px;
}

.bb_comp_icon_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.bb_comp_col_two .bb_comp_item {
    width: 50%;
}

.bb_pay_icon {
    display: inline-block;
    width: 33.33%;
    border: 1px solid rgb(174 214 238 / 40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 0 0 1px 1px;
}

.bb_pay_icon img {
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    display: inline-block;
}

.bb_pay_icon p {
    display: inline-block;
    margin: 0;
    color: #5a7088;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    width: auto;
}

.bb_comp_col_two .bb_comp_data_wrap .bb_comp_item:first-child p {
    text-align: center;
}

.bb_comp_col_two .bb_comp_head .bb_comp_item:first-child {
    background: #fff;
}

.bb_comp_col_two .bb_comp_foot .bb_comp_item:first-child {
    width: 30%;
}

.bb_comp_col_two .bb_comp_foot .bb_comp_item:last-child {
    width: 70%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tooltip_trig_content h4 {
    color: #414E5C;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 5px;
}

.tooltip_trig_content p {
    margin: 0;
}

.bb_overview_item {}

.bb_overview_title {
    border-radius: 10px 10px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#15B9ED), to(#0B7EC2));
    background: linear-gradient(180deg, #15B9ED, #0B7EC2);
}

.bb_overview_title h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    padding: 9px 10px;
}

.bb_overview_content {
    background: #E7F3F7;
    border: 1px solid #AED6EE;
    position: relative;
}

.bb_overview_content .app-andr-mobile {
    display: block;
}

.bb_overview_logo {
    background: #fff;
    padding: 0 50px;
}

.bbo_logo {
    display: inline-block;
}

.bbo_logo>img {
    display: inline-block;
    max-width: 120px;
    height: auto;
    max-height: 34px;
}

.bb_rating {
    display: inline-block;
}

.bb_rating h5 {
    color: #516373;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.bb_rating div {
    color: #516373;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
}

.bb_rating div>img {
    display: inline-block;
}

.bb_progressbar ul {
    margin: 0;
    list-style: none;
}

.bb_progressbar ul li {
    margin: 0 0 6px 0;
    line-height: 0;
}

.bb_progressbar ul li span {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 19px;
    color: #516373;
    font-weight: 400;
    width: 140px;
    display: inline-block;
}

.bb_progressbar ul li .progresses {
    width: 100px;
    height: 10px;
    background-color: #C9E6F5;
    border-radius: 14px;
    border: solid 1px #AED6EE;
    float: right;
    position: relative;
    top: 4px;
    z-index: 1;
    border-left: 0px;
    border-right: 0px;
}

@media only screen and (max-width:1800px) {
    /* Single Broker page @np */
    .single-brokers .banner-exist .broker_single_main_content>div>.container,
    .single-brokers .banner-exist .broker_single_main_content>section>.container {
        max-width: 1500px;
        padding-left: 300px;
    }
    .broker_single_sidebar {
        left: calc(50% - 610px);
    }
}

@media only screen and (max-width:1649px) {
    /* Single post banner @np */
    .single-post .blog-social {
        padding: 30px 0 15px;
    }
    .single-post .blog-social h1 {
        margin-bottom: 10px;
    }
    .blog-details .text-page-wrapper .container {
        position: relative;
        max-width: 1200px;
    }
    .single-post .right-blog-banner {
        display: none;
    }
    .single-post.blog-details .text-page-wrapper .content-right {
        max-width: 100%;
        padding: 0 0 0 300px;
    }
    .single-post .left-blog-banner {
        left: 15px;
    }
    .single-post .blog-first-wide-img.elementor-widget-image {
        left: calc(50% - 150px);
    }
    .review_floating_btns {
        display: inline-block;
    }
    .review_floating_btns .btn {
        display: block;
        margin: 15px 0;
    }
}

@media only screen and (max-width:1500px) {
    /* Single Broker page @np */
    .single-brokers .banner-exist .broker_single_main_content>div>.container,
    .single-brokers .banner-exist .broker_single_main_content>section>.container {
        max-width: 100%;
        padding-left: 300px;
    }
    .broker_single_sidebar {
        left: 15px;
        -webkit-transform: none;
        transform: none;
    }
    .single-brokers .point-carousel-wrapper .point-carousel .single-block .rating {}
    .saxobank_bottom_logo {
        right: -12px;
        height: 125px;
        width: 125px;
        bottom: -70px;
    }
    .saxobank_bottom_logo p {
        font-size: 17px;
        line-height: 18px;
    }
    .saxobank_bottom_logo p strong {
        font-size: 30px;
    }
    .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info,
    .single-brokers .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .btn-green {
        font-size: 13px;
        line-height: 1;
        padding: 10px;
        word-break: break-all;
    }
    .point-carousel-wrapper .point-carousel .single-block .btn-wrapper .more-info {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1200px) {
    /* Single Broker page @np */
    .single-brokers .mm-page {
        overflow: hidden;
    }
    .broker_single_sidebar {
        display: none;
    }
    .broker_single_main_content {
        padding: 0px;
    }
    .single-brokers .banner-exist .broker_single_main_content>div>.container,
    .single-brokers .banner-exist .broker_single_main_content>section>.container {
        max-width: 1200px;
        padding: 0 15px;
    }
    /* Single post banner @np */
    .single-post .mm-page {
        overflow: hidden;
    }
    .single-post .left-blog-banner {
        display: none;
    }
    .single-post.blog-details .text-page-wrapper .content-right {
        padding-left: 0px;
    }
    .single-post .blog-first-wide-img.elementor-widget-image {
        left: 50%;
    }
    /* ----- Hub page saxo-bank ----- */
    .page-template-tmp-hubpage-saxobank .banner-section.inner-banner:after {
        height: 30px;
        bottom: -30px;
        background-position: right bottom;
    }
    .saxobank_bottom_logo {
        right: -12px;
    }
    /* ----- CDF broker hub page ----- */
    .green_box_list_wrap {
        padding: 30px;
    }
    .green_box_list_wrap h2 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .green_box_list ul {
        padding: 0;
    }
    /* ----- Broker vs Broker page @np----- */
    .sticky_banner_bo {
        display: none;
    }
    .broker_overview_content {
        max-width: 100%;
    }
    .type_broker_filter,
    .broker_filter,
    .uitslag_filter {
        margin-right: 15px;
    }
    .sort_filter {
        margin: 0 0 15px;
    }
    /* ----- white paper overview @np----- */
    .white_papper_filter_result {
        margin: 15px 0 20px;
    }
    .wp_broker_listIcon {
        position: relative;
    }
    .wp_list_icon {
        height: 60px;
        width: 60px;
        position: absolute;
        right: 0;
        top: calc(50% - 9px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }
    .wp_list_icon img {
        max-width: 30px;
    }
    .wp_broker_item_wrap .broker_overview_list {
        margin-right: 70px;
    }
}

@media only screen and (max-width:991px) {
    /* ----- CDF broker hub page ----- @np*/
    .wc_text_sec h2 {
        line-height: 38px;
    }
    .wc_list {
        padding: 20px 20px 6px;
    }
    .wc_text_ad_right {
        display: none;
    }
    .wc_text_ad_left {
        width: 100%;
        display: block;
    }
    .mob_ad_sec {
        display: block;
    }
    /* ----- Hub page saxo-bank ----- */
    .page-template-tmp-hubpage-saxobank .banner-section.inner-banner:after {
        height: 30px;
        bottom: -30px;
        background-position: right bottom;
    }
    .saxobank_bottom_logo p strong {
        font-size: 24px;
    }
    .saxobank_bottom_logo p {
        font-size: 16px;
        line-height: 18px;
    }
    .saxobank_bottom_logo {
        height: 110px;
        width: 110px;
        bottom: -60px;
        right: -10px;
    }
    /* ----- Broker vs Broker page @np----- */
    .banner-section.banner_lines:after {
        height: 30px;
        bottom: -30px;
        background-position: right bottom;
    }
    .bb_text_ad {
        padding: 30px 0 0;
    }
    .broker_item {
        width: 50%;
    }
    .bb_tooltip_sec {
        padding: 14px;
    }
    .broker_filter_left {
        width: 100%;
    }
    .broker_filter_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 20px 0 0;
    }
    .sort_filter {
        margin: 0 15px 0 0;
    }
    /* ----- white paper overview @np----- */
    .wpf_tag_list ul li {
        margin: 0 5px 9px 0;
    }
}

@media only screen and (max-width:767px) {
    /* Hub category */
    .pst_nine {
        display: none;
    }
    /* Single post banner @np */
    .single-post .blog-social {
        padding: 30px 0 10px;
    }
    .single-post .content-right .sp_horz_ad_wrap,
    .single-brokers .broker_single_main_content .sp_horz_ad_wrap {
        margin: 25px 0;
    }
    .single-post .content-right .sp_horz_ad_wrap:before,
    .single-brokers .broker_single_main_content .sp_horz_ad_wrap:before {
        height: 15vw;
        width: 15vw;
        top: -5vw;
    }
    .single-post .content-right .sp_horz_ad_wrap:after,
    .single-brokers .broker_single_main_content .sp_horz_ad_wrap:after {
        height: 15vw;
        width: 15vw;
        bottom: -10vw;
    }
    /* Single Broker page @np */
    .single-brokers .main_bottom_bar .comp_btn.acnt_btn a.more-info-btn {
        width: auto;
        border: none;
        text-decoration: underline;
    }
    .single-brokers .main_bottom_bar .comp_btn.acnt_btn a.more-info-btn:hover {
        border: none;
        background: transparent;
        text-decoration: underline;
        color: #0b7ec1!important;
    }
    /* ----- Hub page saxo-bank ----- @np */
    .saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .info-box-inner h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .page-template-tmp-hubpage-saxobank .point-carousel-wrapper .point-carousel .single-block {
        margin: 12px 0 15px;
        height: auto;
    }
    .page-template-tmp-hubpage-saxobank .warrom-descbox p {
        margin: 0 0 17px;
        font-size: 14px;
    }
    .saxobank-imgcont-section .info-box-text .righttwo-imgbox .saxobank-smalllogo,
    .saxobank-imgcont-section .info-box-text .righttwo-imgbox .saxobank-bigimg {
        display: none;
    }
    .saxobank_bottom_logo {
        display: none;
    }
    .saxobank_trans_offer {
        display: block;
        position: relative;
        border: 1px solid #D0F1FB;
        text-align: center;
        padding: 0 0px 49px;
        border-radius: 10px;
    }
    .banner-btm-info .info-box-text .saxobank_trans_offer p {
        margin: 0 0 38px;
        background: #15B9ED;
        color: #fff;
        font-size: 19px;
        line-height: 1.2;
        padding: 11px 30px;
        border-radius: 10px 10px 0 0;
    }
    .saxobank_trans_offer img {
        display: block;
        width: 90%;
        max-width: 75px;
        margin: 0 auto;
        height: auto;
    }
    .saxobank_trans_offer i {
        display: inline-block;
        margin-right: 20px;
        color: #F5F5F5;
        height: 16px;
        width: 16px;
        text-align: center;
        line-height: 16px;
        border-radius: 100%;
    }
    .saxobank-imgcont-section .banner-btm-info .info-box-text {
        border-bottom: none;
    }
    .point_carousel_sec_sb .point-carousel-wrapper h2 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 22px;
    }
    section.warrom-saxobank-section:before {
        height: 80px;
        top: -80px;
        background-image: url(../images/section-bg-shape-top-tab.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section {
        margin-top: 80px;
    }
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section h2 {
        margin: 0 0 30px;
    }
    .page-template-tmp-hubpage-saxobank #broker-detail-slider+.btn-green {
        margin: 30px auto 0;
    }
    .warrom-saxobank-section .repeat-blockbox {
        display: none;
    }
    .more_benefit_sec_sb {
        display: block;
        text-align: center;
    }
    #more_benefit {
        position: relative;
        font-size: 16px;
        color: #0B7EC2;
        text-decoration: none;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
        padding-right: 20px;
    }
    #more_benefit:after {
        position: absolute;
        content: "";
        width: 12px;
        height: 7px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../images/arrow-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    section.table-section-main.removespacing-box.table_sec_sexo_bank {
        padding: 50px 0 35px;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .btn-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .btn-wrapper a {
        margin: 0 8px;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .btn-wrapper a:first-child {
        display: block;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .btn-wrapper a.bekdetail-link {
        display: none;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo {
        padding: 20px 20px 16px 14px;
    }
    .page-template-tmp-hubpage-saxobank .inner-banner .banner-content h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .page-template-tmp-hubpage-saxobank .saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .rdmr-div a {
        margin-top: 10px;
        line-height: 1;
    }
    /* ----- CDF broker hub page ----- @np */
    .cfd_broker_hub .wc_list {
        margin: 30px 0 20px;
    }
    .wc_list ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .wc_text_sec h2 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .wc_list {
        border: 1px solid #AED6EE;
        padding: 15px 30px 15px;
    }
    .wc_list h5 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        cursor: pointer;
        position: relative;
    }
    .wc_list h5:after {
        position: absolute;
        content: "";
        width: 12px;
        height: 7px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../images/arrow-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .wc_list.wc_list_dropdown h5:after {
        background-image: url(../images/arrow-up-blue.svg);
    }
    .wc_list ul {
        display: none;
        margin: 25px 0 0;
    }
    .wc_list.wc_list_dropdown ul {
        display: block;
    }
    .wc_list ul li {
        margin: 0 0 27px
    }
    .wc_list ul li:last-child {
        margin: 0 0 12px;
    }
    .wc_rm_trigger,
    .wc_rm_trigger:visited {
        margin: 12px 0 0;
    }
    .choice_alert {
        margin: 7px 0 0;
    }
    .point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .link-wrapper ul {
        margin-top: 2px;
    }
    /* Green-box */
    .green_box_list_wrap h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .green_box_list_wrap {
        display: block;
    }
    .green_box_list {
        display: block;
        width: 100%;
    }
    .green_box_btn_sec {
        display: block;
        width: 100%;
    }
    .green_box_btn_sec {
        margin: 25px 0 0;
    }
    .green_box_btn_sec .green_box_btn,
    .green_box_btn_sec .green_box_btn:visited {
        padding: 18px 26px;
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 700;
    }
    /*	cfd article theme */
    .cfd_article_sec {
        margin: 50px 0;
    }
    .dfd_theme_title .icon {
        display: none;
    }
    .themes_wrapper .dfd_theme_title h2 {
        font-size: 32px;
        line-height: 40px;
        padding: 0;
        margin: 0 0 32px;
    }
    .wc_rm_trigger.toon_trigger {
        display: inline-block;
    }
    .wc_text_sec.mob_load_text .wc_text {
        height: 75px;
        overflow: hidden;
    }
    .wc_text_sec.mob_load_text .wc_text.mob_text_more {
        height: auto;
        overflow: visible;
    }
    .bb_tooltip_sec {
        display: none;
    }
    /* ----- Broker vs Broker page @np----- */
    .broker_filter_right .mob_filter_title {
        display: block;
    }
    .broker_filter_right h6 {
        display: none;
    }
    .broker_filter_sec {
        display: block;
    }
    .broker_filter_left h6 {
        margin: 0 0 18px;
    }
    .type_broker_filter,
    .broker_filter,
    .uitslag_filter {
        display: block;
        width: 100%;
        margin: 0 0 13px;
    }
    .broker_filter_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 46px;
        line-height: 46px;
        background-position: top 21px right 14px;
    }
    .broker_filter_sec span.select2,
    .broker_filter_sec .sort_filter span.select2 {
        width: 100% !important;
    }
    .broker_filter_right {
        display: block;
    }
    .sort_filter,
    .uit_filter {
        display: block;
        width: 100%;
        margin: 0 0 13px;
    }
    .broker_filter_result {
        margin: 35px 0 15px;
    }
    .broker_item .vs_logo_sec {
        padding: 14px;
    }
    .broker_item_text {
        padding: 20px 10px;
    }
    .broker_overview_list {
        padding: 0 0 18px;
    }
    .broker_item {
        margin: 0 0 18px;
        padding: 0 9px;
    }
    .broker_item_wrap {
        margin: 0 -9px;
    }
    /* ----- WhitePapper Overview @np----- */
    #white_paper_popup .wp_popup_form {
        padding: 15px 15px 10px;
    }
    .wp_popup_form .fild-box-wrapper {
        margin: 5px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wp_popup_form .fild-box-wrapper .wpcf7-form-control.wpcf7-radio {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .wp_popup_form .fild-box-wrapper .fild-box.col-6 {
        width: 48%;
    }
    .wp_popup_form .fild-box-wrapper .fild-box.radios .wpcf7-form-control .wpcf7-list-item {
        width: 48%;
        padding: 7px 10px;
        margin: 0;
    }
    .fild-box-wrapper .fild-box.radios .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before,
    .fild-box-wrapper .fild-box.radios .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
        padding-right: 8px;
    }
    .wp_download_counter {
        padding: 10px 15px;
    }
    .wp_popup_form h4 {
        font-size: 16px;
        margin: 0 0 3px;
    }
    .wp_popup_form h2 {
        font-size: 21px;
        margin: 0 0 10px;
    }
    .wp_popup_form p {
        font-size: 14px;
    }
    .wp_popup_form .fild-box-wrapper .fild-box.check {
        padding-bottom: 16px;
    }
    .wp_popup_form .fild-box-wrapper .fild-box.btn-submit {
        padding-bottom: 12px;
    }
    .wp_download_counter p>strong {
        font-size: 18px;
        letter-spacing: 1px;
        padding-right: 7px;
    }
    .wp_download_counter p {
        font-size: 14px;
    }
    .wp_popup_form .fild-box-wrapper .btn-submit input[type="submit"] {
        font-size: 14px;
    }
    .page-template-tmp-whitepaper-overview .fancybox-close::before {
        font-size: 22px;
    }
    .wpf_tag_list {
        display: none;
    }
    .wpf_tag_list.res_wpf_tag_list {
        display: block;
    }
    .wp_tag_trigger:hover,
    .wp_tag_trigger:focus {
        color: #0B7EC2;
    }
    .wp_tag_trigger {
        display: inline-block;
        color: #0B7EC2;
        font-size: 16px;
        line-height: 1;
        text-decoration: none;
        position: relative;
        font-weight: 500;
        padding-right: 18px;
        margin: 1px 0 0;
    }
    .wp_tag_trigger:after {
        position: absolute;
        content: "";
        width: 9px;
        height: 6px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../images/arrow-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .wp_tag_trigger_wrap {
        text-align: center;
    }
    .res_wpf_tag_sec {
        display: block;
    }
    .res_wpf_tag_sec .wpf_tag_list {
        display: block;
    }
    .res_wpf_tag_sec .wpf_tag_list ul li {
        display: none;
    }
    .white_papper_filter_result {
        display: none;
    }
    .res_wpf_tag_sec .wpf_tag_list ul li:nth-child(1),
    .res_wpf_tag_sec .wpf_tag_list ul li:nth-child(2),
    .res_wpf_tag_sec .wpf_tag_list ul li:nth-child(3),
    .res_wpf_tag_sec .wpf_tag_list ul li:last-child {
        display: inline-block;
    }
    .res_wpf_tag_sec .wpf_tag_list.wp_tag_toggle ul li {
        display: inline-block !important;
    }
    .wpf_tag_list ul li a {
        font-size: 14px;
        padding: 9px 17px 9px 30px;
    }
    .broker_item_title {
        padding: 19px 15px;
    }
    .wp_broker_item_wrap .broker_item_text {
        padding: 15px;
    }
    .broker_item_title h6 {
        font-size: 14px;
    }
    .white_paper_fliter_sec .pagination {
        display: none;
    }
    .page-template-tmp-whitepaper-overview .table-section-main.section-bg-shape {
        padding: 40px 0;
    }
    /* ------- Broker VS Broker Detail Page ------- */
    .page-id-11157 .review-main-content {
        padding-top: 0;
    }
    .bb_tooltip_sec.warn_tt {
        display: block;
    }
    .bb_tooltip_sec .info-icon-boxs:before {
        height: 18px;
        width: 18px;
    }
    .bb_tooltip_sec .info-icon-boxs {
        margin-right: 9px;
    }
    .bb_tooltip_sec .info-icon-block>p {
        color: #464F58;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
    .battle_banner .vs_base {
        height: 47px;
        width: 47px;
    }
    .battle_banner .vs_base span {
        font-size: 18px;
    }
    .battle_banner .battle_logo_sec {
        max-width: 300px;
    }
    .banner-section.battle_banner {
        padding: 40px 15px;
    }
    .battle_banner .battle_logo_item {
        width: 97px;
        height: 51px;
    }
    .voor-table.bb-voor-table table th {
        padding: 23px 26px;
    }
    .voor-table.bb-voor-table table td {
        padding: 17px 26px 22px;
    }
    .bb-voor-table .bb_table_btns a:after {
        display: none;
    }
    .voor-table.bb-voor-table table ul li {
        line-height: 18px;
    }
    .wc_text_sec.bb_wc_text_sec .wc_text p {
        color: #516373;
    }
    .wc_text_sec.bb_wc_text_sec .wc_text {
        height: 70px;
        overflow: hidden;
    }
    .wc_text_sec.bb_wc_text_sec .wc_text.bb_text_more {
        height: auto;
        overflow: auto;
    }
    .wc_text_sec.bb_wc_text_sec .wc_read_more {
        display: block;
    }
    .wc_text_sec.bb_wc_text_sec .wc_text p:last-child {
        margin: 0;
    }
    .wc_rm_trigger.bb_rm_toggle:after {
        background-image: url(../images/arrow-up-blue.svg);
    }
    .bb_tooltip_sec .tooltip_close {
        -webkit-transform: none;
        transform: none;
        top: 24px;
    }
    .bb-voor-table table {
        margin: 17px 0 0;
    }
    .bb_comp_head .bb_comp_item img {
        width: 100%;
        max-width: 100px;
        max-height: 28px;
    }
    .bb_comp_head .bb_comp_item:first-child {
        display: none;
    }
    .bb_comp_head .bb_comp_item:nth-child(2) {
        border-radius: 10px 0 0 0;
    }
    .bb_comp_item {
        width: 50%;
        padding: 7px 24px;
        height: 40px;
    }
    .bb_comp_head .bb_comp_item,
    .bb_comp_foot .bb_comp_item {
        padding: 22px 24px;
        height: auto;
    }
    .bb_comp_item:first-child {
        width: 100%;
        background-color: #e3f4fa;
        border-right: none;
    }
    .bb_comp_tooltip {
        width: 100%;
    }
    .bb_comp_tooltip .info-icon-block {
        line-height: 1;
    }
    .bb_comp_item p {
        text-align: left;
    }
    .bb_comp_data_wrap .bb_wc_text_sec {
        padding: 20px 24px;
    }
    .bb_comp_item.winnaar_img {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .bb_comp_item.winnaar_img>div {
        width: 100%;
    }
    .bb_comp_item.winnaar_img img+img {
        max-width: 100px;
        max-height: 28px;
        display: block;
        margin: 0 auto;
    }
    .bb_comp_item.winnaar_text {
        border-radius: 0;
    }
    .bb_icon_text {
        display: none;
    }
    .bb_comp_ad {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    /* ----- Hub page saxo-bank ----- @np */
    .page-template-tmp-hubpage-saxobank .repeat-blockbox .waarom-titlebox h3 {
        line-height: 28px;
    }
    .page-template-tmp-hubpage-saxobank .repeat-blockbox .waarom-smallicon {
        margin-bottom: 13px;
    }
    .point_carousel_sec_sb {
        background-color: #F7FBFE;
        position: relative;
        padding: 35px 15px;
        overflow: visible;
    }
    .point_carousel_sec_sb:before {
        position: absolute;
        content: "";
        left: 0;
        top: -40px;
        width: 100%;
        height: 40px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        background-image: url(../images/section-bg-shape-top-mobile.png);
    }
    /* ----- CDF broker hub page ----- @np */
    .green_box_list_wrap {
        padding: 27px 15px 20px;
    }
    .green_box_list_wrap h2 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 21px;
    }
    .themes_wrapper .dfd_theme_title h2 {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 0 34px;
    }
    .cfd_article_sec {
        margin: 35px 0;
    }
    .themes_wrapper.cdf_theme_wrapper .viewAllfeture {
        margin: 0;
    }
    .themes_wrapper.cdf_theme_wrapper .viewAllfeture a {
        font-size: 14px;
        padding: 15px;
    }
    /* ----- Broker vs Broker page @np----- */
    .broker_item {
        width: 100%;
        padding: 0;
    }
    .broker_item_wrap {
        margin: 0;
    }
}

@media only screen and (max-width:479px) {
    /* ----- Hub page saxo-bank ----- @np */
    .page-template-tmp-hubpage-saxobank .banner-section.inner-banner:after {
        height: 20px;
        bottom: -20px;
    }
    .page-template-tmp-hubpage-saxobank .banner-section h1 {
        font-size: 24px;
    }
    .page-template-tmp-hubpage-saxobank .inner-banner .banner-content h1 span:after {
        width: 25px;
        height: 3px;
        margin: 0 0 0 6px;
    }
    .page-template-tmp-hubpage-saxobank .banner-btm-info .info-box-text {
        margin-top: 25px;
    }
    .page-template-tmp-whitepaper-overview .table-section-main.section-bg-shape {
        margin-top: 45px;
    }
    .page-template-tmp-whitepaper-overview .table-section-main.section-bg-shape:before {
        height: 44px;
        top: -44px;
        background-size: cover;
    }
}

@media only screen and (max-width:400px) {
    .blog-details .blog-social ul li.author-img {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0 0 12px;
    }
    .blog-details .blog-social ul li.author-img img {
        display: inline-block;
    }
}

@media only screen and (max-width:380px) {
    .blog-details .floating-box-design {
        max-width: 100%;
    }
}


/*upload on 19-05-22*/


/*phase 3B-2*/

section.broker-slide-desk.four-blocks-slider .gallery-grid.gridview-div .single-progress .single-block .ref-logo .star-mobile h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}

section.broker-slide-desk.four-blocks-slider .gallery-grid.gridview-div .single-progress .single-block .ref-logo .star-mobile {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    justify-content: right;
    flex-direction: column;
    align-items: flex-end;
}

section.broker-slide-desk.four-blocks-slider .gallery-grid.gridview-div .single-progress .single-block .ref-logo .star-mobile p {
    margin: 0;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    line-height: 18px;
    color: #414e5c;
}

section.broker-slide-desk.four-blocks-slider .gallery-grid.gridview-div .single-progress .single-block .ref-logo .star-mobile p img {
    width: 14px;
    display: inline-block;
    max-height: inherit;
    vertical-align: baseline;
}

.full_respsdata.slider-fourcolumn {
    display: block;
    flex-wrap: inherit;
    position: relative;
}

.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .btn,
.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .more-info {
    padding: 10px 12px !important;
    line-height: normal;
    text-align: center;
}

.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .btn.btn-green {
    border: 2px solid #80ba27;
    box-shadow: 2px 2px 6px 1px #c9d7d2;
}

.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .btn.btn-green:hover {
    border-color: #6e9e24;
}

.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper:before {
    border-top: 0px solid #bddcef;
    content: "";
    position: absolute;
    top: 0;
    background-color: #bddcef;
    width: calc(100% - 30px);
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 1px;
}

.full_respsdata.slider-fourcolumn .single-progress .btn-wrapper {
    padding-top: 13px;
}

.full_respsdata.slider-fourcolumn button.slick-prev,
.full_respsdata.slider-fourcolumn button.slick-next {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: -70px;
    right: 20px;
    font-size: 0;
}

.full_respsdata.slider-fourcolumn button.slick-prev:before,
.full_respsdata.slider-fourcolumn button.slick-next:before {
    content: "";
    position: absolute;
    position: absolute;
    height: 100%;
    width: 20px;
    content: "";
    background-image: url(../images/slick-left1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    margin: 0 auto;
}

.full_respsdata.slider-fourcolumn button.slick-next:before {
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.full_respsdata.slider-fourcolumn button.slick-prev {
    right: 111px;
}

section.broker-slide-desk.four-blocks-slider {
    background-color: #f7fbfe;
    position: relative;
    margin-top: 159px;
    margin-bottom: 105px;
    overflow: inherit;
}

section.broker-slide-desk.four-blocks-slider:before {
    height: 159px;
    top: -159px;
    background-image: url(../images/section-bg-shape-top.png);
    content: "";
    width: 100%;
    position: absolute;
    background-size: cover;
}

section.broker-slide-desk.four-blocks-slider:after {
    height: 105px;
    bottom: -105px;
    background-image: url(../images/section-bg-shape-bottom.png);
    right: 0;
    width: 100%;
    background-size: 100%;
    opacity: 1;
    background-repeat: no-repeat;
}

.full_respsdata.slider-fourcolumn .single-progress .item {
    box-shadow: none;
}

.buttons-div {
    padding-top: 20px;
}

.buttons-div a.btn.btn-blue.bluebig-btn {
    background-color: transparent;
    color: #0b7ec2 !important;
    padding: 16px 23px 16px 23px;
    border: 2px solid #0b7ec2;
}

.buttons-div a.btn {
    min-width: 260px;
    margin: 0 10px;
}

.buttons-div a.btn.btn-blue.bluebig-btn:hover {
    background-color: #0b7ec2;
    color: #fff !important;
}

.page-template-tmp-whitepaper-overview .mm-page {
    overflow: unset;
}

.noborder-div ul li a {
    border: none;
}

.wpf_tag_list.noborder-div {
    max-width: 800px;
    width: 100%;
}

.noborder-div ul li a.active-cls {
    border: 1px solid #054bfc;
    background-color: transparent;
    color: #054bfc;
}

.noborder-div ul li a.active-cls:after {
    background-color: #054bfc;
}

.broker_item_wrap.wp_broker_item_wrap .wc_ad_block {
    display: none;
}

.blog3-slider .item .blog-block {
    -webkit-box-shadow: 0 6px 17px 0 rgb(15 14 16 / 6%);
    box-shadow: 0 6px 17px 0 rgb(15 14 16 / 6%);
}

section.blog-detail-carosial.blog3-section-box h2 {
    min-height: 95px;
}

.blog3-slider .blog-block .content-block .title h4 {
    text-transform: inherit;
}

section.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider:before {
    background-image: url(../images/border-opacity-bannerimage.png);
    height: 162px;
    background-size: 1920px;
    background-position: center right;
    background-repeat: no-repeat;
}

.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider {
    background-color: #fff;
    padding-top: 0;
}

.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider:after {
    display: none;
}

.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider h2 {
    min-height: 90px;
}

.cfdbrokder-slider .slick-prev,
.cfdbrokder-slider .slick-next {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: -110px;
    right: 20px;
    font-size: 0;
}

.cfdbrokder-slider .slick-prev {
    right: 111px;
}

.cfdbrokder-slider .slick-prev:before,
.cfdbrokder-slider .slick-next:before {
    content: "";
    content: "";
    position: absolute;
    position: absolute;
    height: 100%;
    width: 20px;
    content: "";
    background-image: url(../images/slick-left1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    margin: 0 auto;
}

.cfdbrokder-slider .slick-next:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider .point-carousel-wrapper-box h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.battle_btn.halfbtton {
    display: flex;
}

.battle_btn.halfbtton .btn {
    width: 48%;
}

.battle_btn.halfbtton .btn-blue.btn {
    margin-right: 0;
    margin-left: auto;
    border: 1px solid #0b7ec2;
    background-color: transparent;
    color: #0b7ec2 !important;
}

.battle_btn.halfbtton .btn-blue.btn:hover {
    background-color: #0b7ec2;
    color: #fff !important;
}

.cfdbrokder-slider .broker_item .broker_item_content_wrap .tag-active {
    padding-left: 15px;
    padding-right: 15px;
}

.cfdbrokder-slider .broker_item .broker_item_content_wrap {
    height: 100%;
    padding-bottom: 65px;
    position: relative;
}

.cfdbrokder-slider .broker_item .broker_item_content_wrap .battle_btn.halfbtton {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 10px 15px 0;
    border: none;
}

.cfdbrokder-slider .broker_item .broker_item_content_wrap .battle_btn.halfbtton:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgb(174 214 238 / 40%);
}

section.blog-detail-carosial.blog3-section-box {
    padding-bottom: 80px;
}

.type_broker_filter span.select2 .select2-selection__rendered,
.broker_filter span.select2 .select2-selection__rendered,
.uitslag_filter span.select2 .select2-selection__rendered {
    padding-left: 30px !important;
}

.type_broker_filter span.select2 .select2-selection__rendered:after,
.broker_filter span.select2 .select2-selection__rendered:after,
.uitslag_filter span.select2 .select2-selection__rendered:after {
    background-repeat: no-repeat !important;
    background-size: 17px !important;
    content: "";
    position: absolute;
    width: 17px !important;
    height: 17px !important;
    background-color: transparent !important;
    left: 9px !important;
    background-position: center !important;
}

.type_broker_filter span.select2 .select2-selection__rendered:after {
    background-image: url(../images/type-broker-icon.png) !important;
}

.broker_filter span.select2 .select2-selection__rendered:after {
    background-image: url(../images/broker-icon.png) !important;
    background-size: 14px !important;
}

.uitslag_filter span.select2 .select2-selection__rendered:after {
    background-image: url(../images/uitslag-icon.png) !important;
    background-size: 12px !important;
}

.sort_filter span.select2 .select2-selection__rendered:after {
    display: none;
}

.sort_filter span.select2 .select2-selection__rendered {
    padding-left: 15px !important;
    color: #414E5C !important;
}

.sort_filter span.select2 .select2-selection__rendered span.select2-selection__placeholder {
    font-weight: 500;
    color: #414E5C;
    opacity: 0.9;
}

.broker_item_wrap .horizontal-onez-banner {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.broker_item_wrap .horizontal-onez-banner .bs_add_block {
    background: #f1f7fa;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    padding: 35px;
    position: relative;
}

.broker_item_wrap .horizontal-onez-banner .bs_add_block .alignnone {
    margin-bottom: 0;
}

.broker_item_wrap .horizontal-onez-banner .bs_add_block:before,
.broker_item_wrap .horizontal-onez-banner .bs_add_block:after {
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 130px;
    position: absolute;
    width: 130px;
    height: 130px;
}

.broker_item_wrap .horizontal-onez-banner .bs_add_block:before {
    right: 0px;
    top: 0;
}

.broker_item_wrap .horizontal-onez-banner .bs_add_block:after {
    left: 0;
    bottom: 0;
}

.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner {
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block {
    background: #f1f7fa;
    padding: 10px;
    width: auto;
    margin: 0 -15px;
    position: relative;
}

.mobileview-onez-banner .bs_add_block .alignnone {
    margin-bottom: 0;
}

.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block:before,
.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block:after {
    content: "";
    height: 110px;
    width: 110px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 110px;
    position: absolute;
}

.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block:before {
    right: 0;
    top: 0px;
}

.broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block:after {
    bottom: 0;
    left: 0;
}

.broker_filter_right .uit_filter span.select2 .select2-selection__rendered:after {
    display: none;
}

.broker_filter_right .uit_filter span.select2 .select2-selection__rendered span img {
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.broker_filter_right .uit_filter span.select2 .select2-selection__rendered span {
    display: block;
}

.broker_filter_right .uit_filter span.select2 .select2-selection__rendered {
    padding-left: 15px;
}

.uit_filter.uit-parentclass span.select2-results ul li:before {
    display: none;
}

.uit_filter.uit-parentclass span.select2-results ul li span {
    display: block;
    position: relative;
    padding-left: 27px;
}

.uit_filter.uit-parentclass span.select2-results ul li span img {
    position: absolute;
    max-width: 18px;
    left: 0;
}

.uit_filter.uit-parentclass span.select2-results ul li {
    padding: 10px 10px 0;
}

.uit_filter.uit-parentclass span.select2-results ul {
    padding-bottom: 10px;
}

.uit_filter.uit-parentclass span.select2-results ul li.select2-results__option--selected {
    background-color: transparent;
}

.singular .text-right-block.review-text-side img {
    border-radius: 0;
}

.comparison-winn-block .rows {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}

.comparison-winn-block .two-block {
    padding: 0 7px;
    width: 50%;
}

.comparison-winn-block {
    padding: 12px;
    border: 1px solid #aed6ee;
    border-radius: 0 0 10px 10px;
}

.comparison-winn-block .two-block .single-progress {
    border: 1px solid #0e8ccd;
    border-radius: 10px;
}

.comparison-winn-block .two-block .single-progress .singlebox-title {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#15B9ED), to(#0B7EC2));
    background: linear-gradient(180deg, #15B9ED, #0B7EC2);
    border-radius: 10px 10px 0 0;
    padding: 0px 10px;
}

.comparison-winn-block .two-block .single-progress .singlebox-title h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 36px;
    padding: 5px 0;
}

.comparison-winn-block .two-block .single-progress .item {
    border: none;
    padding-bottom: 55px;
    background-color: #e7f3f7;
}

.comparison-winn-block .single-progress .item .ref-logo {
    padding-left: 50px;
    padding-right: 50px;
}

.comparison-winn-block .single-progress .item .ref-logo .star span {
    display: block;
    font-size: 19px;
    color: #516373;
    line-height: 8px;
    margin-top: 5px;
    font-weight: bold;
}

.comparison-winn-block .single-progress .item .ref-logo .star span img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    max-height: inherit;
}

.comparison-winn-block .single-progress .item .ref-logo .star {
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    height: auto;
    line-height: 20px;
    padding-right: 0px;
}

.comparison-winn-block .single-progress .item .ref-logo .star:before {
    display: none;
}

.comparison-winn-block .single-progress .item .link-wrapper {
    padding-left: 35px;
    padding-right: 65px;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list h3,
.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Ubuntu';
    color: #516373;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li:before {
    display: none;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li>span {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li {
    margin-bottom: 8px;
}

.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list {
    padding-left: 33px;
    padding-right: 35px;
    border-top: 1px solid #aed6ee;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #aed6ee;
}

.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list ul li {
    font-size: 12px;
    line-height: 20px;
}

.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list ul li:before {
    top: 0;
}

.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list ul li:last-child {
    margin-bottom: 0;
}

.comparison-winn-block .two-block .single-progress .item .single-block .app-andr.rating {
    bottom: 85px;
}

.comparison-winn-block .two-block .single-progress .item .btn-wrapper a.more-info,
.comparison-winn-block .two-block .single-progress .item .btn-wrapper a.btn-green {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: normal;
    margin-right: 6px;
}

.comparison-winn-block .two-block .single-progress .item .btn-wrapper a.btn-green {
    padding-top: 9px;
    padding-bottom: 9px;
}

.comparison-winn-block .two-block .single-progress .item .btn-wrapper {
    padding-left: 30px;
}

.comparison-winn-block .two-block.changeblu-color .singlebox-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#aed6ee), to(#acd4ec));
    background: linear-gradient(180deg, #aed6ee, #acd4ec);
}

.comparison-winn-block .two-block.changeblu-color .single-progress {
    border-color: #acd3eb;
}

.bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap .bb_comp_item {
    justify-content: center;
}

.bb_comp_data_sec.icon-center-align .bb_comp_data_wrap img {
    margin: 0 auto;
}

.bb_tooltip_sec.fullwith-tooltip-box {
    width: calc(100% - 0px);
    margin: 0;
}

.bb_comp_data_wrap.white-with-yellowbox {
    background-color: #fff;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box {
    margin: 0 12px 14px;
    width: calc(100% - 24px);
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.remove-border-radius .bb_comp_data_sec {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}

.remove-border-radius .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item {
    text-align: center;
    justify-content: center;
}

.remove-border-radius .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item:first-child {
    text-align: left;
    justify-content: left;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_content {
    display: flex;
    flex-wrap: wrap;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_content .info-icon-block {
    margin-top: auto;
    margin-bottom: auto;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_content .tooltip_trig_content h4 {
    margin-bottom: 9px;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box a.tooltip_close {
    top: 1px;
    transform: inherit;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item:first-child {
    justify-content: left;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item {
    justify-content: center;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_content .info-icon-block .info-tooltip {
    z-index: 9;
}

.choice_alert.choice_alert_blue p {
    font-weight: bold;
    font-family: 'Ubuntu';
}

.point-carousel-wrapper .point-carousel.point_slider_sexo_bank .single-block .ref-logo {
    min-height: 85px;
}

.wpf_tag_list ul li a:hover:after {
    /*background: #fff; */
}


/*.wpf_tag_list ul li a:hover{
    color:#fff;
}*/

.wpf_tag_list ul li a:hover {
    /*text-decoration: none;color: #0B7EC2;border-color: #0B7EC2;background: #fff;*/
}

.white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item {
    margin-bottom: 0;
    margin-top: 30px;
}

.white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child,
.white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2),
child,
.white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4) {
    margin-top: 0;
}

.white_paper_fliter_sec .pagination {
    padding-top: 37px;
}

.white_papper_filter_result {
    margin: 30px 0 44px;
}

.themes_wrapper.cdf_theme_wrapper .viewAllfeture a:hover {
    background: #0b7ec2;
    color: #fff;
    border: 1px solid transparent;
}

.cfd_article_sec.library_themes .themes_wrapper .artikeln_read_more {
    display: none;
}

.broker_filter_result {
    margin: 17px 0 0px;
    width: 100%;
}

.bb_text_ad .wc_text_ad_right {
    margin-top: -76px;
}

.broker_filter_result p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #9d9d9d;
    font-family: "Ubuntu", sans-serif;
}

.broker_overview_sec .broker_overview_content .loadmore-divbox {
    display: none;
}

.footer-logos {
    padding-bottom: 40px;
}

.footer-logos {
    padding-bottom: 40px;
}

.footer-block.footer-contct-info .footer-text p.contact-link a:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../images/mail-icon.png);
    background-size: 15px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    top: 3px;
}

.footer-block.footer-contct-info .footer-text p.contact-link span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-image: url(../images/telephone-icon.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
}

.footer-block.footer-contct-info .footer-text p.contact-link a {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 7px;
}

.footer-block.footer-contct-info .footer-text p.contact-link span {
    padding-left: 22px;
    position: relative;
    line-height: 20px;
}

.footer-block.company-block {
    width: 11%;
}

.footer-block.footer-contct-info {
    width: 23%;
}

.footer-contct-info .contact-link {
    padding-top: 6px;
}

.subscribe-form-box .form-group .form-control {
    border-radius: 5px;
    position: relative;
    padding: 10px 18px;
    background-color: #fff;
    height: 50px;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding-right: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.subscribe-form-box .form-group {
    position: relative;
}

.subscribe-form-box .form-group .btn.send-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #80ba27;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.subscribe-form-box .form-group .btn.send-btn:hover {
    background-color: #6e9e24;
}

.subscribe-form-box {
    padding-top: 11px;
}

.footer-block.footer-logo-block ul.footer-social-links {
    margin-top: 20px;
    margin-bottom: 11px;
}

.footer-bottom .terms ul li {
    padding-left: 92px;
}

footer .footer-block.footer-logo-block {
    width: 26%;
}

footer .footer-block.abn-block {
    width: 21%;
}

.dfd_theme_title.noicon-here h2 {
    padding: 0;
}

.dfd_theme_title.noicon-here h2 sup.small-num {
    font-size: 14px;
    vertical-align: top;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    background-color: #f81e57;
    border-radius: 50%;
    color: #fff;
    margin-left: -15px;
    border: 1px solid #fff;
}

section.cfd_article_sec.library_themes.latest-article-sec {
    margin: 30px 0 30px;
}

section.cfd_article_sec.library_themes.latest-article-sec .dfd_theme_title.noicon-here h2 {
    margin-bottom: 30px;
}

section.cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec {
    background-color: #f7fbfe;
    margin-top: 159px;
    margin-bottom: 105px;
    position: relative;
}

section.cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec:before {
    height: 159px;
    top: -159px;
    background-image: url(../images/section-bg-shape-top.png);
    content: "";
    width: 100%;
    position: absolute;
    background-size: cover;
}

section.cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec:after {
    height: 105px;
    bottom: -105px;
    background-image: url(../images/section-bg-shape-bottom.png);
    right: 0;
    width: 100%;
    background-size: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}

section.library_themes.latest-article-sec .themes_wrapper.cdf_theme_wrapper ul li p a span {
    color: #f81e57;
}

.navigate-quickly-section {
    background: #f7fbfe;
    padding: 30px 0;
}

.navigate-quickly-section .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.navigate-quickly-section .row .col-3 {
    width: 25%;
    padding: 0 15px;
}

.navigat-link a.quick-link {
    padding: 22px 50px 22px 20px;
    border: 1px solid #aed6ee;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    color: #0b7ec2;
    font-family: 'Ubuntu';
    font-weight: 500;
    position: relative;
    box-shadow: 11px 6px 31px 5px #eef3f7;
}

.navigat-link a.quick-link:after {
    content: "";
    border: 2px solid #d6eaf6;
    background-image: url(../images/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 15px;
    position: absolute;
    top: 20px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navigate-quickly-section h3 {
    font-size: 20px;
    color: #516373;
}

.mobile-ad-banner {
    display: none;
}

.cab-popup-wrapper .counter .count>svg>circle {
    stroke-dashoffset: -186;
    stroke-width: 4px;
}

.popup-multi-logos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: auto;
    flex: 1;
}

.popup-multi-logos {
    padding: 5px 79px 15px;
}

.popup-multi-logos ul li {
    /* display: flex; */
    width: auto;
    margin: 5px 5px;
    flex: 1;
    border: 1px solid #e2f4fa;
    height: 70px;
    position: relative;
    border-radius: 8px;
}

.popup-multi-logos ul li img {
    max-height: 27px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.cab-popup-wrapper-inner .title-wrapper .title {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 250px);
    flex-direction: row;
    height: auto;
}

.cab-popup-wrapper-inner .title-wrapper .title h2 {
    order: 1;
    line-height: 35px;
    margin-bottom: 10px;
    min-height: inherit;
    height: auto;
    font-weight: 400;
}

.cab-popup-wrapper-inner .title-wrapper .title p {
    order: 2;
    line-height: 24px;
    height: auto;
    margin-bottom: 0px;
}

.cab-popup-wrapper-inner .counter.but-with-notify {
    display: flex;
}

.cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn {
    max-width: 390px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn a.green-fill-btn {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: auto;
}

.cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn a.blue-btn.detail-page-btn {
    margin-right: 10px;
    margin-bottom: 0;
}

.cab-popup-wrapper-inner .counter.but-with-notify .textwith-progress {
    width: calc(100% - 390px);
    padding-right: 10px;
    display: flex;
    vertical-align: top;
}

.cab-popup-wrapper-inner .title-wrapper {
    padding-bottom: 5px;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn {
    max-width: 100%;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a {
    margin-bottom: 0;
    width: 32%;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a.green-fill-btn {
    margin-left: 0;
    margin-right: auto;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a.green-btn {
    margin-right: 0;
    margin-left: auto;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a.blue-btn.detail-page-btn {
    margin-left: auto;
    margin-right: auto;
}

.cab-popup-wrapper-inner.height-auto {
    min-height: auto;
}

.hidepopup2,
.hidepopup3 {
    display: none;
}

.wp_popup_form .fild-box-wrapper .fild-box.btn-submit {
    position: relative;
}

.wp_popup_form .fild-box-wrapper .fild-box.btn-submit span.wpcf7-spinner {
    position: absolute;
    right: 0;
    margin: 0;
}

.wc_text_ad_wrap.cfd_broker_hub .wc_text_sec .wc_text p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 26px;
}

.wc_text_ad_wrap.cfd_broker_hub .wc_text_sec .wc_text.wc_text_more p {
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    display: inherit;
}

.wc_text_ad_wrap.cfd_broker_hub .wc_text_sec .wc_text p:last-child {
    margin-bottom: 5px;
}

.page-template-tmp-hubpage section.cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.mobileview-onez-banner.onez_sticky_banner.showinmobile {
    display: none;
}

.banner-detial-text .banner-box-detail h1+p {
    display: inline;
}

.banner-section.banner-detailbox .banner-box-info .logo-left img {
    width: auto;
    max-height: 70px;
    display: block;
    margin: 0 auto;
}

.banner-section.banner-detailbox {
    padding: 40px 0;
}

.banner-section.banner-detailbox .banner-box-info {
    padding-bottom: 0;
}

.banner-section.banner-detailbox .banner-box-info .logo-left {
    padding: 20px;
}

.content-with-progress {
    display: flex;
    flex-wrap: wrap;
}

.content-with-progress .right-progress-block {
    max-width: 415px;
    width: 100%;
}

.content-with-progress .info-box-text {
    margin: 0;
    width: calc(100% - 415px);
    padding-right: 100px;
    border: none;
}

.content-with-progress .info-box-text .info-box-inner h2 span {
    color: #414e5c;
}

.banner-btm-info.first-korte-section {
    margin-top: 0;
    padding: 30px 0 10px;
}

.banner-btm-info.first-korte-section a.back-btn.desktop-show {
    min-width: inherit;
    height: auto;
    line-height: normal;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
}

.content-with-progress .info-box-text .info-box-inner p {
    line-height: 24px;
}

.content-with-progress .right-progress-block .card-block {
    padding: 0;
    margin: 0;
    border: 1px solid #AED6EE;
    border-radius: 10px;
    background-color: #f5fbfd !important;
}

.content-with-progress .right-progress-block .card-block .card-block-right {
    width: calc(100% - 0px);
    padding-left: 0;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating {
    width: 100%;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list {
    width: 100%;
}

c .rating {
    height: auto;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .rating {
    padding: 7px 15px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    height: auto;
    background-color: #e2f4fa;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #AED6EE;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .rating h3 {
    font-size: 14px;
    color: #516373;
    font-weight: 600;
    line-height: 16px;
    margin: auto 0;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar {
    padding: 15px 52px 15px 17px;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar ul li span {
    width: 180px;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar ul li .progresses {
    width: 150px;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .rating span {
    margin-right: 0;
    margin-left: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 14px;
}

.cab-popup-wrapper .counter p a.a-link {
    color: rgba(5, 56, 95, 0.70);
    text-decoration: underline;
}

.cab-popup-wrapper .counter p a.a-link:hover {
    text-decoration: none;
}

.cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a.green-btn {
    font-weight: 400;
}

.page-template-tmp-hubpage-saxobank .saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .rdmr-div a,
.page-template-tmp-hubpage-saxobank .point-carousel-section.removeafter-icon .benefits-slider.point-carousel .benefits-slider+a.btn.btn-green.Btn-openaccount-degiro {
    font-weight: 400;
}

.wc_text_ad.white_papper_wc .wc_text_ad_wrap .wc_text_sec h2 {
    font-weight: 400;
}

.wpf_tag_list.noborder-div ul li a.active-cls,
.res_wpf_tag_sec.noborder-div .wpf_tag_list ul li a.active-cls {
    border-color: #0b7ec2;
    color: #0b7ec2;
}

.wpf_tag_list.noborder-div ul li a.active-cls:after,
.res_wpf_tag_sec.noborder-div .wpf_tag_list ul li a.active-cls:after {
    background-color: #0b7ec2;
}

.single.single-post .desktop .sp_horz_ad_wrap {
    margin: 0;
    padding: 0;
}

.horizontal-banner .sp_horz_ad_wrap {
    background: #f1f7fa;
    border-radius: 10px;
    padding: 35px;
    display: inline-block;
    position: relative;
}

.adsanity-alignnone {
    margin-bottom: 0 !important;
}

.horizontal-banner {
    width: 100%;
    text-align: center;
    display: none;
}

.horizontal-banner .sp_horz_ad_wrap:before,
.horizontal-banner .sp_horz_ad_wrap:after {
    content: "";
    height: 100px;
    width: 130px;
    content: "";
    background-image: url(../images/dotted-pattern.png);
    background-size: 130px;
    position: absolute;
    z-index: -1;
}

.horizontal-banner .sp_horz_ad_wrap:before {
    right: 0;
    top: 0;
}

.horizontal-banner .sp_horz_ad_wrap:after {
    left: 0;
    bottom: 0;
}

.page-template-tmp-whitepaper-overview .broker_overview_sec .horizontal-banner {
    margin-top: 0;
    margin-bottom: 30px;
}

a.wc_rm_trigger {
    font-weight: normal;
}

.viewAllfeture a#loadMores {
    font-weight: 500;
}

.buttons-div a.btn.btn-green,
.buttons-div a.btn.btn-blue {
    font-weight: 500;
    font-size: 15px;
}

.sort_filter span.select2 .select2-selection__rendered span.select2-selection__placeholder {
    font-weight: 400;
    opacity: 0.5;
}

.broker_item_text .broker_overview_list ul li {
    font-weight: 300;
}

.page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_text {
    height: auto;
    margin-bottom: 30px;
}

.page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_text p {
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    display: inherit;
}

.page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_read_more {
    display: none;
}

.page-template-tmp-kennis-en-inspiratie .cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec {
    margin-top: 130px;
}

.green_box_btn_sec a.green_box_btn {
    font-weight: 400;
}

.page-template-tmp-kennis-en-inspiratie .table-section-main.removespacing-box.table_sec_sexo_bank .table-section-wrapper h2 {
    margin-bottom: 30px;
}

.wc_text_ad_left .wc_text_sec h2,
.cfd_article_sec.library_themes .themes_wrapper h2,
.table-section-wrapper h2,
.blog-detail-carosial.blog3-section-box h2 {
    font-weight: 400;
}

.mian-body.all-detail-saxobank {
    padding: 0;
    border: none;
    border-radius: 0;
}

.mian-body.all-detail-saxobank .main-content-box {
    padding: 0;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block {
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block span.info-icon-boxs {
    vertical-align: middle;
}

.mian-body.all-detail-saxobank .box-inner:hover h5 a.info-icon-block span:before {
    color: #fff;
    border-color: #fff;
    filter: brightness(10%) invert(1);
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content {
    width: 35%;
    padding-right: 65px;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block {
    right: 40px;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text {
    width: 57%;
    margin-right: 0;
    margin-left: auto;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content span.tooltip-checkicon {
    width: 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content span.tooltip-checkicon img {
    width: 100%;
    max-height: 10px;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block span.info-icon-boxs:before {
    width: 18px;
    height: 18px;
    background-size: 1.5px;
    background-position: 7px;
    background-image: url(../images/information-symbol-line.svg);
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block:hover span.info-icon-boxs:before {
    border: none;
    filter: brightness(10%) invert(1);
    background-position: 8px;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block:hover span.info-icon-boxs {
    background-color: #0b7ec2;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.banner-section.banner_lines.battle_banner .container h1 {
    margin-bottom: 0;
}

.voor-table table td ul li i.fas {
    font-family: 'FontAwesome';
    font-style: inherit;
}

.sidebar .sidebar-nav-review ul li a {
    padding-right: 20px;
}

.bb_comp_head .bb_comp_item:first-child {
    color: #0B7EC2;
    text-align: left;
    font-weight: 500;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item,
.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item p {
    font-weight: 400;
    font-family: 'Ubuntu';
    color: #5A7088;
}

.bb_comp_data_sec .bb_comp_data_wrap.bb_comp_head .bb_comp_item:first-child,
.bb_comp_data_sec .bb_comp_data_wrap.bb_comp_head .bb_comp_item:first-child p,
.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item.winnaar_text {
    font-weight: 500;
    font-family: 'Ubuntu';
}

.wc_text_sec.bb_wc_text_sec .wc_text p {
    font-family: 'Ubuntu';
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-icon-block .info-icon-boxs:before {
    background-color: transparent;
    color: #fff;
    width: 18px;
    height: 18px;
    filter: brightness(0%) invert(1);
    background-size: 1.5px 16px;
    border: none;
    background-image: url(../images/information-symbol-line.svg);
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-icon-block {
    width: 18px;
    height: 18px;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-icon-block .info-icon-boxs {
    width: 18px;
    height: 18px;
    background-color: #add5ed;
    border-radius: 50%;
    vertical-align: baseline;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item img[alt="checkmark-circle"] {
    width: 16px;
}

.bb_comp_data_sec .bb_comp_data_wrap.bb_comp_foot .bb_comp_item.winnaar_img img {
    max-height: 30px;
    margin-bottom: 0;
    margin-top: auto;
}

.bb_comp_data_sec .bb_comp_data_wrap.bb_comp_foot .bb_comp_item.winnaar_img div {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bb_comp_ad.reduce-space {
    margin-top: 25px;
    margin-bottom: 10px;
}

.bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_pay_icon {
    justify-content: left;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-left: 57px;
    font-family: 'Ubuntu';
    font-weight: 500;
    color: #768699;
}

.bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_pay_icon img {
    max-width: 33px;
}

.bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_pay_icon img {
    position: absolute;
    left: 16px;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul {
    margin-top: 0;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul {
    margin-top: 0;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li .progresses {
    float: left;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li>span {
    float: left;
    font-family: 'Ubuntu';
    font-weight: 400;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li:before,
.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li:after {
    content: "";
    display: table;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li:after {
    clear: both;
}

.comparison-winn-block .single-progress .item .link-wrapper .ratings-list .lander-progressbar ul li:before {
    display: none;
}

.comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list ul li {
    font-family: 'Ubuntu';
    font-weight: 400;
}

.comparison-winn-block .two-block .single-progress .item .single-block .btn-wrapper a.more-info {
    border-width: 1px;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title h5>span {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.all-detail-saxobank .box-inner:hover .box-inner-title h5>span img {
    filter: brightness(0.1) invert(5);
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text span.checkimg-icon img {
    margin-left: 0;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content .info-icon-block .info-tooltip {
    /*left: 25px;*/
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title .desc-ptages {
    padding: 4px 0px 0px;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title .desc-ptages p {
    margin-bottom: 0;
    line-height: 24px;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title h5 {
    padding: 18px 19px;
}

.mian-body.all-detail-saxobank .box-inner:hover .box-inner-title h5 .desc-ptages p {
    color: #fff;
}

.sort_filter span.select2-container span.select2-results ul li {
    font-weight: 300;
}

.sort_filter .select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content {
    padding-left: 19px;
}

.detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part {
    display: flex;
    flex-wrap: wrap;
}

.detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row {
    width: 50%;
    border-right: 1px solid #aed6ee;
}

.detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row .full_width_last_div .tooltip_content {
    width: calc(100% - 190px);
}

.detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row:nth-child(even) {
    border-right: 0px;
}

.all-detail-saxobank .main-content-box .box-inner .box-row-wise .tooltip_content .info-icon-block .info-tooltip span {
    color: #0b7ec2;
    text-decoration: underline;
}

.new-review-part.newoverview-text-section {
    padding: 100px 0;
    background-color: #f7fbfe;
}

.new-review-part.newoverview-text-section .review-max h5 span div {
    display: inline-block;
    width: auto;
}

.banner-section.banner_lines.battle_banner .battle_logo_sec .logo-tile {
    position: relative;
    max-width: 837px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
}

.banner-section.banner_lines.battle_banner .battle_logo_sec .logo-tile h1 {
    font-size: 48px;
    font-weight: 400;
}

section.banner-section.banner_lines.battle_banner .battle_logo_item,
section.banner-section.banner_lines.battle_banner .vs_base,
section.banner-section.banner_lines.battle_banner .battle_logo_item {
    display: none;
}

section.banner-section.banner_lines.battle_banner .logo-tile {
    display: block;
}

.banner-section.banner_lines.battle_banner .battle_logo_sec:after {
    display: none;
}

.bb_tooltip_sec .info-icon-block>p,
.review-main-content .review-text-side .elementor-text-editor p {
    font-family: 'Ubuntu';
    font-weight: 400;
}

.bb_comp_data_sec .bb_comp_head .bb_comp_item:first-child p strong,
.bb_comp_data_sec .bb_comp_foot .bb_comp_item:first-child p strong,
.bb_comp_data_sec .bb_comp_head .bb_comp_item:first-child strong,
.bb_comp_data_sec .bb_comp_foot .bb_comp_item:first-child strong {
    font-weight: 500;
    color: #0B7EC2;
}

.bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.bb_comp_foot .bb_comp_item p,
.bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap.bb_comp_foot .bb_comp_item.winnaar_text p {
    text-align: left;
}

.bb_comp_data_wrap .bb_comp_item .bb_comp_tooltip {
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #5A7088;
}

.bb_comp_item {
    padding: 21px 30px;
}

.bb_comp_head .bb_comp_item,
.bb_comp_foot .bb_comp_item {
    padding: 16px 30px;
}

.bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.nopadding-box .bb_comp_item {
    padding: 0;
}

.desktopnone {
    display: none;
}

.lander-progressbar.broker_test.table-viewprogress ul li {
    max-width: 270px;
    width: 100%;
    margin: 0;
    padding-right: 35px;
    position: relative;
    line-height: normal;
}

.lander-progressbar.broker_test.table-viewprogress ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses:after {
    content: "";
    position: absolute;
    right: auto;
    top: 0px;
    left: 11px;
    background-image: url(../images/progress-line-2.svg);
    background-position: top 2px left 10px;
    background-repeat: repeat;
    width: 217px;
    height: 10px;
    z-index: 9;
    background-size: 25px 7px;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses span.bar {
    box-sizing: border-box;
    border-radius: 14px 0 0 14px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    overflow: hidden;
    display: block;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses span.bar:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 1px;
    background-image: url(../images/darkline-new-2.png);
    background-size: 23.5px 30px;
    background-position: top 0px left 0;
    background-repeat: repeat-x;
    width: 235px;
    height: 15px;
    opacity: .8;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses p {
    position: absolute;
    right: -30px;
    margin: 0;
    font-size: 13px;
    color: #516373;
    line-height: 15px;
    font-weight: 600;
    padding-left: 0px;
    font-family: "Ubuntu", sans-serif;
    position: absolute;
    top: -3px;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses {
    position: relative;
    background-color: #c9e6f5;
    border-radius: 6px;
}

.point-carousel-section.default-slide-section {
    padding: 100px 0;
    background-color: #f7fbfe;
}

.point-carousel-section.default-slide-section .point-carousel-wrapper {
    margin-bottom: 20px;
}

.point-carousel-section.default-slide-section .broker_item_wrap .broker_item_content_wrap {
    margin: 20px 0;
}

.point-carousel-section.default-slide-section .broker_item_wrap button.slick-prev,
.point-carousel-section.default-slide-section .broker_item_wrap button.slick-next {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    box-shadow: 0px 10px 20px 0px rgb(65 78 92 / 5%);
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: -120px;
    right: 31px;
    font-size: 0px;
}

.point-carousel-section.default-slide-section .broker_item_wrap button.slick-prev {
    right: 118px;
}

.point-carousel-section.default-slide-section .broker_item_wrap button.slick-prev:after,
.point-carousel-section.default-slide-section .broker_item_wrap button.slick-next:after {
    position: absolute;
    height: 100%;
    width: 20px;
    content: "";
    background-image: url(../images/slick-left1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    margin: 0 auto;
}

.point-carousel-section.default-slide-section .broker_item_wrap button.slick-next:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.center-slick.center-slider-section {
    margin: 0;
    position: relative;
    padding: 80px 0;
}

.center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl {
    background-color: transparent;
    transform: translate(-200px, 0px);
    width: calc(100% + 400px);
    position: relative;
    z-index: 9;
}

.center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl .img-block {
    padding: 30px 120px;
    background-color: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 1px 5px 12px 1px #ebebeb;
    border-radius: 8px;
}

.center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl .spcl-img {
    padding: 11px;
}

.center-slick.center-slider-section .slick-slider .slick-active .slidr-mdl .img-block .img-overlay img {
    opacity: .4;
}

.center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl .img-block img {
    opacity: 1;
}

.center-slick.center-slider-section .slick-slider:before,
.center-slick.center-slider-section .slick-slider:after {
    display: none;
}

.center-slick.center-slider-section .slick-slider .slide-info {
    padding: 0 40px;
}

.center-slick.center-slider-section .center.slick-slider button.slick-prev {
    left: 19.5%;
    box-shadow: 1px 3px 13px rgb(65 78 92 / 25%);
}

.center-slick.center-slider-section .center.slick-slider button.slick-next {
    right: 19.5%;
    box-shadow: 1px 3px 13px rgb(65 78 92 / 25%);
}

.point-carousel-section.default-slide-section .broker_item_wrap .broker_item {
    margin: 0px !important;
}

section.point-carousel-section.detail-last-slider {
    background-color: #f6fafe;
}

.lorem-sectoion.top.bullet-desc-content {
    padding: 100px 0;
}

.lorem-sectoion.top.bullet-desc-content .sec2 {
    margin-bottom: 0;
}

.mian-body.all-detail-saxobank .main-content-box .box-inner {
    margin-bottom: 25px;
}

.detial-table.diffrent-table-design {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.review-.new-review-part.newoverview-text-section .review-max a {
    background-color: #d4d4d4;
}

.new-review-part.newoverview-text-section .review-max a {
    background-color: #80ba27;
    color: #fff;
    border-color: #80ba27;
}

.new-review-part.newoverview-text-section .review-max a:after {
    filter: brightness(0) invert(1);
    color: #fff;
}

.new-review-part.newoverview-text-section .review-max a:hover {
    border-color: #6e9e24;
    background-color: #6e9e24;
    color: #fff;
}

.mian-body.all-detail-saxobank .main-content-box .box-inner a.info-icon-block span.info-icon-boxs:before {
    width: 17px;
    height: 17px;
    background-size: 1.5px;
    background-position: 6.6px;
    background-image: url(../images/information-symbol-line.svg);
}

.box-row-wise.redesign-box-row .box-col.full_width_last_div .lander-progressbar.broker_test.table-viewprogress {
    vertical-align: middle;
    position: relative;
    top: 5px;
}

.right-progress-block .card-block.review-conclusion .content-feaueres-rating .lander-progressbar.broker_test .progresses span:after {
    background-image: url(../images/broker-darkline-new1.png);
    width: 150px;
    background-size: 14.9px 20px;
    opacity: .6;
}

.right-progress-block .card-block.review-conclusion .content-feaueres-rating .lander-progressbar.broker_test .progresses:after {
    background-image: url(../images/line-imgbox1.png);
    width: 148px;
    background-size: 14px 24px;
    height: 10px;
    top: -1px;
}

.content-with-progress .right-progress-block .card-block-main .ratings-list .lander-progressbar.broker_test .progresses p {
    width: 27px;
    right: -36px;
    top: -4px;
}

.lander-progressbar.broker_test.table-viewprogress ul li .progresses span.bar[data-percent="100"] {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.all-vansexobank-head h3 {
    color: #0b7ec2;
    margin-bottom: 10px;
    font-weight: 400;
}

.heading-pageblocks {
    border: 1px solid #AED6EE;
    border-radius: 7px;
    padding: 10px 19px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #fff;
}

.heading-pageblocks .leftpage-headblk {
    width: 42%;
}

.heading-pageblocks .rightpage-headblk {
    width: 57%;
    margin-right: 0;
    margin-left: auto;
}

.heading-pageblocks .leftpage-headblk p {
    margin: 0;
    color: #5a7088;
    text-shadow: 0 0 0 #5a7088;
    font-size: 16px;
    line-height: 22px;
}

.heading-pageblocks .rightpage-headblk ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.heading-pageblocks .rightpage-headblk ul li {
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    padding: 0 7px;
}

.heading-pageblocks .rightpage-headblk ul li span {
    width: 12px;
    display: inline-block;
    margin-right: 10px;
}

.heading-pageblocks .rightpage-headblk ul li span img {
    width: 100%;
}

.heading-pageblocks .rightpage-headblk ul li.green-col {
    color: #80ba27;
}

.heading-pageblocks .rightpage-headblk ul li.yellow-col {
    color: #f9b744;
}

.heading-pageblocks .rightpage-headblk ul li.red-col {
    color: #dd0000;
}

.heading-pageblocks .rightpage-headblk ul li:last-child {
    text-align: right;
}

.heading-pageblocks .rightpage-headblk ul li:nth-child(2) {
    text-align: center;
}

.detial-table.diffrent-table-design:before {
    position: absolute;
    content: "";
    width: 658px;
    height: 656px;
    left: -71px;
    top: -40px;
    background-image: url(../images/benefit-section-bg.png);
    background-repeat: no-repeat;
    opacity: 0.18;
    z-index: -1;
    background-position: right;
}

.detial-table.diffrent-table-design:after {
    position: absolute;
    content: "";
    width: 658px;
    height: 656px;
    right: 130px;
    bottom: 60%;
    background-image: url(../images/benefit-section-bg.png);
    background-repeat: no-repeat;
    opacity: 0.18;
    z-index: -1;
    left: inherit;
    top: inherit;
}

.center-slick.center-slider-section:after {
    content: "";
    position: absolute;
    content: "";
    width: 658px;
    height: 656px;
    right: 110px;
    bottom: -250px;
    background-image: url(../images/benefit-section-bg.png);
    background-repeat: no-repeat;
    opacity: 0.12;
    z-index: -1;
    left: inherit;
    top: inherit;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt {
    border-color: rgb(223 109 65 / 50%);
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt a.tooltip_close img {
    display: none;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt a.tooltip_close {
    width: 25px;
    height: 25px;
    padding: 0;
    right: 10px;
    cursor: pointer;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt a.tooltip_close:before,
.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt a.tooltip_close:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #df6d41;
    transform: rotate(45deg);
    top: 11px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt a.tooltip_close:after {
    transform: rotate(-45deg);
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block .info-icon-boxs:before {
    content: "\f12a";
    background-image: none;
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: block;
    width: 25px;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block .info-icon-boxs {
    background-color: #df6d41;
    border-radius: 30px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin-right: 13px;
    margin-top: -2px;
}


/*.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block p {font-weight: 300;}*/

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block p strong {
    font-weight: 500;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block p a {
    font-weight: 400;
    border-bottom: 1px solid #0B7EC2;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block p a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block {
    font-family: 'Ubuntu';
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block strong {
    margin-right: 5px;
}

.bb_comp_data_sec .bb_comp_data_wrap .wc_text_sec.bb_wc_text_sec .bb_icon_text div,
.bb_comp_data_sec .bb_comp_data_wrap .wc_text_sec.bb_wc_text_sec .wc_text {
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #768699;
}

.wc_text_sec.bb_wc_text_sec .wc_text {
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #768699;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block {
    display: flex;
    flex-wrap: wrap;
}

.text-right-block.review-text-side .text-right-column .bb_tooltip_sec.warn_tt .info-icon-block p {
    width: calc(100% - 40px);
}

.table-icon-align .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item .bb_comp_tooltip .info-icon-block {
    margin-top: 4px;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item img[alt="checkmark-circle-yellow"] {
    width: 16px;
}

.bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item img[alt="Icon-cancel-circle"] {
    width: 17px;
}

.banner-btm-info.first-korte-section .info-box-text .rdmr-div a {
    font-weight: 500;
}

.banner-btm-info.first-korte-section .info-box-text .info-box-inner h2 span:after {
    display: none;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box {
    padding: 15px 18px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a {
    width: 48%;
    height: 38px;
    padding: 11px 10px;
    border: 1px solid #d4d4d4;
    font-weight: 500;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a:last-child {
    margin-right: 0;
    margin-left: auto;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a.btn.green-btn {
    background-color: #80ba27;
    border-color: #80ba27;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a.btn.blue-btn {
    border-color: #0b7ec2;
    background-color: transparent;
    color: #0b7ec2 !important;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 26px);
    left: 0;
    right: 0;
    height: 1px;
    top: 0;
    background: #AED6EE;
    margin: 0 auto;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a.btn.blue-btn:hover {
    background-color: #0b7ec2;
    color: #fff !important;
}

.content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .btn-wrapper-box a.btn.green-btn:hover {
    background-color: #6ea717;
    border-color: #6ea717;
}

.content-with-progress .right-progress-block .card-block .card-block-main {
    display: block;
}

.first-korte-section .content-with-progress .right-progress-block .lander-progressbar.broker_test ul li:last-child {
    margin-bottom: 0;
}

.mian-body.all-detail-saxobank .main-content-box .box-inner .box-inner-title h5 {
    font-weight: 500;
}

.detial-table .box-row-wise.redesign-box-row .box-col .tooltip_content a.info-icon-block .info-tooltip {
    left: inherit;
    right: 33px;
}

.detial-table .box-row-wise.redesign-box-row .box-col .tooltip_content a.info-icon-block .info-tooltip:before {
    left: inherit;
    right: -6px;
    transform: rotate(180deg);
    border-color: transparent #ffffff transparent transparent;
    border-width: 6px 7px 6px 0;
    top: 37px;
}

.detial-table .box-row-wise.redesign-box-row .box-col .tooltip_content a.info-icon-block .info-tooltip:after {
    left: inherit;
    right: -7px;
    border-color: transparent #3db0d7 transparent transparent;
    transform: rotate(180deg);
    border-width: 5px 6px 5px 0;
    z-index: -9;
    top: 38px;
}

.detial-table .box-row-wise.redesign-box-row .box-col .tooltip_content a.info-icon-block .info-tooltip {
    background-color: #fff;
}

.detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip {
    width: 253px;
    top: -35px;
    padding: 15px 20px;
}

.mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block .info-tooltip {
    background-color: #fff;
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_trig_content *,
.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_trig_content {
    font-family: 'Ubuntu';
}

.bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_trig_content strong {
    font-weight: 500;
}

.center-slick.center-slider-section .slick-slider button.slick-prev {
    left: 19.5%;
    box-shadow: 0 0 4px 1px #cdcdcd;
}

.center-slick.center-slider-section .slick-slider button.slick-next {
    right: 19.5%;
    box-shadow: 0 0 4px 1px #cdcdcd;
}

.main-tmpbroker-detail-section .broker_single_sidebar .alignnone {
    width: 100%;
    min-width: 160px;
}

.page-template-tmp-broker-detail-html .mm-page {
    overflow: unset;
}

.main-tmpbroker-detail-section {
    position: relative;
}

.main-tmpbroker-detail-section .broker_single_sidebar {
    top: 30px;
}

.bottom-sti-buton.detail-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
}

.bottom-sti-buton.detail-floating-btn a {
    min-width: 180px;
    width: 100%;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    padding: 14px 20px !important;
    line-height: normal;
    text-align: center;
    position: relative;
}

.bottom-sti-buton.detail-floating-btn a.btn.more-info-btn.btn-arrow {
    background-color: #fff;
}

.bottom-sti-buton.detail-floating-btn a.btn.more-info-btn.btn-arrow:hover {
    background-color: #0b7ec1;
}

.bottom-sti-buton.detail-floating-btn a.btn.more-info-btn.btn-arrow:after {
    margin: 0;
    position: relative;
    left: 15px;
}

.bottom-sti-buton.detail-floating-btn a.btn.btn-green.Btn-openaccount-plus500:after {
    content: "";
    background-image: url(../images/right-arrow-white-new.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 16px;
    position: relative;
    margin-left: 0px;
    background-size: 18px;
    background-position: center;
    display: inline-block;
    left: 10px;
    vertical-align: middle;
}

.blog-col .content-block .subscribe-form-box .form-group .wpcf7-submit.btn.send-btn {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: 20px;
}

.blog-col .content-block .subscribe-form-box .form-group .wpcf7-form-control.form-control {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 0px;
    border: 1px solid #28baeb;
}

.page-template-tmp-broker-vs-broker-overview .banner-section.inner-banner.banner_lines,
.page-template-tmp-kennis-en-inspiratie section.banner-section.inner-banner,
.page-template-tmp-hubpage section.banner-section.inner-banner {
    margin-bottom: 30px;
}

.page-template-tmp-hubpage-saxobank .banner-section.inner-banner {
    position: relative;
}

.page-template-tmp-hubpage-saxobank .banner-section.inner-banner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -62px;
    background-image: url(../images/banner_lines.png);
    background-repeat: no-repeat;
    height: 62px;
    width: 100%;
    background-size: cover;
}

section.saxobank-imgcont-section {
    padding-top: 15px;
}

.saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .info-box-inner h2 {
    margin-bottom: 20px;
}

.saxobank-imgcont-section .info-box-text .leftsaxobank-contbox .info-box-inner p {
    line-height: 22px;
}

.page-template-tmp-hubpage-saxobank .inner-banner .banner-content h1 {
    font-weight: 700;
}

.page-template-tmp-hubpage-saxobank section.saxobank-imgcont-section .banner-btm-info .info-box-text {
    margin-top: 30px;
}

.content-with-progress .info-box-text .info-box-inner h2 {
    font-weight: 400;
}

section.point-carousel-section.detail-last-slider .container {
    overflow: hidden;
}

.page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider {
    padding-bottom: 0;
    margin-bottom: 78px;
    position: relative;
    overflow: inherit;
}

.page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider .container {
    overflow: hidden;
}

.page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider .benefits-slider .single-block {
    margin-bottom: 0;
    box-shadow: none;
}

.page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider:after {
    content: "";
    position: absolute;
    bottom: -78px;
    left: 0;
    right: 0;
    background-color: #f6fafe;
    height: 78px;
    width: 100%;
    opacity: 1;
    background-image: none;
}

.page-template-tmp-blog-overview section.blog-listing-main .blog-block .img-block .tags:before {
    display: none;
}

.page-template-tmp-blog-overview section.blog-listing-main .blog-block .img-block .tags {
    padding-left: 13px;
    padding-right: 13px;
}

.blog-col .content-block .subscribe-form-box .form-group {
    position: relative;
}

.blog-col .content-block .subscribe-form-box .form-group span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    margin: 0;
    bottom: 10px;
}

.blog-col .content-block .subscribe-form-box .form-group span.wpcf7-form-control-wrap {
    margin-bottom: 0px;
    display: block;
    margin-top: 15px;
}

div#response .blog-block form.sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #80ba27;
}

div#response form.sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #80ba27;
}

div#response .blog-block .invalid .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 18px;
}

div#response .blog-block a.full_blog_section:hover .invalid .wpcf7-response-output {
    color: #dc3232;
}

div#response .blog-block .form-group span.wpcf7-not-valid-tip {
    font-size: 14px;
}

div#response .blog-block a.full_blog_section:hover .invalid .wpcf7-response-output {
    color: #dc3232;
}

footer .footer-block.footer-logo-block .subscribe-form-box .invalid .wpcf7-response-output {
    margin: 0;
    padding: 0;
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
    border: none;
    padding-left: 18px;
}

footer .footer-block.footer-logo-block .subscribe-form-box .invalid span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #ff0000;
    padding-left: 18px;
}

footer .footer-block.footer-logo-block .subscribe-form-box span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 13px;
    margin: 0;
    /* bottom: 0; */
}

footer .footer-block.footer-logo-block .subscribe-form-box .sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    color: #80ba27;
    border: none;
    font-size: 14px;
    padding-left: 18px;
}

div#response .blog-block .invalid .form-group .send-btn {
    margin-top: 0;
}

.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-lcntnt p {
    width: 100%;
    padding: 0px;
}

.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-lcntnt,
.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-rcntnt {
    width: 50%;
    padding: 0 15px;
}

.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-rcntnt p {
    width: 100%;
}

.page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row p {
    height: auto;
}

@media only screen and (min-width:1550px) {
    section.broker-slide-desk.four-blocks-slider .container {
        max-width: 1600px;
    }
    .blog-detail-carosial.blog3-section-box .container {
        max-width: 1600px;
    }
    section.warrom-saxobank-section.section-bg-shape:after {
        height: 85px;
        bottom: -85px;
        background-position: bottom;
    }
    section.warrom-saxobank-section.section-bg-shape {
        margin-bottom: 40px;
    }
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section {
        padding-top: 0px;
    }
}

@media(max-width:1800px) {
    .page-template-tmp-whitepaper-overview .broker_overview_sec .sticky_banner_bo .ad_block {
        padding: 20px;
    }
    .main-tmpbroker-detail-section .broker_single_sidebar .broker_add_block {
        padding: 20px;
    }
    .main-tmpbroker-detail-section .broker_single_sidebar {
        left: calc(50% - 705px);
    }
    .main-tmpbroker-detail-section .broker_single_sidebar.broker-rightside-ad {
        right: calc(50% - 905px);
        left: inherit;
    }
}

@media(max-width:1649px) {
    .broker_overview_sec .right_ad_banner.sticky_banner_bo,
    .broker_overview_sec .left_ad_banner.sticky_banner_bo,
    .main-tmpbroker-detail-section .broker_single_sidebar {
        display: none !important;
    }
    .broker_item_wrap .horizontal-onez-banner {
        display: block;
    }
    .smallscreen-removespace.review-main-content .text-right-block {
        width: 100% !important;
        padding-right: 0;
    }
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child,
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2),
    child,
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4),
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .white_paper_fliter_sec .pagination {
        padding-top: 10px;
    }
    .horizontal-banner {
        display: block;
    }
    .banner-section.banner_lines.battle_banner .battle_logo_sec .logo-tile,
    .banner-section.banner_lines.battle_banner .battle_logo_sec {
        max-width: 100%;
    }
    .banner-section.banner_lines.battle_banner .container {
        padding-left: 0;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider {
        padding-bottom: 54px;
        margin-bottom: 0;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider:after {
        display: none;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider .benefits-slider .single-block {
        margin-bottom: 40px;
    }
}

@media(max-width:1340px) {
    footer {
        padding: 26px 50px 33px 50px !important;
    }
}

@media(max-width:1280px) {
    .comparison-winn-block .two-block .single-progress .singlebox-title h2 {
        font-size: 15px;
    }
    .comparison-winn-block .single-progress .item .ref-logo {
        padding-left: 20px;
        padding-right: 20px;
    }
    .comparison-winn-block .single-progress .item .link-wrapper {
        padding-left: 0;
        padding-right: 30px;
    }
    .comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list {
        padding-left: 0;
        padding-right: 0;
    }
    .comparison-winn-block .two-block .single-progress .item .btn-wrapper {
        padding-left: 10px;
    }
    .footer-bottom .terms ul li {
        padding-left: 50px;
    }
    .new-review-part.newoverview-text-section,
    .center-slick.center-slider-section,
    .point-carousel-section.default-slide-section,
    .lorem-sectoion.top.bullet-desc-content {
        padding: 60px 0;
    }
    .lorem-sectoion.top.bullet-desc-content {
        margin-bottom: 60px;
    }
}

@media(max-width:1200px) {
    footer.site-footer .footer-top .footers-links-part .footer-block {
        width: 25%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.company-block {
        width: 20%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 30%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.footer-logo-block {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
        float: left;
        display: block;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    footer.site-footer .footer-top .footers-links-part {
        display: flex;
        flex-wrap: wrap;
    }
    .navigate-quickly-section .row .col-3 {
        width: 33.33%;
        margin: 10px 0;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content,
    .heading-pageblocks .leftpage-headblk {
        width: 30%;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text,
    .heading-pageblocks .rightpage-headblk {
        width: 66%;
    }
}

@media(max-width:1140px) {
    .comparison-winn-block .two-block {
        width: 100%;
        margin: 10px 0;
    }
    footer {
        padding: 26px 0px 33px 0px !important;
    }
    footer.site-footer .footer-bottom .footer-block.terms {
        width: auto;
    }
    .cab-popup-wrapper .cab-popup-wrapper-inner .title-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
    .popup-multi-logos {
        padding: 5px 35px 15px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify {
        padding: 0 34px 30px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .textwith-progress .txt {
        padding: 15px 17px;
    }
}

@media(max-width:1023px) {
    .box-row-wise.redesign-box-row .box-col.full_width_last_div .lander-progressbar.broker_test.table-viewprogress {
        top: 0px;
    }
}

@media(max-width:991px) {
    .broker_item_wrap .horizontal-onez-banner .bs_add_block {
        padding: 15px;
    }
    .broker_item_wrap .horizontal-onez-banner {
        margin-bottom: 15px;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block,
    footer.site-footer .footer-top .footers-links-part .footer-block.company-block,
    footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 50%;
    }
    .navigate-quickly-section .row .col-3 {
        width: 50%;
        margin: 10px 0;
    }
    section.blog-detail-carosial.blog3-section-box h2 {
        min-height: inherit;
        margin-bottom: 25px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify {
        flex-wrap: wrap;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .textwith-progress {
        width: calc(100% - 0px);
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn {
        max-width: 100%;
        padding-top: 20px;
    }
    .horizontal-banner {
        display: none;
    }
    .heading-pageblocks .rightpage-headblk {
        width: 78%;
    }
    .heading-pageblocks .leftpage-headblk {
        width: 22%;
    }
    .heading-pageblocks .rightpage-headblk ul li {
        font-size: 14px;
    }
    .detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row .full_width_last_div .tooltip_content {
        width: calc(100% - 40px);
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content {
        width: 47%;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text {
        width: 50%;
    }
    .content-with-progress .info-box-text {
        width: calc(100% - 0px);
        padding-right: 0;
    }
    .content-with-progress .right-progress-block {
        max-width: 360px;
        width: 100%;
        margin: 15px auto 0;
    }
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar {
        padding: 15px 40px 15px 10px;
    }
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar ul li span {
        width: 150px;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider .benefits-slider .single-block {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider {
        padding-bottom: 30px;
    }
    .detial-table.diffrent-table-design:before {
        width: 400px;
        height: 400px;
        background-size: 400px;
        left: 0;
    }
    .detial-table.diffrent-table-design:after,
    .center-slick.center-slider-section:after {
        width: 400px;
        height: 400px;
        background-size: 400px;
        right: 0px;
    }
    .page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-lcntnt,
    .page-template-tmp-kennis-en-inspiratie .removespacing-box.table_sec_sexo_bank .half-p .text-blocks-row .btm-rcntnt {
        width: 100%;
    }
}

@media(max-width:767px) {
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon.point_carousel_sec_sb {
        padding-left: 0px;
        padding-bottom: 40px;
        padding-right: 0px;
    }
    .page-template-tmp-hubpage-saxobank #broker-detail-slider {
        margin: 0;
    }
    .full_respsdata.slider-fourcolumn .single-progress .item .link-wrapper {
        padding-right: 60px;
    }
    .full_respsdata.slider-fourcolumn .single-progress .btn-wrapper a.bekdetail-link {
        display: none;
    }
    .full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .btn.btn-green,
    .full_respsdata.slider-fourcolumn .single-progress .btn-wrapper .more-info {
        width: 50%;
        max-width: 100%;
    }
    .buttons-div a.btn {
        min-width: 210px;
        margin-bottom: 10px;
    }
    .buttons-div {
        padding-top: 10px;
    }
    .full_respsdata.slider-fourcolumn ul.slick-dots {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 10px 15px 0;
        margin-bottom: 0;
    }
    section.broker-slide-desk.four-blocks-slider {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    section.broker-slide-desk.four-blocks-slider:before {
        height: 70px;
        top: -70px;
        background-position: center bottom;
    }
    .broker_item_wrap.wp_broker_item_wrap .wc_ad_block {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 0px;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
        text-align: center;
    }
    .broker_item_wrap.wp_broker_item_wrap .wc_ad_block img {
        margin: 0 auto;
    }
    section.blog-detail-carosial.blog3-section-box {
        padding-bottom: 40px;
    }
    .point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider {
        margin-top: 30px;
    }
    section.point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider:before {
        height: 72px;
        background-position: center;
    }
    .point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider h2 {
        min-height: inherit;
        margin-bottom: 15px;
    }
    .point-carousel-section.broker-slide-desk.top-full-shape.four-blocks-slider ul.slick-dots {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }
    section.point-carousel-section.broker-slide-desk.four-blocks-slider .single-block .link-wrapper {
        padding-right: 45px;
    }
    section.point-carousel-section.broker-slide-desk.four-blocks-slider .single-block .link-wrapper ul li {
        padding-left: 25px;
    }
    section.point-carousel-section.broker-slide-desk.four-blocks-slider .single-block .app-andr.rating {
        right: 7px;
    }
    section.blog-detail-carosial.blog3-section-box {
        padding-top: 0px;
    }
    .broker_item_wrap .horizontal-onez-banner {
        display: none;
    }
    .broker_item_wrap .mobileview-onez-banner.onez_sticky_banner {
        display: block;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.bb_comp_head .bb_comp_item:first-child {
        display: block;
        width: 50%;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_comp_item.bb_comp_icon_wrap {
        height: auto;
        width: 50%;
        padding: 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_comp_item.bb_comp_icon_wrap .bb_pay_icon {
        width: 50%;
        display: block;
        font-size: 0;
        min-height: inherit;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_comp_item.bb_comp_icon_wrap .bb_pay_icon img {
        margin: 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.bb_comp_head .bb_comp_item:last-child {
        border-radius: 0 10px 0 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.bb_comp_head .bb_comp_item:last-child {
        border-radius: 0 10px 0 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div {
        margin-bottom: 20px;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap.bb_comp_foot .bb_comp_item {
        width: 100%;
    }
    .bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap.bb_comp_head .bb_comp_item:first-child {
        display: block;
        width: 50%;
    }
    .bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap.bb_comp_head .bb_comp_item:last-child {
        border-radius: 0 10px 0 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap .bb_comp_item {
        width: 50%;
    }
    .bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap.bb_comp_foot .bb_comp_item {
        width: 100%;
    }
    .comparison-winn-block .two-block .single-progress .item .btn-wrapper a.bekdetail-link {
        display: none;
    }
    .comparison-winn-block .two-block .single-progress .item .btn-wrapper a.more-info,
    .comparison-winn-block .two-block .single-progress .item .btn-wrapper a.btn-green {
        width: 50%;
        text-align: center;
    }
    .comparison-winn-block .two-block .single-progress .item .btn-wrapper a.more-info {
        margin-right: 0;
        margin-left: 8px;
    }
    .comparison-winn-block .two-block .single-progress .singlebox-title h2 {
        font-size: 13px;
    }
    .bb_tooltip_sec.warn_tt .tooltip_content .info-icon-block {
        display: block;
    }
    .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_item .info-icon-block {
        margin-right: 0;
        margin-left: auto;
    }
    .comparison-winn-block .single-progress .item .content-feaueres-rating .feaueres-list ul li {
        margin-bottom: 7px;
    }
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .wc_ad_block {
        margin-bottom: 30px;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .cfd_broker_hub .wc_list {
        margin: 20px 0 20px;
    }
    .page-template-tmp-hubpage .text-area-section.ft-txt-block p:last-child {
        margin-bottom: 0;
    }
    .page-template-tmp-hubpage .text-area-section.ft-txt-block {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .cfd_article_sec.library_themes .themes_wrapper ul {
        height: 310px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .cfd_article_sec.library_themes .themes_wrapper .artikeln_read_more {
        text-align: center;
        padding-bottom: 30px;
        display: block;
    }
    .cfd_article_sec.library_themes .themes_wrapper .artikeln_read_more a.artik_trigger {
        color: #0B7EC2;
        font-size: 16px;
        font-weight: 500;
        position: relative;
    }
    .cfd_article_sec.library_themes .themes_wrapper .artikeln_read_more a.artik_trigger:after {
        content: "";
        width: 9px;
        height: 6px;
        background-image: url(../images/arrow-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    .cfd_article_sec.library_themes .themes_wrapper.open-tog ul {
        height: auto;
    }
    .broker_filter_result {
        margin: 25px 0 0px;
    }
    .page-template-tmp-broker-vs-broker-overview section.table-section-main.removespacing-box {
        padding-bottom: 15px;
    }
    .broker_filter_left .type_broker_filter .select2 span.select2-selection,
    .broker_filter_left .broker_filter .select2 span.select2-selection,
    .broker_filter_right .sort_filter .select2 span.select2-selection,
    .broker_filter_right .uit_filter.uit-parentclass .select2 span.select2-selection {
        border-color: #0b7ec2;
    }
    section.broker_overview_sec .broker_overview_content .broker_filter_sec .broker_filter_right {
        display: flex;
    }
    section.broker_overview_sec .broker_overview_content .broker_filter_sec .broker_filter_right .sort_filter {
        order: 3;
    }
    section.broker_overview_sec .broker_overview_content .broker_filter_sec .broker_filter_right .uit_filter {
        order: 2;
    }
    section.broker_overview_sec .broker_overview_content .broker_filter_sec .broker_filter_right h6.mob_filter_title {
        width: 100%;
    }
    .broker_item_wrap .mobileview-onez-banner.onez_sticky_banner .bs_add_block {
        padding: 20px 10px;
    }
    .broker_overview_sec .broker_overview_content .loadmore-divbox {
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }
    .broker_overview_sec .broker_overview_content .loadmore-divbox a {
        color: #0B7EC2;
        font-size: 16px;
        font-weight: 500;
        position: relative;
    }
    .broker_overview_sec .broker_overview_content .loadmore-divbox a:after {
        content: "";
        width: 9px;
        height: 6px;
        background-image: url(../images/arrow-down-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
    .broker_overview_content .broker_list_sec .broker_item_wrap .broker_item,
    .broker_overview_content .broker_list_sec .broker_item_wrap .mobileview-onez-banner {
        display: none;
    }
    .broker_overview_content .broker_list_sec .broker_item_wrap .broker_item:nth-child(-n + 8),
    .broker_overview_content .broker_list_sec .broker_item_wrap .mobileview-onez-banner:nth-child(-n + 3),
    .broker_overview_content .broker_list_sec .broker_item_wrap .mobileview-onez-banner:nth-child(-n + 6) {
        display: block;
    }
    .broker_overview_content .broker_list_sec .broker_item_wrap.show-all-info .broker_item,
    .broker_overview_content .broker_list_sec .broker_item_wrap.show-all-info .mobileview-onez-banner {
        display: block;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.footer-contct-info {
        width: 100%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.abn-block {
        width: 100%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block {
        width: 65%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.company-block {
        width: 35%;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block.footer-logo-block {
        order: 1;
    }
    footer.site-footer .footer-top .footers-links-part .footer-block {
        order: 2;
    }
    .footer-logos {
        padding-bottom: 0;
    }
    .footer-bottom .terms ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-bottom .terms ul li {
        width: 50%;
        text-align: left;
        padding: 0 0 0 0 !important;
    }
    .cfd_article_sec.library_themes .themes_wrapper ul {
        height: auto;
    }
    .cfd_article_sec.library_themes .themes_wrapper.open-tog ul li.pst_nine {
        display: block;
        width: 100%;
    }
    .cfd_article_sec.library_themes .themes_wrapper ul li {
        width: 100%;
    }
    section.wc_text_ad.topspacing-blk {
        padding-top: 15px;
    }
    section.wc_text_ad.topspacing-blk .wc_text_ad_wrap.cfd_broker_hub .wc_text_ad_left {
        display: flex;
        flex-wrap: wrap;
    }
    section.wc_text_ad.topspacing-blk .wc_text_ad_wrap.cfd_broker_hub .wc_text_ad_left .wc_list {
        order: 1;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    section.wc_text_ad.topspacing-blk .wc_text_ad_wrap.cfd_broker_hub .wc_text_ad_left .wc_text_sec {
        order: 2;
    }
    .navigate-quickly-section {
        display: none;
    }
    .mobile-ad-banner {
        display: block;
    }
    .mobile-ad-banner .wc_ad_block {
        border-radius: 0px;
    }
    .mobile-ad-banner .wc_ad_block img {
        margin: 0 auto;
    }
    section.cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec:after {
        background-size: cover;
        background-position: right center;
    }
    .cab-popup-wrapper .cab-popup-wrapper-inner .title-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .cab-popup-wrapper-inner .title-wrapper .title {
        width: calc(100% - 0px);
        padding: 13px 15px 0;
    }
    .popup-multi-logos {
        padding: 5px 15px 15px;
    }
    .popup-multi-logos ul {
        flex: initial;
        margin: 0 -2px;
    }
    .popup-multi-logos ul li {
        flex: initial;
        width: calc(33.33% - 4px);
        margin: 3px 2px;
        height: 45px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify {
        padding: 0 15px 30px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .textwith-progress p {
        display: block;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .textwith-progress {
        order: 2;
        padding-right: 0;
        padding-top: 15px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn {
        padding-top: 0;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn a.blue-btn.detail-page-btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .popup-multi-logos ul li img {
        max-height: 17px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a {
        width: 100%;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .static-btn.three-btn a.green-fill-btn {
        margin-bottom: 10px;
    }
    .saxobank-imgcont-section .banner-btm-info .info-box-text .info-box-inner p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .saxobank-imgcont-section .banner-btm-info .info-box-text .info-box-inner.isExpand p {
        overflow: inherit;
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
    }
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section {
        background-color: #fff;
        margin-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section:before,
    .page-template-tmp-hubpage-saxobank section.warrom-saxobank-section:after {
        display: none;
    }
    .page-template-tmp-hubpage-saxobank .table-section-main.removespacing-box.table_sec_sexo_bank {
        background-color: #f7fbfe;
        padding-top: 30px;
        margin-top: 30px;
    }
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:first-child,
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(2),
    child,
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item:nth-child(4),
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .broker_item {
        width: 100%;
    }
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap {
        display: block;
    }
    .white_paper_fliter_sec .broker_item_wrap.wp_broker_item_wrap .wc_ad_block img {
        width: 100%;
    }
    section.wc_text_ad.white_papper_wc .wc_text_ad_wrap .wc_text_sec.mob_load_text .wc_text p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 24px;
    }
    section.wc_text_ad.white_papper_wc .wc_text_ad_wrap .wc_text_sec.mob_load_text .wc_text.mob_text_more p {
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
        display: inherit;
    }
    section.wc_text_ad.white_papper_wc .wc_text_ad_wrap .wc_text_sec.mob_load_text .wc_text.mob_text_more p:last-child {
        margin-bottom: 0;
    }
    .wp_popup_form .fild-box-wrapper .fild-box.btn-submit span.wpcf7-spinner {
        top: 13px;
        right: 10px;
    }
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li {
        display: none;
    }
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li:nth-of-type(1),
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li:nth-of-type(2),
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li:nth-of-type(3),
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li:nth-of-type(4),
    .cfd_article_sec.library_themes .themes_wrapper.cdf_theme_wrapper ul li:nth-of-type(5) {
        display: block;
    }
    .page-template-tmp-hubpage .text-area-section.ft-txt-block h2 {
        margin-bottom: 20px;
    }
    .wc_text_sec .wc_text p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 24px;
    }
    .wc_text_sec .wc_text.mob_text_more p {
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
        display: inherit;
    }
    .wc_text_sec .wc_text.mob_text_more p:last-child {
        margin-bottom: 5px;
    }
    .sort_filter span.select2 .select2-selection__rendered span.select2-selection__placeholder {
        font-weight: 400;
        opacity: 0.5;
    }
    .mobileview-onez-banner.onez_sticky_banner.showinmobile {
        display: block;
        width: auto;
        margin: 0 -15px;
        background-color: #f1f7fa;
        padding: 20px 0;
        position: relative;
    }
    .mobileview-onez-banner.onez_sticky_banner.showinmobile:before,
    .mobileview-onez-banner.onez_sticky_banner.showinmobile:after {
        content: "";
        height: 110px;
        width: 110px;
        content: "";
        background-image: url(../images/dotted-pattern.png);
        background-size: 110px;
        position: absolute;
    }
    .mobileview-onez-banner.onez_sticky_banner.showinmobile:before {
        top: 0;
        right: 0;
    }
    .mobileview-onez-banner.onez_sticky_banner.showinmobile:after {
        bottom: 0;
        left: 0;
    }
    .broker_filter_left .broker_filter span.select2-dropdown span.select2-search,
    .broker_filter_left .broker_filter span.select2-dropdown span.select2-search .select2-search__field {
        display: block;
    }
    .broker_filter_left .broker_filter span.select2-dropdown span.select2-search .select2-search__field {
        border-radius: 30px;
        border-color: #add5ed;
        height: 40px;
        background-image: url(../images/dropdown-search-icon.png);
        background-size: 30px;
        background-position: 98% center;
        background-repeat: no-repeat;
        padding-left: 15px;
        padding-right: 45px;
    }
    .broker_filter_left .broker_filter span.select2-dropdown span.select2-search {
        padding: 35px 15px 12px;
        background-color: #f5fbfd;
    }
    .broker_filter_left .broker_filter span.select2-dropdown {
        border-radius: 10px;
        overflow: hidden;
        top: -24px;
        z-index: 9;
    }
    .broker_filter_left .broker_filter span.select2.select2-container--open {
        position: relative;
        z-index: 9999;
    }
    .broker_filter_left .broker_filter span.select2.select2-container--open~.select2-container {
        position: relative;
    }
    .broker_filter_left .broker_filter span.select2.select2-container--open~.select2-container:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: rgb(181 216 237 / 40%);
        left: 0;
        right: 0;
        z-index: 999;
    }
    .broker_filter_left .broker_filter span.select2.select2-container--open~.select2-container span.select2-dropdown {
        position: relative;
        z-index: 999;
    }
    .cab-popup-wrapper-inner .title-wrapper .title h2 {
        line-height: 32px;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn a.blue-btn.detail-page-btn {
        order: 2;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .wc_rm_trigger.toon_trigger,
    .wp_tag_trigger_wrap a {
        font-weight: normal;
    }
    .wpf_tag_list.wp_tag_toggle .wp_tag_trigger_wrap a.wp_trigger_toggle:after {
        transform: rotate(180deg);
    }
    .cfd_article_sec.library_themes .themes_wrapper .artikeln_read_more a.artik_trigger {
        font-weight: 400;
    }
    footer.site-footer .footer-bottom .footer-block.terms {
        width: 100%;
    }
    .green_box_list ul li {
        font-weight: 300;
    }
    section.broker_overview_sec .broker_overview_content .broker_filter_sec .broker_filter_right h6.mob_filter_title {
        font-weight: 400;
    }
    .page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_text p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_text {
        margin-bottom: 5px;
    }
    .page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_read_more {
        display: block;
    }
    .page-template-tmp-kennis-en-inspiratie .wc_text_ad.topspacing-blk .wc_text_ad_left .wc_text.wc_text_more p {
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
        overflow: inherit;
        display: inherit;
    }
    .page-template-tmp-kennis-en-inspiratie .cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec {
        margin-top: 150px;
    }
    .page-template-tmp-kennis-en-inspiratie .table-section-main.removespacing-box.table_sec_sexo_bank .table-section-wrapper h2 {
        margin-bottom: 10px;
    }
    .cfd_article_sec.library_themes.latest-article-sec.kennishtheme-sec .viewAllfeture a#loadMores {
        width: 100%;
    }
    .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-tooltip {
        left: inherit;
        right: -17px;
        top: 24px;
        padding: 15px;
        transform: inherit;
    }
    .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-tooltip:before {
        top: -10px;
        right: 22px;
        left: inherit;
        transform: rotate(90deg);
    }
    .bb_comp_data_sec .bb_comp_data_wrap .bb_comp_tooltip .info-tooltip:after {
        left: inherit;
        top: -8px;
        right: 22px;
        transform: rotate(90deg);
        border-width: 6px 6px 6px 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.towcol-boxes .bb_comp_data_wrap.bb_comp_foot .bb_comp_item {
        flex-wrap: wrap;
    }
    .bb_comp_data_sec .bb_comp_data_wrap.bb_comp_foot .bb_comp_item.winnaar_img div {
        width: 100%;
        margin: 15px 0;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_pay_icon {
        justify-content: center;
        padding-left: 15px;
        text-align: center;
    }
    .bb_comp_data_sec.bb_comp_col_two.fullbb-div .bb_comp_data_wrap .bb_pay_icon img {
        position: relative;
        left: 0;
        max-width: inherit;
        margin: 0 auto;
    }
    .elementor-element.voor-table.bb-voor-table.removebtom-space table tr .bb_table_btns a {
        width: 48%;
        margin: 0;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor-element.voor-table.bb-voor-table.removebtom-space table tr .bb_table_btns {
        display: flex;
        flex-wrap: wrap;
    }
    .elementor-element.voor-table.bb-voor-table.removebtom-space table tr .bb_table_btns a.bakijk_btn {
        margin-right: 0;
        margin-left: auto;
    }
    .bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box {
        display: block;
    }
    .bb_comp_data_wrap.white-with-yellowbox .bb_tooltip_sec.fullwith-tooltip-box .tooltip_trig_content {
        width: calc(100% - 29px);
    }
    .comparealbrokers-div .comparison-winn-block {
        margin-bottom: 30px;
    }
    .sort_filter span.select2-container span.select2-results ul li {
        font-weight: 400;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn.three-btn a.green-btn {
        order: 3;
    }
    .cab-popup-wrapper-inner .counter.but-with-notify .btn-wrapper.static-btn.three-btn a.blue-btn.detail-page-btn {
        margin-top: 0;
        margin-bottom: 11px;
    }
    .desktopnone {
        display: block;
        margin: 20px 0;
    }
    /*.desktopnone .bs_add_block .alignnone {
        height: auto !important;
        min-height: inherit !important;
        max-height: inherit !important;
    } */
    .content-with-progress .right-progress-block .card-block-main {
        padding: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right {
        margin: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right .ratings-list {
        padding: 0;
        margin: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right .ratings-list .broker_test ul li {
        margin-bottom: 5px;
    }
    .banner-btm-info.first-korte-section {
        padding: 0px 0 10px;
    }
    .content-with-progress .right-progress-block .card-block-main {
        padding: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right {
        margin: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right .ratings-list {
        padding: 0;
        margin: 0;
    }
    .content-with-progress .right-progress-block .card-block-main .card-block-right .ratings-list .broker_test ul li {
        margin-bottom: 5px;
    }
    .banner-btm-info.first-korte-section .content-with-progress .info-box-text {
        border-bottom: 0;
    }
    .detial-table.diffrent-table-design {
        padding-top: 20px;
    }
    .detial-table.diffrent-table-design .mian-body.all-detail-saxobank {
        padding: 15px;
        background-color: #fff;
        border-radius: 8px;
    }
    .all-vansexobank-head h3 {
        font-size: 18px;
    }
    .heading-pageblocks .leftpage-headblk {
        width: 100%;
    }
    .heading-pageblocks .rightpage-headblk {
        width: 100%;
    }
    .heading-pageblocks .rightpage-headblk ul {
        display: block;
    }
    .heading-pageblocks .rightpage-headblk ul li {
        padding: 2px 0;
        text-align: left !important;
        font-weight: 400;
    }
    .heading-pageblocks .leftpage-headblk p {
        font-size: 14px;
        margin: 0 0 5px 0;
        font-weight: 600;
    }
    .detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part {
        display: none;
        width: 100%;
    }
    .detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row {
        width: 100%;
        border-right: 0px solid #aed6ee;
    }
    .detial-table .box-inner .box-row-wise.redesign-box-row.inner-two-part .box-row .full_width_last_div .tooltip_content {
        width: calc(100% - 0px);
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block {
        top: 15px;
        border: none;
        position: absolute;
        right: 61px;
        margin-left: 0;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block span.info-icon-boxs {
        width: 34px;
        height: 34px;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block span.info-icon-boxs:before {
        width: 34px;
        height: 34px;
        background-position: center;
        content: "";
        font-size: 13px;
        background-size: 2.2px;
        font-weight: normal;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content p {
        width: calc(100% - 80px);
        line-height: 26px;
        padding-right: 10px;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block {
        position: relative;
        right: 0;
        top: 0px;
        width: 34px;
        height: 34px;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block span.info-icon-boxs {
        width: 34px;
        height: 34px;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content span.tooltip-checkicon {
        position: relative;
        right: 0;
        left: 0;
        margin-right: 0;
        margin-left: auto;
        top: 0;
        width: 34px;
        height: 34px;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content span.tooltip-checkicon img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block span:before {
        width: 34px !important;
        height: 34px !important;
        content: "";
        color: #0b7ec2 !important;
        text-align: center;
        line-height: 34px;
        background-size: 2.2px !important;
        background-position: center !important;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip {
        left: inherit;
        right: -40px;
        top: 31px;
        transform: inherit;
        z-index: 999;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip:before {
        left: inherit;
        right: 52px;
        top: -10px;
        border-width: 6px 8px 7px 0;
        transform: rotate(90deg);
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip:after {
        right: 52px;
        top: -11px;
        left: inherit;
        transform: rotate(90deg);
        border-width: 6px 7px 6px 0;
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-row-wise.redesign-box-row .box-col {
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
        display: block;
    }
    .new-review-part.newoverview-text-section,
    .center-slick.center-slider-section,
    .point-carousel-section.default-slide-section,
    .lorem-sectoion.top.bullet-desc-content {
        padding: 40px 0;
    }
    .lorem-sectoion.top.bullet-desc-content {
        margin-bottom: 40px;
    }
    .point-carousel-section.default-slide-section .broker_item_wrap.broker-slider-logo ul.slick-dots {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl {
        /*transform: translate(-50px, -50px);
        width: calc(100% + 100px);*/
        transform: inherit;
        width: inherit;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl .spcl-img {
        padding: 0px;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center .slidr-mdl .img-block {
        padding: 0px;
    }
    .center-slick.center-slider-section .slick-slider .slide-info {
        padding: 30px 0px 0;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    .center-slick.center-slider-section .slick-slider .slide-info .slidr-mdl p {
        line-height: 20px;
        padding-top: 33px;
        margin-bottom: 0;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center .spcl-img {
        transform: scale(1.2);
    }
    .center-slick.center-slider-section .center.slick-slider ul.slick-dots {
        margin-top: 10px !important;
    }
    .detial-table.diffrent-table-design .mian-body.all-detail-saxobank .box-inner-title.active-tab h5 .desc-ptages p {
        color: #fff;
    }
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar {
        padding: 15px 40px 7px 10px;
    }
    .banner-btm-info.first-korte-section .right-progress-block .ratings-list:after {
        display: none;
    }
    .banner-btm-info.first-korte-section .content-with-progress .info-box-inner {
        max-height: 140px;
    }
    .banner-section.banner_lines.battle_banner .battle_logo_sec .logo-tile h1 {
        font-size: 30px;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-inner .box-inner-title h5 .desc-ptages {
        display: none;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-inner .box-inner-title h5 {
        padding: 22px 95px 22px 19px;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-inner .box-row-wise.redesign-box-row .tooltip_content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        min-height: 34px;
        justify-content: left;
        align-items: center;
        display: flex;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-inner .box-row-wise.redesign-box-row .icons.title_with_text {
        font-size: 12px;
        line-height: 17px;
        display: block;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title.active-tab h5 a.info-icon-block span.info-icon-boxs:before {
        border-color: #fff;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title.active-tab h5 span img {
        filter: brightness(0.1) invert(5);
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .tooltip_content a.info-icon-block:hover span.info-icon-boxs {
        width: 34px;
        height: 34px;
    }
    .mian-body.all-detail-saxobank .main-content-box .box-inner .box-inner-title.active-tab h5 a {
        /*border-color: transparent;*/
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block .info-tooltip {
        transform: inherit;
        right: -40px;
        left: inherit;
        width: 253px;
        background-color: #fff;
        top: 45px;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block .info-tooltip:before,
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block .info-tooltip:after {
        right: 53px;
        left: inherit;
    }
    .mian-body.all-detail-saxobank .box-inner .box-inner-title h5 a.info-icon-block .info-tooltip:after {
        right: 54px;
    }
    .mian-body.all-detail-saxobank .main-content-box .redesign-box-row.notshow-checkicon-mobile .box-col.full_width_last_div .tooltip_content span.tooltip-checkicon {
        display: none;
    }
    .mian-body.all-detail-saxobank .main-content-box .redesign-box-row.notshow-checkicon-mobile .box-col.full_width_last_div .tooltip_content p {
        width: calc(100% - 37px);
    }
    .detial-table .box-row-wise.redesign-box-row .box-col.full_width_last_div .icons.title_with_text .lander-progressbar {
        margin-top: 7px;
    }
    .new-review-part.newoverview-text-section .review-max h5 span div {
        display: block;
        width: 100%;
        max-width: 153px;
        font-size: 15px;
        padding: 0 11px;
    }
    .new-review-part.newoverview-text-section .review-max h5 span div:before {
        margin-right: 7px;
        width: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
        margin-top: 0;
    }
    .new-review-part.newoverview-text-section .review-max a {
        display: block;
    }
    .point-carousel-section.default-slide-section {
        background-color: transparent;
        padding: 10px 15px 30px;
    }
    .point-carousel-section.default-slide-section .broker_item_wrap .broker_item_content_wrap {
        margin: 5px 0 20px;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center {
        padding-top: 30px;
    }
    .center-slick.center-slider-section h5 {
        margin-bottom: 25px;
    }
    .center-slick.center-slider-section .slick-slider .slick-active.slick-center .img-block {
        border-radius: 4px !important;
    }
    .center-slick.center-slider-section h5 span {
        margin-left: 0;
    }
    .lorem-sectoion.top.bullet-desc-content {
        background-color: #f7fbfe;
        margin-bottom: 0px;
    }
    .point-carousel-section.default-slide-section .broker_item_content_wrap .vs_logo_sec {
        padding-left: 20px;
        padding-right: 20px;
    }
    .point-carousel-section.default-slide-section .broker_item_content_wrap .broker_item_text .broker_overview_list {
        padding-left: 10px;
        padding-right: 10px;
    }
    section.point-carousel-section.detail-last-slider .benefits-slider .btn-wrapper a.btn-green {
        display: block;
    }
    section.point-carousel-section.detail-last-slider {
        background-color: transparent;
    }
    .mian-body.all-detail-saxobank .main-content-box .redesign-box-row.notshow-checkicon-mobile .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip {
        right: -10px;
    }
    .mian-body.all-detail-saxobank .main-content-box .redesign-box-row.notshow-checkicon-mobile .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip:after,
    .mian-body.all-detail-saxobank .main-content-box .redesign-box-row.notshow-checkicon-mobile .box-col.full_width_last_div .tooltip_content a.info-icon-block .info-tooltip:before {
        right: 23px;
    }
    .bottom-sti-buton.detail-floating-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #fff;
        padding: 10px 15px;
        width: 100%;
    }
    .bottom-sti-buton.detail-floating-btn a:after {
        display: none !important;
    }
    .bottom-sti-buton.detail-floating-btn a:after {
        display: none !important;
    }
    .bottom-sti-buton.detail-floating-btn a.Btn-openaccount-plus500 {
        width: calc(100% - 108px) !important;
        min-width: inherit;
        margin-left: 0;
    }
    .bottom-sti-buton.detail-floating-btn a.btn.more-info-btn.btn-arrow {
        max-width: max-content;
        min-width: inherit;
        border: none;
        width: 100%;
        padding: 0 !important;
        margin-top: 13px;
        height: 19px !important;
        border-bottom: 1px solid;
        border-radius: 0px;
        margin-right: 0;
        margin-left: auto;
    }
    .page-template-tmp-broker-vs-broker-overview .banner-section.inner-banner.banner_lines,
    .page-template-tmp-kennis-en-inspiratie section.banner-section.inner-banner,
    .page-template-tmp-hubpage section.banner-section.inner-banner {
        margin-bottom: 0px;
    }
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon.point_carousel_sec_sb .benefits-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-tmp-broker-detail-html .point-carousel-section.default-slide-section .broker_item_wrap.broker-slider-logo {
        margin: 0 -10px;
    }
    .page-template-tmp-broker-detail-html .point-carousel-section.default-slide-section .broker_item_wrap.broker-slider-logo .broker_item {
        padding: 0 10px;
    }
    .page-template-tmp-broker-detail-html section.point-carousel-section.detail-last-slider .benefits-slider .item {
        height: auto !important;
    }
    .page-template-tmp-broker-detail-html .ad-block-horiz.mobile-viw {
        padding: 25px;
        background: #f1f7fa;
        position: relative;
        margin-bottom: 40px;
    }
    .page-template-tmp-broker-detail-html .ad-block-horiz.mobile-viw:before,
    .page-template-tmp-broker-detail-html .ad-block-horiz.mobile-viw:after {
        height: 100px;
        width: 100px;
        content: "";
        background-image: url(../images/dotted-pattern.png);
        background-size: 100px;
        position: absolute;
    }
    .page-template-tmp-broker-detail-html .ad-block-horiz.mobile-viw:before {
        right: 0;
        top: 0;
    }
    .page-template-tmp-broker-detail-html .ad-block-horiz.mobile-viw:after {
        left: 0;
        bottom: 0;
    }
}

@media(max-width:550px) {
    .buttons-div a.btn {
        min-width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon .single-block .btn-wrapper a.more-info,
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon .single-block .btn-wrapper a.btn-green {
        width: 50% !important;
    }
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon .item {
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-tmp-hubpage-saxobank section.point-carousel-section.removeafter-icon .single-block .btn-wrapper a.more-info {
        margin-right: 0 !important;
        margin-left: 5px !important;
    }
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .ratings-list .rating span {
        display: none;
    }
    .detial-table.diffrent-table-design:before {
        width: 250px;
        height: 250px;
        background-size: 250px;
        left: 0;
    }
    .detial-table.diffrent-table-design:after,
    .center-slick.center-slider-section:after {
        width: 250px;
        height: 250px;
        background-size: 250px;
        right: 0px;
    }
}

@media(max-width:479px) {
    .page-template-tmp-hubpage-saxobank .banner-btm-info .info-box-text {
        margin-top: 0;
    }
    .content-with-progress .right-progress-block {
        max-width: 100%;
    }
    .center-slick.center-slider-section .slick-slider .slide-info {
        width: 270px !important;
    }
    .center-slick.center-slider-section .slick-slider button.slick-prev {
        left: 15px;
        width: 50px;
        height: 50px;
    }
    .center-slick.center-slider-section .slick-slider button.slick-next {
        right: 15px;
        width: 50px;
        height: 50px;
    }
    .center-slick.center-slider-section ul.slick-dots {
        margin-top: 10px !important;
    }
}

@media(max-width:400px) {
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar ul li .progresses {
        width: 120px;
    }
    .right-progress-block .card-block.review-conclusion .content-feaueres-rating .lander-progressbar.broker_test .progresses span:after {
        width: 120px;
        background-size: 12.2px 20px;
    }
    .right-progress-block .card-block.review-conclusion .content-feaueres-rating .lander-progressbar.broker_test .progresses:after {
        width: 118px;
        background-size: 11px 24px;
    }
    .lander-progressbar.broker_test.table-viewprogress ul li {
        max-width: 240px;
    }
    .lander-progressbar.broker_test.table-viewprogress ul li .progresses span.bar:after {
        width: 205px;
        background-size: 20.4px 30px;
    }
    .lander-progressbar.broker_test.table-viewprogress ul li .progresses:after {
        width: 187px;
        background-size: 21.4px 7px;
    }
}

@media(max-width:350px) {
    .voor-table.bb-voor-table table td {
        padding: 17px 15px 22px;
    }
    .content-with-progress .right-progress-block .card-block .card-block-right .content-feaueres-rating .lander-progressbar ul li span {
        width: 120px;
        font-size: 12px;
    }
}


/*26-05-22*/

nav#menu ul.menu li ul.sub-menu {
    z-index: 99;
}

.blog-listing-main .blog-listing .blog-col:nth-of-type(1) .blog-block,
.blog-listing-main .blog-listing .blog-col:nth-of-type(2) .blog-block,
.blog-listing-main .blog-listing .blog-col:nth-of-type(3) .blog-block,
.blog-listing-main .blog-listing .blog-col:nth-of-type(4) .blog-block {
    margin-top: 0px;
}

.page-template-tmp-library-main .main-body {
    padding-top: 40px;
}

@media(max-width:991px) {
    .blog-listing-main .blog-listing .blog-col:nth-of-type(3) .blog-block {
        /* margin-top: 30px; */
    }
    .page-template-tmp-library-main .main-body {
        padding-top: 20px;
    }
}

@media(max-width:767px) {
    .page-template-tmp-text-wihout-sidebar .overview-content.text-page-wrapper .content-right .mobile-view.ads-mobile {
        margin-right: -25px;
        margin-left: -25px;
    }
    body.page-template-tmp-text-wihout-sidebar .overview-content.text-page-wrapper .content-right p:last-child {
        margin-bottom: 20px;
    }
}

@media(max-width:600px) {
    .blog-listing-main .blog-listing .blog-col:nth-of-type(1) .blog-block,
    .blog-listing-main .blog-listing .blog-col:nth-of-type(2) .blog-block {
        margin-top: 30px;
    }
}


/*31-08-2022 css start*/

body {
    padding-top: 100px;
}

.header {
    position: fixed;
    top: 0px !important;
    left: 0;
    right: 0;
    transition: none !important;
}

@media (max-width: 1150px) {
    body {
        padding-top: 72px;
    }
}

@media(max-width:1023px) {
    .box-row-wise.redesign-box-row .box-col.full_width_last_div .lander-progressbar.broker_test.table-viewprogress {
        top: 0px;
    }
    body {
        padding-top: 72px;
    }
    .header {
        position: fixed;
        top: 0 !important;
    }
    .top-bar {
        margin-bottom: 0;
    }
}


/*31-08-2022 css end*/


/* css added for cab - accordion start */

.cab-accordian .container {
    padding: 0;
}

.single.single-post.blog-details .cab-accordian .accordion-row h3,
.cab-accordian .accordion-row h3,
.value-table-section .cab-accordian .accordion-row h3 {
    margin-bottom: 0!important;
    padding: 0px 142px 0 27px !important;
}

@media only screen and (max-width: 991px) {
    .single.single-post.blog-details .cab-accordian .accordion-row h3,
    .cab-accordian .accordion-row h3,
    .value-table-section .cab-accordian .accordion-row h3 {
        padding: 16px 65px 16px 20px !important;
    }
}


/* css added for cab - accordion end */