
body{
	background-color:#F4E9E9;
	font-family: 'Roboto', sans-serif;
	color:#000;
	transition:0.3s;
}

a, a:hover, a:focus{
	color:#23BED4;
	transition:0.3s;
	text-decoration:none;
}
a,a:hover, a:focus{
	color:#fff;
}
h1,h2{
	font-family: 'Roboto', sans-serif;
}

h4,h5{
	font-family:'Roboto', sans-serif;
}

.logo{
	padding-top:40px;
	text-align:center;
	background-color:#fff;
}

.contact{
	text-align: right;
    font-size: 25px;
    font-weight: bold;
	color: #23BED4;
	background-color:#fff;
	padding-bottom:20px;
}

.navbar-default{
	border-radius: 0;
    border: none;
    background-color:#373435;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	z-index:16;
}

.navbar-default .navbar-nav > li > a{
	font-size: 18px;
    color: #fff;
    transition: 0.3s;
    line-height: 1.8;
    padding: 10px 12px;
}

.navbar-default .navbar-nav > li > a.last-child{
	border-right:none;
	box-shadow:none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #fff;
    background-color: #23BED4;
}

.nav > li > a > img{
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
	border-radius:100px;
}

.dropdown-menu{
	padding: 10px 0;
    border-radius: 2px;
}

.dropdown-menu .divider{
	margin:0;
}

.dropdown-menu > li > a{
	padding:5px 0;
}

.dropdown-menu > li > a i{
	width:20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color: #23BED4;
    background-color: transparent;
}

