h2, h1, h3 {
    font-family: poppins;
    font-weight: 600;
}
* {
    font-family: 'Poppins';
}
a {
    text-decoration: none;
}
p {
    font-family: poppins;
    font-weight: 400;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #252525;
}
.btn-class {
    width: 170px;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
}

.btn-class.btn-line {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.custom-btn {
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    border: none;
    z-index: 1;
}
.custom-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #3A7AFC;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    color: #fff;
}

.custom-btn:hover::after {
    left: 0;
    width: 100%;
}
.tt-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
	color:#000B28;
    text-transform: capitalize;
}
.why-uber .tt-head{
	width:80%;
}

.tt-head span {
    color: #3A7AFC;
	font-weight:500;
}

.tfs-info {
    font-size: 16px;
}
.business .tfs-info{
	color:#fff;
}

.tfs-left {
    width: 100%;
}
.container {
	width: 1320px;
}

/*****Banner-info******/

.lb-header {
    background-image: url(../webp/uberlike-banner.webp);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
	height: 800px;
    color: #fff;
}
.lb-header .lb-content {
    padding-top: 10%;
	padding-bottom: 3%;
}
.lb-header .lb-content h1 {
    margin: 10px 0;
    font-weight: 700;
    font-size: 67px;
    margin-bottom: 25px;
	line-height:95px;
}
.lb-header .lb-content p {
    font-size: 15px;
    font-weight: 400;
	color: #fff;
	line-height: 30px;
	width: 90%;
    margin: 0 auto;
}
.lb-header .get-but{
	margin-top: 40px;
}
.get-but {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
}
.get-but a {
    border-radius: 30px;
    font-family: poppins !important;
}
.lb-header .get-but a {
    color: #000;
}
.get-but {
    font-family: poppins;
    font-weight: 500;
}
.lb-header .con-get-but {
    background-color: #fff;
    border-radius: 25px;
    margin: 10px 40px;
}
.con-get-but.get-but a {
    background-color: transparent;
    color: rgba(0, 0, 0, .89);
    border: 1px solid rgba(0, 0, 0, .89);
}
.lb-header .get-but a {
    color: #000;
}
.lb-header .get-but.lets-btn a {
    color: #fff;
    background: #056CFF;
    font-weight: 500;
}
.lb-header .get-but.our-price a {
    color: #000;
    background: #ffffff;
    font-weight: 500;
}
.get-but.lets-btn a:hover i{
	left: 101px;
}
.get-but.our-price a:hover i{
	left: 117px;
}

.get-but.lets-btn a:hover i {
    left: 100px !important;
}






/*****why-uber****/
.why-uber strong {
    color: #0066CC;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 37px;
    border-radius: 25px;
	display: block;
    width: 200px;
	margin-bottom: 15px;
	line-height: 24px;
    text-align: center;
	text-transform: uppercase;
}
.why-uber {
    margin: 70px 0;
}

.why-uber .container .row {
    padding: 50px 35px;
    border-radius: 25px;
    position: relative;
}

.why-uber .tfs-img {
    position: absolute;
    top: 40px;
    width: 433px;
    right: 35px;
    border-radius: 15px;
}

.why-uber .tfs-img img {
    width: 100%;
    height: 100%;
}

.why-uber .tfs-info {
    color: #000000;
}
.why-uber .tt-head{
	font-size: 45px;
    line-height: 65px;
}

/*****uber-benefits****/
.uber-benefits .tt-head-title, .uberXscript-benefits .tt-head-title, .company-tfs .tt-head-title {
	text-align: center;
}
.uber-benefits .tt-head strong {
    color: #0066CC;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 200px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}
.uber-benefits .tt-head{
	font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}
.uber-benefits .tt-head-card {
    margin-bottom: 50px;
}
.uber-benefits .tfs-card {
    width: 100%;
    height: 100%;
    min-height: 290px;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
}

.tfs-card .card-head {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
    margin: 15px 0 20px;
    transition: all 0.2s ease;
}

.tfs-card .card-info {
    font-size: 16px;
    line-height: 28px;
    transition: all 0.2s ease;
    margin: 0;
}
.tfs-head-title {
    display: flex;
    width: 100%;
    justify-content: center;
}
.tfs-head-card{
	padding-left:15px;
}

/*********why-tfs*******/
.why-tfs {
    background:#000B28;
    padding: 90px 0;
    margin: 10px 0 50px 0px;
}
.why-tfs .tt-head strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 250px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}

.why-tfs .tt-head{
	color: #fff;
	font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	text-align: center;
}
.why-tfs .tfs-head,
.why-tfs .tfs-info {
    color: #fff;
}

