/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
    background-color: #fbfbfb;
}
#mega-menu-item-6780{
    display: none !important;
}
.site-header {
    background: #383c45 url("https://www.binoption.net/wp-content/uploads/2020/02/bg-header-1024x125.webp") repeat center 0 !important;
}
/*.site-header.visible{*/
/*    background: #383c45 url("https://www.binoption.net/wp-content/uploads/2019/02/bg-header.png") repeat center 0 !important;*/
/*}*/
.navigation-top {
    position: inherit;
}
.custom-header,
.site-branding {
    margin-bottom: 0px !important;
}

/*CSS start for header*/
.bn-header-wraper {
    padding: 10px 0;
}
.bn-header-logo img {
    width: 100px;
    height: 100px;
}
/*
.bn-header-search-bar .search-submit {
    position: absolute;
    cursor: pointer;
    background: #099402;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.bn-header-search-bar .search-submit .fa-search {
    color: #fff;
}
*/
.bn-header-nav {
    padding: 0 !important;
}
/*.bn-header-nav #mega-menu-top .mega-menu-item a {
    padding: 0 30px !important;
}*/
/*.bn-header-nav #mega-menu-top .mega-current-menu-item a,
.bn-header-nav #mega-menu-top .mega-menu-item a:active,
.bn-header-nav #mega-menu-top .mega-menu-item a:hover {
    color: #099402 !important;
}
.bn-submenu-list-wrapper {
    padding-left: 0;
}
.bn-submenu-list-wrapper li {
    list-style: none;
}
.bn-submenu-list-wrapper li a {
    color: #282828;
    font-weight: 600;
    border-bottom: 1px solid #c5cbce;
}
.bn-submenu-list-wrapper li:last-child a {
    border-bottom: none !important;
}
.bn-submenu-list-wrapper li a:hover {
    padding-left: 7px;
    color: #099402;
    transition: 0.5s;
}
.bn-submenu-list-wrapper li:hover {
    border-left: 4px solid #099402;
}
.bn-menu-widget .mega-menu-item-type-widget {
    padding: 5px 10px !important;
}
.bn-menu-widget:not(:last-child) .mega-menu-item-type-widget {
    border-right: 2px solid #ddd !important;
}
.bn-menu-widget .mega-block-title:before{
    content: '\f015';
    padding-right: 5px;
    font-family: FontAwesome;
}*/
/*CSS end for header*/

.bn-header-search-bar #search-bar {
    position: relative;
    top: 32%;
    float: right;
    right: 3%;
}
.bn-header-search-bar #search-bar input {
    outline: none;
    border: none;
}
.bn-header-search-bar .searchinput {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: #f5f5f5;
    color: #a8a8a8;
    padding: 3px 8px 8px;
    margin: 0;
    float: left;
    height: 35px;
}
.bn-header-search-bar .searchsubmit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #099402!important;
    color: #fff !important;
    padding: 0 20px;
    height: 35px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    float: left;
}

/*home page guide blog section start*/
.binoption_single_guide_section_top_robot{
    margin-bottom:20px;
}
.binoption_four_guide_post article{
    /*box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);*/
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    border-radius: 6px;
}
.binoption_four_guide_post .elementor-post__text{
    padding:15px;
}
.binoption_four_guide_post .elementor-post__title > a{
    display:block;
    margin-bottom:15px;
}
.binoption_three_guide_blocks article{
    /*box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);*/
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    border-radius: 6px;
    overflow:hidden;
}
.binoption_three_guide_single_post .elementor-post__text{
    padding:15px;
}
.binoption_three_guide_single_post .elementor-post__title >a{
    display:block;
    margin-bottom:15px;
}
.binoption_three_guide_single_post .elementor-post__read-more, 
.binoption_four_guide_post .elementor-post__read-more{
    display:inline-block;
    padding:10px 20px;
    background:#94c83c;
    color:#000 !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight:700 !important;
    font-size:13px;
}
.binoption_three_guide_single_post .elementor-post__read-more:before, 
.binoption_four_guide_post .elementor-post__read-more:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.binoption_three_guide_single_post .elementor-post__read-more:hover, 
.binoption_four_guide_post .elementor-post__read-more:hover {
    /*color: #000 !important;*/
    color: #94c83c !important;

}
.binoption_three_guide_single_post .elementor-post__read-more:hover:before, 
.binoption_four_guide_post .elementor-post__read-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*home page guide blog section end*/

/*Home page blog section start*/
.binoption_single_blog_section_top_brokers{
    margin-bottom:15px;
}
.binoption_single_blog_column .single_blog_post{
    /*box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);*/
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    padding:25px;
    border-radius:25px;
    background-color: #fff;
}
.binoption_single_blog_column .elementor-widget-wrap article{
    overflow:visible;
}

