@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
#hero-section .form-check,
#new_ul li,
.marquee {
    display: flex;
}

#section1::before,
.p_bold::before {
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-primary-btn,
.navbar-nav .custom-link,
.navbar-nav .register-btn {
    font-size: var(--fs-18-xl);
    text-decoration: none;
    font-family: var(--ff-sb);
}

.form-check,
.heading,
.heading_bedore,
.p_bold {
    display: flex;
    align-items: center;
}

#bottomdiv,
#topdiv {
    height: 50px;
}

.carousel-card .rating-text p,
.circle_p {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}

.circle_p,
.offer-section h5 {
    -webkit-box-orient: vertical;
}

.circle_p,
.textimonial_p {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.pills-conditions .view-list-wrapper ul ol,
footer ul {
    list-style: none;
}

@font-face {
    font-family: PlusJakartaSans-Light;
    src: url('/assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Light.woff2')format('woff2'), url('https://bharattaxi.com/assets/fonts/Plus_Jakarta_Sans/static//PlusJakartaSans-Light.woff2')format('woff2');
}

@font-face {
    font-family: PlusJakartaSans-SemiBold;
    src: url('/assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-SemiBold.woff2')format('woff2'), url('https://bharattaxi.com//assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-SemiBold.woff2')format('woff2');
}

@font-face {
    font-family: PlusJakartaSans-Bold;
    src: url('/assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Bold.woff2')format('woff2'), url('https://bharattaxi.com//assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Bold.woff2')format('woff2');
}

@font-face {
    font-family: PlusJakartaSans-Regular;
    src: url('/assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Regular.woff2')format('woff2'), url('https://bharattaxi.com//assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Regular.woff2')format('woff2');
}

@font-face {
    font-family: PlusJakartaSans-Medium;
    src: url('/assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Medium.woff2')format('woff2'), url('https://bharattaxi.com//assets/fonts/Plus_Jakarta_Sans/static/woff2/PlusJakartaSans-Medium.woff2')format('woff2');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body {
    overflow-x: hidden;
}

:root {
    --fs-50-xl: 3.125rem;
    --fs-30-xl: 1.875rem;
    --fs-24-600: 1.5rem;
    --fs-20-xl: 1.25rem;
    --fs-19-px: 1.1875rem;
    --fs-18-xl: 1.125rem;
    --fs-14-xl: 0.875rem;
    --fs-12-xl: 0.75rem;
    --fs-16: 1rem;
    --fs-15px: 0.9375rem;
    --fs-13px: 0.8125rem;
    --fs-10: 0.65rem;
    --alice-Blue: #f1f7fe;
    --primary-color: #007bff;
    --yello-color: #fbde15;
    --white-color: #fff;
    --black-color: #000;
    --Dark-grayish-blue-color: #97a0a4;
    --darkcharcoal-color: #333333;
    --red-color: #ef5844;
    --Gray54-color: #8a8a8a;
    --border-color: #e9e9e9;
    --light-yellow-color: #fbf9eb;
    --ff: PlusJakartaSans-Light;
    --ff-sb: PlusJakartaSans-SemiBold;
    --ff-b: PlusJakartaSans-Bold;
    --ff-r: PlusJakartaSans-Regular;
    --ff-m: PlusJakartaSans-Medium;
    --container-width: 73.125rem;
    --heroContainer-width: 63.5rem;
    --mt-100: 6.25rem;
    --mb-100: 6.25rem;
    --mt-70px: 4.375rem;
    --mb-70px: 4.375rem;
    --pt-100: 6.25rem;
    --pb-100: 6.25rem;
    --mt-50: 3.125rem;
    --mb-40px: 2.5rem;
    --ms-20px: 1.25rem;
    --me-20px: 1.25rem;
    --mt-20px: 1.25rem;
    --mb-20px: 1.25rem;
    --ms-25px: 1.52rem;
    --me-25px: 1.52rem;
    --mt-25px: 1.52rem;
    --mb-25px: 1.52rem;
    --mt-30px: 1.875rem;
    --mb-30px: 1.875rem;
    --ms-16px: 1rem;
    --me-16px: 1rem;
    --mt-16px: 1rem;
    --mb-16px: 1rem;
    --mb-12px: 0.75rem;
    --ps-16px: 1rem;
    --pe-16px: 1rem;
    --ps-10px: 0.625rem;
    --pe-10px: 0.625rem;
    --pt-16px: 1rem;
    --pb-16px: 1rem;
    --m: 1.25rem;
    --p-20px: 1.25rem;
    --mb-50: 3.125rem;
    --pt-50: 3.125rem;
    --pb-50: 3.125rem;
    --pb-70: 3.125rem;
    --p-30: 1.875rem;
    --p-12px: 0.75rem;
    --txt-mar: 8.125rem;
}

.mb-16px {
    margin-bottom: var(--mb-16px);
}

.mb-12px {
    margin-bottom: var(--mb-12px);
}

.mt-12px {
    margin-top: 12px;
}

.mt-16px {
    margin-top: var(--mt-16px);
}

.ms-16px {
    margin-left: var(--mt-16px);
}

.me-16px {
    margin-right: var(--mt-16px);
}

.pb-16px {
    padding-bottom: var(--mb-16px);
}

.pt-16px {
    padding-top: var(--mt-16px);
}

.ps-16px {
    padding-left: var(--mt-16px);
}

.pe-16px {
    padding-right: var(--mt-16px);
}

.mt-100 {
    margin-top: var(--mt-100);
}

.mt-50 {
    margin-top: var(--mt-50);
}

.pt-50 {
    padding-top: var(--pt-50);
}

.pb-50,
.pb-70 {
    padding-bottom: var(--pb-50);
}

.pb-100 {
    padding-bottom: var(--pb-100);
}

.mb-40px {
    margin-bottom: var(--mb-40px);
}

.mb-20px {
    margin-bottom: var(--mb-20px);
}

#new_ul li,
.mb-25px {
    margin-bottom: var(--mb-25px);
}

.footer .newsletter-wrapper,
.mt-20px,
.search-filter-wrapper .filter-list-wrapper {
    margin-top: var(--mt-20px);
}

.ms-20px {
    margin-left: var(--ms-20px);
}

.mr-20px {
    margin-right: var(--me-20px);
}

.pt-100 {
    padding-top: var(--pt-100);
}

.mt-25px {
    margin-top: var(--mt-25px);
}

.mt-30 {
    margin-top: var(--mt-30px);
}

.mb-30 {
    margin-bottom: var(--mb-30px);
}

.mt-70 {
    margin-top: var(--mt-70px);
}

.mb-70 {
    margin-bottom: var(--mt-70px);
}

.m {
    margin: var(--m);
}

.p-20px,
.question-wrapper .accordion-item .accordion-body,
.question-wrapper .accordion-item .accordion-button {
    padding: var(--p-20px);
}

.ps-30px,
.view-details-wrapper .view-list-wrapper {
    padding-left: 30px;
}

.pe-30px {
    padding-right: 30px;
}

.container {
    max-width: var(--container-width);
    width: 100%;
}

.custom-shadow {
    box-shadow: 11px 15px 30px 0 #0000000a;
}

#bottomdiv,
#hero_bg,
#how_work,
#pills-tabContent,
.carousel,
.cities-dropdown-wrapper,
.container1,
.custom-radio,
.custom-select-dropdown,
.image2,
.navbar-nav .blog-link,
.newsletter-wrapper .input-wrapper,
.parent,
.roadtrip-details-section .change-car-wrapper .change-car-box,
.serach_bottom {
    position: relative;
}

.cities-dropdown-wrapper .autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 289px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.cities-dropdown-wrapper .autocomplete-items div {
    color: var(--darkcharcoal-color);
    padding: 0.5rem 1rem;
    font-family: var(--ff-m) !important;
    font-size: var(--fs-16-xl);
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}

.autocomplete-items .autocomplete-active {
    background-color: #007bff !important;
    color: #fff !important;
}

.autocomplete-items .autocomplete-active strong,
.btn:hover,
table.table.dataTable>tbody>tr.selected a {
    color: #fff !important;
}

.modify-citydropdown .autocomplete-items {
    top: 93% !important;
    border-radius: 4px !important;
}

::-webkit-scrollbar {
    width: 10px;
}

.autocomplete-items::-webkit-scrollbar-track {
    background: var(--border-color);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.autocomplete-items::-webkit-scrollbar-thumb {
    background: var(--darkcharcoal-color);
    border-radius: 10px;
}

.btn-wrapper .custom-btn,
nav button {
    background-color: var(--primary-color);
}

.btn-wrapper .custom-btn {
    padding: 12px 16px;
    display: inline-block;
    color: var(--white-color);
    font-size: var(--fs-18-xl);
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    border: 0;
}

.btn-wrapper .btn-bg-none {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.backtop-btn,
.whatsapp-btn {
    position: fixed;
    right: 8px;
    z-index: 200;
    cursor: pointer;
}

.backtop-btn {
    bottom: 103px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    animation: 1.5s infinite toppulse;
    -webkit-animation: 1.5s infinite toppulse;
    -moz-animation: 1.5s infinite toppulse;
}

.bg-primary-btn,
.navbar-nav .register-btn,
nav button {
    color: var(--white-color);
    transition: background-color 0.5s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

.input-group input,
.navbar-nav .custom-link,
.source_city {
    color: var(--darkcharcoal-color);
}

#hero_bg,
#section1 {
    background-image: linear-gradient( 106.8deg, rgba(224, 240, 255, 0.98) -3.8%, rgba(140, 200, 255, 0.96) 17.79%, rgba(255, 238, 117, 0.88) 100%), url("../images/bg.svg");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    filter: blur(0px);
    animation: 1s ease-in-out filterAnimation;
}

.whatsapp-btn {
    bottom: 50px;
}

.enquiry-btn {
    position: fixed;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.enquiry-btn a {
    cursor: auto;
}

input,
input:focus,
input[type="text"],
input[type="text"]:focus,
select,
select:focus {
    cursor: pointer;
    outline: 0 !important;
    box-shadow: none !important;
}

.source_city_data,
input,
input[type="text"] {
    cursor: auto !important;
}

.rounded-pill {
    border-radius: 10px !important;
}

.ms-n5 {
    margin-left: -40px;
}

.input-group .search_input {
    position: relative;
    z-index: 0;
    height: 4.125rem;
    width: 29.5625rem;
}

.input-group input::placeholder {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    color: var(--Dark-grayish-blue-color);
    cursor: none;
    font-size: 16px;
}

.input-group input {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
}

.input-group-append {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

#rental_package .custom-select,
#rental_package .select2-hidden-accessible,
.custom-select-dropdown .custom-select.select2-hidden-accessible,
.input-group-append button {
    border: 0 !important;
}

#section1 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
}

#section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/Group.svg");
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

header {
    border-bottom: 1px solid #ffffff4d;
}

.logo_size {
    width: 8.16rem;
    height: 3.4rem;
}

nav button {
    width: 9.25rem;
    height: 3.0625rem;
    border-radius: 0.625rem;
    gap: 0.625rem;
    font-size: 18px;
    border: 0;
    font-family: var(--ff);
    font-weight: 600;
}

.navbar-toggler {
    box-shadow: none !important;
    background: 0 0;
    width: 34px;
    height: 34px;
    padding: 0;
}

.navbar-light .navbar-toggler:hover,
.navbar-toggler:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

#Sitemap a,
#book_cab_right .view_more,
.blog_text a,
.city-main-content ol li a,
.city-main-content ul li a,
.city_details h3 a,
.other_city_details h3 a,
.popular-routes a,
.road_trip .card a,
.view_link a,
nav a {
    text-decoration: none;
}

.bg-primary-btn,
.navbar-nav .register-btn {
    border-radius: 0.625rem;
    background-color: var(--primary-color);
    padding: 12px 25px;
    border: 1px solid transparent;
}

.navbar-nav .custom-link {
    position: relative;
    transition: 0.3s;
}

#city_detail_content5 strong,
#garage_lucknow a:hover,
.city_details p a strong,
.dropdown-item:active,
.dropdown-item:hover,
.navbar-nav .custom-link:hover,
.other_city_details p a strong,
.paragraph-content ol li strong {
    color: #007bff;
}

.navbar-nav .blog-link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    color: #007bff;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
}

.navbar-light .navbar-toggler {
    border: 0;
    width: 1rem !important;
}

nav button:hover {
    background-color: var(--yello-color) !important;
    color: var(--white-color) !important;
    box-shadow: 0 14px 20px #3191ea21 !important;
}

#hero_bg button,
.profile_login {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#hero_bg .profile_login:hover,
.dropdown-toggle .profile-img:hover,
.profile_login:hover,
.slick-arrow:hover {
    transform: scale(1.1);
}

.user_img {
    height: 3.25rem;
    width: 3.25rem;
}

.custom-checkbox-label,
.custom-dropdown,
.custom-radio,
.downloadicons img,
.filter-list-wrapper .filter-list .filter-label,
.form-check-label,
.nav-pills .nav-link,
.selected-option,
.slick-arrow,
.view_detail {
    cursor: pointer;
}

.form-select {
    cursor: default;
}

.roundtrip-select-box {
    background-image: none;
}

#hero-section {
    max-width: var(--heroContainer-width);
    z-index: 99;
    min-height: 15.875rem;
    background-color: #fff;
    position: relative;
    margin: 11.0625rem 1.2rem;
    padding: 2.5rem;
    box-shadow: 0 2.46px 4.19px 0 #00000001;
    border-radius: 0.875rem;
}

.form-check .form-check-label {
    font-family: var(--ff-m);
    font-size: var(--fs-14-xl);
}

.nav-pills .nav-link.active {
    color: var(--white-color);
    background-color: var(--primary-color) !important;
    transition: box-shadow 0.3s;
}

.view-details-wrapper .nav-link.active:hover,
.view-details-wrapper .nav-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active input.form-check-input:checked,
input#Sedan:checked {
    background-color: #0d6efd !important;
    border: 1px solid #fff !important;
    cursor: pointer !important;
}

.nav-pills .nav-link {
    text-align: center;
    border-radius: 2rem;
    background-color: var(--alice-Blue);
    gap: 10px;
    font-family: var(--ff-m);
    color: var(--primary-color);
}

.nav-pills li:last-child,
.rounded-table td:last-child,
.rounded-table th:last-child {
    border-right: none;
}

.form-check-input[type="radio"] {
    border: 1px solid #007bff;
}

.nav-pills .nav-link.active .form-check-input:checked[type="radio"] {
    border: 1px solid #007bff;
    background-color: #007bff;
    background-size: 19px;
    margin-bottom: 4px;
}

.form-check .form-check-input {
    margin-right: 0.5rem;
    cursor: pointer !important;
    margin-bottom: 4px;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-right-1 {
    border-right: 1px solid #e9e9e9;
}

.select-border {
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
}

.source_city {
    font-family: var(--ff-r);
    font-size: var(--fs-14-xl);
    text-align: left;
}

.form-control,
.form-select,
.input-group {
    border: 0;
    font-size: 16px;
    color: var(--black-color);
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
}

.search-btn input,
.top_right_btn {
    font-size: var(--fs-18-xl);
    font-family: var(--ff);
}

#hero-section .input-arrow-down {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -0.15rem center;
    background-size: 16px 12px;
    padding-right: 18px;
}

.form-control::placeholder {
    font-size: 16px;
    color: var(--Dark-grayish-blue-color);
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
}

.search-btn {
    position: absolute;
    bottom: -4.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 3;
}

.search-btn input {
    width: 16.125rem;
    height: 3rem;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 0.5rem;
    border: transparent;
    transition: background-color 0.5s ease-in-out;
    cursor: pointer !important;
}

.vertical-center {
    margin: 0;
    position: fixed;
    top: 50%;
    right: -49px;
    z-index: 1;
    transform: translateY(-50%) rotate(-90deg);
}

.image-container:hover .img-1,
.img-1 {
    transform: scale(1);
}

.top_right_btn {
    color: #fff;
    font-weight: 500;
    background-color: #ef5844;
    box-shadow: 2px -9px 14px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    padding: 1.125rem 1.5625rem;
    height: 3.25rem;
    width: 9.25rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee {
    width: 200%;
    animation: 35s linear infinite marquee;
    padding: 2rem;
}

.marquee img {
    height: 1.3rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

#new_ul li {
    background-color: #fff;
    border-right: 1px solid #f1f5f9;
    width: 20%;
    justify-content: center;
    align-items: center;
}

#new_ul li:first-child {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

#new_ul li:nth-child(5) {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    border: 0;
}

#new_ul .nav-item .nav-link {
    height: 5rem;
    width: 100%;
    border-radius: 8px;
    background-color: var(--white-color) !important;
    font-size: var(--fs-10);
    font-family: var(--ff-sb);
    color: var(--darkcharcoal-color) !important;
}

#new_ul .nav-item .nav-link.active {
    background-color: var(--primary-color) !important;
    position: relative;
    color: var(--white-color) !important;
    font-family: var(--ff-b) !important;
}

#new_ul button img {
    filter: none;
}

