html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    /*background: url(../images/vip/4.png) repeat center;*/
    background-attachment: fixed;
}

.conveyance-details {
    background: #fff;
}

.golden {}

a {
    color: #777
}

a:hover,
a:focus {
    color: #000
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

#global {
    background: url(../images/keynes.jpg) no-repeat center
}

.overlay {
    content: "";
    display: block;
    clear: both;
    background: #1d69af;
    padding: 98px 0 70px;
    color: #fff
}

#global p,
#global i {
    color: #fff
}

@media only screen and (min-width: 981px) {
    .navbar-default .navbar-nav>li>a {
        padding-bottom: 38px;
    }
}

@media (min-width: 575px) {
    body {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #bookingform {
        
    }
}

@media (min-width: 1024px) {
     #bookingform {
          max-width: 455px;
    }
}

@media (max-width: 767px) {
   .banner-tabspan {
    padding-top: 9px !important;
}
.form-inline1 {padding-top:10px !important}
.tabbg .btn-default {margin-top: 2px !important}
#accordion{margin-bottom: 0 !important}
.inner {height: auto !important}
.steps-div p {margin-bottom:0 !important}
#bookingform .form-group {
    margin-bottom: 5px !important;
}
.form-inline1 .form-control {
    line-height: 31px !important;
    height: 34px !important;
}
.luggagebtnshow {padding:6px !important}
}

body {
    overflow-x: hidden;
    margin: auto;
    box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -o-box-shadow: 0 0 15px #000;
    -ms-box-shadow: 0 0 15px #000;
    background-color: transparent;
}

img.imageborder {
    padding: 6px;
    border: 1px solid #ebebeb;
}

p {
    margin: 0 0 14px;
    font-weight: 500;
    color: #000;
    font-size: 1.5rem;
}

.fw_thin {
    font-family: Open Sans;
}

.fw_light {
    font-family: Open Sans;
}

.fw_regular {
    font-family: Open Sans;
}

.fw_bold {
    font-weight: 700;
}

.fs_14px {
    font-size: 14px;
}

.fs_16px {
    font-size: 13px;
    font-weight: 600;
}

.fs_20px {
    font-size: 20px;
}

.fs_24px {
    font-size: 24px;
}

.fs_26px {
    font-size: 26px;
}

.fs_30px {
    font-size: 30px;
}

.fs_40px {
    font-size: 31px;
    font-weight: 800
}

.fs_60px {
    font-size: 60px;
}

.green_color {
    color: #000;
}

.gray_dark {
    color: #373d44;
}

.gray_light {
    color: #838e9a;
}

.white_color {
    color: #fff;
}

.light_blue {
    color: #838e9a;
}

.pp {
    font-size: 14px;
    font-weight: 700;
    color: #1d69af;
}

ul#keys,
ul#keys li {
    list-style-type: none
}

ul#keys {
    padding-left: 4px;
    padding-top: 13px;
}

ul#keys li {
    margin-bottom: 10px;
    color: #777;
}

ul#keys li i {
    margin-right: 6px;
    color: #1d69af
}

.uppercase {
    text-transform: uppercase;
}

.capitalized {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}


/*.navbar-nav ul:before,
ul:after {
  content: " "; 
  display: table;  
}

@media (min-width:1024px) {
.banner-tabspan {padding-top:79px !important }
}

a.terms:hover {color:#777 !important;opacity:0.8;text-decoration:none}

.navbar-nav	ul:after { clear: both; }*/

.navbar-nav ul {
    background-color: #181818;
    position: absolute;
    top: 100%;
    list-style-type: none;
    padding: 8px 0;
    width: 230px;
    border-top: 3px solid #1d69af;
    visibility: hidden;
    opacity: 0;
}

.navbar-nav ul ul {
    left: -100%;
    top: 0;
}

.navbar-nav ul a {
    color: #b3b3b3;
    text-decoration: none;
}

.navbar-nav ul a:hover {
    color: #1d69af;
}

.navbar-nav li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-nav li:hover li {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 230px;
    display: block;
    position: relative;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    line-height: 18px;
    color: #777
}

.navbar-nav li li:hover li {}


/*.navbar-nav li ul li a:hover   {color:#fff;text-decoration:none;} */

.margin_top_10px {
    margin-top: 10px;
}

.margin_top_20px {
    margin-top: 20px;
}

.margin_top_30px {
    margin-top: 30px;
}

.margin_top_40px {
    margin-top: 40px;
}

.margin_bottom_0px {
    margin-bottom: 0px;
}

.margin_bottom_5px {
    margin-bottom: 5px;
}

.margin_bottom_10px {
    margin-bottom: 10px;
}

.margin_bottom_20px {
    margin-bottom: 20px;
}

.margin_bottom_30px {
    margin-bottom: 30px;
}

.margin_bottom_60px {
    margin-bottom: 60px;
}

.margin_bottom_80px {
    margin-bottom: 80px;
}

.margin_bottom_120px {
    margin-bottom: 120px;
}

.alignleft {
    text-align: left;
}

.padding_left_25px {
    padding-left: 25px;
}

.padding_right_25px {
    padding-right: 25px;
}

.padding_left_60px {
    padding-left: 60px;
}

.padding_right_60px {
    padding-right: 60px;
}

.line_height_24px {
    line-height: 24px;
}

.min_height_350 {
    min-height: 350px;
}

.min_height_230 {
    min-height: 230px;
}

.min_height_250 {
    min-height: 250px;
}

.min_height_300 {
    min-height: 300px;
}

.min_height_275 {
    min-height: 275px;
}

