/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon-date-picker {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.0em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 0px solid #a6c9e2;
	background: #fcfdfd 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5  50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #1d5987;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 0px solid #ff3155;
	background: #ff3155 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
	outline: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #e17009;
	outline: none;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 0px solid #fad42e;
	background: #fbec88 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color: #cd0a0a;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon-date-picker {
	width: 16px;
	height: 16px;
}
.ui-widget-content .ui-icon-date-picker {
	
}
.ui-widget-header .ui-icon-date-picker {
	
}
.ui-state-default .ui-icon-date-picker {
	
}
.ui-state-hover .ui-icon-date-picker, .ui-state-focus .ui-icon-date-picker {
	
}
.ui-state-active .ui-icon-date-picker {
	
}
.ui-state-highlight .ui-icon-date-picker {

}
.ui-state-error .ui-icon-date-picker, .ui-state-error-text .ui-icon-date-picker {

}
/* positioning */
.ui-icon-date-picker-carat-1-n {
	background-position: 0 0;
}
.ui-icon-date-picker-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-date-picker-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-date-picker-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-date-picker-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-date-picker-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-date-picker-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-date-picker-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-date-picker-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-date-picker-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-date-picker-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-date-picker-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-date-picker-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-date-picker-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-date-picker-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-date-picker-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-date-picker-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-date-picker-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-date-picker-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-date-picker-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-date-picker-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-date-picker-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-date-picker-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-date-picker-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-date-picker-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-date-picker-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-date-picker-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-date-picker-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-date-picker-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-date-picker-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-date-picker-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-date-picker-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-date-picker-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-date-picker-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-date-picker-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-date-picker-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-date-picker-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-date-picker-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-date-picker-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-date-picker-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-date-picker-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-date-picker-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-date-picker-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-date-picker-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-date-picker-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-date-picker-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-date-picker-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-date-picker-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-date-picker-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-date-picker-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-date-picker-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-date-picker-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-date-picker-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-date-picker-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-date-picker-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-date-picker-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-date-picker-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-date-picker-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-date-picker-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-date-picker-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-date-picker-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-date-picker-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-date-picker-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-date-picker-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-date-picker-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-date-picker-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-date-picker-extlink {
	background-position: -32px -80px;
}
.ui-icon-date-picker-newwin {
	background-position: -48px -80px;
}
.ui-icon-date-picker-refresh {
	background-position: -64px -80px;
}
.ui-icon-date-picker-shuffle {
	background-position: -80px -80px;
}
.ui-icon-date-picker-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-date-picker-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-date-picker-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-date-picker-folder-open {
	background-position: -16px -96px;
}
.ui-icon-date-picker-document {
	background-position: -32px -96px;
}
.ui-icon-date-picker-document-b {
	background-position: -48px -96px;
}
.ui-icon-date-picker-note {
	background-position: -64px -96px;
}
.ui-icon-date-picker-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-date-picker-mail-open {
	background-position: -96px -96px;
}
.ui-icon-date-picker-suitcase {
	background-position: -112px -96px;
}
.ui-icon-date-picker-comment {
	background-position: -128px -96px;
}
.ui-icon-date-picker-person {
	background-position: -144px -96px;
}
.ui-icon-date-picker-print {
	background-position: -160px -96px;
}
.ui-icon-date-picker-trash {
	background-position: -176px -96px;
}
.ui-icon-date-picker-locked {
	background-position: -192px -96px;
}
.ui-icon-date-picker-unlocked {
	background-position: -208px -96px;
}
.ui-icon-date-picker-bookmark {
	background-position: -224px -96px;
}
.ui-icon-date-picker-tag {
	background-position: -240px -96px;
}
.ui-icon-date-picker-home {
	background-position: 0 -112px;
}
.ui-icon-date-picker-flag {
	background-position: -16px -112px;
}
.ui-icon-date-picker-calendar {
	background-position: -32px -112px;
}
.ui-icon-date-picker-cart {
	background-position: -48px -112px;
}
.ui-icon-date-picker-pencil {
	background-position: -64px -112px;
}
.ui-icon-date-picker-clock {
	background-position: -80px -112px;
}
.ui-icon-date-picker-disk {
	background-position: -96px -112px;
}
.ui-icon-date-picker-calculator {
	background-position: -112px -112px;
}
.ui-icon-date-picker-zoomin {
	background-position: -128px -112px;
}
.ui-icon-date-picker-zoomout {
	background-position: -144px -112px;
}
.ui-icon-date-picker-search {
	background-position: -160px -112px;
}
.ui-icon-date-picker-wrench {
	background-position: -176px -112px;
}
.ui-icon-date-picker-gear {
	background-position: -192px -112px;
}
.ui-icon-date-picker-heart {
	background-position: -208px -112px;
}
.ui-icon-date-picker-star {
	background-position: -224px -112px;
}
.ui-icon-date-picker-link {
	background-position: -240px -112px;
}
.ui-icon-date-picker-cancel {
	background-position: 0 -128px;
}
.ui-icon-date-picker-plus {
	background-position: -16px -128px;
}
.ui-icon-date-picker-plusthick {
	background-position: -32px -128px;
}
.ui-icon-date-picker-minus {
	background-position: -48px -128px;
}
.ui-icon-date-picker-minusthick {
	background-position: -64px -128px;
}
.ui-icon-date-picker-close {
	background-position: -80px -128px;
}
.ui-icon-date-picker-closethick {
	background-position: -96px -128px;
}
.ui-icon-date-picker-key {
	background-position: -112px -128px;
}
.ui-icon-date-picker-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-date-picker-scissors {
	background-position: -144px -128px;
}
.ui-icon-date-picker-clipboard {
	background-position: -160px -128px;
}
.ui-icon-date-picker-copy {
	background-position: -176px -128px;
}
.ui-icon-date-picker-contact {
	background-position: -192px -128px;
}
.ui-icon-date-picker-image {
	background-position: -208px -128px;
}
.ui-icon-date-picker-video {
	background-position: -224px -128px;
}
.ui-icon-date-picker-script {
	background-position: -240px -128px;
}
.ui-icon-date-picker-alert {
	background-position: 0 -144px;
}
.ui-icon-date-picker-info {
	background-position: -16px -144px;
}
.ui-icon-date-picker-notice {
	background-position: -32px -144px;
}
.ui-icon-date-picker-help {
	background-position: -48px -144px;
}
.ui-icon-date-picker-check {
	background-position: -64px -144px;
}
.ui-icon-date-picker-bullet {
	background-position: -80px -144px;
}
.ui-icon-date-picker-radio-off {
	background-position: -96px -144px;
}
.ui-icon-date-picker-radio-on {
	background-position: -112px -144px;
}
.ui-icon-date-picker-pin-w {
	background-position: -128px -144px;
}
.ui-icon-date-picker-pin-s {
	background-position: -144px -144px;
}
.ui-icon-date-picker-play {
	background-position: 0 -160px;
}
.ui-icon-date-picker-pause {
	background-position: -16px -160px;
}
.ui-icon-date-picker-seek-next {
	background-position: -32px -160px;
}
.ui-icon-date-picker-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-date-picker-seek-end {
	background-position: -64px -160px;
}
.ui-icon-date-picker-seek-first {
	background-position: -80px -160px;
}
.ui-icon-date-picker-stop {
	background-position: -96px -160px;
}
.ui-icon-date-picker-eject {
	background-position: -112px -160px;
}
.ui-icon-date-picker-volume-off {
	background-position: -128px -160px;
}
.ui-icon-date-picker-volume-on {
	background-position: -144px -160px;
}
.ui-icon-date-picker-power {
	background-position: 0 -176px;
}
.ui-icon-date-picker-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-date-picker-signal {
	background-position: -32px -176px;
}
.ui-icon-date-picker-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-date-picker-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-date-picker-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-date-picker-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-date-picker-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-date-picker-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-date-picker-circle-close {
	background-position: -32px -192px;
}
.ui-icon-date-picker-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-date-picker-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-date-picker-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-date-picker-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-date-picker-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-date-picker-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-date-picker-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-date-picker-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-date-picker-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-date-picker-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-date-picker-circle-check {
	background-position: -208px -192px;
}
.ui-icon-date-picker-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-date-picker-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-date-picker-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-date-picker-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-date-picker-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-date-picker-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-date-picker-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-date-picker-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-date-picker-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-date-picker-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-date-picker-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-date-picker-grip-diagonal-se {
	background-position: -80px -224px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	z-index: 999;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	float:left;
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar {
	height:2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height:100%;
}
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
}
.ui-timepicker-div dl dd {
	margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-datepicker-trigger {
	position: relative;
	top: 8px;
}
#ui-datepicker-div {
	display:none
}
/* END DATEPICKER STYLE */

.testingtesting{
	    padding-right:10px;
	    height:60px;
	    margin-top:20px;
	}
.frm_fld_t	{
	    
	    width: 100% !important;
color: #666;
font-size: 18px;
padding: 10px 15px;

	}
	.custompage
	{
	    
	     background:#f8f8f8; /*float:left;*/
	}
.frst1{
	display: block !important;
	background: red;
    color: #fff;
    padding: 15px;
    text-align: center;
    border: 5px dotted #fff;
    border-radius: 5px;
}
.frst1 strong{
	font-size: 20px;
}
.frst2 {
    display: block !important;
    background: red;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 2px dotted;
}

	
@media only screen and (device-width: 768px) {
        .grndttlval {
        
        padding-top:12px !important;
    }
    .gndttl {
  
    padding-left: 0px !important;
}
	.compare-form h4 {
		font-size:11px !important;
	}
		.forpp1
	{
		padding-left:4px !important;
		}
	.ratgstar { height:96px !important; }
	.complogos2 { color:#00aeef; font-size:13px !important; text-transform:uppercase; text-align:center;     padding-bottom: 22px;
    background-color: #ffffff;}
#comp-frm .comptime {
    width: 102px !important;
}
.form-control
{
    
   width:75% !important;
}
  .pipad
  {
	  padding-left:10px !important;
	  }
	  .titlehght {
    padding-bottom: 2px;
     height: auto !important;
}
#bookfm label {
	
		float:none !important;
		
		}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
        .grndttlval {
        
        padding-top:12px !important;
    }
        .gndttl {
  
    padding-left: 0px !important;
}
    	.forpp1
	{
		padding-left:4px !important;
		}
     .pipad
  {
	  padding-left:10px !important;
	  }
    .ratgstar { height:96px !important; }
	.complogos2 { color:#00aeef; font-size:13px !important; text-transform:uppercase; text-align:center;     padding-bottom: 22px;
    background-color: #ffffff;}
 
 .compare-form h4 {
		font-size:11px !important; 
	}
#comp-frm .comptime {
    width: 102px !important;
}
#bookfm label {
	
		float:none !important;
		
		}
	  .titlehght {
    padding-bottom: 2px;
     height: auto !important;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    
    .grndttlval {
        
        padding-top:12px !important;
    }
        .gndttl {
  
    padding-left: 0px !important;
}
    	.forpp1
	{
		padding-left:4px !important;
		}
    .ratgstar { height:96px !important; }
    	.complogos2 { color:#00aeef; font-size:13px !important; text-transform:uppercase; text-align:center;     padding-bottom: 22px;
    background-color: #ffffff;}
 .compare-form h4 {
		font-size:11px !important;
	}
#comp-frm .comptime {
    width: 102px !important;
}
	  .titlehght {
    padding-bottom: 2px;
     height: auto !important;
}
#bookfm label {
	
		float:none !important;
		
		}
}

@media only screen and (max-width: 500px) {
    .frm_fld_t	{
	    
	    width: 300px !important;
color: #666;
font-size: 18px;
padding: 10px 15px;

	}
      	.custompage
	{
	    
	     background:#f8f8f8; float:none !important;
	}
    .testingtesting{
	    padding-right:10px;
	    height:100px;
	    margin-top:20px;
	}
    .nav > li > a {
    position: relative;
    display: block;
    padding: 18px 15px 18px 15px !important;
}
    
    .compare-form h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    margin-top: 7px;
    text-align: center !important; 
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
     margin: 2px !important; 
     width:auto !important; 
}
#bookfm input[type=text] {
    
    color: #666;
    font-size: 13px !important;
    padding: 10px 15px;
}

}


