/* 
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
*/

/* =====================================================================
* Body Custom Css Code 
* =====================================================================
*/
body .elementor-widget-html .elementor-widget-container :where(ul, ol),
body .elementor-widget-text-editor .elementor-widget-container :where(ul, ol),
body .elementor-widget-theme-post-content .elementor-widget-container :where(ul, ol) {
	margin-bottom: 0.9rem;
}

body .elementor-widget-text-editor .elementor-widget-container *:last-child,
body .elementor-widget-html .elementor-widget-container *:last-child {
	margin-bottom: 0px;
}

body .elementor-widget-heading span.elementor-heading-title,
body .elementor-widget-heading p.elementor-heading-title {
	line-height: 1.4;
}

body :where(.elementor-accordion-item, .elementor-toggle-item) .elementor-tab-title.elementor-active {
	background-color: var(--e-global-color-secondary) !important;
}

body .elementor-widget-heading span.elementor-heading-title {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    font-weight: 600;
    font-size: 115%;
    letter-spacing: 3px;
}

body .elementor-lightbox .dialog-widget-content.dialog-lightbox-widget-content {
    max-width: min(100% - 40px, 1250px);
    right: 0px;
	left:0px;
    margin-inline: auto;
}

body .elementor-widget-image-box .elementor-image-box-img img {
    display: inline-block;
}

/* Body Custom Css Code End ====================================== */

/* =====================================================================
* Treatment Page Moible CTA Hide For Desktop - Css 
* =====================================================================
*/
@media screen and (min-width: 767px) {
	body:not(.elementor-editor-active) .treatment__content .elementor-element.elementor-widget-button {
		display:none;
	}
}
/* Treatment Page Moible CTA Hide For Desktop - Css Code End ======= */


/* =====================================================================
* Treatment Page Font Size Adjust
* =====================================================================
*/

body .treatment__content h2 {
	font-size: 30px;
}

body .treatment__content h3 {
	font-size: 25px;
}

body .treatment__content h4 {
	font-size: 22px;
}

body .treatment__content h5 {
	font-size: 20px;
}

body .treatment__content h6 {
	font-size: 18px;
}

/* Tablet Screen Size Css */
@media only screen and (max-width: 1024px) {
	body .treatment__content h2 {
		font-size: 26px;
	}

	body .treatment__content h3 {
		font-size: 22px;
	}

	body .treatment__content h4 {
		font-size: 20px;
	}

	body .treatment__content h5 {
		font-size: 18px;
	}

	body .treatment__content h6 {
		font-size: 16px;
	}

}

/* Mobile Screen Size Css */
@media only screen and (max-width: 767px) {

	body .treatment__content h2 {
		font-size: 22px;
	}

	body .treatment__content h3 {
		font-size: 20px;
	}

	body .treatment__content h4 {
		font-size: 18px;
	}

	body .treatment__content h5 {
		font-size: 16px;
	}

	body .treatment__content h6 {
		font-size: 14px;
	}
}

/* MTreatment Page Font Size Adjust Css End ==========================================*/