hr {
    border-bottom: 1px solid #d3d8dd;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/*scroll bar styles*/

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

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

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

::-ms-selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar {
    width: 15px;
    background: #DDDDDD;
}

::-webkit-scrollbar-thumb {
    background: #636363;
}


/*scroll bar styles ends*/


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


/*header begins*/

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

header {
    background: #000;
    /*box-shadow: 0 0 10px #ddd; -webkit-box-shadow: 0 0 10px #ddd; -o-box-shadow: 0 0 10px #ddd; -ms-box-shadow: 0 0 10px #ddd; */
    position: relative !important;
    padding-bottom: 0px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 !important;
}

header .top-nav {

    border-bottom: 0px solid #1d69af;
	padding: 0 0 7px;
   
}

header .top-nav ul {
    margin: 0;
    padding: 0;
    right: 10px;
    position: relative;
}

header .top-nav ul.fl_rt {
    float: right;
}

header .top-nav ul li {
    float: left;
    list-style: none;
    font-family: Open Sans, Arial;
    font-size: 13px;
    font-weight: 600;
    color: #000 !important;
}

header .top-nav i {
    color: #000 !important;
}

header .top-nav ul li a {
    color: #fff;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    display: inline-block;
    padding: 10px;
    font-family: Open Sans, Arial;
    font-size: 13px;
    font-weight: 600;
}

header .top-nav ul li a:hover,
header .top-nav ul li a:focus {
    color: #000;
    text-decoration: none;
}

.top-nav li.active-class {
    color: #000;
    text-decoration: none;
    padding: 10px;
}

.sign-up-btn {
    background-color: transparent;
    color: #fff !important;
    font-weight: 700 !important;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    padding: 10px;
    margin-left: 1px;
    font-size: 11px !important;
    padding: 2px 10px !important;
    border: 1px solid #fff;
    margin-right: 2px;
    margin-top: 9px;
    border-radius: 100px;
}

a.sign-up-btn:hover {
    opacity: 0.85
}

.sign-up-btn.active-btn {
    opacit: 0.85;
    color: #fff;
}

.choose-cars h3 {
    color: #00529e !important
}

@media (min-width: 1025px) {
    .choose-cars .img-responsive {
        max-width: 50%;
    }
    .navbar-nav {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        padding-top: 3px
    }
}

.sign-up-btn .fa {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

header .logo-imperial {
    top: 6px;
    position: relative;
}

header .logo-imperial img {
    padding-top: 19px;
    width: 230px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin-top: 0px;
    border: 0px solid #000;
    padding: 38px 0px 0;
    float: right;
    border-radius: 2px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: unset !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #315fac!important;
    background-color: transparent !important;
}

ul.navbar-nav {}

.navbar-nav>li {
    border-right: 0px solid #000;
    fon-size: 15px;
    padding-right: 22px;
}

@media (min-width:1200px) {
    .icons-app {
        top: -37px;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        /*float: left;
    line-height: 95px;
    height: 95px;
	display:inline-block;*/
    }
}

#read-more {
    color: #0082fc;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    border: 2px solid #0082fc;
    padding: 9px 40px;
    border-radius: 90px;
    margin: 20px 0;
    font-weight: 600;
    font-size: 15px;
}

#read-more:hover {
    background: #0082fc;
    color: #fff;
    text-decoration: none;
}

.navbar-nav>li:last-child {
    border-right: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    padding-top: 3px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0
}

.navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    color: #1d69af;
    border: 1px solid #1d69af;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0;
}

.navbar-default .navbar-nav>li.active>a {
    background: transparent;
    color: #1d69af;
    border: 1px solid #1d69af;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0
}

