h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "helveticacompressed";
    line-height: 1;
	color: #061257;
	margin:0 0 20px
}
.adpPageTitle{
	font-family: pp-formula-airtasker, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
	max-width: 640px;
	font-size: 72px;
	line-height: 80px;
	font-weight: 700;
	color: #061257;
	letter-spacing: .02px;
	padding: 0px;
}
.adpPostsList{
	padding-top:50px;
}
.postItemsGrid,
.postItemsList{
	display: flex;
	flex-wrap: wrap;
}
.postItemsGrid{
	flex-direction: row;
}
.postItemsList{
	flex-direction: column;
}
.postItemsGrid .adpBlogItem{
	width: 33.3%;
}
.postItemsList .adpBlogItem a {
    height: auto;
    display: flex;
    width: 100%;
}
.postItemsList .PostThumbCS{
	width: 250px;
}
.postItemsList .PostThumbCS img{
	width: 100%;
	object-fit:cover;
	object-position:center;
}
.adpBlogItem a {
    display: block;
    background: #f3f7ff;
    margin: 10px;
    height: 460px;
    border-radius: 14px;
    overflow: hidden;
}
.PostThumbCS{
	overflow:hidden;
	width: 100%;
    height: 265px;
}
.postItemsGrid .adpBlogItem .adpPostImage {
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.PostThumbCS img.adpPostImage:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.postItemsList .adpBlogItem .adpPostImage{
	width:265px;
	float:left;
	margin-right: 15px;
	height:265px;
}
.adpBlogItem .adpPostContent{
	padding: 15px;
}
.adpPostContent{
	font-family: manrope, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.adpBlogItem .adpPostTitle{
	color: #061257;
	padding: 0 28px;
	margin: 5px 0 0;
	max-height: 4.25em;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
.adpBlogItem .adpPostExcerpt{
	font-weight: 300;
	font-size: 16px;
	color: #384179;
	letter-spacing: .43px;
	line-height: 22px;
	padding: 0;
	margin: 4px 28px 0 28px;
	height: 48px;
	overflow: hidden;
	position: relative;
}
.adpBlogItem .adpPostAuthor{
	font-weight: 300;
	font-size: 14px;
	color: #6a719a;
	letter-spacing: .38px;
	line-height: 13px;
	text-transform: capitalize;
	padding: 10px 28px 0 28px;
}
.search-form {
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
input.search-field {
	background: #f3f3f7;
	border-radius: 40px;
	font-size: 16px;
	color: #9ba0bc;
	letter-spacing: 0;
	border: 0;
	width: 300px;
	height: 50px;
	padding: 0 19px;
}
.search-form .search-submit {
	height: 50px;
	width: 50px;
	background-color: transparent;
	position: absolute;
	border: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.search-form .search-submit::before {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #061257;
	height: 11.31px;
	width: 11.31px;
	border-radius: 50%;
	top: 16px;
	right: 24px;
}

.search-form .search-submit::after {
	content: '';
	display: block;
	position: absolute;
	width: 7.02px;
	height: 2px;
	background-color: #061257;
	transform: rotate(45deg);
	top: 28px;
	right: 21px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.post-view-switcher {
	float: right;
}
.postViewSwitcher{
	margin:15px 0px;
}
.post-view-switcher::after,
.post-view-switcher::before {
	content: " ";
	display: table;
}
.post-view-switcher input[type="radio"] {
	display: none;
}
.post-view-switcher input[type="radio"]:checked + label {
	box-shadow: 1px 0 4px 0 #cad7dc;
	background-color: #fff;
}
.post-view-switcher label:first-of-type {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
}
.post-view-switcher label {
	text-indent: -10000px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e6e9eb;
	width: 40px;
	height: 27px;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	border-radius: 0 4px 4px 0;
	float: left;
	cursor: pointer;
	position: relative;
	background-color: #eff3f5;
}
.post-view-switcher label:before {
    top: 8px;
}
.post-view-switcher label:after {
    top: 14px;
}
.post-view-switcher label:first-of-type::before {
	top: -2px;
}
.post-view-switcher label:first-of-type::after, .post-view-switcher label:first-of-type::before {
	content: '...';
	overflow: visible;
	text-indent: 0;
	color: #3a3d3e;
	background-color: transparent;
	line-height: 0;
	font-size: 40px;
	right: 15.5px;
	letter-spacing: -3px;
}
.post-view-switcher label::after, .post-view-switcher label::before {
	content: '';
	display: block;
	background-color: #3a3d3e;
	position: absolute;
	width: 15px;
	height: 3px;
	right: 12px;
}
.post-view-switcher label:first-of-type::after {
	top: 4px;
}
.post-view-switcher label:first-of-type::after, .post-view-switcher label:first-of-type::before {
	content: '...';
	overflow: visible;
	text-indent: 0;
	color: #3a3d3e;
	background-color: transparent;
	line-height: 0;
	font-size: 40px;
	right: 15.5px;
	letter-spacing: -3px;
}
.post-view-switcher label::after, .post-view-switcher label::before {
	display: block;
	position: absolute;
	width: 15px;
	height: 3px;
}
.adpLoadMoreButton {
    background: #0a65fc;
    border-radius: 200px;
    border: 0;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 130px;
    display: inline-block;
}
.adpLoadMoreButton:hover{
	color:#fff;
	background-color:#000
}
.adpPostThumbFull img, .blogPostRelated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPostRelated h3{
    color: #061257;
    font-family: "helveticacompressed";
    font-size: 24px;
    line-height: 1.3;
    margin: 15px 0;
    letter-spacing: 2px;
}
.wrapcirclethumb {
    width: 100%;
    float: left;
    margin: 20px 0;
    clear: both;
}
.WrapCSThumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
}
.WrapCSThumb img {
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

/* Noman css code start */
.bordered__table table tr td {
    border: solid 1px #ccc;
    padding: 15px;
	text-align: center;
}
.bordered-box {
	border: 1px solid #ccc;
	padding: 1rem;
}
/* Noman css code end */

@media screen and (max-width:767px) {
	.adpPageTitle {
		max-width: 100%;
		font-size: 50px;
		line-height: 1;
		margin: 0 0 30px;
	}
	.postItemsGrid, .postItemsList {
		display: block;
	}
	.postItemsGrid .adpBlogItem {
		width: 100%;
	}
	.search-form {
		right: 20px;
	}
	.postViewSwitcher {
		margin: 15px -10px;
	}
	.row.adpPostsList .text-center {
		margin: 40px auto !important;
	}
}

