:root {
    --main: #F6BD00;
    --main-dark: #0782AF;
    --black: #000;
    --white: #ffffff;
    --button-padding: 11px 25px 13px 25px;
    --gap10: 10px;
    --gap20: 20px;
    --gap30: 30px;
    --f20: 20px;
    --f16: 16px;
    --button-radius: 5px;
    --radius10: 10px;
    --dflex: flex;
    --radius-left: 15px 0px 0px 15px;
    --radius-right: 0 15px 15px 0;
    --gradient: linear-gradient(180deg, #FFF 0%, #d6eef7 100%);
    --common-gradient: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    --container-inner-width: 1310px;
    --orange: #19B4ED;
    --orange-dark: #0782AF;
}
* {
    box-sizing: border-box;
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}

*::after,
*::before {
    box-sizing: border-box;
}

.mb10 {
    margin-bottom: 10px;
}

@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }

    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}

.mainWrapper>*.inner-banner {
    margin-top: 0;
    padding: 30px 15px;
}

.bgcolor1 {
    background-color: #2F9CF9;
}

.bgcolor2 {
    background-color: #41CAA5;
}

.bgcolor3 {
    background-color: #F1A818;
}

.bgcolor4 {
    background-color: #5AC7DF;
}

.bgcolor5 {
    background-color: #F26C34;
}

.bgcolor6 {
    background-color: #2EB162;
}
.bgcolor50 {
    background-color: #2EB162;
}

main {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

main>* {
    padding: 40px 0;
}

a {
    color: #000;
}

[data-toggle="popup"],
.common-button {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: var(--main);
    color: #fff;
}

a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}

.enq-popup-button-block {
    text-align: center;
}

.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 61px;
    box-shadow: 0 6px 15px rgb(0 0 0 / .15);
    color: #fff;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.play-anim-ico::before {
    content: '\e9c2';
    font-family: 'icomoon';
    vertical-align: top;
    overflow: hidden
}

.play-anim-ico:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
    color: #fff
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--orange-dark)
}

.play-anim-ico.theme {
    color: var(--orange-dark);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.video-icon {
    background: var(--main);
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    animation: ripple-white 1s linear infinite;
    -webkit-animation: ripple-white 1s linear infinite;
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.3), 0 0 0 10px rgba(0, 122, 255, 0.3), 0 0 0 20px rgba(0, 122, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 122, 255, 0.3), 0 0 0 20px rgba(0, 122, 255, 0.3), 0 0 0 30px rgba(0, 122, 255, 0);
    }
}

* {
    box-sizing: border-box;
}

html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}

section {
    display: block;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
}

.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 5px 0 0 0;
}

.btn__div.center {
    justify-content: center;
}

.common-btn {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 44px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.common-btn:hover,
.common-btn:focus {
    background: var(--main);
    color: #fff;
}

.common-btn.white-bg {
    background-color: #fff;
    color: var(--main);
}

.common-btn.white-bg:hover {
    color: #fff;
}

p strong {
    font-size: 20px;
    color: #424242;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.heading .heading-style {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: -8px 0 0 0;
    text-transform: capitalize;
}

.heading .heading-style span {
    color: var(--main);
}

.heading strong {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    line-height: 25px;
    margin-top: -4px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    min-height: 25px;
}

.heading strong::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.heading strong::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 15px;
    width: 100%;
}

.heading.center {
    text-align: center;
}

.heading.center p {
    text-align: center;
}