.why-tfs .tfs-card {
    height: 100%;
    min-height: 280px;
    padding: 24px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.2s ease;
	margin-top: 50px;
}

.why-tfs .tfs-card .card-head,
.why-tfs .tfs-card .card-info {
    color: #fff;
}

.why-tfs .tfs-card:hover {
    background: linear-gradient(0deg, rgb(1 0 48 / 5%), rgb(0 3 38 / 5%)), linear-gradient(0deg, rgb(5 0 50 / 30%), rgb(2 0 60 / 30%));
    border: 1px solid #FFFFFF4D;
    transition: all 0.2s ease;
}

/*******features-tfs*******/


.feature-section {
    background-image: url(../webp/driver-background.webp);
    text-align: center;
    background-repeat: repeat;
    background-size: cover;
    color: #fff;
	padding:100px 0px;
}

.features-tfs .tfs-card {
    width: 95%;
    height: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #99C2EB;
    border-radius: 20px;
	min-height: 252px;
    margin-bottom: 40px;
	text-align: center;
}
.features-tfs .tfs-card img{
	margin-bottom:15px;
}
.features-tfs .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}
.features-tfs .tt-head strong {
    color: #0066CC;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 200px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}
.features-tfs .tt-head-title{
	text-align: center;
    margin-bottom: 50px;
}



@keyframes drop {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0%);
    }
}

.features-tfs .tfs-card .card-head {
    margin: 0 0 15px;
    font-size: 22px;
}
.feature-section .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	color: #ffffff;
	text-align: left;	
}
.feature-section .tt-head-title{
	text-align: left;
}
.feature-section .tt-head strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 265px;
    line-height: 24px;
    text-align: center;
    margin: 20px 0px;
	text-transform: uppercase;
}
.feature-section p {
    font-size: 16px;
	text-align: left;	
	color: #ffffff;
}

/*******our-demo*******/
.our-demo {
    margin-top: 50px;
	background: url(../webp/demo-bg.webp) no-repeat;
	width:100%;
	background-size: cover;
	padding-top: 50px;
}

.our-demo .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	color: #fff;
}
.our-demo .tt-head strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width:200px;
    line-height: 24px;
    text-align: center;
    margin: 20px 0px;
	text-transform: uppercase;
}
.our-demo .tfs-info {
	color:#fff;
}
.our-demo .tt-head-title{
	display: flex;
}

.our-demo .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0);
}

.demo .gap-3 img {
    cursor:pointer;
}
.demo-list{
	display:flex;
	flex-wrap:wrap;
	background: #fff;
    border-radius: 100px 100px 0px 0px;
    padding: 50px;
	margin-top: 10px;
}
.demo {
    width: 19%;
    min-height: 170px;
    padding: 15px 4px 15px 0px;
    border-radius: 10px;
}

.demo-head {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.demo-info {
    font-size: 16px;
    line-height: 28px;
}

.booking-bg {
    margin-top: 0px;
	background: url(../png/booking-bg.png) no-repeat;
	width:100%;
	background-size: cover;
	padding-top: 0px;
	height: 460px;
}
.booking-bg .tt-head strong {
    color: #1A202C;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #1A202C;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 250px;
    line-height: 24px;
    text-align: center;
    margin: 20px 0px;
	text-transform: uppercase;
}
.booking-bg .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #0066CC;
}
.booking-bg .tt-head span{
	display: block;
	line-height: 60px;
	color: #1A202C;
}
.booking-bg .get-but a{
	background: #0066cc;
}
.booking-bg .get-but.lets-btn a:hover i {
    left: 115px !important;
}
.booking-bg .tfs-left{
	padding-top: 60px;
}


/*******user-driver*******/
.user-driver {
    padding: 60px 0;
    margin: 100px 0 50px 0px;
    background: #EAF5FA;

}

.user-driver .nav .nav-item .nav-link {
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #767A7B;
    border-bottom: 1px solid #767A7B;
}

.user-driver .nav .nav-item .nav-link.active {
    color: #000B28;
    border-bottom: 2px solid #000B28;
    font-weight: 600;
}

.tab-caro {
    position: relative;
    margin-top: 30px;
}

