.about_banner_row.blog_banner_row {
    align-items: center;
}
.about_banner_row.blog_banner_row .about_banner_right .about_banner_content {
    padding-top: 0px;
}
.about_banner_row.blog_banner_row .about_banner_right .category {
    padding-top: 4.4vw;
}
.about_banner_row.blog_banner_row .about_banner_right .category ul {
    justify-content: start;
    align-items: start;
    gap: 1.82292vw;
    font-family: var(--theme-roboto-font);
}
.about_banner_row.blog_banner_row .about_banner_right .category ul li {
    color: var(--theme-second-background-color);
    line-height: 1.5625vw;
    letter-spacing: -0.36px;
}
/* Blog css start */
.blog_section {
    position: relative;
    width: 100%;
    padding-top: 4.55208vw;
}

.blog_listing_head {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.blog_listing_head .left_heading .title_one {
    text-align: left;
}
.blog_listing_head .left_heading  .title_one .title_up {
    justify-content: start;
}
.blog_listing_head .left_heading .title_one .title_bottom {
    width: 100%;
    padding-bottom: 20px;
}
.blog_listing_head .right_search {
    justify-content: start;
    gap: 0.625vw;
}
.blog_listing_head .right_search .select {
    width: 22vw;
    position: relative;
}
.blog_listing_head .right_search .select select {
    width: 100%;
    border: 1px solid var(--theme-common-content-color);
    appearance: none;
    -webkit-appearance: none;
    height: 3.64583vw;
    font-family: var(--theme-roboto-font);
    letter-spacing: -0.44px;
    padding-left: 1.14583vw;
    border-radius: 10px;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
        outline: none;
}
.blog_listing_head .right_search .select::before {
    content: "";
    display: inline-block;
    width: 1.40208vw;
    height: 0.72917vw;
    position: absolute;
    background-image: url(../images/blog/down-arrow.svg);
    background-size: cover;
    right: 1.25vw;
    top: 40%;
    pointer-events: none;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
}
.blog_listing_head .right_search .search {
    width: 18.22917vw;
    position: relative;
}

.blog_listing_head .right_search .search input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--theme-common-content-color);
    appearance: none;
    -webkit-appearance: none;
    height: 3.64583vw;
    font-family: var(--theme-roboto-font);
    letter-spacing: -0.44px;
    padding-left: 1.14583vw;
    outline: none;
    padding-right: 3.38542vw;
}
.blog_listing_head .right_search .search::before {
    content: "";
    display: inline-block;
    width: 1.30208vw;
    height: 1.30208vw;
    position: absolute;
    background-image: url(../images/blog/search-button.svg);
    background-size: cover;
    right: 1.25vw;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.blog_section .blog_listing_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    row-gap: 1.5625vw;
    column-gap: 1.30208vw;
    margin-top: 2.47917vw;
}
.blog_section  .blog_listing_col {
    width: 31.8%;
    padding: 1.14583vw;
    border: 1px solid rgba(18, 18, 18, 0.10);
    background: var(--theme-second-background-color);
    box-shadow: 0px 4px 10px 0px rgba(18, 18, 18, 0.12);
    padding-bottom: 2.60417vw;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}
.blog_section .blog_img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog_section .blog_img img {
    width: 100%;
}
.blog_section  .blog_content {
    position: relative;
    padding-left: 0.52083vw;
}
.blog_section .blog_content ul {
    display: flex;
    gap: 1.82292vw;
    list-style: none;
    margin: 0px;
    padding: 1.14583vw 0px 0.78125vw 0px;
}
.blog_section  .blog_content ul li {
    color: var(--theme-dark-electric-color);
    letter-spacing: -0.36px;
}
.blog_section  .blog_content ul li a {
    color: var(--theme-dark-electric-color);
}
.blog_section .blog_content .fs-26 {
    padding-bottom: 1.04167vw;
    color: var(--theme-heading-color);
    height: auto;
}
.blog_section  .blog_content .para_content, 
.blog_section  .blog_content .para_content > * {
    color: var(--theme-dark-electric-color);
    letter-spacing: -0.36px;
    font-family: var(--theme-roboto-font);
    line-height: 1.4;

}
.blog_section .blog_listing_col .banner_button {
    margin-top: 1.5625vw;
}
.blog_section .blog_listing_col .banner_button .bg_button.btn_two {
    color: var(--theme-sub-heading-color);
}
.blog_section .blog_listing_col .banner_button .bg_button.btn_two svg path {
    fill: var(--theme-sub-heading-color);
}
/*.blog_section  .bg_button.btn_two::before {*/
/*    background: var(--theme-sub-heading-color);*/
/*}*/
.blog_section  .blog_load_btn {
    margin-top: 4.6875vw;
    justify-content: center;
}


