@media all and (min-width:992px) {
    .navbar .nav-item .nav-link {
        margin-right: 20px;
        padding: 25px 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize
    }

    .navbar .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border: none;
        left: -15px;
        border-radius: 8px;
        background: var(--color-white);
        width: 220px;
        box-shadow: var(--box-shadow)
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid var(--border-info-color)
    }

    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        padding: 9px 25px;
        font-weight: 600;
        color: var(--color-dark);
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        transition: all .3s ease-in-out
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: var(--theme-color);
        padding-left: 32px
    }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "//";
        position: absolute;
        left: 15px;
        top: 9px;
        color: var(--theme-color);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        z-index: -1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        opacity: 1;
        visibility: visible
    }

    .navbar .nav-item .nav-link {
        position: relative
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: var(--theme-color)
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg)
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%
    }

    .navbar #main_nav {
        justify-content: flex-end
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-left: 15px
    }

    .nav-right-link {
        position: relative;
        font-size: 20px;
        color: var(--color-dark);
        transition: var(--transition)
    }

    .nav-right-link:hover {
        color: var(--theme-color) !important
    }

    .nav-right .sidebar-btn .nav-right-link,
    .nav-right .search-btn .nav-right-link {
        border: none;
        background: 0 0;
        color: var(--color-dark);
        font-size: 28px;
        padding-right: 0
    }

    .nav-right .search-btn .nav-right-link {
        font-size: 20px;
        padding: 0
    }

    .nav-right .theme-btn {
        padding: 12px 12px
    }
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed;
        background-color: #fff;
        border-radius: 0px;
        padding: 5px 0px 5px 0px;
    }

    .navbar-brand {
        padding-left: 0px
    }

    .navbar-brand img {
        width: 125px
    }

    .navbar-collapse {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 0px;
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: var(--color-dark);
        font-weight: 400;
        transition: var(--transition)
    }

    .navbar .nav-item .nav-link:hover {
        color: var(--theme-color) !important
    }

    .navbar-toggler {
        padding: 0;
        border: none
    }

    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .mobile-menu-right .nav-right-link {
        background: 0 0;
        border: none;
        font-size: 20px;
        color: var(--color-dark)
    }

    .mobile-menu-right .nav-right-link:hover {
        color: var(--theme-color)
    }

    .search-area.open {
        top: 50px !important
    }

    .navbar-toggler-mobile-icon {
        font-size: 25px;
        color: #000;
        font-weight: 500
    }

    .navbar .dropdown-menu {
        border-radius: 8px
    }

    .nav-right {
        display: none
    }
}

