.hall-booking-header .heading-top:after{
	content: none!important;
}
.hall-booking-header .heading-top {
	padding: 0!important;
}
.hall-booking-header .sub-title {
	font-size: 36px!important;
    color: #FF9900!important;
    letter-spacing: 0px;
    font-weight: 700!important;
	text-transform: none!important;
}
.hall-booking-header .title-desc {
    color: #828282;
    font-weight: 400;
    font-size: 16px !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}
.hallbooking-col .gsc-image-content.style-2{
	padding: 0;
    margin: 0 !important;
    border: 1px solid #E2DFEB;
    max-width: 100%;
}
.hallbooking-col .gsc-image-content.style-2 img {
	height: 100%;
    width: 100%;
}
.hallbooking-col .gsc-image-content.style-2 .box-content {
	text-align: justify;
}
.hallbooking-col .gsc-image-content.style-2 .box-content .title {
	color: #FF9900;
    font-size: 28px;
    font-weight: 700;
	text-align: left;
}
.hallbooking-col .gsc-image-content.style-2 .box-content .desc {
	font-size: 18px;
    color: #828282;
    font-weight: 500;
}
.hallbooking-col{
	padding: 0!important;
}
.hallbooking-col .gsc-image-content.style-2 {
	margin-bottom: 30px !important;
}
.hallbooking-btn a {
	border-radius: 0!important;
	font-size: 16px!important;
    font-weight: 600;
	padding: 11px 30px!important;
}
.hallbooking-btn a:hover {
	 background-color: #000!important;
    border-color: #000!important;
    transition: 0.5s;
}
.br-link-booking-details {
	padding-bottom: 0 !important;
    justify-content: stretch;
    display: flex;
    height: 27px;
    margin-top: 22px;
    font-size: 12px;
}
.br-link-booking-details .wpb_text_column {
	margin-bottom: 0;
}
.br-link-booking-details .wpb_text_column a{
	color: #828282;
}

/* hall booking form */
.hallbooking-form .form-title{
	color: #FF9900;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 7px;
}
.hallbooking-form-col .wpcf7-form{
	margin: 0;
    width: 100%;
    max-width: 100%;
}
.hallbooking-form label,
.hallbooking-form input{
	width: 100%;
	color: #0C0C0C;
	min-height: 48px;
}
.hallbooking-form input {
	font-size: 14px;
}
.hallbooking-form label {
	font-size: 16px;
}
.hallbooking-form .wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 0px !important;
}
.hallbooking-form .form-icon{
	color: red;
}
.hallbooking-form .input-title .wpcf7-form-control {
	border: 1px solid #E2DFEB;
    padding-left: 13px;
}
.hallbooking-form .booking-date-filed .wpcf7-form-control{
	border: 1px solid #E2DFEB;
    padding: 0 12px;
    color: #828282;
}
.hallbooking-form .booking-type .wpcf7-form-control {
	width: 100%;
    min-height: 48px;
    box-shadow: none;
}
.hallbooking-form .wpcf7-submit {
	max-width: 109px;
    max-height: 29px;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
	background-color: #FF9900 !important;
	margin-top: 10px;
}
.hallbooking-form .wpcf7-submit:hover {
	background-color: #000 !important;
    transition: 0.5s;
}
.hall-booking-heading .wpb_wrapper {
	padding: 10px 0;
}
.form-checkbox-holl-booking label{
	display: flex;
/* 	align-items:center; */
}
.form-checkbox-holl-booking input {
	width: 65%;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #E2DFEB;
    margin-bottom: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    margin-top: 0 !important;
    margin-bottom: 0;
    position: relative;
    top: -7px;
	min-height: 10px;
}
.form-checkbox-holl-booking span {
	font-size: 14px;
    font-weight: 400;
    width: 24px;
    margin-bottom: 3px;
    color: #404040;
    margin-left: 0;
}
.form-checkbox-holl-booking .wpcf7-list-item-label {
	display: none;
}
.form-checkbox-holl-booking p{
	margin-bottom: 0 !important;
}
.form-checkbox-holl-booking {
	display: flex;
}
.form-checkbox-holl-booking-link {
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
	color: #404040;
}
.hall-booking-btn {
	opacity: 0.6;
    pointer-events: none;
    cursor: no-drop !important;
}
.active-submit {
	opacity: 1;
    pointer-events: auto;
    cursor: pointer !important;
}

@media screen and (max-width: 767px) {
	.form-checkbox-holl-booking{
		padding: 19px 0;
		height: 154px;
	}
}