/* blog section */
.blog-items-row .blog-item {
    background: #F3F2F4;
}


.news_section.bg_img {
    background-position: bottom -89px center ;
    background-size: cover;
}

.blog-items-row .blog-item hr{
    margin: 10px 30px;
    color: #60A7DB;
    opacity: 1;
}
.news_blog_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.blog-items-row .blog-item .blog-date {
    margin-bottom: 10px;
}
.blog-items-row .blog-item  .blog-title{
    margin-bottom: 15px;
}
.blog-items-row .short-content {
    margin-bottom: 0px;
}
.news_blog_wrapper .button-area a{
    padding: 11.5px 40px;
}
.blog-items-row .read-more-sec .share-post svg path {
    stroke: #2A5CA8;
}

.blog-items-row .read-more-sec .share-post svg path{
    stroke: #2A5CA8 !important;
}
.blog-items-row .read-more-sec .share-post:hover svg path{
    stroke: #132048 !important;
}





/* service section */
.services_dept {
    box-shadow: none !important;
    background: transparent !important;
    text-align: left !important;
    align-items: center;
    padding: 0;
}
.services_dept h2 {
    margin: 80px 0;
    text-align: left;
}

.common-heading strong {
    padding-right: 7px;
}
.icon-with-text-section .icon-with-text-area .grid-box > a p {
    width: 100%;
}
.icon-with-text-section > div {
    max-width: 1230px;
}



@media(max-width:1086px){
    .news_blog_header{
        padding-bottom: 26px;
    }
    .showDesk{
        display: none;
    }
    .news_blog_wrapper .blog-items-row .blog-item:nth-child(n+3){
        display: none;
    }
    .button-area.showMobile{
        margin-top: 50px;
    }
}
@media(min-width:1086px){
    .showMobile{
        display: none;
    }
    
}
@media(max-width:739px){
    .news_blog_wrapper .blog-items-row .blog-item:nth-child(n+2){
        display: none;
    }
    .news_section > .container-1492{
        padding-top: 98px !important;
    }
}
@media(max-width:575px){
    .news_blog_header {
        flex-wrap: wrap;
    }
    .pets_card_item {
        width: 100%;
        height: 461px;
    }
    .news_blog_wrapper .short-content p{
        -webkit-line-clamp: 5;
    }
    .pets_list{
        flex-direction: column;
        align-items: flex-start;
    }
}