@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');
@charset "utf-8";
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*.container-fluid div, p, img, label, span, li, h1, h2, h3, h4, h5, h6 {

	position:relative;

}*/

body {
	margin: 0;
	padding: 0 !important;
	/* background: #fff url(../images/homebg.png); */
	background-repeat: repeat-x;
	font-family: 'Comfortaa', sans-serif;
}

p {
	color: #393939;
	font-size: 16px;
	margin: 20px 0;
	white-space: pre-line;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 20px 0;
}

a, a:focus, a:hover {
	text-decoration: none;
}

/* a:focus {
	color: inherit !important;
} */

a:hover {
	outline: 0;
}

a:focus {
	outline: 0;
	color: #ededed;
}

a, img, input, select, textarea {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	outline: 0;
}

ol {
	padding-left: 15px;
}

ol li {
	list-style: inherit;
}

ul li {
	list-style: disc;
}

ul {
	padding-left: 15px;
}

li, ul {
	list-style: none;
}

img {
	vertical-align: top;
}

a, input, select, textarea, img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}

li {
	margin: 12px 0;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 2px;
	font-size: 15px;
}

::-webkit-input-placeholder {
	color: #878787;
	font-size: 14px;
}

:-moz-placeholder {
	color: #878787;
	font-size: 14px;
}

::-moz-placeholder {
	color: #878787;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #878787;
	font-size: 14px;
}

.clearfix {
	clear: both;
	/* font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0; */
}

.input-class, .label-class {
	font-size: 14px;
	margin: 10px 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	text-shadow: none;
	background: rgba(0, 0, 0, .6);
	color: #fff;
}

::selection {
	text-shadow: none;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	z-index: 2;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fl {
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-ms-transition: left .4s ease-in-out;
	-o-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}

header {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transition: all 0.3s;
	padding: 15px 0;
	z-index: 9999;
}

section {
	width: 100%;
	float: left;
}

footer {
	width: 100%;
	float: left;
	background: #222;
	padding: 16px 0;
	text-align: center;
}

.common {
	width: 100%;
	float: left;
}

.rel-pos {
	position: relative;
}

.full_parallax, .parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

.vertical-top {
	vertical-align: top;
}

.vertical-mid {
	vertical-align: middle;
}

.label-class {
	color: #444;
}

.input-class {
	height: 50px;
	border-radius: 4px;
	text-indent: 7px;
	border: 2px solid #ccc;
	outline: 0;
	display: block;
}

.textarea-common {
	height: 100px !important;
	padding: 7px;
	width: 100%;
	text-indent: inherit !important;
}

.nomarbottom {
	margin-bottom: 0 !important;
}

.nopadbottom {
	padding-bottom: 0 !important;
}

.nomartop {
	margin-top: 0 !important;
}

.nopadtop {
	padding-top: 0 !important;
}

.no-gutter {
	padding: 0 !important;
}

.no-gutter-left {
	padding-left: 0 !important;
}

.no-gutter-right {
	padding-right: 0 !important;
}

.nopad {
	padding: 0 !important;
}

.nomar {
	margin: 0 !important;
}

.noborer {
	border: 0 !important;
}

.nomaleft {
	margin-left: 0 !important;
}

.clear_div {
	height: 70px;
}

.common_pad {
	padding: 35px 0;
}

.centered {
	float: none !important;
	margin: 0 auto;
	display: inline-block;
}

.pad_top {
	padding-top: 55px;
}

.pad_bottom {
	padding-bottom: 40px;
}

.margin_top {
	margin-top: 30px;
}

.margin_bottom {
	margin-bottom: 20px;
}

.nopad_left {
	padding-left: 0;
}

.nopad_right {
	padding-right: 0;
}

.common-img img {
	width: 100%;
}

.navigation nav {
	border: 0;
	background: none;
	margin-bottom: 0;
	min-height: inherit;
}

.navigation nav li {
	margin: 0 3px;
	padding: 0;
	position: relative;
}

/* .navigation nav li::before {
	content: '';
	height: 1px;
	background: #3d3d3d;
	width: 0%;
	position: absolute;
	top: -22px;
	transition: all 0.3s;
} */

/* .navigation nav li:hover::before {
	content: '';
	height: 1px;
	background: #3d3d3d;
	width: 100%;
	position: absolute;
	top: -22px;
} */

/* .navigation nav li::after {
	content: '';
	height: 1px;
	background: #666;
	width: 0%;
	position: absolute;
	bottom: -10px;
	top: inherit;
	transition: all 0.3s;
} */

/* .navigation nav li:hover::after {
	content: '';
	height: 1px;
	background: #20B2AA;
	width: 100%;
	position: absolute;
	bottom: -10px;
	top: inherit;
} */

.customHeadLink {
	color: #5b6e77;
}

.customHeadLink {
	color: #ffffff;
	font-weight: 400;
	border-radius: 3px;
	padding: 3px 7px 6px 7px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	background: none;
}

.customHeadLink:hover {
	color: #2FE8DE;
	background: none;
}

.customHeadLink:focus {
	color: #2FE8DE;
	background: none;
}

.navigation .navbar-nav>li>.dropdown-menu {
	margin-top: 25px;
}

.current a {
	background: none !important;
	color: #20B2AA !important;
}

.current a:hover {
	color: #20B2AA !important;
}

.nav-collapse {
	padding: 0;
}

.banner {
	background-size: cover !important;
	padding: 100px 0 90px 0;
}

#top-header .banner {
	background-position: center;
}

.language-frop li {
	list-style: none;
	margin: 0;
	padding: 0px 5px;
}

.language-frop ul {
	margin: 0;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	margin-top: 35px;
}

.language-wrap {
	margin-left: 10px;
	margin-top: 3px;
}

.inner-wrap h1 {
	font-weight: 400;
	color: #000;
	margin: 0 0 10px 0;
	font-size: 38px;
}

.inner-wrap h2 {
	font-weight: 300;
	font-size: 26px;
	color: #000;
	margin: 0 0 10px 0;
}

.inner-wrap h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}

.form-banner {
	background: rgba(109, 109, 109, 0.8);
	padding: 25px;
	margin: 25px 0 10px 0;
	border-radius: 3px;
}

.span-div {
	width: 100%;
	padding: 0 3px;
}

.form-in .input-class {
	width: 100%;
	border-radius: 3px;
	border: 0;
}

.form-in .input-group {
	margin-top: 10px;
	border: 0;
	height: 51px;
}

.form-in .form-control {
	height: 51px;
	border: 0;
}

.input-group-addon:last-child {
	border-left: 0;
	border: 0;
}

.appdiv {
	position: absolute;
	padding: 5px;
	background: #fff;
	text-align: center;
	top: -60px;
	border-radius: 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
	height: auto;
	z-index: 9;
	width: 100%;
	float: left;
	display: inline-block;
	left: 0;
	height: 59px;
}

.appdiv h3 {
	font-size: 11px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	margin: 0;
}

.appdiv span {
	font-size: 13px;
	font-weight: 700;
	color: #0eaad0;
	margin-bottom: 0px;
	margin-top: -1px;
}

.appdiv a {
	padding: 4px 0 3px 0;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.appdiv a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

.buttonget {
	margin-top: 10px;
}

.buttonget .but-get {
	padding: 13px 35px;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	font-size: 20px;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.buttonget .but-get:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dba61f+0,ffda1b+100 */
	background: #dba61f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dba61f 0%, #ffda1b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dba61f', endColorstr='#ffda1b', GradientType=0);
	/* IE6-9 */
}

.but-or {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 8px 10px 6px;
	line-height: 27px;
	display: inline-block;
	background: #f9b233;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif !important;
}

.but-or:hover {
	color: #fff;
	background: #4e4e4ed9;
}

.how-or:hover {
	color: #fff;
	background: #f9b233;
}

.how-or {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	margin: 0;
	padding: 8px 10px 6px;
	line-height: 27px;
	display: inline-block;
	background: #000;
	border-radius: 3px;
}

.sec-tagline {
	padding: 15px;
	font-size: 18px;
	background: #333;
	text-align: center;
	color: #fff;
	font-weight: 300;
}

.complex {
	color: #3c3c3c;
	margin: 15px 0 0 0;
	font-size: 13px;
}

.complex a {
	color: #000;
}

.complex a:hover {
	color: #ff7d2e;
}

.nav-foot li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.nav-foot li a {
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
}

.nav-foot li:first-child a {
	padding-left: 0;
}

.nav-foot li a:hover {
	color: #f9b234;
}

.copy p {
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
}

.add-vias {
	padding: 2px 8px;
	background: #f9b233;
	margin-top: -7px;
	float: left;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

.in-popdiv {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 25px;
}

.in-popdiv .input-class {
	width: 100%;
	border: 1px solid #ccc;
	height: 32px;
}

.close-ew {
	position: absolute;
	top: 35px;
	right: 10px;
}

.in-popdiv .how-or {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0px 11px;
}

.filter-inner {
	background: #f9b234;
	border-radius: 0;
	box-shadow: 0px 0px 10px #000;
	padding: 20px;
}

.banner-search {
	padding-bottom: 0;
	padding-top: 0;
}

.div-formin {
	margin-bottom: 9px;
}

.div-formin:last-child {
	margin-bottom: 0px;
}

.div-formin .input-class {
	height: 35px;
	border: 0;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #b57f20;
}

.div-formin .input-class:focus {
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
}

.est {
	color: #fff;
	font-size: 14px;
	float: left;
}

.via a {
	color: #fff !important;
	font-weight: 600;
	text-align: left;
}

.via .label {
	font-size: 14px;
	color: #fff;
}

.divider-line {
	height: 1px;
	background: #fff5e5;
	margin: 5px 0;
}

.datesmall {
	width: 40%;
}

.wrap-date {
	margin: 5px 0;
}

.div-formin label {
	color: #fff;
	font-weight: 600;
}

.div-formin .checkarea input[type="radio"] {
	float: left;
	margin-right: 5px;
}

.time-in select {
	-webkit-appearance: initial;
	-moz-appearance: initial;
	width: 45% !important;
	float: left;
}

.time-in {
	width: 60%;
	padding: 5px 0 5px 16px;
}

.dottime {
	width: 10%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding-top: 4px;
}

.ifreturn {
	opacity: 0.4;
}

.activereturn {
	opacity: 1;
}

.half-div {
	width: 48%;
}

.half-div label {
	margin-bottom: 7px;
}

.update-se-button {
	padding: 15px;
	background: #333333;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	margin-top: 10px;
	transition: all 0.3s;
	outline: none;
}

.update-se-button:hover {
	background: #f1f1f1;
	color: #4a4a4a;
	transition: all 0.3s;
}

.result-section h2 {
	font-weight: 500;
	font-size: 23px;
	color: #fff;
	margin-top: 0;
}

.top-results {
	padding: 0;
	background: rgb(243, 239, 233);
	margin-bottom: 10px;
	margin-top: 20px;
}

.block-res {
	text-align: center;
	width: 25%;
	padding: 5px;
}

.inneer-bl {
	background: #fff;
	padding: 0px 0 0 0;
	border-radius: 3px;
	transition: all 0.3s;
}

.icon-top i {
	font-size: 45px;
	color: #f9b234;
	margin-top: 15px;
}

.inneer-bl h1 {
	margin: 15px 0 0 0;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	min-height: 30px;
}

.inneer-bl {
	border: 1px solid #fff;
}

.inneer-bl:hover {
	transition: all 0.3s;
	transform: scale(1.09);
	border: 1px solid #f9b233;
	box-shadow: 0px 0px 2px #ffed21;
}

.inneer-bl h3 {
	margin: 0;
	color: #000;
	font-size: 16px;
	display: inline-block;
}

.starts {
	margin-top: 20px;
	margin-bottom: 10px;
}

.starts i {
	color: #f6ac1c;
	margin: 1px;
}

.non-active {
	color: #ccc !important;
}

.price-non {
	color: #d69117;
	font-size: 14px;
	margin-top: 13px;
	width: 100%;
	padding-right: 0;
}

.price-non del {
	color: #ccc;
}

.price-button {
	padding: 9px 10px 7px !important;
	color: #fff;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	margin-top: 0;
	transition: all 0.3s;
	outline: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.price-button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	color: #fff;
	transition: all 0.3s;
}

.bottom-results {
	/*background: #fff;*/
	margin-top: 0;
	/*border: 1px solid #ededed;*/
	margin-bottom: 40px;
}

.all-res-heading {
	font-size: 17px;
	color: #000;
	margin: 15px 0;
}

.all-res-heading span {
	font-weight: 700;
	color: #f6ac1c;
}

.bootom-filter-sec {
	padding: 15px;
	background: #fff;
}

.bootom-filter-sec select {
	width: 180px;
	margin: 0;
}

.res-wrap {
	padding: 30px 15px 25px 15px;
	border-top: 1px solid #ededed;
	margin-bottom: 15px;
}

.wrap-cab-name {
	width: 25%;
}

.wrap-cab-name h2 {
	color: #ff9900;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.options-cab span {
	margin-bottom: 3px;
	color: #444;
}

.wrap-facilities {
	width: 30%;
	padding-top: 0;
}

.wrap-facilities i {
	font-size: 24px;
	color: #333333;
	margin: 10px 3px 0 0;
}

.button-main {
	width: 40%;
	text-align: center;
	margin-top: 0;
}

.button-main a {
	font-weight: 300;
	font-size: 22px;
}

.sale-wrap {
	width: 40%;
	padding-right: 0;
	margin-top: 0;
}

.sale-design {
	padding: 3px 22px;
	background: #1590bf;
	color: #fff !important;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 12px;
}

.banner-search {
	background-size: 100% !important;
	background-color: #f3efe9 !important;
}

.filter-by-wrap {
	background: #fff;
	padding: 15px;
	border: 1px solid #ededed;
	margin-top: 15px;
}

.filter-by-wrap h2 {
	font-weight: 600;
	color: #4e4e4e;
	font-size: 16px;
	border-bottom: 1px solid #4e4e4e;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 10px 0;
}

.squaredFour {
	width: 20px;
	position: relative;
	margin: 0;
	margin-top: 2px;
}

.squaredFour label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ccc;
}

.squaredFour label:after {
	content: '';
	width: 12px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	opacity: 0.5;
}

.squaredFour input[type=checkbox] {
	visibility: hidden;
}

.squaredFour input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.filter-leftin span {
	font-size: 14px;
	color: #555;
}

.filter-leftin span i {
	font-size: 20px;
	color: #696969;
}

.filter-leftin {
	padding: 7px 0;
	border-bottom: 1px solid #ededed;
}

.filter-sec-description h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
}

.filter-sec-description span {
	font-size: 14px;
	color: #777;
}

.filter-description {
	position: absolute;
	top: 20px;
	right: 16px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	padding: 2px 5px 3px;
	border-radius: 3px;
}

.filter-description:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

.filter-descriptionclose {
	position: absolute;
	top: 20px;
	right: 16px;
	background: #000;
	color: #fff;
	padding: 2px 5px 3px;
	border-radius: 3px;
}

.filter-descriptionclose:hover {
	background: #333;
	color: #fff;
}

.wrap-facilities .starts {
	margin-top: 0;
	margin-bottom: 0;
}

.wrap-facilities .starts i {
	font-size: 16px;
}

