*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #454545;
}
::selection {
    color: #000;
    background: #00dd006b;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #00dd00;
    border-radius: 10px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.text_center, .contact-form-btn, .vehicle_pass, .back_home_btn{
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    color: #141414;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 40px;
    font-weight: 600;
}
h3{
    font-size: 20px;
    font-weight: 600;
}
input:focus, textarea:focus, select:focus, input:focus-visible {
    outline: none;
}
.wrap{
    flex-wrap: wrap;
}
p{
    line-height: 24px;
}
.color_black a, .color_black li button{
    color: #000 !important;
}
select {
    background-image: url(../images/select_arrow_1.svg);
    background-position: right 15px center;
    cursor: pointer;
}
.error-message {
    color: red;
    font-size: 12px; 
    margin-top: 4px; 
}
#openSelect {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
}
#openSelect:hover {
    background-color: #ffffff4d;
}
/* number field auto hover off */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
}
input[type="number"]:hover {
    -moz-appearance: number-input;
}
/* ---- animation css ---- */
.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}
.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein.visible.delay_ani{
    transition-delay: 200ms;
}
.fadein.visible.delay_ani_2{
    transition-delay: 400ms;
}
/* ---- header start ----  */
.container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.single_blog_container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}
.index-imp{
    z-index: 2 !important;
}
#home{
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001; 
    padding: 5px 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 15px 0;
}
nav ul{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
nav ul li a, nav ul li button{
    color: #fff;
    font-size: 14px;
    position: relative;
}
/* .header-btn{
    padding: 15px 25px;
    background-color: #00DD00;
    border-radius: 50px;
    color: #000 !important;
    text-decoration: none;
    position: relative;
} */
.header-btn {
    background-color: #00DD00;
    border-radius: 50px;
    color: #000 !important;
    position: relative;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
}
.header-btn:hover::after {
    display: block;
}
.close-btn, .toggle-btn, .call_mob {
    display: none;
    position: absolute;
    z-index: 999;
}
/* .page_lang {
    background: transparent;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #ffffff70;
    font-size: 16px;
    color: #fff;
} */
.page_lang {
    background: transparent;
    padding: 8px 18px;
    border-radius: 15px;
    border: 1px solid #f5f5f570;
    font-size: 12px;
    color: #F6F6F6;
}
.custom-lang {
    border: 2px solid #EAEAEA;
    /* font-size: 12px; */
    color: #454545;
}
/* .custom-lang {
    border: 2px solid #EAEAEA;
    font-size: 16px;
    color: #454545;
} */
.inner-page-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
.logo_lang{
    display: flex;
    align-items: center;
    gap: 40px;
}
.line-hover{
    position: relative;
}
nav ul li a:hover::after, .footer_links ul li a:hover::after, .most_search a:hover::after, .pre-footer a:hover::after, nav ul li button:hover::after, .line-hover:hover::after  {
    transform-origin: bottom left;
    transform: scaleX(1);
}
nav ul li a::after, .footer_links ul li a::after, .most_search a::after, .pre-footer a::after, nav ul li button::after, .line-hover::after {
    text-decoration: none !important;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #00DD00;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
nav ul li:last-child a:hover::after, .journey-detail-wrap .fa-angle-down{
    display: none;
}
textarea::placeholder{
    font-family: 'Arial', sans-serif;;
}
/* ---- home banner start ---- */
/* #partner img {
    max-width: 250px;
    height: 70px;
} */
.home_hero_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/hero banner.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 95vh;
}
.home_hero_sec #book_home_form {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    gap: 20px;
}
.home_hero_sec #book_home_form .form-side, .home_hero_sec #book_home_form .text-side  {
    padding: 0;
}
.home_hero_sec #book_home_form .text-side h1 {
    color: #fff;
}
.form-thank-you{
    text-align: center;
}
.home_banner h1{
    color: #fff;
}
.home_banner p, .home_hero_sec #book_home_form .text-side p{
    color: #fff;
    margin-top: 30px;
    max-width: 420px;
}
.homepage_form {
    background-color: #fff;
}
.pos_rel{
    position: relative;
}
.pos_abs {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.password-toggle-icon{
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
.home_banner {
    position: relative;
}
.logo_heading {
    text-align: center;
    margin: 0px 0 30px 0;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-260px * 10)); }
}
.logo_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.logo_slider::before,
.logo_slider::after {
    content: "";
    position: absolute;
    width: 200px;
    z-index: 2;
}
.logo_slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.logo_slider::before {
    left: 0;
    top: 0;
}
.logo_slider:hover .slide-track {
    animation-play-state: paused;
}
.logo_slider:hover .logo_slide {
    opacity: 0.5;
}
.logo_slide:hover {
    opacity: 1;
}
.slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(220px * 20);
}
.logo_slide {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_slide img {
    max-width: 150px;
    max-height: 40px;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo_slide img:hover {
    filter: unset;
}
/* ---- Why Smart Commutes? ---- */
section.container.section_margin {
    margin: 100px auto;
}
.sec_heading{
    text-align: center;
    margin: 0px 0 60px 0;
}
.sec_heading p, .logo_heading p{
    font-size: 20px;
    color: #00B200;
    font-weight: 500;
}
.sec_heading h2{
    margin-top: 15px;
}
.why_commute {
    display: flex;
    margin-top: 50px;
    gap: 50px;
}
.why_commute div {
    flex: 1;
    text-align: center;
}
.why_commute h3, .why_commute p{
    margin: 25px 0 0 0;
    line-height: 26px;
}
.smart_services p, .smart_services h3{
    margin: 15px 0 0 0;
    line-height: 26px;
}
.why_commute h3{
    color: #303030;
}
.why_commute p{
    font-size: 14px;
}
.smart_services {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 50px;
}
.smart_services div {
    width: 30%;
    border-radius: 10px;
    /* transition: 0.3s ease-in; */
    background: #f9f9f9;
    padding: 30px 30px;
    border: 1px solid transparent;
}
.smart_services div:hover {
    transition: 0.3s ease-in;
    background-color: #fff;
    box-shadow: 0 1rem 3rem #ebebeb;
    border-color: #eee;
}
.smart_services img {
    max-width: 70px;
    border-radius: 15px;
}
.smart_services h3 {
    color: #303030;
    line-height: 24px;
}
/* ---- book smart section ---- */
.custom_background{
    background-color: #F5F5F5;
    padding: 70px 0;
}
.book_smart{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.book_smart .seperate_div, .pickup_location, .pickup_heading{
    flex: 1;
}
.inner_content {
    background-color: #fff;
    border-radius: 20px;
}
.inner_content img{
    width: 100%;
}
.inner_content img, .blog_card img {
    transition: filter .5s ease-in-out;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.box_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px 30px;
    min-height: 120px;
}
.col_1 {
    width: 20%;
}
.col_2 {
    width: 75%;
}
.box_step {
    font-weight: 500;
    white-space: nowrap;
    color: #141414;
}
.box_type{
    font-size: 18px;
    color: #00B200;
}
/* ---- testimonial section ---- */
.testimonial_card img {
    width: 18px !important;
}
.testimonial_content {
    padding-left: 25px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial_card div:first-child {
    margin-bottom: auto;
}
.testimonial_content div:last-child {
    margin-top: auto;
}
.testimonial_name {
    font-weight: 600;
    margin: 0 0 5px 0;
}
.testimonial_card {
    padding: 30px 30px 60px 25px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    height: 100%;
    /* margin-left: 2px; */
}
.testimonial_content img {
    width: 100px !important;
}
.owl-dot.active span {
    background: #00DD00 !important;
}
.owl-dots {
    margin-top: 50px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
button.owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* ---- video section ---- */
.video_sec {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}
.video_col_1{
    width: 60%;
}
.video_col_2{
    width: 40%;
}
/* .video_sec div {
    flex: 1;
} */
.inner_video_block {
    background: #000;
    display: flex;
    position: relative;
    border-radius: 20px;
}
.inner_video_block a {
    width: 100%;
}
.inner_video_block .video_img {
    width: 100%;
    max-width: 100%;
    display: flex;
}
img.video_link_tag {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.video_sec p{
    margin-bottom: 25px;
}
.show_video iframe {
    border: none;
}
.show_video {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
.show_video .close {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    width: 20px;
}
.show_video div:last-child {
    text-align: center;
    height: 400px;
    padding: 0;
    max-height: none;
    overflow: hidden;
    border-radius: 50px;
}
/* ---- faq section ---- */
.accordion{
    width: 70%;
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid #EAEAEA;
}
.accordion-header {
    padding: 20px 10px;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}
.accordion-content {
    padding: 0px 10px 20px 10px;
    display: none;
}
.accordion-content p {
    color: #666;
    line-height: 25px;
    width: 85%;
}
.icon {
    float: right;
    font-size: 22px;
    font-weight: 500;
}
.know_more {
    text-align: center;
    margin: 70px 0 0 0;
}
.know_more a, .car_book_btn a, .track_btn, .back_home_btn a {
    padding: 0px 40px;
    background-color: #00DD00;
    border-radius: 30px;
    color: black;
    white-space: nowrap;
    position: relative;
}
/* ---- blog section ---- */
.blog_card {
    position: relative;
    overflow: hidden;
}
.bf_img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.bf_img img {
    transition: transform 0.3s ease-in-out;
}
.blog_link:hover .bf_img img {
    transform: scale(1.1); 
}
#blog .owl-dots, #logo_slider .owl-dots {
    margin-top: 50px;
}
.last_section {
    margin-bottom: 170px !important;
}
/* sticky footer */
#scroll-footer {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    background-color: #1A1A1A;
    font-size: 16px;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: top 1s ease;
    width: 100%;
    display: none;
}
.sticky-ras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 9px;
    max-width: 340px;
    margin: 0 auto;
}
.taxi_book_btn {
    background-color: #fff;
    padding: 11px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
}
/* footer */
footer{
    background-color: #1A1A1A;
    position: relative;
    padding: 150px 0 60px 0;
}

p.footer_sub_heading {
    color: #00B200;
    font-size: 20px;
    margin-bottom: 7px;
}
.sub_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F5F5;
    height: 200px;
    padding: 50px 60px;
    border-radius: 20px;
    margin-top: -250px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.newsletter_heading, .newsletter_form {
    width: 50%;
}
/* .newsletter_form input#inputField {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    padding: 15px 20px;
    border-radius: 5px;
}   */
.newsletter_form input#inputField {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
}
.footer_links {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    justify-content: space-between;
}
.footer_nav {
    display: flex;
    gap: 60px;
}
.footer_links a {
    color: #9B9B9B;
    position: relative;
}
.footer_links li {
    margin: 20px 0; 
    line-height: 25px;
}
.footer_links li:first-child {
    margin: 0 0 20px 0;
}
.app_dw img {
    max-width: 167px;
    height: 50px;
}
.app_dw {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0.5 !important;
}
.most_search p {
    color: #9B9B9B;
    margin-bottom: 30px;
}
.most_search a, .pre-footer a {
    color: #9B9B9B;
    position: relative;
    line-height: 25px;
    font-size: 14px;
}
.pre-footer a{
    font-size: 12px !important;
}
.most_search {
    margin-top: 70px;
}
.social_icon {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.pre-footer {
    border-top: 1px solid #eaeaea30;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 22px;
    flex-wrap: wrap;
    gap: 15px;
}
.paymet_option {
    display: flex;
    gap: 30px;  
}
.nl-form-footer{
    display: flex;
    gap: 10px;
}
.nl-form-div1{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 10px;
}
.nl-form-div1 label{
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}
.nl-form-div1 label input{
    margin-right: 10px;
    background-color: #fff;
}
.nl-form-div1 label a, .accept_box p a{
    color: #000;
    border-bottom: 2px solid #00dd00;
}
@media (min-width: 992px){
    .top_bar {
       display: none !important;
    }
}
/* --- about us page --- */
.company_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 160px;
    padding-right: 100px;
    margin-top: 50px;
}
.company_top h1, .condition_heading {
    font-size: 40px;
}
.company_top div:first-child {
    width: 25%;
}
.company_top div:last-child {
    width: 73%;
}
.top_sec{
    margin-top: 170px;
}
div#the_company {
    margin: 80px 0;
}
.what_part {
    display: flex;
    align-items: center;
    gap: 20px;
}
.what_variety {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.what_part div, .what_variety div {
    flex: 1;
}
.what_part div:last-child{
    text-align: end;
}
.what_part h3, .what_variety h3 {
    margin-bottom: 20px;
}
.margin-top{
    margin-top: 50px;
}
.w_82{
    width: 82%;
}
.pad_left {
    padding-left: 80px;
}
/* ---- contact us page ---- */
.contact-form-container {
    max-width: 720px;
    margin: 0 auto 0 auto;
}
.contact-form-container .row, .customer_detail .row, #account-billing .row, #account-feedback .row, .quote-form .row {
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
}
.contact-form-container .col, #account-billing .row .col, #account-feedback .row .col, .quote-form .col{
    width: 49%;
}
.cf_msg_height textarea {
    height: 130px;
    overflow: auto;
}
.mt-100{
    margin-top: 100px !important;
}
.contact-form-container input[type="text"], .contact-form-container input[type="email"], .contact-form-container input[type="tel"], .contact-form-container textarea, .contact-form-container select, .contact-form-container input[type="number"], #car_dec,
.customer_detail input[type="text"], .customer_detail input[type="email"], .customer_detail input[type="tel"], .customer_detail textarea, .customer_detail select, .customer_detail input[type="number"], input[type="datetime-local"], .search-container input[type="search"], .search_field select,
#loginForm input[type="email"], #loginForm input[type="password"], #loginForm input[type="text"], #signupForm input, #signupForm select, .account-checkout-form input[type="text"], .account-checkout-form select, .account-checkout-form textarea, .account-checkout-form input[type="tel"], #sort_by, #trip-search-form input, #passwordResetform input,
#passwordResetForm input, .quote-form input, .quote-form select, .quote-form textarea { 
    width: 100%;
    padding: 17px 15px 17px 28px;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;
    position: relative;
    background-color: transparent !important;
    color: #000 !important;
}
#sort_by, #car_dec{
    padding: 17px 15px 17px 20px;
}
#google_translate_element select {
    appearance: none !important;
    padding: 13px 15px;
    border: 2px solid #EAEAEA;
    width: 100%;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.contact-form-btn{
    margin-top: 30px;
}
#submitBtn, #submitButton, .uni_btn, .track_search {
    padding: 0px 40px;
    background-color: #00DD00;
    color: #000;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
}
/* ---- Fleet Registration page ---- */
.join_us{
    width: 40%;
}
.margin_top{
    margin: 100px 0;
}
.margin_top ul {
    margin-top: 20px;
}
.margin_top ul li {
    margin-top: 10px;
}
.form-heading {
    font-weight: 700;
    margin-bottom: 30px;
}
.mar-top{
    margin-top: 50px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}
