/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p{
	margin: 0;
}
h1.entry-title {
    display: none;
}
.service_slider .slick-list {
    padding-right: 22%;
}
.testi_slider .swiper-slide .elementor-section-wrap,
.testi_slider .swiper-slide .elementor-section-wrap > .elementor-element{
    height: 100%;
}
.white_link a {
    color: #fff;
	transition: 0.2s linear;
}
.white_link a:hover {
    color: #edea11;
}
.site_header.sticky {
    background: #008080;
    box-shadow: 1px 6px 12px #00000029;
}
.service_testi .swiper-slide .elementor-section-wrap > .elementor-element {
    background: #fff !important;
}
.faq  .elementor-accordion .elementor-accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.faq .elementor-accordion .elementor-tab-content {
    border: 0;
}
.faq .elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: 0;
}
.team_slider .slick-arrow {
    width: 55px;
    height: 55px;
    background: #EDEA11;
    border: 0;
    border-radius: 50%;
    left: -34%;
    position: absolute;
    bottom: 60px;
    font-size: 0;
}
.team_slider .slick-arrow::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(https://evolveclinic.ca/wp-content/uploads/2024/09/Vector-43.svg) no-repeat center / contain !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team_slider .slick-track {
    display: flex;
}
.team_slider .slick-track .slick-slide {
    height: auto;
	display: flex;
}
.team_slider .slick-arrow.slick-next {
    left: -26.5%;
    transform: rotate(180deg);
}

.team_slider .slick-arrow:hover {
    background: #fff;
}
.team_slider h4.elementor-heading-title a {
    font-family: 'Erode';
}
.team_slider .slick-list {
    padding-right: 25%;
}
@media(max-width:1199px){
	.team_slider .slick-arrow {
		width: 45px;
		height: 45px;
	}
	.team_slider .slick-list {
		padding-right: 0;
	}
}
@media(max-width:991px){
	.team_slider .slick-arrow.slick-next {
		left: -23.5%;
	}
}
@media(max-width:767px){
    .team_slider .slick-arrow {
        bottom: -70px;
        left: calc(50% - 60px);
    }
    .team_slider .slick-arrow.slick-next {
        left: calc(50% + 10px);
    }
}
@media(max-width:575px){
	.condition_sec .elementor-image-box-wrapper {
		display: flex;
		text-align: left;
		gap: 10px;
	}
}