.container {
    width: 90% !important;
    margin: 0 auto;
}

.banner-section {
    /* margin-top: 110px; */
    /* height: 600px; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center !important;
}

.main-post {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.yoast_breadcrumb {
    /* position: absolute;
    bottom: 0; */
}

p#breadcrumbs a {
    margin-right: 0 !important;
    color: #15171a !important;
    font-weight: 500;
}

p#breadcrumbs span {
    margin-left: 0 !important;
    color: #15171a !important;
}

p#breadcrumbs {
    width: 100% !important;
}


.recent-post-title {
    margin-top: 0rem;
}

.recent-post-title h1 {
    font-size: 50px;
    color: #1d1f48;
    font-weight: 700;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.meet-our-customers-section {
    background: url("./Assets/customer-blue.svg");
    padding: 4.5rem 0;
    background-position: -10px;
    min-height: 320px;
}

.meet-our-customers-main-parent {
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: auto;
}

.meet-our-customers-content {
    color: white;
}

.meet-our-customers-content h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin-bottom: 5.5rem;
    font-weight: 500;
}

.meet-our-customers-content p {
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.75rem;
}

.meet-our-customers-image {
    width: 32%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.meet-our-customers-content {
    width: 57%;
}

.meet-our-customers-image img {
    width: 365px;
    min-height: 310px;
}

.play-icon {
    width: 15px !important;
    background: #ffda00;
    position: absolute;
    left: 45%;
    border-radius: 50%;
    padding: 13px;
    top: 44%;
    min-height: revert !important;
}

.hidden {
    display: none;
}

button.pagination-number {
    align-items: center;
    border: 2px solid #1d1f48;
    border-radius: 50%;
    color: #1d1f48;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    background: transparent;
    margin-right: 5px;
    margin-left: 5px;
}

button.pagination-number.active {
    background-color: #1d1f48;
    color: #fff;

}

#pagination-numbers {
    display: flex;
    justify-content: space-between;
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

#prev-button img {
    transform: rotate(180deg);
}

.pagination-button {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0.125rem solid #1d1f48;
    border-radius: 1.5rem;
    height: 2rem;
    padding: 0 0.5rem;
    transition: all .3s ease-in-out;
    color: #1d1f48;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.pagination-button.disabled {
    opacity: .1;
    cursor: not-allowed;
}

.right-white {
    display: none;
}

.pagination-button:hover {
    background-color: #1d1f48;
    color: #fff;
    text-decoration: none;
}

.pagination-button:hover .right-white {
    display: block;
}

.pagination-button:hover .right-dark-blue {
    display: none;
}

@media only screen and (min-width:2001px) {
    .container {
        width: 55%;
    }
}

@media only screen and (min-width:1280px) and (max-width:1800px) {
    .ready-to-transform-main-parent {
        width: 100% !important;
    }
}

