.single_blog_post{
	margin-bottom: -8px;
}
.blog_title h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120.5%;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    padding: 0px 0px 20px 0px;
    position: relative;
}
.blog_title h1::after {
    content: "";
    background: #FBBC13;
    width: 230px;
    height: 8px;
    bottom: 0;
    position: absolute;
    left: calc(50% - 123px);
}
.blog_title p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #B0B0B0;
    width: 60%;
    margin: 0 auto;
    margin-top: 28px;
}

.blog_prev_next {
    border-top: 3px solid #DBDBDB;
    padding-top: 63px;
    margin-bottom: 90px;
}
.blog_arrow h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 17px;
}
.blog_arrow p {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 132.8%;
    color: #B0B0B0;
}
.blog_arrow h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #1378A0;
    margin: 0px;
}
.single_page_img{
	position:relative;
}
.single_page_img img{
  margin-bottom: 30px;
}
.single_page_img p {
    font-size: 15px;
    margin: 0px 0px 18px 0px;
    height: auto;
    line-height: 24px;
}
.tag_area{
	position: absolute;
    bottom: -14px;
}
.post_tags{
	display: inline-block;
    margin-right: -6px;
}
.post_tags a {
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    color: #000;
    margin-bottom: 19px;
}
.heateor_sss_sharing_container{
	float: right;
}
.post_title_link{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    text-align: left !important;
    color: #FFFFFF;
    background: transparent !important;
    border-radius: initial !important;
    padding: inherit !important;
    display: inline-block !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
}