/*!
Theme Name: Travaroo
Theme URI: http://underscores.me/
Author: x0101
Author URI: http://x0101.co.uk
Description: Custom theme for Travaroo by Mike Hammond
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travaroo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Travaroo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
# Custom styles

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.panel-grid-cell .siteorigin-widget-tinymce p {
    display: none;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500!important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333!important;
	font-family: 'Work Sans', sans-serif!important;
	font-size: 16px!important;
	font-size: 1rem!important;
	line-height: 1.5!important;
  	font-weight:400!important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
  	font-weight:500;
}

h1 {
	font-size:4.6em!important;
  	line-height:1!important;
	margin: 0.3em 0 0.3em 0!important;
}
h2 {
	font-size:3.6em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h3 {
	font-size:2.6em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h4 {
	font-size:1.6em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h5 {
	font-size:1.2em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}

p {
	margin-bottom: 1.5em!important;
  	margin-top:1em!important;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent!important;
  	border:none!important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 6px;
  	width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

*, input, select, textarea, option, button {
        outline: none!important;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input.submit-button {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: #e4733d;
  	border:none;
  	border-radius:8px;
}
.trav-contact .wpcf7-submit {
	color:#fff!important;
}
.trav-contact .trav-input {
	width:100%;
  	margin-bottom:16px;
}
.trav-contact label {
	width:70%;
}

@media only screen and (max-width:1024px) {
	.trav-contact label {
		width:100%;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
ul.list-inline.mb-0.small_box {
    font-size:18px !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	/*width: 70%;*/
  	position: relative;
	top:22px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
  	color:#fff;
  	font-size:18px;
  	font-weight:500;
  	padding:0px 30px 0px 30px;
}
.main-navigation a:hover {
	color:#e4733d;
}
.main-navigation li::after {
	content: "|";
	float: right;
	color: #fff;
  margin-top:-28px;
}
.main-navigation li:last-child::after {
	display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/

/* Global */

.entry-content {
	max-width:1100px;
  	padding:0px 20px 0px 20px;
  	margin:0 auto;
}



/* Header */

.site-header {
	position:absolute;
  	top:0px;
  	z-index:99;
  	background:transparent;
  	width:100%;
}
.site-branding {
	padding:40px 40px 0px 45px;
}
.custom-logo-link {
	float:left;
  	margin-right:40px;
  	max-width:350px;
}
.header-1 {
	position:relative;
  	float:right;
    color:#fff;
  	font-size:24px;
  	font-weight:500;
  	margin-top:12px!important;
}
.header-1:before {
	position:absolute;
  	content:"";
  	width:14px;
  	height:25px;
  	background:none!important;
  	top:0px;
	left: 0px;
	margin-top: 34px;
	margin-left: -26px;
}
.top-button {
	margin-top:-6px;
}



/* Footer */

.site-footer {
	min-height:400px;
  	background:#385d78;
  	height:auto;
  	position:relative;
  	padding-top:10px;
}
.site-info {
	max-width:1100px;
  	margin:0 auto;
  	border-top:3px solid #4c6e86;
  	padding-top:50px;
  	padding-bottom:50px;
}
.footer-1, .footer-2, .footer-3 {
	position:relative;
  	float:left;
  	width:33.3%;
  	padding:16px 16px 16px 16px;
  	color:#fff;
}
.footer-copyright {
	position:absolute;
  	bottom:0px;
  	left:0px;
  	right:0px;
  	text-align:center;
  	font-size:14px;
  	color:#fff;
}
.footer-copyright a {
	color:#fff;
  text-decoration:none;
}
.footer-copyright a:hover {
	color:#ccc;
}
.site-info h4 {
	margin:12px 0px 0px 0px;
  	line-height:1;
  	font-size:16px!important;
}
.site-info p {
	font-size:14px;
  	color:#9ba9b5;
  	margin-top:0px;
}
.footer-booking h2 {
	font-size:45px;
  	line-height:1;
  	color:#fff;
  	float:left;
  	margin:0px;
}
.book-button {
  	margin-right:18px;
}
.booking-buttons {
	float:right;
  	display:inline-block;
  	text-align:right;
  	margin-top: -12px;
}

@media only screen and (max-width:600px) {
	.footer-1, .footer-2, .footer-3 {
  	width:100%;
    padding:0px 16px 0px 16px;
}
  .site-info h4 {
	margin:0px 0px 0px 0px;
}
  .site-footer {
  	padding-bottom:60px;
}
  .footer-1 {
  	margin-bottom:36px;
  }
}


/* Page styles */

/* Homepage */

.hero-image {
	position:relative;
  	overflow:hidden;
}

.hero-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
}
.hero-text {
	position:relative;
  	z-index:999;
  	color:#fff;
  	padding:0px 30px 0px 30px;
}
.appstore-links {
	position:absolute;
  	right:0px;
  	bottom:80px;
  	width:205px;
  	z-index:999;
}
.top-phone-panel {
	position:relative;
  	margin:0 auto;
  	border:4px solid #e4733d;
  	border-radius:8px;
  	padding:8px 8px 0px 0px;
  	max-width:320px;
  	text-align:center;
  	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/phone-icon.png)no-repeat;
  	background-position:6px bottom;
}
.phone-panel-book {
	color:#e4733d;
  	font-weight:500;
  	margin:0;
  	padding-left:28px;
  	line-height:1;
}
.phone-panel-number a {
	color:#fff;
  	font-size:32px;
  	font-weight:500;
  	margin:0;
  	padding-left:28px;
  	text-decoration:none;
}
.top-button {
	margin-top:0px;
}

