/**
* Theme Name: Xcare Child
* Description: This is a child theme of xcare 
* Author: designervily
* Template: xcare
* Version: 1.0
*/
/* .img-full-height__container,
.img-full-height__container div {
	height: auto;
} */
.img-full-height__container .elementor-widget-image,
.img-full-height__container .elementor-widget-container{
	height: 100%;
}

.img-full-height__container img {
	height: 100% !important;
	object-fit: cover;
}
#content {
	padding-top: 0 !important;
padding-bottom: 0 !important;
}


/*  Single Service page */
.single-pbmit-service .pbmit-service-feature-image {
	display: none;
}
.square-aspect-ratio img {
	    aspect-ratio: 4 / 4;
    object-fit: cover;
	    width: 100%;
}

.faq--container .elementor-accordion-item {
	    background: #fff;
    border-radius: 20px;
	    overflow: hidden;
}

.faq--container .elementor-widget-container {
	    margin-top: 0 !important;
}
.faq--container .elementor-accordion-title {
	color: #333 !important;
}
.faq--container .elementor-accordion-title span {
	color: #dc9311 !important;
}
.faq--container .elementor-accordion-icon-opened svg {
	fill: #dfa43e !important;
}
.faq--container .elementor-tab-title.elementor-active {
	margin-bottom: 0 !important;
}
.faq--container .elementor-tab-content {
	padding-bottom
}
.title-no-margin-bottom .elementor-widget-container,
.title-no-margin-bottom h3 {
	margin-bottom: 0 !important;
}

.services-hero__container {
	overflow: hidden;
}
.services-hero__content-block {
	height: 100%;
	display: flex;
	
}
.laser-denefits__container .elementor-image-box-img:after {
	    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: -1;
    border-radius: 50%;
}
.laser-denefits__container .elementor-image-box-img {
    position: relative;
}
.laser-denefits__container .color-one .elementor-image-box-img:after {
	background: #deedfd;
	background: #FDDEE2;
}
.laser-denefits__container .color-two .elementor-image-box-img:after {
	background: #FDDEE2;
}
.preparation-for-laser__container > .elementor-container {
	display: flex;
	gap: 20px;
}
.text-border-left p:after{
	content: '';
	display: block;
	width:2px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #486c49;
	border-radius: 8px;
}
.pbmit-footer-widget .widget .widget-title {
	    color: #d8a67b !important;
}

.what-to-do__container .elementor-image-box-img:after {
	content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    display: block;
    top: 50%;
    left: 0;
    transform: translate(-15%, -41%);
    z-index: -1;
    border-radius: 50%;
    border: 6px solid #ffffff;
}
.what-to-do__container .color-one .elementor-image-box-img:after {
	background: #deedfd;
	background: #486c4929;
}
.what-to-do__container .color-two .elementor-image-box-img:after {
	background: #486c4929;
}
.img-with-olive-round-bg {
	    background: #e2e7e2;
    padding: 30%;
    border-radius: 50%;
}
@media (max-width:767px) {
	.what-to-do__container .elementor-image-box-img:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

