* {
    box-sizing: border-box;
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}

@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)
    }
}

[popup-video-enable="true"] {
    cursor: pointer;
}

.bgcolor1 {
    background-color: #2F9CF9;
}

.bgcolor2 {
    background-color: #41CAA5;
}

.bgcolor3 {
    background-color: #F1A818;
}

.bgcolor4 {
    background-color: #5AC7DF;
}

.bgcolor5 {
    background-color: #F26C34;
}

.bgcolor6 {
    background-color: #2EB162;
}

.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.mainWrapper>* {
    padding: 40px 0;
}

[data-toggle="popup"],
.common-button {
    background-color: #FFB300;
    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: #c78d05;
    color: #fff;
}

.border-btn {
    background-color: #fff;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #000;
    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;
    border: 1px solid #000;
}

.border-btn:hover,
.border-btn:focus {
    background: #FFB300;
    color: #fff;
    border: 1px solid #FFB300;
}

a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}

.enq-popup-button-block {
    text-align: center;
}

.play-anim-ico {
    background-image: url(../images/lyft-clone-new/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}

.play-anim-ico {
    background-image: url(../images/lyft-clone-new/play-icon_.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    position: absolute;
    height: 25px;
    right: 0;
    bottom: 0;
    margin: 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: 15px 0 0 0;
}

.common-btn {
    background-color: #FFB300;
    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: #c78d05;
    color: #fff;
}

p strong {
    font-size: 20px;
    color: #424242;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.heading .heading-style {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 8px 0;
}

.heading .heading-style span {
    color: #FFB300;
}

.heading .heading-style.white {
    color: #fff;
}

.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: 22px;
    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;
}

.pt-0 {
    padding-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.main-banner {
    background: #FFFAEF;
}

.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-banner a {
    background-color: #FFB300;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-banner a:hover {
    background-color: #c78d05;
}

.main-banner a.btn-color1 {
    background-color: #FE9B00;
}

.main-banner a.btn-color1:hover,
.main-banner a.btn-color1:focus {
    background-color: #c07a24;
}
.main-banner a.btn-color2 {
    background-color: #0fb158;
}
.main-banner a.btn-color2:hover,
.main-banner a.btn-color2:focus {
    background-color: #0a8d45;
}
.main-banner a.demovideo-btn {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.main-banner a.demovideo-btn i {
    font-size: 20px;
} 
.main-banner .main-banner-right h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.main-banner .main-banner-right h1 span {
    color: #FFB300;
}

.main-banner-left {
    width: 46%;
}

.main-banner-right {
    width: 51%;
}

.main-banner-right b {
    font-size: 22px;
    display: block;
    line-height: 1em;
}

.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;
}

.demolinks {
    background: #FFB300;
    background-size: 46%;
    padding: 0 0;
}

.demolinks-inner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.demolinks-inner>* {
    padding: 40px 0;
}

.demolinks__left {
    width: 667px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.demolinks__left::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 1%, 86% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.demolinks__left::after {
    content: '';
    position: absolute;
    right: 40%;
    width: 1000%;
    bottom: 0;
    top: 0;
    background: #000;
    z-index: -1;
    height: 100%;
}

.demolinks__right {
    width: calc(100% - 670px);
    width: -webkit-calc(100% - 670px);
    width: -moz-calc(100% - 670px);
    width: -ms-calc(100% - 670px);
    width: -o-calc(100% - 670px);
}

.demolinks__right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
}

.demolinks__right ul li {
    width: calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 0;
}

.demolinks__right ul li a {
    cursor: pointer;
}

.demolinks__right ul li:not(:last-child):before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    top: 0;
    width: 1px;
    background: #000;
}

.demolinks__right ul li .demolinks_box .icons {
    margin: 0 0 15px 0;
    display: flex;
    width: 100%;
    column-gap: 10px;
    justify-content: center;
}

.demolinks__right ul li .demolinks_box .icons a {
    display: inline-block;
}

.demolinks__right ul li .demolinks_box .icons a img {
    width: 66px;
    height: 66px;
}

.demolinks__right ul li .demolinks_box b {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.testimonial__inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.testimonial_box {
    border-radius: 10px;
    background: #F3F3F3;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: 100%;
}

.testimonial_box-top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 15px;
    margin: 0 0 10px 0;
}

.testimonial_box-img .clients_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid rgba(255, 179, 0, 0.35);
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.testimonial_box-img a {
    position: relative;
}

.testimonial_box-name {
    width: calc(100% - 95px);
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: -ms-calc(100% - 95px);
    width: -o-calc(100% - 95px);
}

.testimonial_box-name>* {
    color: #FFB300;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 4px 0;
}

.testimonial_box-name em {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
    padding: 1rem 0;
    list-style-type: none;
    column-gap: 11px;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #E9E9E9;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #E9E9E9;
    outline: 6px solid #FFB300;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.testimonial .btn__div {
    justify-content: center;
}

.business-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.business-left {
    width: 40%;
}

.business-right {
    width: 59%;
}

.latest-features {
    background: #F9F9F9;
}

.latest-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.latest-features .heading-area {
    width: 100%;
    margin-bottom: 0;
}

.latest-features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.latest-features ul li {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    display: flex;
    flex-wrap: wrap;
    padding: 28px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff url(../images/lyft-clone-new/angle.svg) no-repeat left;
    background-size: 108px;
    align-items: center;
}

.latest-features ul li i {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-transform: uppercase;
    color: #FFF5DE;
    font-style: normal;
    width: 100px;
}

.latest-features ul li .latest-features-caption {
    width: calc(100% - 108px);
    width: -o-calc(100% - 108px);
    width: -ms-calc(100% - 108px);
    width: -moz-calc(100% - 108px);
}

.latest-features ul li strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.latest-features ul li b {
    color: #FFBE26;
    font-weight: 500;
}

.latest-features img {
    max-width: 100%;
    vertical-align: top;
}

.benefits {
    padding-bottom: 0;
}

.benefits-inner {
    padding: 0px 15px;
    max-width: 1310px;
    margin: 0 auto;
}

.benefits ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 15px;
    margin: 73px 0 0 0;
    row-gap: 70px;
}

