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

.banner-text p {
    color: #fff;
    font-size: 18px;
}

.fleet-box {
    background: #F48325;
    border-radius: 6px;
    padding: 20px;
    margin: 10px 0;
    text-align: center;

}
.foot-mid{
    padding:30px 0;
    background-color: #f4f4f4;
}
.fleet-box p {
    font-size: 14px;
}
.ports a{
    color:#000 !important;
}
.ports h4{
    font-size:14px;
}
.ports ul {
    list-style-type:none;
    padding-left:0 !important;
}
.ports ul li a{
    font-size:12px;
}
.ports .col-md-2 , .ports .col-md-3{
width: auto;
}
section#below-banner-area div i {
    background: #0099FF!important;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    width: 100px;
    font-size: 40px;
    color: #fff;
}
.last {
    background: linear-gradient(43deg, rgba(57, 57, 61, 1) 33%, rgba(148, 149, 149, 1) 90%);
    padding: 60px 0;
    color: #ffff;
}

.boxes-setting-area .fa-3x {
    color: #000;
    background-color: #ededed;
    padding: 20px;
    border-radius: 50%;
}

.boxes-1 {
    height: 284px;
    border: 2px solid #F48325;
    margin-top: 20px;
    border-radius: 20px;
}

.boxes-setting-area:hover {
    border: 2px solid #f48325;
}

@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 {
        margin-left: 0px;
    }
}


.banner {
    position: relative;
}

.viabtn {
    cursor: pointer;
    padding: 10px 27px;
    margin-top: -6px;
}

ul.nav.nav-tabs {
    display: none;
}

.banner-tabspan {
    position: relative !important;
    padding-top: 120px;
    z-index: 1;
    height: auto;
}

.span-txt {
    color: #F48325;
}

.banner-tabspan:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    height: 100vh;
    z-index: -1;
}

.form-group input {
    border-radius: 3px;
}

button#submitbtn {
    border-radius: 3px;
    background: #bc0033;
}

input#myTime {
    border-radius: 3px;
}

.banner-tabspan h1.text-center {
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
}

.banner-tabspan h1.text-center span {
    margin-top: 12px;
    display: inline-block;
}

.banner-tabspan .col-md-3 {
    padding: 0 5px;
}

.banner-tabspan .col-md-1 {
    padding: 0 5px;
}

.banner-tabspan .col-md-2 {
    padding: 0 5px;
}

.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: #bc0033 !important;
    margin-bottom: 16px !important
}

.tabbg {
    background: rgba(244, 131, 37, 1) !important;
    color: #fff;
    border-top: 0px solid #000;
    border-radius: 16px 16px 0 0;
}

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


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

.banner-tabspan .nav>li>a {
    padding: 13px 0;
    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: #bc0033;
    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: 22px;
}

.form-control {
    display: block;
    color: #000;
    background: #ccc;
    background-image: none;
    border: 0px solid #a9a9a9;
    border-radius: 3px;
    -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: #337ab6;
    color: #ffffff !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: 7px 25px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    margin-top: 24px;
    letter-spacing: 2px;
    border: 2px solid #bc0033;
}

#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: #bc0033;
    border-color: #bc0033;
}

#form1 label {
    font-weight: 500 !important;
    color: #000 !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: #F48325;
    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 {
    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: #bc0033;
}

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

.r-1 {
    width: 80%;
    margin: auto;
}


.c-1 {
    background-color: #000;

}

.c-1:hover {
    background-color: #F48325;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.r-1 .col-md-6 {
    padding: 30px 20px;
    border: 2px solid #000;
    height: 292px;

}



.book-btn {
    background-color: #F48325;
    border: 2px solid #000;
    color: #fff;
    border-radius: 10pxpx;
    padding: 13px 20px;


}

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-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: rgba(25, 25, 25, 0.9);
    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: #F48325;
    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: #F48325;
    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;
}

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


/****************************************************************************
                       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";
        font-size: 50px;
    }

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


}

@media (min-width:992px) {
    .im-1 {
        margin-top: 40%;
    }
}

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

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



.padd {
    margin-top: 90px;
}

.slick-slide img {
    height: 168px;
    width: 100%;
}

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

.navbar-toggle .icon-bar {
    background-color: #F48325 !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: 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%;
    }

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

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

    .vehicle-name-detail button:hover,
    .vehicle-name-detail:focus {
        background: #F48325;
        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 #ccc
}

#myTime,
#departureTime {
    background: url(../images/clock.png) no-repeat 90% center #ccc
}

.banner {
    background: url(../../images/banner.jpeg) no-repeat center;
    min-height: 100vh;
    background-size: cover;
}

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

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

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

.inner img {
    height: 118px !important;
}

.box-setting-area ul.list-setting-area li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin: 0 10px;
}

.banner-text h1,
.banner-title-area h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}

.box-setting-area ul.list-setting-area {
    list-style: none;
    padding: 0;
    background: #000;
    text-align: center;
    padding: 10px;
}

.p-1 {
    color: #fff !important;
}