/*
Theme Name: Ease Sarawak
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: DAEB
Author URI: 
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/

@import url("css/fonts.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

body {
  font-size: 17px; 
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #010101; 
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	padding: 10px;
	outline: none;
	color: #222;
}

button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.clear {
	clear:both;
}

.origin_chosen_value_f1 {
    width: 100%;
    background-color: #f6f7f9;
    padding: 13px 18px 15px 18px;
    font-size: 15px;
    color: #010101;
    font-family: 'Montserrat';
    border: none;
    outline: none;
    margin-bottom: 15px;
}

.dropoff_datetime_f1, .pickup_datetime_f1, .dropoff_datetime_f2, .pickup_datetime_f2 {
    width: 100%;
    background-color: #f6f7f9;
    padding: 13px 18px 15px 18px;
    font-size: 15px;
    color: #010101;
    font-family: 'Montserrat';
    border: none;
    outline: none;
    margin-bottom: 15px;
}

.destination_chosen_value_f1 {
    width: 100%;
    background-color: #f6f7f9;
    padding: 13px 18px 15px 18px;
    font-size: 15px;
    color: #010101;
    font-family: 'Montserrat';
    border: none;
    outline: none;
    margin-bottom: 15px;
}


.container {
	width: 100%;
	margin: 0px!important;
	padding: 0px!important;
}

.wrap {
	width: 94%;
	max-width: 1250px;
	min-width: 300px;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.header {
	width: 100%;
	background-color: #fff;
}

.header-wrap {
	padding: 15px 0px 14px 0px;
	justify-content: space-between;
	position: relative;
}


.logo {
    width: 232px;
}

/* Booking Page */

.main-banner {
	background-color: #f4f3f9;
	background-image: url("images/banner-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-banner-wrap {
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	padding: 20px 0px 24px 0px;
}

.mb-image {
	width: 419px;
}

.mb-text {
	width: 670px;
}

.mb-text h1 {
	font-size: 47px;
	line-height: 53px;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.mb-text p {
	font-size: 17px;
	line-height: 23px;
	max-width: 625px;
}

.booking-page {
	padding-bottom: 35px;
	position: relative;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	width: 100%;
	left: 0px;
	top: -70px;
	border-bottom: #f2be00 solid 5px;
	align-items: flex-end;
}

ul.tabs li {
	background: none;
	color: #fff;
	padding: 0px 40px 0px 97px;
	cursor: pointer;
	background-color: #242424;
	height: 65px;
	font-size: 20px;
	line-height: 65px;
	font-family: 'Oxanium';
	text-transform: uppercase;
	font-weight: bold;
	background-repeat: no-repeat!important;
	background-position: 34px center!important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}

ul.tabs li.current {
	  background: #f2be00;
	  color: #000;
}

ul.tabs li.current::after{
content: '';
	position: absolute;
	left: 0px;
	top: -5px;
	height: 5px;
	background: #f2be00;
	width: 100%;
}

ul.tabs li:first-child {
	background-image: url("images/tab1-icon-hover.png");
}

ul.tabs li.current:first-child {
	background-image: url("images/tab1-icon.png");
}

ul.tabs li:nth-child(2) {
	background-image: url("images/tab2-icon-hover.png");
}

ul.tabs li.current:nth-child(2) {
	background-image: url("images/tab2-icon.png");
}

.tab-content{
	display: none;
	background-color: #fff;
	padding: 12px 35px 30px 35px;
	-moz-box-shadow: 1px 2px 5.4px 0.6px rgba(58, 58, 58, 0.5);
	-webkit-box-shadow: 1px 2px 5.4px 0.6px rgba(58, 58, 58, 0.5);
	box-shadow: 0px 6px 6px 0.6px rgba(58, 58, 58, 0.3);	
}

.tab-content.current{
  display: inherit;
}

.tab-top {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}

.tab-top .tt-image {
	width: 358px;
}

.tab-top .tt-text {
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f1f7;
	font-size: 15px;
	line-height: 20px;
	padding: 23px 10px 23px 30px;
}

.booking-form-wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

.booking-form-wrap .lhs, .booking-form-wrap .rhs {
	width: 48%;
}

.label {
	display: block;
	padding: 0px 0px 12px 0px;
	font-size: 17px;
	color: #010101;
	font-family: 'Oxanium';
	font-weight: normal;
	line-height: normal;
	text-align: left;
}

.bf-box {
	border: #495057 solid 1px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 43px;
	position: relative;
}

.bf-location {
	background-image: url("images/bf-location.png");
}

.bf-orgin {
	background-image: url("/wp-content/uploads/2025/03/orgin-a.png");
}

.bf-destination {
	background-image: url("/wp-content/uploads/2025/03/destin-b.png");
}

.bf-quantity {
	background-image: url("/wp-content/uploads/2025/03/quantity.png");
}

.bf-date {
	background-image: url("images/bf-date.png");
}

.bf-box select {
	width: 100%;
	border: none;
	height: 42px;
	padding: 0px 40px 0px 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	outline: none;
	background-color: #fff;
	background-image: url("images/select-arrow.png");
	background-repeat: no-repeat;
	background-position: 97% center;
		font-size: 15px;
	color: #010101;
}

.bf-box input {
	width: 100%;
	border: none;
	height: 42px;
	padding: 0px 17px 0px 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	font-size: 15px;
	color: #010101;
}


.tooltip {
  position: relative;
	background-color: #4e4e4e;
	width: 14px;
	height: 14px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 8px;
	font-family: 'Montserrat';
	cursor: pointer;
	font-weight: 600;
	opacity: 1;
	z-index: 1;
	margin-left: 3px;
}


.tooltip:after, .tooltip:before {
	opacity: 0;
	pointer-events: none;
	bottom: 100%;
	left: 50%;
	position: absolute;
	z-index: 10;
	transform: translate(-50%, 10px);
	transform-origin: top;
	transition: all 0.18s ease-out 0.18s; 
}

.tooltip:after {
  background-color: #f2be00;
	color: #000;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px; 
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	font-weight: 400;
}

.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px; }

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0); }