.heading.white>* {
    color: #fff;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.common-btn {
    background-color: var(--main);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
    gap: 8px;
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.common-btn:hover {
    background-color: #000;
}

.tagline {
    display: inline-block;
    background-color: #5857f1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.heading p {
    margin-top: 5px;
    margin-bottom: 0;
}
.banner-btn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding-right: 0!important;
    padding-left: 2px
}
.banner-btn a {
    background: #00a9b7;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 10px;
    border-radius: 4px;
    width: auto;
    text-transform: uppercase;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
    min-height: 54px;
}
.banner-btn a strong {
    font-weight: 600
}
.banner-btn .blinker {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: #000
}
.banner-btn .blinker img {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle
}
@keyframes buttonanim {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}
.banner-btn a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #007883;
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    animation: buttonanim 2s infinite;
    -webkit-animation: buttonanim 2s infinite
}
@keyframes buttonanim {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}
 .banner-btn a.buy-now {
    background: #ffd615;
    color: #000
}
 .banner-btn a.buy-now:after {
    background-color: #e4ba00
}
 .banner-btn a.demovideo-btn {
    background: #0fb158;
    color: #fff
}
 .banner-btn a.demovideo-btn:after {
    background-color: #0a8d45
}
.banner-btn a.demovideo-btn,
 .banner-btn a.introvideo-btn {
    background-color: #fff0;
    box-shadow: 0 0 0 2px #e69c24 inset;
    color: #fff;
    gap: 10px;
    padding: 10px 15px
}
.banner-btn a.demovideo-btn{
    background: #0fb158;
    box-shadow: 0 0 0 2px #0fb158 inset;
    color: #fff;
}

 .banner-btn a.introvideo-btn:hover {
    background-color: #e69c24
}
.banner-btn a.demovideo-btn:hover{
    background-color: #0a8d45
}
.banner-btn a.demovideo-btn::after{
    background-color: #0a8d45
}
 .banner-btn a.introvideo-btn:after {
    background-color: #e69c24
}
.banner-btn a.demovideo-btn small,
 .banner-btn a.introvideo-btn small {
    text-transform: none;
    color: #000;
    margin: 0;
    line-height: normal;
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
    white-space: pre-wrap
}
.banner-btn a.demovideo-btn span,
 .banner-btn a.introvideo-btn span {
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #000;
    margin-left: 0
}
.banner-btn a.demovideo-btn small,
.banner-btn a.demovideo-btn span{
    color: #fff;
}
 .banner-btn a.view-demo img {
    width: 30px
}
/* ======================= TAXI HEADER CSS ============================================= */
header.passive,header.trans {
    box-shadow: none;
    border-bottom: 1px solid #ddd
}
.taxi-header {
    position: fixed;
    z-index: 111;
    width: 100%;
    top: 81px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 0 rgb(0 0 0 / .1)
}
.taxi-header.fixed {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.taxi-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end
}
.taxi-header .page-logo {
    min-height: 60px;
    line-height: 60px;
    display: inline-block
}
.taxi-header .page-logo img {
    vertical-align: middle
}
.taxi-header-inner {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 1416px;
    margin: auto;
    padding: 0 45px;
    min-height: 60px
}
.taxi-header ul li a {
    min-height: 60px;
    display: block;
    line-height: 60px;
    color: #000;
    font-weight: 600
}
.taxi-header ul li.have_dropdown a>img {
    width: 12px;
    margin-left: 2px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    height: auto
}
.taxi-header ul li a:hover {
    color: var(--orange)
}
.taxi-header ul li>ul {
    display: block;
    position: absolute;
    z-index: 111;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0rem 0rem 1.25rem rgb(30 34 40 / .06);
    border-radius: 10px;
    top: 70%;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}
.taxi-header ul li>ul li a {
    min-height: initial;
    line-height: normal;
    padding: 6px 30px;
    font-weight: 500
}
.taxi-header ul li {
    position: relative
}
.taxi-header .taxi-header-right>ul>li:last-child {
    min-height: 60px;
    line-height: 60px
}
.taxi-header .taxi-header-right>ul>li:last-child a {
    min-height: initial;
    line-height: normal;
    padding: 13px 20px;
    display: inline-block;
    background-color: var(--orange-dark);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.taxi-header .taxi-header-right>ul>li:last-child a::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    pointer-events: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}
.taxi-header .taxi-header-right>ul>li:last-child a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1)
}
.taxi-header-left {
    position: relative
}
.taxi-header img {
    max-width: 100%;
    width: 164px;
    height: 40px;
    display: inline-block;
    font-size: 0;
}
.lavel_menu_toggle {
    width: 30px;
    height: 23px;
    background: 0 0;
    border: none;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0
}
.lavel_menu_toggle span:after,.lavel_menu_toggle span:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
    content: '';
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}
.lavel_menu_toggle span:before {
    top: 0
}
.lavel_menu_toggle span:after {
    bottom: 0
}
.lavel_menu_toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}
.lavel_menu_toggle.open span {
    background-color: #fff0
}
.lavel_menu_toggle.open span:before {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: center center
}
.lavel_menu_toggle.open span:after {
    bottom: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: center center
}
/* ======================= TAXI HEADER CSS ============================================= */
/* ======================= MAIN CSS START ============================================= */
.main-banner {
    position: relative;
    overflow: hidden;
    z-index: 3;
    background: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    padding: 70px 0 40px 0;
}

.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-banner .btn__div a>img {
    width: 20px;
    height: 20px;
}

