.section {
	position: relative;
	height:650px;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	background: #ffedfc;
}

.booking-form {
	position: relative;
	max-width:1112px;
	width: 100%;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.booking-form .booking-bg {
	position: absolute;
	left: 25px;
	top: -15px;
	bottom: -15px;
	width: 400px;
	background-image:url(bg1.png);
	background-size: cover;
	background-position: center;
	padding: 25px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.booking-form .booking-bg::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*background: rgba(96, 50, 88, 0.78);*/
}

.booking-form>form {
	margin-left: 425px;
	padding: 30px;
}

.booking-form .form-header {
	margin-bottom: 10px;
	margin-top:320px;
	position: relative;
	z-index: 20;
}

.booking-form .form-header h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	color: #be004a;
	font-size:26px;
	text-align:center;
	text-transform: capitalize;
}

.booking-form .form-header p {
	color: #be004a;
	font-size: 18px;
	text-align:center;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-form .form-control {
	background-color: #fff;
	height: 45px;
	padding: 0px 15px;
	color: #151515;
	border: 1px solid #f34c8d;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 40px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control::placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:focus {
	background: #f8f8f8;
}

.booking-form input[type="date"].form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control option {
	color: #151515;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 3px;
	bottom: 5px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #e5e5e5;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #be004a;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.booking-form .form-btn {
	margin-top: 30px;
}

.booking-form .submit-btn {
	display: block;
	width: 100%;
	color: #fff;
	background-color:#585858;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 40px;
	height: 55px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	background-color:#be004a;
}
.blue_bg_radious_btn {background:#636363;color:#fff;border-radius: 35px; line-height:35px;text-transform: unset;font-size: 15px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; text-align:center;}
.blue_bg_radious_btn:hover {background:#be004a;color:#fff;border-radius: 35px;text-transform: unset;font-size: 15px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; text-align:center;
}
.title-box{font-weight:bold; color:#be004a; font-size:32px; padding-bottom:4%;}


@media only screen and (min-width:1000px) and (min-width:1100px){div.ccm-page.page-type-frontpage .bg-full .homepage-hero .hero-copy{left:-340px !important;top: 42% !important;}}

@media only screen and (min-width:1100px) and (min-width:1400px){div.ccm-page.page-type-frontpage .bg-full .homepage-hero .hero-copy{left:44% !important;}}
		
		


@media only screen and (max-width: 768px) {
.blue_bg_radious_btn{ width:250px;margin:5px auto; padding:10px;line-height:25px;}
footer .footer-top .enews .title-top{color:#fff;}
.appointments ul li a{word-spacing:0px;height:35px;}.appointments ul li{height:35px;}.appointments ul li{width:100%;}.global-phone{background:#f3f3f3;}
.title-box{font-weight:bold; color:#be004a; font-size:32px; padding-bottom:4%; text-align:center;}
	
	.booking-form .booking-bg {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: -15px;
		width: 95%;
		margin: auto;
	}
	.booking-form>form {
		margin-left: 0px;
	}
	.section {
	position: relative;
	height:1093px !important;
}
.booking-form .form-header {
	margin-top:206px;}
}

