
.table-of-content{
	background-color: #f2f2f2;
	border-radius: 0.375rem !important;
}
.image-box {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.blog-card {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    margin-bottom: 26px;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 5px solid #00adee;
    background-color: #fff;
}
.border-g-red {
    border-color: #e91e63 !important;
}
.blog-card .card-body {
    padding: 1.25rem;
}
.blog-card .blog-heading {
    height: 50px;
    overflow: hidden;
}
.blog-heading {
    color: #000;
    font-size: 20px !important;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em !important;
    font-weight: 600;
}
.blog-card p {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}
.set-para-height {
    height: 86px;
}
.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #111;
    text-decoration: none !important;
}
.pagination{
	justify-content: center;
}
.blog-title {
    font-size: 32px;
    font-weight: 600;
    color: #07294d;
}
.blog-card h4{
    font-weight: 700 !important;
    font-size: 22px !important;
    color: #000;
}
.blog-card h5{
    font-weight: 600 !important;
    font-size: 19px !important;
    color: #000;
}

.recent-blog {
    margin-top: 14px;
    padding: 0;
}
.recent-blog li {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
}
.recent-blog a {
    font-size: 15px;
    color: #4c4f53;
    margin-left: 26px;
    margin-right: 4px;
	height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 22px !important;

}
.recent-blog a:hover {
    color: #6ca4db;
}
.pagination .page-item .page-link{
    background-color: #88bd40 !important;
}