/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Helvetica 57 Condensed';
    font-style: normal;
    font-weight: normal;
    src: local("Helvetica 57 Condensed"), url("../fonts/HelveticaNeue-Condensed.woff") format("woff");
}

@font-face {
    font-family: 'Helvetica 58 Condensed';
    font-style: normal;
    font-weight: bold;
    src: local("Helvetica 58 Condensed"), url("../fonts/FontsFree-Net-HelveticaNeueCondensedBold.woff") format("woff");
}

body {
    background: #fff;
    color: #160b16;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #00baff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #00baff;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #160b16;
    display: inline-block;
    width: 100%;
}

#header.header-scrolled,
#header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo img {
    padding: 0;
    margin: 0 0;
    /* max-height: 26px; */
}

.main-pages {
    margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav {
    margin-top: 8px !important;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Helvetica 57 Condensed';
    text-transform: capitalize;
    font-weight: 600;
}

.main-nav li:last-child a {
    padding-right: 0;
}

.main-nav li:last-child a::after {
    display: none;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: #fff;
    width: 1px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #ec2029;
    text-decoration: none;
}

.linkAct a {
    color: #6dcff6 !important;
}

.linkAct a::after {
    background: #6dcff6 !important;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1bb1dc;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.feVenue {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-right: 0;
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #160b16;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #fff;
    font-size: 30px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.goingOut {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.goingOut h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    font-family: 'Helvetica 58 Condensed';
}

.goingOut h1 span {
    color: #ea232d;
}

.pragraph {
    font-size: 34px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
}

.boxplan h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    margin-bottom: 30px;
}

.boxplan h2 span {
    color: #ea232d;
}

.redbg {
    background: #ea232d;
}

.redborder {
    border: 1px solid #ea232d;
}

.grnBg {
    background: #93c83d;
}

.grnBorder {
    border: 1px solid #93c83d;
}

.boxpremium {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 490px;
    display: block;
    position: relative;
}

.goPre {
    text-align: center;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.goPre h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}

.goPre h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
}

.planBox {
    padding: 8px;
}

.yourContain {
    padding: 20px 30px 80px;
}

.yourContain p {
    font-size: 16px;
    font-family: 'Helvetica 57 Condensed';
    line-height: normal;
    margin-bottom: 10px;
}

.yourContain ul {
    margin: 20px 0 20px;
    padding: 0;
}

.yourContain ul li {
    font-size: 16px;
    font-family: 'Helvetica 57 Condensed';
    line-height: normal;
}

.yourContain ul li strong {
    font-size: 24px;
    position: relative;
}

