.blog-banner-section {
    background: url(../img/blog/blog-pattern.png) center/cover no-repeat;
    padding: 15px 0;
    text-align: center;
    min-height: 116px;
    background-size: contain;
    padding-bottom:0px;
}

.blog-details, .blog-section .blog-card {
    /* background: rgb(247 247 247); */
}

.blog-banner-section h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #000;
    padding: 15px 0;
}

.blog-section {
    padding: 40px 0;
}
.date_info {
    color: #565353;
}
a.button {
    background-color: #3395ff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

.contact_info {
    text-align: center;
    margin-top: 30px;
}

.share_info {
    display: flex;
    width: 100%;
    margin: 40px 0;
    color: #6a6969;
    float: left;
}
.blog-banner-section aside {
    width: 70%;
    margin: 0 auto;
}
.share_post_left_area {
    width: 50%;
    text-align: left;
}

.share_post_right_area {
    text-align: right; width: 50%;
}

.share_info ul.social li {
    list-style: none;
    display: inline;
    padding: 10px;
    box-shadow: 0 2px 10px 2px #85888e7a;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}
.social li a {
    color: #3395ff;
}
.recent-blogs {
    display: flex;
    align-items: start;
    gap: 30px;
}

.blogs-wrapper {
    display: flex;
    align-items: start;
    gap: 15px;
}

.blog-section .blog-card {
    width: 50%;
    min-height: 560px;
    border: 0px solid #c2c2c252;
    border-radius: 15px;
    padding: 30px;
}

.blogs-wrapper .blog-card {
    width: 33.333%;
    padding: 20px;
}

.blog-section .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.blog-section .blog-header figure {
    width: 270px;
    text-align: center;
}

.blog-section .blog-header aside {
    width: calc(100% - 270px);
}

.blog-section .content {
    min-height: 260px;
}

.blog-section .btn-01 a {
    margin: 20px 0 0;
    padding: 10px 25px;
    font-weight: 400;
}

.blog-section .sub-heading {
    text-align: center;
    padding: 0;
    font-weight: 400;
}

.blog-section h5 span {
    color: #0256b2;
}

.blog-section p {
    font-size: 16px;
}

.blog-section p a {
    color: #438efd;
    text-decoration: underline;
}

.blogs-wrapper .blog-card-header {
    align-items: center;
    gap: 30px;
}

.blogs-wrapper .blog-card-header figure {
    width: 180px;
    text-align: center;
}

.blogs-wrapper .blog-card-header aside {
    width: calc(100% - 180px);
    height: 100%;
}

.blog-section .content,
.blogs-wrapper .content {
    min-height: inherit;
}

.blog-banner-section h1 {
    font-size: 48px;
    padding: 0;
    font-weight:600;
}

.blog-section {
    padding: 15px 0;
}

.blogs-wrapper,
.recent-blogs {
    margin-top: 0;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-section .blog-card {
    width: 100%;
    min-height: inherit;
    padding: 15px;
}

.blogs-wrapper .blog-card {
    width: 100%;
    padding: 15px;
}

.blog-section .blog-header {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.blog-section .blog-header figure {
    width: 40%;
    text-align: center;
}

.blog-section .blog-header aside,
.blogs-wrapper .blog-header aside {
    width: calc(100% - 40%);
}

.blog-section .btn-01 a {
    margin: 10px 0 0;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.blog-section h4 {
    font-size: 18px;
}

.blog-section p {
    font-size: 14px;
}

.blogs-wrapper .blog-header {
    height: auto;
    align-items: center;
    gap: 15px;
}

.blogs-wrapper .blog-header figure {
    width: 40%;
}

.pagination {
    margin-top: 15px;
}
.blog-details .blog-header aside {
    width: 70%;
}

.blog-details .blog-header figure {
    width: 100%;
    text-align: center;
}
.blog-details .blog-header figure img {
    width: 80%;
}
.blog-details .content {
    padding: 10px 30px 20px 30px;
}

.blog-details hr {
    border-width: 1px;
    border-color: rgba(194, 194, 194, 0.3);
    margin: .8rem 0 1.5rem 0;
}
.blog-details .content h5:empty {
  display: none;
}
.blog-details .content h5 {
    margin-top: 20px;
}
.blog-details .content h5::before {
  content: "• "; 
  color: #000;   
  font-size: 1.2em; 
  margin-right: 5px; 
}
@media only screen and (max-width:760px) {
    .blog-banner-section {
        min-height: inherit;
    }

    .blog-banner-section h1 {
        font-size: 30px;
        padding: 0;
    }

    .blog-section {
        padding: 15px 0;
    }

    .recent-blogs {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blogs-wrapper {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blog-section .blog-card {
        width: 100%;
        min-height: inherit;
        padding: 15px;
    }

    .blogs-wrapper .blog-card {
        width: 100%;
        padding: 15px;
    }

    .blog-section .blog-header {
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .blog-section .blog-header figure {
        width: 40%;
        text-align: center;
    }

    .blog-section .blog-header aside {
        width: calc(100% - 40%);
    }

    .blog-section .content {
        min-height: inherit;
    }

    .blog-section .btn-01 a {
        margin: 10px 0 0 0;
        padding: 5px 15px;
        font-size: 14px;
        border-radius: 5px;
    }

    .blog-section h4 {
        font-size: 18px;
    }

    .blog-section p {
        font-size: 14px;
    }

    .blogs-wrapper .blog-header {
        height: auto;
        align-items: center;
        gap: 15px;
    }

    .blogs-wrapper .blog-header figure {
        width: 40%;
    }

    .blogs-wrapper .blog-header aside {
        width: calc(100% - 40%);
    }

    .blogs-wrapper .content {
        min-height: inherit;
    }

    .pagination {
        margin-top: 15px;
    }
    .blog-details .blog-header figure img {
        width: 100%;
    }
    .share_post_left_area {
        width: 100%;
                text-align: center;
                margin-bottom: 20px;
    }
    .share_post_right_area {
        text-align: center; width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .recent-blogs {
        flex-wrap: wrap;
        gap: 30px;
    }

    .blogs-wrapper {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blog-section .blog-card {
        width: 100%;
        min-height: inherit;
    }

    .blogs-wrapper .blog-card {
        width: 100%;
    }

    .blog-section .content {
        min-height: inherit;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .blog-section .blog-header figure {
        width: 40%;
        text-align: center;
    }

    .blog-section .blog-header aside {
        width: calc(100% - 40%);
    }

    .blogs-wrapper .blog-header figure {
        width: 40%;
    }

    .blogs-wrapper .blog-header aside {
        width: calc(100% - 40%);
    }

    .content-section h4,
    .content-section h5 {
        font-size: 22px;
    }

    .blog-section .blog-header {
        height: 150px;
    }

    .blogs-wrapper .blog-header {
        height: 110px;
    }
}

.blog-details {
    /* background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%); */
    border: 0px solid #C2C2C2;
    border-radius: 15px;
    padding: 10px;
}

.blog-details .blog-header {
    background: linear-gradient(180deg, #F4F4F4 0%, #D5E9FF 100%);
    border-radius: 15px;
    padding: 30px;
    display: block;
    justify-content: space-between;
    align-items: center;
    height: auto;
    text-align: center;
}



@media only screen and (max-width:760px) {
    .blog-details {
        padding: 5px;
    }

    .blog-details .blog-header {
        padding: 15px;
    }

    .blog-details .content {
        padding: 10px 15px;
    }

    .blog-details .content h5 {
        margin-top: 10px;
    }
}


@media only screen and (min-width: 761px) and (max-width: 1023px) {
    .recent-blogs {
        flex-wrap: wrap;
        gap: 30px;
    }

    .blogs-wrapper {
        margin-top: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blog-section .blog-card {
        width: 100%;
        min-height: inherit;
    }

    .blogs-wrapper .blog-card {
        width: 100%;
    }

    .blog-section .content {
        min-height: inherit;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1170px) {

    .supercharge-sales-section .content-image .content,
    .supercharge-sales-section .content-image .image {
        width: 50%;
    }

    .empower-management-section .image-content {
        gap: 15px;
    }

    .optimise-ltv-section .content-image .content {
        padding-right: 0;
    }

    .optimise-ltv-section .image-content .content {
        padding-left: 0;
    }

    .blog-section .blog-header figure {
        width: 40%;
        text-align: center;
    }

    .blog-section .blog-header aside,
    .blogs-wrapper .blog-header aside {
        width: calc(100% - 40%);
    }

    .blogs-wrapper .blog-header figure {
        width: 40%;
    }

    .content-section h4,
    .content-section h5 {
        font-size: 22px;
    }

    .blog-section .blog-header {
        height: 150px;
    }

    .blogs-wrapper .blog-header {
        height: 110px;
    }
}

.blog-details {
    border: 0px solid #c2c2c2;
    border-radius: 15px;
    padding: 10px;
}

.blog-details .blog-header {
    background: transparent; /*linear-gradient(180deg, #f4f4f4 0, #d5e9ff 100%);*/
    border-radius: 15px;
    padding: 30px;
    display: block;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top:0px;
}

.blog-details .blog-header aside {
    width: 100%;
}

.blog-details .blog-header figure {
    width: 100%;
    text-align: center;
}

.blog-details .content {
    font-weight: 400;
    line-height: 1.5;
    color: #333741;
    padding: 10px 0;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

.blog-details .content h5 {
    margin-top: 24px;
    margin-bottom: 10px;
}

.blogs-wrapper.new-card {
    align-items: unset;
    display: block;
}

.blogs-wrapper.new-card .blog-card {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
	margin-bottom: 30px;
}

.blogs-wrapper.new-card .blog-header {
    display: block;
}

.blogs-wrapper.new-card .recent-blogs {
    align-items: unset !important;
}

.blogs-wrapper.new-card .blog-header figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    /*height: 300px;*/
}

.blogs-wrapper.new-card .blog-header figure img {
    width: 100%;
    /* height: 300px; */
    transition: .3s ease-in-out;
    object-fit: cover;
}

.blogs-wrapper.new-card .blog-card:hover .blog-header figure img {
    transform: scale(1.1);
}

.blog-section .blogs-wrapper.new-card .blog-header aside,
.blogs-wrapper.new-card .blog-header aside {
    width: 100%;
}

.blog-card-wrapper {
    padding: 15px;
}
.image-card-text {
    position: absolute;
    top: 0;
    color: #ffffff !important;
}
.image-card-text h6.sub-heading a {
    color: #ffffff !important;
    z-index: 9;
    position: relative;
}
.blog-section h4.sub-heading {
    color: #4485e6;
    position: relative;
    z-index: 9;
    font-size: 18px !important;
}

.blogs-wrapper.new-card .btn-01 {
    padding: 0 15px 15px;
}

.blogs-wrapper.new-card .btn-01 a {
    padding: 10px 25px !important;
}

.blog-card-wrapper h5 {
   font-size: 15px;
   color: #3395FF;
}
.altima-blog-hero {
  padding: 20px 20px;
  text-align: center;
  color: #1a1a1a;
  font-family: 'Segoe UI', sans-serif;
}

.altima-blog-hero .container {
  max-width: 800px;
  margin: 0 auto;
}

.altima-blog-hero .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.altima-blog-hero .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #1a66cc;
  margin-bottom: 15px;
}

.altima-blog-hero .description {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}
.pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
	list-style-type: none;
    margin-bottom: 30px;
}

.pagination ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 5px 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
 background: #f0f0f0;
  margin: 0 5px;
  border-radius: 5px;
}

.pagination ul li.select {
  background: #3395ff;
  color: #fff;
}





@media (min-width:1200px) {
    .blogs-wrapper.new-card {
        align-items: unset;
        display: flex;
		justify-content: space-between;
    }
	
	.blogs-wrapper.new-card .blog-card {
    width: calc(33% - 15px) !important;
    height: auto;
    overflow: hidden;
    padding: 0 !important;
		display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

.blog-banner-section{
	margin-top:70px;
}
.sub-heading {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
}
.share_post_right_area>div{
    display:inline-flex;
}
.content-section h5 {
    font-size: 24px;
}