@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('https://searchforexbrokers.com/assets/fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('https://searchforexbrokers.com/assets/fonts/NeueHelvetica-Bold.eot');
    src: url('https://searchforexbrokers.com/assets/fonts/NeueHelvetica-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/NeueHelvetica-Bold.woff') format('woff2'),
        url('../fonts/NeueHelvetica-Bold.woff') format('woff'),
        url('../fonts/NeueHelvetica-Bold.ttf') format('truetype'),
        url('../fonts/NeueHelvetica-Bold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
   font-family: 'helveticaneue';
    src: url('../fonts/NeueHelvetica-Light.eot');
    src: url('../fonts/NeueHelvetica-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/NeueHelvetica-Light.woff') format('woff2'),
        url('../fonts/NeueHelvetica-Light.woff') format('woff'),
        url('../fonts/NeueHelvetica-Light.ttf') format('truetype'),
        url('../fonts/NeueHelvetica-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: helveticaneue,sans-serif,helvetica,arial;
    font-weight: 400;
    font-size: 16px;
}

ol {
    padding-left: 20px;
    list-style: decimal;
}
ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: inherit;
    text-decoration: underline;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: underline;
    color: #00b050;
}

.btn-primary {
    color: #fff;
    font-size: 18px;
    background: #00b050;
    padding: 12px 28px;
    border: solid 2px #00b050;
    border-radius: 4px;
    font-weight: 500;
    transition: all .5s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #fff !important;
    border-color: #00b050 !important;
    color: #00b050 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
}
.best-forex-brokers.copy h1,
.best-forex-brokers.copy h2
{
    font-size: 30px;
    line-height: 40px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    color: #111;
    font-weight: 500;
    margin-bottom: 50px;
}


/* header */

.fixheader {
    padding-top: 81px
}

.fixheader .header {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 3px 0;
    box-shadow: 0 12px 24px #00000034;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: sticky_transition;
    animation-name: sticky_transition
}

@keyframes sticky_transition {
    0% {
        position: fixed;
        top: -94px
    }
    100% {
        position: fixed;
        top: 0
    }
}

.header ul, .footer ul {
    padding-left: 0;
    list-style: none;
}
.menu ul li a, .sub-menu a {
    font-weight: 500 !important;
}
/* banner */

.banner {
    background: url(../images/banner.jpg);
    /*min-height: 800px;*/
    text-align: center;
    position: relative;
    background-position: 100% 20%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .select2-container {
    max-width: 300px !important;
}

.banner .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #00b050 transparent transparent transparent;
    border-width: 8px 7px 0 7px;
    margin-left: -14px;
}
.banner .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #00b050 transparent;
    border-width: 0 7px 8px 7px;
}
.banner:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    content: '';
}
.banner-guide:after {
    display: none;
}
.banner .banner-text {
    padding-top: 4%;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 70%;
    margin: auto;
    top: 35px;
}
.copyright-text {
    margin-top: 50px;
}

.link-guid a {
    text-decoration: none;
}
.link-guid {
    color: #5482cd;
    font-weight:400;
}
.banner h1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}


/* .brokers-list */

.brokers-list-wrap {
    padding: 60px 0;
    background: #f8f8f8;
}

.brokers-list {
    border: solid 1px #1111111c;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgb(32 33 36 / 28%);
    background: #fff;
    border-radius: 7px;
    overflow-y: hidden;
}
.border-top.justify-content-center {
    height: 100%;
}
.brokers-list .logo-box {
    padding: 5px;
}
.logo-box.text-center img {
    max-width: 80px;
    object-fit: cover;
    max-height: 80px;
}
.brokers-list .logo-box h3 {
    text-decoration: underline;
    font-size: 16px;
    padding-top: 10px;
}

.brokers-list h3 {
    font-size: 14px;
    line-height: 18px;
    color: #515151;
    margin-bottom: 5px;
    font-weight: 400;
}
.brokers-list-wrap .bottom-btn .btn-primary {
    color: #00b050;
    background: #fff;
}
.brokers-list-wrap .bottom-btn .btn-primary:hover {
    background: #00b050 !important;
    color: #fff !important;
}
.star-list li {
    font-size: 14px;
    color: #515151;
    padding: 2px 0 2px 30px;
    position: relative;
}

.star-list i {
    color: #f6a330;
    margin-right: 5px;
    position: absolute;
    left: 3px;
    top: 5px;
    font-size: 14px;
}

