/*Common CSS*/


@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}








body
{
/*	margin:0px;
	padding:0px;*/
	/*background-color:#1F1209; */
	background: #4c4c4c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #4c4c4c 0%, #2b2b2b 46%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4c4c4c), color-stop(46%,#2b2b2b), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #4c4c4c 0%,#2b2b2b 46%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #4c4c4c 0%,#2b2b2b 46%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #4c4c4c 0%,#2b2b2b 46%,#131313 100%); /* IE10+ */
background: linear-gradient(to right, #4c4c4c 0%,#2b2b2b 46%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-8 */

margin: 0px;
		
}
.button
{
background:#2C2C2C;
border-radius:5px;
width:80px;
-moz-border-radius:5px;
font-family:Arial, Helvetica, sans-serif;
border:solid 1px #2C2C2C;
padding:5px;
font-weight:bold;
color:#FFFFFF;
margin-top:10px;
margin-bottom:10px;
cursor:pointer;
text-decoration:none;
font-size:13px;
}
.button1
{
background:#2C2C2C;
border-radius:5px;
width:60px;
-moz-border-radius:5px;
font-family:Arial, Helvetica, sans-serif;
border:solid 1px #2C2C2C;
padding:5px;
font-weight:bold;
color:#FFFFFF;
cursor:pointer;
text-decoration:none;
font-size:13px;
text-align:center;
position:relative;
bottom:32px;
right:5px;
}

img
{
	border:none;
	outline:none;
}

a
{
	border:none;
	outline:none;
}

form
{
	padding:0px;
	margin:0px;
}
p
{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}

/*Layout*/

/*Header CSS*/
.topbarcon
{
	
	    float: right;
    width: 100%; position: absolute;
}

#topmenu 
{
	margin-bottom:0px;
	vertical-align:middle;
	color:#FFF;
	text-align:right;
}

#topmenu ul
{
	display: inline; 
	padding: 0px; 
}

#topmenu ul li
{
	padding:2px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	list-style-type:none;
	display:inline;
}
#topmenu a
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	    color: #edbd05;
    font-family: 'robotoregular';
	font-size:12px;
	color: #edbd05;
	text-decoration:none; font-weight: bold;
        
}








.menucon
{
	
	background-repeat:repeat-x;
	
	max-width:1170px;
	margin:0 auto;
	
}

#nav, #nav ul
{	
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:2;     text-align: center;
}

#nav li
{	
	margin:0px;
	padding: 0px;
/*	float: left;*/ display: inline-block; vertical-align: top; position: relative;
	z-index:2;
}
.devider{display: none !important;}

#nav a, #nav a:link
{    background: #5f207e;
	margin:0px;    
	display: inline-block;
	width: auto;font-family: 'robotoregular';
	color:#CCC;	
	padding:10px 53px   ;
	font-size: 20px;
	text-decoration:none;	  
    float: left;
}

#nav li:hover, #nav li.sfhover 
{
	
	color:#FFF;
}

#nav li a:hover,#nav li a:focus
{	
	z-index:2;
	
	color:#FFF;
}


/*   for placement of drop down */
#nav li ul 
{	
	position: absolute;
	width:100%;
	left: -999em;	
	padding:0;
	margin:0 ;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#nav li li 
{	
	padding:0;
	margin:0;	
	background:none; float: left; width: 100%;
}

#nav li:hover ul 
{
	left: auto;
	background:none;
	
}
#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
	margin:0px;    top:40px;
	padding:0;
	background-color: #5f207e
}

#nav li li a, #nav li li a:link
{
	margin:0px;
	padding:5px 0px 5px 5px; width: 100%;
	text-align:left;     background-color: #5f207e;
	
	color:#fff;
	font-family: 'robotoregular';
	text-decoration:none;	
	     font-size: 15px;
}


#nav li li a:hover
{    background-color: #824e9a !important;
	background:none;
	color:#fff;
	
}







//Arabic Menu
#nav2, #nav2 ul
{	
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:2;
}

#nav2 li
{	
list-style: none;
	margin:0px;
	padding: 0px;
	float: right;
	z-index:2;
}

