/*
Theme Name: BrokersRegulados
Theme URI:  https://www.brokersregulados.com
Author: Justin Grossbard
Author URI: https://www.justingrossbard.com
Description: Custom Theme for BrokersRegulados.
Version: 2.5
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template,
*/

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    /*background: #e6e6e6;*/
    border-top: 2px solid #1d4b6c;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    display: block;
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

figure {
    margin: 0;
    padding: 0;
}

img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
    height: auto;
/*    aspect-ratio: attr(width) / attr(height);*/
    display: block;
}

img[class*=align] {
    display: block !important
}

.com-tbl-content-area .com-tbl-img img, .com-tbl-content-area .com-tbl-icon img,
.table-with-video .right-video img {
    display: block !important;
    max-width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .post-content > .entry-content img[class*='wp-image-'],
    .post-content .sidebar_and_content .entry-content img:first-child {
        display: block !important
    }
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.rangeslider-area {
    height: 58px
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.wrapper {
    width: 100%;
}

/**
HEADER
 */

.header {
    background-color: #ffffff;
}

.container--center {
    margin: 0 auto;
    max-width: 1120px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 30px 0;
}

.header__text-content {
    background-color: #f7f7f7;
    color: #717171;
    font-size: 14px;
    padding: 10px;
    width: 42.608%;
}

/**
Navigation
 */

.navigation {
    background-color: #d0e9ff;
    height: 82px;
}

.navigation__overlay {
    background-color: #526689;
    height: 60px;
    position: relative;
    bottom: 60px;
}

.menu__container {
    min-height: 45px;
    z-index: 9999999;
}

.menu__container .menu-item a {
    display: block;
    font-weight: 400;
    line-height: 45px;
}
.menu__container .menu-item.current-menu-parent a,
.menu__container .menu-item.current-menu-item a {
    font-weight: 700;
}

.menu__container .menu-item .sub-menu {
    background: #2e3a4e;
    display: none;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 45px;
    width: 100%;
}

.menu__container .menu-item .sub-menu .column {
    columns: 4;
    margin: 0 auto;
    max-width: 1120px;
    padding: 1rem;
}

.menu__container .menu-item .sub-menu .menu-item {
    border: none;
    font-size: 16px;
    line-height: normal;
    float: none;
}

.menu__container .menu-item .sub-menu .menu-item a {
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 5px 10px;
    color: #ffffff;
}
.menu__container .menu-item .sub-menu .menu-item.current-menu-item a {
    font-weight: 700;
}

.menu__container .menu-item.menu-item-has-children:hover > ul {
    display: block;
}

/**
NEW MENU PURE CSS
 */
.menu-arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.submenu-arrow {
    display: none;
}

.submenu-arrow + input[type="checkbox"] {
    display: none;
}

.menu-center .menu-icon {
    cursor: pointer;
    padding: 20px;
    position: relative;
    user-select: none;
    display: none;
}

.menu-center .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.menu-center .menu-icon .navicon:before,
.menu-center .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.menu-center .menu-icon .navicon:before {
    top: 5px;
}

.menu-center .menu-icon .navicon:after {
    top: -5px;
}

.menu-center .menu-btn {
    display: none;
}

.menu-center .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.menu-center .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-center .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-center .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-center .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/**
Breadcrumbs
 */
.breadcrumbs {
    background-color: #d0e9ff;
    color: #404a5d;/*#6b7d9d;*/
    font-size: 12px;
    letter-spacing: 0.7px;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    border-top: 2px solid #2f3b4f;
}

.breadcrumbs a {
    color: #404a5d;/*#6b7d9d;*/
    font-weight: 600;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/**
POST CONTENT
 */

.post-content {
    background-color: #ffffff;
    padding: 1rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #5a6d8e;
}

.post-content h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
}

.post-content h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 18px;
}

.post-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 8px;
}

.post-content p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 8px;
}

.post-content a {
    color: #007daf;
}

.post-content__top {
    background-color: #d0e9ff;
    min-height: 300px;
    width: 100%;
}

.post-content__top-container {
    display: flex;
}

.post-content__top-container .alignright {
    margin-bottom: 0;
    margin-top: 0;
    width: 50%;
}

.post-content__top-container img {
    display: block !important;
}

.post-content__top-container .alignright img {
    float: right;
}

.post-content__top-text {
    width: 50%;
}

.post-content__top-text h1 {
    color: #000000;
    font-size: 30px;
    padding-bottom: 13px;
    padding-top: 13px;
    line-height: 30px;
}

.post-content__top-text p {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 28px;
}

.post-content__top-text a {
    color: #0b5882;
    text-decoration: underline;
}

/**
FOOTER
 */

.footer {
    background-color: #f2f2f2;
    padding: 16px 0 50px;
    clear: both;
}

.footer__menu {
    border-bottom: 5px solid #084d84;
    padding: 2px 0 15px;
    text-align: center;
}

.footer__menu .menu-item {
    display: inline-block;
    padding: 0 1.6%;
    border-right: 1px solid #ddd;
}

.footer__menu .menu-item:last-child {
    border: none;
}

.footer__menu .menu-item a {
    color: #3e3e3e;
    font-size: 13px;
    display: block;
    padding: 1rem;
}

.footer__menu .menu-item a:hover {
    color: #d43241;
}

.footer__text {
    margin: 15px 0 10px;
    text-align: center;
}

/**
HELPERS
 */

.go-to-site-btn {
    background: #39a91e;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 10px;
    text-align: center;
}

.go-to-site-btn:hover {
    background: #17a92b;
}

.fx-shadow {
    box-shadow: 0 3px 9px 0 rgba(16, 16, 16, 0.48);
}

.webvisitbtn {
    border-radius: 8px;
    border: 2px solid #17a92b !important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 40px 0 0;
    max-width: 300px;
    padding: 15px 40px 15px 30px;
    text-align: center;
    text-decoration: none solid #0350a1;
    text-transform: uppercase;
    transition: background-color .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
}

.webvisitbtn:hover {
    background: #318e1c !important;
    border: 2px solid #318e1c !important;
    color: #fff !important;
}

.webvisitbtn-green {
    background: #39a91e !important;
    border: #17a92b;
    color: #1A202C !important;
    display: inline-block;
    margin: 20px 0 0;
}

.webvisitbtn-wrapper {
    text-align: center;
    clear: both;
    margin: 40px 0;
}

.postvideo {
    float: right;
    width: 50%;
}

.aligncenter,
img.aligncenter {
    margin: 0 auto 15px;
    max-width: 100%;
}

.alignright {
    clear: right;
    float: right;
    margin: 2px 0 10px 15px;
    max-width: 100%;
}

.back-top {
    background: #657073;
    color: #fff;
    font-size: 14px;
    padding: 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    width: 70px;
    z-index: 9;
}