.check-list li {
    font-size: 14px;
    color: #515151;
    padding: 2px 0 2px 24px;
    position: relative;
}
.check-list li, .red-icon {
    display: flex;
    align-items: center;
}
.check-list li i {
    color: #00b050;
    margin-right: 5px;
    position: absolute;
    left: 3px;
    /*top: 5px;*/
    font-size: 14px;
}

.red-icon i {
    color: #df5e5e !important;
}

.brokers-list .botom-info {
    text-align: center;
    padding: 2px 5px 5px 5px;
}
.botom-info i {
    font-size: 30px;
    line-height: 30px;
}
.brokers-list .botom-info h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 65px;
    font-weight: 400;
    color: #515151;
}

.brokers-list .botom-info img {
    width: 100%;
    max-width: 31px;
}

.brokers-list .visit-card {
   padding: 60px 0 30px;
    text-align: center;
}
.visit-card .btn-primary {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 400;
}
.w-85 {
    width: 95%;
}
.brokers-list .visit-card .open-account {
    display: block;
    color: #333f4f;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.brokers-list .visit-card p {
    font-size: 14px;
    line-height: 20px;
    color: #838383;
    font-weight: 400;
    margin-top: 10px;
}

.brokers-list .visit-card .read-full {
    font-size: 14px;
    line-height: 20px;
    color: #83838394;
    margin-top: 10px;
}

.brokers-list .visit-card .read-full a {
    color: #333f4f;
    text-decoration: underline;
    font-weight: 400;
}

.border-box {
    border-left: solid 1px #1111111c;
    /*border-right: solid 1px #1111111c;*/
    padding: 6px 5px !important;
}
.border-box ul {
    padding-left: 0;
    list-style: none;
}
.spreads-from .spreads-list {
    margin: 0 -5px;
    border-bottom: 2px solid #f6f6f6;
}

.spreads-from .spreads-list li {
    font-size: 14px;
    color: #333;
    padding: 5px;
    text-transform: uppercase;
}
.spreads-from .spreads-list li:nth-child(odd) {
  background: #f6f6f6;
}

.spreads-from a {
    font-size: 14px;
    color: #333f4f;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 5px 0;
    font-weight: normal;
}

.spreads-from a:hover,
.brokers-list .visit-card .read-full a:hover,
.brokers-list .visit-card .open-account:hover {
    color: #00b050;
}

.border-right-0 {
    border-right: none !important;
}

.border-left-0 {
    border-left: none !important;
}


/* best-forex-brokers */

.best-forex-brokers {
    margin: 40px 0;
}
.best-forex-brokers.copy{
    margin: 26px 0;
}
.borkers-discription {
    /*border-radius: 8px;*/
   /* padding: 0 40px;*/
    /*box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);*/
}
.borkers-discription h2 {
    margin-bottom: 20px;
}
.best-forex-brokers .borker-box {
    text-align: center;
    transition: all .5s ease;
}

.best-forex-brokers .borker-box h3 {
    font-size: 26px;
    line-height: 10px;
    color: #333;
    font-weight: 500;
    padding-top: 10px;
    transition: all .5s ease;
}

.best-forex-brokers .borker-box a {
    display: block;
}

.best-forex-brokers .borker-box:hover h3 {
    color: #00b050;
}


/* .best-forex-brokers .borker-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
} */

/*.best-forex-brokers .borkers-discription {
    padding-top: 30px;
}*/

.best-forex-brokers .borkers-discription p, .best-forex-brokers .borkers-discription ul li, .best-forex-brokers .borkers-discription ol li {
    font-size: 16px;
    line-height: 25px;
    color: #333;
}


/* how-to-choose */

.how-to-choose {
    padding: 100px 0;
    position: relative;
    background: url(../images/how-to-choose-bg.jpg)no-repeat center top/cover;
}

.how-to-choose:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
}

.how-to-choose .text-box {
    position: relative;
    z-index: 1;
    text-align: left;
}

.how-to-choose h2 {
    color: #fff;
    margin-bottom: 20px;
}
.best-forex-brokers h3 {
    color: #333;
    font-weight: 500;
}
.best-forex-brokers .borkers-discription ul {
    margin-bottom: 1rem;
}
.best-forex-brokers .borkers-discription ol {
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}
/* trade-stock */