.binoption_single_blog_column .elementor-post__thumbnail{
    position:relative;
    margin-left: -69px;
    /*border-radius:5px;*/
    height: 100%;
}
.binoption_single_blog_column .elementor-post__text{
    padding:20px 0 20px 20px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.binoption_single_blog_column .elementor-post__read-more,
.binoption_four_blog_first_column .elementor-post__read-more,
.binoption_four_blog_second_column .elementor-post__read-more,
.binoption_four_strategy_section_top_signal .elementor-post__read-more,
.binoption_three_strategy_blocks .elementor-post__read-more,
.single_related_article_post .elementor-post__read-more{
    display:inline-block;
    padding:12px 24px;
    background:#94c83c;
    color:#000 !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size:13px;
    font-weight:700 !important;
}
.binoption_single_blog_column .elementor-post__read-more:before,
.binoption_four_blog_first_column .elementor-post__read-more:before,
.binoption_four_blog_second_column .elementor-post__read-more:before,
.binoption_four_strategy_section_top_signal .elementor-post__read-more:before,
.binoption_three_strategy_blocks .elementor-post__read-more:before,
.single_related_article_post .elementor-post__read-more:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.binoption_single_blog_column .elementor-post__read-more:hover,
.binoption_four_blog_first_column .elementor-post__read-more:hover,
.binoption_four_blog_second_column .elementor-post__read-more:hover,
.binoption_four_strategy_section_top_signal .elementor-post__read-more:hover,
.binoption_three_strategy_blocks .elementor-post__read-more:hover,
.single_related_article_post .elementor-post__read-more:hover{
    /*color: #000 !important;*/
    color: #94c83c !important;

}
.binoption_single_blog_column .elementor-post__read-more:hover:before,
.binoption_four_blog_first_column .elementor-post__read-more:hover:before,
.binoption_four_blog_second_column .elementor-post__read-more:hover:before,
.binoption_four_strategy_section_top_signal .elementor-post__read-more:hover:before,
.binoption_three_strategy_blocks .elementor-post__read-more:hover:before,
.single_related_article_post .elementor-post__read-more:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.binoption_four_blog .single_blog_post_four_blog article{
    /*box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);*/
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    padding:20px;
    border-radius:25px;
    overflow:visible;
}
.binoption_four_blog_first_column .elementor-column-wrap,
.binoption_four_blog_second_column .elementor-column-wrap{
    padding-left:20px !important;
    padding-right:20px !important;
}
.binoption_four_blog_first_column .elementor-post__thumbnail,
.binoption_four_blog_second_column .elementor-post__thumbnail{
    position:relative;
    margin-left: -45px;
    /*border-radius:5px;*/
    height: 100%;
}
.binoption_four_blog_first_column .elementor-post__text,
.binoption_four_blog_second_column .elementor-post__text{
    padding:15px 0 15px 10px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.binoption_four_blog_first_column .elementor-post__read-more,
.binoption_four_blog_second_column .elementor-post__read-more,
.binoption_four_strategy_section_top_signal .elementor-post__read-more,
.binoption_three_strategy_blocks .elementor-post__read-more{
    padding:8px 16px;
}

.binoption_four_strategy_post article .elementor-post__card, .binoption_three_strategy_single_post article .elementor-post__card{
    box-shadow: 0 3px 35px rgba(0,0,0,0.09) !important;
}

/*Home page blog section end*/



.elementor-shape{
    background-color: #fbfbfb;
}

/*CSS start for Top broker*/
.bn-top-broker-wrapper {
	background-color: #fff;
	overflow: hidden;
	max-width: 100%;
	/*box-shadow: 0px 1px 5px rgba( 0, 0, 0, 0.3 );*/
	padding: 0;
	text-align: center;
	/*border-radius: 25px;*/
}
.bn-top-broker-slider .slick-list{
    /*box-shadow: 0px 1px 5px rgba( 0, 0, 0, 0.3 );*/
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    border-radius: 25px;
}
.bn-top-broker-content {
  	font-size: 15px;
  	font-weight: 700;
}
.bn-top-broker-content-wrapper{
  	position: relative;
  	z-index: 1;
}
.bn-top-broker-content-wrapper:before {
    content: '';
    width: 200%;
    height: 100px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(-8deg);
    top: -50px;
    left: -10%;
    z-index: -1;
}


/*.bn-top-broker-content-price {
    font-size: 16px;
    display: block;
    width: 40px;
    height: 40px;
    background: #a62336;
    margin: 8px auto 15px;
    position: relative;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    font-family: "Satisfy", cursive;
}    
.bn-top-broker-content-price:after,
.bn-top-broker-content-price:before {
    content: '';
    height: 1px;
    width: 70px;
    display: block;
    position: absolute;
    background-color: #ddd;
    top: 12px;
}    
.bn-top-broker-content-price:before {
    left: -50px;
}    
.bn-top-broker-content-price:after {
    right: -50px;
}*/

.bn-top-broker-content-price {
    font-size: 16px;
    display: block;
    width: 200px;
    height: 40px;
    background: #a62336;
    margin: 8px auto 15px;
    position: relative;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    /*font-family: "Satisfy", cursive;*/
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eab779',GradientType=0 );
}    
.bn-top-broker-content-price:before{
  content: " ";
  display:block;
  position: absolute;
  width: 100%;
  top:-20px;
  left:0px;
  height:30px;
  background: linear-gradient(135deg, transparent 75%, #b0022d 75%) 0 50%,
              linear-gradient(-45deg, transparent 75%, #b0022d 75%) 0 50%; 
  background: -moz-linear-gradient(-135deg, transparent 75%, #b0022d 75%) 0 50%,
              -moz-linear-gradient( -45deg, transparent 75%, #b0022d 75%) 0 50%;
  background: -webkit-linear-gradient(-135deg, transparent 75%, #b0022d 75%) 0 50%,
              -webkit-linear-gradient( -45deg, transparent 75%, #b0022d 75%) 0 50%;
  background-repeat: repeat-x;
  background-size:10px 10px, 10px 10px;
}
.bn-top-broker-content-price:after{
    content: " ";
    display:block;
    position: absolute;
    width: 100%;
    bottom:-20px;
    left:0px;
    height:30px;
    background: linear-gradient(135deg, transparent 75%, #7C011C 75%) 0 50%,
                linear-gradient( 45deg, transparent 75%, #7C011C 75%) 0 50%;
    background: -moz-linear-gradient(135deg, transparent 75%, #7C011C 75%) 0 50%,
                -moz-linear-gradient( 45deg, transparent 75%, #7C011C 75%) 0 50%; 
    background: -webkit-linear-gradient(135deg, transparent 75%, #7C011C 75%) 0 50%,
                -webkit-linear-gradient( 45deg, transparent 75%, #7C011C 75%) 0 50%; 
    background-repeat: repeat-x;
    background-size:10px 10px, 10px 10px;
}



.bn-top-broker-img {
	height: 142px;
    width: 100%;
    background: linear-gradient(120deg, #9ECE45, #42b56242);
}
.bn-top-broker-img img {
	width: 70%;
	margin: 0 auto;
    padding-top: 6%;
    height: 80px !important;
    object-fit: contain;
    /*margin-top: 6%;*/
    /*background-color: #fff;*/
}
.bn-top-broker-btn-wrapper {
    display: inline-flex;
    width: 90%;
    margin-bottom: 18px;
}
.bn-top-broker-btn-wrapper .bn-top-broker-button {
    width: 100%;
    display:inline-block;
    padding:8px 15px;
    background:#94c83c;
    color:#000 !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    font-size: 13px;
	font-weight: bold;
	cursor:pointer;
	font-family:"Geomanist", Sans-serif;
}
.bn-top-broker-btn-wrapper .bn-top-broker-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bn-top-broker-btn-wrapper .bn-top-broker-button:hover {
    /*color: #000 !important;*/
    color: #94c83c !important;

}
.bn-top-broker-btn-wrapper .bn-top-broker-button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bn-top-broker-slider .slick-prev, .bn-top-broker-slider .slick-next,
.bn-top-robot-slider .slick-prev, .bn-top-robot-slider .slick-next {
    z-index: 1; 
}
.bn-top-broker-slider .slick-arrow,
.bn-top-robot-slider .slick-arrow {
   width: 20px;
   height: 20px;
   position: absolute;
   top: 50%;
   color: #099402;
}
.bn-top-broker-slider .slick-prev,
.bn-top-robot-slider .slick-prev {
   border-bottom: 3px solid;
   border-left: 3px solid;
   transform: rotate(45deg);
   left: 10px !important;
}
.bn-top-broker-slider .slick-next,
.bn-top-robot-slider .slick-next {
   border-bottom: 3px solid;
   border-left: 3px solid;
   transform: rotate(-135deg);
   right: 10px !important;
}
.bn-top-broker-slider .slick-next:focus, .bn-top-broker-slider .slick-next:hover, .bn-top-broker-slider .slick-prev:focus, .bn-top-broker-slider .slick-prev:hover,
.bn-top-robot-slider .slick-next:focus, .bn-top-robot-slider .slick-next:hover, .bn-top-robot-slider .slick-prev:focus, .bn-top-robot-slider .slick-prev:hover {
    color: unset; 
}
.bn-top-broker-slider .slick-next:before, .bn-top-broker-slider .slick-prev:before,
.bn-top-robot-slider .slick-next:before, .bn-top-robot-slider .slick-prev:before {
    display: none;
}
/*CSS end for Top broker*/

/*robot signal carde design start*/
#robot-signal-container{
  width: 100%;
  height: 240px;
  margin: 0 auto;
  box-sizing:border-box;
  display:flex;
  background:white;
  border-radius:0.3em;
  /*box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);*/
  box-shadow: 0 3px 35px rgba(0,0,0,0.09);
  transition: 0.8s;
}
#robot-signal-container .robot-signal-left-side {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border-top-right-radius:0.1em;
  border-bottom-right-radius: 0.1em;
  display: inline-block;
  width: 55%;
} 

#robot-signal-container .robot-signal-left-side .cardview {
  position:relative;
  width: 100%;
  height: 240px;
  top: 0;
  left: 0px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: linear-gradient(120deg, #9ECE45, #42b56242);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

#robot-signal-container .robot-signal-left-side .cardview .logo img {
  position:absolute;
  border-radius: 3px;
  width: 75%;
  margin: 84px 10px;
  justify-content: center;
  background: #fff;
  height: 37px;
  padding: 5px;
}

#robot-signal-container  #robot-signal-right-card-content{
  width: 65%;
  height:inherit;
  box-sizing:border-box;
  padding: 15px 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
#robot-signal-container  #robot-signal-right-card-content .feature-title > h2{
  font-family: inherit;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
#robot-signal-container  #robot-signal-right-card-content .feature-items .feature-item-name{
  text-align:center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight:700;
}
#robot-signal-container  #robot-signal-right-card-content .feature-items .feature-item{
  margin-bottom: 20px;
}
/*#robot-signal-container  #robot-signal-right-card-content .feature-item-value{
  font-size: 1.25em;
  font-weight: 900;
  display: block;
  width: 40px;
  height:40px;
  margin: 0 auto;
  position: relative;
  font-family: "Satisfy", cursive;
  text-align: center;
  z-index:9;
  background: #a62336;
  line-height:2.1;
  top:4px;
  color:#fff;
}
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:before,
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:after{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 40px;
      background: #a62336;
      z-index:-1;
    }
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:before {
      transform: rotate(30deg);
}
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:after {
      transform: rotate(60deg);
}*/

#robot-signal-container  #robot-signal-right-card-content .feature-item-value{
  font-size: 15px;
  display: block;
  width: 160px;
  height: 38px;
  background: #a62336;
  margin: 8px auto 15px;
  position: relative;
  text-align:center;
  padding-top: 6px;
  color: #fff;
  font-weight: bold;
  /*font-family: "Satisfy", cursive;*/
  background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#eab779',GradientType=0 );
  left:-3px;
}
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:before{
  content: " ";
  display:block;
  position: absolute;
  width: 100%;
  top:-20px;
  left:0px;
  height:30px;
  background: linear-gradient(135deg, transparent 75%, #b0022d 75%) 0 50%,
              linear-gradient(-45deg, transparent 75%, #b0022d 75%) 0 50%; 
  background: -moz-linear-gradient(-135deg, transparent 75%, #b0022d 75%) 0 50%,
              -moz-linear-gradient( -45deg, transparent 75%, #b0022d 75%) 0 50%;
  background: -webkit-linear-gradient(-135deg, transparent 75%, #b0022d 75%) 0 50%,
              -webkit-linear-gradient( -45deg, transparent 75%, #b0022d 75%) 0 50%;
  background-repeat: repeat-x;
  background-size:10px 10px, 10px 10px;
}
#robot-signal-container  #robot-signal-right-card-content .feature-item-value:after{
  content: " ";
  display:block;
  position: absolute;
  width: 100%;
  bottom:-20px;
  left:0px;
  height:30px;
  background: linear-gradient(135deg, transparent 75%, #7c011c 75%) 0 50%,
              linear-gradient( 45deg, transparent 75%, #7c011c 75%) 0 50%;
  background: -moz-linear-gradient(135deg, transparent 75%, #7c011c 75%) 0 50%,
              -moz-linear-gradient( 45deg, transparent 75%, #7c011c 75%) 0 50%; 
  background: -webkit-linear-gradient(135deg, transparent 75%, #7c011c 75%) 0 50%,
              -webkit-linear-gradient( 45deg, transparent 75%, #7c011c 75%) 0 50%; 
  background-repeat: repeat-x;
  background-size:10px 10px, 10px 10px;    
}


#robot-signal-container  #robot-signal-right-card-content .feature-btn{
  width: calc(100% + 20px);
  position: absolute;
  bottom: 15px;
  left: -35px;
}
#robot-signal-container  #robot-signal-right-card-content .feature-btn .robot-signal-right-card-btn{
  display:inline-block;
  width: calc(50% - 5px);
  height: 30px;
  background:#94c83c;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color:#000 !important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration:none;
  line-height: 2.5;
  text-transform: capitalize;
  cursor:pointer;
  font-family:"Geomanist", Sans-serif;
}
#robot-signal-container  #robot-signal-right-card-content .feature-btn .robot-signal-right-card-btn:first-child{
  margin-right:5px;
}
#robot-signal-container  #robot-signal-right-card-content .feature-btn .robot-signal-right-card-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#robot-signal-container  #robot-signal-right-card-content .feature-btn .robot-signal-right-card-btn:hover{
   /*color: #000 !important;*/
   color: #94c83c !important;
}
#robot-signal-container  #robot-signal-right-card-content .feature-btn .robot-signal-right-card-btn:hover:before{
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*robot signal carde design end*/

/*Single broker css start*/
.single-broker-right-section {
    position: absolute !important;
    right: 0;
    bottom: -20px;
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
    z-index: 1;
}
.single-broker-logo {
    position: absolute !important;
    right: 0;
    top: -40px;
    width: 15% !important;
    border: 5px double #bbb;
}
.single-broker-logo img {
    height: 60px !important;
    width: 100%;
    object-fit: contain;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
}
.bn-broker-ratings .elementor-star-rating__title {
    width: 50%;
}
/*Single broker css end*/

/*single guide broker design start*/
/*single guide broker design start*/
.single_guide_strategy_left{
  position:relative;
}
.single_guide_strategy_left_image .elementor-image{
  width:100%;
  overflow: hidden;
  height: 60vh;
}
.single_guide_strategy_left_image img{
  width:100%;
  height:100% !important;
  object-fit:cover;
}
.single_guide_strategy_left_author_info{
  position: relative !important;
  width:300px !important;
  top: -62px;
  left:50%;
  transform:translate(-50%);
  background:#fff;
  box-shadow:0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1);
  border-radius:5px;
  text-align:center;
  padding:10px;
}
.single_guide_strategy_left_author_title{
 margin-bottom:10px !important;
}
.single_guide_strategy_left_author_title h4{
  color:#000 !important;
  text-transform:uppercase;
  font-size:17px;
}
.single_guide_strategy_left_post_date .elementor-text-editor{
  color:#000 !important;
  font-size: 18px;
}
.single_guide_main_post_title .elementor-heading-title:before,
.broker_robot_signal_main_title .elementor-heading-title:before,
.guide_strategy_blog_main_title .elementor-heading-title:before{
    content: "";
    width: 30px;
    height: 7px;
    background: #ffae00;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
.single_guide_main_post_secondary_title .elementor-heading-title:before, 
.broker_robot_signal_secondary_title .elementor-heading-title:before,
.guide_strategy_blog_secondary_title .elementor-heading-title:before{
    content: "";
    width: 7px;
    height: 7px;
    background: #ffae00;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

/*single guide broker design end*/

.single_post_heading_sidebar .elementor-heading-title:before{
    content: "";
    width: 7px;
    height: 7px;
    background: #9ecf45;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

/*CSS start for top broker feature*/
.bn-broker-features {
  /*box-shadow: 0px 1px 20px -6px rgba(0,0,0,0.21);*/
  box-shadow: 0 3px 35px rgba(0,0,0,0.09);
  padding: 5px 20px;
  margin-top: 36px;
}
.bn-broker-features-des {
  float: right;
}
.bn-broker-features-list {
  position: relative;
  margin: 20px 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}
.bn-broker-features-no {
  background: #23a455;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  left: -44px;
  top: -1px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  display: block;
  text-align: center;
}
/*CSS end for top broker feature*/

.single_guide_strategy_right .bn-top-broker-slider .slick-list{
    border-radius: 5px;
}
.single_guide_strategy_right .bn-top-robot-slider .slick-list{
    border-radius: 0.3em;
    box-shadow: 0 3px 35px rgba(0,0,0,0.09);
}
.single_guide_strategy_right .bn-top-robot-slider .slick-slide{
    margin-bottom: 0px;
}
.single_guide_strategy_right .bn-top-robot-slider #robot-signal-container{
    box-shadow: none;
}

/*CSS for home*/
/*.bn-top-broker-content-price:before,
.bn-top-broker-content-price:after{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 40px;
      background: #a62336;
      z-index:-1;
    }
.bn-top-broker-content-price:before {
      transform: rotate(30deg);
}
.bn-top-broker-content-price:after {
      transform: rotate(60deg);
}*/
/*CSS end for home*/

/*CSS start for header search*/
.bs-search-form .fa-search {
    position: absolute;
    top: 17px;
    right: 32px;
    font-size: 12px;
    color: #fff;
}
.bs-search-form {
    position: relative;
    top: 15%;
}
.bs-search {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    padding: 8px 0 8px 12px;
    outline: none;
    font-weight: 600;
    background-color: unset;
    color: #fff;
}
.bs-search::placeholder {
    color: #fff;
}
.bs-search-button {
    background: 0 0;
    cursor: pointer;
    border: 0;
    vertical-align: top;
    display: block;
}
.bs-search-button:focus {
    outline: none
}
/*CSS start for header search*/
.single_related_article_post article{
    box-shadow: 0 3px 35px rgba(0,0,0,0.16);
}



/*sticky tab*/
.remove_sticky { position: absolute !important; }

/*mega menu design start*/
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item a{
  height:auto !important;
  line-height:1.75 !important;
  padding-top:7.5px !important;
  padding-bottom:7.5px !important;
}
/*#mega-menu-wrap-top #mega-menu-top li.mega-menu-item a.mega-menu-link:before{
  display:block !important;
  text-align:center;
  font-size: 25px !important;
  line-height: .85 !important;
  margin-right:0 !important;
}*/
#mega-menu-wrap-top #mega-menu-top li.mega-menu-item a{
  display:block !important; 
}
/*mega menu design end*/

/*broker card for broker, robot, signal page start*/
.broker_header_banner .best_robot_broker_card #robot-signal-container{
  width:75% !important;
}
.broker_header_banner .best_robot_broker_card #robot-signal-container .robot-signal-left-side .cardview .logo img{
  height:30%;
  object-fit:contain;
}
.broker_header_banner .best_robot_broker_card #robot-signal-container #robot-signal-right-card-content .feature-btn{
  width:110%;
  left:-12%;
}
/*broker card for broker, robot, signal page end*/

/*broker table design start*/
#table-scroll{
  box-shadow:0 3px 35px rgba(0,0,0,0.09);
  
}
#table-scroll table{
  table-layout:fixed;
  text-align:center;
  border-collapse:collapse;
  margin-bottom:0;
}
#table-scroll thead tr{
  background:#000000;
  color:#73ea24;
  height:70px;
}
#table-scroll thead tr th{
  vertical-align:middle;
  text-transform:uppercase;
}
#table-scroll tbody td{
    border:1px solid #eff1f2f5;
    vertical-align:middle;
    font-weight:600;
    font-size: 14px;
    letter-spacing: 0.7px;
    background:#fff;
}
#table-scroll tbody td p{
  margin-bottom:0;
  line-height:1.5;
  font-size: 13px;
}
#table-scroll tbody td p span:last-child{
  font-weight:700;
}
#table-scroll tbody td img{
  width:70%;
}
#table-scroll .trusted-image img{
  width:35px;
  height:35px;
  object-fit:contain;
}
#table-scroll tbody td i.fa-star{
  font-size: 26px;
}
#table-scroll tbody td i.rating{
  color:#ffc107;
}
#table-scroll .broker-table-acc-btn{
  margin-bottom:8px;
}
#table-scroll .broker-table-acc-btn:last-child{
  margin-bottom:0;
}
#table-scroll .broker-table-acc-btn{
  display:inline-block;
  background:#94c83c;
  color:#000 !important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: 0.5px solid #9ece45;
  width:80%;
   padding:5px 0;
   cursor:pointer;
}
#table-scroll .broker-table-acc-btn.open-acnt{
    background:rgb(255, 174, 0);
}
#table-scroll .broker-table-acc-btn:before{
  content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#table-scroll .broker-table-acc-btn:hover{
  color: #94c83c !important;
}
#table-scroll .broker-table-acc-btn:hover:before{
  -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*broker table design end*/

