/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/

table,
tr.uael-table-row td {
	border:none !important;
}

.sidemenu.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, 
.sidemenu.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:column;
}
.sidemenu.elementor-widget-navigation-menu .menu-item a.hfe-menu-item span, 
.sidemenu.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item span {
	text-transform:uppercase;
	font-size:14px;
	color:#4cbff1;
}

.footer-menu .elementor-icon-list-items {
	
}
.footer-menu .elementor-icon-list-items .elementor-icon-list-item {
	width: 50%;
    margin: 0px !important;
    padding: 5px 0;
}

.elementor-widget-hfe-basic-posts .hfe-read-more {
	background: #005180;
	display: inline-block;
	padding: 8px 25px;
	border-radius: 30px;
}
.elementor-widget-hfe-basic-posts .hfe-read-more:hover {
	background:#2E2E2E;
}
.ast-container {
	flex-direction:column;
}
.mmk-container {
	max-width:1140px;
	margin:0 auto;
}
.mmk-container-1340 {
	max-width:1340px;
	margin:0 auto;
}

.blog-banner-section {
	min-height:400px;
	padding:80px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.blog-banner-section h1.blog-banner-title {
	color:#fff;
	text-align:center;
}
.blog-banner-section .blog-banner-breadcrumb {
	text-align: center;
    color: #fff;
}
.blog-banner-section .blog-banner-breadcrumb a {
	color: #fff;
}
.blog-content-section {
	width:100%;
	padding:80px 10px 0;
}
.blog-content-image {
	width:100%;
	margin-bottom:80px;
}
.blog-content-text {
	width:100%;
}
.blog-content-image img {
	width:100%;
	border-radius:50px;
}
.blog-content-text h2 {
	font-size:36px;
	font-weight:bold;
}
.blog-content-text h3 {
	font-size:30px;
	font-weight:bold;
}
.blog-content-text h4 {
	font-size:24px;
	font-weight:bold;
}
.blog-content-text h5 {
	font-size:18px;
	font-weight:bold;
}

/*== New Contact Form ==*/
.contact-us-form {}

.contact-us-form p {
	margin:0;
}

.row {
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
	gap:30px;
}

.col-sm-6 {
	width:50%;
}

.col-sm-12 {
	width:100%;
}

.contact-us-form .form-radio-group {
	position:relative;
	margin-bottom:50px;
}

.contact-us-form .form-radio {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 30px;
}

.contact-us-form .form-radio .wpcf7-list-item {
	width:33.33%;
	margin:0;
}

.contact-us-form .form-radio .wpcf7-list-item label {
	width:100%;
	height:83px;
	background:#fff;
	color:#4CBFF1;
	font-size:18px;
	border:1px solid rgba(76, 191, 241, 36);
	border-radius:75px;
	margin:0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    flex-direction: row;
}

.contact-us-form .form-radio .wpcf7-list-item label:hover,
.contact-us-form .form-radio .wpcf7-list-item.active label {
	color:#005180;
}

.contact-us-form .form-radio .wpcf7-list-item label input {
	display:none;
}

.contact-us-form .form-radio .wpcf7-list-item label input + span {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
}

.contact-us-form .form-radio .wpcf7-list-item label input + span:before {
	content:"";
	width:50px;
	height:50px;
	background-color:#4CBFF1;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:50px;
	display:inline-block;
}

.contact-us-form .form-radio .wpcf7-list-item label:hover input + span:before,
.contact-us-form .form-radio .wpcf7-list-item.active label input + span:before {
	background-color:#005180;
}

.contact-us-form .form-radio .wpcf7-list-item label input[value="New Patient"] + span:before {
	background-image:url(https://tulipsmile.ewebstaging.com/wp-content/uploads/2025/10/new-patient-image.png);
}

.contact-us-form .form-radio .wpcf7-list-item label input[value="Current Patient"] + span:before {
	background-image:url(https://tulipsmile.ewebstaging.com/wp-content/uploads/2025/10/current-patient-image.png);
}

.contact-us-form .form-radio .wpcf7-list-item label input[value="Returning Patient"] + span:before {
	background-image:url(https://tulipsmile.ewebstaging.com/wp-content/uploads/2025/10/returning-patient-image.png);
}

.contact-us-form .form-group {
	position:relative;
	margin-bottom:50px;
}

.contact-us-form .form-group label {
	background: #73CDF4;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 20px;
	position: absolute;
	z-index: 1;
	left: 30px;
	top: -15px;
}

.contact-us-form .form-group input.form-control {
	width:100%;
	height:66px;
	background:#fff;
	border:1px solid rgba(76, 191, 241, 36);
	border-radius:75px;
	padding: 15px 40px !important;
}

.contact-us-form .form-group .wpcf7-not-valid-tip {
	background:#DC2626;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 5px 15px;
	margin: 0;
    border-radius: 50px;
    position: absolute;
    right: 30px;
    bottom: -15px;
}

.contact-us-form .form-group textarea.form-control {
	width:100%;
	height:130px;
	background:#fff;
	border:1px solid rgba(76, 191, 241, 36);
	border-radius:20px;
	padding: 15px 40px !important;
}

.contact-us-form input.form-button {
	width:190px;
	height:50px;
	background: #005180;
	color: #fff;
	font-weight: 500;
}


/*== Newsletter Subscription ==*/
.email-subscription {
	width:100%;
	height:72px;
	background:#fff;
	border-radius:50px;
}

.email-subscription p {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
}

.email-subscription input.form-control {
	height: 72px;
	border: none;
	box-shadow: none;
	border-radius: 50px 0 0 50px;
	padding: 10px 30px !important;
}

.email-subscription .form-button {
	background-color: #fff !important;
	background-image: url(https://tulipsmile.ewebstaging.com/wp-content/uploads/2025/10/subscribe-button-icon.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff !important;
	font-size: 0 !important;
	width: 72px;
	height: 72px;
	border: none;
	box-shadow: none;
}

.email-subscription .wpcf7-spinner {
	position: absolute;
    right: 50px;
    top: 25px;
}

.email-subscription .wpcf7-not-valid-tip {
	background:#DC2626;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 5px 15px;
	margin: 0;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    bottom: -15px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    border-radius: 50px;
    margin: 0;
    padding: 10px 30px;
}

ul.elementor-icon-box-description {
	padding-left:30px;
}

@media screen and (max-width:1024px) {
	.contact-us-form .form-radio .wpcf7-list-item label {
		font-size:16px;
	}
}

@media screen and (max-width:767px) {
	.row { flex-direction:column; gap:0; }
	.col-sm-6 { width:100%; }
	.col-sm-12 { width:100%; }
	.contact-us-form .form-radio { flex-direction:column; }
	.contact-us-form .form-radio .wpcf7-list-item { width:100%; }
}