.trade-stock {
    background: #f8f8f8;
    padding: 50px 0;
    background: url(https://searchforexbrokers.com/assets/images/4028644.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;

}
.trade-stock.cta:before{
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 display: block;
 background-color: #f6f6f6;
 top: 0;
 opacity: 0.6;
}
.trade-stock h2 {
    color: #00b050;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
}


/* comparison-speards */

.comparison-speards {
    padding: 60px 0;
}

.broker-table {
    border: solid 1px #dee2e6
}

.broker-table thead {
    background: #fff;
}
.broker-table tbody td {
    font-weight: 500;
}
table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500;
}
.broker-table thead th,
.broker-table thead td {
    font-size: 18px;
    
    font-weight: 500;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 2px #dee2e6;
    padding: 15px 10px;
    text-align: center;
}

.broker-table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}
.broker-table tbody tr {
    transition: all .5s ease;
}
.broker-table tbody tr:hover {
    background: #f5f5f5;
}
.broker-table tbody td,
.broker-table tbody th {
    border: solid 1px #dee2e6;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
.broker-table tbody th img {
    max-width: 45px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.broker-table tbody th a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
/* broker-fees */

.broker-fees {
    padding: 60px 0;
}


/* FAQs */

.faq-wrap {
    padding: 60px 0;
    background: #f8f8f8;
}
.faq-wrap h2 {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.faq-wrap h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid 4px #00b050;
}
.faq-wrap h2:before {
    border: 8px solid transparent;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    border-top-color: #f8f8f8;
    right: -12px;
    bottom: -12px;
}
.faq-wrap .accordion-button {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 15px 20px;
    transition: all .5s ease;
}

.faq-wrap .accordion-body {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background: #fff;
}

.faq-wrap .accordion-button:not(.collapsed) {
    background: #fff;
}

.faq-wrap .accordion-button:focus {
    box-shadow: none !important;
    outline: none;
    border-color: none !important;
}


/* footer */

.footer {
    padding-top: 50px;
    background: #333;
}

.footer .footer-logo {
    display: block;
    max-width: 250px;
}

.footer .footer-menu li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.footer .footer-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    display: block;
    transition: all .5s ease;
}

.footer .footer-menu li a:hover {
    color: #0ab45b;
}

.footer .copyright {
    background: #fafafa;
    padding: 20px 0;
    margin-top: 40px;
}

.footer .copyright p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
    color: #00b050;
    font-weight: 500;
}

.select2-container .select2-selection--single {
    height: 50px;
    border: solid 3px #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #00b050;
}

.select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.broker-fees .accordion-button {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 16px;
}

.broker-fees .accordion-header {
    line-height: 0;
}

.broker-fees .accordion-button .broker-title {
    font-weight: 500;
    margin-right: 10px;
}

.broker-fees .accordion-button.collapsed {
    background: #f8f8f8;
}

.broker-fees .accordion-button::after {
    content: '\f068';
    font-family: 'Fontawesome';
    background-image: none;
    position: absolute;
    right: 10px;
    top: 37%;
    transform: rotate(0deg)
}

.broker-fees .accordion-button.collapsed::after {
    content: '\f067';
    transform: rotate(0deg);
}