/*CSS start for footer*/
.site-footer {
    background-color: #454953;
    color: #fff;
}
.bn-footer-container {
    background-image: url("https://www.binoption.net/wp-content/uploads/2020/02/bg-footer.webp");
    background-color: #2a3d54;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 25px;
}
/*.bn-footer-container.visible{*/
/*    background-image: url("https://www.binoption.net/wp-content/uploads/2019/02/bg-header.png");*/
/*}*/
.bn-widget-column {
    text-align: center;
    padding: 25px 10px 15px;
}
.bn-widget-column ul {
    padding-left: 0;
}
.bn-widget-column li {
    list-style: none;
    padding: 3px;
}
.bn-widget-column .widget-title {
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #555;
}
.bn-widget-column li a,
.site-info a{
    color: #fff;
}
.bn-copyright {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
}
/*CSS end for footer*/
.yellow_btn{
    background: #ffae00 !important; 
}

/**/
.bn-single-broker-button a {
    display:inline-block;
    color:#000 !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    font-size: 11px;
	font-weight: bold; 
}
.bn-single-broker-button a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bn-single-broker-button a:hover {
    color: #94c83c !important;
}
.bn-single-broker-button a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 5px;
}

.bn-broker-features-list:nth-child(1) .bn-broker-features-no{
  background: #23a455;
}
.bn-broker-features-list:nth-child(2) .bn-broker-features-no{
  background: #ffb700;
}
.bn-broker-features-list:nth-child(3) .bn-broker-features-no{
  background: #262626;
}
.bn-broker-features-list:nth-child(4) .bn-broker-features-no{
  background: #9ecf45;
}

