.reservation-section{
	position: relative;
	padding: 135px 0px 150px 0px;
}

.schedule-inner{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 8px;
	margin-right: 80px;
}
.home-2 .schedule-inner{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 8px;
	margin-right: 80px;
}
.schedule-inner{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 8px;
	margin-right: 80px;
}
.schedule-inner h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}
.schedule-inner h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}
.schedule-inner .schedule-list{
	position: relative;
	padding: 45px 50px 49px 50px;
}
.schedule-inner .schedule-list{
	position: relative;
	padding: 45px 50px 49px 50px;
}
.schedule-inner .schedule-list:before{
	position: absolute;
	content: '';
	background: #cecbc9;
	width: calc(100% - 100px);
	height: 1px;
	left: 50px;
	bottom: 0px;
}
.schedule-inner .schedule-list:before{
	position: absolute;
	content: '';
	background: #cecbc9;
	width: calc(100% - 100px);
	height: 1px;
	left: 50px;
	bottom: 0px;
}
.schedule-inner .schedule-list li{
	position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.schedule-inner .schedule-list li{
	position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.schedule-inner .schedule-list li:last-child{
	margin-bottom: 0px;
}
.schedule-inner .schedule-list li:last-child{
	margin-bottom: 0px;
}
.schedule-inner .schedule-list li h6{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-right: 15px;
}
.schedule-inner .schedule-list li h6{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-right: 15px;
}
.schedule-inner .schedule-list li .line{
	position: relative;
    display: block;
    height: 2px;
    border: 1px dashed #b0b0b0;
    width: 100%;
    flex: 1;
    top: 6px;
}
.schedule-inner .schedule-list li .line{
	position: relative;
    display: block;
    height: 2px;
    border: 1px dashed #b0b0b0;
    width: 100%;
    flex: 1;
    top: 6px;
}
.schedule-inner .schedule-list li span{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	margin-left: 15px;
}
.schedule-inner .schedule-list li span{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	margin-left: 15px;
}
.schedule-inner .support-box{
	position: relative;
	padding: 38px 30px 66px 30px;
}
.schedule-inner .support-box{
	position: relative;
	padding: 38px 30px 66px 30px;
}
.schedule-inner .support-box span{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.schedule-inner .support-box span{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.schedule-inner .support-box h2{
	display: block;
	font-size: 36px;
	line-height: 46px;
}
.schedule-inner .support-box h2{
	display: block;
	font-size: 36px;
	line-height: 46px;
}
.schedule-inner .support-box h2 a{
	display: inline-block;
}
.schedule-inner .support-box h2 a{
	display: inline-block;
}
.schedule-inner .support-box h2 a:hover{
	text-decoration: underline;
}
.schedule-inner .support-box h2 a:hover{
	text-decoration: underline;
}
.form-inner{
	position: relative;
	display: block;
}

.reservation-section .form-inner .marked{

}

.form-inner p{
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #000;
	margin-bottom: 29px;
}
.form-inner p{
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #000;
	margin-bottom: 29px;
}
.form-inner .form-group{
	position: relative;
	margin-bottom: 21px;
}
.form-inner .form-group{
	position: relative;
	margin-bottom: 21px;
}
.form-inner .form-group:last-child{
	margin-bottom: 0px;
}
.form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.form-inner .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 7px;
}
.form-inner .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 7px;
}
.form-inner .form-group input[type='text'],
.form-inner .form-group input[type='email'],
.form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #999999;
	padding: 0px 20px;
}
.form-inner .form-group input[type='text'],
.form-inner .form-group input[type='email'],
.form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #999999;
	padding: 0px 20px;
}
.form-inner .form-group input:focus,
.form-inner .form-group textarea:focus{
	border-color: #000;
	color: #000;
}
.form-inner .form-group input:focus,
.form-inner .form-group textarea:focus{
	border-color: #000;
	color: #000;
}
.form-inner .form-group .select-box{
	min-height: 50px;
}
.form-inner .form-group .select-box{
	min-height: 50px;
}
.form-inner .form-group .nice-select{
	border: none !important;
	height: 46px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #999999;
	line-height: 46px;
}
.form-inner .form-group .nice-select{
	border: none !important;
	height: 46px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #999999;
	line-height: 46px;
}
.form-inner .form-group textarea{
	height: 120px;
	resize: none;
	padding-top: 10px;
}
.form-inner .form-group textarea{
	height: 120px;
	resize: none;
	padding-top: 10px;
}
.form-inner .message-btn{
	position: relative;
	padding-top: 20px;
}
.form-inner .message-btn{
	position: relative;
	padding-top: 20px;
}
.form-inner .message-btn button{
	float: left;
}

