.food_hero_section {
    background-image: url('../images/main_img.webp');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 200px 0;
    background-attachment: fixed;
}

.food_hero_section h5 {
    font-style: italic;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #E23744;
}

.food_hero_section h1 {
    font-weight: 700;
    font-size: 46px;
    color: #000000;
}

.food_hero_section p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #5C5C5C;
}

.food_hero_section p span {
    color: #E23744;
}

.food_hero_section .banner_img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translate(0, -50%);
    padding: 115px 0 0;
}

.food_main_btn {
    background: #E23744;
    border: 2px solid #E23744;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    padding: 9px 67px;
}

.food_main_btn:hover {
    background: #c7202d;
    color: #fff;
}

.food_hero_section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50px;
    background-image: url('../images/side_img.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 120px;

}

.product_sub_head h2 {
    font-weight: 700;
    font-size: 30px;
}

.product_sub_head p {
    font-weight: 500;
    font-size: 18px;
}

.food_features_box {
    background: #E33745;
    border-radius: 50px;
    padding: 50px 55px 40px;
    margin-top: 100px;
}

.food_features_box h3 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.food_features_box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.food_features_box li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 28px;
}

.food_features_box li:last-child {
    margin-bottom: 0;
}

.food_features_box li img {
    position: absolute;
    left: 0;
    top: 0;
}

.relative_img {
    margin-top: -116px;
}

.verified_dvlpr_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 5px 10px 0;
}

.verified_dvlpr_box h2 {
    font-weight: 600;
    font-size: 22px;
}


.verified_dvlpr_box .food_main_btn {
    font-weight: 500;
    font-size: 16px;
    filter: unset;
    padding: 10px 47px;
}

.verified_dvlpr_section_h2 {
    padding-left: 70px;
}

.flex_item {
    justify-content: space-between;
    align-items: center;
}

.food_features_section {
    background-color: #F9F9F9;
    margin-top: -60px;
    padding-top: 150px;
}

.food_features_section .product_sub_head h2 {
    padding-left: 81px;
    margin-bottom: 80px;
}

.food_features_list_box {
    background-color: #4379EF;
    box-shadow: 0px 0px 15.873px rgba(0, 0, 0, 0.13);
    border-radius: 7.01021px;
    padding: 20px 25px 20px;
    margin-bottom: 15px;
}

.food_features_list_box:nth-child(2) {
    background: #E23744;
}

.food_features_list_box:last-child {
    background: #FAB329;
}