#flags {
  width: 130px !important;
  z-index: 9;
  padding: 3px;
  background: #30385f;
  height: 22px;
  position: absolute;
  top: 25%;
  right: 7.5%;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 1px 3px 0 rgba(0,0,0,.12);
}
#flags:hover {
    height: auto;
    z-index:9999999;
}
#flags ul {
    padding: 0;
    width:100%;
}
#flags a span {
  font-size: 14px;
  color: #fff;
  display:block;
  float:unset !important;
  position:relative;
  left:30px;
  top:-5px;
  font-weight: 400;
}
#flags ul li{
  display:block;
  position:relative;
  top:-2px;
}
#flags a{
  position:relative;
  top:1px;
}
#flags ul li a:hover span{
  color:#acfa20 !important;
}

/**/

.essb-customizer-toggle {
    display: none;
}

/*CSS start for footer*/
.bn-footer-social-bar {
    text-align: center;
}
.bn-footer-social-bar a:hover {
    text-decoration: none;
}
.bn-footer-social-bar a {
    padding: 0 5px;
}
.bn-footer-social-bar a img {
    height: 32px;
    width: 32px;
}
.bn-footer-social-bar h6 {
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 300px;
}
.bn-warning-disclaimer p {
    background-color: #30343f;
    padding: 10px;
    border-radius: 4px;
}
.bn-warning-disclaimer p span {
    color: #94c83c;
    font-weight: 500;
}
/*CSS end for footer*/