.container {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.container-fluid {
    padding-right: 0;
}

.navbar-default .navbar-collapse {
    border: none;
}


/*header ends*/


/*banner with tabspan begins*/

.kenburnsy {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.kenburnsy.fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.kenburnsy img {
    display: none;
}

.kenburnsy .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.banner {
    position: relative;
}

.banner-tabspan {
    position: relative !important;
    padding-top: 150px;
	 padding-bottom: 100px;
}

.ico {
    text-align: center
}


/*.ico .left {width:10%; float:left }
.ico .right{ width:90%; float:left}
*/

.ico h3 {
    color: #777 !important;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0;
    margin-bottom: 9px;
}

.ico h4 {
    font-size: 13px;
    color: #666 !important;
    clear: both;
    font-weight: 600;
}

#f-icons .features-heading {
    border-right: 1px solid #333;
}

.ico i {
    color: #315fac!important;
    margin-bottom: 16px !important
}

.tabbg {
    background: white;
    color: black;
    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: black !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: #f8d464;
    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;
}

.tabbg .tab-content {
    padding: 15px;
}

.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 {
    background: transparent;
    color: #315fac!important;
    font-size: 17px;
    -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%;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
}

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

.tabbg .btn-default:hover,
.tabbg .btn-default:focus,
.tabbg .btn-default:active,
.tabbg .btn-default:visited {
    opacity: 1;
    color: #000 !important;
    outline: none;
    background: #ffffff;
    border-color: #ffffff;
}

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


/*banner with tabspan ends*/


/*how-it-works-begins*/

.how_works {
    background: #efefef;
    padding: 60px 0;
}

.how_works .img-responsive {
    display: inline-block;
}

.how_works .carousel-control.left,
.how_works .carousel-control.right {
    background-image: none;
}

.how_works .carousel-indicators {
    bottom: -110px !important;
}

.how_works .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

.how_works .carousel-indicators li {
    display: inline;
    padding: 15px 30px;
    margin: 5px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-family: Open Sans;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    font-weight: 600;
}

.how_works .carousel-indicators li:hover {
    background-color: #373d44;
    color: #fff;
}

.how_works .carousel-indicators .active {
    color: #000;
    margin: 5px;
    background-color: #00529e;
    border: 0;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    filter: none;
    color: #e1e1df;
    font-size: 106px;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #d3cfc6;
}


/*how-it-works-ends*/


/*download-app-starts*/

.download_app {
    background: url("../images/download-app-background.png") no-repeat #999 top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}

.download_app h2 {
    font-weight: bold;
    text-align: left;
}

.download_app span {
    background: #000;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    display: inline-block;
    width: 53px;
    height: 53px;
    float: left;
    font-size: 24px;
    margin-right: 20px;
    line-height: 52px;
    margin-bottom: 40px;
}

.download_btn h5 {
    display: inline-block;
    font-size: 20px;
    font-family: 'titilliumtext22l_rgregular';
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    margin: 0;
    color: #fff;
}

.download_btn h5 a {
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
}

.download_btn h5.apple a:before {
    content: "\f179";
    font-family: "fontawesome";
    margin-right: 10px;
}

.download_btn h5.apple {
    background: #bf0707;
    margin-right: 5px;
}

.download_btn h5.apple a:hover,
.download_btn h5.apple a:focus {
    text-decoration: none;
}

.download_btn h5.android a:before {
    content: "\f17b";
    font-family: "fontawesome";
    margin-right: 10px;
}

.download_btn h5.android {
    background: #9aae34;
    margin-left: 5px;
}

.download_btn h5.android a:hover,
.download_btn h5.android a:focus {
    text-decoration: none;
}


/*download-app-ends*/


/*cities we cover begins*/

.cover-location {
    background: url("../images/world-map.png") no-repeat top center;
    height: 60%;
    clear: both;
}

.cover-location-search {
    background: rgba(25, 25, 25, 0.9);
    color: #fff;
    padding: 20px 30px;
    top: 80px;
    position: relative;
    display: inline-block;
}

.cover-location-search p a {
    color: #47d0b7;
    -webkit-transition: color 0.75s ease;
    -o-transition: color 0.75s ease;
    -moz-transition: color 0.75s ease;
    transition: color 0.75s ease;
}

.cover-location-search p a:hover,
.cover-location-search p a:focus {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #47d0b7;
    padding-bottom: 10px;
}


/*cities we cover ends*/


/*feature and our partners*/

.features {
    padding: 50px 0 50px 0;
    background: #fff;
}

.features-heading {
    margin-bottom: 30px;
}

.features .features-heading .fa {
    font-size: 25px;
}

.features p span a {
    color: #47d0b7;
}

.features .col-md-4 {
    border-right: 1px solid #d3d8dd;
    /*height:350px;*/
    /*padding-bottom:10px;*/
}

.features p .fa {
    color: #000;
    -webkit-transition: color 0.75s ease;
    -o-transition: color 0.75s ease;
    -moz-transition: color 0.75s ease;
    transition: color 0.75s ease;
}

.features p .fa:hover {
    color: #000;
}

.partners {
    padding: 15px 0;
}

.partners ul li {
    display: inline-block;
}


/*features and our partners ends*/


/*how-it-works-begins*/

.choose-cars {
    background: #fff;
    padding: 60px 0 120px 0;
    border-top: 1px solid #f4f5f5;
}

.choose-cars .img-responsive {
    display: inline-block;
}

.choose-cars .carousel-control.left,
.choose-cars .carousel-control.right {
    background-image: none;
}

.choose-cars .carousel-indicators {
    bottom: -80px !important;
}

.choose-cars .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 40%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.choose-cars .carousel-indicators li {
    display: inline;
    padding: 5px 10px 0px 0;
    cursor: pointer;
    color: #373d44;
    border: none;
    font-size: 11px;
    font-family: 'titilliumtext22l_rgregular';
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    /*background:url("../images/carasouel-indicator-car.png") no-repeat center bottom;  */
    background: transparent;
}

.choose-cars .carousel-indicators .active {
    color: #373d44;
    margin: 1px;
    border: none;
    /*background:url("../images/carasouel-indicator-car-hover.png") no-repeat center bottom;*/
    background: transparent;
}

.choose-cars.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    filter: none;
    color: #e1e1df;
    font-size: 106px;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.choose-cars .carousel-control:hover,
.choose-cars .carousel-control:focus {
    color: #d3cfc6;
}


/*how-it-works-ends*/


/*footer style begins*/

footer {
    background: #000;
    padding: 75px 0 55px;
}

footer.copyright {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0 20px;
    text-align: center;
    border-top: 1px solid #181818;
}

footer.copyright p {
    color: #888!important;
    font-size: 11px;
    font-weight: 600;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    color: #fff;
    list-style: none;
}

footer ul li a {
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    font-size: 13px;
}

.ficon i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px;
    color: #1d69af;
}

footer p {
    font-size: 13px;
    line-height: 1.6;
}

footer .footer-social-icons ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

footer .footer-social-icons ul li a {
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    color: #777 !important;
    border: 1px solid #333;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 100px;
}

footer .footer-social-icons ul li a:hover {
    color: #fff !important
}

footer .footer-social-icons ul li.facebook a:hover {
    background: #3a5795;
    border-color: #3a5795
}

footer .footer-social-icons ul li.google a:hover {
    background: #d73d32;
    border-color: #d73d32
}

footer .footer-social-icons ul li.linkedin a:hover {
    background: #0177b5;
    border-color: #0177b5
}

footer .footer-social-icons ul li.twitter a:hover {
    background: #5ea9dd;
    border-color: #5ea9dd
}

.tooltip {
    font-family: 'titilliumtext22l_rgregular';
    font-size: 10px;
}

.tooltip-inner {
    color: #373d44;
    background-color: #fff;
    border-radius: 0px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #d3cfc6;
    text-decoration: none;
}

footer .form-control {
    display: block;
    min-width: 300px;
    height: 48px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #bbbaba;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d3d8dd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'titilliumtext22l_rgregular';
    top: 0;
}

footer .btn-default {
    background: #000;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    -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;
}

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


/*footer style ends*/

.footer-social-icons {
    margin-top: 41px;
}


/********************** partner page style goes here************************/

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

.partner .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;
}

.partner span a {
    color: #000;
}

.partner span a:hover,
.partner span a:focus,
.partner span a:active {
    color: #ccc;
    text-decoration: none;
}

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

.why-imperial {
    padding: 60px 0;
}

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

.why-imperial p a {
    color: #000;
}

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


