/*
Theme Name: medicalspa
Theme URI: 
Author: serpwizard
Author URI: 
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, 
*/

.subscrible-form .input-group .wpcf7-form-control-wrap{
	position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.subscrible-form .input-group .wpcf7-form-control-wrap .form-control{
	    height: 50px;
    font-size: 14px;
    color: var(--Black);
    width: 100%;
}
.lets-discuss-section .form-control{
	    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}
.my-menu .navbar-nav .nav-item a{
	color:#00484b;
}
.hero-form-section .form-control{
	height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}