/*CSS start for sticky tab*/
.single-sticky-menu h1{
    background: linear-gradient(120deg, rgb(158, 206, 69), rgba(66, 181, 98, 0.26));
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 800;
    width: 90%;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    text-align: center
}

.single-sticky-menu h1:hover{
  width: 95%;
  background: linear-gradient(150deg, #fbb034 0%, #ffdd00 100%);
}
.single-sticky-menu h1:hover a{
  color: #000;
}

.single-sticky-menu a{
  color: #000;
}
/*CSS end for sticky tab*/

/*CSS start for scroll bar*/
/*.searchwp-live-search-results::-webkit-scrollbar {*/
/*    width: 10px;*/
/*    background-color: #F5F5F5;*/
/*}*/
/*.searchwp-live-search-results::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*    background-color: #F5F5F5;*/
/*}*/
/*.searchwp-live-search-results::-webkit-scrollbar-thumb {*/
/*    background-color: #000000;*/
/*}*/


.searchwp-live-search-results::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.searchwp-live-search-results::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fbfbfb;
}
.searchwp-live-search-results::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8c8c8;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.searchwp-live-search-results::-webkit-scrollbar-thumb:horizontal:hover,
.searchwp-live-search-results::-webkit-scrollbar-thumb:vertical:hover { 
    background: #a5a3a3;
} 

