/* 
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 Neurovo
Author: Neurovo
Author URI: https://neurovo.com/
Template: hello-elementor
Version: 1.1.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
*/

/* =====================================================================
* Home Page Font Size Adjust
* =====================================================================
*/
@media screen and (min-width: 1301px) {
    body.home [data-elementor-type="wp-page"] h1 {
        font-size: 40px;
    }

    body.home [data-elementor-type="wp-page"] h2 {
        font-size: 40px;
    }

    body.home [data-elementor-type="wp-page"] h3 {
        font-size: 35px;
    }

    body.home [data-elementor-type="wp-page"] h4 {
        font-size: 25px;
    }

    body.home [data-elementor-type="wp-page"] h5 {
        font-size: 22px;
    }

    body.home [data-elementor-type="wp-page"] h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    body.home [data-elementor-type="wp-page"] h1 {
        font-size: 35px;
    }

    body.home [data-elementor-type="wp-page"] h2 {
        font-size: 35px;
    }

    body.home [data-elementor-type="wp-page"] h3 {
        font-size: 30px;
    }

    body.home [data-elementor-type="wp-page"] h4 {
        font-size: 22px;
    }

    body.home [data-elementor-type="wp-page"] h5 {
        font-size: 20px;
    }

    body.home [data-elementor-type="wp-page"] h6 {
        font-size: 18px;
    }
}

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

body .elementor-widget-text-editor :last-child,
body .elementor-widget-html :last-child,
body .elementor-widget-theme-post-content :last-child {
    margin-bottom: 0px;
}

body .elementor-widget-html :where(ul, ol) li:not(:last-child),
body .elementor-widget-text-editor :where(ul, ol) li:not(:last-child),
body .elementor-widget-theme-post-content :where(ul, ol) li:not(:last-child) {
    margin-bottom: 8px;
}

body .elementor-widget-text-editor.no-space *: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 {
    color: var(--e-global-color-secondary);
    font-weight: 500;
	font-size:110%;
}

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

body .elementor-widget-button .elementor-button {
    min-width: min(100%, 180px);
}

body .elementor-widget-button .elementor-widget-container {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	body .elementor-widget-heading:not(.skip) .elementor-heading-title br {
        display: none;
    }
}

/* =====================================================================
* Menu Button Custom Css 
* =====================================================================
*/
body .menu__button a {
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-white) !important;
	padding: 10px 25px !important;
	margin-left: 15px !important;
}

body .menu__button a:hover {
	background-color: var(--e-global-color-white) !important;
	color: var(--e-global-color-secondary) !important;
}

@media only screen and (max-width: 1200px) {
  body .menu__button a {
    margin: 5px !important;
    padding: 8px !important;
  }

body .menu__button a:hover {
	background-color: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-white) !important;
}
}
/* Menu Button Custom Css End ==========================================*/

/* =====================================================================
* Treatment Page Video Banner Css  
* =====================================================================
*/
.treatment_video .elementor-custom-embed-play :where(i,svg) {
background-color:rgb(255 255 255 / 100%) ;
box-shadow: 0 0 0 10px rgb(255 255 255 / 75%),
0 0 0 20px rgb(255 255 255 / 50%),
0 0 0 30px rgb(255 255 255 / 30%),
0 0 0 40px rgb(255 255 255 / 15%),
0 0 0 50px rgb(255 255 255 / 5%);
border-radius: 100%  / 100%;
}

@media only screen and (max-width: 767px) {
.treatment_video .elementor-custom-embed-play :where(i,svg) {
box-shadow: 0 0 0 7px rgb(255 255 255 / 75%),
0 0 0 14px rgb(255 255 255 / 50%),
0 0 0 21px rgb(255 255 255 / 30%),
0 0 0 28px rgb(255 255 255 / 15%),
0 0 0 39px rgb(255 255 255 / 5%);
}

}
/* Treatment Page Video Banner Css End ==========================================*/

body .wprevpro button.slickwprev-arrow {
	background-color: transparent;
 }
 
 body .wprevpro button.slickwprev-arrow:before {
 	color: var( --e-global-color-primary )!important;
 }
 
  body .wprevpro .divwprsrdmore span {
    color: var( --e-global-color-primary )!important;
    text-transform: capitalize!important;
 }