#footer-btn-submit{
	position: absolute;
	top:50%;
	right: 5px;
	transform: translate( 0 ,-50%);
}
.contact_us_p {
	line-height: 55px;
	font-size: 47px;
}
@media (min-width: 768px) {
    .contact_us_p {
        line-height: 96px;
        font-size: 65px;
	}
}
.search-box {
	max-width: 618px;
	margin: 0 auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.search-box input {
	outline: none;
	flex: 1;
}
.category-pill {
	background: #f9e0d9;
	border: 1px solid #F4D6C2;
}
.blog-card .card-body {
	background-color: #FBF2EB;
}
.blog-card img {
	height: 253px;
}
.category-badge {
	top: 81%;
	left: 4%;
}
.read-more {
	border-bottom: 1px solid #D3590A;
}

.blog-pagination button {
	background: none;
	border: none;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: color 0.3s ease;
}

.blog-pagination .active {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
}

.blog-pagination .dots {
	font-size: 18px;
	color: #999;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.pt-100px {
		padding-top: 60px !important;
	}
	.fs-56px {
		font-size: 38px !important;
	}
	.lh-66px {
		line-height: 48px !important;
	}
	.mt-28px {
		margin-top: 16px !important;
	}

	.search-box {
		padding: 5px 10px 5px 18px !important;
	}

	.search-box input {
		width: 100%;
		padding: 5px 8px !important;
	}

	.hero-slogan {
		font-size: 14px !important;
		margin-top: 16px !important;
	}

	.popular-categories-title {
		padding: 25px 0 !important;
	}

	.hero-section {
		padding-bottom: 20px !important;
	}

	.our-blog-title {
		font-size: 24px !important;
		line-height: 36px !important;
	}

	.blog-pagination {
		margin-top: 30px !important;
	}

	.blog-list {
		padding-bottom: 60px !important;
	}

	.category-pill {
		padding: 22px 6px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 321px) {
	.search-box button {
		padding: 15px !important;
	}
	.our-blog-title {
		margin-right: 5px !important;
	}
}