[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f2be00;
  margin-bottom: 6px; }

[data-tooltip-pos="down"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f2be00;
  margin-top: 6px; }

[data-tooltip-pos="right"]:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #f2be00;
  border-bottom: 6px solid transparent;
  margin-left: 6px; }

[data-tooltip-pos="left"]:before {
  border-top: 6px solid transparent;
  border-left: 6px solid #f2be00;
  border-bottom: 6px solid transparent;
  margin-right: 6px; }

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px); }

[data-tooltip-pos="down"]:after {
  margin-top: 11px; }

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0); }

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%); }

[data-tooltip-pos="left"]:after {
  margin-right: 11px; }

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%); }

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%); }

[data-tooltip-pos="right"]:after {
  margin-left: 11px; }

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%); }

[data-tooltip-length]:after {
  white-space: normal; }

[data-tooltip-length="small"]:after {
  width: 80px; }

[data-tooltip-length="medium"]:after {
  width: 150px; }

[data-tooltip-length="large"]:after {
  width: 260px; }

[data-tooltip-length="fit"]:after {
  width: 100%; }


.bf-date input {
	width: 100%;
	border: none;
	height: 42px;
	padding: 0px 40px 0px 17px;
	outline: none;
	background-color: #fff;
	font-size: 15px;
	color: #010101;
} 

.continue-button {
	text-align: right;
	padding-top: 10px;
}

.continue-button input, .continue-button button {
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 60px 0px 30px;
	font-size: 20px;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	line-height: 46px;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 85% center;
}

.continue-button input:hover, .continue-button button:hover {
	background-color: #ffd332;
}


/*Footer*/

.footer {
	width: 100%;
}

.footer-top {
	background-image: url("images/footer-bg.png");
	background-repeat: repeat;
	background-position: center top;
	background-color: #333;
}

.footer-top-wrap {
	padding: 67px 0px 67px 0px;
	text-align: center;
}

.footer-logo {
	padding-bottom: 26px;
}

.footer-links {
	border-top: #f2be00 solid 2px;
	border-bottom: #f2be00 solid 2px;
	padding: 36px 0px 36px 0px;
	text-align: center;
	color: #fff;
}

.footer-links ul {
	justify-content: space-between;
}

.footer-links ul li {
	font-size: 16px;
}

.footer-links ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-links ul li a:hover {
	color: #f2be00;
	text-decoration: none;
}

.footer-social {
	padding-top: 20px;
}

.footer-social ul {
	justify-content: center;
}

.footer-social ul li {
	margin: 0px 5px 0px 5px;
}

.footer-social ul li a:hover {
	opacity: 0.7;
}

.footer-bottom {
	background-color: #f2be00;
}

.fb-wrap {
	padding: 15px 0px 15px 0px;
	color: #000;
	font-size: 16px;
	justify-content: space-between;
}

.fb-wrap a {
	color: #000;
	text-decoration: none;
}


/*Details page*/

.details-page {
	background-color: #f6f7f9;
	background-image: url("images/details-page-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.details-page-wrap {
	padding: 35px 0px 60px 0px;
}

.dp-steps {
	text-align: center;
	padding-bottom: 62px;
}

.dp-steps h2 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Oxanium';
	font-weight: bold;
	padding-bottom: 20px;
}

.dp-steps ul {
	width: 692px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

.dp-steps ul::before {
	content: '';
	position: absolute;
	left: 40px;
	top: 19px;
	right: 40px;
	background-color: #f2be00;
	height: 4px;
	
}

.dp-steps ul li {
	text-align: center;
	position: relative;
	z-index: 1;
}

.dp-steps .step {
	margin: 0 auto;
	width: 42px;
	height: 42px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	font-family: 'Oxanium';
	font-weight: bold;
	font-size: 24px;
	padding-top: 2px;
	padding-left: 1px;
}

.dp-steps .step.active {
	background-color: #f2be00;
	color: #000;
}

.dp-steps .step-name {
	padding-top: 12px;
	font-size: 15px;
	line-height: 18px;
}

.form-wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-wrap .lhs {
	width: 778px;
}

.f-title {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Oxanium';
}

.form-container {
	background-color: #fff;
	border-top: #f2be00 solid 5px;
}

.service-form {
	padding: 28px 38px 36px 38px;
	margin-bottom: 30px;
}

.send-form {
	justify-content: space-between;
	border-bottom: #f2be00 solid 1px;
	padding-bottom: 13px;
	align-items: center;
}

.sf-lhs {
	width: 182px;
	padding-bottom: 20px;
}

.sf-lhs h5 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-family: 'Oxanium';
}

.sf-rhs {
	width: 474px;
}

.deliver-form {
	padding-top: 25px;
	justify-content: space-between;
	padding-bottom: 13px;
	align-items: center;
}