.grab-discount, .grab-discount p, .grab-discount h5 {
  	text-align:right;
}


/* Homepage Autocomplete CSS added by Alasdair */

.tc-autocomplete-suggestions {
	position: absolute;
	z-index: 9999;

	height: auto;
	min-width: 400px;

	margin: 0px;
	padding: 0px;

	max-height: 400px;
	overflow-y: auto;

	background: #FFF;
	color: #000;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	list-style: none;
}

.tc-autocomplete-suggestions li {
	border-top: 1px solid #CCC;
	padding: 5px 10px;
	line-height: 20px;
	cursor: pointer;
}

.tc-autocomplete-suggestions li.tc-autocomplete-title, .tc-autocomplete-suggestions:hover li.tc-autocomplete-title {
	padding: 3px 10px;
	background: #CCC;
	font-weight: bold;
	color: #000 !important;
	cursor: default;
}

.tc-autocomplete-suggestions li.tc-autocomplete-title .tc-google-logo {
	margin: 4px -8px 0px 0px;
	float: right;
	width: 104px;
	width: 104px;
	height: 16px;
}

.tc-autocomplete-suggestions li:nth-child(1) {
	border-top: none;
}

.tc-autocomplete-suggestions li:hover, .tc-autocomplete-suggestions li.selected {
	background: #F0F0F0;
	color: #C93636 !important;
}

.tc-autocomplete-suggestions li .comma1,
.tc-autocomplete-suggestions li .comma2 {
	font-size: 0px !important;
}

.tc-autocomplete-suggestions li .text-block1 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.tc-autocomplete-suggestions li .text-block2 {
	font-size: 13px;
	color: #000;
}

.tc-autocomplete-suggestions li span, .tc-autocomplete-suggestions li .comma {
	font-size: 11px;
}

/* END homepage autocomplete CSS */



/* Testimonials */

.main-top .testimonial-content p, .footer-testimonials .testimonial-content p {
	font-size:13px;
  	line-height:1.9;
}
.main-top h3.wpmtst-testimonial-heading {
	display:none;
}
.main-top .testimonial-name, .footer-testimonials .testimonial-name {
	font-size:15px;
  	line-height:1.4;
  	font-weight:500;
}
.main-top .testimonial-company, .footer-testimonials .testimonial-company {
	font-size:12px;
  	line-height:1.4;
  	font-style:italic;
}
.main-top .testimonial-inner {
  	padding:12px;
}
.footer-testimonials .testimonial-inner {
	background-color:#fff;
  	padding:20px;
  	border-radius:12px;
}





/* Quote Form */

.trav-quote-form {
	border: 3px solid #e4733d;
  	border-radius:8px;
  	margin:50px auto 50px auto;
  	width:95%;
  	background:#e4733d;
}

::-webkit-input-placeholder { /* Edge */
  color: #333;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::placeholder {
  color: #333;
  opacity: 1;
}

.trav-quote-form input[type="text"] {
  	width:17%;
  	padding:16px 8px 16px 8px;
  	border-top:none;
  	border-bottom:none;
}
.trav-quote-form select {
	width:14%;
  	border:none;
  	padding:16px 8px 16px 34px;
  	border:none;
  	border-radius:5px 0px 0px 5px;
}
.trav-quote-form input[type="number"] {
	width:9%;
  	padding:16px 8px 16px 46px;
  	border-top:none;
  	border-bottom:none;
}
.trav-quote-form .submit-btn {
	background:#e4733d;
  	color:#fff!important;
  	padding: 18px 24px 18px 24px;
  	border:none;
  	font-size:18px!important;
  	border-radius:0px 8px 8px 0px;
  	cursor:pointer;
    width:100%;
}
.trav-quote-form input.pickup {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-pickup.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:16px 8px 16px 34px;
}
.trav-quote-form input.destination {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-destination.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:16px 8px 16px 34px;
}
.trav-quote-form input.date, .trav-quote-form input.return-date {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-date.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:16px 8px 16px 34px;
}
.trav-quote-form input.return-date {
	border-radius: 6px 0px 0px 6px;
}


