/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/

body a, body a:is(:focus, :hover) {
	outline: none !important;
	text-decoration: none !important;
}

body .form-control:focus {
	box-shadow: none !important;
}

.listing-star:before {
	color: #fff;
}

.listing-cover.content-single-job_listing-hero.no-image,
.page-cover.no-image {
	background-image: url(../../uploads/2023/07/office_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.listing-cover.content-single-job_listing-hero.no-image:after, 
.page-cover.no-image:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 5;
}

.no-image.entry-cover, .no-image.entry-cover a, .no-image.entry-cover--home, .no-image.entry-cover--home a, .no-image.listing-cover, .no-image.listing-cover a, .no-image.page-cover, .no-image.page-cover a, .listify-cover.no-image, .listify-cover.no-image a {
	color: #fff !important;
	text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
}

body .page-title {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.custom_btn a.elementor-item {
	margin: 0 !important;
	padding: 13px 20px !important;
	color: #fff !important;
}

.call_section_2 {
	background: #051d4d url(../../uploads/2023/02/waves.svg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header .custom_styling a {
	border: 1px solid transparent;
	background-color: #f6f6f6;
	color: #111;
	text-shadow: none;
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 2px rgb(0 0 0 / 8%);
	padding: 12px 16px !important;
	line-height: 15px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 4px;
	transition: none;
}

header .custom_styling a:hover {
	box-shadow: 0 -1px 2px 0 rgb(60 64 67 / 10%), 0 5px 10px 0 rgb(60 64 67 / 14%);
	padding: 8px 16px !important;
}

/* Homepage CSS Start */
#reccomended {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

#reccomended .review_listing {
	opacity: .5;
	transform: scale(0.85);
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(3,27,78,0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(3,27,78,0.1);
	box-shadow: 0 0 20px 0 rgba(3,27,78,0.1);
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px;
	box-sizing: content-box;
	margin-bottom: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#reccomended .swiper-slide-active .review_listing {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1);
	transform: scale(1);
}

.review_listing figure {
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 15px !important;
	margin-bottom: 1.5rem !important;
}

.review_listing figure img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.review_listing .rating {
	display: inline-block;
	position: relative;
	color: #999;
	font-size: 12px;
}

.review_listing .rating i {
	width: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	font-size: 12px;
	font-size: .75rem;
	display: inline-block;
	background-color: #32a067;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-right: 2px;
}

.review_listing .rating em {
	display: inline-block;
	margin-left: 10px;
}

.review_listing small {
	display: block;
	font-weight: 500;
	margin-top: 3px;
	font-size: 13px;
}

.review_listing h3 {
	font-size: 14px;
	color: #999;
	margin: 8px 0;
}

.review_listing h3 strong {
	color: #222;
	font-weight: 500;
}

.review_listing h4 {
	position: relative;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #222;
	font-weight: 700;
}

.review_listing h4:before {
	content: "''";
	margin-right: 3px;
}

.review_listing h4:after {
	content: "''";
	margin-left: 3px;
}

.review_listing p {
	margin-bottom: 30px;
}

.review_listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.review_listing ul li {
	display: inline-block;
}

a.btn_1 {
	border: none;
	color: #fff;
	background: #3578fa;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 15px 30px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

a.btn_1.small {
	padding: 7px 10px;
	font-size: 13px;
}

#reccomended .swiper-pagination {
	position: relative;
	margin-top: 15px;
}

#reccomended .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	opacity: 1;
	background: #d6d6d6;
	-webkit-backface-visibility: visible;
	transition: opacity .2s;
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	zoom: 1;
}

#reccomended .swiper-pagination-bullet:hover,
#reccomended .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3578fa !important;
	outline: none!important;
}

/* Write a review page CSS start */
.addReviewMain {
	padding-top: 60px;
	padding-bottom: 35px;
	background-color: #eef3f7;
	position: relative;
	z-index: 1;
}

#commentform #review_post {
	width: 100% !important;
}

#commentform .comment-form-listing .select {
	display: block;
	z-index: 99999;
}

