* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::after,
*::before {
    box-sizing: border-box;
}

:root {
    --main-color: #FAC82B;
    --light-color: #fff8e4;
    --black:#000;
    --hover-color: #003063;
    --white: #ffffff;
	--button-color:#004691;
}

@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)
    }
}

#main {
    float: none;
}

main {
    margin: 80px auto 0 auto;
    max-width: 1920px;
}

main>* {
    padding: 40px 0;
}

[data-toggle="popup"],
.common-button {
    background-color: var(--button-color);
    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: #0868ce;
    color: #fff;
}
[data-toggle="popup"]:focus,
.common-button:focus{
	color: #fff;
}
a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
}

.enq-popup-button-block {
    text-align: center;
}

* {
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
}

.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin: 15px 0 0 0;
}

.btn__div.center {
    justify-content: center;
}

.play-anim-ico {
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: relative;
}

.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 #ffffff;
    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(../index-49.html);
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #1D59C4;
}
.play-anim-ico.blink:after {
    display: none;
}

@keyframes blink {
    30% {
        opacity: 0
    }
}


p strong {
    font-size: 18px;
    color: var(--black);
    display: block;
    line-height: 1.2em;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: var(--black);
    font-weight: 400;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

b {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px 0;
}

.d-block {
    display: block;
}

.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: var(--black);
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
}
.main-title img{
	width: 21px;
}
.sub-title {
    color: var(--black);
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}

.heading-area.center>* {
    text-align: center;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area.white .main-title>* {
    color: #fff;
}
.heading-area > .m-color{
    color: var(--main-color);
}
.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}
.heading-area > .sub-title{
    margin-bottom: 0;
}
.m-color {
    color: var(--main-color);
}

.deskop-none {
    display: none;
}
.m-0{
    margin: 0 !important;
}

.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}

.bn-section .blink {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 0 0 5px;
}

.bn-section .blink img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

@keyframes blink {
    30% {
        opacity: 0
    }
}

.demo-video{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
	margin-top: 15px;
}
.demo-video a {
    background: #004691;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 10px;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.demo-video a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #003063;
	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: -1;
}
.demo-video a:hover:after {
	width: 100%;
}
.demo-video a img {
	width: 21px;
	vertical-align: middle;
}
.blink {
	animation: blink 2s infinite;
	-webkit-animation: blink 2s infinite;
}
.demo-video a .blink {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin: 0 0 0 5px;
}
.demo-video a .blink img {
	display: inline-block;
	vertical-align: middle;
}
@keyframes blink {
	30% {
		opacity: 0
	}
}
.banner {
	background-image: url(banner-bg.png);
	background-position: right center;
	background-size: cover;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}
.banner .align-self-center {
	align-self: center !important;
}
.banner-inner {
	max-width: 1340px;
    margin: 0px auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.left-content {
	width: 51.5%;
	padding-bottom: 40px;
}
.right-content {
    width: 41%;
}
.left-content .hedaing-1 {
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 700;
	color: var(--main-color);
	line-height: 50px;
	display: block;
}
.left-content .hedaing-2 {
    z-index: 2;
    position: relative;
    color: #000;
    margin-bottom: 0;
    display: block;
    font-size: 22px;
	line-height: 22px;
    margin: 10px 0;
    font-weight: bold;
}
.left-content .hedaing-3 {
	text-transform: capitalize;
    color: #000000;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.right-image {
	position: relative;
	z-index: 2;
}
.scroll-to-section {
	padding-top: 15px;
}
a.blue-button {
	display: inline-block;
	background-color: #4771cb;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 25px;
	border-radius: 23px;
	letter-spacing: 0.25px;
	border-bottom: 2px solid #fff !important;
	transition: all .3s;
}
a.blue-button:hover {
	background-color: #fff !important;
	color: #4771cb !important;
	border-bottom: 2px solid #4771cb !important;
}
a.green-button {
	display: inline-block;
	background-color: #fff;
	font-size: 20px;
	font-weight: 600;
	color: #2c51ac;
	text-transform: capitalize;
	padding: 10px 25px;
	border-radius: 23px;
	letter-spacing: 0.25px;
	border-bottom: 2px solid #4771cb !important;
	transition: all .3s;
}
a.green-button:hover {
	background-color: #4771cb !important;
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}
.row-flow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.taxi-app-part {
	width: 57%;
}
@media (max-width:1920px) {
	.right-image img{
		max-width: 34vw;
		image-rendering: -webkit-optimize-contrast;
	}
}
.package-script-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.package-script p {
    text-align: center;
}
.package-script  ul {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
.package-column{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.package__box{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.10);
	padding: 15px;
}
.package__box strong{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 1em;
	color: #000;
	text-transform: capitalize;
}
.package__box i {
	display: flex;
	align-items: center;
	justify-content: center;
}
.package-script ul li {
    position: relative;
    padding: 0 0 0 32px;
    list-style: none;
    font-size: 16px;
    margin-bottom: 2px;
}
.package-script ul li:last-child {
	width: 100%;
	margin-bottom: 0;
}
.package-script ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(right-arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
}
/**********************************************/
.demolinks {
	background-color: #fff;
}
.demolinks .white-hd {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Exo 2';
}
.demolinks .white-hd span {
	font-size: 18px;
	color: #ff4800;
	display: block;
	font-weight: 500;
	line-height: 25px;
	margin: 0px;
	font-family: 'Exo 2';
	text-transform: none;
}
.demolinks .white-hd:after {
	content: "";
	background: #ff4800;
	width: 32px;
	height: 3px;
	margin: 6px auto 0;
	display: block;
}
.demolinks a.morelink {
	padding: 13px 20px;
	color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	font-family: 'Exo 2';
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	display: inline-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;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.demolinks a.morelink:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.demolinks-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.demolinks .heading-area h5 {
	color: #fff;
}
.demo-links-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	justify-content: center;
	margin: 0 auto;
	max-width: 962px;
}
.demo-links-row  ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.demo-links-row  ul > div{
	width: 376px;
	display: flex;
	justify-content: space-between;
	gap: 5px 15px;
	flex-wrap: wrap;
}
.demo-links-row  ul > div:nth-child(2){
	width: 180px;
}
.demo-links-row  ul  li{
	width: 180px;
}
.demo-links-row  ul > div:nth-child(4)
{
	width: 100%;
	justify-content: center;
}
.demo-links-row  ul > div:last-child{
	width: 100%;
	justify-content: center;
}
.demo-links-row  ul  li a{
	display: block;
	position: relative;
}
.demo-links-row  ul  li a::before{
	content: '';
	display: block;
	width: 100%;
	padding-top: 38%;
}
.demo-links-row  ul  li a img{
	position: absolute;
	left: 0;
	top: 0;
}
.demo-links-row strong {
	color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    padding: 0;
}

.web-heading {
	display: inline-block;
	font-size: 46px;
	font-weight: 600;
	background-color: #e2a213;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	padding: 0 15px 5px 15px
}

@media screen and (min-width:1px) and (max-width:1000px) {
	.menu-ress {
		display: block
	}
	.menu-desktop {
		display: none
	}
}
.video-section{
	background-color: #fff8e4;
}
.video-section-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.video-section-left {
	width: 408px;
}
.video-section-left .clientvideos {
	position: relative;
	display: block;
}
.video-section-left .clientvideos::before{
	content: '';
	display: block;
	width: 100%;
	padding-top: 106%;
}
.video-section-left .clientvideos img{
	position: absolute;
	left: 0;
	top: 0;
}
.video-section-right {
    width: calc(100% - 440px);
    width: -o-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
}
/* =============================================================== */
.section-time-market{
	background-color: var(--main-color);

}
.section-time-market-inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1310px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.h-100 {
	height: 100%;
}
.section-time-market .h-100 {
	height: 100%;
	align-items: center;
	display: flex;
}
.review .page-heading,
.section-time-market .timetomarket-btn a {
	text-transform: uppercase;
	font-weight: bold;
}
.section-time-market .timetomarket-btn {
	display: block;
	margin: 20px 0 0;
	padding: 0;
}
.section-time-market-left {
    width: 66%;
}
.section-time-market-right {
   	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.section-time-market-right img{
	vertical-align: top;
}
.section-makefirstbillion {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(makefirstbillion-bg.jpg) center no-repeat fixed #493008;
	background-size: 100%;
	height: 340px;
	text-align: center
}
.section-makefirstbillion strong.page-heading {
	margin: 40px 0 25px;
	padding: 0 0 20px;
	float: left;
	width: 100%;
	font-size: 44px;
	color: #fff;
	font-weight: 400;
	background: url(green-line.jpg) bottom center no-repeat
}
.section-makefirstbillion p {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 24px
}
.section-makefirstbillion .timetomarket-btn {
	display: block;
	margin: 30px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center
}
.section-makefirstbillion .timetomarket-btn a {
	height: 52px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px;
	margin: 0 15px
}
.section-makefirstbillion .timetomarket-btn a:hover {
	background: #fff;
	color: #44ac00
}
.review-inner {
	margin: 0 auto;
	max-width: 1310px;
	padding: 0 15px;
}
.review .page-heading {
	margin: 15px 0 40px;
}
.review ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.review ul li img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.review ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 5px solid #fff;
    background-color: #fff;
    width: 100%;
}
.review ul li a::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-blue.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
	box-sizing: border-box;
}
.review ul li:not(:last-child) a:before {
    content: '';
    padding-top: 71%;
    width: 100%;
    display: block;
}
.review ul li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.review ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #004691;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
}
.review li.morereview a:hover {
    background-color: #003166;
}
.review ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.review ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}