.food_features_list_box span {
    font-weight: 600;
    font-size: 115px;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    height: 100%;
    right: 10px;
    bottom: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.food_features_list_box h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.food_features_list_box p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.food_features_list_box li {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.food_features_list_box li img {
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.food_screens_sections {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFE1E4 100%);
    padding: 94px 0;
    position: relative;
}

.food_screens_sections:before {
    background: linear-gradient(180deg, #FFFFFF 0%, #ffe1e417 100%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 262px;
}

.food_screens_box {
    background: #FFFFFF;
    box-shadow: 0px 3.05158px 51.8024px rgba(0, 0, 0, 0.06);
    border-radius: 15.2579px;
    padding: 20px 17px;
    text-align: center;
    width: 90%;
    margin: auto;
    transform: scale(.97);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.food_screens_box.food_screens_box_center {
    transform: scale(1.2);
}

.food_screens_box.food_screens_box_center h3 {
    font-size: 17px;
}

.food_screens_box.food_screens_box_center p {
    font-size: 14px;
}

.food_screens_box h3 {
    font-weight: 600;
    font-size: 19px;
}

.food_screens_box p {
    font-weight: 400;
    font-size: 16px;
}

.img_height1 {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin_top {
    margin-top: -90px;
}

.food_screens_sections .row.margin_top {
    width: 84%;
    margin: -84px auto 0;
}

.food_choose_us_section .food_main_btn {
    font-weight: 500;
    font-size: 16px;
    filter: unset;
    padding: 10px 47px;
}

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

.food_choose_box span {
    border: 1px solid #E33745;
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 400;
    font-size: 22px;
    color: #E33745;
}

.food_choose_box h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 14px 0;
}

.food_choose_box p {
    font-weight: 400;
    font-size: 15px;
}

.food_choose_us_section .col-md-3:first-child .food_choose_box span {
    background-color: #E33745;
    color: #fff;
    border: 0;
}

.food_contact_us_section .contact_row_right_top,
.food_contact_us_section .contact_row_right_top:before,
.food_contact_us_section .contact_row_right_bottom .email_div,
.food_contact_us_section .main_btn {
    background: #E33745;
}

.food_contact_us_section .contact_row_right_top .btn {
    color: #E33745;
}

.food_contact_us_section .contact_row_left {
    background: rgba(255, 243, 244, 0.51);
}

.food_contact_us_section .contact_row_left:before {
    background: rgb(255 243 244 / 83%);
}

.food_contact_us_section .contact_row_left input {
    box-shadow: 0px 1.83123px 11.903px rgba(0, 0, 0, 0.07);
}

.food_hero_section [data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0), translate(0, -50%);
    top: 0;
}

.food_hero_section .banner_img img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

@keyframes mover1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateY(22px);
    }
}

.food_features_box .col-xl-8 {
    padding-right: 60px;
}

/* taxi page css */
.hero_section_texi_new {
    background-image: url('../images/taxi_images/texi_hero_section_bg.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 160px;
    position: relative;
    /* overflow-y: hidden; */
}

.hero_section_texi_new::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 100px;
    background-color: white;
}

.hero_section_texi_new::before {
    left: -2px;
    content: "";
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    bottom: -55px;
    z-index: 1;
    transform: rotate(-3deg) skew(-2deg, 0deg);
}

.track_div {
    height: 63px;
    background-color: #333436;
    bottom: 14px;
    transform: rotate(-4.5deg)skew(-5deg, 0);
    z-index: 1026;
    position: absolute;
    left: -4px;
    right: 0px;
    box-shadow: 3px 0px 0px 0px #333436;
    overflow: hidden;
}

.track_div:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    margin: auto;
    height: 4px;
    background-color: #816420;
    bottom: 50px;
    transform: rotate(0deg)skew(-5deg, 0);
    z-index: 1026;
}