#commentform .comment-form-terms {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
}

#commentform .comment-form-terms label {
	display: inline-block;
}

.box_general {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(3,27,78,0.06);
}

.box_general.write_review h1 {
	font-weight: 500;
	font-size: 32px;
	color: #222;
	margin-top: 0;
}

.latest_review .review_listing {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px;
	box-sizing: content-box;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.latest_review > h4 {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 0;
}

.latest_review .review_listing {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* All listings page CSS Start */
body.page-id-274 {
	background-color: #eef3f7;
}

body.page-id-274 .content-box-inner {
	border: none !important;
	border-radius: 0;
	background-color: #eef3f7;
}

.company_listing {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px;
	box-shadow: 0 2px 4px rgba(3,27,78,0.06);
	margin-bottom: 30px;
	min-height: 160px;
}

.company_listing .company_info {
	position: relative;
	padding-left: 190px;
}

.company_listing .company_info figure {
	width: 170px;
	height: 110px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 20px;
	border: 1px solid #ededed;
}

.company_listing .company_info figure img {
	width:150px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.company_listing .company_info h3 {
	font-size: 21px;
	font-weight: 500;
	color: #222;
	margin-top: 0;
}

.company_listing .company_info p {
	margin-bottom: 0;
}

.company_listing .rating {
	margin: auto;
	display: block;
	margin-bottom: 25px;
	position: relative;
	color: #999;
	font-size: 12px;
}

.company_listing .rating strong {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

.fieldset-job_location small, 
.fieldset-job_location .description,
.company_listing .listing-rating-count {
	display: none;
}

.company_listing .reviews_info {
	text-align: center;
}

.company_listing .reviews_info .listing-stars--single .listing-star {
	font-size: 16px;
	line-height: 1.3;
	border-radius: 3px;
	height: 20px;
	width: 20px;
}

/* Categories Page CSS Start */
a.box_cat_home {
	background-color: #fff;
	display: block;
	padding: 35px 15px 25px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 25px;
	min-height: 208px;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
	-moz-box-shadow: 0 2px 4px rgba(3,27,78,.06);
	box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
	color: #999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	float: none;
	margin-right: 16px;
	margin-left: 16px;
}

a.box_cat_home:hover {
	-webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
	-moz-box-shadow: 0 10px 20px rgba(3,27,78,.1);
	box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
}

a.box_cat_home h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #3578fa;
	padding: 4px 0;
	margin: 5px 0 15px 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

a.box_cat_home ul {
	margin: 0 -10px -25px -10px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

a.box_cat_home ul li {
	display: inline-block;
}

a.box_cat_home ul li:first-child {
	float: left;
}

a.box_cat_home ul li:last-child {
	float: right;
}

a.box_cat_home ul li strong {
	margin-right: 5px;
	font-weight: 600;
	color: #777;
}

a.box_cat_home:hover i {
	opacity: 1;
}

.comment-sorting-filter-wrapper:after,
.content-single-job_listing-actions-start {
	display: none;
}

.rotate-x {
	animation-duration: .5s;
	animation-name: rotate-x
}

@keyframes rotate-x {
	from {
		transform: rotateY(0deg)
	}

	to {
		transform: rotateY(360deg)
	}
}

.all_categories {
	margin-bottom: 30px;
}

.all_categories ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.all_categories ul li {
	float: none;
	width: 100%;
	margin: 0;
}

.all_categories a {
	background-color: #f8f8f8;
	padding: 10px;
	display: block;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-weight: 500;
	color: #555;
}

.all_categories a:hover {
	background-color: #3578fa;
	color: #fff;
}

.all_categories a strong {
	min-width: 35px;
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	padding: 6px;
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.all_categories a:after {
	content: "\2192";
	right: 15px;
	top: 15px;
	position: absolute;
	color: #3578fa;	
	font-weight: 700;
}

.all_categories a:hover:after {
	color: #fff;
}

.current-account-avatar img {
	border-radius: 50% !important;
	width: 35px;
	height: 35px;
}

/* Single Listing page CSS */
#comments .comment-star,
.listing-stars--single .listing-star {
	font-size: 20px;
	margin: 0 1px;
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #00B67A;
	color: #FFF;
	text-align: center;
	line-height: 1;
}

#comments .comment-star.comment-star--empty {
	background-color: #DCDCE6;
}

.listing-stars--single .listing-star {
	font-size: 26px;
	margin: 0 2px;
	height: 26px;
	width: 26px;
}

#commentform label,
#commentform .comment-form-rating .star-rating-label {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 0;
	justify-content: center;
	font-weight: 500;
	margin-bottom: 3px;
	color: #222;
	line-height: 1.6;
	font-size: 15px;
}

#commentform .comment-form-rating .stars {
	margin-left: 0;
	color: #999;
}

#commentform .comment-form-rating a.star {
	background: #CCCCCC;
	color: #ffffff;
	margin-right: 3px;
	width: 37px;
	height: 37px;
	border-radius: 4px;
	line-height: 45px;
	text-align: center;
}

#commentform .comment-form-rating a.star.active,
#commentform .comment-form-rating a.star:hover,
#commentform .comment-form-rating a.star:hover ~ a.star,
#commentform .comment-form-rating a.star.active ~ a.star {
	background: #32A067;
}

#commentform .comment-form-rating .stars [class*=star]:before {
	font-size: 28px;
}

