/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.bs-ftb-btn-style-1[disabled="disabled"] {
    opacity: 0.6;
}

.bsfb-list-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #111111;
}

.bsfb-list-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;    
    color: #727272;
    max-width: 455px;
}

.bsfb-list {
    padding: 32px 38px;
    background: #EDF4F4;
    border-radius: 10px;
    margin-top: 40px;
}

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

.bsfb-list ul li:marker {
    display: none;
}

.bsfb-list ul li {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DDE1DE;
    display: flex;
    align-items: center;
}

.bsfb-list ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bsfb-list-count {
    margin-right: 24px;
}

.bsfb-list-count span {
    background: #FFFFFF;
    border: 1px solid #DDE1DE;
    border-radius: 100%;
    width: 51px;
    height: 51px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 18.7586px;
    color: #366768;
    display: block;
    text-align: center;
    line-height: 51px;
}

.bsfb-list-content {
    flex-grow: 1;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.bsfb-list-item-img {
    background: #FFFFFF;
    border: 1px solid #DDE1DE;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 84px;
    height: 84px;
    max-width: 84px;
    min-width: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.bsfb-list-item-img img {
    border-radius: 5px;
    width: 70px;
}

.bsfb-list-link a {
    color: #366768;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border: 1px solid #366768;
    border-radius: 50px;
    padding: 16px 40px;
    transition: all 0.3s ease-out;
}

.bsfb-list-link a:hover {
    color: #ffffff;
    background: #366768;
}

.bsfb-list-link {
    min-width: 170px;
}

.bsfb-list-item-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #111111;
}

.bsfb-list-item-regulation {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}

.bsfb-list-item-regulation span {
    font-weight: 500;
    color: #111111;
}

.bsfb-list-item-rating .bs-score {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}

.bsfb-list-item-rating b {
    color: #1B1B1B;
    font-weight: 500;
}

.bsfb-list-item-rating .bs-score-stars-cnt {
    width: 80px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}

.bsfb-list-item-rating .bs-score-stars {
    width: 80px;
    height: 10px;
    background: #FFFFFF;
    border: 0.5px solid #D1D3D4;
    border-radius: 10px;
    position: relative;
}

.bsfb-list-item-rating .bs-score {
    padding-left: 6px;
    display: inline-block;
}

.bsfb-list-item-rating .bs-score-stars:before {
    content: "";
    height: 10px;
    position: absolute;
    width: 20%;
    left: 20%;
    border-left: solid 1px #D1D3D4;
    border-right: solid 1px #D1D3D4;
    z-index: 99;
    top: -1px;
}

.bsfb-list-item-rating .bs-score-stars:after {
    content: "";
    height: 10px;
    position: absolute;
    width: 20%;
    right: 20%;
    border-left: solid 1px #D1D3D4;
    border-right: solid 1px #D1D3D4;
    z-index: 99;
    top: -1px;
}

.bsfb-list-item-rating .bs-score-stars > div {
    left: -1px;
    top: -1px;
    z-index: 9;
    position: absolute;
    width: calc(90% + 1px);
    height: 10px;
    background: #197278;
    border-radius: 0px;
}

.bsfb-result-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #111111;
    max-width: 443px;
    margin: 0 auto;
    margin-top: 16px;
}

.bsfb-result-title span {
    color: #609E7B;
}

.bsfb-result-desc {
    max-width: 460px;
    margin: 0 auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #727272;
    margin-top: 24px;
}

.bs-brokers-list-result-1 .bsfb-list,
.bs-brokers-list-result-2 .bsfb-list {
    padding: 0px;
    margin-top: 48px;
    background: transparent;
}

