* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
}
body {
	overflow-x: hidden;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Bold.woff2') format('woff2'), url('PlusJakartaSans-Bold.woff') format('woff'), url('PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Regular.woff2') format('woff2'), url('PlusJakartaSans-Regular.woff') format('woff'), url('PlusJakartaSans-Regular.svg#PlusJakartaSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-SemiBold.woff2') format('woff2'), url('PlusJakartaSans-SemiBold.woff') format('woff'), url('PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-Medium.woff2') format('woff2'), url('PlusJakartaSans-Medium.woff') format('woff'), url('PlusJakartaSans-Medium.svg#PlusJakartaSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.clean-air-fixbar {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	background: none;
	transition: all 0.5s ease-in-out;
}
.clean-air-fixbar.sticky {
	position: fixed;
	background: #1c1f48;
	transition: all 0.3s ease;
	border-bottom: none;
	-webkit-box-shadow: 3.54px 3.54px 6px 2px rgba(128, 128, 128, 0.1);
	box-shadow: 3.54px 3.54px 6px 2px rgba(128, 128, 128, 0.1);
}
.clean-air-fixbar.sticky .logo-clean-air {
	display: block;
	background: url(../images/clean-airlogo-h.png) no-repeat;
	background-size: 158px 70px;
	width: 158px;
	height: 70px;
	margin: 5px 0;
}
.clean-air-fixbar.sticky .navbar-clean-air ul li a {
	color: #fff;
}
.clean-air-fixbar.sticky .navbar-clean-air ul li a:hover {
	color: #fff;
}
.clean-air-fixbar.sticky .navbar-clean-air ul li a:select {
 color: #fff;
}
.clean-air-fixbar.sticky .rtcontact-btn a {
	color: #1c1f48;
	background: #fff;
}
.clean-air-fixbar.sticky .rtcontact-btn a:hover {
	color: #1c1f48;
	background: #fff;
}
header .logo-clean-air {
	float: left;
	background: url(../images/clean-airlogo.png) no-repeat;
	background-size: 158px 70px;
	width: 158px;
	height: 70px;
	margin: 5px 0;
}
header .logo-clean-air a {
	text-decoration: none;
}
header .navbar-clean-air {
	float: left;
	width: 70%;
	padding-left: 120px;
}
header .navbar-clean-air ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .navbar-clean-air ul li {
	position: relative;
	float: left;
	margin-right: 32px;
}
header .navbar-clean-air ul li::last-child {
 margin-right: 0;
}
header .navbar-clean-air ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	transition: 0.3s;
	padding: 30px 0 20px;
	margin: 0;
}
header .navbar-clean-air ul li a:hover {
	color: #1c1f48;
}
header .rtcontact-btn {
	float: right;
}
header .rtcontact-btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	transition: 0.3s;
	background: #1c1f48;
	border-radius: 3px;
	padding: 15px 20px;
	margin: 12px 0 0;
}
header .rtcontact-btn a:hover {
	color: #fff;
	background: #1c1f48;
}
.clean-air-insightsblog-mainhero {
	position: relative;
	width: 100%;
}
.clean-air-insightsblog-mainhero img {
	width: 100%;
	height: auto;
}
.clean-air-insightsblog-mainhero::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(106,106,106,.7)0%, rgba(106,106,106,1)100%);
	z-index: 1
}
.clean-air-insightsblog-mainhero .indiv-titlebx {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9;
}
.clean-air-insightsblog-mainhero .indiv-titlebx h4 {
	font-size: 52px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	margin: 230px 0 0;
	padding: 0;
}
.mobban {
	display: none;
}
.clean-air-insights-postlist-section {
	position: relative;
	padding: 50px 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .ltimgbx {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 30%;
	float: left;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .ltimgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost:hover .ltimgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .rtdscbx {
	position: relative;
	overflow: hidden;
	width: 68%;
	float: right;
	padding: 0 25px;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .rtdscbx h2 {
	font-size: 30px;
	color: #1c1f48;
	line-height: 40px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .rtdscbx p {
	font-size: 16px;
	color: #1c1f48;
	line-height: 25px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .btnbx {
	width: 100%;
	float: left;
	border-top: 1px solid #e4e5f3;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .dtebx {
	width: 50%;
	float: left;
	display: block;
	font-size: 14px;
	color: #1c1f48;
	line-height: 32px;
	font-weight: 400;
	text-align: right;
	padding: 10px 0 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .morebtn {
	width: 50%;
	float: left;
	padding: 10px 0 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .morebtn a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	background: #1c1f48;
	border: 1px solid #1c1f48;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .morebtn a:hover {
	color: #fff;
	background: #1c1f48;
	border: 1px solid #1c1f48;
}
.clean-air-insights-postlist-section .recentpost-clean-air {
	margin: 0 0 40px 20px;
}
.clean-air-insights-postlist-section .recentpost-clean-air h3 {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0 0 10px;
	background: #1c1f48;
	border-radius: 5px;
}
.clean-air-insights-postlist-section .recentpost-clean-air ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clean-air-insights-postlist-section .recentpost-clean-air ul li {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.clean-air-insights-postlist-section .recentpost-clean-air ul li a {
	display: block;
	color: #1c1f48;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 30px 10px;
	padding: 5px 0 5px 40px;
	margin: 0;
	text-decoration: none;
}
.clean-air-insights-postlist-section .recentpost-clean-air ul li a:hover {
	color: #1c1f48;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 30px 10px;
	text-decoration: none;
}
.clean-air-insights-postlist-section .categoriespost-clean-air {
	margin: 0 0 40px 20px;
}
.clean-air-insights-postlist-section .categoriespost-clean-air h3 {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0 0 10px;
	background: #1c1f48;
	border-radius: 5px;
}
.clean-air-insights-postlist-section .categoriespost-clean-air ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clean-air-insights-postlist-section .categoriespost-clean-air ul li {
	position: relative;
	padding: 5px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.clean-air-insights-postlist-section .categoriespost-clean-air ul li a {
	display: block;
	color: #1c1f48;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 30px 10px;
	padding: 5px 0 5px 40px;
	margin: 0;
	text-decoration: none;
}
.clean-air-insights-postlist-section .categoriespost-clean-air ul li a:hover {
	color: #1c1f48;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 30px 10px;
	text-decoration: none;
}
.clean-air-insights-postlist-section .clean-air-post-details {
	width: 100%;
	float: left;
}
.clean-air-insights-postlist-section .clean-air-post-details .dtebx {
	display: block;
	font-size: 14px;
	color: #1c1f48;
	line-height: 32px;
	font-weight: 400;
	text-align: right;
	padding: 0 0 5px;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details h1 {
	font-size: 44px;
	color: #1c1f48;
	line-height: 55px;
	font-weight: 700;
	padding: 0 0 20px;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details h2 {
	font-size: 32px;
	color: #1c1f48;
	line-height: 44px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details h3 {
	font-size: 28px;
	color: #1c1f48;
	line-height: 34px;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details h4 {
	font-size: 28px;
	color: #1c1f48;
	line-height: 34px;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details p {
	font-size: 17px;
	color: #1c1f48;
	line-height: 29px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details ul li {
	font-size: 17px;
	color: #1c1f48;
	line-height: 29px;
	font-weight: 400;
	background: url(../images/list-mnu.png) no-repeat 0 15px;
	background-size: 30px 10px;
	padding: 5px 0 5px 40px;
	margin: 0;
}
.clean-air-insights-postlist-section .clean-air-post-details .alignright {
	width: 45%;
	height: auto;
	float: right;
	margin: 0 0 0 40px;
	border-radius: 8px;
}
.clean-air-insights-postlist-section .clean-air-post-details .aligncenter {
	display: block;
	width: 80%;
	height: auto;
	border-radius: 8px;
	margin: 20px auto;
}
.clean-air-stkylink {
	position: fixed;
	width: 60px;
	bottom: 50px;
	right: 20px;
	z-index: 9;
}
.clean-air-stkylink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clean-air-stkylink ul li {
	width: 60px;
}
.clean-air-stkylink ul li a {
	display: block;
}
.clean-air-stkylink .whatsapp {
	display: block;
	width: 54px;
	height: 54px;
	background: url(../images/whatsapp-icn.jpg) no-repeat;
	background-size: 54px 54px;
	border-radius: 50%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
	transition: all 0.3s ease;
}
.footer-clean-air {
	position: relative;
	background: #1c1f48;
	padding: 60px 0 0;
}
.footer-clean-air .ftrlgo {
	width: 256px;
	height: auto;
}
.footer-clean-air .ftr-qcklink {
	float: left;
	width: 25%;
}
.footer-clean-air .ftr-qcklink h4 {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
}
.footer-clean-air .ftr-qcklink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-clean-air .ftr-qcklink ul li {
	position: relative;
}
.footer-clean-air .ftr-qcklink ul li a {
	display: block;
	color: #cac8c9;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.footer-clean-air .ftr-qcklink ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-clean-air .ftr-infobx {
	float: left;
	width: 30%;
}
.footer-clean-air .ftr-infobx h4 {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0;
}
.footer-clean-air .ftr-infobx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-clean-air .ftr-infobx ul li {
	position: relative;
	padding: 10px 0;
}
.footer-clean-air .ftr-infobx ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.footer-clean-air .ftr-infobx ul li a img {
	margin-right: 20px;
}
.footer-clean-air .ftr-infobx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-clean-air .cpy-rgtbx {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 50px 0 20px;
	margin: 0;
}
.footer-clean-air .cpy-rgtbx a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.footer-clean-air .dsgnby {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	padding: 50px 0 20px;
	margin: 0;
}
.footer-clean-air .dsgnby a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:1024px) {
header .navbar-clean-air {
	display: none;
}
header .rtcontact-btn {
	display: none;
}
.mobban {
	display: block;
}
.dskban {
	display: none;
}
.clean-air-insightsblog-mainhero .indiv-titlebx h4 {
	font-size: 38px;
	margin: 150px 0 0;
}
.clean-air-insights-postlist-section .recentpost-clean-air {
	margin: 0 0 40px 0;
}
.clean-air-insights-postlist-section .categoriespost-clean-air {
	margin: 0 0 40px 0;
}
}
@media screen and (max-width:768px) {
.clean-air-insightsblog-mainhero .indiv-titlebx h4 {
	font-size: 32px;
	margin: 130px 0 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .ltimgbx {
	width: 100%;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .rtdscbx {
	width: 100%;
	padding: 25px 0 0;
}
.clean-air-insights-postlist-section .clean-air-bloginsightspost .rtdscbx h2 {
	font-size: 26px;
	line-height: 35px;
}
.footer-clean-air .ftr-qcklink {
	width: 100%;
	padding: 25px 0 0;
}
.clean-air-insights-postlist-section .clean-air-post-details h1 {
	font-size: 32px;
	line-height: 44px;
}
.clean-air-insights-postlist-section .clean-air-post-details .aligncenter {
	width: 100%;
	margin: 20px auto;
}
.clean-air-insights-postlist-section .recentpost-clean-air {
	margin-top: 40px;
}
}
@media screen and (max-width:480px) {
.footer-clean-air .ftr-qcklink {
	width: 100%;
	padding: 25px 0 0;
}
.footer-clean-air .ftr-infobx {
	width: 100%;
	padding: 25px 0 0;
}
.clean-air-insights-postlist-section .clean-air-post-details .alignright {
	width: 100%;
	margin: 0 0 20px 0;
}
}
