ï»¿/***********start blog main container************/

.c1{
left:0;
}

.blog-container4 {
    width: 85%;
    margin: 70px auto;
}

.blog-holder-row {
    width: 100%;
    display: flex;
    margin: 21px 0;
    justify-content: space-between;
    flex-wrap:wrap;
}

.blog-detail2 {
    width: 49.4%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .blog-detail2:hover .blog-detail-footer div i {
        color: #D40569;
    }

    .blog-detail2 .blog-detail-thumbnail {
        width: 100%;
        background: url("../img/contact-us-mobile.jpg") no-repeat bottom;
        background-size: cover;
        height: 400px;
    }


        .blog-detail2 .blog-detail-thumbnail .post-date {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            width: 60px;
            height: 75px;
            background-color: #393CB4;
            border-radius: 0 0 12px 0;
            color: #fff;
        }

.blog-detail-header, .blog-detail-para {
    padding: 6px 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .blog-detail-header h1 {
        text-align: left;
        font-weight: bolder;
        font-size: 1.3rem;
        margin-top: 8px;
    }

        .blog-detail-header h1 a {
            color: #373737;
        }

    .blog-detail-para p {
        color: #4e4e4e;
        font-size: 1rem;
        line-height: 25px;
    }

.blog-detail-btn {
    padding: 20px 20px;
}

    .blog-detail-btn a {
        transition: all 0.5s;
        border-radius: 5px;
        color: #D40569;
    }

.blog-detail-footer {
    padding: 15px 10px;
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .blog-detail-footer div {
        display: flex;
        align-items: center;
    }

        .blog-detail-footer div i {
            color: #4e4e4e;
            font-size: 1.4rem;
            padding-right: 5px;
        }

        .blog-detail-footer div span {
            color: #4e4e4e;
            font-size: 1rem;
        }

            .blog-detail-footer div span a {
                color: #4e4e4e;
                font-size: 0.9rem;
                padding-left: 5px;
            }

.blog-tags-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid gray;
    margin-bottom: 15px;
}

.blog-tags {
    display: flex;
    align-items: center;
}

    .blog-tags ul {
        margin: 0 10px;
    }

    .blog-tags li {
        list-style: none;
        display: inline-block;
        padding: 6px 8px;
        border-radius: 5px;
    }

        .blog-tags li:hover {
            background-color: rgba(57, 60, 180, 0.5);
        }

        .blog-tags li a {
            font-size: 0.9rem;
            color: #393CB4;
        }
/*.blog-detail .blog-detail-thumbnail img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/***********end blog main container************/

/*///////////////////////////////meysam additional css////////////*/
.blog-detail-content {
    width: 100%;
    height: 33%;
}


@media screen and (max-width: 1180px) {
    .blog-detail {
        width: 100%;
    }
    .blog-detail2 {
        width: 70%;
        margin:auto;
        margin-top:3vh;
    }
    
}
@media screen and (max-width: 1180px) {


    .blog-detail2 .blog-detail-thumbnail {
        height: 250px !important;
    }
}
@media screen and (max-width: 720px) {


    .blog-detail2 .blog-detail-thumbnail {
        height: 170px !important;
    }
}

@media screen and (max-width: 550px) {


    .blog-detail2 {
        width: 90%;
        
    }
}
@media screen and (max-width: 350px) {


    .blog-detail2 {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {


    .blog-detail-footer div span, .blog-detail-footer div span a {
        font-size: 0.8rem;
    }
    .blog-detail-footer div i {
        font-size: 1rem;
    }
}
@media screen and (max-width: 290px) {


    .blog-detail-footer div span, .blog-detail-footer div span a {
        font-size: 0.7rem;
    }

    .blog-detail-footer div i {
        font-size: 0.9rem;
    }
}