/*scroll bar styles*/

::selection {
    background: #fda500;
    color: #fff;
}

::-moz-selection {
    background: #fda500;
    color: #fff;
}

::-o-selection {
    background: #fda500;
    color: #fff;
}

::-ms-selection {
    background: #fda500;
    color: #fff;
}
.nav-tabs {
    border-bottom: 2px solid #4d4b4b;
    padding: 5px;
}

.nav-tabs .nav-item {
    width: 50%;
    border-radius: 15px;
}

.nav-tabs .nav-link {
    background-color: #eee;
    border: none;
    color: #333;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px;
}

.nav-tabs .nav-link.active {
    background-color: #FFD108;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: bold;
}


/******************************index page style****************************/


/*header begins*/

#error_message {
    background-color: rgba(220, 28, 28, 0.8);
    padding: 9px;
    position: absolute;
    width: 100%;
    z-index: 555;
}

.tabbg {
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.nav-tabs {
    border-bottom: 1px solid #4d4b4b;
}


/*.nav-tabs>li>a*/

.banner-tabspan .nav>li>a {
    padding: 10px 0 !important;
    margin-right: 0;
    color: #fff !important;
    border: none;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 17px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #FFD108 ;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #000;
    border-radius: 16px 16px 0 0 !important;
}

.nav>li>a:hover {
    background: #4d4b4b;
    border-color: transparent transparent #4d4b4b transparent;
}


.form-control {
    display: block;
    color: #000;
    background: #ccc;
    background-image: none;
    border: 0px solid #a9a9a9;
    border-radius: 0px;
    -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;
    font-size: 13px;
    padding: 11px 9px;
    height: auto;
}

.tabbg .has-feedback label~.form-control-feedback {
    top: 34px;
    color: #373d44;
    font-size: 20px;
}

.tabbg .btn-default {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 0px 20px;
    border-radius: 25px;
    background-color: #fcad09;
    transition: all .2s;
    text-transform: uppercase;
    margin-top: 8px;
}

#btn {
    background: #000 !important;
    border-color: #000 !important;
}


#form1 label {
    font-weight: 500 !important;
    color: #fff !important
}


/*banner with tabspan ends*/


.conveyance-details .btn-default:hover {
    opacity: 0.88;
}

.conveyance-details a {
    color: #000
}

.conveyance-details a:hover,
.conveyance-details a:focus,
.conveyance-details a:active {
    color: #000;
    text-decoration: none;
}

.simplePopup {
    display: none;
    position: fixed;
    background: #529CEA;
    z-index: 3;
    color: #fff;
    padding: 20px 12px;
    width: 42%;
    min-width: 42%;
}

.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    /*margin-left: 10px;*/
    margin-bottom: 10px;
}

.simplePopup .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
}

.simplePopup .btn-default:hover,
.simplePopup .btn-default:focus,
.simplePopup .btn-default:active,
.simplePopup .btn-default:visited {
    background: #000;
    color: #fff;
    outline: none;
    opacity: 0.94;
}

.simplePopup p a {
    color: #000;
}

.simplePopup p a:hover,
.simplePopup p a:focus,
.simplePopup p a:active {
    color: #000;
    text-decoration: none;
}

.payment-mode span .fa {
    color: #95a5a6;
    line-height: 85px;
    font-size: 36px;
    padding-right: 10px;
}

.final-payment {
    padding: 60px 0;
}

.highlight-area .radio input[type=radio],
.another-payment-method .radio input[type=radio] {
    width: 20px;
    height: 20px;
}

.highlight-area .radio span,
.another-payment-method .radio span {
    margin-left: 10px;
    text-align: left;
}

.highlight-area p {
    top: 15px;
    position: relative;
}

.payment-mode-2 span .fa {
    color: #95a5a6;
    font-size: 36px;
    line-height: 35px;
}

.highlight-area input {
    margin-top: 8px;
}

.final-payment .final-payment-btn .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 10px 25px;
    width: 100%;
}

.final-payment .final-payment-btn .btn-default:hover {
    background: #000;
}

.final-payment .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 10px 25px;
    margin-right: 10px;
    /*margin-bottom:10px;*/
}

.final-payment .btn-default:hover {
    background: #000;
}

.another-payment-method hr {
    margin-top: 0;
}

.another-payment-method p {
    margin-top: 15px;
}


/***************************************************************************
                              my-ride style goes
***************************************************************************/

.ride-btn .btn-default {
    background: #00529e;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
}

.ride-btn .btn-default:hover,
.ride-btn .btn-default:focus,
.ride-btn .btn-default:active,
.ride-btn .btn-default:visited {
    background: #00529e;
    opacity: 0.88;
}


/****************************************************************************
                        account styles goes here
****************************************************************************/

.why-imperial.account-form p {
    text-align: left;
}

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

.edit-account a {
    text-align: right;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    color: #373d44;
}

.edit-account a:hover,
.edit-account a:focus {
    color: #47d0b7;
    text-decoration: none;
}

.save-password .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 5px 25px;
    display: inline-block;
    top: 25px;
    position: relative;
}

.payment-btn .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 5px 25px;
    display: inline-block;
}



.payment-card-img span {
    top: 15px;
    position: relative;
}

.edit-form label {
    top: 12px;
    position: relative;
    font-weight: 400;
}

.nav-tabs>li {
    width: 50%;
}

#myScrollspy ul {
    background: #f4f5f5;
}