.navbar .navbar-toggle{
    border-color: transparent;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus{
    background-color: transparent;
}

.navbar .navbar-toggle .icon-bar{
    background-color: #fff;
}

.panel-default{
    margin: 0;
    border-radius: 3px;
    box-shadow: none;
    border-color: #ddd;
    padding: 30px;
	margin-bottom:30px;
}

.overflow-hidden{
	overflow:hidden;
}

.form-control, .form-control:focus{
    height: 40px;
	font-size:16px;
	border:none;
    border-radius: 2px;
    box-shadow: none;
	transition:0.3s;
	padding:10px;
}

textarea.form-control{
    height: auto!important;
}

.btn{
	height: 40px;
    font-size: 16px;
	line-height:1.5;
	text-transform: uppercase;
	border-radius:2px;
	transition:0.3s;
	padding: 8px 20px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #23BED4;
	border-color: #23BED4;
}

.btn-success{
	background-color: #01BA13;
	border-color: #01BA13;
}

.btn-success:hover, .btn-success:focus{
	background-color: #FFFFFF;
	border-color: #01BA13;
	color: #01BA13;
}

.btn-info{
	background-color: #0069CA;
	border-color: #0069CA;
}

.btn-info:hover, .btn-info:focus{
	background-color: #B794EE;
	border-color: #0069CA;
	color: #0069CA;
}

.btn-warning{
	background-color: #373435;
	border-color: #373435;
}

.btn-warning:hover, .btn-warning:focus{
	background-color: #390C81;
	border-color: #373435;
	color: #373435;
}

.btn-danger{
	background-color: #E6343A;
	border-color: #E6343A;
}

.btn-danger:hover, .btn-danger:focus{
	background-color: #B498E1;
	border-color: #E6343A;
	color: #E6343A;
}

.alert{
	padding:10px;
	border-radius:2px;
	margin-top:2px;
}

.alert-success{
    color: #FFFFFF;
    background-color: #01BA13;
    border-color: #01BA13;
	text-align:center;
	padding: 30px;
}
.alert-success i{
	font-size:60px;
}

.alert-info{
    color: #B794EE;
    background-color: #0069CA;
    border-color: #0069CA;
}

.alert-warning{
    color: #390C81;
    background-color: #373435;
    border-color: #373435;
}

.alert-danger{
    color: #B498E1;
    background-color: #E6343A;
    border-color: #E6343A;
}

.checkbox{
	padding-left: 0;
}

.checkbox label{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after{
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"]{
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after{
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after{
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label{
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before{
  background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before{
	border-radius: 50%;
}

.checkbox.checkbox-inline{
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before{
	background-color: #23BED4;
	border-color: #23BED4;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after{
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before{
	background-color: #23BED4;
	border-color: #23BED4;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after{
	background-color: #fff;
}

.radio{
	padding-left: 20px;
}
.radio label{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.radio label::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after{
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"]{
	opacity: 0;
	z-index: 1;
}

.radio input[type="radio"]:focus{
	outline:none;
}

.radio input[type="radio"]:focus + label::before{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label{
	opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before{
	cursor: not-allowed;
}

.radio.radio-inline{
	margin-top: 0;
}

.radio-primary input[type="radio"] + label::after{
	background-color: #23BED4;
}

.radio-primary input[type="radio"]:checked + label::before{
	border-color: #23BED4;
}

.radio-primary input[type="radio"]:checked + label::after{
	background-color: #23BED4;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after{
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before{
	color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after{
	color: #fff;
}

ul, ol{
	list-style: none;
    margin: 0;
    padding: 0;
}

.ad-price{
	margin: 5px -10px 5px -10px;
    line-height: 1.5;
    background-color: #eee;
    border-radius: 4px;
}

.ad-price-cell{
    height: 4em;
    line-height: 4em;
    vertical-align: middle;
}

.ad-price-cell p{
    font-size: 19px;
}

.ad-text-4 p{
    color: black;
}

.ad-text-small{
    font-size: 18px;
    margin: 0;
}

.ad-footnote{
    margin: 5px -10px 5px -10px;
    height: 4em;
    line-height: 2em;
}

.intro-panel{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    text-align: left;
    height: 700px;
}

@media(max-width:768px){
.intro-panel{
	background-size: auto;
	width:100%;
	background-position: center bottom;
	height:500px;
}
}

.intro-panel h1{
	font-size: 80px;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 2px #333;
    margin-bottom: 10px;
	animation-delay: 0.8s;
}

@media(max-width:768px){
.intro-panel h1{
	font-size: 40px;
}
}

.intro-panel h4{
	font-size: 40px;
    color: #F4E9E9;
    font-weight: 900;
    text-shadow: 0 2px 2px #333;
    margin: auto;
    margin-bottom: 100px;
	animation-delay: 1s;
}

@media(max-width:768px){
.intro-panel h4{
	font-size: 20px;
}
}

.intro-panel .btn{
	padding: 15px 50px;
    font-size: 20px;
    border: 5px solid;
    text-transform: uppercase;
	height:auto;
	animation-delay: 1.2s;
}

@media(max-width:768px){
.intro-panel .btn{
	padding: 14px 40px;
    font-size: 16px;
}
}

.slideShow-panel{
	height:700px;
	overflow:hidden;
}

.slideShow-panel .slideShow{
	margin:-1px;
}

.slideShow-panel .slideShow .slide .fill{
	height: 700px;
    width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.slideShow-panel .slideShow .slick-dots{
    top: 20px;
    right: 20px;
    text-align: right;
	bottom:auto;
}

.slideShow-panel .slick-dots li button{
        border: 3px solid #fff;
}

.slideShow-panel .slideShow .slick-dots li.slick-active button{
    background-color: #23BED4;
}

.slideShow-panel .slideShow .slick-caption{
	padding-top:50px;
	text-align:left;
	text-shadow:none;
}

.slideShow-panel .slideShow h1{
	font-size: 80px;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 2px #333;
    margin-bottom: 10px;
	animation-delay: 0.8s;
}

@media(max-width:768px){
.slideShow-panel .slideShow h1{
	font-size: 40px;
}
}

.slideShow-panel .slideShow h4{
	font-size: 40px;
    color: #F4E9E9;
    font-weight: 900;
    text-shadow: 0 2px 2px #333;
    margin: auto;
    margin-bottom: 100px;
	animation-delay: 1s;
}

@media(max-width:768px){
.slideShow-panel .slideShow h4{
	font-size: 20px;
}
}

.slideShow-panel .slideShow .btn{
	padding: 15px 50px;
    font-size: 20px;
    border: 5px solid;
    text-transform: uppercase;
	height:auto;
	animation-delay: 1.2s;
}

@media(max-width:768px){
.slideShow-panel .slideShow .btn{
	padding: 14px 40px;
    font-size: 16px;
}
}

.main-heading{
	margin-top: 0;
    font-size: 35px;
	color:#373435;
	letter-spacing:1px;
	margin-bottom:30px;
}

.services{
	overflow:hidden;
}

.services .service{
	background-color: #fff;
    box-shadow: 0 0 0 #ccc, 0 0 8px 0px #ddd;
	margin-bottom: 30px;
}

.services .service img{
	width:100%;
}

.services .service h4{
	font-weight:600;
	padding:0 20px;
}

.services .service p{
	padding:0 20px 20px;
}

.our-team{
	margin-top: 70px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #373435;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 350px;
}

.our-team h5{
	font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.our-fleets{
	overflow:hidden;
}

.our-fleets .col-md-4{
	padding:10px;
}

.our-fleets .fleet{
	background-color: #fff;
    box-shadow: 0 0 0 #ccc, 0 0 2px 0px #ddd;
    padding: 20px;
}

.our-fleets .fleet img{
	width:100%;
}

.our-fleets .fleet .overly{
    position: relative;
}

.our-fleets .fleet .maximiz{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    line-height: 16;
    transition: 0.2s;
	opacity: 0;
	color: #fff;
    padding: 50px;
}

.our-fleets .fleet .maximiz:hover{
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.our-fleets .fleet .maximiz h5{
	background-color: rgba(0, 0, 0, 0.6);
    padding: 8px;
    border-radius: 3px;
}

.our-fleets .fleet .maximiz h5 i{
	background-color: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    line-height: 1.5;
    text-align: center;
    margin-right: 10px;
}

.our-fleets .fleet .maximiz h5 span{
	float: right;
    font-weight: bold;
}

.subscribe{
	padding:200px 0;
	background-color:#373435;
	text-align: center;
	margin-bottom: -181px;
    margin-top: 70px;
	overflow:hidden;
	color:#000;
}

@media(max-width:768px){
.subscribe{
	padding:100px 30px;
}	
}

.subscribe h1 i{
	font-size:150px;
}

@media(max-width:768px){
.subscribe h1 i{
	font-size:50px;
}
}

.subscribe h1{
	font-size: 45px;
    margin-bottom: 20px;
}

@media(max-width:768px){
.subscribe h1{
	font-size:25px;
}
}

.subscribe h5{
	font-size: 24px;
    margin-bottom: 50px;
}

@media(max-width:768px){
.subscribe h5{
	font-size:16px;
}
}

.subscribe .form-control{
	padding: 30px 20px;
    box-shadow: none;
    border: none;
    font-size: 16px;
    width: 450px;
    margin-right: 10px;
}

@media(max-width:768px){
.subscribe .form-control{
	width: 100%;
    padding: 20px 15px;
    font-size: 14px;
}
}

.subscribe .btn{
	padding: 15px 50px;
    font-size: 16px;
	border: 5px solid;
	height:auto;
}

@media(max-width:768px){
.subscribe .btn{
	padding: 10px 20px;
    width: 100%;
}
}

.ad{
	background-color: #fff;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
	margin: 20px 0;
}

.no-results-found{
	padding: 100px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #ddd;
}

.contact-details p{
	margin:30px 0;
}

.contact-details ul li{
	display: block;
    margin-bottom: 10px;
    color: #888;
    font-weight: 500;
}

.contact-details ul li i{
    background-color: #23BED4;
    /*background-color: #E78E00;*/
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    margin-right: 8px;
    width: 19px;
    height: 20px;
    font-size: 12px;
    text-align: center;
}

.contact-details .social-profiles a img{
	margin-right:8px;
	margin-bottom:8px;
	width:30px;
	border-radius:3px;
}

.contact-details .map-container{
	margin-top:10px;
	background-color:#fff;
	height:200px;
	overflow: hidden;
	border-radius:3px;
}

.contact-details .map-container #map{
	width:100%;
	height:367px;
	margin-top:-50px;
}

.pac-container{
	background-color: #FFF;
	z-index: 1050!important;
	position: fixed;
	display: inline-block;
	float: left;
}

.pac-container:after{
    height: 25px;
}

.account-panel{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0 400px 0;
    margin-bottom: -180px;
}

.form-body{
	background-color:#373435;
	padding:30px;
	border-radius:3px;
}

.form-body h1{
	color:#fff;
	margin-top: 0;
    margin-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 30px;
}

.home-booking-panel .btn-route-result, .home-booking-panel .btn-route-result:hover{
	display:none;
    background-color: transparent;
    border: none;
    box-shadow: none;
	font-size:20px;
	outline:none;
	color:#fff;
}

.booking-panel{
	background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 225px;
    margin-bottom: -180px;
}

@media(max-width:990px){
.booking-panel .form-body{
	margin-bottom:30px;
}
.booking-panel .form-body .btn-primary{
	margin-bottom:15px;
}
}

.booking-panel .map-container{
	opacity: 0;
    height: 0;
	background-color:#fff;
	overflow: hidden;
	border-radius:3px;
}

.booking-panel .map-container-show{
	height:600px;
	opacity:1;
	margin-top: 15px;
}

.booking-panel .map-container #map{
	width:100%;
	height:652px;
	margin-top:-50px;
}

.booking-panel .home-map-container{
	height:385px;
}

.booking-panel .fleets-list li{
	border-bottom:1px solid #ddd;
}

.booking-panel .fleets-list li a{
	font-size:18px;
	line-height:3;
	cursor:pointer;
}

.booking-panel .fleets-list li a img{
	width:40px;
	border-radius:100px;
	margin-right:10px;
}

.booking-panel .fleets-list li a .fare{
	float:right;
    font-weight: bold;
}

.booking-panel .fleets-list li a .fare .radio.radio-inline{
	margin-top: -5px;
    margin-left: 5px;
}

.route-result{
	display:none;
	background-color: rgba(255, 255, 255, 0.2);
    padding: 30px 20px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 15px;
}

.route-result .fa-times{
	display:none;
	float: right;
	margin-top: -45px;
    color: red;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    line-height: 1.6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.route-result .result i{
	width:30px;
}

.route-result .result span{
	float:right;
}

.route-result .result span i{
	width:auto;
}

.btn-close-result{
	cursor:pointer;
}

.bottom-booking-details .airport-transfer, .bottom-booking-details .door-to-door{
	background-color: #fff;
    padding: 20px;
	font-weight:bold;
	margin-top:30px;
	border-radius:4px;
}

.bottom-booking-details .airport-transfer h3, .bottom-booking-details .door-to-door h3{
	margin:0 0 10px;
	color: #23BED4;
}

.bottom-booking-details .airport-transfer h3 i{
	float: right;
    font-size: 75px;
}

.bottom-booking-details .private-hire{
	background-color: #000;
    color: #fff;
    padding: 18px 20px;
    margin-top: 15px;
    text-align: center;
	font-weight:bold;
	border-radius:4px;
}

.booking-details .fleet-img{
	width:100%;
	margin-bottom:23px;
}

.booking-details .form-group{
	margin-bottom:5px;
}

.booking-details .form-group p{
	margin-bottom:0;
}

.booking-details .form-group:last-child{
	margin-bottom:0;
}

.booking-details .form-group .form-control{
	display: inline-table;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 5px;
}
	
.booking-details .btn-group{
	width:100%;
}

.booking-details .btn-group > .btn{
	line-height: 1.2;
    font-size: 18px;
    height: 45px;
	background-color: #009cde;
	border: 1px solid #009cde;
    color: #fff;
}

.booking-details .btn-group > .btn:first-child{
	width:85%;
}

.booking-details .btn-group > .btn:first-child b{
	margin-right:8px;
}

.booking-details .btn-group > .btn:last-child{
	width:15%;
	border-left:1px solid #fff;
	line-height:2;
}

.inputFieldError{
	background-color:#E6343A!important;
}
	
.profile-panel{
	padding-top:50px;
}

.profile-panel .panel.profile-menu .list-group-item{
	border: 1px solid #ddd!important;
    border-radius: 2px;
    margin-bottom: 8px;
}

.profile-panel .panel.profile-menu .list-group-item a i{
	width:20px;
}

.profile-panel .panel.book-now{
	background-size:cover;
	padding:40px 30px 20px;
	text-align:center
}

.profile-panel .panel.book-now h4{
	font-weight:600;
	margin-bottom:60px;
	color:#fff;
    line-height: 1.5;
    font-size: 28px;
    text-shadow: 0 4px 1px #333;
    font-weight: 800;
}

.profile-panel .give-us-feedback{
	background-color:#fff;
	text-align:center;
}

.profile-panel .give-us-feedback img{
	max-height:60px;
	width:100%;
}

.profile-panel .give-us-feedback h4{
	font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}

.profile-panel .give-us-feedback h2{
	font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.profile-panel .panel.user-stats .user-dp{
	border-radius:100%;
	margin:auto;
	width:100%;
}

@media(max-width:990px){
.profile-panel .panel.user-stats .col-md-9{
	padding-left:0;
}
}

.profile-panel .btn-dp{
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 2.1;
    border-radius: 100px;
    text-shadow: none;
    transition: 0.3s;
}

.profile-panel .panel.user-stats p{
	margin-bottom:5px;
}

.profile-panel .panel.user-stats p i{
	width: 22px;
    height: 22px;
    background-color: #23BED4;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    border-radius: 100px;
    margin-right: 8px;
}
	
.profile-panel .panel.user-stats .total-bookings{
	float: right;
    margin-top: -136px;
}	

.profile-panel .panel.user-stats .total-bookings i{
	float: left;
    width: 40px;
    height: 40px;
    background-color: #23BED4;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    border-radius: 100px;
    margin-right: 10px;
}

.profile-panel .panel.user-stats .total-bookings h5, .profile-panel .panel.user-stats .total-bookings h1{
	float:right;
}

.profile-panel .panel.user-bookings{
	min-height:619px;
}

.profile-panel .panel.user-bookings .booking{
	display:none;
	border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
	border-radius:2px;
}

@media(min-width:990px){
.profile-panel .panel.user-bookings .booking .col-md-10{
	padding-left:0;
}
}

.profile-panel .panel.user-bookings .booking .fleet-image img{
    border-radius: 100%;
    margin: auto;
	width:100%;
}

.profile-panel .panel.user-bookings .booking .booking-details h3{
	margin-top:10px;
}

.profile-panel .panel.user-bookings .booking .booking-details h5 b{
	margin-right:10px;
}

.profile-panel .panel.user-bookings .booking .booking-fare{
	text-align:right;
}

.profile-panel .panel.user-bookings .booking .booking-fare h4{
	font-weight:900;
}

.profile-panel .panel.user-bookings .booking .booking-fare .btn{
	width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 1.7;
	margin-right:5px;
}

.btn-load-more{
	display:none;
	margin-top:30px;
}

.modal-open{
    overflow-y: scroll;
	padding-right: 0!important;
}

@media (min-width: 768px){
.modal-dialog{
    margin: 50px auto;
}
}

.modal-backdrop{
	background-color: #8A6D3B;
}

.modal-backdrop.in{
	opacity:0.9;
}

.modal-content{
	border-radius:3px;
}

.modal-header{
    padding: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    text-transform: uppercase;
}

.modal-header .close{
    margin-top: -20px;
    margin-right: -15px;
    opacity: 1;
	color:#E2252B;
}

.modal-body{
	background-color: #fbfbfb;
	padding:30px;
}
.modal-footer{
    padding: 30px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.jq-ry-container{
	margin:auto;
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.jq-ry-container[readonly=readonly]{
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper{
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.panel-feedback{
	min-height:600px;
}

.panel-feedback .feedback{
	display:none;
	border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.panel-feedback .feedback img{
	border-radius: 100%;
    width: 100%;
}

@media(min-width:990px){
.panel-feedback .feedback .feedback-body{
	padding-left:0;
}
}

.panel-feedback .feedback .feedback-body h2 small{
	font-size:55%;
	color:#999;
}

.panel-feedback .feedback .feedback-body .star-rattings{
	margin: 10px 0;
}

.home-booking-panel-bg{
	background-color: #23BED4;
	background-size:cover;
	background-position: center;
	padding:100px 50px;
	border-radius: 4px;
	/*box-shadow: 0 0 0 1000px rgba(153, 0, 0, 0.3) inset;*/
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color:#fff;
}

.emailNote, .fareNote, .conformNote{
	margin-top: 5px;
    color: red;
    font-size: 15px;
    font-weight: 500;
}

footer{
    background-color: #373435;
    color: #fff;
    margin-top: 180px;
	padding: 20px 0;
}

.scroll-to-top{
	display:none;
	position: fixed;
    z-index: 2000;
    bottom: 10px;
    right: 13px;
    font-size: 20px;
    height: 45px;
    width: 45px;
    padding: 2px;
    border: 3px solid #fff;
	border-radius:100px;
}