.attention {
	background-color: #fff6d6;
	padding: 15px 30px 15px 30px;
	margin-bottom: 5px;
}

.attention h5 {
	font-size: 17px;
	line-height: 20px;
	color: #ff0000;
	font-weight: bold;
	font-family: 'Oxanium';
	padding-bottom: 7px;
}

.attention p {
	font-size: 14px;
	line-height: 20px;
}

.lq-form {
	padding: 22px 38px 36px 38px;
}

.lq-form .label {
	font-weight: bold;
}

.lq-wrap {
	justify-content: space-between;
	align-items: center;
}

.lq-wrap .lhs {
	width: 148px;
}

.lq-wrap .mid {
	width: 312px;
}

.lq-wrap .mid h5 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oxanium';
	padding-bottom: 10px;
}

.lq-wrap .mid p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
}

.insurane {
	border-top: #aeaeae solid 1px;
	padding-top: 20px;
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 9px;
  width: 7px;
  height: 16px;
  border: solid #eca200;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}


.lq-wrap .luggage-count {
	width: 201px;
}

.luggage-count .quantity {
  position: relative;
}

.luggage-count  input[type=number]::-webkit-inner-spin-button,
.luggage-count input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.luggage-count input[type=number]
{
  -moz-appearance: textfield;
}

.luggage-count .quantity input {
	width: 100%;
	padding-left: 48px;
	height: 178px;
	line-height: 1.65;
	float: left;
	display: block;
	border: 1px solid #495057;
	font-size: 60px;
	font-weight: bold;
	color: #000;
}

.luggage-count .quantity input:focus {
  outline: 0;
}

.luggage-count .quantity-nav {
  float: left;
  position: relative;
  height: 179px;
}

.luggage-count .quantity-button {
	position: relative;
	cursor: pointer;
	border: 1px solid #495057;
	width: 60px;
	text-align: center;
	color: #000;
	font-size: 40px;
	line-height: 88px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #fff;
}

.luggage-count .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
	border-bottom: none;
}

.luggage-count .quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}

.pricing-box h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
}
.pricing-box.transfer-box {
    background-color:#fff6d7;
}

.form-wrap .rhs {
	width: 429px;
}

.booking-summary {
	padding: 30px 25px 22px 25px;
}

.bs-title1 {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: #d1d1d1 solid 1px;
	margin-bottom: 24px;
	font-family: 'Oxanium';
}

.delivery-details {
	border-bottom: #d1d1d1 solid 1px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.delivery-details h5 {
	font-size: 17px;
	line-height: 24px;
	color: #f2be00;
	padding-bottom: 10px;
	font-family: 'Montserrat';
	font-weight: 600;
}

.delivery-details input {
	width: 100%;
	height: 47px;
	background-color: #f6f7f9;
	padding: 0px 18px 0px 18px;
	font-size: 15px;
	color: #010101;
	font-family: 'Montserrat';
	border: none;
	outline: none;
	margin-bottom: 15px;
}

.delivery-details p {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 18px;
	font-family: 'Oxanium';
}

.booking-summary label {
	display: block;
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'Oxanium';
}

.promotion-code {
	padding-bottom: 20px;
}

.pc-wrap {
	border: #d6d6d6 solid 1px;
	justify-content: space-between;
}

.pc-wrap .pc-code input {
	height: 44px;
	padding: 0px 18px 0px 18px;
	font-size: 15px;
	color: #010101;
	font-family: 'Montserrat';
	border: none;
	outline: none;
	width: 300px;
}

.pc-wrap .pc-button input, .pc-wrap .pc-button button {
	height: 44px;
	width: 50px;
	background-color: #f2be00;
	border: none;
	outline: none;
	cursor: pointer;
	background-image: url("images/pc-button.png");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 15px;
	color: #010101;
}

.other-options {
	padding-bottom: 20px;
}

.oo-note {
	text-align: center;
	border: #d6d6d6 solid 1px;
	padding: 25px 10px 25px 10px;
	font-size: 15px;
	line-height: 20px;
}

.continue-button-sub {
	text-align: center;
}

.continue-button-sub input, .continue-button-sub button {
	width: 100%;
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 60px 0px 30px;
	font-size: 20px;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	line-height: 51px;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 70% center;
}

.continue-button-sub input:hover, .continue-button-sub button:hover {
	background-color: #ffd332;
}

.pricing {
	padding-bottom: 20px;
}

.pricing-box {
	border: #d6d6d6 solid 1px;
	margin-bottom: 23px;
	padding: 15px 20px 10px 20px;
	font-size: 17px;
}

.pricing-box h5 {
	padding-bottom: 10px;
	border-bottom: #f2be00 solid 1px;
	margin-bottom: 15px;
	font-weight: 600;
	padding-top: 10px;
}

.pb-row {
	justify-content: space-between;
	padding-bottom: 10px;
}

.pb-row .lhs {
	width: 65%;
}

.pb-row .rhs {
	width: 35%;
	text-align: right;
}

.total {
	justify-content: space-between;
	font-size: 26px;
	font-weight: bold;
}