#nav2 a, #nav2 a:link
{
	margin:0px;
	display: block;
	width: auto;
	color:#CCC;	
	padding:10px 30px 10px 30px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	text-decoration:none;	
}

#nav2 li:hover, #nav2 li.sfhover 
{
	background:url(../images/menuhov.jpg) repeat-x  right top;
	color:#FFF;
}

#nav2 li a:hover,#nav2 li a:focus
{	
	z-index:2;
	background:url(../images/menuhov.jpg) repeat-x right top;
	color:#FFF;
}


/*   for placement of drop down */
#nav2 li ul 
{	
	position: absolute;
	width:170px;
	left: -999em;	
	padding:0;
	margin:0 ;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#nav2 li li 
{	
	padding:0;
	margin:0;	
	background:none;
}

#nav2 li:hover ul 
{
	left: auto;
	background:none;
	
}
#nav2 li:hover ul, #nav2 li.sfhover ul
{
	left: auto;
	margin:0px;
	padding:0;
	background-color:#eddcc2;
}

#nav2 li li a, #nav2 li li a:link
{
	margin:0px;
	padding:5px 0px 5px 5px;
	text-align:left;
	width:165px;
	color:#333;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-decoration:none;	
	background-color:#eddcc2;
}


#nav2 li li a:hover
{
	background:none;
	color:#C00;
	background-color:#dabe93;
}




/*Content Section*/

.contentcon
{
	background-color:#FFF;
	width:100%;
	margin:0 auto;
}


.spacer
{
	height:10px;
	clear:both;
}

.carcon
{
	/*width:223px;
	height:170px;*/
	-box-shadow: 0 0 2px 2px #CCC;
	-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	float:left;
	margin-left:13px;
	text-align:center;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#06C;
	text-transform:uppercase;
}

.carcon a:link
{
	color:#06C;
	text-decoration:none;
}

.carcon a:visited
{
	color:#06C;
	text-decoration:none;
}

.carcon a:hover
{
	color:#C00;
	text-decoration:none;
}

.carcon:hover
{
	-box-shadow: 0 0 2px 2px #FC0;
	-moz-box-shadow: 0 0 2px 2px #FC0;
	-webkit-box-shadow: 0 0 2px 2px #FC0;
	cursor:pointer;
}

.carcon img
{
	max-width: 100%;
	height: 146px;
}

.smallspacer
{
	height:5px;
	clear:both;
}
/* New For Home */
.homeleftcol
{
	width:275px;
	height:auto;
	float:left;
	margin-left:10px;
}

.homerightcol
{font-family: 'robotoregular';
	width:100%;
;	height:auto;
	float:left;
	margin-left:12px;
	/*border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #d8d8d8;*/
	
	font-size:12px;
	color:#333;
}
.homerightcol p
{
	font-family: 'robotoregular';
	font-size:16px;
	color:#000;
	line-height:20px;
	text-align:justify;
}

.homerightcol p a:link
{
	color:#39F;
}

.homerightcol p a:visited
{
	color:#39F;
}

.homerightcol p a:hover
{
	color:#C00;
}

.homerightcol h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	padding:0px;
	margin:0px;
}

.homerightcol h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#09F;
	padding:0px;
	margin:0px;
}
/* End New For Home */


.leftcol
{
	width:650px;
	height:auto;
	float:left;
	margin-left:10px;
}

.leftcol p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:20px;
	text-align:justify;
}

.leftcol p a:link
{
	color:#39F;
}

.leftcol p a:visited
{
	color:#39F;
}

.leftcol p a:hover
{
	color:#C00;
}

.leftcol h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	padding:0px;
	margin:0px;
}

.leftcol h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#09F;
	padding:0px;
	margin:0px;
}


