/*From Page*/
.blog-readmore a{color:#de0015}
.showblogdate{padding:20px 0 0 0;}
.cat-blog> li a{padding: 8px 0;
              border-bottom: #ededed 1px solid;
              display: block;}

.recent-blog> li a{padding: 8px 0;
                 border-bottom: #ededed 1px solid;
                 display: block;} 

.recent-blog> li a .media>img{width:60px;}

/*end*/

.galryImg{
  height:175px;
  overflow:hidden;
  display:block;
  border-radius: 5px;
}
.galryImg img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.bloguser{position: relative;}
.bloguser span{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: #ededed;
    margin: 30px 0 0 0;
    position: relative;
    display: block;
}

.bloguser:before{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #e4e4e4;
    top: -20px;
}
.bloguser img{width: 100%;}

.cat-blog> li a{padding: 8px 0;
                border-bottom: #ededed 1px solid;
                display: block;}

.recent-blog> li a{padding: 8px 0;
                   border-bottom: #ededed 1px solid;
                   display: block;} 

.recent-blog> li a .media>img{width:60px;height: 60px;
                              object-fit: cover;}

.blog-comment> .media>img{width:100px;}
.blog-comment .active{
    font-weight: bold;
}
/*.owl-wrapper{
    width: 100% !important;
}
*/
.blogdiv {position: relative;margin-bottom: 40px;}
.blog-details ol {
  margin-bottom: 2em;
}
.blog-details ol li {
  padding: 0.5em 0.5em 0.5em 2em;
  counter-increment: li;
  position: relative;
}
.blog-details ol li:before {
  content: counter(li);
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  position: absolute;
  left: 0em;
}


/* get-featured section : start*/
#get-featured{margin: 40px 0 10px 0;}
.get-featured-bg{background: #ccc;}
.get-featured-box{width: 60%;margin: auto;padding: 30px 0px 20px;}
#get-featured .featured-left{width: 40%;float: left;}
#get-featured .feature-item{width: 20%;float: left;}
#get-featured .featured-left h3{font-weight: 600;line-height: 1;margin: 0;color: #333;font-size: 2rem;}
#get-featured .featured-left .social-icons span{color: rgba(0, 0, 0, 0.4);border-right: 1px solid rgba(0, 0, 0, 0.3);font-size: 1rem;margin: 0 .2rem 0 0;padding: 0 .5rem 0 0;}
#get-featured .featured-left .social-icons a:last-child span{border-right:0px;}
#get-featured .feature-item a{display: block;text-align: center;border-right: #bfbfbf 1px solid;}
#get-featured .feature-item:last-child{border-right:0px !important;}
#get-featured .feature-item a span:first-child{width: 45px;height: 45px;border-radius: 50%;font-size: 1.2rem;display: inline-grid;align-items: center;background-color: rgba(0, 0, 0, 0.5);margin: 0 0 .3rem 0;text-align: center;color: #fff;}
#get-featured .feature-item a span:last-child{display: block;font-size: .9rem;}
 /*get-featured section : end */
 .showblogdate{display: none;}
 
@media (max-width :1024px){
  .get-featured-box{width: 90%;}
  }

@media (max-width :640px){
    
    .bloguser:before{display: none;}
    .blogdiv {margin-bottom: 0px;}

.blogdatemob{display: none;}

.showblogdate{width: 100%;float: left;display: block;/*padding: 20px 30px;*/}
.blogdatemobnew{width: 50%;float: left;    font-size: 1.2em;
  font-weight: 600;}
.blogusermobnew{width: 50%;float: left;}
.bloguser span{margin: -5px 0 0px;float: right;    width: 30px;
  height: 30px;}
}
@media (max-width :576px){
  #blog .blog-readmore{text-align: left;}
  /*    .blogdate{margin-left: 15px;}*/
      .blogdivBlg h5{font-size: 1em !important;}
      .blogdivBlg h5{font-size: 1.1em !important;}
      .ecoimglogo {margin: 15px auto;max-width: 260px;}
      .ecoimglogo li{padding: 30px;}
      .ecoimglogo li img{max-width: 100%;}
      #get-featured .featured-left h3{font-size: 1.4rem;}
}

@media (max-width :380px){
  #get-featured .featured-left{width: 100%;margin-bottom: 15px;    text-align: center;}
  #get-featured .feature-item{width: 30%;}
}