.total .lhs {
	width: 50%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.total .rhs {
	width: 50%;
	text-align: center;
	padding: 12px 5px 12px 5px;
	background-color: #f4f3f9;
}

.customer-info {
	padding: 28px 30px 30px 30px;
	margin-bottom: 30px;
}

.ci-row {
	justify-content: space-between;
}

.ci-row .lhs {
	width: 48%;
}

.ci-row .rhs {
	width: 48%;
}

.ci-box {
	padding-bottom: 25px;
}

.ci-box label, .photo-upload label {
	display: block;
	font-size: 17px;
	padding-bottom: 10px;
	font-family: 'Oxanium';
}

.ci-box input {
	width: 100%;
	border: #495057 solid 1px;
	font-size: 15px;
	color: #010101;
	padding: 0px 20px 0px 20px;
	height: 43px;
}

.ci-box input:focus {
	border: #f2be00 solid 1px;
}

.sc-wrap {
	border: #495057 solid 1px;
	justify-content: space-between;
}

.sc-wrap .sc-select {
	width: 34%;
}

.sc-wrap .sc-select select {
	width: 100%;
	border: none;
	height: 42px;
	padding: 0px 20px 0px 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	outline: none;
	background-color: #fff;
	background-image: url("images/select-arrow2.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	font-size: 14px;
	color: #777;
	font-family: 'Oxanium';
}

.sc-wrap .sc-input {
	width: 65%;
	border-left: #495057 solid 1px;
}

.sc-wrap .sc-input input {
	border: none;
	padding: 0px 10px 0px 12px;
}

.photo-upload {
	padding-bottom: 30px;
}

.file-uploader {
	border: #495057 solid 1px;
	padding: 44px 10px 20px 10px;
	text-align: center;
	background-image: url("images/file-upload.png");
	background-repeat: no-repeat;
	background-position: center 20px;
}

.file-uploader input {
	opacity: 0;
	cursor: pointer;
}

.file-uploader label {
	cursor: pointer;
	font-size: 18px;
	color: #010101;
	padding: 0px;
}

.special-choose {
	padding-bottom: 20px;
}

.special-choose div {
	font-size: 17px;
	line-height: 21px;
	padding-right: 20px;
}

.special-choose label {
	font-size: 17px;
	line-height: 21px;
	padding-right: 10px;
	cursor: pointer;
}

.special-choose label input {
	margin-right: 10px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f2be00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pay-button {
	text-align: center;
}

button#back_form1_slide3 {
	background-image: url("images/button-back.png");
	background-position: 17px center;
    
}

button#back_form2_slide3 {
	background-image: url("images/button-back.png");
	background-position: 17px center;
    
}

.pay-button input, .pay-button button {
	width: 100%;
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 60px 0px 30px;
	font-size: 19px;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	height: 48px;
	line-height: 51px;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.pay-button input:hover, .pay-button button:hover {
	background-color: #ffd332;
}

.cc-form-container {
	background-color: #fff;
	padding-bottom: 30px;
}

.cc-form-title {
	background-color: #f2be00;
}

.cc-form-title div {
	background-color: #fff;
	padding: 14px 20px 14px 22px;
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-weight: 600;
}

.cc-form-wrap {
	padding: 30px 50px 0px 38px;
	justify-content: space-between;
}

.cc-form-wrap .ccf-image {
	width: 240px;
}

.cc-form-wrap .ccf-form {
	width: 396px;
}

.ccf-form .ci-box {
	padding-bottom: 15px;
}

.ccf-form-note {
	font-size: 13px;
	line-height: 19px;
	color: #010101;
}

.ci-box textarea {
	width: 100%;
	border: #495057 solid 1px;
	font-size: 15px;
	color: #010101;
	padding: 10px 20px 10px 20px;
	height: 123px;
	resize: none;
}

.ci-box input:focus {
	border: #f2be00 solid 1px;
}

.cib2 {
	padding-bottom: 5px;
}

/*Payment Complete*/

.message-title {
	text-align: center;
	padding-bottom: 26px;
}

.message-title h2 {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Oxanium';
	font-weight: bold;
	background-image: url("images/mt-bullet.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 0px 10px 52px;
	min-height: 20px;
}

.pc-container {
	width: 94%;
	margin: 0 auto;
	max-width: 845px;
	background-color: #fff;
	padding: 25px 29px 30px 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-container h5 {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 10px;
	font-family: 'Oxanium';
}

.pc-container .delivery-details {
	justify-content: space-between;
	border: none;
	margin-bottom: 10px;
}

.pc-container .delivery-details .lhs, .pc-container .delivery-details .rhs {
	width: 48%;
}

.pricing.flex {
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0px;
}

.pricing.flex .pricing-box {
	margin-bottom: 0px;
}

.pricing.flex .p-lhs, .pricing.flex .p-rhs {
	width: 48%;
}

.pricing.flex .p-rhs .total {
	padding-bottom: 25px;
}

.back-button {
	text-align: left;
}

.back-button input, .back-button button {
	width: 100%;
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 30px 0px 60px;
	font-size: 20px;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	line-height: 51px;
	background-image: url("images/back-arrow.png");
	background-repeat: no-repeat;
	background-position: 10% center;
}

.back-button input:hover, .back-button button:hover {
	background-color: #ffd332;
}

.border {
	border-bottom: #d1d1d1 solid 1px;
	margin-bottom: 25px;
}

.bb2 {
	width: 48%;
}

.storage-form {
	border: none;
	margin: 0px;
	padding: 0px;
}

.ci-ls {
	padding-bottom: 10px;
}

.full-width {
	width: 100%;
}

.bb3 {
	text-align: center;
	padding-top: 20px;
}

.bb3 input {
	width: 45%;
}

/*Updates*/

.main_error {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
}

.bf-input-container {
	margin-bottom: 18px;
}

.field_errors {
	font-size: 14px;
	line-height: 18px;
}

.wait_div {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

.bootstrap-datetimepicker-widget {
    font-size: 12px
}

.bootstrap-datetimepicker-widget a {
    color: #3e506b!important
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f7dc0f!important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.bootstrap-datetimepicker-widget .glyphicon-remove:before {
    content: "OK";
    color: #212529;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    width: initial !important;
    height: 2.6em !important;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 700;
}
.bootstrap-datetimepicker-widget .picker-switch td span:hover {
    background-color: #ffd332;
}
.font-1 {
    font-weight: 500
}

.select-arrow,.selectdate,select {
    -moz-appearance: none;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 6px 20px 6px 6px!important;
    width: auto
}

.dropoff_datetime_f2 , .pickup_datetime_f2 {
	padding-bottom: 15px;
}

.special-luggage {
	padding-top: 15px;
	padding-bottom: 10px;
}

.special-luggage label {
	display: block;
    font-size: 17px;
    padding-bottom: 10px;
    font-family: 'Oxanium';
}

.special-luggage textarea {
	width: 100%;
	border: #495057 solid 1px;
	font-size: 15px;
	color: #010101;
	padding: 10px 20px 10px 20px;
	height: 120px;
}

.special-luggage textarea:focus {
	border: #f2be00 solid 1px;
}

.pricing_wait_div {
	padding-bottom: 10px;
	color: #f2be00;
}

.ci-box .field_errors {
	padding-top: 5px;
}

.payment-errors {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}


.error-page {
	text-align: center;
	padding: 50px 0px 50px 0px;
}

.error-page h2 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 20px;
	font-weight: 600;
}

.error-page p {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 30px;
}

.home-button {
	text-align: center;
}

.home-button a {
	display: inline-block;
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 30px 0px 60px;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Oxanium';
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	line-height: 51px;
	background-image: url("images/back-arrow.png");
	background-repeat: no-repeat;
	background-position: 10% center;
	color: #000;
}

.home-button a:hover {
	background-color: #ffd332;
}


.back-button-link a {
	display: inline-block;
	background-color: #f3be00;
	border: none;
	outline: none;
	padding: 0px 30px 0px 60px;
	font-size: 20px;
	font-family: 'Oxanium';
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	height: 46px;
	line-height: 51px;
	background-image: url("images/back-arrow.png");
	background-repeat: no-repeat;
	background-position: 10% center;
}

.back-button-link a:hover {
	background-color: #ffd332;
}

.show_on_special_luggage_f1 div,  .show_on_special_luggage_f2 div {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}

.show_on_special_luggage_f1 div:last-child,  .show_on_special_luggage_f2 div:last-child {
	padding-bottom: 20px;
}

.origin_value_home_wrap input, .destination_value_home_wrap input {
	border: #495057 solid 1px;
	padding: 0px 17px 0px 50px;
	width: 100%;
	height: 42px;
    outline: none;
    background-color: #fff;
    font-size: 15px;
    color: #010101;
	margin-bottom: 5px;
	background-image: url("images/bf-location.png");
	background-repeat: no-repeat;
	background-position: left top;
}


#map_div {
	margin-top: 15px;
}


#maps_address {
	background-color: #fff6d6;
	padding: 15px 20px 15px 20px;
	color: #010101;
	margin-top: 20px;
}

#maps_address h5 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oxanium';
	padding-bottom: 5px;
}

#maps_address .maps_address {
	font-size: 14px;
	line-height: 20px;
}

.message-content {
	width: 94%;
    margin: 0 auto 20px auto;
    max-width: 845px;
    background-color: #27be1b;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-family: 'Oxanium';
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (max-width: 1360px) {



/* Booking Page */

.mb-text {
	width: 650px;
}

.mb-text h1 {
	font-size: 47px;
	line-height: 51px;
}

ul.tabs li {
	font-size: 19px;
}

.tab-content{
	padding: 20px 35px 30px 35px;
}


.tab-top .tt-image {
	width: 25%;
}

.tab-top .tt-text {
	width: 70%;
	padding: 23px 20px 23px 30px;
}


/*Footer*/

.footer-top-wrap {
	padding: 60px 0px 60px 0px;
}

.footer-links {
	padding: 32px 0px 32px 0px;
}

/*Details page*/


.form-wrap .lhs {
	width: 64%;
}

.service-form {
	padding: 28px 30px 30px 30px;
}

.sf-lhs {
	width: 22%;
}

.sf-rhs {
	width: 73%;
}

.attention {
	padding: 15px 25px 15px 25px;
}

.lq-form {
	padding: 22px 30px 30px 30px;
}


.lq-wrap .lhs {
	width: 20%;
}

.lq-wrap .mid {
	width: 40%;
}

.lq-wrap .luggage-count {
	width: 30%;
}


.form-wrap .rhs {
	width: 33.5%;
}

.booking-summary {
	padding: 30px 22px 22px 22px;
}


.delivery-details p {
	font-size: 16px;
	line-height: 26px;
}

.pc-wrap .pc-code input {
	width: 80%;
}

.oo-note {
	padding: 22px 10px 22px 10px;

}

.pricing-box {
	padding: 15px 15px 10px 15px;
}


.total {
	font-size: 24px;
}

.total .lhs {
	width: 50%;
}

.total .rhs {
	width: 50%;
}

.ci-row .lhs {
	width: 48%;
}

.ci-row .rhs {
	width: 48%;
}

.file-uploader label {
	font-size: 17px;
}

.pay-button input, .pay-button button {
	padding: 0px 60px 0px 20px;
	font-size: 18px;
	background-position: 95% center;
}

.cc-form-wrap {
	padding: 30px 40px 0px 30px;
}

.cc-form-wrap .ccf-image {
	width: 33%;
}

.cc-form-wrap .ccf-form {
	width: 64%;
}


/*Payment Complete*/

.pc-container {
	padding: 25px;
}


.ci-ls {
	padding-bottom: 10px;
}


}


@media only screen and (max-width: 1200px) {


/* Booking Page */

.mb-image {
	width: 32%;
}

.mb-text {
	width: 66%;
	padding: 0px 0px 60px 0px;
}

.mb-text h1 {
	font-size: 47px;
	line-height: 55px;
}


ul.tabs{
	top: -65px;
}

ul.tabs li {
	padding: 0px 30px 0px 87px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
}

.tab-content{
	padding: 20px 25px 30px 25px;
}

.continue-button input, .continue-button button {
	font-size: 18px;
}

/*Footer*/

.footer-top-wrap {
	padding: 55px 0px 55px 0px;
}

.footer-links {
	padding: 26px 0px 26px 0px;
}

.footer-links ul li {
	font-size: 15px;
}

.fb-wrap {
	font-size: 15px;
}

/*Details page*/



.service-form {
	padding: 28px 25px 30px 25px;
}

.attention {
	padding: 15px 20px 15px 20px;
}

.lq-form {
	padding: 22px 25px 30px 25px;
}


.lq-wrap .mid {
	width: 42%;
}
	
.lq-wrap .mid h5 {
    font-size: 16px;
    line-height: 20px;
}	

.lq-wrap .mid p {
    font-size: 13px;
    line-height: 20px;
}	
	
.insurane label {
    font-size: 16px;
}	

.luggage-count .quantity input {
    height: 158px;
    font-size: 55px;
}
	
.luggage-count .quantity-nav {
    height: 159px;
}	
	

.booking-summary {
	padding: 30px 20px 22px 20px;
}


.oo-note {
	padding: 20px 10px 20px 10px;

}

.pricing-box {
	padding: 15px 12px 10px 12px;
	font-size: 16px;
}

.total {
	font-size: 23px;
}

.file-uploader label {
	font-size: 16px;
}

.pay-button input, .pay-button button {
	font-size: 16px;
}

.cc-form-wrap {
	padding: 30px 20px 0px 20px;
}


/*Payment Complete*/

.pc-container {
	padding: 25px;
}


.ci-ls {
	padding-bottom: 10px;
}
	
	
.sc-wrap .sc-select select {
    padding: 0px 10px 0px 10px;
}	

}


@media only screen and (max-width: 1100px) {


/* Booking Page */

.mb-text h1 {
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 15px;
}
	
.mb-text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 615px;
}	


ul.tabs{
	top: -60px;
}

ul.tabs li {
	padding: 0px 25px 0px 80px;
	height: 55px;
	font-size: 17px;
	line-height: 55px;
	background-position: 24px center !important;
}

.tab-content{
	padding: 20px 20px 30px 20px;
}
	
.tab-top .tt-text {
    padding: 20px;
}	
	
.label {
    font-size: 16px;
}	

.continue-button input, .continue-button button {
	font-size: 17px;
}

/*Footer*/

.footer-top-wrap {
	padding: 50px 0px 50px 0px;
}

.footer-links {
	padding: 24px 0px 24px 0px;
}

.footer-links ul li {
	font-size: 14px;
}

.fb-wrap {
	font-size: 14px;
}

/*Details page*/

.dp-steps ul {
    width: 650px;
}

.service-form {
	padding: 25px 20px 25px 20px;
}

.attention {
	padding: 15px;
}
	
.attention h5 {
    font-size: 16px;
    line-height: 20px;
}	

.lq-form {
	padding: 22px 20px 25px 20px;
}
	
.lq-wrap .mid h5 {
    font-size: 15px;
    line-height: 20px;
}	

.lq-wrap .mid p {
    font-size: 13px;
    line-height: 20px;
}	
	
.insurane label {
    font-size: 15px;
}	

.luggage-count .quantity input {
    height: 150px;
    font-size: 52px;
}
	
.luggage-count .quantity-nav {
    height: 151px;
}		

.booking-summary {
	padding: 20px 20px 20px 20px;
}

.bs-title1 {
    font-size: 16px;
    line-height: 20px;
}	
	
.delivery-details h5 {
    font-size: 16px;
    line-height: 22px;
}
	
.delivery-details p {
    font-size: 15px;
    line-height: 23px;
}	
	
.booking-summary label {
    font-size: 16px;
    line-height: 22px;
}	

.oo-note {
	padding: 10px;
	font-size: 14px;
}
	
.continue-button-sub input, .continue-button-sub button {
    font-size: 17px;
    background-position: 75% center;
}	

.pricing-box {
	padding: 10px;
	font-size: 15px;
}

.total {
	font-size: 20px;
}
	
.customer-info {
    padding: 22px 20px 25px 20px;
    margin-bottom: 30px;
}	
	
.ci-box label, .photo-upload label {
    font-size: 16px;
}	

.file-uploader label {
	font-size: 15px;
}
	
.special-choose div {
    font-size: 16px;
    line-height: 20px;
}	
	
.special-choose label {
    font-size: 16px;
    line-height: 20px;
}	

.pay-button input, .pay-button button {
	font-size: 14px;
}

.cc-form-wrap {
	padding: 30px 20px 0px 20px;
}


/*Payment Complete*/

.pc-container {
	padding: 25px 20px 25px 20px;
}

.back-button input, .back-button button {
    font-size: 17px;
}

.ci-ls {
	padding-bottom: 10px;
}
	
	
.sc-wrap .sc-select select {
    padding: 0px 10px 0px 10px;
}	

.back-button-link a {
	font-size: 17px;
}	

}


@media only screen and (max-width: 959px) {


/* Booking Page */
	
.main-banner-wrap { 
	align-items: flex-start;
}
	
.mb-text {
    padding: 20px 0px 100px 0px;
}	

.mb-text h1 {
	font-size: 37px;
	line-height: 43px;
	padding-bottom: 10px;
}
	
.mb-text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 600px;
}	

ul.tabs li {
	padding: 0px 25px 0px 70px;
	font-size: 16px;
	background-position: 18px center !important;
}

.tab-top .tt-text {
    padding: 15px;
}	
	
.booking-form-wrap {
	display: inherit;
}	
	
.booking-form-wrap .lhs, .booking-form-wrap .rhs {
    width: auto;
}	

/*Footer*/

.footer-top-wrap {
	padding: 40px 0px 40px 0px;
}

.footer-links {
	padding: 24px 0px 4px 0px;
}

.footer-links ul {
	flex-wrap: wrap;
	justify-content: center;
}	
	
.footer-links ul li {
	margin: 0px 10px 25px 10px;
}

.fb-wrap {
	font-size: 14px;
}

/*Details page*/
	
.dp-steps {
    padding-bottom: 40px;
}	
	
.dp-steps h2 {
    font-size: 22px;
    line-height: 22px;
}	

.dp-steps ul {
    width: auto;
	max-width: 90%;
	margin: 0 auto;
}

.form-wrap {
	display: inherit;
}	
	
.form-wrap .lhs {
    width: auto;
	margin-bottom: 40px;
}
	
.form-wrap .rhs {
    width: auto;
}

.pricing-box {
	padding: 20px;
}

.total {
	font-size: 23px;
}
	
.total .lhs {
    width: 50%;
	margin: 0px;
}
	
.total .rhs {
    width: 50%;
	margin: 0px;
}		
	
.ci-row .lhs {
    width: 48%;
	margin: 0px;
}
	
.ci-row .rhs {
    width: 48%;
}	
	


/*Payment Complete*/
	
.message-title h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0px 10px 52px;
}	