#table-scroll::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
#table-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
  background: #fbfbfb;
}
#table-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
  background: #c8c8c8;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#table-scroll::-webkit-scrollbar-thumb:horizontal:hover,
#table-scroll::-webkit-scrollbar-thumb:vertical:hover { 
  background: #a5a3a3;
}
#table-scroll, .searchwp-live-search-results{
    scrollbar-color: #a5a3a3 #fbfbfb;
}

/*CSS end for scroll bar*/

.bn-broker-last-update .elementor-text-editor{
    text-shadow: 1px 1px 10px #000000;
}

/*menu sticky*/
.bn-nav-sticky #mega-menu-wrap-top{
  position:fixed;
  width:100%;
  top:0;
  z-index:999;
}
.logged-in.admin-bar .bn-nav-sticky #mega-menu-wrap-top{
    top:32px;
}

/*table sticky*/
.clone_table_sticky{
    position:fixed;
    pointer-events:none;
    top:40px;
}
.logged-in.admin-bar .clone_table_sticky{
    top:73px;
}

/*bottom sticky css start*/
.sticky_bottom_logo img{
    width: 50%;
    display: block;
    margin: 0 auto;
}

#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top{
  z-index:9999;
}
#crumbs a{
    color: #000;
    font-weight: 700;
}
#crumbs a:hover{
    color: #099402;
}
.bn-header-logo svg{
    width: 100px;
    height: 100px;
}