#new_ul button.active img {
    filter: brightness(0) invert(1);
}

#new_ul button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid var(--primary-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.heading,
.heading_bedore {
    font-family: var(--ff-b);
    font-size: var(--fs-50-xl);
    line-height: 1.3;
    font-weight: 700;
    color: var(--darkcharcoal-color);
    margin-bottom: 0 !important;
}

.heading::before {
    content: "";
    width: 10px;
    display: inline-block;
    height: 60px;
    margin-right: 10px;
    background-color: #fbde15;
}

.explore a {
    font-size: var(--fs-20-xl);
    color: var(--primary-color);
    font-weight: 700;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    font-family: var(--ff-sb);
    text-decoration: underline;
    transition: 0.3s;
    text-decoration-thickness: 1px;
}

.explore a:hover,
.offer-section a div.view_more:hover {
    color: #0a58ca;
}

.explore-btn {
    margin-top: 20px;
}

.offer-section button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-top: 10px;
}

.offer-section button a,
.service-section button,
button.explore-btn a {
    padding: 18px 25px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-family: var(--ff);
    font-size: var(--fs-14-xl);
    border-radius: 10px;
    border: 0;
    text-decoration: none;
}

.img-1,
.overlay {
    width: 100%;
    border-radius: 24px;
}

button.explore-btn a {
    padding: 18px 25px;
    text-decoration: none;
}

button.explore-btn a:hover {
    color: #fff;
}

.service-section .carousel-caption h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase;
    width: 100%;
}

#book_cab_section button,
#booking_confirm_hero button,
.download_section h6,
.footer_head,
.hero-banner .hero_title,
.other_city_details h2::first-letter,
.popular-city-slider .carousel-caption h6::first-letter,
.service-section .carousel-caption h5::first-letter,
footer h2 {
    text-transform: uppercase;
}

.service-section .carousel-caption a {
    font-size: var(--fs-24-600);
    font-family: var(--ff-b);
    font-weight: 700;
    text-decoration: none;
    color: #fff !important;
}

.image-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.5s, transform 0.5s;
}

.carousel-caption,
.overlay {
    position: absolute;
    top: 0;
    opacity: 1;
}

.img-1 {
    height: 318px;
    object-fit: fill;
    transition: transform 0.5s, box-shadow 0.5s;
}