[class^="arrow-"] {
    border-style: solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.arrow-up {
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
}

.cookie-bar {
    align-items: center;
    background: #f2f4f6;
    border: 1px solid #fff;
    color: #141e30;
    display: flex;
    justify-content: space-between;
    padding: 12px 300px 12px 12px;
}

.cookie-bar__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.cookie-bar__button-accept {
    background: #2032dc;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-right: 16px;
    padding: 4px 16px;
}

.cookie-bar__button-info {
    border-bottom: 1px solid;
    color: #141e30;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    padding: 0;
}

@media only screen and (max-width: 560px) {
    .cookie-bar__buttons > a {
        display: block;
        float: left;
        margin-top: 0.5rem;
    }
}

/**
CONTENT AND SIDEBAR
 */

.sidebar_and_content {
    /*   display: flex;
       flex-direction: row-reverse; */
    margin-top: 2rem;
    width: 100%;
    display: inline-block;

}

.sidebar {
    height: 100%;
    margin-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 82px;
    width: 210px;
}

ul.easy-feature-sidebar-list {
    background: #fff;
}

ul.easy-feature-sidebar-list li {
    font-size: 18px !important;
    font-weight: 600;
    color: #5a6d8e !important;
    list-style: none !important;
    position: relative;
    padding: 11px 0 10px 25px !important;
}

ul.easy-feature-sidebar-list li::before {
    content: '';
    background: url(assets/images/sidebar-icon.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    left: 0;
    top: 15px;
}

ul.easy-feature-sidebar-list li a {
    color: #5a6d8e;
}

ul.easy-feature-sidebar-list li a:hover {
    background: none;
}

.sidebar_and_content .content {
    flex: 1;
    overflow: hidden;
    font-size: 15px;
}

@media screen and (min-width: 769px) {
    .sidebar_and_content .content {
        float: right;
        width: calc(100% - 242px);
    }
}

@media only screen and (max-width: 768px) {
    .sidebar_and_content .content {
        width: 100%;
    }

    .footer {
        padding: 10px 0 50px;
    }

    .footer__menu .menu-item {
        padding: 5px 7px;
        border-right: none;
    }

    .footer__menu .menu-item a {
        padding: 20px 10px;
    }
}

.sidebar .textwidget {
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
}

.content-sidebar-title,
.sidebar-widget-content h2 {
    background: #d0e9ff;
    border-radius: 4px 4px 0 0;
    color: #18304b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    padding: 10px;
    text-align: center;
}

.sidebar-widget-content p,
.sidebar-widget-content ul li {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.sidebar-widget-content a {
    color: #0e4d8b;
}

.sidebar-widget-content a:hover {
    background: #e6f3ff;
    text-decoration: underline;
}

.sidebar-widget-content ul.linked-list {
    padding-top: 5px;
}

.sidebar-widget-content ul,
.sidebar-widget-content ol {
    padding-bottom: 10px;
}

.linked-list.numbered-list {
    list-style-type: decimal !important;
}

.sidebar-widget-content ul.numbered-list li a {
    padding-left: 0;
}

.search__box {
    display: inline-block;
    margin-left: 1rem;
}

.search__input {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
}

.search-results .content {
    margin-top: 1rem;
}

#sidebarlinkwidget ul li {
    list-style-position: inside !important;
    list-style-type: square;
}

#sidebarlinkwidget ul li a {
    display: inline;
}

.sidebar-widget-content p,
.sidebar-widget-content ul li {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 5px;
}

#sidebarlinkwidget ul.linked-list li {
    list-style: none;
}

.sidebar-widget-content ul.linked-list li {
    padding: 0;
}

.sidebar-widget-content ul.linked-list li a {
    padding: 5px 5px 5px 0;
}

#sidebarlinkwidget ul.numbered-list li {
    list-style-type: decimal !important;
    margin-left: 0 !important;
}

.sidebar-widget-content ul.numbered-list li a {
    padding-left: 0;
}

.about_text_content {
    position: relative;
    border-bottom: 1px solid #a09fa0;
    margin-bottom: 30px;
}

.about_top_bg {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 45%;
}

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

.about_text {
    width: 55%;
}

.about_feature_area {
    margin: 21px 0 0;
    overflow: hidden;
}

.about_feature {
    float: left;
    width: 46%;
}

.about_feature h3 {
    color: #313131;
    font-size: 16px;
    padding-top: 10px;
}

.about_content h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.about_feature em {
    color: #6a6a6a;
    display: block;
    font-size: 15px;
    padding-bottom: 18px;
}

.com-single-partner img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d6d7d9;
    margin-bottom: 0;
}

.page-grid-container {
    columns: 3;
    margin-bottom: 1.5rem;
}

.page-grid-img img {
    max-width: 100%;
}

.page-grid-content {
    text-align: center;
}

/* 7-5-2020 */
/*---------------------*/
/*    Header Feature   */
/*---------------------*/


/*-------------------------------*/
/*   Table with video section    */
/*-------------------------------*/
.table-with-video {
    padding-bottom: 50px;
    overflow: hidden;
}

.table-with-icon {
    width: 50%;
    float: left;
}

.table-with-icon table {
    border: 0 !important;
}

.table-with-icon table tbody tr {
    border: 0;
}

.table-with-icon table tbody tr td {
    border: 0;
    line-height: 28px;
    vertical-align: middle;
}

.table-with-icon table tbody tr td:first-child {
    text-align: left;
    padding-left: 12px;
}

.table-with-icon table tbody tr:nth-child(odd) {
    background: #f0f6ff;
}

.right-video {
    float: right;
    width: 50%;
}

.right-video iframe {
    padding-left: 10px;
}

@media screen and ( max-width: 840px ) {
    .table-with-icon table tbody tr td {
        line-height: 24px;
    }
}

@media screen and ( max-width: 768px ) {
    .pn-ProductNav_Link {
        width: 65px;
    }

    .stickyBannerPT {
        padding-top: 80px;
    }

    .pn-ProductNav_Link span,
    .bottom-header-fixed .pn-ProductNav_Link span {
        width: 100%;
    }

    .pn-Advancer_Left {
        -webkit-box-shadow: 20px 0px 10px rgba(255, 255, 255, 0.45);
        -moz-box-shadow: 20px 0px 10px rgba(255, 255, 255, 0.45);
        box-shadow: 20px 0px 10px rgba(255, 255, 255, 0.45);
    }

    .pn-Advancer_Right {
        -webkit-box-shadow: -20px 0px 10px rgba(255, 255, 255, 0.45);
        -moz-box-shadow: -20px 0px 10px rgba(255, 255, 255, 0.45);
        box-shadow: -20px 0px 10px rgba(255, 255, 255, 0.45);
    }

    .table-with-video {
        padding-bottom: 20px;
    }

    .right-video {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .right-video iframe {
        padding-left: 0px;
    }

    .table-with-icon {
        width: 100%;
        padding-bottom: 20px;
    }

    .table-with-icon table tbody tr {
        padding: 5px 0;
    }

    .table-with-icon table tbody tr td {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table-with-icon table tbody tr td:first-child {
        width: 60%;
    }
}

/*New css 11-05-20*/
main > section.content {
    padding-top: 75px;
}

.navigation {
    /*height: auto;*/
    border-top: 2px solid #1d4b6c;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.main-menu-area {
    padding: 0 10px;
	background-color: #ffffff;
}

.main-menu-area {
    height: 45px;
}

@media only screen and (max-width: 1100px) {
    .main-menu-area {
        height: 68px;
    }
}

@media only screen and (max-width: 600px) {
    .main-menu-area {
        height: 45px;
    }
}

.fixed-main-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header__logo {
    padding: 0 0 0 0;
}

.menu-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.menu__container {
    padding-top: 0;
}

.menu__container::after {
    content: '';
    clear: both;
    display: block;
}

.navigation__overlay {
    height: auto;
}

.menu__container .menu-item {
    float: left;
}

.menu__container .menu-item a {
    padding: 0 12px;
    font-size: 15px;
    color: #25181D;
    position: relative;
}

.menu__container .menu-item.menu-item-has-children a {
    padding-right: 24px;
}

.menu__container .menu-item.menu-item-has-children a::after {
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    right: -10px;
    top: -2px;
}

.menu__container .menu-item.menu-item-has-children:hover a:after {
    border: solid white;
    border-width: 0 3px 3px 0;
}

.menu__container .menu-item a:hover {
    background: #f2f2f2;
}

.menu__container .menu-item.menu-item-has-children .sub-menu .menu-item a::after {
    content: '';
    display: none;
}

.menu__container .menu-item:hover > a {
    background: #2e3a4e;
    color: #ffffff;
}

.menu__container .menu-item .sub-menu .menu-item:hover > a {
    color: #ffffff;
}

.menu__container .menu-item .sub-menu {
    z-index: 99999;
}

.menu__container .menu-item:last-child .sub-menu {
    left: unset;
    right: 0;
}

.page-id-2180 .sidebar {
    top: 187px;
}

@media screen and ( max-width: 1100px ) {
    .fixed-main-menu {
        padding: 0;
    }

    .header__logo {
        padding: 12px 0;
        position: relative;
        z-index: 999999999;
    }

    .header-feature-sticky {
        top: 106px;
    }

    .sidebar {
        top: 106px;
    }

    .page-id-2180 .sidebar {
        top: 211px;
    }
}

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

    .header__logo {
        max-width: 330px;
    }

    .header-feature-sticky {
        top: 94px;
    }

    .slicknav_menu {
        padding-top: 8px !important;
    }
}

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

    /*    .navigation {
            height: 81px !important;
        }*/
    .header__logo {
        max-width: 215px;
        padding-right: 0;
    }

    .slicknav_menu {
        padding-top: 3px !important;
    }

    .slicknav_btn {
        padding-right: 15px !important;
        padding-left: 4px !important;
    }

    .header-feature-sticky {
        top: 83px;
    }
}