.trav-quote-form input.time, .trav-quote-form input.return-time {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-time.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:16px 8px 16px 34px;
  	width:10%;
}
.trav-quote-form input.via-input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-via.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:16px 0px 16px 34px;
  	width: 16.5%;
}
.trav-quote-form input.pass-number {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-people2.png)no-repeat;
  	background-position:4px center;
  	background-color:#fff;
    padding: 0.9em 0 0.7em 1.9em;
  	width:100%;
  	border-left:none;
}
}
.ui-spinner-input {
    border: none!important;
    background: none;
    padding: 1em 0 0.9em 1.7em;
    margin: 0em 2em 0em 0.4em;
    vertical-align: middle;
}
.ui-spinner.ui-corner-all {
    border-left:2px solid #ccc!important;
	border-bottom: none !important;
    border-top: none !important;
  	border-radius: 0px 6px 6px 0px !important;
}
.ui-spinner {
    width: 9%!important;
  	margin-left: -5px;
	margin-top: -3px;
}
.trav-quote-form select.journey {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/journey-bg.png) no-repeat 8px #fff;
  	-webkit-appearance: none;
}
.trav-quote-form #datepicker2, .trav-quote-form #timepicker-24-hr2 {
	display:none;
}
  .wickedpicker__title {
    margin: 0 auto !important;
  }

/* Booking form */

.make-booking {
	margin-bottom:50px;
}

#searchform label {
	/*display:none;*/
}
#tcplugin-journey-type label, 
#tcplugin-pickup label, 
#tcplugin-pickup label, 
#tcplugin-destination label, 
#tcplugin-via label, 
#tcplugin-people label,
#tcplugin-date label:first-child,
#tcplugin-time label:first-child {
	display:none;
}

#searchform .form-control, #purchaseform .form-control, #purchaseform select {
	border-radius:0px!important;
  	border:0;
  	height:auto!important;
}
.make-booking #searchform .form-control{
	border-radius:0px!important;
  	border:0;
}
#searchform label.form-control {
  	border:none!important;
  	height:auto!important;
  	padding:0;
}

#searchform .btn {
	padding: 0.5rem 0px 0.5rem 0px;
}
.make-booking #searchform .btn {
	padding: 0.5rem 10px 0.5rem 10px;
}
.make-booking #searchform .b-form-datepicker, .make-booking #searchform .b-form-timepicker{
	border-right: 1px solid #e6e6e6 !important;
}
#searchform #tcplugin-journey-type select {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/journey-bg.png) no-repeat #fff;
  	-webkit-appearance: none;
  	background-position:8px;
  	padding:12px 0px 12px 30px;
  	border-radius:6px;
  	border:3px solid #e4733d;
  	height:auto!important;
}
#searchform #tcplugin-pickup input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-pickup.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:12px 8px 14px 34px;
}
#searchform #tcplugin-destination input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-destination.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:12px 8px 14px 34px;
}
#searchform #tcplugin-via input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/03/form-via.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:12px 0px 14px 34px;
}
#searchform #tcplugin-date input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-date.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:12px 8px 14px 34px;
}
#searchform #tcplugin-people input {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-people2.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
    padding:12px 8px 14px 34px;
}
#searchform #tcplugin-date #__BVID__14 svg.bi-calendar, 
#searchform #tcplugin-date #__BVID__14 svg.bi-calendar-fill,
#searchform #tcplugin-return-date #__BVID__20 svg.bi-calendar, 
#searchform #tcplugin-return-date #__BVID__20 svg.bi-calendar-fill{
	display:none;
}
/*#searchform #tcplugin-date label#__BVID__14__value_,
#searchform #tcplugin-return-date label#__BVID__20__value_ {
	background:url(https://www.travarooo.com/wp-content/uploads/2020/07/form-date.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:6px 8px 6px 34px;
}*/
#searchform .b-form-datepicker, #searchform .b-form-timepicker {
	padding:6px 8px 6px 10px;
}

#searchform #tcplugin-time #__BVID__17 svg.bi-clock, 
#searchform #tcplugin-time #__BVID__17 svg.bi-clock-fill,
#searchform #tcplugin-return-time #__BVID__23 svg.bi-clock, 
#searchform #tcplugin-return-time #__BVID__23 svg.bi-clock-fill{
	display:none;
}
/*#searchform #tcplugin-time label#__BVID__17__value_,
#searchform #tcplugin-return-time label#__BVID__23__value_{
	background:url(../../uploads/2020/07/form-time.png)no-repeat;
  	background-position:8px center;
  	background-color:#fff;
  	padding:6px 8px 6px 34px;
}*/
#searchform #tcplugin-search-submit .form-control {
	background:#e4733d!important;
  	color:#fff!important;
  	font-size:18px;
  	line-height:1;
  	padding:12px 0px 12px 0px;
}
#searchform #tcplugin-search-submit label {
	display:none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
	background-color: #e4733d!important;
}
.btn-outline-primary {
	color: #e4733d!important;
}


/* Results */