@media only screen and (min-width:1441px) and (max-width:1919px) {

    .container {
        width: 80%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .container {
        width: 98%;
    }

    .ready-to-transform-main-parent {
        width: 100% !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ready-to-transform-content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .ready-to-transform-main-parent {
        width: 100% !important;
    }

    .meet-our-customers-main-parent {
        width: 100%;
    }

    .meet-our-customers-image img {
        width: 100%;

    }

    .ready-to-transform-button a {
        text-align: center;
    }

    .banner-section {
        /* height: 572px; */
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ready-to-transform-main-parent {
        width: 100% !important;
        display: block !important;
    }

    .breadcrumb-main-parent {
        width: 100% !important;
    }

    .ready-to-transform-content {
        width: calc(100% - 2rem) !important;
    }

    .ready-to-transform-button {
        width: calc(100% - 2rem) !important;
        justify-content: flex-start !important;
    }

    .ready-to-transform-content h2 {
        margin-bottom: 15px !important;
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .ready-to-transform {

        margin-top: 3rem !important;
        padding: 3rem 0 !important;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    .meet-our-customers-main-parent {
        display: block;
        width: 100%;
    }

    .meet-our-customers-content {
        width: 100%;
    }

    .meet-our-customers-image {
        width: 100%;
    }

    .meet-our-customers-image img {
        width: 100%;
    }

    .meet-our-customers-section {
        background-position: -737px 0px;
        background-size: cover;
    }

    .meet-our-customers-content h1 {
        margin: 0;
        font-size: 2.5rem;
    }

    .banner-section {
        /* height: 510px; */
    }
}

@media only screen and (max-width:320px) {
    .pagination-button {
        height: 1.5rem !important;
    }

    button.pagination-number {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

}

@media only screen and (max-width:767.9px) {

    .e-commerce-tips-section {
        padding-top: 2rem !important;
    }

    .Our-customer-mobile-image {
        display: block !important;
    }

    .Our-customer-desktop-image {
        display: none;
    }

    .play-icon {
        width: 24px !important;
    }

    .logo-slider {
        padding: 2.5rem 0;
    }

    .logo-slider-topic {
        margin-bottom: 1.5rem !important;
        text-align: center !important;
        font-family: Infra !important;
        font-weight: 500 !important;
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .pagination-button {
        margin: 0;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    .meet-our-customers-main-parent {
        display: block;
        width: 100%;
    }

    .meet-our-customers-content {
        width: 100%;
    }

    .meet-our-customers-image {
        width: 100%;
    }

    .meet-our-customers-image img {
        width: 100%;
    }

    .meet-our-customers-section {
        background-position: -471px 0px;
        background-size: cover;
        padding: 3.5rem 0;
    }

    .meet-our-customers-content h1 {
        margin: 0;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .meet-our-customers-content p {
        font-size: 1.1rem;
        margin-bottom: revert;
    }

    .ready-to-transform-main-parent {
        width: 100% !important;
        display: block !important;
    }

    .ready-to-transform-content {
        width: calc(100% - 2rem) !important;
    }

    .ready-to-transform-button {
        width: calc(100% - 2rem) !important;
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }

    .ready-to-transform-content h2 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        margin-bottom: 0 !important;
    }

    .ready-to-transform {

        margin-top: 3rem !important;
        padding: 3rem 0 !important;
    }

    .ready-to-transform-button a {
        text-align: center;
    }

    .breadcrumb-main-parent {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .breadcrumb-main-parent li {
        margin-bottom: 15px;
    }

    .banner-section {
        /* height: 390px; */
        /* display: none !important; */
    }
}


@media only screen and (max-width:374px) {
    button.pagination-number {
        margin-right: 1px;
        margin-left: 1px;
    }

    .banner-section {
        /* height: 350px; */
    }
}

/* CSS For E-Commerce-section  Start*/

.e-commerce-tips-content {
    width: 31.5%;
    border: 0.0625rem solid #ececec;
    position: relative;
    border-radius: 10px;
    margin-bottom: 35px;
}

.e-commerce-tips-content img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.e-commerce-tips-sub-content {
    padding: 1.5rem;
}

.e-commerce-tips-sub-content a {
    font-family: Infra;
    font-weight: 500;
    border-bottom: 0.0625rem solid #0081ff;
    color: #0081ff;
    transition: all .3s ease-in-out;
}

.e-commerce-tips-sub-content h5 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 0;
}

.e-commerce-tips-sub-topic {
    width: 100%;
    text-align: right;
}

.e-commerce-tips-main-topic {
    width: 100%;
}

.e-commerce-tips-sub-parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}


.e-commerce-tips-main-parent {
    width: 82%;
    margin: auto;
}

.e-commerce-tips-section {
    /* padding: 0px 0; */
    padding-top: 7rem !important;
}

.e-commerce-tips-sub-content p {
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-size: 15px;
}

/* CSS For E-Commerce-section  Start */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .e-commerce-tips-main-parent {
        width: 100%;
    }

    .e-commerce-tips-content {
        width: 31%;
    }

    .discover-boomi-commerce-cloud-main-parent {
        width: 100% !important;
    }

    .discover-boomi-commerce-cloud-button button {
        font-size: 15px !important;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {

    .discover-boomi-commerce-cloud-main-parent {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .discover-boomi-commerce-cloud-button {
        margin-top: 15px;
    }

    .e-commerce-tips-main-parent {
        width: 100%;
    }

    .e-commerce-tips-sub-parent {
        flex-wrap: wrap;
        justify-content: center;
    }

    .e-commerce-tips-content {
        margin-bottom: 40px;
        width: calc(50% - 2rem);
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width:767px) {

    .discover-boomi-commerce-cloud-main-parent {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .discover-boomi-commerce-cloud-button {
        margin-top: 15px;
    }

    .discover-boomi-commerce-cloud-content h5 {
        font-size: 19px !important;
    }

    .e-commerce-tips-main-parent {
        width: 100%;
    }

    .e-commerce-tips-sub-parent {
        flex-wrap: wrap;
        width: 100%;
    }

    .e-commerce-tips-content {
        width: 100%;
        margin-bottom: 30px;
    }
}


.discover-boomi-commerce-cloud-section {
    background-color: #0081ff;
    color: #fff;
    padding-bottom: 1.1875rem;
    padding-top: 1.1875rem;
}

.discover-boomi-commerce-cloud-main-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82%;
    margin: auto;
}

.discover-boomi-commerce-cloud-content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.discover-boomi-commerce-cloud-content p {
    margin: 0;
    line-height: 1.75rem;
}

.discover-boomi-commerce-cloud-button button {
    border: 1px solid;
    color: #fff;
    font-size: 1rem;
    font-family: Infra;
    font-weight: 500;
    border-radius: 3rem;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    padding: 0.6875rem 1rem;
    position: relative;
    background: transparent;
}

.logo-slider {
    padding: 5rem 0;
}

.logo-slider-topic {
    margin: auto;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: Infra;
    font-weight: 500;
    text-align: center;
}

/* Ready to transform section end  */

.ready-to-transform {
    background: url("./Assets/Pricing-and-plans.svg");
    background-repeat: no-repeat;
    padding: 5rem 0;
    background-size: cover;
}

.ready-to-transform-main-parent {
    width: 82%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ready-to-transform-content {
    width: calc(50% - 2rem);
}

.ready-to-transform-content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
}

.request:hover {
    background-color: #fff;
    color: #1d1f48 !important;
}

.ready-to-transform-button a {
    text-decoration: none;
    font-family: Infra;
    font-weight: 500;
    border: 0.0625rem solid transparent;
    border-radius: 3rem;
    color: #1d1f48;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    padding: 7px 17px;
    position: relative;
    transition: all .3s ease-in-out;
}

.discover {
    display: flex;
    align-items: center;
    background-color: #ffda00;
    color: #1d1f48;
    margin: 0.5rem 0;
    margin-right: 1rem;
    padding: 7px 20px !important;
}

.ready-to-transform-button {
    width: calc(50% - 2rem);
    display: flex;
    justify-content: flex-end;
}

.discover img {
    margin-left: 5px;
}

.request {
    border-color: #fff !important;
    color: #fff !important;
    margin: 0.5rem 0;
    align-items: center;
}

a.request {
    padding: 0.6875rem 1rem !important;
}

/* Ready to transform section end   */
/* breadcrumb-scetion start */

.breadcrumb-main-parent {
    display: flex;
    list-style: none;
    width: 82%;
    margin: auto;
    padding: 24px 0;
}

.breadcrumb-main-parent li {
    margin-right: 15px;
    color: #7483a6;
}

.boomi-commerce {
    cursor: pointer;
}

.boomi-commerce a:hover {
    text-decoration: underline;
    color: #0a0a0a;
}

.boomi-commerce:after {
    content: url("./Assets/rightDropDownIcon.png");
    position: relative;
    top: 3px;
}

.breadcrumb-main-parent li:nth-child(2) {
    margin-top: 2px;
}

.boomi-commerce a {
    margin-right: 10px;
}

.breadcrumb-scetion {
    border-bottom: 1px solid #ececec;
}

.Our-customer-mobile-image {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .logo-slider {
        margin-top: 25px !important;
    }
}

.e-commerce-tips-section {
    padding-top: 7rem;
    margin-top: 0px !important;
}

/*  breadcrumb-scetion end */


.e-commerce-tips-sub-topic a,
.e-commerce-tips-sub-content a,
a.quote-content-link,
.blue-text-underline a {
    border-bottom: 0.0625rem solid #1d1f48 !important;
    color: #1d1f48 !important;
}

@media screen and (min-width: 1280px) {
    .e-commerce-tips-sub-content h5 {
        font-size: 1.2rem;
    }
}






/* blog page css  */

#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    z-index: 9999;
    transition: width 0.1s ease-out;
}


body.post-template-default.single.single-post {
    overflow-x: unset;
    overflow: unset;
}

#single_blog_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
}

#single_blog_section .common_container {
    width: 90%;
    max-width: 1366px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 60px
}

.single_blog_main_container {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}


.table_of_contents_box {
    width: 22%;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    margin-right: 3px;
}

.table_of_contents_box {
    position: sticky;
    top: 100px;
    max-height: 80vh;
    overflow-y: auto;
    transition: visibility 0.2s ease-in-out;
}

.table_of_contents_box::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* .table_of_contents_box::-webkit-scrollbar {
        width: 6px;
    } */


/* .table_of_contents_box::-webkit-scrollbar-track {
        background: #e5f4fd;
        border-radius: 5px;
        visibility: hidden;
    } */


.table_of_contents_box::-webkit-scrollbar-thumb {
    /* background: linear-gradient(30deg, rgba(135, 206, 250, 1) 0%, rgba(0, 79, 115, 1) 45%, rgba(0, 79, 115, 1) 65%, rgba(135, 206, 250, 1) 100%); */
    /* background: #808080;
        border-radius: 5px; */
    visibility: hidden;
    background: #808080;
    border-radius: 5px;
}

/* 
.table_of_contents_box::-webkit-scrollbar-button:single-button:increment,
.table_of_contents_box::-webkit-scrollbar-button:single-button:decrement {
    background-color: #ccc;
    height: 10px;
    display: block;
} */

.table_of_contents_box::-webkit-scrollbar-button:single-button:hover {
    background-color: #aaa;
}

.table_of_contents_box:hover::-webkit-scrollbar-track,
.table_of_contents_box:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}


.table_of_contents_box h4 {
    width: 100%;
    font-size: 24px;
    font-family: 'Poppins';
    margin-bottom: 15px;
}

ol.table_of_contents_ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ol.table_of_contents_ol li {
    padding: 5px 10px 5px 0px;
    transition: background 0.3s ease-in-out;
    margin-bottom: 10px;
}

.table_of_contents_box ol.table_of_contents_ol li a {
    font-size: 16px !important;
    font-family: 'poppins';
    color: rgb(23, 26, 34);
    text-decoration: none;
}

.table_of_contents_box ol.table_of_contents_ol li:hover a {
    color: #1b7889;
}

.table_of_contents_box ol.table_of_contents_ol li.active a {
    color: #1b7889;
}

.table_of_contents_box ol.table_of_contents_ol li.active_click a {
    color: #1b7889;
}


/* Smooth scrolling for the ToC */
.table_of_contents_box {
    scroll-behavior: smooth;
}



.single_blog_details_box {
    width: 48%;
    display: flex;
    flex-direction: column;
}

span.single_post_cat_name {
    color: #979797;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single_post_head_box {
    margin-bottom: 30px;
}

h1.single_post_title {
    width: 95%;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #15171a;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

p.single_post_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #888888;
}

.single_author_details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single_author_details img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.author_name_date {
    color: #888888;
    font-size: 14px;
    font-family: 'Poppins';
}

span.author_name {
    font-weight: 700;
    color: #2B2B2B;
}

.single_post_content_box p {
    font-size: 18px;
    color: rgb(23, 26, 34);
    line-height: 1.6;
    font-family: 'poppins';
    margin-bottom: 15px;
}


.single_post_content_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin: 20px 0;
}

.single_post_content_box a {
    text-decoration: none;
    color: rgb(4, 118, 200);
}

.single_post_content_box h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

.single_post_content_box h1 {
    font-weight: 700;
    font-size: 32px;
    color: #15171a;
    font-family: 'Poppins';
}

.single_post_content_box h2 {
    font-weight: 700;
    font-size: 28px;
    color: #15171a;
    font-family: 'Poppins';
}

.single_post_content_box h3 {
    font-weight: 600;
    font-size: 24px;
    color: #23272b;
    font-family: 'Poppins';
}

.single_post_content_box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #2d3135;
    font-family: 'Poppins';
}

.single_post_content_box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #3a3e42;
    font-family: 'Poppins';
}

.single_post_content_box h6 {
    font-weight: 500;
    font-size: 16px;
    color: #464a4e;
    font-family: 'Poppins';
}

.single_post_content_box h2 {
    font-weight: 700;
    font-size: 28px;
    color: #15171a;
    font-family: 'Poppins';
}

.single_post_content_box li {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 400;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.single_post_content_box li a {
    font-weight: 400;
}

.single_post_content_box ul {
    display: flex;
    flex-direction: column;
}

.single_post_content_box ul li {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 400;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.single_post_content_box ul li a {
    font-weight: 400;
}


.single_post_content_box ol {
    display: flex;
    flex-direction: column;
}

.single_post_content_box ol li {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 400;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.single_post_content_box ol li a {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 400;
    color: #2B2B2B;
    margin-bottom: 15px;
}


.custom_table_wrapper {
    overflow-x: auto;
    /* Makes the table scrollable on smaller screens */
}

.custom_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    font-family: 'poppins';
}

.custom_table th,
.custom_table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: 'poppins';
}

.custom_table th {
    background-color: #0073e6;
    color: white;
    text-transform: uppercase;
    font-family: 'poppins';
}

.custom_table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
    font-family: 'poppins';
}

.custom_table tbody tr:hover {
    background-color: #f1f1f1;
    transition: 0.3s;
    font-family: 'poppins';
}

@media screen and (max-width: 600px) {

    .custom_table th,
    .custom_table td {
        font-size: 14px;
        padding: 8px;
    }
}






.open_TOC_btn {
    display: none;
}

.single_blog_social_share {
    position: relative;
    display: inline-block;
}

.single_blog_social_share #shareIcon {
    font-size: 24px;
    color: #2B2B2B;
    cursor: pointer;
}

#socialShareHover {
    width: 400px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 10px 10px 30px 10px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}


.social_share_popup {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #000000b8; */
    background-color: #000c1abf;
    transition: -50%, -50%;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.social_share_box {
    width: 500px;
    position: relative;
    background-color: white;
    padding: 10px 10px 30px 10px;
    border-radius: 30px;
}

img.recent_post_image {
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 0 0;
}

.recent_post_img_box {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.recent_post_popup_head_box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

span#social_box_close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transition: 0.1s ease-in-out;
    cursor: pointer;
}



span#social_box_close_btn i {
    font-size: 18px;
    color: #dc0000;
    transition: 0.1s ease-in-out;
}


span#social_box_close_btn:hover {
    background-color: #dc0000;
}