.black-btn,
.white-btn,
.cmn-primary-btn {
    background-color: var(--main);
    background: linear-gradient(to right,            #F6BD00 0%,            #FFCA19 100%);
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 10px;
    line-height: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.black-btn,
.white-btn,
.cmn-primary-btn {
    height: 40px;
    font-size: 15px;
}

.white-btn {
    background: #fff;
    color: #000;
}

.black-btn {
    background: var(--black);
    color: #fff;
}

.cmn-primary-btn:hover {
    background: #000;
    color: #fff;
}

.black-btn:hover,
.white-btn:hover {
    background: linear-gradient(to right,
            #F6BD00 0%,
            #FFCA19 100%);
    color: #fff;
}

.black-btn span,
.white-btn span,
.cmn-primary-btn span {
    background: url(../images/taxi-booking-from-whatsapp/btn-arrow.svg) no-repeat center var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin-right: -5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.black-btn span,
.white-btn span {
    background: url(../images/taxi-booking-from-whatsapp/black-arrow.svg) no-repeat center var(--main);
}

.black-btn:hover span,
.white-btn:hover span {
    background: url(../images/taxi-booking-from-whatsapp/btn-arrow.svg) no-repeat center var(--white);
}

.btn-color1 {
    background: #000;
}

.btn-color1:hover {
    background-color: var(--main);
}

.main-banner .main-banner-left h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-banner .main-banner-left h1 span {
    color: var(--main);
    display: block;
}

.main-banner-left {
    width: 43%;
}

.main-banner-left .sub__title {
    font-size: 20px;
    line-height: 1em;
    margin: 5px 0 15px 0;
    display: block;
}

.main-banner-right {
    width: 55%;
    position: relative;
}
.absolute-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main-banner-right b {
    font-size: 22px;
}

.bn-fet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.bn-fet-box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 45%;
}

.bn-fet-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 27px;
    flex-shrink: 0;
}

.bn-fet-icon.blue {
    background-color: var(--main);
}

.bn-fet-icon.green {
    background-color: #36d399;
}

.bn-fet-icon.purple {
    background-color: #8839ef;
}

.bn-fet-icon.yellow {
    background-color: #eab308;
}

.bn-fet-text strong {
    font-size: 15px;
    color: #000;
}

.bn-fet-text small {
    font-size: 13px;
    color: #444;
}

.main-banner .main-banner-right .main-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}

.main-banner-right .btn__div {
    margin-top: 15px;
}

.main-banner p {
    margin-bottom: 10px;
}

/****************************************/
.user-app {
    padding-bottom: 0;
}

.user-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.user-app-left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
    align-items: flex-end;
    z-index: 1;
    width: 40%;
    padding-right: 15px;
}

.user-app-left:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 1000%;
    background: #fff9e4;
    height: 86%;
    border-radius: 0px 80px 80px 0px;
    -webkit-border-radius: 0px 80px 80px 0px;
    -moz-border-radius: 0px 80px 80px 0px;
    -ms-border-radius: 0px 80px 80px 0px;
    -o-border-radius: 0px 80px 80px 0px;
}