#results {
	max-width: 100%;
	margin: 50px auto 0 auto;
}
#results .card {
    margin-bottom: 20px;
}
#results .card-title {
    text-align: center!important;
  	font-size: 16px;
  	font-weight:500;
}
#results #selected_price {
    margin: 0px 0px 16px 0px;
}
#results .display-4 {
    font-size: 2.2rem;
    font-weight: 500;
}

#results .card-body .btn-primary {
    color: #fff;
    background-color: #e4733d!important;
    border-color: #e4733d!important;
}
#results .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: center;
}
#results .text-muted {
    color: #6c757d !important;
    text-align: center;
}
#results img.card-img-top {
    height: 100px;
    max-height: 110px !important;
  	width:auto;
  	margin-left: auto;
  	margin-right: auto;
  	display:block;
  	padding:12px 0px 0px 0px;
}

@media only screen and (max-width:600px) {
	#searchform .col, #searchform .col-6 {
    	max-width: 100%;
      	width:100%;
      	flex-direction: column;
      	display:flex;
      	flex:1;
      	flex-basis: 100%;
}
	#searchform .bi-calendar .col {
    	flex-basis: 0;
      	min-width:0!important;
    	max-width: 100%;
      	width:auto;
  }
  	#tcplugin-via {
  		margin-bottom:1rem;
  	}
  	#results .card {
  		margin-bottom:20px;
  }
  
}

/* Purchase form */

#purchaseform {
	width:70%;
  margin: 0 auto;
}

#purchaseform .card-header {
	background:#e4733d;
  	color:#fff;
  	font-size:24px;
}
#purchaseform h4#tc_plugin-payment-heading, #purchaseform h4#tc_plugin-passenger-heading {
	background:#e4733d;
  	color:#fff;
  	padding: .75rem 1.25rem;
  	font-size:24px;
  	border-radius:6px 6px 0px 0px!important;
    margin-bottom:24px!important;
    margin-top:24px!important;
}



#tcplugin-checkout-booking-details {
	margin-top:30px;
}
#purchaseform .btn-primary {
	background:#e4733d!important;
  	color:#fff!important;
  	font-size:18px;
  	line-height:1;
  	padding:12px 0px 12px 0px;
  	width:100%;
  	border:none;
  	border-radius:6px;
}

body #page #purchaseform .form-group label {
    display: none!important;
}

#purchaseform #card.form-control {
	padding:.6rem .75rem!important;
    margin-bottom:2rem!important;
}
#purchaseform .form-group {
    margin-bottom:2rem!important;
}

#purchaseform .card-header:first-child {
    border-radius: 6px 6px 0px 0px!important;
}