.rightcol
{
	width:275px;
	height:auto;
	float:left;
	margin-left:10px;
}
.bookingcon
{
	width:275px;
	height:auto;
	float:left;
	background-color:#e9e9e9;
	-moz-box-shadow:    2px 2px 2px 1px #ccc;
    -webkit-box-shadow: 2px 2px 2px 1px #ccc;
    box-shadow:         2px 2px 2px 1px #ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #cdcfc8;
}
.bookingcheck
{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
}
.bookingcheck1
{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-left:10px;
	padding-top:8px;
	float:left;
}
.bookingtitle
{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding-left:10px;
	padding-top:10px;
}
.bookingtitle1
{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	padding-left:10px;
	padding-top:10px;
	float:left;
}
.bookinner
{
	width:200px;
	float:left;
}
.vwbkcancon
{
	width:275px;
	height:270px;
	float:left;
	background-color:#e9e9e9;
	-moz-box-shadow:    2px 2px 2px 1px #ccc;
    -webkit-box-shadow: 2px 2px 2px 1px #ccc;
    box-shadow:         2px 2px 2px 1px #ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #cdcfc8;
}


.bookheader
{
	background-image:url(../images/bookheadbg.png);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ffea96;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	padding:5px 5px 5px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}


.bookingtxtcon
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:5px 5px 5px 10px;
}

.bookingtxtcon label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

.bookingtbcon
{
	padding:0px 5px 0px 10px;
}

.bookingtbcon label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

.bookinnerlft
{
	width:120px;
	float:left;
}


.proddispcon
{
	width:152px;
	/*height:165px;*/
	float:left;
	margin-left:8px;
	border:1px solid #CCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06C;
}

.proddispcon a:link
{
	color:#06C;
	text-decoration:underline;
}

.proddispcon a:visited
{
	color:#06C;
	text-decoration:underline;
}


.proddispcon a:hover
{
	color:#C00;
	text-decoration:underline;
}


.proddispcon:hover
{
	width:152px;
	/*height:165px;*/
	float:left;
	margin-left:8px;
	border:1px solid #09C;
}

.proddispcon img
{
	max-width: 100%;
	height: 92px;
}

.proddispcost
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.proddispcost span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
}








.footer
{
	
	height:auto;
	clear:both;
	width:100%;     background: #4b6979;
	margin:0 auto;
}

.footercon
{background-image:url(../images/footerbg.png);
            background-size: cover;
    background-position: center right;
	background-repeat:no-repeat;
	max-width:1170px;
	margin:0 auto;
	height:auto;
	overflow:auto;
}

.smallspacer
{
	height:5px;
	clear:both;
}

.footertxt
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFF;
	line-height:18px;
}

.footertxt a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#3C3;
	text-decoration:none;
}

.footertxt a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#3C3;
	text-decoration:none;
}

.footertxt a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#F90;
	text-decoration:none;
}


#footerone
{
	height:130px;
	background-color:#ddf1f9;
	clear:both;
	padding:5px;
}

#footertwo
{
	
	clear:both;
	width:100%;
	background-color:#14161c; float: left;
}



.footer2txt a:link
{
	    font-family: 'robotolight';
	font-size:17px;
	color:#fff;
	text-decoration:none;
}





.footeraddhead
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF0;
	font-size:20px;
	margin-bottom:8px;
	text-align:right;
	margin-right:8px;
}

.footeradd
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:22px;
	margin-bottom:8px;
	text-align:right;
	margin-right:8px;
	line-height:35px;
}


.fb
{
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:5px;
}

.gl
{
	background-image:url(../images/google.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:5px;
}


.networktxt
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	padding-left:38px;
	padding-top:6px;
	padding-bottom:6px;
}

.networktxt a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.networktxt a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.networktxt a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#09F;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.sn
{
	    padding-bottom: 33px;
    float: left;
    font-family: 'robotolight';
    font-size: 22px;
    color: #f7971d;
    padding-left: 5px;
}

.footer-links-containor
{
	width:100%;
	
	float:left;
}

.footer-links-head-con
{
	float:left;
	width:28%;
	
} 
.firstchild{width: 20%;}    

.footer-links-head
{    padding-bottom: 20px;
	float:left;
	    font-family: 'robotolight';
	font-size:20px;
	
	color:#f7971d;
	padding-left:5px;
}

.footer-links-head a:link
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FC0;
	text-decoration:none;
}