.overlay {
    left: 0;
    height: 100%;
    background: linear-gradient( 119.36deg, rgba(34, 34, 34, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.5s;
}

.carousel-caption {
    left: 0 !important;
    padding: 20px 36px;
    color: #fff !important;
    font-family: PlusJakartaSans_Medium;
    z-index: 1;
    text-align: left !important;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(20px);
}

.enquiry-btn a:hover::before,
.image-container:hover .overlay,
.stunning-destination .image-wrapper:hover .overlay-wrapper {
    opacity: 1;
}

.image-container:hover .carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

.carousel-caption h5,
.carousel-caption p,
.hero-banner .hero_sub_text,
footer ul {
    margin: 0;
}

.slides .carousel-control-next,
.slides .carousel-control-prev {
    bottom: auto;
    width: auto;
}

.slides .carousel-control-prev {
    left: auto;
    right: 2rem;
}

.service-section .carousel-control-next,
.service-section .carousel-control-prev {
    top: -4rem;
}

.offer-section h5 {
    font-family: var(--ff-b);
    font-size: var(--fs-20-xl);
    color: var(--darkcharcoal-color);
    margin-top: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-section span {
    font-family: var(--ff-m);
    font-size: var(--fs-12-xl);
    color: var(--Dark-grayish-blue-color);
}

.dotted-border {
    border: 1px dashed #e9e9e9;
    margin-top: 2px;
}

.bg-gray-color-bg,
.bg-light-grey,
.offer-detail-table,
.stunning-destination {
    background-color: #f9f9f9;
}

#how_work,
.why_choose {
    background-color: var(--light-yellow-color);
}

.offer-section .card_img {
    height: 8.125rem;
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.offer-section .card {
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
}

.offer-section .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.offer-section .card-body {
    background-color: transparent;
    padding: 0;
}

.why_choose h6 {
    font-size: var(--fs-20-xl);
    color: var(--darkcharcoal-color);
    line-height: 20px;
    font-family: var(--ff-b);
}

.taxi_india .p_bold,
.why_choose span {
    font-size: var(--fs-16);
    font-family: var(--ff-m);
}

.why_choose span {
    color: var(--Dark-grayish-blue-color);
    line-height: 30px;
}

.test_bg {
    position: relative;
    border-radius: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.link_btn,
.taxi_india button {
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.taxi_india {
    background-color: #f9f9f9 !important;
}

.dotted_bg {
    --c: #3333330a;
    --t: 2px;
    --g: 40px;
    --s: 12px;
    background: conic-gradient(at var(--t) 50%, #0000 75%, var(--c) 0) var(--g) / calc(var(--g) + var(--t)) var(--s);
    animation: 20s linear infinite moveLines;
}

@keyframes moveLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

.taxi_india p {
    font-size: var(--fs-15px);
    color: var(--darkcharcoal-color);
    font-family: var(--ff-r);
}

.taxi_india .p_bold {
    color: var(--darkcharcoal-color);
    line-height: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.p_bold::before {
    content: "";
    display: inline-block;
    background-image: url(../images/Overlay.svg);
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}

.download_section::after,
.download_section::before,
.search-bottom-wrapper::after,
.search-bottom-wrapper::before {
    width: 100%;
    height: 100%;
    max-width: 25rem;
    max-height: 19.8125rem;
    opacity: 0.5;
    z-index: 0;
    background-size: contain;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
}

.taxi_india button {
    background: var(--primary-color);
    border-radius: 10px;
    color: var(--white-color);
    width: 8.9375rem;
    height: 3.25rem;
    border: none;
    font-size: var(--fs-18-xl);
    font-family: var(--ff-sb);
}

.country-code,
.download_section h6,
.footer_head,
.link_btn,
.newsletter-wrapper h5,
footer h2 {
    font-size: var(--fs-16);
}

.taxi_india button a {
    text-decoration: none;
    color: #fff !important;
}

.download_section {
    position: relative;
    background: linear-gradient( 135deg, rgba(251, 222, 21, 0.1) 0, rgba(0, 123, 255, 0.07) 50%, rgba(251, 222, 21, 0.1) 100%);
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff4d !important;
}

.download_section::before,
.search-bottom-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/Vector.svg");
    background-position: top left;
}

.download_section::after,
.search-bottom-wrapper::after {
    position: absolute;
    bottom: -21px;
    transform: rotate(180deg);
    right: 19px;
    background-image: url(../images/Vector.svg);
    background-position: bottom right;
}

.download_bg_top_left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5rem 0;
    width: auto;
    height: auto;
    background: linear-gradient(rgba(255, 255, 0, 0.2), rgba(255, 255, 0, 0.2)) top left/cover no-repeat, url("/assets/images/Vector.svg") center/cover no-repeat;
    z-index: 1;
}

.download_section h6 {
    font-family: var(--ff);
    font-weight: 900;
    color: var(--black-color);
    text-align: left;
}

.download_section .Download_link {
    font-size: var(--fs-50-xl);
    color: var(--primary-color);
    font-family: var(--ff-b);
}

.input_number {
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #fff;
    max-width: 24.8125rem;
    max-height: 3.75rem;
}

.country-code {
    color: var(--darkcharcoal-color);
    font-family: var(--ff-sb);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.downloadicons {
    margin-left: -1.3rem;
}

.border_right_do {
    border-right: 1px solid #e9e9e9 !important;
}

.download_input input[type="text"]::placeholder,
input::placeholder {
    color: var(--Dark-grayish-blue-color);
    font-family: "Plus Jakarta Sans";
    font-size: var(--fs-16);
    border: 0;
}

.link_btn {
    cursor: pointer;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-family: var(--ff);
    border: 0;
    width: 8.6875rem;
    height: 3.75rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.parent {
    top: 0;
    left: 0;
}

.image2 {
    z-index: 1;
}

.image1 {
    position: absolute;
    left: 210px;
    z-index: 0;
}

.destionation-section {
    background: #fbfbfb;
}

.destionation-section a,
.search-bottom-wrapper a {
    text-decoration: none;
    display: inline-block;
}

.destionation-section .card {
    border: 0;
    width: 16rem;
    background: linear-gradient( 119.36deg, rgba(34, 34, 34, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    box-shadow: -22px 35px 25px -39px #0000000d;
    border-radius: 40px;
}

.destinations .card {
    background: 0 0 !important;
}

.destinations .card .image-container img {
    border-radius: 10px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.destionation-section .card_title {
    font-size: 1.3rem;
    font-family: PlusJakartaSans_Medium;
    color: #333;
}

.destionation-section .card-body {
    background: #fff;
    border-radius: 0 0 40px 40px;
}

.destionation-section .carousel-caption {
    position: absolute;
    top: -11px;
    left: unset !important;
    right: 0;
    color: #fff !important;
    font-family: PlusJakartaSans_Medium;
    z-index: 1;
    text-transform: uppercase;
    text-align: left !important;
}

#hero_bg,
.circle_p,
.city-main-content .content1 p,
.city_details .content1 p,
.offer-detail-bg p,
.pay_name,
.pay_name_1,
.pay_name_p,
.road_trip .card h5,
.road_trip .card h6,
.serach_bottom,
.successModal span {
    text-align: center;
}

.destionation-section .card_img {
    height: 16.75rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1.5rem 1.5rem 0 0;
    object-position: top;
    overflow: hidden;
}

.destionation-section .overlay {
    position: absolute;
    border-radius: 1.5rem 1.5rem 0 0;
    background: linear-gradient( 119.36deg, rgba(34, 34, 34, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#search_hero_section h3,
.destionation-section .card_title {
    color: var(--darkcharcoal-color);
    font-size: var(--fs-16);
    font-family: var(--ff-m);
}

.popular-city-slider .carousel-caption {
    width: 100%;
    left: 0 !important;
}

.popular-city-slider .carousel-caption h6 {
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase;
}

.popular-city-slider .overlay {
    border-radius: 1.5rem !important;
}

.book_cab,
.breadcrumb-section,
.question-container,
.rating-container,
.search-banner,
.tour_package {
    background-color: #fbfbfb;
}

#garage_lucknow .callIcon,
.circle,
.white_bg {
    background-color: #fff;
}

.rating-carousel .carousel-card {
    background-color: var(--white-color);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: var(--p-30);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 240px;
    box-shadow: 0 0 17px 0 #7780a11a;
}

#halfcircle,
.circle {
    border-radius: 100%;
    position: absolute;
}

.carousel-card .rating-star img {
    margin-right: 6px;
    display: inline-block;
}

.carousel-card .rating-text {
    margin-top: var(--mt-30px);
    margin-bottom: var(--mb-30px);
}

.carousel-card .rating-text p {
    font-size: var(--fs-14-xl);
    font-family: "Plus Jakarta Sans";
    color: var(--darkcharcoal-color);
    margin-bottom: 0;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-card .rating-user-name {
    font-size: var(--fs-16);
    font-family: "Plus Jakarta Sans";
    color: var(--primary-color);
    font-weight: 700;
}

#search_hero_section .form-control,
#search_hero_section .form-select,
#search_hero_section .search-page-label {
    font-weight: 500 !important;
    font-size: var(--fs-14-xl);
    font-family: "Plus Jakarta Sans";
    color: var(--darkcharcoal-color);
}

.circle {
    height: 6.5rem;
    width: 6.5rem;
    left: 36%;
    top: -227%;
    z-index: 1;
    display: flex;
}

#halfcircle {
    height: 8.25rem;
    width: 8.25rem;
    top: -129px;
    left: 32%;
    background: #fbf9eb;
}

#bottomdiv {
    background: #fff;
}

.white_bg {
    cursor: pointer;
    border-radius: 1.5rem;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.white_bg:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.serach_bottom {
    font-size: var(--fs-20-xl);
    color: var(--darkcharcoal-color);
    font-family: var(--ff-sb);
}

.circle_p,
.search_btn {
    font-size: var(--fs-18-xl);
}

.serach_bottom::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #fbde15;
    border: 1px solid #fbde15;
    display: block;
    margin: 10px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.circle_p {
    color: var(--Gray54-color);
    font-family: var(--ff);
    display: -webkit-box;
    overflow: hidden;
}

.question-wrapper .question-title,
.search_btn {
    color: var(--white-color);
    font-family: var(--ff-sb);
}

.question-wrapper .question-title {
    padding: var(--p-20px);
    background-color: var(--primary-color);
    font-size: var(--fs-16-xl);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 0;
}

.question-wrapper .accordion-item {
    border: 0;
    border-radius: 10px;
    margin-bottom: var(--mb-20px);
    cursor: pointer;
}

.question-wrapper .accordion-item .accordion-button {
    font-size: var(--fs-16);
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    color: var(--darkcharcoal-color);
    box-shadow: none;
    background-color: transparent;
}

.question-wrapper .accordion-item .accordion-header,
.tour_package .cabdetails-body {
    padding: 0;
}

.question-wrapper .accordion-item .accordion-body {
    font-size: var(--fs-14-xl);
    font-family: var(--ff-m);
    color: var(--Gray54-color);
    padding-top: 0;
}

.question-wrapper .accordion-item .accordion-button::after {
    background-image: url("../svg/plus.svg");
    width: 12px;
    height: 12px;
    background-size: auto;
}

.question-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("../svg/minus.svg");
}

#pills-itinerary .panel-heading h4,
.make-special ul li:last-child,
.paragraph-content ol li:last-child,
.paragraph-content ul li:last-child,
.question-wrapper .accordion .accordion-item:last-child,
.view-list-wrapper ul li:last-child {
    margin-bottom: 0;
}

#hero_bg {
    background-position: top;
    width: 100%;
    color: #fff;
}

#hero_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/Clip\ path\ group.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}

#search_hero_section .bread-crumb {
    color: var(--darkcharcoal-color);
    font-family: var(--ff-m);
    text-decoration: none;
}

#search_hero_section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: var(--mt-50);
    padding-bottom: var(--mb-100);
}

.hero-banner,
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    text-align: left !important;
}

.hero-banner .hero_title {
    font-size: 14px;
    font-family: var(--ff-b);
    text-align: left;
    color: var(--primary-color);
    padding: 12px;
    display: inline-block;
    letter-spacing: 2px;
    border: 2px solid;
    border-color: #007bff33;
    border-radius: 10px;
}

.hero-banner .hero_sub_text,
.hero-banner .hero_user_name {
    font-size: var(--fs-16-xl);
    font-family: var(--ff-b) !important;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--darkcharcoal-color);
}

.select_input_bg {
    background: rgba(255, 255, 255, 0.3);
}

#search_hero_section .form-control::placeholder {
    font-size: var(--fs-14-xl);
    color: var(--darkcharcoal-color);
    font-family: "Plus Jakarta Sans";
    font-weight: 500 !important;
}

#search_hero_section .search-page-input {
    padding-top: var(--p-12px);
    padding-bottom: var(--p-12px);
    padding-left: var(--ps-10px);
}

#search_hero_section .search-page-btn {
    padding-top: var(--p-12px) !important;
    padding-bottom: var(--p-12px) !important;
}

.img_brightness {
    filter: brightness(0);
}

.search_btn {
    min-height: 2rem;
    max-width: 16.125rem;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    border: 0;
    border-radius: 10px;
}

.hero_heading,
.tour_package .roadtrip-title {
    font-family: var(--ff-b);
    color: var(--darkcharcoal-color);
}

.other_city_details ol.breadcrumb {
    list-style: none !important;
}

.tour-package-wrapper h2.heading2,
.tour_package h2.heading2 {
    font-size: var(--fs-24-600);
    font-family: var(--ff-b);
    color: var(--darkcharcoal-color);
    padding-right: var(--pe-10px);
}

.tour_package .roadtrip-title {
    font-size: var(--fs-30-xl);
    margin-bottom: var(--mb-40px);
    display: flex;
    align-items: center;
}

.roadtrip-whychoose-wrapper h4::before,
.tour_package .roadtrip-title::before {
    content: "";
    width: 10px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    background-color: #fbde15;
}

.blog-section .blog-card .blog-text,
.blog-section .blog-card .blog-title,
.textimonial_p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tour_package .roadtrip-image-holder {
    width: auto;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
}

.tour_package .roadtrip-image-holder img {
    height: 100%;
}

.hero_heading {
    font-size: var(--fs-50-xl);
}

.span_text {
    font-size: var(--fs-13px);
    color: var(--darkcharcoal-color);
    font-family: var(--ff-m);
}

.rating_text {
    font-size: var(--fs-16);
    color: var(--Dark-grayish-blue-color);
    font-family: var(--ff-r);
}

.car_type_btn,
.num_rating {
    font-size: var(--fs-12-xl);
}

.num_rating {
    padding: 2px 5px;
    color: var(--white-color);
    background: #18a160;
    border-radius: 3px;
    font-family: var(--ff);
}

.car_type_btn {
    color: var(--primary-color);
    font-family: var(--ff-m);
    border-radius: 23px;
    border: 1px solid #007bff;
    background-color: transparent;
    padding: 5px 15px;
    transition: 0.3s ease-in;
    cursor: auto !important;
}

.tour_span,
.tour_span1 {
    font-size: var(--fs-14-xl);
    font-family: var(--ff-sb);
}

.dial_text,
.dropdown-menu .dropdown-item,
.modal p,
.next-btn,
.road_trip .card h5,
.road_trip .card h6,
.roadtrip-content-wrapper p,
.terms_header_text,
.tour_price,
.tour_price1,
.tour_price_text,
.unique_text {
    font-family: "Plus Jakarta Sans";
}

.tour_span1 {
    color: var(--Dark-grayish-blue-color);
}

#book_cab_section h6,
.email a,
.tour_span,
.view-list-wrapper ul li p {
    color: var(--darkcharcoal-color);
}

.tour_package .card {
    z-index: 1;
    border: 1px solid #e9e9e9 !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.tour_package .card-header {
    box-shadow: 11px 15px 31px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: var(--p-30);
}

.tour_package .card-body .package-details-wrapper,
.tour_package .card-body .package-price-wrapper {
    padding: 10px 30px;
}

.tour_package .roadtrip-package-title {
    font-family: var(--ff-sb);
    font-size: var(--fs-12-xl);
    color: var(--Dark-grayish-blue-color);
}

.tour_price_text {
    font-weight: 500;
    font-size: var(--fs-12-xl);
    color: var(--primary-color);
    margin-bottom: 10px;
}

.tour_price {
    font-size: var(--fs-20-xl);
    font-weight: 700;
    color: var(--black-color);
    line-height: 1rem;
}

.tour_price1 {
    font-size: var(--fs-12-xl);
    font-weight: 500;
    color: var(--Dark-grayish-blue-color);
    line-height: 1rem;
}

.btn-book,
.view-details-wrapper .btdetails-wrapper .table-data,
.view-details-wrapper .btdetails-wrapper .table-head {
    font-size: var(--fs-14-xl);
}

.btn-book,
.view_detail {
    font-family: var(--ff-sb);
}

.btn-book {
    width: 8.125rem;
    height: 2.8125rem;
    background-color: var(--primary-color);
    border-radius: 6px;
    color: var(--white-color);
    border: 0;
}

.view-details-wrapper .nav-link,
.view_detail {
    color: var(--primary-color);
    font-size: var(--fs-12-xl);
}

.view_detail {
    line-height: 1rem;
    background-color: transparent;
    border: 0;
    transition: 0.3s ease-in;
}

.view_detail img {
    transition: transform 0.3s ease-in-out;
}

.view_detail:not(.collapsed) img {
    transform: rotate(180deg);
}

.view_detail:hover {
    text-decoration: underline;
}

.top_dist {
    margin-top: 10vh;
}

.tour_package .slick-arrow {
    top: -45px;
}

.slick-prev {
    right: 74px;
    left: unset;
}

.slick-next,
.slick-prev {
    z-index: 1000;
}

.tour_package .heading::before {
    height: 46px;
}

#Sitemap span:hover::after,
.successModal,
.tour_package .carousel-caption {
    width: 100%;
}

.tour_package .carousel-caption h5 {
    font-size: 24px;
    font-weight: 700;
}

.explor-text {
    font-size: var(--fs-16);
    font-family: var(--ff);
    color: var(--Dark-grayish-blue-color);
}

.view-details-wrapper {
    border-radius: 0 0 10px 10px !important;
    background: #fff;
    z-index: 0 !important;
}

.view-details-wrapper .nav-link {
    background: var(--alice-Blue);
    border-radius: 34px;
    font-family: var(--ff-m);
    margin-right: 14px;
    padding: 12px !important;
    margin-bottom: 12px;
    transition: box-shadow 0.3s;
}

#logoutModal .modal-dialog .modal-content,
.view-details-wrapper .btdetails-wrapper .view-details-table,
.view-details-wrapper .btdetails-wrapper .view-details-table2 {
    border: 0;
}

.btdetails-wrapper .view-details-table2 td,
.btdetails-wrapper .view-details-table2 th,
.view-details-wrapper .btdetails-wrapper .view-details-table tr:last-child td,
.view-details-wrapper .btdetails-wrapper .view-details-table tr:last-child th {
    border: none;
}

.btdetails-wrapper .view-details-table td,
.btdetails-wrapper .view-details-table th {
    border-color: var(--border-color);
}

.view-details-wrapper .btdetails-wrapper .view-details-table .table-data,
.view-details-wrapper .btdetails-wrapper .view-details-table .table-head {
    padding-top: var(--pt-16px);
    padding-bottom: var(--pb-16px);
    padding-left: 25px;
}

.view-details-wrapper .view-list-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.view-list-wrapper ul ol {
    list-style-type: none;
    padding-left: 0;
}

.view-list-wrapper ul li {
    margin-bottom: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #8a8a8a;
    font-weight: 500;
}

.view-list-wrapper ul ol li::before {
    content: "";
    background-image: url("../svg/tick-circle.svg") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

.pills-conditions .view-list-wrapper ul li::before,
.pills-conditions .view-list-wrapper ul ol li::before,
.rental-list-wrapper-2 ul li::before,
.view-list-wrapper-2 ul li::before {
    content: "";
    background-image: url("../svg/tick-circle.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

.pills-conditions .view-list-wrapper ul li,
.pills-conditions .view-list-wrapper ul ol li,
.rental-list-wrapper-2 ul li,
.view-list-wrapper-2 ul li {
    display: flex !important;
    align-items: center !important;
}

.view-list-wrapper ul li p {
    font-size: var(--fs-12-xl);
    font-family: var(--ff-m);
    padding-left: 8px;
}

.view-list-wrapper ul li .list-text {
    font-size: var(--fs-16-xl);
    font-family: var(--ff-sb);
    color: var(--darkcharcoal-color);
    padding-left: 8px;
}

.view-list-wrapper ul li img {
    vertical-align: baseline !important;
}

.city_details img,
.custom-select-dropdown .select2-dropdown,
.customer_booking_form .card,
.search-btn>div,
.search-filter-wrapper .card,
.tour_package .card-header {
    border-radius: 10px;
}

.search-filter-wrapper .card-header {
    padding: var(--p-20px) !important;
    box-shadow: none !important;
    border-radius: 10px !important 10px !important 0 0 !important/10px !important 10px !important 0 0 !important;
}

.search-filter-wrapper .card-header h3 {
    font-family: var(--ff-b);
    font-size: var(--fs-20-xl);
}

.search-filter-wrapper .card-header a {
    font-family: var(--ff-m);
    font-size: var(--fs-16-xl);
    color: var(--Dark-grayish-blue-color);
    text-decoration: none;
}

.search-filter-wrapper .filter-list-wrapper .form-check {
    margin-bottom: 0;
    min-height: auto;
}

.search-filter-wrapper .filter-list-wrapper .filter-type {
    font-size: var(--fs-16-xl);
    font-family: var(--ff-b);
    color: var(--darkcharcoal-color);
    margin-bottom: var(--mb-20px);
}

.filter-list-wrapper .filter-list .filter-label,
.filter-list-wrapper .filter-list .filter-total-car {
    font-family: var(--ff-r);
    color: var(--darkcharcoal-color);
    font-size: var(--fs-14-xl);
}

.filter-list-wrapper .filter-list .filter-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-color: var(--border-color) !important;
    margin-top: 0;
}

.roadtrip-content-wrapper h2,
.roadtrip-content-wrapper h2 strong {
    font-size: 24px;
    color: #007bff;
}

.roadtrip-content-wrapper p {
    font-weight: 400;
    font-size: var(--fs-16-xl);
    color: var(--Gray54-color);
    line-height: 30px;
}

.roadtrip-content-wrapper .roadtrip-content-title {
    font-family: var(--ff-b);
    font-size: 24px;
    color: var(--primary-color);
}

.city_details ul,
.other_city_details ul,
.paragraph-content ol,
.paragraph-content ul,
.roadtrip-content-wrapper ul {
    padding-left: 1rem;
}

.roadtrip-content-wrapper ul li::marker {
    color: #007bff !important;
}

.roadtrip-content-wrapper ul li a {
    text-decoration: none;
    color: var(--darkcharcoal-color);
    font-size: var(--fs-16-xl);
    font-family: var(--ff-m);
}

.roadtrip-content-wrapper ul li a:hover {
    color: #007bff;
    text-decoration: underline;
}

.roadtrip-content-wrapper .updated-datetime {
    color: var(--primary-color);
    font-size: var(--fs-16-xl);
    font-family: var(--ff-sb);
}

.roadtrip-content-wrapper .updated-datetime span {
    color: var(--darkcharcoal-color);
    font-size: var(--fs-16-xl);
    font-family: var(--ff-m);
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 0.125rem solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    outline: 0;
    transition: 0.3s;
}

.download_input {
    --moz-appearance: textfield;
}

.download_input::-webkit-inner-spin-button,
.download_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 0;
    width: auto;
    height: 2.5rem;
    transition: transform 0.2s;
}

.service-section .slick-arrow {
    position: absolute !important;
    width: auto !important;
    cursor: pointer !important;
    display: none !important;
    height: 2.5rem !important;
}

.blog-section .slick-arrow,
.offer-section .slick-arrow,
.rating-container .slick-arrow {
    width: auto;
    height: 2.5rem;
    position: absolute;
}

.offer-section .slick-arrow {
    top: -123px;
    cursor: pointer;
}

.destionation-section .slick-arrow {
    top: -122px;
}

.blog-section .slick-arrow {
    top: -103px;
}

.rating-container .slick-arrow {
    top: -125px;
}

.slick-next {
    right: 9px;
}

.booking-confirmation-wrapper {
    padding-top: var(--pt-100);
    padding-bottom: var(--pb-100);
    background-color: #fbfbfb;
}

.booking-details-wrapper {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.booking-details-wrapper .table tr:last-child td,
.booking-details-wrapper .table tr:last-child th,
.modal-header {
    border-bottom: 0;
}

.booking-details-wrapper .table-head {
    border-right: 1px solid var(--border-color);
}

.btdetails-wrapper .table-head {
    font-size: var(--fs-16);
    font-weight: 500 !important;
    color: var(--Dark-grayish-blue-color);
}

.btdetails-wrapper .table-data {
    color: var(--darkcharcoal-color);
    font-size: var(--fs-16);
    font-weight: 600 !important;
}

.btdetails-wrapper .table-data,
.btdetails-wrapper .table-head {
    padding: 15px 10px 15px 25px;
    width: 50%;
}

.btdetails-wrapper>.view-details-table2 .table-data,
.btdetails-wrapper>.view-details-table2 .table-head {
    padding: 13px 15px 15px 25px !important;
    width: 50%;
}

.btdetails-wrapper .table-caption {
    caption-side: top;
    font-family: var(--ff-b);
    font-size: 1.5rem;
    color: var(--darkcharcoal-color);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 25px;
}

.confirmation-image-wrapper p {
    color: var(--primary-color);
    font-size: 32px;
    font-family: var(--ff-b);
}

.terms_header_text {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: #333;
    padding-top: 141px;
    padding-bottom: 141px;
}

.allot_btn,
.customer_booking_form .form-control,
.customer_booking_form label,
.emergency_p,
.terms_heading,
.terms_paragraph {
    font-family: "Plus Jakarta Sans";
    text-align: left;
}

.terms_heading {
    color: #007bff;
    font-size: 24px;
    font-weight: 700;
}

.emergency_p,
.terms_paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #8a8a8a;
}

#city_detail_content5 .read_more a,
.city_details p a,
.other_city_details p a,
.read_more a,
.terms_paragraph a {
    color: #007bff;
    text-decoration: none;
}

.city_details .tab-content,
.mb-30px,
.temp_name {
    margin-bottom: 30px;
}

.blog-section .blog-card {
    border: 0;
    background: #fbfbfb;
}

.blog-section .blog-card .blog-image-holder img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
}

.blog-section .blog-card .blog-date-wrapper .blog-date {
    font-size: var(--fs-14-xl);
    font-weight: 600;
    font-family: var(--ff-sb);
    color: var(--Gray54-color);
    padding-right: var(--pe-10px);
    border-right: 2px solid var(--primary-color);
}

.blog-section .blog-card .blog-date-wrapper .blog-by {
    font-size: var(--fs-14-xl);
    font-weight: 600;
    color: var(--darkcharcoal-color);
    padding-left: var(--ps-10px);
    font-family: var(--ff-sb);
}

.blog-section .blog-card .blog-title {
    font-size: var(--fs-20-xl);
    font-weight: 600;
    font-family: var(--ff-sb);
    -webkit-line-clamp: 1;
}

.blog-section .blog-card .blog-text {
    font-size: var(--fs-16-xl);
    font-weight: 500;
    font-family: var(--ff-m);
    color: var(--Gray54-color);
    -webkit-line-clamp: 2;
}

.blog-section .blog-card .blog-link {
    font-family: var(--ff-sb);
    font-size: var(--fs-16-xl);
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.blog_card h4,
.custom-pagination .page-item .page-link {
    color: #007bff;
    font-family: "Plus Jakarta Sans";
    text-align: left;
}

.blog_card p,
.blog_date {
    color: #8a8a8a;
    font-family: "Plus Jakarta Sans";
    text-align: left;
}

.blog_card {
    position: relative;
    max-width: 370px;
    width: 100%;
    padding-bottom: 150px;
}

.blog_card .card-img-top {
    height: 308px;
    object-fit: contain;
    border-radius: 10px;
}

.blog_card .custom-card-body {
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    transform: translateY(0);
    z-index: 1;
}

.blog_card .card-body-wrapper {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border: 1px solid #007bff;
    border-radius: 10px;
}

.blog_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    margin-left: 8px;
}

.blog_card h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.blog_card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.blog_text a,
.popular-routes a span:hover {
    color: #007bff !important;
}

.me-30px {
    margin-right: 30px;
}

#city_detail_content3 .table,
.mt-30px {
    margin-top: 30px;
}

.custom-pagination .page-item .page-link {
    border: none;
    border-radius: 8px;
    margin: 0 5px;
    background-color: #007bff1a;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
}

.custom-pagination .prev-link {
    background-color: #f2f2f2;
    color: #000;
}

.custom-pagination .page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #007bff33;
    color: #007bff;
    padding: 8px 12px;
}

#booking_confirm_hero button,
.custom-pagination .page-item.disabled .page-link,
.input-wrapper button {
    background-color: transparent;
}

.temp_name {
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 40.32px;
    text-align: left;
    color: #333;
}

.blog_detail .left-side,
.blog_text {
    color: #8a8a8a;
    font-family: "Plus Jakarta Sans";
    text-align: left;
}

.blog_detail .left-side {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    margin-left: 6px;
}

.ms-50px {
    margin-left: 50px;
}

.blog_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#Sitemap span,
.blog_bold_text,
.city-page-subcities div>a span,
.newsletter-wrapper h5,
footer h2 {
    font-weight: 600;
}

.blog_detail .terms_paragraph,
.booking_confirmation_tables .right-side,
.payment-tables .right-side {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #333;
}

.breadcrumb li.breadcrumb-item,
.breadcrumb li.breadcrumb-item.active,
.color-dark-black,
.roadtrip-details-section p b,
b {
    color: #333;
}

.blog_bold_text {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    line-height: 16px;
    text-align: left;
    color: #333;
}

.blog_heading {
    font-size: 24px;
}

.blog_heading::before {
    height: 44px;
}

.book_cab_right_slide .slick-arrow {
    top: -49px;
}

.blog_detail_right_slide .slick-arrow {
    top: -49px !important;
}

#book_cab_section .container {
    text-align: left;
}

#book_cab_right .card {
    border: 1px solid #e9e9e9;
    padding: var(--p-20px);
    border-radius: 10px;
    padding: var(--p-20px);
}

#book_cab_right .card .card-header {
    padding: 0 !important;
}

