/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* New Css  */
ul.blog-grid-content-info li {
    font-size: 2rem;
    font-weight: normal;
}


ul.blog-grid-content-info li a {
    text-transform: uppercase;
   color: #646977;
   font-family: 'Roboto',sans-serif;
}
aside.aside-sticky-block span {
    font-size: 2.6rem;
    color: #292b35;
    font-family: 'sf_pro_displaySemibold';
    margin: 0 0 1.8rem;
}
article.blog-post-description h3 {
    margin: 2rem 0 1rem 0;
}

article.blog-post-description h2 {
    margin: 3rem auto;
}
.social-share-list {
	padding-top: 5px;
 }
 @media(max-width:767px) 
 {
 .social-share-list {
	padding-top: 10px;
 }
 }
blockquote {
    background: #eaeaf4;
   margin: 2rem 0;
   height: 100%;
   display: flex;
   align-items: center;
   padding: 15px;
}

 blockquote.blockquote-heading {
    height: 100%;
}
blockquote.blockquote-heading h3 {
    margin: 2rem 0;
}
/* New Css */

.page-content-section.blog-details-section {
	padding: 6rem 0;
}
.blog-post-description {
	margin: 1rem auto;
	max-width: 100%;
	width: 800px;
}
.blog-post-description ul li {
    display: list-item;
    width: 100%;
    margin: 1rem 0;
    line-height: 1.8;
    color: #646977;
    font-size: 2rem;
	font-family: 'Roboto',sans-serif;
}
.blog-post-description ul {
	display: block;
	margin: 1rem 0;
	padding-left: 4rem;
}
.blog-post-description b, .blog-post-description strong {
    font-family: 'Roboto',sans-serif;
}
.blog-featured-image {
	width: 100%;
	margin: 8rem 0;
}
.blog-post-description .blog-featured-image img {
	width: 100%;
	border: 1px solid #f5f8fe;
}
.blog-post-description img{
    margin: 0 auto;
    width: auto;
    height: 100%!important;
}
}
.blog-details-header {
	margin: 0  auto 6rem!important;
	max-width: 100%!important;
	width: 800px!important;
}
#blog-details-header{
  margin: 0  auto 6rem!important;
	max-width: 100%!important;
	width: 800px!important;
}
.blog-details-header .blog-author {
	color: #333;
}
.blog-category {
	font-weight: lighter;
	text-transform: uppercase;
	color: #454545;
}
a.blog-category:hover {
	text-decoration: underline;
	color: #1954AF;
}

/* socail share sidebar */
.social-share-list ul li a {
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 1.6rem;
    color: #fff;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.social-share-list ul li {
	margin: 0 0 2rem;
}
.blog-sidebar-left {
	position: absolute;
	top: 0;
	bottom: 0;
	width: auto;
}
.blog-sidebar-left.share-bottom{
	display: none;
}
.aside-sticky-block {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
.aside-sticky-block h3 {
	margin: 0 0 1.5rem;
}
.blog-details-content {
	position: relative;
}
.realted-post-listing h3 {
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 2rem 0;
}

.blog-sidebar-right {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	bottom: 0;
}
td{
	padding: 0 10px !important;
}
@media screen and (max-width:1024px) {
	.page-content-section.blog-details-section {
		padding: 3rem 0;
	}
	.blog-details-header {
		margin: 0 auto 3rem;
	}
	.blog-sidebar-left{
		position: unset;
		margin: 1rem auto;
		max-width: 100%;
		width: 800px;
	}
	.social-share-list ul {
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
	}
	.social-share-list ul li {
		margin: 0 1.5rem 2rem;
	}
	.blog-sidebar-left.share-bottom{
		display: block;
	}
}

.blog-details-header h1 span {
   font-size: 6rem;
   line-height: 130%;
   font-family: "sf_pro_displaybold";
   color: #292b35;
}

.blog-details-header ul:first-child li:last-child span {
    padding-left: 10px;
}

.conclusion-sub-heading{
font-size:2rem
}