.footer-links-head a:visited
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FC0;
	text-decoration:none;
}

.footer-links-head a:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
}
.footer-links-sec-txt a{padding-left: 10px; font-family: 'robotolight'; font-size: 15px;}
.footer-links-sec-con
{
	float:left;
	width:100%;
	
	margin-left:3px;
}

.footer-links-sec-txt
{width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px; position: relative;
}
.footer-links-sec-txt:before{position: absolute; width: 4px; height: 4px; background: #f7971d; border-radius: 50px; content: "";     left: 0px;
    top: 9px;}

.footer-links-sec-txt a:link
{
	
	color:#fff;
	
	text-decoration:none;
}

.footer-links-sec-txt a:visited
{
	
	color:#fff;
	
	text-decoration:none;
}

.footer-links-sec-txt a:hover
{
	
	color:#f7971d;
	
	text-decoration:none;
}


/* Fleet FcVans*/

.innerleftcol
{
	width:275px;
	height:auto;
	float:left;
	margin-left:10px;
}

.innerrightcol
{
	width:650px;
	height:auto;
	float:left;
	margin-left:12px;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.innerrightcol1
{
	width:850px;
	height:400px;
	float:left;
	margin-left:12px;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}


.innerrightcol2
{
	width:932px;
	height:400px;
	float:left;
	margin-left:12px;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.innerrightcol_thank
{
	width:932px;
	height:100%;
	float:left;
	margin-left:12px;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border:1px solid #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}



/* Fleet FcVans Sub page*/
.contentheader
{
/*	background-image:url(../images/bookheadbg.png);*/
	background-repeat:repeat-y;
	background-position:left;
	background-color:#5f207e;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	padding:5px 5px 5px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ccc;
}
.contentheader1
{
	background-image:url(../images/bookheadbg.png);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ffea96;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	padding:5px 5px 5px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#090;
}
.proddispcon1
{
	width:152px;
	height:165px;
	float:left;
	margin:7px 0px 0px 7px;
	border:1px solid #CCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06C;
}

.proddispcon1:hover
{
	border:1px solid #39F;
}


.proddispcon1 a:link
{
	color:#06C;
	text-decoration:underline;
}

.proddispcon1 a:visited
{
	color:#06C;
	text-decoration:underline;
}


.proddispcon1 a:hover
{
	color:#C00;
	text-decoration:underline;
}


.proddispcon1 img
{
	max-width: 100%;
	height: 92px;
}

.othchoice
{
	background-color:#5f207e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 5px 5px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ccc;
	margin:15px 5px 0px 5px;
	border:1px solid #dedede;
}


.othchoicecon
{
	width:205px;
	height:200px;
	float:left;
	margin:10px 0px 0px 7px;
	border:1px solid #CCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06C;
}

.othchoicecon:hover
{
	border:1px solid #39F;
}


.othchoicecon a:link
{
	color:#06C;
	text-decoration:underline;
}

.othchoicecon a:visited
{
	color:#06C;
	text-decoration:underline;
}


.othchoicecon a:hover
{
	color:#C00;
	text-decoration:underline;
}


.othchoicecon img
{
	max-width: 100%;
	height:120px;
}


.yourvehiclecon
{
	width:300px;
	height:175px;
	text-align:left;
	line-height:18px;
	margin-left:10px;
	margin-bottom:10px !important;
	text-align:center;
	float:left;
}

.yourvehiclecon img
{
	width:auto;
	height:170px;
}

.featurecon
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	width:310px;
	height:auto;
	background-color:#FFF;
	border-radius:8px;
	box-shadow: 0 0 2px 2px #CCC;
	-moz-box-shadow: 0 0 2px 2px #CCC;
	-webkit-box-shadow: 0 0 2px 2px #CCC;
	float:right;
	margin-right:15px;
	margin-bottom:10px !important;
}


.featurecon ul
{
	margin:0px;
	padding:0px;
	display:block;
}

.featurecon li
{
	display:block;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:2px 0px 2px 25px;
}

.featurecon h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#039;
	padding:0px;
	margin:0px;
}


/*Contact Page*/

.contleftcol
{
	width:525px;
	height:auto;
	float:left;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:20px;
	/*-moz-box-shadow:    0px 0px 2px 1px #ccc;
    -webkit-box-shadow: 0px 0px 2px 1px #ccc;
    box-shadow:         0px 0px 2px 1px #ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #cdcfc8;*/
}

.contleftcol h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#039;
	font-style:normal;
	font-weight:normal;
	padding:0px;
	margin:0px;
}


