.post_single_page .b_Crumb {
    position: relative;
}

.post_single_page .b_Crumb .breadcrumb {
    margin: 0;
    padding: 20px 0 !important;
}


.post_single_page_content_section .section_area {
    background: #F2F2F2;
    padding: 0 0 40px;
}

.post_single_page_content_section .section_inner {
    background: #ffffff;
    padding: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;;
}

.post_single_page_content_section .section_wrapper {    
    max-width: 682px;
}

.post_single_page_content_section .post_meta_data {
    border-bottom: 1px solid #C3C7D8;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.post_single_page_content_section .post_meta_data .meta_list_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.post_single_page_content_section .post_meta_data .category_section .category_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.post_single_page_content_section .post_meta_data .category_section .category_list .category_item {
    margin: 0 5px 5px;
}

.post_single_page_content_section .post_meta_data .category_section .category_list .category_item .category_text {
    color: #1D93D1;
    font-family: 'Poppins-reg';
    font-size: 14px;
    line-height: 150%;
}

.post_single_page_content_section .post_meta_data .post_title_section .title_text  {
    color: #060E3F;
    font-size: 42px;
    line-height: 110%; 
    font-family: 'Poppins-bold';
}

.post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 15px 0;
    color:#232C64;
    font-size: 16px;
    line-height: 175%;
}

.post_single_page_content_section .post_meta_data .meta_list_item .meta_list_icon {
    margin-right: 6px;
    display: flex;
    flex-wrap: wrap;
}

.post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item .tag_list {
    display: flex;
    flex-wrap: wrap;
}

.post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item .tag_list .tag_item {
    margin-left: 5px;
}

.post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item .tag_list .tag_item:first-child {
    margin-left: 0;
}

.post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item .tag_list .tag_item:last-child span {
    display: none;
}

.post_single_page_content_section .post_meta_data .topic_list_section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.post_single_page_content_section .post_meta_data .topic_list_section .topic_list_heading {
    color: #060E3F;
    font-size: 16px;
    line-height: 150%; 
    margin-right: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.post_single_page_content_section .post_meta_data .topic_list_section .topic_list {
    display: flex;
    flex-wrap: wrap;
}

.post_single_page_content_section .post_meta_data .topic_list_section .topic_list .topic_item {
    margin: 10px 5px 0 0;
}

.post_single_page_content_section .post_meta_data .topic_list_section .topic_list .topic_item .topic_text {
    border: 1px solid #1D93D1;
    padding: 8px 10px;
    color: #1D93D1;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.post_single_page_content_section .post_content_list p {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 20px;
}

.post_single_page_content_section .post_content_list p:last-child {
    margin-bottom: 0;
}

.post_single_page_content_section .post_content_list .list_item  {
    margin-bottom: 20px;
}

.post_single_page_content_section .post_content_list .blue_text_description_section .blue_text_description_content * {
    color: #1D93D1;
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 150%;
}

.post_single_page_content_section .post_content_list .content_editor_section .section_heading_text {
    color: #1D93D1;
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 175%;
    margin-bottom: 20px;
}

.post_single_page_content_section .post_content_list .quote_section .list_item_inner {
    background: #00A886;
    padding: 28px 39px;
}

.post_single_page_content_section .post_content_list .quote_section .quote_icon {
    margin-bottom: 19px;
}

.post_single_page_content_section .post_content_list .quote_section .quote_text {
    color: #FFF;
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 175%;
}


@media (max-width: 1199px) {
    .post_single_page_content_section .post_meta_data .post_title_section .title_text {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .post_single_page_content_section .section_inner {
        padding: 30px;
    }
    .post_single_page_content_section .post_meta_data .post_title_section .title_text {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .post_single_page_content_section .section_area {
        padding: 0 0 20px;
    }
    .post_single_page_content_section .post_meta_data .post_title_section .title_text {
        font-size: 30px;
    }
    .post_single_page_content_section .post_meta_data .meta_list_section {
        margin: 0 -10px;
    }
    .post_single_page_content_section .post_meta_data .meta_list_section .meta_list_item {
        margin: 10px 10px 0;
        font-size: 14px;
    }
    .post_single_page_content_section .post_meta_data .topic_list_section .topic_list_heading {
        margin-right: 10px;
    }
    .post_single_page_content_section .post_meta_data {
        padding-bottom: 20px;
    }
    .post_single_page_content_section .section_inner {
        padding: 30px 20px;
    }
    .post_single_page_content_section .post_content_list p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 150%;
    }
    .post_single_page_content_section .post_content_list .content_editor_section .section_heading_text {
        line-height: 150%;
        margin-bottom: 15px;
    }
    .post_single_page_content_section .post_content_list .quote_section .list_item_inner {
        padding: 20px;
    }
    .post_single_page_content_section .post_content_list .quote_section .quote_icon {
        margin-bottom: 10px;
    }
    .post_single_page_content_section .post_content_list .quote_section .quote_text {
        font-size: 18px;
        line-height: 150%;
    }
    .post_single_page_content_section .post_content_list .blue_text_description_section .blue_text_description_content {
        font-size: 18px;
    }
}