footer .back-to-top.show {
    bottom: 110px;
} 
.dropdown-menu > li > a .price{
    display: block;
    color:#c00;
}
.panel-table-of-content .with-chevron {
    padding: 0;
}
.panel-table-of-content .with-chevron .chevron {
    padding: 0 15px;
}
#table-of-content ul{
    list-style-type: decimal;
}
.cleanza-article .article-details .toc_link a {
    color: #000;
}
header.header .cleanza-main-nav.sticky{
    position: fixed;
    background: #fff;
}
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-thumbnail{
    aspect-ratio: 1 / 1;
    height: auto;
}
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-thumbnail img{
    object-fit: cover;
}
header.header .cleanza-main-nav .cleanza-header-mobile img {
    max-height: 80px;
}
footer.footer .footer-logo-and-info img {
    max-height: 100px;
} 
.section_about .about-content p{
	max-width:100%
}
.panel-table-of-content{
	padding:10px;
    margin-bottom:20px
}
h1,h2,h3{
	color:#6699ff !important;
  font-weight:700
} 
body {
    font-size: 16px;
}
.article-main{
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
}
.cleanza-article .article-details img{
    max-width: 100% !important;
	width:100%;
  	height:auto
}