body {
    font-family: 'Exo 2';
}
:root {
    --main-color: #FFB508;
    --orange: #ff6e00;
    --orange-dark: #cf5a00;
    --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%, #ffede5 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-width: 1310px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
img {
    max-width: 100%;
}
.common-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10) 5px;
    font-weight: 400;
    font-family: 'Exo 2';
    border: none;
    outline: none;
    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;
    z-index: 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}
.common-btn.nagative {
    background-color: transparent;
    border: 1px solid var(--orange);
    color: var(--orange);
}
.common-btn::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;
}
.common-btn.black-btn {
    background-color: var(--black);
    color: #fff;
}
.common-btn.black-btn::before {
    background-color: var(--orange);
}
.common-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.common-btn img {
    width: 16px;
    height: 21px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.common-btn.gotobuynow {
    cursor: pointer;
}
.common-btn i {
    font-size: 16px;
}
.common-btn i.icon-play-arrow {
    font-size: 18px;
}
.common-btn small {
    font-size: 12px;
    display: block;
}
.common-btn:hover {
    color: var(--white);
}
.extraline {
    padding: 10px 15px 0 15px;
    text-align: center;
    margin-bottom: 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)
    }
}
.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    font-size: 61px;
    z-index: 111;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.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:after {
    box-shadow: 0 0 0 13px var(--orange);
}
.play-anim-ico.theme:before {
    color: var(--orange);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/****************************************/
.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';
}
.heading-style {
    color: #FF6E00;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.heading {
    color: #FF6E00;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 20px 0;
}
#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;
    text-transform: uppercase;
}
.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.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;
}
.gotolink {
    cursor: pointer;
}
.app-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.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: #f8f8f8;
}
.kiosksec-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kiosksec-left {
    width: 53%;
}
.kiosksec-right {
    width: 45%;
}
.kiosksec-right img:first-child {
    margin-bottom: 10px;
}
.kiosksec p strong {
    display: block;
    font-size: 20px;
}
/****************************************/
.videosection {
    padding: 35px 0 40px 0;
    background-color: #f8f8f8;
}
.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;
}
/******************************************/
.mainreview-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mainreview-left {
    width: 35%
}
.mainreview-left img {
    max-width: 100%;
}
.mainreview-right {
    width: 62%
}
.mainreview {
    padding: 50px 0 50px 0;
    background-color: #4E4E4E;
    margin-top: 0;
    position: relative;
    z-index: 0;
}
.mainreview:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #FFC599;
    z-index: -1;
}
.mainreview .head-style,
.script-package-txt .head-style,
.apple-watch-banner .head-style,
.kubinga-banner .head-style,
.features-box .head-style {
    text-align: left
}
.mainreview .head-style::after,
.script-package-txt .head-style::after,
.apple-watch-banner .head-style::after,
.kubinga-banner .head-style::after,
.features-box .head-style::after {
    background-color: #f76a00;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(-0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%)
}
.mainreview p {
    color: #fff;
    font-weight: 400;
}
.mainreview-block {
    position: relative;
    cursor: pointer;
    display: inline-block
}
.mainreview-block .play-anim-ico {
    left: 30px;
    bottom: 30px;
    top: auto;
    margin: 0
}
.mainreview-block .play-anim-ico {
    left: 30px;
    bottom: 30px;
    top: auto;
    margin: 0;
}
/******************************************/
/*************************************/
.apple-watch-banner {
    display: block;
    position: relative;
    padding: 40px 0;
}
.apple-watch-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}
.apple-watch-banner-left {
    width: 62%;
}
.apple-watch-banner-left .heading-style1 {
    font-size: 24px;
    color: #474747;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px;
    margin: 0px
}
.apple-watch-banner-left .heading-style2 {
    display: block;
    color: #f76a00;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 40px;
    line-height: 49px;
    font-weight: 700
}
.apple-watch-banner-left p b {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}
.apple-watch-banner-left p b i {
    color: #214db2;
    font-size: 24px;
    font-weight: 600;
    animation: blinker 1s linear infinite;
    font-family: 'Exo 2', sans-serif;
}
.apple-watch-banner-right {
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative
}
.apple-watch-banner .demo-video a {
    background: #f76a00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-family: 'Exo 2', sans-serif;
}
.apple-watch-banner .demo-video a:hover {
    background: #be5300;
}
/*************************************/
/*******************************************/
.taxi-bidding {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.taxi-bidding p {
    line-height: 23px;
    text-align: justify;
    margin: 0 0 10px 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: flex-end;
}
.taxi-bidding-left {
    width: 46%;
}
.taxi-bidding-right {
    width: 48%;
}
.taxi-bidding strong {
    display: block;
    color: #000;
    font-family: 'Exo 2';
    font-size: 16px;
    margin-bottom: 8px;
}
.taxi-bidding .heading-area .heading-style {margin-bottom: 5px;}
.taxi-bidding .heading-area .heading-style ._VIDEO_ {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 7px;
}
.taxi-bidding .heading-area .heading-style ._VIDEO_ img {
    width: 20px;
    vertical-align: top;
}
.taxi-bidding .button-block {
    margin-top: 20px;
}
/*******************************************/
/********************************/
.latest-new-features {
    padding: 35px 0 20px 0;
    background: var(--common-gradient);
}
.latest-new-features .heading-area {
    margin-bottom: 15px;
}
.latest-new-features-latest {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
}
.latest-new-features-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.latest-new-features ul:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.latest-new-features-row ul:last-child {
    grid-column: span 2;
}
.mt-20{
    margin-top: 20px;
}
/* .latest-new-features ul:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
} */
.latest-new-features ul li strong {
    color: #000;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin: 0 0 3px 0;
}
.latest-new-features ul li {
    padding: 10px;
}
.latest-new-features ul li p {
    margin: 0;
    line-height: 22px;
}
.latest-new-features ul li i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 0 0;
}
.latest-new-features ul li i img {
    width: 46px;
    height: 46px;
    font-size: 0;
    display: inline-block;
}
.latest-new-features ul li .features_heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.latest-new-features ul li .features_heading i {
    margin: 0 20px 0 0;
}
.latest-new-features ul li .features_heading strong {
    width: calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
}
/********************************/
/*************************************/
.pannelblock {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
}
.pannelblock-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1310px;
}
.pannelblock ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.pannelblock-img {
    padding: 20px;
    background-color: #69BD33;
    text-align: center;
}
.pannelblock-box {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 100%;
    background-color: #fff;
}
.pannelblock-caption {
    padding: 20px;
}
.pannelblock-caption strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: block;
    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;
}
.pannelblock-caption strong:hover {
    color: var(--orange);
}
/*************************************/
.quick-access {
    padding: 40px 0;
}
.quick-access-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.quick-access ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
}
.quick-access ul li {
    color: #fff;
    background-color: #fff;
    text-align: center;
    padding: 35px 25px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
}
.quick-access ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 8px solid var(--main-color);
    border-radius: 30px;
    z-index: -1;
    opacity: 0.1;
}
.quick-access ul li strong {
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.quick-access ul li.pink {
    --main-color: #F1679A;
}
.quick-access ul li.green {
    --main-color: #10BE81;
}
.quick-access ul li.blue {
    --main-color: #02A7B6;
}
.quick-access ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background: var(--white);
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    box-shadow: 0 0 30px var(--main-color);
    margin: 0 auto 30px;
}
.quick-access ul li a {
    background-color: var(--main-color);
}
/*************************************/
/********************************/
.crew ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    gap: 20px;
}
.crew-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.crew-left {
    width: 75%;
}
.crew-right {
    width: 25%;
}
.crew {
    padding: 40px 0 40px 0;
}
.crew ul li {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}
.crew-block {
    background: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #ccc;
}
.crew ul li b {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    margin-top: -5px;
}
.crew ul li .crew-caption strong {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    color: #1C1C1C;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.crew .crew-right ul li strong {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #1C1C1C;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    width: 100%;
}
.crew-caption p {
    line-height: 22px;
    margin: 0 0 0 0;
}
.image-block {
    width: 170px;
    height: 180px;
    background-color: #E9E9E9;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #E9E9E9;
}
.crew-block-left {
    width: 170px;
}
.crew-caption {
    width: calc(100% - 185px);
    width: -o-calc(100% - 185px);
    width: -moz-calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
}
.crew .crew-right ul li {
    width: 100%;
}
.crew .crew-right ul li .crew-block {
    flex-direction: column;
    justify-content: flex-start;
}
.crew .crew-right ul li .crew-caption {
    width: 100%;
}
.crew .image-block img {
    max-height: 100%;
}
.crew-block .common-button {
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.crew .crew-right ul li .image-block {
    margin: 10px 0 10px 0;
    width: auto;
    border: none;
}
.crew .common-btn {
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}
/********************************/
/*************************************/
@media screen and (max-width:1300px) {
    .latest-new-features ul li:first-child {
        margin: 0;
    }
}
@media screen and (max-width:1279px) {
    .crew .crew-right ul li .image-block {
        height: auto;
    }
}
@media screen and (max-width:1024px) {
    .demoapp-left {
        width: 100%;
    }
    .demoapp-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .demoapp-section:nth-child(odd) .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) {
        background-color: #f8f8f8;
    }
    .screens-holder {
        justify-content: center;
    }
    .screens-holder .screens {
        padding: 0 10px;
        width: 320px;
    }
    .demoapp-section:nth-child(even) .demoapp-section-inner {
        flex-direction: column-reverse;
    }
     /***************************************/
     .crew ul {
        justify-content: space-between;
    }
    .crew ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        padding: 0;
    }
    .crew-left {
        width: 100%;
    }
    .crew-right {
        width: 100%;
    }
    .crew-inner {
        gap: 20px;
    }
    .crew .heading-area {
        margin-bottom: 0;
    }
    /***************************************/
}
@media screen and (max-width:991px) {
    .mainreview-inner {
        flex-direction: column;
    }
    .mainreview-left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .mainreview-right {
        width: 100%;
        text-align: center;
    }
    .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;
    }
    .mainreview:before {
        display: none;
    }
    .apple-watch-banner-left {
        width: 100%;
    }
    .apple-watch-banner-right {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .apple-watch-banner-inner {
        flex-direction: column-reverse;
    }
    /***************************************/
    .taxi-bidding-right {
        width: 100%;
    }
    .taxi-bidding-left {
        width: 100%;
    }
    .taxi-bidding-inner {
        flex-direction: column-reverse;
    }
    /***************************************/
    .quick-access ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /***************************************/
    .latest-new-features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /***************************************/
    .pannelblock ul {
        grid-template-columns: 1fr 1fr;
    }
    .pannelblock ul li:last-child {
        grid-column: span 2;
    }
    .pannelblock ul {
        justify-content: center;
    }
    /***************************************/
    /***************************************/
    .crew ul li {
        width: 100%;
    }
    /***************************************/
}
@media screen and (max-width:767px) {
    .heading,
    .heading-style {
        font-size: 28px;
        line-height: 28px;
    }
    .kiosksec .app-buttons {justify-content: center;}
    h1.page-heading {
        font-size: 30px;
        line-height: 30px;
    }
    .page-sub-heading {
        font-size: 16px;
    }
    .flow-button {
        font-size: 16px;
        padding: 12px 18px 14px 18px;
    }
    .web-button {
        min-width: 152px;
        text-align: center;
    }
    .mainreview-block .play-anim-ico {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        left: 20px;
        bottom: 20px;
    }
    .latest-new-features-row {
        display: flex;
        flex-direction: column;
    }
    .latest-new-features ul:first-child,
    .latest-new-features ul:nth-child(2) {
        display: block;
        text-align: center;
    }
    .pannelblock {
        border-bottom: 1px solid #ddd;
    }
}
@media screen and (max-width:630px) {
    .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;
    }
    .demoapp-section:nth-child(even) .demoapp-right {
        padding: 0;
        margin: 0 0 20px 0;
    }
     /****************************************/
     .latest-new-features ul {
        grid-template-columns: 1fr;
    }
    .latest-new-features ul:nth-child(2) {
        grid-template-columns: 1fr;
    }
    .latest-new-features ul li .features_heading {
        display: block;
        margin-bottom: 0;
    }
    .latest-new-features ul li .features_heading strong {
        width: auto;
    }
    /****************************************/
    .quick-access ul {
        grid-template-columns: 100%;
    }
    .pannelblock ul {
        grid-template-columns: 100%;
    }
    .pannelblock ul li:last-child {
        grid-column: span 1;
    }
    /****************************************/
    .crew-block {
        display: block;
        text-align: center;
    }
    .image-block {
        display: flex;
        margin: 0 auto;
    }
    .crew-block-left {
        width: auto;
    }
    .crew-caption {
        width: 100%;
        padding-top: 10px;
    }
    .crew ul li b {
        margin: 0;
    }
    .crew-caption p {
        text-align: center;
    }
    .crew ul li .crew-caption strong {
        text-align: center;
        font-size: 25px;
    }
    .crew .crew-right ul li strong{
        font-size: 25px;
        display: block;
        text-align: center;
    }
    .crew-block-left .common-button {
        width: auto;
    }
    /****************************************/
}
@media screen and (max-width:480px) {
    .latest-new-features ul li i img {
        width: 40px;
        height: 40px;
    }
    .latest-new-features ul li i {
        width: 50px;
        height: 50px;
    }
    .pannelblock-caption {
        padding: 10px;
    }
    .apple-watch-banner .demo-video a {
        font-size: 16px;
        padding: 10px 10px;
    }
}