/****************************FARE-----------------------------------------*/

.fair-banner {
    padding: 170px 0 140px 0;
    background: url("../images/passenger-registration-bg.png") #373d44 no-repeat top center;
    background-size: cover;
    color: #fff;
}


/*********************user registration style goes here********************/

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

.passenger .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;
}

.passenger span a {
    color: #000;
}

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

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

.checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    bottom: 0;
}

.checkbox label {
    margin-left: 10px;
}

.highlight-area {
    background: #f4f5f5;
    padding: 20px 15px;
    margin-bottom: 30px;
}


/*********************about-us style goes here********************/

.about-us {
    background: url("../images/about-us.png") #373d44 no-repeat top center fixed;
    padding: 230px 0 60px 0;
    color: #fff;
    background-size: cover;
    min-height: 560px;
}

.why-imperial h5 span {
    color: #373d44;
    font-size: 20px;
    text-transform: capitalize;
    margin-left: 5px;
}

.why-imperial h5 span::before {
    content: "("
}

.why-imperial h5 span::after {
    content: ")"
}

.map-world p .img-responsive {
    display: inline-block;
}


/*********************booking engine style goes here********************/

.booking-engine-first {
    background: #8e8e8e;
    color: #000;
}

.booking-engine-first ul {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}

.booking-engine-first ul li {
    display: inline-block;
    padding: 20px 24px;
    list-style: none;
    border-right: 1px solid #000;
}

.booking-engine-first ul li span {
    margin-right: 5px;
}

.booking-engine-first ul li a {
    color: #373d44;
}

.booking-engine-first ul li a:hover {
    text-decoration: none;
    color: rgb(150, 21, 25);
}

.booking-engine-first ul li a.active {
    color: #fff;
}

.booking-engine-first h5 {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.selected-plan {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.selected-plan span {
    margin-right: 10px;
    font-size: 16px;
}

.booking-section .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%;
}

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

.booking-section a:hover,
.booking-section a:focus,
.booking-section a:active {
    text-decoration: none;
}

.booking-section .panel-body {
    padding: 10px 10px;
}

.booking-section .panel-title {
    position: relative;
}

.booking-section .panel-title .fa {
    font-size: 14px;
    bottom: 3px;
    position: absolute;
    right: 0;
    color: #838e9a;
}

.panel-group .panel {
    border-radius: 0;
}

.conveyance-details {
    padding: 60px 0;
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'titilliumtext22llight';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #a9a9a9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.have-account p a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    background: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    font-size: 20px;
    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;
}

.have-account p a:hover,
.have-account p a:focus,
.have-account p a:active {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.conveyance-details .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;
}

.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: #f8d464;
    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: 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;
}

.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;
}

.save-password .btn-default:hover,
.payment-btn .btn-default:hover,
.save-password .btn-default:focus,
.payment-btn .btn-default:focus,
.save-password .btn-default:active,
.payment-btn .btn-default:active,
.save-password .btn-default:visited,
.payment-btn .btn-default:visited {}

.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;
}
.navbar-inverse .navbar-nav>li>a{
    color:#000 !important;
    font-size:16px;
    font-weight:400;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color:#000 !important;
}

.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;
}


/****************************************************************************
                       fare styles goes here
****************************************************************************/

.fare {
    padding: 60px 0 0 0;
}

.fare-banner {
    background: url("../images/fare.png") #373d44 no-repeat top center fixed;
    padding: 230px 0 60px 0;
    background-size: cover;
    min-height: 560px;
}


/****************************************************************************
                        responsive styles goes here
****************************************************************************/

@media (max-width:357px) {
    .banner-tabspan {
        position: absolute;
    }
    .banner-tabspan .nav>li>a {
        padding: 8px 2.55em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        width: 90%;
        min-width: 42%;
        padding: 6px;
    }
    /*----------------        Edit By Vikash Sharma         --------------*/
    header .top-nav ul li a {
        color: #fff;
    }
    .fa-file-text-o:before {
        content: "\f0f6";
        font-size: 50px;
    }
    .fs_40px {
        font-size: 25px;
    }
    .fs_20px {
        font-size: 18px;
    }
    .fs_30px {
        font-size: 20px;
    }
    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
        font-size: 50px;
    }
    .fa-heartbeat:before {
        content: "\f21e";
        font-size: 50px;
    }
    .fa-plane:before {
        content: "\f072";
    }
    .fs_26px {
        font-size: 22px;
    }
    .line_height_24px {
        line-height: 24px;
    }
    .fs_14px {
        font-size: 14px;
        margin-left: 15px;
    }
    .margin_bottom_10px {
        margin-bottom: 10px;
        margin-left: 15px;
    }
    .footer-social-icons {
        /*margin-left: 15px;*/
    }
}

@media (min-width:358px) and (max-width:479px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px .75em 8px 20px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 12px 12px;
        width: 80%;
        min-width: 42%;
    }
    .fs_20px {
        font-size: 15px;
    }
    /*----------------        Edit By Vikash Sharma         --------------*/
    header .top-nav ul li a {
        /*display: none;*/
    }
    .fa-file-text-o:before {
        content: "\f0f6";
        font-size: 50px;
    }
    .fs_40px {
        font-size: 25px;
    }
    .fs_20px {
        font-size: 18px;
    }
    .fs_30px {
        font-size: 20px;
    }
    .fa-clock-o:before {
        content: "\f017";
        font-size: 50px;
    }
    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
        font-size: 50px;
    }
    .fa-heartbeat:before {
        content: "\f21e";
        font-size: 50px;
    }
    .fa-plane:before {
        content: "\f072";
        font-size: 50px;
    }
    .fs_26px {
        font-size: 22px;
    }
    .line_height_24px {
        line-height: 24px;
    }
    .android-img {
        margin: 0px;
    }
    .fs_14px {
        font-size: 14px;
        margin-left: 15px;
    }
    .margin_bottom_10px {
        margin-bottom: 10px;
        margin-left: 15px;
    }
    .footer-social-icons {
        /*margin-left: 15px;*/
    }
}

