.blog-section{
  background-color: #f4f4f4;
  padding: 50px 0px;
  display: inline-block;
  width: 100%;
}

.blog-left{
  width:70%;
  float: left;
  margin-right: 2%;
}

.blog-left .box{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 35px;
}

.blog-left .box ul li{
  float: left;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
}

.blog-left .box ul li:last-child {
   padding-right: 0px;
}

.blog-left .box ul li b{
 color: #0d7f28;
}

.blog-left .box h1{
  color: #03315f;
  font-size: 28px;
  margin-bottom: 17px;
}

.blog-left .box p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
/*  padding-bottom: 25px;*/
}


.blog-left .box .readmore{
  float: left;
  width: 70%;
  margin-top: 13px;
}

.but_medium5 {
    color: #0d7f28;
    padding: 12px 35px;
    background-color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #0d7f28;
    font-family: 'Open Sans', sans-serif;
}

.but_medium5  a{
    color: #0d7f28;
    
}


.blog-left .box .shareit{
 float: left;
  width: 30%;
  padding: 13px 32px 7px 32px;
  background-color: #f4f4f4;
  border-radius: 25px;
  border: 1px solid #f2f2f2; text-align: center;
}
.blog-left .box .shareit i{
color: #454545;
font-size: 18px;
}



.blog-right{
  width:28%;
  float: left;
}

.blog-right .box{
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
.blog-right .box h3{
  color: #03315f;
  font-size: 22px;
  margin-bottom: 17px;
}

.blog-right .box h4{
  color: #076326;
  font-size: 16px;
  margin-bottom: 17px;
  margin-top: 0px;
}

.blog-right .box p{
   font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
     padding-bottom: 35px;
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
    text-align: justify;
}

.blog-right .box p:last-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-right .box .popular-post p{
   font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
  border-bottom: 0px solid #eee;
 text-align: justify;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog-fotter{
  padding: 0px;
}

.blog-left .blog-fotter .older{
  float: left;
  width: 76%;
  margin-top: 8px;
}

.blog-left .blog-fotter .older span, .blog-left .blog-fotter .Newer span{
padding:12px 20px 8px 22px;
  background-color: #000;
  border-radius: 25px;
  border: 1px solid #000; 
  text-align: center;
  color: #fff;
}
.blog-left .blog-fotter .Newer{
 float: right;
 /* width: 24%;
  padding: 12px 35px;
  background-color: #000;
  border-radius: 25px;
  border: 1px solid #000; 
  text-align: center;
  color: #fff;
  line-height: 10px;*/
}
.blog-left .blog-fotter .Newer i{
color: #fff;
font-size: 18px;
}

.margin-bottom5{margin-bottom:50px;}

.blog-detail textarea{
  width: 100%;
  border:1px solid #e5e5e5;
}

.blog-left .blog-detail h1{
  color: #03315f;
  font-size: 28px;
  margin-bottom: 17px;
}
.blog-left .blog-detail{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 35px;
}

.blog-left .blog-detail ul li{
  float: left;
  padding-right: 53px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
}

.select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px; 
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    outline: none;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    
}
.but_thumbs_up{
  background-color: #0d7f28;
  padding:10px 25px;
  border:1px solid #0d7f28;
  border-radius: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.post_holder .left{    width: 85px;
    float: left;
    display: inline-block;
    padding-right: 15px;}
.post_holder .right{    width: calc(100% - 85px);
    float: left;
    display: inline-block;
    padding-right: 20px;}
.post_holder{
      display: inline-block; width: 100%; 
      clear: both; margin-bottom: 6px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
}
.post_holder:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.img_size1{margin-bottom: 15px}
@media only screen and (max-width: 575px) {
.blog-left{
  width: 100%;
  margin-right: 0px;
  float: none;
}
.blog-right{
  width: 100%;
  margin-right: 0px;
  float: none;
}

.blog-left .box ul li {

    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
   display: block;float: none;
}
.nice-select.select{width: 100%;}
.blog-left .box .shareit {
    float: none;
    width: 182px;
    padding: 12px 10px 5px 6px;
    
    display: block;
    clear: both;
    margin-top: 25px;
}
.blog-left .box .readmore {

    width: 100%;
    margin-top: 25px;
    float: none;
}
.blog-left .box .readmore .but_medium5 {
   
    padding: 10px 42px;
  
}
.blog-left .box h1 {
    
    font-size: 20px;

    margin-top: 12px;
}
.blog-left .blog-fotter .older span, .blog-left .blog-fotter .Newer span {
    padding: 10px 14px 6px;
    
    font-size: 11px;
}
.blog-left .blog-fotter .older {
    float: left;
    width: auto;
    margin-top: 0px;
}
.blog-fotter {
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}
.blog-left .blog-fotter .Newer i {
    color: #fff;
    font-size: 11px;
}
.blog-section {
   
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}
.blog-right .box{margin-bottom: 0px;}
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .blog-left{
  width: 100%;
  margin-right: 0px;
  float: none;
}
.blog-right{
  width: 100%;
  margin-right: 0px;
  float: none;
}

.blog-left .box ul li {

    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
 /*  display: block;float: none;*/
}
.blog-left .box .shareit {
       /* float: none; */
    width: 182px;
    padding: 12px 14px 5px 10px;
    /* display: block; */
    /* clear: both; */
    /* margin-top: 25px; */
    float: right;
}
.blog-left .box .readmore { width: auto;}
.blog-left .blog-fotter .older span, .blog-left .blog-fotter .Newer span {
    padding: 10px 14px 6px;
    
    font-size: 11px;
}
.blog-left .blog-fotter .older {
    float: left;
    width: auto;
    margin-top: 0px;
}
.blog-fotter {
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}
.blog-left .blog-fotter .Newer i {
    color: #fff;
    font-size: 11px;
}
.blog-section {
   
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}
.blog-right .box{margin-bottom: 0px;}
.blog-left .box h1 {
    
   

    margin-top: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-left .box ul li {
        padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
   
}
.blog-left .box .shareit {
   
    padding: 13px 8px 7px 8px;
    
}
.blog-left .box h1 {
   
    margin-top: 25px;
}
.blog-left .blog-fotter .older{width: auto; margin-top: 0px;}
}