/*
Theme Name: Clean Air Blog
Theme URI: #
Description: Custom theme!
Author: Clean Air
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.faqstab-pgetxt-section {
	position: relative;
	padding: 50px 0;
	background: #fff;
	overflow: hidden;
}
.faqstab-pgetxt-section .accordion {
    overflow-anchor: none;
    position: relative;
    z-index: 9;
}
.faqstab-pgetxt-section:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .1) 1px, transparent 1px);
	background-size: 50px 50px;
	background-position: center center;
	mask-image: radial-gradient(#000000 5%, transparent 70%);
}
.faqstab-pgetxt-section:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: .75;
	background-image: radial-gradient(at 80% 30%, hsl(207.05deg 88.41% 27.06% / 15%) 0, #fff0 40%), radial-gradient(at 15% 15%, hsl(207.05deg 88.41% 27.06% / 21%) 0, #fff0 35%);
}
.faqstab-pgetxt-section h3 {
	display: block;
	font-size: 40px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.faqstab-pgetxt-section h3 strong {
	color: #1da177;
	font-weight: 600;
}
.faqstab-pgetxt-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.faqstab-pgetxt-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.faqstab-pgetxt-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.faqstab-pgetxt-section .text-left {
	font-size: 17px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 15px 20px;
}
.faqstab-pgetxt-section .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(https://clean-air.ae/blog/wp-content/uploads/2026/02/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.faqstab-pgetxt-section .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(https://clean-air.ae/blog/wp-content/uploads/2026/02/faqarwh.png) no-repeat;
	background-size: 16px 11px;
}
.faqstab-pgetxt-section .faqcontent {
	padding: 15px 20px;
}
.faqstab-pgetxt-section .faqcontent p {
	font-size: 15px;
	color: #2e2e2e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.faqstab-pgetxt-section .faqcontent p a {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
/*****/
a{
    color:#1c1f48;
}
::selection {
    background-color:#1c1f48;
   color:#fff; 
}
p:empty {
    display: none;
}
img{
	max-width:100%;
	height:auto;
	overflow-x:hidden;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}