 .mbr-overlay {
     background-color: #eeeeee;
     bottom: 0;
     left: 0;
     opacity: 70%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 }

 .blogs-block {
     width: 100%;
     height: 100%;
 }

 .section-heading-services::before {
     position: absolute;
     width: 70%;
     content: "";
     height: 4px;
     background: #F64C71;
     bottom: 0;
 }

 .section-heading-services {
     font-size: 50px;
     text-align: center;
     color: #333438;
     position: relative;
 }

 .blogs-desc {
     padding-top: 40px;
     width: 50%;
     /* display: flex; */
     justify-content: center;
     margin: auto auto;
 }

 .blogs-block-inner {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .blogs-blocks-main {
     display: flex;
     height: 100%;
     align-items: center;
     justify-content: space-evenly;
 }

 .blogs-blocks {
     position: relative;
     height: auto;
     margin: 2px;
     width: 300px;
     background-color: rgb(243, 244, 239);
     color: black;
     text-align: center;
     flex-direction: column;
 }

 .blogs-content-inner {
     /*  display: flex;
    flex-direction: column; */
     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-section-heading-block {
     width: 30%;
     display: flex;
     align-items: center;
     justify-content: center
 }

 .blogs-blocks-img {
     top: 0%;
     left: 0%;
     width: 95%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     border-radius: 5px;
     height: 50%;
 }

 .blogs-block-img {
     height: 100%;
     position: relative;
     overflow: hidden;
     margin-left: 15px;
     margin-right: 15px;
     margin-top: -30px;
     border-radius: 6px;
     background-color: red;
     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%);
 }

 .blogs-block-img img {
     /* width: 100%;
    height: 100%; */
     width: 300px;
     height: 200px;
     vertical-align: middle;
 }

 .blogs-block-content {
     margin-top: 10px;
 }

 .blogs-block1-img {
     background-image: url(../images/gis.jpg);
     background-position: center;
 }

 .blogs-block-heading {
     font-size: 15px;
     font-weight: normal;
     position: relative;
     display: inline-block;
     padding-bottom: 8px;
 }

 .blogs-block-heading::before {
     position: absolute;
     width: 100%;
     content: "";
     height: 2px;
     background: #875992;
     bottom: 0;
 }

 .blogs-block-p {
     padding: 10px;
     font-size: 14px;
 }

 .blog-read-details-share {
     display: flex;
 }

 .blog-read-details {
     display: flex;
     justify-content: right;
     width: 50%;
 }

 .blog-share-div {
     width: 50%;
     display: flex;
     justify-content: space-around;
 }

 .blog-read-details a {
     color: whitesmoke;
     background-color: #333438;
     font-size: 12px;
     padding: 5px;
     display: block;
     width: 100%;
 }


 #page_navigation_blog {
     margin-top: 55px;
     clear: both;

     text-align: center;
     position: relative;
 }

 #page_navigation_blog a {
     padding: 3px 10px;
     border: 1px solid black;
     margin: 2px;
     color: black;
     text-decoration: none
 }

 .all_link_blog {
     background-color: rebeccapurple !important;
     color: whitesmoke !important;
 }

 .blog-section-inner {
     display: flex;
 }

 @media screen and (max-width: 600px) {
     .blog-section-inner {
         flex-direction: column;
     }

     .section-heading-services {
         font-size: 20px;
         text-align: center;
         color: #333438;
         position: relative;
     }
     .blog-section-heading-block{
        width: 100%;
     }
     .blogs-blocks-main{
        width: 100% !important;
     }
     .blogs-blocks{
        margin-top: 40px;
     }
 }