.user-app-left span {
    max-width: 317px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.user-app-left span:last-child {
    display: block;
    margin-bottom: -7%;
    position: relative;
}

.user-app-right {
    width: 58%;
}

.user-app-right b {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
/****************************************/
.how-it-works {
    padding: 40px 15px;
}

.how-it-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.how-it-inner strong {
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    margin-bottom: 13px;
    color: #000;
}

.how-it-right {
    width: calc(100% - 720px);
    width: -webkit-calc(100% - 720px);
    width: -moz-calc(100% - 720px);
    width: -ms-calc(100% - 720px);
    width: -o-calc(100% - 720px);
    position: relative;
    z-index: 7;
    padding-left: 85px;
}

.how-it-right::before {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: -12px;
    width: 60px;
    height: 60px;
    background-color: var(--main);
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.how-it-left.center {
    justify-content: center;
}

.how-it-left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    width: 618px;
    padding: 32px 0;
}

.how-it-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    border-radius: 100%;
    width: 60%;
    padding-top: 60%;
    background: rgba(246, 189, 0, 0.2);
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    filter: blur(230px);
    -webkit-filter: blur(120px);
    right: 0;
    bottom: 0;
}

.how-it-left span {
    max-width: 302px;
    width: 100%;
    display: inline-block;
}

/* --------------------------------------------------- */
.app-flow {
    padding-top: 60px;
}

.app-flow-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 195px 1fr 195px 1fr;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.app-flow-inner:not(:last-child) {
    padding-bottom: 40px;
}

/* .app-flow-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background-color: #A2FFBB;
    filter: blur(400px);
    -webkit-filter: blur(400px);
    z-index: -1;
    margin: auto;
    border-radius: 100%;
} */
.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.step-number {
    width: 35px;
    height: 35px;
    background-color: var(--main);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.step-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    flex: 1;
    text-transform: capitalize;
    color: #000;
}

.screen-container {
    width: 302px;
}

.app-screen {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.screen-header {
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #333;
    font-weight: 500;
}

.screen-content {
    padding: 15px;
    flex-grow: 1;
    overflow-y: auto;
}

.input-field,
.promo-item,
.ride-option,
.booking-option {
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    /* To align radio button/price on the right */
    align-items: center;
}

.continue-btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    background-color: #008080;
    color: white;
}

.continue-btn.green {
    background-color: #4CAF50;
}


.arrow {
    text-align: center;
    display: block;
    width: 100%;
}

.arrow1 {
    margin-top: -6%;
    margin-right: 9%;
}

.arrow2 {
    margin-top: -4%;
}

.arrow3 {
    text-align: left;
    margin-left: 14%;
    margin-top: -7%;
}

.row-reverse {
    flex-direction: row-reverse;
}


/****************************************/
.firstbillion-section {
    background-color: var(--black);
    background-image: linear-gradient(to bottom, #000000, #151515);
    color: var(--white);
    padding: 40px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.firstbillion-cnt {
    display: grid;
    gap: 29px;
    grid-template-columns: 1.1fr 1.5fr;
    align-items: center;
}

.firstbillion-cnt p {
    color: #fff;
}

.firstbillion-left img {
    border-radius: 30px;
    border: 4px solid #424242;
}

.nomatterwhatsize-section {
    position: relative;
}

.nomatterwhatsize-section:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background: #A1A1A1;
    z-index: -1;
    filter: blur(230px);
}

.firstbillion-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

/****************************************/
.realclients-section {
    padding: 40px 0;
}

.realclients-cnt {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.uberclone-vidoe-img {
    display: block;
    position: relative;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    overflow: hidden;
    width: 50%;
    cursor: pointer;
}

.uberclone-vidoe-img::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.uberclone-vidoe-img img,
.uberclone-vidoe-img iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.overview-video-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.content-area{
    width: 48%;
    background-color: #fff;
    position: relative;
}
/****************************************/
.navigate {
    padding: 40px 0;
}

.navigate-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto
}

.navigate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    row-gap: 15px
}

.navigate ul li {
    width: 31.8%;
    padding: 0 7px
}

.navigate ul li:first-child {
    width: 36.33%
}

.navigate ul li:nth-last-child(-n+2) {
    width: 50%
}

.navigate ul li strong {
    font-weight: 600;
    font-size: 23px;
    line-height: 1em;
    display: block;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 5px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between
}

.navigate ul li strong:after {
    content: attr(data-number);
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    color: #E2E2E2;
    bottom: 0;
    left: 0;
    display: inline-block
}

.navigate-block {
    padding: 10px 15px 15px 15px;
    background: #FFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    /* box-shadow: 0 0 15px rgb(0 0 0 / .15) */
    border: 1px solid #ccc;
}

.navigate-block .button-block {
    margin-top: 5px
}

.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/****************************************/
.script-package-section {
    padding-bottom: 0;
}

.script-package-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.script-package-row-flow {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

ul.colum-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

ul.colum-1 li {
    padding: 0 0 0 30px;
    width: 100%;
    position: relative;
    font-size: 15px;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    background: url(../images/taxi-booking-from-whatsapp/list-arrow.svg) no-repeat 0 3px;
}

ul.colum-1.white li {
    color: #fff;
}

.catrow {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.catrow:last-child {
    margin-bottom: 0;
}

.caticonbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

.caticonbox i {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #000;
}

.caticonbox span img {
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
}

.caticonbox strong {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    line-height: normal;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
}

.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mt_0{
    margin-top: 0;
}
/* ----------------------------------------------- */
.promo-container {
    background: linear-gradient(to right, #FFF5D3 0%, #FFECAC 100%);
    padding: 40px 15px;
    margin: 0 auto;

}
.promo_inner{
    max-width: 1235px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt-40 {
    margin-top: 40px;
}

ul.colum-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

ul.colum-2 li {
    background: url(../images/taxi-booking-from-whatsapp/list-black.svg) no-repeat 0 0;
}

.circle {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.circle_icon {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/taxi-booking-from-whatsapp/btn-arrow.svg) no-repeat center center var(--black);
    background-size: 35.74px;
    border-radius: 50%;
    z-index: 1;
}

.emblem {
    position: relative;
    width: 200px;
    height: 200px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    animation: spin 10s linear infinite;
}

.emblem span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* --- Inner Black Button --- */
.inner-button {
    width: 100px;
    height: 100px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 10;
}

.arrow-icon {
    color: #FFC300;
    font-size: 2.2em;
    font-weight: 900;
    transform: rotate(-45deg);
}

.text-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.text-ring span {
    position: absolute;
    --total-chars: 30;
    --rotation: calc(360deg / var(--total-chars) * var(--idx));
    transform:
        rotate(var(--rotation)) translateY(-100px) rotate(calc(90deg - var(--rotation)));
    letter-spacing: 1px;
}

.ai-features {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.ai-features ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.ai-features ul li {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffe9d7;
}

.ai-features ul li:nth-child(2) {
    background: #dbeafe;
}

.ai-features ul li:nth-child(3) {
    background: #dcfce7;
}

.ai-features ul li:nth-child(2)::before {
    background-color: #007bff;
    /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.ai-features ul li:nth-child(3)::before {
    background-color: #28a745;
    /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.ai-features ul li:nth-child(4) {
    background: #FDE6F7;
}

.ai-features ul li strong {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    text-transform: capitalize;
}

.ai-features ul li i {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid #e2e8f0;
}

.ai-features ul li i img {
    width: 60px;
    height: 60px;
}

/* Icon background colors */
.ai-features ul li:nth-child(2)::before {
    background-color: #007bff;
    /* Blue for step 2 */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.ai-features ul li:nth-child(3)::before {
    background-color: #28a745;
    /* Green for step 3 */
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.flow-area {
    padding-top: 0;
}

.opposite-single-row {
    text-align: center;
    padding: 40px 0;
}

.opposite-single-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.opposite-single-inner {
    text-align: initial;
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.opposite-single-inner.registration {
    max-width: 1270px;
}

.opposite-single-middle ul {
    margin: 0 0 80px 0;
    padding: 0 0 0 175px;
    width: calc(100% - 15px);
    width: -o-calc(100% - 15px);
    width: -ms-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    position: relative;
    z-index: 1;
}

.opposite-single-row h4,
.opposite-single-row b {
    margin: -6px 0 20px 0;
    padding: 0px;
    font-size: 34px;
    color: #ff6e00;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    display: block;
}

.opposite-single-middle ul.right-side-list {
    padding: 0 180px 0 0;
}

.opposite-single-middle ul:last-child {
    margin-bottom: 0;
}

.opposite-single-middle ul li {
    margin: 0px;
    padding: 0 0 8px 20px;
    background: url(../images/taxi-booking-from-whatsapp/point.png) no-repeat scroll left 4px;
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 21px;
}

.opposite-single-middle ul.right-side-list li {
    margin: 0px;
    padding: 0 20px 10px 0;
    background: url(../images/taxi-booking-from-whatsapp/point.png) no-repeat scroll right 4px;
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 21px;
}

.opposite-single-middle {
    width: 540px;
}

.opposite-single-middle ul .guide-arrows {
    position: absolute;
    left: -4px;
    top: 0;
    z-index: -1;
}

.opposite-single-middle ul.right-side-list .guide-arrows {
    position: absolute;
    left: auto;
    right: -4px;
    z-index: -1;
}

.img-shadow {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}

.opposite-single-left,
.opposite-single-right {
    position: relative;
    z-index: 2;
}

.opposite-single-middle ul.right-side-list li {
    text-align: right;
}

.opposite-single-middle ul.right-side-list {
    margin-left: auto;
}

.opposite-single-row:first-child .opposite-single-left::before {
    content: attr(data-title);
    font-size: 15px;
    color: #111827;
    font-weight: 700;
    line-height: 26px;
    padding: 8px 20px;
    background: #FACC15;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -42px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.opposite-single-row:first-child .opposite-single-right::before {
    content: attr(data-title);
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    padding: 8px 20px;
    background: #6366F1;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -42px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.frame-container {
    position: relative;
    width: 280px;
    height: 574px;
    margin-left: auto;
    margin-right: 17%;
    z-index: 0;
}
  .frame-container .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;     /* match your frame width */
    height: 574px;    /* match your frame height */
    z-index: 5;          /* stays on top */
    pointer-events: none;/* clicks pass through if needed */
    display: block;
  }

  /* each 'screen' image sits absolutely under the frame */
.tilt {
    position: absolute;
    top: 9px;
    left: 11px;
    width: 258px;
    height: 556px;
    display: none;
    z-index: 0;
    overflow: hidden;
}

  .tilt.active { display: block; z-index: 2; }

  .tilt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: perspective(300px);
    transform: perspective(300px);
    border-radius: 22px;
  }

@media (max-width:1500px) {
    .app-flow-inner {
        grid-template-columns: 1fr 135px 1fr 135px 1fr;
        gap: 15px;
    }
}
@media (max-width:1279px) {
  .taxi-header ul {
        gap: 14px
    }
    .taxi-header-inner {
        padding: 0 25px
    }
}
@media screen and (min-width: 1025px) {
    .taxi-header ul li:hover ul {
        top:80%;
        opacity: 1;
        visibility: visible
    }
}
@media screen and (max-width: 1024px) {
    .lavel_menu_toggle {
        display:flex;
        position: absolute;
        right: 0;
        top: 18px;
        outline: 0;
        box-shadow: none
    }
    .lavel_menu_toggle span,.lavel_menu_toggle span:after,.lavel_menu_toggle span:before {
        background-color: #000
    }
    .taxi-header ul li>ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding: 0;
        display: none;
        box-shadow: none
    }
    .taxi-header ul li>ul li a {
        padding: 8px 6px
    }
    .taxi-header ul li>ul li a {
        border-top: 1px solid #ddd
    }
    .taxi-header ul li.have_dropdown>a.open:after {
        transform: rotate(226deg);
        -webkit-transform: rotate(226deg);
        -moz-transform: rotate(226deg);
        -ms-transform: rotate(226deg);
        -o-transform: rotate(226deg);
        top: 13px
    }
    .taxi-header ul li.have_dropdown a.open>img {
        transform: rotatex(180deg);
        -webkit-transform: rotatex(180deg);
        -moz-transform: rotatex(180deg);
        -ms-transform: rotatex(180deg);
        -o-transform: rotatex(180deg)
    }
    .taxi-header-inner {
        padding: 0 25px;
        display: block
    }
    .taxi-header-right {
        display: none;
        padding: 0 0 0 0
    }
    .taxi-header ul {
        display: block
    }
    .taxi-header ul li a {
        min-height: initial;
        line-height: normal;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .taxi-header {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
        top: 80px
    }
    .taxi-header .taxi-header-right>ul>li:last-child {
        min-height: initial;
        line-height: normal
    }
    .taxi-header .taxi-header-right>ul>li:last-child a {
        width: 100%;
        margin: 10px 0
    }
    .taxi-header .taxi-header-right>ul>li:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    /* main css start */
    .main-banner-left {
        width: 100%;
    }
    .main-banner .container-inner {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .main-banner-right {
        max-width: 710px;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:991px) {
    .heading .heading-style {
        font-size: 35px;
        line-height: 1em;
    }
    .uberclone-vidoe-img{
        width: 100%;
    }
    .content-area{
        width: 100%;
    }
    .script-package-row-flow {
        grid-template-columns: 1fr 1fr;
    }
    .user-app-left {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }
    .user-app-right{
        width: 100%;
    }
    .firstbillion-cnt {
        display: flex;
        flex-direction: column;
    }
    .ai-features ul {
        grid-template-columns: 1fr 1fr;
    }
    .navigate ul li {
        width: 50% !important;
        flex-grow: 1;
    }
    .promo-container {
        padding: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .circle {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
}
}


@media (max-width:767px) {
    .main-banner{
        padding: 86px 0 40px 0;
    }
    .main-banner .container-inner {
        gap: 15px;
    }
    .main-banner .main-banner-left h1 {
    font-size: 25px;
    }
.frame-container {
    margin: auto;
}
    .main-banner p {
    font-size: 16px;
    line-height: 23px;
}
.heading .heading-style {
    font-size: 27px;
    line-height: 1em;
}
.user-app-left {
    margin-bottom: 20px;
}
.script-package-row-flow {
    display: flex;
    flex-direction: column;
}
.ai-features ul {
    display: flex;
    flex-direction: column;
}
.promo-container {
    padding: 40px 20px 10px 20px;
}
.promo_inner{
    flex-direction: column;

}
.navigate ul li {
    width: 100% !important;
}
ul.colum-2 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 15px;
}
.navigate ul li strong {
    font-size: 18px;
}
    .circle {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
}