#book_cab_right .card-body .right-text {
    font-size: var(--fs-16);
    font-family: var(--ff-m);
    color: var(--black-color);
    line-height: 16px;
}

.book_cab_right_slide .card {
    padding: var(--p-20px);
    border: 1px solid transparent !important;
    box-shadow: 0 -1px 3px 2px #0000000d;
}

.book_cab_right_slide .card-body {
    padding-top: var(--pb-16px);
    padding-bottom: var(--pb-16px);
}

.book_cab_right_slide .card-body h5 {
    font-size: var(--fs-20-xl);
    font-weight: 700;
    color: var(--darkcharcoal-color);
}

#book_cab_right .heading,
.book_cab_left h2.heading,
.tour_package h2.heading {
    font-size: var(--fs-24-600);
    font-family: var(--ff-sb);
    color: var(--darkcharcoal-color);
}

.city-page-subcities h2.heading {
    font-size: 50px;
}

#book_cab_right .heading::before,
.terms_condition_booking_confirmation .heading::before {
    height: 40px;
}

#book_cab_right .slick-arrow {
    top: -34px;
}

.textimonial_p {
    font-family: var(--ff);
    font-size: var(--fs-14-xl);
    color: var(--black-color);
    line-height: 24px;
    padding-top: var(--p-30px);
}

.traveler_detail hr {
    margin: 1.3rem -31rem !important;
}

.book_cab .card {
    border: 1px solid #e9e9e9 !important;
}

.book-now-btn {
    background-color: var(--primary-color);
    font-family: var(--ff-sb);
    font-size: var(--fs-16-xl);
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 8px 14px;
}

.google_text,
.review_text {
    font-family: Plus Jakarta Sans;
}

#book_cab_section button,
#review span,
.footer_head,
.newsletter-wrapper h5,
footer h2 {
    color: var(--primary-color);
}

.popular-routes a span {
    font-size: var(--fs-16-xl) !important;
    color: var(--darkcharcoal-color) !important;
    font-weight: 600;
    line-height: 40px;
}

.city-main-content ol li a span u,
.city-main-content ul li a span u,
.popular-routes span u,
.top-cities-india li a:hover {
    text-decoration: none !important;
}

.city-main-content ol,
.city-page-internal-link ol,
.city_details ol,
.other_city_details ol {
    padding-left: 1rem;
    list-style: unset;
}

.city-main-content ol li::marker,
.city-page-internal-link ol li::marker {
    color: #007bff !important;
}

.city-main-content ol li a,
.city-main-content ul li a,
.city-page-content ul li a span,
.city-page-internal-link ol li a {
    color: #333 !important;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.city-main-content ol li a :hover,
.city-main-content ol li a span span:hover,
.city-main-content ol li a span:hover,
.city-main-content ul li a span:hover,
.city-main-content ul li a:hover,
.city-page-content ul li a span:hover,
.city-page-content ul li a:hover,
.city-page-internal-link ol li a :hover,
.city-page-internal-link ol li a span span:hover,
.city-page-internal-link ol li a span:hover,
.city-page-internal-link ul li a span:hover,
.city_details ol li a:hover {
    color: #007bff !important;
    text-decoration: underline;
}

.city-main-content ol li a span span,
.city-main-content ul li a span,
.city_details ol li a,
.other_city_details ol li a {
    color: #333 !important;
    text-decoration: none;
}

.city-main-content ul li a span:hover,
.popular-routes ol li a span:hover,
.popular-routes span u:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

.border-right-2 {
    margin-top: -31px;
    margin-bottom: -30px;
    border-right: 1px solid #e9e9e9;
}

.border-bottom-radius-none {
    border-radius: 10px 10px 0 0 !important;
}

#Sitemap span {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #333 !important;
    text-decoration: none;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ms-110px {
    margin-left: 110px;
}

#Sitemap span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #007bff;
    transition: width 0.3s ease-in-out;
}