span#social_box_close_btn:hover i {
    color: #FFFFFF;
}

.social_share_links_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.social_share_links_box p {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.social_share_popup a.social_share_icons {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.social_share_popup a.social_share_icons:hover {
    margin-top: -20px;
}

.social_share_popup a i {
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

#facebookShare {
    color: #FFFFFF;
    background-color: #1877F2;
    /* Facebook */
}

#instagramShare {
    color: #FFFFFF;
    background: linear-gradient(45deg, #FCAF45, #E4405F, #833AB4);
    /* Instagram */
}

#whatsappShare {
    color: #FFFFFF;
    background-color: rgb(0 173 33);
    /* Whatsapp */
}

#twitterShare {
    color: #FFFFFF;
    background-color: #1DA1F2;
    /* Twitter */
}

#linkedinShare {
    color: #FFFFFF;
    background-color: #0077B5;
    /* LinkedIn */
}

.social_share_copy_link_box {
    width: 90%;
    margin: 0 auto;
}


.social_share_copy_link_box p {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}



.copy_link_container {
    display: flex;
    margin-top: 5px;
}

#copyLinkInput {
    width: 90%;
    padding: 5px 5px 5px 10px;
    font-family: 'poppins';
    border: 1px solid #ddd;
}

button#copyLinkButton {
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: 'Poppins';
    background-color: #25a6f9;
    padding: 8px 15px;
}

