body {
    overflow-x: hidden;
}
/*******BLOG COVER********/
.blog-page-wrapper{
    background:#f9f9f9;
}
.blog-page-inner{
    width:100%;
    grid-template-columns: 1fr 390px;
    display: grid;
    gap: 20px;
}
.blog-page-left{
    padding: 2% 30px 0 !important;
    background:#fff;
}
.join-sidebar-box {
    background: #fff;
    border: 2px solid #e9e9e9;
    background: #fff none repeat scroll 0 0;
    padding: 6% 6%;
    width: 100%;
    margin-bottom: 20px;
}

.join-sidebar-box .sidebar-box-title p {
    border: none !important;
    margin: 0px;
}
.sidebar-box-content p {
    font-size: 15px;
}
.sidebar-box-content p {
    color: #333;
}
.join-sidebar-box .request-btn {
    /* background-color: #91BBFF !important; */
    color: rgba(255, 255, 255, 1) !important;
    -moz-border-radius: 5px !important;
    /* border-radius: 5px !important; */
    font-family: "Poppins", Sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding-top: 4px !important;
    padding-right: 9px !important;
    padding-bottom: 4px !important;
    padding-left: 9px !important;
    border: 0;
    outline: none;
    margin: auto;
    text-align: center;
    width: 100%;
}
.join-sidebar-box .request-btn a {
    color: #00008B;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #91BBFF;
    padding: 12px 20px;
    border-radius: 5px;
}
/*******BLOG COVER END********/
/**********/
.main_title {
    font-size: 42px;
    font-weight: bold;
    margin: 20px 0 22px 0;
}


/************/
.blog-post{
 margin-bottom: 2.6em;
}

.blog-post-inner{
    width: 100%;
    grid-template-columns: 1fr 230px;
    display: grid;
    gap: 20px;
}

.blog-post-text{
  font-size: 17px;
  color: #000000;
  line-height: 33px;
}

.blog-post-title h2{
   margin: 0 0 0.6em;
}
.blog-post-title a{
    font-size: 23px;
    font-weight: bold !important;
    letter-spacing: -0.00625em;
    line-height: 1.2 !important;
    color: #0066cc !important;
}


.blog-post-meta{
    width: 100%;
  margin-bottom: 19px;
}

.blog-post-meta-inner ul li{
    display: inline-block;
    line-height: 13px;
    margin-left: 0;
    padding-right: 20px;
    font-size: 14px;
    color: #666;
}
.post-line{ 
    border-right: 1px solid #000; 
    margin-right: 20px;
}


.page-number{
text-align:center;
margin-bottom:50px; 
}

/*******************/
.blog-posts-inner{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 26px;  
}
 .blog-box{ 
    margin-bottom:50px;
}
 .blog-box-img{     
    margin-bottom: 10px;
}
 .blog-box-img img{   
    height: auto;
    width: auto;
    object-fit: cover;
}
 .blog-box-title{    
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}   
.blog-box-title a{ 
    color:#333333;
}
 .blog-box-meta{    
    font-size: 15px;
  margin: 8px 0;
}
.blog-box-meta ul li{ 
      display: inline-block;
    line-height: 13px;
    margin-left: 0;
    padding-right: 20px;
    font-size: 14px;
    color: #666666;
     }
 .blog-box-text{ 
    font-size:14px; 
    color: #333333 !important;
}

/************************/
/******SIDEBAR CODE******/
/************************/


/***********/
.blog-page-sidebar-inner{
    margin-right:12px;
}

.sidebar-box{
    background: #fff none repeat scroll 0 0;
    padding: 3%;   
    width: 100%;
    margin-bottom: 20px;
}
p.widgettitle {
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    font-size: 21px !important;
    line-height: 27px !important;
    color: #333 !important;
    padding-bottom: 10px;
}
.blog-page-sidebar-inner .breadcrumb-part .breadcrumbs a {
    color: #333 !important;
}

/************************/

.search-box{
    position:relative;
}

.search-box-cover{
    display: flex;
}
.search-box input#s, .search-box input#searchsubmit {
    height: 40px!important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
}

.search-box #s {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#categories-3 ul {
    columns: 2;
    margin-left: 20px;
    font-size: 13px;
    padding: 0px;
}

#categories-3 ul li {
    margin-bottom: 0.5em;
    margin-right: 15px;
    list-style: none;
}

#categories-3 ul li a {
    color: #0a27f1;
    text-decoration: none;
    font-size: 14px;
    font-weight:normal;
}