#Sitemap span:hover,
#pills-tabContent2 a:hover,
.city-page-content p a span,
.email a:hover {
    color: #007bff !important;
}

.footer_icon {
    transition: transform 0.3s;
}

.footer_icon:hover {
    transform: scale(1.5);
}

.newsletter-wrapper .input-wrapper {
    padding: var(--pb-16px);
    color: var(--Dark-grayish-blue-color);
    border: 2px solid var(--border-color);
    margin-top: var(--mt-20px);
    border-radius: 6px;
    vertical-align: middle;
    display: flex;
}

.input-wrapper input {
    border: 0;
    padding-left: 4px;
    font-size: var(--fs-14-xl);
    color: var(--black-color);
    width: 85%;
}

.google_text,
.review_text,
.unique_text {
    font-weight: 700;
    line-height: 20px;
    color: #333;
    text-align: left;
}

.input-wrapper input::placeholder {
    font-size: var(--fs-14-xl);
    font-weight: 500;
    color: var(--Dark-grayish-blue-color);
}

.input-wrapper button {
    border: 0;
    display: inline-block;
}

.email a,
footer .footer-list li,
footer li a,
footer p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.email a {
    font-size: var(--fs-16);
    font-family: var(--ff-r);
}

footer span {
    font-size: var(--fs-14-xl) !important;
    font-family: var(--ff-m) !important;
    color: #555 !important;
}

hr {
    color: inherit;
    background-color: gray !important;
    border: 0;
    opacity: 0.25;
    margin: 0.8rem 0 !important;
}

#booking_confirm_hero button {
    color: var(--primary-color);
    font-size: var(--fs-14-xl);
    border-radius: 10px;
    padding: 2rem 0.5rem;
    font-family: var(--ff-m);
    letter-spacing: 2px;
    border: 2px solid #007bff33;
}

#book_cab_section button {
    font-size: var(--fs-14-xl);
    font-family: var(--ff-m);
    line-height: 17.6px;
    border: 2px solid #007bff33;
    border-radius: 10px;
    max-width: max-content;
    background-color: #007bff33;
    height: 100%;
    width: 100%;
    padding: var(--p-12px);
    cursor: auto !important;
}

#book_cab_section h6 {
    font-size: var(--fs-16);
    font-family: var(--ff-m);
    margin-top: var(--mt-20px);
    line-height: 1.5;
}

.seats img {
    margin-right: 6px;
}

#city_detail_content3 .table td,
.seats h6 {
    font-size: 13px;
}

#book_cab_right h4 {
    font-size: var(--fs-24-600);
    font-family: var(--ff-sb);
    color: var(--black-color);
    line-height: 30px;
    margin-bottom: 12px;
}

#book_cab_right .validate,
#book_cab_right span {
    font-family: var(--ff);
    color: var(--Dark-grayish-blue-color);
}

#book_cab_right span {
    font-size: var(--fs-12-xl);
    line-height: 16px;
}

#book_cab_right .card-body .left-text {
    font-size: var(--fs-16);
    font-family: var(--ff);
    color: var(--black-color);
    line-height: 16px;
}

#book_cab_right .validate {
    font-size: var(--fs-12-xl);
    font-weight: 500;
    line-height: 30px;
}

#review .card {
    padding: var(--p-30px);
    box-shadow: 0 0 13px 0 #7780a11a;
    border-radius: 10px;
    border: 2px solid #e9e9e9;
}

#review span {
    font-family: var(--ff-m);
    font-size: var(--fs-16-xl);
    line-height: 24px;
    padding-top: 5px;
}

.map {
    border: 1px solid transparent;
    border-radius: 10px;
    height: 14rem;
    max-width: 21rem;
    width: 100%;
}

#search_hero_section .search-page-btn,
.bg-primary-btn,
.book-now-btn,
.btn-book,
.btn-wrapper .custom-btn,
.enquiry-btn a,
.link_btn,
.register-btn,
.search-btn>div,
.taxi_india button {
    position: relative;
    overflow: hidden;
}

#search_hero_section .search-page-btn::before,
.bg-primary-btn::before,
.book-now-btn::before,
.btn-book::before,
.btn-wrapper .custom-btn::before,
.link_btn::before,
.register-btn::before,
.search-btn>div::before,
.taxi_india button::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    pointer-events: none;
}

.enquiry-btn a,
.stunning-destination .image-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.enquiry-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -175%;
    width: 50%;
    height: 100%;
    z-index: 2;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(30deg);
    pointer-events: none;
    opacity: 0;
}

@keyframes shine1 {
    0% {
        left: -175%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        left: 225%;
        opacity: 0;
    }
}

#search_hero_section .search-page-btn:hover::before,
.bg-primary-btn:hover::before,
.book-now-btn:hover::before,
.btn-book:hover::before,
.btn-wrapper .custom-btn:hover::before,
.enquiry-btn a:hover::before,
.link_btn:hover::before,
.register-btn:hover::before,
.search-btn>div:hover::before,
.taxi_india button:hover::before {
    -webkit-animation: 1.1s shine;
    animation: 1.1s shine;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

.breadcrumb-section .breadcrumb-item,
.breadcrumb-section .breadcrumb-item a {
    font-size: var(--fs-16);
    font-family: var(--ff-m);
    color: var(--Dark-grayish-blue-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/" !important;
    color: #333 !important;
    padding-right: 0 !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem !important;
}

.roadtrip-details-section .card {
    border-radius: 10px;
    border-color: var(--border-color);
    box-shadow: 11px 8px 16px 0 #0000000d;
}

#filterModal .modal-header,
.payment-tables .custom-table tr td,
.payment-tables .custom-table tr th,
.search_list li {
    border-bottom: 1px solid #e9e9e9;
}

.roadtrip-details-section .car-name {
    font-size: var(--fs-20-xl) !important;
}

.roadtrip-details-section .roadtrip-details-title,
.roadtrip-details-section h2 {
    font-family: var(--ff-b);
    font-size: var(--fs-24-600);
    color: var(--primary-color);
}

.roadtrip-details-section .roadtrip-para {
    color: var(--Gray54-color);
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: var(--fs-16);
}

.roadtrip-details-section .terms-title {
    font-family: var(--ff-b);
    font-size: var(--fs-20-xl);
    color: var(--darkcharcoal-color);
}

.roadtrip-details-section .view-list-wrapper ul li p,
.roadtrip-details-section ol,
.roadtrip-whychoose-wrapper ul {
    color: var(--Gray54-color);
}

.roadtrip-details-section .change-car-wrapper label {
    font-family: var(--ff-sb);
    font-size: var(--fs-14-xl);
    color: var(--primary-color);
    margin-bottom: 12px;
}

.roadtrip-details-section .change-car-wrapper .change-cars {
    border: 1px solid #e9e9e9;
    font-family: var(--ff-m);
    font-size: var(--fs-14-xl);
    color: var(--darkcharcoal-color);
    padding: var(--p-12px);
    border-radius: 6px;
    width: 100%;
    padding-left: 40px;
}

.roadtrip-details-section .change-car-wrapper .change-car-box img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.roadtrip-whychoose-wrapper h4 {
    font-family: var(--ff-b);
    font-size: var(--fs-30-xl);
    color: var(--darkcharcoal-color);
    margin-bottom: var(--mb-40px);
    display: flex;
    align-items: center;
}

.roadtrip-whychoose-wrapper .list-title {
    font-family: var(--ff-b);
    font-size: var(--fs-20-xl);
    color: var(--darkcharcoal-color);
    margin-bottom: 1rem;
}

.roadtrip-details-section ol li,
.roadtrip-whychoose-wrapper ul li {
    margin: 0 0 1rem;
    padding: 0;
    list-style-type: none;
    font-family: var(--ff-m);
    font-size: var(--fs-12-xl);
    color: var(--Gray54-color);
    display: flex;
    align-items: center;
}

.roadtrip-details-section ol {
    padding-left: 0;
}

.roadtrip-details-section ol li {
    font-size: 12px;
}

.roadtrip-whychoose-wrapper ul li::before {
    content: "";
    background-image: url("../svg/tick-circle.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.roadtrip-details-section ol li::before {
    content: "•";
    color: #007bff;
    font-size: 18px;
    display: inline-block;
    width: 16px;
    margin-right: 6px;
}

.roadtrip-whychoose-wrapper .icon-holder {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background-color: var(--light-yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-store-section::after,
.play-store-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 27rem;
    max-height: 13.8125rem;
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.play-store-section {
    position: relative;
    background-color: #edfaff;
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    text-align: start;
    padding-top: 70px;
    padding-bottom: 70px;
}

.play-store-section::before {
    top: 0;
    left: 0;
    background-image: url("../images/Vector.png");
}

.play-store-section::after {
    bottom: 0;
    transform: rotate(180deg);
    right: 0;
    background-image: url(../images/Vector.png);
}

.google_text,
.unique_text {
    font-size: 20px;
}

.review_text {
    font-size: 20px;
    margin-top: 15px;
}

.enquiry-herosection h1,
.enquiry-herosection h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 60px;
    font-weight: 600;
    line-height: 75.6px;
    text-align: left;
    color: #007bff;
}

.dial_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: #252b42;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dial_num,
.dial_num1,
.enquiry_h1 {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    text-align: left;
}

.dial_num,
.dial_num1 {
    font-weight: 600;
    color: #007bff !important;
    transition: 0.3s;
    text-decoration: none !important;
}

.dial_num:hover {
    color: #0a58ca !important;
}

.callIcon {
    border: 1px solid #007bff;
    height: 50px;
    width: 50px;
    background: #edfaff;
    border-radius: 10px;
    padding: 10px;
}

.enquiry_border {
    border: 1px solid #007bff;
    border-radius: 10px;
    padding: 30px;
}

.enquiry_h1 {
    font-weight: 700;
    line-height: 34px;
    color: #007bff;
}

.border-bottom-grey {
    border: 1px solid #e9e9e9;
    margin-top: 8px;
    margin-bottom: 26px;
}

.enquiry-form-contact label {
    font-family: "Plus Jakarta Sans" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20.16px;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
}

.enquiry-form-contact .form-control {
    border: 2px solid #e9e9e9 !important;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
}

.enquiry-form-contact .form-select {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    border: 2px solid #e9e9e9 !important;
    border-radius: 10px;
    padding: 15px;
    padding-right: 27px !important;
    background-position: right 0.75rem center !important;
}

.enquiry-form-contact input,
.enquiry-form-contact input::placeholder,
.enquiry-form-contact textarea::placeholder {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #97a0a4;
}

.enquiry-form-contact input,
.enquiry-form-contact select {
    color: #000;
}

.submit_enquiry_btn {
    background-color: #007bff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    padding: 20px 63px;
    border: 0;
    margin-top: 30px;
    transition: 0.3s;
}

#filterModal .modal-title {
    font-size: 20px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    line-height: 16px;
    color: #333;
}

#filterModal .filter-type,
.btn-clear {
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
}

.btn-clear {
    color: #97a0a4;
    font-weight: 500;
    border: 0;
    background-color: transparent;
}

#filterModal .filter-type {
    font-weight: 700;
    line-height: 16px;
    color: #333;
}

#filterModal .filter-list-wrapper .filter-list .filter-label {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
}

.roundtrip,
.roundtrip2,
.roundtrip3,
.social-icon {
    margin-bottom: 1rem;
}

@media (max-width: 61.9375rem) {
    #hero-section {
        height: auto;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .city-page-subcities h2.heading,
    .heading,
    .heading_bedore {
        font-size: 40px;
    }
    .service-section .slick-arrow {
        display: block !important;
        top: -111px !important;
        height: 2.25rem !important;
    }
    .destionation-section .slick-arrow,
    .rating-container .slick-arrow {
        top: -117px !important;
    }
    .filter-btn {
        margin-bottom: 30px;
        margin-right: 20px;
    }
}

@media (max-width: 48rem) {
    .terms_header_text {
        font-size: 30px;
    }
    .mb-100 {
        margin-bottom: 50px !important;
    }
    .terms_paragraph {
        font-size: 14px;
    }
    .service-section .carousel-caption h5,
    .terms_heading {
        font-size: 20px;
    }
    .temp_name {
        font-size: 24px;
    }
    :root {
        --fs-50-xl: 2.3rem;
        --fs-24-600: 1.25rem;
        --fs-20-xl: 1.25rem;
        --fs-18-xl: 1rem;
        --fs-14-xl: 0.875rem;
        --container-width: 82.125rem;
        --heroContainer-width: 70.5rem;
        --mt-100: 4.375rem;
        --mb-100: 4.375rem;
        --pt-100: 4.375rem;
        --pb-100: 4.375rem;
        --txt-mar: 8.125rem;
    }
    .image2 {
        left: 0;
    }
    #hero-section {
        height: auto;
        z-index: 0;
        margin-top: 3.0625rem;
    }
    .search-btn {
        align-items: start;
    }
    .vertical-center {
        position: fixed;
        top: 96%;
        z-index: 1;
    }
    .heading::before {
        height: 42px;
    }
    .service-section .slick-arrow {
        display: block !important;
    }
    .destionation-section .slick-arrow,
    .offer-section .slick-arrow {
        top: -65px;
        height: 30px !important;
    }
    .image1 {
        left: 88px;
    }
    .destionation-section .card_img {
        height: 13.75rem;
    }
}

