body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #efefef;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

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

li {
	list-style: none;
}

img, div, p {
	border: none;
	margin: 0;
}

h1 ,h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h3 ,h4 , h5 {
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

label.error {
    color: #fb3939;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-top: 0;
    padding-top: 0;
    height: 0px;
    line-height: 2em;
}

img {
	max-width: 100%;
}

.mobile-none {
    display: block;
}

/*----- common body ------*/

a, button, .dropdown, input[type=submit] {
     transition: color .2s ease-in,background .3s ease-in,border-color .2s ease-in; 
}

.divider {
	border-bottom: 1px solid #eaeaea;
	height: 1px; 
	margin: 40px 0 10px;
}

.noborder {
    border-bottom: none;
}

.sha-box {
	box-shadow: 0px 8px 10px rgba(50, 50, 50, 0.17)
}

.pad-zero {
	padding-left: 0;
	padding-right: 0;
}

.pad-right-zero {
	padding-right: 0;
}

.pad-left-zero {
	padding-left: 0;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.white-bg {
    background: #fff;
}

/*--------- Spans -------------*/

.span-3 {
	float: left;
	width: 25%;
}

.span-4 {
	float: left;
	width: 33.33%;
}

.span-6 {
	width: 50%;
	float: left;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

/*----------- Special Styles ---------*/

.wrapper {
	width: 1120px;
	margin: 0 auto;
}

.container, .containers {
	padding-left: 15px;
	padding-right: 15px;
}

/*------- Header Section --------*/

header {
	padding-bottom: 10px;
	background: #fff
}

.top-bar {
    background: #0000a0;
    /* height: 20px; */
    font-size: 11px;
    letter-spacing: 0.4px;
    line-height: 2.2;
    color: #c4d9ff;
    padding: 0 10px;
    font-weight: 500;
}

.top-bar-right span {
	padding-left: 15px;
}

.top-bar-right .top-bar-phone {
	color: #fff;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.nav-bar {
	background: #efefef;
    margin-top: 30px;
}

.nav-bar li {
	float: left;
}

.nav-bar li:hover {
    background: #bfbfbf;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: inherit;
}

.nav-bar li a {
    /* padding: 8px 13px; */
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 15px;
    display: block;
    color: #222;
}

.header-logo {
	float: left;
	padding: 10px 10px 0 0;
}

.header-area {
	padding-top: 30px;
	text-align: right;
	float: right;
}

.header-top .header-btn {
	padding: 6px 15px 8px;
    background: #0000a0;
    margin-right: 15px;
    color: #fff;
    font-weight: 600;
}

.header-top .header-btn:hover {
    background: #02274e;
}

.header-top .create-btn {
	background: #0de42f;
	margin-right: 0;
}

.slider {
	width: 100%;
	padding-bottom: 30px;
	background: url(../images/bg7s1.jpg);
	background-size: cover;
}

.rate-pan {
	padding-top: 40px;
    padding-left: 80px;
    width: 320px;
    overflow: hidden;
}

.rate-header {
	max-width: 20%;
    background: rgb(111, 123, 132);
    line-height: 2.35;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.rate-body {
	background: rgba(255, 255, 255, 0.91);
    width: 100%;
    padding: 15px 10px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.rate-body input[type="text"],
input[type="password"], 
input[type="email"], 
input[type="tel"], 
textarea, 
.credit-card-form-input, 
select {
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    letter-spacing: 0.4px;
    padding: 8px 10px 8px 7px;
    color: #111;
    width: 93%;
    background: #ffffff;
    font-weight: 300;
    border: 1px solid #bfbfbf;
}

.rate-body input[type="text"]:focus,
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
textarea:focus, 
select:focus {
    outline: none;
}
.rate-body .rate-group {
	margin-top: 25px;
}

.rate-body .rate-btn {
    /* margin-top: 0.7em; */
    margin-top: 0;
    width: 130px;
    height: 40px;
    border: 0;
    background: #005592;
    /* border-bottom: 3px solid #315396; */
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}

.rate-body label {
    color: #222;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}

/*---------- Home Area ---------*/

.content {
	width: 70%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content h1 {
	font-size: 21px;
    font-weight: 300;
    color: #222;
    margin: 10px 0;
}

.content p {
	padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    /* font-weight: 500; */
    color: #000;
    letter-spacing: 0.4px;
    line-height: 1.7;
}

.side-bar {
	width: 30%;
	float: right;
	padding-top: 36px;
    text-align: center;
}

.side-bar h2 {
	font-weight: 600;
    margin-bottom: 10px;
    color: #01448a;
}

.home-bester {
	margin-top: 45px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f7f7f7;
}

.home-bester .span-3 img {
	width: 110px;
    margin: 10px auto;
} 

.home-bester p {
	padding: 10px 10px;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-family: 'Open Sans',sans-serif;
    color: #000;
}

.home-features {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.home-features div {
	margin-top: 17px;
	margin-bottom: 17px;
}

.home-features span {
	padding-right: 53px;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.home-features i {
	color: #0095ff;
	padding-right: 6px;
}

.home-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
    margin-top: 30px;
}


.home-bar .home-bar-text {
    float: left;
    vertical-align: middle;
    font-size: 18px;
     font-weight: 400; 
    line-height: 2.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #222;

}

.home-bar .home-bar-btn {
    max-width: 300px;
    float: right;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #ffffff;
    background: #0de42f;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

.home-bar .home-bar-btn:hover {
    background-color: #00b1fc;
}

/*-------- Special Pages --------*/

.page-header, .page-headers {
	height: 70px;
    background: #212121;
    border-top: 3px solid #3076bf;
}

.page-header h3 , .page-headers h3 {
	padding-left: 15px;
    font-size: 21px;
    line-height: 3.4;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #c2ceda;
}

.content-seg p i {
    color: #0000f4;
    padding-right: 10px;
}
/*--------- Fleet Page --------*/

.ride-meta {
	margin-top: 25px;
    background: #f2f2f2;
    padding: 15px 10px;
    margin-bottom: 2em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.152em;
    letter-spacing: 0.4px;
    color: #111;
}

.ride-meta-one {
	width: 42%;
	float:left;
}

.ride-meta-two {
	width: 16%;
	float: left;
}

.ride-meta-third {
	width: 42%;
	float: left;
    text-align: right;
}

.crumb-from, .crumb-to, .crumb-fleet, .crumb-price {
    color: #fb2323;
    font-weight: 600;
    font-size: 14px;
}

.crumb-data {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
}

.ride-fleet {
	background: #f7f7f7;
	margin-top: 40px;
    padding: 20px 15px;
}

.rate-first {
	width: 20%;
}

.rate-first img {
	padding-top: 22px;
}

.rate-mid {
	width: 62%;
    padding-left: 24px;
}

.rate-third {
	width: 15%
}

.rate-mid-upper {
	margin-bottom: 20px;
}

.rate-ul {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.rate-mid ul li {
	float: left;
    width: 33%;
    text-align: center;
    border-left: 1px solid #eae4e4;
    padding: 8px 0;
}

.rate-mid ul li:nth-child(1) {
	border-left: none;
}

.fleet-sec .fleet-btn {
    width: 80%;
    margin: 42px auto;
    text-align: center;
    background: #01448a;
    border: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 1.2em;
    padding: 8px 10px;
    cursor: pointer;
}

.span-label {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    font-weight: 400;
}

.fleet-sec .span-rate {
    font-weight: 600;
    font-size: 1.1em;
    font-family: 'lato';
}

.fleet-sec .fleet-icon i {
    font-size: 22px;
}

.booking-success p {
    font-size: 1.07em;
    color: #333;
    line-height: 24px;
    letter-spacing: 0.27px;
    font-weight: 400;
    padding-bottom: 1em;
}

.wordpay-submit {
    background: #c30b14;
    padding: 8px 27px;
    margin-top: 14px;
    border: 1px solid #c30b14;
    border-bottom: 3px solid #861111;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
}

main {
    min-height: 100vh;
}
/*------- Detail Forms --------*/

.reg-form {
    padding-bottom: 30px;
}

.col-sm-12 h1 {
    border-bottom: 1px solid #ced1d4;
    color: #000;
    font-family: 'lato';
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.reg-group {
    margin-top: 2.2em;
}

.reg-form input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, .credit-card-form-input, select {
    display: block;
    width: 100%;
    padding: 10px 8px;   
    border: 1px solid #cecece;
    background: #fff;
    border-radius: 5px;
    font-size: 1.25em;
    letter-spacing: 0.4px;
    color: #333;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.reg-form input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #ef9595;
    background: #fff;
    outline: 0;
}

.reg-group .rate-btn {
    width: 100%;
    height: 48px;
    font-weight: 400;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #8a0c0c;
}

.reg-group .reg-title {
    margin-bottom: 0; 
    font-weight: 400;
    font-size: 1.25em;
    letter-spacing: 0.4px;
    position: relative;
    line-height: 50px;
    padding-right: 1.5em;
}

.select-style {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    background: #fff url("../images/select-arrow.png") no-repeat scroll right center;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.rate-group .rate-btn, .reg-group .rate-btn {
    margin-top: 0.7em;
    width: 130px;
    height: 40px;
    border: 0;
    background: #0f3282;
    /* border-bottom: 3px solid #315396; */
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}

.reg-group .rate-btn {
    width: 100%;
    height: 48px;
    font-weight: 400;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #080808;
}

/*-------Login Form ----------*/

.reg-group .label-required-field {
    position: absolute;
    color: #555;
    right: 20px;
    top: calc(50% - 5px);
    font-size: 1.3em;
    line-height: 100%;
    vertical-align: baseline;
    display: block;
    width: auto;
    height: 100%;
    z-index: 3;
    cursor: help;
}

/*------- Pickup Details Page ----*/

.pick-time .select-style {
    position: relative;
    width: 75px;
}

.wake-cash .select-style {
    position: relative;
    width: 70%;
}

.reg-form #hiddenRecaptcha {
    display: none;
}

select.error {
    border: 1px solid #fb3939;
}

.reg-form input[type="text"].error, select.error {
    border-color: #fb3939;
}

.select-style label {
    display: none;
}

.detail-form .select-style select {
    padding: 7px 7px;
    margin-top: 0;
    margin-bottom: 0;
}

/*-------- Date Picker -----*/

/*------- Date Picker -------*/

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
       -moz-transition: color 0.1s ease-in-out;
         -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
       -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
         -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

.ui-menu .ui-menu-item-wrapper{
    background:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size:13px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-width: 296px;
    font-weight: 600;
    
}

/*-------- Footer ---------*/

.footer-area {
	padding: 30px 0 20px;
    background: #1f1f1f;
    border-top: 4px solid #7d8792;
    font-size: 0.9em;
    position: relative;
}

footer p {
    color: #a09f9f;
    line-height: 24px;
    margin: 0 0 20px;
    letter-spacing: 0.2px;
}

footer .span-6 a {
	text-transform: uppercase;
}

.footer-area .span-6 p {
	padding-right: 20px;
}

footer h4 {
	font-size: 18px;
	font-weight: 400;
    color: #ccc;
}

.footer-credits {
	background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.footer-credits-left {
	float: left;
}

.footer-credits-right {
	float: right;
}