#purchaseform #tcplugin-payament-select {
  	text-align: right;
	padding-top: 6px;
}
#purchaseform select {
	margin-bottom:2rem!important;
}
#pg-21-0, #pg-21-1, #pl-21 .so-panel{
	margin-bottom: 0 !important;
}
.make-booking p {
	margin: 0 !important;
}
.make-booking #vue-frontend-app .row{
	margin: 0;
    position: relative;
}
.make-booking #vue-frontend-app .col-lg-8{
	flex: 0 0 calc(100% - 600px);
    max-width: calc(100% - 600px);
  	padding: 0 !important;
}
.make-booking #vue-frontend-app .col-lg-4{
	flex: unset;
    max-width: unset;
  	padding: 0;
	min-height: 1543px;
  	width: 600px !important;
}
canvas.mapboxgl-canvas{
	
  //height: 1543px !important;
 //object-fit: contain;
}
.make-booking .form_1{
	padding: 15px;
}
.make-booking .trav-quote-form {
    border: 0;
    border-radius: 8px;
    margin: 0;
    background: #fff;
}
.make-booking .top_form{
	margin: 0;
    margin-bottom: 15px;
    background: #f1f1f1;
   display: flex;
}
.make-booking .top_form input.form-control{
	background: transparent;
  	border: 0 !important;
    border-radius:0 !important;
  	height: 60px;
    outline: none;
  	padding: 18px 8px 18px 34px !important;
    border-right: 1px solid #e6e6e6 !important;
}
.make-booking .top_form select.journey{
	background: transparent;
    padding: 18px 8px 18px 34px;
  	height: 60px;
    border: 0;
}
.make-booking .top_form .journey-select{
	background: url(../../uploads/2020/09/1.png) no-repeat 8px center;
  	height: 60px;
  	border-right: 1px solid #e6e6e6;
    width: 30%;
  	position: relative;
}
.make-booking .top_form .journey-select:before{
	content: '';
    position: absolute;
    right: 15px;
    top: 27px;
    background: url(../../uploads/2020/09/2.png) no-repeat;
    height: 8px;
    width: 12px;
}
.make-booking .top_form  .destination .form-control{
	border-right: none !important;
}
.pickup, .destination, .people-number{
	position: relative;
  	flex:1;
}
.make-booking .top_form .via-input {
    flex: 0 0 10%;
    max-width: 10%;
}
.make-booking .top_form .via-input input.form-control{
	padding: 10px !important;
    text-align: center;
    width: 100%;
    height: 60px !important;
}
.make-booking .top_form .via-input .input-group{
	height: 100%;
}
.pickup:before, .destination:before, .people-number:before{
	content: '';
    position: absolute;
    left: 10px;
    top: 21px;
    background: url(../../uploads/2020/09/3.png) no-repeat;
    height: 18px;
    width: 18px;
}
.destination:before{
	background: url(../../uploads/2020/09/5.png) no-repeat;
}
.people-number:before{
	background: url(../../uploads/2020/09/7.png) no-repeat;
  	height: 19px;
    width: 19px;
    top: 19px;
}
.data_line li span{
	line-height: 17px;
}
.make-booking .top_form.mt-0 .people-number .form-control{
	padding-left: 40px !important;
  border-right: 0 !important;
}
.make-booking .top_form  .b-form-btn-label-control{
	padding: 0;
  	border: 0;
    flex: 0 0 26%;
    border-right: 1px solid #e6e6e6;
    background: transparent;
}
.make-booking .top_form .b-form-btn-label-control:first-child{
	flex: 0 0 40%;
}
.make-booking .top_form.mt-0 .form-control{
	padding-left: 0;
}
.make-booking .top_form .b-form-btn-label-control.form-control>.btn{
	padding: 0 10px;
  	display: flex;
  	align-items: center;
}
.make-booking .top_form label.form-control{
    line-height: 50px;
}
.make-booking .top_form.mt-0 input[type="number"]{
	padding-left: 34px;
    border-right: 0;
    flex: 1;
}
.make-booking .top_form.mt-0 .submit-btn{
	position: static;
    padding: 16px 35px 16px 35px;
    border-radius: 0px 4px 4px 0px;
    background: #e4733d;
    border-color: #e4733d;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.make-booking .process_data{
	padding: 0;
}
ul.list-inline.data_line.mb-0 {
    display: flex;
  	position: relative;
}
ul.list-inline.data_line.mb-0:before{
	content: '';
  	height: 3px;
    background-color: #e4733d;
    position: absolute;
    top: 13px;
    width: 80%;
    left: 10%;
}
.line_data{
	display: none;
}
.make-booking li.list-inline-item{
  	flex: 0 0 20%;
    text-align: center;
    margin: 0 !important;
    line-height: 28px;
}
.make-booking #results {
    max-width: 100%;
    margin: 0;
  	padding: -8rem;
    background: #f6f6f6;
  	margin-top: 1.5rem;
}
.make-booking .car_box{
	padding-bottom: 0px;
  	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
}
.make-booking .car_box h2{
	letter-spacing: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 8px;
}
.make-booking .car_detail.px-4 {
    padding: 2rem !important;
}
.make-booking .car_detail.px-4 img{
	max-height: 60px;
}
.make-booking #vue-frontend-app #results .row{
	margin: 0 -10px;
}
.make-booking .car_detail.px-4 .row{
	margin-top: 15px !important;
}
.make-booking .car_detail.px-4 .row .col-7{
	max-width: 66.666667%;
  	flex: 0 0 66.666667%;
  	padding-right: 5px;
}
.make-booking .car_detail.px-4 .row .col-5{
	max-width: 33.333333%;
  	flex: 0 0 33.333333%;
  	padding-left: 5px;
}
.make-booking .car_detail.px-4 .row .col-7 .price_box{
	padding: 18px 10px;
}
.make-booking .car_detail.px-4 .price_box{
	padding: 10px 5px;
}
.booknow{
  padding: 10px;
}
.map-leftside {
    height: 100%;
}
.make-booking .col-lg-8.pl-3.pl-lg-0.order-3 {
    position: absolute;
    right: 0;
    top: 300px;
}

// Custom CSS overriding plugin
ul.list-inline.mb-0.small_box {
    font-size:18px !important;
}


@media only screen and (max-width:600px) {
	#purchaseform .col {
    	min-width:100%!important;
  }
  #purchaseform #tcplugin-payament-select {
  	text-align: left;
	padding-bottom: 6px;
}
}








/* Responsive */

/* mobile */