@media (max-width: 767px) {
    .border-bottom-grey {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .mt-70,
    .mt30-767px {
        margin-top: var(--mt-30px);
    }
    #hero-section .search-btn {
        bottom: -39px;
    }
    .search-btn input {
        height: 3.5rem;
    }
    header .container {
        padding-left: var(--ps-16px);
        padding-right: var(--ps-16px);
    }
    #pills-tabContent {
        background-color: var(--white-color);
        border-radius: 10px;
        padding: var(--p-20px);
        position: relative;
    }
    #hero-section {
        background-color: transparent;
        padding-left: var(--ms-20px);
        padding-right: var(--me-20px);
        margin: 1.25rem 0;
        z-index: 0;
    }
    .seats h6 {
        color: var(--darkcharcoal-color);
        font-size: 13px !important;
        font-family: var(--ff-sb);
    }
    .car_type_btn {
        font-size: var(--fs-10);
    }
    .view-details-wrapper .nav-link {
        margin-right: 5px;
    }
    .view-details-wrapper .nav-pills {
        padding-left: var(--pb-16px);
        padding-right: var(--pb-16px);
    }
    .view-details-wrapper .tab-content {
        padding: 0 !important;
    }
    .tour_package h1 {
        font-size: var(--fs-16);
    }
    .tour_package .card-header {
        padding: var(--ps-16px);
    }
    .tour_package .card-body .package-details-wrapper,
    .tour_package .card-body .package-price-wrapper {
        padding: 24px 1rem;
    }
    #book_cab_right .card,
    .view-details-wrapper .btdetails-wrapper .table-data,
    .view-details-wrapper .btdetails-wrapper .table-head {
        padding-left: var(--ps-16px);
        padding-right: var(--pe-16px);
    }
    .logo_size {
        width: 7.5rem;
        height: 3.125rem;
    }
    #book_cab_right .card {
        padding-top: var(--p-20px);
        padding-bottom: var(--p-20px);
    }
    .search-banner {
        padding-top: 50px !important;
        padding-bottom: 24px !important;
    }
    .tour-package-wrapper .car-class-wrapper {
        margin-top: 12px !important;
    }
    footer {
        margin-top: 40px;
    }
    .roadtrip-title {
        font-size: 24px !important;
    }
    .breadcrumb-section .breadcrumb-item,
    .breadcrumb-section .breadcrumb-item a,
    .roadtrip-content-wrapper p {
        font-size: 14px;
        line-height: 30px;
    }
    .tour_package .carousel-caption h5 {
        font-size: 20px;
    }
    .roadtrip-details-section .roadtrip-details-title {
        font-size: 20px;
        line-height: 30px;
    }
    .roadtrip-details-section .roadtrip-para {
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #8a8a8a;
    }
    .question-wrapper .accordion-item .accordion-button {
        font-size: 14px;
    }
    .question-wrapper .accordion-item {
        padding: 15px;
    }
    .roadtrip-whychoose-wrapper h4 {
        font-size: 24px;
    }
    .unique_text {
        font-size: 16px;
    }
    .destionation-section .slick-arrow {
        top: -64px !important;
    }
    .rating-container .slick-arrow {
        top: -91px !important;
    }
    .service-section .slick-arrow {
        top: -77px !important;
    }
    .view-details-wrapper .view-list-wrapper {
        padding-left: 15px;
    }
    .download_confirm {
        margin-top: 30px;
    }
    .enquiry-btn button {
        font-size: 16px;
        padding: 13px 36px;
    }
}

.list-group-item,
.search_list li {
    font-size: 16px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}

@media (max-width: 23.4375rem) {
    .link_btn {
        width: auto;
    }
    nav button {
        width: 7.25rem;
        font-size: var(--fs-12-xl);
    }
    .destionation-section .card_img {
        height: 13.75rem;
    }
    #hero-section {
        margin-top: 0;
    }
}

@media (max-width: 20.4375rem) {
    .link_btn {
        width: auto;
    }
    #hero-section .search-btn {
        bottom: 0x;
    }
}

.custom-dropdown-list,
.search_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow-y: auto;
    list-style: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.search_list {
    border-radius: 10px;
    padding-left: 0;
    max-height: 220px;
    background-color: #fff;
}

.custom-dropdown-list,
.custom-select {
    border: 1px solid #ddd;
    background-color: #fff;
}

.search_list li {
    color: #000;
    padding: 0.5rem 1rem;
}

.breadcrumb a,
.breadcrumb-item.active,
.selct_type_card h2 {
    font-family: "Plus Jakarta Sans";
    text-align: left;
    color: #333;
}

.search_list li:nth-child(5) {
    border-bottom: 0 solid #e9e9e9;
}

.position-relative:focus-within .search_list {
    display: block;
}

.custom-dropdown-list {
    padding: 0;
    max-height: 150px;
}

.custom-dropdown-list .list-group-item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.custom-select {
    padding: 8px;
    flex-grow: 1;
}

.customer_booking_form form,
.selct_type_card {
    padding: 30px 24px;
}

.custom-dropdown.active+.custom-dropdown-list {
    display: block;
}

.press-release-section {
    background-color: #edfaff;
    position: relative;
}

.our_client-section {
    background-color: #fbf9eb;
    position: relative;
}

.modal-content {
    border: transparent;
    border-radius: 10px;
}

.modal-title {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

.modal-body {
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.filter-btn {
    border: 1px solid #007bff;
    background-color: transparent;
    border-radius: 6px;
    color: #007bff;
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    height: 2.75rem;
    width: 6.3125rem;
}

.breadcrumb {
    align-items: center !important;
}

.breadcrumb a,
.breadcrumb-item.active {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

.selct_type_card {
    background-color: #fff;
    margin-top: 70px;
    box-shadow: 11px 15px 30px 0 #0000000a;
    border-radius: 10px;
}

.selct_type_card h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

#pills-tabContent2 span,
.selct_type_card span {
    font-family: "Plus Jakarta Sans";
    text-align: left;
    color: #8a8a8a;
}

.selct_type_card span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#pills-tabContent2 {
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px;
}

#pills-tabContent2 th {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: left;
    color: var(--darkcharcoal-color);
}

.table> :not(:last-child)> :last-child>* {
    border-bottom: 1px solid #e9e9e9 !important;
}

#pills-tabContent2 h6 {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: var(--darkcharcoal-color);
}

#pills-tabContent2 span {
    font-size: 13px;
    font-weight: 500;
}

#pills-tabContent2 .route-search-btn,
#pills-tabContent2 a,
.Header_lucknow {
    text-align: left;
    color: var(--primary-color);
    font-family: "Plus Jakarta Sans";
}

#pills-tabContent2 .route-search-btn,
#pills-tabContent2 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

#pills-tabContent2 .route-search-btn {
    border: 0;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer !important;
}

#pills-tabContent2 .span2 {
    margin-left: 6px;
    text-decoration: line-through;
    font-size: 12px;
}

.Header_lucknow {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

#city_detail_content p,
#city_detail_content2 p,
#city_detail_content3 p,
#city_detail_content5 p {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: #8a8a8a;
    margin-top: 8px;
    margin-bottom: 0 !important;
    display: block;
}

.city-page-content p span {
    color: #8a8a8a;
}

#city_detail_content3 p a,
.span3 a {
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 300;
    color: #007bff;
}

.slick-dots {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    background: 0 0;
    border: none;
    padding: 0;
    visibility: hidden;
}

.slick-dots li button:before {
    font-size: 30px !important;
    color: #aaa;
    opacity: 1;
    content: "●";
}

.slick-dots li.slick-active li::marker {
    color: rgba(0, 123, 255, 0.5) !important;
}

#city_detail_content5 .read_more,
.read_more {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.affordable_price a {
    text-decoration: none;
    margin-bottom: 22px;
}

.affordable_price a span {
    color: #333;
    text-decoration: none;
    margin-left: 1rem;
}

strong {
    color: #000;
    font-weight: 600;
}

.span3 {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: #8a8a8a;
    margin-top: 24px;
}

.resons {
    margin-bottom: 24px;
}

#city_detail_content3 .table td {
    padding: 20px !important;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    line-height: 16px;
    color: #97a0a4;
}

#fare_sheet button,
.view_link {
    font-family: "Plus Jakarta Sans";
}

#city_detail_content3 .table th,
#fare_sheet th {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-family: "Plus Jakarta Sans";
}

#city_detail_content3 .table th {
    padding: 20px !important;
    font-weight: 700;
    text-align: center;
}

.view_link {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #007bff;
    text-decoration: none;
    margin-top: 30px;
}

#fare_sheet button {
    background-color: #007bff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    border-radius: 10px;
    border: 0;
    color: #fff;
    max-width: 366px;
    width: 100%;
    padding: 16px;
    cursor: default;
}

#fare_sheet .table {
    border-radius: 10px !important;
    background-color: #fff !important;
    margin-top: 10px;
    border: 1px solid #e9e9e9 !important;
}

#fare_sheet th {
    font-weight: 700;
    text-align: left;
    padding: 16px;
}

#fare_sheet td {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #97a0a4;
    padding: 16px;
}

#garage_lucknow a,
#garage_lucknow h4,
#garage_lucknow span,
.page404 h2 {
    color: #333;
    font-family: "Plus Jakarta Sans";
}

#garage_lucknow h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: left;
    margin-bottom: 0;
}

#garage_lucknow a,
#garage_lucknow span {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

#garage_lucknow a {
    text-decoration: none;
    transition: 0.3s;
}

.input-wrapper button {
    position: absolute;
    right: 15px;
}

.page404 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
}

.page404 p {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #8a8a8a;
}

.parsley-error,
.parsley-success {
    color: var(--black-color) !important;
    background-color: #fff !important;
    border: none !important;
}

#hero-section .parsley-errors-list,
.city-page-content ul li {
    margin-top: 5px;
}

#search_hero_section .parsley-error,
#search_hero_section .parsley-success {
    color: var(--black-color) !important;
    background-color: transparent !important;
    border: none !important;
}

.terms_condition_booking_confirmation .heading {
    font-size: 30px;
}