.copy_message {
    display: block;
    margin-top: 5px;
    color: green;
    font-family: 'poppins';
    font-size: 14px;
}


.how_many_days_post {
    margin-bottom: 20px;
}

.reading_time {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reading_time span {
    font-size: 16px;
    color: #1b7889;
    font-family: 'poppins';
}

.reading_time span i {
    font-size: 20px;
    color: #1b7889;
    margin-right: 10px;
}



.related_blog_box {
    width: 24%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
    padding: 0 10px;
    overflow-y: scroll;
}


/* WebKit Browsers (Chrome, Safari, Edge) */
.related_blog_box::-webkit-scrollbar {
    width: 8px;
}

.related_blog_box::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}


.related_blog_box::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 5px;
}

h4.Releted_blog_heading {
    width: 100%;
    font-size: 24px;
    font-family: 'Poppins';
    margin-bottom: 15px;
    margin-top: 0px;
}



.related_blog_content_box {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 1px #03049252;
    background-color: white
}

.related_post_img_box {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.related_post_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.related_blog_category_name {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-family: 'Poppins';
    color: #a7a9a7;
    margin-bottom: 10px;
}

h3.related_post_title_name {
    margin-bottom: 5px;
}

h3.related_post_title_name a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #2B2B2B;
    font-weight: 700;

    /* Trim text to 1 line using line-clamp */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limits to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
}