/* Blog css end */

.subscribe_form_section.saas_subsribe_sec.blog_subscribe_form_section {
    padding-top: 8vw;
}
.blog_not_found {
    color: var(--theme-sub-heading-color);
}

.blog_section.recommendation_section.product_sheet_section.white_paper_blog_sec .blog_content {
    margin-top: 1.5vw;
}

.whitepaper_not_found {
    color: var(--theme-sub-heading-color);
    text-align: center;
    width: 100%;
}
.blog_section.info-video-section .blog_img {
    overflow: hidden;
}
.blog_img img {
    width: 100% !important;
}
 .blog_listing_head .right_search .select select {
        color: #000;
    }
.blog_listing_head .right_search .search input::placeholder {
	color: #000;
}
@media (max-width: 1199px) {
    .blog_listing_head .right_search .select select, .blog_listing_head .right_search .search input {
        height: 4.64583vw;
        font-size: 16px;
    }
    .blog_listing_head .right_search .select,
    .blog_listing_head .right_search .search {
        width: 20.22917vw;
    }
    .blog_listing_head .right_search .select::before {
        width: 18px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 10px;
    }
    .blog_listing_head .right_search .search::before {
        width: 18px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 10px;
        top: 35%;
    }
    .blog_section .blog_content ul {
        gap: 2.82292vw;
        padding: 2.14583vw 0px 1.78125vw 0px;
    }
       .blog_section .blog_content .fs-26 {
        padding-bottom: 2.04167vw;
        height: 7.5vw;
        overflow: hidden;
    }

    .blog_section .blog_listing_col .banner_button {
        margin-top: 2.5625vw;
    }
    .blog_section .blog_listing_col {
        padding-bottom: 4.60417vw;
    }
    .blog_section .blog_listing_row {
        row-gap: 2.9625vw;
    }
    .blog_section .blog_load_btn {
        margin-top: 6.6875vw;
    }
    .subscribe_form_section.saas_subsribe_sec.blog_subscribe_form_section {
        padding-top: 12vw;
    }
    .about_banner_row.blog_banner_row .about_banner_right .category {
        padding-top: 6.4vw;
        padding-bottom: 10px;
    }
        .whitepaper_not_found {
        font-size: 20px;
    }
	.blog_listing_head {
    flex-direction: column;
}
.blog_listing_head .left_heading {
    width: 100%;
}


	.blog_listing_head .right_search {
    width: 100%;
    margin-top: 15px;
		gap: 20px;
}
	.blog_listing_head .right_search .select, .blog_listing_head .right_search .search {
        width: 50%;
    }
}
@media (max-width: 991px) {
   
    .about_banner_row.blog_banner_row .about_banner_right .category ul {
        gap: 20px;
    }
    .about_banner_row.blog_banner_row .about_banner_right .category ul li {
        letter-spacing: 0.8px;
    }
    .about_banner.academia_sis_banner .about_banner_row .about_banner_left_img {
        padding-bottom: 12px;
    }
    .blog_listing_head {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .blog_listing_head .title_btn {
        gap: 2.30208vw;
    }
    .blog_listing_head .right_search {
        width: 100%;
        gap: 3vw;
    }
    .blog_listing_head .right_search .select {
        width: 100%;
    }
    .blog_listing_head .right_search .search {
        width: 100%;
    }
    .blog_listing_head .right_search .select select, 
    .blog_listing_head .right_search .search input {
        height: 55px;
        padding-left: 20px;
        font-size: 16px;
    }
    .blog_listing_head .right_search .search input {
        padding-right: 50px;
    }
    .blog_listing_head .right_search .select::before {
        width: 18px;
        height: 10px;
        background-size: cover;
        right: 15px;
    }
    .blog_listing_head .right_search .search::before {
        width: 18px;
        height: 18px;
        background-size: cover;
        right: 15px;
        top: 50%;
    }

    .blog_section .blog_listing_row {
        margin-top: 5.47917vw;
        flex-wrap: wrap;
        row-gap: 25px;
        column-gap: 20px;
    }
    .blog_section .blog_listing_col {
        width: 48%;
    }
    .blog_section .blog_load_btn {
        margin-top: 8.6875vw;
    }
    .subscribe_form_section.saas_subsribe_sec.blog_subscribe_form_section {
        padding-top: 12vw;
    }
    .blog_listing_head .left_heading {
        width: 100%;
    }
    .blog_section .blog_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about_banner_row.blog_banner_row .about_banner_right .category {
        padding-top: 0;
    }
    .blog_section .blog_content .fs-26 {
        height: 11.16667vw;
    }
    .blog_section .blog_img {
        height: 22.625vw;
    }
}

@media (max-width: 767px) {
    .about_banner_row.blog_banner_row .about_banner_right .category {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .blog_section {
        padding-top: 12.55208vw;
    }
    .blog_listing_head .left_heading .title_one .title_bottom {
        padding-bottom: 10px;
    }
    .blog_listing_head {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .blog_listing_head .right_search {
        width: 100%;
        gap: 22px;
        flex-wrap: wrap;
    }
    .blog_section .blog_listing_row {
        margin-top: 12.47917vw;
        gap: 35px;
    }
    
    .blog_section .blog_listing_col {
        width: 100%;
    }
    .blog_section .blog_listing_col {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding-bottom: 40px;
    }
    .blog_section .blog_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .blog_section .blog_content ul {
        gap: 25px;
        padding: 20px 0px 20px 0px;
    }
    .blog_section .blog_content .fs-26 {
        padding-bottom: 25px;
       height: auto;
    }
    .blog_section .blog_listing_col .banner_button {
        margin-top: 30px;
    }
    .blog_section .blog_load_btn {
        margin-top: 12.6875vw;
    }
    .subscribe_form_section.saas_subsribe_sec.blog_subscribe_form_section {
        padding-top: 22vw;
    }
    .about_banner_row.blog_banner_row .about_banner_right .category {
        padding-top: 10.4vw;
    }
	.blog_section .blog_img {
        height: 200px;
    }
}

.search_loader {
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_section .blog_listing_row {
        min-height: 400px;
    }
    .blog_section .blog_listing_col {
        transition: 0.5s ease;
        top: 0;
        position: relative;
        animation: fadeUp 0.5s linear;
        min-height: 200px;
    }
.loader_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
    .loader_icon img {
    width: 30px;
}
    @-webkit-keyframes fadeUp {
        0% {
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
			opacity: 0;
        }
        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
			opacity: 1;
        }
    }
    @-moz-keyframes fadeUp {
        0% {
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
			opacity: 0;
        }
        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
			opacity: 1;
        }
    }
    @-o-keyframes fadeUp {
        0% {
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
			opacity: 0;
        }
        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
			opacity: 1;
        }
    }
    @-ms-keyframes fadeUp {
        0% {
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
			opacity: 0;
        }
        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
			opacity: 1;
        }
    }
    @keyframes fadeUp {
        0% {
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -o-transform: translateY(20px);
            -ms-transform: translateY(20px);
			opacity: 0;
        }
        100% {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
			opacity: 1;
        }
    }


   .loader_icon {
        transition: 0.5s ease;
        animation: fadeout 0.5s linear;
		margin-top: 10px;
    }
    
    @-webkit-keyframes fadeout {
        0% {
			opacity: 1;
        }
        100% {
			opacity: 0;
        }
    }
    @-moz-keyframes fadeout {
          0% {
			opacity: 1;
        }
        100% {
			opacity: 0;
        }
    }
    @-o-keyframes fadeout {
         0% {
			opacity: 1;
        }
        100% {
			opacity: 0;
        }
    }
    @-ms-keyframes fadeout {
         0% {
			opacity: 1;
        }
        100% {
			opacity: 0;
        }
    }
    @keyframes fadeout {
           0% {
			opacity: 1;
        }
        100% {
			opacity: 0;
        }
    }
.blog_section.recommendation_section.case_studies_section .blog_listing_main_row .loader_icon {
    margin-top: 30px;
}