input[type="checkbox"]:checked {
    background-color: #00DD00;
}
.vehicle_checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}
.checkbox_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.checkbox_flex label {
    display: flex;
    gap: 5px;
}
.vehicle_checkbox label, .checkbox_flex label, .accept_box{
    font-size: 14px;
    white-space: nowrap;
}
.accept_box {
    display: flex;
    gap: 10px;
    white-space: normal;
    line-height: 25px;
}
.fleet_business {
    display: flex;
    gap: 100px;
    text-align: center;
}
p.inner_business_heading {
    font-weight: 700;
    margin: 10px 0;
}
.business_top{
    margin-top: 50px;
}

/* ---- booking page ---- */
.booking_form {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 40px 30px 30px 30px;
}
.via_field{
    width: 85%;
}
.square-radio {
    display: flex;
    justify-content: center;
    /* width: 67%; */
    margin: 0 auto 20px auto;
}
.square-radio label {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
}
.square-radio input[type="radio"] {
    display: none;
}
.square-radio input[type="radio"] + span {
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #EAEAEA;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 7px 15px;
    width: 100px;
}
.square-radio input[type="radio"]:checked + span {
    background-color: #00DD00;
    border-color: #00DD00;
}
.booking_page_form {
    display: flex;
    gap: 40px;
}
.select_type_heading{
    font-weight: 600;
}
.select_type {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.type_box, .booking_form, .map, .inner_business{
    flex: 1;
}
.checkbox_type {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 20px;
}
.checkbox_type label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.map iframe {
    border-radius: 20px;
    height: 400px;
    max-width: 100%;
}
.booking_container {
    margin-top: 60px;
}   
.margin_bottom{
    margin-bottom: 200px !important;
}
.sort_type {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.card_outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    column-gap: 30px;
}
.card_inner {
    display: flex;
    flex-direction: row;
    width: calc(94% / 3);
    justify-content: flex-start;
}
.car_card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.car_pricing_tbl {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
}
.car_card .car_img {
    object-fit: contain;
}
.custom-select {
    position: relative;
    /* display: inline-block; */
}
.width_select{
    width: 150px !important;
}
#car_dec, #sort_by{
    margin: 10px 0 10px 0;
}
.vehicle_pass p:first-child {
    margin: 0px 0 10px 0;
}
.vehicle_pass p:last-child{
    font-size: 20px;
}
.car_book_btn {
    text-align: center;
    margin-top: 15px;
}
.car_price{
    font-weight: 600;
    font-size: 18px;
}
.km_price{
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}
.class_lable_std, .class_lable_ex, .class_lable_chaff {
    position: absolute;
    bottom: 30px;
    padding: 7px 20px;
    font-size: 14px;
}
.class_lable_std {
    background-color: #1DC0FF;
}
.class_lable_ex{
    background-color: #B1A2FF;
}
.class_lable_chaff{
    background-color: #A2FFC7;
}
img.std_logo, .ex_logo, .chaff_logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
.car_rating_abs {
    padding: 12px 7px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 20px;
    font-size: 14px;
    left: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ---- thank you page ---- */
.thankyou_container {
    max-width: 768px;
    margin: 170px auto;
    padding: 0 15px;
}
.thankyou_container h1 {
    margin: 15px 0;
}
.thankyou_container .text_center p{
    font-weight: 600;
}
.order_pname {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 70px 0;
    align-items: center;
}
.order_pname p:first-child {
    margin: 0 0 30px 0;
    font-weight: 600;
}
.thank_map iframe{
    width: 768px;
    height: 300px;
    max-width: 100%;
}
.booking_detail {
    padding: 50px 0px 50px 0px;
    border: 2px solid #EAEAEA;
    border-top: none;
    border-radius: 0px 0 20px 20px;
}
.pickup_stand {
    display: flex;
    padding: 0px 80px 0px 100px;
    gap: 20px;
}
.pickup_stand div p:last-child {
    font-weight: 600;
    margin: 5px 0 0 0;
}
.pickup_stand div {
    flex: 1;
}
.top_spac{
    margin: 50px 0;
}
p.ttl_price {
    color: #00DD00;
    font-size: 18px;
}
.pickup_stand.total_price_sec {
    border-top: 2px solid #EAEAEA;
    margin-top: 20px;
    padding-top: 20px;
}

/* checkout page */
.checkout_form {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.customer_detail .col {
    width: 49%;
}
.journey_details {
    border: 1px solid #EAEAEA;
    width: 35%;
    border-radius: 20px;
    padding-bottom: 40px;
}
.account_details {
    width: 65%;
}
.journey_details_heading {
    font-size: 20px;
    font-weight: 600;
    background-color: #F5F5F5;
    padding: 15px 20px;
    border-radius: 20px 20px 0 0;
}
.allocated_dec {
    padding: 20px;
}
.journey_details_time span {
    color: #00DD00;
    font-weight: 600;
}
.allocated_price {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.hr_line {
    border-top: 2px solid #EAEAEA;
    padding: 0 0 40px 0;
}
.pickup_details {
    padding: 0 20px 20px 20px;
}
.pickup_address {
    display: flex;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 15px;
    align-items: center;
}
.pickup_location {
    font-weight: 600;
    line-height: 25px;
}
.remove_hr {
    border-bottom: none;
    padding-bottom: 0px;
}
.slient_info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.luggage_count {
    display: flex;
    align-items: center;
    gap: 7px;
}
.add_padding {
    padding-bottom: 25px;
}
.text_a, .create_link a {
    font-weight: 600;
    color: #141414;
}
.custom_space{
    margin-top: 30px;
}
.create_link{
    padding: 10px 20px;
    border: 2px solid #EAEAEA;
    border-top: none;
    border-radius: 0 0 20px 20px;
}
.customer_detail p{
    font-size: 20px;
    margin: 50px 0 30px 0;
    font-weight: 600;
}
.col2{
    display: flex;
    gap: 5px;
}
.card_img {
    background-image: url('../images/card\ num.svg');
}
.card_img::placeholder, .calan_img::placeholder, .cvv_img::placeholder {
    padding: 40px;
}
.calan_img{
    background-image: url('../images/calander.svg');
}
.cvv_img{
    background-image: url('../images/cvv.svg');
}
.card_img, .calan_img, .cvv_img{
    background-repeat: no-repeat;
    background-position: 15px;
}
.flex_1{
    flex: 1;
}
h1.condition_heading {
    margin-bottom: 40px;
}
p.condition_heading {
    margin-bottom: 60px !important;
}
.terms_condition p {
    margin-bottom: 20px;
}
.terms_condition h3{
    margin-top: 50px;
}
.terms_condition ul li p {
    margin-top: 10px;
}
.terms_condition ul {
    margin-top: 40px;
}
.terms_condition li{
    line-height: 25px;
    margin-bottom: 40px
}
.sub-head-btn{
    position: relative;
}
.sub-head-btn:before{
    border-radius: 20px;
}
.know_more a, #submitBtn{
    font-weight: 500;
}
.hover_effect, .know_more a, #submitBtn, #submitButton, .uni_btn, .track_search {
    display: inline-block;
    letter-spacing: 0.8px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.height {
    height: 53px;
}
.hover_effect:after, .know_more a:after, #submitBtn:after, #submitButton:after, .uni_btn:after, .track_search:after, .sub-head-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.hover_effect:before, .know_more a:before, #submitBtn:before, #submitButton:before, .uni_btn:before, .track_search:before, .sub-head-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #51ff51;
    transition: all 0.3s;
    z-index: -1;
}
.hover_effect:hover:before, .know_more a:hover:before, #submitBtn:hover:before, #submitButton:hover:before, .uni_btn:hover:before, .track_search:hover:before, .sub-head-btn:hover:before {
    width: 100%;
}

