/* For Services Single post page css */

div#jp-relatedposts {
    display: none !important;
}
@media (min-width: 1024px) {
.services_page_featured img {
    max-width: 100%;
    height:550px !important;
/*     vertical-align: top; */
    object-fit: cover;
	object-position: center;
}
}
/* For About Attuned page css */

blockquote.trx_addons_blockquote_style_1:before {
display:none !important;
}

	
/* For How Attuned Can Help page for css to hide footer section */
	
	.page-id-21787 .footer-services{
		display:none !important;
	}
/* 	for services section for this page only */
	
	.page-id-21787 .sc_services_modern .sc_services_item_thumb .all-svg .svg-1 svg {
    width: 100px;
    height: 100px;
    fill: var(--theme-color-text_dark) !important;
    opacity: 0.1;
}
	
/* 	for other pages for services section */
	
	.sc_services_modern .sc_services_item_thumb .all-svg .svg-1 svg {
    width: 100px;
    height: 100px;
    fill:  #fff !important;
    opacity: 0.1;
}
	

	
/* 	forleave a comment ko hidden ka liya css  */
	
	.services_page_section_comments{
display:none !important;
	}
	section#services_page_tab_comments {
    display: none !important;
}
	
/* 	For Section How Attuned Can Help css ok */
	
	.sc_services_item_title a{
		color:#ffffff !important;
	}
	
	.sc_services_item_content p{
		color: #7a7a7a !important;
	}
	
	.sc_services_modern .sc_services_item_title, .sc_services_modern .sc_services_item_title a {
    color: #ffffff !important;
}
	
	.page-id-21787 	.sc_services_item_title a{
		color:#33302e !important;
	}
	
	/* 	for single page services to remove price  */
	
/* Hide service price on featured image (ALL screens) */
.services_page_featured .sc_services_item_price {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* extra safety */
.sc_services_item_price {
    display: none !important;
}


/* For Services Page css title color change  */

.archive .sc_services_item_title a{
		color:#33302e !important;
	}

.archive .sc_services_item_subtitle
{
	display:none !important;
}


/* search result section hide */
body.bp-legacy.search .elementor-section.elementor-top-section.footer-services, body.bp-legacy.error404 .elementor-section.elementor-top-section.footer-services {
    display: none !important;
}
/* search result section hide css end */