p.related_post_short_description {
    font-size: 16px !important;
    line-height: 1.5;
    color: #7b7b7b;
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limits to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


span.post_date_span {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

span.close_TOC_btn {
    display: none;
}



/* Single Blog Max 1280px; */
@media only screen and (max-width: 1280px) {

    #single_blog_section {
        padding-top: 7rem;
    }

    .single_blog_main_container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .single_blog_details_box {
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    .related_blog_box {
        width: 32%;
        display: flex;
        flex-direction: column;
    }

    .open_TOC_btn {
        text-decoration: none;
        width: 200px;
        font-size: 16px;
        color: white;
        padding: 16px 0;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        background-color: #15171a;
        text-align: center;
        box-shadow: 0px 0px 10px 1px #FFF;
    }


    .table_of_contents_box {
        width: 97%;
        height: 80vh;
        position: fixed;
        bottom: -90vh;
        left: 0;
        top: unset;
        max-height: unset;
        padding: 30px;
        z-index: 3;
        background-color: #00081a;
        transition: 0.2s ease-in-out;
    }

    .table_of_contents_box_active {
        bottom: 0;
    }


    span.close_TOC_btn {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        text-transform: lowercase;
        font-size: 22px;
        font-weight: 600;
        border-radius: 50%;
        background-color: #FFF;
        right: 50px;
        top: 30px;
        position: absolute;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .close_TOC_btn .fa-xmark::before {
        content: "\f00d";
    }

    span.close_TOC_btn i {
        font-size: 18px;
        color: #dc0000;
    }


    span.close_TOC_btn:hover {
        background-color: #dc0000;
    }

    span.close_TOC_btn:hover i {
        font-size: 18px;
        color: #FFF;
    }

    .table_of_contents_box h4 {
        font-size: 24px;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    ol.table_of_contents_ol {
        margin-right: 20px;
    }

    .table_of_contents_box_active ol.table_of_contents_ol li a {
        font-size: 18px;
        color: rgb(212, 212, 212);
    }


    .table_of_contents_box_active ol.table_of_contents_ol li:hover a {
        color: #1b7889;
    }

    .table_of_contents_box_active ol.table_of_contents_ol li.active a {
        color: #1b7889;
    }

    .table_of_contents_box_active ol.table_of_contents_ol li.active_click a {
        color: #1b7889;
    }

    h1.single_post_title {
        width: 95%;
        font-size: 40px;
    }

}



@media only screen and (max-width: 767px) {

    #single_blog_section {
        padding-top: 7rem;
    }

    .single_blog_main_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single_blog_details_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .related_blog_box {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        position: unset;
        top: unset;
        overflow-y: unset;
        padding: unset;
    }

    h1.single_post_title {
        width: 95%;
        font-size: 32px;
    }
}


@media only screen and (max-width: 599px) {

    #single_blog_section {
        padding-top: 6rem;
    }

    .single_blog_main_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single_blog_details_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .open_TOC_btn {
        text-decoration: none;
        width: 100%;
        font-size: 16px;
        color: white;
        padding: 16px 0;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: unset;
        background-color: #15171a;
        text-align: center;
        box-shadow: 0px 0px 10px 1px #FFF;
    }

    .related_blog_box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    h1.single_post_title {
        width: 95%;
        font-size: 28px;
    }

    .social_share_box {
        width: 88%;
    }

    .social_share_links_box p {
        width: 100%;
        font-size: 16px;
    }

    .social_share_copy_link_box p {
        width: 100%;
        font-size: 16px;
    }
}


@media only screen and (max-width: 419px) {

    #single_blog_section {
        padding-top: 6rem;
    }

    .single_blog_main_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single_blog_details_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .related_blog_box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    h1.single_post_title {
        width: 95%;
        font-size: 26px;
    }

    .social_share_box {
        width: 86%;
    }

    .social_share_links_box p {
        width: 100%;
        font-size: 16px;
    }

    .social_share_copy_link_box p {
        width: 100%;
        font-size: 16px;
    }
}



h1.single_post_title {
    width: 95%;
    font-size: clamp(26px, 5vw, 52px);
}

.single_post_content_box span {
    font-family: 'poppins';
}

.single_post_content_box p span,
.single_post_content_box li span {
    display: inline;
    margin-bottom: unset;
}


.single_post_content_box {
    font-size: clamp(16px, 2vw, 18px);
    color: #2B2B2B;
    font-family: 'poppins';
}

.single_post_content_box span {
    font-size: clamp(16px, 2vw, 18px);
    color: #2B2B2B;
    font-family: 'poppins';
}


p.single_post_description,
.single_post_content_box span,
.single_post_content_box p,
.single_post_content_box li,
.single_post_content_box ul li,
.single_post_content_box ol li {
    font-size: clamp(16px, 2vw, 18px);
}



ol.table_of_contents_ol li a,
.related_blog_content_box p.related_post_short_description {
    font-size: clamp(14px, 1.8vw, 18px);
}

.single_post_content_box p span {
    font-size: clamp(16px, 2vw, 18px);
}

.single_post_content_box h1 {
    font-size: clamp(24px, 4vw, 32px);
}

.single_post_content_box h2 {
    font-size: clamp(22px, 3.5vw, 28px);
}

.single_post_content_box h3 {
    font-size: clamp(20px, 3vw, 24px);
}

.single_post_content_box h4 {
    font-size: clamp(18px, 2.5vw, 20px);
}

.single_post_content_box h5 {
    font-size: clamp(16px, 2vw, 18px);
}

.single_post_content_box h6 {
    font-size: clamp(14px, 1.8vw, 16px);
}

/* Anchor tag color */
.single_post_content_box a {
    color: #1b7889;
    font-family: 'poppins';
    font-size: clamp(16px, 2vw, 18px);
}

.single_post_content_box li a {
    color: #1b7889;
    font-family: 'poppins';
    font-size: clamp(16px, 2vw, 18px);
}

.single_post_content_box ul li a {
    color: #1b7889;
    font-family: 'poppins';
    font-size: clamp(16px, 2vw, 18px);
}

.single_post_content_box ol li a {
    color: #1b7889;
    font-family: 'poppins';
    font-size: clamp(16px, 2vw, 18px);
}


.single_post_content_box p a {
    color: #009afa;
    font-family: 'poppins';
    font-size: clamp(16px, 2vw, 18px);
}

/* Recent Blog Section */
#recent_blog_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000f24;
}

