.user-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 30px 0;
}
.social-population h5 a {
	color: #677283;
}
.social-population {
	display: flex;
	align-items: center;
	gap: 10px;
}
.social-population i {
	color: #09a0f7;
}
.wrapper-social-post {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 14px;
	padding: 40px 0;
	border-top: 1px solid #dddddd94;
	border-bottom: 1px solid #dddddd94;
	margin: 20px 0;
}
.wrapper-social-post i {
	background: #09a0f7;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}
.social-post i {
	background: #09a0f7;
	border-radius: 0px !important;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 21px;
	margin-right: 10px;
}
.first {
	background: #3b5998 !important;
}
.last {
	background: #0077b5 !important;
}
.wrapper-social-post h4 {
	font-size: 33px;
	margin-bottom: 20px;
}
.nest-wrapper {
	display: flex;
	align-items: end;
	justify-content: end;
	margin: 53px 0;
}
.nest-wrapper-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 53px 0;
}
.nest-wrapper-second a h3 {
	color: #373737;
}
h4.previous-heading {
	text-align: start !important;
}
.nest-wrapper-second a h4 {
	color: #09a0f7;
	text-align: end;
}
.nest-wrapper a h4 {
	color: #09a0f7;
	text-align: end;
}
.nest-wrapper a h3 {
	color: #373737;
}
.own-content {
	background: #373737;
	margin-bottom: 85px;
	padding: 30px 30px;
}
.own-content img {
	width: 129px !important;
	height: 129px !important;
	border-radius: 160px;
	object-fit: fill;
}
.own-content h3 {
	color: #09a0f7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.own-content p {
	color: #fff;
	font-size: 18px;
}
.img-post-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 42px;
	margin-bottom: 20px;
}
.commenter p {
	font-size: 20px;
}
.commenter {
	padding: 50px;
	background: #fff;
}
.popular-main {
	background: #f7f6fb;
	padding: 35px 35px;
}
.main-img-popular-post {
	width: 100%;
	object-fit: fill;
	height: 480px;
	margin-bottom: 20px;
}
.popular-main p {
	font-size: 18px;
}
section.popular-post {
	padding: 120px 0;
}
.w-content a {
	color: #09a0f7;
}
.leave-a-comment.commenter textarea#exampleFormControlTextarea1 {
	height: 170px;
	border: 1px solid #e2e8f0;
	background: transparent;
}
.leave-a-comment.commenter input#exampleFormControlInput1 {
	border: 1px solid #e2e8f0;
	background: transparent;
}
.form-group-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group-checkbox label {
	position: relative;
	line-height: 1;
	cursor: pointer;
}

.form-group-checkbox label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #636060;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	/* background-image: linear-gradient( to bottom, #f8b329, #eca923, #e09f1e, #d59617, #c98c11); */
	margin-right: 5px;
}
.form-group-checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 7px;
	height: 12px;
	border: solid #14252a;
	border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
}
.form-group-checkbox label span {
	color: #000000;
	margin-left: 5px;
	/* font-family: "Space Mono", monospace; */
	font-weight: 400;
	color: #14252a;
	font-size: 20px;
	line-height: 1px;
}
.form-group-checkbox {
	margin-top: 20px;
}
.checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #b7b7b7;
	padding-top: 50px;
	margin: 50px 0px 80px 0px;
}
.search-post.popular-main form {
	display: flex;
	align-items: center;
}
.search-post.popular-main .form-group input#exampleFormControlInput1 {
	width: 280px;
	background: #fff;
}
.search-post.popular-main .btn {
	height: 53px;
	width: 50px;
}
.search-post.popular-main .form-group {
	margin: 0;
}
.search-post-img-content.popular-main.mt-5 .recent-content a h5 {
	text-transform: uppercase;
	color: #000;
}
.social-profile.popular-main ul.social_icons13 li a i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #09a0f7;
	color: #fff;
}
span.border-profile-social {
	width: 65px;
	height: 4px;
	display: flex;
	background: #09a0f7;
	margin-top: 27px;
}
h1.author-heading {
	color: #000;
	font-size: 35px;
}
.name-wrapper-author {
	padding: 100px 0;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 10px;
}
img.img-fluid.author-img {
	border-radius: 120px;
	width: 100px;
	height: 100px;
	object-fit: fill;
}
.author-wrapper-content h6 a {
	font-size: 17px;
	color: #09a0f7;
}
.product-wrapper-content h6 a {
	color: #09a0f7;
}
h2.author-heading-sec a {
	color: #09a0f7;
}
a.developer-heading {
	color: #046bd2 !important;
}
.author-wrapper-content h6 span {
	color: #09a0f7;
}
.comment-wrapper-main {
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 50px;
	margin-top: 50px;
}
.comment-wrapper-main.wrapper-comment {
	border-bottom: none;
}
h2.author-heading-sec a:hover {
	color: #373737;
	transition: all 0.5s;
}
.social-profile.popular-main h2 {
	font-size: 30px;
}
.search-post-img-content.popular-main h2 {
	font-size: 30px;
}
ul.social_icons13.gap-social-wrapper {
	gap: 10px !important;
}
@media (max-width: 576px) {
	.user-wrapper {
		display: flex;
		align-items: start;
		gap: 15px;
		margin: 30px 0;
		flex-wrap: nowrap;
		width: 100%;
		flex-direction: column;
	}
	.popular-main {
		background: #f7f6fb;
		padding: 35px 10px;
	}
	.main-img-popular-post {
		height: 330px;
	}
	.commenter {
		margin-bottom: 20px;
		padding: 40px 20px;
	}
	.own-content {
		margin-bottom: 35px;
	}
	.form-group-checkbox label span {
		font-size: 16px;
	}
	section.popular-post {
		padding: 60px 0;
	}
}
@media (max-width: 281px) {
	h6 {
		font-size: 13px;
		font-family: "Oxygen";
		color: #000;
		margin: 0;
	}
	a.btn.fit-btn {
		font-size: 15px;
	}
	h3 {
		font-size: 13px;
		font-family: "Oswald-Bold";
		margin: 0;
	}
	ul.social_icons13 {
		display: flex;
		align-items: center;
		gap: 7px;
		margin-top: 47px;
	}
	a.btn.blog-btn {
		margin-bottom: 20px;
		margin-top: 10px;
	}
}
