nav {
    z-index: 100;
}

.blog-head {
    min-height: 15rem;
    display: flex;
    align-items: center;
    margin-top: -3.5rem;
}

h1{
    color: #183660;
}
.social-share a{
    text-decoration: none;
    background-color: #183660;
    color: #fff;
    padding: 15px;
    margin: 0 1rem;
    border-radius: 49%;
}
.social-share svg{
    padding:3px;
}
.blog-bg {
    background: url('../images/new/blog-banner.webp');
    background-position: center;
    background-size: cover;
}


.blog-card {
    display: flex;
    margin-right: auto;
    margin-top: -6rem !important;
    z-index: 1;
    flex-direction: column;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.blogcontent h2, .news-container h2,
.blogcontent h3 {
    color: #183660;
}

.blogcontent .seperator, .news-container .seperator {
    width: 65%;
    height: 3px;
    background: rgb(248, 209, 34);
}

.blogcontainer {
    display: grid;
    grid-template-columns: 4rem 3fr 1fr 2rem;
    margin-top: -5rem;
    grid-column-gap: 2rem;
}

.blogcontainer a, .news-container a {
    color: #dba905;
}

.blogheader {
    grid-column: 2/3;
}

.blogcontent {
    grid-column: 2/3;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.4;
}

.aside {
    margin-top: 6rem;
}

.aside {
    position: sticky;
    height: fit-content;
    top: 15%;
    right: 0;
}

.breadcrumb a {
    color: #183660;
}

.table-content a {
    text-decoration: none;
    color: #183660;
    font-size: 15px;
    font-weight: 500
}

.table-content {
    list-style-type: none;
    /* padding-left: 0 */
}
.contact-banner{
    margin-top: -4rem;
    /* right: 12rem; */
}
.contact-banner a{
    background-color: #183660;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    padding:8px 12px;
    text-decoration: none;
    border-radius: 12px;
}
.tag {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tag a {
    background-color: #f7f7f7;
    display: inline-block;
    color: #717171;
    font-size: 14px !important;
    margin: 0 2px 10px;
    padding: 9px 9px 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, .12);
}

.divider::before {
    position: absolute;
    top: -1.5px;
    left: 50%;
    width: 100px;
    height: 3px;
    margin-left: -50px;
    content: "";
    background-color: #26639e;
}
@media only screen and (max-width:1100px){
    .contact-banner{
        margin-top: -3rem;
    }
}
@media only screen and (max-width: 786px) {
    .blogcontainer {
        grid-template-columns: 0 2fr 1fr 0;
    }
    .blog-bg{
            background: #0e4686de !important;
        }
}

@media only screen and (max-width: 992px) {
    .blogcontainer {
        grid-template-columns: 0 3fr 1fr 0;
    }

    .blogheader {
        grid-column: 2/4;
    }

    .blogcontent {
        grid-column: 2/4;
    }

    aside {
        grid-column: 1/4;
        margin-top: 0 !important;
    }
      .blog-bg{
            background: #0e4686de !important;
        }
    
}
