body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em; /* 18px */
	color: #383838;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	margin:0;
}

/* ---------------------------------------------------------------------- */
/* Imported Stylesheets (Their order is important.)
/* ---------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Metrophobic); 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic,400italic,600italic,700italic,300,600,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic);

/* Mozilla based browsers */
::-moz-selection {
       background-color: #001689;
	   color:#FFFFFF;
}

/* Works in Safari */
::selection {
       background-color: #001689;
	   color:#FFFFFF;
}
a{color: #001689; text-decoration:none;}
a:hover {
color: #383838;
}
p.abt_p{
	font-size:1.1em;
	margin:10px 0px;
}
ul {
list-style: none;
margin:0;
padding:0;
}
p{margin:0; padding:0;}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.333em;
	margin:0; padding:0;
}
.title{
	padding:10px 0 10px 5px;
	border-bottom:1px solid #DDDDDD;
	font-weight: 300;
	font-size: 2.333em;
	line-height: 1.214em;
}
#wrap {
/*border-top: 5px solid #383838;**/
padding-top: 20px;
overflow: hidden;
width:940px;
margin:auto;
}
#container {
width: 940px;
max-width: 100%;
margin: 0 auto;
}
.header{
	width:940px;
	margin:auto;
}
.logo{
	float:left;
	width:300px;
}
.logosymbol{
	float:left;
	
}
.logoname{
	margin-top:22px;
	font-size:22px;
}
.logosub{
	font-size:13px;
}
.logosub strong{
	color:#001689;
}
.logolink{
	color:#333333;
}
.info{
	float:right;
	width:500px;
	margin-top:40px;
}
.contact-info p{
	float: right;
background-repeat: no-repeat;
background-position: left center;
margin-left: 20px;
margin-bottom: 0;
}
p.phone {
background-image: url(images/phone-icon.png);
background-repeat:no-repeat;
padding-left: 20px;
}
p.email {
background-image: url(images/mail-icon.png);
background-repeat:no-repeat;
padding-left: 21px;
}
.email a{
}
.clear{clear:both;}
/* ---------------------------------------------------------------------- */
/* Navigation Bar
/* ---------------------------------------------------------------------- */
#navbar {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	height: 38px;
	font-size: 12px;
    line-height: 1.5em;
	margin-top:10px;
}

/* Navigation */

#nav {
	float: left;
	height: 38px;
	position: relative;
	top: -1px;
	left: -1px;
}

/* Navigation List */

ul#navlist li {
	float: left;
	min-width: 8.666em; /* 104px */
}

ul#navlist li a { 
	display: block;
	font-family: 'Open Sans', sans-serif; 
	font-size: 12px;
	line-height: 38px;	
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
	color: #383838;
	border: 1px solid #e5e5e5;
	border-left: none;
	box-shadow: 1px 0 rgba(255,255,255,0.75);
}

ul#navlist li:first-child a { 
	border-left: 1px solid #e5e5e5;
}

ul#navlist li.current a, .no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	color: #fff;
}

.no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	background-color: #383838 !important;
	border-color: #383838 !important;
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle > ul {
	top: -1px !important;
}

.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #383838;
	padding: 8px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.ddsubmenustyle > ul > li:first-child a {	
	border-top: none;
}

/* Neutral CSS */

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* Tiny Nav */

.tinynav { 
	display: none; 
	height: 28px;
	padding: 5px 10px;
	margin: 5px 14px;
	background-color: #e5e5e5;
	border: none;
}

.tinynav option {
	padding: 5px 10px;
}

ul#navlist li.current a,
.ddsubmenustyle li a:hover,
.infobox { 
	border-color: #001689;
}
.ddsubmenustyle li a:hover,  li.current{
	background-color: #001689;
}
ul#navlist li.current a, .ddsubmenustyle li a:hover, .infobox, {
border-color: #001689;
}

#slider-home {
margin-bottom: 15px;
}
.space15{height:15px;}

.infobox{
	border-left:5px solid #001689;
}
.infobox-inner {
background-color: #f7f7f7;
border: 1px solid #e5e5e5;
border-left: none;
padding: 15px 20px;
margin-bottom: 20px;
}
.forul{
	padding:5px 10px;
}

.infobox .button {
float: right;
margin: 0 0 0 20px;
background-color: #001689;
color:#ffffff;
}
.button.large {
font-size: 1.5em;
padding: 10px 20px;
margin-top:12px;
}
.infobox .button:hover{
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	background:#333333;
}
.infobox div.with-button {
display: inline;
float:left;
width:700px;
}
.infobox h2 {
margin-bottom: 5px;
}

