#detail-breadcrumbs {
    margin-top: 101px;
    background-color:#207ebc;
}

#detail-breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 0;
}

#detail-breadcrumbs a:last-child {
    color: #fff;
}
#detail-breadcrumbs ul li {
    flex-shrink: 0;
}
#detail-breadcrumbs ul li a {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
}

#detail-breadcrumbs ul li i {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.3);
}
.blog-details{
    background-color: #F2F4F7;
    padding: 100px 0 90px;
}

.blog-detail-colwidth img {
   
}
.blog-detail-content p img{width: 100%;}
.blog-detail-title {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #444;
}
.blog-detail-info {
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-time {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}
.blog-details h2 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #444;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 0px 25px;
}
@media (max-width:767px) {
    .blog-details {
        padding-top:20px ;
    }
    .blog-detail-colwidth {
        width: 100%;
        padding: 10px;
    }
    .blog-detail-title {
        font-size: 26px;
    }
}