
#bookingForm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
.form-group{margin-bottom: 12px;}
.form-group .textbox {
	width: 100%;
	height: 38px;
	font-size:13px;
	line-height:25px;
	padding: 10px;
	margin:0;
	border: 1px solid #ccc;
	-webkit-border-radius: 16px;
    border-radius: 20px;
	color: #000 !important;
}

.form-group select {
	width: 100%;
	height: 33px;
	font-size:13px;
	padding: 0 10px;
	margin:0;
	border: 0px solid #ccc;
	-webkit-border-radius: 0%;
    border-radius: 0%;
	color: #000 !important;
}

.select_box{
	position: relative;
	height: 34px; width: 130px;
	padding-left: 3px;
}
.form-control{
	font-size:14px;
	width: 600px;
	background: #fff;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	-webkit-border-radius: 22px;
    border-radius: 22px;
}
.form-control {
	height: 30px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 0px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control-item {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
.btn_opt {
	display: inline-block;
	padding: 11px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-left: 1px solid #e1e1e1;
	border-radius: 0;
}
.btn_opt.dropdown-toggle{
	min-width: 200px;
}
.btn_opt.dropdown-toggle:hover{
	background-color: #fff;
}
#btn-search{
	background-color: #ea0a2a;
	color: #fff;
	-webkit-border-radius: 0 22px 22px 0;
	border-radius: 0 22px 22px 0;
	width: 100px;
	padding-left: 25px;
	padding-right: 25px;
}

#btn-choose{
	background-color: #fbaf43;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 8px 3px 8px;
	border: none;
	font-size: 13px;
}
.btn_submit_confirm{
	background-color: #fbaf43;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	padding: 4px 8px 4px 8px;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
}
#btn-choose:hover, #btn_submit_confirm:hover{
	background-color: #464241 !important;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #fff !important;
	border-color: #8c8c8c;
}


@media (max-width: 1110px) {
	.form-control{
		width: 550px;
	}
}
@media (max-width: 1060px) {
	.form-control{
		width: 500px;
	}
}
@media (max-width: 1010px) {
	.form-control{
		width: 450px;
	}
}
@media (max-width: 960px) {
	.form-control{
		width: 400px;
	}
}
@media (max-width: 870px) {
	.form-control{
		width: 350px;
	}
}
@media (max-width: 767px) {
	.form-control{
		/* display: none; */
	}
}
.search_box{
	position: relative;
	width: 220px;
	height: 32px;
	font-size:12px;
	line-height:25px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin:0;
	top: -1px;
	border:1px solid #999;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.icon_submit {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 6px 0;
  background: #e71f29 url('../images/template/icon-search.png') no-repeat center center;
  color: transparent;
  border: 0;
  z-index: 10;
}
.search_box{
	font-size:14px;
	border:1px solid #e5e5e5;
	width: 100% !important;
	padding-left: 15px !important;
	background: #fff;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	-webkit-border-radius: 0;
    border-radius: 0;
}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 9px;
  pointer-events: none;
  color: #a3a3a3;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*input.search_box::-webkit-input-placeholder {
color: #439247 !important;
}
 
input.search_box:-moz-placeholder { 
color: #439247 !important;  
}
 
input.search_box::-moz-placeholder {  
color: #439247 !important;  
}
 
input.search_box:-ms-input-placeholder {  
color: #439247 !important;  
}*/

.form-group .desc{
	width: 100%;
	height:90px;
	font-size:13px;
	line-height:20px;
	padding:5px;
	margin:0;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.form-group .textbox:hover, .form-group .textbox:focus, .form-group .desc:hover, .form-group .captcha:hover, .form-group .captcha:focus{
	border:1px solid #0553c3;
}

.form-group .send, .reset{
	padding: 4px 15px;
	margin-right: 5px;
	color:#fff;
	font-family: Arial;
	font-size:13px;
	background: #0271dc;
	border:none;
	cursor:pointer;
}
.form-group .send:hover, .reset:hover{
	background: #dd8303;
}

.form-group .captcha{
	width: 100%;
	height: 30px;
	font-size:13px;
	line-height:25px;
	padding:3px 5px;
	margin:0;
	border:1px solid #999;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.captcha-desctiption{
	line-height: 18px;
	margin-bottom: 5px;
}
.redStar{
	color: #ff0000;
}
.message {
	padding: 5px 10px;
	margin: 10px 0;
}

.message.green {
	border: 1px solid #008C00;
	color: #008C00 !important;
	background: #fff !important;
}

.message.red {
	border:1px solid #ff0000;
	color:#f00!important;
	background: #fff !important;
}
.btn-submit{
	background: #17214a;
	border-bottom: 3px solid #17214a !important;
	border: none;
	width: 150px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px;
    text-align: center;
	color: #fff;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.att_file{
	height: 32px;
    text-align: center;
	margin: 0;
}
.btn-submit:hover{
	/*background: #eb9e22;*/
	text-shadow: 1px 1px 1px #1F1F1F;
	transition:all linear 0.15s;
	-webkit-transition:all linear 0.15s;
}

.subscribe .textbox {
	/* width: 250px; */
	height: 38px;
	font-size:15px;
	line-height:25px;
	padding: 10px;
	margin:0;
	border: 0px solid #f00;
	/* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */
	color: #000 !important;
}
.subscribe .btn-subscribe{
	position: relative;
	top: 0px;
	background: #17214a;
	border: none;
	width: 150px;
	height: 38px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 12px;
    text-align: center;
	color: #fff;
}
.subscribe .btn-subscribe:hover{
	background: #eb9e22;
	text-shadow: 1px 1px 1px #1F1F1F;
	transition:all linear 0.15s;
	-webkit-transition:all linear 0.15s;
}


.btn-item-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
btn-item-secondary {
	margin-right: 10px;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn_item {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	  border-top-color: transparent;
	  border-right-color: transparent;
	  border-bottom-color: transparent;
	  border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}
#message-text {
	width: 100%;
	height: 5rem;
	background-color: transparent;
}