/*-----------------------------------------------------------------------------------

	CSS Name:   booking.css
	Description:  booking online page css and others.
	Author:  �    Jianfeng Tan
	Version:      1.0
	
-----------------------------------------------------------------------------------*/
body {
	width: 100%;
	overflow-x: hidden;
}

body.viewport-lg {
	position: absolute;
}

#wrapper {
	overflow-x: hidden;
}

.gform_hidden {
	Display: none;
}

.sec_seals {
	float: right;
	margin-top: -35px;
	margin-bottom: -15px;
	margin-right: 13px;
}

.sec_seals > ul li:first-child {
	margin-right: 7px;
}

.sec-seals > ul li {
	display: inline!important;
}

.book_main {
	width: 100%;
	height: 30px;
	display: table;
}

.book_main > ul li:first-child {
	margin-left: 48px;
}

.book_main > ul li {
	padding: 5px 18px;
	float: left;
	background: #FFFFFF;
	color: #404348;
	font-size: 17px;
	letter-spacing: 0.2px;
}

.book_main > ul .actived {
	border-top: 2px solid #e9e9e9;
	border-left: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	margin-bottom: -2px;
	line-height: 21px;
	padding: 5px 30px;
}

.book_content {
	width: 85%;
	padding: 25px;
	height: 300px;
	background: #FFFFFF;
	display: table;
	border: 2px solid #e9e9e9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: -4px;
	margin: 0px auto;
}

.book_top {
	width: 100%;
	height: 30px;
	display: block
}

.book_top .bt_left {
	width: 690px;
	height: auto;
	float: left;
}

.book_top .bt_right {
	width: 93px;
	height: 108px;
	float: right;
}

.book_top .bt_right .book_logo {
	width: 85px;
	height: 101px;
	margin-top: -12px;
}

.bt_row {
	width: 100%;
	margin: 3px 0px;
	display: inline-block;
}

.bt_row label {
	width: 195px;
	float: left;
	font-size: 16px;
	line-height: 25px;
}

.bt_row .bt_check {
	width: auto;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-left: 35px;
}

.bt_row .bt_check span, .form_footer p span {
	width: 25px;
	height: 25px;
	float: left;
	background-image: url(../images/blueTick.gif);
	background-repeat: no-repeat;
	margin: 0px 10px;
}

.form_footer p span {
	margin: 5px 9px 15px 9px;
}

.bt_row .bt_small {
	font-size: 12px;
	margin: 5px 0px 5px 20px;
}

.btf_form {
	width: 450px;
	height: 210px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}

.btf_form .form_left {
	width: 166px;
	height: 100%;
	float: left;
	background-image: url(../images/book_form.png);
	position: relative;
	z-index: 100;
}

.btf_form .form_right {
	width: 275px;
	height: 190px;
	margin-top: 5px;
	border: 2px solid #e9e9e9;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 10px 4px 0px;
	-ms-border-radius: 0px 0px 10px 0px;
	-o-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	float: left;
	margin-left: -3px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.btf_right {
	float: left;
	width: 250px;
	height: 250px;
	margin-left: 35px;
	margin-top: 15px;
}

.btf_right .ctext_form {
	float: left;
	width: 139px;
	height: 150px;
	margin-left: 55px;
	margin-top: 35px;
}

.btf_right .noinfo_text {
	float: left;
	width: 210px;
	height: 170px;
	margin-left: 20px;
	margin-top: 56px;
}

.noinfo_text p {
	text-align: center;
	margin: 0px auto;
	width: 80%;
	font-size: 16px;
}

.noinfo_text .down_arrow {
	margin-left: 80px;
	margin-top: 25px;
}

.btf_right .group_text {
	float: left;
	width: 200px;
	height: 170px;
	margin-left: 30px;
	margin-top: 13px;
}

.group_text p {
	text-align: center;
	margin: 0px auto;
	width: 68%;
	margin-bottom: 15px;
}

.group_text .down_arrow {
	margin-left: 80px;
}

#tg_no_info_form .noinfo_tlabel {
	font-size: 17px;
	margin-left: 49%;
	width: 47%;
}

#tg_group_form .group_booking_title {
	width: 53%;
	margin-left: 25.5%;
}

