/*
Theme Name: ClinicMaster
Theme URI: https://clinicmaster.wprdx.com/
Author: DexignZone
Author URI: https://themeforest.net/user/dexignzone
Description: ClinicMaster is a meticulously crafted WordPress theme tailored for clinics, hospitals, and healthcare professionals. Designed to enhance your online presence, it offers a seamless platform to showcase expertise, services, and patient trust, driving growth for your medical practice.
Version: 1.6
Tested up to: 8.2
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
License: copyright commercial
License URI: https://themeforest.net/user/dexignzone
Text Domain: clinicmaster
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/
.hero-banner.style-1 .title {
    font-size: 55px !important;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}
.info-widget.style-4 .widget-content h6.title {
    font-size: 14px!important;
}
.content-bx.style-12 .content-text {
    font-size: 95px!important;
}
.logo-header img {
    height: 90px !important;
    max-width: 256px !important;
}
.elementor-element.elementor-element-f3928d6 .elementor-widget-container p {
    color: #566593!important;
    font-size: 18px!important;
    font-weight: 300!important;
    font-family: 'Poppins'!important;
}
.about_text h3 {
    margin-top: 20px!important;
}
.about_text {
  font-family: 'Poppins'!important;
    color: #566593!important;
    line-height: 33px!important;
    margin-bottom: 38px!important;
}
.hero-content a.popup-youtube{
    border: 2px solid #00b1d2 !important;
}

div#services_text p {
    font-size: 18px;
    font-weight: 300;
    color: #566593;
    font-family: Poppins, sans-serif;
}
div#services_text  {
    font-size: 18px;
    font-weight: 300;
    color: #566593;
    font-family: Poppins, sans-serif;
}
#services_text ol {
    font-size: 18px;
    font-weight: 300;
    color: #566593;
    font-family: Poppins, sans-serif;
}
.home #comment-list {
    display: none;
}
#video_heading h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-family-title);
    font-weight: 600;
    color: var(--bs-heading-color);
	text-align:center;
}
#video_text p {
    font-size: 18px;
    font-weight: 300;
    font-family: var(--font-family-title);
    color: #566593;
	text-align:center;
}

/* Mobile devices (typically 768px and below) */
@media only screen and (max-width: 768px) {
 .content-bx.style-12 .content-text {
    font-size: 50px !important;
}
}