section p {
	font-weight: 300;
}

.hero {
	background: linear-gradient( -81.27deg, rgba(252, 96, 87, 1) 0%, rgba(252, 112, 87, 1) 100%);
	width: 100%;
}

.hero .main {
	text-align: center;
}

.hero .main .heading-one {
	margin-bottom: 20px;
	font-weight: 600;
}

.hero .main p {
	max-width: 537px;
	margin: 0 auto;
}

.blog-list {
	padding: 60px 0px 90px 0px;
}

.blog-list .box .heading-two {
	text-align: start;
	margin-bottom: 15px;
}

.blog-list .box p {
	margin-bottom: 20px;
	max-width: 433px;
}

.blog-list .box .info {
	display: flex;
	gap: 15px;
	align-items: center;
}

.blog-list .box .info span {
	display: block;
	font-weight: 300;
}

.blog-list ul {
	list-style-type: none;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	border: 0;
	gap: 20px;
}

.blog-list .nav-tabs .nav-link {
	background-color: rgba(255, 187, 24, 0.15);
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
	padding: 10px 25px;
	border: 0;
	border-radius: 0;
}

.blog-list .nav-tabs .nav-link.active,.blog-list .nav-tabs .nav-link:hover {
	background-color: #FFD600;
	color: rgba(0, 0, 0, 1);
}

.blog-list .insights {
	position: relative;
}

.blog-list .all {
	margin: 45px 0px;
}

/* .blog-list .insights::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid #D9D9D9;
} */

.blog-list .box.second {
	padding-left: 33px;
}

.blog-list .newsletter {
	padding: 60px;
	margin: 45px 0px;
	background-color: #000;
}

.blog-list .newsletter form {
	display: flex;
	height: 50px;
	justify-content: flex-end;
	width: 100%;
}

.blog-list .newsletter input {
	padding: 0px 20px;
	width: 100%;
}

.blog-list .newsletter input, .blog-list .newsletter button {
	border: 0;
}

.blog-list .newsletter input:focus-visible,.blog-list .newsletter button:focus-visible {
	outline: 0;
}

.blog-list .newsletter button {
	background-color: var(--yellowbg);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 33px;
}

.blog-list .newsletter .join .get-notified {
	color: var(--redtext);
	font-weight: 600;
}

.blog-list .newsletter .join .notified {
	color: #fff;
	font-weight: 600;
}

.blog-list .newsletter .join .heading-two {
	text-align: start;
	margin-bottom: 10px;
}

.blog-list .newsletter .join p {
	color: #fff;
	max-width: 433px;
}

.blog-list .newsletter .join p b {
	font-weight: 700;
}

.blog-list #pagination {
	display: flex;
	justify-content: center;
	gap: 13px;
	align-items: end;
	margin-top: 45px;
}

.blog-list .blocks {
	width: 52px;
	height: 44px;
	color: rgba(0, 0, 0, 0.7);
	background-color: rgba(252, 112, 87, 0.15);
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-list .blocks:hover {
	color: #fff;
	background-color: var(--redtext);
}

.blog-list #pagination a.active {
	color: #fff;
	background-color: var(--redtext);
}

.blog-list .dots {
	display: inline-flex;
}

.blog-list .blocks:hover svg path {
	stroke: #fff;
}
    .blog-list .heading-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list .newsletter #email::placeholder {
    font-weight: 300;
}

    /* media css */
@media screen and (max-width: 1024px) {

.blog-list .all {
    margin: 30px 0px;
}
.blog-list .newsletter {
    padding: 40px;
    margin: 30px 0px;
}
.blog-list .box.second {
    padding-left: 0px;
}
.blog-list #pagination {
    margin-top: 30px;
}
.blog-list{padding-bottom: 60px;}
.blog-list .newsletter input {
    padding: 0px 10px;
}
.blog-list .newsletter button {
    padding: 0px 10px;
}
.blog-list .newsletter form {
   height: 45px;
}

}

@media screen and (min-width: 768px) {
	.blog-list .insights::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		border-right: 1px solid #D9D9D9;
	}
}

@media screen and (max-width: 767px) {
	.pd90.hero {
		padding: 45px 0px;
	}

	.blog-list ul {
		padding-bottom: 15px;
	}

	.blog-list ul {
		justify-content: start;
		gap: 15px;
	}

	.blog-list .box.second {
		padding-left: 0px;
	}

	.blog-list .box {
		padding: 30px 0px;
		border-bottom: 1px solid #d9d9d9;
	}

	.blog-list .common {
		padding-bottom: 0px;
	}

	.blog-list .newsletter {
		padding: 30px 20px;
		margin: 0;
	}

	.blog-list .newsletter .join p {
		font-size: 14px;
		padding-bottom: 25px;
	}

	.blog-list .newsletter .join .heading-two {
		margin-bottom: 15px;
	}

	.blog-list .newsletter form {
		height: 40px;
	}

	.blog-list .newsletter button {
		padding: 0px 10px;
	}

	.blog-list .last .box.second:last-child {
		border: 0;
	}

	.blog-list .all {
		margin: 0px;
	}

	.blog-list #pagination {
		margin-top: 0px;
	}
    .blog-list #pagination .blocks:nth-child(4),
    .blog-list #pagination .blocks:nth-child(5) {
        display: none;
    }
    .blog-list .dots {
    padding: 0px 6px;
    }
    .blog-list .blocks{
    width: 44px;
    }
}


@media screen and (max-width: 575px){
    .blog-list .newsletter button {
    padding: 0px 15px;
    }
}