.pc-container {
	padding: 25px 20px 25px 20px;
}

.back-button input, .back-button button {
    font-size: 17px;
}

.ci-ls {
	padding-bottom: 10px;
}
	
.sc-wrap .sc-select select {
    padding: 0px 10px 0px 10px;
}	

.pb-row .lhs {
    width: 65%;
	margin: 0px;
}
	
.pb-row .rhs {
    width: 35%;
}	

.pay-button input, .pay-button button {
    font-size: 16px;
}	

}


@media only screen and (max-width: 767px) {

.wrap {
	width: 92%;
}
	
.header-wrap {
	padding: 18px 0px 14px 0px;
}
	
.logo {
    width: 200px;
}

/* Booking Page */

.main-banner-wrap {
	text-align: center;
	padding: 30px 0px 100px 0px;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	align-items: flex-start;
}

.mb-image {
	width: auto;
	max-width: 80%;
	margin: 0 auto;
}

.mb-text {
	width: auto;
	padding: 0px 0px 20px 0px;
}

.mb-text h1 {
	font-size: 33px;
	line-height: 40px;
	padding-bottom: 5px;
}

.mb-text p {
	font-size: 16px;
	line-height: 20px;
	max-width: inherit;
}

.booking-page {
	padding-bottom: 60px;
}

ul.tabs{
	top: -45px;
	border-bottom: #f2be00 solid 4px;
}

ul.tabs li {
	padding: 0px 20px 0px 54px;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	background-position: 16px center!important;
	background-size: auto 30px!important;
}

ul.tabs li:nth-child(2) {
	background-size: auto 25px!important;
}

.tab-content{
	padding: 22px;
}

.tab-top {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	display: inherit;
	text-align: center;
}

.tab-top .tt-image {
	width: auto;
	text-align: center;
	padding-bottom: 15px;
}

.tab-top .tt-text {
	width: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 15px;
	text-align: left;
}
	
.continue-button {
	text-align: center;
	padding-top: 0px;
}

.continue-button input, .continue-button button {
	padding: 0px 60px 0px 30px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	background-position: 85% center;
}


/*Footer*/


.fb-wrap {
	display: inherit;
	text-align: center;
}


.copyright {
    padding-bottom: 10px;
}


/*Details page*/

.dp-steps {
	padding-bottom: 50px;
}

.dp-steps h2 {
	font-size: 18px;
	line-height: 20px;
}

.dp-steps ul {
	width: auto;
}

.dp-steps .step {
	font-size: 22px;
}
	
.dp-steps .step-name {
	font-size: 13px;
	line-height: 15px;
}

.service-form {
	padding: 20px;
}

.send-form {
	display: inherit;
}

.sf-lhs {
	width: auto;
	padding-bottom: 20px;
	text-align: center;
}

.sf-lhs h5 {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 15px;
}

.sf-rhs {
	width: auto;
}

.deliver-form {
	display: inherit;
}

.lq-wrap {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.lq-wrap .lhs {
	width: 28%;
}

.lq-wrap .mid {
	width: 58%;
	padding-bottom: 20px;
}

.lq-wrap .mid p {
	padding-bottom: 10px;
}

.insurane {
	padding-top: 10px;
}


.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 9px;
  width: 7px;
  height: 16px;
  border: solid #eca200;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}


.lq-wrap .luggage-count {
	width: 100%;
}


.luggage-count .quantity input {
	padding-left: 0px;
	height: 178px;
	line-height: 1.65;
	font-size: 60px;
	text-align: center;
}


.luggage-count .quantity-nav {
  height: 179px;
}

.luggage-count .quantity-button {
	width: 60px;
	font-size: 40px;
	line-height: 88px;
}

.pc-wrap .pc-button input, .pc-wrap .pc-button button {
	font-size: 15px;
}

.customer-info {
	padding: 20px;
}

.ci-row {
	display: inherit;
}

.ci-row .lhs {
	width: auto;
}

.ci-row .rhs {
	width: auto;
}

.cc-form-wrap {
	padding: 20px;
	display: inherit;
}

.cc-form-wrap .ccf-image {
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}

.cc-form-wrap .ccf-form {
	width: auto;
}


/*Payment Complete*/

.message-title {
	padding-bottom: 16px;
}

.message-title h2 {
	font-size: 18px;
	line-height: 18px;
}

.pc-container {
	padding: 20px;
}

.pc-container .delivery-details {
	display: inherit;
}

.pc-container .delivery-details .lhs, .pc-container .delivery-details .rhs {
	width: auto;
}

.pricing.flex {
	display: inherit;
}

.pricing.flex .p-lhs, .pricing.flex .p-rhs {
	width: auto;
}
	
.pricing.flex .p-lhs {
    padding-bottom: 20px;
}	

.bb2 {
	width: auto;
}


.bb3 input {
	width: auto;
}
	
#maps_address {
	padding: 15px;
}

#maps_address h5 {
	font-size: 16px;
	line-height: 20px;
}	