.noinfo_form {
	width: 600px;
	height: 315px;
	background: #efefef;
	border: 3px solid #e9e9e9;
	display: inline-block;
	margin: 10px 0px 0px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px 10px 32px;
}

.three_form {
	width: 100%;
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
}

.three_form label {
	width: 90px;
	font-size: 14px;
	float: left;
	text-align: right;
}

.noinfo_form .gform_wrapper .top_label .gfield_label {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	clear: both;
	width: 100%;
}

.noinfo_form .gform_footer input[type="submit"] {
	float: right;
	margin: 30px 40px 0px 0px;
	padding: 3px 30px;
}

.call_div {
	width: 300px;
	height: 100px;
	margin-top: -30px;
	display: inline-block;
}

.call_div .call_img {
	width: 70px;
	height: 79px;
	float: left;
	margin: 0px 0px 5px 10px;
}

.call_div p {
	width: 140px;
	margin: 15px 0px 10px 115px;
	font-size: 20px;
	color: #008cd7;
}

.call_div a {
	font-size: 24px;
	color: #008cd7;
	width: 192px;
	display: table;
	text-align: center;
	margin-left: 75px;
	cursor: pointer;
	text-decoration: underline;
}

.call_div a:focus {
	text-decoration: underline !important;
}

.form_right .three_form:nth-child(1) {
	margin-top: 30px;
}

.form_right .three_form:nth-child(3) label {
	width: 128px;
}

.form_right .three_form:nth-child(3) input {
	width: 100px;
}

