﻿@charset "utf-8";


@font-face {
    font-family:Play-Regular;
    src:url(../font/Play-Regular.ttf)
}

html,body
{
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
	font-family:Play-Regular !important;	
}

hr{
    border-top: 1px solid #999;
}

button:focus{
	outline:0;
}

/* Scrollbar Color Start */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
	background-color:rgba(255,255,255,.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
	background-color:rgba(15, 120, 189,.2);
}

/* Scrollbar Color End */


/* Placeholder Color Start */

::-webkit-input-placeholder {
   color: #ffffff !important;
}

:-moz-placeholder {
   color: #ffffff !important;  
}

::-moz-placeholder {
   color: #ffffff !important;  
}

:-ms-input-placeholder {  
   color: #ffffff !important;  
}

/* Placeholder Color End */

a, .my-btn, button {
	color: #fff;
	
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}

.my-carousel{
	height:100%;
}

.carousel,.item,.active{
	height:100%;
}

.carousel-inner{
	height:100%;
}

.carousel-indicators li {
  
}

.carousel-indicators .active {
  background-color: #00b0eb !important;
  border:none;
}

.carousel-img-01{
	width:100%; 
	height:100%; 
	background:url(../images/carousel/01.jpg);
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.my-background{
	position:relative;
	width:100%; 
	height:90% !important; 
	background:url(../images/carousel/01.jpg);
	background-position:center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:auto;
}

.my-header{
	position: absolute;
    top: 0;
	width: 100%;
	background-color: rgba(255,255, 255, .75);
	border-bottom: rgba(0, 0, 0, 1) solid 1px;
	z-index:1;
}

.container{
	margin:auto;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.logo{
	padding: 5px 0px 2px 0px;
}

.header-nav{
	padding: 0px 0px 5px 0px;
}

.header-nav a{
	color:#000000;
	font-size:13px;
    font-weight:bold;
}

.header-nav span{
	color:#0fa551;
	font-weight:bold;	
}

.header-nav .nav-tel{
	display:none;	
}

.header-btns{
	text-align:right;
	list-style:none;
	padding: 16px 0px 6px 0px;
    margin: 0px;
    line-height: 20px;
}

.header-btns li{
	display:inline-block;
	padding:8px;
}

.header-btns li a{
    border: #ffffff solid 1px;
    border-radius: 4px;
    padding: 5px 16px;
    color: #ffffff;
    box-shadow: #666 1px 1px 2px;
    /*text-shadow: #666 2px 2px 1px;*/
    font-size: 14px;
    background-color: #0fa551;
    font-weight:bold;
}
.header-btns li.trackid a {
    border: 0px;
    padding: 0;
}
.header-btns a:hover{
	text-decoration:none;
	background-color: #000000;
    color:#ffffff;
}

.trackid {
    position: relative !important;
}

.logout{
	display:none !important;
}

.my-account{
	/*display:none !important;*/
}

.call-us-247{
	text-align:right;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-shadow: #666 1px 1px 2px;
	padding-right: 6px;
	/*margin-right: 87px;*/
}

.call-us-247 i{
	display:none;
	color:#0fa551;
}

.call-us-247 span{
	color:#0fa551;
}

.call-us-247 a{
	color:#000000;
	text-decoration:none;
}


.call-us-247 a:hover{
	color:#0fa551;
	text-decoration:none;
}


.my-footer{
	width: 100%;
	background-color:#000000;
	border-top: rgba(204, 204, 204, 0.25) solid 1px;
	color:#091a10;
	font-size:14px;
	padding:8px 0px;
	float: left;
}

.socail{
	list-style:none;
	padding:0px;
	margin:0px;
}

.socail li{
	display:inline-block;
	margin-right: 4px;
}

.socail li a{
	display: inline-block;
	color: #000000;
	background: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 2px;
	padding:4px;
}

.socail li a:hover{
	background: #fff;
	color: #888;
}

.copy-right{
	text-align:center;
    color:#ffffff;
}

.copy-right a {
    color: #ffffff;
    / display: block; /
}

.copy-right a:hover{
	color:#888;
	text-decoration:none;
	font-weight:bold;
}

.powered-by{
	text-align:right;
    color:#ffffff;
}

.powered-by a{
	color:#ffffff;
}

.powered-by a:hover{
	color:#888;
	text-decoration:none;
	font-weight:bold;
}

.my-content{
	position: absolute;
    top: 100px;
    bottom: 38px;
    width: 100%;
	overflow-y: auto;
}

.my-content > .container > h1{
	text-align:center;
	font-size: 56px;;
	color:#fff;
	margin-top:90px;
	text-shadow:#000 1px 1px 2px;
}


/* */

.get-quote{
	position: absolute;
    top: 115px;
    left: 50%;
	margin-left: -555px;
	
	-webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}

.select-fleet{
	/*display:none; Shamim*/
	position: absolute;
    top: 120px;
    right: 50%;
	margin-right: -555px;
	
	-webkit-transition: width 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, top 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, top 0.5s ease-in-out;
}

.sign-in-box, .create-account-box{
	position: absolute;
    top: 160px;
    left: 50%;
	margin-left: -175px;
	margin-bottom:70px;
	
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.corporate-account-box{
	position: absolute;
    top: 130px;
    left: 50%;
	margin-left: -550px;
	margin-bottom: 70px;
	
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}


.book-car-box{
	position: absolute;
    top: 120px;
    left: 50%;
	margin-left: -550px;
	margin-bottom: 100px;
		
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}


.profile-box{
	position: absolute;
    top: 120px;
    left: 50%;
	margin-left: -550px;
	margin-bottom: 60px;
	
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.terms-conditions-box{
	position: absolute;
    top: 160px;
    left: 50%;
	margin-left: -550px;
	margin-bottom:80px;
	
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.contact-us-box{
	position: absolute;
    top: 130px;
    left: 50%;
	margin-left: -550px;
	margin-bottom: 90px;
	
	-webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.get-quote, .fleet-box, .sign-in-box, .create-account-box, .book-car-box, .car-box, .profile-box, .terms-conditions-box, .contact-us-box,
.corporate-account-box{
	background-color: rgba(255, 255, 255, 0.75);
    border: #999 solid 1px;
    border-radius: 4px;
    box-shadow: #000 1px 1px 2px;
	width:350px;
	/*overflow:hidden; Shamim*/
}

.fleet-box{
	width:500px;
	margin-bottom: 15px;
	margin-right:25px;
}

.book-car-box{
	width:1100px;
}

.profile-box{
	width:1100px;
}

.contact-us-box{
	width:1100px;
}

.corporate-account-box{
	width:1100px;
}

.terms-conditions-box{
	width:1100px;
}
.get-quote > h1, .select-fleet > h1, .sign-in-box > h1, .create-account-box > h1, .book-car-box > h1,
.profile-box > h1, .terms-conditions-box > h1, .contact-us-box > h1, .corporate-account-box > h1{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-shadow:#222 1px 1px 2px;
	margin-top:15px;
    font-family: Play-Regular !important;
}

.terms-conditions-box > p{
    font-size: 16px;
    color: #000;
    margin-top: 0px;
	padding: 0px 15px;
}

.corporate-account-box  .ca-box{
	color: #fff;
    padding: 15px;
    font-size: 14px;
    background-color: rgba(39,32,32,0.75);
    border: #999 solid 1px;
    border-radius: 4px;
    margin: 16px 15px;
    box-shadow: #000 1px 1px 2px;
	/*text-align:justify;*/
	max-height: 115px;
    overflow-y: auto;
}

/* */


.clear-both{
	clear:both;
}

.clear-right{
	clear:right;
}


/* */

.my-input, .my-btn, .my-select, .my-textarea{
	width:100%;
	background-color:rgba(39,32,32,0.85);
	border:#999 solid 1px;
	border-radius:2px;
	padding:6px;
	line-height:18px;
	box-shadow:#000 1px 1px 2px;
	height: auto;
	color:#fff;
    font-size: 18px;
	
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.my-textarea{
	resize:none;
}

select{
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("../images/icon-arrow-down.png") no-repeat right #666;
	background-size: 15px;
	
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

select::-ms-expand {
    display: none;
}


.my-btn{
	background-color:#0fa551;
	color:#fff;
	padding:8px 6px;
	font-size:17px;
}

.my-btn-auto{
	width:auto;
}

.my-btn:hover{
	background-color:#2E2E2E;
	color:#ffffff;
}

.fix-46{
	float: right;
    width: 46px;
	padding: 0px 4px;
}

.fluid-46{
    margin-right: 46px;
	padding: 0px 4px;
	position:relative;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
}

.fluid-46-0{
    margin-right: 0px;
	padding: 0px 4px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
}

.fuild-4{
	float:left;
	width:50%;
	padding: 0px 4px;
	position: relative;
}

.fuild-baby{
	float:left;
	width:33.33%;
	padding: 0px 4px;
}

.calendear-div {
    width: 100%;
}

.calendar-btn-col {
    float: right;
    width: 39px;
    height: 36px;
    border-radius: 2px !important;
    border: #999 solid 1px !important;
    padding: 7px 0px;
    box-shadow: #000 1px 1px 2px;
}

.calendar-input-col{
    margin-right: 46px;
}

.adult-icon{
	background-image:url(../images/adult.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center left;
}

.b-pad{
	padding: 0px 4px;
	position:relative;
}

.my-pickup, .my-via, .my-destination, .my-date-time, .my-return-date-time, .my-pessenger-detail, .my-quote,
.my-username, .my-password, .my-login, .my-conf-password, .my-full-name, .my-mobile-no, .my-email, .my-register,
.my-oneway-retrun{
	padding:5px;
}

.b-icon{
	font-size: 14px;
    padding: 2px 5px;	
}

.my-via, .my-return-date-time{
	display:none;
}

.map-show-hide{
	/*display:none; Shamim*/
	position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -125px;
}

.map-show-hide-btn{
	width: 250px;    
	background-color: rgba(0,0,0,0.75);
    border: rgba(204, 204, 204, 0.25) solid 1px;
    border-bottom: 0px;
    color: #fff;
    padding: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	text-shadow:#000 1px 1px 2px;
	font-size: 18px;
	
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.map-show-hide-btn:hover{
	background-color: rgba(0, 0, 0, 0.45);
}


/* */


/* */



.f-pad{
	padding:10px;
}

.fleet-img{
	float:left;
	width:100px;
	height:100px;
}

.fleet-detail{
	margin-left:100px;
	height:100px;
}

.fleet-detail > h2{
	background-color:rgba(255, 255, 255, 0.35);
	margin:0px;
    font-size: 20px;
    text-align: center;
	text-shadow:#222 1px 1px 2px;
	padding:4px 0px;
	color:#000;
	font-weight:bold;
}

.f-icon-color{
	color:rgba(0, 0, 0, 0.65);
}

.pess-detail{
	padding: 11px 14px;
    line-height: 30px;
	font-size: 20px;
    color: #000;
}

.book-price{
	font-size:14px;
	padding:7px;
}

.multi-line-btn{
	line-height:22px;
}

.book-price > span{
	font-size:18px;
	font-weight:bold;
}

.fleet-br{
	display:none;
}

/* */


.book-car-form > h2{
	color:#fff;
	text-shadow:#000 1px 1px 2px;
	font-size:20px;
	margin: -5px 15px;
}

.book-car-form > .row{
    margin: 8px 15px;
}

.b-c-label{
	position: absolute;
    margin-left: 10px;
    margin-top: 6px;
	
	color: #fff;
    font-size: 18px;
    /*text-shadow: #000 1px 1px 2px;*/
}

.r-b-label{
	float: left;
    width: 160px;
    color: #fff;
    font-size: 18px;
    text-shadow: #000 1px 1px 2px;
}

.r-b-txt{
	font-size: 16px;
	/*font-style: italic;*/
    color: #fff;
    text-shadow: #000 1px 1px 2px;
    margin-left: 160px;
	padding-top:2px;
	word-wrap: break-word;
    display: run-in;
}

.r-b-label-email{
    width: 125px;
}

.r-b-txt-email{
    margin-left: 161px;
}

.r-b-label-air{
    width: 150px;
}

.r-b-txt-air{
    margin-left: 150px;
}

.w-wrap{
    word-wrap: break-word;
    display:run-in;
}

/*.fn-input{
	padding-left: 110px;
}*/

/*.mp-input{
	padding-left: 140px;
}*/

/*.email-input{
	padding-left: 70px;
}*/

/*.di-input{
	padding-left: 170px;
	resize:none;
}*/

/*.al-input{
	padding-left: 80px;
}*/

/*.fln-input{
	padding-left: 95px;
}*/

/*.af-input{
	padding-left: 130px;
}*/

.full-box{
	padding:0px;
}

.select-box{
	height:38px;
}


.mp-box{
	padding:0px 6px 0px 0px;
	position: relative;
}

.email-box{
	padding:0px 0px 0px 6px;
}


.margin-0{
	margin:0px;
}

.car-box{
	width:100%;
}

.car-pess-detail {
    padding: 19px 6px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
}

.car-detail {
    margin-left: 100px;
    height: 100px;
}

.car-detail > h2 {
	background-color: rgba(0, 0, 0, 0.5);
    margin: 0px;
    font-size: 20px;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
    padding: 4px 0px;
    color: #fff;
}

.car-price {
    font-size: 14px;
    padding: 7px;
}

.car-price > span {
    font-size: 18px;
    font-weight: bold;
}

.edit-journey{
	float: right;
    width: 90px;
    padding: 4px;
}

.journey-detail{
	/*margin-right:90px;*/
	color:#fff;
	text-shadow: #000 1px 1px 2px;
	line-height: 18px;
}

.j-col-1{
	float: left;
    width: 105px;
	padding: 4px;
    background-color: rgba(0,0,0,0.5);
	color:#fff;
	/*font-weight:bold;*/
	text-shadow: #000 1px 1px 2px;
}

.j-col-2{
	margin-left:105px;
	padding: 4px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	cursor:default;
    color: #000;
    text-shadow: none;
    font-weight: bold;
}



.jour-col{
	padding-left:6px;
}

.car-col{
	padding-right:6px;
}


.bot-link{
	padding: 10px;
	font-size:15px;
}

.bot-link .col-xs-6{
	padding:0px;
}


.bot-link a:hover{
	color:#fff ;
}


.booked-msg{
	font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
}

.ref-no{
	font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
}


.card-note{
	font-size: 20px;
	font-weight: bold;
    color: #f00;
    text-align: left;
    /*text-shadow: #000 1px 1px 2px;
	background-color: rgba(39,32,32,0.85);
    padding: 8px 0px 0px 0px;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;*/
}

/*.lcn-input{
	padding-left: 140px;
}*/

/*.ccv-input{
	padding-left: 90px;
}*/

.ed-input{
	padding-left: 120px;
}

.month-select{
	width:45%;
}

.year-select{
	width:45%;
	/*margin-left:8%;*/
}

.country-select{
	width:100%;
}





/* profile */


.profile-nav{
	margin: 15px -15px -15px -15px;
}

.profile-left-panel{
	float:left;
	width:200px;
	/*background-image:url(../images/pattern.png);*/
	background-color:rgba(0,0,0,0.75);
	border-right:#999 solid 1px;
	
	padding: 15px;
	/*padding-bottom:30px;*/
    
}

.profile-right-panel{
	/*margin-left:200px;*/
    float: left;
	width: 885px;
    /*padding: 15px;*/
}

.profile-right-panel > article{
    padding: 15px;
}

.profile-right-panel h1{
	font-size: 18px;
    color: #000000;
    text-shadow: #444 1px 1px 2px;
    margin: 0px;
}

.profile-nav-ul, .profile-bookings-nav-ul{
	padding: 0;
    margin: 0;
    list-style: none;
}

.profile-bookings-nav-ul{
	display:none;
}

#my-bookings{
	cursor:pointer;
}

.profile-nav-ul > li > a{
	display: block;
    background-color: rgba(0,0,0,0.75);
    padding: 6px 14px;
    font-size: 14px;
    color: #fff;
    border-bottom: #999 solid 1px;
}

.profile-nav-ul > li:first-child {
	border-top: #999 solid 1px;
}

.profile-bookings-nav-ul > li > a{
	display: block;
    background-color: rgba(0,0,0,0.25);
    padding: 6px 14px;
    font-size: 14px;
    color: #fff;
    border-bottom: #999 solid 1px;
}

.profile-nav-ul > li > a:hover, .profile-bookings-nav-ul > li > a:hover{
	background-color: rgba(45,59,83,0.5);
	text-decoration:none;
}

.my-field{
	padding-bottom: 12px;
    position: relative;
}

.my-field > .my-btn{
	width:50%;
}

.border-left{
	border-left:#999 solid 1px;
}

.border-right{
	border-right:#999 solid 1px;
}

.border-top{
	border-top:#999 solid 1px;
}

.border-bottom{
	border-bottom:#999 solid 1px;
}

.vertical-m{
	vertical-align: middle;
    margin: 0px !important;
}

.font-normal{
	font-weight:normal;
}

.menu-btn{
	display:none;
	background: #000;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.my-menu-btn{
	padding: 4px;
    cursor: pointer;
}


/* */

.booking-box{
	color: #fff;
    font-size: 16px;
    text-shadow: #000 1px 1px 2px;
	margin-bottom:15px;
}




.text-wrap{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.b-fare{
	font-size: 24px;
    padding: 6px 0px;
	text-align:center;
	margin-top: 6px;
}

.bl-btn{
	width: 48%;
	margin-top: 9px;
	font-size: 15px;
}

.br-btn{
	width: 48%;
    margin-left: 4%;
	font-size: 15px;
}

.b-br{
	/*display:none;*/
}

.b-location{
}

.loc-br{
	display:none;
}

.datetime-span{
	display:none;
}

.price-span{
	display:none;
}

article{
	min-height:465px;
}

.profile-right-panel > article  h1{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#000;
	/*text-shadow:#000 1px 1px 2px;*/
	margin-top:0px;
    font-family: Play-Regular;
    margin-bottom: 8px;
}

.profile-right-panel > article  h3{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-shadow:#555 1px 1px 2px;
	margin-top:0px;
    font-family: Play-Regular;
    margin-bottom: 8px;
}

.page-content{
	padding:15px;
}

.my-contact{
	padding:15px;
}

.page-content > h1{
	font-size:22px;
	font-weight:bold;
	color:#000000;
	/*text-shadow:#000 1px 1px 2px;*/
	margin-top:0px;
	font-family: Play-Regular !important;
}

.page-content > h2{
	font-size:26px;
	font-weight:bold;
	color:#000066;
	/*text-shadow:#000 1px 1px 2px;*/
	margin-top:0px;
	font-family: Play-Regular !important;
}

.page-content > p{
	font-size:18px;
	color:#000;
	/*text-shadow:#000 1px 1px 2px;*/
	margin-top:0px;
}

.page-content > ul{
	font-size:20px;
	color:#000;
	/*text-shadow:#000 1px 1px 2px;*/
	margin-top:0px;
    line-height: 30px;
}

.page-content > .fa-ul .fa-li{
	    top: 0.3em;
		color:#00AEEF;
}

.gmap{
	border: #333 solid 8px;
    border-radius: 4px;
}

.b-arrow{
	padding: 6px;
    text-align: center;
}

.my-arrow-btn{
	border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
	
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
	transition: all .25s;
	
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.my-arrow-btn:hover{
	color:rgba(219, 0, 14, 1);	
}

.route-map-details{
	display:none;
}

.route-map{
	border: #111 solid 4px;
    border-radius: 4px;
    overflow: hidden;
}

.booking-date > p{
	font-size:16px;
}

.booking-time-location > span, .booking-vehicle-driver > span{
	font-size:20px;
}

.booking-time-location > p, .booking-vehicle-driver > p{
	font-size:16px;
}

.pickup-color{
	color:#090;
}

.dropoff-color{
	color:#F00;
}

.route-line-height{
	line-height: 28px;
}

.corporate-form > .row > div {
    margin-bottom: 10px;
}

.my-corporate-reg-btn{
	width:50%
}

.contact-input-pad{
	margin-bottom:15px;
    position:relative;
}

.my-contact-form .my-textarea{
	height: 91px;
}

.contact-aadress{
    width: 100%;
    background-color: rgba(255,255,255,0.35);
    border: #FFF solid 1px;
    border-radius: 2px;
    padding: 8px;
    box-shadow: #000 1px 1px 2px;
    height: auto;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.contact-aadress h1{
	margin-top:6px;
	font-size: 20px;
    color: #000000;
    font-weight: bold;
    /*text-shadow: #000 1px 1px 2px;*/
}

.contact-aadress h2{
	margin-top:6px;
	font-size: 17px;
    color: #000000;
    font-weight: bold;
    /*text-shadow: #000 1px 1px 2px;*/
}

.contact-aadress p{
	font-size: 16px;
	font-weight:bold;
    color: #000;
    /*text-shadow: #fff 1px 1px 1px;*/
}

.contact-aadress p a{
	color:#000;
	word-wrap: break-word;
    display: run-in;
}

.contact-line-height{
	line-height: 26px;
}

.oneway-retrun-group{
	width:100%;
	padding:0px 4px;
	z-index:0;
}

.oneway-radio, .retrun-radio{
	width: 50%;
    color: #fff;
    border: #999 solid 1px;
	border-radius:3px;
    background-color: rgba(39,32,32,0.75);
	box-shadow:#000 1px 1px 2px;
	background-image:url(../images/uncheck.png) !important;;
	background-repeat:no-repeat !important;
	background-position: 20px !important;
    background-size: 20px !important;
    font-size: 18px !important;
}

.active{
	background-color:#0fa551 !important;
	color:#fff !important;
	box-shadow:#000 1px 1px 2px !important;
	background-image:url(../images/check.png) !important;;
	background-repeat:no-repeat !important;
	background-position: 20px !important;
    background-size: 20px !important;
}

.thanks-bg{
	background-color: rgba(39,32,32,0.75);
    /*padding: 25px 0px;*/
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
}

.thanks-fleet-details .fleet-img{
	width:156px;
}

.thanks-fleet-details .car-detail{
	margin-left: 156px;
    height: 156px;
}

.thanks-fleet-details .car-pess-detail {
    padding: 14px 6px;
    line-height: 49px;
    font-size: 21px;
}

.thanks-fleet-details .car-price {
    padding: 35px 2px;
}
.d-track{
	display:none !important;
	cursor:pointer;
}

.tracking {
    position: absolute;
    /*width: 350px;*/
    right: 0;
    top: -4px;
}
    /*top: 18px;
    position: absolute;
    margin-top: 0px;
    right: 377px;*/
}

.tracking-input-div {
    display: inline-block;
    vertical-align: top;
}

.track-br{
    display:none;
}

.tracking-input-1 {
    display: none;
    width: 140px;
    background: #000;
    padding: 3px;
    border: #fff solid 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-right: -5px;
    color: #fff;

    
    position: absolute;
    right: 72px;
    top: 2px;
}

.tracking-input-2 {
    display: none;
    width: 140px;
    background: #000;
    padding: 3px;
    border: #fff solid 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-right: -5px;
    color: #fff;

    
    position: absolute;
    right: 210px;
    top: 2px;
}

.tracking-btn {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 16px;
    border-radius: 4px;
    border: #fff solid 1px;
}

.tracking h3{
	display:none;
	margin-top:0px;
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
}

.track-close-btn{
	display:none;
	position: absolute;
    top: -12px;
    right: 10px;
    color: #44955d;
    font-size: 22px;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	cursor: pointer;
}
.input-group{
	z-index:0 !important;
}

.black-out{
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.75);
}

.map-border {
    border: #444 solid 2px;
    border-radius: 4px;   
    box-shadow: #666 1px 1px 2px; 
}

.personal-detail-form {
    padding-top: 15px;
}

.no-job {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 28px;
    top: 50%;
    margin-top: -32px;
}

.job-list {
    position: relative;
    overflow-y: auto;
    height: 500px
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 8px 0px;
}

.agree-trams-check {
    color: #000;
}


.booking-list {
    margin-right: 0px;
    margin-left: 0px;
}

.price-tag {
    background-color:#000000;
	color:#fff;
	padding:11px 6px;
	font-size:17px;

    border: #999 solid 1px;
    border-radius: 2px;
    box-shadow: #000 1px 1px 2px;
}

.cop-title {
    padding-left: 0px;
}

.cop-full-name {
    padding-right: 0px;
}


.box-img-col {
    float: left;
    width: 99px;
}

.box-text-col {
    margin-left: 99px;
    margin-right: 99px;
}

.box-btn-col {
    float: right;
    width: 99px;
}

.box-two, .box-three, .box-four, .box-five, .box-six, .box-seven {
    float: left;
    width: 33.33%;
    border: #454545 solid 1px;
    background-color: #585858;
}

.track-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding: 12px;
}

.track-text {
    margin-left: 60px;
    padding: 16px 2px;
    height: 60px;
    font-size: 18px;
    color: #fff;
}

.refresh-btn {
    width: 100%;
    height: 124px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #000000;
    border: none;
}

.refresh-btn:hover{
    background-color: #000;
}

.track-phone:hover {
   /*text-decoration: none;*/ 
    color: #fff;
}


.reg-forgot-link {
    color: #000;
}

.reg-forgot-link:hover {
    color: #000000 !important;
}


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-4px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
	background: url(../images/check_radio_sheet.png) -21px top no-repeat;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px rgba(64, 58, 58,1) inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

.padding-zero{
	padding:0px;
}

.meet-greet{
	margin:0px;
	line-height: 11px;
}

.meet-greet > strong{
	font-size:10px;
	color:red;
}

.card-btns-gb{
	padding-left: 0;
    padding-right: 6px;
}

.card-btns-bn{
    padding-right: 0px;
    padding-left: 6px;
}

/*.my-password{
	padding: 12px 5px;
}*/

.main-id-z-index{
	z-index:-1;
}

.return-txt{
    font-size: 12px !important;
    color: #FFEB3B;
}

.content {
    overflow: auto;
    position: relative;
    height: 455px;
}

.mCSB_dragger_bar, .mCSB_draggerRail{
	background-color: #000000 !important;
}

.main-toggle-fix{
    height:auto;
}

.route-detail-col p {
    color: #fff !important;
}

.tc-ol ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.tc-ol ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.1em;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.tc-ol ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
}

.tc-ol li ol > li {
	margin: 0;
	font-size: 16px;
    color: #000;
    font-weight: normal;
	text-align: justify;
}

.tc-ol li ol > li:before {
	content: counters(item, ".") " ";
}

.remove-margin-right {
    margin-right: 0 !important;
}
.fullbg_main{width: 100%;background:#fff !important;float:left;border-top:1px solid #757575;}

.welcomeDv{font-size:40px;color:#0a1b11;font-weight: bold;text-align:center;margin:40px 0; }

.welcomeDv p{font-size:20px;color:#2e2e2e;font-weight: normal;text-align:center;margin-bottom:10px; }

.welcomeDv span{font-size:24px;color:#2e2e2e;font-weight: normal;text-align:center;margin-bottom:10px; }

.ser-head-color {
    color: #142c1d;
	font-size: 25px;
    padding:10px 0px;
}
.FontSize14 {
    font-size: 16px;
}
.FontColorGray {
    color: #666;
}
.more_option{width: 100%;float:left;padding: 40px 0px;}

.corporate-account-box .my-select,
.corporate-account-box .my-input{
    height: 35px;
}

/*  booking Detail toggle    */

.bookingDetail-toggle .my-background{
    position: relative !important;
   height:750px !important;
}

.bookingDetail-toggle #map-canvas{
   height:750px !important;
}

.bookingDetail-toggle .book-car-box{
    position: static;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 80px;
    bottom:0px !important;
}

.bookingDetail-toggle .map-show-hide{
    bottom:0px !important;
}

/*  booking Payment toggle    */

.bookingPayment-toggle .my-background{
    position: relative !important;
   height:910px !important;
}

.bookingPayment-toggle #map-canvas{
   height:910px !important;
}

.bookingPayment-toggle .book-car-box{
    position: static;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 80px;
    bottom:0px !important;
}

.bookingPayment-toggle .map-show-hide{
    bottom:0px !important;
}

/*  booking Confirm toggle    */

.bookingConfirm-toggle .my-background{
    position: relative !important;
   height:700px !important;
}

.bookingConfirm-toggle #map-canvas{
   height:700px !important;
}

.bookingConfirm-toggle .book-car-box{
    position: static;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 80px;
    bottom:0px !important;
}

.bookingConfirm-toggle .map-show-hide{
    bottom:0px !important;
}
.contactUs .my-background {
    height: 760px !important;
}

.registerCorporate .my-background {
    height: 660px !important;
}

.register .my-background {
    height: 620px !important;
}
.warning-img-msg {
    width: 3%;
    float: left;
    margin-left: 10px;
}

div [ng-show="showHome"], div [ng-show="showAboutUs"], div [ng-show="showServices"], div [ng-show="showOurCars"], div [ng-show="showTerms"] {
    background-color: #eee;
}

.col-md-12.FontSize14.FontColorGray {
    padding-bottom: 25px;
}

/*.my-quote .my-btn {
    background-color: #001f80;
}
.my-quote .my-btn:hover {
    background-color: #000000;
}*/
/*.my-quote .my-btn:disabled {
    background-color: #001f80;
    color:#ffffff;
}
.my-quote .my-btn:disabled:hover {
    background-color: #000000;
    color:#ffffff;
}*/

/*.contact-input-pad input[type="submit"] {
    background-color: #001f80;
}
*/
.contact-input-pad input.my-btn:disabled {
    color: #ffffff;
}

.whatsapp-btn{
    position: fixed;
    display: block;
    bottom: 50px;
    right: 20px;
}

.whatsapp-btn:hover{
    bottom: 55px;
    transition:ease-in-out 200ms;
}

.whatsapp-btn img{
    width:55px;
    height:auto;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.hover-gallery:hover .hg-contant{
	opacity:1;
	
}

.hover-gallery {
	text-align: center;
	margin-bottom:20px;
}

.hg-body {
	position: relative;
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
}

.hg-contant {
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	background: rgba(0,0,0,75%);
	opacity: 0;
	transition: all 1s;
	padding: 40px;
}

.hg-contant p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	margin:0;
}

.hg-contant a:nth-child(2) {
    display: block;
    font-size: 18px;
    padding: 5px 0px;
}

.hg-contant a:nth-child(3){
	display: inline-block;
    font-size: 20px;
    padding: 5px;
	background:#ffffff;
	color:#000000;
}

.hg-contant a:nth-child(2):hover{
	color:#0fa551;
}

.hg-contant a:nth-child(3):hover{
	color:#0fa551;
	text-decoration:none;
}


.hg-footer {
	background: #0fa551;
	font-size: 18px;
	color: #ffffff;
	font-family: Play-Regular;
	font-weight: bold;
	padding:6px;
}