#video_7 iframe {
	height: 100%
}
a.viewmore-box {
	background: #77a2ff;
	text-align: center;
	height: 168px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 61px;
	position: relative;
}
.video-blocks {
	display: block;
	position: relative;
}
.video-blocks:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	background-image: url(youtube.svg);
	top: 0;
	background-size: 46px;
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
}
a.viewmore-box:hover {
	background: #333
}
a.viewmore-box img {
	width: auto !important
}
.topflip-img {
	left: 10px;
	position: absolute;
	top: 10px
}
.bottflip-img {
	bottom: 10px;
	position: absolute;
	right: 10px
}
.uber-invest-future {
	margin: 40px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 490px
}
.uber-invest-future h5.page-heading {
	margin: 0 0 25px;
	padding: 0 0 20px;
	float: left;
	width: 100%;
	font-size: 39px;
	color: #000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	background: url(green-line.jpg) bottom center no-repeat
}
.uber-invest-future h5 b {
	color: #fa6903;
	margin: 0 0 0 5px;
	padding: 0
}
.uber-invest-future-left-part {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 49%
}
.uber-invest-future-left-part ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}
.uber-invest-future-left-part li {
	background: url(disc.png) left 10px no-repeat rgba(0, 0, 0, 0);
	color: #565656;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 20px;
	width: 100%
}
.uber-invest-future-right-part {
	margin: 10px 0 0;
	padding: 0;
	float: right;
	width: 634px;
	position: relative
}
.uber-invest-future-right-part span {
	margin: 0;
	padding: 0;
	float: right
}
.uber-invest-future-right-part span a {
	background: #ff5a00;
	border: 0;
	border-radius: 50%;
	color: #fff !important;
	font-size: 32px;
	font-weight: 700;
	line-height: 28px;
	padding: 27px 12px;
	position: absolute;
	right: -2%;
	text-align: center;
	top: 57%;
	width: 110px
}
.general-features ul li span b,
.uber-features-inner li span b {
	border: none;
	height: 68px;
	text-align: center;
	vertical-align: middle
}
.uber-invest-future-right-part span a:hover {
	color: #000 !important
}
#uber-features {
	margin: 20px 0 0;
	padding: 40px 0 0;
	float: left;
	width: 100%;
	min-height: 500px;
	background: #fbfbfb
}
.uber-features-inner {
	margin: 0 auto;
	padding: 0;
	width: 1170px
}
.uber-features-inner h6.page-heading {
	margin: 0 0 20px;
	padding: 0 0 20px;
	float: left;
	width: 100%;
	font-size: 44px;
	color: #000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	background: url(green-line.jpg) bottom center no-repeat
}
.uber-features-inner h6 b {
	color: #fa6903;
	margin: 0 0 0 5px;
	padding: 0
}
.uber-features-inner ul {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	float: left
}
.uber-features-inner li {
	margin: 0 22px 30px 0;
	padding: 0;
	width: 375px;
	float: left;
	text-align: center;
	background: 0 0;
	display: block
}
.uber-features-inner li span {
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 68px;
	display: table
}
.uber-features-inner li span b {
	border-radius: 50%;
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 68px
}
.uber-features-inner li span b img {
	vertical-align: middle
}
.uber-features-inner li strong {
	color: #ff6e00;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 9px;
	padding: 0;
	width: 100%;
	text-transform: uppercase
}
.uber-features-inner li p {
	color: #515a69;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 70px
}
.uber-features-inner li:nth-child(3n) {
	margin-right: 0
}
.uber-features-inner .feature-button {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%
}
.uber-features-inner .feature-button a {
	margin: 0 0 40px;
	padding: 15px 45px;
	display: inline-table;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	border-radius: 2px
}
.uber-features-inner .feature-button a:hover {
	color: #ff6e00;
	border: 1px solid #ff6e00;
	border-radius: 4px
}
.uber-features-inner li span .gr-box1 {
	background: #799ae5
}
.uber-features-inner li span .gr-box2 {
	background: #4ca5cb
}
.uber-features-inner li span .gr-box3 {
	background: #20c7a9
}
.uber-features-inner li span .gr-box4 {
	background: #00e18f
}
.uber-features-inner li span .gr-box5 {
	background: #8fcd18
}
.uber-features-inner li span .gr-box6 {
	background: #e4d81a
}
.uber-features-inner li span .gr-box7 {
	background: #799ae5
}
.uber-features-inner li span .gr-box8 {
	background: #f9bf43
}
.uber-features-inner li span .gr-box9 {
	background: #f2d756
}
.uber-features-inner li span .gr-box10 {
	background: #4ca5cb
}
.uber-features-inner li span .gr-box11 {
	background: #ff893a
}
.uber-features-inner li span .gr-box12 {
	background: #20c7a9
}
.why-choose-us-right ul li {
	margin: 0 0 35px;
	padding: 0;
	float: left;
	width: 100%;
	display: block
}
.why-choose-us-right ul li b {
	margin: 10px 0 0;
	padding: 0;
	width: 50px;
	float: left
}
.why-choose-us-right ul li span {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	width: 680px;
	color: #ffd3d2;
	font-size: 16px
}
.why-choose-us-right ul li span h4 {
	margin: 0 0 2px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}
