body {
    font-family: 'Exo 2';
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
}
.common-button {
    padding: 10px 15px 12px 15px;
    display: inline-block;
    background-color: #FF6E00;
    color: #FFF;
    text-align: center;
    font-family: 'Exo 2';
    font-size: 16px;
    font-weight: 600;
}
.common-button:hover {
    background-color: #be5300;
    color: #fff;
}
.common-button:visited {
    color: #fff;
}
.extraline {
    padding: 10px 15px 0 15px;
    text-align: center;
}
/****************************************/
@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)
    }
}
.play-anim-ico {
    background-image: url(play-video-8.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    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(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(play-theme.svg);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #e69b24;
}
.page-mainheading {
    font-size: 41px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
/****************************************/
.banner {
    padding: 20px 0 25px 0;
    background-color: #000;
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-sub-heading {
    color: #ff6f02;
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin: 5px 0 0;
    padding: 0px;
    text-align: center;
    display: block;
}
p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin: 0 0 10px 0;
    text-align: justify;
    font-family: 'Exo 2';
}
p:last-child {
    margin-bottom: 0;
}
.heading-style {
    color: #FF6E00;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: -8px 0 10px 0;
    text-transform: uppercase;
}
.heading-style ._VIDEO_ img{
    width: 25px;
}
.heading {
    color: #FF6E00;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: -8px 0 20px 0;
    text-transform: uppercase;
}
#midd-part {
    margin: 80px auto 0 auto;
    max-width: 1920px;
}
.demoapp-section {
    padding: 40px 0;
    overflow: hidden;
}
.demoapp-section-inner {
    max-width: 1450px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demoapp-left {
    width: 48%;
}
.demoapp-right {
    width: 48%;
    position: relative;
    z-index: 0;
    padding: 30px 0 30px 30px;
}
.demoapp-section:nth-child(even) .demoapp-right {
    padding: 30px 30px 30px 0;
}
.screens-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
}
.screens-holder .screens {
    width: 300px;
    max-width: 48.30%;
}
.screens-holder.full .screens {
    max-width: 100%;
}
.screens-holder.single .screens {
    width: auto;
    max-width: 100%;
}
.demoapp-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background-color: #FFEADC;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: -1;
  }
.demoapp-section ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.demoapp-section ul li:last-child {
    margin-bottom: 0;
}
.demoapp-section ul li i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
}
.demoapp-section ul li i img {
    width: 35px;
    height: 35px;
}
.demoapp-section ul li strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    display: block;
}
.demoapp-caption {
    width: calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
.demoapp-section ul li:last-child .demoapp-caption {
    padding: 0;
    border-bottom: 0 solid #ddd;
}
.flow-button {
    border: 1px solid #FF6E00;
    background: #ffffff;
    color: #FF6E00;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 12px 30px 14px 30px;
    text-transform: uppercase;
    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;
}
.flow-button:hover {
    background-color: #FF6E00;
    color: #fff;
}
.web-button {
    border: 1px solid #FF6E00;
    background: #FF6E00;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 12px 30px 14px 30px;
    text-transform: uppercase;
    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;
}
.web-button:hover {
    background-color: #be5300;
    color: #fff;
}
.web-button:visited {
    color: #fff;
}
.web-button.nagative {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.web-button.nagative:hover {
    background-color: #000;
    color: #fff;
}
.app-buttons a {
    display: inline-block;
    margin: 0 15px 10px 0;
}
.app-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.demoapp-section:nth-child(even) .demoapp-section-inner {
    flex-direction: row-reverse;
}
.demoapp-section:nth-child(even) .demoapp-right::after {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    right: 0;
    left: auto;
}
.demoapp-section ul li p {
    margin: 8px 0 14px 0;
}
.kiosksec {
    padding: 40px 0;
    background-color: #EFEFEF;
}
.kiosksec-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.kiosksec-left {
    width: 53%;
}
.kiosksec-right {
    width: 45%;
}
.kiosksec-right img:first-child {
    margin-bottom: 10px;
}
/****************************************/
.gen-content {
    padding: 40px 0;
}
.gen-content-inner {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}
/****************************************/
.videosection {
    padding: 35px 0 40px 0;
    background-color: #EFEFEF;
}
.video-holder {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.video-holder .play-anim-ico {
    left: 50%;
    right: auto;
    top: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.videosection-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.video-holder img {
    width: 100%;
    cursor: pointer;
}
.video-holder:before {
    content: '';
    padding-top: 56.25%;
    display: block;
}
.video-holder > img,
.video-holder > iframe {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 1px #ddd;
}
.videosection .heading-area {
    text-align: center;
    margin-bottom: 15px;
}
.videosection .heading-area p {
    text-align: center;
}
/******************************************/
.taxi-bidding {
    background: rgb(248,248,248);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9fdff', endColorstr='#ffffff',GradientType=0 );
    padding: 40px 0;
}
.taxi-bidding p:last-child {
    margin-bottom: 0;
}
.taxi-bidding .heading-area .head-style small {
    color: #F5C500;
    font-family: 'Exo 2';
    font-size: 22px;
    display: block;
    line-height: 22px;
}
.taxi-bidding .heading-area .head-style:after {
    display: none;
}
.taxi-bidding .heading-area {
    align-items: flex-start;
}
.taxi-bidding-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.taxi-bidding-left {
    width: 42%;
}
.taxi-bidding-right {
    width: 54%;
}
.taxi-bidding strong {
    display: block;
    color: #000;
    font-family: 'Exo 2';
    font-size: 16px;
    margin-bottom: 8px;
}
.taxi-bidding .heading-area .inner-heading {margin-bottom: 5px;}
.taxi-bidding .heading-area .inner-heading ._VIDEO_ {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 7px;
}
.taxi-bidding .heading-area .inner-heading ._VIDEO_ img {
    width: 20px;
    vertical-align: top;
}
.taxi-bidding .button-block {
    margin-top: 20px;
}
/******************************************/
@media screen and (max-width:1024px) {
    .demoapp-left {
        width: 100%;
    }
    .demoapp-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .demoapp-right::after,
    .demoapp-section:nth-child(even) .demoapp-right::after {
        padding: 30px;
    }
    .demoapp-section-inner {
        flex-direction: column-reverse;
    }
    .demoapp-right::after,
    .demoapp-section:nth-child(even) .demoapp-right::after {
        width: 100%;
        border-radius: 10px;
    }
    .heading {
        font-size: 40px;
    }
    .demoapp-section:nth-child(even) .demoapp-section-inner {
        flex-direction: column-reverse;
    }
    .demoapp-section:nth-child(even) {
        background-color: #f8f8f8;
    }
    .screens-holder {
        justify-content: center;
    }
    .screens-holder .screens {
        padding: 0 10px;
        width: 320px;
    }
}
@media screen and (max-width:991px) {
    .heading,
    .heading-style {
        font-size: 35px;
        line-height: 35px;
    }
    .kiosksec-inner {
        flex-direction: column-reverse;
    }
    .kiosksec-left {
        width: 100%;
        text-align: center;
    }
    .kiosksec-right {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .page-mainheading {
        font-size: 35px;
    }
    .taxi-bidding-left {
        width: 100%;
    }
    .taxi-bidding-right {
        width: 100%;
    }
    .taxi-bidding-inner{
        flex-direction: column-reverse;
        row-gap: 25px;
    }
}
@media screen and (max-width:767px) {
    .heading,
    .heading-style {
        font-size: 28px;
        line-height: 28px;
    }
    .kiosksec-inner {
        text-align: center;
    }
    .kiosksec .app-buttons {
        justify-content: center;
    }
    .page-mainheading {
        font-size: 30px;
    }
}
@media screen and (max-width:630px) {
    .demoapp-right,
    .demoapp-right, .demoapp-section:nth-child(even) .demoapp-right {
        padding: 0;
    }
    .demoapp-right::after {
        display:none;
    }
    .screens-holder .screens {
        filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
    }
    .demoapp-section ul li i {
        width: 60px;
        height: 60px;
    }
    .demoapp-section ul li i img {
        width: 35px;
        height: 35px;
    }
    .demoapp-caption {
        width: calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
    }
    .demoapp-section ul li p {
        margin: 5px 0 8px 0;
    }
    .page-mainheading {
        font-size: 28px;
    }
}