.search-forex-brokers-container {
    margin: 20px auto 20px;
    max-width: 100%;
    width: 800px;
    position: relative;
}
.search-forex-brokers-container .search-container {
    position: relative;
}
.search-forex-brokers-container .search-container .search-form {
    padding: 0;
}
.search-forex-brokers-container .search-container .search-input {
    height: 70px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    position: relative;
    z-index: 100;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.2px;
}
.search-forex-brokers-container .search-container .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 200;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    background-color: transparent;
    margin: 0;
    border: none;
    width: auto;
    height: 100%;
    outline: none;
    cursor: pointer;
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    font-size: 24px;
    color: #086AD8;
}
.search-forex-brokers-container .search-container .search-button:hover {
    background: #086AD8;
    color: #fff;
}
.search-forex-brokers-container .search-container .search-button:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #d7d7d7;
    position: absolute;
    top: 50%;
    right: calc(100% - 2px);
    transform: translateY(-50%);
}
.search-forex-brokers-container .search-container .search-button:hover:before {
    background: #086AD8;
}
.search-forex-brokers-container .ajax-loader-container {
    padding: 0;
    text-align: center;
    display: none;
}
.search-forex-brokers-container .ajax-loader-container img.ajax-loader {
    max-width: 50px;
    display: inline-block;
}
.result-search-forex-brokers-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.result-search-forex-brokers-container .search-forex-brokers-list-container {
}
.result-search-forex-brokers-container .search-forex-brokers-item {
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s;
    border-radius: 5px;
}
.result-search-forex-brokers-container .search-forex-brokers-item:hover {
    box-shadow: inset 0 0 10px #086AD888;
}
.result-search-forex-brokers-container .search-forex-brokers-item:after {
    content: '';
    display: inline-block;
    width: 90%;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
}
.result-search-forex-brokers-container .search-forex-brokers-item:last-child:after {
    display: none;
}
.result-search-forex-brokers-container .search-forex-brokers-item .image {
    margin-right: 20px;
}
.result-search-forex-brokers-container .search-forex-brokers-item .image img {
    height: auto;
    width: auto;
    max-height: 50px;
    max-width: 150px;
}
.result-search-forex-brokers-container .search-forex-brokers-item .text {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: #086AD8;
}
.result-search-forex-brokers-container .no-results {
    padding: 30px;
    text-align: center;
    font-size: 22px;
}
.forex-brokers-detail {
    color: black;
}
.forex-brokers-detail .broker-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.forex-brokers-detail .broker-logo {
    margin-right: 20px;
}
.forex-brokers-detail .broker-logo img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}
.forex-brokers-detail .small-data-container {
}
.forex-brokers-detail .brokers-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.forex-brokers-detail .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 8px;
}
.forex-brokers-detail .rating-total {
    margin-right: 15px;
    color: #e8c51a;
}
.forex-brokers-detail .rating-total .average-rating {
    margin-top: 3px;
}
.forex-brokers-detail .count-comments {
    margin-right: 20px;
}
.forex-brokers-detail .count-views {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.forex-brokers-detail .count-views img {
    margin-right: 8px;
}
.forex-brokers-detail .blog-comments .stars {
    color: #e8c51a;
}
.forex-brokers-detail .rating-container > input + label:before,
.forex-brokers-detail .rating-container:hover > input + label:before,
.forex-brokers-detail .rating-container:hover > input + label:hover ~ label:before,
.forex-brokers-detail .rating-container:hover > input + label:hover:before {
    color: #e8c51a;
}
.forex-brokers-detail .tags-container {
    margin-bottom: 10px;
}
.forex-brokers-detail .tags-container .one-tag {
    display: inline-block;
    cursor: text;
    font-size: 14px;
    line-height: 1.2;
    color: #6d6d6d;
    border-bottom: dotted 1px #6d6d6d;
    margin-bottom: 10px;
    margin-right: 10px;
}
.forex-brokers-detail .tab-body-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.forex-brokers-detail .brokers-one-data {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.forex-brokers-detail .brokers-one-data .key {
    width: 30%;
    color: #555;
    font-size: 15px;
}
.forex-brokers-detail .brokers-one-data .value {
    width: 70%;
    color: #000;
    font-weight: 500;
}
.forex-brokers-detail .description {
    color: #000;
    font-size: 16px;
}
.forex-brokers-detail .description p {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
}
.forex-brokers-detail .description ul,
.forex-brokers-detail .description ol {
    margin-bottom: 15px;
    padding-left: 0;
}
.forex-brokers-detail .description ul li,
.forex-brokers-detail .description ol li {
    padding-left: 35px;
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}
.forex-brokers-detail .description ul li:before,
.forex-brokers-detail .description ol li:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 15px;
    color: #086AD8;
}
.forex-brokers-detail .tabs {
}
.forex-brokers-detail .tab-heads-container {
    border-bottom: solid 1px #eee;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.forex-brokers-detail .tab-head {
    border-bottom: solid 5px transparent;
    margin-right: 20px;
    padding: 10px 5px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 16px;
}
.forex-brokers-detail .tab-head:hover,
.forex-brokers-detail .tab-head.active {
    border-bottom: solid 5px #086AD8;
}
.forex-brokers-detail .tab-body {
    margin: 30px 0;
    display: none;
}
.forex-brokers-detail .tab-body.open {
    display: block;
}
.forex-brokers-detail .comments-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.forex-brokers-detail .comments-area .comments-title h4.total_comments_class {
    margin-bottom: 0;
}
.forex-brokers-detail .add-comment-button {
    font-size: 16px;
}
.forex-brokers-detail .comments-list .commen-item .avatar img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50px;
}
.forex-brokers-detail .comments-list .commen-item {
    display: block;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}
