.blog-wrap {
	display: flex;
	margin-bottom: 40px;
    flex-direction: row;
	box-shadow: 0 1.5px 12px 2px rgb(0 0 0 / 6%);
	border-radius: 12px;
	color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
	overflow: hidden;
}
.blog-media__wrap {
	margin: 8px;
    overflow: hidden;
    border-radius: 12px;
	max-width: 200px;
    min-width: 150px;
}
.img-bg__blog {
	display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%;
}
.blog-details__wrap {
	padding-inline: 12px;
	padding-block: 16px;
	overflow: hidden;
	flex: 1;
}
.blog-heading {
	white-space: nowrap;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #eeee;
    padding-bottom: 12px;
}
.blog-heading > span {
	font-size: 24px;
    line-height: 28px;
	font-weight: 500;
	width: 100%;
}
.blog-date-time {
	font-size: 13px;
	line-height: 26px;
    letter-spacing: 0.2px;
	font-weight: 400;
	color: #555c63;
}
.blog-date-time > i {
	margin-right: 3px;
}
.blog-desc > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #555c63;
	height: 83px;
    overflow: hidden;
	margin-top: 12px;
}
.btn-blog {
	font-size: 14px;
    line-height: 14px;
	font-family: "Rubik",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	display: inline-block;
    position: relative;
	margin-top: 16px;
}
.btn-blog > i {
	color: #c3002f;
	margin-left: 8px;
	font-size: 13px;
}
.btn-blog:hover, .btn-blog:focus {
	color: #c3002f;
}

.blog-list__wrp .blog-wrap {
	display: flex;
	margin-bottom: 40px;
    flex-direction: column;
	box-shadow: 0 1.5px 12px 2px rgb(0 0 0 / 6%);
	border-radius: 12px;
	color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
	overflow: hidden;
}
.blog-list__wrp .blog-media__wrap {
	height: 200px;
	max-width: 100%;
}
.blog-list__wrp .img-bg__blog {
	display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	height: 100%;
}
.blog-list__wrp .blog-details__wrap {
	padding: 24px 16px;
}

.blog-search__wrap {
	position: relative;
	width: 100%;
}
.sticky-panel {
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
}
.input-form-blog {
	text-transform: capitalize;
    height: 48px;
    line-height: 48px;
	border-color: #e1e1e1;
}
.input-form-blog:focus {
	box-shadow: none;
}
.search-ico {
	position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #ff0044;
    color: #fff;
    border-radius: 100%;
}
.blog-recent-post {
    background: #f8f8f8;
    color: rgba(0, 0, 0, 0.87);
    padding: 24px 12px 12px;
    overflow: hidden;
    box-shadow: 0 1.5px 12px 2px rgb(0 0 0 / 6%);
    margin-top: 24px;
    border-radius: 12px;
}
.list__wrap {
	display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 14px 0;
}
.list__wrap:nth-last-of-type(1) {
	border-bottom: 0;
	padding-bottom: 0;
}
.recent-post__media {
	flex: 0 0 auto;
    width: 33.3333333333%;
	border-radius: 12px;
}
.recent-post__media > img {
	border-radius: 12px;
}
.recent-post__wrap {
	padding-inline: 12px;
}
.recent-post__wrap .recent-post__h4 {
	font-size: 16px;
    line-height: 22px;
	margin-bottom: 8px;
	font-weight: 500;
	display: inline-block;
}
.blog-full-details .blog-media__wrap {
	min-height: 400px;
	margin: 0;
}
.blog-full-details .img-bg__blog {
	background-position: bottom center;
}
.blog-details-para {
	padding-block: 24px;
}
.blog-details-para h4 {
	margin-block: 32px 12px;
}
.Share-socials h4 {
	font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.blog-full-details__head {
	margin-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #eeee;
    padding-bottom: 12px;
}
.blog-heading-full > span {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
.Share-socials {
	display: flex;
	align-items: center;
}
.share-social__ul {
	list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
	margin: 0;
}
.share-social__list {
	background: #f8f8f8;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #555c63;
}

@media screen and (max-width: 1024px) {
	.blog-wrap {
		flex-direction: column;
	}
	.blog-media__wrap {
		max-width: 100%;
		height: 200px;
	}

}