
.site-main{
  background:#fff;
  padding:50px 0;
}

.blog .site-main{
  background:#fff;
  padding:150px 0 75px 0;
}

.blog .fixed-top.header {background:#000;}
.blog .fixed-top.header-sticky {background:#FFF; border-bottom: solid 1px #e1dede;}

.single .site-main{
  background:#000;
  padding:50px 0;
}

.site-main article + article{
	padding-top:35px;
}
article .flex-box{
	display:flex;
	column-gap:25px;
}
article .post-thumbnail{
   width:40%;
}
article .post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
article .post-content{
   width:60%;
}
article .post-content .entry-title{
	margin-bottom:20px;
}
article .post-content .entry-title,
article .post-content .entry-title a{
  color:#000;
}
article .post-content .entry-header{
 margin-top:20px;
 display:flex;
 justify-content:space-between;
 align-items:center;
}
article .post-content .read-more{
    background: var(--primary-color);
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
#ez-toc-container {border: none !important; -webkit-box-shadow: none !important;}
.ez-toc-title-container {display: none;}
div#ez-toc-container ul li {
    padding-bottom: 10px;
}
.que-ans #ez-toc-container {display: none;}
.about-solution .process_cnt p {
    font-size: 52px;
    line-height: 64px;
    color: var(--white-color);
    font-weight: var(--primary-font-weight-light);
    margin-top: 20px;
}



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

.section-dark {
    padding-top: 140px !important;
}

.custom-container {
    max-width: 100%;
    flex-direction: column;
    padding:0 20px;
}
.custom-col-left {
    width: 100%;
}
.custom-col-right {
    width: 100%;
    float: right;
}
div#ez-toc-container {
    width: 100%;
}
article .flex-box{
  display: block;
}
article .post-content {
    width: 100%;
    margin-top: 30px;
}
}

@media screen and (min-width: 1px) and (max-width: 767px){
.footer {
    padding: 60px 20px 20px;
    height: auto;
}
.footer .container {
    width: 100%;
}
.footer h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-left: 0;
}
.footer p {
    font-size: 18px;
    line-height: 26px;
    max-width: 310px;
}
.footer-top .ftr-btn {
    grid-gap: 15px;
}
.footer-middle {
	margin-top: 40px;
    padding: 40px 0;
    display: inline-block !important;
}
.footer-mdl-lft {
    width: 100%;
}
.footer-mdl-lft ul {
	margin: 0 auto;
}
.footer-mdl-rgt ul {
    display: inline-block;
    height: auto;
    width: 100%; margin: 0 auto !important;
}
.footer .justify-content-end {
    justify-content: left !important;
}
.footer-mdl-rgt {
    width: 100%;
    margin-top: 30px;
}
.footer-bottom ul {
    display: inline-block !important;
}
.footer-mdl-rgt li {
    font-size: 20px;
    line-height: 26px;
        width: 100%;
    text-align: left !important;
    float: left;
    margin-bottom: 10px;
}
.footer-mdl-rgt li:nth-child(1) {
    text-transform: uppercase;
}
.header-action {
    float: right;
    margin: 0 10px;
}
.section-dark {
    padding-top: 85px !important;
}
.site-main {
    padding: 2px 0;
}
article .post-content .entry-header {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 15px;
}
.category_flag {
    width: 40% !important;
}
}
.entry-date, .author .url {color: #000;}
.category_flag {
    padding: 5px 16px;
    border-radius: 5px;
    width: auto;
    margin-bottom: 25px;
    text-align: center;
    background: #ed1c24;
    color: #fff; font-weight: 600;
    font-size: 15px;
}
.que-ans ul li {
  margin-bottom: 10px;
  list-style: disc !important;
  padding-left: 10px;
}

.que-ans ol li {
  margin-bottom: 10px;
  list-style: decimal; !important;
  padding-left: 10px; font-size: 24px;
}

.que-ans ul, .que-ans ol {
    margin-bottom: 20px;
    margin-left: 30px;
}
.updated {display: none;}

.single .site-main {
    background: #000 !important;
    padding: 50px 0;
}

.single-post .question {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.single-post #ez-toc-container.ez-toc-transparent {
  background: none;
  background: #f8f8f8 !important;
  padding: 30px !important;
  border-radius: 30px !important;
  box-shadow: 5px 5px 0px rgba(0,0,0,0.1) !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  padding-top: 70px !important;
}
.single-post div#ez-toc-container {
  position: relative !important;
}
.single-post div#ez-toc-container:before {
  content: 'Table of Contents';
  font-size: 1.75rem !important;
  position: absolute;
  top: 15px;
}
.single .site-main {
    background: #000;
    padding: 50px 0;
}
.single-post .process_cnt {padding-bottom: 60px;}

.post, .page {
    margin: 50px 0px;
}
article .flex-box {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
article .post-thumbnail {
    width: 40%;
}
article .post-thumbnail img {
    border-radius: 11px;
}
article .post-content {
    width: 60%;
}
.post-thumbnail img {max-width: 100%; height: auto;}
.categories-flex {display: flex; column-gap: 10px;}
.blog-heading-section h2 {font-size: 28px; padding-top: 11px;}

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

.section-dark {
    padding-top: 140px !important;
}

.custom-container {
    max-width: 100%;
    flex-direction: column;
    padding:0 20px;
}
.custom-col-left {
    width: 100%;
}
.custom-col-right {
    width: 100%;
    float: right;
}
div#ez-toc-container {
    width: 100%;
}
article .flex-box{
  display: block;
}
article .post-content {
    width: 100%;
    margin-top: 30px;
}
}

@media screen and (min-width: 1px) and (max-width: 767px){
.question {
    padding: 20px;
    border-radius: 10px;
}
div#ez-toc-container {
     width: 100% !important; 
}
}
.ez-toc-toggle {display: none !important;}