.tab-caro .smart-app {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.tab-caro .owl-item .screen {
    width: 247px;
    height: 560px;
    margin: 0 auto;
}

.tab-caro .owl-item .screen img {
    /*width: 100%;*/
	width: auto;
    border-radius: 15px;
}

.tab-caro .owl-item.active .screen {
    /*transform: scale(0.95);
    margin-top: 20px;
    filter: blur(1px);*/
}

.tab-caro .owl-item.active.center .screen {
    /*transform: scale(1.03);
    margin-top: 20px;
	filter: blur(0px);*/
}
.tab-caro .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

/*******app-book-flow*******/
.app-book-flow{
	padding-bottom: 50px;
}
.app-book-flow .tfs-info {
    width: 100%;
    color: #252525;
	 
}
.app-book-flow .tt-head strong {
    color: #1A202C;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 20%;
    line-height: 24px;
    text-align: center;
    margin: 20px  auto;
	text-transform:uppercase;
}
.app-book-flow .tt-head-title{
	text-align: center;
    margin-bottom: 50px;
}
.app-book-flow .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #1A202C;
}
.booking-flow-bg{
	background: url(../webp/booking-flow-bg.webp) no-repeat;
	width:100%;
	background-position: center;
}

.app-flow {
    width: 280px;
    height: 580px;
    margin: 0 auto;
    position: relative;
}

.app-flow::after {
    content: '';
    position: absolute;
    background: url(../png/smartphone-2.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
}

.app-flow video {
    margin-top: 5px;
    border-radius: 30px;
    overflow: hidden;
}

.app-flow+p {
    font-size: 24px;
    font-weight: 700;
}

/*******business*******/
.business {
    background: #000B28;
    padding: 70px 0;
}

.business .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	color: #fff;
	text-align: center;
}
.business .tt-head strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 300px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}
.business .tfs-head {
    color: #fff;
}

.products {
    width: 100%;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.products .fill-pro {
    display: none;
}

.products:hover .active-pro {
    display: none;
    transition: all 0.2s ease;
}

.products:hover .fill-pro {
    display: block;
    transition: all 0.2s ease;
}

.products p {
    color: #fff;
    margin: 20px 0 0;
    font-size: 17px;
    font-weight: 500;
}

.products:hover {
    background: linear-gradient(0deg, rgb(1 0 48 / 5%), rgb(0 3 38 / 5%)), linear-gradient(0deg, rgb(5 0 50 / 30%), rgb(2 0 60 / 30%));
    border: 1px solid #FFFFFF4D;
    transition: all 0.2s ease;
}

/*******clients*******/
.clients {
    margin: 50px 0;
	text-align: center;
}
.clients .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}
.clients .clients-stories .tt-head{
	color:#ffffff;
}
.clients .clients-stories .tt-head span {
    color: #3A7AFC;
    font-weight: 500;
    margin-right: 15px;
}

.our-clients {
    padding: 40px;
}

.our-clients img {
    width: 100%;
}

.our-clients .tfs-info {
    color: #000B28;
}

.clients-stories {
    background: #000B28;
    padding: 40px;
	min-height: 628px;
}

.clients-stories .tfs-head {
    color: #fff;
}

.client-profile .profile .name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin:0px;
}

.client-profile .profile .desc {
    color: #E6E6E6;
    margin: 0;
    font-size: 13px;
}

.client-profile .client-logo {
    width: 180px !important;
    height: auto !important;
}

.client-head {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 5px;
}

.client-info {
    color: #E6E6E6;
    line-height: 30px;
    font-size: 16px;
}

.client-counts li strong {
    color: #E6E6E6;
    font-size: 13px;
    font-weight: 400;
}

.client-counts li .count,
.client-counts li .count+span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
    display: inline;
}

.client-counts li {
    margin-right: 17px;
}
.client-logos{
	margin-top: 60px;
}
.client-logo-card img{
	border: 1px solid #99C2EB;
	border-radius: 10px;
}


/*----------success-stories----------------*/