@media only screen and (max-width:768px) {
	h1 {
	font-size:3.2em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h2 {
	font-size:2.6em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h3 {
	font-size:2.2em;
  	line-height:1;
	margin: 0.3em 0 0.3em 0;
}
h4 {
	font-size:1em;
  	line-height:1.9;
	margin: 0.3em 0 0.3em 0;
}
h5 {
	font-size:1.2em;
  	line-height:1.4;
	margin: 0.3em 0 0.3em 0;
}
.booking h4 {
  	font-size:1.6em;
  	line-height:1.9;
	margin: 0.3em 0 0.3em 0;
}
.grab-discount, .grab-discount p, .grab-discount h5 {
  	text-align:center!important;
}
.grab-discount h5 {
  	font-size:1.6em;
}
  
.appstore-links {
  	bottom:0px;
  	width:155px;
}
.booking-buttons {
	float:none;
  	display:block;
  	text-align:center;
}

.footer-booking h2 {
	font-size:45px;
  	line-height:1;
  	color:#fff;
  	float:left;
  	margin:0px;
  	text-align:center;
}
.book-button {
  	margin-right:0px;
  	margin-bottom:12px;
}
.maxbutton-1.maxbutton.maxbutton-orange-button {
  	max-width:60%!important;
  	width:100%!important;
}
.book-ride img {
  text-align:center;
  margin-bottom:8px;
}
.trav-quote-form input[type="text"] {
  	width:100%;
  	border-bottom:2px solid #ccc;
}
.trav-quote-form select {
	width:100%;
  	border:none;
  	padding:16px 8px 16px 34px;
  	border-radius:5px 5px 0px 0px;
  	border-bottom:2px solid #ccc;
}
.trav-quote-form input[type="number"] {
	width:100%;
  	padding:16px 8px 16px 46px;
  	border-top:none;
  	border-bottom:none;
}
.trav-quote-form .ui-spinner {
  	width:100%!important;
  	padding: 0px 8px 0px 0px;
  	border-top:none;
  	border-bottom:none;
  	margin-left: 0px;
	margin-top: 0px;
}
.trav-quote-form .submit-btn {
	background:#e4733d;
  	color:#fff;
  	padding:15px 24px 17px 24px;
  	border:none;
  	font-size:18px;
  	border-radius:0px 8px 8px 0px;
  	cursor:pointer;
  	width:100%!important;
}
.trav-quote-form #datepicker2, .trav-quote-form #timepicker-24-hr2 {
	display:none;
}
.hero-text {
    padding: 0px 10px 0px 10px;
}
.trav-quote-form input.return-date {
    border-radius: 0px 0px 0px 0px;
    border-top:2px solid #ccc;
}
  .ui-spinner.ui-corner-all {
    border-radius: 0px 0px 0px 0px !important;
}
.small_box {
    font-size:18px !important;
}
}

@media only screen and (min-width:601px) and (max-width:768px) {
  
.book-ride {
  	padding:20px 0px 30px 0px!important;
  }
.book-ride img {
  	width:130px;
    height:auto;
  }
.booking-buttons {
	float:right;
  	/*display:block;*/
  	text-align:right;
}
.book-button {
  	margin-right:0px;
  	margin-bottom:12px;
}
.trav-quote-form .submit-btn {
    padding: 15px 4px 17px 4px;
}
}

@media only screen and (min-width:769px) and (max-width:1032px) {
.booking-buttons {
	float:right;
  	/*display:block;*/
  	text-align:right;
}
.book-button {
  	margin-right:8px;
}
}

@media only screen and (max-width:600px) {
	 .center-mobile {
  		text-align:center;
  }
}



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

.header-1 {
  	display:none;
  }
}
  
  
@media only screen and (max-width:1200px){
.site-branding {
    padding: 16px 40px 0px 25px;
}
.header-1 {
	right:30px;
}

}
@media only screen and (max-width: 1024px){
  #purchaseform {
  	width:100%;
  }
  .make-booking #vue-frontend-app .col-lg-4{
  	order:2;
    width: 100% !important;
   	min-height: 600px;
    margin-top: 30px;
  }
  .make-booking #vue-frontend-app .col-lg-8, .make-booking #vue-frontend-app .col-lg-8.pl-3.pl-lg-0.order-3{
  	flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .make-booking #vue-frontend-app .col-lg-8.pl-3.pl-lg-0.order-3{
  	order:3;
    position: static;
  }
  .make-booking #results{
    background: transparent;
    margin-top: -2rem;
    position: relative;
    z-index: 9;
  }
}

@media only screen and (max-width: 991px){
  .make-booking #vue-frontend-app .col-lg-4,
  .make-booking #vue-frontend-app .col-lg-8{
  	    flex: 0 0 100%;
    	max-width: 100%;
  }
  ul.list-inline.data_line.mb-0:before{
  	left: 10%;
  }
  .make-booking #vue-frontend-app .col-lg-4{
  	 height: 500px !important;
     width: 100% !important;
     min-height: auto !important;
     padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px){
  .make-booking .top_form{
  	display: flex;
    flex-wrap: wrap;
  }
  .make-booking .top_form .journey-select, .make-booking .top_form .via-input, .make-booking .top_form .pickup, .make-booking .top_form .destination, .people-number, #searchform .b-form-datepicker, #searchform .b-form-timepicker{
  	flex: 0 0 100%;
    max-width: 100%;
  }
  .home .pickup, .home .destination{
  	flex: 0 0 100%;
    max-width: 100%;
  }
  .make-booking .top_form .journey-select, .make-booking .top_form .via-input, .pickup, .make-booking #searchform .b-form-datepicker, .make-booking #searchform .b-form-timepicker{
  	border-bottom: 1px solid #e6e6e6;
  }
  .make-booking .top_form .via-input input.form-control{
  	text-align: left;
  }	
  .make-booking .top_form.mt-0 .submit-btn{
  	width: 100%;
    border-radius: 0 0 4px 0;
  }
  .make-booking #results{
  	padding: 1rem;
  }
  .make-booking .car_detail.px-4 {
    padding: 1rem !important;
  }