.three_form input {
	width: 155px;
	margin-right: 11px;
	height: 15px;
	float: right;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form_right .three_form:nth-child(4) {
	margin-top: 15px;
}

.form_right .three_form:nth-child(4) label {
	width: 55px;
	color: #999999;
	font-size: 13px;
	line-height: 13px;
	float: left;
	margin: 2px 9px 0px 57px;
}

.form_right .three_form:nth-child(4) button, .default_btn {
	border: 2px solid #0087D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
	background: #C8C8C8;
	padding: 1px 8px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.form_right .three_form:nth-child(4) button:hover {
	background: #0087D6;
	color: #FFFFFF;
}

.ctext_form p {
	width: 100%;
	clear: both;
	font-size: 17px;
	line-height: 25px;
	margin: 0px;
	text-align: right;
}

.ctext_form .arrow_gif {
	width: 46px;
	height: 55px;
	position: absolute;
	margin: -35px 0px 0px 11px;
}

.btf_form .tform_small_label {
	font-size: 12px;
	margin: -10px 0px 0px 18px;
	color: #999999;
}

.btf_form .tform_notify {
	font-size: 12px;
	margin: -10px 0px 0px 30px;
	color: red;
	text-align: center;
}

.air_calc {
	display: inline-block;
	position: relative;
}

.air_calc .airports_img {
	width: 250px;
	height: 250px position:relative;
}

.air_calc label {
	width: 70px;
	height: 35px;
	line-height: 35px;
	font-size: 40px;
	color: #000000;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	font-style: italic;
}

.air_calc label:nth-child(2) {
	left: 50px;
	bottom: 90px;
	font-size: 26px;
	width: auto;
}

.air_calc label:nth-child(3) {
	left: 67px;
}

.air_calc label:nth-child(4) {
	right: 16px;
}

.booking_go {
	margin-top: 30px;
	text-align: center;
}

.booking_go label {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 26px;
	font-style: italic;
}

.booking_go label:nth-child(1) {
	width: 100%;
	margin: 10px 10px 25px 10px;
	text-align: center;
}

.booking_go .booking_btn {
	width: 255px;
	height: 77px;
	cursor: pointer;
	margin-left: 8%;
}

.booking_go .email_quote {
	width: 230px;
	color: #999999;
	font-size: 14px;
	height: auto;
	line-height: 14px;
	margin: 3px 0px 0px 94px;
	text-align: left;
}

.email_quote a {
	text-decoration: underline;
}

.form_footer {
	margin-top: 25px;
}

.form_footer p {
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 18px;
	margin-bottom: 24px;
	margin-left: 57px;
	width: 74%;
}

.gravy_header {
	width: 106%;
	height: 80px;
	margin-top: 25px;
	margin-left: -23.5px;
	position: relative;
}

.t_blue {
	background: #4A93FF;
}

.gravy_header label {
	width: 280px;
	color: #FFFFFF;
	margin: 16px 10px 0px 20px;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.8px;
	line-height: 25px;
	float: left;
}

.gravy_btndiv {
	display: inline-block;
	background: #333333;
	border: 2px solid #FFFFFF;
	margin-top: 48px;
}

.gravy_btndiv .gt_btn:nth-child(1) {
	border-right: 2px solid #FFFFFF;
}

.gravy_btndiv .gt_btn {
	width: 115px;
	height: 40px;
	line-height: 40px;
	margin-top: 35px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	list-style: none;
}

.white_big {
	position: absolute;
	height: 95px;
	background: #FFFFFF;
	right: 45px;
	top: -8.5px;
	width: auto;
	border: 1px solid #CCCCCC;
}

.white_big label:nth-child(1) {
	float: left;
	width: 100px;
	font-size: 20px;
	text-align: right;
	margin: 21px 10px 0px 12px;
	color: #000000;
}

.white_big span {
	width: 13px;
	font-size: 22px;
	float: left;
	margin: 36px 2px 0px 3px;
	color: #000000;
}

.white_big label:nth-child(3) {
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 34px;
	margin: 21px 4px 0px 0px;
	color: #000000;
}

.gt_form {
	width: 100%;
	height: 200px;
	margin-top: 35px;
	display: table;
}

.gt_form > label {
	font-size: 23px;
	color: #000000;
	letter-spacing: 1px;
	margin-left: 40px;
	margin-top: 50px;
	display: inline-block;
	margin-bottom: 20px;
}

.t_border {
	border-top: 1px solid #e9e9e9;
}

.t_hide {
	display: none;
}

.gform_body input[type="text"], input[type="email"], input[type="tel"] {
	height: 32px!important;
	border: 1px solid #e2e1e0;
}

#input_8_4 {
	height: 32px!important;
	line-height: 0px!important;
}

.gform_body select {
	border: 1px solid #e2e1e0;
}

.gform_body ul li {
	margin-bottom: 10px !important;
}

.auto_content {
	width: 210px;
	height: auto;
	border: 1px solid #CCCCCC;
	position: absolute;
	margin: 25px 10px 0px 96px;
	background: white;
}

.auto_content li {
	height: 20px;
	line-height: 20px;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.auto_content li:hover {
	background-color: #3875d7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.st_left {
	width: 400px;
	height: 300px;
	float: left;
}

.st_left .top_title {
	width: 65%;
	text-align: left;
	margin-left: 83px;
}

.st_left .gmap {
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 50px;
}

.st_left .duration_div {
	margin-top: 35px;
	width: 198px;
	height: 250px;
	float: left;
}

.duration_div img {
	margin-top: 32px;
	float: left;
	margin-left: 10px;
}

.duration_div .duration_text {
	width: 160px;
	height: auto;
	margin-top: 40px;
	margin-left: 4px;
	float: left;
}

.duration_div .duration_text label:nth-child(1) {
	color: #999999;
	font-weight: 200;
	line-height: 18px;
}

.duration_div .duration_text label:nth-child(2) {
	font-size: 21px;
	height: 25px;
	line-height: 25px;
	margin-top: 9px;
}

.duration_div .duration_text label:nth-child(3) {
	margin-left: 10px;
}

.duration_div .duration_text label:nth-child(4) {
	margin-top: 7px;
	font-size: 15px;
	color: #3496F0;
}

.st_right {
	width: 390px;
	height: auto;
	float: left;
}

.gform_required_legend {
	display: none;
}

.tr_return {}

.tr_return .ginput_container {
	float: none !important;
	width: 100% !important;
}

.tr_return .ginput_container .gfield_radio {
	text-align: right;
}

#gform_14 .tr_return .ginput_container .gfield_radio {
	text-align: left;
}

.tr_return .ginput_container .gfield_radio .gchoice {
	display: inline-block;
}

.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
	width: auto!important;
}

.tr_return .gfield_description {
	width: 250px;
	height: 18px;
	line-height: 20px;
	margin-top: -120px;
}

.tr_return .ginput_container .gfield_radio .gchoice input {
	display: none!important;
}

