.service-image{
    height: 250px;
    width: 650px;
}
.blog-image{
    height: 250px;
    width: 650px;
}
.service-detail-thumbnail{
    height: 450px;
    width: 750px;
}
.blog-detail-thumbnail{
    height: 450px;
    width: 750px;
}
.header-short-blog-thumbnail{
    height: 450px;
    width: 750px;
}

.table-container {
    overflow-x: auto;
}
.choose-content-two .choose-content-card p{
    max-width: 100% !important;
}

/* //Bootstrap Pagination Style  */
.pagination > .page-item.active >.page-link{
    background-color: #070b3b;
    color: white;
    border: none;
}
.pagination > .page-item >.page-link{
    background-color: white;
    color: #09105d;
    border-radius: 4px;
    padding: 7px 20px;
}
.pagination > .page-item >.page-link:hover{
    background-color: #09105d;
    color: white;
}
.pagination > .page-item {
    margin: 0px 5px;
}
/* Style the result list */
/* .result-search-form {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
}
.result-search-form ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.result-search-form li {
    padding: 8px 0;
    border-bottom: 1px solid #d2cfcf;
}
.result-search-form li:last-child {
    border-bottom: none;
}
.result-search-form a {
    text-decoration: none;
    color: #333;
}
.result-search-form strong {
    float: right;
    color: #666;
    font-size: 12px;
} */