/*.page-id-21 .trav-quote-form select {
    flex: 0 100%;
}*/
.page-id-21 .make-booking .top_form .via-input {
flex: 0 100%;
}
.make-booking .top_form {
    display:inline-block;
}
}
@media only screen and (max-width: 360px){
	#searchform .b-form-datepicker, #searchform .b-form-timepicker {
    	padding: 6px 0px 8px 0px;
	}
  .make-booking .top_form.mt-0 .submit-btn{
  		padding: 16px 5px 16px 5px;
  }
  #searchform label.form-control{
        white-space: nowrap !important;
        text-overflow: ellipsis;
        overflow: hidden;
  }
}
.page-id-21 .make-booking .top_form select.journey{
    padding: 20px 8px 18px 14px;
}

.page-id-21 .make-booking .top_form .b-form-btn-label-control:first-child {
    flex: 0 0 30%;
}
.page-id-21 .make-booking .top_form label.form-control {
    line-height: unset;
}
.page-id-21 input.submit-btn {
    margin-top: -2px;
}
.page-id-21 .make-booking .car_detail.px-4 {
        padding: 0rem !important;
    
}
.page-id-21 .trav-quote-form select {
    width:16%;}
.my-timepicker-div .row { color:black}
.my-timepicker-div {z-index:999 !important;}