.entry-content p.wp-caption-text {
    text-align: center;
    color: #757575;
    padding-top: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
    left: 0px !important;
}

ul.columns-two, ol.columns-two {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.columns-three, ol.columns-three {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

/*22-11-20*/
.page-template-template-easy-feature .post-content__top {
    padding-left: 10px;
    padding-right: 10px;
}

.easy-ftr-bnr {
    padding-top: 30px;
}

.easy-ftr-bnr .post-content__top-text {
    width: 45%;
}

.easy-ftr-bnr .post-content__top-text p {
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 27px;
}

.easy-ftr-bnr .post-content__top-text a {
    color: #0465b1;
    text-decoration: none;
}

.easy-ftr-bnr .top-author {
    background: #f0f8ff;
    border-radius: 50px 10px 10px 50px;
    padding: 0;
    max-width: 380px;
}

.easy-ftr-bnr .top-author .author-img img {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.easy-ftr-bnr .author-description {
    top: 100%;
    display: none;
}

.easy-ftr-bnr .author-info p {
    padding-bottom: 0;
    font-size: 14px;
}

.easy-ftr-bnr .author-info .author-update-date {
    padding: 0 5px 0 0;
    display: inline-block;
}

.easy-ftr-bnr .author-info p.author-update-date {
    margin: 0 !important;
}

.easy-ftr-bnr .author-info strong {
    font-size: 12px;
}

.easy-ftr-bnr .author-info .comp-fee img {
    width: 11px;
    height: 11px;
    vertical-align: middle !important;
    display: inline-block !important;
}

.easy-ftr-bnr .author-info .author-checked {
    font-weight: 600;
    font-size: 13px;
}

.easy-ftr-bnr .alignright {
    width: 55%;
    padding-top: 22px;
}

/*-------------------------------*/
/*   Easy freature top content   */
/*-------------------------------*/
.top-forex-trading-area {
    padding: 50px 0 40px 0;
}

.top-forex-trading-area h2 {
    font-size: 39px !important;
    text-align: center;
    line-height: 45px;
}

.top-forex-trading-area p {
    text-align: center;
}
.reg-unreg-bage {
    padding-top: 20px;
}
.reg-unreg-bage span {
    display: inline-block;
    text-transform: uppercase;
    background: #5a6d8e;
    color: #fff !important;
    padding: 2px 8px;
    position: relative;
}
.reg-unreg-bage span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 8px solid #5a6d8e;
}
.top-forex-trading-area ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0 0 !important;
    margin: 0 -20px;

    justify-content: center;
}
.top-forex-trading-area ul.top-traders-items-reg-unreg {
    padding-top: 0 !important;
}

.top-forex-trading-area ul li {
    padding: 20px !important;
    list-style: none !important;
    margin: 0 !important;
    text-align: center;
}

#top-traders-items li {
    padding: 20px !important;
}

.top-forex-trading-area ul li a::after {
    content: '\A';
    white-space: pre;
}

.top-forex-trading-area ul li.frx-three-col {
    width: 33.33%;
}

.top-forex-trading-area ul li.frx-four-col {
    width: 25%;
}

.top-forex-trading-area ul li.frx-five-col {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .top-forex-trading-area ul li.frx-three-col {
        min-height: 90px;
    }

    .top-forex-trading-area ul li.frx-four-col {
        min-height: 90px;
    }

    .top-forex-trading-area ul li.frx-five-col {
        min-height: 90px;
    }
}

.top-forex-trading-area ul li img {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 75px;
    display: block !important;
}

.top-forex-trading-area hr {
    width: 170px;
    margin: 55px auto 0;
    height: 2px;
    background: #7786a1;
}

.page-template-template-easy-feature .entry-content p {
    font-size: 18px;
    line-height: 27px;
}

.page-template-template-easy-feature .entry-content ul li,
.page-template-template-easy-feature .entry-content ol li,
.page-template-template-easy-feature .post-content p {
    font-size: 18px;
    line-height: 27px;
    color: #000000
}
.page-template-template-easy-feature .faq-item h3 {
    font-size: 18px;
}

.page-template-template-easy-feature .sidebar-widget-content p,
.page-template-template-easy-feature .sidebar-widget-content ul li {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 5px;
}

li.frx-four-col > img, li.frx-five-col > img {
    min-height: 75px;
}

.browse-categories ul li .browse-categories-cont img {
    min-height: 100px;
    display: block !important
}

@media screen and ( max-width: 1130px ) {
    .footer__menu {
        padding: 2px 15px 15px;
    }

    .footer__text {
        margin: 15px 15px 10px;
    }
}

@media screen and ( max-width: 991px ) {
    .top-forex-trading-area ul {
        margin: 0 -10px;
    }

    .top-forex-trading-area ul li {
        padding: 20px 10px !important;
    }
}