.bs-brokers-list-result-1 .bsfb-list ul,
.bs-brokers-list-result-2 .bsfb-list ul {
    max-width: 850px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.bs-brokers-list-result-1 .bsfb-list ul li,
.bs-brokers-list-result-2 .bsfb-list ul li {
    display: block;
    width: 42%;
    border: 1px solid #DDE1DE;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 48px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 140px;
}

.bs-brokers-list-result-1 .bsfb-list .bsfb-list-content,
.bs-brokers-list-result-2 .bsfb-list .bsfb-list-content {
    margin-right: 0px;
}

.bs-brokers-list-result-1 .bsfb-list .bsfb-list-link,
.bs-brokers-list-result-2 .bsfb-list .bsfb-list-link {
    position: absolute;
    width: calc(100% - 96px);
    bottom: 48px;
}

.bs-brokers-list-result-1 .bsfb-list .bsfb-list-link a,
.bs-brokers-list-result-2 .bsfb-list .bsfb-list-link a {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.bs-brokers-list-result-1 .bsfb-list ul li:first-child:after,
.bs-brokers-list-result-2 .bsfb-list ul li:first-child:after {
    content: "Or";
    position: absolute;
    width: 60px;
    height: 38px;
    text-align: center;
    left: calc(100% + 37px);
    border: 0.921875px solid #366768;
    border-radius: 92.1875px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22.125px;
    line-height: 160%;
    color: #111111;
    top: 50%;
    margin-top: -19px;
}

.bs-result-btns {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 24px !important;
}

.bs-result-btns .bs-results-compare {
    background: #609E7B;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 15%);
    border-radius: 50px;
    color: #ffffff;
    padding: 16px 32px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 20px;
}

.bs-result-btns .bs-results-compare:hover {
    background: #366768;
}

.bs-result-btns .bs-results-continue-1 {
    margin: 0px 20px !important;
    background: transparent !important;
    border: 1px solid #609E7B !important;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 50px !important;
    color: #609E7B !important;
}

.bs-result-btns .bs-results-continue-1:hover {
    color: #ffffff !important;
    background: #609E7B !important;
}

.bs-brokers-list-result-1,
.bs-brokers-list-result-2 {
    position: relative;
}

.bs-brokers-list-result-1:after,
.bs-brokers-list-result-2:after,
.bs-brokers-list-result-1:before,
.bs-brokers-list-result-2:before {
    position: absolute;
    content: "";
}

.bs-brokers-list-result-1:before,
.bs-brokers-list-result-2:before {
    bottom: -140px;
    left: -70px;    
    width: 200px;
    height: 164px;
    background: url(http://broker-select-staging.joxgsjcjql-95m327wmz4rv.p.runcloud.link/wp-content/uploads/2022/07/bs-ftb-results-1.svg) no-repeat center;
}

.bs-brokers-list-result-1:after,
.bs-brokers-list-result-2:after {
    right: -90px;
    top: 0px;
    width: 291px;
    height: 293px;
    background: url(http://broker-select-staging.joxgsjcjql-95m327wmz4rv.p.runcloud.link/wp-content/uploads/2022/07/bs-ftb-results-2.svg) no-repeat center;
}

.bs-find-broker-form .jet-form-builder__field-wrap.checkradio-wrap span {
    display: block;
}

.bs-find-broker-form .jet-form-builder__field-wrap label :checked + span::after {
    left: 0px;
    top: 13px;
}

.bs-find-broker-form .jet-form-builder__field-wrap label > span::before {
    position: relative;
    top: 7px;
}

@media screen and (max-width:1024px) {
    .bs-brokers-list-result-1:after,
    .bs-brokers-list-result-2:after,
    .bs-brokers-list-result-1:before,
    .bs-brokers-list-result-2:before,
    .bsfb-list-count {
        display: none;
    }

    .bsfb-list-link a {
        display: block;
    }
}

@media screen and (max-width:800px) {
    .bsfb-list ul li {
        flex-wrap: wrap;
    }

    .bsfb-list-link a {
        display: block;
        margin: 10px 0px;
    }

    .bs-ftb-image-1, .bs-ftb-image-2, .bs-ftb-image-3, .bs-ftb-image-4, .bs-ftb-image-5,
    .bs-ftb-image-6, .bs-ftb-image-7, .bs-ftb-image-8, .bs-ftb-image-9, .bs-ftb-image-10 {
        display: none;
    }

    .bs-brokers-list-result-1 .bsfb-list ul li,
    .bs-brokers-list-result-2 .bsfb-list ul li {
        width: 48%;
    }

    .bs-brokers-list-result-1 .bsfb-list ul li:first-child:after,
    .bs-brokers-list-result-2 .bsfb-list ul li:first-child:after {
        z-index: 9;
        background: #fff;
        left: calc(100% + -15px);
    }
}

@media screen and (max-width:680px) {
    .bs-brokers-list-result-1 .bsfb-list ul,
    .bs-brokers-list-result-2 .bsfb-list ul {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .bs-brokers-list-result-1 .bsfb-list ul li:first-child,
    .bs-brokers-list-result-2 .bsfb-list ul li:first-child {
        margin-bottom: 80px;
    }

    .bs-brokers-list-result-1 .bsfb-list ul li:first-child:after,
    .bs-brokers-list-result-2 .bsfb-list ul li:first-child:after {
        top: auto;
        bottom: -60px;
        left: 50%;
        margin-left: -19px;
    }

    .bs-brokers-list-result-1 .bsfb-list ul li,
    .bs-brokers-list-result-2 .bsfb-list ul li {
        width: 100%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.bs-result-btns {
        flex-wrap: wrap;
    }
}