#commentform .comment-form-rating .stars [class*=star]::before,
#commentform .comment-form-rating .stars [class*=star]:hover::before {
	content: "";
}

#commentform .star-rating-label .listify-badge {
	display: none;
}

#commentform input[type="submit"] {
	padding: 13px 20px;
	line-height: 1.5;
	font-weight: 700;
}

#comments .comment-star, .listing-stars--single .listing-star {
	border-radius: 3px;
}

/* Sidebar CSS Start */
.widget-area .map-widget-section {
	padding: 0;
}

.widget-area .widget {
	padding: 16px !important;
}

.widget-area .widget h2,
.widget-area .widget-title,
.widget-area .wp-block-search__label,
.widget.listify_widget_author_favorites h3.widget-title, 
.widget.listify_widget_author_listings h3.widget-title {
	display: block;
	font-size: 18px;
	font-family: "Karla","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.widget-area .wp-block-search__input {
	border-radius: 4px 0 0 4px;
	border-right-width: 0;
}

.widget-area .wp-block-search__button {
	margin-left: 0;
	border: 1px solid #3578fa;
	border-left-width: 0;
	border-radius: 0 3px 3px 0;
}

.widget-area .wp-block-search__button:hover {
	border-color: #ffc107;
}

.widget-area .type-job_listing>.content-box {
	margin-bottom: 0 !important;
}

.widget-area .wp-block-latest-comments__comment {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.widget-area .wp-block-latest-comments__comment:first-child {
	padding-top: 0;
}

.widget-area .wp-block-latest-comments__comment:last-child {
	border: none;
}

/* Author page css */
body.author li.custom_btn > a {
	background-color: #222;
}

body.author li.custom_btn > a:hover {
	background-color: #ffc107;
}

body.author .author-title h1 {
	text-shadow: 1px 2px 3px #fff;
}

body.author .author-meta {
	display: inline-block;
	padding: 10px;
	background: #93f59f;
	border-radius: 5px;
	border-bottom: 3px solid #222;
}

body.author .author-meta .listing-count {
	margin: 0;
}

.type-job_listing.style-grid .job_listing-entry-footer {
	background: #3578fa;

}

#reccomended.grid_view {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
	justify-content: center;
	padding: 2%;
}

#reccomended.grid_view .review_listing {
	opacity: 1;
	transform: none;
	width: 100%;
}

#reccomended.grid_view .review_listing.w-100 {
	width: 100% !important;
}

/* My Account page CSS */
#billing_email_field,
.register .woocommerce-privacy-policy-text {
	margin-bottom: 24px;
}

#select_user_to_edit_form {
	display: none !important;
}