.bn-rating{
    display: none;
}

/* css for post content */
.single_guide_strategy_left .elementor-widget-theme-post-content h2:after,
.bn-single-broker-content .elementor-widget-theme-post-content h2:after,
.sub-page-other h2:after{
    content: "";
    display: block;
    width: 10%;
    margin: .3em 0 0;
    border-bottom: 4px solid rgb(255, 174, 0);
}
.single_guide_strategy_left .elementor-widget-theme-post-content h1,
.single_guide_strategy_left .elementor-widget-theme-post-content h2,
.single_guide_strategy_left .elementor-widget-theme-post-content h3,
.bn-single-broker-content .elementor-widget-theme-post-content h1,
.bn-single-broker-content .elementor-widget-theme-post-content h2,
.bn-single-broker-content .elementor-widget-theme-post-content h3{
    color: #258220;
}

.single_guide_strategy_left .elementor-widget-theme-post-content h1,
.bn-single-broker-content .elementor-widget-theme-post-content h1{
    font-size: 40px !important;
}

.single_guide_strategy_left .elementor-widget-theme-post-content h2,
.bn-single-broker-content .elementor-widget-theme-post-content h2{
    font-size: 28px !important;
}

.single_guide_strategy_left .elementor-widget-theme-post-content p,
.bn-single-broker-content .elementor-widget-theme-post-content p,
.sub-page-other p{
    font-size: 18px;
}

.single_guide_strategy_left .elementor-widget-theme-post-content h3,
.bn-single-broker-content .elementor-widget-theme-post-content h3{
    font-size: 24px !important;
}

.single_guide_strategy_left .elementor-widget-theme-post-content h4,
.bn-single-broker-content .elementor-widget-theme-post-content h4{
    font-size: 20px !important;
}

.single_guide_strategy_left .elementor-widget-theme-post-content h3 i,
.bn-single-broker-content .elementor-widget-theme-post-content h3 i{
    color: rgb(255, 174, 0)
}
.single_guide_strategy_left .elementor-widget-theme-post-content h1:before,
.bn-single-broker-content .elementor-widget-theme-post-content h1:before{
    content: "";
    width: 30px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    background: rgb(255, 174, 0);
}
.single_guide_strategy_left .elementor-widget-theme-post-content blockquote,
.bn-single-broker-content .elementor-widget-theme-post-content blockquote,
.sub-page-other .elementor-text-editor blockquote{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    font-family: Georgia,times new roman,Times,serif;
    color: #555;
    background: #f5f5f5;
    font-style: italic;
}

.single_guide_strategy_left .elementor-widget-theme-post-content .para_style1,
.bn-single-broker-content .elementor-widget-theme-post-content .para_style1{
    padding: 15px;
    background-color: #94c83c;
    border-radius: 4px;
    border-bottom: 4px solid #333;
    color: #000;
    font-size: 20px;
}

.single_guide_strategy_left .elementor-widget-theme-post-content .text_risk,
.bn-single-broker-content .elementor-widget-theme-post-content .text_risk{
    font-size: 12px;
    font-weight: 700;
    color: #cb583b;
}

.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton.lg.green,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton.lg.green{
    background: #099402;
    float: left;
}