.terms_condition_booking_confirmation p {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.city_details .custom-col .content1 p,
.successModal .modal-body {
    justify-content: center;
    display: flex;
}

.terms_condition_booking_confirmation p::before {
    content: url(../svg/circle_tick.svg);
    display: inline-block;
    margin-right: 6px;
}

.customer_booking_form,
.payment-tables .card {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.customer_booking_form .card-header {
    font-family: var(--ff-b);
    font-size: 1.5rem;
    color: var(--darkcharcoal-color);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.customer_booking_form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #333;
}

.customer_booking_form .select-border {
    padding: 20px;
}

.customer_booking_form input::placeholder {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #97a0a4;
}

.customer_booking_form .form-control {
    padding-left: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.customer_booking_form input {
    color: #333;
    user-select: none;
    cursor: pointer;
}

.allot_btn {
    border: 0;
    background: #007bff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    padding: 18px 25px;
}

.pay_name,
.payment-tables .card .card-header {
    color: #333;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
}

.payment-tables .card-header {
    padding: var(--p-30);
}

.payment-tables .table {
    border-radius: 0;
    border: 0;
}

.payment-tables .card-border {
    max-width: 570px;
    width: 100%;
}

.payment-tables .card .card-header {
    background-color: #fff;
    font-size: 24px;
    line-height: 16px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}

.payment-tables table input {
    border: 0;
    width: 80%;
}

.booking_confirmation_tables .left-side,
.payment-tables .left-side {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #97a0a4;
}

.payment_img_bg {
    background: #10b9810f;
    padding-top: 45px;
    padding-bottom: 45px;
}

.payment_img_bg img {
    height: 239px;
}

.payment_success {
    max-width: 585px;
    width: 100%;
}

.pay_name {
    font-size: 14px;
    line-height: 17.64px;
    padding-top: 20px;
}

.pay_name_p {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    color: #34a853;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pay_name_1 {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #333;
    padding-bottom: 20px;
}

.paymentbg-white {
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.custom-checkbox-wrapper .custom-checkbox {
    position: relative;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #007bff;
    cursor: pointer;
}

.custom-checkbox-wrapper .custom-checkbox:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    background-color: #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: var(--primary-color);
    border-radius: 22px;
    -webkit-animation: 1s linear infinite rotate;
    position: absolute;
    left: 50%;
    top: 50px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

#search_cities {
    background-color: transparent !important;
    border: 2px solid #e9e9e9 !important;
}

.opacity-animate3 {
    animation: 0.5s forwards opt-animation3;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.search-bottom-wrapper {
    position: relative;
    background: linear-gradient( 135deg, rgba(251, 222, 21, 0.1) 0, rgba(0, 123, 255, 0.07) 50%, rgba(251, 222, 21, 0.1) 100%);
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.search-bottom-wrapper .search-bottom-text-wrapper h5 {
    text-transform: uppercase;
    font-family: var(--ff-sb);
    font-size: var(--fs-16-xl);
    color: var(--black-color);
    margin-bottom: 0;
}

.search-bottom-wrapper .search-bottom-text-wrapper h2 {
    font-family: var(--ff-b);
    font-size: 32px;
    color: var(--darkcharcoal-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-bottom-wrapper .search-bottom-text-wrapper a {
    font-family: var(--ff-b);
    font-size: var(--fs-30-xl);
    color: var(--primary-color);
    text-transform: capitalize;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--darkcharcoal-color);
    --bs-tooltip-color: var(--white-color);
    max-width: 250px;
}

.tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
    border: 0 !important;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    height: 200px;
    border-top-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #fff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff !important;
}

span[data-bs-toggle="tooltip"] {
    position: relative;
    z-index: 9999;
}

#news-letter-btn:hover svg path {
    stroke: #007bff !important;
}

.custom-select-dropdown .select2-container {
    top: 0;
    left: 0 !important;
    right: 0;
    z-index: 9999;
}

.custom-select-dropdown .select2-container .select2-selection--single {
    border-radius: 10px;
    border: 0;
    color: #000;
    padding: 7.9px 40px 7.9px 0.75rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") right 1px center/12px no-repeat !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: unset !important;
}

#search_hero_section .custom-select-dropdown .select2-container .select2-selection--single {
    padding-top: 12px;
    padding-bottom: 12px;
}

.custom-select-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,
.trip-packages-detail:last-child::after {
    display: none;
}

.custom-select-dropdown .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #007bff !important;
    color: #ffff;
}

.custom-select-dropdown .select2-results__option--selectable {
    color: #000;
    border-bottom: 1px solid #ddd;
}

.custom-select-dropdown .select2-results__option--selectable:last-child {
    border-bottom: none;
}

.custom-select-dropdown .select2-container--default .select2-results__option--selected {
    background-color: #fff;
    color: #000;
}

.custom-select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: normal;
}

.custom-select-dropdown .select2-dropdown {
    width: 100%;
    border: 0;
}

.custom-select-dropdown .select2-container--default .select2-results>.select2-results__options {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

.successModal .sucess-modal div svg,
.successModal div svg {
    padding: 8px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.custom-select-dropdown .select2-container--open .select2-dropdown {
    margin-top: 0 !important;
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.offer-section a>div.view_more {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    transition: 0.3s;
    text-decoration: none !important;
}

.other_city_details h2 {
    font-size: 24px;
    font-weight: 600;
    color: #007bff;
    margin-top: 24px;
    margin-bottom: 0;
    text-transform: lowercase;
}

.other_city_details p {
    margin-top: 8px !important;
}

.city-main-content h2,
.city-main-content h3,
.city_details h2,
.city_details h3 {
    margin-top: 24px;
    color: #007bff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
}

.city_details .content1 p img {
    max-width: 330px !important;
}

.city_details h4,
.other_city_details h4 {
    margin-top: 24px;
    color: #007bff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

.city-main-content h2 strong,
.city_details h2 strong,
.city_details h3 code,
.city_details h3 code strong,
.city_details h3 strong,
.other_city_details h2 strong,
.other_city_details h3 strong,
h1.city_page_main_title {
    font-weight: 600;
    color: #007bff;
    font-size: 24px;
}

.city_details p strong,
.other_city_details p strong {
    font-weight: 700;
    color: #333;
}

.city-page-content ol li,
.city-page-content ul li,
.city_details ul li,
.other_city_details ol li {
    color: #8a8a8a;
    font-weight: 400;
    font-size: 16px;
    margin-top: 16px;
    line-height: 30px;
    list-style-type: unset !important;
}

.city-page-content ul li a {
    text-decoration: none;
    color: #333;
}

.city_details code,
.city_details ul li strong,
.city_details ul li strong code,
.other_city_details code,
.other_city_details ul li strong,
.other_city_details ul li strong code {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.city_details ul li::marker,
.other_city_details ul li::marker {
    font-size: unset !important;
    color: #007bff !important;
}

.city_details ol li::marker,
.other_city_details ol li::marker {
    color: #007bff;
    font-weight: 600;
}

.city_details ol li a span,
.city_details ul li a span {
    color: #333;
    font-size: 16px !important;
}

.city-main-content ol li::marker {
    color: #007bff !important;
}

.city-main-content ol li,
.city-main-content ul li {
    list-style-type: unset !important;
}

.city_details ol li,
.other_city_details ol li {
    color: #8a8a8a;
    font-size: 16px;
    margin-top: 16px;
}

.city-page-internal-link ul li a span,
ol li.breadcrumb-item a {
    color: #333 !important;
}

ol.breadcrumb {
    padding-left: 0 !important;
    list-style: none;
}

.city_details table {
    margin-top: 16px;
    border-radius: 10px;
}

.city_details table tbody tr td {
    padding: 10px 20px;
}

.city_details table tbody tr td small {
    font-size: 16px;
}

.modal-dialog {
    justify-content: center !important;
}

.successModal .modal-content {
    max-width: 280px;
}

.successModal .modal-body {
    align-items: center;
    flex-direction: column;
}

.successModal div svg {
    background-color: #f0fdf1;
}

.successModal h5 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 14px;
}

.successModal span {
    font-size: 14px;
    font-weight: 500;
    color: #8a8a8a !important;
    margin-bottom: 14px;
}

.successModal button.btn-sucess {
    background-color: #11b823;
    border-radius: 10px;
    color: #fff;
    padding: 14px;
    width: 232px;
    border: 0;
    font-weight: 700;
    font-size: 14px !important;
}

#logoutModal .modal-content {
    max-width: 331px;
    width: 100%;
}

#logoutModal .modal-dialog .modal-content .modal-header div {
    border: 3px solid #007bff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    padding: 20px;
    position: absolute;
    left: 36%;
    top: -50px;
    background-color: #d6f2ff;
}

#logoutModal .modal-dialog .modal-content .modal-body {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#logoutModal .modal-dialog .modal-content .modal-body h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.custom-hr {
    height: 1px;
    border: none;
    background-color: rgba(128, 128, 128, 0.25);
}

.custom-checkbox-label .checkbox-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #3cd856;
    margin-top: 10px;
    transition: background-image 0.2s, background-color 0.2s;
    position: relative;
}

#customCheckbox:checked+.custom-checkbox-label .checkbox-icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' fill='%2300D085'/%3E%3Cpath d='M16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L12.7348 11.2045L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z' fill='white'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1.5px solid #3cd856;
}

.road_trip .card {
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -4px 12px 24px 0 #0000000d;
}

.road_trip .overlay {
    border-radius: 10px 10px 0 0;
    background: linear-gradient( 119.36deg, rgba(34, 34, 34, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

.road_trip .card h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
}

.road_trip .card .card_img {
    min-height: 261px !important;
    max-height: 261px !important;
    width: 100%;
    object-fit: cover;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.road_trip .card h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #007bff;
}

.road_trip .slick-arrow {
    top: -119px;
}

@media (max-width: 37.5rem) {
    :root {
        --fs-50-xl: 1.5rem;
        --fs-24-600: 1.5rem;
        --fs-20-xl: 1.25rem;
        --fs-18-xl: 1rem;
        --fs-14-xl: 0.875rem;
        --container-width: 82.125rem;
        --heroContainer-width: 70.5rem;
        --mt-100: 3.125rem;
        --mb-100: 3.125rem;
        --pt-100: 3.125rem;
        --pb-100: 3.125rem;
        --txt-mar: 8.125rem;
    }
    #hero-section {
        background-color: transparent;
        padding-left: var(--ms-20px);
        padding-right: var(--me-20px);
        margin: 2rem 0 1.25rem;
        z-index: 0;
    }
    .marquee img {
        height: 3.2rem;
    }
    #pills-tabContent {
        background-color: var(--white-color);
        border-radius: 10px;
        padding: 20px;
    }
    .source_city {
        font-size: var(--fs-12-xl) !important;
    }
    .download_input,
    .link_btn,
    .taxi_india .p_bold {
        font-size: var(--fs-14-xl);
    }
    .form-control,
    .form-select,
    .input-group {
        border: 0;
        font-size: var(--fs-14-xl);
        color: var(--black-color);
        font-family: "Plus Jakarta Sans";
        font-weight: 500;
    }
    .cities-dropdown-wrapper .form-control {
        padding-right: 1rem !important;
    }
    .vertical-center {
        position: fixed;
        top: 90%;
        z-index: 1;
    }
    .service-section .slick-arrow {
        top: -16% !important;
        height: 30px !important;
    }
    .destionation-section .slick-arrow {
        top: -33px !important;
    }
    .popular-city-slider .slick-arrow {
        top: -30px !important;
    }
    .rating-container .slick-arrow {
        top: -48px !important;
        height: 30px !important;
    }
    .offer-section h5 {
        font-size: var(--fs-19-px);
    }
    .taxi_india .p_bold {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .taxi_india p {
        font-size: var(--fs-12-xl);
    }
    .input_number {
        max-width: 20rem;
    }
    .link_btn {
        width: auto;
        padding: 2px;
    }
    .marquee {
        padding: 0 !important;
    }
    .roadtrip_img_border {
        min-height: 120px;
        border-radius: 10px 10px 0 0;
    }
}

.modal-backdrop.show:nth-of-type(2),
.offcanvas {
    z-index: 1055;
}

@media (max-width: 768px) {
    #fare_sheet button,
    #fare_sheet td,
    #fare_sheet th {
        padding: 12px;
        font-size: 14px;
    }
    .play-store-section,
    .pt-100 {
        padding-top: 40px;
    }
    .pb-100,
    .play-store-section {
        padding-bottom: 40px;
    }
    .custom-select-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
    .dial_num,
    .dial_text,
    .why_choose span {
        font-size: 14px;
    }
    #search_hero_section .pe-16px {
        padding-right: 44px;
    }
    #garage_lucknow h4,
    .google_text,
    .review_text {
        font-size: 18px;
    }
    .road_trip .slick-arrow {
        top: -66px;
    }
    .enquiry-herosection h1,
    .enquiry-herosection h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .enquiry_h1 {
        line-height: 24px;
        font-size: 16px;
    }
    .enquiry_border {
        padding: 16px 10px;
    }
    .callIcon {
        height: 30px;
        width: 30px;
        padding: 7px;
    }
    .submit_enquiry_btn {
        font-size: 14px;
        padding: 16px 51px;
    }
    .enquiry-form-contact .form-control,
    .newsletter-wrapper .input-wrapper {
        padding: 12px;
    }
    .enquiry-form-contact .mb-30px {
        margin-bottom: 16px;
    }
    #search_hero_section .container,
    .terms_header_text {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .enquiry-herosection .breadcrumb {
        margin-bottom: 0;
    }
    .enquiry-form-contact label,
    h6.custom-checkbox-label {
        font-size: 14px !important;
    }
    .enquiry-form-contact .mt-30px {
        margin-top: 15px;
    }
    .enquiry-form-contact .pt-50 {
        padding-top: 30px;
    }
    .unique_taxi img,
    .why_choose img {
        height: 40px;
    }
    .why_choose h6 {
        font-size: 16px;
    }
    .test_bg {
        padding: 0 !important;
    }
    .question-wrapper .accordion-item .accordion-body,
    .question-wrapper .accordion-item .accordion-button {
        padding: 0;
    }
    .question-wrapper .accordion-item .accordion-body {
        padding-top: 10px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .question-wrapper .question-title {
        padding: 16px;
        margin-bottom: 0;
    }
    .city_details h2,
    .other_city_details h2 {
        font-size: 20px;
    }
    .marquee {
        width: 350%;
    }
}

@media (max-width: 575px) {
    .border-right-1 {
        border-right: 0px;
    }
    .taxi_india button a {
        font-size: 14px;
    }
    #book_cab_section h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .slick-arrow {
        height: 30px !important;
    }
    #search_hero_section .pe-16px {
        padding-right: 38px;
    }
    .view-details-wrapper .btdetails-wrapper .view-details-table tr:last-child td,
    .view-details-wrapper .btdetails-wrapper .view-details-table tr:last-child th {
        padding-bottom: var(--pb-16px);
    }
    .custom-select-dropdown .select2-container .select2-selection--single {
        border-radius: 10px;
        border: 0;
        color: #000;
        padding: 12px 0.75rem;
        display: flex;
        align-items: center;
        height: 45px !important;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27none%27%20stroke%3D%27%23343a40%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%20d%3D%27M2%205l6%206%206-6%27/%3E%3C/svg%3E") right 1px center/12px 12px no-repeat !important;
    }
    #search_hero_section .form-select {
        background-position: right 0 center !important;
    }
}

.datepicker-dropdown,
.profile-toggle-dropdown.dropdown-toggle::after {
    display: none !important;
}

.form-select {
    background-position: right 0 center;
}

.search_btn.py-2.search-page-btn {
    margin-top: 10px;
}

h4.panel-title a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.make-special p,
.make-special ul li,
.paragraph-content ol li,
.paragraph-content p,
.paragraph-content ul li,
.roadtrip-details-section p {
    font-size: 16px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 30px;
}

.profile-toggle-dropdown .dropdown-menu {
    box-shadow: -8px 7px 22px 0 #0000000f;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px;
    position: absolute;
    right: 0;
    left: unset;
}

.dropdown-menu.profile-dropdown {
    right: -10%;
    left: unset;
    min-width: 8.5rem;
}

ul.profile-dropdown {
    box-shadow: -8px 7px 22px 0 #0000000f;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px;
}

ul.profile-dropdown li a.dropdown-item {
    display: flex;
    align-items: center;
    color: #8a8a8a;
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #8a8a8a;
}

