body
{
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.bloger-grid {
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px ridge rgb(241, 241, 241);
    padding: 20px 0px 20px 20px;
}
.blog-img {
    float: left;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgb(223 223 223);
}
.text-black
{
    color:#d93920;
}
.text-blue
{
        color: #6060dd;
    font-weight: bold;
}
h1{ 
color:black;
  text-decoration: none;
  font-size:19px !important;
 }
 p{ 
text-align: justify;
  }
.blog_detail_div
{
    min-height: 450px;
    padding: 35px 20px;
}
.date_p
{
    font-weight: bold;
    padding: 10px 0 0 0;
    color: #d93920;
}

 .content h1{ 
 text-decoration: none;
  }

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;

}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.sidebar {
  float: right;
    width: 20%;
    padding-bottom: 10px;
    background-color: #eee;


}
.footer{ 
 background-color: #555;
    color: #fff;
    clear: both;
 }
 .footer a{ 
   color: #F272EC;
   text-decoration: none;
  }

 .readbtn{ 
    transition: all linear 0.2s;
    background: #c9302c;
   
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;

  color: white;
  }
  .readbtn a{
text-decoration: none;
color: #FEFEFE;
   }

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}