.message-content {
    padding: 12px;
	font-size: 16px;
	line-height: 22px;
}
		
	
}


@media only screen and (max-width: 480px) {

	
.logo {
    width: 160px;
}

/* Booking Page */

.main-banner-wrap {
	padding: 30px 0px 90px 0px;
}

.mb-text h1 {
	font-size: 24px;
	line-height: 28px;
}

.mb-text p {
	font-size: 15px;
	line-height: 20px;
}

.booking-page {
	padding-bottom: 50px;
	padding-top: 20px;
}

ul.tabs{
	top: 0px;
	flex-wrap: wrap;
	position: static;
}
	
ul.tabs li.current {
	padding-right: 30px;
}	

ul.tabs li.current::after {
	height: 0px;
	display: none;
}

.tab-content {
	padding: 15px;
	overflow: hidden;
}

.tab-top {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	display: inherit;
	text-align: center;
}

.bf-box select {
    padding: 0px 40px 0px 5px;
}
	
.bf-date input {
    padding: 0px 40px 0px 5px;
}	

.continue-button {
	text-align: center;
	padding-top: 0px;
}


/*Details page*/


.dp-steps .step {
	font-size: 20px;
}
	
.dp-steps .step-name {
	font-size: 12px;
	line-height: 14px;
}
	
.dp-steps ul {
    max-width: 99%;
}	
	
.dp-steps ul li {
    padding: 0px 10px 0px 10px;
}	

.service-form {
	padding: 15px;
}

.sf-lhs h5 {
	font-size: 16px;
	line-height: 20px;
}

.lq-wrap .lhs {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.lq-wrap .mid {
	width: 100%;
	padding-bottom: 20px;
}
	
.booking-summary {
    padding: 20px 15px 20px 15px;
}	
	
.pricing-box {
    padding: 10px;
}

.total {
    font-size: 21px;
}	


.cc-form-wrap {
	padding: 15px;
}

.customer-info {
    padding: 15px;
}	
	
.ci-box input {
    padding: 0px 15px 0px 15px;
}
	
.pay-button input, .pay-button button {
    font-size: 14px;
}	

/*Payment Complete*/


.pc-container {
	padding: 15px;
}

.back-button input, .back-button button {
    font-size: 15px;
}
	
.error-page {
	padding: 20px 0px 20px 0px;
}

.error-page h2 {
	font-size: 27px;
	line-height: 32px;
}

.error-page p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.home-button a {
	padding: 0px 20px 0px 60px;
	font-size: 13px;
	height: 46px;
	line-height: 51px;
	background-position: 10% center;
}
	
.back-button-link a {
	padding: 0px 20px 0px 50px;
	font-size: 15px;
}	
	
.origin_value_home_wrap input, .destination_value_home_wrap input { 
	padding: 0px 12px 0px 50px;
}	
	
#maps_address {
	padding: 10px;
}

#maps_address h5 {
	font-size: 16px;
	line-height: 20px;
}	
	
.message-content {
    padding: 10px;
	font-size: 15px;
	line-height: 21px;
}
	
	
}