li.wppb-form-field h4 {
	padding: 0 0 0.75em;
	border-bottom: 2px solid #e9edf2;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

li.wppb-form-field:first-child h4 {
	margin-top: 0;
}

.wppb-user-forms input[type="text"], 
.wppb-user-forms input[type="number"], 
.wppb-user-forms input[type="email"], 
.wppb-user-forms input[type="url"], 
.wppb-user-forms input[type="password"], 
.wppb-user-forms input[type="search"] {
	border-radius: 4px !important;
	padding: 11px 15px !important;
}

body.tax-job_listing_category header {
	background: #051d4d;
	margin-bottom: 0px !important;
}

/* Archive categories page CSS */
#results {
	padding: 20px 0;
	color: #000;
	background: #e5e5e5;
	position: relative;
	z-index: 999!important;
}

#results h1 {
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1rem;
}

.custom-search-input-2 {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	position: relative;
}
.custom-search-input-2.inner {
	margin-top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.custom-search-input-2.inner input {
	border: 0;
	height: 40px;
	padding-left: 15px;
	border-right: 1px solid #d2d8dd;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}

.custom-search-input-2 i {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.125rem;
	position: absolute;
	background-color: #fff;
	line-height: 38px;
	top: 1px;
	right: 1px;
	display: block;
	width: 35px;
	box-sizing: content-box;
	height: 38px;
	z-index: 9;
	color: #d5d3d3;
	text-align: center;
}

#hero {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	min-height: 150px;
}

#hero .heading {
	margin: 0 0 12px 0;
	font-size: 30px;
	color: #1c1c1c;
}

#hero .subheading {
	color: #696a6a;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

#content_area {
	background-color: #fcfbf3;
	color: #1c1c1c;
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
}

#filters_col {
	position: relative;
	background-color: #fff;
	padding: 20px 20px 15px;
	margin-bottom: 25px;
	border: 1px solid #ededed;
	border-radius: 8px;
}

#filters_col label {
	color: #222;
	font-weight: 400
}

#filters_col a#filters_col_bt {
	display: block;
	color: #222;
	position: relative;
	font-size: 1rem;
	font-weight: 600;
}

#filters_col a#filters_col_bt:before {
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../../uploads/2023/07/filter.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.filter_type h6 {
	border-top: 1px solid #ededed;
	margin: 15px 0;
	padding: 15px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.filter_type .ratingFilter label {
	width: 100%;
	height: 40px;
	justify-content: center;
	padding: 0 8px!important;
	display: flex;
	align-items: center;
	position: relative;
	white-space: nowrap;
	border: 1px solid #696a6a;
	border-right-width: 0;
	border-radius: 0;
	z-index: 1;
}

.filter_type .ratingFilter label:focus,
.filter_type .ratingFilter label:hover {
	background-color: #c2d5f7;
}

.filter_type .ratingFilter label:first-of-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.filter_type .ratingFilter label:last-of-type {
	border-right-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.filter_type .ratingFilter label:has(> input.rating-filter-input[type=radio]:checked) {
	z-index: 2;
	color: #205cd4;
	border-color: #205cd4;
	background-color: #d8e4fa;
}

.filter_type .ratingFilter input.rating-filter-input {
	opacity: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	cursor: pointer;
}

.filter_type .ratingFilter span.label-text,
.filter_type .ratingFilter span.wrap-icon {
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 120%;
	font-size: 10px;
	letter-spacing: -0.154px;
}

.filter_type .ratingFilter svg.icon-star {
	max-width: 10px;
	margin-right: 4px;
	vertical-align: middle;
}

.filter_type ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px
}

.filter_type li.cat-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dee2e6;
}

.filter_type li.cat-item:last-child {
	border-bottom: none;
}

.filter_type li.cat-item a {
	flex-grow: 1;
	padding: 10px 0;
	color: #000;
}

.container_radio {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: .875rem;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.container_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.container_radio input:checked ~ .checkmark:after {
	opacity: 1;
}

.container_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #3578fa;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#content_area .card_wrapper {
	margin-top: 12px;
	transition: box-shadow .2s ease-in-out;
	border: 1px solid #e5e5dd;
	background-color: #fff;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

#content_area .card_wrapper:hover {
	box-shadow: 0 0 8px 0 #0000004d;
}

