  *:focus {
    box-shadow: none !important;
}
 body{
	 margin:0;
	 font-family: "Roboto", sans-serif;
	 background:#fbfbfb;
	 font-size:15px;
 }

/* Navigation Starts */
header {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
-moz-box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
box-shadow: 0px 0px 5px 1px rgba(41,41,41,.12);
}

a {
    color: #01a675;
    text-decoration: none;
}
/*
.logoImg{
	width:120px;
}
*/
.logoImgMobile{
	width:188px;
}
.menu-container {
  margin: auto;
  padding-top:8px;
  padding-bottom:8px;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.menu-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-links li {
  position: relative;
}
.menu-links > li > a {
  display: block;
  padding: 7px 12px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.menu-links > li:hover > a {
  background: #e7fff9;
  border-radius:8px;
  color: #04ad83;
}

.mega-menu {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.mega-menu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
    font-weight: 500;
}
.mega-menu a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu-links {
    display: flex !important;
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: auto;
    min-width: 600px;
    z-index: 999;
	        padding: 15px 20px;
  }
  .menu-links li:hover .mega-menu {
    display: block;
  }
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000;
  z-index: 1001;
}
.mobile-drawer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #fff;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 20px;
}
.mobile-drawer.show {
  left: 0;
}
.mobile-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-drawer li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  text-decoration: none
}
.mobile-drawer li a:hover {
  background: #f9f9f9;
}
.mobile-drawer .mega-menu {
  background: #f7f7f7;
  color: #000000;
  padding: 10px 0px;
  box-shadow: none;
  display: none;
}
.mobile-drawer .mega-menu a {
  color: #000000;
}
.mobile-drawer li.open .mega-menu {
  display: block;
}
.mobile-drawer-logo{
	padding-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
  .menu-links {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
}
/* Navigation Ends */

.fw700{
	font-weight:800;
}

.blog-block{
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	margin-bottom:15px;
}
.blog-block .blog-block-img img{
	border-radius: 10px 10px 0 0;
}
.blog-block-content{
	background:#fff;
	padding:10px;
	border-radius: 10px;
}
.blog-block-content .blog-category-container{
	margin-bottom:3px;
}
.blog-block-content a.blog-category{
	color: #ec6941;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
}
.blog-block-content h2{
	font-size:18px;
	font-weight:700;
	margin-bottom: 5px;
}
.blog-block-content h2 a{
	color: #000;
	text-decoration:none;
}
.blog-block-content p{
	font-size:14px;
	color: #999999;
	margin-bottom: 8px;
}
.blog-block-content .blog-block-content-date{
	font-size: 11px;
    font-weight: 600;
}

.article-block .article-block-head h1{
	font-size:36px;
	font-weight:700;
	margin-bottom:15px;
}
.article-block .article-block-head p {
	color:#727272;
	font-style: italic;
}
.article-block .article-block-image{
	margin-bottom:20px;
}
.article-block .content h2{
		font-size:26px;
	font-weight:700;
	margin-bottom:10px;
}
.article-block .content h3{
		font-size:26px;
	font-weight:700;
	margin-bottom:10px;
}
.article-block .content p{
	margin-bottom:20px;
}



.hero-section{
	    background: #fff;
    padding: 80px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
}
  .market-dot {
      width: 8px;
      height: 8px;
      background: #04ad83;
      border-radius: 50%;
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0%,100%{opacity:1}
      50%{opacity:.5}
    }
    .sector-card {
      border-top: 4px solid;
      transition: transform .2s;
    }
    .sector-card:hover {
      transform: translateY(-3px);
    }
.home-top-volume{
	background:#fff;
	padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
}


.border-success {
    border-color: #04ad83 !important;
}
.home-h2{
	    font-size: 21px;
    line-height: 5px;
}
.volume-stocks-h2{
	    font-size: 21px;
    line-height: 5px;
	    margin-bottom: 24px;
}

footer{
	background: #f0f0f2;
    padding-top: 50px;
}
.footer ul {
    padding-left: 0;
	list-style: none;
}
.footer ul li {
    line-height: 32px;
}
.footer ul li a {
    color: #6e6e6e;
}
.bottom-footer{
	background: #e7e7e7;
    padding-top: 30px;
}

.grid-article-block{
background: #fff;
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.grid-article-block .grid-article-meta{
	padding:8px 15px 20px 15px;
}
.grid-article-block .grid-article-meta h3{
	font-size: 16px;
    font-weight: 700;
	color:#000;
} 
.grid-article-block .grid-article-meta h3 a{
	color:#000;
} 
.grid-article-block .grid-article-meta p{
	font-size: 13px;
	padding-bottom:0;
	margin-bottom:0;
} 
.grid-article-block .grid-article-meta p.date{
	font-size: 10px;
	font-weight: 700;
	margin-bottom:5px;
} 
.v-article-block{
	background:#fff;
	padding: 30px 20px 2px 20px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.v-block-article img {
    max-width: 150px;
}
.v-block-article h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
}
.v-block-article h3 a{
	color:#000;
}
.v-block-article p{
	font-size:13px;
}

.top-gainers .card-body{
	padding:0 !important;
}
.top-gainers .tg-header-body{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
}
.top-gainers .tg-header-body .tg-stock-symbol{
	font-weight:800;
	margin-bottom:8px;
}

.top-gainers .tg-header-body .tg-stock-price{
	font-weight:600;
	margin-bottom:2px;
}

.top-gainers .tg-header-body .tg-stock-tag{
	margin-bottom:2px;
	    font-size: 12px;
    color: #6e6e6e;
}
.top-gainers  .text-status{
	color:#fff;
	background:#04ad83;
	margin-bottom:0;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}
.top-gainers  .sector-change-percent{
	padding-left: 10px;
    font-size: 18px;
}

.market-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.bg-success {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(25,135,84,.6); }
    70% { box-shadow: 0 0 0 8px rgba(25,135,84,0); }
    100% { box-shadow: 0 0 0 0 rgba(25,135,84,0); }
}

.stock-details-h1{
	font-size: 26px;
	font-weight:700;
}
.price-stock-details{
	font-size:20px;
}
.meta-stock-details{
	color: #6a6a6a;
}
.btn-breaking-primary{
	background: #408558;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.mega-menu.small {
    min-width: 250px;
}


.terms-page ol{
	padding-left:0px;
}
.terms-page ol li{
	font-weight:700;
}