.advanced-features {
	margin: 20px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.advanced-features h3.advanced-features h3 {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: center
}
.advanced-features h3 b {
	margin: 0 0 0 5px;
	padding: 0;
	color: #fa6903
}
.advanced-features-box1,
.advanced-features-box2,
.advanced-features-box3 {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left
}
.advanced-features .feature-ico b {
	border: none
}
.feature-list-box.feature-list-box {
	text-align: left;
	padding: 20px;
	margin-bottom: 0;
	min-height: 250px
}
.feature-list-box:hover {
	background: #f6f6f6;
	border-radius: 5px
}
.feature-list-box:hover .feature-ico {
	border-color: #FF7308;
	background: #fff
}
.feature-list-box strong {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #020202;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 600;
	overflow: hidden
}
.feature-list-box:hover strong {
	color: #FF7308
}
.feature-list-box p {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	font-weight: 400;
	color: #515a69;
	font-size: 15px
}
.mobile-screen1 {
	margin: 20px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.mobile-screen1-inner {
	margin: 0 auto;
	padding: 0;
	width: 1303px
}
.mobile-screen2 {
	margin: 10px 0 0;
	padding: 0 0 30px;
	float: left;
	width: 100%;
	background: #f8f8f8
}
.mobile-screen2-inner {
	margin: 0 auto;
	padding: 0;
	width: 1303px
}
.mobile-screen3 {
	margin: 25px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.mobile-screen3-inner {
	margin: 0 auto;
	padding: 0;
	width: 1303px
}
.mobile-screen4 {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}
.mobile-screen4-inner {
	margin: 0 auto;
	padding: 0;
	width: 1303px
}
.mobile-screen5 {
	margin: 15px 0 0;
	padding: 40px;
	float: left;
	width: 100%;
	background: #f8f8f8
}
.mobile-screen5-inner {
	margin: 0 auto;
	padding: 0;
	width: 1303px
}
.how-it-works-part {
	background: url(home-it-work-bg.jpg) top center no-repeat;
	min-height: 500px;
	background-size: 100%;
	position: relative
}
.how-it-works-part .visuals-heading {
	margin: 35px 0 26px;
	padding: 0;
	float: left;
	width: 100%;
	color: #353535;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600
}
.how-it-works-part-left {
	margin: 45px 0 0 125px;
	padding: 0;
	float: left;
	width: 660px
}
.how-it-works-part-left h4 {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	color: #ffa923;
	font-size: 24px;
	font-weight: 600
}
.how-it-works-part-left p {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #4a4a4a
}
.how-it-works-part-left span {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 350px
}
.how-it-works-part-right {
	margin: 0;
	padding: 0;
	float: right;
	width: 500px
}
.select-pickup-destination {
	margin: 0;
	padding: 35px 0 0;
	float: left;
	width: 100%;
	background: url(select-pickup-bg1.jpg) top center no-repeat;
	height: 700px;
	background-size: 100%;
	position: relative
}
.select-pickup-destination-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 660px;
	position: relative;
	top: -70px
}
.select-pickup-destination-right {
	margin: 10px 15px 0 0;
	padding: 0;
	float: right;
	width: 420px
}
.select-pickup-destination-right h4 {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	width: 100%;
	color: #ffa923;
	font-size: 24px;
	font-family: exo_2bold;
	line-height: 34px
}
.select-pickup-destination-right p {
	margin: 0 0 25px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 25px
}
.requesting-mobile-app {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(home-mobile-screen-bg1.jpg) top center no-repeat;
	height: 1334px;
	background-size: cover
}
.requesting-mobile-app .container {
	margin: 170px auto 0;
	background: url(home-mobile-screen-bg2.png) center top 94px no-repeat;
	height: 869px;
	position: relative
}
.requesting-mobile-app .requesting-mobile-app-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 480px;
	position: relative;
	z-index: 999
}
.requesting-mobile-app .requesting-mobile-app-left h4 {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	color: #ffa923;
	font-size: 24px;
	font-weight: 600
}
.requesting-mobile-app .requesting-mobile-app-left p {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #4a4a4a;
	line-height: 25px
}
.requesting-mobile-app .requesting-mobile-app-mid {
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 843px;
	top: -80px;
	position: relative;
	z-index: 0
}
.requesting-mobile-app .requesting-mobile-app-right {
	margin: 0;
	padding: 0;
	float: left;
	width: 440px;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 999
}
.requesting-mobile-app .requesting-mobile-app-right h4 {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	color: #ffa923;
	font-size: 24px;
	font-weight: 600
}
.requesting-mobile-app .requesting-mobile-app-right p {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #4a4a4a;
	line-height: 25px
}
.trip-invoice-generation {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(home-mobile-screen-bg2.jpg) top center no-repeat;
	height: 656px;
	position: relative;
	background-size: 100%
}
.trip-invoice-generation .container {
	position: relative
}
.trip-invoice-generation-left {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: -95px
}
.trip-invoice-generation-mid {
	margin: 0 auto;
	padding: 0;
	float: left;
	text-align: center;
	width: 390px;
	position: absolute;
	left: 0;
	right: -30px;
	top: 90px
}
.trip-invoice-generation-mid h4 {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	font-size: 24px;
	color: #ffa923;
	font-weight: 600
}
.trip-invoice-generation-mid p {
	margin: 0 0 14px 0;
	padding: 0;
	float: left;
	font-size: 16px;
	color: #4a4a4a;
}
.trip-invoice-generation-right {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: -165px
}
.support {
	background-color: var(--main-color);
}
.support-inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1310px;
}
.support ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.support ul li b img {
	width: 50px;
    height: 50px;
	display: inline-block;
	font-size: 0;
}
.support ul li strong {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-family: 'Exo 2';
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    display: block;
}
.features-caption {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    min-height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
	position: relative;
}
.features-caption b{
	display: block;
	margin: 0 0 15px 0;
}
.features-caption::before{
	content: attr(data-num);
	position: absolute;
	right:  15px;
	top: 15px;
	font-size: 44px;
	line-height: 1em;
	font-weight: bold;
	font-family: 'Exo 2';
	color: white;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	text-transform: uppercase;
}
.uber-ride-taxi h5,
.uber-ride-taxi-right p a {
	text-transform: uppercase;
}
.overview-video-inner {
	margin: 25px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.overview-video-inner h3 {
	margin: 10px 0 40px;
	padding: 0 0 20px;
	font-size: 42px;
	color: #ff6e00;
	text-transform: uppercase;
	background: url(hd-divider.png) center bottom no-repeat #FFF;
	text-align: center;
	font-weight: 600
}
.uberclone-vidoe-img {
	margin: 0;
	padding: 4px 0 0;
	background: 0 0;
	width: 100%;
	float: left;
	text-align: center
}
.uberclone-vidoe-img img:hover {
	cursor: pointer
}
.uberclone-vidoe-img iframe {
	margin: auto;
	padding: 0;
	width: 900px;
	height: 506px
}
.banner-body-mid-right-part {
	margin: 23px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.banner-body-mid-right-part-car-app {
	margin: 0 20px 0 0;
	padding: 0;
	max-width: 600px;
	display: flex;
}
.banner-body-mid-right-part-car-app h3 {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
}
.banner-body-mid-right-part-car-app span {
	margin: 0 0 22px;
	padding: 0;
	float: left;
	width: 100%;
	text-transform: uppercase
}
.banner-body-mid-right-part-car-app span:last-child {
	margin: 0
}
.banner-body-mid-right-part-car-app span a {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
.banner-body-mid-right-part-car-app span a img {
	margin: 0 10px 12px 0;
	padding: 0;
}
.banner-body-mid-right-part-car-app span img {
	margin: 0;
	padding: 0;
}
.banner-body-mid-right-part-web-panels {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 630px);
	width: -o-calc(100% - 630px);
	width: -moz-calc(100% - 630px);
	width: -webkit-calc(100% - 630px);
}
.button-row {
	flex-wrap: wrap;
	width: calc(100% - 185px);
	width: -o-calc(100% - 185px);
	width: -moz-calc(100% - 185px);
	width: -webkit-calc(100% - 185px);
	display: inline-flex;
}
.section.get-uberapp-clone .flex-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-body-mid-right-part-web-panels h3 {
	margin: 0 15px 0 0;
	padding: 0 18px 0 0;
	font-size: 26px;
	color: #bebebe;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.banner-body-mid-right-part-web-panels h3:after {
	content: '';
	width: 4px;
	height: 75px;
	background-color: #ffa524;
	position: absolute;
	right: 0;
	top: -3px;
}
.banner-body-mid-right-part-web-panels h3 span {
	font-size: 36px;
	color: #fff;
	display: block;
	letter-spacing: 7px;
	padding-right: 0;
	text-align: center;
	margin: 0;
}
.banner-body-mid-right-part-web-panels span {
	margin: 0 10px 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.banner-body-mid-right-part-web-panels span a {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 15px;
	padding: 10px 10px;
	text-align: center;
	width: 100%
}
.banner-body-mid-right-part-web-panels span .active,
.banner-body-mid-right-part-web-panels span a:hover {
	background: #f38f00;
	color: #fff;
}
.banner-body-mid-right-part-web-panels span .active:hover {
	background: 0 0;
	border: 1px solid #fff;
	color: #FFF
}
.technology-logos,
.technology-logos li {
	display: inline-block;
	text-align: center
}
.client-review-blk3 a:hover {
	background: #000;
	color: #FF6E00
}
.technology-logos {
	width: 100%;
	padding: 0;
	margin: 0 0 30px
}
.technology-logos .page-heading {
	margin: 0 0 20px;
}
.technology-logos ul {
	margin: 0;
	padding: 0
}
.technology-logos li {
	list-style: none;
	vertical-align: middle;
	width: auto;
	line-height: 147px;
	cursor: pointer;
	margin: 0 21px
}
.uber-ride-taxi {
	margin: 80px 0 0;
	padding: 0;
	float: left;
	width: 100%
}
.uber-ride-taxi-inner {
	margin: 0 auto;
	padding: 0 15px;
	width: 1330px;
}
.uber-ride-taxi h5 {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	color: #006de1;
	font-size: 33px;
	text-align: center;
	font-weight: bold;
	font-family: 'Exo 2';
}
.uber-ride-taxi-left a,
.uber-ride-taxi-left2 a {
	font-size: 18px;
	right: 2px;
	font-weight: 600;
	text-align: center
}
.uber-ride-taxi h5:after {
	content: "";
	background: #006de1;
	width: 25px;
	height: 3px;
	margin: 15px auto 0;
	display: block
}
.uber-ride-taxi-left-main {
	margin: 0;
	padding: 0;
	float: left;
	width: 734px;
}
.uber-ride-taxi-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 736px;
	position: relative
}
.uber-ride-taxi-left a {
	background: url(system-img.png) no-repeat;
	bottom: 44px;
	color: #ff6e00;
	float: right;
	height: 147px;
	line-height: 28px;
	margin: 0;
	padding: 27px 0 0 50px;
	position: absolute;
	width: 323px;
}
.uber-ride-taxi-left a:hover {
	background: url(system-img-hover.png) no-repeat;
	color: #FFF
}
.uber-ride-taxi-left2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 737px;
	position: relative;
	top: -68px;
}
.uber-ride-taxi-left2 a {
	background: url(disabled-people-bg.png) no-repeat;
	top: 0;
	color: #ff6e00;
	float: right;
	height: 89px;
	line-height: 50px;
	margin: 0;
	padding: 27px 0 0 50px;
	position: absolute;
	width: 284px;
}
.uber-ride-taxi-left2 a:hover {
	background: url(disabled-people-bg2.png) no-repeat;
	width: 283px;
	height: 129px;
	color: #FFF
}
.uber-ride-taxi-right {
	margin: 69px 0 0 14px;
	padding: 0;
	float: left;
	width: 549px
}
.uber-ride-taxi-right span {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	position: relative
}
.uber-ride-taxi-right span a {
	bottom: 30px;
	color: #ff6e00;
	float: left;
	font-size: 19px;
	font-weight: 600;
	right: 0;
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	background: rgba(0, 0, 0, .8)
}
.uber-ride-taxi-right span a:hover {
	background: rgba(255, 110, 0, .8);
	color: #FFF
}
.uber-ride-taxi-right span .uber-m {
	left: 0;
	right: auto
}
.uber-ride-taxi-right p {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center
}
.uber-ride-taxi-right p a {
	margin: 0;
	padding: 16px 0;
	float: left;
	width: 100%;
	font-size: 17px;
	color: #FFF;
	background: #006de1;
}
.uber-ride-taxi-right p a:hover {
	background: #000
}
/*********************************************/
.Recent-blog-section {
	width: 100%;
	background-color: var(--light-color);
}
.blog-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.blog-thumb {
	height: 200px;
	background-size: cover;
}
.blog-thumb img {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.Recent-blog-section-inner {
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
}
.Recent-blog-section .page-heading {
	margin: 0 0 40px;
}
.blog-data strong a {
	color: #333;
	font-weight: 600;
	font-size: 17px;
}
.blog-data strong a:hover {
	color: #77a2ff;
}
ul.entry-meta.list-inline {
	margin: 10px -5px;
}
ul.entry-meta.list-inline i {
	margin-right: 8px;
}
ul.entry-meta.list-inline a {
	font-weight: 600;
}
.blog-primary {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	min-height: 79.56px;
	background-color: #f2f2f2;
}
.blog-secondary {
	padding: 15px;
}
.read-more a {
	display: inline-block;
	font-size: 15px;
	padding: 0;
	color: #006de1;
	font-weight: 600;
}
.read-more a:hover {
	color: #4A0;
}
.blog-data {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	min-height: 100%;
}
.about-section-of {
	width: 100%;
	padding: 0;
	margin-top: 40px;
}
.about-section-of-inner {
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
.about-section-of .top-btn-heading {
	margin: 0;
	padding: 20px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #006de1;
	display: inline-block;
	border-radius: 25px 25px 0 0;
	cursor: pointer;
}
.about-section-of .top-btn-heading:after {
	margin-left: 10px;
	content: '';
	display: inline-block;
	border-top: 12px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: relative;
	top: -3px;
	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;
}
.about-section-of .top-btn-heading.active:after {
	transform: rotatex(180deg);
	-webkit-transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
}
.about-section-of-data {
	text-align: initial;
	padding: 30px 0;
	background-color: #f8f8f8;
	display: none;
}
.about-section-of-data .about-section-of-inner {
	text-align: unset;
}
.about-section-of h6 {
	font-size: 23px;
	text-transform: unset;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.box-rows:not(:last-child){
	margin: 0 0 15px 0;
}
.box-rows ul {
	list-style: none;
	padding-left: 15px;
}
.box-rows ul li {
	margin-bottom: 4px;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 23px;
	padding: 0 0 0 18px;
	font-weight: 500;
	position: relative;
}
.box-rows ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #006de1;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.box-rows .box-rows-title-heading {
	font-size: 22px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
	line-height: 1em;
}
.sub-boxess {
	padding-left: 20px;
}
.box-rows .sub-boxess strong {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	position: relative;
	color: #000;
	line-height: 1em;
}
.sub-boxess strong::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #006de1;
	border-radius: 50%;
	left: -17px;
	top: 6px;
}
.sub-boxess:not(:last-child){
	margin: 0 0 15px 0;
}
.stopover-section {
	display: flex;
	flex-wrap: wrap;
	background-color: #c5f7fe;
	padding: 10px 28px 33px 28px;
	position: relative;
	min-height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.stopover-section b {
	font-size: 55px;
	text-transform: uppercase;
	color: #fca230;
	display: block;
	margin-bottom: 0;
	font-weight: bold;
}
.stopover-section b span {
	color: #36474f;
}
/*****************************************/
.faq-section{
	overflow: hidden;
}
.faq-section-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}
.faq-section ul {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.faq-section ul li {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}
.faq__title{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: normal;
	color: #000;
	font-weight: bold;
	padding: 12px 14px 12px 14px;
	cursor: pointer;
}
.faq__title:hover{
	color: #000;
}
.faq__content{
	padding: 0 14px;
	height: 0;
	visibility: hidden;
	opacity: 0;
	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;
}

.accordion_span {
    width: 26px;
    height: 26px;
    background-color: var(--button-color);
    display: flex;
    flex-direction: column;
    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%;
    position: relative;
    flex: none;
}
.accordion_span::before {
    content: "+";
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    color: #fff;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
}
.faq__title.active{
	background-color: var(--button-color);
	color: var(--white);
}
.faq__title.active .accordion_span{
	background-color: var(--white);
}
.faq__title.active .accordion_span::before{
	color: var(--button-color);
	content: '-';
	top: 39%;
}
.faq__title.active  ~ .faq__content{
	display: block;
	height: auto;
	padding: 12px 14px;
	visibility: visible;
	opacity: 1;
}
.pb0 {
	padding-bottom: 0 !important;
}
.morefeatures {
	background: #ff6e00;
	border-color: #ff6e00 !important;
	color: #fff;
}
.morefeatures:hover {
	background: #ff6e00;
}
.morefeatures .common-btn-fill {
	border: 1px solid #fff;
	background: none;
}
.morefeatures .common-btn-fill:hover {
	background: #fff;
	color: #ff6e00;
}
.pro-des-tab {
	margin: 0px;
	padding: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tab {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0px;
}
.tab button {
	padding: auto;
}
.tabcontent {
	display: none;
}
.tabcontent.active {
	display: block;
}
.faq-section-bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.faq-section-bottom img {
	margin: 0 auto;
	padding: 0px;
}
.TABROW {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #EFEFEF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.TABROW::before{
	content: '';
	right:  0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #EFEFEF;
	width: 1000%;
	z-index: -1;
}
.TABROW::after{
	content: '';
	left:  0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #EFEFEF;
	width: 1000%;
	z-index: -1;
}
.TAB {
	font-size: 20px;
	color: var(--button-color);
	line-height: 38px;
	display: block;
	font-weight: bold;
	min-width: 250px;
	padding: 11px 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.TAB:not(:last-child){
	border-right: 1px solid #D6D6D6;
}
.TAB.active:after {
    content: '';
    border-top: 6px solid var(--button-color);
    border-left: 4.2px solid transparent;
    border-right: 4.2px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.TAB.active {
	background-color: var(--button-color);
	color: var(--white);
}
/* accordion css */
.product-com .accordion {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.product-com .accordion .faq-ques {
	margin: 0px;
	padding: 0 0 14px;
	float: left;
	width: 100%;
	border: none;
	position: relative;
}
.product-com .accordion .faq-ques p {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
	color: #515a69;
	font-size: 16px;
	text-align: left;
}
.product-com .accordion-section {
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px rgba(8, 15, 52, 0.25);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-com .accordion-section-title {
	width: 100%;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    text-transform: none;
    line-height: 25px;
    font-weight: 600;
    border: none;
}
.product-com .accordion-section-title .faq-ans {
	display: none;
}
.product-com .accordion-section .active {
	border: none;
	color: #0071bc;
	padding-bottom: 5px;
}
.product-com .accordion-section .accordion-section-title.active strong {
	margin: 0 5px 0 0;
	padding: 0px;
	font-weight: 600;
	color: #006de1;
	float: left;
	width: 25px;
	text-align: center;
}
.product-com .accordion-section .accordion-section-title strong {
	margin: 0 5px 0 0;
	padding: 0px;
	font-weight: 600;
	color: #000;
	float: left;
	width: 25px;
	text-align: center;
	display: inline list-item;
}
.product-com .accordion-section .active .faq-que {
	display: none;
}
.product-com .accordion .accordion-section .active .faq-ans {
	display: block;
}
.product-com .accordion-section-content {
	padding: 0px 0px 0px 30px;
	display: none;
	position: relative;
}
.product-com .accordion-section-content strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	text-align: center;
}
.product-com .accordion-section-content a {
	color: #006DE1;
}
.product-com .accordion-section-title:hover {
	color: #006de1;
}
.product-com .accordion-section-title.active {
	color: #006de1;
}
.techused-section {
	margin: 50px 0 70px 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.techused-section h5.page-heading {
	margin: 5px 0 15px;
	padding: 0px;
	font-size: 29px;
	font-weight: 400;
	color: #006de1;
	text-transform: uppercase;
	font-family: 'exo_2bold';
	float: left;
	width: 95%;
}
.technology-logos ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.technology-logos li {
	list-style: none;
	vertical-align: middle;
	width: auto;
	line-height: 147px;
	cursor: pointer;
	margin: 0 21px;
	;
}
.technology-logos li p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90%;
	font-size: 15px;
	color: #545454;
	display: block;
	line-height: 25px;
}
.technology-logos li img {
	max-width: 100%;
}
.technology-logos li.first {
	width: 431px;
	display: inline-block;
}
.technology-logos li.last {
	width: 431px;
	text-align: right;
	background: #dedede;
}
.technology-logos li.last.odding {
	background-color: #eff0f2;
}
.technology-logos li.desktop-show {
	display: none;
	width: auto;
	max-width: 100%;
}
#technogies {
	margin: 35px 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
}
.technogies-inner {
	margin: 0 auto;
	padding: 0px;
	width: 1343px;
	background: #e8e8e8 url(../index-49.html) no-repeat scroll bottom center;
	height: 640px;
}
.technogies-left {
	margin: 20px 0 0 30px;
	padding: 0px;
	float: left;
	width: 478px;
}
.technogies-right {
	margin: 45px 20px 0 0;
	padding: 0px;
	float: right;
	width: 58%;
}
.technogies-right h6 {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 33px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.technogies-right strong {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #222222;
	font-size: 17px;
}
.technogies-right ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.technogies-right ul li {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #545454;
	display: block;
	background: url(../index-49.html) no-repeat scroll left 9px;
	line-height: 23px;
}
.page-bottom-text {
	margin: 20px 0;
	padding: 0px;
	width: 100%;
}
.page-bottom-text-inner {
	margin: 0 auto;
	padding: 0px;
	width: 1280px;
}
.page-bottom-text-inner p {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 22px;
	color: #363636;
	font-size: 15px;
	font-weight: 500;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
/******************************************/
.client-album{
	background-color: #fff8e4;
}
.client-album-inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
}
img.client-album-heading-img {
	max-width: 100%;
}
.client-album h3 {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	color: #006de1;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.client-album .masonry {
	font-size: 0;
}
.client-album .masonry li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.masonry-block_ img {
	width: 100%;
}
.masonry-block_ {
	margin: 0 5px;
}
.masonry-block_ img {
	margin-bottom: 10px;
}
.masonry-block_.col-33 {
	width: calc(33.33% - 10px);
	width: -o-calc(33.33% - 10px);
	width: -ms-calc(33.33% - 10px);
	width: -moz-calc(33.33% - 10px);
	width: -webkit-calc(33.33% - 10px);
}
.masonry-block_.col-7 {
	width: calc(60.7% - 10px);
	width: -o-calc(60.7% - 10px);
	width: -ms-calc(60.7% - 10px);
	width: -moz-calc(60.7% - 10px);
	width: -webkit-calc(60.7% - 10px);
}
.masonry-block_.col-5 {
	width: calc(39.3% - 10px);
	width: -o-calc(39.3% - 10px);
	width: -ms-calc(39.3% - 10px);
	width: -moz-calc(39.3% - 10px);
	width: -webkit-calc(39.3% - 10px);
}
.masonry-block_.col-6 {
	width: calc(52.4% - 10px);
	width: -o-calc(52.4% - 10px);
	width: -ms-calc(52.4% - 10px);
	width: -moz-calc(52.4% - 10px);
	width: -webkit-calc(52.4% - 10px);
}
.masonry-block_.col-3 {
	width: calc(24.32% - 10px);
	width: -o-calc(24.32% - 10px);
	width: -ms-calc(24.32% - 10px);
	width: -moz-calc(24.32% - 10px);
	width: -webkit-calc(24.32% - 10px);
}
.masonry-block_.col-3_1 {
	width: calc(23.2% - 10px);
	width: -o-calc(23.2% - 10px);
	width: -ms-calc(23.2% - 10px);
	width: -moz-calc(23.2% - 10px);
	width: -webkit-calc(23.2% - 10px);
}
.masonry-block_.col-6_1 {
	width: calc(52% - 10px);
	width: -o-calc(52% - 10px);
	width: -ms-calc(52% - 10px);
	width: -moz-calc(52% - 10px);
	width: -webkit-calc(52% - 10px);
}
.masonry-block_.col-6_2 {
	width: calc(48% - 10px);
	width: -o-calc(48% - 10px);
	width: -ms-calc(48% - 10px);
	width: -moz-calc(48% - 10px);
	width: -webkit-calc(48% - 10px);
}
.masonry-block_.col-5_1 {
	width: calc(46.3% - 10px);
	width: -o-calc(46.3% - 10px);
	width: -ms-calc(46.3% - 10px);
	width: -moz-calc(46.3% - 10px);
	width: -webkit-calc(46.3% - 10px);
}
.masonry-block_.col-3_2 {
	width: calc(26.6% - 10px);
	width: -o-calc(26.6% - 10px);
	width: -ms-calc(26.6% - 10px);
	width: -moz-calc(26.6% - 10px);
	width: -webkit-calc(26.6% - 10px);
}
.masonry-block_.col-3_3 {
	width: calc(27% - 10px);
	width: -o-calc(27% - 10px);
	width: -ms-calc(27% - 10px);
	width: -moz-calc(27% - 10px);
	width: -webkit-calc(27% - 10px);
}
.masonry ._row_ {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	display: none;
}
.masonry ._row_:nth-child(-n+3) {
	display: flex;
}
.masonry.open ._row_ {
	display: flex;
}
.masonry-block_ a.view-more {
    display: block;
    cursor: pointer;
    background-color: #004691;
    position: relative;
    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;
}
.masonry-block_ a.view-more:hover {
    background-color: #003166;
}
.masonry-block_ a.view-more img {
    margin-bottom: 0;
}
.masonry-block_ a.view-more > span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: bold;
    font-size: 28px;
}
.masonry-block_ a.view-more:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}
.masonry-block_ a.view-more:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
.masonry ._row_.have_more .masonry-block_:last-child {
	display: none;
}
.masonry.open ._row_.have_more .masonry-block_:last-child {
    display: block;
}
/************************************************/
.play-anim-ico {
	background-image: url(play-button.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 60px;
	position: absolute;
	height: 60px;
	left: 50%;
	top: 50%;
	z-index: 111;
	margin-top: -30px;
	margin-left: -30px;
}
.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;
}
@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.orange.small {
    width: 40px;
    height: 40px;
}
.play-anim-ico.orange.small:after {
	width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
}
/*******************************************/
.clients-section {
	background-image: url(clients_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-color: var(--light-color);
}
.clients-section-inner {
	max-width: 1460px;
	display: grid;
	grid-template-columns: 17% 64% 17%;
	margin: 0 auto;
	padding: 0 15px;
	align-items: center;
}
.clients-section-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.clients-section-left .widget-img-wrap {
    width: 85%;
    position: relative;
    z-index: 1;
	cursor: pointer;
}
.clients-section-left .widget-img-wrap::before{
	content: '';
	width: 100%;
	display: block;
	padding-top: 128.76%;
}
.clients-section-left .widget-img-wrap img {
	position: absolute;
	left: 0;
	top: 0;
}
.clients-section-right{
	text-align: center;
	padding: 0 20px;
}
.clients-section-right p{
	text-align: center;
}
.widget-img-wrap.client-2 {
    margin: -96px 0 0 45px;
    z-index: 1;
}
.clients-section-left .widget-img-wrap.client-2:after {
    left: auto;
    right: -20px
}
.widget-img-wrap.client-1 {
    margin-top: 0px;
}
.clients-section .clients-section-left .video-icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    z-index: 999;
    bottom: auto;
    display: inline-block;
}
.clients-section .video-icon a {
    height: 35px;
    width: 35px;
    margin: 0;
}
.clients-section .video-icon a i img {
    width: 100% !important;
    display: block;
}
.clients-section-right .heading-area .head-style {
    margin-bottom: 10px;
}
.clients-section .heading-area .head-style::after {
    left: 0;
    margin-left: 0;
}
.clients-section .play-anim-ico.orange.small {
    right: auto;
    left: 10px;
    top: 10px;
    bottom: auto;
    margin: 0;
}
/*****************************************/
.premium-features-section-part.corona-features {
	margin: 0px 0 30px 0;
	padding: 50px 0;
	width: 100%;
	background-color: #0087e3;
	background-image: url(corona-patern.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
.premium-features-section-part.corona-features .premium-features-section-part-inner .premium-features-section-hedaing h3 {
	color: #fff;
}
.premium-features-section-part.corona-features .premium-features-section-hedaing strong {
	color: #fff;
	font-weight: 600;
}
.premium-features-section-part.corona-features .premium-features-section-part-inner ul li .ripple-effect:hover:hover {
	background-color: transparent;
	outline: none;
}
.premium-features-section-part.corona-features .premium-features-section-part-inner ul li .icon img {
	height: 50px;
}
.premium-features-section-part.corona-features .premium-features-section-part-inner ul li .icon {
	border-radius: 50%;
	text-align: center;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.feature-caption {
	text-align: left;
	width: calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
.feature-caption img {
	max-width: 100%;
}
.premium-features-section-part.corona-features .premium-features-section-part-inner ul li .ripple-effect {
	width: 100%;
}
.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: 15px;
}
.latest-new-features ul:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.latest-new-features-row ul:last-child {
    grid-column: span 2;
}
.latest-new-features ul:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.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);
}
/* =============================================== */
.combos-section {
	background-color: var(--light-color);
}
.combos-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}
.card-box {
	border: 2px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	bottom: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	min-height: calc(100% - 35px);
	min-height: -o-calc(100% - 35px);
	min-height: -moz-calc(100% - 35px);
	min-height: -webkit-calc(100% - 35px);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	min-height: 100%;
}
.card-box img {
	max-width: 100%;
}
.card-box .title-text,
.card-box .title-text a {
	color: #004691;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: normal;
}
.combos-section .getdata{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.combos-section .getdata p {
	text-align: center;
	min-height: 69px;
}
/***************************/
/***************************************/
.iwatch-section-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.iwatch-section-left {
    width: 67%;
}
.iwatch-section-right {
	width: 31%;
	position: relative;
	z-index: 1;
}
.iwatch-section p {
	margin-bottom: 10px;
}
.iwatch-section p b {
	color: #000;
	font-size: 22px;
	line-height: 1.2em;
	display: block;
	margin: 0 0 10px 0;
}
.iwatch-section h2.inner-heading {
	margin-bottom: 10px;
}
.know-btn {
    background: var(--button-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 10px;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.know-btn:hover {
	color: #fff;
}
.know-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--hover-color);
    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: -1;
}
.know-btn:hover:after {
	width: 100%;
}
.iwatch-section-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 100%;
}
/***************************/
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px) {
	.right-content {
		width: 45%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1920px) {

}
@media (max-width:1400px) {

	.right-content {
		width: 45%;
	}
}
@media screen and (max-width:1279px) {
	.banner{
		background-image: none;
	}
	.banner-inner {
		align-items: flex-end;
	}
	.left-content .hedaing-1 {
		font-size: 40px;
		line-height: 40px;
	}
	.right-image img {
		max-width: 100%;
	}

	.iwatch-section-right::before{
		display: none;
	}
	.iwatch-section{
		padding: 40px 0;
	}
	.support ul li strong {
		font-size: 20px;
	}
	.clients-section-inner {
		grid-template-columns: 30% 40% 30%;
	}
	.main-title {
		font-size: 35px;
	}
}
@media screen and (max-width:1100px) {
	ul.weblinks li {
		width: 25%;
	}
	.review ul li.morereview a{
		font-size: 2.5vw;
		line-height: 3.5vw;
	}
}
@media screen and (max-width:991px) {
	.banner{
		background-image: none;
		padding: 40px 0;
	}
	.right-image img{
		border-bottom: 1px solid #ddd;
	}
	.page-heading {
		font-size: 35px;
		line-height: 40px;
	}
	.left-content,
	.right-content {
		width: 100%;
		padding: 0;
	}
	.right-image {
		text-align: center;
	}
	.right-image img {
		max-width: 100%;
		width: auto;
	}
	.left-content .hedaing-1 {
		font-size: 40px;
		line-height: 40px;
	}
	.demo-links-row ul{
		justify-content: center;
	}
	.get-uberapp-clone-right ul li {
		width: 100%;
	}
	.taxi-app-part {
		width: 100%;
		text-align: center;
	}
	.iwatch-section-left {
		width: 100%;
	}
	.iwatch-section-right {
		width: 100%;
		margin-bottom: 30px;
	}
	.iwatch-section-inner {
		flex-direction: column-reverse;
	}
	.banner-inner {
		flex-direction: column-reverse;
	}
	.right-content {
		margin-bottom: 25px;
	}
	.package-script ul li {
		width: 100%;
	}
	/**********************************/
	.iwatch-section-ception {
		text-align: center;
	}
	.review ul  {
		grid-template-columns: repeat(3, 1fr);
	}
	/**********************************/
	.review ul li.morereview a {
		font-size: 24px;
		line-height: 30px;
	}
	.clients-section{
		background-image: none;
	}
	.clients-section-left {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .clients-section-left .widget-img-wrap {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        margin: 10px;
        padding: 0;
		max-width: 411px;
    }
    .clients-section-right {
        width: 100%;
		padding: 0;
    }
	/**********************************/
	.stopover-section b {
		font-size: 30px;
		text-align: center;
	}
	.endtrip-section b {
		font-size: 30px;
		line-height: normal;
		margin: 0 0 6px 0;
		text-align: center;
	}
	.endtrip-section b:before {
		width: auto;
		font-size: 30px;
		background-color: transparent;
		font-weight: bold;
		margin: 0 5px 0 0;
		top: auto;
		padding: 0;
		vertical-align: middle;
	}
	.endtrip-section {
		padding: 20px;
	}
	.endtrip-section p {
		padding: 0;
	}
	/**********************************/
	.clients-section-inner {
		grid-template-columns: 100%;
		gap: 20px;
		padding: 0 15px;
	}
	.client-section-left,
	.client-section-right {
		width: 100%;
	}
	.client-section-middle {
		width: 100%;
		padding: 0;
	}
	/**********************************/
	.support ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.iwatch-section-img {
		justify-content: center;
	}
	/**********************************/
	.video-section-right {
		width: 100%;
	}
	.video-section-left {
		max-width: 408px;
		width: 100%;
		display: inline-block;
		margin: 0 auto 15px auto;
	}
	.video-section .inner-heading {
		text-align: center;
	}
	/**********************************/
	/**********************************/
	.section-time-market-left {
		width: 100%;
	}
	.section-time-market-inner {
		flex-direction: column-reverse;
	}
	.section-time-market-right {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.section-time-market img {
		margin: 0;
		max-height: 350px;
	}
	/**********************************/
	.section-clientreivew .getdata .productbox {
		width: 50%;
	}
	/**********************************/
	.blog-row {
		grid-template-columns: repeat(2, 1fr);
	}
	/**********************************/
	.newfeatures-column {
		width: 50%;
	}
	.newfeatures-column:last-child {
		width: 100%;
	}
	/**********************************/
	.newfeatures-column.half-col {
		width: 100%;
	}
	/**********************************/
	.TAB {
		padding: 15px 25px;
		min-width: inherit;
	}
	.combos-section .getdata {
		grid-template-columns: 1fr 1fr;
	}
	/**********************************/
	.latest-new-features-row {
		gap: 10px;
	}
	.masonry-block_ a.view-more:after {
		width: 40px;
		height: 40px;
		border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		-ms-border-radius: 0 0 10px 0;
		-o-border-radius: 0 0 10px 0;
	}
	.latest-new-features ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.masonry-block_ a.view-more > span {
        font-size: 25px;
    }
}
@media screen and (max-width:767px) {
	.main-title {
		font-size: 26.08px;
		margin-top: -4px;
	}
	.flag {
		display: none;
	}
	.support ul{
		grid-template-columns: 1fr;
	}
	.package-column {
		grid-template-columns: repeat(1, 1fr);
	}
	.support ul li {
		width: 100%;
		padding: 0;
	}
	.section-time-market-left {
		width: 100%;
		text-align: center;
	}
	.section-time-market-left p {
		text-align: center;
	}
	.support ul li:nth-last-child(3),
	.support ul li:nth-last-child(2) {
		width: 100%;
	}
	.latest-new-features-row {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.latest-new-features-row span:last-child {
		grid-column: auto;
	}
	.combos-section .getdata {
		grid-template-columns: 1fr;
	}
	.latest-new-features ul {
		grid-template-columns: 1fr;
	}
	.latest-new-features ul:nth-child(2) {
		grid-template-columns: 1fr;
	}
	.latest-new-features-row ul:last-child{
		grid-column:inherit;
	}
	.masonry-block_ a.view-more > span {
        font-size: 22px;
    }
}
@media screen and (max-width:630px) {
	.left-content .hedaing-1 {
		font-size: 30px;
		line-height: 30px;
	}
	.left-content .hedaing-2 {
		font-size: 22px;
		line-height: 26px;
	}
	.clients-section-inner {
		gap: 10px;
	}
	.clients-section-left .widget-img-wrap {
		margin: 0 5px 0 5px;
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -ms-calc(50% - 10px);
		width: -o-calc(50% - 10px);
	}
	.clients-section-right{
		padding: 15px 0 0 0;
	}
	p.hd-desc {
		font-size: 16px;
		margin: 0 0 15px 0;
	}

	.section-clientreivew .getdata .productbox {
		width: 100%;
		padding: 0;
	}
	.section-clientreivew .getdata {
		margin: 0;
	}
	.blog-row {
		grid-template-columns: 1fr;
	}
	.review ul{
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.review ul li.morereview a {
		font-size: 4vw;
		line-height: 5vw;
	}
	.review ul li a::after {
		width: 35px;
		height: 35px;
		background-size: 29px;
	}
	.review ul li a {
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
		border: 2px solid #fff;
	}
	.review ul li a img{
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
	}
	.review ul li.morereview a:before {
		width: 40px;
		height: 40px;
		border-radius: 10px 0 0 0;
		-webkit-border-radius: 10px 0 0 0;
		-moz-border-radius: 10px 0 0 0;
		-ms-border-radius: 10px 0 0 0;
		-o-border-radius: 10px 0 0 0;
	}
	.review ul li.morereview a:after {
		width: 40px;
		height: 40px;
		border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		-ms-border-radius: 0 0 10px 0;
		-o-border-radius: 0 0 10px 0;
	}
	.dual-links ul li {
		width: 100%;
	}
	.newfeatures-column {
		width: 100%;
		padding: 0 0;
	}
	.TABROW{
		padding: 0;
	}
	.TAB {
		padding: 8px 15px;
		border: 0;
		width: 100%;
	}
	.TAB:not(:last-child) {
		border: 0;
	}
	.faq-section{
		padding-top: 0;
	}
	.about-section-of .top-btn-heading {
		padding: 10px;
		font-size: 18px;
		border-radius: 15px 15px 0 0;
	}
	.box-rows .box-rows-title-heading {
		font-size: 19px;
	}
	.support ul li strong {
		font-size: 18px;
		line-height: 22px;
	}
	.features-caption::before {
		font-size: 28px;
	}
	.masonry-block_ {
		width: 100% !important;
		padding: 0;
	}
}

@media (max-width:480px) {
	.demo-links-row ul > div{
		width: 100%;
	}
	.demo-links-row ul > div:nth-child(2){
		width: 100%;
		justify-content: center;
	}
	.demo-links-row ul li{
		width: calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: -ms-calc(50% - 8px);
		width: -o-calc(50% - 8px);
	}


}
/************2021 Version taxi app Features section stylesheet end**********/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.card-box {
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		height: calc(100% - 35px);
		height: -o-calc(100% - 35px);
		height: -moz-calc(100% - 35px);
		height: -webkit-calc(100% - 35px);
	}
}
.trip-invoice-generation .container {
	width: 90%
}
.footer-links .row {
	display: block;
}

@media screen and (max-width:1073px) {
	.faq-section .faq-section-right,
	.faq-section-left {
		float: none;
		width: 100%;
	}
}