@media (min-width:480px) and (max-width:555px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 5em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 12px 12px;
        width: 80%;
        min-width: 42%;
    }
    /*----------------        Edit By Vikash Sharma         --------------*/
    header .top-nav ul li a {
        display: none;
    }
    .fa-file-text-o:before {
        content: "\f0f6";
        font-size: 50px;
    }
    .fs_40px {
        font-size: 25px;
    }
    .fs_20px {
        font-size: 18px;
    }
    .fs_30px {
        font-size: 20px;
    }
    .fa-clock-o:before {
        content: "\f017";
        font-size: 50px;
    }
    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
        font-size: 50px;
    }
    .fa-heartbeat:before {
        content: "\f21e";
        font-size: 50px;
    }
    .fa-plane:before {
        content: "\f072";
        font-size: 50px;
    }
    .fs_26px {
        font-size: 22px;
    }
    .line_height_24px {
        line-height: 24px;
    }
    .android-img {
        margin: 0px;
    }
    .line_height_24px {
        text-align: center;
    }
    .fs_14px {
        font-size: 14px;
        margin-left: 15px;
    }
    .margin_bottom_10px {
        margin-bottom: 10px;
        margin-left: 15px;
    }
    .footer-social-icons {
        /*margin-left: 15px;*/
    }
}

@media (min-width:556px) and (max-width:620px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 5em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 12px 12px;
        width: 80%;
        min-width: 42%;
    }
}

@media (min-width:621px) and (max-width:690px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 6em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 12px 12px;
        width: 70%;
        min-width: 42%;
    }
}

@media (min-width:691px) and (max-width:767px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 6.5em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 12px 12px;
        width: 70%;
        min-width: 42%;
    }
}

@media (min-width:768px) and (max-width:791px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 12.61em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
    .simplePopup {
        padding: 18px 12px;
        width: 60%;
        min-width: 42%;
    }
}

@media (min-width:792px) and (max-width:810px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 12.61em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
}

@media (min-width:811px) and (max-width:840px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 12.61em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
}

@media (min-width:841px) and (max-width:900px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 12.61em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
}

@media (min-width:901px) and (max-width:991px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 12.61em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-tabspan {}
    .banner-tabspan .nav>li>a {
        padding: 8px 5.985em 8px 29px;
        margin-right: 0;
        border-radius: 0;
        color: #fff;
        border: none;
    }
}

.navbar-toggle {
    position: absolute;
    top: 0;
    right: 0
}

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

.navbar-toggle {
    border-color: #315fac!important;
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #315fac!important;
}