/* new css  */
.select2-dropdown .select2-results__option {
    font-size: 18px;
    list-style: 32px;
    padding: 10px 15px;
}
.banner .forex-list {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    bottom: -70px;
    border-radius: 8px;
    margin-bottom: 120px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.banner .borker-box {
    text-align: center;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
}
.banner .borker-box img {
    /*filter: brightness(0) invert(1);*/
    max-width: 80px;
    object-fit: cover;
}
.banner .borker-box h3 {
    font-size: 18px;
    line-height: 22px;
    color: #6ecca5;
    font-weight: 500;
    padding-top: 5px;
    transition: all .5s ease;
    margin-bottom: 0;
}
.guides-title{
    color: #007dd6;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.guides-title:hover{
    color: #45b152;
}
.guide-image{
    width: 100%;
    height: 240px;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}
.read-more{
    color: #45b152;
    font-weight: 500;
}
.banner-text.guide-banner {
    max-width: 100%;
    text-align: left;
}
.banner-guide h1 {
    color: rgb(31,73,125);
}
.forex-banner h1 {
    color: #fff;
}
.forex-banner .banner-text.guide-banner {
    text-align: center;
    max-width: 70%;
}
.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: #45b152cc;
    padding-top: 11px;
    width: 50px;
    height: 50px;
    text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
.text-gray{
    color: #ccc !important;
}
.h-46{
    height: 46px;
    max-width: 100% !important;
    width: auto !important;
}
.forexBrokersTable{
    padding: 20px 0;
}
.underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-bottom: solid 4px #00b050;
}
.underline:before{
    border: 8px solid transparent;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    border-top-color: #f8f8f8;
    left: 95px;
    bottom: -12px;
}
.spreads-from {
    text-align: center;
}
.banner-guide {
    background-position: top center;
}
.tab-bar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
}
.tab-bar ul li a {
    color: #212529;
    font-size: 1rem;
    font-weight: 500;
    background: #9e9e9e26;
    padding: 10px 13px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.fxtm-reviev-banner {
    background: #f2f8ff;
    padding: 30px 0;
}
.custom-breadcrumb .breadcrumb li {
    font-size: 1rem;
}
.custom-breadcrumb .breadcrumb li a {
    color: #6ecca5;
}
.disclaimer  a {
    margin-bottom: 1rem;
    color: #212529;
    font-size: 1rem;
}
.fxtm-reviev-banner p {
    font-size: 18px;
    line-height: 26px;
}
.fxtm-reviev-banner .disclaimer p {
    color: rgba(75,85,99, 1.0);
}
.spreads .average {
    background-color: #f6f6f6 !important;
}
.spreads tr th {
    text-align: center;
    vertical-align: middle;
}
.spreads .table>:not(:first-child) {
    border-top: 0;
}
.spreads tr td {
    text-align: center;
}
.pros-lists ul {
    padding-left: 0;
    list-style: none;
}
.pros-lists h4 {
    color: rgb(31,73,125);
}
.pros-lists ul li img {
    margin-right: 5px;
}
.pages-link {
    color: #333;
}
.pages-link:hover {
    color: #00b050;
}
.sub-menu-heading {
    margin-bottom: 0px;
}
.pros-list li img {
    vertical-align: baseline;
}
.banner .dropdown {
    max-width: 230px;
    margin: 0 auto;
}
.banner .dropdown .btn-secondary {
    font-size: 22px;
    line-height: 30px;
    color: #00b050;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    border: solid 2px #fff;
    border:0;
    padding: 10px 15px;
    width: 100%;
}
.banner .dropdown .btn-secondary:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #00b050;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 25px;
}
.banner .dropdown .btn-secondary:focus {
    outline: none;
    box-shadow: inherit;
}
.banner .dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 2;
  margin-top: 5px;
  background-color: transparent;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  border: solid 2px #9e9e9e;
}
.banner .dropdown-content a {
  color: #00b050;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff; 
    border-bottom: solid 2px #9e9e9e;
    transition: .5s all;
}
.banner .dropdown-content a:hover {
    color: #fff;
    background-color: #9e9e9e;
}
.banner .dropdown-content a:last-child {
    border: 0;
}
.banner .show {
    display: block;
    width: 100%;
}
.review-rating{
    font-size: 30px;
    color: orange;
    display: inline-block;
    overflow: hidden;    
}
.review-rating::before { 
    content: "★★★★★";
}
.brokers-sub-menu .sub-menu {
    text-align: center;
}
.mySpaceClass {
    padding-top: 60px;
}
.retail-nvestor p span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    max-width: 75%;
}
.retail-nvestor .brief-bold p span {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
.retail-nvestor .brief-in-box span{
    border: 1px solid #ddd;
    padding: 10px;
}
.all-guide {
    background: #f2f8ff;
    padding: 30px 0;
}
.all-guide .banner-text.guide-banner {
    padding:0;
}
.single-guide {
    padding: 30px 0 0 0;
}
.single-guide h1, .single-guide h2, .all-guide h1 {
    color: rgb(31,73,125);
    font-size: 30px;
    margin-bottom: 20px;
}
.all-guide h1 {
    margin: 0;
    text-transform: uppercase;
}
.all-guide .breadcrumb {
    margin-bottom: 0;
}
.forex-reviews-banner {
    background: #f4f4f4;
    padding: 40px 0;
}
.forex-reviews-banner .banner-text h1 {
    margin-bottom: 40px;
}
.forex-reviews-banner .banner-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    max-width: 780px;
}
.forex-brokers-reviews {
    padding: 50px 0;
}
.inner-content h2 {
    margin-bottom: 20px;
}
.inner-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
.inner-cards .inner-box {
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.inner-cards .inner-box a {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
}
.inner-cards .inner-box a hr {
    border: none;
    border-bottom: 1px #dde2e5 solid;
    margin: 0.5rem 0;
}
.wall-text {
    width: 95px;
    text-align: left;
}
.all_reviews_logo .card {
    height: 100%;
}
.all_reviews_logo .card img {
    object-fit: contain;
    object-position: center;
    height: 85px;
    width: auto;
}
.guide-description figure img, .textContent figure img{
    max-width: 100%;
    height: auto;
}
.cfdBrokersTable {
    padding: 20px 0;
}
.cfd-comparision thead tr, .cfd-comparision tbody tr {
    height: 71px !important;
}
.cfd-comparision thead tr th {
    padding-top: 8px;
    padding-bottom: 8px;
}
.cfd-comparision thead tr th, .cfd-comparision tr td {
    width: 86px !important;
    vertical-align: middle !important;
}
table.dataTable thead .sorting{
    vertical-align:  middle !important;
}
.brokers-list .visit-card .brief-bold p{
    font-weight: 500;
}
.textContentInABox.in-box{
    border: 1px solid #ddd;
    padding: 5px
}
.guide-description p a{
    color: #5482cd;
    font-weight: 400;
    text-decoration: none;
}
.pagination .page-link{
    border-radius: 15px !important;
}
span.curreny-name {
    width: 65px;
}

.card .btn-primary {
    border-radius: 0px;
    background: #fff;
    color: #00b050;
}

.card .btn-primary:hover,
.card .btn-primary:focus,
.card .btn-primary:active {
    background: #00b050 !important;
    border-color: #00b050 !important;
    color: #fff !important;
}
.right-sidebr-table {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.sidebr-title h3 {
    font-size: 1.5rem;
}
.table-number span {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
}
.table-row h5 {
    font-size: 0.875rem;
    font-weight: 700;
}
.table-logo img {
    max-width: 32px;
}
.table-row p {
    font-size: 0.65rem;
    line-height: 1rem;
}
.table-row {
    transition: .5s all;
}
.table-row:hover {
    background-color: #f6f6f6;
}
.table-row a:hover {
    color: #000;
}
.row-gap {
    row-gap: 1.5rem;
}
.post-author .user-profile-picture img {
    object-fit: cover;
    height: 25px;
    width: 25px;
}
.post-author .post-author-info a, .post-author .post-author-info span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #9EA0A0;
    text-decoration: none;
}
.post-author .post-author-info a:hover {
    text-decoration: none;
}
.guide-description .post-author .user-profile-picture img {
    height: 48px;
    width: 48px;
}
.guide-description .post-author .post-author-info a {
    font-weight: 700;
    font-size: 0.875rem;
}
.guide-description .post-author .post-author-info span, .guide-description .tooltip-box .tooltip-box-title p {
    font-size: 13px;
    line-height: 1.5rem;
}
.guide-description .tooltip-box {
    border: 1px solid #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 8px;
} 
/* Responsive */
@media(min-width: 768px) {
    .fxtm-reviev-banner .banner-right-text {
        margin-top: -40px;
    }
}
@media(min-width: 992px) {
    .w-14 {
        width: 13.66%;
    }
    .w-18 {
         width: 19.66%;
    }
    .best-forex-brokers.copy .container, .faqs .container, .fxtm-reviev-banner .container  {
        max-width: 860px;
        margin: 0 auto;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         max-width: 1140px; 
    }
}
@media(max-width:1366px) {
    .banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner p {
        font-size: 18px;
        line-height: 26px;
    }
    .best-forex-brokers .borker-box h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .best-forex-brokers .borkers-discription p {
        font-size: 16px;
        line-height: 26px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .star-list li,
    .check-list li {
        font-size: 14px;
        padding: 2px 0 2px 26px;
    }
    .spreads-from .spreads-list li {
        font-size: 14px;
    }
    .star-list i,
    .check-list li i {
        font-size: 13px;
    }
    .brokers-list h3, .brokers-list .botom-info h3, .brokers-list .logo-box h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .brokers-list .visit-card p,
    .how-to-choose p {
        font-size: 14px;
        line-height: 22px;
    }
    .broker-table thead th,
    .broker-table thead td,
    .footer .footer-menu li a {
        font-size: 16px;
    }
    .footer .copyright p,
    .faq-wrap .accordion-body {
        font-size: 14px;
        line-height: 24px;
    }
    .faq-wrap .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }
    .menu ul li a {
        font-size: 16px;
    }
}
@media(min-width: 1367px) and (max-width: 1399px) {
    .brokers-list .botom-info h3 {
        min-height: 70px;
    }
}
@media(max-width:1199px) {
    .banner {
        min-height: inherit;
        /*padding: 40px 0;*/
    }
    .banner .banner-text {
        padding-top: 5%;
    }
    .best-forex-brokers .borker-box h3 {
        font-size: 18px;
        line-height: 26px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .brokers-list .botom-info h3 {
        min-height: 70px;
    }
    .broker-table thead {
        vertical-align: top;
    }
    .broker-table tbody td, .broker-table tbody th {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .cfd-comparision .broker-table {
        table-layout: fixed;
    }
}

@media(max-width:990px) {
    .bb-sm{
        border-bottom: 1px solid #ddd !important;
    }
    .br-sm{
        border-right: 1px solid #ddd !important;
    }
    .banner .banner-text {
        max-width: 80%;
    }
    .banner{
        background-position: center center;
    }
    .banner p {
        font-size: 16px;
        line-height: 26px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .select2-results__option {
        font-size: 14px;
    }
    .brokers-list {
        padding: 15px 20px;
    }
    .border-box {
        border: none;
        padding: 0 5px !important;
    }
    .spreads-from .spreads-list {
        margin: 0;
    }
    .row.m-lg-0.border-top {
        border: none !important;
    }
    .border-top.justify-content-center {
        height: auto;
    }
    .brokers-list .logo-box h3 {
        font-size: 20px;
    }
    .brokers-list .botom-info {
        padding: 0;
        margin-top: 15px;
    }
    .brokers-list .botom-info h3 {
        min-height: 45px;
        font-size: 14px;
        line-height: 21px;
    }
    .spreads-from {
        padding-top: 20px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 9px 20px;
    }
    .brokers-list .visit-card .read-full {
        font-size: 14px;
        line-height: 20px;
    }
    .brokers-list .visit-card {
        padding: 0;
    }
    .best-forex-brokers,
    .brokers-list-wrap,
    .how-to-choose,
    .trade-stock,
    .comparison-speards,
    .broker-fees,
    .faq-wrap {
        padding: 50px 0;
    }
    .best-forex-brokers {
        margin: 0;
    }
   /* .borkers-discription {
        padding: 30px;
    }*/
    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .broker-table thead th,
    .broker-table thead td {
        font-size: 14px;
        padding: 10px 5px;
    }
    .broker-table tbody td,
    .broker-table tbody th {
        font-size: 14px;
    }
    .footer .footer-menu li a {
        font-size: 14px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .copyright {
        margin-top: 15px;
    }
    .banner .forex-list {
        margin-bottom: 80px;
    }
    .header {
        padding: 15px 0 !important;
    }
    .banner .banner-text {
        max-width: 100%;
        padding: 0 15px;
        top: 50px;
    }
    .banner .banner-text.guide-banner{
        top: 0;
        padding: 50px 15px;
    }
    .banner .banner-text.guide-banner h1{
        margin-bottom: 0;
    }
    .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
        width: 100% !important;
    }
    .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .banner h1 {
        font-size: 34px;
        line-height: 43px;
    }
    .forex-list {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .forex-list .row {
        width: 100%;
    }
    .best-forex-brokers .borker-box img, .banner .borker-box img {
        width: 100%;
        margin: auto;
    }
    .best-forex-brokers .borker-box h3, .banner .borker-box h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .brokers-list .logo-box {
        padding: 2px;
        text-align: left !important;
    }
    .brokers-list .logo-box h3 {
        font-size: 14px;
    }
    .spreads-from .spreads-list {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
    }
    .spreads-from .spreads-list li {
        width: 50%;
        position: relative;
    }
    .spreads-from .spreads-list li:nth-child(odd){
        background: #fff;
    }
    .spreads-from .spreads-list li:nth-child(2),
    .spreads-from .spreads-list li:nth-child(3),
    .spreads-from .spreads-list li:nth-child(6),
    .spreads-from .spreads-list li:nth-child(7),
    .spreads-from .spreads-list li:nth-child(10),
    .spreads-from .spreads-list li:nth-child(11){
        background: #f6f6f6;
    }
    /*.spreads-from .spreads-list li:after{
        content: "";
        position: absolute;
        height: 30px;
        border: 1px solid #f6f6f6;
        top: 0;
        left: 0;
        right: 0;
        width: 1px;
        margin: 0 auto;
    }*/
    
    .spreads-from .spreads-list{
        border-bottom: none;
        
    }
    .spreads-from a {
        text-align: left;
    }
    .brokers-list .botom-info img {
        max-width: 35px;
    }
    .trade-stock h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .trade-stock .btn-primary {
        padding: 9px 12px;
    }
    .how-to-choose .text-box {
        text-align: left;
    }
    .brokers-list .visit-card p,
    .how-to-choose p,
    .best-forex-brokers .borkers-discription p, 
    .best-forex-brokers .borkers-discription ul li, 
    .best-forex-brokers .borkers-discription ol li {
        font-size: 16px;
        line-height: 26px;
    }
    .broker-fees .accordion-body {
        background: #fff;
        color: #333;
    }
    .broker-fees .accordion-button:focus {
        box-shadow: inherit;
    }
    .inner-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    .all_reviews_logo .card img {
        max-width: 120px;
        height: 48px;
    }
    .cfd-comparision thead tr, .cfd-comparision tbody tr {
        height: auto !important;
    }
}  

@media(max-width: 767px) {
    .brokers-list .col-4 {
        width: 50%;
    }
    .brokers-list .botom-info h3 {
        min-height: 65px;
    }
    .best-forex-brokers.copy {
        margin: 0;
        padding: 25px 0px;
    }
    .fxtm-reviev-banner .banner-right-text {
        text-align: center;
    }
    /*.broker-review-page.fixheader {
        padding: 0;
    }
    .broker-review-page.fixheader .header {
        position: static; 
        background: transparent;
        display: none;
    }*/
    .all_reviews_logo .card img {
        max-width: 160px;
        height: 54px;
    }
}
@media(max-width:568px) {
    .inner-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer .footer-menu {
        margin-top: 20px;
    }
    .footer .footer-menu li {
        display: block;
        width: 100%;
    }
    .all_reviews_logo .card img {
        max-width: 100%;
        height: auto;
    }
}
@media(max-width: 425px) {
    .banner h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner .banner-text {
        padding-top: 10%;
        padding-bottom: 5%;
        top: 0px;
    }
    .banner .container {
        padding: 0;
    }
    .banner .forex-list{
        border-radius: 0;
    }
    .forex-list .col-3 {
        width: 25%;
    }
    .banner .borker-box img {
        max-width: 40px;
    }
    .best-forex-brokers .borker-box h3, .banner .borker-box h3 {
        line-height: 18px;
    }
    .fxtm-reviev-banner .btn-primary {
        width: 100%;
        max-width: 60%;
    }
    .banner.forex-banner {
        background-position: 95% center;
    }
    .banner .banner-text.guide-banner {
        top: 35px;
        padding: 80px 15px 0px 15px;
        max-width: 100%;
    }
    .forex-banner .banner-text.guide-banner h1 {
        max-width: 82%;
        margin: 0 auto;
    }
    .banner p {
        margin-bottom: 1rem;
    }
    .banner .dropdown {
        max-width: 200px;
    }
    .banner .dropdown .btn-secondary {
        font-size: 18px;
    }
    .forex-reviews-banner {
        padding: 30px 0;
    }
    .forex-reviews-banner .banner-text h1 {
        margin-bottom: 20px;
    }
    .page-381-forex-brokers .banner.forex-banner {
        background-position: 50% center;
    }
    .broker-table thead th, .broker-table thead td, 
    .broker-table tbody td, .broker-table tbody th {
        font-size: 13px;
    }
}
@media(max-width: 375px) {
    .brokers-list .col-lg-2.col-3 {
        width: 35%;
    }
    .brokers-list .col-lg-4.col-9 {
        width: 65%;
    }
    .trade-stock .col-6 {
        width: 100%;
        margin-bottom: 1rem;
    }
    .trade-stock .col-6:last-child {
        margin-bottom: 0;
    }
    .trade-stock h2, .trade-stock .btn-primary {
        display: block;
    }
    .best-forex-brokers .borker-box h3, .banner .borker-box h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 360px) {
    .header .logo {
        max-width: 240px;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner .banner-text {
        padding-bottom: 0;
    }
}

@media(max-width: 320px) {
    .brokers-list .botom-info h3 {
        min-height: 85px;
    }
    .tab-bar ul li a { 
        padding: 10px;
    }
}