#recent_blog_section .common_container {
    width: 88%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

.recent_blog_main_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.recent_blog_head_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.recent_blog_head_box h3 {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: #F3EFFE;
    font-family: 'poppins';
    margin: 0px;
    margin-bottom: 20px;
}

.recent_blog_head_box p {
    width: 60%;
    font-size: 20px;
    line-height: 28px;
    color: #c1bcc7;
    font-weight: 400;
    text-align: center;
    font-family: 'poppins';
}

.recent_blog_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recent_blog_repeater {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.recent_blog_card {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    text-decoration: none;
    margin: 15px;
    padding: 5px;
    border-radius: 12px;
    cursor: pointer;
    /* border: 1px solid #d2e2fd; */
    /* box-shadow: 0px 0px 10px 1px #9ec3ff; */
}

.recent_blog_card_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent_blog_card_img_box a {
    text-decoration: none;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent_blog_card_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}


.recent_blog_card_content_box {
    padding: 15px;
}


.recent_blog_card_content_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'poppins';
    margin: 15px 0 10px 0;
}

.recent_blog_card_content_box h4 a {
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent_blog_card_content_box p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'poppins';
    color: #555;
    margin: 0 0 10px 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.recent_blog_read_more {
    text-decoration: none;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    padding: 10px 0;
    /* text-shadow: -2px 2px 5px rgb(1 0 33); */
    font-family: 'Poppins';
    /* background: linear-gradient(30deg, #00619d, #82d0ff); */
    /* background: #08479c; */
    background: #1b7889;
    border-radius: 24px;
    margin-bottom: 15px;
    transition: 0.2sease-in-out;
    box-shadow: 0px 5px 10px 0px #aaceff;
}



/* About section Media Screen Min 1024px and Max 1280px */
@media only screen and (min-width: 1024px)and (max-width: 1280px) {
    #recent_blog_section .common_container {
        margin: 90px 0;
    }

    .recent_blog_card {
        width: 44%;
    }
}