@media (max-width:479px) {
    body {
        overflow-x: hidden;
        /*padding-top:105px;*/
    }
    .navbar-nav>li {
        padding: 0px 15px
    }
    .navbar-default {
        background: none;
        border: none;
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        color: #373d44;
        padding: 0 0 0px 0;
        -webkit-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        transition: all 0.75s ease;
        padding: 15px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
    .how_works {
        background: #efefef;
        padding: 36px 0;
    }
    .how_works .carousel-indicators li {
        display: inline;
        padding: 15px 15px;
        background-color: #000;
        font-size: 10px;
    }
    .carousel-control {
        display: none;
    }
    .download_app {
        padding: 36px 0;
    }
    .download_app span {
        width: 39px;
        height: 39px;
        float: left;
        font-size: 18px;
        margin-right: 20px;
        line-height: 36px;
        margin-bottom: 0px;
    }
    .features {
        padding: 36px 0;
        background: #fff;
    }
    .features-heading {
        margin-bottom: 20px;
    }
    .features .col-md-4 {
        border: none;
        margin-bottom: 20px;
    }
    .features p {
        text-align: center;
    }
    .partners {
        padding: 50px 0;
    }
    .choose-cars {
        padding: 30px 0 60px 0;
    }
    .choose-cars .carousel-indicators {
        bottom: -120px !important;
    }
    .choose-cars .carousel-indicators li {
        font-size: 15px;
        background: none;
    }
    .choose-cars .carousel-indicators .active {
        color: #000;
        background: none;
    }
    .choose-cars.carousel-control {
        display: none;
    }
    footer {
        background: #373d44;
        padding: 45px 0;
    }
    footer .col-sm-2,
    footer .col-sm-4 {
        margin-bottom: 20px;
    }
    .why-imperial h5,
    .why-imperial p {
        text-align: center;
    }
    .why-imperial p img {
        /* margin: 30px 0; */
    }
    .why-imperial p .img-responsive {
        display: inline-block;
    }
    .booking-engine-first ul {
        float: none;
    }
    .booking-engine-first ul li {
        text-align: center;
        display: inline;
        padding: 20px 45px;
        border: none;
    }
    .payment-mode-2 span .fa {
        color: #95a5a6;
        font-size: 36px;
        line-height: 20px;
    }
    .highlight-area p {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .highlight-area input {
        margin-top: 0px;
    }
    .another-payment-method p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .final-payment .btn-default {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .edit-form label {
        top: 0px;
        position: relative;
    }
    .payment-card-img span {
        top: 0px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:767px) {
    body {
        overflow-x: hidden;
        /*padding-top:105px;*/
    }
    .fs_40px {
        font-size: 30px;
    }
    .fs_60px {
        font-size: 45px;
    }
    .margin_bottom_30px {
        margin-bottom: 22px;
    }
    .margin_bottom_60px {
        margin-bottom: 45px;
    }
    .navbar-nav>li {
        padding: 0px 15px
    }
    .navbar-default {
        background: none;
        border: none;
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        color: #373d44;
        padding: 0 0 0px 0;
        -webkit-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        transition: all 0.75s ease;
        padding: 15px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
    .how_works {
        background: #efefef;
        padding: 45px 0;
    }
    .how_works .carousel-indicators li {
        display: inline;
        padding: 15px 30px;
        background-color: #000;
        font-size: 15px;
    }
    .carousel-control {
        font-size: 76px;
    }
    .download_app {
        padding: 45px 0;
    }
    .download_app span {
        width: 39px;
        height: 39px;
        float: left;
        font-size: 18px;
        margin-right: 20px;
        line-height: 36px;
        margin-bottom: 0px;
    }
    .features {
        padding: 45px 0;
        background: #fff;
    }
    .features-heading {
        margin-bottom: 22px;
    }
    .features .col-md-4 {
        border: none;
        margin-bottom: 20px;
    }
    .features p {
        text-align: center;
    }
    .partners {
        padding: 68px 0;
    }
    .choose-cars {
        padding: 60px 0 100px 0;
    }
    .choose-cars .carousel-indicators {
        bottom: -90px !important;
    }
    .choose-cars .carousel-indicators li {
        font-size: 15px;
        background: none;
    }
    .choose-cars .carousel-indicators .active {
        color: #000;
        background: none;
    }
    .choose-cars.carousel-control {
        font-size: 80px;
    }
    footer {
        background: #373d44;
        padding: 45px 0;
    }
    footer .col-sm-2,
    footer .col-sm-4 {
        margin-bottom: 20px;
    }
    .why-imperial h5,
    .why-imperial p {
        text-align: center;
    }
    .why-imperial p img {
        /* margin: 30px 0; */
    }
    .why-imperial p .img-responsive {
        display: inline-block;
    }
    .booking-engine-first ul {
        float: none;
        margin: 0;
    }
    .booking-engine-first ul li {
        text-align: center;
        display: inline;
        padding: 20px 45px;
        border: none;
    }
    .highlight-area p {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .highlight-area input {
        margin-top: 0px;
    }
    .another-payment-method p {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .edit-form label {
        top: 0px;
        position: relative;
    }
    .payment-card-img span {
        top: 0px;
        position: relative;
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
        overflow-x: hidden;
        /*padding-top:87px;*/
    }
    .navbar-default {
        float: none
    }
    .how_works {
        background: #efefef;
        padding: 52px 0;
    }
    .how_works .carousel-indicators li {
        padding: 15px 22px;
        font-size: 18px;
    }
    .carousel-control {
        font-size: 84px;
    }
    .download_app {
        padding: 52px 0;
    }
    .download_app span {
        width: 39px;
        height: 39px;
        float: left;
        font-size: 18px;
        margin-right: 20px;
        line-height: 36px;
        margin-bottom: 0px;
    }
    .features {
        padding: 52px 0;
        background: #fff;
    }
    .features-heading {
        margin-bottom: 22px;
    }
    .features .col-md-4 {
        border: none;
        margin-bottom: 20px;
    }
    .partners {
        padding: 60px 0;
    }
    footer {
        background: #373d44;
        padding: 52px 0;
    }
    footer .footer-social-icons ul li a {
        margin-bottom: 5px;
    }
    footer .col-sm-2,
    footer .col-sm-4 {
        margin-bottom: 20px;
    }
    .booking-engine-first ul li {
        padding: 20px 6px;
    }
    .highlight-area p {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .another-payment-method p {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    footer .footer-social-icons ul li a {
        margin-bottom: 5px;
    }
    footer .col-sm-2,
    footer .col-sm-4 {
        margin-bottom: 20px;
    }
    .booking-engine-first ul li {
        padding: 20px 20px;
    }
    .highlight-area p {
        top: 0;
        position: relative;
        margin-bottom: 0px;
        margin-top: 7px;
    }
    .another-payment-method p {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .nav-pills>li>a {
        padding: 15px 45px !important;
    }
}

@media(max-height:500) {
    .account-form ul.affix {
        position: static;
    }
}


/*new style 2015/12/24*/


/*index carousel style*/

.item h1.headsh1 {
    border-top: 1px solid #d3d8dd;
    border-bottom: 1px solid #d3d8dd;
    padding: 10px 0;
    display: inline-block;
    font-weight: 700;
}

.item h6 {
    border-top: 1px solid #d3d8dd;
    border-bottom: 1px solid #d3d8dd;
    padding: 10px 0;
    display: inline-block;
}

.item h6 span {
    padding: 0 20px;
    border-right: 1px solid #d3d8dd;
}

.item h6 span:nth-last-child(1) {
    border-right: 1px solid transparent;
}

.item h6 span .fa {
    padding: 0 10px;
}


/*contact page sytle*/

.contact-form {
    padding: 0px 0 0 0 !important;
}


/*help page style*/

.help a {
    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;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
}

.help a:hover,
.help a:focus {
    text-decoration: none;
    background: #000;
    color: #fff;
}


/*fleet page style*/

.last-para {
    min-height: 150px;
}

p.fleet-car {
    min-height: 260px;
}

p.fleet-car img {
    padding-bottom: 10px;
    ;
}

.fleet-car .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: block;
    width: 100%;
}

.fleet-car .btn-default:hover {
    background: #000;
}


/*responsive sytle*/

@media(max-width:767px) {
    .item h6 {
        text-align: left;
    }
    .item h6 span {
        padding: 0 20px;
        border-right: none;
        line-height: 30px;
    }
    .item h6 span .fa {
        padding: 0 10px 0 0;
        width: 30px;
        border-right: 1px solid #d3d8dd;
        margin-right: 10px;
    }
    p.fleet-car {
        min-height: 200px;
    }
    p.fleet-car img {
        padding-bottom: 5px;
        ;
    }
    .last-para {
        min-height: 10px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    p.fleet-car {
        min-height: 230px;
    }
    p.fleet-car img {
        padding-bottom: 5px;
        ;
    }
    .last-para {
        min-height: 10px;
    }
}

.common-padding {
    padding-top: 60px !important;
}

@media(max-width:479px) {
    .common-padding {
        padding-top: 120px !important;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .common-padding {
        padding-top: 110px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .common-padding {
        padding-top: 110px !important;
    }
}

.margin_top_60px {
    margin-top: 60px;
}


/*multi-service css*/

.airport-banner {
    background: url("../images/airport-bg.png") #373d44 no-repeat top center fixed;
    padding: 120px 0px;
    background-size: cover;
}

.airport-banner p {
    padding: 0 150px;
}

.airport-banner p a {
    background: #000;
    color: #fff;
    -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;
}

.airport-banner p a:hover,
.airport-banner p a:focus {
    text-decoration: none;
    background: #000;
}

.airport-service {
    padding: 60px 0;
    background: #fff;
}

.usd-after:after {
    content: 'USD';
    display: inline-block;
    margin-left: 5px;
}

.airport-service .table thead th {
    background-color: #373d44;
    color: #fff;
    border: 1px solid #373d44 !important;
    font-size: 18px;
}

.imperial-events {
    background: url("../images/fare.png") #373d44 no-repeat top center fixed;
    padding: 120px 0px;
    background-size: cover;
}

.imperial-events p {
    padding: 0 120px;
}

.event-desription {
    padding: 60px 0;
}

.event-desription h6 {
    padding: 0 160px;
}

.event-desription .item h6 {
    padding: 0 230px;
    border: none;
    min-height: 75px;
}

.event-desription .item p a {
    background: #000;
    color: #fff;
    -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;
}

.event-desription .item p a:hover,
.event-desription .item p a:focus {
    text-decoration: none;
    background: #000;
}

.event-desription .carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 10px;
    background-image: none !important;
    padding: 0;
    top: 30px;
    position: relative;
}

.event-desription .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #373d44 !important;
    border: none;
}

.wedding-location {
    background: url("../images/wedding.png") #373d44 no-repeat top center fixed;
    padding: 120px 0px;
    background-size: cover;
}

.business-meeting {
    background: url("../images/conference-room.png") #373d44 no-repeat top center fixed;
    padding: 120px 0px;
    background-size: cover;
}

.roadshow {
    padding: 60px 0;
}

.roadshow h6 img {
    max-height: 251px;
    max-width: 750px;
    display: inline-block;
}

.roadshow p {
    padding: 0 200px;
}

.tour {
    background: url("../images/tour.jpg") no-repeat top right;
    padding: 120px 0px;
    background-size: cover;
}

.tour p img {
    top: 70px;
    position: relative;
}

.hospitality {
    background: #f4f5f5;
    padding: 120px 0px;
    background-size: cover;
}

.airport-banner p a,
.imperial-events p a,
.wedding-location p a,
.business-meeting p a,
.roadshow p a,
.tour p a,
.hospitality p a {
    background: #000;
    color: #fff;
    -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;
}

.airport-banner p a:hover,
.airport-banner p a:focus,
.imperial-events p a:hover,
.imperial p a:focus,
.wedding-location p a:hover,
.wedding-location p a:focus,
.business-meeting p a:hover,
.business-meeting p a:focus,
.roadshow p a:hover,
.roadshow p a:focus,
.tour p a:hover,
.tour p a:focus,
.hospitality p a:hover,
.hospitality p a:focus {
    text-decoration: none;
    background: #000;
}

@media(max-width:479px) {
    .airport-banner {
        padding: 120px 0 60px 0px;
    }
    .airport-banner p {
        padding: 0 10px;
    }
    .airport-service {
        padding: 30px 0;
        background: #fff;
    }
    .imperial-events {
        padding: 60px 0px;
    }
    .imperial-events p {
        padding: 0 10px;
    }
    .event-desription {
        padding: 60px 0 90px 0;
    }
    .event-desription h6 {
        padding: 0 10px;
    }
    .event-desription .item h6 {
        padding: 0 10px;
        text-align: center;
    }
    .wedding-location {
        padding: 60px 0px
    }
    .wedding-responsive-margin {
        margin-bottom: 30px !important;
    }
    .business-meeting {
        padding: 60px 0px;
    }
    .roadshow p {
        padding: 0 10px;
    }
    .tour {
        background: #0b0507;
        padding: 60px 0;
    }
    .hospitality {
        padding: 60px 0px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .airport-banner p {
        padding: 0 30px;
    }
    .imperial-events p {
        padding: 0 30px;
    }
    .event-desription {
        padding: 60px 0 90px 0;
    }
    .event-desription h6 {
        padding: 0 10px;
    }
    .event-desription .item h6 {
        padding: 0 10px;
        text-align: center;
    }
    .wedding-location {
        padding: 60px 0px;
    }
    .wedding-responsive-margin {
        margin-bottom: 30px !important;
    }
    .roadshow p {
        padding: 0 30px;
    }
    .tour {
        background: #0b0507;
        padding: 60px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .airport-banner {
        padding: 120px 0 60px 0px;
    }
    .airport-banner p {
        padding: 0 10px;
    }
    .airport-service {
        padding: 30px 0;
        background: #fff;
    }
    .imperial-events {
        padding: 60px 0px;
    }
    .imperial-events p {
        padding: 0 10px;
    }
    .event-desription {
        padding: 60px 0 90px 0;
    }
    .event-desription h6 {
        padding: 0 10px;
    }
    .event-desription .item h6 {
        padding: 0 10px;
        text-align: center;
    }
    .wedding-location {
        padding: 60px 0px
    }
    .wedding-responsive-margin {
        margin-bottom: 30px !important;
    }
    .business-meeting {
        padding: 60px 0px;
    }
    .roadshow p {
        padding: 0 10px;
    }
    .tour {
        background: #0b0507;
        padding: 60px 0;
    }
    .hospitality {
        padding: 60px 0px;
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .airport-banner {
        padding: 120px 0 60px 0px;
    }
    .airport-banner p {
        padding: 0 10px;
    }
    .airport-service {
        padding: 30px 0;
        background: #fff;
    }
    .imperial-events {
        padding: 60px 0px;
    }
    .imperial-events p {
        padding: 0 10px;
    }
    .event-desription {
        padding: 60px 0 90px 0;
    }
    .event-desription h6 {
        padding: 0 10px;
    }
    .event-desription .item h6 {
        padding: 0 10px;
        text-align: center;
    }
    .wedding-location {
        padding: 60px 0px
    }
    .wedding-responsive-margin {
        margin-bottom: 30px !important;
    }
    .business-meeting {
        padding: 60px 0px;
    }
    .roadshow p {
        padding: 0 10px;
    }
    .tour {
        background: #0b0507;
        padding: 60px 0;
    }
    .hospitality {
        padding: 60px 0px;
    }
}

@media(max-width:479px) {
    .services-padding {
        padding: 150px 0px 60px 0;
    }
    .roadshow h6 img {
        max-width: 100% !important;
        max-height: 100%;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .services-padding {
        padding: 100px 0px 60px 0;
    }
    .roadshow h6 img {
        max-width: 100% !important;
        max-height: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .services-padding {
        padding: 100px 0px 60px 0;
    }
}

.triangle-border {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 51% 100%, 0 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 65%, 51% 100%, 0 65%, 0 0);
}


/*11May 2016 changes*/

@media(max-width:479px) {
    .vehicle-name h5,
    .vehicle-name p {
        text-align: left !important;
    }
    .vehicle-name-detail p img {
        margin: 0 0 20px 0;
    }
    .vehicle-name-detail h6.prices {
        font-size: 26px;
        line-height: 24px;
        margin-top: 24px;
        text-align: right;
    }
    p.vat-include {
        text-align: right !important;
    }
    .vehicle-name-detail button {
        background: #000;
        color: #fff;
        font-size: 12px;
        -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%;
    }
    .vehicle-name-detail button:hover,
    .vehicle-name-detail focus {
        background: #000;
        color: #fff;
    }
}

@media(min-width:480px) and (max-width: 767px) {
    .vehicle-name h5,
    .vehicle-name p {
        text-align: left !important;
    }
    .vehicle-name-detail p img {
        /* margin: 0 0 20px 0; */
    }
    .vehicle-name-detail h6.prices {
        font-size: 30px;
        line-height: 24px;
        /* margin-top: 36px; */
        text-align: right;
    }
    p.vat-include {
        text-align: right !important;
    }
    .vehicle-name-detail button {
        background: #000;
        color: #fff;
        font-size: 12px;
        -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%;
    }
    .vehicle-name-detail button:hover,
    .vehicle-name-detail focus {
        color: #fff;
    }
}

#black .fs_0px {
    font-size: 19px;
}

.mtop {
    margin-top: 35px;
}

@media(min-width:1100px) {
    .features {
        padding: 80px 0 80px 0 !important;
    }
    .how_works .img-responsive {
        max-width: 50%;
    }
}

.air h3 {
    color: #fff !important
}

@media(min-width:768px) {
    .vehicle-name-detail button {
        background: #000;
        color: #fff;
        font-size: 12px;
        -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%;
    }
    .vehicle-name-detail button:hover,
    .vehicle-name-detail:focus {
        background: #f8d464;
        color: #000;
    }
    .vehicle-name-detail h6.prices {
        font-size: 20px;
        line-height: 20px;
        text-align: right;
    }
}


/*11May 2016 changes ends*/

#myDate,
#departureDate {
    /*background: url(../images/cal-icon.png) no-repeat 92% center #fff;*/
}
#myDate3,
#departureDate {
    background: #ccc;
}

#myTime,
#departureTime {
    background: url(../images/clock.png) no-repeat 94% center #fff;
    background-size: 25px;
}
#myTime1,
#departureTime {
    background: url(../images/clock.png) no-repeat 94% center #fff;
    background-size: 25px;
}

.banner {
    min-height: 550px;
    background-size: cover;
}

@media (max-width:479px) {
    .banner {
        min-height: 600px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .banner {
        min-height: 670px;
    }
}

.pac-container::after {
    display: none
}

.pac-icon.pac-icon-marker {
    display: none;
}

.pac-item,
.pac-item span,
.pac-item-query {
    font-size: 12px;
    font-family: 'titilliumtext22llight';
    color: #333333;
}

.ui-timepicker-wrapper {
    width: 12.5em;
}

.error {
    color: #C30;
}
.btn-primary {
    color: #fff !important;
    background-color: #f8d464 !important;
    border-color: #f8d464 !important;
}

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

header .top-nav {
    border-top: 0px solid #434343;
    padding: 0 0 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#000 !important;
    background-color:transparent !important;
    font-size:16px;
    font-weight:400;
}
.inner h5 {
    text-align: center;
    font-size: 18px;
    background: #7D7D7D !important;
    color: #fff;
    padding: 8px 0;
    font-weight: bold;
}
.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, #f8d464) !important;
    background-image: -ms-linear-gradient(to bottom, #08c, #f8d464) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#f8d464)) !important;
    background-image: -webkit-linear-gradient(to bottom, #08c, #f8d464) !important;
    background-image: -o-linear-gradient(to bottom, #08c, #f8d464) !important;
    background-image: linear-gradient(to bottom, #f8d464, #f8d464) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#f8d464', GradientType=0);
    border-color: #f8d464 #f8d464 #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);
}

.inner img
{
    height: 150px;
}
select::-ms-expand {
    display: none;
}
select {

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


button#submitbtn {
    background: black !important;
    border-color: black !important;
}

button#submitbtn:hover {
    background: #fff !important;
    border-color: black !important;
	color: black !important;
}.about-setting h2.text-left.main-heading {
    color: #008000;
    margin-bottom: 20px;
}

.alignment-center-link.text-center a {
    display: block;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #008000;
    width: 163px;
    margin: 29px auto 0px;
}div#services-area {
    padding: 50px 0 !important;
}

.alignment-center-link.text-center a:hover{
	
	background: #000 !important;  
}