/* Blog single css only start */


/* blog */

.article__body {
    margin-bottom: 3em;
}

.myblog .h2 {
    font-weight: 600;
    font-size: 44px
}

.blogimg img {
  
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}

.article__body p,
.quote__body p {
    line-height: 1.75;
    margin-bottom: 1.35em;
}

.article__body blockquote,
.quote__body blockquote {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71429;
    position: relative;
    margin-bottom: 3em;
    padding: 52px 20px 60px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #204866;
    background-color: #f5f9fc;
    font-style: italic;
}

@media only screen and (min-width: 767px) {
    .article__body blockquote {
        padding: 40px 65px 45px;
    }
}

.article__body blockquote:before,
.quote__body blockquote:before {
    top: 0;
    left: 6px;
    content: '"';
}

.article__body blockquote:after,
.article__body blockquote:before,
.quote__body blockquote:after,
.quote__body blockquote:before {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    color: #d6e3ed;
}

@media only screen and (min-width: 767px) {
    .article__body blockquote:before {
        left: 25px;
    }
}

.article__body blockquote:after,
.quote__body blockquote:after {
    right: 6px;
    bottom: 25px;
    content: '"';
}

@media only screen and (min-width: 767px) {
    .article__body blockquote:after {
        right: 25px;
        bottom: 15px;
    }
}

ul.myblog_right>li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

ul.myblog_right>li a {
    color: #000;
}

ul.myblog_right>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
}

ul.myblog_right>li a {
    color: #000;
    font-size: 14px;
    display: block;
}

ul.myblog_right>li img {
    display: block;
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 18px;
    object-fit: cover;
}

.article__body ul li {
    font-size: 18px;
}

@media(max-width:767px) {
    .myblog .h2 {
        font-weight: 600;
        font-size: 24px;
    }
}

.article__body h2, .article__body h3 {
    margin-bottom: 0;
    margin-top: 20px;
}
.article__body h2, .article__body h3,.article__body h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.article__body  br{
    display:none;
}
/* toc */
li.toc-parent {
    list-style: none;
    /* line-height: 1.5em; */
}
li.toc-parent {
    line-height: 2rem;
}
.custom-toc {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.toc-parent a {
	text-decoration:none !important;
	color:black !important;
}
.toc-parent a:hover {
    color: #c14729 !important;
}
.custom-toc ul {
	
	padding-left:1rem !important;
}
.custom-toc h2 {
	font-size:19px !important;
	font-weight:700;
}

@media (max-width: 992px) {
    .toc-parent a {
            font-size: 15px !important;
        }
}
/* Blog single css only end */
/* toc */
li.toc-parent {
    list-style: none;
    /* line-height: 1.5em; */
}
li.toc-parent {
    line-height: 2rem;
}
.custom-toc {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.toc-parent a {
	text-decoration:none !important;
	color:black !important;
}
.toc-parent a:hover {
    color: #c14729 !important;
}
.custom-toc ul {
	
	padding-left:1rem !important;
}
.custom-toc h2 {
	font-size:19px !important;
	font-weight:700;
}

@media (max-width: 992px) {
    .toc-parent a {
            font-size: 15px !important;
        }
}