.blog_listing_hero p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: white;
    margin-bottom: 0;
}

.blog-listing {
    padding: 80px 0;
}

.blog-post.full-width {
    width: 100%;
    margin-bottom: 40px;
}

.blog-post.half-width {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog-post.half-width img {
    height: 210px;
}

.blog-post h2 {
    font-size: 24px;
    color: #02388F;
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-post.half-width h2 {
    font-size: 20px;
}

.blog-post p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-post-read-more {
    border-radius: 12px;
    border: 1px solid #02388F;
    padding: 5px 25px;
    display: inline-flex;
}

.blog-post-read-more a {
    font-size: 14px;
    color: #02388F;
}

.blog-sidebar input {
    width: 100%;
    padding: 9px 15px 9px 42px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    border: 0.5px solid #6D6D6D;
    background: #FFF;
    line-height: 140%;
}

.blog-sidebar input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.blog-sidebar h2 {
    color: #02388F;
    margin-top: 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.blog-sidebar a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.blog-sidebar.global_style .red_dot_ul li {
    margin-bottom: 10px;
}

.sidebar_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sidebar_tags li a {
    padding: 5px 20px;
    background: #CFD6DC;
    border-radius: 5px;
}

.sidebar_tags li:first-child {
    margin-bottom: 5px;
}

.blog-sidebar-popular-article-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.blog-sidebar-popular-article-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.blog-sidebar-popular-article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.blog-sidebar-popular-article-content h4 {
    font-size: 14px;
    color: #02388F;
    font-weight: 400;
}

.blog-sidebar-popular-article-content p {
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 300;
    margin-bottom: 0;
}

.blog-sidebar-popular-article-content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-sidebar-popular-article-content img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.blog-listing .col-md-5 {
    padding-left: 50px;
}

.blog-listing .page-numbers.current {
    padding: 7px 20px;
    border-radius: 8px;
    color: white;
    background: #02388F;
}

.blog-listing .page-numbers {
    border-radius: 8px;
    color: black;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-listing .page-numbers.next,
.blog-listing .page-numbers.prev {
    border-radius: 8px;
    color: #02388F;
    display: inline-flex;
    align-items: center;
    border: 1px solid #02388F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    font-size: 14px;
    width: unset;
    height: 100%;
    padding: 8px 20px;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.blog-listing .page-numbers.prev {
    margin-right: 15px;
}

.blog-listing .page-numbers.next {
    margin-left: 15px;
}

.blog-listing .page-numbers.prev svg {
    margin-right: 10px;
}

.blog-listing .page-numbers.next svg {
    margin-left: 10px;
}
.blog-listing{
    padding: 150px 0px 80px 0px
}
.blog-listing .blog-post-single-title h1{
    text-align: center;
    color: #02388F;
text-align: center;
font-size: 40px;
font-weight: 400;
line-height: 60px; 
letter-spacing: -0.8px;

}
.blog-post-single-info{
    display: flex;
    justify-content: space-between;
}
.blog-post-single-info-author{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.blog-post-single-info-author h3{
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 18px;
}
.blog-post-single-info-author p{
    margin-bottom: 0;
    font-size: 18px;
}
.blog-post-single-info-tags a{
    border-radius: 6px;
    background: #02388F;
    padding: 7px 20px;
    color: white;
    font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.blog-post-single-tabs ul{
    justify-content:space-between;
    margin-bottom: 40px;
 }
 .blog-post-single-tabs ul li a{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.blog-post-content h2, .blog-post-content h3{
    margin-top: 20px;
}
.blog-post-content{
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .blog-post-single-info{
        flex-direction: column;
    }
    .blog-post-single-info-author{
        margin-bottom: 20px;
    }
    .blog-post-single-info-tags{
        margin-bottom: 20px;
    }

}
@media (max-width: 767px) {
    .blog-post-single-info {
        flex-direction: column;
        align-items: center;
    }
    .blog-post-single-tabs{
        display: none;
    }
    .blog-listing .blog-post-single-title h1{
        font-size: 30px;
        line-height: normal;
        margin-top: 15px;
    }
    .blog-post-single-info-tags a{
        padding: 13px 20px;
    }
    .blog-listing {
        padding: 130px 0px 80px 0px;
    }
    .blog-post-content h2, .blog-post-content h3 {
        margin-top: 20px;
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .blog-listing .col-md-5{
        padding-left: 20px;
    }
    .blog-sidebar-popular-article-img img{
        height: 100%;
    }
    .blog-post.half-width{
        width: 100%;
    }
    .blog-pagination{
        margin-bottom: 40px;
    }
    .blog-post.half-width img{
        height: unset;
    }
    .blog-listing.container > .row{
        width: 100%;
        margin: 0px auto;
    }
}
@media screen and (max-width: 575px) {
    .blog-listing .col-md-5{
        padding-left: 15px;
    }
}