.success-stories{
	margin-top: 50px;
    background: url(../webp/client-background.webp) no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 50px;
	padding-bottom: 60px;
	text-align: left;
}
.clients.success-stories .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align:left;
}
.clients.success-stories .tt-head strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width:285px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.clients.success-stories .owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
}
.clients.success-stories .owl-nav {
    bottom: -37px;
    top: inherit;
}
.service-tag {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}
.service-tag li {
    font-size: 16px;
    padding: 4px 15px;
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-right: 5px;
    display: inline-block;
    list-style: none;
}
.service-tag-yellow {
    background: #ffc702;
    color: #000;
}
.service-tag-violet {
    background: #724dbe;
    color: #fff;
}
.service-tag-blue {
    background: #4a90e2;
    color: #fff;
}
.service-tag-red {
    background: #e23a70;
    color: #fff;
}
.location-list {
    display: inline-block;
    width: 100%;
    margin: 17px 0 0;
}
.location-list li {
    display: inline-block;
    margin-right: -10px;
    padding: 0;
    width: 33%;
    font-size: 13px;
    margin-bottom: 10px;
    vertical-align: top;
}
.location-list li i {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin-top: 5px;
}
.location-list li i img {
    width: 40px !important;
    display: inline-block;
}
.tag-list-right {
    display: inline-block;
    width: 75%;
    margin-left: 0;
}
.location-list li label {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.location-list li label, .location-list li.width100 label {
    font-family: Poppins;
    font-weight: 600;
}
.location-list li span {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.tag-list-right {
    display: inline-block;
    width: 75%;
    margin-left: 0;
}
.location-list li.width100 {
    width: 95.5%;
    margin-bottom: 5px;
    margin-top: 3px;
}
.casestudy-list li {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 13px 0;
    font-size: 16px;
}
.casestudy-list li i {
    float: left;
	margin-right: 10px;
}
.main-box-section.white-text .casestudy-list li img {
    filter: brightness(0) invert(1);
}
.location-list li.width100 label {
    margin-bottom: 5px;
    margin-top: 5px;
}
.location-list li.width100 label, .location-list li.width100 span {
    width: 100%;
}
.location-list li.width100 span small {
    background: #f2f2f2;
    padding: 4px 9px;
    margin-bottom: 2px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-right: 2px;
    display: inline-block;
    margin-top: 4px;
    font-size: 100%;
    color: #000;
}
.casestudy-list.mauto-list li {
    width: 48%;
}

/*******tfs-plans*******/


.tfs-plans .get-but.lets-btn{
	justify-content: center;
    display: flex;
}
.tfs-plans .get-but.lets-btn a:hover i {
    left: 115px !important;
}
.plans .get-but a{
	background: #3A7AFC;
}
.plans.pop-plans .get-but a{
	background: transparent;
	border:1px solid #ffffff;
}

.tfs-plans .tfs-info {
    color: #252525;
}
.tfs-plans .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}
.tfs-plans .tt-head-title {
    text-align: center;
    margin-bottom: 40px;
}
.tfs-plans .plans {
    width: 100%;
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: scale(0.97);
	border:1px solid #D2D3D6;
 }

.tfs-plans .plans .plan-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.tfs-plans .plans .plan-link {
    width: 168px;
    height: 50px;
    margin: 0 auto 20px;
	cursor:pointer;
}

.tfs-plans .plans ul {
    padding-left: 25px;
    list-style-image: url(../png/check-2.png);
}

.tfs-plans .plans ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.tfs-plans .plans .btn-class {
    margin: 25px auto;
    border: 1px solid #252525;
    color: #252525;
}

.tfs-plans .plans .btn-class:hover {
    color: #fff;
    border: 1px solid #3A7AFC;
}

.add-on-info {
    text-align: center;
    color: #000B28;
    font-size: 13px;
    line-height: 21px;
}

.tfs-plans .plans.pop-plans {
    background: #000B28;
    transform: scale(1);
    padding-top: 50px;
}

.tfs-plans .plans.pop-plans strong {
    position: absolute;
    width: 100%;
    height: 38px;
    top: 0;
    left: 0;
    background: #3A7AFC;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.tfs-plans .plans.pop-plans .add-on-info,
.tfs-plans .plans.pop-plans .plan-head,
.tfs-plans .plans.pop-plans ul li {
    color: #F4F7FF;
}

.tfs-plans .plans.pop-plans .plan-link img {
    filter: invert(1) brightness(500);
}


.tfs-plans .plans.pop-plans .btn-class {
    border: 1px solid #fff;
    color: #fff;
}

.tfs-plans .plans .btn-class:hover {
    border-radius: 25px;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease;
}

.tfs-plans .plans .btn-class::after {
    background: #3A7AFC;
}

.add-on-plan {
    margin: 50px 0;
    position: relative;
}

.add-on {
    width: 100%;
    min-height: 175px;
    border: 1px solid #727272;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.addon-title {
    font-size: 17px;
    font-weight: 600;
}

.addon-desc {
    font-size: 13px;
    margin: 0;
    line-height: 24px;
}

.add-on-plan .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.add-on-plan .owl-nav button {
    position: relative;
    width: 35px;
    height: 35px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 10px 0px #0a2f6640;
}

.owl-add-one .owl-nav .owl-prev {
    left: -45px;
}

.owl-add-one .owl-nav .owl-next {
    right: -45px;
}

.owl-add-two .owl-nav .owl-prev {
    right: -45px;
}

.owl-add-two .owl-nav .owl-next {
    left: -45px;
}

.add-on-plan .owl-nav button:active {
    background: #3A7AFC !important;
}

.add-on-plan .owl-nav button:active img {
    filter: invert(1) brightness(500);
}

/*******gate-tech*******/
.gate-tech {
    margin: 60px 0 100px;
	    width: 99%;
}
.gate-tech .tt-head {
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
	color:#fff;
}

.pay {
    background: #000B28;
}

.tech {
    background: #F5FBFF;
}

.pay,
.tech {
    padding: 50px;
}

.pay img,
.tech img {
    width: 100%;
}

.pay .tfs-head,
.pay .tfs-info {
    color: #fff;
}

.tech .tfs-info {
    color: #000B28;
}

.tech .custom-btn {
    background: #3A7AFC;
    border: 1px solid #3A7AFC;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.tech .custom-btn::after {
    background: #fff;
}

.tech .custom-btn:hover {
    color: #3A7AFC;
}
.tfs-faq .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	margin-bottom:40px;
}



/*******tfs-faq*******/
.accordion {
	/* max-width: 600px; */
	margin: 0 auto;
	color: black;
}

.accordion-item {
	margin-bottom: 40px;
	border: 1px solid rgb(238, 238, 238);
	width: 100%;
	font-family: 'poppins';
	font-weight: 400;
	border-radius: 8px;
}

.accordion-header {
	background-color: rgba(255, 255, 255, 1);
	color: black;
	border: none;
	padding: 15px;
	text-align: left;
	cursor: pointer;
	width: 100%;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Space between text and icon */
	color: rgba(26, 32, 44, 1);
	border-radius: 8px;
	font-weight: 500;
}

.accordion-icon {
	font-size: 30px;
	margin-left: 10px;
	/* Margin to the left of the icon */
	font-weight: 400;
}

.accordion-content {
	display: block;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid #e6e6e6;
	border-radius: 0 0 5px 5px;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}

.accordion-content p {
	margin: 0;
	padding: 15px 0;
	font-size: 16px;
}

.app-book-flow .tfs-head{
	line-height: 29px;
}
.app-book-flow .tfs-head-card{
	width: 44%;
}
/* features-section */

.feature-section .tfs-head {
    text-align: center;
}

.features-part {
    /*background-color: #fff;
    border: 1px solid #f7f6f6;*/
    padding: 17px 17px 10px 17px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 15px;
    min-height: 260px;
    transition: 0.2s;
	margin-top: 40px;
	text-align: left;
}

/*.features-part:hover {
    transition: 0.2s;
    background: #eff4ffd4;
    border: 1px solid #eff4ff;
}*/

.feature-head {
    color: #000;
    font-size: 22px !important;
    font-weight: 600;
    margin: 5px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
	margin-top: 25px;
}

.feature-p {
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
/* customer-app */

.uberXscript-benefits{
	margin-bottom: 50px;
}
.uberXscript-benefits .tfs-card dd {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 17px !important;
}

.uberXscript-benefits .card-head {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.uberXscript-benefits .tfs-card {
    border: 1px solid transparent;
    min-height: 250px;
    padding: 25px 15px 20px 20px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
	margin:50px 0px 0px 0px;
}

.uberXscript-benefits .card-info {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.uberXscript-benefits .tfs-card:hover {
    box-shadow: 0px 0px 8px #e2ecff8c;
    border: 1px solid #e2ecffb8;
    transition: 0.2s ease-in-out;
    transform: translate(0px, -7px);
}
.uberXscript-benefits .tt-head strong {
    color: #0066CC;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 265px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}
.uberXscript-benefits .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
	text-align: center;
	margin-top: 50px;
}

/*company-tfs*/

.company-tfs {
    margin: 40px 0px;
    padding: 40px 0px;
}

.company-tfs .tfs-card {
    width: 100%;
    background: #3a7afc0a;
    text-align: center;
    padding: 20px 15px;
    min-height: 270px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
	margin-top: 50px;
}

.company-tfs .tfs-card:hover {
    background: #000b28;
    transition: 0.5s ease-in-out;
}

.company-tfs .tfs-card img {
    transition: 0.5s ease-in-out;
}

.company-tfs .tfs-card:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s ease-in-out;
}

.company-tfs .tfs-card .card-head {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px;
}
.company-tfs .tfs-card .card-head {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.company-tfs .tfs-card .card-info {
    font-size: 14px;
    line-height: 24px;
}
.company-tfs .tfs-card .card-info {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.company-tfs .tfs-card p {
    transition: 0.5s ease-in-out;
}

.company-tfs .tfs-card:hover p {
    color: #fff;
    transition: 0.5s ease-in-out;
}
.company-tfs .tt-head strong {
    color: #0066CC;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #0066CC;
    padding: 10px 40px;
    border-radius: 25px;
    display: block;
    width: 270px;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 22px;
	text-transform: uppercase;
}
.company-tfs .tt-head {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}
.tech{
	padding-bottom: 85px;
}

.user-driver .nav-tabs{
	text-align: center;
	border:none;
}
.user-driver .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.user-driver .nav-tabs li.active a{
	color: #000B28;
	border:none;
    border-bottom: 2px solid #000B28;
    font-weight: 600;
	font-size: 20px;
	background:transparent;
}
.user-driver .nav-tabs>li>a {
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #767A7B;
    border-bottom: 1px solid #767A7B;
}

/*--------Admin-Features------------*/

.feature-section.admin-features p.card-info{
	margin-bottom: 50px;
}
.panel_manage ul {
    float: left;
    width: 93%;
    height: 500px;
    overflow: auto;
    scrollbar-width: auto;
    scrollbar-color: #7884ce #ffffff;
}
.panel_manage_user {
    float: left;
    width: 50%;
}
.panel_manage_imgs {
    float: left;
    width: 50%;
}
.panel_manage {
    float: left;
    width: 100%;
}
.panel_manage ul li {
    float: left;
    width: 98%;
}

.panel_manage_icon {
    float: left;
    width: 14%;
    text-align: center;
    margin-top: 16px;
}
.panel_manage_content {
    float: left;
    width: 75%;
    box-shadow: 1px 1px 5px 2px #0000000d;
    background: #fff;
    border-radius: 5px;
}
.panel_manage_content p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 13px 22px;
    font-family: 'GothamRounded-Medium';
    font-size: 14px;
    border-radius: 5px;
    min-height: 50px;
	color:#333333;
	line-height: 24px;
}
.panel_manage_content p a{
	color:#000;
}
.active .panel_manage_content p {
	color:#fff;
}
.panel_manage_content p a:focus, .panel_manage_content p a:hover{
	text-decoration:none;
}
.panel_seo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.panel_manage_img {
    float: left;
    width: 100%;
    margin-top: 5%;
}
.panel_manage_img img {
    width: auto;
	max-width: inherit;
	height: auto;
}
.panel_overall h3 {
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Poppins' !important;
    font-size: 26px;
    margin: 0px;
    padding-bottom: 40px;
    text-transform: uppercase;
	color: #333333;
	font-weight:700 !important; 
}
.panel_manage ul li.active .panel_manage_content {
    color: #fff;
    background: #7884ce;
}
.active .panel_manage_content p a{
    color: #fff;
}


/*------------------Popup-----------------*/


.donate-now {
	list-style-type: none;
	margin: 10px 0 15px 0;
	padding: 0;
}

.donate-now li {
	float: left;
	margin: 0 5px 0 0;
	width: 70px;
	height: 20px;
	position: relative;
	margin-right: 13px;
}

.donate-now .sm {
	width: 100px;
}

.donate-now label,
.donate-now input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	align-self: center;
}

.donate-now input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
	cursor: pointer;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
	background: white;
	color: #000;
}

.donate-now label {
	padding: 0 0 0 0;
	border: 1px solid #CCC;
	border-radius: 13px;
	font-size: 12px;
	cursor: pointer;
	z-index: 90;
	font-weight:500;
}

.donate-now label:hover {
	background: #DDD;
	color: #000;
}

.iti__selected-flag {
	top: 5px;
	height: 33px !important;
	border-radius: 4px;
	transition: .3s;
}

input#phone {
	padding-left: 47px !important;
	top: 6px;
}

.intl-tel-input .flag-dropdown .selected-flag {
	padding: 7px 16px 11px 6px;
}

.intl-tel-input {
	z-index: 99;
	width: 100%;
}

.iti-flag {
	box-shadow: none;
}

.intl-tel-input .selected-flag:focus {
	outline: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: black;
}

.iti--allow-dropdown input {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti__country-list {
	border-radius: 4px !important;
	z-index: 999 !important;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
	border: 1px solid #ececec !important;
	width: 270px !important;
	color: black;
}

.get-but a {
	font-family: none;
}

.get-but {
	font-family: 'poppins';
	font-weight: 500;
}

.get-but a {
	border-radius: 30px;
	font-family: 'poppins' !important;
}

.get-but a:hover i {
	left: 120px !important;
}

.con-get-but.get-but a {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.89);
	border: 1px solid rgba(0, 0, 0, 0.89);
}

.con-get-but.get-but a:hover i {
	left: 110px !important;
}

.dev_left_cont p.common-sub-heading {
    text-transform: none;
    line-height: 28px;
    font-size: 15px;
}

.modal-dialog.popup-one.seo-dubai-popup{
	background: url(../webp/popup-bg.webp) no-repeat !important;
	padding-right: 15px;
	border-radius: 50px;
	border: 10px solid #fff;
}
.popup-one.seo-dubai-popup .modal-body{
	background: transparent;
	width: 100%;
}
.popup-one.seo-dubai-popup .popup-left {
    padding: 0;
}
.popup-one.seo-dubai-popup #popupcontact_form{
	background: #fff;
    padding: 25px;
    border-radius: 15px;
	margin: 25px;
}
.popup-one.seo-dubai-popup{
	width: 1020px;
}
.popup-one.seo-dubai-popup .flex_rowed{
	width: 97%;
}
.popup-one.seo-dubai-popup .form-group textarea{
	width: 99%;
}
.popup-one.seo-dubai-popup .dev_left_cont.webdev {
    top: 93px;
	bottom: inherit;
}
.popup-one.seo-dubai-popup .common-heading{
	color: #ffffff;
	    line-height: 55px;
}
.popup-one.seo-dubai-popup .dev_left_cont img {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 24px !important;
}
.popup-one.seo-dubai-popup .dev_left_cont .rocket-icon img{
	width: 40px !important;
}
.popup-one.seo-dubai-popup .donate-now label{
	padding: 5px;
}
.popup-one.seo-dubai-popup .donate-now li{
	height: 35px;
	margin-right: 3px;
}
.popup-one.seo-dubai-popup .send-meg button{
	background: #6fc047;
    border: 1px solid #6fc047;
	padding: 18px 8px 18px 21px;
}
.popup-one.seo-dubai-popup .send-meg button i{
	left: 19px;
}
.popup-one.seo-dubai-popup .send-meg button:hover i {
    left: 134px;
}
.popup-one.seo-dubai-popup .send-meg button:hover {
    padding: 18px 40px 18px 0;
    border-radius: 25px;
}
.popup-one.seo-dubai-popup .donate-now input[type="radio"]{
	cursor:pointer;
}
.send-meg{
	text-align: right;
}
.popup-one.seo-dubai-popup .donate-now input[type="radio"]:checked+label, .Checked+label {
    background:#6fc047;
    color: #000;
}
.dev_left_cont p{
	font-size: 16px;
    font-weight: 500;
    line-height: 32px;
	text-transform: capitalize;
}
.pop-form .phone_number input{
	width: 97% !important;
}
.popup-one .form-group label{
	font-weight: normal;
}