.benefits ul li {
    width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    margin: 0 7.5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.benefits ul li p {
    text-align: center;
}

.benefits b {
    margin: 0 0 5px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.benefits ul li i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    margin: -70px 0 15px 0;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 40px;
    color: #FFB300;
}

.user-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.user-app-left {
    position: relative;
    padding-right: 3%;
    display: flex;
    flex-wrap: wrap;
}

.user-app-left::before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 1000%;
    background: #F3F3F3;
    height: 249px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.user-app-left span {
    max-width: 232px;
    width: 100%;
    display: inline-block;
    margin: 0 10px;
}

.user-app-right {
    width: calc(100% - 570px);
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: -ms-calc(100% - 570px);
    width: -o-calc(100% - 570px);
}

.driver-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.driver-app-right {
    position: relative;
    padding-left: 3%;
    display: flex;
    flex-wrap: wrap;
}

.driver-app-right::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 1000%;
    background: #F3F3F3;
    height: 249px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.driver-app-right span {
    max-width: 232px;
    width: 100%;
    display: inline-block;
    margin: 0 10px;
}

.driver-app-left {
    width: calc(100% - 570px);
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: -ms-calc(100% - 570px);
    width: -o-calc(100% - 570px);
}

.kiosk-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.kiosk-app-left {
    position: relative;
    padding-right: 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 520px;
}

.kiosk-app-left::before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 1000%;
    background: #F3F3F3;
    height: 249px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.kiosk-app-right {
    width: calc(100% - 570px);
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: -ms-calc(100% - 570px);
    width: -o-calc(100% - 570px);
}

.website-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.website-app-left {
    width: calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -ms-calc(100% - 700px);
    width: -o-calc(100% - 700px);
}

.website-app-right {
    position: relative;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 649px;
}

.website-app-right::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 1000%;
    background: #F3F3F3;
    height: 249px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.admin-app-inner {
    max-width: 1310px;
    margin: auto;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.admin-app-right {
    width: calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -ms-calc(100% - 700px);
    width: -o-calc(100% - 700px);
}

.admin-app-left {
    position: relative;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 649px;
}

.admin-app-left::before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 1000%;
    background: #F3F3F3;
    height: 249px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.faq_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    align-items: center;
}

.faq_left {
    width: 58%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.faq_right {
    width: 40%;
}

.accordion-panel {
    box-shadow: 0px 0px 4px 0px rgba(8, 15, 52, 0.25);
    border-radius: 8px;
    background: #fff;
}

.accordion-panel .accordion {
    cursor: pointer;
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 8px;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.accordion-panel .active {
    background-color: #FFB300;
}

.accordion-panel .accordion:after {
    content: "";
    background-color: #FFB300;
    color: #fff;
    position: absolute;
    text-align: center;
    right: 15px;
    top: 10px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-image: url(../images/lyft-clone-new/pluse.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.accordion-panel .active:after {
    background-color: #fff;
    background-image: url(../images/lyft-clone-new/close.svg);
}

.accordion_panel {
    padding: 15px;
}

.inq_form {
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    position: relative;
    padding: 40px 0;
    z-index: 0;
}

.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 15px;
    background-color: #FFB300;
    width: auto;
    text-transform: capitalize;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.inq_form form input:hover[type=submit] {
    background-color: #c78d05;
}

.inq_form .head-style {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}

.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}

.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}

.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
}

.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.inq_form .box-shadow ul li:last-child {
    padding: 20px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}

.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}

.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}