@media all and (max-width: 500px) {

    

    .hero-single {
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 10px;
    }

    .hero-single::before {
        border-radius: 10px;
        opacity: .7;
    }

    .hero-single .hero-content {
        height: 100%;
        text-align: center;
    }

    .hero-single .hero-content p {
        font-size: 15px;
    }

    .hero-single .hero-content .hero-sub-title {
        font-size: 18px !important;
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
    }

    .typed {
        font-size: 16px;
        line-height: 20px
    }

    .navbar {
        width: 100%;
        margin: 0px 0%;
        z-index: 9999
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px;
        padding-left: 10px;
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px;
        padding: 3px 10px
    }

    .monphone {
        display: block !important;
    }

    .monphone {
        background-color: var(--theme-color);
        text-align: center;
        margin: 0px 10px;
        border-radius: 6px;
    }

    .monphone a {
        color: #fff;
        font-weight: 600;
        font-size: 14px
    }

    .monphone a:hover {
        color: #fff !important
    }

    .monphone {
        padding: 0px;
        width: 94%;
        font-size: 14px
    }

    .shine-btn {
        font-size: 10px
    }

    #main_nav .shine-btn {
        font-size: 14px;
        padding: 0px 0px !important;
    }

    .monwhatsapp {
        display: block !important;
        margin-bottom: 5px !important
    }

    .monwhatsapp {
        margin-top: 5px !important;
        background-color: rgb(34 197 94/var(--tw-bg-opacity, 1));
        text-align: center;
        margin: 0px 10px;
        border-radius: 6px;
    }

    .monwhatsapp a {
        color: #fff;
        font-weight: 600;
        font-size: 14px
    }

    .monwhatsapp a:hover {
        color: #fff !important
    }

    .nav-tabs .nav-link:nth-child(2) {
        margin: 0px 3px;
    }

    .enq-form {
        margin-top: -10px;
    }

    .booking-form {
        padding: 5px 1px 1px;
        margin-top: 10px;
    }

    .booking-form .form-control {
        border: 1px solid #ced4da
    }

    .home-aboutus img {
        height: 200px;
    }
    .fixme {
        display: block;
        width: 96%;
    }

    .callbutton {
        background: linear-gradient(-45deg, #d5051d, #fe6002, #d5051d, #d5051d);
        background-size: auto;
        background-size: 400% 400%;
        animation: gradient 5s ease infinite;
        display: block;
        width: 100%;
        margin: 5px 7px;
        border-radius: 6px;
        display: block !important;
    }

    .callbutton a {
        color: #fff;
        padding: 6px;
        text-align: center;
        display: block;
        text-transform: uppercase;
    }

    .mobileform {
        display: block !important
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px;
        padding-left: 10px;
    }

    .clients {
        padding: 13px 0px;
    }

    .clients h3 {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-top: 10px
    }

    .blog .service-item {
        margin-top: 30px;
    }

    .monphone {
        display: block !important;
    }

    .monphone {
        background-color: var(--theme-color);
        text-align: center;
        margin: 0px 10px;
        border-radius: 6px;
    }

    .monphone a {
        color: #fff;
        font-weight: 600;
    }

    .monphone a:hover {
        color: #fff !important
    }

    .monphone {
        padding: 0px;
        width: 94%;
        font-size: 14px
    }

    .shine-btn {
        font-size: 10px
    }

    #main_nav .shine-btn {
        font-size: 14px;
        padding: 0px 0px !important;
    }

    .nav-item .nav-link {
        padding: 3px 0px;
        border-bottom: 1px silid #000
    }

    .monwhatsapp {
        display: block !important;
        margin-bottom: 5px !important
    }

    .monwhatsapp {
        margin-top: 5px !important;
        background-color: rgb(34 197 94/var(--tw-bg-opacity, 1));
        text-align: center;
        margin: 0px 10px;
        border-radius: 6px;
    }

    .monwhatsapp a {
        color: #fff;
        font-weight: 600;
    }

    .container {
        padding: 0px 16px !important
    }

    .booking-form .container {
        padding: 0px 0px !important
    }

    .navbar {
        margin: 0px !important;
        z-index: 99999;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .mainlist {
        margin-top: 5px;
    }

    .mainlist li {
        margin: 0px 0px 0px 3px;
    }

    .mainlist .nav-item .nav-link {
        padding: 5px 5px;
        border: 2px solid #d5051d !important;
        font-size: 15px;
    }

    .enq-form {
        margin-top: -10px;
    }

    .faq-area {
        padding: 0px 0px 0px;
    }

    .faq-area img {
        height: 200px;
    }

    .faq {
        padding: 0px 0px;
    }

    .enquiryform .book-ride {
        padding: 10px 0px;
    }

    .enquiryform .bg {
        height: 370px;
    }

    .service-item {
        margin-bottom: 10px;
    }

    .faq-area .service-icon {
        width: 154px;
        height: 40px;
        margin-top: -40px;
        padding: 0px
    }

    .testimonial-author-info h6 {
        padding: 3px 0px;
        font-size: 10px;
    }

    .navbar-brand2 .testimonial-author-info p {
        font-size: 13px;
        color: #000;
    }

    .navbar-brand2 .fa {
        font-size: 10px;
        padding: 10px;
        color: #fff;
        border-radius: 50px;
    }

    .faq-area .service-icon {
        line-height: 0px;
    }

    .testimonial-author-info {
        flex: 1;
        margin: 2px 0 5px;
    }

    .faq h3 {
        font-size: 15px;
    }

    .faq p.fullfaq {
        padding: 0px 0px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 5px
    }

    .faq-area p {
        text-align: left;
        color: #000;
        line-height: 16px;
        font-size: 12px;
    }

    .contact-address li>.icon-element {
        left: 0px;
        top: 0px;
        width: 45px;
        height: 45px;
        line-height: 46px;
        font-size: 17px;
        padding: 0px;
        color: #fff;
    }

    .contact-address li {
        position: relative;
        padding: 0px 0px 10px 50px;
    }

    .client-review {
        padding: 20px 0px 20px;
    }

    .client-review .pre {
        padding: 0px 15px;
    }

    .client-review h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .client-review p {
        color: #000;
        padding: 0px 0px;
        font-size: 13px;
        line-height: 17px;
    }

    .client-review .exp {
        background-color: #D5051D;
        padding: 5px;
        margin: 10px 0px
    }

    .client-review .exp .count {
        font-size: 50px;
        padding-right: 0px;
        line-height: 60px
    }

    .client-review .exp .year {
        padding: 0px 14px;
        border-left: 1px solid #f5f5f5;
    }

    .client-review .testimonial-single {
        height: 130px;
        padding: 20px
    }

    .client-review .exp .year h4 {
        font-size: 16px;
    }

    .client-review .testimonial-rate img {
        width: 100px !important;
    }


    .fleetoverview ul {
        margin-bottom: 5px
    }

    .fleetoverview ul li {
        color: #000;
        line-height: 15px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }

    .fleetoverview h3 {
        padding: 0px 10px
    }

    .fleetoverview p {
        padding-bottom: 10px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 15px
    }

    .fleetoverview table p {
        color: #fff;
        line-height: 16px;
        font-size: 14px;
        padding-bottom: 0px;
    }

    .fleetoverview .note {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px
    }

    .enquiryform .book-ride h5 {
        font-size: 14px;
        color: #fff;
    }

    .heading-divider {
        display: none
    }

    .book-ride ul li.pho {
        padding: 0px 4px;
        font-size: 14px;
    }

    .book-ride ul li.req {
        padding: 0px 4px;
        font-size: 14px;
    }

    .partner-img {
        padding: 14px
    }

    .footer {
        background-color: #000;
        padding: 25px 0px 50px;
    }

    

    .footer-logo p.dd {
        padding-bottom: 0px;
    }

    .footer ul li {
        display: inline-block;
        padding: 0px 25px 0px 0px;
    }

    .qlinks {
        margin-top: 20px !important
    }

    .testimonial-author-img {
        margin-right: 4px;
        width: 38px;
        padding: 4px 0px;
        border-radius: 50px;
        border: 3px solid var(--theme-color);
        border-top-color: transparent;
        border-bottom-color: transparent;
        top: 10px;
    }

    .service-arrow .theme-btn {
        padding: 5px 22px !important;
    }

    .vehicaltypes .service-item {
        padding: 10px 15px
    }

    .vehicaltypes .service-title {
        text-align: center
    }

    .vehicaltypes .service-title a {
        font-size: 14px;
        margin: 5px 0;
        font-weight: 600;
        color: #000;
    }

    .vehicaltypes .service-arrow {
        margin-top: 5px;
    }

    .vehicaltypes .theme-btn {
        width: 100%
    }

    .vehicaltypes .right {
        border-right: 1px solid #000
    }

    .vehicaltypes .right p {
        line-height: 18px
    }

    .vehicaltypes p {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #000
    }

    .vehicaltypes .service-item {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 9px;
    }

    .enquiryform img {
        margin: -41px 0px 0px 0px;
        width: 280px;
    }

    .site-heading p {
        margin-top: 0px;
    }

    .fleets p {
        line-height: 15px;
        padding: 0px 0px 5px;
        font-size: 13px
    }

    .site-heading {
        margin-bottom: 5px;
    }

    .fleets .service-content .service-title {
        text-align: left;
        font-size: 16px
    }

    .fleets .service-content .service-title {
        padding-bottom: 0px
    }

    .fleets .service-content {
        padding: 0px 0px;
    }

    .fleets .service-title1 span {
        font-size: 12px;
    }

    .fleets .passengers i {
        font-size: 12px;
        width: 21px
    }

    .fleets .passengers {
        font-size: 14px
    }

    .fleet-desktop .theme-btn {
        font-size: 10px;
        padding: 6px 0px;
        width: 32.3%;
    }

    .fleet-desktop .theme-btn.whats {
        background-color: #006400
    }

    .service-item {
        padding: 15px 15px 5px
    }

    .faq-area .service-item {
        padding: 15px 15px 15px !important
    }

    .acc-head {
        padding: 10px 15px;
    }

    .faq-area .faq {
        padding: 0px 15px
    }

    .book-ride ul li {
        display: inline-block;
        margin-right: 2px
    }

    .footerone {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff !important;
        color: #fff;
        text-align: center;
        display: block;
        z-index: 99999;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 2px solid #ff7801
    }

    .carousel {
        margin-top: 0px !important;
        width: 100% !important
    }

    .footerone ul {
        margin: 0px 0 !important;
        padding: 0 !important
    }

    .footerone ul li {
        display: inline-block;
        padding: 4px 12px
    }

    .footerone ul li a {
        color: #043436
    }

    #main {
        width: 100%;
        margin: 0 auto;
    }

    #main .icon {
        padding: 0px;
    }

    #main .icon:nth-child(2n) {
        animation-name: keyframes1;
        animation-iteration-count: infinite;
        transform-origin: 50% 10%;
    }

    #main .icon:nth-child(2n-1) {
        animation-name: keyframes2;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-origin: 30% 5%;
    }

    @keyframes keyframes1 {
        0% {
            transform: rotate(-2deg);
            animation-timing-function: ease-in;
        }

        50% {
            transform: rotate(4.5deg);
            animation-timing-function: ease-out;
        }
    }

    @keyframes keyframes2 {
        0% {
            transform: rotate(2deg);
            animation-timing-function: ease-in;
        }

        50% {
            transform: rotate(-4.5deg);
            animation-timing-function: ease-out;
        }
    }

    .partner {
        display: none
    }

    .blog .service-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
        border-radius: 8px 8px 8px 8px;
    }

    .hero-content {
        padding: 10px !important
    }

    .maharaja-tt .hero-content {
        padding: 10px !important;
    }

    .fleetoverview table td {
        line-height: 13px;
        font-size: 12px;
    }

    .out h2 {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .fleetoverview h3 {
        padding: 0px 0px;
        font-size: 12px
    }

    .imagesbox {
        white-space: nowrap;
        overflow: hidden;
        margin-left: -60%;
        margin-right: -60%;
    }

    .enquiryform .book-ride p {
        font-size: 12px;
        color: #fff;
    }

    .book-ride ul {
        margin-top: 4px;
    }

    .pd-20 {
        padding: 10px 10px
    }

    .shop-tab {
        padding: 10px !important
    }

    .booking-form1 .form-control {
        margin-bottom: 10px;
        line-height: 35px
    }

    .booking-form1 .form-group label {
        margin-bottom: 0px;
    }

    input:valid~label {
        top: 3px;
        left: 15px;
        background-color: red
    }

    .input-field input {
        border: 1px solid #ced4da
    }

    .ss>span {
        height: 48px;
    }

    .navbar {

        padding-top: 10;
        padding-bottom: 10;
        box-shadow: var(--box-shadow);
        z-index: 9999;
        position: absolute;
        width: 100%;
        margin: 15px 5%;
        background-color: #fff;
        border-radius: 0px;
    }

    .booking-form .form-group label {
        margin-bottom: 5px;
        color: var(--color-dark);
        font-size: 14px;
        background-color: #f6f6f6;
        line-height: 22px;
        padding: 0px 33px 0px 10px;
    }

    .home-aboutus p {
        text-align: left;
        color: #000;
        line-height: 16px;
        font-size: 12px;
    }

    .font-size-16 {
        font-size: 13px
    }

    .testimonial-content {
        display: flex;
        align-items: center;
    }

    .home-aboutus .service-icon {
        width: 170px;
        height: 40px;
        margin-top: -40px;
        padding: 0px 5px;
    }

    .navbar-brand2 .testimonial-author-img {
        width: 38px;
    }

    .navbar-brand2 .fa {
        width: 25px;
        height: 25px;
    }

    .home-aboutus .service-icon {
        line-height: 10px;
        font-size: 22px;
    }

    .testimonial-author-img {
        margin-right: 4px;
        width: 38px;
        padding: 4px 0px;
        border-radius: 50px;
        border: 3px solid var(--theme-color);
        border-top-color: transparent;
        border-bottom-color: transparent;
        top: 10px;
    }

    .navbar-brand2 .fa {
        font-size: 10px;
        padding: 8px;
        color: #fff;
        border-radius: 50px;
    }

    .testimonial-author-info {
        flex: 1;
        margin: 2px 0 5px;
    }

    .navbar-brand2 .testimonial-author-info h6 {
        padding: 3px 0px;
        font-size: 10px;
    }

    .navbar-brand2 .testimonial-author-info p {
        font-size: 13px;
        color: #000;
    }

    p.site-title {
        font-size: 18px !important;
        color: #000;
    }

    .fleets .service-content {
        position: relative;
        margin-top: 5px;
    }

    .fleets .fleet-desktop a {
        font-size: 13px
    }

    .fleets .fleet-desktop a.readmore {
        width: 32.3% !important;
        color: #fff;
        text-decoration: none;
        padding: 4px 10px;
        background: var(--theme-color);
        box-shadow: var(--box-shadow);
    }

    .fleets .fleet-desktop a.whats {
        width: 32.3% !important;
        color: #fff;
        background-color: #006400;
        text-decoration: none;
        padding: 4px 10px;
        box-shadow: var(--box-shadow);
    }

    .exp .count {
        font-size: 50px;
        padding-right: 0px;
        line-height: 60px;
    }

    .hero-single1 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px
    }

    .hero-single1::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -.5px;
        top: 0;
        background: var(--hero-overlay-color);
        opacity: .7;
        z-index: -1;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .maharaja-tt .prices table th {
        font-size: 12px;
        padding: 5px 1px
    }

    .maharaja-tt .prices table td {
        font-size: 12px
    }

    .hero-section1 .hero-single {
        padding-top: 90px;
        padding-bottom: 10px;
    }

    .maharaja-tt .prices table {
        margin-bottom: 0px
    }

    .maharaja-tt .prices table th {
        font-size: 10px
    }

    .maharaja-tt .prices table td {
        padding: 2px 10px
    }

    .maharaja-tt .prices table th.out {
        background-color: var(--theme-color);
        color: #fff
    }

    .maharaja-tt .prices table .tariffnote {
        background-color: #f7f7f7;
        font-weight: 600
    }

    .overview .specification h2 {
        font-size: 16px
    }

    .overview .specification h3 {
        font-size: 16px;
        padding: 3px 0px
    }

    .overview .specification p {
        font-size: 12px;
        line-height: 16px
    }

    .overview .specification ol li {
        font-size: 14px;
        line-height: 15px !important
    }

    .overview .specification ul li {
        font-size: 14px;
        line-height: 15px !important
    }

    .descriptionss .shop-tab {
        margin: 0px 10px 10px 10px;
    }

    #myBtn {
        bottom: 54px;
        right: 10px;
        padding: 5px;
        border-radius: 4px;
        font-size: 14px;
    }

    .login-popup {
        display: block;
    }

    .login-popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1099;
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease;
        display: block !important;
        border-radius: 8px;
    }

    .login-popup.show {
        visibility: visible;
        opacity: 1;
    }

    .login-popup .box {
        background-color: #ffffff;
        width: 750px;
        position: absolute;
        left: 50%;
        top: 67%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        opacity: 0;
        margin-left: 50px;
        transition: all 1s ease;
    }

    .login-popup.show .box {
        opacity: 1;
        margin-left: 0;
        width: 340px !important;
    }

    .login-popup .form-group {
        margin-bottom: 10px !important
    }

    .login-popup .box {
        background-color: #fff;
        width: 450px;
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        opacity: 0;
        margin-left: 50px;
        transition: all 1s ease;
        padding: 2px;
        border: 10px solid #d5051d
    }

    .login-popup .box .img-area {
        flex: 0 0 40%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .login-popup .box .img-area h1 {
        font-size: 30px
    }

    .login-popup .box .img-area .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        animation: zoomInOut 7s linear infinite;
        z-index: -1
    }

    .login-popup .box .form {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px;
    }

    .login-popup .box .form h5 {
        color: #fff;
        font-size: 14px;
        margin: 0 0 10px;
        background-color: #FFB300;
        padding: 10px 0px;
        text-align: left;
        padding: 5px 20px 5px 5px;
    }

    .login-popup .box .form .close {
        position: absolute;
        right: 6px;
        top: -10px;
        font-size: 30px;
        cursor: pointer;
        color: #000 !important;
        padding: 5px;
        height: 40px;
    }

    .btn-call {
        background: #ffb300;
        border: 2px solid #ffb300;
        border-radius: 50%;
        box-shadow: 0 8px 10px rgba(254, 0, 0, 0.3);
        cursor: pointer;
        height: 40px;
        width: 40px;
        text-align: center;
        margin: auto;
        margin-top: auto;
        bottom: 50px;
        z-index: 999;
        transition: .3s;
        -webkit-animation: hoverWave linear 1s infinite;
        animation: hoverWave linear 1s infinite;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-top: 0px;
    }

    

    .fa-2x {
        font-size: 16px;
        color: #000
    }

    .maharaja-tt h2.hero-sub-title {
        font-size: 16px;
        text-align: center;
    }

    .maharaja-tt .taxi-single-meta {
        text-align: center;
    }

    .maharaja-tt p {
        text-align: justify;
        color: #000;
        line-height: 16px;
        font-size: 14px;
    }

    .maharaja-tt h3 {
        font-size: 14px;
        margin-bottom: 2px
    }

    .maharaja-tt ul li {
        font-size: 14px;
        line-height: 16px
    }

    .fleetoverview .note {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .featues-info h6 {
        font-size: 14px;
    }

    .fleet-des .contact-form {
        margin: 0px 5px 5px 5px
    }

    .fleetoverview p {
        padding-bottom: 4px
    }

    .specification-card .feature-img {
        width: 40px;
        height: 40px;
        padding: 5px 5px;
    }

    .fleet-desktop .readmore1.shine-btn {
        display: block
    }

    .fleet-desktop .readmore1.shine-btn {
        background-color: var(--theme-color);
        padding: 4px 5px;
        position: relative;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        border-radius: 5px;
        width: 32.3%;
        font-size: 13px;
        text-align: center;
    }

    .fleet-desktop .readmore1.shine-btn:hover {
        color: #fff
    }

    .fleet-desktop .readmore1.shine-btn::before {
        animation: shine 0.9s linear infinite;
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 32%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-20deg);
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    .vehicaltypes {
        display: none !important
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9999;
    }

    .popup-content {
        background: #fff;
        width: 90%;
        padding: 20px;
        margin: 50px auto;
        border-radius: 8px;
        text-align: center;
        position: relative;
    }

    .close-btn {
        position: absolute;
        top: -15px;
        right: -13px;
        cursor: pointer;
        font-size: 20px;
        background-color: red;
        border-radius: 21px;
        width: 30px;
        height: 30px;
        color: #fff;
        padding: 0px;
        line-height: 30px;
    }

    .hero-single2 
    {
        padding-top: 80px;
        padding-bottom: 10px;
    }

    .hero-single2 h1 {
        font-size: 16px;
    }

    .home-out {
        padding: 10px
    }

    .owl-theme .owl-dots {
        position: absolute;
        bottom: 0px;
        padding: 0px 38%;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }

    .enquiryform .book-ride ul li.req {
        padding: 2px 10px;
    }

    .enquiryform .book-ride ul li.pho {
        padding: 2px 10px;
    }

    .tab-content .form-group{
        position: relative;
        margin-bottom: 5px !important;
    }
    .theme-btn {
          width: 100%;
          padding: 5px 15px;
        }

         input::placeholder {
          font-size: 14px;
        }
        select option::placeholder {
          font-size: 14px;
        }
    .mobileved{display: block !important; }
    .mobileved .ser{border: 1px solid #ddd; border-radius: 5px;padding: 5px 5px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
    .mobileved .ser img{width: 28px;
    margin-bottom: 5px;}
    .mobileved .ser p{font-size: 8px; text-align: center; font-weight: 600; line-height: 12px; color: #000;font-weight: 600;}
    .mobileved .col-3{padding: 5px}
    .feature-line{
      width:25px;
      height:2px;
      background:#c40018;
      margin:5px auto;
      border-radius:10px;
    }

    .hero-section {
        position: relative;
        margin: 80px 10px 0px 10px;
        border-radius: 10px;
    }
    .home-aboutus {padding: 5px 0 5px;}
    .footer-nav{display: block !important; position: fixed;
    left: 0;
    bottom: 0;
    background-color: #05172D !important;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 99999;
    margin: 1px 3px;
    border-radius: 10px;
    width: 98.5%;
    }
    .footer-nav ul{text-align: center;}
    .footer-nav ul li {
    display: inline-block;
    padding: 4px 0px;
    width: 19%;
    text-align: center;
  }
  .footer-nav ul li.active{background-color: #d5051d}
  .footer-nav i{color: #fff}
  .footer-nav p{font-size: 10px; color: #fff}

  .nav-item::after{
      content:'';
      position:absolute;
      right:0;
      top:20%;
      height:60%;
      width:1px;
      background:rgba(255,255,255,0.15);
    }
    .footer-nav ul li:after{
      content:'';
      position:absolute;
      right:0;
      top:20%;
      height:60%;
      width:1px;
      background:#fff;
    }

    .hero-single img{border-radius: 10px}

    .socialmedia li a i {
      color: #000;
      font-size: 12px!important;
      background-color: #f4f4f4;
      width: 30px !important;
      height: 24px !important;
      padding: 7px 10px !important;
    }

    .footer-logo img {
          width: 138px !important;
          margin-bottom: 20px;
          background-color: #fff;
          padding: 5px 9px;
          border-radius: 9px;
        }
        .footer-logo p.dd {
            padding-bottom: 0px;
            font-size: 12px !important;
            line-height: 18px !important;
          }
          .mobilefooter{display: block !important}
    .desktopfooter{display: none !important}
    .payment li img {
          width: 32px !important;
        }
    @keyframes hoverWave {
        0% {
            box-shadow: 0 8px 10px rgba(254, 0, 0, 0.3), 0 0 0 0 rgba(254, 0, 0, 0.2), 0 0 0 0 rgba(254, 0, 0, 0.2)
        }

        40% {
            box-shadow: 0 8px 10px rgba(254, 0, 0, 0.3), 0 0 0 15px rgba(254, 0, 0, 0.2), 0 0 0 0 rgba(254, 0, 0, 0.2)
        }

        80% {
            box-shadow: 0 8px 10px rgba(254, 0, 0, 0.3), 0 0 0 30px rgba(254, 0, 0, 0), 0 0 0 26.7px rgba(254, 0, 0, 0.067)
        }

        100% {
            box-shadow: 0 8px 10px rgba(254, 0, 0, 0.3), 0 0 0 30px rgba(254, 0, 0, 0), 0 0 0 40px rgba(254, 0, 0, 0.0)
        }
    }

}


@media all and (max-width: 375px) {
    .nav-tabs .nav-link {
        font-size: 12px !important;
        width: 32% !important
    }

    .fleets .service-item {
        padding: 15px 10px 5px !important;
    }

    .fleets .fleet-desktop a.readmore {
        padding: 4px 4px !important;
        width: 32% !important;
        font-size: 12px !important
    }

    .fleets .fleet-desktop a.whats {
        padding: 4px 4px !important;
        width: 32% !important;
        font-size: 12px !important
    }

    .footerone ul li {
        display: inline-block;
        padding: 4px 8px !important;
    }


    /*saasddjfasjdfakjsdfkj*/
    .tab-content .form-group{
        position: relative;
        margin-bottom: 5px !important;
    }

    .theme-btn {
          width: 100%;
          padding: 5px 15px;
        }

        input::placeholder {
          font-size: 14px;
        }
        select::placeholder {
          font-size: 14px;
        }

    .mobileved{display: block !important; }
    .mobileved .ser{border: 1px solid #ddd; border-radius: 5px;}
    .mobileved .ser p{font-size: 12px; text-align: center; line-height: 15px}
    .mobilefooter{display: block !important}
    .desktopfooter{display: none !important}
}