ul.img-tab {
    text-align: left;
    padding-left: 20px ;
    color: #dc6c00;
}
a.btn.btn-default-pink-fill {
    background: #cb6707;
    color: white;
    font-size: 18px;
}
a.btn.btn-default-yellow-fill {
    background: #c3660c;
    color: white;
    font-size: 18px;
}
.menu-wrap {
    background: linear-gradient(136deg,#0a1e26 15%,#229acb);
    padding: 10px 0 !important;
}

.d-flex.justify-content-between.mb-3.align-items-center {
    float: right
}

li h6 {
    font-size: 16px
}
.blog-card-right {
    box-shadow: rgb(30 30 33 / 13%) 1px 2px 11px 0px;
    height: 100%;
    padding: 15px;
    border: 2px solid #e6e6e6;
}

.blog-card-header h4 {
    text-align: center !important;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.blog-card-header {
    background: #0096d8;
    padding: 10px;
}

.blog {
    padding: 50px 20px 40px;
}

.blog-card-body {
    padding: 10px 0;
}

    .blog-card h4 {
        color: #0a94cd;
        font-size: 28px;
        font-weight: 600;
    }

.img-tab {
    list-style: none
}

.blog-card p {
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    text-align: justify
}

.blog-card-body .nav-link img {
    width: 125px !important;
    max-width: 125px !important;
    padding-right: 10px
}

.blog-card-body .nav-pills .nav-link.active, .blog-card-body .nav-pills .show > .nav-link {
    color: #000;
    background-color: transparent;
    padding: 0 5px !important
}

.previous-post {
    width: 100%;
    padding: 40px 0;
}

.previous-post-card-body {
    padding: 15px
}

.previous-post-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 100%;
}
    .previous-post-card h3 {
        font-size: 18px;
        line-height: 28px;
        color: #2e99de;
        font-weight: 500;
    }

.row.m-0.d-flex.align-items-start img {
    margin-bottom: 20px
}

.previous-post-card:hover {
    box-shadow: 0 3px 13px 4px #d1881d82
}

.previous-post-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

@media (max-width:767px) {
    .blog-card {
        margin-bottom: 30px
    }

    .previous-post {
        padding: 0 0 40px
    }

    .blog-card-right {
        margin-left: 0
    }
}

@media (max-width:557px) {
    .blog-card h4 {
        font-size: 25px
    }

    .previous-post-card-body h3 {
        font-size: 23px
    }

    .blog-card p {
        font-size: 14px;
        font-weight: 300
    }

    .previous-post-img img {
        height: auto !important
    }
}

.tab-content {
    display: inherit !important;
}
.row.m-0.d-flex.align-items-start img {
    border-radius: 20px;
    height: 350px;
    width: 100%;
}
@media screen and (min-width:200px) and (max-width:992px) {
    .blog-card h2 {
        font-size: 16px;
    }
    .blog {
        padding: 0;
    }
    .logo {
        width: 150px !important;
        margin-left: 15px !important;
    }
    .previous-post-card-body h3 {
        font-size: 18px;
    }
}