html{
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

button.btn--blog.active {
    color: #735BEE;
    border: 2px solid #735BEE;
}

.template__two--main_content ol li {
    color: var(--Dark-Grey, #3E3E3E);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Open Sans';
}

.template__two--main_content ol {
    margin-left: 20px;
}
/*-------------------------BLOGS PAGE-------------------------------------*/

.blogs_content--section {
    margin: 70px 0px 0px;
}


.blogs--buttons__main {
    display:flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.blogs--buttons__main button {
    color: #735BEE;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 2px;*/
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid var(--Light-Grey, #ABA4A4);
    background: #fff;
    width: 218px;
    height: 46px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.blogs--buttons__main a {
    text-decoration: none;
}

.blogs--buttons__main button:hover {
    color: #fff;
    background:#735BEE;
    transition:all 0.5s;
     border: none;
}

.blog-img--cont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap:50px;
}

.blog_rgt--side{
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: center;
    align-items:flex-start;
    align-self: flex-start;
}

.blog_rgt--side h2 {
    width: 100%;
}

.blog-img--cont.container {
    padding-bottom: 100px;
}

.main--heading {
    padding-bottom: 70px;
}

.blogs--trending-para {
    overflow: hidden;
    text-align: center;
  }
  
  .blogs--trending-para:before,
  .blogs--trending-para:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
section#breadcrumbs__ijona {
    margin: 0;
    padding: 10px 0;
    /*background-color: #F3A95F;*/
    background-color: #735BEE;
    color: #fff;
    font-size: 13px;
}
section#breadcrumbs__ijona li a {
    color: #fff;
}
section#breadcrumbs__ijona li a:hover {
    text-decoration: underline;
}
section#breadcrumbs__ijona ul.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap:wrap !important;
    gap: 5px;
    align-items: center;
}
section.blogs--page {
    padding: 50px 0 0;
}
#myVideo-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single-image-product {
    display: grid;
    gap: 20px;
}
.single-info-data {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-info-data p {
    line-height: 25px !important;
}
.single-info-data p,.single-info-data li{
    line-height: 25px !important;
}
.single-info-data ul {
    margin-left: 40px;
}

.single-info-data ol {
    margin-left: 40px;
}
.single-info-data img.alignleft {
    float: inline-start;
}

.single-info-data tr:nth-child(1) {
    background:#735BEE;
    color:#fff;
}

.single-info-data table {
    border: 1px solid #ddd;
    width:100% !important;
    margin-bottom: 20px;
}

.single-info-data table tbody tr td {
    border: 1px solid rgba(112, 112, 112, 35%);
    padding: 15px;
}

.single-info-data tr:nth-child(1) td {
    border: 1px solid #ddd;
}

.single-info-data p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/*.pagination {*/
/*    display: none;*/
/*}*/

div#blog-data-field {
    display: grid;
    gap: 20px;
}
.single-image-product img {
    max-height: 450px;
    object-fit: fill;
    height: auto;
    display: flex;
    border-radius: 15px;
    width: 75%;
}
  
  .blogs--trending-para:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .blogs--trending-para:after {
    left: 0.5em;
    margin-right: -50%;
  }

  .post--content--box{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }

  .post--item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogs--total_cont {
    display: grid;
    /* grid-template-columns: repeat( auto-fill, minmax(450px, 1fr) ); */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 2rem;
}
.blog_rgt--side h2 a{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*letter-spacing: 1.5px;*/
    text-decoration: none;
}

a.btn.btn--blogs {
    color: #FFF;
    background:#735BEE;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 0.8px;*/
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
    border-radius: 8px;
}

a.btn.btn--blogs:hover {
    background: none;
    border:1px solid #735BEE;
    color: #735BEE;
}

