@media (min-width: 768px) {
    .td-container, .tdc-row, .tdc-row-composer {
        width: 1280px;
    }
}
.post.type-post ol {
   list-style: none;
   counter-reset: item;
 }
 .post.type-post ol li {
	counter-increment: item;
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
 }
 .post.type-post ol li::before {
  content: counter(item);
  background: #4db2ec;
  color: #fff;
  width: 30px;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-post  .td-post-content > p:first-of-type::first-letter {
  font-weight: 600;
  font-size: 60px;
  float: left;
  -webkit-margin-before: -30px;
}
.tdc-header-wrap .td-header-style-1 .td-header-sp-logo {
    margin-left: 0;
    padding-left: 0;
}
.tdc-header-wrap .td-header-style-1 .td-header-sp-logo img {
    margin-left: 0;
}
.tdc-header-wrap .td-header-style-1 .td-header-sp-logo img {
    position: relative;
}
.tdc-header-wrap .td-header-style-1 .td-header-sp-logo a {
    display: inline-block;
}
.tdc-header-wrap .td-header-style-1 .td-header-sp-recs {
    float: right;
}
.tdc-header-wrap .td-header-style-3 .td-header-sp-logo {
  margin-left: 0;
}
.tdc-header-wrap .td-header-style-3 .td-header-sp-logo img {
  margin-left: 0;
}
.tdc-header-wrap .td-header-style-3 .td-header-sp-recs {
  float: right;
}

/* TOC Start*/
.td-post-content #ez-toc-container {
  width: auto;
}
body #ez-toc-container ul li {
    margin-bottom: 10px;
}
body #ez-toc-container.counter-decimal ul.ez-toc-list li a::before, body .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    background: #4db2ec;
    padding: 10px;
    color: #fff;
    margin: -10px 10px -10px -10px;
}
article.post .td-post-content #ez-toc-container a {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: none;
}
article.post .td-post-content #ez-toc-container a:hover {
  background: none;
}
#ez-toc-container .ez-toc-title-container{
    display: flex;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.ez-toc-counter nav ul li a::before{
    background: #4db2ec;
    color: #fff;
    padding: 2px 7px;
    margin-right: 10px;
    border-radius: 3px;
}
#ez-toc-container ul ul {
    margin-left: 0;
    margin-top: 5px;
}
/* TOC End */


.wp-block-code {
    max-height: 500px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.area-code-lookup {
    margin-top: 80px;
}
.area-code-lookup .heading {
    background: #4db2ec;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}
.area-code-lookup li {
    list-style: none;
    margin: 0;
    width: 25%;
    float: left;
}

/* Faqs Start */
.schema-faq-section {
    background: #a5d2ec8a;
    padding: 15px;
    margin-bottom: 24px;
    border-radius: 12px;
}
.schema-faq-question {
    font-size: 20px;
    border-bottom: 1px solid #79757569;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.schema-faq-question::after {
    content: "?";
    width: 35px;
    height: 35px;
    color: #a5d2ec8a;
    background: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 38%;
    transform: translateY(-50%);
}
/* Faqs End */

article.post .td-post-content a, article.post .td-post-content p a {
  color: #000;
  border-bottom: 5px solid #4db2ec;
  background: 0 0;
  transition: background .2s;
}
.postid-2702 article.post .td-post-content a, article.post .td-post-content p a {
  border-bottom: 2px solid #4db2ec;
}
article.post .td-post-content a:hover, article.post .td-post-content p a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: background .2s;
  background: #4db2ec;
}
article.post .td-post-content a u, article.post .td-post-content p a u {
  text-decoration: none;
}
article .tagdiv-type blockquote {
	text-align: left;
	padding: 20px;
	margin: 0;
	background: #eee;
	border-left: 4px solid #4db2ec;
}
article .tagdiv-type blockquote p {
	font-size: 20px;
	line-height: 30px;
	text-transform: inherit;
	color: inherit;
	word-wrap: normal;
	margin-bottom: 0;
}
article .wp-block-image{
  margin-bottom: 15px;
}

.td-post-date {
  display: none;
}
article .tagdiv-type blockquote.wp-block-quote {
  background: #f9f9f9;
  border-left: 4px solid #3b67b1;
  margin: 0;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
article .tagdiv-type blockquote p {
  font-family: inherit;
  text-transform: capitalize;
}
article .tagdiv-type blockquote.wp-block-quote a {
  font-style: normal;
  font-size: 16px;
}


/* Convert Case */
.case-converter-wrapper #content {
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    background: #fafafa;
    padding: 15px 10px;
}
.case-converter-wrapper .status {
    background: green;
    padding: 5px 10px;
    color: #fff;
    min-width: 350px;
    border-radius: 3px;
    margin-bottom: 20px;
    display: none;
}
.case-converter-wrapper .status.active {
    display: inline-block;
}
.case-converter-wrapper .actions {
    margin: 20px 0;
}
.case-converter-wrapper .actions button {
    background: #4a4a4a;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#custom-table .mobile{
    display: none;
}
@media only screen and (max-width: 767px) {
    #custom-table{
        font-size: 8px;
    }
    #custom-table .mobile{
        display: table-row;
    }
    #custom-table .desktop{
        display: none;
    }
}
