/* 
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 Bteam of Ketamine Media
Author: Md Forid Uddin
Author URI: https://www.facebook.com/foriduddin.dev/
Template: hello-elementor
Version: 1.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
*/

/* =====================================================================
* 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-primary) !important;
}

body .elementor-widget-heading .elementor-heading-title span {
	color: var( --e-global-color-primary );
}

body .elementor-widget-heading span.elementor-heading-title {
	text-transform: uppercase;
	color: var(--e-global-color-accent);
	font-weight: 600;
	font-size:95%;
}

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

/* =====================================================================
* Menu Button Custom Css 
* =====================================================================
*/
body [data-elementor-type="header"] .menu__button a {
    color: white !important;
    background: var(--e-global-color-8bc18fa) !important;
    padding: 15px 30px !important;
    margin-left: 15px !important;
}

body [data-elementor-type="header"] .menu__button a:hover {
    background-color: var(--e-global-color-primary) !important;
}

body [data-elementor-type="header"] .menu__button a:after {
    display: none;
}

@media only screen and (max-width: 1024px) {
	body [data-elementor-type="header"] .menu__button a {
		margin: 5px !important;
		padding: 8px !important;
    }
}
/* Menu Button Custom Css End ==========================================*/

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

.treatment__content h2 {
    font-size: 28px;
}

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

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

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

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

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

    .treatment__content h2 {
        font-size: 25px;
    }

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

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

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

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

}

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

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

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

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

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

    .treatment__content h6 {
        font-size: 15px;
    }
}

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