.blog_img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}

.blog_image {
    /* height: 275px; */
    overflow: hidden;

}

.blog_card:hover .blog_img {
    transform: scale(1.3);
}

.blog_card {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px, rgba(17, 12, 46, 0.08) 0px 48px 60px 0px;
    background: #ffffff;
    transition: box-shadow cubic-bezier(.4, 0, .2, 1) .4s, transform cubic-bezier(.4, 0, .2, 1) .4s;
}

.blog_title {
    font-size: 19px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    height: 50px;
}

.blog_para {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_anchor {
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #01572e;
}

.blog_anchor a:hover {
    color: #01572e;
}

.blog_content {
    padding: 25px;
}

.date {
    position: relative;
    padding-left: 16px;
}

.date::before {
    content: "";
    background: #01572e;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 10px;
    z-index: 3;
    left: 0;
}

.in_img {
    position: absolute;
    color: #01572e;
    background-color: white;
    padding: 5px 10px;
    left: 2%;
    bottom: 5%;
    font-weight: bold;
}







.quotes {
    margin: 20px auto;
    padding: 50px 70px;
    background-color: hsla(0, 0%, 98%, .9);
    background-image: url("../img/blog/quote.png");
    background-position: 30px 70%;
    background-repeat: no-repeat;
    background-size: 15% auto
}

.quote_para {
    font-size: 20px;
    line-height: 1.5 !important;
    margin-bottom: 0;
}

.highlight {

    position: relative;
    padding-top: 15px;
    display: block;
    font-size: 20px;
    color: #01572e;
    padding-left: 24px;
}

.highlight::before {
    content: "";
    position: absolute;
    background-color: #01572e;
    width: 10px;
    height: 2px;
    z-index: 2;
    left: 0;
    bottom: 12px;
}

.view_para {
    font-size: 18px;
    color: #6c6b6b;
    line-height: 1.5;
    letter-spacing: .04em;
    padding-top: 10px;
}

.view_ul {
    list-style: disc !important;
    color: #6c6b6b;
    padding-left: 25px;
}

.view_heading {
    padding-top: 15px;
    color: #01572e !important;
    font-size: 34px !important;
    font-weight: bold !important;
}

.view_h3 {
    padding-top: 15px;
    color: #01572e !important;
    font-size: 42px !important;
    font-weight: bold !important;
    line-height: 1;
}

.comments {
    width: 100%;
    border: 1px solid #01572e;
}

.inputs {
    /* padding: 10px 5px; */
    /* font-size: 18px; */
    color: #6c6b6b;
}

.detail {
    border: 1px solid #01572e;
}
.blog_recent:after {
    position: absolute;
    top: 11%;
    right: 0;
    left: 0;
    margin-top: -2px;
    height: 4px;
    background-color: #f2f2f2;
    content: '';
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/* .comment_btn {
    background-color: #01572e;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-size: 17px;
    font-weight: 500;
} */

.recent {
    position: sticky;
    /* top: 300px; */
}

.recent_post {
    color: #01572e !important;
    font-size: 24px !important;
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 0;
    background-color: #fff;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
    line-height: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.view_paras {
    font-size: 19px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:500px) {
    .view_para {
        font-size: 14px !important;
    }

    .view_h3 {
        font-size: 2px !important;
    }

    .view_heading {
        font-size: 24px !important;
    }

    .blog_anchor {
        font-size: 12px !important;
    }

    .blog_para {
        font-size: 15px !important;
    }

    .quote_para {
        font-size: 14px !important;
    }
}

.blog_imgs {
    width: 100%;
    height: 100px;
    object-fit: contain;
}