.contleftcol a:link
{
	color:#39F;
	text-decoration:none;
}

.contleftcol a:visited
{
	color:#39F;
	text-decoration:none;
}

.contleftcol a:hover
{
	color:#C00;
	text-decoration:none;
}


.contrightcol
{
	width:400px;
	height:auto;
	float:right;
	margin-right:10px;
}
.contactcon
{
	width:400px;
	min-height:420px;
	float:left;
	background-color:#e9e9e9;
	-moz-box-shadow:    0px 0px 2px 1px #ccc;
    -webkit-box-shadow: 0px 0px 2px 1px #ccc;
    box-shadow:         0px 0px 2px 1px #ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #cdcfc8;
}


.contactheader
{
	background-image:url(../images/bookheadbg.png);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ffea96;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	padding:5px 5px 5px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}


.contacttxtcon
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:5px 5px 5px 10px;
}

.contacttxtcon label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

.contacttbcon
{
	padding:0px 5px 0px 10px;
}

.contactinnerlft
{
	width:190px;
	float:left;
}


/*FAQ And Others*/

.faqothcol
{
	/*width:940px;*/
	height:auto;
	float:left;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:20px;
}

.faqothcol h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#039;
	font-style:normal;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.faqothcol h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#09F;
	font-style:normal;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.faqothcol a:link
{
	color:#39F;
	text-decoration:none;
}

.faqothcol a:visited
{
	color:#39F;
	text-decoration:none;
}

.faqothcol a:hover
{
	color:#C00;
	text-decoration:none;
}

.faqque
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:2px 0px 2px 0px;
}

.faqans
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	padding:2px 0px 2px 0px;
}

.reserve_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	    background: #5f207e !important;
    color: #ccc !important;
	padding-left:6px;
}

.pickup_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#898a8a;
}

.contact_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#646464;
}

.error_class{
background-color: #faebe7 !important;
border: 1px solid Red !important;
}

.creditcard_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00B000;
}

.change_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#1a76cf;
}

.change_title a
{
	color:#1a76cf;
	text-decoration:underline;
}

.others_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#1a76cf;
}

.others_title a
{
	color:#1a76cf;
	text-decoration:underline;
}

.pickup_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
}

.van_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;
	vertical-align: middle;
}

.van_descr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
.bookingtbcon select {    width: 80% !important;}
#discount_code{width: 96% !important;}
/*#email{width: 79% !important;}*/



/***************footercss***********************************/
.footer_block {
    width: 60%;
    float: left;}
.footerblock {
    float: right;}
.footer_block_wrap {
    width: 96%;
    float: left;
    padding: 0px 2%;}
.footercontainer {
    max-width: 1170px;
    margin: 0px auto;
}
.footer2txt{width: 31.33333%;float: left; font-size:15px; font-family: 'robotolight';
	color:#FFF;
	padding:8px 0px ;     padding-right: 25px;}
.footer2txt.righttxt {
    text-align: center;     padding-right: 0px;}

/***************footercss***********************************/

/***************footercss***********************************/
.header{background-image:url(../images/headerbg.png); float: left; width: 100%; background-size: cover; background-position: center top;      position: relative;   z-index:999}
.container {
    max-width: 1170px;
    margin: 0px auto;     position: relative;
} 
.navbar {
    background: #5f207e;
    float: left;
    width: 100%;
}
.logo {
    width: 25%;
    float: left;
    text-align: center;
}
/*.bannercon
{
	max-width:1170px;
	height:135px;
	margin:0 auto;
	    background-image: url(../images/headerinnerbg.png);
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: left bottom;
}*/
.bannercon {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;}
.logo_header {
    width: 32%;
    float: left;
    text-align: left; position: relative;
    left: 55px;}