/* About section Media Screen Min 992px and Max 1023px */
@media only screen and (min-width: 992px)and (max-width: 1023px) {

    #recent_blog_section .common_container {
        margin: 80px 0;
    }

    .recent_blog_repeater {
        justify-content: center;
    }

    .recent_blog_card {
        width: 44%;
    }
}


/* About section Media Screen Min 768px and Max 991px */
@media only screen and (min-width: 768px)and (max-width: 991px) {

    #recent_blog_section .common_container {
        margin: 70px 0;
    }

    .recent_blog_repeater {
        justify-content: center;
    }

    .recent_blog_card {
        width: 44%;
    }
}



/* About section Media Screen Min 600px and Max 767px */
@media only screen and (min-width: 600px)and (max-width: 767px) {

    #recent_blog_section .common_container {
        margin: 70px 0;
    }


    .recent_blog_repeater {
        justify-content: center;
    }

    .recent_blog_card {
        width: 70%;
    }
}


/* About section Media Screen Min 420px and Max 599px */
@media only screen and (min-width: 420px)and (max-width: 599px) {
    #recent_blog_section .common_container {
        margin: 60px 0;
    }

    .recent_blog_repeater {
        justify-content: center;
    }

    .recent_blog_card {
        width: 95%;
    }

    .recent_blog_card_img_box a {
        width: 100%;
        height: 180px;
    }

    .recent_blog_card_content_box h4 {
        font-size: 18px;
        margin: 15px 0 5px 0;
    }

    .recent_blog_card_content_box p {
        font-size: 14px;
        line-height: 1.5;
    }

    a.program_post_redirect {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    span.post_date_span {
        font-size: 14px;
    }
}