div#biq-checkout-page {
    display: flex;
    flex-flow: row-reverse;
}
#biq-vue-app #biq-checkout-page {
    width: 100% !important;
    }
    #biq-vue-app #biq-checkout-page .d-flex {
    
}
div#biq-checkout-form-container {
    width: 50% !important;
}
div#biq-checkout-booking-details {
    padding-right: 40px;
}
 #biq-vue-app #biq-checkout-page #biq-checkout-booking-details .card-header {
    background: #EFA774 !important;
    border-radius: 10px 10px 0px 0px !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #FFFFFF !important;
}
ul.card.list-group.list-group-flush {
    background: #F8F8F8;
    border-radius: 0px 0px 10px 10px;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details li.list-group-item.d-flex.justify-content-between.align-items-center {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: left !important;   
    padding-bottom: 25px;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details li.list-group-item.d-flex.justify-content-between.align-items-center span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212529;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details li.list-group-item.d-flex.justify-content-between.align-items-center strong {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
    color: #212529;
    max-width: 150px;
    width: 100%;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details .list-group-flush>.list-group-item {
    border-width: 0px !important;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details li.list-group-item.d-flex.justify-content-between.align-items-center:last-child span {
    font-size: 24px;
    line-height: 28px;
    color: #E4733D;
}
#biq-vue-app #biq-checkout-page #biq-checkout-booking-details li.list-group-item.d-flex.justify-content-between.align-items-center:last-child strong {
    font-size: 24px;
    line-height: 28px;
    color: #E4733D;
}
div#biq-checkout-booking-details:after {
    background-image: url(https://dev.travarooo.com/wp-content/uploads/2022/05/Rectangle-30.png);
   content: "";
    padding-top: 20px;
    /* position: relative; */
    width: 527.95px;
    height: 172.5px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    margin-top: 20px;
}
form#biq-checkout-form {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
  
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-passenger-details-form-section #biq-passenger-details-form-heading, #biq-vue-app #biq-checkout-page #biq-checkout-booking-details .card-header {
    margin-top: 0px !important;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-passenger-details-form-section #biq-passenger-details-form-heading {
    background: #F8F8F8 !important;
    border-radius: 10px 10px 0px 0px !important;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 28px;
    color: #E4733D !important;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form .row-col {
    padding: 0px 22px;
}
#biq-checkout-form .text-muted {
    color: #6c757d!important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D !important;
}
#biq-checkout-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212529;    
    padding-top: 15px;
}
#biq-vue-app input[type=email], #biq-vue-app input[type=number], #biq-vue-app input[type=text], #biq-vue-app select {
    /* border-radius: 0.25rem; */
    border: 1px solid #E5E5E5 !important;
    border-radius: 5px !important;
    height: 40px;
}
#biq-vue-app input[type=email]::placeholder, #biq-vue-app input[type=number]::placeholder, #biq-vue-app input[type=text]::placeholder, #biq-vue-app select::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #9D9D9D;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-payment-details-form-section #biq-payment-form-heading {
    background: #F8F8F8 !important;
    border-radius: 0px 0px 0px 0px !important;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 28px;
    color: #E4733D !important;
}
div#biq-cardholder-details {
    padding: 0px !important;
}
div#biq-stripe-card-details {
    padding: 0px !important;
}
div#biq-payment-details-form-section #biq-vue-app #biq-checkout-page .d-flex {
    flex-flow: column;
    padding: 0px 22px;
}
div#biq-stripe-card-details {
    width: 100%;
    display: flex !important;
    flex-flow: column !important;
}
div#biq-payment-details-form-section .d-flex.flex-wrap.justify-content-end {
    flex-flow: column !important;
    padding: 0px 22px;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-payment-details-form-section #biq-stripe-card-details .stripe-card-container {
    max-width: 100% !important;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-payment-details-form-section button.btn-primary:after {
        content: "Pay Secure & Book Now";
    visibility: visible;
    display: block;
    background: #E4733D;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
        background-image: url(https://dev.travarooo.com/wp-content/uploads/2022/05/shield-1.png);
    background-repeat: no-repeat;
    background-position: 17% 50%;
    background-size: auto;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-payment-details-form-section button.btn-primary {
    visibility: hidden;
}
select#tc_plugin-method {
    color: #9D9D9D !important;
}
div#biq-checkout-page {
    padding-top: 40px;
}
.new-review-part h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #212529;
}
.new-review-part p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.new-review-part .testimonial-content p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333333 !important;
}
.new-review-part.panel-row-style.panel-row-style-for-19-2 {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 45px 50px !important;
}
.new-review-part .testimonial-inner {
    background: #F8F8F8;
}
body.page-template-default.page.page-id-19.logged-in.admin-bar.wp-custom-logo.siteorigin-panels.no-sidebar.mob-menu-slideout-over.customize-support.lp-none {
        overflow-x: hidden;
}
.faq-accordion-part h3.widget-title {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 33px;
    color: #212529;
    text-align: center;
    padding-bottom: 25px;
}
.faq-accordion-part .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-title.sow-accordion-title-icon-left {
    color: #E4733D;
}
.faq-accordion-part .sow-accordion-title.sow-accordion-title-icon-left {
        font-weight: 500;
    font-size: 20px !important;
    line-height: 23px;
}
.faq-accordion-part {
    padding-top: 30px;
    padding-bottom: 100px;
}
.faq-accordion-part p {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 24px;
    color: #333333;
}
.faq-accordion-part .sow-accordion-panel {
    border-radius: 10px !important;
    border: 1px solid #f8f8f8;
}
#biq-search-lite-vue-app #biq-search-form .flex-sm-fill * {
    height: auto !important;
}
div#tcplugin-return-time__outer_ {
    align-items: center !important;
}
div#tcplugin-return-date__outer_ {
    align-items: center !important;
}
div#biq-search-submit-container {
    width: 100% !important;
}
#biq-search-form > .align-items-center {
    max-width: 100% !important;
}
#biq-search-form {
    justify-content: center !important;
    }
    #biq-search-lite-vue-app form#biq-search-form .d-flex.flex-wrap {
    padding: 3px 0px;
    }
    #biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-date__outer_, #biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-time__outer_ {
    width: 100% !important;
    max-width: 100% !important;
}
#biq-search-lite-vue-app form#biq-search-form{
    max-width: 1150px !important;
}
form#biq-search-form .list-group {
    max-width: 300px;
    width: 100% !important;
    border-radius: unset !important;
}
#biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-date__outer_, #biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-time__outer_ {
     width: 200px!important;
    max-width: 100% !important;
    max-height: 38px !important;
}
@media (max-width:800px){
#biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-date__outer_, #biq-search-form .d-flex.flex-wrap:nth-child(3) #tcplugin-return-time__outer_ {
    width: 100% !important;
    }
div#biq-checkout-page {
    display: flex;
    flex-flow: column-reverse;
}
div#biq-checkout-form-container {
    width: 100% !important;
}
div#biq-checkout-booking-details {
    padding-right: 0px;
}
div#biq-checkout-form-container {
    margin-top: 40px;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form .row-col {
    flex-flow: column;
}
.new-review-part.panel-row-style.panel-row-style-for-19-2 {
    padding: 25px 25px !important;
    margin: 0px 12px;
}
.faq-accordion-part {
   padding-bottom: 50px;
    margin: 0px 10px;
}
div#biq-checkout-booking-details:after {
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
}
div#biq-checkout-page {
    padding-top: 0px;
}
.faq-accordion-part .sow-accordion-title.sow-accordion-title-icon-left {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 21px;
}
.new-review-part p {
    margin: 0px !important;
}
.new-review-part .testimonial-inner {
    padding: 0px;
    }
    .new-review-part .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    padding-top: 20px;
}
#biq-vue-app #biq-checkout-page #biq-checkout-form-container #biq-checkout-form #biq-payment-details-form-section button.btn-primary:after{
    font-size: 16px;
    line-height: 26px;
        background-position: 10% 50%;
}
form#biq-search-form .list-group {
    max-width: 341px;
 }
}