.nuron-topbar-accordion .sppb-panel-heading::before {
  content: url("../images/brain.svg") !important;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 30px;
  display: inline-block;
}

/*logo*/
.logo-image {
  padding: 5px 0;
}
.logo-image-phone {
  height: 40px !important;
}

/*menu*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.module-search-button i {
  font-size: 16px;
}
  @media (max-width: 1500px){
	  .module-search-wrapper {
	  margin-left: 20px;
 	 margin-right: 20px;
	}
	  
  }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 8px 5px;
  cursor: pointer;
  text-transform: capitalize;
}
.sp-dropdown .sp-menu-item.current-item.active{
	background: #8776ff !important;
}
.sp-dropdown .sp-menu-item.current-item.active a{
	color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #0BE7E0;
  left: -20px;
  top: 10px !important;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/*article*/
#sp-component{
	padding: 0 !important;
}
.article-details .article-details-top-wraper {
  max-width: 100%;
  margin: 0px !important;
  padding-bottom: 0;
  background-image: url("../images/art-bg-b.jpg") !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  background-size: cover !important;
  background-position: center top !important;
}
.article-header{
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;

}
h1.article-details-title{
	width: 1140px !important;
	color: #fff !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-weight: bold !important;
}

div[itemprop="articleBody"] {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


.table-wrapper{
    margin: 10px 0px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /*white-space: nowrap;*/
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 15px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/*table Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/*end table style*/