.nav-pills>li {
    text-align: center;
}

.nav-pills>li>a {
    border-radius: 0px;
    padding: 15px 60px;
    color: #373d44;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #000;
}

.nav>li>a:hover {
    background: #000;
    border-color: transparent transparent #000 transparent;
    color: #fff;
}

.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}


/****************************************************************************
                       corporate solution styles goes here
****************************************************************************/

.corporate-solutions {
    background: url("../images/corporate-solution-bg.png") no-repeat #373d44 top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}

.corporate-solutions p a {
    color: #47d0b7;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.corporate-solutions p a:hover {
    color: #000;
    text-decoration: none;
}

.corporate-solutions .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    outline: none;
    border: none;
    padding: 10px 25px;
    display: inline-block;
}

.corporate-solutions .btn-default:hover,
.corporate-solutions .btn-default:focus,
.corporate-solutions .btn-default:active,
.corporate-solutions .btn-default:visited {
    background: #000;
    color: #fff;
    outline: none;
    opacity: 0.95;
}

.corporate.features .col-md-4 {
    border-right: 1px solid #d3d8dd;
    min-height: 225px;
}

.peace-mind ul {
    padding: 0;
}

.peace-mind li {
    list-style: none;
    list-style-position: inside;
    /* padding: 10px 0 10px 20px; */
    text-indent: -2em;
    margin-left: 3em;
}

.peace-mind li span {
    margin-right: 15px;
    width: 20px;
    text-align: center;
    color: #373d44;
}

.flip-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/****************************************************************************
                       checkout styles goes here
****************************************************************************/

.checkout h6 {
    text-align: right;
}

.checkout h6 a {
    color: #000;
}

.checkout h6 a:hover {
    text-decoration: none;
}

.checkout-edit {
    border-bottom: none;
}

.trip-edit .has-feedback label~.form-control-feedback {
    top: 7px;
    color: #373d44;
    font-size: 20px;
}

.choosen-plan-summary {
    padding: 10px 0 60px 0;
}

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

.voucher-code h5 a {
    color: #000;
}

.voucher-code h5 a:hover,
.voucher-code h5 a:active,
.voucher-code h5 a:focus {
    text-decoration: none;
}

#map-canvas {
    width: 100%;
    height: 475px;
}

.error-message {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
    font-size: 17px;
}


.error {
    color: #C30;
}

.tabbg .btn-default:hover,
.tabbg .btn-default:focus,
.tabbg .btn-default:active,
.tabbg .btn-default:visited {
    background-color: #142948;
    color: #fff;
    border-color: #142948 !important;
}


.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #589cd4) !important;
    background-image: -ms-linear-gradient(to bottom, #08c, #589cd4) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#589cd4)) !important;
    background-image: -webkit-linear-gradient(to bottom, #08c, #589cd4) !important;
    background-image: -o-linear-gradient(to bottom, #589cd4, #589cd4) !important;
    background-image: linear-gradient(to bottom, #589cd4, #589cd4) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#f8d464', GradientType=0);
    border-color: #589cd4 #589cd4 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Vehicle list */
.vehicles-list .row {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.vehicles-list ul {
    list-style: none;
    padding: 0px !important;
}

.vehicles-list ul li {
    border: 2px solid #d8d8d8;
    border-right: 2px solid #6abdff;
    border-left: 2px solid #6abdff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 16px;
    background: #fff;
}

.vehicles-list ul li .info {
    overflow: hidden;
    margin-bottom: 16px;
}

.vehicles-list ul li .info h3 {
    font-weight: 700;
    font-size: 26px;
    color: #142948;
    margin-right: 22px;
}

.d-inline-block {
    display: inline-block;
}

.no-margin {
    margin: 0;
}

.vehicles-list ul li .info p {
    vertical-align: text-bottom;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.vehicles-list .vehicle-img {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.vehicles-list .book-info {
    float: right;
    width: 48%;
}

ul.list-unstyled li {
    list-style-type: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vehicles-list .book-info ul li.highlight-text {
    margin: 10px 0 !important;
}

.vehicles-list .book-info ul li.highlight-text p {
    font-weight: 700;
    font-size: 16px;
    /* padding-left: 28px; */
    margin: 0;
}

.vehicles-list .text-green {
    color: #059513;
}

.vehicles-list .group-btns ul li.button,
.vehicles-list .book-btn a.btn,
.vehicles-list .book-btn button[type=button] {
    background: #fcad09;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    text-shadow: 0 0 2px #000;
    box-sizing: border-box;
    padding: 16px 12px;
}

.vehicles-list .book-info ul li.price p {
    font-weight: 600;
    font-size: 30px;
    color: #4f4f4f;
    line-height: 25px;
    text-align: right;
}

.vehicles-list p {
    color: #4f4f4f;
}

.vehicles-list img {
    max-width: 100%;
    height: auto;
}

.vehicles-list strong {
    font-weight: 700;
}

.vehicles-list .book-btn button[type=button]:hover {
    background: #142948;
}

.vehicles-list ul li .info p span {
    padding-left: 30px;
    margin-right: 16px;
}

.booking-details {
    /* background: #434343; */
    padding: 28px 20px;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
}

.booking-details ul {
    list-style: none;
    padding: 0px !important;
}

.booking-details ul li {
    padding: 0 0 22px 10px;
}

.booking-details h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #142948;
    margin: 0;
}

.booking-details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-top: 6px;
    margin: 0;
}