/*
Theme Name: ClinicMaster-Child
Theme URI: https://clinicmaster.wprdx.com/medical
Author: DexignZone
Author URI: https://themeforest.net/user/dexignzone/portfolio
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.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: clinicmaster
Text Domain: clinicmaster-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.header-nav.w3menu .nav > li .sub-menu {
	width: 260px !important;
}

.hero-banner.style-1 .info-widget.style-2 {
	width: auto !important;
	border-radius: 50px !important;
	padding: 15px 30px 15px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 375px;
	background-color: #031b4e;
}

.hero-banner.style-1 .info-widget.style-2 h6 {
	color: #ffffff !important;
}

.hero-banner.style-1 .item3 {
	left: 0px !important;
    right: 0 !important;
	top: 0px !important;
	bottom: auto !important;
}

.hero-banner.style-1 .info-widget.style-2 #progressChart {
	display: none !important;
}

.hero-banner.style-1 .hero-thumbnail .thumbnail {
    height: auto !important;
	object-fit: cover !important;
}
.custom-list {
    padding-left: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}

.custom-list li {
	list-style-type: disc;
}

.single .custom-list li {
    color: var(--bs-secondary);
}

.insurance-logos-lists .elementor-widget-image {
    display: flex;
    align-items: center;
	width: 100%;
    justify-content: center;
	border-radius: 15px;
    border: 2px solid #fff;
	padding: 15px;
    box-shadow: var(--bs-box-shadow-sm);
}

.insurance-logos-lists .elementor-widget-image:hover {
	border: 2px solid var(--bs-primary);
}

.insurance-logos-lists .elementor-widget-image img {
	max-width:100%;
	width: auto;
	max-height:75px;
}

.site-footer.style-2.footer-dark .footer-middle .fh-inner {
	background-color: #0f2338 !important;
}

.site-footer.style-2.footer-dark .dzSubscribe.style-1 .input-group .form-control {
	background: #0f2338 !important;
    border: 1px solid #0f2338 !important;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.style-1 .item3 {
        display: block !important;
        bottom: 40px !important;
        top: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .hero-banner.style-1 .hero-thumbnail {
        margin-top: -30px !important;
    }
}
@media screen and (max-width: 480px) {
	.hero-banner.style-1 .info-widget.style-2 {
		    padding: 12px 20px !important;
	}
	.hero-banner.style-1 .info-widget.style-2 h6 {
		font-size: 14px;
        text-align: center;
        width: 100%;
	}
}