#content_area .card_wrapper a.link_internal {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: inherit;
	position: relative;
	padding: 12px 12px 16px;
	display: flex;
	flex-direction: column;
	outline-offset: -1px;
	border-radius: 8px 8px 0 0;
	min-height: 117px;
	justify-content: center;
}

#content_area .related_badge {
	background-color: #f2f2f5;
	padding: 4px 8px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: .625rem;
	line-height: .75rem;
	font-weight: 700;
	margin-top: -4px;
	margin-right: -4px;
	margin-bottom: 4px;
	align-self: flex-end;
}

#content_area .wrap_content {
	display: flex;
}

#content_area .logoBox {
	flex: 0 0 auto;
	margin-right: 16px;
	width: 48px;
}

#content_area .logoBox .bus_profile_image {
	align-items: flex-start;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

#content_area .logoBox img {
	width: 48px;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	border: 1px solid #e5e5dd;
}

#content_area .businessUnitMain {
	min-width: 0;
}

#content_area .biz_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}

#content_area .biz_rating > *,
#content_area .biz_rating {
	display: flex;
	height: 16px;
	line-height: 16px;
}

#content_area .starRating {
	width: auto;
	max-width: 340px;
	display: flex;
	min-width: 90px;
}

#content_area .starRating .listing-rating-count {
	display: none;
}

#content_area .starRating.listing-stars--single .listing-star {
	font-size: 20px;
	margin: 0 2px;
	height: 20px;
	width: 20px;
}

#content_area .biz_rating .typo_body {
	margin-left: 10px;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #696a6a;
	font-weight: 500;
}

#content_area .styles_separator {
	color: #dcdce6;
	margin: 0 10px;
}

#content_area .styles_metadataRow {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	color: #696a6a;
}

#content_area .styles_metadataRow > span {
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 500;
	margin-top: 6px;
	flex: 0 0 auto;
}

#content_area .divider {
	background-color: #e3e4e4;
	display: block;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
}

#content_area .footer_cardContent {
	padding: 16px;
}

#content_area .footer_cardContent .con_wrap {
	display: flex;
	align-items: center;
}

#content_area .biz_contact {
	border: none;
	background: none;
	display: flex;
	align-items: center;
	padding: 4px;
	color: #1c1c1c;
}

#content_area .styles_categoriesLabels {
	border-left: 1px solid #dcdce6;
	color: #454554;
	padding-left: 12px;
	margin-left: 12px;
	line-height: 1rem;
	font-size: .75rem;
	font-weight: 500;
}

/* Contact form Css start */
#wpforms-386 .wpforms-submit-container {
	text-align: right;
}
#wpforms-submit-386 {
	background: #3578fa;
	border-radius: 50px;
	padding: 15px 30px;
	height: 44px;
	margin-top: -150px;
}

.H-color:hover i {
	color: #FFC107;
}

/* Footer Css start */
.elementor-location-footer .custom_link_popup {
	color: #222;
	display: block;
}

.elementor-location-footer .custom_link_popup:hover {
	color: #3578FA;
}

/*  */
.user-comments-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.user-comments-wrapper .review_listing {
	border-radius: 20px;
	padding: 3%;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
}

.privacy-tab .elementor-tabs-wrapper {
	background-color: #fff;
	padding: 40px 0 !important;
}

.privacy-tab .elementor-tab-title {
	padding: 10px 40px !important;
	border-left: 3px solid transparent !important;
}

body .privacy-tab .elementor-tab-title.elementor-active {
	border-left: 3px solid #000 !important;
}

.privacy-tab .elementor-tab-content {
	padding: 20px 40px !important;
	border-left: 1px solid #ddd !important;
}

