/*
Theme Name:     Hello biz Child
Theme URI:      https://dovevalleycare.co.uk/
Description:    Child theme for the Hello biz theme
Author:         Dovevalley Care
Author URI:     https://dovevalleycare.co.uk
Template:       hello-biz
Version:        1.0.0
*/


.hero{
	position: relative;
	max-height:100vh !important;
	overflow: hidden;
	top: -100px;
}
.banner_overlay{
	max-height:100vh !important;
}

.service_box{
	height: 350px;
}

.icon_bg_box{
	width:60px;
	height:60px;
}

.col1{
	width: 100%;
	padding: 0px 5px;
}
.col2{
	width: 49%;
	padding: 0px 5px;
	display:inline-block !important;
}
.col1 label{
	width: 100%;
}
.col2 label{
	width: 100%;
}

.wpcf7-form-control{
	border-radius: 0px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #cccccc !important;
	width: 100%;
	outline: none !important;
}
.wpcf7-form-control-wrap textarea{
	height: 80px !important;
}
.wpcf7-submit{
	background-color: #5582bb !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    padding: 10px 60px !important;
}
.wpcf7-submit:hover{
	background-color: #3F699E !important;
    color: #ffffff !important;
}
.btn_contact{
	background-color: #5582bb !important;
	color: #ffffff !important;
}

.page_header{
	margin-bottom: 80px;
	height:220px !important;
	color: #ffffff !important;
}
.contact_banner{
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
	.hero{
		max-height:75vh !important;
		min-height:75vh !important;
		overflow: hidden;
		top: 0px;
	}
	.banner_overlay{
		max-height:75vh !important;
		min-height:75vh !important;
	}
	.page_header {
		margin-bottom: 50px;
		height: 180px !important;
		color: #ffffff !important;
	}
}

@media only screen and (min-width: 1600px) {
	.hero{
		max-height:70vh !important;
		overflow: hidden;
	}
	.banner_overlay{
		min-height:70vh !important;
		max-height:70vh !important;
	}
}