.yourContain ul li strong::after {
    position: absolute;
    content: "";
    background: url(../img/taxi/close.png) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.yourContain .planPricing {
    margin: 0 0px 0;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.yourContain .planPricing .price {
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.yourContain .planPricing .price span {
    font-size: 28px;
}

.yourContain .planPricing .month {
    font-size: 14px;
    font-family: 'Helvetica 57 Condensed';
    line-height: 1em;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.plan-link a {
    background: #181117;
    border-radius: 5px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: 'Helvetica 57 Condensed';
    font-size: 18px;
}

.plan-link a i {
    margin-left: 15px;
}

.plan-link {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.fntSiz {
    font-weight: 800;
    color: #160b16;
    margin-bottom: 0;
}

.worksSection {
    padding: 90px 0 200px;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.worksSection h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    font-family: 'Helvetica 58 Condensed';
}

.worksSection h1 span {
    color: #ea232d;
}

.empower1 {
    padding: 0 0;
    position: relative;
    background: url(../img/taxi/empower-venue-bg.jpg) no-repeat;
    background-size: contain;
    width: 554px;
    height: 317px;
    margin-left: -100px;
}

.imgem {
    margin: 0 0 0 -130px;
}

.em-venue {
    /* position: absolute;
    top: 0;
    width: 100%;
    left: -20px; */
    text-align: center;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.em-venue h3 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
}

.em-venue p {
    margin-bottom: 0;
}

.red-title span {
    color: #ec1d25;
}

.red-title h3 {
    color: #ec1d25;
}

.mid1 {
    position: relative;
    right: -50px;
}

.mid1::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 51px;
    background: url(../img/taxi/arrow-down.jpg) no-repeat;
}

.thePower {
    background: url(../img/taxi/png1.png) no-repeat;
    width: 581px;
    height: 527px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thePower h3 {
    font-weight: 800;
    font-size: 34px;
    font-family: 'Helvetica 58 Condensed';
    display: flex;
}

.thePower h3 img {
    margin-right: 10px;
}

.thePower p {
    font-weight: bold;
    font-size: 24px;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    line-height: normal;
}

.thePower p span {
    color: #ec1d25;
}

.ofMnu {
    top: 90px;
    position: relative;
    left: -100px;
}

.figureOn {
    text-align: center;
}

.figureOn figure {
    position: relative;
}

.figureOn figure::before {
    position: absolute;
    left: -30px;
    top: 59%;
    transform: translateY(-50%);
    content: "";
    background: url(../img/taxi/pp1.png) no-repeat;
    width: 47px;
    height: 50px;
}

.figureOn img {
    width: 90%;
}

.figureOn h4 {
    color: #170f16;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    font-size: 24px;
}

.figureOn a {
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    font-size: 16px;
}

.customer {
    position: relative;
}

.customer::after {
    position: absolute;
    left: 14em;
    top: -80px;
    width: 18px;
    height: 108px;
    content: "";
    background: url(../img/taxi/down-arrow-large.jpg) no-repeat;
}

.customer h3 {
    display: flex;
    color: #ea222b;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
}

.customer h3 img {
    margin-right: 10px;
}

.customer figure {
    position: relative;
}

.customer figure::after {
    position: absolute;
    right: -83px;
    width: 107px;
    height: 425px;
    content: "";
    top: 0;
    z-index: -1;
    background: url(../img/taxi/lines.png) no-repeat;
}

.rel {
    position: relative;
    z-index: 1;
}

.vnuName {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 2.4em;
    top: 0;
}

.customer .big {
    font-size: 26px;
}

.customer .red {
    color: #ec1d25;
}

.customer p {
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    text-align: center;
    line-height: 24px !important;
}

.vnuName2 {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 2.2em;
    top: 15em;
}

.vnuName3 {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 2.4em;
    top: 30em;
}

.vnuName3 p {
    width: 12em !important;
    position: relative;
    left: -1.5em;
}

.vnuName4 {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 15em;
    top: 8em;
}

.vnuName5 {
    width: 180px;
    text-align: center;
    position: absolute;
    left: 15em;
    top: 22em;
}

.vnuName6 {
    width: 205px;
    text-align: center;
    position: absolute;
    left: 27em;
    top: 14em;
}

.vnuName7 {
    width: 205px;
    text-align: center;
    position: absolute;
    left: 40em;
    top: 14em;
}

.preVenu {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.preVenu h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 60px;
    font-family: 'Helvetica 58 Condensed';
}

.preVenu h1 span {
    color: #ea232d;
}

.centerSec {
    text-align: center;
}

.centerSec .col {
    margin-bottom: 30px;
}

.centerSec .col h4 {
    font-family: 'Helvetica 57 Condensed';
    font-size: 26px;
    color: #160b16;
    margin-bottom: 0;
    font-weight: bold;
}

.benefits {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.benefits h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 60px;
    font-family: 'Helvetica 58 Condensed';
}

.benefits h1 span {
    color: #ea232d;
}

.benefit-content {
    position: relative;
}

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

.bubble {
    box-sizing: border-box;
    font-weight: bold;
    line-height: normal;
    font-size: 34px;
    font-family: 'Helvetica 57 Condensed';
}

.heading {
    color: #94c840;
    margin-bottom: 15px;
    font-size: 34px;
}

.bubble span {
    color: #ec1d25;
}

.promote-menu {
    height: 205px;
    width: 270px;
    background: url(../img/taxi/menu-promote-bg.jpg) no-repeat;
    padding-top: 50px;
    position: absolute;
    top: 87px;
    left: 239px;
}

.powerful-benefits {
    height: 225px;
    width: 339px;
    background: url(../img/taxi/food-search-bg.jpg) no-repeat;
    padding: 72px 74px 0px 0px;
    position: absolute;
    top: 0px;
    left: 570px;
}

.no-reviews {
    height: 335px;
    width: 434px;
    background: url(../img/taxi/no-reviews-bg.jpg) no-repeat;
    padding: 94px 0px 0px 30px;
    font-size: 34px;
    position: absolute;
    right: 0;
    top: 195px;
}

.support-venue {
    height: 250px;
    width: 359px;
    background: url(../img/taxi/flag2.png) no-repeat;
    padding: 55px 102px 0px 0px;
    font-size: 28px;
    position: absolute;
    right: 70px;
    bottom: 236px;
}

.social-post {
    height: 183px;
    width: 408px;
    background: url(../img/taxi/social-post-bg.jpg) no-repeat;
    font-size: 26px;
    padding: 55px 0px 0px 163px;
    position: absolute;
    left: 0;
    bottom: 190px;
}

.spotlight {
    position: absolute;
    bottom: 0;
    left: 450px;
    background: url(../img/taxi/spotlight-info-bg.jpg) no-repeat;
    height: 298px;
    width: 431px;
    font-size: 26px;
    padding: 70px 0px 0px 146px;
}

.assistant {
    height: 290px;
    width: 293px;
    background: url(../img/taxi/customer-service.jpg) no-repeat;
    padding-top: 125px;
    position: absolute;
    top: 302px;
    left: 58px;
}

.benefits-main {
    /* text-align: center; */
    padding: 260px 0px 294px 341px;
    margin-bottom: 50px;
    position: relative;
    z-index: -1;
}

.improve {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.improve h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 60px;
    font-family: 'Helvetica 58 Condensed';
}

.improve h1 span {
    color: #ea232d;
}

.useText p {
    color: #160b16;
    font-size: 24px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
}

.useText p span {
    color: #ea232d;
}

.frameFindus {
    position: relative;
}

.weprovide {
    position: absolute;
    right: 0;
    bottom: 40px;
    font-weight: 800;
    color: #160b16;
    line-height: normal;
    text-align: right;
    font-family: 'Helvetica 57 Condensed';
    font-size: 20px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.proItem {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.proItem h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 60px;
    font-family: 'Helvetica 58 Condensed';
}

.proItem h1 span {
    color: #ea232d;
}

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

.promo-item img {
    margin-bottom: 20px;
}

.promo-item p {
    font-family: 'Helvetica 57 Condensed';
    font-size: 26px;
    color: #160b16;
    font-weight: bold;
    line-height: normal;
}

.days {
    display: none;
}

.border-nan {
    background-image: none;
}


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

.section-bg {
    background: #181117;
    padding: 50px 0;
}

.ftrTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clientSec {
    text-align: right;
}

.ftrMid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px;
}

.colsec {
    font-family: 'Helvetica 57 Condensed';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

.colsec.footerAddr {
    background: url(../img/taxi/footer-address.png) top left no-repeat;
    padding-left: 40px;
}

.colsec.footerContact {
    background: url(../img/taxi/footer-enquiries.png) top left no-repeat;
    padding-left: 40px;
}

.colsec.footerAbout {
    background: url(../img/taxi/footer-about.png) top left no-repeat;
    padding-left: 40px;
}

.colsec.footerVenue {
    background: url(../img/taxi/footer-venue.png) top left no-repeat;
    padding-left: 40px;
}

.colsec.footerLegal {
    background: url(../img/taxi/footer-legal.png) top left no-repeat;
    padding-left: 40px;
}

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

.colsec.footerContact p {
    line-height: normal;
    margin-bottom: 10px;
}

.noColr {
    color: #fff;
}

.ulFtr {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ulFtr li {
    margin-bottom: 5px;
}

.ulFtr a {
    color: #fff;
}

footer a.yellow {
    color: #fcb92a;
}

footer a.gap-top {
    display: block;
    margin-top: 30px;
}

.copyright {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Helvetica 57 Condensed';
    font-size: 14px;
}

.taxiOperator {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.taxiOperator h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Helvetica 58 Condensed';
}

.taxiOperator h1 span {
    color: #ea232d;
}

.pragraph2 {
    font-size: 30px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    padding-left: 50px;
}

.relativeCon {
    position: relative;
    min-height: 750px;
}

.taxicount1 {
    width: 451px;
    height: 334px;
    background: url(../img/taxi/taxi.png) no-repeat;
    position: absolute;
    right: 8em;
    top: -15em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.increese1 {
    font-size: 30px;
    color: #170f16;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    left: 1em;
    position: relative;
    top: -0.8em;
}

.taxicount1::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 58%;
    transform: translateX(-50%);
    width: 21px;
    height: 51px;
    background: url(../img/taxi/arrow-down.jpg) no-repeat;
}

.increese1 h6 {
    color: #ec1d25;
    font-size: 34px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    margin-bottom: 0;
}

.taxicount2 {
    width: 304px;
    height: 225px;
    background: url(../img/taxi/ring.png) no-repeat;
    position: absolute;
    right: 10em;
    top: 15em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.increese2 {
    font-size: 30px;
    color: #170f16;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    left: 0;
    position: relative;
    top: 0.5em;
}

.increese2 h6 {
    color: #ec1d25;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    font-family: 'Helvetica 58 Condensed';
}

.increese2 p {
    font-size: 16px;
}

.taxicount3 {
    width: 465px;
    height: 203px;
    background: url(../img/taxi/flag.png) no-repeat;
    position: absolute;
    right: 2.9em;
    top: 32em;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}

.increese3 {
    font-size: 30px;
    color: #170f16;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    left: -0.5em;
    position: relative;
    top: 0.8em;
}

.increese3 span {
    color: #ec1d25;
}

.taxicount4 {
    width: 547px;
    position: absolute;
    left: 1em;
    top: 3em;
    text-align: center;
}

.taxicount4 p {
    color: #170f16;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    font-size: 24px;
}

.imgSec {
    position: absolute;
    bottom: 4em;
    right: -10em;
}

.realtime {
    position: absolute;
    top: 14%;
    left: 45%;
    width: 200px;
    text-align: center;
    color: #170f16;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    font-size: 24px;
    line-height: normal;
}

.plan-link2 {
    position: absolute;
    right: 8.9em;
    bottom: 0;
}

.plan-link2 a {
    background: #181117;
    border-radius: 5px;
    min-width: 340px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: 'Helvetica 57 Condensed';
    font-size: 18px;
}

.plan-link2 a i {
    margin-left: 15px;
}

.nanimg {
    display: none;
}

.nanimg2 {
    display: block;
}

.workUser {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.workUser h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Helvetica 58 Condensed';
}

.workUser h1 span {
    color: #ea232d;
}

.disFle {
    align-items: center;
}

.rto {
    position: relative;
}

.rto:after {
    background: #181117;
    height: 3px;
    width: 145px;
    content: "";
    position: absolute;
    left: -47px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.containInspect {
    padding-top: 15px;
    position: absolute;
    width: 100%;
    left: 0;
}

.containInspect ul {
    padding: 0;
    list-style: none;
}

.containInspect ul li {
    color: #181117;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    font-size: 22px;
    line-height: normal;
}

.containInspect h6 {
    color: #ea232d;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
}

.containInspect p {
    color: #181117;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    font-size: 22px;
    line-height: normal;
}

.containInspect2 {
    padding-top: 5px;
    position: absolute;
    width: 300px;
    text-align: center;
    right: 0;
}

.containInspect2 p {
    color: #181117;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    margin-bottom: 0;
    font-size: 24px;
    line-height: normal;
}

.containInspect2 p span {
    color: #ea232d;
}

.rightStrtch {
    right: -2em;
    top: 10em;
}
.rightStrtch2 {
    right: -2em;
    top: 5em;
}

.taxiOperator2 {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.taxiOperator2 h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Helvetica 58 Condensed';
}

.taxiOperator2 h1 span {
    color: #ea232d;
}

.taxiOperator2 p span {
    color: #ea232d;
}

.justiFycenter {
    position: relative;
    padding-top: 20px;
    min-height: 470px;
}

.only1 {
    position: absolute;
    left: 0;
    width: 500px;
    height: 463px;
    background: url(../img/taxi/car.png) no-repeat;
}

.minimum1 {
    position: absolute;
    right: 2em;
    color: #181117;
    font-weight: bold;
    font-family: 'Helvetica 57 Condensed';
    text-align: center;
    font-size: 34px;
    line-height: normal;
    top: 2em;
}

.minimum1 span {
    color: #ea232d;
}

.only2 {
    position: absolute;
    right: 6em;
    width: 640px;
}

.minimum2 {
    display: flex;
}

.minimum2 img {
    margin-right: 15px;
    object-fit: contain;
}

.minimum2 h2 {
    font-size: 34px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    margin-bottom: 15px;
    color: #181117;
}

.minimum2 h2 span {
    position: relative;
    font-size: 20px;
    color: #7f7f7f;
}

.minimum2 h2 span::after {
    position: absolute;
    content: "";
    background: url(../img/taxi/close.png) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.minimum2 h2 strong {
    color: #ea232d;
}

.minimum2 p {
    font-size: 26px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    color: #181117;
}

.only3 {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
}

.minimum3 img {
    width: 100%;
}

.only4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 259px;
    height: 258px;
    bottom: 0;
    background: url(../img/taxi/call.png) no-repeat;
}

.minimum4 {
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    font-size: 28px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    color: #181117;
    justify-content: center;
    top: 4em;
}

.minimum4 span {
    color: #ea232d;
}

.sendCar {
    padding: 90px 0;
    background: url(../img/taxi/break.jpg) repeat-x bottom;
}

.sendCar h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Helvetica 58 Condensed';
}

.sendCar h1 span {
    color: #ea232d;
}

.responsiveImg {
    display: none;
}

.joinToday {
    padding: 90px 0;
    position: relative;
}

.joinToday h1 {
    color: #160e15;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Helvetica 58 Condensed';
}

.joinToday h1 span {
    color: #ea232d;
}

.comnt {
    position: absolute;
    right: 0;
    top: 40px;
}

.comtBg {
    width: 534px;
    height: 283px;
    background: url(../img/taxi/lineBg.png) no-repeat;
    background-size: contain;
}

.yorTaxifarm {
    font-size: 34px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    line-height: normal;
    color: #181117;
    position: absolute;
    right: 2em;
    top: 2.9em;
}

.yorTaxifarm span {
    color: #ea232d;
}

.formSec {
    padding-left: 50px;
    padding-top: 60px;
}

.formSec .form-group {
    margin-bottom: 20px;
}

.formSec .form-group label {
    /* position: absolute; */
    padding-left: 0;
    font-size: 12px;
    color: #666666;
    margin-bottom: 0;
}

.formSec .form-group label sup {
    position: relative;
    color: red;
    top: 2px;
}

.formSec .form-control {
    border: 1px solid #cccccc;
    height: 48px;
    border-radius: 5px;
}

.flexSeert {
    display: flex;
    position: relative;
}

.flexSeert p {
    margin-bottom: 0;
}

.flexSeert label {
    position: absolute;
    top: 2px;
    left: 0;
    /* left: 24px;
    padding-left: 5px !important; */
}

.flexSeert .form-check {
    padding-left: 45px;
}


/* .flexSeert .form-check {
    padding-left: 0;
} */

.formSec h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
}

.formSec p {
    color: #747474;
}

.flexSeert .custom-control-inline {
    position: relative;
    top: 3px;
    margin-right: 0;
    padding-left: 15px;
}

.notpass {
    position: relative;
}

.orangeBtn {
    position: absolute;
    right: 0;
    top: -40px;
    background: #fba100;
    height: 60px;
    min-width: 235px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Helvetica 57 Condensed';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.fancyIt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 12px;
    left: 15px;
}

.pragraphpadding {
    padding-left: 50px;
}
.form-check-label {
    font-weight: normal;
}
.noPad {
    padding: 0;
}