/*!
Theme Name: Medidove Child
Description: Medidove | Health and Medical WordPress Theme
Theme URI: https://www.devsnews.com/wp/medidove/
Author: Basictheme
Author URI: https://themeforest.net/user/basictheme
Template: medidove
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medidove-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.slider-active .slider-height {
	min-height:400xp !important;
}

#wpcf7-f2385-o1 .formbanner .wpcf7-form-control-wrap,
.wpcf7-form .formbanner button {
	position: relative;
    display: block;
    width: calc((100% - 60px) / 4);
}

.wpcf7-form .formbanner input,
.wpcf7-form .formbanner button {
    display: block;
	-webkit-box-sizing: border-box;
	border: 0;
	height: 45px;
	font-size: 16px;
}

.wpcf7-form .formbanner input {
	width: 100%;
	padding : 0 15px;
}

#wpcf7-f2385-o1 .formbanner button,
#wpcf7-f2385-o2 .formbanner button {
	font-weight:  600;
	background-color: #4CADC9;
    color: #ffffff;
	direction: ltr;
}

#wpcf7-f2385-o2 .formbanner button {
	width: 100%;
}

#wpcf7-f2385-o1 .formbanner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wpcf7-form .formbanner input[type="tel"],
.wpcf7-form .formbanner input[type="email"] {
	direction: ltr;
	text-align: right;
}

.wpcf7-response-output {
	display: none;
}

span.wpcf7-not-valid-tip {
	position: absolute;
}

#wpcf7-f2385-o2 .formbanner .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

@media(max-width: 767px){
	#wpcf7-f2385-o1 .formbanner .wpcf7-form-control-wrap,
	.wpcf7-form .formbanner button {
		width: 100%;
		margin-bottom: 10px;
	}
}