.cp-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.cp-post-single-row {
    padding: 100px 0;
}
.cp-post-single-row {
    padding: 100px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.cp-post-single-row .cp-post-info-column {
    width: calc(65% - 35px);
}
.cp-post-single-row .cp-post-sidebar {
    width: calc(35% - 35px);
}
.cp-post-single .cp-post-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    margin: 0;
}
.cp-post-single .cp-single-post-info {
    display: flex;
    width: 100%;
    margin: 50px 0;
}
.cp-post-single .cp-post-feature_img img{
    width: 100%;
}
.cp-post-single .cp-single-post-info .cp-post-date {
    background: #0693E3;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
    padding: 35px;
}
.cp-post-author,
.cp-post-category,
.cp-post-comments {
    text-align: left;
}
.cp-post-single .cp-single-post-info .cp-post-details {
    display: flex;
    margin-left: 16px;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-width: 1px 0;
    font-family: Open Sans,Arial;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #8f8f8f;
}
@media (max-width: 767px) {
    .cp-post-details {
        flex-wrap: wrap;
    }
    .cp-post-single .cp-single-post-info .cp-post-details {
        margin-left: 0;
        padding: 5px;
    }
    .cp-post-author,
    .cp-post-category {
        margin-bottom: 5px;
    }
    .cp-post-author,
    .cp-post-category,
    .cp-post-comments {
        font-size: 20px;
    }
}
.cp-post-single .cp-single-post-info .cp-post-details span {
    color: #000;
}
.cp-post-single .cp-post-content {
    margin: 50px 0;
}
.cp-post-single .cp-post-content * {
    color: #000;
}
.cp-post-single .cp-post-content p {
    margin-bottom: 30px;
}
.cp-post-single .cp-post-content .quotes {
    background: #FFFFFF;
    border-left: 8px solid #0693E3;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 30px 45px;
    margin-bottom: 40px;
}
.cp-post-single .cp-post-content .cp-post-content-list_item.checkmark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
    margin-top: 56px;
}
.cp-post-single .cp-post-content .cp-post-content-list_item.checkmark li {
    list-style: disc;
    width: 40%;
    margin-bottom: 30px;
}
.cp-post-single .cp-post-content .cp-post-content-list_item.checkmark li i {
    display: none;
}
.cp-post-single .cp-post-content .cp-post-content-list_item.checkmark li h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0693E3;
    margin-bottom: 10px;
}
.cp-post-single .cp-post-content .cp-post-content-list_item.checkmark li p {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
}
/** sidebar css **/
li#block-2,
li#block-5{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #0693E3;
}
.sidebar_search{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #0693E3;
}
.sidebar_search form{
    display: flex;
}
.cp-post-sidebar input[type="search"]{
    height: 60px;
    border: none;
    background: #d9d9d9;
    padding: 0 20px;
    flex-grow: 1;
    outline: none;
}
.cp-post-sidebar button.wp-block-search__button.wp-element-button{
    width: 81px;
    border: none;
    color: transparent;
    background: #0693E3;
    background-image: url(../images/serach_icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: 0;
}
.cp-post-sidebar input#wp-block-search__input-1::placeholder{
    font-size: 16px;
    color: #000000;
    opacity: 0.5;
    font-family: 'Poppins';
}
.sidebar_articles {
    padding-bottom: 70px;
    margin-bottom: 55px;
    border-bottom: 3px solid #0693E3;
}
.sidebar_articles .heading{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 35px;
}
.sidebar_articles .articles_list .article{
    display: flex;
    align-items: center;
}
.sidebar_articles .article_img img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-right: 19px;
}
.wp-block-latest-posts__list a {
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 13px;
}
.sidebar_articles .article .article_category{
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}
.sidebar_articles .articles_list .article:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sidebar_review .review_textbox{
    padding: 31px 60px 49px 60px;
    text-align: center;
    background: #f6f6f6;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
    position: relative;
    margin-bottom: 26px;
}
.sidebar_review .review_textbox:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
    background: url(../images/quotation-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar_review .review_info{
    display: flex;
    align-items: center;
}
.sidebar_review .review_img{
    margin-right: 25px;
}
.sidebar_review .review_img img{
    width: 100px;
    height: 100px;
    padding: 10px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 50%;
}
.sidebar_review .review_text .name{
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.sidebar_review .review_text .designation{
    font-size: 18px;
    line-height: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
}
/** sidebar css **/
/** media query css **/
@media(max-width:1024.98px){
    .sidebar_review .review_textbox{
        padding: 31px 10px 49px 10px;
    }
    .sidebar_review .review_textbox:after{
        width: 35px;
        height: 35px;
    }
}
@media(max-width:991.98px){
    .cp-post-single-row,
    .cp-post-single .cp-post-content .cp-post-content-list_item.checkmark{
        display: block;
    }
    .cp-post-single-row .cp-post-info-column,
    .cp-post-single-row .cp-post-sidebar,
    .cp-post-single .cp-post-content .cp-post-content-list_item.checkmark li{
        width: 100%;
    }
}
@media(max-width:767.98px){
    .cp-post-single .cp-post-title{
        font-size: 25px;
        line-height: 34px;
    }
}
/**media query css */