/**
* Theme Name: Mental Care Child
* Description: This is a child theme of Mental Care.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: mental-care
* Version: 1.1.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: mental-care-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.gb-container {
    font-size: 15px;
    font-weight: 800;
    border-radius: 5px;
    border: 2px solid rgba(9, 189, 153, 0.44);
    background-color: rgba(9, 189, 153, 0.06);
        color: #4e4e4e !important;
    padding: 20px;
	    margin-top: -30px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}
.elementor-widget-theme-post-content h2 {
    font-size: 28px!important;
    margin-top: 5px;
}
.elementor-widget-theme-post-content h3 {
    font-size: 24px!important;
    margin-top: 5px;
}
div#ez-toc-container {
    width: 100%;
    background: #dfede8;
    color: #4e4e4e;
    border: 2px solid rgba(9, 189, 153, 0.44);
}
p.ez-toc-title {
    font-size: 18px !important;
}
.breadcrumbs-css span.breadcrumb_last {
    font-size: 16px;
}
.breadcrumbs-css a {
    color: #a8a8a8;
    font-size: 16px;
}

body {
 
    color: #121212!important;
}
.blog-cat-css{
	    margin-bottom:-39px!important;
    margin-top: 40px;
}