/* About Section (Max Width: 419px) */
@media only screen and (max-width: 419px) {


    #program_section .common_container {
        margin: 60px 0;
    }

    .recent_blog_repeater {
        justify-content: center;
    }

    .recent_blog_card {
        width: 95%;
    }

    .recent_blog_card_img_box a {
        width: 100%;
        height: 160px;
    }

    .recent_blog_card_content_box h4 {
        font-size: 18px;
        margin: 15px 0 5px 0;
    }

    .recent_blog_card_content_box p {
        font-size: 14px;
        line-height: 1.5;
    }


    a.program_post_redirect {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    span.post_date_span {
        font-size: 14px;
    }
}




h3.head_title {
    width: 50%;
    font-size: 52px !important;
    line-height: normal;
}


/* Heading Title Font size  */
@media only screen and (min-width: 1536px) and (max-width: 1768px) {
    h3.head_title {
        width: 50%;
        font-size: 52px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    h3.head_title {
        width: 60%;
        font-size: 52px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    h3.head_title {
        width: 70%;
        font-size: 48px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    h3.head_title {
        width: 75%;
        font-size: 44px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    h3.head_title {
        width: 75%;
        font-size: 40px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3.head_title {
        width: 75%;
        font-size: 36px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    h3.head_title {
        width: 80%;
        font-size: 32px !important;
        line-height: normal;
    }
}

@media only screen and (min-width: 420px) and (max-width: 599px) {
    h3.head_title {
        width: 95%;
        font-size: 28px !important;
        line-height: normal;
    }
}

@media only screen and (max-width: 419px) {
    h3.head_title {
        width: 100%;
        font-size: 24px !important;
        line-height: normal;
    }
}




/* Heading Description Font Size */
p.head_description {
    width: 50%;
    font-size: 20px !important;
    /* Default for large screens */
    line-height: 30px;
}

@media only screen and (min-width: 1536px) and (max-width: 1768px) {

    p.head_description {
        width: 50%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    p.head_description {
        width: 60%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    p.head_description {
        width: 70%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    p.head_description {
        width: 75%;
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    p.head_description {
        width: 75%;
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p.head_description {
        width: 75%;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    p.head_description {
        width: 80%;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 420px) and (max-width: 599px) {
    p.head_description {
        width: 95%;
        font-size: 15px !important;
        line-height: 23px !important;
    }
}

@media only screen and (max-width: 419px) {
    p.head_description {
        width: 100%;
        font-size: 14px !important;
        line-height: 22px !important;
    }
}


#single_blog_section {
    background: radial-gradient(circle at top left, rgba(0, 184, 217, 0.3) 0%, rgba(236, 241, 244, 0.8) 3%, rgba(236, 241, 244, 1) 98%, rgba(0, 184, 217, 0.3) 100%);
}

@media only screen and (max-width: 991px) {
    .recent-post-title h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 400px) {
    .recent-post-title h1 {
        font-size: 26px;
    }
}