#nav ul li a:hover, #nav ul li a.active, .quotebtn a  { text-decoration:none; }	
ul { list-style:none; margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; font-family: 'Roboto', sans-serif; font-weight:500; line-height:120%; }
.bkncnfrm{
	
  
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 73px
}
h2 { font-size:30px; /*color:#5f687d;*/ color:#5f687d; padding:8px 0 15px; }
h3 { font-size:25px; padding:5px 0px 10px;}
a { color:#00aeef; word-break:break-word; }
.row-fluid p { font-size:18px; }


body { margin:0px; padding:0px; font-family: 'Roboto', sans-serif; overflow-x:hidden;}
.btncaomp
{
	padding:10px !important;
	
	}
.bodywrap { padding:0 35px;}
.hypertext
{
	color:#fff;
	}
#banleft .banwrap, #banrht .banwrap { padding:20px; }

#banleft { background-image:url(../images/bg_ban-left.jpg); background-color:#2DBBFD; background-repeat:repeat-x; background-position:center top; position:relative; }
#banrht {background-color:#464646; }
.mapalign
{
	width:220px; margin:0 auto;
	}
#pri_policy ul {
    list-style: inherit;
    margin-left: 30px;
}
section  { margin:0px 0px;}
footer { margin:0px;}
.footlink li{border-left:1px solid #333;text-align center;float:left;}
				.footer-nav li{margin:0 -2px;}
				.footer-nav .copy span{display:block;width:100%;text-align:center;margin-top:-10px;}
.ui-state-default .ui-icon {
    background-image: url(../images/faq-toggle.png) !important;
    width: 30px;
    height: 30px;
}

.bgblack { background-color:#000; }
.bgwhite { background-color:#FFF;}
.bggrey { background-color:#F2F2F2; }
.bgdkgrey { background-color:#E9E9E9; }
.bgltgrey { background-color:#f9fbfc; }
.bgdkred { background-color:#000; }
.bgblue { background-color:#ffffff; }
.nopad { padding:0px!important; }
.imgbdr { border:#DADADA solid 5px; }
.txt11 { font-size:11px; }
.bluetxt { color:#00aeef !important; }
.whitetxt { color:#fff !important; }
.blktxt { color:#000; }
.txt15 { font-size:15px; }

.clr { clear:both; }

.space15 { height:15px; display:block;}
.space25 { padding-top: 70px; display:block; }
.space30 { height:30px; display:block; }


ul.banlist li { font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF;
	background-image:url(../images/check-bult.png); background-repeat:no-repeat; background-position:left center; 
	text-shadow: 1px 1px 1px #09C;
	line-height:30px;
	 }




ul.bodylist1 { list-style:none; padding:0px; margin:15px 0 20px 0px;}
ul.bodylist1 li { background-image:url(../images/bult.png); background-position:left center; background-repeat:no-repeat; padding-left:20px; line-height:18px; margin-bottom:8px;}


.topbar, .topbar a { color:#FFF; font-size:12px; line-height:27px; padding-right:5px; text-align:right; }
.contftr { border-top: #CCC solid 1px; border-bottom: #CCC solid 1px; }
.socialbar { line-height:18px; padding:0px 0px;}
.socialbar h4 { margin:0px; }

.notelf, .noterht { padding:7px 0px }

.ftrlink a, .sicons a { display: inline-block; height:20px !important; padding-top:7px; padding-right:12px; padding-left:6px; padding-bottom:6px; border-right:#ECECFB solid 1px; text-align:center; font-size:11px; color:#036; }
.sicons a { text-align:right;}
.sicons a img { margin-top:-3px;}
.sicons a:last-child { border-right:none; padding-right:0px; margin-right:0px;}
.ftrlink { padding-top: 0px; padding-left:20px; }
.sicons { padding-right:20px;}

.cartbar { solid 2px; padding:12px; }
.notelf a, .noterht a { text-decoration:none; color: #121212; }
.notelf a:hover, .noterht a:hover { text-decoration:underline; }
.noterht { text-align/*\**/:right\9; }
.sicons { text-align/*\**/:right\9; }

.testi {
		overflow:hidden;
		background-image:url(../images/testi_bg.png);
		background-color:#2DBBFD; 
		background-repeat:repeat-x; 
		background-position:center top; 
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

.testi > .post { padding:25px; }
.testistar { margin-bottom:12px;}
.author { margin-top:10px; line-height:24px;}

.home-comptxt {text-align:left;margin-left:20px;}
.home-comptxt li {list-style-type:disc;}
/*faqs page*/

.ques { font-size:13px; font-weight:bold; }
.ans { font-size:12px; font-weight:normal; margin-bottom:12px;}
.aside { width:226px; overflow:hidden; margin: 0 auto; }



/*aside */

.pcheck,  .options, .pchecktop, .pcheckbody { width:226px; overflow:hidden; text-align:center; }
.pchecktop {height:39px; padding-top:4px; background-image:url(../images/price-top.png); background-position:center top; background-repeat:no-repeat; color:#FFF; }
.pcheckbody {background-image:url(../images/price-bg.png); background-position:center top; background-repeat: repeat-y; padding:0 0px 10px 0px; }


.options {}
.optionstop { height:41px; padding-top:9px; background-image:url(../images/option-top.png); background-position:center top; background-repeat:no-repeat; font-weight:bold; color:#000; text-shadow:1px 1px 1px #CCC;}

.optionswrap {background-image:url(../images/option-bk.png); background-position:center top; background-repeat: repeat-y }
.optionsconts { background-image:url(../images/option-bdy-bg.png); background-position:center top; background-repeat:no-repeat;}
.optionsbotm {height:38px; background-image:url(../images/option-bottom.png); background-position:center top; background-repeat:no-repeat;}

ul.otheroptn { list-style:none; margin:0px; padding:0px; width:180px; margin:0 auto; padding-top:20px; }
ul.otheroptn li { font-size:22px; color:#FFF; text-align:center; line-height:39px; font-family:Tahoma, Geneva, sans-serif; border-top:#FFF solid 2px;  }
ul.otheroptn li:last-child { border-bottom:#FFF solid 2px; }
ul.otheroptn2 { margin-top:15px; margin-left:10px;}
ul.otheroptn2 li { background-image:url(../images/tick-bult.png); background-position:left center; background-repeat:no-repeat; list-style:none; text-align:left; color:#FFF;
padding-left:28px; font-weight:bold; line-height:28px;  }


.fmtitle { background-image:url(../images/hd_bg.jpg); background-repeat:repeat-x; background-position:center top; }
.fmtitle h2 { font-size:25px; font-weight:bold; color:#FFF; padding:8px 0px 8px 30px; margin-left:10px;margin-top:-1px;
background-image:url(../images/bult2.png); background-repeat:no-repeat; background-position:left center;
line-height:35px; }

#quotefm  { width:100%; }

#quotefm .span6 { padding-right:15px !important;}

#quotefm input[type=text], #quotefm .selectful, #quotefm .selecttime { /*background-image:url(../images/fm_bg.jpg); background-repeat:repeat-x; background-position:center top;*/ margin-bottom:8px; }

#quotefm  label { width:180px; display:inline-block; color:#fff; font-size:24px; /*min-height:68px;*/}

#quotefm input[type=text] { border:1px solid #fff; border-radius:5px; /*width:165px;height:27px; border: none;*/ padding:8px; height:41px; color:#cfcfd2;  background-color:#2a3144;}

#quotefm .selectful {  height:36px; width:68%; padding:5px; border:1px solid #fff; border-radius:5px; background-color:#2a3144; color:#cfcfd2; }

#quotefm .selecttime {  height:36px; width:113px; padding:5px; }
/* by Muazzam
#quotefm .submitbtn {  border:1px solid #fff; width:110px; height:38px; margin-top:-15px; color:#2098d1; font-size:16px; word-break:normal; background-color:#fff; font-family: 'Source Sans Pro', sans-serif; }*/

#quotefm .submitbtn {
    background-color: #fff;    
    border: 1px solid #fff;
    color: #2098d1;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 38px;
    margin-top: -15px;
    width: 185px;
    word-break: normal;
}
.submitbtn-bg { position:absolute; top:0; width:100%; height:38px; }
.btn-wrap { position:relative; }

.quotebtn { margin:15px auto 0 auto; background-image:url(../images/quotebtnbg.png); background-repeat:no-repeat; background-position:center top; width:146px; height:83px;}
.quotebtn a { font-size:23px; color:#FFF; display:block; cursor:pointer; line-height:24px; padding-top:7px; }
.quotebtn a:hover { color:#000; } 




.spanlft {
	width:75px !important;
	}
.spanlft2 {
width: 135px !important;
}	
	
.datewrap {
	/*margin-top:20px;
	line-height:20px;*/
	clear:left;
	}

.stars {
	margin:20px 0px 10px 0px;
	padding:0px;
	width:100%;
	height:23px;
	float:left;
	}
	
.stars ul {
	margin:0px;
	padding:0px;
	width:100%;
	height:23px;
	float:left;
	list-style:none;
	}

.stars ul li {
	margin:0px;
	padding:0px;
	width:23px;
	height:23px;
	float:left;
	}
	
.blubox {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	text-align:left;
    font-size: 21.96px;
    color: #00AEEF;
  
	}
	.blubox2{
	padding:10px 0px 10px 20px;
	background-color:#fff;
	font-size:20px;
	color:#00AEEF;
	min-height:70px;
	
	}
	.blubox3{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 18.96px;
	color:#00AEEF;
	text-align:left;
	padding-bottom:2px;
	}
	
	.bluboxval{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 21.96px;
	color:#00AEEF;
	
	
	}
	.blubox3val{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 21.96px;
	color:#00AEEF;
	
	
	
	}
	
.bluarrow {
	margin-top:20px;
	padding:15px 0px 15px 20px;
	/*width:240px;*/
	height:19px;
	background-image: url(../images/bluarrow.png);
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#000;
	}
	
.txt10 {
	margin-top:15px;
	clear:left;
	font-size:18px; 
	text-align:center;
	}
	.txt10 h4 {
    font-size: 18px !important;
}
.clr { clear:both; }
.checkbox { margin-top:-3px !important; }

.inner-pg-airports {
    background-color: #f3f4f7;
    padding: 55px 0;
    margin-bottom: 10px;
}
.airports h2 {
color: #000000 !important;
    font-size: 36px !important;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    padding-left: 40px !important;
    text-align: left !important;
}
}
.airports {
overflow: auto;
    display: block;
    width: 100%;
}


#form {
	margin:0px;
	padding:0px;
	width:100%;
	border:#F00 solid 1px;}

#form label {
	padding-right:5px;
	width:100px !important;
	display:inline-block;
	text-align:left;
	color:#000;
	font-size:12px;
	float:left;
	}
	
#form .input {
	margin-bottom:20px !important;
	height:30px;
	width:250px;
	border:#CCC solid 2px;
	box-shadow:1px 1px 1px 1px #999;
	-moz-box-shadow:1px 1px 1px 1px #999;
	-webkit-box-shadow:1px 1px 1px 1px #999;
	}



#contactfm { margin-top:35px;}
#contactfm label span { color:#F30; font-size:14px; }
#contactfm label { display: block; padding-top:6px;  }
#contactfm input[type=text], #contactfm textarea {/*padding-left:8px; height:27px; border:#CCC solid 1px;  margin-bottom:25px;*/ }
#contactfm textarea { 
	width:100%; 
	padding-top:97px;
	padding-bottom : 97px;
	}
	
	#contactfm input[type=select]{
	padding-top : 40px;
	padding-bottom : 40px;
	}
.captcha { margin-bottom:10px;}
.captimg { padding:15px; text-align:center; }

#contactfm label { float:left;  margin-bottom:20px; text-align:left; }
#contactfm input[type=text], #contactfm textarea { float:left; }

.indent {

	}
.desp { font-size:14px; padding-top:10px; display:block; clear:both; color:#515151;}
.desp ul { list-style:none; padding:0; height: 175px; overflow-y: scroll; }
.desp li { line-height:140%; margin-bottom:10px; background-image:url(../images/dash-bullet.gif); background-position:left 11px; background-repeat:no-repeat; padding-left:15px; text-align:left }















	

    .bluebtn {
                
        /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b5ffff), color-stop(1, #2dbbfc));
        background:-moz-linear-gradient(top, #b5ffff 5%, #2dbbfc 100%);
        background:-webkit-linear-gradient(top, #b5ffff 5%, #2dbbfc 100%);
        background:-o-linear-gradient(top, #b5ffff 5%, #2dbbfc 100%);
        background:-ms-linear-gradient(top, #b5ffff 5%, #2dbbfc 100%);
        background:linear-gradient(to bottom, #b5ffff 5%, #2dbbfc 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dbbfc', endColorstr='#2dbbfc',GradientType=0);*/
        
        
                
        
        display:inline-block;

        font-family:arial;
        font-size:20px;
       
        padding:8px 24px;
        text-decoration:none;
		border:1px solid #2098d1;
		background-color : #00adef;
		color:#fff;
                
    }
   .bluebtn a {border:none !important;}
    .bluebtn:hover, #quotefm .submitbtn:hover, .contact-form .btn-submit:hover {
        
        /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        
        background-color:#019ad2;*/
		color:#fff;
		text-decoration:none;
    }
    .bluebtn:active {
        position:relative;
        top:1px;
    }
	.contact-form .btn-submit:hover { border:1px solid #fff; }
	
	/* by Muazzam
	.defaultbtn {
		
		background-color:#e1e1e1;
                
        border:1px solid #2098d1;
        display:inline-block;
        color:#666;
        font-family:arial;
        font-size:20px;
        
        padding:8px 24px;
        text-decoration:none;
	}
	*/
	.tstimonialslide { background-image:url(../images/testimonialslide.png); }
	.defaultbtn {
    background-color: #00adef;     /******on line no 359  *******/
    border: 1px solid #00adef;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 21px;
    text-decoration: none;
    width: 200px;
}
	.defaultbtn:hover { text-decoration:none; }

.stamp {  }
ul.banlist li { list-style: none;  }
ul.banlist { list-style:none; margin-top:10px; }



#phone { width/*\**/:164px\9; font-size/*\**/:11px\9; line-height/*\**/:16px\9; float/*\**/:right\9; margin-top/*\**/:4px\9; }	
#phone strong { font-size/*\**/:18px\9;}
.phone  { display/*\**/:none\9; visibility/*\**/:hidden\9; }
.logo {width/*\**/:140px\9; float/*\**/:left\9;}

.logoie { display:none; visibility:hidden; }
.mobitlogo { paddiing-top:18px; }
.logoie {display/*\**/:block\9; visibility/*\**/: visible\9;}


#banleft, #banrht {width/*\**/:50%\9; float/*\**/:left\9; min-height/*\**/:330px\9; }
ul.banlist { margin-left/*\**/:30px\9; }
ul.banlist li {  padding-left/*\**/:30px\9;  }

.captcha-controls input[type="text"] { width/*\**/:130px\9; }

#quotefm .selectful {  height/*\**/:35px\9; width/*\**/:68%\9; padding/*\**/:5px\9; }
#quotefm .selecttime {  height/*\**/:35px\9; width/*\**/:112px\9; padding/*\**/:4px\9; }
#quotefm input[type=text] {	width/*\**/:163px\9; height/*\**/:35px\9; }
#quotefm .submitbtn { padding/*\**/:0 0\9;}
.bluebtn { background-color/*\**/:#2dbbfc\9; }

#contactfm  .bluebtn { border/*\**/:none\9; width : 265px; margin-left: 66px; font-family: 'Open Sans', sans-serif;
    font-weight: 600; font-size: 36px; }

#contactfm label { display/*\**/:block\9; width/*\**/:90px\9; float/*\**/:left\9;}
#contactfm input[type=text], #contactfm textarea { width/*\**/:290px\9;}
.contsbmt { margin-left:90px; }

.dailyrate { margin-top/*\**/:20px\9;}
#bookfm .topay {  }



#dthide { display/*\**/:none\9; visibility/*\**/:hidden\9; }

#loginfm label { width/*\**/:85px\9; display/*\**/:inline-block\9; vertical-align/*\**/:text-bottom\9; margin-top:/*\**/8px\9; }
#loginfm input[type=text], #loginfm input[type=password] { width/*\**/:200px\9; height/*\**/:26px\9; display/*\**/:inline-block\9;}

.blbtnlfmgie1 { margin-left/*\**/:102px\9; }
.blbtnlfmgie2 { margin-left/*\**/:85px\9; }

.indent {
	display/*\**/: block\9;
    margin-left/*\**/: 30px\9;
    text-indent/*\**/: -50px\9;
	}














.compbar {/*background-image:url(../images/compbar-bg.jpg); background-position: left  bottom; background-color:#2DBBFB; background-repeat: repeat-x; height: auto; padding:3px 8px; margin-bottom:30px;*/ }
.compbar img { margin-top:-5px;}
.comp-depart {}
.comp-arriv {}

#comp-frm {}


#comp-frm input[type=text], #comp-frm  .comptime { border:#ccc solid 1px;margin-top: 5px; /*background-image:url(../images/fm_bg.jpg); background-repeat:repeat-x; font-style:italic;*/ color:#828282; }
#comp-frm input[type=text] { width: 
margin-top: 5px;
height: 33px;}
#comp-frm  .comptime { width:126px;   height:33px; padding:2px; }


.dailyrate { font-weight:bold; font-size:20px; padding:18px 0px; text-align:center; }

.compr-post { /*border-bottom: #2dbbfc solid 2px;  margin-bottom:25px; padding-bottom:25px;*/ }
.compr-post:after {
	
	clear:both;
	height:1px; 
	display:block;
	display: table;
line-height: 0;
content: "";
}

.search_operator_benefits { display:block; width:100%; /*border-bottom:2px solid #00aeef;*/ text-align:center; background-color:#ffffff;}
.search_operator_benefits > div { display:inline-block; float:none !important; height:80px; }
.search_operator_benefits:before, .search_operator_benefits:after  { clear:both;
	height:1px; 
	display:block;
	display: table;
line-height: 0;
content: "";}
.ratgstar { margin-top:4px;
 border-color:#eaeaea; padding:10px 0;
  border-bottom:1px solid ##eaeaea;
  border-color: #eaeaea;}
.comp-price { font-size:18px; line-height:20px; font-weight:bold; color:2dbbfc; margin-top:0px; padding-top:32px; float:left; }
.lastarow { border:none; }
.compr-pos a {}
.compr-pos a:hover {}
.txtindnt {}
.book-btn { float:right; }



.rdmark { color:#C00; font-size:15px; }


#bookfm .bluarrow { margin-bottom:20px;}

#bookfm label, #bookfm input[type=text], #bookfm input[type=select], #bookfm select { vertical-align: text-top; }

#bookfm { font-family:Arial, Helvetica, sans-serif; font-size:11px;}
#bookfm label, #bookfm input[type=text] { /*display:inline-block; color:#333; margin-bottom:14px; height:25px;*/ }
#bookfm label {
    /* padding-top: 7px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* text-align: left; */
    float: left;
    padding-left: 26px;
    padding-top: 10px;
}
.check-yes label
{
	float:left
	}

#bookfm input[type=text] { width:100% !important; color:#666; font-size:18px; padding:10px 15px; }

#bookfm input[type=select], #bookfm select {  padding:5px; height:45px; font-size:18px; color:#666; }

#bookfm input[type="button"] { padding:8px 18px; font-size:15px; }
#bookfm .topay { /*font-size:20px; font-weight:bold; display:inline-block; vertical-align: middle; padding-top:18px; width:148px;*/ }
	

	
#bookfm1 .bluarrow { margin-bottom:20px;}

#bookfm1 label, #bookfm1 input[type=text], #bookfm1 input[type=select], #bookfm1 select { vertical-align: text-top; }

#bookfm1 { font-family:Arial, Helvetica, sans-serif; font-size:11px;}
#bookfm1 label, #bookfm1 input[type=text] { display:inline-block; color:#333; margin-bottom:14px; height:25px; }
#bookfm1 label { width:100px; padding-top:7px; }

#bookfm1 input[type=text] { width:160px; }

#bookfm1 input[type=select], #bookfm1 select { width:173px; padding:5px; height:35px; }

#bookfm1 input[type="button"] { padding:8px 18px; font-size:15px; }
#bookfm1 .topay { font-size:20px; font-weight:bold; display:inline-block; vertical-align: middle; padding-top:18px; width:148px; }

	
	
	
.cards { display:inline-block; vertical-align:text-top; font-size:12px; line-height:22px; margin-bottom:15px;}
.cards input[type="radio"] { vertical-align:top;  }

#bookrhtcol { margin-top:0;}

#bookrhtcol .rhthd { 
	position: relative;
	background-color: #00AEEF;
	 background-image:url(../images/diagonal-tip2.png); background-position:center bottom; background-repeat:no-repeat;
	/*background-color:#58585a !important;*/ height:101px; background-size: 350px;
	margin-bottom: 15px;
 }

#bookrhtcol .rhthd h4 { font-size:18px; color:#fff;  text-align:center; padding-top:15px; }

#bookrhtcol .rhthd > .remove a { float:right; width:60px; text-decoration:underline; color:#033CCF; font-weight:bold; font-size:13px; margin-right:12px; }
#bookrhtcol .rhthd > .remove a:hover { color:#000; text-decoration:none; }

#bookrhtcol .rhtcont { background-color:#fff; padding: 0 12px; color:#fff; font-size:15px; }

#bookrhtcol .rhtcont h5 {}
.rhtcont p { margin-bottom:15px;}

#bookrhtcol .pricerow { margin-top:14px;}

#bookrhtcol .rhtquotpric { font-size:20px; font-weight:bold; display:inline; }

#bookrhtcol .ftr { background-color:#2D65FB; padding:15px; color:#FFF; font-weight:bold; }
.btn-white-large { background-color:#fff; padding:12px 10px; font-size:30px; line-height:100%; font-weight:bold; border-radius:0; margin-left:-15px; }

.rhtcontbot { /*background-image:url(../images/diagonal-top-blue.png);*/ background-repeat:no-repeat; background-position:center bottom; height:161px; display:none; }

.tstbdr { height: auto; border:#CCC solid 1px; }

#remove-sms, #remove-cancellation, .booking-fee {margin-top: 15px;
    background-color: #ffffff;
    width: 86%;
    
    margin: 0 auto;   }





.diviline { border-bottom: #EAEAEA solid 2px;}



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




.testimonails_container {
	max-width:225px;
	width:99%;
	height:auto;
	padding:10px 0px;
	max-height:450px;
	background:url(../images/price-bg.png) repeat-y center;
    background-size: 122% 100%;
	-webkit-background-size: 122% 100%;
	-moz-background-size: 122% 100%;
	-ms-background-size: 122% 100%;
	/*border:1px solid #dfdfdf;*/
	overflow-x:hidden;
	display:block;
	margin: 0 auto 50px auto;
	min-height:200px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border:1px solid #e5e5e5;
}

h3.wg_testimonials_hd {
	text-transform:uppercase; 
	text-align:center;	
	font-size:98%;
	color:#666;
}
.testimonail_companies { margin:15px 0px ;  cursor:pointer;  border-bottom:1px solid #CCC; }

.testimonail_companies .wg_company_icon {
	margin-right:10px;
	margin-left:5px;
	display:block;
}

.testimonail_companies .wg_company_icon img{
	min-width:50px;
	max-width:80px;
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
}

.testimonail_companies .wg_company_name {
	text-align:center;
	color:#666;
	padding-bottom:15px;
}

.testimonail_companies .wg_company_name h4{
	font-size:80%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	display:block;
}

.wg_testi_heading {
	max-width:295px;
	width:99%;
	height:60px;
	display:block;
	background-size: 99% 135%;
	-webkit-background-size: 99% 135%;
	-moz-background-size: 99% 135%;
	-ms-background-size: 99% 135%;
	position: absolute;
	margin-left: -36px;
	margin-top:-12px;
		
}	
.review_ratings { float:left; padding:0; margin:0; }
.review_ratings li {
display: inline-block;
list-style: none;
cursor: pointer;
}
.cust-rating { float:right; font-size:18px; font-weight:500; }
.comment_input {
width: 90%;
display: block;
resize: none;
}

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

#test_popup_conatiner {
	width:100%;
	background-color:rgba(0,0,0, 0.7);	
	height:900px;
	position:absolute;
	z-index:999999999;
	display:none;
	margin: 70px auto;
	top:0px;
	left:0px;
}

#iframe_testi {
	width:90%;
	height:850px;
	
}


#er_msg {
	min-width:200px;
	width:90%;
	padding:20px 10px;
	border:1px solid #CCC;
	margin:20px 0px;
	background:#f4f4f4;
	display:none;
}

span.popup_heading {
font-size: 1.8em;
text-align: center;
display: block;
position: relative;
top: 20px;
color: #666;
}



#close_btn {
	 display:block; 
	 float:right;
	 padding: 10px 15px;	
	 cursor:pointer;
	 font-weight:bolder;
	 /*border:1px solid #CCC; */
}

#close_btn:hover { background-color:#999; }


#content_popup { 
    display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    min-height:200px;
	height:auto;  
    min-width:175px;
	max-height:400px;
	overflow-y:auto;
	width:50%;  
    background:#fff;  
    left: 20%;
    top: 20%;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
    
    /* additional features, can be omitted */
    border:2px solid #069;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #069;
    -webkit-box-shadow: 0 0 5px #069;
    box-shadow: 0 0 5px #069;
    
}

span.review {
float: right;
font-size: 75%;
}
.airport-row{padding:30px 0;}
@media only screen and (max-width: 991px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff;}
	
	.testi-content { background-image:url(../images/dbl-quote-left-sm.png); }
	.yes-btn, .no-btn {}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.bkncnfrm{
	
  
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 75px
}
	  
	 .bcontorl {padding:0px; text-align:left}
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
        .nav>li {
            position:relative;
            display:block;
          
        }
    }
@media screen and (max-width:979px) and (min-width:940px){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:152px}
	.testi-content { background-image:url(../images/dbl-quote-left-sm.png); }
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
    width: 393px;
}
	
		.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:23px;
}
	.twntyfoursvn{
	
	color: #ffffff;
    margin-left: 113px;
    font-size: 24px;
    margin-top: -11px;
}
	
	 .indxslide1 {
    height:481px;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
    
    margin: 17px 0;
 }
	.cstmrfvrth1{
    color: #ffffff;
    text-align: left;
    font-size: 56px;
    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 36px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
	#quotefm label {
  width: 100% !important;
  }
  #banleft, #banrht {
  width: 50% !important;
  float: right;
  min-height: 500px !important;
}
}
@media only screen and (max-width:991px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; }
	.testi-content { background-image:url(../images/dbl-quote-left-sm.png); }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
  
}
		.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
		
}
	.arrowhide
	{
		display:none;
		}
	
	
	.twntyfoursvn{
	
	color: #ffffff;
   
    font-size: 24px;
    margin-top: -11px;
}
	.indxslide1 {

    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	
	 .contcttitle label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px !important;
}
	.contctbrd{

    box-sizing: border-box;
   
    margin: 17px 0;
 }
.cstmrfvrth1{
    color: #ffffff;
    text-align: left;
    font-size: 56px;
    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 36px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
}
@media only screen and (max-width:767px) and (orientation:landscape){
	

	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:152px}
	
	.testi-content { background:none !important; }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}

	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
    width: 393px;
}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
		.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
	.twntyfoursvn{
	
	color: #ffffff;
    margin-left: 113px;
    font-size: 24px;
    margin-top: -11px;
}
		
	.indxslide1 {
   
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	.contcttitle label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px !important;
}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
  
    margin: 17px 0;
 }

	

p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
   
    float: left;
    width: 98%;
    padding-left:10px;
}
	.cstmrfvrth1{
    color: #ffffff;
    text-align: left;

    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 26px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
.service-text-area{
	
}
.sr-only{display:none;}
#terms_12{
	overflow:auto !important;
	height:150px !important;
}
.box_content{
	position:relative !important;
}

}
@media screen and (max-width:479px) and (min-width:401px){
	
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}

	.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important;
	
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left; margin:0 auto;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left; margin:0 auto;  border-left: solid 1px #ccc;
}
	
	.yes-btn, .no-btn {text-align:left; padding-left:96px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 0px;
}
	
	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
	.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
		
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	
	 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	.contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
	
		.cstmrfvrth1{
    color: #ffffff;
    text-align: left;

    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 26px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
	p.loremaboutus{
	text-align: justify;
	font-size : 14px !important;
}
	#quotefm label {
  width: 100% !important;
  }
  /*#quotefm input[type=text]{width:56% !important;}*/
  #quotefm .selecttime{width:36% !important;}
  
	}

@media screen and (min-width: 200px) and (max-width:480px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}
	.yes-btn, .no-btn {text-align:left; padding-left:96px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 0px;
}
	
	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
	.bookbtn { margin-top: 11px;}  
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
		.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
		
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	.contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
		.cstmrfvrth1{
    color: #ffffff;
    text-align: left;

    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
p.loremaboutus{
	text-align: justify;
	font-size : 14px !important; width:98%; padding-left:2%;
}
span.popup_heading {
	font-size:1em;
	text-align: left;
	top: 25px;
}	
.sr-only{display:none;}	
#content_popup { 
 left: 10%
}
.comp-price.bluetxt{font-size: 18px;}

}
@media screen and (max-width:400px){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}
	.yes-btn, .no-btn {text-align:left; padding-left:96px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 0px;
}

	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
		.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
		
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	
  .contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
}
#quotefm .submitbtn {
 margin-top: -10px;
 display: inherit;
}
}
@media only screen and (max-width:320px) and (orientation:landscape){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 0px;
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
    width: 393px;
}
	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
		.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
		
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:481px;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	.contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
.box_content button {
  font-size: 14px !important;
  padding: 10px !important;
  width: 40% !important;
}
.service-text-area{
	
	
}
#terms_12{
	overflow:auto !important;
	height:140px !important;
}
#information_12 > h3{
	font-size:14px !important;
}
.box_content{
	position:relative !important;
}

}
@media only screen and (max-width:320px) and (orientation:portrait){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 0px;
}

	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
		.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	
  .contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
}
.service-text-area{
	
}
#terms_12{
	
}
.box_content{
	
}

}
@media only screen and (max-width:240px){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
			.testi-content { background-image:none !important; }
	.right-quote {
    background-image:none !important;
}
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left:0px;
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
    width: 393px;
}
	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bcontorl {padding:0px; text-align:center}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
		.twntyfoursvn{
	
	color: #ffffff;
 
    font-size: 24px;
    margin-top: -11px;
}
		
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	
  .contsbmt { margin-left:0px; }
	#contactfm .bluebtn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: s 1px red;
    width: 179px !important;
	}
}
.box_content button {
	background-color: #ff3155 !important;
    font-size: small !important;
    border: none !important;
    padding: 10px !important;
    margin: 2px 2px 2px 2px !important;
}
.service-text-area {
  
	
}
#terms_12{
	overflow:auto !important;
	height:160px !important;
}
.box_content{
	
}
}