/*------------------Popup-----------------*/

.products-icon{
	width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
}
.orange-icon{
	background: #e46c3c;
}
.yellow-icon{
	background:#f2bf4b;
}
.green-icon{
	background:#419d72;
}
.blue-icon{
	background:#3ea8e6;
}

.user-driver .owl-nav .owl-prev {
	left: -17px;
    position: absolute;
}
.user-driver .owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent;
}
.user-driver .owl-nav .owl-next {
	right: -17px;
    position: absolute;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-uber .tfs-img {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .uber-banner-info {
        width: 100%;
        padding: 30px;
        margin-top: 10%;
    }

    .uber-banner-info h1 {
        font-size: 40px;
        line-height: 54px;
    }

    .uber-benefits .tfs-card {
        max-height: 370px;
    }
}

@media only screen and (max-width: 991px) {
    .uber-banner-info {
        width: 100%;
    }

    .uber-counts {
        display: none;
    }

    .why-uber .tfs-img {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .why-uber .container .row {
        padding: 35px;
    }

    .tfs-plans .plans ul,
    .tfs-plans .plans .plan-link {
        display: none !important;
    }

    .tfs-plans .plans {
        padding: 20px;
        transform: scale(1);
        border: 1px solid #000b28;
    }

    .tfs-plans .plans ul {
        display: none;
    }

    .tfs-plans .plans .plan-head br {
        display: none;
    }
	.app-book-flow .tfs-info{
		    width: 100%;
	}
	.our-clients img{
		width: 100% !important;
		height: auto !important;
	}
	.pay img, .tech img{
		width: 100% !important;
		height: auto !important;
	}
	.tfs-card .card-info{
		font-size: 14px;
	}
	.client-info, .add-on-info, footer .foot li, footer .foot li a{
		font-size: 14px;
	}
	.container {
		width: 100%;
	}
	.panel_manage_user, .panel_manage_imgs {
		float: left;
		width: 100%;
	}
	.panel_manage ul{
		width: 100%;
		height: auto;
	}
	.panel_manage_content{
		width: 86%;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-uber .tfs-img {
        width: 75%;
        margin: 0 auto;
    }

    .our-demo .row {
        margin: 0;
        gap: 10px;
    }

    .our-demo .col {
        width: 48%;
        flex: auto;
        padding: 0;
    }

    .tfs-faq .accordion .accordion-item {
        margin-bottom: 15px;
    }
    /*feature-section*/
    .features-part {
        min-height: 210px;
    }
    /* Customer-app */
    .uberXscript-benefits .tfs-card dd {
        gap: 15px;
    }

    .uberXscript-benefits .card-head {
        font-size: 14px;
    }

    .uberXscript-benefits .tfs-card {
        padding: 25px 13px 20px 13px;
        min-height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .uber-section {
        height: 100%;
        padding-bottom: 15px;
    }

    .uber-banner-info {
        padding: 20px;
        margin-top: 0;
    }

    .uber-banner-info h1 {
        font-size: 34px;
        line-height: 50px;
    }

    .why-uber .tfs-head {
        width: 100%;
    }

    .uber-benefits .tfs-card,
    .why-tfs .tfs-card {
        text-align: center;
		min-height: auto;
		padding: 10px 20px;
    }

    .clients-stories {
        padding:30px;
    }

    .our-demo .row {
        margin: 0;
        gap: 10px;
    }

    .our-demo .col {
        width: 48%;
        flex: auto;
        padding: 0;
    }

    .tab-caro .owl-item.active.center .screen img {
        margin: 0 auto;
    }
    .tfs-plans .plans .plan-head {
        font-size: 26px;
        line-height: 38px;
    }
	.tfs-head-title{
		flex-wrap: wrap;
		text-align: center;
	}
	.app-book-flow .tfs-head-card {
		width: 100%;
	}
	.app-book-flow{
		margin-top: 50px;
	}
	.demo-head{
		font-size: 13px;
	}
	.app-book-flow .tfs-head{
		margin-top: 10px;
	}
	.our-demo{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.products{
		height: 100px;
	}
	.clients {
		margin: 0;
	}
	.tfs-plans{
		margin: 20px 0px;
	}
	.gate-tech {
		margin: 0;
		width: 96%;
	}
	.contact-section {
		margin: 0;
	}
	footer{
		padding: 30px;
	}
	.why-tfs{
		margin:  0;
	}
    /*feature-section*/
    .features-part {
        min-height: auto;
		padding: 0;
    }
    /* customer-app */
    .uberXscript-benefits .tfs-card {
        min-height: auto;
		margin: 0;
    }

    .uberXscript-benefits.uberX-sec {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .company-tfs .tfs-card {
        min-height: auto;
		margin-top: 0;
    }
	.feature-section .tt-head, .company-tfs .tt-head, .why-tfs .tt-head, .features-tfs .tt-head, .our-demo .tt-head, .why-uber .tt-head, .uber-benefits .tt-head, .uberXscript-benefits .tt-head, .business .tt-head, .clients .tt-head, .clients.success-stories .tt-head, .tfs-plans .tt-head, .gate-tech .tt-head, .tfs-faq .tt-head{
		font-size: 22px;
        line-height: 42px;
	}
	.company-tfs {
		margin: 20px 0px;
		padding: 20px 0px;
	}
	.why-tfs{
		padding: 0;
		margin-bottom:20px;
	}
	.why-tfs .tfs-card{
		min-height: auto;
		margin-top: 20px;
	}
	.features-tfs .tfs-card{
		min-height: auto;
	}
	.our-demo .tt-head-title{
		flex-wrap: wrap;
	}
	.demo{
		min-height: auto;
		width: 100%;
	}
	.our-demo{
		background-size: auto;
		background-position: center top;
	}
	.our-demo .tt-head-title i{
		margin: 0 auto !important;
	}
	.lb-header .lb-content h1{
		font-size: 32px;
		line-height: 40px;
	}
	.lb-header .lb-content p{
		width: 99%;
	}
	.why-uber {
		margin: 0;
	}
	.why-uber .tt-head {
		width: 100% !important;
	}
	.feature-section{
		background-position: center;
		padding: 20px 0px;
	}
	.booking-bg .tfs-left {
		padding-top: 0;
	}
	.booking-bg{
		background: none;
	}
	.demo-list{
		padding: 20px;
	}
	.user-driver{
		padding: 20px 0px;
		margin: 0;
	}
	.clients.success-stories .tt-head{
		margin-bottom: 0;
    margin-top: 0;
	}
	.accordion-header, .accordion-content p{
		font-size: 14px;
	}
	.lb-header{
		height: auto;
		padding-top: 50px;
	}
	.popup-one.seo-dubai-popup {
		width: 96%;
	}
	.modal-dialog.popup-one.seo-dubai-popup{
		border:none;
	}
	
}

@media only screen and (max-width: 567px) {
    .why-uber .container .row {
        width: 100%;
        margin: 0;
        padding: 25px 10px;
    }

    .pay,
    .tech {
        padding: 30px 15px;
    }

    .foot-cpy {
        gap: 5px 10px;
        flex-wrap: wrap;
    }
}