﻿.article_img {
    max-width: 100%;
    height: auto;
    display: block;
}


.bg-blog-blue
{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,247,252,1) 100%);
}


.h1-blog
{
    font-size: 40px;
    color: rgb(0, 32, 77);
}

.post-body h2
{
    letter-spacing: normal;
    color: #0d0d0d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
    color: rgb(0, 32, 77);
}

.post-body h3
{
    letter-spacing: normal;
    color: #0d0d0d;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 36px;
    margin-bottom: 8px;
    color: rgb(0, 32, 77);
}

.post-body p
{
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: rgba(36, 49, 67, 0.9);
}


.blog-head-date
{
    color: #0069d1;
    font-weight: 500;
    font-size: 16px;
}

    .blog-head-date a
    {
        color: #0069d1;
        text-decoration: none;
    }

        .blog-head-date a:hover
        {
            text-decoration: none;
        }



.table-of-contents h2
{
    font-size: 16px !important;
    letter-spacing: normal;
    font-weight: 700;
    color: #0d0d0d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
    color: rgb(0, 32, 77);
}

.table-of-contents p
{
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 400;
    color: rgba(36, 49, 67, 0.9);
}

.table-of-contents a
{
    color: #6192ed;
}

    .table-of-contents a:hover
    {
        text-decoration: none;
    }


@media screen and (max-width: 1023px)
{
    .h1-blog
    {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 767px)
{
    .related-posts-hide
    {
        display: none;
        visibility: hidden;
    }

    .table-of-contents-hide
    {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 575px)
{
    .h1-blog
    {
        font-size: 24px !important;
    }
}




.cta-main
{
    border: 1px solid #c4d8f5;
    border-radius: 4px;
    background: #f5f7fc;
    background-color: #f5f7fc;
}

@media screen and (max-width: 992px)
{
    .cta-main
    {
        display: none;
    }
}
.cta-service-title
{
    font-weight: 300;
    font-size: 1.26rem;
    margin-left: 1em !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.cta-service-link
{
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    border-radius: 0px;
    background: rgb(46, 163, 242);
    float: right;
}

    .cta-service-link:hover
    {
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Social links
--------------------------------------------------------------*/
.socials
{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto 24px;
    align-items: center;
}

.social-label
{
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
    margin-inline-end: 8px;
    display: inline-block;
    color: rgb(36, 49, 67);
    opacity: .9;
}

.a-social
{
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.a-social__icon
{
    height: 16px;
    width: 16px;
    fill: #0069d1;
}

.a-social__link
{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 8px;
}



.blog-main
{
    display: flex;
}

.table-of-contents
{
    flex: 20%;
}

.post-body
{
    flex: 80%;
}

.related-posts
{
    flex: 20%;
}

.related-post
{
    background-color: #f8f9fa;
    padding: 0.5rem !important;
}

@media screen and (max-width: 767px)
{
    .blog-main
    {
        flex-direction: column;
    }

    .table-of-contents .post-body .related-posts
    {
        flex: 100%;
    }
}

