/*  .heading-banner{
    padding-top: 72px;
    padding-bottom: 70px;
    background-image: url(../Images/Slider/Main_Slider/2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #eeeeee;
 }
 */
/* .blog_main_heading::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 4px;
    background: #F64C71;
    bottom: 0;   
    z-index:1;
}
 */
.blog_main_heading {
    position: relative; 
    padding-top: 1em;
    font-size: 3em;
    z-index: 1;
    color: darkorange;
    letter-spacing: 0.1em;
     text-transform: uppercase;  
}
.para-date {
    background-color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 6px;
    color: black;
    font-weight: normal;
}
.para1-heading{
    background: #4d6de6;
    color: white;
    font-size: 17px;
    text-align: center;
    /* border-radius: 10px; */
    padding: 8px;
    font-weight: normal;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-decoration: underline;
}
.heading-banner {
    position: relative; 
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-banner::before {    
      content: "";
      background-image: url(../Images/Slider/Main_Slider/2.jpg);
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
      background-size: cover;
      background-position: 0% 25%;
      background-repeat: no-repeat;
      background-size: cover;
}

.para1-blog{
    width:80%;
}
.other-blogs{
 
    width: 20%;
    z-index: 3; 
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    padding: 10px;
    font-size: 13px;
    border: 10px solid darkorange;
    padding: 0px 0px 0px 0px;
    
}
.para-with-other-blog{
    height: 400px;
    display: flex;
    align-items: center;
    z-index: 3;
    margin: 0px 50px 0px 50px;
    padding: 40px;   position: absolute;
    width: 100%;
}
.other-blog-items{
    display: flex;
    border-bottom: 1px solid lightgray;
    padding: 2px;
}
.other-blog-items-desc{
    padding: 10px;
}
.other-blog-item-img{
    border-radius: 5px;
}
.other-blogs-slider{
   
   /*  padding-top: 20px;
    /* background-color: darkorange; */
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 5px;
/*     border-bottom: 1px solid lightgray;   */

}
.other-blog-slider-heading{
    text-align: center;
    color: white;
    background: maroon;
    font-weight: 100;
    font-size: 15px;
     
}
.some-other-blog-heading{
    text-align: center;
    font-size: 20px;
}

.content-blog{
    z-index:3;
}

.container-blog {
    background: #fff;
    padding: 1rem 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    position: relative;
}

.content-blog {
    column-count: 2;
    column-gap: 2rem;
    margin: 0;


}

.content-blog p {
    padding: 20px;
    font-size: 14px;
 
}

@media screen and (max-width: 768px) {
    .blog-container-dm {
           padding: .75rem 1.5rem;
           max-width: 800px;
    }

    .blog-content-dm {
           column-count: 1;
    }
}