.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton.cent,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton.cent {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton{
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1em;
}
.single_guide_strategy_left .elementor-widget-theme-post-content .vis_single_btn,
.bn-single-broker-content .elementor-widget-theme-post-content .vis_single_btn {
    width: 100%;
    padding: 12px;
}
.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton:hover,
.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton:active,
.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton:visited,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton:hover,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton:active,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton:visited {
    opacity: .85;
    box-shadow: none
}

.single_guide_strategy_left .elementor-widget-theme-post-content a.visbutton.lg,
.bn-single-broker-content .elementor-widget-theme-post-content a.visbutton.lg{
    padding: 10px 0;
}

.single_guide_strategy_left .elementor-widget-theme-post-content .elementor-text-editor ul li,
.bn-single-broker-content .elementor-widget-theme-post-content .elementor-text-editor ul li,
.sub-page-other .elementor-text-editor ul li{
    padding: 0 0 12px 20px;
    list-style: disc inside;
    text-indent: -.9em;
    color: #2b6caa;
}
.single_guide_strategy_left .elementor-widget-theme-post-content .elementor-text-editor ol li,
.bn-single-broker-content .elementor-widget-theme-post-content .elementor-text-editor ol li,
.sub-page-other .elementor-text-editor ol li{
    color: #2b6caa;
    font-size: 18px;
    margin-left: 20px;
    margin: 20px 0;
    list-style: decimal;
}

/* css for post text editor */
.single_guide_strategy_left .elementor-text-editor h2:after,
.bn-single-broker-content .elementor-text-editor h2:after{
    content: "";
    display: block;
    width: 10%;
    margin: .3em 0 0;
    border-bottom: 4px solid rgb(255, 174, 0);
}
.single_guide_strategy_left .elementor-text-editor h1,
.single_guide_strategy_left .elementor-text-editor h2,
.single_guide_strategy_left .elementor-text-editor h3,
.bn-single-broker-content .elementor-text-editor h1,
.bn-single-broker-content .elementor-text-editor h2,
.bn-single-broker-content .elementor-text-editor h3{
    color: #258220;
}

.single_guide_strategy_left .elementor-text-editor h1,
.bn-single-broker-content .elementor-text-editor h1{
    font-size: 40px !important;
}

.single_guide_strategy_left .elementor-text-editor h3,
.bn-single-broker-content .elementor-text-editor h3{
    font-size: 24px !important;
}

.single_guide_strategy_left .elementor-text-editor p,
.bn-single-broker-content .elementor-text-editor p{
    font-size: 18px;
}

.single_guide_strategy_left .elementor-text-editor h2,
.bn-single-broker-content .elementor-text-editor h2{
    font-size: 28px !important;
}

.single_guide_strategy_left .elementor-text-editor h4,
.bn-single-broker-content .elementor-text-editor h4{
    font-size: 20px !important;
}

.single_guide_strategy_left .elementor-text-editor h3 i,
.bn-single-broker-content .elementor-text-editor h3 i{
    color: rgb(255, 174, 0)
}
.single_guide_strategy_left .elementor-text-editor h1:before,
.bn-single-broker-content .elementor-text-editor h1:before{
    content: "";
    width: 30px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    background: rgb(255, 174, 0);
}
.single_guide_strategy_left .elementor-text-editor blockquote,
.bn-single-broker-content .elementor-text-editor blockquote{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    font-family: Georgia,times new roman,Times,serif;
    color: #555;
    background: #f5f5f5;
    font-style: italic;
}

.single_guide_strategy_left .elementor-text-editor .para_style1,
.bn-single-broker-content .elementor-text-editor .para_style1{
    padding: 15px;
    background-color: #94c83c;
    border-radius: 4px;
    border-bottom: 4px solid #333;
    color: #000;
    font-size: 20px;
}

.single_guide_strategy_left .elementor-text-editor .text_risk,
.bn-single-broker-content .elementor-text-editor .text_risk{
    font-size: 12px;
    font-weight: 700;
    color: #cb583b;
}

.single_guide_strategy_left .elementor-text-editor a.visbutton.lg.green,
.bn-single-broker-content .elementor-text-editor a.visbutton.lg.green{
    background: #099402;
    float: left;
}

.single_guide_strategy_left .elementor-text-editor a.visbutton.cent,
.bn-single-broker-content .elementor-text-editor a.visbutton.cent {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.single_guide_strategy_left .elementor-text-editor a.visbutton,
.bn-single-broker-content .elementor-text-editor a.visbutton{
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1em;
}
.single_guide_strategy_left .elementor-text-editor .vis_single_btn,
.bn-single-broker-content .elementor-text-editor .vis_single_btn {
    width: 100%;
    padding: 12px;
}
.single_guide_strategy_left .elementor-text-editor a.visbutton:hover,
.single_guide_strategy_left .elementor-text-editor a.visbutton:active,
.single_guide_strategy_left .elementor-text-editor a.visbutton:visited,
.bn-single-broker-content .elementor-text-editor a.visbutton:hover,
.bn-single-broker-content .elementor-text-editor a.visbutton:active,
.bn-single-broker-content .elementor-text-editor a.visbutton:visited {
    opacity: .85;
    box-shadow: none
}
.single_guide_strategy_left .elementor-text-editor a.visbutton.lg,
.bn-single-broker-content .elementor-text-editor a.visbutton.lg{
    padding: 10px 0;
}
.single_guide_strategy_left .elementor-widget-theme-post-content .elementor-text-editor ul li,
.bn-single-broker-content .elementor-widget-theme-post-content .elementor-text-editor ul li{
    padding: 0 0 12px 20px;
    list-style: disc inside;
    text-indent: -.9em;
    color: #2b6caa;
}

.footer-nab-menu ul li{
  display:inline-block;
}
.footer-nab-menu ul li:after{
  content:' |'
}
.footer-nab-menu ul li:last-child:after{
  content:none;
}
.privacy-policy-link{
    display:none !important;
}

.sub_page h1{
    font-size: 40px !important;
}
.sub_page h2{
    font-size: 28px !important;
}
.sub_page h3{
    font-size: 24px !important;
}
.sub_page h4{
    font-size: 20px !important;
}

.search-section{
    background: #fff;
    position: absolute;
    z-index: 24;
    border: 1px solid #dac2c2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    max-height: 50vh;
    overflow-y: auto;
    min-width: 250px;
    width: 100%;
}
.suggestion_li {
    padding: 10px 10px 10px 1em;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(30,30,30,.1);
    font-size: 0.9em;
}
.sugg_name p{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.not_found{
    text-align: center;
    margin: 10px;
    font-size: 20px;
}
.search-section::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.search-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8c8c8;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.search-section::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eaeaea;
}