@media screen and ( max-width: 768px ) {
    .page-template-template-easy-feature .post-content__top {
        padding-left: 0;
        padding-right: 0;
    }

    .easy-ftr-bnr .post-content__top-text {
        width: 100%;
    }

    .easy-ftr-bnr .post-content__top-text h1 {
        font-size: 23px;
    }

    .easy-ftr-bnr .top-author {
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .top-forex-trading-area {
        padding: 15px 0 40px;
    }

    .top-forex-trading-area p {
        line-height: 20px !important;
    }

    .top-forex-trading-area h2 {
        padding-bottom: 15px !important;
    }

    .top-forex-trading-area ul {
        padding-top: 10px !important;
    }

    .top-forex-trading-area ul li {
        padding: 8px 10px !important;
    }

    .top-forex-trading-area ul li.frx-three-col,
    .top-forex-trading-area ul li.frx-four-col,
    .top-forex-trading-area ul li.frx-five-col {
        width: 100%;
        clear: both;
        display: block;
        overflow: hidden;
    }

    .top-forex-trading-area ul li p {
        text-align: left;
        padding-top: 7px;
        /*  padding-left: 155px;*/
    }

    .top-forex-trading-area ul li img {
        margin: 0 25px 0 0;
        width: 75px;
        float: left;
    }

    .top-forex-trading-area hr {
        margin: 40px auto 0;
    }
}

@media screen and ( max-width: 480px ) {
    .easy-ftr-bnr .top-author {
        border-radius: 10px;
        padding: 10px;
        max-width: 100%;
    }

    .easy-ftr-bnr .author-info strong {
        display: block;
    }

    .easy-ftr-bnr .author-info .author-update-date {
        padding: 0 5px 0 0;
        display: inline-block;
    }

    .easy-ftr-bnr .author-bio {
        display: block;
    }

    .easy-ftr-bnr .author-description {
        top: 10px;
        left: 28%;
    }

    .easy-ftr-bnr .comp-fee-des {
        width: 195px;
    }
    .easy-ftr-comp-fee .comp-fee-des {
        left: 12%;
    }

    .top-forex-trading-area ul li img {
        margin: 0 15px 0 0;
        /*        width: 50px; */
    }

    .top-forex-trading-area ul li p {
        /*     padding-left: 110px;*/
    }
}

/* #app-widget .conv-widget-tagline{letter-spacing: -0.02em;}
#app-widget .conv-widget-prompt{text-align: center !important;}
#app-widget .conv-funnel-step-buttons-wrapper{width: 100% !important;}
#app-widget .conv-form-button-wrapper {width: 100%;} .app-widget-wrap { width: 50%;}
@media (max-width: 768px) {
  .app-widget-wrap { width: 100%; margin-top: 32px;}
} */
.market-center-table {
    min-height: 289px
}

/*10-02-21*/
/*Thank you page*/
.page-template-template-thank-you .post-content__top {
    padding-left: 10px;
    padding-right: 10px;
}

.thankyou-banner-content {
    width: 100%;
    padding-bottom: 32px;
}

.thankyou-banner-content h1 {
    padding-top: 28px;
}

.thankyou-banner-content p {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
}

.thankyou-banner-content p a {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    background: #CD6166;
    text-decoration: none;
    display: inline-block;
    padding: 16px 25px 13px 25px;
    margin: 10px 0 17px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.thankyou-banner-content p a:hover {
    background: #d8686d;
}

/*trading-resources*/
.trading-resources-area {
    padding-top: 68px;
    padding-bottom: 50px;
}

.trading-resources-area h1 {
    text-align: center;
    padding-bottom: 30px;
}

.trading-resources-cont-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.trading-resources-col {
    width: 33.33%;
    padding: 8px;
}

.trading-resources-cont {
    background: #f7f7f7;
    height: 100%;
}

.trading-resources-area img {
    max-width: 100%;
}

.trading-resources-des {
    padding: 30px 25px;
}

.trading-resources-area h3 {
    font-size: 20px;
    color: #cd6166;
    line-height: 24px;
    padding-bottom: 14px;
}

.trading-resources-area p {
    padding-bottom: 17px;
}

.trading-resources-area a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-template-template-thank-you .post-content__top {
        padding-left: 0;
        padding-right: 0;
    }

    .thankyou-banner-content p a {
        font-size: 15px;
        padding: 14px 25px 13px 25px;
        margin-bottom: 0;
    }

    .trading-resources-col {
        width: 100%;
    }

    .trading-resources-area img {
        width: 100%;
    }

    .trading-resources-area h3 {
        padding-bottom: 10px;
    }
}

/*
Widget funnel
#app-widget .conv-widget-tagline{letter-spacing: -0.02em;}
#app-widget .conv-widget-prompt{text-align: center !important;} */
#app-widget .conv-funnel-step-buttons-wrapper {
    width: 100% !important;
}

#app-widget .conv-form-button-wrapper {
    width: 100%;
}

.post-content__top .app-widget-wrap {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    padding-left: 24px;
}

.app-widget-inner {
    max-width: 355px;
    margin: 0 auto;
    position: relative;
}

.post-content__top .app-widget-inner {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 32px 32px 40px;
    max-width: 420px;
    margin: 0;
    height: max-content;
}

.app-widget-inner::before {
    content: '';
    width: 109px;
    height: 39px;
    background-image: url(./assets/images/compare-here-ic.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 56px;
    left: -142px;
}

.app-widget-inner::after {
    content: '';
    width: 73px;
    height: 73px;
    background-image: url(./assets/images/here-vector-ic.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 97px;
    left: -84px;
}

#app-widget .conv-funnel {
    width: 100%;
}

#app-widget .conv-funnel .conv-widget-container {
    margin: auto;
}

.app-widget-inner .head-info h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #5A6D8E;
    margin: 0;
    padding: 0;
}

.app-widget-inner .head-info .subheading {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #313B4F;
    margin: 6px auto 24px;
}

.funnel_widget_box {
    background-color: #D0E9FF;
    border-radius: 2px;
    padding: 32px;
    margin: 32px 0;
    width: 100%;
}

.funnel_widget_box .app-widget-inner::before {
    top: 24px;
}

.funnel_widget_box .app-widget-inner::after {
    top: 64px;
}