/*-------- News Styles for New Layout/theme --------*/

#faq, #terms, #testimonials, #compare, #booking-info { padding-bottom:37px; padding-top:22px; }
.col-left { float:left; width:50%; }
#compare > .container{padding-left:0;padding-right:0;}
.col-right { float:right; width:50%; position:relative; }
.col-left-container { width:85%; float:left; }
.col-right-container { width:91%; float:right; position:relative; }

#topbar { background-color:#fff;/* border-bottom:1px solid #269cc9; }*/}
 .row1{margin:0 auto;max-width:1160px;}
#topbar .col { height:100px; padding-left:0; padding-right:0; }
.mobitlogo { padding-top:17px; }

.navbar-default { background-color:transparent; border-color:transparent; border:0; margin-top:32px; position:absolute; width:100%; }
.navbar-toggle { background:url(../images/menu-button.png)left center no-repeat; width:50%; height:61px; border:0; border-radius:0; float:left; margin-top:-15px; margin-left:49px; }
#quotefm .submitbtn:hover { background:#00aeef\9; color:#fff\9; /* IE8 and below */}
.contact-form .btn-submit:hover {background:#00aeef\9; color:#fff\9; /* IE8 and below */}
.bookbtn:hover {background:#00aeef\9; color:#fff\9; /* IE8 and below */}
.defaultbtn:hover {background:#00aeef\9; color:#fff\9; /* IE8 and below */}
/* IE 8 */
.navbar-toggle { background-image: url(../images/menu-button.png)\9; /* IE8 and below */ 
background-repeat: no-repeat\9; /* IE8 and below */ background-position-y: center\9; /* IE8 and below */
}
#quotefm label { font-size:16px\9; /* IE8 and below */}
.form-container { background:#2A2A2A\9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 and below */}
/* IE 8 end */
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:transparent; }
.navbar-nav {float:right; background-color:none !important; background:url(../images/menu-bg.png) repeat; margin:0; padding:20px 0; }
.navbar-collapse { border:0; box-shadow:none; position:relative; top:0; z-index:5; padding-left:0; padding-right:0; }
.navbar-nav > li > a { font-size:28px;padding:15px;  margin-right:15px;margin-left:15px;padding-right:0;padding-left:0;color:#fff !important; }
.navbar-nav > li > a:hover {border-bottom:1px solid #00aeef; background:none !important; color:#00aeef !important; }
.navbar-nav > li > a.active{border-bottom:2px solid #00aeef;background:none !important;}
.navbar-nav > li > a.visited{background:none !important;}

.nav-icon { padding:0 20px 5px 20px; background-position:left 5px; background-repeat:no-repeat; }
.navbar-nav > li > a:hover .nav-icon { background-position:-57px 5px; }
.navbar-nav li a:hover .services-icon {background-position: -51px 5px;}
.home-icon { background-image:url(../images/icons/home-icon.png); }
.faq-icon { background-image:url(../images/icons/faq-icon.png); }
.blog-icon { background-image:url(../images/icons/blog-icon.png); }
.terms-icon { background-image:url(../images/icons/terms-icon.png); }
.contact-icon { background-image:url(../images/icons/contact-icon.png); }
.flight-icon { background-image:url(../images/icons/flight-info-icon.png); }
.privacy-icon { background-image:url(../images/icons/privacy-icon.png); }
.services-icon { background-image:url(../images/icons/services-icon.png); }
.testimonial-icon { background-image:url(../images/icons/testimonial-icon.png); }


.quick-contact { background-color:#121212; padding:17px 10px; width:235px; float:right; font-size:18px; color:#fff; line-height:100%; font-weight:bold; display:none;}
.quick-contact a { color:#fff; }
.quick-contact .schedule { font-size:15px; }
.quick-contact .call { font-size:24px; }
.quick-contact .call a { display:inline-block; padding:5px; }



@media all and (min-width:993px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; }
	
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}

	
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.indxslide1 {
  
    
    position: relative;
   
    background-size: 100%;
}
	.contctbrd{

    box-sizing: border-box;
   
    margin: 17px 0;
 }
	#contactfm .bluebtn {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	.cstmrfvrth1{
    color: #ffffff;
    text-align: left;
    font-size: 56px;
    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 36px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
	#hero { height:642px; }
} 

#unsubscribe_refno {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #069;
    box-shadow: 0 0 5px #069;
    display: none;
    font-size: 15px;
    height: auto;
    left: 20%;
    margin-left: 15px;
    max-height: 400px;
    min-height: 200px;
    min-width: 175px;
    overflow-y: auto;
    padding: 15px;
    position: fixed;
    top: 20%;
    width: 50%;
    z-index: 100;
}

.home-services { padding-top:30px; padding-left:175px; padding-bottom:157px; font-size:24px; text-align:right; }
.home-services h2 { text-align:left; }

.home-intro-section { background-color:#000; position:relative; }
.home-intro-section h2 { margin-bottom:20px; }

.home-intro { padding-top:30px; padding-right:167px; }
.home-intro h2 { /*letter-spacing:5px;*/ text-transform:uppercase; }
.home-intro-txt { color:#fff; font-size:28px; }

/*.mobitairport-large { background:url(../images/mobit-airport-parking.png) no-repeat; width:60%; height:285px; position:absolute; bottom:0; right:16px; background-size:100%; 
}
*/
.mobitairport-large {   bottom: -2px;
    left: -133px;
    position: absolute; }
/*by Muazzam .mobitairport-large img { max-width:100%; width:90%; position:relative; left:-134px; }
.mobitairport-large img {
    left: -120px;
    max-width: 100%;    
    position: relative;
    width: 90%;
    top:1px;
}
@media screen and (min-width:1300px){.mobitairport-large img{left:-145px;}}*/
.we-offer { padding:55px 0; }
.we-offer h2 { margin-bottom:62px; font-weight:500; }
.services-icons { text-align:center; padding:0; }
.services-icons .main-icon { float:left; }
.services-icons li { display:inline-block; padding:0 15px; border-left:1px solid #fff; vertical-align: top;  }
.services-icons li.no-border { border:0; }

.meet-greet-park-icon { height:168px; width:155px; }

.other-services { padding:36px 0; }

.services-destinations { padding:55px 0; }
.services-destinations h2 { margin-bottom:30px; font-weight:500; }
.dest-list { text-align:center; }
.dest-list li { display: inline-block;
    
    text-align: left;
    color: #fff; padding:6px;
     }
.dest-list li .dest-img { border:18px solid #fff; }
.dest-list li .dest-name { margin-top:17px; font-size:18px; }
.dest-list li .dest-name h4 { color:#000; font-size:18px;}
.dest-list li .dest-name a { color: #00aeef; }
.dest-list li .dest-name a:hover { text-decoration:none; }
.dest-list li:hover .dest-img { border-color:#000; }

.testimonials-home { background-color:#151414; border-top:24px solid #000f14; padding:59px 0; }
.unit{
  color:#fff;
/* padding:5% 10% 5% 0;
 background-color: #003753;
 background-repeat: no-repeat;
 background-position:center;
 -webkit-background-size: cover; 
 -moz-background-size: cover; 
 -o-background-size: cover; 
 background-size: cover;*/
 width:100%;
}
.unit .rating { list-style:none; margin-bottom:41px; padding:0; }
.unit .rating li { display:inline-block; margin:0 18px; text-indent:-999px;}
.unit .date { text-align:right; font-size:14px; }
.testimonial h3{
 display:inline-block;
/* background:black;
 background:rgba(0, 0, 0, 0.5);*/
 color:#fff;
 padding:12px 90px 12px 0;
 margin-left: 17%;
 font-size:24px;
 text-align:right;
width:400px;
}
.testimonial .byline{
 display:inline-block;
 font-size:23px;
 padding:8px;
/* margin-left: 25%;*/
}
.testimonial .byline span { font-size:14px }
.testi-content { border-right:11px solid #fff; background:url(../images/dbl-quote-left.png) left no-repeat; padding-right:20px; }
.right-quote { background:url(../images/dbl-quote-right.png) right no-repeat; }
.carousel-control.left, .carousel-control.right { background:none; }
.carousel-control { width:5%; top:25%; }

.contact-form { padding-right:130px; padding-top:65px; }
.contact-form h2 { margin-bottom:55px; }
.contact-form .form-group { border-bottom:6px solid #fff; margin-left:0; margin-right:0; }
.contact-form label { color:#fff; font-size:24px; float:left; width:110px; font-weight:normal; }
.contact-form .form-control { float:left; width:75%; border:0; box-shadow:none; background:none; font-size:16px; padding: 15px 12px; height:auto;
color: #eeeeee; }
.service_page h3 {color:#00aeef;}
.contact-form .text-area { width:100%; background:none; border:0; height:135px; padding: 15px 15px; color: #eeeeee; }
/*by Muazzam .contact-form .btn-submit { color:#00aeef; background:white; font-size:16px; font-weight:bold; border-radius:0; width:177px; font-family: 'Source Sans Pro', sans-serif; font-weight: 400;}
*/
.contact-form .btn-submit {
    background: white none repeat scroll 0 0;   
    border-radius: 0;
    color: #00aeef;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 185px;
}
.captcha { background-color:#19a7ef; padding:10px 0; text-align:center; width:242px; }
.captcha-controls { border-top:1px solid #a5d4ec; margin-top:12px; }
.captcha-controls input[type=text] { width:200px; font-size:11px; color:#f0293c; background:none; border:0; padding:12px 0; }
.captcha-controls .item { border-left:1px solid #a5d4ec; display:inline-block; }
.captcha-controls .item .btn { padding:6px 7px; }

.map-location { width:100% !important; }
.home-address { padding:165px 0 100px 60px;  }
.home-address a{word-wrap: break-word !important;}
.address { background:url(../images/home-marker-bg.png) left 28px no-repeat; padding:30px 0 30px 110px; font-size:24px; line-height:100%; }
.address address { color:#00aeef; margin-bottom:5px; }
.address .phone-no { color:#58585a; margin-bottom:5px; }
.social-icons { text-align:left; list-style:none; padding:0; margin-top:27px; margin-left:0; }
.social-icons li { float:left; margin-right:20px; }

.form-container { /*background:url(../images/form-trans-bg.png) repeat; padding:10px; padding-top:45px;*/ border-radius:20px;  /*margin-top:50px;*/ border:1px solid #fff; background-color:rgba(42, 42, 42, 0.75);   }
.form-container .content { padding:30px 25px; }
.form-intro { width:248px; display:table-cell;  /* float:left;border-right:2px solid #757a7f; background-color:rgba(42, 42, 42, 0.75);*/ height:100%; border-radius:20px 0px 0px 20px; color:#fff; position:relative; vertical-align:top; }
.form { width:898px; /* float:left; background-color:rgba(42, 42, 42, 0.75);*/ height:100%; display:table-cell;  border-radius:0 20px 20px 0; padding-bottom:25px; }

.form .form-group { width:190px; margin-right:20px; float:left; }
#quotefm .full-width { width:100% !important; }
#quotefm .disc-code { width:185px; }
#quotefm .quote-btn { width:110px; margin-right:0; }
.calendar-icon { background-image:url(../images/icons/calendar-icon.png); background-position: 98% center; background-repeat: no-repeat; padding-right:10px; }
.calendar-icon-small { background-image:url(../images/icons/calendar-icon-small.png); background-position: 97% center; background-repeat: no-repeat;  padding-left:5px; }
.hero-title { font-family: 'Roboto Condensed', sans-serif; font-size:42px; text-transform:uppercase; font-weight:700; line-height:100%; color:#fff; float:left; }
.hero-subtitle { font-size:30px; text-transform:uppercase; color:#fff; font-family: 'Roboto Condensed', sans-serif; font-weight:normal; padding-right:20px; text-align:right; }
.app-logos { text-align:right; }
.app-logos a { display:inline-block; margin-right:17px; }
.title-section { margin:30px 0; }

.avatar-head { position:absolute; /*width:162px; height:532px;*/ right:100px; bottom:-130px; z-index:1; display:none; }
.avatar-head img { width:60%; }
.contact { background-color:#ebebeb; }

.footer-bottom { border-top:1px solid #adadb0; font-size:18px; }
.footer-bottom .container{width:1160px;padding:20px 0;}
.footer-bottom .col-left-container, .footer-bottom .col-right-container { padding:13px 0;}
.footer-bottom .col-right-container .content { padding-left:70px; }
.footer-bottom p { line-height:100%; margin-bottom:5px; }
.footer-bottom a { color:#373535; }

.page-heading {    color: #00aeef;
    font-size: 36px;
    float: left;
    width: 100%;
   
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
     }
.bredcrumb { text-align:left; font-size:24px; color:#58585a; margin-bottom:40px; }
#testimonials .bredcrumb{position:relative;}
#testimonials .bredcrumb .review{right:0;bottom:0;} 
.bredcrumb li { display:inline-block;  font-family: 'Roboto', sans-serif; font-weight:500; }
.bredcrumb li a { color:#58585a; }
.term-page h3{color:#01adec;margin-bottom:15px;	}
.terms-list ol{list-style:none;}

#faq #accordion { }
#faq .ui-accordion-header { background-color:#00aeef; color:#fff !important; border:0 !important; border-radius:0 !important; font-family: 'Source Sans Pro', sans-serif; font-weight:500; font-size:30px !important; }
#faq .ui-accordion-header-active { background-color:#ff3155;  border:0px;}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-content { background-color:#58585a !important; color:#fff !important; border:0 !important; border-radius:0 !important; font-family: 'Source Sans Pro', sans-serif; font-weight:500; font-size:30px !important; }*/
/*#faq .ui-state-hover, .ui-state-active { background-color:#00aeef !important; color:#fff !important; }*/
#faq .ui-widget-content p { font-family: 'Source Sans Pro', sans-serif; font-weight:300; font-size:30px; line-height:120%; }
#faq .ui-widget-content li { font-family: 'Source Sans Pro', sans-serif; font-weight:300; font-size:30px; line-height:120%; }
#faq .ui-widget-content ul {list-style: disc; margin-left:30px;}
#faq .ui-accordion .ui-accordion-content { padding:1em 100px !important; background-color:#fffff; color:#58585a; }
#faq .ui-accordion .ui-accordion-header { margin-top:6px !important; }
-webkit-appearance: none;
#terms h3, #terms h4 { color:#00aeef; font-size:30px; font-size:300; margin-bottom:20px; }
#terms h4 { margin-bottom:20px; padding-left:30px; }
#terms p { padding-left:85px; font-size:18px; }
.terms-list li { /*background-image:url(../images/blue-arrow-bullet.png); background-position: 3% 12px; background-repeat: no-repeat; padding-left:85px;*/ font-size:25px; margin-bottom:25px; }
#terms .bgblue { padding-top:22px; margin-bottom:20px; }
#terms .bgblue h3 { color:#58585a; margin-bottom:20px; }
#terms .bgblue li { color:#fff; }
.black-arrow-bullet { background-image:url(../images/white-arrow-bullet.png) !important; }
.white-arrow-bullet { background-image:url(../images/white-arrow-bullet.png) !important; }
.pay_txt {color:#fff !important;}
.testimonial-list { margin-bottom:50px;/*background-image:url(../images/down-tip-blue.png); background-repeat:no-repeat; background-position:92px bottom; */ }
.testimonial-list .stars li { margin-right:8px; height: 30px;}
.testimonial-list .stars ul{height: 30px;margin-left:7px;}
.testimonial-list .stars {    height: 24px;
    margin-top: 30px;
    margin-bottom: 24px;
    text-align: center;}
.testimonial-list .stars ul:after{content: ''; clear: both; display: table; line-height: 0;}
.testimonial-list .content .testi-credits { background-color:#00aeef; margin:-11px 0; padding:10px; color:#58585a; }
.testimonial-list .testi-name { font-size:23px; font-weight:700; display:inline-block; text-align:left; line-height:120%;margin-top: 15px }
.testimonial-list .testi-name .sm{float:left;}
.testimonial-list .testi-name .txt{    margin-left: 8px;
    display: inline;}
.testimonial-list .testi-name span { font-size:14px; }
.testi-credits {  }
.testi-content-land-banner{background-position: 10px top;
    padding-top: 50px;
    margin-top: 25px;
    padding-right: 20px;
    border-right: 0px;
    height: 100px;
    display: inline-block;
    margin-top: 36px; padding-left:90px;}
.testi-content-land-banner p{      margin-top: 89px;
    float: left;
   }
.testi-content-land-banner .right-quote{      width: 100px;
    height: 60px;
    background-position: right center;
    float: right;
    margin-top: 0;}
.testimonial-list .testi-content {  font-size:26px; line-height:120%; border:0; background-image:url("../images/dbl-quote-left-sm.png") !important;    background-position: 10px 29px;
    padding-top: 54px;
    padding-bottom: 20px;
    padding-left: 47px;
    border-left: 0px solid #fff;
    min-height: 170px; background-repeat:no-repeat !important; }
.testimonial-list .right-quote { background-image:url("../images/dbl-quote-right-sm.png") !important; background-position:bottom right; padding-left:40px; position:relative; top:20px; padding-top: 10px;}
.testi-date {     /* float: right; */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    display: block; }

.testimonial-list.black { background-image:url(../images/down-tip-black.png); }
.testimonial-list.black .content { background-color:#58585a; }
.testimonial-list.black .testi-content { color:#fff; } 

.testimonial-list.alternate {/*0 background-image:url(../images/down-tip-gray.png);*/ }
.testimonial-list.alternate .content .testi-credits { background-color:#ff3155; color:#fff; }

.review { text-align:right; }
.review-btn { border:1px solid #00aeef; background-color:#00aeef; font-family: 'Source Sans Pro', sans-serif; font-weight:300; font-size:22px; padding:3px 8px; color:#fff; border-radius:0; position:relative; z-index:2; }

.compare-form { background-color:#ffffff; color:#fff; margin-bottom:0; margin-top:25px; }
.pkg_sec {padding-top:10px;}
.compare-form .col {  padding:0px 0px; }
.compare-form .col-one { border-right:1px solid #0fb2ef; }
.compare-form .col-two {}
.compare-form .col-three { padding-left: 17px; }
.compare-form h4 { color:#000; text-transform:uppercase; font-size:13px; font-family: 'Source Sans Pro', sans-serif; font-weight:700; margin-bottom:7px;}
.compare-form label { display:block; }
.comptime1 { color:#b0b0b0; width:100%; padding:6px 4px; }

.meet:hover, .box:hover { border-color:#00aeef; }

.meet, .park { border:1px solid #e0e0e0; margin-bottom:50px; position:relative;
padding-bottom: 10px;}
.meet .bot-row, .park .bot-row { padding:10px 15px; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.company-info { padding:10px; background-color:#ffffff;}
.company-logo { max-width:100%; margin-left: 5px;}
.complogos { padding:10px; height:140px; position:relative; overflow: hidden; background-color: #ffffff;
}
.bookbtn { /*background-image:url(../images/blue-btn-bg.png); background-repeat:repeat-x; font-weight:bold;*/ border-radius:2px; width:auto; white-space: nowrap; height:33px; border:1px solid #2098d1; font-family: 'Source Sans Pro', sans-serif; font-size:16px;  color:#666; }
@media all and (min-width:1026px) {
    .meet
	{
	height:684px;	
		}
	.forpp
	{
		 color:#2daefd; padding-top:20px;
		}
	.flatd{
		 float:left; padding-left:50px; padding-top:20px;
		}
		.fleft1
		{
			float:left;
			}
			.onp
			{
				float:left; padding-top:20px; padding-left:10px;
				}
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; padding-bottom:22px; padding-top:35px; }
	
	.col12brdr1 {
    text-align:left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	height:520px; margin-top:10px;
}
.col13brdr{
	border:solid 1px #ccc;  
	height:520px;  text-align:left; border-right:0px; margin-top:10px;
}
.col14brdr{
	border:solid 1px #ccc; height:520px;  text-align:left; margin-top:10px;
}z
	
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	
	.bkncnfrm{
	
  
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	   
}
	.bcontorl {padding:0px; text-align:left}
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
	
	.nopa1dding1
	{
		
		}
	.nopadding
	{
		padding-left:10px !important; padding-right:0px !important;
		}
	.sobo
	{
		border-left:solid 1px black;
		}
		.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 60px;
    padding-top: 52px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 12px !important;
}
	.twntyfoursvn {
    color: #ffffff;
    font-size: 24px;
    margin-top: -11px;
}
	.indxslide1 {
    height:513px;
    
    position: relative;
   
    background-size: 100%;
}
	.indxslide2 {
    height:374px;
    
    position: relative;
   
    background-size: 100%;
}
	
.tab-content > .active{    border-radius: 4px;}

	
	
	
	.tab-content {width:100%;margin-top: 10px;position:absolute;bottom:10px; background-color:#FFF;}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
    height: 94px;
    margin: 17px 0;
 }
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	
	footer .menu li
{
	border-left: 1px solid #333;
	padding-left:10px; padding-right:10px;

	}
	
	.page-heading {    color: #00aeef;
    font-size: 36px;
   
    width: 100%;
   margin-top:20px;
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
     }
	.cstmrfvrth1{
    color: #ffffff;
    text-align: left;
    font-size: 56px;
    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 36px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    
 }
	.bookbtn { margin-top: 0px;}    
	}

.bookbtn:hover { color:#515151; } 

.booking-form { margin-bottom:15px; }
/*by Muazzam .booking-form h3 { font-size:22px; margin-bottom: 15px; color:#00aeef; text-decoration:underline; }*/
.booking-form h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 3px;
    padding-top: 9px;
    font-family: 'Open Sans', sans-serif;
    /* text-decoration: underline; */
}
.booking-form label, .ui-widget label { font-size:18px; color:#58585a; font-weight:normal; }

.total-payment { /*background-color:#ff3155;*/ padding:10px; text-align:center; color:#fff; margin-top:8px; }
.total-payment p { font-size:14px; margin-top:15px; }
.total-payment .topay { margin-left:20px; }

.quick-info {  }
.quick-info .col { padding-left:0; padding-right:0; }
.quick-info .brdr-left { border-left:7px solid #c5c7c8; }
.quick-info .brdr-btm { border-bottom:7px solid #c5c7c8; }
/*.left_sec .company_box {background-color: #fff !important; color: #01ADEC !important; border-bottom: 2px solid #01ADEC !important; font-size: 24px !important; min-height: 70px !important; text-align: center !important;}*/
.booking-summary { margin-top:15px; }
.book-title-bg { background-image:url(../images/booking-heading-bg-icon.png); background-repeat:no-repeat; padding:95px 15px 72px; background-position:center top; }
.book-title-bg2 { background-image:url(../images/booking-heading-bg-icon2.png); background-repeat:no-repeat; padding:95px 15px 72px; background-position:center top; }
.book-title-bg3 { background-image:url(../images/cstmrdtlsstp4.png); background-repeat:no-repeat; padding:95px 15px 72px; background-position:center top; }
.show1 {
    position: fixed;
    top: 550px;
    right: 0;
    float: right;
    z-index: 2;
    text-align: right;
}
.book-title-bg h3,.book-title-bg2 h3, .book-title-bg3 h3 { font-size:22px; color:#fff; font-weight:300; text-align:center;}
.booking-details { border-width:0 1px 1px; border-style:solid; border-color:#ddd; padding:5px 20px 20px; margin-top:-67px; font-size:25px; color:#5b5b5b; word-break:break-all; }
.booking-details .customer-email { word-break:break-all; }
.booking-details h4 { color:#00aeef; font-size:25px; word-break:normal; }
.post-note { font-size:35px; }
.post-note h5 { font-size:24px; color:#00aeef; }
.post-note p { color:#252525; line-height:120%; margin-bottom:25px; font-size:22px; }
.indent { font-size:20px; 
font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.indent .checkbox { float:left; top:1px;}

.col-sub { padding:0; }

.car-parking .avatar-head { display:none; }
.car-parking h2 { color:#01adec; }

.poweredby { float:right; padding-top:40px; }
.copyright { float:left; padding-top:40px; font-weight:500; }
.trust-img { float:left; }

.services-icons li { min-height:160px; }
.services-icons li a { display:block; text-align:center; /*color:#58585a;*/ color:#fff; font-family: 'Roboto', sans-serif; font-weight:700; font-size:24px; line-height:130%; }
.services-icons li a:hover { color:#fff; text-decoration:none; }
.services-icons li a span { display:block; margin-bottom:34px; }
.services-icons li .icon { background-position:center -80px; background-repeat:no-repeat; }
.onoff-park-icon { background-image:url(../images/home-icons/onoff-park-icon.png); height:80px; }
.meet-greet-icon { background-image:url(../images/home-icons/meet-greet-icon.png); height:80px; }
.customer-service-icon { background-image:url(../images/home-icons/customer-service-icon.png); height:80px; }
.secure-parking-icon { background-image:url(../images/home-icons/secure-parking-icon.png); height:80px; }
.best-prices-icon { background-image:url(../images/home-icons/best-prices-icon.png); height:80px; }

.services-icons li a:hover .onoff-park-icon { background-position:center -88px; }
.services-icons li a:hover .meet-greet-icon { background-position:center -80px; }
.services-icons li a:hover .customer-service-icon { background-position:center -78px; }
.services-icons li a:hover .secure-parking-icon { background-position:center -78px; }
.services-icons li a:hover .best-prices-icon { background-position:center -78px; }


.payment-icons { text-align:center; }
.payment-icons p { margin:10px 0; }

.banner-flist { margin:5px 0 0 0; }
.banner-flist li { font-size:20px; background-image:url(../images/tick-flist.png); background-repeat:no-repeat; background-position:left 13px; padding-left:50px; line-height:40px; background-size: 26px; }

.styledCheckbox { background-repeat:no-repeat; }

.ppolicy li { font-size:18px; }
.write-review { font-size:24px; color:#00aeef; font-weight:bold; float:right; position:relative; right:88px; }
.write-review:hover { color:#00aeef; }
.clear40 { height:40px; }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff3131;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right-bl {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-bl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2daefd;
  border:solid 1px #ccc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right-bl:hover, .hvr-sweep-to-right-bl:focus, .hvr-sweep-to-right-bl:active {
  color: white;
}
.hvr-sweep-to-right-bl:hover:before, .hvr-sweep-to-right-bl:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





.hvr-sweep-to-right-blue {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  color:#fff;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00aeef;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:6px;
}






.hvr-sweep-to-right-blue:hover, .hvr-sweep-to-right-blue:focus, .hvr-sweep-to-right-blue:active {
  color: white;
}
.hvr-sweep-to-right-blue:hover:before, .hvr-sweep-to-right-blue:focus:before, .hvr-sweep-to-right-blue:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}









.social-icons i {  position:relative; display:inline-block;
     -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; 
}
.social-icons i:hover {color: white; border-radius:50%; text-decoration:none; }
.icon-facebook {  color:#336699; border:2px solid #3b5998; padding:0.2em 0.5em; }
.icon-facebook:hover { background: #3b5998 none repeat scroll 0 0; }	
.icon-google-plus { color:#db4a39; border:2px solid #db4a39; padding:0.2em 0.3em; }
.icon-google-plus:hover { background-color:#db4a39; }
.icon-twitter { border:2px solid #00a0d1; padding:0.2em 0.3em; }
.icon-twitter:hover {background-color:#00a0d1;}

.main{padding-top: 30px;}
/*Radio box*/
.icheckbox.radio {background: none;}
.icheckbox.radio .iradio{width:17px; height:17px; vertical-align: middle; background-image: url(../images/radio.png); background-repeat:no-repeat; display: inline-block;}
.icheckbox.radio .iradio.checked{background-position: left bottom;}
.icheckbox.radio .iradio + label{vertical-align: middle; padding-left: 10px;}
/*checkbox box*/
.icheckbox.check {background: none;}
.icheckbox.check .icheckbox {width:18px; height:19px; vertical-align: middle; background-image: url(../images/checkbox.png); background-repeat:no-repeat; display: inline-block;}
.icheckbox.check .icheckbox.checked{background-position: left bottom;}
.icheckbox.check .icheckbox + label{vertical-align: middle; padding-left: 10px;}

.box-asd-left .icheckbox{display: inline-block; margin-right: 3px; margin-left: 3px; vertical-align: middle;
/*background-color: #ffffff;*/}
.box-asd-left h4{display: inline-block; vertical-align: middle;}
/*.box-asd-left .asd-price{display: block; font-size: 14px;}*/

.box-asd-left .asd-price{
	font-size: 18px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; padding-left:25px;
    }

#radiotab .icheckbox.radio .iradio + label {
    display: inline-block;
}

.airport-aside{padding:20px;}
.airport-aside ul li img{width: 100%;}
.airport-aside ul li{margin-bottom: 10px; border:1px solid #E2E2E2;}
/* ipad Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      .frm_fld_t	{
	    
	    width: 98% !important;
color: #666;
font-size: 18px;
padding: 10px 15px;

	}
      	.custompage
	{
	    
	     background:#f8f8f8; float:none !important;
	}
      .col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
   height: 500px !important;
	width:auto !important;  
}
.col13brdr {
    border: solid 1px #ccc;
  height: 500px !important;
    text-align: left;width:auto !important; margin:0 auto;
}
     .dright
     {
      
      float:right !important
  }
     .mt35 {
      
        width: 44%;   float: left;
  }
      .yoursrchairprtlbl{
		  text-align:left
	  }
      .compare-form h4 {

    font-size: 11px !important;
  }
        #comp-frm  .comptime { width:116px;   height:33px; padding:2px; }
      
	  .bkncnfrm{
	
  
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 70px
}
form#ban2fm .input-group-addon.dd {
    background:none !important;
    background-size: 20px;
    background-position: right 0px center;
}
	form#ban2fm .input-group-addon.ad {
    background:none !important;
    background-size: 20px;
    background-position: right 0px center;
}
}
/* ipad for landscape GO HERE */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){ 
    	.custompage
	{
	    
	     background:#f8f8f8; float:none !important;
	}
    #comp-frm  .comptime { width:116px;   height:33px; padding:2px; }
 .compare-form h4 {

    font-size: 11px !important;
  }
.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
   height: 500px !important;
	width:392px; 
}
.col13brdr {
    border: solid 1px #ccc;
  height: 500px !important;
    text-align: left;width:392px; margin:0 auto;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
     height: 500px !important;
    text-align: left;width:392px; margin:0 auto;  border-left: solid 1px #ccc;
}	
form#ban2fm .input-group-addon.dd {
    background:none !important;
    background-size: 20px;
    background-position: right 0px center;
}
form#ban2fm .input-group-addon.ad {
    background:none !important;
    background-size: 20px;
    background-position: right 0px center;
}

}
@media only screen 
  and (min-device-width: 1023px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      
	  .bkncnfrm{
	
  
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 108px
}

}

@media only screen and (device-width: 768px) {

	.yes-btn, .no-btn {text-align:left; padding-left:96px;}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}
	
	.bcontorl {padding:0px; text-align:left}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	.sr-only {
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding-right: 58px;
    position: static;
    margin-left: 67px !important;
}
	 .pledge
 {
	 margin-left: 139px;
    margin-top: 20px;
	 
	 }
	
	
	}
@media all and (min-width:769px) {
	
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
.srdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 600px;
	
}
	.bcontorl {padding:0px; text-align:left}
	.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
	
	
	.tab-content {width:100%;margin-top: 10px;bottom:10px;}
	.contctbrd{

    box-sizing: border-box;
  
    margin: 17px 0;
 }
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	
	
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px ;
    padding-top: 42px ;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.arrowhide
	{
		
		}
	.indxslide1 {
   
    
    position: relative;
   
    background-size: 100%;
}
	.tab-content {margin-top: 10px;bottom:30px;  }
	
	 }
	#contactfm .bluebtn {
         font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 198px;
    margin-top: 15px;
  
   
    
}
	#sticky {
    
	}
.price-filters {
    
    z-index: 8888;
}
	#sticky.stick {
		position: fixed;
		top: 0;
		z-index: 999;
		width:100%;
	}
}
@media all and (min-width:1026px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:152px}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.col12brdr1 {
    text-align:left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	height:400px;
}
	.bkncnfrm{
	
  
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 108px
}
	.bcontorl {padding:0px; text-align:left}
	
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
		.sobo
	{
		border-left:solid 1px black;
		}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
	
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:23px;
	
}
	.arrowhide
	{
		display:block;
		}
	.twntyfoursvn {
    color: #ffffff;
    font-size: 24px;
    margin-top: -11px;
}
	.indxslide1 {
    height:481px;
    
    position: relative;
   
    background-size: 100%;
}3
	
	.tab-content {width:100%;margin-top: 10px;position:absolute;bottom:10px; }
	/*.mobitlogo img { width:30%; }*/
	/*.first-para { padding-right:225px; }	*/

}
@media all and (min-width:1026px) and (max-width:1100px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:152px}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
	.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.col12brdr1 {
    text-align:left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	height:400px;
}
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
		.sobo
	{
		border-left:solid 1px black;
		}
		 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
 .twntyfoursvn {
    color: #ffffff;
    font-size: 24px;
    margin-top: -11px;
}
.indxslide1 {
    height:481px;
    
    position: relative;
   
    background-size: 100%;
}
	.container { width:935px; }
	.form-intro { display:none; }
	.form { width:100%; }
	.avatar-head { bottom:-142px; width:114px; }
	#hero { height:479px; }
	.main-icon { float:none !important; display:block; }
	.book-title-bg h3 { font-size:22px; }
    .book-title-bg { padding-bottom:82px; }
	#quotefm .submitbtn { width:130px }
.mobitairport-large {
    left: -120px;
}
.mobitairport-large img {
    width: 98%;
}
.compare-form {
    
    height: 155px;
}
.price-filters {
    
    z-index: 8888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    z-index: 9999;
}
}
@media all and (min-width:769px) and (max-width:992px) {
	.compare-form h4 {

	text-align:left !important;
}

	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:152px}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	v.airprtttl {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    float: left;
    padding-left: 10px;
}
.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important;
	width:392px;
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left;width:392px; margin:0 auto;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left;width:392px; margin:0 auto;  border-left: solid 1px #ccc;
}
	
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
		
.tab-content > .active{    border-radius: 4px;}

	
	
	
	.tab-content {width:100%;margin-top: 10px;bottom:10px;}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
    height: 94px;
    margin: 17px 0;
 }
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px !important;
    padding-top: 42px ;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.twntyfoursvn {
    color: #ffffff;
    font-size: 24px;
    margin-top: -11px;
}
	
	.home-intro { padding-right:75px; }
	.home-intro-txt { font-size:28px; }
	.home-services { padding-left:75px; }
	.main-icon { display:block; text-align:center; float:none; }
	.we-offer h2, .contact-form h2, .services-destinations h2 { margin-bottom:40px; }
	.services-icons { padding:0; }
	.services-icons li { width:20%; }
	.services-icons li > img { width:100%; }
	.stamp { position:relative; float:right; width:auto; height:auto; right:-50px; }
	.form-intro { width:25%; }
	 .form { width:75%; }
	 .form-container .content { padding:15px 10px; }
	 .title-section { margin-bottom:10px; }
	 .avatar-head { width:115px; bottom:-326px; display:none; }
	 .main-icon { text-align:center; width:100%; margin-bottom:25px; }
	 .services-icons li { padding:0 5px; width:auto; }
	 .services-icons li > img { width:70%; }
	 .other-services .text-center img { display:inline-block !important; }
	 .dest-list li { margin:15px 10px;}
	 .unit .rating { margin-top:40px 0 20px;}
	 .contact-form { padding:20px; }
	 .address { font-size:20px; background-size:20%; padding-left:78px; }
	 .footer-bottom { font-size:14px; }
	 .footer-bottom .col-right-container .content { padding-left:60px; }
	 .form-intro { display:none; }
	 .form { /*height:225px;*/ width:100%; }
	 #faq .ui-accordion .ui-accordion-content { padding:1em 50px !important; }
	 .ui-accordion .ui-accordion-icons { padding-left:1.5em; } 
	 .page-heading { font-size:26px; }
	 .navbar-nav > li > a { font-size:28px; }
	 .compare-form .col { height:auto; }
	 .compbar label { display:block; }
	 #comp-frm input[type="text"] { height:35px; }
	 #comp-frm .comptime { margin-left:auto; }
	 .complogos { width:100%; }
	 .avatar-head { display:none; }
	 #bookrhtcol .rhthd h4 { padding-top:30px; } 
	 .book-title-bg { padding-top:18px; }
	 .address a { word-break: break-word; }
	 .captcha-controls input[type="text"] { width:58%; font-size:11px !important; }
	 .banner-flist li { font-size:18px; }
	 .hero-title { font-size:40px; }  
	 .compare-form .col { padding:10px 17px; }
	 #contactfm label { padding-top:2px }
	 #contactfm input[type=text], #contactfm textarea { font-size:16px; }
	 #contactfm textarea { width:100%; }
	 .terms-list li { padding-left:65px; }
	 .stars ul, .stars { float:none; }
	 .center-sm { display:block; text-align:center; }
	 .post-note { padding:0 10px; font-size:20px; }
	 .post-note h5 { font-size:20px; }
	 .hidem { display:none !important; }
	 #quotefm .submitbtn { margin-top:0; }
	 .mobitlogo { padding-top:13px; }
     /*.mobitlogo img { width:50%; }*/
	 #quotefm .submitbtn { width:142px; }
	 .home-address { padding-left:40px; }
	 .sr-only {display:none !important;}
	 .bredcrumb {font-size: 18px;}
	 #terms h3, #terms h4 {
    font-size: 18px;
}
.bredcrumb li {
    font-size: 18px;
}
.terms-list li {
    font-size: 16px;
}
.mobitairport-large {
    left: -85px;
}
.mobitairport-large img {
    width: 95%;
}
}
@media all and (max-width:767px) {	

.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important; width:392px;
	
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left; margin:0 auto;
	width:392px;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left; margin:0 auto;  border-left: solid 1px #ccc;width:392px;
}

.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}

	.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}

.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	
.navbar-nav > li > a {
    font-size: 28px;
    padding: 15px;
    margin-right: 0px !important;
    margin-left: 0px !important; 
    padding-right: 0;
    padding-left: 15px;
    color: #fff !important;
}
.booking-details, .book-title-bg {
    width: 100% !important;
   
}
.show1 {
    top: 180px;
  }
.price-filters {
    
    z-index: 8888;
}
	ul { padding:0; width:100% }
	h2 { font-size:26px; }
	.home-intro-section { background-color:transparent; }
	.col-left, .col-right, .col-left-container, .col-right-container, .services-icons .main-icon { float:none; width:auto; }
	.home-intro, .home-services, .services-destinations, .contact-form, .home-address { padding:15px; }
	.home-intro-section h2, .we-offer h2, .services-destinations h2, .contact-form h2 { margin-bottom:10px; }
	.home-intro-txt { font-size:18px; }
        .home-services p { font-size:18px !important; }
	.home-services { text-align:left; }
	.we-offer { padding:20px 15px; }
	.services-icons li { border-left:0; border-top:1px solid #fff; display:block; text-align:center; padding:15px 0; }
	.services-icons li img { display:inline-block; }
	.services-icons li.no-border { border-top:1px solid #fff; }
	.dest-list li { margin-bottom:25px; text-align:center; }
	.testimonials-home { padding:25px 0; }
	.testimonial h3 { font-size:20px; }
	.contact-form .btn-submit { display:block; margin:0 auto; }
	.address { font-size:16px; padding-left:100px !important; }
	.footer-bottom { margin-top:15px; }
	.footer-bottom p { font-size:14px; text-align:center; }
	.footer-bottom .col-right-container .content { padding:15px; }
	
	.right-quote { background-image:url(../images/dbl-quote-right-sm.png); }
	.testi-content { border:0; padding-right:0; }
	.unit .rating { margin:40px auto 0;  }
	.byline { padding-bottom:0 !important; }
	.date { text-align:center !important; }
	.testimonial h3 { text-align:center; padding-right:35px; }
	.carousel-control { top:5%; }
	.navbar-nav > li > a { font-size:28px; }
	.page-heading { font-size:24px; }
	#faq .ui-accordion .ui-accordion-content { padding:1em 15px !important; }
	.ui-accordion .ui-accordion-icons { padding-left:.5em !important; }
	#faq .ui-widget-content p { font-size:18px; line-height:1.4; }
	#faq .ui-accordion-header { font-size:18px !important; }
	.form-intro { display:none; }
	#hero { padding-bottom:0px; background-size:auto; background-color:transparent; }
	.mobitlogo { text-align:center; padding:10px 0; }
	.app-logos img { width:75%; }
	.form, .form .form-group { width:auto; float:none; margin:0; height:auto; }
	.compare-form .col { height:auto; }
	/*#bookrhtcol .rhthd { background-image:none; padding-bottom:20px; }*/
	.rhtcontbot { display:none; }
	.quick-info .brdr-btm, .quick-info .brdr-left { border:0; }
	.quick-info .blubox { border-bottom:5px solid #c5c7c8; }
	.bredcrumb li {font-size: 15px !important;}
	
	#bookrhtcol .rhtcont { padding-bottom:12px; }
	.btn-white-large { margin-left:auto; font-size:20px; padding:8px; }
	.row-fluid p { font-size:14px; }
	.post-note { padding:10px 14px; font-size:14px; line-height:120%; }
	.post-note h5 { font-size:16px; margin-bottom:5px; }
	.indent { font-size:14px; line-height:40px; }
	.indent .checkbox { position:relative; top:6px; }
	.poweredby { float:none; margin:10px 0; clear:both; }
	.poweredby, .copyright { font-size:14px !important; padding:0; line-height:150% !important; float:none; }
	.copyright { margin-top:20px; }
#pay_btn .paypal_btn {
    margin-left: 0 !important;
}
	
	.banner-flist { margin:0 0 20px; }
	.banner-flist li { font-size:18px; background-image:url(../images/tick-flist-small.png); background-position:left 11px; padding-left:40px; line-height:35px; }

	.navbar-nav > li > a { font-size:18px; line-height:14px; }
	.navbar-toggle { float:right; width:100%; height:40px; margin:auto; }
	
	.payment-icons img { display:inline-block; }
	.terms-list li { font-size:14px; padding-left:45px; background-position:3% 3px; }
	.contact-form label { font-size:18px; }
	#terms p { font-size:14px; padding-left:0; margin-bottom:25px; }
	#terms h4 { padding:0; }
	.write-review { float:none; right:auto; display:block; text-align:center; font-size:16px; }
	.captcha-controls input[type=text] { width:200px !important; }
	.center-xs { display:block; text-align:center; }
	
	.book-title-bg { background-image:none; background-color:#00aeef; padding:10px !important; margin:auto !important; }
	.booking-details { margin:0 auto 20px !important; padding:20px !important; margin-top:-67px; }
	#quotefm .quote-btn { width:auto; }
	#quotefm .submitbtn { display:inline-block; width:150px; }
	
	.ui-state-default .ui-icon { background-image:url(../images/faq-toggle-xs.png) !important; height:21px !important; width:21px !important; }
	.ui-accordion .ui-accordion-header { padding-right:1.5em !important; }
	.other-services h2 img { display:inline-block; } 
	.mobitlogo img { display:inline-block; }
	.compare-form .compbar label { display:block; }
	#quotefm .disc-code { width:100%; }
	#bookrhtcol .rhtcont h5 { font-size:16px; padding:10px 0; }
	.map-location { padding:20px; }	
	
	.box_content { left:0 !important; top:0 !important; width:100% !important; }
	.quick-info .blubox { text-align:center; }
	.stamp { position:relative; margin:15px 0; text-align:center; }
	#quotefm label {
    	font-size: 18px;
    	min-height: 0;
	}
	.sr-only{display:none;}
	.head_home.row {margin:0 !important;}
	.park_head {padding: 25px 16px !important;}
	.hero-subtitle {text-align:center;}
	.app-logos {text-align: center; padding-bottom: 15px;}
	.hero-title { text-align:center; float:none; }
	.form-container .form {display: block;}
	.right-contact { position:static !important;}
	.book-title-bg2 , .book-title-bg3 {
    background-image: none;
    background-color: #00aeef;
    padding: 10px !important;
    margin: 0 auto !important;
    width: 100%;}
	.paypal_btn{margin-top:15px;}
	.rightribin2 img {
    width: 50%;
}
	.bredcrumb {
    font-size: 18px;
    margin-bottom: 30px;
}
#terms h3, #terms h4 {
   
    font-size: 18px;
}
.navbar-nav li a:hover .services-icon {
    background-position: -40px 5px;
}
.navbar-nav > li > a:hover .nav-icon {
    background-position: -42px 1px;
}
#contactfm {
    margin-top: 50px !important;
}
#pbred {font-size:16px;}
#pbred li {font-size:16px !important;}
	
}

@media all and (min-width:481px) and (max-width:767px) and (orientation:landscape) {

	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
	.yes-btn, .no-btn {}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:230px !important; }
		.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.col12brdr1 {
    text-align: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 400px;
    margin: 0 auto;
    width: 393px;
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bookbtn { margin-top: 11px;}  
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.imgpa
	{
		margin-top:10px;
		}
	
	
	.tab-content {width:100%;bottom:40px; }
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box; width:174px;
  
 }

p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	#contactfm .bluebtn {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	.title-section { margin:37px 0; }
	.stamp { text-align:inherit; }
	.stamp img { margin:0 10px; } 
	.hero-title { font-size:40px; }
	.mobitlogo img { width:auto; display:inline; }
	.compbar label { display:block; }
	.booking-details, .book-title-bg { width:50%; margin:0 auto; }
	.booking-details { margin-bottom:20px;}
	.nav-icon { background-size:160%; background-position:left 1px; }
	#topbar .col { height:80px; }
	.navbar-default { margin-top:20px; }
	.navbar-header { padding-left:20px; }
	.mobitlogo { padding-bottom:10px; }
	.terms-list li { padding-left:55px; }
	.quick-contact { float:none; width:100%; padding:10px; font-size:16px; }
	.quick-contact .call { font-size:20px; }
	.booking-details { margin-top:-78px; }	
	
}
@media all and (max-width:767px) and (orientation:portrait) {
	
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	#topbar .col { height:auto !important; }
	#bookrhtcol .rhtcont { padding:12px; font-size:16px; margin-bottom:20px; }
	#bookrhtcol .rhthd { height:auto; padding:15px 0; background-size:cover; }
	#bookrhtcol .rhthd h4 { font-size:20px; padding:0; padding-bottom:45px; }
	#bookrhtcol .rhtcont h5 { font-size:16px; margin-bottom:10px; }
	.quick-contact { padding:10px !important; float:none; font-size:14px; width:auto; }
	.quick-contact .call { font-size:20px; }
	.mobitlogo { padding-bottom:10px; }
	.navbar-toggle { height:50px; width:20%; float:right; margin-bottom:0; }
	.navbar-default { position:relative; padding-top:10px; margin:0; }
	.book-title-bg { padding-top:53px; }
	.book-title-bg h3 { font-size:32px; text-align:center; }
	.booking-details, .book-title-bg { margin:-54px auto 20px; }
	.stamp { text-align:inherit; }
} 
@media all and (max-width:480px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
	.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important;
	
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left; margin:0 auto;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left; margin:0 auto;  border-left: solid 1px #ccc;
}
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
		.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
   
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bookbtn { margin-top: 11px;}  
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.imgpa
	{
		margin-top:10px;
		}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
			.container{margin-right:auto;margin-left:auto;padding-left:14px;padding-right:14px; width:100%;}	
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#content_popup {
    max-height: 355px !important;
    min-width: 270px;
left: 0 !important;
}
.show1 {
    top: 250px;
  }
.icheckbox.check .icheckbox {
    vertical-align: top;
}
.price-filters {
    
    z-index: 999;
}
.compare-form label {
    display: inline-block;
}

.indent {
    line-height: 20px;
    width: 250px;
}
.book-title-bg h3 {
    font-size: 22px !important;
}
#booking-info .blubox, #booking-info .blubox2, #booking-info .blubox3 {font-size: 16px;}
	.form-intro { float:none; width:auto; border-bottom:1px solid #23b5ef; border-right:0; height:auto; }	
	.form-container .content { padding:15px; }
	#quotefm .selecttime { width:100% !important; }
	.app-logos { text-align:center; }
	.app-logos img { margin:7px 0; }
	
	.stamp img { margin:0 10px; }
	.title-section { margin-bottom:15px; }
	#hero { padding-bottom:0px; background-size:auto; background-color:transparent;  }
	.hero-title { font-size:30px; }
	.hero-subtitle { font-size:17px; text-align:center; padding-right:0;}
	.navbar-toggle { margin-left:20px; } 
	.mobitlogo img { display:inline-block; /*width:50%;*/ }
	/*#topbar .col { height:120px; }*/
	.quick-contact { padding:20px 10px; }
	.navbar-collapse { top:0; }
	.book-btn { float:left; }
	.bot-row .book-btn { float:right; margin-left:213px;position:absolute;z-index:1000;}
	
	.rvwlbl {
    color: #2daefd;
    margin-left: -37px !important;
    z-index: 1000 !important;
    position: absolute !important;
}
.mapalign {
    width: 220px;
    margin: 0 auto;
    position: absolute;
    margin: 4px 0 0 48px;
    z-index: 1000;
}
	.meet .bot-row { padding:10px; }
	.rightribin { float:none !important; top:auto !important; margin-bottom:0; right:auto !important;  }
	.social-icons li { margin-right:10px; }
	.home-address a { word-break:break-word; }
	.compare-form .col { padding-top:10px; padding-bottom:10px; }
	.comptime { margin-left:0; }
	#comp-frm input[type=text] { width:100%; }
	.navbar-nav { padding-top:0; }
	.navbar-nav > li > a { font-size:18px; line-height:14px; }
	.nav-icon { background-size:160%; background-position:left 1px; }
	.navbar-nav > li > a:hover .nav-icon { background-position:-40px 1px; }
	#contactfm input[type=text], #contactfm textarea { margin-bottom:10px; width:100%; }
	#contactfm label { margin-bottom:5px; }
	.quick-contact { padding:10px !important; float:none; font-size:14px; width:auto; }
	.quick-contact .call { font-size:20px; }
	.address { background-size:22%; padding-left:80px; }
	.park_head {padding: 24px 15px !important;}
	.head_home.row {margin:0 !important;}
	.form-container .form {display: block;}.book-title-bg2 , .book-title-bg3 {
    background-image: none;
    background-color: #00aeef;
    padding: 10px !important;
    margin: 0 auto !important;
    width:auto;}
	.complogos2 {
    min-height: 57px !important;
}
.rightribin2 img{
    width: 60%;
}
.bluetxt {
    font-size: 20px;
}
.booking-form h3 {
    font-size: 16px;
}
#terms h3, #terms h4 {
    font-size: 18px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    
    left: 90% !important;
}
.home-intro-txt {
    font-size: 18px;
}
.home-services p {
    font-size: 18px !important;
    
}

#close_btn {
    
    padding: 15px 5px !important;
    
}
.service_page h3 {
    font-size: 16px;
}
#bookrhtcol .rhthd {
    background-size: cover !important;
}
#faq .ui-widget-content li {
    font-size: 14px;
    line-height: 1.5;
}
.testimonial h3 { 
    padding: 12px 190px 12px 0;
}

}
@media all and (max-width:319px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
	.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important;
	width:392px;
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left;width:392px; margin:0 auto;
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left;width:392px; margin:0 auto;  border-left: solid 1px #ccc;
}
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
		.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bookbtn { margin-top: 11px;}  
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	
}
	.imgpa
	{
		margin-top:10px;
		}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }	
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	#contactfm .bluebtn {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	.main-icon img { width:100%; }
	.navbar-default { position:relative; }
	.navbar-toggle {  margin-bottom:0; float:left; }
	.navbar { min-height:0; }
	#comp-frm input[type="text"] { width:100%; }
	.captcha { width:auto; }
	.navbar-nav > li > a { font-size:16px; }
	.captcha img { width:100%; }
	.address { background-size:20%; padding-left:37px; }
	.social-icons li { margin-left:0; }
	.social-icons li img { width:60%; }
	.captcha-controls input[type=text] { width:150px !important; }
	.ui-datepicker { width:15.5em !important; left:3px !important; }
	.quick-info .blubox { padding:10px; font-size:16px; }
	.booking-details, .booking-details h4 { font-size:16px;}
	.book-title-bg h3 { font-size:20px; }
	.box_content { left:0 !important; top:0 !important; width:100% !important; }
	.box_content button { font-size:small !important; }
	.page-heading { font-size:25px; }
	#hero { /*background-color:#269dc8;*/ background-color:#ebfffe; }
	.stamp { margin-top:25px; }
	.stamp img { margin-bottom:5px; }
}
.show-ie { display:none; }
a[id="contact-sec"]:target ~ #contact-us {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}
.form-group #returnDate {width: 187px !important;}
.form-group #dropOffDate {width: 187px !important;}
section#dthide {display:none;}
.span8.ppolicy {overflow-x: hidden;}
@media all and (max-width:480px){
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important}
	.col12brdr1 {
    text-align: left;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: auto !important;  width: auto !important; 
	
}
.col13brdr {
    border: solid 1px #ccc;
    height: auto !important;
    text-align: left; margin:0 auto; width: auto !important; 
}
.col14brdr {
    border: solid 1px #ccc;
    border-left: 0px;
  height: auto !important;
    text-align: left; margin:0 auto;  border-left: solid 1px #ccc; width: auto !important; 
}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
		.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
   
}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
	.comptime1 {
    color: #b0b0b0;
    width: 93%;
    padding: 6px 4px;
}
	#comp-frm .comptime {
    width: 100%;
    height: 33px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}
	.bookbtn { margin-top: 11px;}  
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:0px !important;
	
}
	.imgpa
	{
		margin-top:10px;
		}
	form#ban2fm button {
		
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    padding: 8px 31% 5px 31% !important;
	width:auto !important;
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }	
p.loremaboutus{
	    text-align: justify;
    font-size: 24px;
    
    float: left;
    width: 98%;
    padding-left:10px;
}
	#contactfm .bluebtn {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.form-group #returnDate {width: 100% !important;}
.form-group #dropOffDate {width: 100% !important;}
.menu_text {display:none;}
.banner_img img {width: 100%;}
.form-container {margin-top:50px;}
.head_small{background-color:#2b77bd;}
/*#services {margin: -35px 0px;}*/
#quotefm label {
    font-size: 18px;
    min-height: 0;
}
.sms_plan ul li {display: block !important;
    margin: 0 auto !important;
    float: none !important; 
    
    }
	.sms_popup{float: none !important;
    display: block !important;
    text-align: center !important;}
	.cancle_plan ul li {display: block !important;
    margin: 0 auto !important;
    float: none !important; }
	.dropbox {width:230px !important; }
	/*.center-xs { text-align:left;}*/
	.right-contact { position:static !important;}
	.paypal_btn {margin-top:15px;}
	.page-heading{font-size: 20px;}
	.car-parking h2{font-size: 20px;}
	.airport-row .airport-col{width:100%;}
	.airport-aside{padding: 0;}
	#quote_frm .frm_fld {width:100% !important;}
	.bredcrumb {font-size: 16px; margin-bottom: 20px;}
	.bredcrumb li {font-size: 14px !important;}
	#faq .ui-widget-content p {font-size: 14px;line-height: 1.5;}
	#faq .ui-accordion-header {font-size: 16px !important;}
	.bluetxt { font-size: 18px !important; }
	#terms h3, #terms h4 {font-size: 18px;}
	.ppolicy li {font-size: 14px;}
	.ppolicy h2 {font-size: 18px;}
	
}
@media only screen and (min-width:769px) and (orientation: portrait){ 

.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52); width:40%;
    /* margin-right: 26px; */
}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
.tab-content > .active{    border-radius: 4px;}

	
	
	
	.tab-content {width:100%;margin-top: 10px;bottom:10px;}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
    height: 94px;
    margin: 17px 0;
 }
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	

.pleft
{
	margin-left:205px;
	}
.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px  !important;
    padding-top: 42px ;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:0px !important;
	
}
.form .form-group {width: 160px; margin-right: 13px;}
.form-group #returnDate {width: 165px !important;}
.form-group #dropOffDate {width: 165px !important;}
.banner_img img {width: 100%;}
.menu_text {display:none;}
.quick-contact{background-color:#000;}
.sr-only{display:none;}
.app-logos {padding-bottom: 10px;}
.app-logos a img {width:140px;}
.head_home.row {margin: 0 auto;}
	.park_head {padding: 25px 18px !important;}
	.sms_plan ul li {float: none;
    text-align: center;
    width: 100%;}
	.sms_plan h4 {display: block;
    text-align: center;}
	sms_popup {float: none !important;
    text-align: center !important;
    display: block !important;}
	.cancle_plan ul li {float: none;
    text-align: center;
    width: 100%;}
	.book-title-bg {
    padding-top: 93px;}
	.blubox3 {min-height:auto; }
	.sr-only {display:none;}
       input#dropOffDate, input#returnDate {
    font-size: 13px;
     }
	 .car-parking p {font-size: 14px;}
	 .car-parking h2 {font-size: 20px;}
.terms-list li {
    
    background-position: 3% 4px;
    
}
.home-address {
    padding: 120px 0 100px 60px;
}
#terms p {
   
    font-size: 16px;
    font-weight: bold;
}
.bredcrumb, .bredcrumb li {
    font-size: 16px !important;
}
.terms-list h3 {color:#00aeef}
.bluetxt {
    font-size: 18px !important;
    font-weight: normal !important;
}
.qutoe_hd { font-size:20px !important; font-weight:bold !important;
}
.c_detail {font-size:18px !important;}
.testimonial-list .testi-name {
    font-size: 20px;
}
#home_hd h2 {font-size:26px !important;}
#value_txt {font-size:26px !important;}
#home_hd .home-intro-txt, ..home-services p {font-size:18px !important;}

}
@media all and (max-width:767px){
	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:0px !important;
	
}
/*#detail_21 {display: block !important;}*/
section#dthide {display:block;}
#content_popup {max-height: 200px;width: 90%; left: 3%;}
.menu_text {display:none;}
.form .form-group {width:100% !important;}
.head_small{background-color: #2b77bd; padding-bottom: 10px;}
#bookrhtcol .rhthd { background-size:initial;}
.booking-form h3 {font-size: 18px;}
.bluetxt { font-size: 20px !important; }
#quote_frm .frm_fld {width:100% !important;}
.ppolicy h2 {font-size: 18px;}
.ppolicy li {font-size: 14px;}
.car-parking h2 {font-size: 18px;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    
    left: 92% !important;
}
.compare-form label {
    display: inline-block;
}
.service_page h3 {
    font-size: 16px;
}
#faq .ui-widget-content li {
    font-size: 16px;
    line-height: 1.5;
}
}
@media only screen and (max-width:1026px) and (orientation: landscape){
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
	padding-top:23px;
	
}
.contact {
    background-color: #fff;
}
.testi-credits img {
    width: 100%;
}
.testimonial-list .stars li {
    margin-right: 1px;
}
.menu_text {
    padding-right: 15px !important;
}
.form .form-group {
    width: 190px;
    margin-right: 8px;
}
.form-group #dropOffDate {
    width: 195px !important;
}
.form-group #returnDate {
    width: 195px !important;
}
.avatar-head img {
    width: 65%;
}
#contactfm {
    margin-top: 152px;
}
.sr-only {padding-right:5px !important;}
.form-container {padding-top: 16px;}
.sms_plan ul li {float: none;
    text-align: center;
    width: 100%;}
	.sms_plan h4 {display: block;
    text-align: center;}
	sms_popup {float: none !important;
    text-align: center !important;
    display: block !important;}
	.cancle_plan ul li {float: none;
    text-align: center;
    width: 100%;}
	.blubox3 { }
	.book-title-bg {
    padding-bottom: 62px;
}
.bredcrumb {
    font-size: 18px;
}
.bredcrumb li {
    font-size: 18px !important;
}
.terms-list li {
    
    background-position: 3% 6px;
    font-size: 18px !important;
}

#terms p {
    font-size: 18px !important;
    font-weight: bold;
}
.bluetxt {
    font-size: 20px !important;
}
.qutoe_hd { font-size:22px !important; font-weight:bold;
}
.c_detail {font-size:19px !important;}
.paypal_btn {
    margin-left: 70px !important;
}
.home-intro-txt {
    font-size: 20px;
}
.home-intro h2 {
    font-size: 22px !important;
}
.home-services h2 {
    font-size: 22px !important;
}
.home-services p {
    font-size: 20px !important;
}
}
@media only screen and (max-width:1280px) {
	.posr
	{
		height: 227px;
    width:100%; height:310px; position:relative ;
		}
	.testi-content-land-banner .right-quote{      width: 100px;
    height: 60px;
    background-position: right center;
    float: right;
  }
	.tstimonialslide {
    height: 210px;
    background-image: url(../images/testimonialslide.png);
}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:100% ; }
	.col12brdr1 {
    text-align:left;
    border: solid 1px #ccc;
    
	height:500px;  
}
.col13brdr
{
    text-align:left;
   
    border-bottom:solid 1px #ccc;
	height:500px; 
}
	.col14brdr {
    text-align:left;
    border: solid 1px #ccc;
    
	height:500px; 
}
		.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
		.sobo
	{
		border-left:solid 1px black;
		}
		.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 60px;
    padding-top: 52px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
       
}
	.arrowhide
	{
		display:block;
		}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    padding: 8px 20px 5px 20px;
    display: inline-block;
    width: 241px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}

	 
	#contactfm .bluebtn {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px; border:s 1px red;
}
h2 {font-size:32px;}
/* by Muazzam
.bluetxt {
    font-size: 32px;
}*/
.bluetxt {
    font-size: 30px;      /******on line no 1716  *******/
}
}
@media only screen and (min-max:240px) and (orientation: portrait){
	
	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:230px !important; }
		.address_class button{
	float: right;
    padding: 15px 85px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    margin-right: 26px;
}
	.bookbtn { margin-top: 11px;}  
		.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	
.col-centered
{
	width:142px;
	 float: none;
    display: block;
    margin: 0 auto;
	}
	
	.bannerarea h1, .bannerarea h2, .bannerarea h3, .bannerarea h4, .bannerarea p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: -1px;
    padding-top: 0px !important;
}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
   
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
		 .contctbrd{
border-right: 0px;
    box-sizing: border-box;
  
 }
	#contactfm .bluebtn {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { width:190px !important; }
.map-location {
    padding: 30px 0px !important;
}
}
#hero{
height : 800px\9; /* IE8 and below */
}
/* my style */
 
 
.menu_text {
    float: left;
    width: calc(100% - 235px);
    text-align: right;
    padding-right: 170px;
    padding-top: 20px;
display:none;
}

.menu_text h2 {
	color:#FFF;
}

.home-services p {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2;
}
.other-services .bluetxt {
	padding-top:20px;
	padding-bottom:40px;
}

.bredcrumb_testi {
    text-align: left;
    font-size: 24px;
    color: #58585a;
}

.bredcrumb_testi li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.bredcrumb_testi li a {
	color: #58585a;
}

.bredcrumb li {
    font-size: 24px;
}
.banlist_heading {padding-top:40px;}
.sr-only {
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding-right: 58px;
	position:static;    margin-left: 90px;
}
.form-intro:before {
    content: '';
    display: block;
    width: 2px;
    height: 185px;
    position: absolute;
    right: 0;
    background-color: #757a7f;
    bottom: 0;
}
.home_head {float:right; background-color:#2b77bd; padding:25px;}
.complogos2 {
	
	/*min-height: 72px;*/
}
.rightribin2 { float:none !important;}
.rightribin2 img {display:block; margin:0 auto; padding-top:6px;}
.company-logo2 {display:block; margin:0 auto; padding-top:15px;}
.stamp {
	display:none;
}
.intro_home {    border-top: 2px solid #757A7F;}
.park_head { padding: 25px 40px;}
.book {display: block; text-align: center;}
.book strong {color:#4c4d4d;}
.book h4 {display:inline-block; color:#00aeef; font-size:16px;}
.company{display:block; text-align:center; color:#4c4d4d; font-size:16px;}
.company h4{display:inline;color:#00aeef; font-size:16px;} 
.park_time{text-align:center; color:#4c4d4d; font-size:16px; font-size:16px;} 
.park_time div{color:#00aeef;} 
.park_end{text-align:center; color:#4c4d4d; font-size:16px;} 
.park_end div{color:#00aeef;}
.change_btn {text-align:center; padding-top:20px; font-size:16px;}
.change_btn a {color:#fff; text-decoration:none;}
.change_btn a {background-color: #58585a; padding: 7px;}
.sms_plan ul:after {content: ''; clear: both; display: table;}
.sms_plan {
    border: 1px solid #d3d3d3;
    margin-top: 12px;
    padding: 0px 4px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.smstitle{
	 color: #00AEEF; 
	 font-size:16px;
	 font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.sms_plan ul {display:block;}
.sms_plan ul li {display:inline-block; float:left; text-align:center; color: #00AEEF; font-size:18px;}
.sms_plan ul li:nth-child(2) {float:right;}
.sms_plan .sms_btn {    background-color: #00AEEF; padding: 5px; color: #fff; text-decoration: none;}
.cancle_plan ul:after {content: ''; clear: both; display: table;}
.cancle_plan {
    padding: 10px 5px;
    padding-top: 0px;
    border: 1px solid #d3d3d3;
    padding-bottom: 0px;
    background-color: #ffffff;
    margin-top: 5px;
}
.cancle_plan ul {display:block;}
.cancle_plan ul li {display:inline-block; float:left; text-align:center; color: #00AEEF;}
.cancle_plan ul li:nth-child(2) {float:right;}
.cancle_plan .cancle_btn {    background-color: #00AEEF; padding: 5px; color: #fff; text-decoration: none; font-size:18px;}
.detail_panel {border:1px solid #d3d3d3;}
.sms_popup {position:relative;}
.dropbox {
    position: absolute;
    width: 325px;
    right: 0;
    background-color: #58585A;
	margin-top: 60px;
	padding: 10px;
	display:none;
	z-index:1;
	margin-right: -9px;
	top:-100%;
	margin-top:-165px;
}

.dropbox_2 {
	position: absolute;
    width: 325px;
    right: 0;
    background-color: #58585A;
	margin-top: 60px;
	padding: 10px;
	display:none;
	z-index:1;
	margin-right: -9px;
	top:-100%;
	margin-top:-225px;

}
.dropbox h3{color:#00AEEF}
.dropbox p {color:#fff;}
.dropbox:before {content:'';position:absolute; width:44px; height:60px; background-repeat:no-repeat;bottom: 0;margin-bottom:-60px}
.sms_popup img {padding-right: 13px;}
.company_img {display: block;
   position:absolute; left:0; right:0; margin:auto; bottom:-10px; width:80px; height: 50px;}
   .company_img img{position: absolute; left: 0; right:0; bottom:0; margin:auto;}
.paypal_btn {margin-left:15px;}

.price_detail {
	display: block;
    text-align: center;
    padding: 3px 0;
    color: #00AEEF;
}
.price_detail strong {
	color:#4c4d4d;
}
.agreet-txt {
    font-size: 20px;
    color: #252525;
   
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
.agreet-txt + .icheckbox{display: inline-block; margin-right: 5px;
font-size: 20px;
    color: #252525;
    margin-bottom: 30px;
    margin-bottom: 20px;
    display: inline-block;}
    .agreet-txt .icheckbox{display: inline-block; vertical-align: middle;}
    .agreet-txt p{display: inline-block;     vertical-align: sub}


.info-tool-trigger{display: inline-block; position: relative; margin-left: 5px;}
.info-tool-trigger:hover > .info-tooltip{display: block;}
.info-tooltip {
    color: #000;
    display: block;
    position: absolute;
    width: 258px;
    padding: 15px;
    background: #fff;
    top: -100%;
    margin-top: -37px;
    left: -100%;
    margin-left: -222px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    display: none;
}
span.info-tooltip:after {
    content: '';
    display: inline-block;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    right:12px;
}
#subject .optn {
    color: #000;
}
.quick-info {
    border-bottom: 2px solid #00AEEF;
    float: left;
    width: 100%;
}
.compare-form .comptime1 {
    color: #828282;margin-top: 5px;	
}

.comprarrow{font-weight: bold;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
   #hero {height:651px;} 
}
.hometxt-hd {text-transform:uppercase;}
.service-list li {
  font-size: 16px;
  list-style: disc;
}
.service-list {
  padding-left: 20px;
}
.hservice {z-index:9999999; float:left;position:relative;}
.park_head, .app_head{
width : 50%\9; /* IE8 and below */
}
.testimonial-list.alternate .testi-detail{background:#fff9fa;} 
.testi-detail {background:#f7fcfe;width : 80%\9; /* IE8 and below */}
.testi-credits {width : 18%\9; /* IE8 and below */}
.quote-right {width : 30%\9; position : absolute\9; bottom: 0\9;float:right\9;right:0\9;top:222px\9;}
.bk-pay-btn1 {width : 30%\9;}
.bk-pay-btn2 {width : 70%\9;}
.navbar-nav > li > a { line-height:10px\9; }
.navbar-nav {padding:7px 0\9;}
.ui-icon-triangle-1-s {
    background-position: -32px -5px !important;
}
.ui-icon-triangle-1-e {
    background-position: 0px 0 !important;
}
#contactfm input[type=text], #contactfm textarea  {width : 224px\9; height:70px; padding-left:30px;height: 70px;
    padding-left: 30px;
     width:100% !important}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navbar-nav > li > a { line-height:15px; }
        .navbar-nav > li { margin-bottom:-15px; }
        .navbar-nav > li:last-child {padding-bottom:15px;padding-top:14px;}
        .navbar-nav {padding:7px 0;}
}
.navbar-nav > li > a { 
line-height:15px\9\0;    font-weight: bold;
    letter-spacing: 0.5px; }
.navbar-nav > li { 
margin-bottom:-15px\9\0; }
.navbar-nav > li:last-child {padding-bottom:15px\9\0;padding-top:14px\9\0;}

.offDayMsg{color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

.chngBtn
{
 text-align: center;
 margin-bottom: 20px;
}
.chngBtn a {
    background-color: #58585a;
    padding: 7px;
}
.chngBtn a {
    color: #fff;
    text-decoration: none;
}
#toggle-car-details label {
    background: url(../images/icons/radio-btn.png) no-repeat;
    width: 31px;
    height: 23px;
    background-position-y: -24px;
}
#toggle-car-details label.active-yes {
    background-position-y: 0px;
}

.price-filters div label {
    background: #dddddd none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: normal;
    padding: 2px 10px;
}
.price-filters {
    position: relative;
    /*z-index: 8888;*/
}
.price-filters div {
    float: right;
    margin-left: 5px;
    margin-top: 0px;
    
}
.price-filters div label {
    background: #dddddd none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: normal;
    padding: 2px 10px;
}
.price-filters div label {
        background: #fff none repeat scroll 0 0;
    color: #666;
    border: solid 1px #ccc;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: normal;
    padding: 12px 19px;
}
}
.price-filters {
    position: relative;
    /*z-index: 8888;*/
}
#ui-datepicker-div {
    
    z-index: 9999 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
    z-index: 9999;
}
ul.nav  li.social{margin-left:0;margin-right:0;    padding-left: 0px;    padding-right: 0px;}
ul.nav  li.social a{padding-right:0;margin-left:3px;margin-right:0;}
.footer-nav{font-size:14px;}
.footlink li{    border-left: 1px solid #333; float: left; margin: 0; padding: 0; font-size: 14px;}




@media (min-width: 1920px) {

	.yes-btn, .no-btn {text-align:left; padding-left:43px;}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:300px ; }
	.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    padding: 8px 20px 5px 20px;
    display: inline-block;
    width: 241px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.navbar-collapse.collapse {display: block; }
}

@media all and (min-width:1026px) { 
     .dright
     {
      
      float:right !important
  }
.yes-btn, .no-btn {text-align:left; padding-left:43px;}
.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:100% ; }
.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    padding: 8px 20px 5px 20px;
    display: inline-block;
    width: 241px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 60px;
    padding-top: 52px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
 
	.collapse { display:block; }
	#topbar .col.bgblack { background:#fff; }
	.navbar-header, .nav-icon { display:none; }
	#topbar .col-right { width:75%; }
	#topbar .col-left { width:25%; }
	.navbar-nav { background:none; }
	.navbar-nav > li { display:inline-block; }
	.navbar-nav > li > a { font-size: 16px; background:none !important;
color: #39393b !important; }
	.navbar-default { margin-top: 3px;    margin-right: 20px;    float: right;    margin: 0 !important; } 
	.navbar-nav > li > a:hover { background-color:transparent !important; }
	.footer-nav { text-align:center; padding-bottom:10px; }
	.footer-nav li { display:inline-block; margin:0 10px; }
	/*.footer-bottom { padding-top:20px; }*/
}
@media all and (max-width:767px) {
		.address_class button{
	float: right;
  
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
   
}
	.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
	.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 30px;
  
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
	 
	.footer-nav li { text-align:center; }
}

.form-container .tab-content > .tab-pane, .form-container .tab-content > .tab-pane h3 { color:#fff; }

.terms-list ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  background:url(../images/blueearrow.png) no-repeat left top;
}

.terms-list ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  font-size:25px;background:url(../images/blueearrow.png) no-repeat left 11px;
}
.terms-list > ol{background:transparent;}
.terms-list ol li > ol{background:transparent;}
.terms-list ol li:before {
    /*content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;*/    
}

.terms-list ol li li {
    margin: 0 0 10px;
	font-size:18px;
}

.terms-list ol li li:before {
   /* content: counters(item, ".") " ";*/
}

@media all and (man-width:767px) {
	.address_class button {
    float: right;
    padding: 14px 10px;
    color: #fff;
    background: rgba(255, 0, 0, 0.52);
    /* margin-right: 26px; */
}
	.term-page .terms-list li {font-size:14px !important;padding-left:28px;}
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: center;
    font-size: 42px;
    padding-top: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.terms-list ol li, .terms-list ol li:before { display:inline-block; width:100%; word-break:break-all; padding:0; }
	 
}
@media only screen and (min-width : 1224px) {
	
	.compare-form h4
	{
		text-align:left !important;
		}
	
		.forpp1
	{
		padding-left:7px !important;
		}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:100%; }
	.term-page .terms-list li {font-size:18px !important;padding-left:48px;}
	.contctbrd{
border-right: 1px solid #000000;
    box-sizing: border-box;
    height: 94px;
    margin: 17px 0;
 }
	 
 .aboutusslide { background-image:url(../images/aboutus.png); padding-top:70px; }
 .mngbokngslide { background-image:url(../images/managebookings.png);  }
  .contactusslide { background-image:url(../images/aboutus.png); padding-top:70px; }
	.bannerarea p {    color: #fff;
    margin-bottom: 30px !important;
    /* padding-left: 30px; */}
}


.form-tabs { border:0; padding:0 25px; }
.form-tabs > li a { background-color:#fff; border-width:1px 1px 0 1px; border-color:1px solid rgba(0,0,0,.2); color:#00aeef; padding:20px; border-radius:10px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color:#; color:#fff; }

.complogos2 { color:#00aeef; font-size:15px; text-transform:uppercase; text-align:center;     padding-bottom: 22px;
    background-color: #ffffff;}
.rightribin img, .rightribin2 img, .leftribin img { display:none; }
.rightribin2 span { padding:2px 5px; text-align:center; background:#000; color:#fff; font-size:11px; position:absolute; top:-10px; right:-10px; text-transform:uppercase; }
.compr-post .complogos .leftribin { position:absolute; left:0; top:0; background-color:#0e6107; width:auto; }
.compr-post .complogos .leftribin span { display:block; padding:2px 5px; text-align:center; color:#fff; text-transform:uppercase; font-size:11px; }
.compr-post .complogos2 { display:table; width:100%; height:73px; text-align:left; padding:10px; }
.compr-post .complogos2 .company-name { display:table-cell; height:72px; vertical-align:middle; widows:100%; text-align:center; 
    color: #00aeef; font-size:14px;}
.company-info .comprarrow { display:none; }
.sortprices .meet .bot-row { padding-top:0; border-top:0; }

.company-info-tabs { padding:0 20px; }
.company-info-tabs li { }
.company-info-tabs .active { }
.company-info-tabs .active a { background-color:#ff3155 ; }
.popup-tab-content { padding:10px 20px; }

.close-btn { position:relative; right:10px; }

/*------ Booking process / steps -------*/
.bs-wizard  {}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 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: #595959; font-size: 16px; margin-bottom: 5px;}
.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: #fbe8aa; 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: #fbbd19; 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: #2098d1;}
.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:#f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.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; }
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot, .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot { background-color:#00aeef; }

#mobitterms .modal-dialog, #providerterms .modal-dialog { background-color:#fff; }
.compr-post .company-info .box_content { height:calc(100% - 20%); background-color:none; width:66%; height:625px;top:-10px;overflow:hidden; z-index:1200000} 

/* classes by Laiq */

.stp3frmlft {
	background-color: #098cdc;  
}

.stp3frmrght {
	background-color: #00aeef;padding-top:4px;   
}

.stp3frmbdybg{
	background-color: #f8f8f8; 
}
.stp3frmbdybg1{
	background-color: #f8f8f8;
}
.stp3frmlfticon{
	padding:11px; width:43px;
}
.stp3frmlfticon1{
	padding:11px; width:57px;
}
.stp3frmlfticon2{
	padding:11px; width:49px;
}

.stp3frmrghttitle{
	color: #fff; 
}

.bckbtn{
	background-color : #00aeef;
	width: 100%;
   padding-bottom: 14px;
   padding-top: 10px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}



.stp3sidequote{
background-color : #2daefd;
}

.stp3sidelftmrgn{
	margin-top:8px;
	
}

.imgpadding{
width:62%;	
}

.bkngsmry {
    color: #ffffff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
    clear: both;
}

.bkngsmrydivsizes{
	
}



.airprtpading{
	padding-left : 55px;
}

.dropoffrtrnpading{
	padding-left : 38px;
}

.retrunpading{
	padding-left : 47px;
}

.ttlfee {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 16px;
    float: right;
    margin-right: 20px;
}

.bkngfee{
	color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    padding-left: 142px;
}

.quotevalues {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 16px;
    float: left;
}

.brderbttmdiv{
	
	padding: 0px 2px 5px 3px;    
   border-width: 2px;
   border-bottom: 1px solid #ffffff;    float: left;
    width: 100%; margin-left:13px;
   
}

.grnttldiv{
	background-color:#ff3155;
	height:53px; clear:both; width:100%; margin-left:13px;
	
}
.gndttl {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    padding-top: 12px;
    float: left;
    padding-left: 20px;
}
.grndttlval {
    font-size: 20px;
    color: #ffffff;
    padding-top: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.rghtpaneltopmrgn{
	margin-top: 14px;
}

.col12brdr{
	border:solid 2px #0099cc; border-bottom:6px solid #0099cc;  float:left;
}




.cmpnynmebrdr{
	
	border-bottom: 1px solid #0099cc;
	
}

.brdrlft{
	    border-left: 1px solid #0080b0; text-align:center; padding-top:15px;border-right: 1px solid #0080b0;
}
.brdrlft1{
	  padding-top:5px;
}



.stp4cstmrdtls {
    background-image: url(../images/cstmrdtlsstp4.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 31px 39px 24px;
	 margin-top:5px;
}

.cstmrdtlss{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 23px;
    color: #ffffff;
    
}

.prmtrname{
	font-family: 'Open Sans', sans-serif;
    color: #00aeef;
    margin-left: 50px;
    font-size: 20px;
}

.prmtrvalue{
	
	color : #454545;
    margin-left: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

.stp4flghtdtls { 
	background-image:url(../images/flghtdtlsstp4.png); 
	background-repeat:no-repeat;  
	background-position:center top; 
	    padding:31px 39px 24px; margin-top:5px;
	}
	
.stp4vhcldtls { 
	background-image:url(../images/vhcldtlsstp4.png); 
	background-repeat:no-repeat;  
	background-position:center top; 
	  padding:31px 39px 24px;margin-top:5px;
	}

.stp2bgclr{
	
	background-color:#f8f8f8;
	    padding-top: 10px;
}

.booknowbtn{
	
    background-color: #ff3155;
   padding-bottom: 7px;
    padding-top: 11px;
    color: #ffffff;
    margin-top: 30px;
    border-color: #ff3155;
}

.rating{
	    color: #ff3155;
    font-size: 30.50px;
   line-height:0px;
    font-family: Myriad Pro Regular;
}

.ratingpop
{
color: #ff3155;
    font-size: 35.5px;
    /* margin-top: -19px; */
    font-family: Myriad Pro Regular;
    margin-left: 14px; height:22px;
	} 
	.outofpop{
	font-family: Myriad Pro Regular;
    color: #515151;
    font-size: 13px;
	padding-left:10px;
}

.outof10{
	font-family: Myriad Pro Regular;
    color: #515151;
    font-size: 13px;
}


.rvwimg{
	
    margin-left: 27px;
     margin-left: 11px;
}

.rvwlbl{
	color: #2daefd;
   
    margin-left: 11px;
}
.nopadding2
{
	padding-top:16px;
	}
.rvwlblpop{
	color: #2daefd;
    margin-top: 13px;
    margin-left: 11px;
}

.mapicon{
	    margin-left: 34px;float:left; color:#2daefd;
}

.stp2yoursearch{
	background-color: #2daefd;
    padding-bottom: 10px;
}

.yoursrchairprtlbl{
	
    color: #ffffff;
    font-size: 24px;
    margin-top: 19px;
   
}

.fromto{
	color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}
.fromtopop{
	color: #ffffff;
 padding-top:25px;
    font-size: 14px;
}

.changelnk{
	
    color: #ffffff;
    font-size: 14px;
 
    
}

.emailme{
	font-family: Myriad Pro Regular;
    color: #ffffff;
    font-size: 15px; font-weight:normal;
    
   
}
.indxslide h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
.indxslide {
    background-image: url(../images/indexslidewithout60.jpg);
    
    position: relative;
   
    background-size: 100%;
}

.indxslideair {
    background-image: url(../images/airport.png);
    
    position: relative;
   
    background-size: cover;
}


 

 
 .bluaria{
 background-color:#2daefd;
 padding-top: 43px;
    padding-bottom: 68px;
 }
 
 .flatdisc{
 font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    }
.indxbluicons{
	    margin-left: 120px;
    padding-top: 40px;
}

.alwyscure{
	padding-top: 20px;
	color: #ffffff;
   
    font-size: 19px;
}



.twntyfurtext {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
 
   
	    margin: 0 auto;
}

.ddctdcstmrsts{
	    padding-top: 20px;
    margin-left: 55px;
	color: #ffffff;
     margin-left: 73px; 
    font-size: 24px;
    
}

.ddctdcstmrstsbr{
	
	color: #ffffff;
     margin-left: 136px; 
    font-size: 24px;
    margin-top: -11px;
}

.pldtocmpl{
	color: #ffffff;
    margin-left: 63px;
    font-size: 24px;
    padding-top : 20px;
    
}

.cstmrstsff{
	color: #ffffff;
    margin-left: 43px;
    font-size: 24px;
    margin-top: -11px;
    
}

.redmetandgret{
	
	color: #ffffff;
   
    font-size: 18px;
    
}

.redparkandride{
	color: #ffffff;
     margin-left: 125px; 
    font-size: 18px;    
}

.redonsite{
	color: #ffffff;
    margin-left: 60px;
    font-size: 18px;
    
}

.redmetandgret, .redparkandride, .redonsite{
	margin-top: 34px;
    margin-bottom: 25px;
	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
}

.redpricon{
	    margin-left: 95px;
    padding-top: 40px;
}

.redlongtext{
	color: #ffffff;
    text-align: center;
    font-size: 14px;
    
    
}

/* font class*/
.alwyscure, .twntyfoursvn, .ddctdcstmrsts, .ddctdcstmrstsbr, .pldtocmpl ,.cstmrstsff ,.twntyfurtext{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    
    }
    
.forstepsslide { background-image:url(../images/4stepsbg.png); 

 background-position:center top; 
 position:relative; 
 height: auto;
 background-color: #ffffff;
 }
 
 .airprt4stps{
 color: #2daefd;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    padding-top: 52px;
    letter-spacing: 5px;
	padding-bottom:20px;
 }
 
 .stepround{
 	
 }
 .steparrow{
 	
    margin-top: -135px;
    margin-left: 114px;
 }
 


.step4text{
	color: #000000;
    text-align: center;
    font-size: 15px;
    margin-top: 21px;
}

.redaria{
	
 background-color:#ff3155;
 }
 
 .parkingtype{
 color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
        padding-top: 41px;
 }
 
 .bgdestinations { background-color:#f3f4f7;    float: left;
    width: 100%;
    /* margin-bottom: 30px; */
    /* padding-bottom: 20px; */
    margin: 0;
    padding:30px 0; }
 
.findparking {
    color: #000000 !important;
    font-size: 36px !important;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    padding-left: 40px !important;
    text-align: left !important;
}
 
 .dstpark{
 font-family: 'Open Sans', sans-serif;
    font-weight: 400;
 	color:#2daefd;
 	font-size : 18px;
 	
 }
 
 .ourcontactbg { 
 background-color: #ffffff; 
 }
 
 

 
 .contcticons{
 /*margin-left: 27px; */
    margin-top: 7px;
    width: 32px;
 }
 .contcticons_c{
 /*margin-left: 27px; */
    margin-top: 10px;
    width: 30px;
 }
  .contcticons_t{
 /*margin-left: 27px; */
    margin-top: 15px;
    width: 32px;
 }
 .fleft
 {
	 float:left;
	 }
 .contcttitle{
     color: #2daefd;
    margin-top: 15px;
    margin-left: 4px;
	text-align:left;float:left;

 }
 .rightele img{width: 103px;
    margin-top: 9px;}
 .leftele img{    width: 100%;
    /* margin-right: 10px; */
    margin-top: 9px;}
 .contcttitle label{    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 22px;}
 
 .mngbokngslide { background-image:url(../images/managebookings.png);  }
 .aboutusslide { background-image:url(../images/aboutus.png); padding-bottom:6px; }
 .contactusslide { background-image:url(../images/contctusslide.png); }
 .faqslide { background-image:url(../images/faqsslide.png); }
 .termscondslide { background-image:url(../images/termscondslide.png); }
 .step3slide { background-image:url(../images/step3slide.png); }
 
 .bannerarea { 
 background-repeat:no-repeat; 
 background-position:center top; 
 position:relative; 

 background-size : 100%;
 }
 

.bannerarea p{color:#fff;margin-top:13px;}

 .whychoosus{
 background: url("../images/whychooseus.png") repeat 0 0;
    
 }
 
 .cstmrfavourite{
 background-color: #00adef;    padding-bottom: 65px;
    /*margin-bottom: 70px;*/
    height:auto;
    
 }
   .ccont{padding:0;margin:20px 0;}
 .ccont img{margin:0 0 20px 0;width:100%;}
 
  
 
 .cstmrsubheding{

	color: #ffffff;
    
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

.cntctusinputs{

}


.ui-accordion .ui-accordion-header .ui-accordion-header-icon{left:auto !important;    right: .7em !important;margin-top:-16px;}
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon{margin-top:-8px;}
.ui-accordion .ui-accordion-icons {
    padding-left: .7em !important;
}


@media screen and (max-width: 670px) and (min-width: 320px) {
	.bannerarea h1, .bannerarea h2, .bannerarea h3,.bannerarea h4, .bannerarea {color:#fff; height:auto !important; padding-top:10px;}
	.yes-btn, .no-btn {}
	.booking-form input[type=text], .booking-form select, .ui-widget input[type=text], .ui-widget select { border:1px solid #d3d3d3; border-radius:2px; padding:15px; width:100% !important; }
	
	.bkncnfrm{
	
  
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00aeef;
	    line-height: 50px
}
	.term-page .terms-list li {font-size:14px !important;padding-left:28px;}

	 .steptext{
 	font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
	color: #000000;
    text-align: center;
    font-size: 14px; 
}
		.bannerarea p {
    color: #fff;
    margin-top:0px !important; 
}
	.arrowhide
	{
		display:none;
		}
	.imgpa
	{
		margin-top:10px;
		}
	.twntyfoursvn{
	
	color: #ffffff;
   
    font-size: 24px;
    margin-top: -11px;
}
	
	form#ban2fm button {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    border: none;
    background-color: #ff3155;
    
    display: inline-block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
}
	.indxslide1 {
    height:auto;
    
    position: relative;
   
    background-size: 100%;
}
.indxslide1 h2{color:#fff;text-align:center; letter-spacing: 7px; font-family: 'Open Sans', sans-serif;
    font-weight: 700; font-size : 33.39px;}
	
	.cmprgret {
    color: #ffffff;
    font-family: opensans;
    text-align: top;
    font-size: 20px;
 margin-top:-30px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing:1px;
}
	.contsbmt
	{
		margin-left:0px;
		} 
	#contactfm .bluebtn {
    width:200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
	 .cstmrsubheding{

	color: #ffffff;
    
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    
}

.row-fluid p {
    font-size: 12px;
}	
h1, .h1 {
    font-size: 18px;
}.bannerarea {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    position: relative;
	    padding-left: 14px;
}
	
.bannerareainner { 
 background-repeat:no-repeat; 
 background-position:center top; 
 position:relative; 

 background-size : 100%;
 }	
	

} /* end */

.abtuspara{
	text-align: justify;
    font-size: 12px;
    width: 94%;
    margin-left: 3%;
	padding-top:10px;
    
}

div.loremimpsummargins{
	    margin-top: 20px;
    margin-bottom: 20px;
}



p.loremaboutus{
	   text-align: justify;
    font-size: 24px;
    padding-top: 16px;
    float: left;
    width: 95%;
    padding-left: 10px;
    margin-left: 2%;
}


.borderc
{
	 	width:170px; height:20px; border-top:solid 1px #00aeef; margin-top:10px;
	}
h1.contactformclr {
	padding-top: 45px;
	
	color: #00aeef;

	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
	}
	

.tbleheading{
	color : #464646;
	text-align : center;
	font-size : 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.formalign{
	padding-left : 16px;
}

.btnwidth{
	
}

.btnpadding{
	
	padding-top : 34px;
	padding-bottom: 34px;
}

.sbmtbtn{
	margin-top: 20px;
	
}

.frmbgstp3{
	background-color: #f8f8f8;
    width: 709px;
    margin-left: 14px;
	
}

h4.douhvvcle {
    padding-left: 34px;
    padding-top: 34px;
    padding-bottom: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.stp3yesnoradiobtns{
	padding-top: 33px;
    padding-bottom: 27px;
    
    background-color: #f8f8f8;
}

button.btnsizes{
	width: 100%;
	background-color : #ff3155;
	
	padding-bottom: 14px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    
}

h4.yesnoradbtn{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size : 19px;
}

.titlehght{
	padding-bottom: 2px; height:83px;
}

.stp3leftpanelpading{
	padding-left: 0px;
    padding-right: 0px;
}

section > p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:#202020;
}

.cntctussideimgspding{
	padding-top : 40px;
}

.stp4img{
	    width: 121px;
    padding-top: 5px;
	padding-bottom:16px;
}

.ppolicy h2 {
    color: #01adec;
    margin-bottom: 15px;
}
.privacy_list > ul{background:transparent;
list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.privacy_list ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  background:url(../images/blueearrow.png) no-repeat left 11px;
  padding-left: 48px; padding-top:10px;
}

.tab-content > .active{    border-radius: 4px;}
form#ban2fm .input-group-addon.dd{background: url(../images/aeroplandropoff.png) no-repeat;background-size:20px;background-position: right 0px center; width:100% !important;}
form#ban2fm .input-group-addon.dt{background: transparent;padding-left:10px;}
form#ban2fm .input-group-addon.ad{background: url(../images/arrivalplaneicon.png) no-repeat;background-size:20px;background-position: right 0px center;}
form#ban2fm .input-group-addon.at{background: transparent;}
form#ban2fm .input-group-addon.dc{background: url(../images/discounticon.png) no-repeat;background-size:20px;background-position: right 0px center;}


form#ban2fm .input-group-addon {
    padding: 5px 10px;
    color: #2a2a2a;
    background: url(../images/airporticon.png) no-repeat;
    width: 100% !important;
    float: left;
    background-size: 20px;
    border: 0px;
	text-align:left;
   background-position: right 5px center;
    padding-left: 29px;
    
}
.address_class{
    margin-top: 15px;
    margin-bottom: 15px;

}
.address_class input[type=text]{
	float: left;

}


.address_class input[type=select]{
	width: 94% !important;
   	 margin-right: 15px;
    	margin-top: 10px;
}

#opc_dropdown
{
	width: 94% !important;
   	 margin-right: 15px;
    	margin-top: 10px;
}


.airover
{
	background-color:#00aeef; width:100%;  float:left;
	}
	.conover
	{
		float:left; padding:20px; color:#fff; font-size:18px;
		}
		.iconar
		{
			float:right;height:15px; padding:14px; 
			}
.overcon
{
	background:#f7f7f7; padding:20px; float:left; text-align:justify;
	}
	.overcontainer
	{
	margin-top:10px;	
		}
	.airborder {
    border: solid 1px #ccc;
    padding: 19px;
    text-align: center;
    border-right: 0px;
    font-size: 14px;
    font-weight: bold; height:62px;
}
					.airborder1
		{
			border: solid 1px #ccc;
    padding: 19px;
    text-align: center;
 
    font-size: 14px;
    font-weight: bold;height:62px;
			
			
			}
			.topspace
			{
		padding:10px 10px 0 0;background:#fff; float:left;
				}
					.topspace1
			{
				padding-top:10px; padding-bottom:10px; background:#f7f7f7; float:left;
				}
					.airspace
		{
		
    padding: 0px 0px 10px 0;
    text-align: center;
		
			}
						.airspace1
		{
		padding:10px; padding-top:20px; text-align:center; 
			
			}
			.btnover
			{
		border-radius: 6px;
    width: 70px;
    background: #2daefd;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    height: 37px;
				}
    .banner2 { padding: 40px 0 0px;}
    .bg-dkgry { background-color: #3F3F3F;}
    .wht-txt { color: #fff; }
    .pd-top10 { padding-top: 10px}
    .pd-btm10 {padding-bottom: 10px;}
    .pd-top15 { padding-top: 15px}
    .pd-btm15 {padding-bottom: 15px;}

    .pd-top25 { padding-top: 25px}
    .pd-btm25 {padding-bottom: 25px;}
    .mgbtm { margin-bottom: 16px;}

    .txtrht { text-align: center;
        margin: 0 auto;
        }
    .txtlft { text-align: left; }

    .ban2-contents .h1  { color: #4FBDE6; font-size: 25px; line-height: 25px; letter-spacing: 1px; line-height: 28px; margin-top: 0px; padding-top:0px;}
    .ban2-contents .h2  { background-color: #3F3F3F; color: #fff; font-size: 30px; padding: 6px; font-weight: bold; letter-spacing: 4px; margin-top: 8px; }
    .ban2-contents ul { text-align: left; margin: 0px; padding: 0px; list-style: none; font-size: 20px; color:#6c6969; }
    .ban2-contents ul li { background-image: url("images/ban-built.png"); background-position: center left; background-repeat: no-repeat; padding-left: 30px;}
    .apbtntxt { font-size: 22px; font-weight: bold; }

    .banner2form { margin-bottom: 20px;padding:20px;}
    #ban2fm { width: 100%; display: block; }

    form#ban2fm .col1 { width: 32%;}
    form#ban2fm .col2 { width: 100%;}
    form#ban2fm .col3 { width: 15%;}
    form#ban2fm .form-group { margin-bottom: 10px; }
    form#ban2fm, form#ban2fm .input-group-addon { font-size: 16px; }
    .tab-content > .tab-pane{background:#fff;}


    form#ban2fm .styled-select select, form#ban2fm input[type="text"] {       width: 326px;
        height: 36px;
        padding: 0px 10px;
        border: none;
        color: #8E8E8E;
        font-size: 16px;border:1px solid #a1a1a1  }


    form#ban2fm button:hover, form#ban2fm input[type="submit"]:hover, #loginfm input[type="submit"]:hover, .bluebtn:hover, .bluebtn:focus
    form#ban2fm button:focus, form#ban2fm input[type="submit"]:focus, #loginfm input[type="submit"]:focus { color:#3F3F3F; }

    
    

    .input-group {     position: relative;
        display: table;
        border-collapse: separate;
        margin: 5px 0;width:100%;}
    .styled-select { min-width: 100%!important;}
    form#ban2fm .styled-select select, form#ban2fm input[type="text"] { width: 100%; }
    form#ban2fm .input-group-addon.fmicon {white-space: nowrap; width: 12%; }

    form#ban2fm .form-control.hasDatepicker {width: 100%;border:1px solid #a1a1a1;}

    .tab-pad { padding: 13px; }

    form#ban2fm .form-control.hasDatepicker {
        width: 100%!important;
        background-color: #fff;
    }
    form#ban2fm .styled-select  select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
          }

    form#ban2fm .styled-select  select::-ms-expand { display: none; }

    @media (min-width:768px) and (max-width:999px){
        form#ban2fm .input-group-addon { white-space: normal; } 
        form#ban2fm .input-group-addon { padding: 0px 8px; font-size: 15px; line-height: 20px; }
        .ban2-contents .h2  { font-size: 36px; padding: 5px;  }
    }

    @media (min-width:0px) and (max-width:767px){
        form#ban2fm .form-group {margin-bottom: 0px; }
        form#ban2fm, form#ban2fm .input-group-addon, form#ban2fm .styled-select select, form#ban2fm input { font-size: 16px; }
        .txtrht, .txtlft { text-align: center;}
        form#ban2fm .form-group { margin-bottom: 10px; }
        .homImage{
        	display: none;
        }
    }

    @media (min-width:0px) and (max-width:449px){
        form#ban2fm .input-group-addon.fmicon { display: none; visibility: hidden;}
        form#ban2fm .col1 {width: 100%; display: block; text-align: center; padding: 10px; }
        .ban2-contents .h2  { font-size: 24px; letter-spacing: 1px;  }
        .ban2-contents ul {font-size: 16px;}
        }

    @media (min-width: 993px) {
        #hero {height: auto;}
        }
    
    }    

    #hero {height: auto!important;}
    .positionr{
    	position:relative;
    }
    .tab-con{
    	height: auto !important; width: 97%; border-radius: 4px;
    }
    .heading-toop{
    	 font-size: 22.39px !important;
    }
    .display-no{
    	 display:none;
    }
    .tab-pane p{
    	width: 100% !important;
    }
    .modal-body p{
    	width: 100% !important;
    }
   
  .crunchify-top {
  	display: none;
  	position: fixed;
  	bottom: 8rem;
  	right: 1rem;

  	text-decoration: none;
  	
  	text-align: center;
  	cursor: pointer;z-index:9;
  }
  .loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:url(images/ajax-loader.gif) 50% 50% no-repeat rgb(249,249,249);
  background-size:8%;
  }
  .loader-text{
  position: absolute;
  top:0;
  z-index: 999999;
  text-align: center;
  margin-top: 50px;
  color:#000;
  z-index: 999999999999;
  width:100%; 
  height: 100%;
  background-color: orange;
  }

  .dest-list li { position:relative; }
  .homImage {
    	margin-top:40px;
    	
    }
    .homHeight{
    	height:129px;
    }


label.error { display:block; font-size:14px; color:red; display:block; width:100% !important; }
::-webkit-input-placeholder {
   color: black;
}
:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}
span#shuffle {
    width: 100%;
    display: inline-block;
    font-size: 42px;
    text-align: center;
    color: #F6544A;
}
.capture p {
    display: block;
    padding-top: 50px;
}
.cap_input{width:100%; padding-top:15px;}
.cap_input input {width:215px;}
.capture a {
    color: #fff;
}
.hide_lbl{width:100% !important;font-size:16px !important;}
@media all and (max-width:767px){
span#shuffle {width: 213px;}
}
@media all and (max-width:480px){
span#shuffle {width: 100%;}
}
.sub-form{
	background:#f9f9f9;float:left;border-radius: 20px;border: solid 2px #d5d5d5;margin-top: 20px;margin-bottom: 20px;overflow: hidden;text-align: center;
}
.sub-form-inputs{
	margin-top:10px;max-width: 100%;width: 100%; margin-left: inherit;
}
.sub-form-w{
	width: 100% !important;
}
.sub-form-btn{
	font-size: inherit !important; max-width: -webkit-fill-available !important; margin-top: 0 !important;
}
.sub-form-para{
	 padding-bottom:12px; text-align: center !important;
}


.copyright{
    background-color:#f0f0f0;
}

.copyright p{
	font-family:Roboto;
	
}

footer{
	background-color:#ebebeb;border-top: 1px solid #adadb0;
	
	padding:20px 0 20px 0; clear:both;
}


footer .menu li a{
	
	color:#000;
	padding:10px;
	text-decoration:none;
	
}



footer .menu li a:hover{
	color:#7dabdb;
}

.fa.fa-facebook , .fa.fa-dropbox, .fa.fa-flickr , .fa.fa-github , .fa.fa-linkedin ,.fa,fa-tumblr ,.fa.fa-google-plus , .fa.fa-tumblr {
	color:#b1aca1;
	font-size:20px;
	padding:10px;
	margin-bottom:50px;
}

.fa.fa-facebook:hover , .fa.fa-dropbox:hover , .fa.fa-flickr:hover  , .fa.fa-github:hover  , .fa.fa-linkedin:hover  ,.fa,fa-tumblr:hover  ,.fa.fa-google-plus:hover  , .fa.fa-tumblr:hover  {
	color:#6794c2;
}
.br-0{
	 border-right:0px;
}
.ptt-10{
	padding-top:7px;
}
.pp-0{
	padding: 0px;
}

div.slides-frame {
    border: 0px solid #AAA;
    width: 133px;
    height: 90px;
    overflow: hidden;
    position: sticky;
    margin: 0 auto;
    position: relative;
     flex: 1;
}
div.testing123 {
    border: 0px solid #AAA;
    width: 64px;
    height: 90px;
    position: sticky;
    margin: 0 auto;
/*    float:left;
     flex: 1;*/
}
div.animateClass {
    display: flex;
    height: 90px;
    width: 198px;
    margin: 0 auto;
    position: sticky;
    border: 0px solid #AAA;
}
div.slides2 {
   /* -webkit-animation: slideUp 20s alternate infinite;
    -moz-animation: slideUp 20s alternate infinite;
    -o-animation: slideUp 20s alternate infinite;
    animation: slideUp 20s alternate infinite;*/
    position: relative;
}
div.slides {
   /* -webkit-animation: slideUp 20s alternate infinite;
    -moz-animation: slideUp 20s alternate infinite;
    -o-animation: slideUp 20s alternate infinite;
    animation: slideUp 20s alternate infinite;*/
    position: relative;
}

div.slide-1 {
    background: url('../images/50off.png');
}
div.slide-2 {
    background: url('../images/60off.png');
}
div.slide-3 {
    background: url('../images/1off.png');
}
div.slide-4 {
    background: url('../images/20off.png');
}
div.slide-5 {
    background: url('../images/30off.png');
}
div.slide-6 {
    background: url('../images/40off.png');
}
div.slide-7 {
    background: url('../images/50off.png');
}
div.slide-8 {
    background: url('../images/60off.png');
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes slideUp {
    0% {
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    27% {
        bottom: 480px;
    }
    47% {
        bottom: 480px;
    }
    54% {
        bottom: 960px;
    }
    74% {
        bottom: 960px;
    }
    80% {
        bottom: 1440px;
    }
    100% {
        bottom: 1440px;
    }
}
@-moz-keyframes slideUp {
    0% {
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    27% {
        bottom: 480px;
    }
    47% {
        bottom: 480px;
    }
    54% {
        bottom: 960px;
    }
    74% {
        bottom: 960px;
    }
    80% {
        bottom: 1440px;
    }
    100% {
        bottom: 1440px;
    }
}
@-o-keyframes slideUp {
    0% {
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    27% {
        bottom: 480px;
    }
    47% {
        bottom: 480px;
    }
    54% {
        bottom: 960px;
    }
    74% {
        bottom: 960px;
    }
    80% {
        bottom: 1440px;
    }
    100% {
        bottom: 1440px;
    }
}
@keyframes slideUp {
    0% {
        bottom: 0;
    }
    20% {
        bottom: 0;
    }
    27% {
        bottom: 480px;
    }
    47% {
        bottom: 480px;
    }
    54% {
        bottom: 960px;
    }
    74% {
        bottom: 960px;
    }
    80% {
        bottom: 1440px;
    }
    100% {
        bottom: 1440px;
    }
}
[not-existing] {
    zoom: 1;
}
.slide1{
	display:block;
	width: 133px; 
	background: url('../images/60off.png');
}
.imgOff{
	display:block;
	height: 90px;
}
.selectful {
	background-color: #ffffff;
}
.mapinfos{
    width: 760px; 
}
@media (max-width: 720px) and (min-width: 500px) {
    
    .compr-post .company-info .box_content {
   
    width: 66%;
    top:-100px !important;
   
}
.pop_con2{
    height: 300px !important;
}
.mapinfos{
    width: 480px; 
}
}
@media (max-width: 480px){
    .meet{
        padding-bottom: 10px !important;
}
    .mapinfos{
    width: 300px; 
}
}
