/* ============================ header ============================*/

.main-header-sec {
	position: absolute;
	width: 100% !important;
	z-index: 99;
	top: 111px;
}

.main-menu li a{
	position: relative;
}

.main-menu li a::before {
	content: "";
	position: relative;
	content: "";
	position: absolute;
	background: #F68F6C;
	background-color: rgb(255, 255, 255);
	width: 0%;
	height: 2px;
	bottom: -7px;
	display: inline-block;
	left: 0;
	transition: 0.7s all ease;
}

.main-menu li a:hover::before {
	width: 100%;
}

#back-to-top {
	transition: all 0.3s ease;
	cursor: pointer;
}

/* ============================ header end ============================*/


/* ============================ Home start ============================*/

.who-are-top-img .elementor-widget-container {
	position: relative;
	display: inline-block !important;
}

.who-are-top-img .elementor-widget-container::before {
	content: "";
	position: absolute;
	width: 100%;
	background: transparent;
	height: 100%;
	z-index: 0;
	top: -11px;
	right: -11px;
	border-radius: 25px;
	border: 2px solid #F68F6C;
	transition: all 0.6s ease-in;
}

.who-are-top-img .elementor-widget-container img{
	position:relative;
}

.who-are-top-img .elementor-widget-container:hover::before {
	top: -2px;
	right: -2px;
}


.h_our_secvice_accordion .elementor-accordion-item {
	margin-bottom: 6px;
	border-radius: 25px;
	background-color: #f1e6d5;
}

.schedule-call-btn .elementor-button-icon {
	background: #fff;
	padding: 5px;
	border-radius: 100%;
	width: 72px;
	height: 72px;
	align-content: center;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.schedule-call-btn:hover .elementor-button-icon {
	background: #F68F6C;
}

.schedule-call-btn:hover .elementor-button-icon svg{
	 filter: invert(10%) sepia(100%) saturate(1%) hue-rotate(344deg) brightness(221%) contrast(101%)
} 

.schedule-call-btn .elementor-button-text {
	align-content: center;
}

.h_our_ser_inner_sec::before {
	content: "";
	position: absolute;
	background: rgba(231, 217, 203, 1);
	width: 50%;
	height: 100%;
	left: 0;
}

.h_our_secvice_accordion .elementor-accordion-item.active {
	background: #59705c ;
	border-color: #59705c !important;
}

.h_our_secvice_accordion .elementor-accordion-item.active  .elementor-tab-content{
	border-color: #59705c !important;
}

.h_our_secvice_accordion .elementor-accordion-item.active .elementor-tab-title {
    padding-bottom: 15px !important;
    padding-top: 19px !important;
}

.h_our_secvice_accordion .active .elementor-tab-content p {
	margin-bottom: 15px !important;
}

.h_our_secvice_accordion .elementor-tab-content {
	max-width: 453px;
}

.h_our_secvice_accordion .elementor-accordion-icon-opened {
	background: rgb(89, 112, 92);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}

.h_our_secvice_accordion .elementor-accordion-icon-closed {
	background: rgba(154, 175, 163, 1);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}

.h_our_secvice_accordion svg {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px !important;
}

.teens-icon-box .elementor-icon-box-title {
	margin: 0px !important;
}

.teens-icon-box .elementor-icon.elementor-animation- {
	background: rgba(154, 175, 163, 1);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
	transition: all 0.4s ease-in;
}

.teens-icon-box .elementor-icon.elementor-animation-:hover{
  transform: scale(1.1);

}

.teens-icon-box .elementor-icon.elementor-animation-:hover svg{
  font-size: 25px;
}

.teens-icon-box svg {
	font-size: 21px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease-in;
}

.therapy-col:hover .elementor-icon-box-title span,
.therapy-col:hover .elementor-icon-box-description{
	color: #fff !important;
}

.therapy-col:hover  svg{
 filter: invert(10%) sepia(100%) saturate(1%) hue-rotate(344deg) brightness(221%) contrast(101%)
}

/*.home_our_service-col {
	min-height: 820px;
}*/

/* ============================ Home end ============================*/


/* ============================ media qurey ============================*/


@media only screen and (min-width: 872px) {

	body .therapy-col br {
      display: none;
	}

}

@media only screen and (max-width: 1024px) {

.main-header-sec {
	top: 70px;
}

}

@media only screen and (max-width: 900px) {

.h_our_ser_inner_sec::before {
	content: "";
	position: absolute;
	width: 0% !important; 
}

.who-we-img-col .elementor-widget-wrap {
	width: 650px;
	margin: 0 auto !important;
}

}


@media only screen and (max-width: 767px) {

.who-we-img-col .elementor-widget-wrap {
	width: 450px;
	margin: 0 auto !important;
}


body .logo-col {
	order: 2;
}

body .header-heading-col {
	order: 1;
}

body .btn-menu-col {
	order: 3;
}

body .btn-menu-col .elementor-element-e9815ff {
	margin-bottom: 0px !important;
}

.teens-icon-box .elementor-icon-box-wrapper {
	display: flex !important;
}

body .teens-icon-box .elementor-icon-box-icon {
	order: 2 !important;
	margin-left: 25px !important;
	align-content: center;
	justify-content: center;
	display: flex !important;
	text-align: center;
	align-items: center;
}

body .teens-icon-box .elementor-icon-box-content {
	order: 1 !important;
}

.home-banner-sec {
	background-position: center left !important;
}

.home-bottom-img {
	position: relative;
}

.home-bottom-img .attachment-full.size-full.wp-image-248 {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -84%);
}

body .schedule-call-btn .elementor-button-icon {

	width: 52px;
	height: 52px;

}

}


@media only screen and (max-width: 400px) {

body .header-heading-col  .elementor-heading-title {
	font-size: 9px !important;
	margin-bottom:10px ;
}

}

@media only screen and (max-width: 390px) {

.home-bottom-img img {
	width: 99px !important;
}

}