.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
}

.inq_form .text-center {
    text-align: center;
}

.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}

.custom-input-button:hover {
    background-color: #bf0000;
}

.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}

.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}

@media (max-width:1300px) {
    .main-banner .main-banner-right h1 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media screen and (max-width:1199px) {
    .heading .heading-style {
        font-size: 35px;
        line-height: 40px;
    }

    .latest-features ul li strong {
        font-size: 17px;
    }

    .demolinks__left::before {
        clip-path: none;
    }

    .demolinks__left {
        width: 47%;
    }

    .demolinks__right {
        width: 50%;
    }
}

@media (max-width:1024px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
}

@media (max-width:991px) {

    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }

    .heading-area strong {
        font-size: 18px;
    }

    .heading .heading-style {
        font-size: 35px;
        line-height: 38px;
    }

    .main-banner .main-banner-right h1 {
        font-size: 40px;
    }

    .main-banner .main-banner-right p {
        text-align: center;
    }

    .main-banner .container-inner {
        flex-direction: column-reverse;
    }

    .main-banner-left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .main-banner-right {
        width: 100%;
        text-align: center;
    }

    .main-banner-right .btn__div {
        justify-content: center;
    }

    .main-banner .right-image {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
    }

    .deliveryvideos ul li {
        padding: 0 10px;
        margin-bottom: 30px;
        width: 50%;
    }

    .mobile-top-fix {
        margin-top: 30px;
    }

    .latest-features ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }

    .user-app-left,
    .kiosk-app-left,
    .driver-app-right,
    .website-app-right,
    .admin-app-left {
        width: 100%;
        padding: 0;
        justify-content: center;
        margin: 0 0 20px 0;
    }

    .user-app-left::before,
    .kiosk-app-left::before,
    .driver-app-right::before,
    .website-app-right::before,
    .admin-app-left::before {
        display: none;
    }

    .user-app-right,
    .driver-app-left,
    .website-app-left,
    .admin-app-right,
    .kiosk-app-right {
        width: 100%;
    }

    .driver-app-inner,
    .website-app-inner {
        flex-direction: column-reverse;
    }

    .kiosk-app-inner,
    .driver-app-inner,
    .website-app-inner,
    .admin-app-inner,
    .user-app-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .driver-app-inner,
    .website-app-inner {
        background: #F3F3F3;
    }

    .user-app {
        padding-bottom: 0;
    }

    .demolinks__left {
        width: 100%;
    }

    .demolinks__left::before {
        right: -50px;
    }

    .demolinks__right {
        width: 100%;
    }

    .demolinks__right ul li {
        padding: 5px 0;
    }

    .screens ul li {
        width: 50%;
    }

    .business-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .business-right {
        width: 100%;
    }

    .benefits ul li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }

    .faq_left {
        width: 100%;
        order: 3;
    }

    .faq_right {
        width: 100%;
        text-align: center;
        order: 2;
        margin: 0 0 30px 0;
    }

    .main-banner .col-md-7 {
        width: 100%;
    }

    .inq_form .box-shadow ul li {
        width: 100%;
    }

    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items: center;
    }

    .inq_form .head-style {
        text-align: center;
        font-size: 25px;
    }

    .inq_form .head-style::after {
        background-color: #f76a00;
        left: 50%;
    }
}