/* blog listing page */
.blog_listing_outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
    column-gap: 30px;
    margin-top: 30px;
}
.blog_listing_inner {
    display: flex;
    flex-direction: row;
    width: calc(94% / 3);
    justify-content: flex-start;
}
.blog_listing_card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog_card {
    padding: 20px 0;
}
.blog_listing_content p, .blog_card p {
    color: #000;
    padding-top: 5px;
    font-size: 14px;
}
.blog_card p{
    color: #666666;
}
.language-popup div .close {
    width: 20px;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
}
.blog_dy_img img, .blog_listing_content img, .blog_card img{
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}
.blog_listing_content h2, .blog_card h3 {
    font-size: 20px;
    font-weight: 400;
    min-height: 50px;
    margin-top: 20px;
    line-height: 32px;
}
.blog_card h3{
    color: #292929;
}
.blog_listing_hover, .blog_listing_content h2, .blog_listing_content p, .blog_link a, .blog_link p, .blog_link h3{
    transition: all .3s ease-in 0s;
}
.blog_container {
    display: flex;
    width: 100%;
    align-items: center;
}
.saperate-col {
    flex: 1;
    padding-left: 0;
}
.blog_column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}
.search_field {
    display: flex;
    gap: 20px;
}
.search-container {
    position: relative;
}
#blog_category_filter, .search-container{
    flex: 1;
}
span.serch_pos {
    position: absolute;
    top: 16px;
    right: 16px;
}
.all_bottom_link{
    margin-top: 40px;
}
.single_page_blog{
    padding-bottom: 40px;
}
.single_blog{
    background-color: #F5F5F5;
    margin-top: 50px;
}
.custom_blog_padding {
    padding: 70px 0 70px 0;
}
.home_blog_sec .custom_blog_padding {
    padding-bottom: 150px;
}
.overlay, .overlay_1, .overlay_app_dw, .video_overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}
.popupb{
    margin: 0 auto;
    max-width: 450px;
}
.popup h3, .g_language h3, .popup_app_dw h3{
    background-color: #F5F5F5;
    border-radius: 10px 10px 0 0;
}
.app_coming{
    padding: 0 20px;
}
.popup h3, .popup p, .g_language h3 {
    margin: 0;
    padding: 12px 20px;    
}
.language-popup, .popup, .popup_app_dw {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    width: 90%;
    max-width: 440px;
    /* text-align: center; */
}
.app_coming {
    margin: 20px 0;
}
.popup_app_dw h3 {
    padding: 10px 20px;
}
.app_coming p {
    font-size: 20px;
    font-weight: 600;
}
.m_7{
    margin-bottom: 70px;
}
.popup form, .popupb form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.popup form{
    padding: 20px 20px 10px 20px;
}
.popupb form{
    padding: 20px 0px 10px 0px;
}
.close-icon {
    position: absolute;
    right: -10px;
    padding: 5px 10px;
    cursor: pointer;
    width: 40px;
    top: -40px;
}
.skiptranslate.goog-te-gadget {
    margin: 20px 0;
    padding: 0 20px;
}
.via-field {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.popup .via-fields {
    margin: 10px 15px;
}
.via-field label {
    width: 25%;
}
.via-field span{
    padding-left: 10px;
}
/* .popup .login_btn_pdd {
    margin: 0 auto;
} */

/*Checkout page*/
.checkout-form-wrap {
    margin: 30px 0 150px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.checkout-form-wrap .journey-detail-wrap {
    background-color: #F5F5F5;
    width: 30%;
    border-radius: 20px;
    border: 2px solid #F5F5F5;
}
.checkout-form-wrap .account-login {
    background-color: #F5F5F5;
    border-radius: 20px;
    border: 2px solid #F5F5F5;
}
.checkout-form-wrap .account-detail-wrap {
    width: 70%;
}
.journey-detail-wrap h3, .checkout-form-wrap .account-login h3,.account-feedback-form-wrap h3 {
    padding: 15px;
}
.jdetail-booking-content {
    padding: 15px;
}
.jdetail-content {
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.jdetail-more-info {
    border-top: 2px solid #F5F5F5;
    padding: 35px 15px;
    border-bottom: 2px solid #F5F5F5;
}
.jdetail-content p {
    font-size: 14px;
    margin-bottom: 10px;
}
p.jorney-time-left span {
    font-weight: 700;
    color: #00DD00;
}
.jdetail-content p.journey-fare {
    font-size: 20px;
    font-weight: 700;
}
.jdetail-more-info p {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f5f5f5;
    line-height: 36px;
}
.jdetail-more-info p span {
    width: 70%;
}
.jdetail-more-info p span {
    width: 60%;
    font-weight: 700;
    color: #454545;
}
p.jvehicle-info {
    flex-wrap: wrap;
    padding-bottom: 10px;
    border: 0;
}
.jvehicle-info img {
    vertical-align: middle;
}
.journey-edit-booking {
    text-align: center;
    padding: 16px 0;
}
.account-checkout-form-wrap h3 {
    padding: 15px 15px 20px;
    font-weight: 500;
}
.account-checkout-form-wrap {
    margin-top: 35px;
}
.account-checkout-form-wrap h3:not(:first-child) {
    margin: 30px 0 10px;
}
input#acc-cardmonth {
    background-image: url(../images/card-month.svg);
    background-position: 13px;
    padding-left: 55px;
}
input#acc-cardcvv {
    background-image: url(../images/card-cvv.svg);
    background-position: 13px 6px;
    padding-left: 55px;
}
input#acc-cardnum {
    background-image: url(../images/card-number.svg);
    background-position: 13px;
    padding-left: 55px;
} 
input#acc-cardmonth, input#acc-cardcvv, input#acc-cardnum, a.g_login, a.user-dash-view, .img-after-sub, .img-after:after, select {
    background-repeat: no-repeat;
}
.sms-checkbox {
    font-size: 14px;
}
.sms-checkbox input[type="checkbox"] {
    margin-right: 25px;
    margin-bottom: -4px;
}
/*Checkout page ends*/
/* track booking */
.track_booking {
    max-width: 768px;
    margin: 70px auto;
    padding-bottom: 40px;
    width: 100%;
}
.f_24{
    font-size: 24px;
    line-height: 30px;
}
.mt-15{
    margin-top: 15px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.pl-15{
    padding-left: 15px;
}
.lh_20{
    line-height: 20px;
}
.d_flex{
    display: flex;
    gap: 20px;
}
#trip-search-form input, #passwordResetform input{
    width: 300px;
    max-width: 100%;
}
.color-font{
    color: #454545;
}
.reset-password{
    text-align: center;
}
.desc-none{
    display: none;
}
.ggl-btn{
    margin: 15px 0 30px 0;
}
.g_login {
    padding: 15px 35px 15px 60px;
    border: 2px solid black;
    border-radius: 30px;
    color: black;
    background-image: url(../images/Google-icon.png);
    background-position: left;
    background-position-x: 35px, right;
    background-size: 18px;
    font-size: 14px;
    transition: all .1s ease-in 0s;
    font-weight: 500;
}
.faq_btn a {
    padding: 13px 35px 13px 35px;
    border: 2px solid black;
    border-radius: 30px;
    color: black;
    transition: all .1s ease-in 0s;
    font-weight: 500;
}
.faq_btn {
    margin-top: 60px;
}
select#blog_category_filter {
    text-transform: capitalize;
}
.pickup_stand ul li {
    margin-top: 8px;
}
.email-quote-form div, #signPopup #signupForm div {
    text-align: left;   
}
.details-info ul {
    margin-top: 10px;
}
.details-info ul li {
    margin: 5px 0;
}
.leaflet-routing-container.leaflet-bar.leaflet-control {
    display: none !important;
}
@media (max-width: 1250px){
    .card_inner {
        width: calc(94% / 3);
    }
    .fleet_business {
        gap: 30px;
    }
}
@media (max-width: 1100px){
    .newsletter_heading {
        width: 40%;
    }
    .newsletter_form {
        width: 60%;
    }
    .journey_details {
        width: 48%;
    }
    .account_details {
        width: 52%;
    }
    .w_82 {
        width: 95%;
    }
    .pad_left {
        padding-left: 40px;
    }
}
@media (max-width: 1024px){
    .smart_services {
        column-gap: 33px;
    }
    .smart_services div {
        width: 31%;
    }
    nav ul {
        column-gap: 30px;
    }
    .home_hero_sec {
        height: 70vh;
    }
    /* #partner img {
        max-width: 190px;
        height: 50px;
        margin: 0 auto;
    } */
    .why_commute, .video_sec, .book_smart {
        gap: 20px;
    }
    .inner_video_block img.video_img, .what_variety img, .what_part img {
        max-width: 100%;
    }
    .company_top {
        gap: 40px;
        padding-right: 30px;
    }
    .card_inner {
        width: calc(93% / 3);
    }
    .blog_listing_inner {
        width: calc(96% / 2);
    }
    .blog_listing_hover {
        border-radius: 30px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .blog_card {
        padding: 0px;
    }
}
@media (max-width: 992px) {
    .smart_services div {
        width: 47%;
    }
    #home {
        top: 20px;
    }
    .video_col_1{
        width: 50%;
    }
    .video_col_2{
        width: 50%;
    }
    .app_coming {
        margin: 20px 0 !important;
        width: 100% !important;
    }
    a#openSelect {
        position: absolute;
        top: -61px;
        padding: 7px 13px;
        width: fit-content;
    }
    .top_bar {
        display: block;
        border-bottom: 1px solid #fff;
        text-align: right;
        padding: 0px 0 15px 0;
    }
    .topbar_bottom_dark{
        border-bottom: 1px solid #000;    
    }
    .logo_lang {
        position: relative;
        width: 100%;
    }
    .dark_log img, .logo img{
        max-width: 140px;
        width: 100%;
    }
    .logo_lang {
        gap: 20px;
    }
    .sub_form {
        padding: 50px 30px;
        gap: 20px;
    }
    .box_content {
        gap: 10px;
        flex-direction: column;
        align-items: start;
        padding: 30px 30px;
    }
    .col_1 , .col_2 {
        width: 100%;
    }
    header {
        border-radius: 0px;
    }
    .top_bar img {
        margin-right: 15px;
    }
    .top_bar img:last-child {
        margin-right: 0;
    }
    .toggle-btn {
        top: 10px;
        right: 0px;
        font-size: 32px;
        display: block;
        color: #fff;
    }
    .toggle_color{
        color: #000;
    }
    .call_mob {
        display: block;
        top: 20px;
        right: 40px;
    }
    .close-btn {
        top: 11px;
        right: 5px;
        font-size: 42px;
        display: none;
        color: #000;
        font-weight: 600;
    }
    nav ul {
        flex-direction: column;
        position: fixed;
        top: -100%;
        right: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: top 1s ease;
        justify-content: center;
    }
    nav ul li {
        padding: 15px;
        text-align: center;
    }
    nav ul li a, nav ul li button {
        color: #000 !important;
        font-weight: 600;
        font-size: 20px;
    }
    .footer_links div {
        flex: unset;
    }
    .footer_links div:first-child {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_links div:nth-child(2), .footer_links div:nth-child(3), .footer_links div:nth-child(4), .footer_links div:nth-child(5){
        width: 46%;
    }
    .footer_links div:nth-child(2) {
        order: 3;
    }
    .footer_links div:nth-child(3) {
        order: 4;
    }
    .footer_links div:nth-child(4) {
        order: 5;
        margin-top: -27px;
    }
    .footer_links div:nth-child(5) {
        order: 6;
        margin-top: -27px;
    }
    .footer_links li, .footer_links li:first-child {
        margin: 10px 0;
    }
    .app_dw {
        flex-direction: row;
        flex: unset !important;
        order: 2;
        width: 100%;
    }
    .footer_links {
        flex-wrap: wrap;
    }
    .social_icon {
        margin-top: 0px;
        justify-content: end;
    }
    .most_search a {
        white-space: nowrap;
        font-size: 12px;
        line-height: 22px;
    }
    .checkout-form-wrap .journey-detail-wrap {
        width: 40%;
    }
    .checkout-form-wrap .account-detail-wrap {
        width: 60%;
    }
}
@media (max-width: 850px){
    .journey_details, .account_details {
        width: 100%;
    }
    .checkout_form {
        flex-direction: column;
    }
    .card_inner {
        width: calc(92% / 3);
    }
    .blog_container {
        flex-direction: column;
        align-items: normal;
    }
    h1 {
        font-size: 50px;
    }
    .accordion-header {
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 20px 10px;
    }
    .square-radio input[type="radio"] + span {
        width: 90px;
    }
    .pad_left {
        padding-left: 0px;
    }
}
@media (min-height: 405px) and (max-height: 910px) {
    .home_hero_sec {
        height: 100vh;
    }
    .home_hero_sec #book_home_form {
        padding-top: 130px;
    }
}
@media (max-width: 780px){
    .card_inner {
        width: calc(95% / 2);
    }
    .thank_map iframe {
        max-width: 100%;
    }
    .blog_listing_inner {
        width: calc(95% / 2);
    }
    .home_hero_sec {
        height: 80vh;
    }
}
@media (max-width: 767px){
    .why_commute {
        gap: 10px;
    }
    body{
        font-size: 14px;
    }
    .know_more {
        margin: 40px 0 0 0;
    }
    .desc-none{
        display: block;
    }
    .mob-none{
        display: none;
    }
    section.container.section_margin {
        margin: 70px auto 50px auto;
    }
    .sec_heading {
        margin: 0px 0 30px 0;
    }
    .sec_heading p, .logo_heading p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 0;
    }
    .blog_card {
        padding: 0px;
    }
    .custom_blog_padding {
        padding: 40px 0 40px;
    }
    .sec_heading h2 {
        margin-top: 10px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /* .video-bg {
        height: 100%;
        z-index: -1;
        position: absolute;
    } */
    /* .video-abs {
        position: unset;
        transform: unset;
    } */
    .accordion, .join_us, .nl-form-div1 {
        width: 100%;
    }
    /* .d-flex {
        padding: 200px 15px 50px 15px;
        flex-direction: column;
        gap: 40px;
    } */
    .sub_form {
        flex-direction: column;
        padding: 30px;
        height: auto;
    }
    .newsletter_heading, .newsletter_form {
        width: 100%;
        text-align: center;
    }
    .nl-form-footer {
        gap: 30px;
        flex-direction: column;
    }
    .pre-footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .company_top {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding-right: 0;
        margin-top: 20px;
    }
    .what_part h3, .what_variety h3 {
        margin-bottom: 15px;
    }
    div#the_company, .contact-form-container {
        margin: 10px auto;
    }
    .what_part {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .what_variety {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 70px;
    }
    .contact-form-btn {
        margin-top: 20px;
    }
    .booking_page_form {
        flex-direction: column-reverse;
    }
    .checkbox_type {
        column-gap: 15px;
    }
    .checkbox_type label {
        gap: 5px;
    }
    .card_outer {
        gap: 30px;
    }
    .custom_input{
        flex-direction: row !important;
    }
    .booking_form {
        padding: 20px 20px 20px 20px;
    }
    .square-radio input[type="radio"] + span {
        padding: 7px 10px;
        width: 74px;
    }
    .pickup_stand {
        padding: 0px 20px 0px 20px;
        gap: 10px;
    }
    .order_pname {
        margin: 30px 0 60px 0;
        flex-direction: column;
    }
    .customer_detail .col {
        width: 100%;
    }
    .customer_detail .row {
        flex-direction: column;
    }
    .checkout_form, .terms_condition h3 {
        margin-top: 30px !important;
    }
    p.condition_heading{
        margin-bottom: 30px;
    }
    .home_banner p, .home_hero_sec #book_home_form .text-side p {
        margin-top: 20px;
        width: 100%;
    }
    .fleet_business {
        flex-direction: column;
    }
    #scroll-footer {
        font-size: 14px;
    }
    .blog_listing_inner {
        width: 100%;
    }
    .blog_listing_content h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .search_field {
        flex-direction: column;
    }
    .checkout-form-wrap {
        flex-wrap: wrap;
    }
    .checkout-form-wrap .account-detail-wrap, .checkout-form-wrap .journey-detail-wrap {
        width: 100%;
    }
    .toggle-btn {
        top: 5px;
    }
    .call_mob {
        top: 15px;
    }
    .close-btn {
        top: 7px;
    }
}
@media (max-width: 700px){
    .mt-100 {
        margin-top: 70px !important;
    }
    .top_sec {
        margin-top: 200px;
    }
    .box_content {
        padding: 20px;
    }
    .home_hero_sec {
        height: 100%;
        padding: 0px 0 50px 0;
        min-height: 1150px;
    }
    .home_hero_sec #book_home_form .form-side, .home_hero_sec #book_home_form .text-side  {
        padding: 0;
    }
    .home_hero_sec #book_home_form {
        flex-direction: column;
        gap: 20px;
        position: absolute;
        padding: 0 20px;
        top: 190px;
    }
    img.std_logo{
        right: 10px;
        top: 10px;
    }
    .car_rating_abs {
        top: 10px;
        left: 10px;
    }
    .blog_listing_content img, .blog_card img{
        max-width: 100%;
    }
    .testimonial_content {
        padding-left: 0px;
    }
    p.testimonial_name {
        margin: 0px 0 5px 0;
    }
    img.video_link_tag {
        max-width: 50px;
    }
    .terms_condition .popup h3, .terms_condition .popup p {
        margin: 0 !important;
    }
    .close-icon {
        right: -11px;
    }
    .video-bg {
        height: 100%;
    }
    #account-billing .row, #account-feedback .row {
        flex-direction: column;
    }
    #account-billing .row .col, #account-feedback .row .col, .video_col_2, .video_col_1 ,.accordion-content p, .w_82 {
        width: 100%;
    }
    .checkout-form-wrap {
        margin: 30px 0 80px;
    }
    nav {
        padding: 15px 0;
    }
    .pl-15{
        padding-left: 0;
    }
    .d_flex{
        flex-direction: column;
        gap: 15px;
    }
    .track_booking {
        margin: 30px auto 0 auto;
    }
    .f_24 {
        font-size: 20px;
        line-height: 26px;
    }
    .owl-dots {
        margin-top: 20px;
    }
    /* #partner img {
        max-width: 200px;
        height: 70px;
        object-fit: scale-down;
    } */
}
@media (max-width: 691px) {
    .content-overlay {
        width: 100%;
    }
}
@media (max-width: 650px){
    .smart_services {
        row-gap: 20px;
    }
    .journey-detail-wrap h3{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rotate {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .quote-form textarea {
        height: 100px;
    }
    .show_video div:last-child iframe {
        width: 350px;
        height: 350px;
        border-radius: 50px;
    }
    .contact-form-container .row, .quote-form .row {
        flex-direction: column;
    }
    .contact-form-container .col, .quote-form .col, .company_top div:first-child, .company_top div:last-child, .smart_services div {
        width: 100%;
    }
    .why_commute {
        flex-direction: column;
        gap: 50px;
        margin-top: 40px;
    }
    .book_smart, .video_sec, .select_type {
        gap: 30px;
        flex-direction: column;
    }
    .card_inner {
        width: calc(94% / 2);
    }
    .sort_type {
        justify-content: start;
    }
    .pos_abs{
        transform: translate(-50%, -50%) rotate(90deg);
    }
}
@media (max-width: 450px){
    .popupb{
        width: 90%;
    }
    .card_inner {
        width: 100%;
    }
    .app_dw{
        flex-wrap: wrap;
    }
    .footer_links img {
        max-width: 120px;
    }
    .app_dw {
        justify-content: start;
    }
    .email_check input {
        width: 7%;
    }
    .email_check label {
        width: 93%;
    }
    .footer_links {
        margin-top: 50px;
    }
    .journey-detail-wrap .fa-angle-down{
        display: block;
    }
    .journey_summary {
        display: none;
    }
}
@media (max-width: 375px){
    .square-radio input[type="radio"] + span {
        width: 100%;
        max-width: 90px;
        padding: 7px 15px;
    }
    .square-radio label {
        margin-right: 5px;
    }
}
@media (min-width: 1280px){
    .container {
        max-width: 1150px;
    }
}
/* @media (min-width: 1300px){
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
} */

/*User Dashboard */
.tripMap .leaflet-top.leaflet-right {
    display: none;
}
.user_dashboard #nav-menu {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.user_dashboard .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.user_dashboard div#user-page {
    padding: 30px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.user_dashboard #nav-menu ul {
    text-align: end;
}
.user_dashboard #nav-menu li {
    display: inline-block;
}
.user_dashboard #nav-menu li a, .logout_btn {
    color: #898989;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    margin-left: 20px;
}
.logout_btn {
    background-color: red;
    color: #fff !important;
    border-color: red;
    width: 100%;
}
.fa-sign-out:before {
    font-size: 15px;
}