@media (max-width: 1024px) {
    .app-widget-inner::before,
    .app-widget-inner::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .post-content__top .app-widget-wrap {
        width: 100%;
        margin: 32px 0 24px;
        justify-content: left;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .post-content__top .app-widget-inner {
        padding: 24px 24px 32px;
    }

    .funnel_widget_box {
        padding: 24px 24px 32px;
    }

    .app-widget-inner .head-info h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

#app-widget .conv-funnel,
.convincely-widget.conv-widget-no-bg {
    height: 50px;
}

.post-content__top .app-widget-inner {
    height: 225px;
}

/*New Css 31-07-2021*/
.skyblue-and-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.green_bar {
    background: #d0e9ff;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    text-align: center;
}
.green_bar p {
    margin: 0 10px 0 0px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    color: #000;
    display: inline-block;
}
.green_bar_btn {
    padding: 10px 30px 10px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    background: #cd6064;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #127548;
    transition: all .5s ease-in-out;
}
.green_bar_btn:hover {
    background: #c33434;
    border-color: #b02c2c;
}

@media (max-width: 767px) {
    .green_bar {
        display: flex;
    }
    .green-bar-active {
        padding-bottom: 165px;
    }
    .green_bar {
        bottom: 90px;
    }
}
@media (max-width: 560px) {
    .green-bar-active {
        padding-bottom: 175px;
    }
    .green_bar {
        bottom: 98px;
    }
}
@media (max-width: 422px) {
    .green-bar-active {
        padding-bottom: 190px;
    }
    .green_bar {
        bottom: 116px;
    }
}

/*New Footer*/
.new_footer {
    padding-left: 12px;
    padding-right: 12px;
}
.footer .container--center {
    max-width: 1182px;
}
.footer-logo {
    max-width: 452px;
    margin: 26px auto 0;
}
.footer-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.country-list ul {
    text-align: center;
    padding: 10px 0 10px 0;
}
.country-list ul li {
    color: #2e3a4e;
    font-size: 17px;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 0 15px 10px 15px;
    font-weight: 700;
}
.country-list ul li:after {
    background: #2e3a4e;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: -4px; top: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.country-list ul li:first-child:after { display: none; }
.country-list ul li a {
    color: #2e3a4e;
}
.country-list ul li a:hover {
    color: #d43241;
}
.footer-menu ul {
    text-align: center;
    padding: 10px 0 12px 0;
}
.footer-menu ul li {
    color: #2e3a4e;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding: 0 14px 10px 14px;
    font-weight: normal;
}
.footer-menu ul li a {
    color: #2e3a4e;
}
.footer-menu ul li a:hover {
    color: #d43241;
}
.new_footer__text {
    color: #666;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 35px 0;
    line-height: 18px;
}

@media (max-width: 580px) {
    .country-list ul li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
    }
    .country-list ul li:after {
        background: #2e3a4e;
        width: 6px;
        height: 6px;
        left: -2px; top: 6px;
    }
    .footer-menu ul { padding-top: 0; }
    .footer-menu ul li {
        padding: 0 7px 5px 7px;
    }
}

.pn-ProductNav_Wrapper {max-width:1120px;margin:0 auto;position:relative;padding:0 0;min-height:135px;}
.pn-ProductNav{overflow-x: hidden;overflow-y: hidden;position: relative;}
.pn-ProductNav_Contents{width: max-content;float: left;}
.pn-ProductNav_Link{width: 122px;float: left;display: block;padding: 10px 0 3px 0;margin: 0 15px;text-align: center;}
.pn-ProductNav_Link span img{max-width:70%}

/*New author module CSS*/
.author-col-area,
.author-col,
.author-popup-des-area,
.easy-ftr-bnr .author-description ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.author-col-area {
    padding-bottom: 10px;
    max-width: 497px;
}
.easy-ftr-bnr .top-author {
    max-width: 100%;
    border-radius: 0;
    background: transparent;
    display: block;
}
.author-col {
    width: 33.33%;
    align-items: center;
}
.author-col .author-info {
    padding: 12px 0 0 0;
    position: relative;
    margin-right: 10px;
}
.author-col:last-child .author-info {
    margin-right: 0;
}
.author-col .author-info .author-mob {
    display: none;
}
.easy-ftr-bnr .top-author .author-bio {
    margin-left: 0;
    display: block;
}
.easy-ftr-bnr .top-author .author-img {
    margin-right: 7px;
}
.easy-ftr-bnr .top-author .author-img .author-img-info {
    width: 43px;
    height: 43px;
    overflow: hidden;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.easy-ftr-bnr .top-author .author-img .author-img-info img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.author-col .author-info h5 {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 3px;
}
.easy-ftr-bnr .author-col a.bio-btn {
    color: #000;
    text-decoration: underline;
    padding-bottom: 12px;
    display: inline-block;
}
.easy-ftr-bnr .easy-ftr-comp-fee {
    margin-right: 0;
}

/*author details popup*/
.easy-ftr-bnr .author-description {
    border-top:  2px solid #0157ff;
}
.easy-ftr-bnr .author-description::before {
    z-index: 1;
}
.easy-ftr-bnr .author-description::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #0157ff transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.author-popup-des-area {
    border-bottom: 1px solid #f3f4f8;
    padding-bottom: 14px;
    margin-bottom: 8px;
}
.author-popup-des-left {
    width:64px;
    margin-right: 16px;
}
.author-popup-img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
}
.author-popup-img img {
    max-width: 100%;
    height: auto;
}
.author-popup-des-right {}
.author-popup-des-right h5 {
    text-transform: none !important;
    padding-bottom: 4px;
    font-size: 13px;
}
.author-popup-des-right h4 {
    font-size: 16px;
    padding-bottom: 3px;
}
.author-popup-des-right small {
    font-size: 12px;
}
.easy-ftr-bnr .author-description p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 13px;
}
.easy-ftr-bnr .author-description ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}
.easy-ftr-bnr .author-description ul li {
    width: 15px;
    height: 15px;
    margin: 0 15px 5px 0;
}
.easy-ftr-bnr .author-description ul li img {
    max-width: 100%;
    height: auto;
}
.easy-ftr-bnr .author-description ul li a {}

/*New author module Responsive CSS*/
@media (max-width: 1200px) {
    .easy-ftr-bnr .author-description { max-width: 215px; }
    .author-popup-des-left { margin-right: 10px; }
    .author-popup-des-right h4 { font-size: 13px; }
}
@media (max-width: 1150px) {
    .easy-ftr-bnr .author-description { max-width: 190px; }
    .author-description { padding: 15px 8px; }
    .easy-ftr-bnr .author-description p {
        font-size: 12px;
        line-height: 17px;
    }
    .author-popup-des-left { width: 43px; }
    .author-popup-img {
        width: 43px;
        height: 43px;
    }
}
@media (max-width: 900px) {
    .author-col-area {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .author-col {
        width: 50%;
        padding-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .author-col {
        width: 100%;
        align-items: unset;
    }
    .author-col .author-info {
        /*display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;*/
        margin-right: 0;
        padding-top: 0;
    }
    .author-col .author-info .author-mob {
        display: block;
    }
    .author-mob-none {
        display: none;
    }
    .author-col .author-info h5 {
        padding-bottom: 0;
        text-transform: none;
        padding-right: 2px;
    }
    .cfx-top-author .author-info p,
    .cfx-top-author .author-info strong {
        font-size: 11px !important;
    }
    .easy-ftr-bnr .author-info strong {
        font-size: 11px;
    }
    .easy-ftr-bnr .author-col a.bio-btn {
        padding-bottom: 0;
    }
    .easy-ftr-bnr .top-author .author-img { margin-right: 13px; }
}
@media (max-width: 480px) {
    .easy-ftr-bnr .author-description { top: 100%; }
}
@media (max-width: 375px) {
    .easy-ftr-bnr .easy-ftr-comp-fee {
        display: block;
    }
    .easy-ftr-comp-fee .comp-fee-des {
        left: 27%;
    }
}
@media (max-width: 350px) {
    .easy-ftr-comp-fee .comp-fee-des {
        left: 28%;
    }
}
@media (max-width: 335px) {
    .easy-ftr-comp-fee .comp-fee-des {
        left: 31%;
    }
}

/* George CSS 24-06-2022 */

.entry-content ol li,
.entry-content ul li{
    padding:0 0 0 0px!important;
}

#money{
    display: block;
    padding-top: 105px;
    margin-top: -100px;
}

.page-id-109819 .post-content__top-text p,
.page-id-109868 .post-content__top-text p,
.page-id-47234 .post-content__top-text p {
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 27px;
}

ul.indent-blue-icon li{
    background:unset!important;
}
ul.indent-blue-icon li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right:10px;
    color:#30a0cd;
}
ul.indent-blue-icon li a{
    cursor:text
}
.chooser.mobile{
    display:none;
}
.after-btn{
    width:unset!important;
}
.account-chooser .chooser .yes-no > span:nth-child(1):before {
    content: "";
    position: absolute;
    height: 27px;
    width: 6px;
    background-color: #182691;
    top: 40px;
    left: 65px;
}
.account-chooser .chooser .yes-no > span:nth-child(2):before {
    content: "";
    position: absolute;
    height: 27px;
    width: 6px;
    background-color: #182691;
    top: 40px;
    right: 65px;
}
.account-chooser .chooser.mobile > div.col-left > span:before{
    content: "";
    height: 30px;
    width: 6px;
    background-color: #182691;
    position: absolute;
    top: -47px;
    right: 31px;
}