.rating-per {
	width: 40px;
	height: 40px;
	background: #f9b234;
	color: #fff;
	font-size: 19px;
	padding-top: 5px;
	text-align: center;
	border-radius: 30px;
}

.div-rateing-cont {
	width: 100%;
	padding-right: 0;
}

.div-rateing-cont h3 {
	color: #ffa600;
	font-weight: 700;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.div-rateing-cont span {
	color: #555;
	font-weight: 400;
	font-size: 13px;
}

.sale-wrap .price-non {
	color: #d89216;
	font-size: 14px;
	margin-top: 24px;
	width: 60%;
	padding-right: 15px;
}

.sale-wrap .price-button {
	padding: 6px 10px;
}

.res-wrap {
	background: #fff;
	transition: all 0.3s;
}

.res-wrap:hover {
	background: #fff;
	transition: all 0.3s;
	position: relative;
	z-index: 9;
}

.cencellation {
	font-size: 14px !important;
	color: #55bd2c;
	font-weight: 400;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: -8px;
}

.cencellation i {
	font-size: 13px !important;
	color: #55bd2c;
	height: 34px;
	float: left;
}

.collect {
	font-size: 14px !important;
	color: #888;
	font-weight: 400;
	line-height: 17px;
	margin-top: 13px;
	margin-bottom: 0;
}

.collect i {
	font-size: 21px !important;
	color: #000;
	float: left;
	margin-top: -2px;
}

.ads-google {
	margin-top: 15px;
}

.adimg {
	max-width: 100%;
}

.ads-wrap h3 {
	color: #000;
}

.logo-taxi img {
	height: 50px;
	max-width: 100%;
}

.steps-book {
	float: right;
	position: absolute;
	top: -42px;
	background: #fcb134;
	right: 0;
	padding: 11px 21px 7px 21px;
	border-radius: 3px 3px 0 0;
	border-bottom: 2px solid #fcb134;
}

.steps-book p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.steps-book p span {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
}

.datesmall .input-group {
	border-bottom: 2px solid #b57f20;
	border-radius: 3px;
}

.datesmall .input-group input {
	border: 0 !important;
}

.title-page {
	font-weight: 700;
	font-size: 34px;
	color: #000;
	text-transform: capitalize;
}

.rideshare {
	padding: 50px 0;
	background: #fff;
}

.table-riders table {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 1px solid #ccc;
}

.table-riders table th {
	background: #ffffff;
	color: #696660;
	text-transform: capitalize;
	border: 0 !important;
	padding: 14px 9px 12px !important;
	font-size: 16px;
}

.book-buttons {
	font-size: 13px;
}

.table-riders table td {
	padding: 22px 9px !important;
	border: 0 !important;
	font-size: 13px;
	background: #fff;
	font-weight: 600;
	border-top: 1px solid #ccc !important;
	vertical-align: middle !important;
}

.bannerfull {
	margin: 0 0 45px 0;
}

.bannerfull img {
	width: 100%;
}

.img-taxi {
	width: 150px;
	vertical-align: middle;
	padding-right: 15px;
}

.wrap-content-pre-book {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.pre-booking-wrap p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.pre-booking-wrap h3 {
	margin: 3px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	display: inline-block;
	padding: 4px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.pre-booking-wrap {
	margin: 0 0 15px 0;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
}

.inprewrap {
	padding: 14px 13px 13px 13px;
	background: rgba(224, 216, 185, 0.92);
}

.pre-booking-wrap span {
	margin: 0;
	font-size: 12px;
}

.priceview {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 13px;
}

.filtermap iframe {
	width: 100%;
	vertical-align: bottom;
}

.filtermap {
	background: #fff;
	padding: 15px;
	border: 0px solid #ededed;
	margin-top: 15px;
}

.filtermap h2 {
	color: #000;
}

.tohigh-sec {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	padding: 20px;
	margin-bottom: 15px;
}

.block-tohig {
	width: 30%;
}

.block-tohigh h2 {
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.block-tohigh p {
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}

.bl-img {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 15px 0 6px 0;
}

.bl-box span {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.bl-box {
	width: 31%;
	vertical-align: top;
}

.box-currency {
	margin-top: 15px;
}

.box-currency .input-class {
	border: 0;
	height: 37px;
	width: 100%;
	font-size: 33px;
	text-indent: 35px;
	vertical-align: top;
}

.span-pos {
	width: 250px;
	margin: 0 5px;
}

.span-pos font {
	position: absolute;
	left: 10px;
	top: -6px;
	font-size: 33px;
}

.matchnud {
	vertical-align: top;
}

.topres-sl .block-res {
	text-align: center;
	width: 100%;
	padding: 0;
}

.topres-sl .inneer-bl:hover {
	transition: none !important;
	transform: none !important;
}

.img-result-top {
	height: 85px;
	overflow: hidden;
	margin-bottom: 0;
}

.user-icons span {
	margin: 0 10px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
}

.user-icons {
	margin-bottom: 6px;
}

.threequotes-sec {
	background: #fff;
	margin: 0 0 0 0;
	padding: 15px;
	border-bottom: 2px solid #f9b234;
	/*box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);*/
}

.threequotes-sec h4 {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	color: #55bd2c
}

.icon-block {
	margin-right: 10px;
}

.icon-block i {
	font-size: 24px;
	color: #55bd2c;
}

.div-bottom {
	width: auto;
	margin-right: 25px !important;
}

.wrap-facilitiesbottom {
	width: 100%;
}

.botton-options {
	padding-top: 15px;
	border-top: 1px solid #f9b24d;
	margin-top: 18px;
}

.center-result {
	width: 35%;
	padding-left: 15px;
}

.center-result span i {
	width: 25px;
	text-align: center;
	color: #ff9b14;
	min-height: 17px;
	float: left;
	margin-top: 2px;
	font-size: 19px;
}

.center-result span {
	width: 100%;
	padding: 6px 0 0 0;
	float: left;
	font-weight: 400;
	color: #888;
	font-size: 13px;
}

.center-result span font {
	color: #999;
	font-weight: 400;
	width: calc(100% - 25px);
	padding-left: 10px;
	float: left;
}

.center-result span font strong {
	color: #55bd2c;
	font-weight: 400;
	padding-left: 0;
	width: 100%;
	float: left;
	font-size: 13px;
}

.email-quote a {
	text-transform: uppercase;
	font-size: 12px !important;
	background: #fcb134;
	color: #fff !important;
	padding: 7px 10px 6px;
	margin-top: 0px;
	float: right;
	border-radius: 3px;
	position: relative;
	top: 5px;
	width: 100%;
	font-weight: 500;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.email-quote a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.email-quote a i {
	font-size: 14px !important;
	color: #fff !important;
	margin: 0;
}

.modal-email .modal-content {
	border-radius: 0;
}

.modal-email .modal-dialog {
	width: 60%;
}

.modal-email h2 {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
}

.popdiv {
	display: inline-block;
	width: 100%;
}

.img-popcar {
	overflow: hidden;
}

.img-popcar img {
	width: 100%;
}

.points-car li {
	list-style: circle;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.content-pop-car span {
	width: 100%;
	margin: 15px 0 0 0;
	float: left;
}

.content-pop-car span i {
	float: left;
	height: 30px;
	font-size: 19px;
	width: 26px;
	text-align: center;
	padding-top: 3px;
}

.content-pop-car span font {
	width: calc(100% - 30px);
	padding-left: 10px;
	font-size: 14px;
	float: left;
}

.content-pop-car span font strong {
	font-weight: 700;
	font-size: 14px;
}

.content-pop-car h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.content-pop-car li {
	margin-top: 5px;
}

.pricepop h1 {
	font-size: 30px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
}

.email-entersec {
	padding: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	margin-top: 25px;
}

.email-entersec .input-class {
	height: 40px;
	border: 0;
	width: 45%;
}

.butonsend {
	border: 0;
	background: #000;
	color: #fff;
	height: 40px;
	border-radius: 3px;
	padding: 0 41px;
}

.butonsend:hover {
	background: #8e5b05;
	color: #fff;
}

.email-entersec span {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.modal-email .modal-title {
	margin: 0;
	font-weight: 700;
	font-size: 17px;
}

.social ul {
	margin: 0;
	padding: 0;
}

.social li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li a {
	width: 100%;
	margin: 0 7px;
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 12px;
}

.social li a:hover {
	color: #f9b234;
}

.lang-foot span {
	width: 16%;
	float: left;
	font-size: 15px;
	color: #fff;
}

.lang-foot {
	margin: 45px 0;
	padding: 10px;
}

.lang-foot span img {
	height: 22px;
	width: auto;
	float: left;
	margin-right: 10px;
}

.lang-foot span a {
	color: #fff;
}

.lang-foot span a:hover {
	color: #f9b234;
}

.copy {
	padding-top: 10px;
}

.star-home {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 11px;
}

.star-home i {
	color: #f9b234;
}

.darkHeader {
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.82);
}

.rating-site {
	margin-right: 15px;
}

.hiw {
	background-size: cover !important;
}

.inner-hiw {
	background: #fff;
	padding: 45px 0;
}

.img-hiw img {
	width: 190px;
	margin-bottom: 25px;
}

.block-hiw-sing h3 {
	color: #333333;
	font-size: 19px;
	font-weight: 600;
	width: 100%;
	float: left;
	margin: 25px 0 15px 0;
}

.block-hiw-sing span {
	color: #5f5f5f;
	font-size: 16px;
	padding: 0px 14px;
	display: inline-block;
}

.block-hiw-sing {
	margin-top: 55px;
}

.divi {
	width: 100px;
	height: 2px;
	border-radius: 3px;
	background: #000;
	margin: 0 0 20px 0;
	display: inline-block;
}

.rideshare p {
	text-align: center;
	padding: 0 10%;
	font-size: 18px;
	color: #999;
}

.carimg-home img {
	width: 110px;
}

.carimg-home span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.stardivi {
	position: relative;
	top: -9px;
	font-size: 20px !important;
	color: #f9b233;
}

.app-section {
	background: rgba(74, 74, 74, 0.92);
	padding: 60px 0;
}

.app-section-bg {
	background-size: cover !important;
}

.app-img {
	max-width: 80%;
}

.app-info h1 {
	font-weight: 300;
	font-size: 45px;
	color: #fff;
}

.app-info p {
	color: #fff;
}

.app-info ul {
	margin: 0;
	padding: 0;
}

.app-info li {
	margin: 0;
	padding: 5px 0;
	color: #fff;
	list-style: none;
	text-transform: uppercase;
}

.app-info li i {
	color: #ffbb41;
	font-size: 18px;
	margin-right: 7px;
}

.apps-stores a {
	margin-right: 10px;
}

.apps-stores {
	margin-top: 40px;
}

.app-info {
	padding-top: 60px;
}

.img-taxi {
	width: 120px;
}

.cont-compair {
	width: calc(100% - 120px);
}

.compaire-div {
	margin: 10px 0;
}

.compaire-div p {
	font-size: 11px;
}

.left-com {
	background: #fff4e0;
	padding: 9px 0;
	box-shadow: 0px 0px 20px #00000033;
	border-radius: 3px;
}

.flag-wrapper {
	width: 25px;
	margin-left: 5px;
}

.flag-wrapper img {
	width: 100%;
}

.datetimewrap {
	background: #f9b233;
	font-size: 13px;
	padding: 5px;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
}

.datetimewrap font {
	font-family: 'Roboto', sans-serif !important;
}

.search-home .form-banner {
	width: 100%;
	float: left;
	background: rgb(251, 251, 251);
	padding: 15px;
	border-radius: 0;
}

.tab-one {
	width: 460px;
	float: left;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.95);
}

.tab-two {
	width: 100%;
	float: left;
	padding: 15px 5px;
	background: rgba(255, 255, 255, 0.78);
}

.tab-three {
	width: 100%;
	float: left;
	padding: 15px 5px;
	background: rgba(255, 255, 255, 0.78);
}

.search-home .form-in .input-class {
	width: 100%;
	border-radius: 3px;
	border: 0;
	border: 1px solid #ccc;
	height: 38px;
	border-radius: 0;
}

.search-home .form-in label {
	font-weight: 600;
	margin: 8px 0 5px 0;
	float: left;
	font-family: 'Roboto', sans-serif !important;
}

.plus-via {
	font-size: 12px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 5px 0;
	background: #000;
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
}

.plus-via:hover {
	color: #fff;
	background: #f9b233;
}

.remove {
	position: ABSOLUTE;
	top: -4px;
	right: 0;
	background: #000;
	width: 19px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

.hals-span {
	width: 50%;
}

.search-home .form-in .input-group {
	margin-top: 0;
	border: 0;
	height: 30px;
	float: left;
	border-radius: 0 !important;
}

.search-home .form-in .form-control {
	height: 38px;
	border: 1px solid #ccc;
	box-shadow: none !important;
	border-right: 0;
	border-radius: 0 !important;
	background: #fff;
	padding-left: 0;
}

.search-home .input-group-addon:last-child {
	border-left: 0;
	border: 1px solid #ccc;
	border-left: 0;
	border-radius: 0 !important;
}

.hals-span2 {
	width: 50%;
	padding-left: 15px;
}

.appdiv2 {
	position: absolute;
	padding: 5px;
	background: #fff;
	text-align: center;
	top: -29px;
	border-radius: 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
	height: auto;
	z-index: 9;
	width: 100%;
	float: left;
	display: inline-block;
	left: 0;
	height: 59px;
}

.appdiv2 h3 {
	font-size: 11px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	margin: 0;
}

.appdiv2 span {
	font-size: 13px;
	font-weight: 700;
	color: #0eaad0;
	margin-bottom: 0px;
	margin-top: -1px;
}

.appdiv2 a {
	background: #0b78d6;
	padding: 4px 0 3px 0;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

.appdiv2 a:hover {
	background: #333;
	color: #fff;
}

.hals-span .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.hals-span .switch input {
	display: none;
}

.hals-span .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.hals-span .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.hals-span input:checked+.slider {
	background-color: #f9b233;
}

.hals-span input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.hals-span input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */

.hals-span .slider.round {
	border-radius: 34px;
}

.hals-span .slider.round:before {
	border-radius: 50%;
}

.hals-span font {
	font-weight: 600;
	margin: 8px 0 5px 0;
	float: left;
	font-family: 'Roboto', sans-serif !important;
	width: 100%;
	float: left;
	text-align: left;
}

.img-user-tab {
	width: 35px;
	height: 35px;
	margin: 2px;
	float: left;
	overflow: hidden;
	border-radius: 19px;
}

.img-user-tab img {
	width: 100%;
}

.popular-destination {
	/*background: #2b2a2a;

	background: -moz-linear-gradient(45deg, #2b2a2a 1%, #806d4d 100%);

	background: -webkit-linear-gradient(45deg, #2b2a2a 1%, #806d4d 100%);

	background: linear-gradient(45deg, #2b2a2a 1%, #806d4d 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2a2a', endColorstr='#806d4d', GradientType=1 ); */
	padding: 50px 0;
	background: #fff;
}

.popular-destination h1 {
	color: #2f2f2f;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 45px;
}

.block-destinations {
	width: 250px;
	height: 250px;
	vertical-align: top;
	margin: 2px 1px 3px 1px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b233+0,38350b+44,f9b233+99 */
	background: #f9b233;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #f9b233 0%, #38350b 44%, #f9b233 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f9b233 0%, #38350b 44%, #f9b233 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f9b233 0%, #38350b 44%, #f9b233 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9b233', endColorstr='#f9b233', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.block-destinations img {
	width: 100%;
	opacity: 0.5;
	transition: all 0.2s;
}

.block-destinations a:hover img {
	opacity: 0.3;
	transition: all 0.2s;
}

.overlay-desti {
	position: absolute;
	left: 0;
	height: 115px;
	font-family: 'Roboto', sans-serif !important;
	text-align: left;
	padding: 12px;
	bottom: 0;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	/* IE6-9 */
}

.block-destinations:hover .overlay-desti h2 {
	top: -15px;
	position: relative;
	transition: all 0.3s;
}

.overlay-desti span {
	font-size: 13px;
	color: #fff;
	line-height: 13px !important;
	float: left;
	width: 100%;
}

.overlay-desti h2 {
	font-size: 30px;
	color: #fff;
	line-height: 13px !important;
	font-family: 'Roboto', sans-serif !important;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
	top: 0;
	transition: all 0.3s;
}

.search-seach .form-banner {
	width: 100%;
	margin-top: 2px;
}

.rating-new {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 3px;
	margin-top: 5px;
}

.rating-new .img-rate {
	width: 40px;
	height: 30px;
	text-align: center;
}

.rating-new .img-rate img {
	max-width: 100%;
	height: 100%;
}

.content-rating {
	float: left;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px;
	color: #000;
	width: 100px;
	padding-top: 6px;
	text-align: center;
}

.rating-wrap {
	width: 54px;
	height: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	padding-top: 6px;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-family: 'Roboto', sans-serif
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.rating-new:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.logo-pop {
	margin: 15px 0 5px 0;
	text-align: center;
}

.logo-pop img {
	padding: 20px 25px;
	max-width: 150px;
}

.rating-wrap2 {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding: 6px;
	border-radius: 3px;
	color: #463811;
	text-shadow: 0px 1px 0px #ffe982;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.rating-wrap2 span {
	font-size: 20px;
	width: 100%;
	font-weight: 700;
	display: inline-block;
}

.wrap-rating {
	padding: 6px;
	background: #ededed;
	font-size: 14px;
	margin-top: 5px;
}

.wrap-rating span {
	float: left;
	width: auto;
	margin: 0 15px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
	color: #fff;
	padding: 8px;
}

.pop-right {
	margin-top: 25px;
}

.wrap-rating font {
	padding-top: 7px;
}

.rating-bot-div {
	padding: 10px;
	width: 100%;
	background: #ededed;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-top: 25px;
	text-transform: uppercase;
}

.modal-header .close {
	margin-top: -2px;
	font-size: 29px;
}

.footer-bottom {
	background: #fff;
	padding: 35px;
	text-align: center;
	margin-top: 0;
}

.footer-bottom span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 25px;
}

.best-value {
	position: absolute;
	right: 0;
	top: 10px;
}

.best-value h1 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	background: #f9b233;
	padding: 12px 31px;
	display: inline-block;
	position: relative;
	z-index: 9;
	border-left: 9px solid #ffc703;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.17);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.first-block .sale-wrap {
	margin-top: 35px;
}

.in-needs {
	padding: 20px 10px;
	text-align: left;
}

.img-need {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
}

.img-need img {
	width: 100%;
}

.in-inner-needs h3 {
	font-size: 20px;
	font-weight: 600;
}

.in-inner-needs p {
	font-size: 14px;
	margin-bottom: 0;
}

.inner-overlay {
	bottom: 0;
	width: 100%;
	padding: 15px;
	position: absolute;
	transition: all 0.3s;
	height: 50%;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}

.inner-overlay h4 {
	font-size: 20px;
	font-weight: 400;
	text-shadow: 0px 0px 10px #333;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	color: #fff;
}

.tags {
	font-size: 11px;
	background: rgba(249, 178, 51, 0.81);
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	float: left;
}

.img-need:hover .inner-overlay {
	height: 100%;
	transition: all 0.3s;
}

.section-popular-airport {
	background: url(../images/banner.png) no-repeat top center;
	background-size: cover;
}

.img-need:hover .inner-overlay .tags {
	background: rgba(249, 178, 51, 1);
}

.section-popular-airport ul {
	margin: 25px 0 15px 0;
	display: inline-block;
	padding: 0;
}

.section-popular-airport li {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
	list-style: none;
}

.section-popular-airport li a {
	color: #444;
	font-size: 14px;
	padding: 5px;
	float: left;
}

.section-popular-airport li a:hover {
	color: #d49119;
}

.more-ports {
	color: #462a06;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dba61f+0,ffda1b+100 */
	background: #dba61f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dba61f 0%, #ffda1b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dba61f', endColorstr='#ffda1b', GradientType=0);
	/* IE6-9 */
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.more-ports:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ff9915+100 */
	background: #ffcc00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc00 0%, #ff9915 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcc00 0%, #ff9915 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcc00 0%, #ff9915 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9915', GradientType=0);
	/* IE6-9 */
}

.sec-tagline span {
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	width: 31%;
}

.sec-tagline span i {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	padding: 10px;
	border-radius: 25px;
}

.table-rider tr:hover td {
	background: #f1f1f1;
}

.title-ride span {
	color: #f9b233;
}

.search-in-riders .input-class {
	border: 1px solid #ccc;
	border-radius: 0;
	margin: 0;
	width: 100%;
	text-indent: 50px;
	font-size: 16px;
	font-weight: 700;
}

.search-in-riders {
	margin: 25px 0 10px 0;
}

.search-button {
	position: absolute;
	color: #000;
	width: 40px;
	font-size: 22px;
	left: 0;
	top: 0;
	height: 49px;
	background: none;
	border: 0;
	padding-top: 10px;
	text-align: center;
}

.title-ride {
	font-weight: 600;
	font-size: 40px;
}

.modal-register .modal-dialog {
	width: 500px;
	border-radius: 0;
}

.modal-register .modal-title {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.modal-register .modal-content {
	border-radius: 0;
}

.modal-register .modal-header {
	background: #ffb42c;
}

.reg-pop-wrap .input-class {
	height: 43px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 13px;
	width: 100%;
	margin-bottom: 0;
}

.reg-pop-wrap .input-class:focus {
	border: 1px solid #f9b233;
	box-shadow: 0px 0px 10px rgb(249, 178, 51);
}

.half-input {
	width: 48% !important;
}

.intro-reg {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 14px;
	font-size: 14px;
	color: #8e8c7f;
}

.check-accept input {
	margin-right: 5px;
}

.sign-button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 0 12px 0;
	border: 0;
	outline: none;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	margin-top: 15px;
	margin-bottom: 10px;
	transition: all 0.2s;
	font-family: 'Roboto', sans-serif !important;
}

.sign-button:hover {
	transition: all 0.2s;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.check-accept {
	margin-top: 15px;
}

.check-accept a {
	color: #e29408;
	border-bottom: 1px solid #f9b233;
}

.check-accept a:hover {
	color: #000;
	border-bottom: 1px solid #fff;
}

.country-form li {
	list-style: none;
}

.country-form .country-name {
	font-size: 11px !important;
	text-transform: uppercase;
	color: #000 !important;
	line-height: 13px !important;
	font-family: 'Roboto', sans-serif !important;
	float: left;
	width: auto !important;
	background: none;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 6px;
}

.divi-pop {
	height: 2px;
	background: #ccc;
	margin: 15px 0;
}

.loginBtn--facebook {
	padding: 8px 22px;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	outline: none;
	border: 0;
	background: #000;
	background-color: #4C69BA;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4C69BA), to(#3B55A0));
	background-image: linear-gradient(#4C69BA, #3B55A0);
}

.loginBtn--facebook:hover {
	background-color: #3B55A0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B55A0), to(#4C69BA));
	background-image: linear-gradient(#3B55A0, #4C69BA);
}

.loginBtn--google {
	padding: 8px 22px;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	outline: none;
	margin-top: 10px;
	border: 0;
	background: #000;
	background-color: #DD4B39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6454), to(#DD4B39));
	background-image: linear-gradient(#ed6454, #DD4B39);
}

.loginBtn--google:hover {
	background-color: #ed6454;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DD4B39), to(#ed6454));
	background-image: linear-gradient(#DD4B39, #ed6454);
}

.loginBtn--twitter {
	padding: 8px 22px;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	outline: none;
	border: 0;
	background: #000;
	background-color: #4dadf7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ebbf6), to(#4dadf7));
	background-image: linear-gradient(#6ebbf6, #4dadf7);
}

.loginBtn--twitter:hover {
	background-color: #6ebbf6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4dadf7), to(#6ebbf6));
	background-image: linear-gradient(#4dadf7, #6ebbf6);
}

.loginmodal .modal-dialog {
	width: 450px;
	border-radius: 0;
}

.logo-login {
	margin-bottom: 25px;
}

.icon-log {
	position: absolute;
	color: #b3b3b3;
	right: 10px;
	top: 21px;
	font-size: 20px !important;
}

.booking-page {
	padding: 45px 0 45px 0;
}

.right-booking-space h2 {
	font-size: 21px;
	margin: 0 0 10px 0;
	color: #e49d1d;
	font-weight: 900;
	text-transform: uppercase;
}

.banner-top-page img {
	width: 100%;
}

.overlay-banner {
	padding: 120px 0 40px 0;
	background-size: cover !important;
}

.overlay-banner h1 {
	color: #fff;
	font-weight: 700;
}

.bookingpage-form label {
	font-weight: 700;
	font-size: 14px;
}

.info-booking {
	margin-bottom: 25px;
}

.bookingpage-form {
	margin-bottom: 15px;
}

.check-options {
	border: 1px solid #f9b233;
	width: 33%;
	float: left;
	text-align: center;
}

.check-options h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.check-options span {
	font-size: 15px;
	margin-bottom: 19px;
	display: inline-block;
}

.check-options {
	position: relative;
}

.check-options input {
	position: absolute;
	top: 0;
}

.check-options[type="radio"]:checked, .check-options[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.check-options[type="radio"]:checked+label, .check-options[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.check-options[type="radio"]:checked+label:before, .check-options[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: #fff;
}

.check-options[type="radio"]:checked+label:after, .check-options[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #f9b233;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.check-options[type="radio"]:checked+label h3 {
	color: #fff;
	position: relative;
	z-index: 9;
}

.check-options[type="radio"]:checked+label span {
	color: #fff;
	position: relative;
	z-index: 9;
}

.check-options[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.check-options[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.right-booking-space {
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	border-radius: 0;
}

.additional-form {
	margin-top: 30px;
	padding: 25px 0 0 0;
	border-top: 1px solid #ccc;
}

.title-gap {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.title-gap i {
	width: 25px;
	float: left;
}

.table-aditional-booking .input-class {
	border-radius: 3px;
	height: 30px;
	width: 100px;
	border: 1px solid #ccc;
}

.gbp {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.table-aditional-booking td {
	vertical-align: middle;
}

.voucher-form {
	margin-top: 30px;
	padding: 25px 0 0 0;
	border-top: 1px solid #ccc;
}

.applybut {
	margin-top: 31px;
	width: auto;
	float: left;
	padding: 11px 20px !important;
}

.table-aditional-booking {
	margin-bottom: 0;
}

.book-but-form {
	background: #f9b233;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	border: 0;
	padding: 15px 35px;
	margin-top: 25px;
	border-radius: 3px;
	box-shadow: 0px 3px 0px #bd8a2e;
	font-weight: 900;
	letter-spacing: 2px;
}

.book-but-form:hover {
	background: #333;
	color: #fff;
	box-shadow: 0px 3px 0px #888;
}

.left-side-bar-booking {
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}

.left-side-bar-booking h2 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.pick-up-info {
	background: #F2F2F2;
	padding: 10px;
}

.pick-up-info h4 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.pick-up-info .input-class {
	height: 35px;
	width: 100%;
}

.pick-up-info .input-group-addon {
	background: #f9b233;
	color: #fff;
}

.cl-wrap {
	margin-bottom: 15px;
}

.wrap-change span {
	color: #000;
	font-size: 14px;
	margin: 0 0 0 0;
	margin-right: 10px;
	font-weight: 700;
}

.wrap-change a {
	display: inline-block;
	background: #f9b233;
	color: #fff;
	padding: 1px 11px;
	border-radius: 2px;
	font-size: 12px;
}

.wrap-change a:hover {
	display: inline-block;
	background: #333;
	color: #fff;
}

.wrap-change {
	margin-bottom: 10px;
}

.update-search {
	padding: 10px 18px 8px 18px !important;
	font-size: 13px !important;
	margin-top: 10px;
}

.block-destinations {
	text-align: center;
	width: 330px;
	border-radius: 0;
	height: 250px;
	margin: 7px 5px;
}

.block-destinations a {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.banner-edit-new {
	padding: 140px 0 20px 0;
}

.top-results .owl-stage-outer {
	padding: 15px 0
}

.banner-edit-new li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner-edit-new .nav-pills>li.active>a, .banner-edit-new .nav-pills>li.active>a:focus, .banner-edit-new .nav-pills>li.active>a:hover {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 7px 16px 5px 16px;
	border-radius: 17px;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.banner-edit-new .nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 7px 16px 5px 16px;
	border-radius: 17px;
	margin-right: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.banner-edit-new .tab-content {
	padding: 0;
	margin: 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	border-radius: 0;
}

.inner-search .input-class {
	height: 54px;
	border-radius: 0;
	border-top: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	font-size: 13px;
	color: #444;
	outline: none;
	width: 100%;
	margin: 0;
	padding-top: 18px;
	padding-right: 10px;
	box-shadow: none !important;
	padding-left: 0 !important;
	transition: all 0.3s !important;
}

.heading-inputs {
	position: absolute;
	top: 11px;
	font-weight: 700;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	left: 7px;
	z-index: 99999;
}

.pickbig {
	padding-top: 0px !important;
	border-top: 2px solid #f9b233 !important
}

.dropbig {
	padding-top: 0px !important;
	border-top: 2px solid #f9b233 !important
}

.datebig {
	padding-top: 0px !important;
	border-top: 2px solid #f9b233 !important;
	transition: all 0.3s !important;
}

.passen-active {
	padding-top: 0px !important;
	border-top: 2px solid #f9b233 !important;
	transition: all 0.3s !important;
}

.dateoutbig {
	padding-top: 0px !important;
	border-top: 2px solid #f9b233 !important;
	transition: all 0.3s !important;
}

.date-one {
	z-index: 99;
}

.date-two {
	z-index: 99;
}

.banner-edit-new input::-webkit-input-placeholder {
	color: #333;
	font-size: 13px;
}

.banner-edit-new input:-moz-placeholder {
	color: #333;
	font-size: 13px;
}

.banner-edit-new input::-moz-placeholder {
	color: #333;
	font-size: 13px;
}

.banner-edit-new input:-ms-input-placeholder {
	color: #333;
	font-size: 13px;
}

.banner-edit-new .input-group-addon:last-child {
	border-left: 0;
	border: 0;
	border-radius: 0;
}

.datein {
	border-left: 1px solid #ccc;
}

.open-passedgers {
	position: absolute;
	background: #fff;
	padding: 10px;
	top: calc(100% + 1px);
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
	width: 114%;
}

.input_div input[type="text"] {
	width: 30px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #f9b234;
	display: inline-block;
	height: 29px;
	vertical-align: top;
}

.wq-minus {
	background: #f9b234;
	border: 0;
	color: #fff;
	width: 25px;
	height: 29px;
	vertical-align: top;
}

.wq-plus {
	background: #f9b234;
	border: 0;
	color: #fff;
	width: 25px;
	height: 29px;
	vertical-align: top;
}

.open-passedgers h4 font {
	padding-left: 5px;
}

.open-passedgers h4 {
	font-weight: 700;
	color: #39404a;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	float: left;
}

.open-passedgers h4 span {
	font-size: 11px;
	font-weight: 400;
}

.open-passedgers .div-full:first-child {
	padding-top: 0;
}

.open-passedgers .div-full:last-child {
	padding-bottom: 0;
	border-bottom: 0px solid #ededed;
}

.open-passedgers .div-full {
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}

.buttonsearch {
	border: 0;
	height: 54px;
	width: 100%;
	outline: none;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.buttonsearch:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.inneer-bl .price-button {
	padding: 9px 10px 7px !important;
	background: #f7f7f7;
	border-radius: 0;
	color: #333;
}

.inneer-bl .price-button:hover {
	padding: 9px 10px 7px !important;
	background: #f9b233;
	color: #fff;
}

.pay-icons img {
	max-width: 100%;
}

.language-edit h4 {
	padding: 7px 13px;
	border: 2px solid #dfe0e0;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	border-radius: 3px;
	line-height: 16px;
}

.language-edit {
	cursor: pointer;
}

.flag {
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-top: 3px;
	background: url(../images/flags1.png) no-repeat;
}

.flag {
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-top: 3px;
	background: url('https://res.cloudinary.com/wego/image/upload/f_auto,fl_lossy/v1509443604/makalu/flags.png') no-repeat;
}

.flag.flag-ps {
	background-position: -64px -55px;
}

.flag.flag-ch {
	background-position: 0 -11px;
}

.flag.flag-nz {
	background-position: -112px -44px;
}

.flag.flag-nl {
	background-position: -96px -44px;
}

.flag.flag-de {
	background-position: -64px -11px;
}

.flag.flag-hk {
	background-position: -48px -22px;
}

.flag.flag-sg {
	background-position: -48px -66px;
}

.flag.flag-ar {
	background-position: -32px 0;
}

.flag.flag-jp {
	background-position: -48px -33px;
}

.flag.flag-om {
	background-position: 0 -55px;
}

.flag.flag-jo {
	background-position: -32px -33px;
}

.flag.flag-bh {
	background-position: -80px 0;
}

.flag.flag-dz {
	background-position: -80px -11px;
}

.flag.flag-it {
	background-position: -16px -33px;
}

.flag.flag-tr {
	background-position: -112px -66px;
}

.flag.flag-cn {
	background-position: -32px -11px;
}

.flag.flag-iq {
	background-position: -112px -22px;
}

.flag.flag-co {
	background-position: -48px -11px;
}

.flag.flag-vn {
	background-position: -32px -77px;
}

.flag.flag-ir {
	background-position: 0 -33px;
}

.flag.flag-mx {
	background-position: -48px -44px;
}

.flag.flag-gh {
	background-position: -32px -22px;
}

.flag.flag-qa {
	background-position: -96px -55px;
}

.flag.flag-ie {
	background-position: -80px -22px;
}

.flag.flag-pk {
	background-position: -32px -55px;
}

.flag.flag-cl {
	background-position: -16px -11px;
}

.flag.flag-tn {
	background-position: -96px -66px;
}

.flag.flag-es {
	background-position: -112px -11px;
}

.flag.flag-th {
	background-position: -80px -66px;
}

.flag.flag-gb {
	background-position: -16px -22px;
}

.flag.flag-sa {
	background-position: 0 -66px;
}

.flag.flag-in {
	background-position: -96px -22px;
}

.flag.flag-sd {
	background-position: -16px -66px;
}

.flag.flag-tw {
	background-position: 0 -77px;
}

.flag.flag-pl {
	background-position: -48px -55px;
}

.flag.flag-ae {
	background-position: 0 0;
}

.flag.flag-id {
	background-position: -64px -22px;
}

.flag.flag-lk {
	background-position: -112px -33px;
}

.flag.flag-ly {
	background-position: 0 -44px;
}

.flag.flag-an {
	background-position: -16px 0;
}

.flag.flag-ru {
	background-position: -112px -55px;
}

.flag.flag-za {
	background-position: -48px -77px;
}

.flag.flag-ng {
	background-position: -80px -44px;
}

.flag.flag-bd {
	background-position: -64px 0;
}

.flag.flag-pt {
	background-position: -80px -55px;
}

.flag.flag-us {
	background-position: -16px -77px;
}

.flag.flag-sy {
	background-position: -64px -66px;
}

.flag.flag-lb {
	background-position: -96px -33px;
}

.flag.flag-se {
	background-position: -32px -66px;
}

.flag.flag-kw {
	background-position: -80px -33px;
}

.flag.flag-fr {
	background-position: 0 -22px;
}

.flag.flag-mo {
	background-position: -32px -44px;
}

.flag.flag-ma {
	background-position: -16px -44px;
}

.flag.flag-ca {
	background-position: -112px 0;
}

.flag.flag-kr {
	background-position: -64px -33px;
}

.flag.flag-au {
	background-position: -48px 0;
}

.flag.flag-my {
	background-position: -64px -44px;
}

.flag.flag-ph {
	background-position: -16px -55px;
}

.flag.flag-br {
	background-position: -96px 0;
}

.flag.flag-eg {
	background-position: -96px -11px;
}

.flag-img {
	margin-right: 7px;
}

.div-exapnds {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000;
	padding: 10px;
	min-width: 210px;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.country-title {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #756b57;
}

.selected-coun {
	font-size: 12px;
	color: #000;
	font-weight: 700;
}

.show-morebutton a {
	font-size: 12px;
	margin: 10px 0;
	display: inline-block;
	color: #d48a07;
}

.show-morebutton a:hover {
	color: #000;
}

.line-divi {
	margin: 10px 0 20px 0;
}

.div-exapnds-big {
	width: 600px;
}

.div-exapnds .country-lists a {
	width: 25%;
	float: left;
	color: #444;
	font-size: 14px;
	padding: 5px 0;
}

.div-exapnds .country-lists a:hover {
	color: #e49b19;
}

.country-lists {
	margin: 15px 0;
}

.selected-flag {
	margin-right: 10px;
}

.coun-less:after {
	content: '- Show Less';
	position: absolute;
	left: 3px;
	background: #fff;
	padding: 0 10px;
}

.curren-less:after {
	content: '- Show Less';
	position: absolute;
	left: 3px;
	background: #fff;
	padding: 0 10px;
}

.currency-list {
	margin: 15px 0;
}

.currency-list .currency-option {
	width: 33%;
	float: left;
	color: #444;
	font-size: 14px;
	padding: 5px 0;
}

.currency-option-code {
	font-weight: 700;
	FONT-SIZE: 12px;
}

.currency-list .currency-option:hover {
	color: #e49b19;
}

.testimonials-home {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: calc(100% - 500px);
	padding: 10px 10px 1px 10px;
}

.testimonials-home h1 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.testimonials-home h1 i {
	font-size: 20px;
	top: -16px;
	position: relative;
	color: #ffb32c;
}

.testimonials-home h1 font {
	font-size: 18px;
	font-weight: 400;
}

.testimonials-home p {
	font-size: 20px;
	text-align: left;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
}

.name-client {
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
}

.name-client i {
	margin-left: 2px;
}

.login-but a {
	padding: 8px 13px 8px 13px;
	border: 2px solid #dfe0e0;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	border-radius: 3px;
	line-height: 16px;
	margin-top: 3px;
	float: right;
	text-transform: uppercase;
}

.login-but a:hover {
	border: 2px solid #f9b233;
	color: #f9b233;
}

.nobg-taxi {
	background: none !important;
	padding: 0 !important;
}

.search-home .tab-content {
	padding: 0;
	display: inline-block;
	width: 100%;
}

.search-home .appdiv {
	top: -28px;
}

.tab-home li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab-home ul {
	margin: 0;
	padding: 0;
}

.tab-home li a {
	text-decoration: none;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 700;
	padding: 15px 13px;
	font-size: 13px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.tab-home li a:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.tab-home li a:focus {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.tab-home li.active a {
	border-radius: 0;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	background: #ffcc00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc00 0%, #ff9915 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcc00 0%, #ff9915 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcc00 0%, #ff9915 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9915', GradientType=0);
	/* IE6-9 */
}

.tab-home li.active a:focus {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.tab-home .nav-pills>li.active>a, .tab-home .nav-pills>li.active>a:focus, .tab-home .nav-pills>li.active>a:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.title-span {
	color: #888;
	font-size: 15px;
}

.inspiration-section {
	padding: 45px 0;
	background: #f7f7f7;
}

.common-title {
	font-weight: 400;
	color: #000;
	margin: 0 0 10px 0;
	font-size: 40px;
}

.common-title-h-four {
	color: #75706b;
	font-size: 16px;
}

.box-inspiration {
	width: 290px;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
	margin-left: -1px;
	margin-right: -1px;
}

.img-block-ins {
	width: 290px;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.img-block-ins img {
	width: 100%;
}

.content-ins {
	background: #fff;
	width: 290px;
	height: 290px;
	padding: 25px;
	position: relative;
	text-align: left;
}

.content-ins h3 a {
	font-size: 23px;
	color: #333;
	line-height: 20px;
	font-weight: 400;
}

.content-ins h3 a:hover {
	color: #e29d21;
}

.content-ins h3 a:focus {
	color: #e29d21 !important;
}

.content-ins h3 {
	margin: 0;
}

.content-ins p {
	color: #666;
	margin: 20px 0;
	line-height: 20px;
}

.readmore-ins {
	color: #333;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.readmore-ins:hover {
	color: #e29d21;
	padding-bottom: 3px;
	border-bottom: 1px solid #e29d21;
}

.bottom-ins:after {
	content: '';
	position: absolute;
	background: url(../images/arrow-bottom.png) no-repeat;
	width: 20px;
	height: 20px;
	top: -19px;
	left: 27px;
}

.top-ins:after {
	content: '';
	position: absolute;
	background: url(../images/arrow-top.png) no-repeat;
	width: 20px;
	height: 20px;
	bottom: -19px;
	left: 27px;
	z-index: 9;
}

.overlay-bottom-img {
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 0 0 30px;
	text-align: left;
	transition: all 0.4s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}

.img-block-ins:hover .overlay-bottom-img {
	transition: all 0.4s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.83+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
	/* IE6-9 */
}

.overlay-bottom-img span, .overlay-bottom-img i {
	color: #fff;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.ins-sections {
	margin-top: 40px;
	margin-bottom: 20px;
}

.section-phone-app {
	background-size: cover !important;
}

.content-section-app {
	padding: 40px 20px;
	vertical-align: top;
	width: 330px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.content-section-app h3 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: #fff;
}

.content-section-app span {
	font-size: 13px;
	color: #fff;
}

.appstore-top {
	margin-top: 10px;
}

.appstore-top a {
	margin-bottom: 5px !important;
}

.appimg-sec {
	vertical-align: top;
	width: 380px;
	margin-left: -8px;
}

.appimg-sec-in {
	position: absolute;
	max-width: 100%;
	top: -55px;
}

.appimg-sec-in img {
	width: 100%;
}

.app-sec-my {
	background: #f7f7f7;
	padding: 80px 0 120px 0;
}

.promo-div {
	width: 350px;
	position: fixed;
	left: 7px;
	bottom: 7px;
	padding: 26px 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.28);
	z-index: 99;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,edebe8+100 */
	background: rgb(249, 252, 247);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(249, 252, 247, 1) 0%, rgba(237, 235, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(249, 252, 247, 1) 0%, rgba(237, 235, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(249, 252, 247, 1) 0%, rgba(237, 235, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9fcf7', endColorstr='#edebe8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.flat-less {
	width: 55%;
	float: left;
}

.flat-less h1 {
	font-weight: 200;
	font-size: 86px;
	margin: 0;
}

.flat-less h3 {
	font-weight: 200;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0;
	color: #ffa400;
}

.flat-content {
	width: 45%;
	float: left;
	text-align: center;
}

.flat-content h4 {
	font-weight: 700;
	font-size: 14px;
	color: #232222;
	text-transform: uppercase;
	margin: 0;
}

.flat-content span {
	font-weight: 400;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #f9b233;
	margin-top: 10px !important;
	display: inline-block;
}

.flat-content h1 {
	font-weight: 300;
	font-size: 19px;
	color: #ffffff;
	background: #5d5240;
	padding: 5px 0;
}

.users-today i {
	margin-right: 10px;
}

.users-today font {
	color: #bd7900;
}

.users-today i {
	color: #bd7900;
}

.close-promo {
	position: absolute;
	right: -11px;
	top: -9px;
	background: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
	color: #000;
	border-radius: 30px;
	box-shadow: 0px 0px 10px #6b6b6b;
}

.Vehicle-select ul {
	height: 37px;
	border: 1px #ccc solid;
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.Vehicle-select ul li {
	padding: 0px 0px 0 0;
	z-index: 2;
	font-size: 13px;
}

.Vehicle-select ul li:not(.init) {
	float: left;
	width: 100%;
	display: none;
	background: #fff;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.Vehicle-select ul li:not(.init):last-child {
	border-bottom: 1px solid #ededed;
}

.Vehicle-select ul li:not(.init):hover, ul li.selected:not(.init) {
	background: #ededed;
}

.Vehicle-select li.init {
	cursor: pointer;
	padding: 0 10px;
	line-height: 35px;
	width: 100%;
	float: left;
	background: #fff;
}

.image-cars {
	width: 75px;
}

.image-cars img {
	width: 100%;
}

.Vehicle-select .init .image-cars img {
	width: auto;
	height: 34px;
}

.Vehicle-select .init .car-name-form {
	padding-top: 0;
}

.Vehicle-select .init .car-person-form {
	padding-top: 0;
}

.car-name-form {
	margin-left: 10px;
	font-size: 13px;
	padding-top: 14px;
	font-weight: 600;
}

.car-person-form {
	margin-left: 10px;
	font-size: 13px;
	padding-top: 14px;
	padding-right: 10px;
	font-weight: 600;
}

.curren-ul {
	height: 250px !important;
	overflow: auto;
	position: absolute !important;
	top: 33px;
}

.form-selectul {
	min-height: 78px;
}

.testi-full {
	position: relative;
	top: inherit;
	width: 100%;
	float: left;
}

.cinner-bl-hire {
	background: #ededed;
	padding: 15px;
	border-radius: 3px;
}

.cinner-bl-hire h1 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 7px;
	background: #000;
}

.block-hire {
	padding: 0 10px;
}

.inbg {
	background: #fff !important;
}

.numberdiv .input_div input[type="text"] {
	width: calc(100% - 50px);
	text-align: center;
	border-radius: 0;
	border: 1px solid #f9b234;
	display: inline-block;
	height: 38px;
	vertical-align: top;
}

.numberdiv .wq-plus {
	height: 38px;
}

.numberdiv .wq-minus {
	height: 38px;
}

.add-return {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dba61f+0,ffda1b+100 */
	background: #dba61f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dba61f 0%, #ffda1b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dba61f', endColorstr='#ffda1b', GradientType=0);
	/* IE6-9 */
	padding: 11px 15px 9px 15px;
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	font-size: 13px;
	border-radius: 3px;
}

.add-return:hover {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
}

.add-return:focus {
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

.div-overlay-form {
	position: absolute;
	height: 44px;
	background: rgba(237, 237, 237, 0.58);
	bottom: 0;
	z-index: 9;
}

.line-two {
	margin: 15px 0;
}

.half-size {
	height: 60px !important;
}

.returntrip label {
	text-indent: 25px;
}

.returntrip {
	width: 100%;
	margin-bottom: 15px;
}

.returntrip span {
	float: left;
	padding-left: 25px;
	font-weight: 700;
	padding-top: 9px;
}

.img-payment {
	margin-top: 10px;
}

.login-but {
	margin-right: 7px;
}

.vehicle-wrap-search .form-selectul {
	min-height: inherit;
}

.vehicle-wrap-search ul {
	height: 36px;
	border: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	padding-left: 0;
	margin-top: 18px;
	top: 0 !important;
}

.vehicle-wrap-search ul li {}

.vehicle-wrap-search li.init {
	cursor: pointer;
	padding: 0 2px;
	line-height: 35px;
	width: 100%;
	float: left;
	background: #fff;
}

.vehicle-wrap-search .car-name-form {
	margin-left: 4px;
	font-size: 12px;
	padding-top: 0;
}

.vehicle-wrap-search .car-person-form {
	margin-left: 3px;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	font-weight: 600;
	float: left !important;
}

.vehicle-wrap-search .init .car-person-form {
	padding-top: 0;
	line-height: normal;
	width: calc(100% - 75px);
}

.vehicle-wrap-search .init .car-name-form {
	padding-top: 5px;
	line-height: normal;
	width: calc(100% - 75px);
}

.vehicle-wrap-search .image-cars {
	width: 61px;
}

.vehicle-wrap-semain {
	border-left: 1px solid #ccc;
}

.country-form .country-list .country-name {
	font-size: 11px !important;
	text-transform: uppercase;
	color: #000 !important;
	line-height: normal !important;
	font-family: 'Roboto', sans-serif !important;
	float: left;
	width: auto !important;
	background: none;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 0;
	vertical-align: top !important;
	margin-top: -8px;
}

.img-ab-sec img {
	max-width: 100%;
}

.img-ab-sec {
	text-align: center;
}

.cont-ab-sec ul {
	margin: 0;
	padding: 0;
}

.cont-ab-sec li {
	margin: 0;
	padding: 13px 0 13px 57px;
	list-style: none;
	background: url(../images/tick.png) no-repeat 0 10px;
	font-size: 23px;
	color: #fff;
	line-height: 22px;
	font-weight: 900;
}

.coupon {
	background: #f9f9f9;
	padding: 20px;
	border-bottom: 2px solid #dadada;
}

.coupon h4 {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.coupon h4 a {
	color: #e69402;
}

.wrap-coupopn-enter {
	margin-top: 10px;
}

.wrap-coupopn-enter .input-class {
	width: 250px;
}

.cou-but {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	color: #462a06;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	border: 0;
	margin-top: 11px;
	margin-left: 6px;
	padding: 14px 20px;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0px 1px 4px #a2a2a2;
}

.cou-but:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1b+0,dba61f+100 */
	background: #ffda1b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
	/* IE6-9 */
	color: #462a06;
	color: #462a06;
	text-shadow: 0px 1px 0px #ffe27d;
	border: 0;
	margin-top: 11px;
	margin-left: 6px;
	padding: 14px 20px;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0px 1px 4px #a2a2a2;
}

.inner-bil-form label {
	font-weight: 700;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

.inner-bil-form .input-class {
	width: 100%;
	border: 1px solid #A2A2A2;
	height: 40px;
	margin-top: 0;
}

.inner-bil-form .input-class:focus {
	box-shadow: 0px 1px 4px #a2a2a2;
}

.coupon {
	margin-bottom: 25px;
}

.form-billing h4 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
}

.your-oredr {
	margin-top: 25px;
	padding: 0 15px;
}

.tabletotal {
	box-shadow: 0px 0px 21px rgba(12, 12, 12, 0.08);
}

.top-heading-table {
	color: #484848;
	font-size: 16px;
	padding: 13px 10px !important;
	background: #f5f5f5;
	border: 0 !important;
}

.payment-options {
	background: #f9f9f9;
	padding: 20px;
	border-bottom: 2px solid #dadada;
}

.div-options {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.div-options:last-child {
	padding: 20px 0;
	border-bottom: 0px solid #ccc;
}

.div-options input[type="radio"] {
	float: left;
	margin-right: 5px;
}

.div-options label {
	font-weight: 700;
	font-size: 14px;
	margin-top: 0;
}

.wrap-det {
	margin-top: 5px;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.08);
	border-radius: 4px;
}

.wrap-det span {
	font-size: 14px;
}

.paypalcheck img {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
	border-radius: 3px;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	margin-right: 11px;
}

.paypalcheck a {}

.card-input {
	font-size: 20px;
	font-weight: 700;
}

.card-input::-webkit-input-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 700;
}

.card-input:-moz-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 700;
}

.card-input::-moz-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 700;
}

.card-input:-ms-input-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 700;
}

.half-pay-wrap {
	width: 40%;
}

.half-pay-wrap .card-input::-webkit-input-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 400;
}

.half-pay-wrap .card-input:-moz-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 400;
}

.half-pay-wrap .card-input::-moz-placeholder {
	color: #878787;
	font-size: 25px;
	font-weight: 400;
}

.half-pay-wrap2 {
	width: 150px;
	margin-left: 15px;
}

.booknow {
	padding: 14px 35px 12px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
	margin-bottom: 15px;
	margin-left: 15px;
}

.method-wrap h3 {
	font-weight: 700;
	color: #dc8d00;
	margin-top: 0;
	margin-bottom: 10px;
}

.method-wrap span {
	font-weight: 700;
	color: #555;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.method-wrap p {
	font-weight: 400;
	color: #777;
	font-size: 13px;
	width: 100%;
	float: left;
	margin-bottom: 12px;
	margin-top: 0;
	font-style: italic
}

.method-wrap {
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.method-wrap h2 {
	font-weight: 700;
	margin-bottom: 0;
}

.method-wrap font {
	font-weight: 700;
	font-size: 35px;
}

.img-cars {
	margin-bottom: 10px;
}

/* .img-cars img {
	max-width: 75%;
} */

.abbanner {
	margin: 35px 0 45px 0;
}

.abt-home-sec {
	padding: 80px 0;
}

.abbanner {
	background-size: cover !important;
}

.testimonials-booking-page {
	margin-top: 0;
	border-top: 1px solid #ccc;
}

.testimonials-booking-page h3 {
	font-size: 16px;
}

.stars i {
	background: #f9b233;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	padding-top: 3px;
	float: left;
	padding-left: 4px;
	color: #463c2a;
	text-shadow: 0px 1px 0px #ffe4b3;
}

.stars font {
	font-weight: 700;
	font-size: 14px;
	margin-left: 10px;
}

.name-review {
	margin: 10px 0;
}

.name-review span.name {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	width: auto !important;
	margin-bottom: 0 !important;
}

.name-review span.dattime {
	font-weight: 400;
	font-size: 10px;
	color: #999;
	float: right;
	width: auto !important;
}

.reviews-testi p {
	font-weight: 400;
	font-size: 12px;
	color: #555;
	float: right;
	margin: 0;
	width: auto !important;
}

.reviews-testi {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.white-title {
	color: #fff;
	font-weight: 300;
}

.section-acc {
	padding: 80px 0;
}

.section-acc li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.section-acc li a {
	padding: 15px 20px;
	border-bottom: 4px solid rgba(237, 237, 237, 0.35);
	color: #000;
	font-weight: 300;
	font-size: 18px;
	float: left;
}

.section-acc ul {
	margin: 0;
	padding: 0;
	float: right;
}

.section-acc ul:before {
	position: absolute;
	content: '';
	top: 59px;
	width: 100%;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,ff9915+39 */
	background: #ffcc00;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffcc00 0%, #ff9915 39%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffcc00 0%, #ff9915 39%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffcc00 0%, #ff9915 39%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9915', GradientType=1);
	/* IE6-9 */
	height: 2px;
	right: 0;
}

.ul-navs li.active a {
	border-bottom: 4px solid #ff9915;
	color: #da7b00;
	background: #fff;
}

.ul-navs li a:hover {
	border-bottom: 4px solid #ff9915;
	color: #da7b00;
	background: #fff;
}

.content-sec-account {
	padding: 35px 0;
	border-bottom: 2px solid #eaeaea;
	box-shadow: 0px 2px 0px #ffffff;
}

.content-sec-account h1 {
	font-weight: 300;
	font-size: 45px;
}

.sec-account-main-wrap {
	background: rgba(237, 237, 237, 0.35);
}

.block-acc-det {
	padding: 30px 15px;
}

.block-acc-det h3 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
}

.block-acc-det span {
	font-size: 16px;
	color: #757575;
}

.cont-details-account {
	border-bottom: 2px solid #eaeaea;
	box-shadow: 0px 2px 0px #ffffff;
}

.icons-acc-wrap a {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.icons-acc-wrap img {
	position: relative;
	top: 10px;
}

.icons-acc-wrap span {
	position: relative;
	top: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.icons-acc-wrap {
	margin: 25px 0 0 0;
}

.edit-account-but {
	position: absolute;
	right: 0;
	top: 42%;
	width: 40px;
	color: #463111;
	font-size: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.78);
	height: 40px;
	text-align: center;
	padding-top: 8px;
	z-index: 99;
	border-radius: 35px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+1,ff9915+100 */
	background: #ffcc00;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffcc00 1%, #ff9915 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffcc00 1%, #ff9915 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffcc00 1%, #ff9915 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9915', GradientType=1);
	/* IE6-9 */
}

.edit-account-but:hover {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,333333+100 */
	background: #555555;
	/* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%, #333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	/* IE6-9 */
}

.add-new-card {
	font-size: 22px;
	color: #000 !important;
	font-weight: 300;
}

.paymethoid .modal-dialog {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	height: 100%;
	position: absolute;
}

.paymethoid .modal-content {
	background-color: #222;
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	box-shadow: none !important;
	height: 100%;
}

.add-method h1 {
	color: #e8e8e8;
	font-weight: 900;
	font-size: 45px;
	text-shadow: 0px 2px 0px #000000;
}

.add-method h4 {
	color: #fff;
}

.cx-cards img {
	margin: 0 10px;
}

.cx-cards span {
	color: #fff;
	font-weight: 900;
}

.cx-cards {
	margin: 15px 0 0 0;
}

.add-method-but {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 28px 11px 28px;
	border-radius: 46px;
	color: #462a06;
	float: left;
	text-shadow: 0px 1px 0px #ffe27d;
	background: #ffda1b;
	background: -moz-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	background: -webkit-linear-gradient(top, #ffda1b 0%, #dba61f 100%);
	background: linear-gradient(to bottom, #ffda1b 0%, #dba61f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda1b', endColorstr='#dba61f', GradientType=0);
}

.add-method-but:hover {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 28px 11px 28px;
	border-radius: 46px;
	color: #462a06;
	float: left;
	text-shadow: 0px 1px 0px #ffe27d;
	background: #ffda1b;
	background: -moz-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	background: -webkit-linear-gradient(top, #dba61f 0%, #ffda1b 100%);
	background: linear-gradient(to bottom, #dba61f 0%, #ffda1b 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dba61f', endColorstr='#ffda1b', GradientType=0);
}

.text-more {
	margin-top: 50px;
}

.add-method h5 {
	color: #ccc;
	font-family: 600;
}

.paymethoid button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 63px;
	font-weight: 300;
	text-shadow: none;
	color: #fcd51b !important;
	opacity: 1 !important;
	position: absolute;
	right: 27px;
	z-index: 99;
	outline: none;
}

.invitationwrap h1 {
	color: #000;
	text-shadow: none;
}

.invitationwrap h4 {
	color: #444;
}

.face-tw {
	background: #ededed;
	box-shadow: inset 0px 0px 10px #d6d6d6;
	padding: 5px;
	width: auto;
	float: left;
	margin-bottom: 20px;
	border-radius: 4px;
}

.face-tw a {
	padding: 12px 19px;
	color: #000;
	float: left;
	font-size: 17px;
	font-weight: 700;
}

.face-tw a:hover {
	color: #444;
}

.share-code a {
	width: 100%;
	padding: 12px 50px;
	text-align: center;
}

.twoway a {
	font-weight: 600;
	background: #dedede;
	color: #000000 !important;
	text-shadow: 0px 1px 0px #fff;
}

.twoway a:hover {
	background: #f7d190;
	color: #000000 !important;
	text-shadow: 0px 1px 0px #fff;
}

.twoway a font {
	font-weight: 600;
	font-size: 11px;
}

/****** business*******/

.left-business h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}

.left-business p {
	font-size: 19px;
	color: #fff;
}

.inner-business {
	background: rgba(0, 0, 0, 0.82);
	padding: 150px 0 100px 0;
}

.right-business {
	padding: 0 55px;
}

.business-form {
	margin-bottom: 10px;
}

.business-form .input-class {
	margin: 0;
}

.business-form .input-class {
	margin: 0;
	border: 0;
	background: rgba(111, 111, 111, 0.51);
	padding-left: 27px;
	color: #fff;
	font-size: 15px;
	padding-left: 30px;
}

.business-form .input-class:focus {
	background: rgba(43, 43, 43, 0.55);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.81);
}

.business-form i {
	position: absolute;
	left: 0;
	width: 38px;
	color: #fff;
	top: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 17px;
	z-index: 9
}

.business-form input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.business-form input:-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

.business-form input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

.business-form input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.country-drop .select2-container--default .select2-selection--single {
	background-color: #474544;
	border: 0;
	border-radius: 3px;
	height: 50px;
}

.country-drop .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	height: 50px;
	line-height: 51px;
	padding-left: 30px;
}

.country-drop .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.country-drop .select2-results__option {
	padding: 4px 6px;
	user-select: none;
	-webkit-user-select: none;
	margin: 0;
}

.button-signup {
	margin-right: 15px;
	padding: 14px 25px;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	text-shadow: 0px 1px 0px #ffe38c;
	border-radius: 3px;
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc00 31%, #ffcc00 31%, #ff9915 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcc00 31%, #ffcc00 31%, #ff9915 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcc00 31%, #ffcc00 31%, #ff9915 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ff9915', GradientType=0);
	/* IE6-9 */
}

.button-signup:hover {
	color: #000;
	font-weight: 700;
	text-shadow: 0px 1px 0px #ffe38c;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
}

.left-business {
	margin-top: 60px;
}

.box-business {
	padding: 15px 25px;
}

.box-business h3 {
	font-weight: 600;
	color: #000;
	font-size: 22px;
}

.box-business p {
	margin: 0;
}

.img-businness {
	margin-bottom: 25px;
}

.left-cashback h1 {
	font-weight: 300;
	color: #000;
	font-size: 45px;
}

.left-cashback h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
}

.left-cashback h4 font {
	font-weight: 700;
	font-size: 17px;
}

.cash-banner {
	background: #fff url(../images/private-transport.jpg) no-repeat top right;
	padding: 80px 0;
}

.left-cashback ul {
	margin: 0;
	padding: 0;
}

.left-cashback li {
	background: url(../images/bgliul.png) no-repeat 0 9px;
	font-size: 16px;
	color: #000;
	padding: 5px 5px 5px 23px;
	margin: 0;
	list-style: none;
}

.dash-banner {
	padding: 80px 0;
}

.banner-img-cs {
	position: absolute;
	left: 0;
	overflow: hidden;
	padding: 0;
	height: 100%;
	top: 0;
}

.banner-img-cs img {
	max-width: 100%;
}

.left-conm {
	padding: 45px 0;
}

.refer-banner {
	background: #fff url(../images/layinmob.jpg) no-repeat top right;
	padding: 80px 0;
}

.block-counter h5 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.coun-section {
	padding: 80px 0;
}

.counter-texts {
	font-weight: 700;
	font-size: 50px;
	color: #ffa013;
}

.block-counter font {
	font-weight: 700;
	font-size: 50px;
	color: #ffa013;
}

.testimonials-business {
	padding: 80px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.img-user-tes {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.img-user-tes img {
	width: 100%;
}

.testimonials-business .item p {
	font-size: 28px;
	font-weight: 300;
}

.testimonials-business span {
	color: #555;
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}

.subscribe-sec {
	background: #333 url(../images/send.png) no-repeat top right;
	padding: 40px 0;
}

.subscribe-sec h2 {
	color: #fff;
	font-weight: 700;
	font-size: 29px;
	margin-top: 0;
}

.subscribe-sec span {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.subscribe-sec .input-class {
	border: 0;
	background: #fff;
	width: 75%;
	float: left;
}

.subscribe-sec .button-signup {
	width: auto;
	margin-top: 10px;
}

.testimonials-business .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.testimonials-business .owl-dot {
	width: 15px;
	height: 15px;
	margin: 40px 6px 0 6px;
	border-radius: 15px;
	background: #676464;
	display: inline-block;
}

.testimonials-business .owl-dot.active {
	background: #fdaa15;
}

.parallax-city {
	padding: 0;
}

.container-city {
	padding: 230px 0;
	background: rgba(0, 0, 0, 0.71);
}

.container-city h1 {
	font-size: 90px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 15px;
}

.divider-bottom {
	width: 60px;
	height: 3px;
	background: #f9b233;
	margin-bottom: 25px;
}

.container-city h3 {
	font-size: 32px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 15px;
}

.country-wrap h2 {
	color: #444;
	padding-bottom: 12px;
	border-bottom: 2px solid #f9a714;
	display: inline-block;
	font-weight: 300;
}

.wrap-country-lists {
	width: 100%;
	padding-right: 0px;
}

.wrap-country-lists ul {
	margin: 0;
	padding: 0;
}

.wrap-country-lists li {
	font-size: 16px;
	color: #717171;
	padding: 4px 15px 4px 0;
	width: 25%;
	float: left;
	list-style: none;
	margin: 0;
}

.country-wrap {
	margin-bottom: 20px;
}

.user-dash-nav-left {
	height: 100%;
	position: absolute;
	padding: 25px 0;
	background: #fff;
	height: 100%;
	border-left: 1px solid #ededed;
}

.img-user-pro {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid #ededed;
	margin: 10px 0;
}

.img-user-pro img {
	width: 100%;
}

.img-user-profile span {
	display: inline-block;
	width: 100%;
	margin: 0 0;
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.user-pro-nav ul {
	margin: 0;
	padding: 0;
}

.user-pro-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.user-pro-nav li a {
	padding: 17px;
	border-bottom: 1px solid #ededed;
	font-size: 15px;
	color: #333;
	width: 100%;
	float: left;
}

.user-pro-nav li a:hover {
	color: #000;
	background: #ededed;
}

.img-user-profile {
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}

.title-user-dash {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin: 0 0 25px 0;
}

.title-user-dash h1 {
	font-weight: 400;
	font-size: 24px;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.user-dash-right {
	background: #fff;
	padding: 60px 30px;
	border-left: 1px solid #ededed;
	min-height: 750px;
	box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.06);
}

.filter-acounts {
	position: absolute;
	left: 0;
	top: 0;
}

.filter-acounts a {
	font-size: 14px;
	color: #000;
}

.filter-acounts a:hover {
	color: #bb3704;
}

.wraps-cen {
	width: 300px;
	margin: 15px;
}

.select-boxes {
	padding: 10px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 14px;
	width: 100%;
	float: left;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.select-boxes:hover {
	background: #f1a804;
	border: 1px solid #f1a804;
	color: #fff;
}

.wraps-cen .form-date {
	height: 40px;
	border-radius: 0;
}

.oneactive {
	background: #f1a804;
	border: 1px solid #f1a804;
	color: #fff;
}

.twoactive {
	background: #f1a804;
	border: 1px solid #f1a804;
	color: #fff;
}

.search-lists {
	padding: 15px;
	background: #093f65;
}

.list-heading {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}

.table-se-result span {
	color: #000;
}

.table-se-result p {
	color: #000;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 17px;
}

.tab-expans {
	background: #fff;
	padding: 15px;
}

.tab-res-table h4 {
	color: #fff;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: 400;
}

.ratethis {
	background: #ffad1b;
	color: #fff !important;
	padding: 10px;
}

.ratethis:hover {
	background: #0eb6c7;
	color: #fff !important;
	padding: 10px;
}

.comsoro {
	color: #fff;
	font-size: 22px !important;
	margin-top: 10px;
}

.tab-expans td {
	padding: 10px;
	vertical-align: top;
}

.group-lists {
	margin-bottom: 15px;
}

.filter-expand {
	padding: 15px;
	background: #093f65;
}

.filter-expand h4 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px 0;
}

/* .squaredOne */

.squaredOne {
	width: auto;
	height: 39px;
	border-radius: 3px;
	position: relative;
	padding: 0px 10px;
	margin-right: 10px !important;
	margin: 5px auto;
	background: #fcfff4;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredOne label {
	width: calc(100% - 4px);
	height: 39px;
	position: absolute;
	top: 2px;
	left: 2px;
	cursor: pointer;
	border-radius: 3px;
}

.squaredOne label:after {
	content: '';
	width: calc(100% + 4px);
	height: 39px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9915+31,ff9915+31,ffcc00+100 */
	background: #ff9915;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9915 31%, #ff9915 31%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9915', endColorstr='#ffcc00', GradientType=0);
	/* IE6-9 */
	opacity: 0;
}

.squaredOne span {
	position: relative;
	z-index: 9;
	width: 100%;
	float: left;
	top: -12px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.squaredOne label:hover::after {
	opacity: 0.3;
}

.squaredOne input[type=checkbox] {
	visibility: hidden;
}

.squaredOne input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.filter-expand {
	margin-bottom: 15px;
}

.fil-book {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner-landing {
	background-size: cover !important;
	height: 100vh;
}

.coming-soon-offer h1 {
	font-size: 25px;
	font-weight: 400;
	color: #000;
	margin-top: 0;
}

.overlay-style {
	height: 100vh;
	background: rgba(27, 27, 27, 0.85);
	padding-top: 8%;
}

.coming-soon img {
	max-width: 100%;
}

.coming-soon h1 {
	font-family: 'Pacifico', cursive;
	color: #fff;
	font-size: 65px;
}

.coming-soon-offer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f5f9f0+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f5f9f0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f5f9f0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%, #f5f9f0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f9f0', GradientType=0);
	/* IE6-9 */
	border-radius: 3px;
	padding: 30px;
}

.coming-soon-offer .input-class {
	border: 1px solid #ccc;
	width: 100%;
}

.coming-soon-offer .input-class:focus {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
}

.subscribe-but {
	margin-left: 0;
	font-size: 13px;
	padding: 10px 15px;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
}

.banner-invi img {
	max-width: 100%;
}

.button-gr-single-trip a {
	background: #f3a416;
	margin: 0 2px !important;
	border-right: 3px solid #fff;
	border-top: 0;
	border-bottom: 0;
	color: #fff !important;
	border-radius: 0;
	width: 24%;
}

.button-gr-single-trip a:hover {
	background: #333;
	color: #fff !important;
}

.single-section {
	margin-top: 25px;
}

.inter-wrap-journey {
	padding: 20px;
	background: #f7f7f7;
}

.journey-wrap {
	padding-left: 15px;
	width: calc(100% - 35px)
}

.radio-wrap {
	width: 35px;
	padding-top: 5px;
}

.journey-wrap h3 {
	font-weight: 300;
}

.journey-wrap span {
	color: #666;
}

.descrip {
	border-top: 1px solid #ccc;
	padding-top: 15px !important;
}

.bakedown-sec h2 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
}

.table-breakdown {
	margin-top: 0;
}

.table-breakdown td {
	padding: 15px 0 !important;
	font-size: 14px;
	border-top: 0;
	border-bottom: 1px solid #ededed;
	color: 555;
}

.table-breakdown th {
	padding: 15px 0 !important;
	font-size: 14px;
	border-top: 0;
	border-bottom: 1px solid #ededed;
	color: 555;
}

.btn-addtrip {
	width: 100%;
	display: inline-block;
	background: #f3a416;
	font-size: 15px;
	border-radius: 0;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.btn-addtrip:hover {
	background: #333;
	color: #fff;
}

.select2-results__option {
	padding: 5px;
	margin: 0;
}

.table-gi .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 45px;
	color: #000;
}

.table-gi .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	height: 45px;
	line-height: 46px;
	padding-left: 10px;
}

.table-gi th, .table-gi td {}

.table-gi td {
	padding: 12px 15px 12px 0;
}

.table-gi tr {
	border-bottom: 1px solid #ededed;
}

.addemail {
	color: #f9b233;
	font-weight: 700;
	text-transform: uppercase;
}

.addemail:hover {
	color: #333;
}

.code-profile span {
	padding-top: 10px !important;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #676767;
}

.img-profile {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.img-profile img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}

.img-profile i {
	position: absolute;
	color: #fff;
	font-size: 22px;
	text-align: center;
	left: 30px;
	text-shadow: 0px 0px 14px #000;
	bottom: -100px;
	transition: all 0.3s;
}

.img-profile:hover i {
	bottom: 27px;
	transition: all 0.3s;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

.upload-btn-wrapper .btn {
	border: 0;
	color: white;
	background-color: #ef225b;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	cursor: pointer;
}

.upload-btn-wrapper input[type=file]:hover .btn {
	border: 0;
	color: white;
	background-color: #333;
	cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.savebut {
	border: 0;
	color: white;
	background-color: #333;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	display: inline-block;
	vertical-align: top;
}

.savebut:hover {
	color: white;
	background-color: #ef225b;
}

.img-wrap-pop {
	width: 250px;
	max-height: 250px;
	overflow: hidden;
}

.img-wrap-pop img {
	max-width: 100%;
}

.table-gi .input-class {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
}

.save-profile {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 25px 8px;
}

.save-profile:hover {
	padding: 10px 25px 8px;
}

.use-app {
	background: #ada18c;
}

.use-app span {
	color: #fff;
	padding: 21px 0;
	display: block;
}

.message-box-left {
	padding: 15px;
	background: #093f65;
}

.message-box-left input[type="checkbox"] {
	float: left;
}

.message-box-left label {
	width: calc(100% - 25px);
	color: #fff;
	padding-left: 10px;
}

.from-left {
	position: relative;
	left: 25px;
	margin-top: 10px;
}

.inner-reps {
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 10px;
	text-align: center;
}

.inner-reps span {
	font-size: 13px;
	color: #555;
	width: calc(100% - 35px);
	float: left;
	text-align: left;
	font-weight: 700;
	padding-left: 15px;
}

.hide-represent {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.header-noaffix {
	position: absolute !important;
	top: 0;
}

.list-options {
	padding: 11px 15px;
	color: #333;
	font-size: 19px;
	background: #ededed;
	margin: 0px 5px 0 0;
	border-radius: 3px;
}

.list-options:hover {
	background: #333;
	color: #fff;
}

.list-options:focus {
	background: #333;
	color: #fff !important;
}

.list-options.activelist {
	background: #f90;
	color: #fff;
}

.grid-view-result {
	width: 33.33%;
}

.grid-view-result {
	background: none;
	padding: 5px 5px 5px 5px;
	position: relative;
	margin: 0;
	min-height: 551px;
	max-height: 551px;
}

.grid-view-result:hover {
	background: none;
}

.grid-view-result .inner-wrap-results {
	background: #fff;
	padding: 15px;
}

.grid-view-result:hover .inner-wrap-results {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.grid-view-result .wrap-cab-name {
	width: 100%;
	text-align: center;
}

.grid-view-result .center-result {
	width: 100%;
	padding-left: 0;
	padding-top: 5px;
}

.grid-view-result .sale-wrap {
	margin-top: 15px;
	width: 100%;
}

.grid-view-result .div-rateing-cont {
	text-align: center;
}

.grid-view-result .button-main {
	width: 100%;
}

.grid-view-result .rating-new {
	width: 130px;
	border: 1px solid #ccc;
}

.grid-view-result .img-rate {
	width: 40px;
	height: 34px;
}

.grid-view-result .content-rating {
	font-size: 12px;
	width: 80px;
	padding-top: 0;
}

.grid-view-result .rating-wrap {
	width: 83px;
	height: 17px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	padding-top: 0px;
	border-radius: 3px;
}

.grid-view-result .div-bottom {
	margin-right: 2px !important;
}

.grid-view-result .best-value h1 {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	background: #f9b233;
	padding: 12px 12px;
}

.first-block.grid-view-result .wrap-cab-name {
	width: 100%;
	text-align: left;
}

.grid-view-result .sale-wrap .price-button {
	width: 40%;
}

.grid-view-result .twoway {
	width: 56%;
}

.grid-view-result .twoway a {
	top: 0;
	padding: 10px 0px;
}

.p-on {
	position: absolute;
	left: calc(-100% - 60px);
	width: 200px !important;
	top: -3px;
}

.grid-view-result .p-on {
	position: relative;
	left: 0;
	width: 100% !important;
	top: -3px;
	text-align: center;
	margin: 15px 0 0 0 !important;
}

.grid-view-result .priceview {
	font-size: 27px;
	margin-bottom: 10px;
	margin-top: 0;
}

.grid-view-result .botton-options {
	padding-top: 2px;
	margin-top: 6px;
}

.grid-view-result .email-quote a {
	padding: 14px 10px 10px;
	margin-bottom: 6px;
}

.grid-view-result .collect {
	width: calc(100% - 75px);
	padding-left: 5px;
	font-size: 13px !important;
	line-height: 13px;
}

.img-user-profile font {
	display: inline-block;
	width: 100%;
	margin: 0 0;
	color: #ef9900;
	font-size: 15px;
	font-weight: 700;
	line-height: 70px;
	margin-top: 10px;
}

.img-user-profile font img {
	width: 70px;
	height: 70px;
}

.landing-sign-wrap {
	padding: 25px;
	border-top: 5px solid #f9b233;
}

.landing-sign-wrap h1 {
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	color: #dc500d;
}

.landing-sign-wrap p {
	font-size: 14px;
	color: #888;
	margin: 15px 0;
	line-height: 16px;
}

.landing-sign-wrap p font {
	font-weight: 700;
	color: #000;
}

.landing-sign-wrap h2 {
	font-weight: 700;
	font-size: 80px;
	margin: 0;
	color: #dc500d;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
}

.coun-country span {
	padding: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #dc500d;
}

/******** new css 11.4.2018 *********/

.phone-no {
	color: #fff;
	font-weight: 300;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 18px;
}

.navigation {
	margin-top: 6px;
}

.language .bootstrap-select {
	margin-bottom: 0;
}

.language li {
	margin: 0;
	padding-left: 0;
	text-align: left;
	padding-bottom: 2px;
	font-size: 13px;
}

.booxking-w-wrap {
	background: #fff;
	padding: 15px;
	border-radius: 7px;
	max-width: 430px;
}

.booxking-w-wrap .input-class {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
}

.icon-se {
	color: #949494;
	position: absolute;
	right: 10px;
	top: 19px;
	font-size: 23px;
}

.typeahead {
	min-width: 300px;
	border-radius: 0;
}

.typeahead li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.typeahead li a {
	padding: 10px;
	font-size: 13px;
}

.calendar-bookwed .input-group-addon:last-child {
	opacity: 1;
	padding: 0;
	background: none;
	border: 0 !important;
}

.calendar-bookwed .icon-se {
	right: 10px;
}

.time-select {
	/* border: 1px solid #ccc; */
	height: 40px;
	text-align: right;
	padding-right: 29px;
}

.select-time {
	/* width: 30%; */
	display: inline-block;
	padding: 0px 10px 0;
	text-align: center;
	border: 1px solid #ccc;
	height: 38px;
	border-radius: 4px;
}

.time-select .icon-se {
	right: 0;
}

.via-links a {
	color: #555;
	font-size: 14px;
	padding-top: 0;
	font-weight: 300 !important;
}

.close-via {
	position: absolute;
	top: 1px;
	right: -5px;
	cursor: pointer;
	color: #fff;
	background: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 19px !important;
	font-size: 13px;
}

/* .close-via {
	position: absolute;
	top: 2px;
	right: -5px;
	cursor: pointer;
} */

.timewrap {
	margin: 10px 0;
}

.clc-price a {
	width: 100%;
	border-radius: 4px;
	float: left;
	text-align: center;
	padding: 10px;
	background: #20B2AA;
	color: #fff;
	margin-top: 15px;
}

.clc-price a:hover, .clc-price a:focus {
	background: #333;
	color: #fff !important
}

.active-section {
	border-top: 2px solid #ecb066;
}

.block-cars {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
}

.block-cars:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #f9b233;
}

.img-car-bl {
	width: 100px;
}

.img-car-bl img {
	width: 100%;
}

.info-cars {
	width: calc(100% - 100px);
	padding-left: 15px;
}

.info-cars h3 {
	font-size: 17px;
}

.info-cars h3 span {
	font-size: 20px;
}

.icon-forcars {
	margin-right: 10px;
	color: #000;
}

.icon-forcars .bigico {
	font-size: 22px;
	color: #999;
}

.map-cars-screen {
	padding: 10px;
	background: #fff;
}

.sho-maps {
	color: #000;
	margin-top: 8px;
}

.edit-ed {
	padding-right: 0;
	font-size: 16px;
}

/* The container */

.container-wrap {
	display: block;
	position: relative;
	padding-left: 26px;
	font-weight: 400;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */

.container-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #d5d5d5;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container-wrap:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container-wrap input:checked~.checkmark {
	background-color: #20B2AA;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	/* display: none; */
}

/* Show the indicator (dot/circle) when checked */

.container-wrap input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */

/* .container-wrap .checkmark:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
} */

.container-wrap .checkmark::after {
	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.check-trips {
	width: auto;
	margin-right: 15px;
}

.check-trips .container-wrap {
	padding-left: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.main-lab {
	margin-right: 11px;
}

.languageswq {
	margin-top: 10px;
	padding: 0;
	background: #ffffff;
}

.languageswq span {
	font-size: 11px;
	line-height: 16px;
	margin: 0 2px;
}

.languageswq span a {
	color: #000;
}

.languageswq span img {
	width: 20px;
}

.fav-lan {
	margin-top: 25px;
	margin-bottom: -15px;
}

.fav-lan span {
	font-weight: 700;
	position: relative;
	top: 13px;
	color: #999;
}

.qt-heading {
	color: #000 !important;
	font-size: 22px !important;
	margin-bottom: 20px !important;
	text-align: center !important;
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	/* background:none; */
	/* color: inherit; */
	border: none;
	/* padding: 0 !important;
	font: inherit */
}

.owl-prev {
	background: #20b2aa;
	margin: 0 6px 0 0;
	padding: 2px 12px;
	border-radius: 3px;
}

.owl-next {
	background: #20b2aa;
	margin: 0;
	padding: 2px 12px;
	border-radius: 3px;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav[class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 14px 0 0 0;
	padding: 0;
	/* background: #D6D6D6; */
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav[class*=owl-]:hover {
	/* background: #869791;
	color: #FFF;
	text-decoration: none */
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.right-book {
	padding-top: 20px;
}

.meassage-box {
	margin: 0 auto 20px;
	float: none;
	/* max-width: 860px; */
}

/* .meassage-box span {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	float: left;
} */

.img-user {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.meassage-box span {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	float: none;
}

.img-user-tab2 {
	width: 60px;
	height: 60px;
	margin: 2px;
	/* float: left; */
	overflow: hidden;
	border-radius: 50%;
}

.img-user-tab2 img {
	width: 100%;
}

/* .user-names {
	width: calc(100% - 70px);
	padding-left: 15px;
} */

.user-names {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.user-names h5 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}

.user-names p {
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.bl-hiw {
	width: 25%;
}

.bl-hiw h4 {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
}

.phicon {
	transform: rotate(110deg);
}

.fleet {
	padding: 50px 0;
	text-align: center;
	background: #f9f9f9;
}

.fleet h4 {
	color: #000;
	margin-top: 10px;
}

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

.bl-crs {
	margin: 10px;
	color: #555;
	font-size: 16px;
}

.bl-fleet span {
	color: #000;
}

.btn-fleet {
	background: none;
	color: #fff;
	/* padding:16px 14px; */
	font-size: 24px;
	font-weight: 600;
	text-shadow: 0px 2px 0px #000;
}

.btn-fleet:hover {
	background: none;
	color: #fff;
	/* text-shadow: 0px 2px 0px #464646; */
}

/* .common.btn-wrap-car {
	float: none;
	width: auto;
	display: table;
	margin: 9px auto 0;
	background: #20B2AA;
	border-radius: 4px;
} */

/* .common.btn-wrap-car:hover {
	background: #555;
} */

/* .btn-fleet:hover {
	background: #fbac1f;
	color: #fff;
	text-shadow: 0px 2px 0px #ad7512;
} */

.btn-fleet font {
	font-size: 14px;
	font-weight: 400;
}

.img-whu {
	width: 64px;
	height: 64px;
}

.img-whu img {
	width: 100%;
}

.whu-cont {
	width: calc(100% - 64px);
	padding-left: 15px;
	padding-top: 15px;
}

.whu-cont h3 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.whu-cont h6 {
	font-weight: 600;
	font-size: 14px;
	margin-top: 0;
}

.bl-wcu p {
	font-size: 14px;
}

.bl-wcu {
	margin: 10px 0;
}

.linehe {
	background: #ededed;
	height: 1px;
}

/* .ar-line {
	background: #fff;
	padding: 10px;
	margin-top: -29px;
	font-size: 23px;
	position: relative;
	top: -5px;
	color: #20B2AA;
} */

.ar-line {
	background: #fff;
	padding: 0 10px;
	margin-top: -29px;
	font-size: 23px;
	position: relative;
	top: -13px;
	color: #20B2AA;
}

.moreinfo {
	background: url(../images/bmw_interio.jpg) no-repeat;
	background-size: cover;
}

.inside-more {
	background: rgba(27, 27, 27, 0.78);
	/* padding: 130px 0; */
	padding: 35px 0;
}

.inside-more h1 {
	font-weight: 200;
	letter-spacing: 2px;
	font-size: 34px;
	color: #fff;
}

.inside-more h4 {
	font-weight: 200;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
	margin-top: 40px;
}

.bottom-phno {
	padding: 19px 19px 17px 62px !important;
	text-align: left;
	margin: 5px 5px;
	background: #20B2AA;
	border-radius: 4px;
	position: relative;
	min-width: 264px;
}

.bottom-phno i {
	position: absolute;
	top: 50%;
	margin: 0;
	font-size: 26px;
	line-height: 0;
	margin-top: -1px;
	left: 21px;
}

.bottom-phno small {
	font-size: 16px;
	display: block;
}

.bottom-phno:hover {
	background: #666;
	color: #fff;
}

.bottom-phno2 {
	background: #555;
}

.bl-foot h3 {
	font-weight: 200;
	font-size: 20px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcceb4;
	margin-top: 0;
	display: inline-block;
}

.bl-foot ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.bl-foot li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bl-foot li a {
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	padding: 3px 0;
}

.bl-foot li a {
	color: #fff;
}

.bl-foot li a:hover {
	color: #dcceb4;
}

.co-ul li a {
	color: #dcceb4;
	padding: 6px 0 !important;
	float: left;
}

.co-ul li a:hover {
	color: #fff;
}

.bl-foot p {
	color: #fff;
	font-size: 14px;
	margin-top: 0;
}

.bl-foot span {
	color: #fff;
	font-size: 14px;
}

.bl-foot .phone-no {
	padding-left: 0 !important;
	padding-top: 13px !important;
	float: left;
	margin-right: 14px;
}

.playstores {
	margin-top: 30px;
}

.playstores a {
	margin: 0 10px;
}

.copyright {
	color: #ccc;
	margin-top: 20px;
}

.social-foot span a {
	color: #fff;
	font-size: 35px;
	margin: 2px;
}

.social-foot span a:hover {
	color: #75cef9;
}

.mapid iframe {
	width: 100%;
	vertical-align: bottom;
}

.result-sec h2, #result-two h2 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.result-sec {
	background: #fbfbfb;
	padding-bottom: 65px;
}

.pricecars h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
}

.btn-pri {
	padding: 9px 12px;
	margin-top: 11px;
	background: #20B2AA;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
}

.btn-pri:hover {
	background: #666;
	color: #fff;
}

.bg-success2 {
	background: #e0f3df;
	border: 0;
	margin-top: 25px;
}

.bg-success2 h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.bg-success2 span {
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.first-bl {
	border: 1px solid #20B2AA;
	margin-bottom: 35px;
}

.first-bl .panel-heading {
	background: #20B2AA;
	color: #fff;
}

.first-bl .panel-body {
	padding: 15px 0;
}

.wrap-form .input-class {
	border: 1px solid #ccc;
	height: 38px;
	margin-bottom: 0;
}

.book-details span {
	font-size: 16px;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.book-details span font {
	font-weight: 700;
}

.table-forms tr {
	background: none !important;
}

.input-class {
	width: 100%;
	height: 35px;
	border: 1px solid #dae1e7;
	background-color: #f1f5f8;
	color: #606f7b;
}

.wrap-bookpay {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.28);
}

.tablesout td {
	padding: 0 4px;
}

.bigtext {
	font-size: 24px;
	font-weight: 700;
}

.sub-buttons a {
	padding: 10px;
	border-radius: 0;
	width: 48%;
}

.infor-book {
	padding: 20px;
}

.checkbox.custom-checkbox input[type="checkbox"], .checkbox.custom-checkbox input[type="radio"], .checkbox.switch input[type="checkbox"] {
	position: absolute;
	left: -9999em;
}

.checkbox.custom-checkbox label, .radio.custom-radio label, .checkbox.switch label {
	padding-left: 0;
}

/* .checkbox.custom-checkbox span,
.radio.custom-radio span {
	width: auto;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} */

.checkbox.custom-checkbox span, .radio.custom-radio span {
	width: auto;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
}

.radio.custom-radio span {
	border-radius: 50%;
	line-height: 9px;
}

/* .checkbox.custom-checkbox input:checked+span,
.radio.custom-radio input:checked+span {
	background-color: #5cb85c;
	border-color: #5cb85c;
} */

.checkbox.custom-checkbox input:checked+span, .radio.custom-radio input:checked+span {
	background-color: #24c2b9;
	border-color: #24c2b9;
}

.form .row {
	margin-left: -8px;
	margin-right: -8px;
}

.form .row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 10px;
}

/* .block-form-section {
	background: rgba(237, 243, 245, 0.62);
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(194, 201, 204, 0.66);
} */

.block-form-section {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #dae1e7;
	border-radius: 8px;
}

.btn-common {
	width: 100%;
	float: left;
}

.btn-common span {
	width: 33.33%;
	float: left;
	padding: 3px;
}

.fourbuttons span {
	width: 25%;
	float: left;
	padding: 3px;
}

.btn-common a {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	height: 108px;
	border: 1px solid #cce3e8;
	box-shadow: none !important;
}

.btn-common a img {
	max-width: 160px;
}

.imgpaypal {
	margin-top: 9px;
}

.btn-common a.active {
	border: 1px solid #80cc55;
}

.btn-common a.active::after {
	content: '✓';
	position: absolute;
	bottom: 0;
	background: #80cc55;
	width: 30px;
	border: 0;
	border-radius: 50px;
	height: 30px;
	padding-top: 6px;
	top: 50%;
	left: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: -14px;
}

.btn-wrap-car span {
	font-size: 22px;
	font-weight: 700;
	padding-right: 10px;
	position: relative;
	top: 7px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

/* .btn-wrap-car .btn-fleet {
	font-size: 16px;
	padding: 0;
	margin-left: 8px;
	background: none !important;
} */

.btn-wrap-car .btn-fleet {
	padding: 9px;
}

.strip {
	padding-top: 20px;
}

.paypal {
	padding-top: 26px;
}

.cash img {
	width: auto !important;
}

.cash {
	font-weight: 600;
	color: #2b343a;
	padding-top: 10px;
}

/* .book-pay .block-form-section h4 {
	background: #374e54;
	padding: 15px;
	margin-top: -13px;
	color: #fff;
	font-size: 14px;
	position: relative;
	width: calc(100% + 30px);
	left: -15px;
	border-radius: 6px 6px 0 0;
} */

.block-form-section h4 {
	padding: 14px 0;
	margin-top: -13px;
	color: #000;
	position: relative;
	width: auto;
	border-bottom: 1px solid #dae1e7;
	font-size: 24px;
	font-weight: 700;
}

.bs-wizard {
	margin-top: 14px;
}

/*Form Wizard*/

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #444;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #24c2b9;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #ddf5f3;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #e6e6e6;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 1;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

.accounts-wrap img {
	width: auto !important;
}

.accounts-wrap {
	font-weight: 600;
	color: #2b343a;
	padding-top: 10px;
}

/**** for edit ****/

.edit-div {
	position: absolute;
	width: 100%;
	background: rgba(20, 148, 197, 0.43);
	border: 1px dotted #07b0ff;
	display: none;
	height: auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding-top: 0;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
	z-index: 999999;
}

.edit-for:hover .edit-div {
	display: block;
	font-style: normal;
}

.edit-div:after {
	position: absolute;
	content: 'Edit';
	font-size: 13px;
	color: #555;
	padding: 3px;
	width: 70px;
	left: calc(50% - 35px);
	top: 100%;
	border-radius: 0 0 3px 3px;
	text-shadow: none !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	/* IE6-9 */
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#img-upload {
	width: 100%;
}

.img-lo-upo {
	margin-bottom: 25px;
}

.img-lo-upo img {
	max-width: 300px;
}

/**** for edit ****/

.car-result-block {
	/* background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	padding: 0 15px 15px 15px;
	margin: 15px auto;
	overflow: hidden;
	border-radius: 6px; */
}

.car-result-block h3 {
	text-align: center;
	margin: 0 -15px;
	color: #000;
	padding: 10px 0;
	font-weight: 700;
}

.car-result-block .img-cars {
	margin: 36px auto 12px
}

.car-features span {
	max-width: 100%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.car-featres span {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	/* text-align: center; */
	font-size: 15px;
	color: #000;
	line-height: 26px;
	padding: 5px 0;
	margin: 0 16px;
}

.car-features {
	/* min-height: 37px; */
	font-size: 12px;
}

.car-featres {
	margin: 0 auto 9px;
	display: flex;
	flex-wrap: wrap;
}

/* .col-cars {
	width: 20%;
} */

.car-featres span:last-child {
	border-right: 0
}

.car-price-box {
	background: #666;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding: 10px 10px 6px;
}

.car-price-box:hover {
	background: #333;
}

.car-price-box h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.car-price-box .button-booking {
	border: 0;
	background: no-repeat;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	margin: 4px 0 0;
}

.car-price-box.for-returning {
	background: #f9b233;
	margin-top: 7px;
}

.car-price-box.for-returning:hover {
	background: #f5a921;
}

/* .car-result-block:hover {
	box-shadow: 0 0 20px rgba(255, 152, 0,0.3);
} */

.booxking-w-wrap .ch-tripwrap {
	display: table;
	margin: 0 auto;
	float: none;
	width: auto;
}

.car-result-block .price-big h5 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	/* color: #fff; */
	min-width: 71px;
}

.car-result-block .price-big {
	/* float: left;
	min-width: 90px; */
}

/* .car-result-block  .bok-ten {
	float: right;
} */

/* .return-fair .mtop-3, .hourly-fair .mtop-3 {
	margin-top: 6px;
} */

#special_instructions {
	height: 70px;
}

.spec_ins_lbl {
	padding-top: 15px;
}

.footer-block .copyright {
	margin-top: 0;
}

.subfooter-block {
	background: #000
}

/* Contact Form */

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact100-form-title {
	display: block;
	width: 100%;
	font-size: 26px;
	color: #000;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 31px;
	font-weight: 700;
}

.wrap-input100 {
	text-align: left;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 13px;
	margin-bottom: 28px
}

.container-contact100-form-btn {
	text-align: center;
	margin: 0 auto;
}

/* .rs1-wrap-input100 {
	width:calc((100% - 30px)/2)
   } */

.label-input100 {
	font-size: 15px;
	color: #a6a5a5;
	line-height: 1.5;
	padding-left: 5px;
	font-weight: 300;
}

.input100::-webkit-input-placeholder {
	color: #555;
	font-size: 19px;
}

.input100:-moz-placeholder {
	color: #555;
	font-size: 19px;
}

.input100::-moz-placeholder {
	color: #555;
	font-size: 19px;
}

.input100:-ms-input-placeholder {
	color: #555;
	font-size: 19px;
}

.input100 {
	display: block;
	border: 0;
	width: 100%;
	background: 0 0;
	font-size: 19px;
	color: #333;
	line-height: 1.2;
	padding: 0 5px
}

.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none
}

.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	background: #20B2AA
}

input.input100 {
	height: 40px
}

textarea.input100 {
	min-height: 110px;
	padding-top: 9px;
	padding-bottom: 13px
}

.input100:focus+.focus-input100::before {
	width: 100%
}

.has-val.input100+.focus-input100::before {
	width: 100%
}

.wrap-contact100 {
	max-width: 570px;
	background: #fff;
	border-radius: 10px;
	padding: 19px 17px 25px;
	position: relative;
	margin: 31px auto;
}

.clear {
	clear: both;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 50px;
	background-color: #20B2AA;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	/* box-shadow:0 10px 30px 0 rgba(255,75,90,.5);
	-moz-box-shadow:0 10px 30px 0 rgba(255,75,90,.5);
	-webkit-box-shadow:0 10px 30px 0 rgba(255,75,90,.5);
	-o-box-shadow:0 10px 30px 0 rgba(255,75,90,.5);
	-ms-box-shadow:0 10px 30px 0 rgba(255,75,90,.5) */
}

.contact100-form-btn i {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.contact100-form-btn:hover {
	background-color: #666;
	/* box-shadow:0 10px 30px 0 rgba(51,51,51,.5);
	-moz-box-shadow:0 10px 30px 0 rgba(51,51,51,.5);
	-webkit-box-shadow:0 10px 30px 0 rgba(51,51,51,.5);
	-o-box-shadow:0 10px 30px 0 rgba(51,51,51,.5);
	-ms-box-shadow:0 10px 30px 0 rgba(51,51,51,.5) */
}

.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}

.m-l-7 {
	margin-left: 7px;
}

.contact100-more {
	color: #999;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 23px auto 0;
	font-size: 17px;
}

.contact100-more-highlight {
	color: #20B2AA;
}

.btn-primary {
	color: #fff;
	background-color: #20B2AA;
	border-color: #20B2AA;
}

.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #464646;
	border-color: #464646;
}

.logo-wrap img {
	max-width: 170px;
}

.banner-text h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
}

.banner-text h1 {
	color: #42EAE1;
	font-size: 42px;
	font-weight: 700;
}

/* .banner-text {
	margin-top: 101px;
} */

.section-title span {
	color: #20B2AA;
}

.section-title {
	position: relative;
	margin: 0 0 26px !important;
	padding: 0 0 13px;
	font-weight: 700;
}

.section-title::after {
	position: absolute;
	content: '';
	width: 70px;
	height: 3px;
	background-color: #20B2AA;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#reviews .owl-nav {
	display: none;
}

#reviews {
	background: #f4f4f4;
}

#reviews .owl-theme .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #20b2aa;
}

.no-minheight {
	min-height: unset !important;
}

.centered {
	float: none !important;
	margin: 0 10px;
	display: inline-block;
}

#processbars {
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 99999 !important;
}

#result-two {
	background: #f7f7f7;
}

.btn-booking-now {
	text-align: center;
	margin: 10px 0 20px;
	padding-top: 21px;
}

.form-control {
	box-shadow: none;
}

.input-group-addon {
	color: #606f7b;
	text-align: center;
	background-color: #f1f5f8;
	border: 1px solid #dae1e7;
}

.input-class.mt-0 {
	margin-top: 0;
}

.checkbox.custom-checkbox.flight-topimg {
	margin-top: 0;
}

.form-group.inline-block i {
	display: inline-block;
	font-size: 21px;
	color: #606f7b;
}

.hint-text {
	margin: 10px 0 15px;
}

.form-group.inline-block {
	border: 1px solid #dae1e7;
	border-radius: 4px;
	padding: 13px;
	margin-bottom: 27px;
}

.lbl-inline {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 6px;
	font-weight: 700;
	font-size: 17px;
}

.mt-0 {
	margin-top: 0;
}

label.mt-10 {
	margin-top: 18px;
}

.checkbox.custom-checkbox.return-check {
	margin-top: 16px;
}

#totalamt {
	text-align: right;
	font-weight: bold;
	color: #000;
	font-size: 26px;
	margin-top: -6px;
	margin-bottom: 9px;
}

.form-group.discount-box {
	padding: 20px;
	background: #f1f5f8;
	margin: 0;
	border-radius: 5px;
	max-width: 33.33%;
}

.form-group.discount-box #discount {
	background: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

// Modified CSS for on/off switch
.onoffswitch {
	position: relative;
	width: 78px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	/* border: 1px solid #999999;  */
	border-radius: 20px;
}

.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 15px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 11px;
	background-color: #00A600;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 11px;
	background-color: #DBDBDB;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	width: 25px;
	margin: 2px;
	background: #FFFFFF;
	/* border: 2px solid #999999; */
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 44px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	height: 25px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.onoffswitch {
	width: 73px;
	position: relative;
	display: inline-block;
}

.journey-label {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 9px;
	font-weight: 700;
}

.return-journey-checked {
	margin: 15px 0 15px;
}

.input-group-addon, .input-group-btn {
	max-width: 42px;
}

.input-group {
	margin-bottom: 12px;
}

select.input-class {
	text-indent: 3px;
}

/* .discount-box .btn {
	margin-top: 11px;
} */

.checkbox.custom-checkbox {
	padding-left: 28px;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.login-btn-block {
	float: left;
	margin: 8px auto 20px;
}

.forgot-btn-block {
	float: right;
	margin-top: 7px;
}

.alert>p, .alert>ul {
	margin-top: 0;
	font-size: 14px;
}

.modal-title {
	font-weight: 700;
}

.register-btn-block {
	margin: 29px auto 16px
}

.login-btn.register-btn {
	background: #20b2aa;
	border: 1px solid #20b2aa;
}

.login-signup-modal .input-class {
	height: 44px;
}

.forgot-btn-block {
	float: right;
	margin-top: 15px;
}

.register-options .common {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0 15px;
}

.register-options .container-wrap {
	padding-left: 23px;
}

.booxking-w-wrap .input-group {
	margin-bottom: 0;
}

.hint {
	margin: 20px auto 25px;
	font-size: 13px;
}

.register-options {
	text-align: center;
	margin: 10px auto;
}

.review-slider {
	margin-top: 50px;
}

.review-slider .owl-dots {
	display: none;
}

.review-slider h3 {
	font-size: 23px;
	position: relative;
	padding: 0 0 13px;
	margin: 0 0 20px 0;
}

.review-slider h3::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #20B2AA;
	bottom: 0;
	left: 0;
}

.common.btn-wrap-car {
	float: none;
	width: auto;
	padding: 11px 22px;
	display: table;
	margin: 7px auto 0;
}

.btn.payment_method.cash {
	font-size: 0;
}

.imgcash {
	margin-top: 12px;
}

.block-form-section h4 span {
	color: #1ab7ae;
}

.h1-text {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin: 0 0 13px;
}

.h1-smalltext {
	font-size: 13px;
	margin: 8px 0 17px;
}

.form-group.relative-group {
	position: relative;
}

.asb-position {
	position: absolute;
	top: 34px;
	right: 10px;
	color: grey;
	cursor: pointer;
}

.btn-fleet {
	background: #20b2aa;
	padding: 13px 25px;
	font-size: 17px;
}

.btn-fleet:hover {
	background: #555;
}

.airport.hide {
	margin-bottom: 13px;
}

.pass-hints .container-wrap {
	display: inline-block;
}

.btn-common .btn.payment_method.cash a.active::after {
	font-size: 14px;
	font-weight: normal;
}

.car-edit-dropdown #dropdownMenu1 {
	padding: 7px 13px 7px 51px;
	margin: 0;
	border: 0;
	display: block;
	width: 100%;
	text-align: left;
	background: #f1f5f8;
}

.car-edit-dropdown.dropdown .btn .caret {
	margin-left: 0;
	position: absolute;
	top: 15px;
	right: 9px;
}

.car-edit-dropdown.dropdown .car-opt {
	display: inline-block;
	margin: 0 13px 0 10px;
	color: #606f7b;
	font-size: 13px;
	float: right;
}

.car-edit-dropdown.dropdown .car-opt i {
	font-size: 14px;
}

.car-edit-dropdown.dropdown .car-opt span {
	display: inline-block;
}

.car-edit-dropdown.dropdown .dividers {
	display: inline-block;
	margin: 0 8px 0 6px;
}

.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: transparent;
	box-shadow: none;
}

.form-group.inline-block.pdlr-0 {
	padding: 0;
}

.car-edit-dropdown.dropdown .dropdown-menu {
	min-width: 100%;
	padding: 0;
}

.car-edit-dropdown.dropdown .dropdown-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.car-edit-dropdown.dropdown .dropdown-menu>li>a {
	padding: 11px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: transparent;
	box-shadow: none;
}

.car-edit-dropdown.dropdown .dropdown-menu>li>a.active {
	background: #24c2b9;
	color: #fff;
}

.car-edit-dropdown.dropdown .dropdown-menu>li>a.active .car-opt, .car-edit-dropdown.dropdown .dropdown-menu>li>a.active .car-opt i {
	color: #fff;
}

.car-edit-dropdown.dropdown .form-control-feedback {
	left: 2px;
	border-right: 1px solid #dae1e7;
}

.car-edit-dropdown.dropdown .form-control-feedback {
	height: 23px;
	color: #606f7b;
	line-height: 18px;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 37px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.form-control:focus {
	border-color: #dae1e7;
	box-shadow: none;
}

.input-group .form-control {
	padding: 2px 12px 0 5px;
}

.intl-tel-input .flag-dropdown {
	z-index: 9 !important;
}

.intl-tel-input input {
	padding-left: 40px !important;
	height: 35px !important;
}

.save-detail-box {
	padding: 20px;
	background: #f1f5f8;
	margin: 0;
	border-radius: 5px;
	padding-bottom: 7px;
}

.form-control.bg-white {
	background: #fff !important;
}

.btn-wrap-car.hourly-fair span, .btn-wrap-car.return-fair span {
	top: 2px;
}

.inner-wrap.common {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
	position: relative;
	z-index: 1;
}

.social-foot span a {
	color: #20B2AA;
}

.social-foot span a:hover {
	color: #666;
}

.customNavbar>li>a:hover {
	color: #2FE8DE;
	background: none;
}

@media (min-width: 768px) {
	.customNavbar>li {
		float: left;
	}
}

header .logo-wrap {
	position: relative;
}

header .poweredby {
	bottom: -17px;
	position: absolute;
	color: #dfdfdf;
	font-size: 11px;
	right: -61px;
}

.pweredcopyright {
	color: #ccc;
	font-size: 13px;
	margin: 7px 0 0;
}

.pweredcopyright img {
	max-width: 75px;
}

.banner.common {
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0;
	padding: 130px 0 50px 0;
}

.banner.common:after {
	content: '';
	background: rgb(0 0 0 / 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
}

/* .inner-wrap {
	background-color: rgb(0 0 0 / 0%) !important;
	padding: 0 !important;
} */

/* .inner-wrap.common {
	background-image: url('https://taxicloud.obdemo.com/public/backend/images/car.png');
} */

.inner-wrap.common:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 0.50);
}

.inner-wrap.common .row{
	position: relative;
	z-index: 2;
}