.tr_return .ginput_container .gfield_radio .gchoice label {
	color: #fff;
	cursor: pointer;
	border: 2px solid #333;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	max-width: none;
	font-weight: 700;
	line-height: 35px;
	white-space: nowrap;
	background-color: #333;
}

.tr_return .ginput_container .gfield_radio .gchoice label:hover {
	color: #333;
	border-color: #333;
	background-color: #fff;
}

.tr_pickup_surcharge .ginput_amount, .tr_return_pickup_surcharge .ginput_amount {
	color: #c02b0a;
	border: 0 !important;
	padding: 0 !important;
	outline: 0;
	background: transparent;
	pointer-events: none;
	font-weight: bold;
}

.three_form .select2-container {
	margin-left: 10px;
}

.three_form .select2-container .select2-choice > .select2-chosen {
	width: 128px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 11px;
}

.protect {
	width: 30%;
	height: auto;
	margin: 100px auto;
	padding: 25px;
	background: #FFFFFF;
	display: table;
	border: 2px solid #e9e9e9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/***MOBILE ***/
#tg_price_form {
	height: auto !important;
	display: none;
}

@media (max-width: 959px) {
	.gravy_header {
		width: 100%;
		padding: 0 10px;
		margin-left: -10px;
	}
}

@media (max-width: 889px) {
	.tr_return .ginput_container ul {
		left: 320px !important;
	}

	.white_big {
		right: 15px;
	}
}

@media (max-width: 839px) and (min-width: 768px) {
	.st_right {
		width: 320px;
		float: right;
	}

	.tr_return .ginput_container ul {
		left: 269px !important;
		margin-top: -10px;
	}

	.gravy_header label {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	#tg_start_text {
		display: none !important;
	}

	.bt_row .bt_check {
		width: 100%;
		clear: both;
	}

	.bt_row .bt_small {
		display: none;
	}

	.gt_form {
		margin-top: 60px;
	}

	.gravy_header {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.gravy_header #tt_label {
		margin: 0;
		text-align: center !important;
		padding: 15px;
		box-sizing: border-box;
	}

	.white_big {
		right: 0;
		box-sizing: border-box;
	}

	.gfield.tr_return.field_sublabel_below {
		width: 100%;
		position: absolute;
		left: 0;
		top: 194px;
		padding: 0 6px;
	}

	.tr_return .ginput_container ul {
		position: relative;
		top: 0;
		left: 0 !important;
		width: 100%;
		border: 0;
	}

	.tr_return .ginput_container ul li {
		background: #333;
		width: 50%;
		vertical-align: middle;
	}

	.noinfo_text .down_arrow {
		margin-top: 0;
	}

	#tg_no_info_form .noinfo_tlabel {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.noinfo_form {
		width: 100%;
		margin: 0;
		padding: 5px;
		position: relative;
		box-sizing: border-box;
		height: auto;
	}

	.call_div {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.book_main {
		padding: 0 0 10px 0;
	}

	.gt_form {
		margin-top: 140px;
	}

	.gravy_header #tt_label {
		width: 100% !important;
	}

	.white_big {
		width: 100%;
		right: 0;
		top: 80px;
		box-sizing: border-box;
	}

	.gfield.tr_return.field_sublabel_below {
		top: 239px;
	}

	.tr_return .ginput_container ul {
		top: 32px;
	}
}

@media (max-width: 479px) {
	.book_main > ul li:nth-child(3) {
		display: none;
	}

	.bt_row.t_border {
		border: 0;
	}

	.bt_row label {
		margin-left: 15px;
	}

	.three_form label {
		width: 74px;
	}

	.bt_left .bt_row:nth-child(2) label {
		margin-top: 15px;
	}

	.st_right {
		width: 100%;
	}

	.booking_go label:nth-child(1) {
		margin: 0;
	}

	.booking_go .booking_btn {
		margin-left: 0;
	}

	.form_footer p {
		margin-left: 0;
		width: 100%;
	}

	#tg_price_form .st_left, .st_left .gmap {
		width: 100%;
	}

	.st_left .duration_div {
		width: 100%;
		height: auto;
	}

	.tr_return .ginput_container ul {
		top: 12px;
	}
}

.gform_wrapper input[type='submit'] {
	width: 100% !important;
}