/*  */
.page-template-add_review.page-id-674 .page-cover.page-cover--default, 
.page-id-654 .page-cover.page-cover--default {
    background-color: #051D4D;
    min-height: 520px;
    background-repeat: repeat;
    background-size: auto;
    background-position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-721 .page-cover.page-cover--default {
	min-height: 520px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-add_review.page-id-674 .page-cover.page-cover--default::after, 
.page-id-654 .page-cover.page-cover--default::after {
    display: none;
}

.page-template-add_review.page-id-674 .page-cover.page-cover--default .page-title.cover-wrapper, 
.page-id-654 .page-cover.page-cover--default .page-title.cover-wrapper, 
.page-id-721 .page-cover.page-cover--default .page-title.cover-wrapper {
    font-family: var(--e-global-typography-169e59f-font-family), Sans-serif;
    font-size: var(--e-global-typography-169e59f-font-size);
    font-weight: var(--e-global-typography-169e59f-font-weight);
    line-height: var(--e-global-typography-169e59f-line-height);
}

.comment-title {
    margin: 0 0 10px 0;
}

form#wppb-edit-user .wppb-form-field.wppb-default-website {
    display: none !important;
}

/* Media Queries */
@media only screen and (min-width: 640px) {
	#content_area .related_badge {
		position: absolute;
		top: 16px;
		right: 12px;
	}
	#content_area .wrap_content {
		margin-left: 8px;
	}
	#content_area .link_internal {
		padding: 16px 16px 24px;
	}
	#content_area .logoBox {
		margin-right: 32px;
		width: 72px;
	}
	#content_area .logoBox img {
		width: 72px;
	}
	#content_area .biz_rating > *,
	#content_area .biz_rating {
		height: 20px;
		line-height: 20px;
	}
	#content_area .styles_metadataRow {
		flex-direction: row;
	}
	#content_area .styles_metadataRow > span {
		font-size: .875rem;
		line-height: 1.25rem;
		margin-top: 0;
	}
	#content_area .footer_cardContent {
		padding: 12px 16px;
	}
	a.box_cat_home {
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}
	a.box_cat_home:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	a.box_cat_home {
		width: 23%;
	}
	a.box_cat_home:nth-child(even) {
		margin-right: 1%;
	}
	a.box_cat_home:last-child {
		margin-right: 0;
	}
	#reccomended.grid_view .review_listing {
		width: 40%;
	}
	.review_listing ul {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 992px) {
	.page-title {
		padding: 3em 0;
	}

	.content-area {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.navigation-bar.tertiary {
		margin-top: 2rem;
		background-color: #f4f4f4;
		padding: 0px 25px;
		border-radius: 5px;
		border-bottom: 2px solid #000;
	}

	.nav-menu.tertiary li.is-active a:before, 
	.nav-menu.tertiary li.current-menu-item a:before {
		border-bottom-color: #000000;
	}

	#reccomended.grid_view .review_listing {
		width: 42%;
	}

	.all_categories ul li {
		float: left;
		width: 45%;
		margin: 0 15px;
	}

	.company_listing .reviews_info {
		float: right;
	}
}

@media only screen and (min-width: 1024px) {
	#hero {
		min-height: 230px;
		padding: 0 48px;
	}
	#hero .heading {
		font-size: 40px;
	}
	#hero .subheading {
		font-size: 16px;
	}
	#secondary.widget-area {
		max-width: 328px;
	}
}

@media only screen and (min-width: 1200px) {
	.elementor-nav-menu--main li.custom_btn.elementor-button-link.elementor-button {
		margin-left: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1320px;
	}
}


@media (max-width: 767px) {
	.privacy-tab .elementor-tab-title {
		padding: 20px !important;
		border-left: 0 !important;
		border-bottom: 3px solid #ddd !important;
		text-align: center !important;
	}

	body .privacy-tab .elementor-tab-title.elementor-active {
		border-left: 0 !important;
		border-bottom: 3px solid #000 !important;
	}

	.privacy-tab .elementor-tab-content {
		padding: 20px 40px !important;
		border-left: 0 !important;
		border-bottom: 1px solid #ddd !important;
	}
	#wpforms-submit-386 {
		margin-top:10px;
	}
	#wpforms-386 .wpforms-submit-container {
    text-align: left;
}
}