.form-inner .message-btn .theme-btn:before{

}

.form-inner .message-btn .theme-btn{
	margin-right: 25px;
}

.form-inner .message-btn .cancell-btn{
	position: relative;
	font-size: 14px;
	line-height: 55px;
	font-weight: 700;
	background: transparent;
	text-decoration: underline;
} 
.form-inner .message-btn .cancell-btn{
	position: relative;
	font-size: 14px;
	line-height: 55px;
	font-weight: 700;
	background: transparent;
	text-decoration: underline;
} 

.alternat-2 .form-inner .form-group input[type='text'], 
.alternat-2 .form-inner .form-group input[type='email'], 
.alternat-2 .form-inner .form-group textarea{
	background: #f2f3f8;
}
.form-inner .form-group input[type='text'], 
.form-inner .form-group input[type='email'], 
.form-inner .form-group textarea{
	background: #f2f3f8;
}
.alternat-2 .form-inner .form-group .nice-select{
	background: #f2f3f8;
}
.form-inner .form-group .nice-select{
	background: #f2f3f8;
}
.alternat-2 .form-inner .form-group input:focus,
.alternat-2 .form-inner .form-group textarea:focus{
	background: #fff;
}
.form-inner .form-group input:focus,
.form-inner .form-group textarea:focus{
	background: #fff;
}
.alternat-2 .schedule-inner:before{
	position: absolute;
	content: '';
	width: 196px;
	height: 44px;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.alternat-2 .schedule-inner{
	background: #f2eeec;
}

.alternat-2{
	padding-bottom: 0px;
}

.alternat-2 .inner-container{
	padding-bottom: 130px;
	border-bottom: 1px solid #dddcdc;
}

.alternat-2 .schedule-inner {
    background: #f2eeec;
}

.booking-contact-form .fluentform .ff-el-group label {
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
}

.booking-contact-form .fluentform input[type='text'], 
.booking-contact-form .fluentform input[type='email'], 
.booking-contact-form .fluentform textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    padding: 0px 20px;
}

.booking-contact-form .fluentform input[type='text'], 
.booking-contact-form .fluentform input[type='email'],
.booking-contact-form .fluentform .nice-select, 
.booking-contact-form .fluentform textarea {
    background: #f2f3f8;
}

.booking-contact-form form.frm-fluent-form .ff-btn-submit {
	position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    padding: 15px 38px;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
	background-color: #b33012;
	border-color: #b33012;
}

.home-2 .booking-contact-form form.frm-fluent-form .ff-btn-submit {
	background-color: #ffa00b;
	border-color: #ffa00b;
}

.booking-contact-form form.frm-fluent-form .ff-btn-submit:hover:before {
    bottom: -40%;
}

.booking-contact-form form.frm-fluent-form .ff-btn-submit::before {
	webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #000;
	border-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.booking-contact-form .fluentform .nice-select {
	position: relative;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    padding: 0px 20px;
	line-height: 44px;
}

.booking-contact-form .fluentform form.frm-fluent-form .nice-select {
	position: relative;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    padding: 0px 20px;
	background: #f2f3f8;
}

.booking-contact-form .fluentform .ff-el-input--content textarea {
    line-height: 44px;
}

.home-2 .alternat-2 .schedule-inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 8px;
    margin-right: 80px;
}

.home-2 .booking-contact-form .fluentform input[type='text'], 
.home-2 .booking-contact-form .fluentform input[type='email'],
.home-2 .booking-contact-form .fluentform .nice-select, 
.home-2 .booking-contact-form .fluentform textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    padding: 0px 20px;
}