ul.dropdown-menu li a {
    padding: 12px 16px 12px 9.5px !important;
}

.profile-dropdown.dropdown-menu::after {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: "";
    position: absolute;
    top: -20px;
    left: 61%;
    transform: translateX(-50%);
}

ul.profile-dropdown li a.dropdown-item:hover {
    color: #007bff;
    background: 0 0 !important;
}

ul.profile-dropdown li:first-child:hover {
    background-color: #edfaff;
    border-radius: 10px 10px 0 0;
}

ul.profile-dropdown li:last-child:hover {
    background-color: #edfaff;
    border-radius: 0 0 10px 10px;
}

.dropdown-toggle .profile-img {
    height: 42px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    border: 1px solid #e9e9e9;
    right: 0;
    left: unset;
}

.dropdown-item:active .icon,
.dropdown-item:hover .icon {
    filter: invert(30%) sepia(100%) saturate(7479%) hue-rotate(189deg) brightness(97%) contrast(107%);
}

.nav-link img.inactive-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.readonly-input {
    background: #f3f3f3 !important;
    backdrop-filter: blur(12px);
    pointer-events: none;
}

@media (min-width: 1217px) {
    .dropdown-menu.profile-dropdown {
        right: -29px;
        top: 43px;
    }
    .profile-dropdown.dropdown-menu::after {
        left: 53%;
    }
}

@media (max-width: 1216px) {
    .dropdown-menu.profile-dropdown {
        right: 0;
        top: 43px;
    }
    .profile-dropdown.dropdown-menu::after {
        left: 70%;
    }
}

.offer-detail-bg {
    background: url(../images/offers/offer-banner.png) 0 0 / cover no-repeat;
}

.offer_header_text h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 40px;
}

.offer-detail-bg p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.offer-section-details h2 {
    font-size: 24px;
    font-weight: 700 !important;
    color: #007bff;
}

.offer-section-details .border-bottom1 {
    border: 0.5px solid #e9e9e9;
    margin-bottom: 30px;
}

.rounded-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e9e9e9;
    border-top: 0.5px solid #e9e9e9;
    border-bottom: 0.5px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #fff;
}

.rounded-table td,
.rounded-table th {
    padding: 20px;
    text-align: left;
    border: 0.5px solid #e9e9e9;
}

.rounded-table td:first-child,
.rounded-table th:first-child {
    border-left: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #e9e9e9;
}

.offer-section-details button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    max-width: 258px;
    width: 100%;
    border: 0;
    background-color: #007bff;
}

.unique_taxi.secure-cabs h1.heading {
    font-family: var(--ff-b);
    font-size: var(--fs-50-xl);
    line-height: 51px;
    display: flex;
    align-items: start !important;
    font-weight: 700;
    color: var(--darkcharcoal-color);
    margin-bottom: 0;
}

.unique_taxi.secure-cabs h1.heading::before {
    content: "";
    width: 10px;
    display: inline-block;
    height: -webkit-fill-available;
    margin-right: 10px;
    margin-top: 7px;
    background-color: #fbde15;
}

.stunning-destination .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.stunning-destination .image-wrapper .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #12121270;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    border-radius: 38px !important;
}

.stunning-destination .overlay-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.trip-packages .card {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 0;
}

.modal-footer .btn-secondary1,
.next-btn {
    font-weight: 600;
    text-align: left;
    padding: 12px 24px;
}

.trip-packages .card h6.card_title {
    font-size: 16px;
    color: #007bff;
    font-weight: 600;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trip-packages .card .card-body span {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.trip-packages .card .card-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
}

.trip-packages-detail {
    position: relative;
    margin-bottom: 20px;
}

.car-icon,
.city-page-subcities div>a>img {
    margin-right: 10px;
}

.trip-packages-detail::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 100%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left: 1.5px dotted #007bff;
}

.trip-packages .card button {
    background-color: transparent;
    border: 1px solid #007bff;
    height: 48px;
    border-radius: 10px;
    max-width: 182px;
    width: 100%;
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.5s;
}

.trip-packages .card button:hover {
    background-color: #007bff;
    color: #fff;
}

.essential-tips h1 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 70px;
}

.essential-tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.essential-tips ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.essential-tips ul li::before {
    content: "";
    background: url("../images/offers/Overlay.svg") center center/contain no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.easy-travel {
    background: url(../images/offers/easy-travel.png) 0 0 / cover no-repeat;
}

.go-to-home a,
.next-btn {
    background-color: #007bff;
}

.easy-travel .easy-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.easy-travel h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.make-special ul li,
.paragraph-content ol li,
.paragraph-content ul li,
.popular_routes a {
    margin-bottom: 10px;
}

.easy-travel button.call-now {
    height: 60px;
    max-width: 171px;
    width: 100%;
    background-color: #3192ea;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.next-btn {
    font-size: 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
}

.modal-footer .btn-secondary1 {
    color: #97a0a4;
    background-color: transparent;
    border-radius: 10px;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #97a0a4;
    margin-left: 20px;
}

.modal p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: center;
    color: #5a5a8a8a;
    margin-top: 12px;
}

.city-not-found h6 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.city-not-found p {
    color: #97a0a4;
    font-size: 14px;
    font-weight: 400;
}

.offcanvas {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    overflow-y: auto;
    height: 100vh !important;
}

.city-page-content .city_detail_slider img {
    max-width: 270px;
    border-radius: 20px;
}

.services h6 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

.make-special .special-box {
    max-width: 270px;
    width: 100%;
}

.make-special .special-box p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.popular_routes a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.make-special h2,
.paragraph-content h2,
.paragraph-content h2 strong {
    color: #007bff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 24px;
}

.city-page-internal-link ol,
.city-page-internal-link ul,
.paragraph-content .bottom-list ul {
    list-style: none;
    padding-left: 0;
}

.make-special ul li::marker,
.paragraph-content ol li::marker,
.paragraph-content ul li::marker {
    font-size: unset !important;
    color: #007bff !important;
}

ul.bottom-list {
    list-style: none !important;
    padding-left: 0;
}

.paragraph-content ul li a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url("../images/roadtrip-link.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.paragraph-content ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.go-to-home a {
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 25px;
}

.city-page-internal-link h2,
.city-page-internal-link h2 span,
.city-page-internal-link h2 strong {
    font-size: 24px;
    color: #007bff !important;
}

.popular-routes h2 span {
    color: #007bff !important;
}

.city-page-internal-link ol li::before,
.city-page-internal-link ul li::before {
    content: "\2022";
    color: #007bff;
    margin-right: 8px;
    margin-top: 8px;
    font-weight: 700;
}

.city-page-internal-link .row-2 ol li:has(a+span)::before {
    margin-top: 10px;
}

.city-page-internal-link ol li,
.city-page-internal-link ul li {
    display: flex;
    align-items: flex-start;
}

.city-page-internal-link .row1 ol li a::before {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .slick-next {
        right: 47px;
    }
    .slick-prev {
        right: 100px;
    }
    .img-1 {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .heading,
    .heading_bedore,
    .page404 h1 {
        font-size: 24px;
    }
    #city_detail_content p,
    #city_detail_content2 p,
    #city_detail_content3 .table th,
    #city_detail_content3 p,
    #city_detail_content5 p,
    #pills-tabContent2 th,
    .city_details code,
    .city_details ol li,
    .city_details ol li strong,
    .city_details ul li,
    .city_details ul li strong,
    .city_details ul li strong code,
    .make-special .special-box p,
    .page404 p,
    .span3 {
        font-size: 14px;
    }
    .form-control::placeholder {
        font-size: 14px !important;
    }
    .easy-travel h6,
    .essential-tips h1,
    .offer_header_text h1,
    .unique_taxi.secure-cabs h1.heading {
        font-size: 24px;
        line-height: 1.5;
        align-items: center !important;
    }
    .city-page-subcities h2.heading,
    .city_details h2,
    .city_details h3,
    .selct_type_card h2,
    .services h6 {
        font-size: 20px;
    }
    .city_details ol li,
    .city_details ul li {
        margin-top: 10px;
    }
    .selct_type_card {
        margin-top: 50px;
    }
    #pills-tabContent2 a,
    #pills-tabContent2 h6 {
        font-size: 12px;
    }
    #pills-tabContent2 {
        padding: 16px;
    }
    .table td,
    table th {
        white-space: nowrap;
        word-break: break-word;
    }
    .table th.w-10,
    .table th.w-20,
    .table th.w-30,
    .table th.w-40 {
        width: auto;
    }
    h1.city_page_main_title {
        color: #007bff;
        font-size: 20px;
        line-height: 24px;
    }
    #city_detail_content3 .table td {
        font-size: 13px;
    }
    .view-details-wrapper .btdetails-wrapper .view-details-table.table {
        border-color: transparent;
        border-radius: 10px;
    }
}

.span3 {
    font-size: 14px;
}

@media (max-width: 425px) {
    .road_trip .slick-arrow {
        top: -48px;
        height: 30px;
    }
    .search-btn input {
        max-width: 12.125rem;
        height: 3rem;
        font-size: 14px;
    }
    .modal .tab-content {
        padding: 0 !important;
    }
    .modal .tab-content .search-btn {
        bottom: -56px !important;
    }
    .slick-next {
        right: 25px;
    }
    .slick-prev {
        right: 70px;
    }
    .backtop-btn svg,
    .whatsapp-btn svg {
        width: 35px;
    }
    .city-page-internal-link .row.row-2 .col.col-md-4.custom-col {
        flex: unset !important;
    }
    .row>.col.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.datepicker-dropdown {
    z-index: 1055 !important;
}

.package-btn {
    background-color: transparent;
    border: 1px solid #007bff;
    border-radius: 20px;
    padding: 10px;
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
}

.modal.modal-width .modal-dialog {
    max-width: 408px;
}

.modal-backdrop.show:first-of-type {
    z-index: 1040;
}

.modal.fade.show {
    z-index: 1060 !important;
}

#pills-itinerary .panel-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s;
}

#pills-itinerary .panel-title a::after {
    content: "+";
    float: right;
    font-size: 20px;
    transition: transform 0.3s;
}

#pills-itinerary .panel-title a.active::after {
    content: "−";
}

#pills-itinerary .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    cursor: pointer;
}

#pills-itinerary .panel-heading {
    padding: 0;
    cursor: pointer;
}

#pills-itinerary .panel.panel-primary {
    font-size: var(--fs-16);
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    color: var(--darkcharcoal-color);
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

#pills-itinerary .panel-body {
    font-size: 15px;
    color: var(--Gray54-color);
    padding: var(--p-20px);
    padding-top: 0;
    font-weight: 400;
    line-height: 25px;
}

.panel-collapse {
    overflow: hidden;
    transition: max-height 0.5s;
}

.top-cities-india {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.top-cities-india {
    padding-left: 0 !important;
}

.top-cities-india li {
    flex: 0 0 33.3%;
    padding: 1px 10px 1px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}

.top-cities-india li::before {
    content: url(../svg/taxi.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
}

.top-cities-india li a {
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
}

@media (max-width: 1250px) {
    .top-cities-india li {
        flex: 0 0 33.3%;
    }
}

@media (max-width: 992px) {
    .top-cities-india li {
        flex: 0 0 50%;
    }
}

@media (max-width: 576px) {
    .top-cities-india li {
        flex: 0 0 100%;
    }
    .tour_price {
        margin-top: 10px;
    }
    .cabdetails-body.card-body {
        padding: 10px;
    }
    .view-details-wrapper .nav-link {
        margin-bottom: 5px;
    }
    .view-details-wrapper .view-list-wrapper {
        padding-left: 0;
    }
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    height: 45px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.custom-select-select-option-dropdown .select2-dropdown,
.select2-dropdown {
    border: 2px solid #e9e9e9 !important;
}

.custom-select-select-option-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
}

.custom-select-select-option-dropdown.rating-for .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.custom-select-select-option-dropdown .select2-container--default .select2-results>.select2-results__options {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-select-option-dropdown .select2-container--default .select2-results__option {
    padding: 8px 10px;
    color: #333;
    font-size: 12px;
}

.custom-select-select-option-dropdown .select2-container--default .select2-results__option--highlighted {
    background-color: #0d6efd;
    color: #fff;
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single .select2-selection__clear,
.custom-select-select-option-dropdown .select2-results__option[aria-disabled="true"] {
    display: none;
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    background: url("../images/contact-us/blue-arrow.svg") center center/12px no-repeat !important;
    width: 12px !important;
    height: 12px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
}

.custom-select-select-option-dropdown .select2-selection__arrow::after,
.custom-select-select-option-dropdown .select2-selection__arrow::before {
    display: none !important;
    content: none !important;
}

.custom-select-select-option-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
}

.custom-select-select-option-dropdown .select2-results__option {
    color: #333;
}

.custom-select-select-option-dropdown .select2-results__option--highlighted {
    background-color: #0d6efd;
    color: #fff;
}

.select2-dropdown {
    background-color: #fff;
    border-radius: 0 !important 0 !important 10px 10px !important/0 !important 0 !important 10px 10px !important;
    border-top: 0 !important;
    z-index: 0 !important;
}

.update-company-details .custom-select-select-option-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.custom-select-select-option-dropdown .select2-container {
    min-width: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box;
}

.custom-select-select-option-dropdown .select2-container .select2-selection--single {
    width: 100% !important;
    box-sizing: border-box;
}

.rating-user-image {
    width: 40px;
    height: 40px;
}