.track_div span {
    background-image: repeating-linear-gradient(90deg,
            transparent,
            transparent 20px,
            #B6B6B6 20px,
            #B6B6B6 40px);
    width: 100%;
    height: 3px;
    display: block;
    top: 30px;
    position: absolute;
}

.track_div span:before {
    content: '';
    background: #333436;
    width: 50px;
    height: 3px;
    display: block;
    top: 30px;
    position: absolute;
}

.car_move {
    position: absolute;
    left: -80px;
    top: 17px;
    max-width: 65px;
    -webkit-animation: mover1 9s infinite;
    animation: carmover1 9s infinite;
    animation-delay: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes carmover1 {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.car_move1 {
    position: absolute;
    left: 0%;
    top: 17px;
    max-width: 65px;
    -webkit-animation: carmover2 9s infinite;
    animation: carmover2 9s infinite;
    animation-delay: .11s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes carmover2 {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.track_div:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    margin: auto;
    height: 4px;
    background-color: #816420;
    bottom: 9px;
    transform: rotate(0deg)skew(-5deg, 0);
    z-index: 1026;
}

.hero_section_texi_new h1 {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
}

.hero_section_texi_new h1 span {
    font-size: 50px;
    color: #F6AD00;
    text-transform: uppercase;
}

.hero_section_texi_new h2 {
    color: #F6AD00;
    font-weight: 500;
    font-size: 18px;
}

.hero_section_texi_new p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}

.align_right {
    text-align: right;
}

.development_solution_section {
    padding: 60px 0 40px;
    position: relative;
}

.taxi_head1 .taxi_sub_head_big {
    color: rgba(167, 167, 167, 0.16);
    font-weight: 900;
    font-size: 88px;
    letter-spacing: -5px;
    position: relative;
    top: 39px;
    line-height: 1;
}

.taxi_head1 p {
    font-weight: 400;
    font-size: 16px;
    color: #6D6D6D;
    margin-top: 10px;
}

.taxi_head1 h2 {
    font-weight: 800;
    font-size: 40px;
    color: #000000;
}

.taxi_head1 h2 span,
.user_exp_section_p span {
    color: #F6AD00;
}

.solution_hover_box {
    border-radius: 24px;
    overflow: hidden;
}

.solution_hover_box .solution_hover_box_img img {
    border-radius: 24px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.solution_hover_box .solution_hover_box_img h3 {
    font-weight: 700;
    font-size: 24.9629px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
}

.solution_hover_box .solution_hover_box_content {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute;
    top: 100%;
    background: rgba(43, 43, 43, 0.79);
    z-index: 1024;
}

.solution_hover_box:hover .solution_hover_box_content {
    top: 0;
    cursor: pointer;
}

.solution_hover_box:hover h3 {
    display: none;

}

.solution_hover_box_content h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19.96px;
    position: relative;
    margin-bottom: 25px;
}

.solution_hover_box_content p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.solution_hover_box_content h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 67px;
    height: 3px;
    background: #F6AD00;
}

.solution_hover_box_content h4 span {
    color: #F6AD00;
}

.taxi_head1 h4 {
    font-weight: 500;
    font-size: 15px;
    color: #F6AD00;
    text-transform: uppercase;
}

.user_exp_section_p {
    font-weight: 400;
    font-size: 17px;
    color: #1A1A1A;
}

.taxi_features_section {
    background-image: url('../images/taxi_images/features_bg.webp');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 77px 0 100px;
}

.taxi_features_section .taxi_head1 .taxi_sub_head_big {
    color: rgb(167 167 167 / 28%);
}

.tax_tabing_section_new {
    margin-top: -29px
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link.active {
    color: #fff;
    border: 1px solid #FFB300;
    background-color: #FFB300;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 600;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
}

.flex_tab1 {
    display: flex;
}

.flex_tab1 h3 {
    font-weight: 700;
    font-size: 20px;
    color: #2A2A2A;
    margin: 17px 0 10px;
}

.flex_tab1 p {
    font-weight: 400;
    font-size: 14px;
    color: #2A2A2A;
    line-height: 1.7;
}

.left_side_flex {
    text-align: right;
}

.right_side_flex {
    text-align: left;
}

.left_side_flex,
.right_side_flex {
    width: 30%;
}

.center_side_flex {
    width: 40%;
}

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

.rider_img1 .alignment_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #fcb30136;
    animation: animate-pulse3 1.7s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes animate-pulse3 {
    0% {
        box-shadow: 0 0 0 0 #F6AD00;
    }

    40% {
        box-shadow: 0 0 0 50px #ffb30000;
    }

    80% {
        box-shadow: 0 0 0 30px #ffb30000;
    }

    100% {
        box-shadow: 0 0 0 0px #ffb30000;
    }

}

.admin_center_img {
    padding: 0 38px;
}

.rider_img1.admin_center_img .alignment_img span {
    width: 360px;
    height: 360px;
}

.process_step_box {
    display: block;
    width: 230px;
}

.process_step_box .process_step_box_inner {
    background: #FEF5E0;
    border-radius: 25px;
    padding: 20px 20px 7px;
}

.process_step_box .process_step_box_inner span {
    color: #F6AD00;
    font-weight: 900;
    font-size: 45px;
    display: block;
}

.process_step_box .process_step_box_inner h3 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin: 15px 0 10px;
}

.process_step_box_icon {
    margin-top: -50px;
}

.process_row {
    min-height: 790px;
    width: 95%;
    margin: auto;
}



.main_rotate_img {
    position: absolute;
    transition: transform 2s ease;
    animation: rotate 7s infinite ease;
    pointer-events: none;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.center_position_img {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
    height: 54%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_position {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bottm_position {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.process_row .right_position {
    position: absolute;
    top: 180px;
    right: 80px;
}

.left_position {
    position: absolute;
    top: 180px;
    left: 80px;
    display: flex;
    flex-direction: column-reverse;
}

.process_row .right_position .process_step_box,
.left_position .process_step_box {
    margin-bottom: 150px;
}

.taxi_process_section.common_spacing {
    padding: 70px 0 150px;
    margin-bottom: 50px;
}

.center_position span,
.bottm_position span,
.left_position span {
    text-align: right;
}

.right_position {
    text-align: right;
}

.right_position span {
    text-align: left;
}

.padding_img {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    overflow: hidden;
}

.padding_img img {
    transition: .3s ease;
}

.padding_img:hover img {
    transform: scale(1.1);
    transition: .3s ease;
}

.center_position:before {
    content: '';
    position: absolute;
    right: -159px;
    top: 57px;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
}

.right_position .process_step_box:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 200px;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: translate(-50%, 0)rotate(45deg);
}

.bottm_position:before {
    content: '';
    position: absolute;
    right: -159px;
    top: 0;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(116deg);
}

.bottm_position:after {
    content: '';
    position: absolute;
    left: -159px;
    top: 0;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(180deg);
}

.left_position .process_step_box:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 200px;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: translate(-50%, 0)rotate(230deg);
}

.center_position:after {
    content: '';
    position: absolute;
    left: -159px;
    top: 59px;
    background-image: url('../../product/images/taxi_images/arrow_img2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(288deg);
}

.tech_slider_section_bg {
    background-image: url('../../product/images/taxi_images/tech_slider_bg.webp');
    padding: 100px 0;
}

.tech_slider_section_bg .taxi_head1 p {
    font-weight: 400;
    font-size: 15px;
}

.tech_slider_row {
    margin-top: -100px;
}

.tech_slider_row .tech1_box {
    border-top: 5px solid #F6AD00;
    box-shadow: 0px 24.0713px 25.0341px rgba(0, 0, 0, 0.04);
    padding-top: 0;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19.257px;
    justify-content: center;
}

.tech_slider_row .tech1_box h6 {
    position: unset;
    transform: unset;
    background-color: transparent;
    padding: 0 0 10px;
    width: 100%;
    margin-top: 5px;
}

.tech_slider_img_box {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwipertech1_buttton {
    position: absolute;
    top: -45px;
    right: 0;
    display: flex;
}

.mySwipertech1_buttton .swiper-button-prev {
    margin-right: 30px;
    background-image: url('../../product/images/taxi_images/prev_icon.webp');
    /* background-size: contain; */
    width: 63px;
    height: 36px;
    background-repeat: no-repeat;
}

.mySwipertech1_buttton .swiper-button-next {
    margin-right: 30px;
    background-image: url('../../product/images/taxi_images/next_icon.webp');
    /* background-size: contain; */
    width: 63px;
    height: 36px;
    background-repeat: no-repeat;
    margin: 0;
}


.mySwipertech1_buttton .swiper-button-prev::after,
.mySwipertech1_buttton .swiper-button-next::after {
    content: unset;
}


.mySwipertech1_buttton .swiper-button-next,
.mySwipertech1_buttton .swiper-button-prev {
    position: unset;
    transform: unset;
}

.taxi_choose_section .taxi_head1 p {
    font-size: 14px;
}

.choose_list_box {
    background: #FFFFFF;
    border: 0.72839px solid #F6AD00;
    box-shadow: 0px 24px 14px rgba(0, 0, 0, 0.06);
    border-radius: 16.0246px;
    padding: 20px 20px 20px 83px;
    position: relative;
    margin-bottom: 20px;
    width: 128%;
}

.choose_list_box:last-child {
    margin-bottom: 0;
}

.choose_list_box img {
    position: absolute;
    top: 17px;
    left: 17px;
}

.choose_list_box h3 {
    font-weight: 800;
    font-size: 15.2962px;
    color: #212121;
}

.choose_list_box p {
    font-weight: 400;
    font-size: 13px;
    color: #212121;
}

.choose_taxi_img img {
    width: 100%;
}

.quote_section {
    background-image: url('../../product/images/taxi_images/quote_bg_img.webp');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 77px 0 100px;
    background-position: center;
}

.taxi_faq_section .accordin_section {
    padding: 0 !important;
    background-color: transparent;
}

.taxi_faq_section .accordin_section .accordion-button:not(.collapsed) {
    background-color: #F6AD00;
}

.taxi_faq_section .accordin_section .accordion-button {
    background: #FFFFFF;
    border: 1.01576px solid #E9E9E9;
    border-radius: 5.07881px;
    padding: 18px 14px 18px 20px;
    box-shadow: none !important;
}

.taxi_faq_section .accordin_section .accordion-body {
    padding: 18px 14px 18px 20px;
}

.taxi_faq_section .accordin_section .accordion-item {
    box-shadow: 0px 15.2364px 24.3783px rgba(0, 0, 0, 0.04);
}

.taxi_faq_section .accordion-button::after {
    width: 31.55px;
    height: 31.55px;
    background-color: #F6AD00;
    border-radius: 100%;
    background-position: center;
    background-image: url('../../product/images/taxi_images/faq_arrow.webp');
    background-size: 15px;
}

.taxi_faq_section .accordin_section .accordion-button:not(.collapsed)::after {
    filter: unset;
    background-color: #fff;
    background-image: url('../../product/images/taxi_images/faq_arrow_up.webp');
}

.taxi_faq_section .accordin_section .accordion-body p {
    font-weight: 400;
    font-size: 15px;
    color: #414141;
}

.taxi_faq_section {
    padding-bottom: 70px !important;
}


.taxi_faq_section .accordin_section .accordion-body li {
    font-weight: 400;
    font-size: 15px;
    color: #414141;
    margin-top: 10px;
    list-style: circle;
}

.main_taxi_button:hover {
    transform: translateX(10px);
}

@media (max-width:1399.98px) {
    .development_solution_section {
        padding: 50px 0 40px;
    }

    .process_row {
        width: 100%;
    }

    .center_position_img {
        width: 56.5%;
        height: 56.5%;
    }

    .hero_section_texi_new h1 span,
    .hero_section_texi_new h1 {
        font-size: 45px;
    }

    .taxi_head1 h2 {
        font-size: 33px;
    }

    .taxi_head1 .taxi_sub_head_big {
        font-size: 79px;
        top: 32px;
    }

    .solution_hover_box .solution_hover_box_img h3 {
        font-size: 22.9629px;
    }
}

@media (max-width:1199px) {
    .choose_list_box {
        width: 151%;
    }

    .center_position_img {
        width: 53.5%;
        height: 53.5%;
    }

    .padding_img {
        width: 240px;
        height: 240px;
    }

    .solution_hover_box .solution_hover_box_img img {
        height: 270px;
    }

    .solution_hover_box .solution_hover_box_img h3 {
        font-size: 20.9629px;
    }

    .hero_section_texi_new h1 span,
    .hero_section_texi_new h1,
    .process_step_box .process_step_box_inner span {
        font-size: 37px;
    }

    .solution_hover_box:hover .solution_hover_box_content {
        padding: 24px 17px;
    }

    .solution_hover_box_content p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .taxi_head1 h2 {
        font-size: 29px;
    }

    .solution_hover_box_content h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main_taxi_button {
        font-size: 15px;
        padding: 11px 28px;
    }

    .center_side_flex {
        width: 50%;
    }

    .left_side_flex,
    .right_side_flex {
        width: 25%;
    }

    .taxi_features_section {
        padding: 62px 0 91px;
    }

    .user_exp_section_p {
        font-size: 15px;
    }

    .flex_tab1 h3 {
        font-size: 18px;
    }

    .hero_section_texi_new h2,
    .process_step_box .process_step_box_inner h3 {
        font-size: 16px;
    }
}

@media (max-width:991px) {

    .bottm_position:after,
    .bottm_position:before,

    .center_position:after {
        content: unset;
    }

    .center_position:before {
        right: unset;
        left: 50%;
        transform: translate(-50%, 0)rotate(0) !important;
        bottom: -95px !important;
        top: unset !important;
    }

    .right_position .process_step_box:first-child:before {
        transform: translate(-50%, 0)rotate(0);
        top: unset;
        bottom: -95px;
    }

    .mySwipertech {
        padding: 23px 0 47px;
    }

    .common_spacing.quotes_section1 {
        padding: 10px 0;
    }

    .choose_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .choose_list_box {
        width: 48%;
        height: 100%;
    }

    .choose_list_box p {
        margin-bottom: 0;
    }

    .right_position .process_step_box:last-child:before,
    .bottm_position .process_step_box:first-child:before,
    .left_position .process_step_box:first-child:before {
        transform: translate(-50%, 0)rotate(0);
        top: unset;
        bottom: -95px;
        content: '';
        position: absolute;
        left: 50%;
        background-image: url('../../product/images/taxi_images/arrow_img2.webp');
        background-size: contain;
        background-repeat: no-repeat;
        width: 74px;
        height: 85px;
        background-position: center;
    }

    .left_position {
        flex-direction: column;
    }

    .flex_tab1 {
        flex-direction: column;
    }

    .taxi_process_section.common_spacing {
        padding: 21px 0;
    }

    .center_position_img {
        display: none;
    }

    .left_position .process_step_box:last-child {
        margin-bottom: 0;
    }

    .process_row .right_position .process_step_box,
    .left_position .process_step_box,
    .center_position,
    .bottm_position {
        margin-bottom: 100px;
        width: 100%;
        padding: 0 20px;
        position: relative;
    }

    .right_position {
        width: 100%;
    }

    .right_position {
        text-align: left;
    }

    .process_step_box .process_step_box_inner span {
        text-align: right;
    }

    .right_position .process_step_box,
    .process_step_box {
        margin: auto;
        width: 60% !important;
    }

    .process_row .right_position,
    .center_position,
    .bottm_position,
    .left_position {
        transform: unset;
        position: relative !important;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
    }

    .left_side_flex div,
    .right_side_flex div {
        padding: 0 20px;
    }

    .left_side_flex,
    .right_side_flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .left_side_flex {
        text-align: left;
    }

    .center_side_flex {
        margin-bottom: 50px;
        width: 100%;
        max-width: 31%;
    }



    .hero_section_texi_new h1 br,
    .taxi_head1 h2 br {
        display: none;
    }

    .main_taxi_button {
        font-size: 15px;
        padding: 11px 28px;
    }

    .hero_section_texi_new h1 span,
    .hero_section_texi_new h1 {
        font-size: 30px;
    }

    .hero_section_texi_new {
        padding: 150px 0 131px;
    }

    .rider_img1 .alignment_img span {
        width: 330px;
        height: 330px;
    }

    .rider_img1.admin_center_img .alignment_img span {
        width: 350px;
        height: 350px;
    }

    .center_side_flex.admin_center_img {
        max-width: 75%;
    }
}

@media (max-width:767px) {
    .taxi_faq_section .accordin_section .accordion-body p {
        line-height: 1.4;
    }

    .quote_section {
        padding: 51px 0 50px;
    }

    .align_right {
        text-align: center;
    }

    .main_taxi_button {
        margin: 10px 0 20px !important;
    }

    .right_position .process_step_box,
    .process_step_box {
        width: 100% !important;
    }

    .mySwipertech1_buttton {
        top: 0;
    }

    .mySwipertech1 .mySwipertech {
        padding: 51px 0 47px;
    }
}

@media (max-width:575px) {
    .taxi_faq_section .accordion-button::after {
        width: 25.55px;
        height: 25.55px;
        background-size: 13px;
    }

    .center_side_flex {
        margin: 40px 0;
    }

    .center_side_flex {
        max-width: 200px;
    }

    .center_side_flex.admin_center_img {
        max-width: 100%;
    }

    .rider_img1 .alignment_img span,
    .rider_img1.admin_center_img .alignment_img span {
        width: 260px;
        height: 260px;
    }

    .left_side_flex div,
    .right_side_flex div,
    .choose_list_box {
        width: 100%;
    }

    .tax_tabing_section_new .tab-content {
        margin-top: 10px !important;
    }

    .left_side_flex,
    .right_side_flex {
        flex-wrap: wrap;
    }

    .taxi_head1 h2 {
        font-size: 23px;
    }

    .development_solution_section {
        padding: 14px 0 40px;
        z-index: 1;
    }

    .taxi_head1 p {
        margin-bottom: 0 !important;
    }

    .taxi_head1 .taxi_sub_head_big {
        font-size: 42px;
        top: 17px;
    }

    .hero_section_texi_new::after {
        height: 80px;
    }

    @keyframes animate-pulse3 {
        0% {
            box-shadow: 0 0 0 0 #F6AD00;
        }

        40% {
            box-shadow: 0 0 0 30px #ffb30000;
        }

        80% {
            box-shadow: 0 0 0 30px #ffb30000;
        }

        100% {
            box-shadow: 0 0 0 0px #ffb30000;
        }

    }
}

/* taxi page css */


@media (max-width:1500px) {
    .food_hero_section .padding_right1 {
        padding-right: 227px;
    }
}

@media (max-width:1400px) {
    .food_hero_section .padding_right1 {
        padding-right: 0;
    }

    .food_hero_section .banner_img {
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .food_hero_section {
        padding: 173px 0;
    }

    .relative_img {
        margin-top: -82px;
    }

    .food_screens_sections .row.margin_top {
        width: 100%;
    }

    .verified_dvlpr_box .food_main_btn {
        padding: 10px 30px;
        min-width: 170px;
    }

    .verified_dvlpr_box h2 {
        padding-right: 60px;
    }

    .verified_dvlpr_box {
        padding-right: 20px !important;
    }
}

@media (max-width:1199px) {
    .food_hero_section .banner_img {
        padding: 23px 0 0;
    }

    .verified_dvlpr_box .food_main_btn {
        padding: 10px 12px;
        min-width: 150px;
    }

    .food_features_list_box span {
        font-size: 91px;
    }

    .verified_dvlpr_box h2,
    .food_features_list_box h3 {
        font-size: 19px;
    }

    .food_screens_box h3 {
        font-size: 17px;
    }

    .food_screens_box.food_screens_box_center h3 {
        font-size: 16px;
    }

    .food_screens_box p {
        font-size: 15px;
    }

    .verified_dvlpr_box h2 br {
        display: none;
    }

    .food_hero_section .banner_img {
        width: 38%;
    }

    .product_sub_head h2 {
        font-size: 23px;
    }

    .food_main_btn {
        font-size: 16px;
    }

    .food_hero_section h5 {
        font-size: 33px;
    }

    .food_hero_section h1 {
        font-size: 34px;
    }

    .food_hero_section p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width:991px) {
    .food_hero_section {
        padding: 133px 0 100px;
    }

    .food_screens_sections .row.margin_top {
        margin: -36px auto 0;
    }

    .food_hero_section h1 {
        font-size: 28px;
    }

    .food_hero_section h5 {
        font-size: 25px;
    }

    .food_hero_section p,
    .product_sub_head p {
        font-size: 15px;
        line-height: 1.5;
    }

    .food_main_btn {
        padding: 9px 43px;
    }

    .relative_img {
        margin-top: 30px;
        text-align: center;
    }

    .verified_dvlpr_box h2 {
        padding: 0 0 0 20px;
    }

    .food_delivery_section {
        padding-bottom: 0 !important;
    }

    .food_features_section .product_sub_head h2 {
        margin-bottom: 34px;
    }

    .food_features_list1 {
        margin-top: 30px;
    }

    .food_screens_box {
        width: 100%;
    }

    .food_screens_box.food_screens_box_center {
        transform: unset;
    }
}

@media (max-width:767px) {


    .verified_dvlpr_box {
        padding: 20px 21px 18px;
        text-align: center;
    }

    .product_sub_head p br {
        display: none;
    }

    .verified_dvlpr_box.d-block h2 {
        margin: 16px 0;
    }

    .verified_dvlpr_box.d-block .food_main_btn {
        margin-left: 0;
    }

    .flex_item {
        flex-direction: row-reverse;
        justify-content: start;

    }

    .food_features_section .product_sub_head h2 {
        text-align: center;
        padding-left: 0;
    }

    .verified_dvlpr_box .food_main_btn {
        margin-left: 15px;
    }

    .verified_dvlpr_box h2 {
        padding: 0;
    }

    .food_hero_section {
        padding: 122px 0 69px;
    }

    .food_hero_section h1 {
        font-size: 24px;
    }

    .food_hero_section h5 {
        font-size: 22px;
    }

    .food_main_btn {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    .food_hero_section {
        padding: 122px 0 60px;
    }

    .flex_item .food_main_btn {
        margin: 8px 0 22px;
        display: inline-block;

    }

    .food_hero_section h1 {
        font-size: 20px;
    }

    .food_hero_section .banner_img {
        position: unset;
        transform: unset;
        width: 100%;
    }

    .food_features_box h3 {
        font-size: 17px;
    }

    .food_screens_sections {
        padding: 55px 0;
    }

    .food_choose_us_section .product_sub_head {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .product_sub_head h2 {
        font-size: 19px;
    }

    .food_features_box .col-xl-8 {
        padding-right: 0;
    }

    .food_features_box li {
        padding-left: 37px;
    }

    .food_features_box p {
        font-size: 15px;
    }

    .food_features_section {
        padding-top: 123px;
    }

    .food_features_box {
        margin-top: 22px;
        padding: 38px 24px 40px;
        border-radius: 15px;
    }

    .food_features_box li img {
        width: 21px;
    }
}