.service-boxes{
}
.sbox{
	width:220px;
	height:240px;
	float:left;
	margin-right:20px;
}
.slast{margin-right:0px;}
.srent{	background: url(images/car/car-rent-front.jpg) no-repeat;}
.slease{ background: url(images/car/car-leasing-front.jpg) no-repeat;}
.slimo{	background: url(images/car/limo-service-front.jpg) no-repeat;}
.sluxury{ background: url(images/car/luxury-car-front.jpg) no-repeat;}
.stextbox{
	margin: 115px 20px 20px 20px;
	background: #ffffff;
	width: 180px;
	height:100px;
	background: url(images/transparent.png);
	text-align:center;
	padding-top:10px;
}
.stextbox h2{
	border-bottom:1px solid #666666;
	margin:0 5px;
	padding-bottom:5px;
}
.stextbox p{ margin:5px;}
.sbutton{
	font-size: 1.5em;
	padding: 10px 20px;
	margin-top:12px;
	background-color: #001689;
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
}
.sbutton:hover{
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	background:#333333;
	color:#ffffff;
}
.smore{
	margin:5px;
	font-size:0.8em;
	padding:5px 10px;
}
h2.p_title{
	margin:5px 0px 25px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.pbox{
	width:220px;
	height:130px;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
.plast{margin-right:0px;}
.mumbai{background:url(images/cities/mumbai.jpg) no-repeat;}
.delhi{background:url(images/cities/delhi.jpg) no-repeat;}
.banglore{background:url(images/cities/banglore.jpg) no-repeat;}
.chennai{background:url(images/cities/chennai.jpg) no-repeat;}
.kolkata{background:url(images/cities/kolkata.jpg) no-repeat;}
.lucknow{background:url(images/cities/lucknow.jpg) no-repeat;}
.varanasi{background:url(images/cities/varanasi.jpg) no-repeat;}
.pune{background:url(images/cities/pune.jpg) no-repeat;}
.hyderabad{background:url(images/cities/hyderabad.jpg) no-repeat;}
p.pinfo{
	float:right;
	display:block;
	padding:5px;
	margin-top:90px;
	background-color: #f7f7f7;
	border-left:4px solid #001689;
	font-size:14px;
	font-weight:bold;
}

#footer{
	color: #999;
	background-color: #383838;
	border-top: 5px solid #e5e5e5;
	margin-top: 10px;
	height:80px;
}
.foot{
	width:940px;
	margin:auto;
	margin-top:20px;
}
.fleft{
	float:left;
	width:400px;
}
.fright{
	float:right;
}
a.flink{
	color:#bfbfbf;
}
a.flink:hover{
	color:#001689;
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
}
.section_bookcar_left{
}
table.formtable tr td{
	padding-bottom:10px;
}
.formh3{
	font-weight:600;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
}
.intro {
font-weight: 600;
font-size: 1.2em;
line-height:1.5em;
text-align:center;
padding:10px;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
background:#EEEEEE;
}
.dompac{
	text-align:left;
	padding:5px 20px;
	float:left;
	width:410px;
	margin:10px;
}
.dompac table{border-top:1px solid #cccccc; margin-top:20px; }
.dompac img{float:left; margin-right:10px;}
.nojustify{
	text-align:left;
}
.linkcenter{text-align:center;}
.left_c{
	float:left;
	width:650px;
}
.left_c2{
	float:left;
	width:280px;
}
ul.check{
	margin:10px 0px;
}
ul.check li {
background: url(images/check.png) no-repeat left 0.333em;
padding-left: 17px;
}
.check strong{
	font-size:1.4em;
	font-weight:600;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EEEEEE;
	display:block;
}
.limobox{
	background:url(images/limo.jpg) top no-repeat;
	padding-top:150px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.limo_p{
	margin:10px 20px;
	font-size:2em;
	line-height:1.8em;
	text-align:center;
}
.intro p{
	margin:5px 0px;
}
.carleasingbox{
	background:url(images/car-leasing.jpg) top no-repeat;
	padding-top:150px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
p.cl_p{
	margin:20px 10px 10px 20px;
}
.hotelresvbox{
	background: url(images/hotel-resv.jpg) top no-repeat;
	padding-top:150px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.carrentalbox{
	background: url(images/car-rental.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.businesstravelbox{
	background: url(images/business-travel.jpg) top no-repeat;
	padding-top:140px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.aboutusbox{
	background: url(images/about-us.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.domesticpackbox{
	background: url(images/domestic-packages.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.internationalpackbox{
	background: url(images/domestic-packages.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.visabox{
	background: url(images/visa-passport.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.foreignbox{
	background: url(images/foreign-exchange.jpg) top no-repeat;
	padding-top:100px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.railwaybox{
	background: url(images/railway-service.jpg) top no-repeat;
	padding-top:120px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.bt_p{
	margin:10px 20px;
	font-size:20px;
	line-height:28px;
	text-align:center;

}
.chk_title{
	padding-right:40px;
}
.left_d{
	float:left;
	width:680px;
}
.right_d{
	float:right;
	width:200px;
	text-align:center;
	margin-top:2px;
}
.disp_box{
	text-align:center;
	margin-bottom:50px;
}
.disp_box img{margin-bottom:20px;}
/* ----- css popup-----*/
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: auto;
	padding: 16px;
	border: 6px solid #001689;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.pop-close-button {
position: absolute;
right: 1%;
top: 2%;
background-image: url('images/button_close.png');
text-indent: 1000;
width: 19px;
height: 20px;
}
.pop-close-button:hover{
	background: url('images/button_close.png')0px -20px;

}
/* ------------------------- */
.right_d p{}