        .cityPageBox {
            box-shadow: 10px 10px 5px #888888;
            padding: 30px;
            border: 1px solid rgba(204, 204, 204, 0.26);
        }
        
        .homeMainText {
            text-align: center;
            font-size: 40px;
            margin: 41px;
        }
        
        .highlight {
            padding: 9px 14px;
            margin-bottom: 0px;
            background-color: #020203c2;
            border: 0px solid #e1e1e8;
        }
        
        .highlight-dark {
            padding: 9px 14px;
            margin-top: -14px;
            margin-bottom: 0px;
            background-color: #777;
            color: #fff;
        }
        
        .search-btn-home {
            margin: 18px 0 0 0;
        }
        
        #drop_off_city {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
        }
        
        #pick_up_city {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            /* border-radius: 4px; */
        }
        
        .margin-left-60 {
            margin-left: 60px;
        }
        /* .mobMargin {
            margin-top: 100px;
        } */
        
        .panel-heading a:hover {
            color: #fbd050
        }
        
        .navbar-header img {
            margin-top: -3% !important;
            width: 21% !important;
        }
        
        .h1 {
            color: #fbd050;
        }
        
        .note {
            background-color:
        }
        
        .center-block {
            display: block;
            margin-left: auto !important;
            float: none;
            margin-right: auto !important;
        }
        
        .section {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        .wide-fat {
            width: 100%;
        }
        
        hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #eeeeee;
        }
        
        .highlight-search-cab:hover {
            cursor: pointer;
            background-color: #fff;
        }
        
        .post-title {
            margin-bottom: 5px;
        }
        
        h4 .heading {
            color: #000000;
        }
        
        .heading:visited,
        .heading:hover {
            color: #8bcf17;
            text-decoration: none;
        }
        
        .price .value {
            font-size: 18px;
        }
        
        .emphasize {
            font-weight: 900;
        }
        
        .higlight {
            color: #CF177F;
        }
        
        .searchVanImage {
            width: 270px;
            height: 109px;
            margin-top: 12px;
        }
        
        .eticket-holder {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #fff;
            background-color: #6095b8;
            text-transform: capitalize;
            text-align: center;
            padding-top: 10px;
        }
        
        .eticket-holder:visited,
        .eticket-holder:hover {
            background-color: #8bcf17;
        }
        
        .eticket-holder span {
            font-size: 25px;
            font-weight: bold;
            margin: 0 10px;
            vertical-align: middle;
        }
        
        .book-holder {
            padding: 0px 12px;
            text-align: center;
        }
        
        .button.mini {
            padding: 3px 16px;
        }
        
        .book-now {
            background: #337ab7;
            color: #FFF !important;
            font-size: 20px;
            border: 1px solid #eeeeee;
            border-radius: 0px 10px;
            font-weight: bold;
            margin: 20px 0px;
        }
        
        .button {
            display: inline-block;
            padding: 9px 16px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border-top: solid 1px #95a8b4;
            border-left: solid 1px #95a8b4;
            border-right: solid 1px #95a8b4;
            border-bottom: solid 1px #95a8b4;
            color: #CF177F;
            text-align: center;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }
        
        .button:hover {
            color: #ffffff;
            text-decoration: none;
            background-color: #CF177F;
            border-top: solid 1px #8bcf17;
            border-left: solid 1px #8bcf17;
            border-right: solid 1px #8bcf17;
            border-bottom: solid 1px #8bcf17;
        }
        
        .content.wide:hover .eticket-holder {
            background-color: #8bcf17;
        }
        
        .right-area {
            border-left: 1px solid #cadbe7;
            margin: 0px;
            padding: 0px;
        }
        
        .text-hero {
            font-family: "Roboto", arial, helvetica, sans-serif;
            margin-top: 0px;
            font-weight: 300;
            color: #565656;
            line-height: 1.3em;
        }
        
        .highlight-search-note {
            background-color: rgba(139, 207, 23, 0.49);
            border: 1px solid #cadbe7;
            padding: 5px;
        }
        
        .highlight-search-note p {
            margin: 13;
        }
        
        .highlight-search-cab {
            float: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            background-color: #edf3f7;
            border: 1px solid #cadbe7;
            margin: 10px 0px;
        }
        
        @media only screen and (max-width:800px) {
            .orderList {
                padding-left: 15%;
            }
        }
        
        .orderList {
            padding-left: 27%;
        }
        
        .book-search-note {
            background-color: rgba(139, 207, 23, 0.49);
            border: 1px solid #cadbe7;
            padding: 12px;
        }
        
        #customer_data {
            display: none;
        }
        
        #bookingSms {
            display: none;
        }
        
        fieldset {
            border: none;
            padding: 1em;
            margin: 1.5em 0 0;
        }
        
        p.w3_field1 {
            margin-top: 1em !important;
        }
        
        fieldset legend {
            margin: 0 .5em;
            background: #c6e78d;
            font-size: 1.3em;
            color: #212121;
            padding: .2em.5em;
            width: auto !important;
        }
        
        * {
            box-sizing: border-box;
        }
        
        .main {
            padding: 4em 0;
        }
        
        error-indicator[aria-hidden="true"] {
            display: none;
        }
        
        @media (min-width:800px) .error-indicator {
            display: block;
            padding: 0.5em 1em;
            background-color: #eee;
            border-radius: 3px;
            margin-top: 0.8em;
            -webkit-animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
            animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
            transform-origin: left;
        }
        
        .customerForm {
            text-align: center;
        }
        
        fieldset p {
            width: 15%;
            display: inline-block;
            color: #000;
        }
        
        fieldset input[type="text"],
        fieldset input[type="tel"],
        fieldset input[type="email"],
        fieldset input[type="date"],
        fieldset input[type="number"],
        fieldset textarea,
        fieldset select {
            width: 60%;
            display: inline-block;
            height: 40px;
            margin-bottom: 10px;
            margin-right: 5%;
        }
        
        .customerDetails {
            margin: 20px 0px;
            padding-bottom: 20px;
        }
        
        fieldset input[type="submit"],
        fieldset input[type="reset"] {
            color: #fff;
            background: #0097FF;
            border: none;
            padding: .8em 0;
            width: 25%;
            font-size: 1em;
            cursor: pointer;
            margin: 0 37%;
        }
        
        .totalPrice {
            color: green;
            font-size: 18px;
        }
        
        .yellowActivity h1 {
            color: #1bab82;
            font-size: 36px;
        }
        
        .yellowActivity p {
            color: #1bab82;
        }
        
        .front-image {
            width: 70%
        }
        
        @media screen and (max-width: 767px) {
            .front-image {
                width: 40%
            }
        }
        
        .searchBg {
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            border-radius: 16px;
            background-color: rgb(255 255 255);
            padding-top: 21px;
            top: 494px;
            width: 80%;
            box-shadow: 0px 2px 19px -2px rgb(0 0 0 / 76%);
        }
        
        @media (min-width:800px) {
            .img-responsive {
                width: 100%;
                height: 500px !important;
            }
        }
        
        @media screen and (max-width: 767px) {
            .searchBg {
                position: relative;
                top: 25px;
            }
            .Mobmargin-leftRight-20 {
                margin-left: 20px;
                margin-right: 20px;
            }
            .mobSearchHeight {
                height: auto;
            }
            .mobMargin {
                margin-top: 40px;
            }
        }
        
        .form-control {
            border: 1px solid #7f7c7c !important;
            border-radius: unset!important;
        }
        
        .padding-0 {
            padding: 0px;
        }
        
        .color {
            color: #000 !important;
        }
        
        .margin-top-16 form {
            margin-top: 16px;
        }
        
        .padding-6-8 {
            padding: 6px 8px;
        }
        
        .cab-content {
            border-radius: 16px;
            height: auto;
            padding: 20px;
            box-shadow: 0px 2px 13px -2px rgb(0 0 0 / 75%);
        }
        
        .cab-content-img img {
            margin-left: 45px;
            width: 100%;
        }
        
        .margin-100-0-45 {
            margin: 120px 0px 45px;
        }
        
        .margin-100-0-45 h2 {
            margin-bottom: 65px;
        }
        
        .fadeInRight {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }
        
        @-webkit-keyframes fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }
        
        @keyframes fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }
        
        .cab-content h3 {
            padding-bottom: 9px;
            color: #e7ae2e;
        }
        
        .yellowActivity p {
            font-size: 16px;
            margin: 12px 0px 12px;
        }
        
        .carousel-indicators {
            bottom: 70px;
        }
        
        .margin-16px p {
            margin-right: 16px;
        }
        
        .sec-title h3 {
            margin-bottom: 39px !important;
        }
        
        .rt-slideri {
            box-shadow: 0px 2px 13px -2px rgb(0 0 0 / 75%);
            margin: 15px !important;
            border-radius: 16px;
        }
        .rt-slideri01{
        box-shadow: 0px 2px 13px -6px rgb(0 0 0 / 75%);
        border-radius: 16px;
        margin-bottom: 25px !important;
        padding: 6px;
    }
        
        .cab-content p {
            font-size: 18px;
        }
        
        .aboutus-line h2:after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: rgb(251, 208, 80);
            width: 13%;
            margin: auto;
            left: 0;
            right: 0;
            top: 68%;
        }
        
        .aboutus-line01 h2:after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: rgb(251, 208, 80);
            width: 6%;
            margin: auto;
            left: 0;
            right: 0;
            top: 68%;
        }
        .aboutus-line02 h2:after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: rgb(251, 208, 80);
            width: 18%;
            margin: auto;
            left: 0;
            right: 0;
            top: 71%;
        }
        .aboutus-line03 h2:after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: rgb(251, 208, 80);
            width: 28%;
            margin: auto;
            left: 0;
            right: 0;
            top: 71%;
        }
        .aboutus-line04 h2:after {
            position: absolute;
            content: "";
            height: 2px;
            background-color: rgb(251, 208, 80);
            width: 14%;
            margin: auto;
            left: 0;
            right: 0;
            top: 71%;
        }
        
        .aboutus-para {
            margin: 0px 8px 10px;
            line-height: 25px;
        }
        .panel-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
        }
        .policy_term-content{
            width: 100%;
        }
        .shadow_generator{
            box-shadow: 0px 2px 13px -6px rgb(0 0 0 / 75%);
            border-radius: 10px !important;

        }
        .shadow_generator01{
            box-shadow: 0px 2px 13px -6px rgb(0 0 0 / 75%);
            border-radius: 10px !important;
            padding: 20px;

        }
        
        @media screen and (max-width: 767px) {
            .carousel-indicators {
                bottom: -4px;
            }
            .margin-100-0-45 {
                margin: 0px;
            }
            .margin-100-0-45 h2 {
                margin-bottom: 0px;
                font-size: 22px;
            }
            .cab-content h3 {
                padding-bottom: 5px;
                font-size: 18px;
            }
            .cab-content p {
                font-size: 15px;
            }
            .sec-title h3 {
                font-size: 28px !important;
            }
            .yellowActivity h1 {
                font-size: 18px !important;
            }
            .rt-slideri {
                height: 180px !important;
                margin-top: 16px !important;
                padding-top: 14px !important;
            }
            .homeMainText {
                font-size: 25px;
                margin: 9% 0;
            }
            .aboutus-line h2:after {
                width: 23%;
                top: 100%;
            }
            .aboutus-line01 h2:after {
                width: 10%;
                top: 100%;
            }
            .aboutus-line02 h2:after {
                width: 31%;
                top: 100%;
            }
            .aboutus-line03 h2:after {
                width: 50%;
                top: 100%;
            }
            .aboutus-line04 h2:after {
                width: 24%;
                top: 100%;
            }
        }