.bdp_wrapper.blog_carousel {
    position: relative;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px !important;
}

.bdp_wrapper.blog_carousel .flex-control-nav {
    position: relative;
}

.bdp_wrapper.blog_carousel .flex-direction-nav .flex-next {
    right: 15px !important;
    top: 20px;
}

.bdp_wrapper.blog_carousel .flex-direction-nav .flex-prev {
    top: 20px;
    right: 50px;
    left: auto !important;
}

.bdp_wrapper.blog_carousel .flex-direction-nav a {
    margin-top: 0px;
    opacity: 1;
    width: auto;
    height: auto;
}

.bdp_wrapper.blog_carousel .flex-direction-nav a:before,
.bdp_wrapper.blog_carousel .flex-direction-next a:before {
    display: none;
}

.bdp_wrapper.blog_carousel .flex-nav-prev .arrow1 {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 20px;
    width: 21px;
}

.bdp_wrapper.blog_carousel .flex-nav-next .arrow1 {
    background-repeat: no-repeat;
    background-position: -20px 0;
    height: 20px;
    width: 22px;
}

.bdp_wrapper.blog_carousel li.blog_template.bdp_blog_template {
    padding-bottom: 30px;
}

.bdp_wrapper.blog_carousel .bdp-post-image img {
    width: 100%;
    object-fit: cover;
}

.bdp_wrapper.blog_carousel .blog_header {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: -40px;
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.bdp_wrapper.blog_carousel .blog_header .bdp_social_share_postion.center_position {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.read-more a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.bdp_wrapper.blog_carousel .metadatabox .mauthor {
    line-height: 10px;
}
.bdp_wrapper.blog_carousel .metadatabox .tags > i::before {
    font-weight: 900;
}
@media screen and (max-width: 991px) {
    .bdp_wrapper.blog_carousel .blog_header {
        max-width: 85%;
    }
}