﻿@charset "utf-8";


@font-face {
    font-family: Play-Regular;
    src: url(../font/Play-Regular.ttf);
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0C0C0C;
}

body {
    font-family: Play-Regular !important;
}

hr {
    border-top: 1px solid #999;
}
.edit-padding {
    padding:20px !important;
}
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(221, 153, 51,.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(219,0,14,.2);
}

/* Scrollbar Color End */


/* Placeholder Color Start */

::-webkit-input-placeholder {
    color: #888 !important;
}

:-moz-placeholder {
    color: #888 !important;
}

::-moz-placeholder {
    color: #888 !important;
}

:-ms-input-placeholder {
    color: #888 !important;
}

/* Placeholder Color End */

a, .my-btn, button {
    color: #91ca49;
    -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: 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;
    overflow: auto;
}

.my-header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-bottom: rgba(204, 204, 204, 0.25) 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: 10px 0px 2px 0px;
}

.header-nav {
    padding: 0px 0px 12px 0px;
}

    .header-nav a {
        color: #3fa7ce;
        font-size: 14px;
        font-weight:bold;
    }

    .header-nav span {
        color: #91ca49;
        font-weight: bold;
    }

    .header-nav .nav-tel {
        display: none;
    }

.header-btns {
    text-align: right;
    list-style: none;
    padding: 16px 0px 6px 0px;
    margin: 0px;
}

    .header-btns li {
        display: inline-block;
        padding: 8px;
    }

        .header-btns li a {
            border: #3fa7ce solid 1px;
            border-radius: 4px;
            padding: 5px 16px;
            color: #fff;
            /*box-shadow: #000 1px 1px 1px;*/
            /*text-shadow: #000 2px 2px 1px;*/
            font-size: 14px;
            background-color: #3fa7ce;
            font-weight:bold;
        }

        .header-btns li.trackid a {
            border: 0px;
            padding: 0;
        }

    .header-btns a:hover {
        text-decoration: none;
        border: #91ca49 solid 1px;
        background-color: #91ca49;
        color: #000;
    }

.trackid {
    position: relative !important;
}

.logout {
    display: none !important;
}

.my-account {
    /*display:none !important;*/
}

.call-us-247 {
    text-align: right;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    padding-right: 6px;
    /*margin-right: 87px;*/
    /*margin-top: 15px;*/
}

    .call-us-247 i {
        /*display: none;*/
        color: #3fa7ce;
    }
    
    .call-us-247 .fa-stack {
        font-size:16px;
    }

    .call-us-247 span {
        color: #3fa7ce;
    }

    .call-us-247 a:hover {
        color: #3fa7ce;
        text-decoration: none;
    }


.my-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-top: rgba(204, 204, 204, 0.25) solid 1px;
    color: #fff;
    font-size: 14px;
    padding: 8px 0px;
}

.socail {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .socail li {
        display: inline-block;
        margin-right: 4px;
    }

        .socail li a {
            display: inline-block;
            color: #000;
            background: #fff;
            width: 22px;
            height: 22px;
            text-align: center;
            border-radius: 2px;
            padding: 4px;
        }

            .socail li a:hover {
                background: #3fa7ce;
                color: #fff;
            }

.copy-right {
    text-align: left;
    color:#000;
    font-weight:bold;
}

    .copy-right a {
        color: #000;
    }

        .copy-right a:hover {
            color: #3fa7ce;
            text-decoration: none;
            font-weight: bold;
        }

.powered-by {
    text-align: right;
    color: #000;
    font-weight: bold;
}

    .powered-by a {
        color: #000;
    }

        .powered-by a:hover {
            color: #3fa7ce;
            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: 140px;
    margin-bottom: 60px;
    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: 140px;
    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: 160px;
    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.90);
    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: #3fa7ce;
        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 > p {
    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: 92px;
    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;
    height: 76px;
}

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: #3fa7ce;
    color: #fff;
    padding: 8px 6px;
    font-size: 18px;
    font-weight:bold;
}

.my-btn-auto {
    width: auto;
}

.my-btn:hover {
    background-color: #000;
}

.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: fixed;
    left: 50%;
    bottom: 37px;
    margin-left: -125px;
}

.map-show-hide-btn {
    width: 250px;
    background-color: rgba(63, 167, 206, 0.65);
    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(63, 167, 206, 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: #3fa7ce;
        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: 18px;
    padding: 7px;
    font-weight: bold;
    padding: 14px 8px !important;
}

.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-break: break-all;
}

.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: center;
    /*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: #DB000E;
        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(63, 167, 206, 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: 31%;
    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: #db000e;
    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: #3fa7ce;
    /*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: #db000e;
    /*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: 16px;
    color: #000;
    /*text-shadow:#000 1px 1px 2px;*/
    margin-top: 0px;
}

.page-content > ul {
    font-size: 16px;
    color: #000;
    /*text-shadow:#000 1px 1px 2px;*/
    margin-top: 0px;
    line-height: 28px;
}

.page-content > .fa-ul .fa-li {
    top: 0.3em;
    color: #B8063B;
}

.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;
}

.via-color {
    color: #ff8d00;
}

.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: #DB000E;
        font-weight: bold;
        /*text-shadow: #000 1px 1px 2px;*/
    }

    .contact-aadress h2 {
        margin-top: 6px;
        font-size: 17px;
        color: #DB000E;
        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;
        }

.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: #3fa7ce !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: #db000e;
    color: #fff;
    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: #db000e;
    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: #3fa7ce;
    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: #1B1B1B solid 1px;
    background-color: #101010;
}

.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: #DB000E;
    border: none;
}

    .refresh-btn:hover {
        background-color: #000;
    }

.track-phone:hover {
    /*text-decoration: none;*/
    color: #fff;
}


.reg-forgot-link {
    color: #3fa7ce;
    font-weight: bold;
}

    .reg-forgot-link:hover {
        color: #91ca49 !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: rgb(255, 249, 0);
}

.content {
    overflow: auto;
    position: relative;
    height: 455px;
}

.mCSB_dragger_bar, .mCSB_draggerRail {
    background-color: #3fa7ce !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: #B8063B;
    }

        .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, ".") " ";
    }
/*form world pay online*/
.booked-error-msg {
    color: #A00000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px !important;
}

.warning-img-msg {
    width: 3%;
    float: left;
    margin-left: 10px;
}

.my-crosshairs{
    position: absolute;
    top: 1px;
    right: 3px;
    bottom: -1px;
    width: 34px;
    text-align: center;
    padding: 4px 0px;
}

.my-crosshairs i{
    color:#fff !important;
    font-size:26px;
    cursor:pointer;
    background-color: #3e3838;
}
.fnt-sz{
    font-size: 20px;
}
.icon-sz{font-size: 12px;
    padding-top: 8px;}
.f-left {
    float:left;
}

.agree-trams-check a.reg-forgot-link {
    color: #f00;
}

.book-car-box:after {
    content: '';
    display: block;
    height: 100px;
}

.header-note {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: right;
}