@media screen and (max-width:767px) {
    p {
        font-size: 15px;
    }

    .heading .heading-style {
        font-size: 30px;
        line-height: 1.2em;
    }

    .heading strong {
        font-size: 21px;
    }

    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }

    .heading-area strong {
        font-size: 16px;
    }

    .TABROW .TAB {
        padding: 0 25px;
        height: auto;
        min-width: initial;
    }

    .business-right img {
        margin-bottom: 20px;
    }

    .latest-features ul li {
        width: 100%;
        background-size: 88px;
    }

    .latest-features ul li i {
        width: 88px;
    }

    .latest-features ul li .latest-features-caption {
        width: calc(100% - 88px);
        width: -o-calc(100% - 88px);
        width: -ms-calc(100% - 88px);
        width: -moz-calc(100% - 88px);
    }

    .latest-features ul li strong br {
        display: none;
    }

    .latest-features ul li {
        padding: 15px;
    }

    .benefits ul li {
        width: 100%;
        margin: 0;
    }

    .accordion-panel .accordion {
        padding-right: 45px;
    }

    .accordion-panel .accordion:after {
        right: 10px;
        top: 15px;
        width: 30px;
        height: 30px;
        background-size: 17px;
    }

    .flow-button-btn {
        font-size: 22px;
        line-height: normal;
        padding: 10px 16px;
    }

    .kiosk-app-inner,
    .driver-app-inner,
    .website-app-inner,
    .admin-app-inner,
    .user-app-inner {
        text-align: center;
    }

    .kiosk-app-inner ._IMAGE_,
    .driver-app-inner ._IMAGE_,
    .website-app-inner ._IMAGE_,
    .admin-app-inner ._IMAGE_,
    .user-app-inner ._IMAGE_ {
        margin: 0 0 15px 0;
    }

    .demolinks {
        padding: 0;
    }

    .demolinks__right ul li {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        padding: 0;
    }

    .demolinks__right ul li:last-child {
        margin: 0 auto;
    }
}

@media screen and (max-width:630px) {
    .mainWrapper>* {
        padding: 40px 0;
    }

    .demolinks {
        padding: 0;
    }

    .user-app {
        padding-bottom: 0;
    }

    .main-banner .main-banner-right h1 {
        font-size: 35px;
        line-height: 1em;
    }

    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }

    .inq_form .input-row-flow {
        width: 100%;
    }

    .business {
        padding: 40px 0;
    }
}

@media screen and (max-width:480px) {
    .heading .heading-style {
        font-size: 26px;
        line-height: 1.2em;
    }

    .screens ul li {
        width: 100%;
        padding: 0;
    }
}