.forex-brokers-detail .comments-list .commen-item .date {
    float: right;
}
.forex-brokers-detail .comments-list .commen-item .title {
    display: inline-block;
}
.forex-brokers-detail .comments-list .commen-item .avatar {
    height: 60px;
    width: 60px;
    min-width: 60px;
}
.forex-brokers-detail .comments_title_class {
    margin-bottom: 8px;
}
.forex-brokers-detail .comments-list .commen-item .content {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: black;
    font-weight: 500;
    padding-left: 0;
}
.forex-brokers-detail .comments-list .commen-item .content p {
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-bottom: 15px;
}
.forex-brokers-detail .comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
}
.forex-brokers-detail .comment-reply-link {
    position: static;
    background: #086AD8;
    padding: 5px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}
.forex-brokers-detail .comments-form {
    margin: 40px 0;
}
.forex-brokers-detail .comments-form textarea {
    min-height: 100px;
}
.forex-brokers-detail .comments-form .form-submit button.submit {
    border-radius: 5px;
    padding: 10px 30px;
    margin: 0;
}










@media (max-width: 600px) {
    .search-forex-brokers-container .ajax-loader-container img.ajax-loader {
        max-width: 50px;
    }
    .search-forex-brokers-container .search-container .search-input {
        height: 60px;
        padding: 10px 110px 10px 10px;
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .result-search-forex-brokers-container .search-forex-brokers-item {
        padding: 10px 10px;
    }
    .result-search-forex-brokers-container .search-forex-brokers-item .image img {
        max-width: 100px;
    }
    .forex-brokers-detail .broker-head {
        flex-direction: column;
    }
    .forex-brokers-detail .broker-head {
        flex-direction: column;
    }
    .forex-brokers-detail .broker-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .forex-brokers-detail .brokers-title {
        text-align: center;
    }
    .forex-brokers-detail .brokers-one-data .key {
        width: 35%;
    }
    .forex-brokers-detail .brokers-one-data .value {
        width: 65%;
    }
    .forex-brokers-detail .add-comment-button {
        padding: 6px 15px;
    }
}