.center_img{float:left;}
/***************footercss***********************************/

/***************newcss***********************************/
.filedd #other-pickup, .filedd #other-dropoff{margin-top: 5px;}
.midcontent{
    background: #fff;}
.innermid{text-align: left !important;}
.innerrightcol{width: 100%; margin: 0px;}
.center_img a img{    vertical-align: bottom; max-width: 100%;}

/***************newcss***********************************/



.midcontent {
    width: 100%;
    text-align: center;
    float: left;     padding:25px 0px 50px;}
.caron_box {
    width: 20%;
    float: left;
    margin: 0px;
    box-shadow: inherit;
    text-align: center;
}
.caron_box .proddispcon {
    float: none;
    margin: 0px auto 10px;
    border: none;}
.caron_box a {
    font-family: 'robotobold';
    color: #000 !important;
    font-size: 13px;}

/***************searchcss***********************************/

.search_bg{  background-image: url(../images/formbg.jpg); float: left; width: 100%;     background-size: cover;}
.homeleftcol, .innerleftcol{display: none;}
.search_form{width: 100%; float: left; 
    margin: 0px 0px 0px 0px;     background: #bc93d075;
    padding: 30px 0px 0px 0px;}
.threecolum{width: 100%; float: none; padding: 0px 17px;}
.label_tile{color: #fff; font-size: 20px;   font-family: 'robotoregular'; margin: 0px 0px 5px 0px;}
.fieldwrap{width: 100%; float: left;}
.filedd{width: 31%; float: left; margin: 0px 1% 8px ;}
.filedd input[type="text"]{width: 95%; height: 40px; border-radius: 10px; padding: 0px 10px;  font-family: 'robotoregular'; border: none;}
.filedd select{ background-color:#fff; width: 100%; height: 40px; border-radius: 10px; padding: 0px 10px;  font-family: 'robotoregular'; border: none;}
.twofiled{width: 31%; float: left; margin: 0px 1% 8px ;}
.full input[type="text"]{width: 94%; height: 40px; border-radius: 10px; padding: 0px 7px;  font-family: 'robotoregular'; border: none;}
.full select{width: 100%; height: 40px; border-radius: 10px; padding: 0px 7px;  font-family: 'robotoregular'; border: none;}
.full{width: 48%; float: left;}
.full:last-child{float: right}
.continu_btn{width: 100%; text-align: right; display: inline-block; margin: 0px 0px 20px 0px;}
.filedd input[type="submit"]{display: inline-block;
    background: #5f217f; border:none;
    color: #fff; 
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'robotoregular'; 
    font-weight: bold; float:right; cursor:pointer}
.filedd input[type="button"]{display: inline-block;
    background: #5f217f; border:none;
    color: #fff; 
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'robotoregular'; 
    font-weight: bold; float:right; cursor:pointer; width:100%;}
.logowrap{width: 100%; float: left; background: rgba(255, 255, 255, 0.3686274509803922);     padding: 15px 0px; }

/*.logo{width: 25%; float: left; text-align: center;}*/
/***************searchcss***********************************/


.three_colum{width: 100%; float: left;     text-align: center;}
.three_columsingle{width: 33.33333%; float: none;}
.title {
    width:91.4%;
    float: left;
    background: #f8981d;    padding: 10px 0px 10px 30px;     border-radius: 10px 10px 0px 0px;     text-align: left;}
.title i {
    display: inline-block;
    vertical-align: top;}
.title span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    display: inline-block;
    font-family: 'robotoregular';
    font-weight: bold;}
.three_columsingle {
    width: 30.33333%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 1%;     border: 1px solid #ccc;
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
}
.three_columsingle.sec .title {
    background: #a57bb7;
}
.three_columsingle.third .title{ 
    background: #8bc400; }
.botm_div {
    width:94.3%;
    float: left;     text-align: left; padding: 10px 10px;}
.box{width: 100%; float: left; height: 200px; overflow: hidden; position: relative; text-align: left;}
.box img{position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; width: 100%; height: 100%;}
.boxtitle{ font-family: 'robotoregular'; font-size: 16px; text-transform: capitalize; color: #777; font-weight: bold;     float: left;
    width: 100%;
    padding: 10px 0px;}
.box_content{ font-family: 'robotoregular'; font-size: 14px; text-transform: capitalize; color: #777; }
.inputt{width: 100%; float: left;    margin: 19px 0px 0px 0px;}
.inputt select{width: 80%; float: left; font-family: 'robotoregular'; padding: 0px 10px; color: #000; font-size: 16px;
   border: 1px solid #ccc;  height: 30px;}
.inputt input[type="submit"]{    border: 1px solid #ccc;
    border-radius: 0px 10px 10px 0px;
    color: orange;
    font-size: 16px;
    background: transparent;
    height: 30px;
    border-left: 0px;     font-weight: bold;}
.hoverboxx{    height: 329px;}

.btn_circle {width: 100%; float: left; margin: 5px 0px;}
.btn_circle a span{color:#777; padding-right:2px}
.btn_circle a{    border: 1px solid #ccc;
    border-radius: 50px;
    color: orange;
    font-size: 16px;
    background: transparent;     font-weight: bold;
    font-family: 'robotoregular';
    width:88%;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 6px 0px 6px 20px;}

.heeight {
    float: left;
    width: 94%;
    text-align: left;
      height: 270px;
    padding: 40px 0px 0px 0px;     padding: 40px 10px 0px 10px;
}
.menuresponsive{display: none;}

#topmenu ul li img {
    width: 22px;
    height: 18px;}
#topmenu a strong {
    vertical-align: top;}

#topmenu a {
    vertical-align: top;}

.link_img img{max-width:100%;}
img{max-width:100%;}
.fullwidth{width:100%;}
.footer_block_wrap:last-child div div + div{display:inline-block}
.footer_block_wrap:last-child div div + div .networktxt{padding-left:0px;}

.left_div{    float: left;
    width: 48%;}
.right_div{  float: right;
    width: 48%;}
.left_div table{width:100%;}
.right_div table{width:100%;}
.fullbtn input[type="submit"]{width: 100%; margin: 0px;}
.formtitle {
    font-size: 20px;
    font-family: 'robotoregular';
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}
.faqans strong {
    font-size: 16px;}
.faqans li {
    font-size: 14px;}
.social_icon {
    float: right;
    margin:60px 0px 0px 0px;
}
.social_icon ul li {
    display: inline-block;     margin-right: 6px;
}
.social_icon ul li {
    display: inline-block;}
.social_icon ul li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;}
i.fa.fa-paper-plane {
   }
i.fa.fa-google-plus {
    background: #DC4E42;
}
i.fa.fa-twitter {
    background: #55ACEF;}
i.fa.fa-facebook {
    background: #3B5999;
}
i.fa.fa-whatsapp {
    background: #1E9E16;
}
.standard-spec {
	display: block;
    float: left;
    width: 100%;
}
form, form input, form select {
    font-size: 18px;
}
#lable_pick_up_time, #lable_dropoff, #lable_pickup, #lable_van_type, #lable_email, #error_data {
	color: rgb(255, 0, 0);
    font-size: 14px;
    background: #ffffffa8;
    font-weight: bold;
    font-family: sans-serif;
}
.footerlastchild {width:24%;}
.feat {
	width:49%;
	float:left;	
	border:1px solid #ccc;
}
.feat-icon {
	width:26px;
	height:26px;
	padding:1px 1px;
	float:left;
}
.feat-title {
	background:#ccc;
	font-size:12px;
	color:#000;
	padding:5px 5px;
	width:150px;
	width: 75px !important;
	float: left;
	line-height: 17px;
}
.feat-value {
	padding: 5px 5px;
	font-size: 15px;
	float: left;
	text-align: center;	
}
.feat-btn {
	background: #000;
    padding: 9px 15px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}
@media screen and (max-width: 490px) {
	.feat {
		width:100%;	
	}
}
#quote_frm input[type=text], #quote_frm select , #quote_frm textarea {
	width:100%;	
}