.btn.btn--blogs{
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*border-radius: 20px;*/
    border: 1px solid var(--Ijona-Purple, #724CE8); 
}

.post--item h2 a{
    color: var(--Dark-Grey, #3E3E3E);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 1px;*/
    text-decoration: none;
}

p.generic_blog--para{
    color: var(--Another-shade-of-grey, #7F7F7F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    /*letter-spacing: 0.9px;*/
}

.post--content--box p a{
    color: var(--Dark-Grey, #3E3E3E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 0.8px;*/
    text-decoration: none;
}
.post--content--box p {
    color: var(--Dark-Grey, #3E3E3E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 0.8px;*/
    text-decoration: none;
}

.post--item_image img.attachment-full.size-full {
    max-width: 690px;
    object-fit: contain;
    width: 100%;
    max-height: 375px;
    height: 100%;
}

.generic-blog_content {
    flex-grow: 1;
}

.blog_lef--img img {
    width: 100%;
    border-radius: 8px;
}

p.blog--internal_para {
    color: var(--Dark-Grey, #3E3E3E);
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /*letter-spacing: 1px;*/
}

p.blog--internal_h {
    color: #000;
    font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 2px;*/
}

.blog--internal_h .number {
    color: #3CE8C0;
    font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 3.5px;*/
}

.unlocking--decision_headline {
    display: flex;
    flex-direction: column;
}

.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content.box-post-id-171.box-instance-id-1.ppma_boxes_171 {
    display: none;
}

p.blogs_internal--conclu {
    display:flex;
    align-items: center;
    justify-content: center;
}

p.blog--internal_h.blog--internal_h--alt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* BLOGS PAGE ENDS */

/* BLOGS PAGE -- INTERNAL */

.blogs--page_content--info {
    display: grid;
   grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    margin: 70px 0px 0px;
}

.right__img--heading--blogs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__img--heading--blogs img {
    width: 80%;
    height: auto;
}

.content__img--blogs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.content__img--blogs img {
    width: 50%;
    height: auto;
    padding-top:15px;
}

.content__main--heading--blogs h2 {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*letter-spacing: 2.5px;*/
}

.heading__blogs--cmn{
    color: #004FA9;
font-style: normal;
font-weight: 600;
line-height: normal;
/*letter-spacing: 2px;*/
}

.heading__fs--blogs h2 {
    font-size: 35px;
}

.para__blogs--cmn p{
    color: var(--Dark-Grey, #3E3E3E);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 35px; /* 175% */
/*letter-spacing: 1px;*/
/*padding-bottom: 15px;*/
}

.blogs__internal--content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.repeat__section--internal {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.blogs__internal__second {
    display: flex;
    flex-direction: column;
    /*gap: 30px;*/
}

.fresh--insights__section .section__other--blogs--heading h2{
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*letter-spacing: 3.5px;*/
    text-transform: uppercase;
}

.fresh--insights__section.section__other--blogs {
    gap:0px;
}

.fresh--insights__section.section__other--blogs--heading {
    gap: 0px;
}

.fresh--insights__section .section__other--blogs--heading h2:after {
    display:none;
}

.blog--btn-wrap {
    display:flex;
    justify-content: space-between;
}

.blog--btn-wrap button {
    background: none;
    border: none;
}

.blog--btn-wrap button i {
    font-size: clamp(2.1875rem, 1.5446rem + 1.0045vw, 2.75rem);
}

.slider--int__blogs--main.slick-initialized.slick-slider .slick-list.draggable {
    margin: 0px 100px;
}

.section__other--blogs--heading button.blog--prev {
    left: 30px;
    position: absolute;
    top: 50%;
}

.section__other--blogs--heading button.blog--next {
    right: 70px;
    position: absolute;
    top: 50%;
}

.slider--inner_blogs--main.slick-slide img {
     padding: 20px;
    width: 100%;
    height: 100%;
}

.template__two--main_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fresh--insights__section .slick-track {
    padding: 0px 0px 0px;
}

.fresh--insights__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.fresh--insights__section .slider--int__blogs--main.slick-initialized.slick-slider .slick-list.draggable {
    margin:0px;
}

.fresh--insights__section h2 {
    font-size:35px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.fresh--insights__section h2:after {
     background: #735BEE;
    content: "";
    display: block;
    height: 3px;
    margin: 6px auto 0;
    width: 67px;
}

.fresh--insights__section .slider--int__blogs--main.slick-initialized .slick-slide {
    display: block;
    padding: 0px 0px 20px 0px;
    /*width: 280px !important;*/
    height: auto;
    transition: transform 1s;
}

.fresh--insights__section .slider--inner_blogs--main.slick-slide h3 {
    font-size: 16px;
}

.fresh--insights__section .slider--inner_blogs--main.slick-slide h3:hover {
    text-decoration: underline;
    color: #735BEE;
    font-weight: 500;
}

.template__two--main_content h2 {
    padding-top: 50px;
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 2px;*/
}

.fresh--insights__section p {
    text-align: center;
}

.template__two--main_content h2 span {
    color: #3CE8C0;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*letter-spacing: 3.5px;*/
}

.template__two--main_content p {
    color: var(--Dark-Grey, #3E3E3E);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /*letter-spacing: 1px;*/
}

.slider--inner_blogs--main.slick-slide h3:hover {
    color: #735BEE;
    text-decoration: underline;
}

.para__blogs--cmn h3 {
    font-size: 25px;
}

.template__two--main_content strong {
    font-size: 25px;
}

.heading__blogs--cmn h2 {
    margin-top: 0px;
    color: #333;
    font-size: clamp(1.25rem, 1.1107rem + 0.6369vw, 1.875rem);
}

.template__two--main_content p#template__two-p {
    margin-top: 40px;
}

div#template__one--blogs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section__other--blogs hr{
    margin: 50px 0px 30px;
}

.template__two--main_content ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.template__two--main_content p a {
    font-size: 18px !important;
}

/* BLOG INTERNAL - 09/05/2024 */

.content-area{
    padding:10rem 0 5rem;
    /*background:#4A5EE5;*/
}

div#breadcrumbs__ijona {
    display: flex;
}

ul.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
    color: #fff;
}

ul.breadcrumb li{
    color: #fff;
}

ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li a:hover {
 text-decoration:underline;   
}

.flex--pannel {
    display: flex;
    gap:70px;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 0;
}

.blog--left-panel {
    width: 80%;
}

.blog--right-panel {
    width: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog--right-panel img {
    width: 100%;
    margin: 0 auto;
}

.blog--left-panel h1 {
    padding-bottom: 70px;
    font-size: 45px;
    color:#fff;
}

.blog--writer {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

span.blog-dot{
    background: #fff;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 20px
}

.blog--detail-content{
    padding:3rem 0 3rem;
}

.blog--grid-panel{
    display:flex;
}

.blog--share{
    /*margin-top:30px;*/
    margin-right:2%;
    width:20%;
}

.blog--main-content{
    color: #000;
    width: 70%;
    padding-left: 20px;
    padding-right: 100px;
}

.blog--details {
    position: sticky;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog--details span.blog-seperator{
    position:relative;
}

.blog--details span.blog-seperator::before{
    position: absolute;
    content: "";
    background: rgba(112, 112, 112, 35%);
    height: 1px;
    width: 58px;
    top: 0;
}

.blog__social{
    display:flex;
}

.blog__social ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog__social ul li i {
    font-size: 24px;
}

.share-btn span {
    font-size: 14px;
}

.blogs--written-by {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
}

.blog--written-left img {
    border-radius: 50%;
}

.blog--written-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-written-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogs--all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #8b8b8b;
}
.blogs--all a{
    color: #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 2px;
}

span.the_author strong {
    color: #8d8d8d;
    font-weight: 400;
}

.blog-written-right span {
    font-size: 14px;
}

.author--name {
    /*font-size: 18px;*/
    font-weight: 700;
    text-transform: capitalize;
}
.blog__social ul a {
    color: #000;
}

p.blog--main-description {
    min-height: 50px;
}

.table-blog{
    width:30%;
}

.table-details {
border: 1px solid #e6e6e6;
padding: 40px;
}

.table-o-content h3 {
    margin-bottom: 20px;
}

.table-o-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
}

.table-o-content ul li a {
    color: #333;
}

.table-o-content ul li a:hover {
color:#735BEE;
text-decoration:underline;
transition:0.3s all;
}

.table-main-content{
    padding-right:50px;
}

@media only screen and (max-width: 1800px){
    /* BLOGS PAGE -- INTERNAL */
    
    .section__other--blogs hr{
    margin: 40px 0px 30px;
}

.content__main--heading--blogs h2 {
    font-size: 35px;
    /*letter-spacing: 1px;*/
}

.template__two--main_content ol li {
    font-size: 16px;
}

.heading__fs--blogs h2{
   font-size: clamp(1.875rem, 1.4626rem + 0.6443vw, 2.1875rem);
}

.para__blogs--cmn p {
    font-size: 16px;
}

.heading__blogs--cmn h2 {
    font-size: 30px !important;;
    margin-top:40px;
}

.para__blogs--cmn h3 {
    font-size: 20px;
}


.template__two--main_content p {
    font-size: 16px;
}

.section__other--blogs--heading h2 {
   font-size: 30px;
}

.slider--inner_blogs--main.slick-slide h3 {
    font-size: 16px;
}

.slider--int__blogs--main.slick-initialized.slick-slider p {
    font-size: clamp(0.9375rem, 0.855rem + 0.1289vw, 1rem);
}

.template__two--main_content strong {
    font-size: 20px;
}

.template__two--main_content h2 {
    font-size: 30px;
    padding-top: 30px;
    /*letter-spacing: 1px;*/
}

.template__two--main_content h2 span {
   font-size: clamp(2rem, 1.3402rem + 1.0309vw, 2.5rem);
    /*letter-spacing: 1px;*/
}

.slider--int__blogs--main.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    gap: 30px;
}

.section__other--blogs--heading button.blog--prev {
    left: 50px;
    position: absolute;
    top: 50%;
}

.section__other--blogs--heading button.blog--next {
    right: 70px;
    position: absolute;
    top: 50%;
}

/* BLOGS PAGE -- INTERNAL (END) */
p.generic_blog--para {
    font-size: 16px;
}

a.btn.btn--blogs {
    font-size: 16px;
}

.post--item h2 a {
    font-size: 20px;
}

.blogs--trending-para {
   font-size: 30px; 
}

.blogs--buttons__main button {
    font-size: 16px;
}

.blog-img--cont {
    gap: 30px;
}
.blog-img--cont.container {
    padding-bottom: 70px;
}

.blogs--buttons__main {
    padding-bottom: 70px;
}

.main--heading {
    padding-bottom: 50px;
}

.blog_rgt--side h2 a{
    font-size: 30px;
}

.blogs__internal--content {
    gap: 20px;
}

.template__two--main_content h2 {
    padding-top: 40px;
}

.template__two--main_content p#template__two-p {
    margin-top: 40px;
}

/* BLOG INTERNAL RESPONSIVE - 09/05/2024 */
.blog--left-panel h1 {
    padding-bottom: 50px;
    font-size: 35px;
}
.flex--pannel {
    gap: 30px;
    margin: 50px 0 0;
}
.content-area {
    padding: 8rem 0 3rem;
}
.blog--writer {
    font-size: 16px;
}
.privacy-content {
        padding: 7rem 0 0;
    }
    
.flex-extra{
    display:block;
}
.flex--pannel.flex-extra {
    margin-top: 10px;
}
.blog--left-panel.blog-extra-left {
    width: 100%;
}
.blog-extra-left h1{
    font-size:45px;
    text-align:center;
    text-transform:uppercase;
}
}


@media only screen and (max-width: 1024px){
    /* Blogs Internal Responsive Starts */
    
    .blogs--page_content--info {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    gap: 30px;
    margin: 50px 0px 0px;
}

.right__img--heading--blogs img {
    width: 100%;
    height: auto;
}

.template__two--main_content strong {
    font-size: 18px;
}

.blogs__internal--content {
    gap: 15px;
    padding-bottom: 0px;
}

.para__blogs--cmn h3 {
    font-size: 18px;
}

.template__two--main_content ol li {
    font-size: 14px;
}

.template__two--main_content ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

hr {
    margin: 20px 0px;
}

.content__img--blogs img {
    width: 100%;
    height: auto;
}

.slider--int__blogs--main.slick-initialized .slick-slide {
    width: 100% ;
    height: auto !important;
    
}

.section__other--blogs--heading h2 {
    /*letter-spacing: 1px;*/
    font-size: 25px;
}

.slider--inner_blogs--main.slick-slide img {
    display: block;
    width: 100%;
    /*height: auto;*/
}

.heading__blogs--cmn h2 {
    margin-top: 30px;
    font-size: 25px !important;
}

/*.para__blogs--cmn p {*/
/*    padding-bottom:10px;*/
/*}*/

.post--content--box p a {
    font-size: 14px;
}

/* Blog Page Starts */

.blog-img--cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.blogs--total_cont {
    display: grid;
    /* grid-template-columns: repeat( auto-fill, minmax(450px, 1fr) ); */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

/* Blog Page Ends */

/* Blog Page: Internal (Responsive) Starts*/

.blogs_page--title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.template__two--main_content p {
    margin-top: 15px;
}

.template__two--main_content {
    gap: 0px;
}

/* Blog Page: Internal (Responsive) Ends*/
    
/* Blogs Internal Responsive Ends */
    
.post--content--box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.blog-img--cont.container {
    padding-bottom: 50px;
}

.blogs--buttons__main {
    padding-bottom: 50px;
}

.main--heading {
    padding-bottom: 30px;
}

.post--content--box p {
    font-size: 14px;
}

a.btn.btn--blogs {
    font-size: 14px;
}

.section__other--blogs--heading .slick-track {
    padding: 30px 0px 0px;
    margin: 0px 0px 0px;
}

.content__main--heading--blogs h2 {
    font-size: 30px;
}

section.blogs__internal__second {
    gap: 0px;
}

.template__two--main_content h2 {
    padding-top: 20px;
    font-size: 25px !important;
}

.template__two--main_content p#template__two-p {
    margin-top: 30px;
}

.template__two--main_content h2 {
    padding-top: 30px;
}


.section__other--blogs hr{
    margin: 30px 0px 30px;
}

/* BLOG INTERNAL RESPONSIVE - 09/05/2024 */
.flex--pannel {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px 0 0;
}
.blog--left-panel {
    width: 100%;
}

.blog--right-panel {
    width: 70%;
    margin: 0;
}
.blog--left-panel h1 {
        padding-bottom: 30px;
}
.content-area {
        padding: 5rem 0 3rem;
}
.blog--main-content {
    color: #000;
    width: 80%;
    padding-left: 20px;
     padding-right: 0px; 
}
.table-details {
    padding: 10px;
}
.table-o-content ul li a {
    font-size: 14px;
}
}

@media only screen and (max-width: 767px){
.blog_rgt--side h2 a {
    font-size: 25px;
}

.post--item h2 a {
    font-size: 18px;
}

/* BLOG INTERNAL RESPONSIVE - 10/05/2024 */
.blog--grid-panel {
    display: flex;
    flex-direction: column-reverse;
}
.blog--detail-content {
    padding: 3rem 0 0;
}
.blog--main-content {
        color: #000;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
}
.blog--share {
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
    display: none;
}
}

@media only screen and (max-width: 500px){
.blogs--total_cont {
    grid-template-columns: 100%;
}
}
/*nitish singh*/
/*.blog-images img {*/
/*    width: 100%;*/
/*    aspect-ratio: 3 / 2;*/
/*    height: 180px;*/
/*    object-fit: fill;*/
/*    border-radius: 8px;*/
/*}*/

.blog-images img {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: 200px;
    object-fit: fill;
    object-position: center;
    border-radius: 8px;
    padding: 15px;
}

.blog_lef--img {
    width: 100%;
}

.blog_lef--img img {
    background: #eaaa00;
    height: 300px;
    object-fit: fill;
    object-position: center;
    padding: 20px;
}
.sub-info-data-blogs a h2 {
    color: #333;
    font-size: 16px;
    line-height:normal;
    font-weight: 600;
    /*height: 60px;*/
}
.sub-info-data-blogs p {
    color: #5c5757;
    font-size: 14px;
}

.sub-info-data-blogs p.the__author-name{
    color: #919191;
}
.sub-blog-post {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    gap: 25px;
}
.blog-item {
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 0 4px 0px #33333330;*/
}
.sub-info-data-blogs {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    /*height: 50%;*/
}
.blog-images p.blog-date {
    position: absolute;
    top: 0px;
    background-color: #F3A95F;
    z-index: 9999;
    padding: 0px;
    right: 0px;
    border-radius: 20px 0;
    font-size: 10px !important;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    height: 25px;
    width: 85px;
    z-index:1;
}

.blog-images {
    position: relative;
}