.account-chooser .chooser.desktop > div.col-right span:before{
    content: "";
    height: 27px;
    width: 6px;
    background-color: #182691;
    position: absolute;
    top: -32px;
    right: 132px;
}
.account-chooser .chooser .col-right .yes-no{
    margin-top:25px;
}
.chooser ul {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}
.chooser ul li{
    background-color: #182691;
    color: #fff;
    display: table-cell;
    padding:12px;
    text-align: center;
    width:20%;
}
.chooser ul li a span{
    color:#fff;
    line-height: 1.5!important;
    text-align:center;
}
.chooser ul li a span:nth-child(1){
    font-weight: bold;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.chooser > div {
    display: inline-block;
}

.chooser .col-right {
    width: 25%;
    text-align:center;
    top:-74px;
    position:relative;
}
.chooser .col-left {
    width: 75%;
}
.account-chooser .yes-no > span {
    width: 50%;
    display: inline-block!important;
}

.account-chooser .yes-no span > label:nth-child(1),
.account-chooser .chooser .yes-no span > label{
    background-color: #ed3037;
    width: 75px;
    margin: auto;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase;
    display:block;
    text-align:center;
}
.account-chooser .yes-no > span:nth-child(1):before {
    content: "";
    position: absolute;
    height: 27px;
    width: 6px;
    background-color: #182691;
    top: -49px;
    left: 115px;
}
.account-chooser .yes-no > span:nth-child(2):before{
    content: "";
    position: absolute;
    height: 27px;
    width: 6px;
    background-color: #182691;
    top: -47px;
    right: 116px;
}
.chooser.mobile .col-left > span{
    color: #283599!important;
    font-weight:bold;
}

.account-chooser .beg-exp > div > span:nth-child(3),
.account-chooser .chooser .col-right > span, .after-btn{
    padding-top:13px;
    width: 30%;
    margin: auto;
    color: #283599!important;
    font-weight:bold;
    height:80px;
}
.account-chooser .beg-exp > div > span:nth-child(3):before {
    content: "";
    position: absolute;
    width: 75px;
    height: 6px;
    background-color: #182691;
    left: -75px;
    top: 35px;
}
.account-chooser .beg-exp > div > span:nth-child(3):after {
    content: "";
    position: absolute;
    width: 75px;
    height: 6px;
    background-color: #182691;
    right: -75px;
    top: 35px;
}




.account-chooser .bg-color{
    column-count:2;
    background-color: #182691;
    padding: 10px 25px;
}
.account-chooser .beg-exp > div{
    display:inline-block;
    width:50%;
}
.account-chooser .head-title,
.account-chooser .beg-exp span{
    text-align:center;
    display:block;
    position:relative;
}
.account-chooser .head-title{
    padding: 20px 0px;
    color: #283599!important;
    font-weight: 600;
}
.bg-color span{
    text-align: right;
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 1!important;
    text-transform: uppercase;
}

.account-chooser .head-title{
    text-transform:uppercase;
}

.beg-exp span > label{
    background-color: #ed3037;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
}
.beg-exp > div.col-left > span:nth-child(1),
.beg-exp > div.col-right > span:nth-child(1){
    margin-bottom:100px;
}
.beg-exp > div.col-left > span:nth-child(1):before {
    content: "";
    position: absolute;
    height: 6px;
    width: 200px;
    background-color: #182691;
    right: 0px;
    top: 25px;
}

.beg-exp > div.col-right > span:nth-child(1):before {
    content: "";
    content: "";
    position: absolute;
    height: 6px;
    width: 180px;
    background-color: #182691;
    left: 0px;
    top: 25px;
}

.beg-exp > div.col-left > span:nth-child(1):after {
    content: "";
    width: 6px;
    height: 100px;
    background-color: #182691;
    position: absolute;
    top: 60px;
}

.beg-exp > div.col-right > span:nth-child(1):after {
    content: "";
    width: 6px;
    height: 100px;
    background-color: #182691;
    position: absolute;
    top: 60px;
}
.account-chooser .chooser.dekstop div.col-right > span:before{
    content: "";
    position: absolute;
    height: 27px;
    width: 6px;
    background-color: #182691;
    top: -48px;
    left: 134px;
}
@media (max-width:1024px){
    .beg-exp{
        display:flex;
    }
    .beg-exp > div.col-right > span:nth-child(1):before {
        width: 65px;
    }
    .beg-exp > div.col-left > span:nth-child(1):before {
        width: 75px;
    }


    .account-chooser .beg-exp > div > span:nth-child(3):before{
        width: 39px;
        left: -42px;
        top:39px;
    }
    .account-chooser .beg-exp > div > span:nth-child(3):after{
        width: 39px;
        right:-41px;
        top: 39px;
    }

}
@media(max-width:920px){
    .account-chooser .chooser.dekstop div.col-right > span:before{
        left:108px;
    }
}
@media(max-width:900px){
    .account-chooser .beg-exp > div > span:nth-child(3):before,
    .account-chooser .beg-exp > div > span:nth-child(3):after{
        display:none;
    }
    .account-chooser .yes-no{
        margin-top:35px;
    }
    .account-chooser .beg-exp > div > span:nth-child(3){
        width:65%;
    }
    .chooser.mobile .after-btn{
        text-align:center;
        display:block;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(2):before {
        height: 27px;
        top: -35px;
        right: 96px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(1):before{
        top: -37px;
        right: 0;
        height: 27px;
        left:101px;
    }
    .account-chooser .chooser.mobile .yes-no{
        width:50%;
        margin-left:auto;
        margin-top:35px;
        position:relative;
    }
    .account-chooser .chooser.mobile{
        position:relative;
    }
    .account-chooser .chooser > div span:before{
        height: 69px;
        top: -90px;
        right: 59px;
    }
    .chooser.dekstop{
        display:none;
    }
    .chooser.mobile{
        display:block;
        margin-top:25px;
    }
    .chooser.mobile .col-left,
    .chooser.mobile .col-right{
        width:100%;
    }
    .chooser .col-right{
        top:unset;
    }
    .chooser.mobile .col-left > span{
        text-align: right;
        display: block;
        position: relative;
        margin-right:64px;
    }
}
@media(max-width:848px){
    .account-chooser .chooser.mobile > div.col-left > span:before{
        right:70px;
    }
}
@media(max-width:780px){
    .account-chooser .chooser.mobile > div.col-left > span:before{
        right: 67px;
    }
}
@media (max-width:708px){
    .account-chooser .yes-no > span:nth-child(2):before{
        top: -91px;
        right: 62px;
        height: 80px;
    }

    .account-chooser .yes-no > span:nth-child(1):before {
        height: 80px;
        top: -91px;
        left: 60px;
    }


    .beg-exp > div.col-left > span:nth-child(1):before{
        display:none;
    }
    .beg-exp > div.col-right > span:nth-child(1):before{
        display:none;
    }
    .account-chooser .yes-no{
        display:flex;
        margin-top:50px;
    }
    .account-chooser .beg-exp > div > span:nth-child(3), .account-chooser .chooser .col-right > span, .after-btn {
        width:85%;
    }

    .account-chooser .beg-exp > div > span:nth-child(3):before{
        display:none;
    }

    .account-chooser .beg-exp > div > span:nth-child(3):after{
        display:none;
    }

    .account-chooser .beg-exp > div > span:nth-child(3), .account-chooser .chooser .col-right > span, .after-btn{
        height:130px;
    }
}
@media(max-width:608px){
    .account-chooser .chooser.mobile > div.col-left > span:before{
        height: 43px;
    }
    .account-chooser .chooser.mobile > div.col-left > span:before{
        right: 35px;
    }
    .chooser.mobile ul{
        list-style-type:none;
    }
    .chooser.mobile ul li{
        width:100%;
        display:block;
        margin-left:0;
        margin-top:10px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(1):before{
        left:66px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(2):before{
        right: 62px;
    }
}
.chooser.mobile .col-left > span {
    margin-right: 28px;
}
@media (max-width:550px){
    .account-chooser .img{
        margin:auto;
    }
    .account-chooser .img{
        width:100%;
        column-count:unset;
    }
    .account-chooser .img .col-right span{
        text-align:center;
    }
}
@media(max-width:446px){
    .account-chooser .yes-no > span:nth-child(1):before{
        left:38px;
    }
    .account-chooser .yes-no > span:nth-child(2):before {
        right: 37px;
    }

}
@media(max-width:375px){
    .chooser.mobile{
        margin-top:0px;
    }
    .chooser.mobile .col-left > span{
        margin-right:0px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(2):before{
        right:36px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(1):before{
        left:40px;
    }
}
@media(max-width:348px){
    .chooser.mobile .col-left > span{
        margin-right:0px;
    }
    .account-chooser .img img{
        width:100%;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(1):before{
        left:32px;
    }
    .account-chooser .chooser.mobile .yes-no > span:nth-child(2):before {
        right:37px;
    }

    .account-chooser .yes-no{
        margin-top:75px;
    }
}
@media(max-width:275px){
    .account-chooser .yes-no{
        margin-top:125px;
    }
}
.page-template-template-easy-feature .forex-rating-section.rating-table  .forex-rating-table__row__column > .checkmark,
.page-template-template-easy-feature .forex-rating-section.rating-table  .forex-rating-table__row__column > .crossmark{
    max-height: 20px;
    /*max-width: 20px;*/
    overflow: hidden;
}
.page-template-template-easy-feature .forex-rating-section.rating-table  .forex-rating-table__row__column > .checkmark{
    width:18px;height:19px;
}
.page-template-template-easy-feature .forex-rating-section.rating-table  .forex-rating-table__row__column > .crossmark{
    width:20px;height:19px;
}

.default-page .post-content ul li {
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    list-style: disc;
    margin-left: 18px;
}

/*New CSS for button arrow*/
.webvisitbtn-arrow,
.webvisitbtn-arrow-green {
    position: relative;
    padding-right: 52px;
}
.webvisitbtn-arrow-green:after,
.webvisitbtn-arrow:after {
    content: '>>';
    position: absolute;
    top: 50%; right: 30px;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
}

/* FIX MENU CLS - BY WP BULLET 10/25/2022 */
.menu__container {
    padding-top: 0;
    min-width: 635px;
}

/* FIX MENU CLS - BY WP BULLET 10/25/2022 */
@media only screen and (max-width: 1100px) {
    .menu__container {
        min-width: 300px;
    }
}

.page-template-template-easy-feature .post-content .webvisitbtn-area {
    clear: both;
}

.forexhead{
	color: #5a6d8e!important;
    font-size: 20px!important;
    font-weight: bold!important;
    padding-bottom: 8px!important;
}

/* new header -- bh-header-container */
.bh-header-container {
    background-color: #fff;
    position: relative;
    z-index: 99999;
}
.bh-header-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bh-logo {
    max-width: 437px;
}
.bh-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.bh-main-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bh-main-menu ul > li {
    color: #25181d;
    font-size: 15px;
    padding: 0 5px;
}
.bh-main-menu ul > li > a {
    color: #25181d;
    padding: 20px 16px 18px 6px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
}
.bh-main-menu > ul > li:hover > a,
.bh-main-menu > ul > li a:hover,
.bh-main-menu > ul > li.current-menu-item > a {
    background: #2e3a4e;
    color: #fff;
    border-color: #2e3a4e;
}
.bh-main-menu > ul > li > a:after {
    content: '';
    border: solid #25181d;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    right: -9px;
    top: -2px;
    z-index: 1;
}
.bh-main-menu > ul > li:hover > a:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 1px;
    border-color: #fff;
}
.bh-main-menu ul > li.menu-item-active > a {
    background: #2e3a4e;
    color: #fff;
    border-color: #2e3a4e;
}
.bh-main-menu ul > li > ul {
    background-color: #fff;
    position: absolute;
    left: auto; top: 100%;
    display: none;
    padding: 21px 15px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
}
.bh-main-menu ul > li.menu-item-active > ul {
    display: block;
}
.bh-main-menu ul li ul li {
    padding: 0;
}
.bh-main-menu ul > li > ul > li > a {
    color: #1e293b;
    font-size: 15px;
    display: block;
    padding: 3px 16px;
    line-height: 32px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.bh-main-menu ul > li > ul > li > ul {
    position: static;
    padding: 0;
    display: block;
}
.bh-main-menu ul li ul li ul {
    overflow: inherit;
}

/*  sub-menu-wrap  */
.bh-main-menu ul li.sub-menu-wrap ul {
    display: none;
}
.bh-main-menu ul li.menu-item-active.sub-menu-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bh-main-menu ul li.sub-menu-wrap ul li {
    width: 48%;
}
.bh-main-menu ul li.sub-menu-wrap ul li ul li {
    width: 100%;
}
.bh-main-menu ul li.sub-menu-wrap ul li ul,
.bh-main-menu ul li ul li ul {
    display: block;
}
.bh-main-menu ul li ul li a {
    color: #1e293b;
    font-size: 14px;
    display: block;
    border-bottom: 0;
    padding: 3px 16px;
    line-height: 26px;
    display: -webkit-flex;
    display: flex;
    flex-direction: -webkit-row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bh-main-menu ul li ul li a strong,
.bh-main-menu ul li ul li ul li a strong {
    font-weight: normal;
}
.bh-main-menu ul li ul li a:hover {
    background-color: #edf3fd;
    color: #1e293b;
}
.bh-main-menu ul li ul li a.menu-border-bottom {
    color: #1e293b;
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 2px solid #e5e7eb;
    margin: 0 16px 8px 16px;
    padding: 0 15px 11px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
.bh-main-menu ul li ul li a.menu-border-bottom:after { display: none; }
.bh-main-menu ul li ul li a.menu-border-bottom strong { font-weight: 600; }
.bh-main-menu ul li ul li a.menu-border-bottom:hover {
    background-color: transparent;
    color: #1e293b;
}
.bh-main-menu ul li ul li a span {
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 17px;
    display: block;
}
.bh-main-menu ul li ul li a span span.bg-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.bh-main-menu ul li ul li.bh-big-icon {
    margin-bottom: 5px;
}
.bh-main-menu ul li ul li.bh-big-icon a span {
    width: 48px;
    height: 48px;
    background-color: #2e3a4e;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
}
.bh-main-menu ul li ul li.bh-big-icon a span span.bg-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 48px;
}

/* menu-with-des */
.bh-main-menu ul li ul li a .menu-with-des {
    max-width: 147px;
    line-height: 1;
}
.bh-main-menu ul li ul li a .menu-with-des strong {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-weight: 600;
}
.bh-main-menu ul li ul li a .menu-with-des small {
    font-size: 10px;
    display: block;
}

/* bottom-link */
.bh-main-menu ul li ul li ul li.bottom-link-1 a {
    background: url(assets/images/bgr-bh-awards-btn.png) no-repeat right center;
    color: #0050db;
    font-size: 15px;
    line-height: inherit;
    display: inline-block;
    margin-top: 40px;
    -webkit-transition: inherit;
    transition: inherit;
    font-weight: 600;
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a strong,
.bh-main-menu ul li ul li ul li.bottom-link-1 a strong {
    font-weight: 600;
}
.bh-main-menu ul li ul li ul li.bottom-link-1 a:hover {
    background: url(assets/images/bgr-bh-awards-btn.png) no-repeat right center;
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a {
    background: #0050db;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin: 38px 0 0 16px;
    padding: 0 18px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
    -webkit-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.75);
}
.bh-main-menu ul li ul li ul li.bottom-link-2 a:hover {
    -webkit-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 10px -8px rgba(0,0,0,0.75);
}

.bh-main-menu li:hover > ul {
    display: block;
}
.bh-main-menu li:hover.sub-menu-wrap > ul {
    display: flex;
}

/* bh-back */
.bh-back {
    background: #fff url(bgr-bh-back.png) no-repeat 20px center;
    padding: 15px 40px 20px 40px;
    display: none;
    cursor: pointer;
}
.bh-back span {
    color: #000;
    font-size: 12px;
    display: inline-block;
    border-bottom: 2px solid #fdad00;
}

/* bh-big-icon bg */
.bh-main-menu ul li.tools-sub-menu ul.sub-menu {
    padding: 5px 25px 8px 10px;
}
.bh-main-menu ul li ul li.bh-big-icon a {
    padding-left: 0;
    padding-right: 0;
}
.bh-main-menu ul li ul li.bh-big-icon > a > span {
    background-color: #2e3a4e;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bh-main-menu ul li ul li.bh-big-icon > a > span > span {
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bh-main-menu ul li ul li.bh-big-icon > a:hover {
    background-color: transparent;
    color: #1e293b;
}
.bh-main-menu ul li ul li.bh-big-icon a:hover span {
    background-color: #5a6d8e;
}
/* bh-mobile-btn */
.bh-mobile-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
    display: none;
}
.bh-mobile-icon {
    width: 16px;
    height: 16px;
    margin: 0 auto;
}
.bh-mobile-btn span {
    display: block;
    color: #333;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 3px;
    text-transform: uppercase;
}
.bh-bg-overlay {
    background-color: rgba(31, 41, 55, .5);
    width: 100vw;
    height: 100vw;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}
.overlay-active {
    visibility: visible;
    opacity: 1;
}

/* bh-back */
.bh-back {
    background: #fff url(assets/images/bgr-bh-back.png) no-repeat 20px 17px;
    padding: 15px 40px 20px 40px;
    display: none;
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0; top: 53px;
    z-index: 9999;
}
.bh-back span {
    color: #000;
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid #2e3a4e;
}

.bh-main-menu ul li .menu-item-wrap .menu-item-wrap-info {
    position: relative;
    z-index: 20;
}
.bh-mob-menu {
    display: none;
}

.navigation { background-color: #fff; }

@media screen and (max-width: 1220px) {
    .bh-header-right { padding-right: 30px; }
}
@media screen and (max-width: 1100px) {
    .bh-logo {
        max-width: 337px;
    }
}
@media screen and (max-width: 1023px) {
    .bh-header-right {
        padding-right: 0;
        padding-left: 0;
    }
    .bh-main-menu ul,
    .bh-mobile-btn { display: block; }
    .bh-header-area {
        padding-left: 0;
    }
    .bh-logo { margin: 10px 0 10px 10px; }

    .bh-desk-menu { display: none; }

    .bh-main-menu {
        background: #2e3a4e;
        width: 100%;
        padding: 30px 24px 30px 24px;
        overflow-y: auto;
    }
    .bh-mob-menu.bh-main-menu-active { display: block; }
    .bh-main-menu ul li {
        width: 100%;
        padding: 0;
    }

    .bh-main-menu > ul > li {
        border-bottom: 2px solid #374151;
    }
    .bh-main-menu > ul > li:hover {
        border-bottom: 2px solid #374151;
    }
    .bh-main-menu ul li a {
        color: #fff;
        display: block;
        padding: 13px 0 13px 0;
    }
    .bh-main-menu ul li a > strong {
        display: block;
    }
    .bh-main-menu ul li.menu-item-has-children a::after {
        position: absolute;
        top: 16px;
        right: 6px;
        border-color: #fff;
    }
    .bh-main-menu ul > li.menu-item-has-children.menu-item-active > a::after { top: 20px; }

    .bh-main-menu ul li.menu-item-active ul {
        width: 100%;
        left: 0;
        top: 40px;
        z-index: 999;
    }
    .bh-main-menu ul li.menu-item-active.sub-menu-wrap > ul { padding-top: 73px; margin-top: 14px; }
    .bh-main-menu ul li.sub-menu-wrap ul li {
        width: 100%;
    }
    .bh-main-menu ul li .menu-item-wrap.menu-item-wrap-active {
        left: 0; top: 0;
        z-index: 99;
    }

    .bh-main-menu > ul > li:hover > a:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .bh-main-menu li:hover > ul {
        display: none;
    }
    .bh-main-menu li:hover.sub-menu-wrap > ul {
        display: none;
    }
    .bh-main-menu li:hover > ul ul {
        display: block;
    }
    .bh-main-menu ul > li > ul > li { border-bottom: 0; }
    .bh-header-container.bh-back-active .bh-back {
        display: block;
    }

    .bh-header-right {
        width: 100%;
    }

    .bh-main-menu ul > li > ul { padding-top: 73px; margin-top: 14px; }
    .bh-main-menu ul li ul li ul li.bottom-link-1 a { margin-bottom: 15px; }

    /*   main  */
    main > section.content {
        padding-top: 89px;
    }
    .breadcrumbs {
        position: absolute;
        left: 0;
        top: 55px;
        width: 100%;
    }
    .bh-bg-overlay { height: 100%; }
    .bh-main-menu ul li.tools-sub-menu ul.sub-menu {
      padding-top: 70px;
      padding-right: 10px;
    }
}

@media screen and (max-width: 580px) {
    main > section.content {
        padding-top: 79px;
    }
    .navigation {
        height: 48px;
    }
    .breadcrumbs { top: 45px; }
    .bh-logo {
        max-width: 237px;
    }
    .bh-mobile-btn { top: 7px; }
    .bh-back { top: 48px; }
}

/* menu big icon unlink css */
.bh-main-menu ul li ul li.bh-big-icon {
    display: -webkit-flex;
    display: flex;
    flex-direction: -webkit-row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 0 3px 0;
}
.bh-main-menu ul li ul li.bh-big-icon span {
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 17px;
    display: block;
}
.bh-main-menu ul li ul li.bh-big-icon span {
    width: 48px;
    height: 48px;
    background-color: #2e3a4e;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bh-main-menu ul li ul li.bh-big-icon > span > span {
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
}
.bh-main-menu ul li ul li.bh-big-icon a:hover {
    background: transparent;
}
.bh-main-menu ul li ul li.bh-big-icon:hover span {
    background-color: #5a6d8e;
}
.bh-main-menu ul li ul li.bh-big-icon .big-icon-cont-wrap a {
    font-size: 15px;
    margin: 0;
}
.bh-main-menu ul li ul li.bh-big-icon a .menu-with-des strong {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1;
}
.bh-main-menu ul li ul li.bh-big-icon .big-icon-cont-wrap small {
    font-size: 10px;
    display: block;
}
.bh-main-menu ul li ul li.bh-big-icon .big-icon-cont-wrap {
    max-width: 147px;
    line-height: 1;
}

@media screen and (max-width: 580px) {
    .bh-main-menu ul li ul li.bh-big-icon a .menu-with-des strong {
        padding-bottom: 2px;
    }
}

/*CSS for animate highlited text*/
.animate-highlight {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #008000 0);
    background-size: 200%;
    background-position: 0;
    transition: background-position 2s;
}
.animate-highlight.highlighted {
    background-position: -100%;
    color: #fff !important;
}
.entry-content span.animate-highlight {
    font-size: inherit !important;
    display: inline-block !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

/*Tablepress Highlight Class */
.tablepress td.ht1 {
  background-color: green!important;
}

.tablepress td.ht2 {
  background-color: red!important;
}

.tablepress td.ht1 span.ht1,  .tablepress td.ht2 span.ht2{
  color: white!important;
}