.blog-box-meta ul {
    padding-left: 0px;
}
.breadcrumb-part {
    margin: 0 0 20px 0 !important;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 6% 6%;
}
.blog-post-content tr:first-child {
    background: #130037;
    color: #FFF;
    font-weight: bold;
}
.blog-box-button button {
    background-color: rgba(136, 136, 136, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding-top: 2px !important;
    padding-right: 9px !important;
    padding-bottom: 2px !important;
    padding-left: 9px !important;
    border: 0;
    outline: none;
    margin-top: 10px;
}

/***************   platform-page  *********************/

h2.platform-hero-heading {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 41px;
    line-height: 45.1px;
    text-align: center;
    vertical-align: middle;
}
h2.platform-hero-heading img {
    height: 35px;
}

.wc-effortless h2.platform-hero-heading
{
text-align: left;
}


.wc-counter .elementor-counter-title {
    text-align: center;
}

.wc-counter span.elementor-counter-number,
.wc-your-brand p strong {
    background: linear-gradient(90deg, #257EFF 0%, #00C0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.wc-number-themself:after {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/bg-img-platform1.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
.wc-effortless:before,
.wc-transforming:before
{
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/bg-img-platform2.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}


.wc-transforming:after
{
content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/transform-bg.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

.wc-effortless:after
{
   content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/matters-bg-img.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

.wc-why-matters:after
{
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/flexibility-bg-img.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}


.wc-email-fill input[type="email"] {
    border-radius: 7px;
    box-shadow: 0px 1px 1px 0px #00000014 inset;
}
.wc-subscribe-form p {
    font-weight:700;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: 'Open Sans';
    margin: 10px 0;
}


.wc-subscribe-btn [type=submit]
{
    background: #0047BA;
    box-shadow: 0px 1px 1px 0px #00000014;
    box-shadow: 0px 1px 0px 0px #FFFFFF26 inset;
    border-radius: 61px;
   font-weight:700;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: 'Open Sans';
    padding: 10px 81px;
    border: 1px solid #0047ba;


}
.wc-subscribe-btn span.wpcf7-spinner {
    display: none;
}
.wc-main-footer .e-con-inner {
    border-top: 1px solid #fff;
}


div#counter1,div#counter2,div#counter3{
    background: linear-gradient(90deg, #257EFF 0%, #00C0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 40px;
    font-weight: bold;
}
.themselves-count {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unlimited-heading
{
 background: linear-gradient(90deg, #257EFF 0%, #00C0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
}

.themselves-count-column {
    width: 22%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}
.wc-number-themself .elementor-widget-html {
    width: 100%;
}
.themselves-count-column small {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
   width: 50% !important;
    display: inline-block;
}

.themselves-count-column:after
{
    content: url('https://217d45f432.nxcli.io/wp-content/uploads/2025/05/left-img.png');
  position: absolute;
    left: 0;
    top: 0;

}
.themselves-count-column:before
{
    content: url('https://217d45f432.nxcli.io/wp-content/uploads/2025/05/right-img.png');
   position: absolute;
    right: 0;
    top: 0;

}


.wc-how-it-work-section:before {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/how-it-work-top.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
.wc-how-it-work-section:after {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/how-it-work-bottom.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

.blog_container {
    margin-bottom: 0px;
}
.container {
    background: #f9f9f9;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1330px;
    margin: 0px auto;
}
section.blog_container .container {
    background: #f9f9f9;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1330px;
    margin: 0px auto;
}
body.page-id-24 {
    padding-top: 0;
    background: #e1e1e1 none repeat scroll 0 0 !important;
    font-family: "Poppins", sans-serif;
}

body.single {
    background: #e1e1e1 none repeat scroll 0 0 !important;
    
}

.wc-about-us-section:before
{
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/banner-bg-after.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
.wc-what-we-do:after
{
content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/what-we-do.png) no-repeat;
    width: 100%;
    height: 100px;
    top: -1px;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
/*********  how it work *****/

.wc-partner-text h2 span {
    color: #000;
}
.wc-partner2 .wc-partner-text h2 span {
    color: #fff;
}

.wc-partner1:after,
.wc-partner2:after,
.wc-partner3:after,
.wc-partner5:after,
.wc-automation:after,
.wc-journey:after
{
    content: "";
    width: 100%;
    height: 100px;
    top: -1px;
    position: absolute;
}

.wc-partner1:after
{
background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/partner-bg1.png) no-repeat;
 background-position: center top;
    background-size: 100%;
}
.wc-partner2:after,
.wc-automation:after
{
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/what-we-do.png) no-repeat;
 background-position: center top;
    background-size: 100%;
}

.wc-partner3:after,
.wc-partner5:after,
.wc-journey:after
{
     background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/bg-img-platform2.png) no-repeat;
 background-position: center top;
    background-size: 100%;
}

.wc-journey-list p
{
    margin-bottom: 0px;
}
.wc-partner3 ul li::marker,
.wc-partner2 ul li::marker,
.wc-automation ul li::marker
{
color: #257EFF;
}





.wc-why-choose-section h2 {
    color: #fff;
    font-weight: 700 !important;
    font-family: poppins;
    font-size: 40px;
    line-height: 56px;
}

.wc-offering-heading1 {
    background: linear-gradient(90deg, #ff512f, #dd2476);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wc-offering-heading2 {
    background: linear-gradient(90deg, #25C8FF, #00EEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wc-offering-heading3 {
    background: linear-gradient(90deg, #FF2587, #BF00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.feature-blue-text {
    background: linear-gradient(90deg, #257EFF, #00C0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wc-why-choose-list h4.elementor-icon-box-title span br
{
display: none;
}




/***** blog detail********/
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
/*******BLOG COVER********/
body.single .blog-post-content p {
    font-size: 17px !important;
    color: #333333 !important;
    line-height: 25px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: normal !important;
}
.blog-post-meta-inner ul {
    padding-left: 0px;
}
body.single .blog-post-single h1 {
    font-size: 36px !important;
    color: #333333 !important;
    font-family: "Poppins", sans-serif !important;
}
.blog-post-single-title h1 {
    font-size: 31px;
    margin: 0 0 0.6em;
    padding: 0;
    font-weight: bold !important;
    letter-spacing: -0.00625em;
    line-height: 1.2 !important;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
}
.blog-page-wrapper{

	background:#f9f9f9;
}
.blog-page-inner{
	width:100%;
	 grid-template-columns: 1fr 390px;
    display: grid;
    gap: 20px;
}

.blog-page-left{
		padding: 2% 30px 0 !important;
		background:#fff;
}
.blog-page-sidebar{
	
}
.blog-page-sidebar-inner{
	margin-right:12px;
}

.sidebar-box{
    background: #fff none repeat scroll 0 0;
    padding: 6% 6%;   
    width: 100%;
    margin-bottom: 20px;
}

/************************/

.search-box{
	position:relative;
}

.search-box-cover{
	display: flex;
}
.search-box input#s, .search-box input#searchsubmit {
    height: 40px!important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
}

.search-box #s {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*************/

.blog-post-single-title{
	margin-top:25px;
	   
}
.blog-post-single-title h1{
	 font-size: 31px;
    margin: 0 0 0.6em;
    padding: 0;	
	    font-weight: bold !important;
    letter-spacing: -0.00625em;
    line-height: 1.2 !important;
	color:#000;
	font-family: 'Roboto', sans-serif !important;
}
/************/

.blog-post-content p{
line-height: 30px !important;
    margin-bottom: 2%!important;
	    font-size: 17px !important;
    color: #333 !important;	
}
.blog-post-content ul{
    padding: 0 0 0em 1.2em!important;	
	    font-size: 17px !important;
    color: #333 !important;
    line-height: 33px !important;
    margin-bottom: 25px !important;
    font-family: "Poppins", sans-serif !important;
	list-style: disc;
	
}
.blog-post-content ul li{
    font-size: 17px !important;
    color: #333 !important;
    line-height: 27px !important;
    font-family: "Poppins", sans-serif !important;	
}

.blog-post-content ul ul{
	  margin-bottom: 0px !important;
	
}

.blog-post-content ol{
    padding: 0 0 0em 1.2em!important;	
	    font-size: 17px !important;
    color: #000000 !important;
    line-height: 33px !important;
    margin-bottom: 25px !important;
    font-family: "Poppins", sans-serif !important;
    list-style: decimal;
	
}
.blog-post-content ol li{
    font-size: 17px !important;
    color: #333 !important;
    line-height: 33px !important;
    font-family: "Poppins", sans-serif !important;	
}
.blog-post-content ol ol{
	    margin-bottom: 0px !important;
	
}

.blog-post-content a{    
    text-decoration: underline;
    color: #0066cc;}
.blog-post-content a:hover{}
/**********/
.blog-post-socialsnap{
margin-bottom:7px;
}
.blog-post-content h3 span, .blog-post-content h2 span {

    font-weight: bold !Important;
}
.blog-post-content h2{ color:#333333; font-weight: bold; font-size:28px; font-family: "Poppins", sans-serif !important; letter-spacing: -0.00625em;}
.blog-post-content h3{color:#333333; font-weight: bold; font-size:22px;  font-family: "Poppins", sans-serif !important; letter-spacing: -0.00625em;}
.blog-post-content h4{color:#333333; font-size:15px;  font-family: "Poppins", sans-serif !important; letter-spacing: -0.00625em;}
.blog-post-content table{
	    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #eee;
    text-align: left;
	font-size: 14px;
}

.blog-post-content  tr td{
    padding: 5px !important;
    border-top: 1px solid #eee;
}

.blog-post-content table tr, .blog-post-content table td, .blog-post-content table th 
{
	    max-width: 100%;
    padding: 0.857em 0.587em;
}
.blog-post-content tr:nth-child(odd) {
    background: #FFF;
}

.blog-post-content tr:first-child {
    background: #0066cc;
    color: #FFF;
    font-weight: bold;
}

/******* blog detail end*******/

/*******contact page*****/
.contact-page-form:before {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contcat-section-top.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
.contact-page-form:after {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contact-page-bottom.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}
/****contact page end******/

/******privacy page***/
.wc-privacy-section:before {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contcat-section-top.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}

.wc-privacy-linked-section:after {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contact-page-bottom.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

/********term of uses page******/
.wc-terms-section:before {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contcat-section-top.png) no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
    background-position: center top;
    background-size: 100%;
    position: absolute;
}
.wc-terms-section:after {
    content: "";
    background: url(https://217d45f432.nxcli.io/wp-content/uploads/2025/05/contact-page-bottom.png) no-repeat;
    width: 100%;
    height: 73px;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

img.featured_image_img {
    max-width: 300px;
    float: right;
    padding-left: 25px;
}
/************************/
.blog-post-content ul li strong, .blog-post-content ul li b{
    font-weight: 500;
}
.blog-post-content ul li::marker {
    color: #525252;
}
/******SIDEBAR CODE END******/
/************************/
@media screen and (max-width: 1200px) {
.blog .container {
    max-width: 1330px;
    width: 100% !important;
}
}
@media screen and (max-width: 1100px) {
    
    .blog-posts-inner {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}
.wc-journey-list
{
    background-position: 31% 0px !important;
}
    
}



@media screen and (max-width: 1024px)
{
.wc-journey-list
{
    background-position: 23% 0px !important;
}
.wc-get-start-btn.hide
{
    display: block !important;
}
#wc-get-start-btn-desktop
{
    display: none !important;
}
}



@media screen and (max-width: 900px) {
    .blog-page-inner {
    width: 100%;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 20px;
}
.themselves-count-column
{
        width: 24%;
}
    div#counter1,div#counter2,div#counter3
    {
        font-size: 30px;
    }

}

@media screen and (max-width: 767px) {
     .wc-why-choose-section h2 
	{
    text-align: center;
     }   
    .blog-page-inner 
    {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    }
    .wc-why-matters h4 br,
    .wc-number-themself h2 br,
    .wc-number-themself p br,
    .wc-platform-hero-section p br
    {
    display: none;
    }
    .wc-effortless h2.platform-hero-heading
    {
    text-align: center;
    }
    h2.platform-hero-heading
    {
        font-size: 30px;
    }
    h2.platform-hero-heading img {
    height: 26px;
    }
    .themselves-count-column
    {
            width: 45%;
            margin: 20px 0;
    }
    div#counter1,div#counter2,div#counter3
    {
        font-size: 40px;
    }
    .wc-journey-list
    {
        background: none !important;
    }
    .wc-why-choose-section h2,
    h2.platform-hero-heading
    {
        font-size: 30px;
    }
    .wc-home-hero-section h1.elementor-heading-title br {
    display: none;
    }
    .wc-offering-list {
    display: inline-block;
    }
}

@media screen and (max-width: 650px) {
    .blog-posts-inner {
          grid-template-columns: 1fr;
          display: grid;
          gap: 20px;
    }

}


@media screen and (max-width: 450px) {
    .wp-pagenavi {
          clear: both;
          overflow: hidden;
    }

    .wp-pagenavi a, .wp-pagenavi span {
          text-decoration: none;
          border: 1px solid #BFBFBF;
          padding: 0px 5px;
          margin: 2px;
          font-size: 12px;
    }
    .themselves-count-column
    {
            width: 100%;
            margin: 20px 0;
    }

    .wp-pagenavi a.page, span.extend, a.last {
     display: none;
     }

}

/*  23-dec-2025  */

body.single-post h3 strong, body.single-post h2, body.single-post h3,
body.single-post h4, body.single-post h5,
body.single-post h2 strong, body.single-post h4 strong, body.single-post h5 strong,
body.single-post .ptb_row_title, body.single-post p.widgettitle, body.single-post p strong,
body.single-post table tr td strong, body.single-post .blog-post-content h3 span,
body.single-post .blog-post-content h2 span, body.single-post .blog-post-content h4 span,
body.single-post .blog-post-content h5 span, body.single-post p b strong, body.single-post .blog-post-content ol li b strong 
{
    font-weight: 600 !important;
}