.user_dashboard #responsive-menu {
    display: none;
    float: right;
}
.tc-row > [class^="col"]:nth-child(1), .tc-row > [class*="col"]:nth-child(1) {
    margin-left: 0px;
}
.tc-row .tc-col5 {
    width: 19.2%;
    margin-left: 1%;
}
.tc-row > [class^="col"], .tc-row > [class*="col"] {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    vertical-align: top;
}
.tc-row > [class^="col"], .tc-row > [class*="col"] {
    font-size: 15px !important;
}
.page-sidebar {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.page-sidebar > li:nth-child(1) > a {
    border-top: none;
}
.page-sidebar > li > a {
    display: block;
    padding: 15px 15px 15px 30px;
    text-decoration: none;
    transition: all 0.2s linear;
    color: #000;
}
.user_dashboard .tc-row .tc-col5_4 {
    width: 78.8%;
    margin-left: 1%;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}
.user_dashboard form .field {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.user_dashboard .field {
    display: block;
    clear: both;
    padding: 5px;
}
.user_dashboard form .field > label {
    display: inline-block;
    zoom: 1;
    width: 100px;
    margin-right: 5px;
    text-align: right;
    font-size: 14px;
    vertical-align: -3px;
}
.user_dashboard form .field > * {
    vertical-align: middle;
}
.user_dashboard form .field > input{
    width: 50%;
    padding: 15px 20px;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;
    position: relative;
}
.user_dashboard  .page-title{
    padding: 10px;
}
.user_dashboard table {
    border-collapse: collapse;
    width: 100%;
}
.user_dashboard table th {
    border-bottom: 1px solid #D6D6D6;
    padding: 20px 26px;
    text-align: left;
    color: #8A8A8A;
    font-weight: 400;
}
.user_dashboard table td {
    padding: 20px 26px 15px;
    font-size: 14px;
}
.user_dashboard table tbody tr:not(last-child) {
    border-top: 1px solid #f2f2f2;
}
.booking-header-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.booking-tabs-wrap a {
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #D9D9D9;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 7px 15px;
    width: 100px;
    color: #898989;
}
a.user-dash-view {
    color: #141414;
    background-image: url(../images/view-link.svg);
    padding-right: 17px;
    background-position: right;
}
.booking-tabs-wrap {
    display: flex;
    gap: 15px;
}
.payment-wrap {
    background-color: #eee;
    padding: 25px;
    justify-content: center;
}
.clear-voucher .col:first-child {
    background-color: #eee;
    padding: 16px;
}
span#coupon-name {
    font-weight: 600;
}
.user_dashboard table thead {
    color: #000;
}
.center {
    text-align: center;
}
.trip_detail_table .uni_btn{
    padding: 10px 30px !important;
}
.single_trip, .trip_amount {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.trip_amount {
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.single_trip p {
    margin: 15px;
}
.txt_underline {
    border-bottom: 1px solid #00dd00;
    width: fit-content;
    padding-bottom: 5px;
}
.table-title {
    border-top-right-radius: 20px;
    background-color: #F5F5F5;
    padding: 15px 25px;
    border-top-left-radius: 20px;
    font-size: 24px;
    color: #141414 !important;
    font-weight: 700 !IMPORTANT;
    border: 0 !important;
}
.single_trip div {
    width: 30%;
}
.status-processing {
    background-color: #ffff50;
}
.status-payment_pending {
    background-color: rgb(91, 91, 255);
}
.status-failed {
    background-color: rgb(255, 0, 0);
}
.status-success {
    background-color: #00dd00;
}
.py_st{
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #fff; */
}
.checkout-via {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f5f5f5;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
}
.multi-via span {
    font-weight: 700;
    color: #454545;
    display: block;
}
.multi-via {
    width: 60%;
}
.rating {
    border: none;
    float: left;
}
.rating > label {
    color: #90A0A3;
    float: right;
}
.rating > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}
.rating > input {
    display: none;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #F79426;
}  
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FECE31;
}
.booking-bg{
    background-repeat: no-repeat;
    background-position: left;
}
.all-booking {
    background-image: url(../images/All-Booking.svg);
}
.upcoming-booking{
    background-image: url(../images/Upcoming-Booking.svg);
}
.recent-booking{
    background-image: url(../images/Recent-Bookin.svg);;
}
.canclled-booking{
    background-image: url(../images/cancelled-Booking.svg);
}
.details{
    background-image: url(../images/Details.svg);
}
.c-pass{
    background-image: url(../images/change-password.svg);
}
.e-setting{
    background-image: url(../images/email-setting.svg);
}
.d-account{
    background-image: url(../images/delete-account.svg);
}
.border-none{
    border: none !important;
}
/* dashboard mobile */
.dropdown-dashboard, .dropdown-dashboard-sub {
    position: relative;
    display: none;
}
.dropdown-toggle-sub {
    background-color: transparent;
    color: #141414;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: justify;
    padding-bottom: 5px;
}
.dropdown-toggle {
    background-color: #F5F5F5;
    color: #141414;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.dropdown-details {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    max-width: 230px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.click-details {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    max-width: 230px;
    width: 130px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    right: 0;
}
.dropdown-details li a, .click-details li a {
    color: #5B5B5B;
    padding: 12px 40px;
    display: block;
    font-size: 14px;
}
.bg-left {
    background-position-x: 10px;
}
.img-after-sub {
    width: 85px;
    background-image: url(../images/drop-down.svg);
    max-width: 100%;
    margin-bottom: 20px;
    float: right;
    position: absolute;
    right: 10px;
    top: 44px;
    background-position: right 2px;
}
.img-after{
    position: relative;
    width: 230px;
    max-width: 100%;
    margin-bottom: 20px;
}
.img-after:after {
    content: "";
    background-image: url(../images/drop-down.svg);
    position: absolute;
    top: 17px;
    width: 50px;
    height: 50px;
    right: -20px;
}
.img-after .upcoming-booking:first-child {
    background-image: url(../images/Upcoming-Booking.svg);
    background-position-x: 15PX;
}
 /* booking table css */
  .booking-tbl {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.booking-tbl tr {
    border: none;
    padding: 0.35em;
}
.grecaptcha-badge{
     visibility: hidden !important;
}
.display-tbl label{
    width: 20%;
}
.display-tbl input{
    width: 75%;
    padding: 15px;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    appearance: none;
    position: relative;
}
.display-tbl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.setting-tbl {
    border: 1px solid #EAEAEA !important;
    width: 100%;
    max-width: 800px;
}
.form-tbl {
    padding: 30px 90px 30px 90px;
}
.reset-form{
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.trip-main-data {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding-bottom: 30px;
}
.trip-details {
    padding: 0 30px;
    display: flex;
    gap: 20px;
}
.details-info {
    flex: 1;
    margin-top: 20px;
}
.f_16{
    font-size: 16px;
}
.details-info div {
    margin-bottom: 20px;
    line-height: 22px;
}
.journey-info {
    padding: 20px 30px;
}
.journey-details {
    margin: 0 0 20px 0;
}
.title-radius {
    border-radius: 0;
}
.track-book-trip {
    display: flex;
    gap: 30px;
    align-items: center;
}
.track-book-trip .book-trip-div {
    width: 50%;
}
.book-trip-div p {
    padding-bottom: 10px;
}
.book-trip-div h3 {
    padding-bottom: 2px;
    border-bottom: 2px solid #00dd00;
    width: fit-content;
    margin-bottom: 20px;
}

/* single blog page */
.single_blog_container h1{
    font-size: 40px;
    line-height: 52px;
}
.feature_img img {
    width: 100%;
    max-width: 980px;
    border-radius: 10px;
    height: 100%;
    max-height: 530px;
    object-fit: cover;
}
.single_blog_container h3 {
    margin-bottom: 15px;
}
/* get a quote form */
.quote-form {
    max-width: 768px;
    margin: 50px auto;
}
.hidden {
    display: none;
}
.full-width {
    width: 100% !important;
    transition: width 0.5s;
}
.half-width {
    width: 49%;
    transition: width 0.5s;
}
.mt-4{
    margin-top: 40px;
}
.mb-2{
    margin-bottom: 20px;
}
.back_listing i {
    padding: 6px;
    border: 2px solid #00dd00;
    border-radius: 50px;
    margin-right: 5px;
}
.back_listing a {
    color: #000;
}
.owl-carousel .owl-stage{
    display: flex;
}
#testimonial .owl-stage {
    gap: 15px;
}
.email_check{
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1024px){
    .dropdown-dashboard, .dropdown-dashboard-sub {
        display: block;
    }
    .tc-col5, .user_dashboard #nav-menu ul, .desktop-none {
        display: none;
    }
    .user_dashboard .tc-row .tc-col5_4 {
        width: 100%;
        margin-left: 0;
    }
    .user_dashboard #nav-menu li a, .logout_btn {
        color: #898989;
        padding: 10px 25px 10px 15px;
        font-size: 14px;
        border-radius: 0;
        border: none;
        margin-left: 0;
        text-align: left;
    }
    .user_dashboard #nav-menu li {
        display: block;
    }
    #logoutForm{
        text-align: left;
    } 
    .footer_links {
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .form-tbl {
        padding: 0 20px 30px 25px;
    }
    .booking-tbl thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .w-80{
        width: 80%;
    }
    .booking-tbl td {
        border-bottom: none;
        display: block;
        text-align: left;
        margin-top: 20px;
    }
    .booking-tbl tr {
        border-bottom: 3px solid #0d0 !important;
        display: block;
        position: relative;
        border: 1px solid #f2f2f2;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .booking-tbl td::before {
        content: attr(data-label);
        float: left;
        margin-top: -23px;
        color: #000;
        font-weight: 600;
    }
    .booking-tbl td:last-child {
        border-bottom: 0;
        float: right;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .user_dashboard .tc-row .tc-col5_4 {
        border: none;
    }
}
@media (max-width: 767px){
    .owl-item div {
        margin-left: 2px;
    }
    .display-tbl {
        align-items: start;
        /* margin-bottom: 25px; */
        flex-direction: column;
        margin: 15px 0 25px 0;
    }
    .display-tbl label {
        width: 100%;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .display-tbl input, .track-book-trip .book-trip-div {
        width: 100%;
    }
    .track-book-trip {
        align-items: start;
    }
    .single_blog_container h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .terms_condition h3 {
        line-height: 28px;
    }
}
@media (max-width: 650px){
    .trip-details, .track-book-trip {
        flex-direction: column;
        gap: 0;
        padding-bottom: 10px;
    }
    .trip-details .details-info:last-child, .details-info ul {
        margin-top: 0px;
    }
    .details-info div {
        margin-bottom: 10px;
    }
    .table-title {
        font-size: 18px;
    }
}
@media (min-width: 1025px){
    .inner_content img:hover, .blog_link:hover img{
        -webkit-filter: brightness(0);
        filter: brightness(0.8);
    }
    .inner_video_block:hover .video_img {
        opacity: 0.5;
        transition: ease-in-out .5s;
    }
    .taxi_book_btn:hover {
        /* border: 1px solid #fff; */
        background-color: transparent;
        color: #fff;
    }
    .sub-head-btn:hover{
        color: #000 !important;
    }
    .g_login:hover, .faq_btn a:hover {
        border: 2px solid #00dd00;
    }
}
.custom-message{
    padding: 20px 40px;
    background: #00ff0040;
    border-radius: 20px;
    width: 90%;
}
.custom-message h4{
    font-weight: 500;
}
.new_popup {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    width: 90%;
    text-align: center;
    max-width: 440px;
}
.new_popup h3 {
    margin: 0;
    padding: 10px 20px;
    background-color: #F5F5F5;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
#fields_container .popup_field:first-of-type {
    margin-top: 20px;
}
.popup_field {
    display: flex;
    padding: 0 20px 10px 20px;
    align-items: center;
    gap: 20px;
}
.new_via {
    width: 13%;
    text-align: left;
}
.new_input {
    width: 77%;
}
.icon_add_field {
    width: 10%;
}
.update_btn a {
    background-color: #00DD00;
    border-radius: 50px;
    color: #000 !important;
    position: relative;
    padding: 0 25px;
}
.update_btn {
    margin-top: 15px;
    padding-bottom: 25px;
}